@charset "UTF-8";
.touchable {
  overflow: visible !important;
}
.touchable:hover .hover_effect {
  opacity: 0.2;
}
.touchable:not(.no_before):before, .touchable.no_before .touchable_circle {
  width: 1.5rem;
  height: 1.5rem;
}
.touchable .hover_effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

body {
  background-color: white;
  color: #161616;
}
body div {
  box-sizing: border-box;
}
body .feedback {
  box-sizing: content-box;
}
body .feedback div {
  box-sizing: content-box;
}
body .feedback .feedback_card {
  border-top-color: #0F62FE !important;
}
body .feedback .submit {
  background: #0F62FE !important;
}
body .i18n b {
  font-family: "AppFontBold";
  font-weight: normal;
}
body .bold .i18n {
  font-family: "AppFontBold";
  font-weight: normal;
}

#body .sub_page.transition-out .banner {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
#body .sub_page .banner {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sub_page {
  height: 100%;
}
.sub_page[data-view=what_is_ibm_fusion_team] .profile_banner {
  left: 0;
  right: auto;
  width: 10em;
  margin-right: 0em;
  transform: translateX(-11.4em) !important;
  padding: calc(var(--pu, 16px) * 1.5) calc(var(--pu, 16px) * 3) !important;
  padding-bottom: 0.66em !important;
}
.sub_page .icon_chain {
  width: calc(var(--gu, 16px) * 6);
  position: absolute;
  left: calc(var(--gu, 16px) * 2.5);
  top: unset;
  bottom: 0;
  height: 80vh;
  font-size: 5vmax;
}
.sub_page .icon_chain .icon_bubble {
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  overflow: visible;
  position: absolute;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.sub_page .icon_chain .icon_bubble svg {
  height: 100%;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sub_page .icon_chain .icon_bubble svg circle {
  fill: white;
  stroke: #4589FF;
  stroke-width: 3px;
  stroke-dasharray: 24em;
  stroke-dashoffset: 24em;
  stroke-dashoffset: 0;
  -webkit-transition: 1s linear stroke-dashoffset;
  -moz-transition: 1s linear stroke-dashoffset;
  transition: 1s linear stroke-dashoffset;
  cx: 1em;
  cy: 1em;
  r: 1em;
}
.sub_page .icon_chain .icon_bubble img {
  height: 70%;
  width: 70%;
  z-index: 2;
}
.sub_page .icon_chain .line {
  position: absolute;
  height: 2px;
  background: #A56EFF;
  width: 100%;
  z-index: 0;
}
.sub_page .icon_chain .set_1 .line {
  bottom: 0;
  left: 0;
  top: unset;
  transform-origin: bottom left;
  width: 4em;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.sub_page .icon_chain .set_1 .icon_bubble {
  bottom: 1.5em;
  left: 3.85em;
}
.sub_page .icon_chain .set_2 .line {
  left: unset;
  left: 0.5em;
  top: unset;
  bottom: 2.65em;
  transform-origin: bottom right;
  width: 3em;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  transform: rotate(25deg);
}
.sub_page .icon_chain .set_2 .icon_bubble {
  bottom: 4em;
  left: 0.65em;
}
.sub_page .icon_chain .set_3 .line {
  left: 1.5em;
  right: unset;
  top: unset;
  bottom: 4.5em;
  transform-origin: bottom left;
  width: 3em;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.sub_page .icon_chain .set_3 .icon_bubble {
  bottom: 6.15em;
  top: unset;
  left: 4em;
}

.page {
  background-color: white;
  position: absolute;
  height: calc(100% - 0.4em);
  width: 100%;
  bottom: 0;
}
.page.product_head_page {
  background-color: transparent;
}
.page.product_head_page .sub_page {
  background-color: white;
}
.page.product_head_page .sub_page.product_bg {
  background-color: transparent;
  pointer-events: none;
}
.page.view-show {
  pointer-events: none !important;
}
.page .banner {
  background: #F4F4F4;
  position: absolute;
  z-index: 6;
  font-size: 0.35em;
  -webkit-transition: 0.35s ease all;
  -moz-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.page .banner.view-show.section_banner, .page .banner.view-show.platform_feature_banner, .page .banner.view-show.profile_banner, .page .banner.view-show.demos_banner, .page .banner.view-show.products_banner {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
}
.page .banner .close {
  height: 0.8em;
  width: 0.8em;
  position: absolute;
  top: 0.4em;
  right: 0.4em;
}
.page .banner .title {
  font-size: 0.8em;
  margin-bottom: 0.6em;
  margin-right: 0.9em;
}
.page .banner .subtitle {
  font-size: 0.44em;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
.page .banner .role {
  font-size: 0.45em;
  margin-bottom: 0.75em;
}
.page .banner.section_banner {
  left: 0;
  height: 6.95em;
  padding: 0.5em 0.97em;
  top: 0;
  width: 14.8em;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page .banner.platform_feature_banner {
  left: 0;
  height: 7.65em;
  padding: calc(var(--pu, 16px) * 1.5) calc(var(--pu, 16px) * 3);
  top: 0;
  width: calc(var(--gu, 16px) * 4);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page .banner.profile_banner {
  right: 0;
  top: 0;
  padding: calc(var(--pu, 16px) * 1.5) calc(var(--pu, 16px) * 3) calc(var(--pu, 16px) * 1.5) calc(var(--pu, 16px) * 1.5);
  height: auto;
  padding-bottom: 1em;
  width: 10.3em;
  -webkit-transform: translateX(11.4em);
  -moz-transform: translateX(11.4em);
  transform: translateX(11.4em);
  margin-right: 0.9em;
}
.page .banner.profile_banner .title {
  margin-right: 0.5em;
}
.page .banner.profile_banner .title.light {
  font-size: 0.44em;
  line-height: 1.4;
  margin-right: 0em;
  margin-bottom: 0em;
}
.page .banner.demos_banner {
  position: relative;
  top: 0;
  padding: 0.6em 1.1em;
  height: 100%;
  width: 26%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page .banner.demos_banner .title {
  margin-bottom: 0.7em;
}
.page .banner.products_banner {
  top: 0;
  padding: 0.6em 1.1em;
  height: 7.65em;
  width: 12.3em;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: auto;
}
.page .banner.products_banner.product_overview {
  width: 14.8em;
}
.page .banner.products_banner.product_overview_wide {
  width: 17em;
}
.page .section_chapters {
  padding: 0.3em 0.3em;
  width: calc(var(--gu, 16px) * 3 + 24px);
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  top: 2.69em;
  left: 0;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
}
.page .section_chapters.view-show {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.page .section_chapters.view-show .subsection {
  opacity: 0;
  -webkit-transform: translateY(-3em);
  -moz-transform: translateY(-3em);
  transform: translateY(-3em);
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.page .section_chapters:not(.view-show) {
  opacity: 1;
  pointer-events: auto;
}
.page .section_chapters .subsection {
  width: 100%;
  color: #525252;
  font-size: 0.145em;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.35s ease opacity, 0.35s ease transform;
  -moz-transition: 0.35s ease opacity, 0.35s ease transform;
  transition: 0.35s ease opacity, 0.35s ease transform;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  padding: 0.7em 0em;
  box-sizing: border-box;
}
.page .section_chapters .subsection .i18n {
  text-wrap: nowrap;
  margin-left: 0.6em;
}
.page .section_chapters .subsection.view-show {
  color: #161616;
}
.page .section_chapters .subsection.view-show:after {
  background: #0F62FE;
}
.page .section_chapters .subsection:after {
  background: #E0E0E0;
  content: "";
  height: 100%;
  position: absolute;
  left: -0.75em;
  top: 0%;
  width: 0.22em;
  -webkit-transition: 0.35s ease all;
  -moz-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.page[data-view=entry] .entry_panel,
.sub_page[data-view=landing_page] .entry_panel {
  background: #F4F4F4;
  height: 100%;
  padding: 0.2em 0.4em;
  width: 12em;
  z-index: 5;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s ease transform;
  -moz-transition: 0.35s ease transform;
  transition: 0.35s ease transform;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page[data-view=entry] .entry_panel.view-show,
.sub_page[data-view=landing_page] .entry_panel.view-show {
  transform: none !important;
}
.page[data-view=entry] .entry_panel.view-show .sections .section_button,
.sub_page[data-view=landing_page] .entry_panel.view-show .sections .section_button {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.page[data-view=entry] .entry_panel.view-show .sections .section_button:nth-child(1),
.sub_page[data-view=landing_page] .entry_panel.view-show .sections .section_button:nth-child(1) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.page[data-view=entry] .entry_panel.view-show .sections .section_button:nth-child(2),
.sub_page[data-view=landing_page] .entry_panel.view-show .sections .section_button:nth-child(2) {
  -webkit-transition-delay: 1.15s;
  -moz-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.page[data-view=entry] .entry_panel.view-show .sections .section_button:nth-child(3),
.sub_page[data-view=landing_page] .entry_panel.view-show .sections .section_button:nth-child(3) {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.page[data-view=entry] .entry_panel .sub_title,
.sub_page[data-view=landing_page] .entry_panel .sub_title {
  font-size: 0.44em;
  line-height: 1.4;
}
.page[data-view=entry] .entry_panel .sections,
.sub_page[data-view=landing_page] .entry_panel .sections {
  margin-top: 1.3em;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page[data-view=entry] .entry_panel .sections .section_button,
.sub_page[data-view=landing_page] .entry_panel .sections .section_button {
  position: relative;
  background: white;
  border: 2px solid #0F62FE;
  height: 1.6em;
  margin: 0.18em 0em;
  opacity: 0;
  padding: 0em 0.3em;
  width: 75%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: 0.35s ease opacity;
  -moz-transition: 0.35s ease opacity;
  transition: 0.35s ease opacity;
  opacity: 0;
  pointer-events: none;
}
.page[data-view=entry] .entry_panel .sections .section_button .i18n,
.sub_page[data-view=landing_page] .entry_panel .sections .section_button .i18n {
  color: #0F62FE;
  font-size: 0.38em;
}
.page[data-view=entry] .entry_panel .sections .section_button svg,
.sub_page[data-view=landing_page] .entry_panel .sections .section_button svg {
  width: 0.45em;
  height: 0.45em;
  position: relative;
}
.page[data-view=entry] .entry_panel .sections .section_button svg path,
.sub_page[data-view=landing_page] .entry_panel .sections .section_button svg path {
  fill: #0F62FE;
}
.page[data-view=entry] .tower_labels,
.sub_page[data-view=landing_page] .tower_labels {
  position: absolute;
  left: calc(50% + 2.5em);
  top: 45%;
  width: 2em;
  height: 4.5em;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page[data-view=entry] .tower_labels .label,
.sub_page[data-view=landing_page] .tower_labels .label {
  position: absolute;
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page[data-view=entry] .tower_labels .label .i18n,
.sub_page[data-view=landing_page] .tower_labels .label .i18n {
  font-size: 0.12em;
  margin: 0em 0.5em;
  width: 11em;
}
.page[data-view=entry] .tower_labels .label:after,
.sub_page[data-view=landing_page] .tower_labels .label:after {
  background: #161616;
  border-radius: 50%;
  content: "";
  width: 0.085em;
  height: 0.085em;
  position: absolute;
}
.page[data-view=entry] .tower_labels .label:before,
.sub_page[data-view=landing_page] .tower_labels .label:before {
  border-top: 2px solid #161616;
  content: " ";
  width: 1em;
  height: 0px;
  left: 0em;
  position: absolute;
}
.page[data-view=entry] .tower_labels .label.left,
.sub_page[data-view=landing_page] .tower_labels .label.left {
  left: unset;
  right: 2.65em;
  text-align: right;
}
.page[data-view=entry] .tower_labels .label.left:after, .page[data-view=entry] .tower_labels .label.left:before,
.sub_page[data-view=landing_page] .tower_labels .label.left:after,
.sub_page[data-view=landing_page] .tower_labels .label.left:before {
  right: -1em;
  left: unset;
}
.page[data-view=entry] .tower_labels .label.right,
.sub_page[data-view=landing_page] .tower_labels .label.right {
  left: 2.65em;
  right: unset;
  text-align: left;
}
.page[data-view=entry] .tower_labels .label.right:after, .page[data-view=entry] .tower_labels .label.right:before,
.sub_page[data-view=landing_page] .tower_labels .label.right:after,
.sub_page[data-view=landing_page] .tower_labels .label.right:before {
  left: -1em;
  right: unset;
}
.page[data-view=entry] .tower_labels .label:nth-child(1),
.sub_page[data-view=landing_page] .tower_labels .label:nth-child(1) {
  bottom: unset;
  top: 15%;
}
.page[data-view=entry] .tower_labels .label:nth-child(2),
.sub_page[data-view=landing_page] .tower_labels .label:nth-child(2) {
  bottom: unset;
  top: 25%;
}
.page[data-view=entry] .tower_labels .label:nth-child(3),
.sub_page[data-view=landing_page] .tower_labels .label:nth-child(3) {
  bottom: unset;
  top: 45%;
}
.page[data-view=entry] .tower_labels .label:nth-child(4),
.sub_page[data-view=landing_page] .tower_labels .label:nth-child(4) {
  bottom: 40%;
  top: unset;
}
.page[data-view=entry] .tower_labels .label:nth-child(5),
.sub_page[data-view=landing_page] .tower_labels .label:nth-child(5) {
  bottom: 1em;
  top: unset;
}
.page[data-view=entry] .tower_labels .label:nth-child(6),
.sub_page[data-view=landing_page] .tower_labels .label:nth-child(6) {
  bottom: 0.5em;
  top: unset;
}

.sub_page[data-view=landing_page] .entry_panel {
  padding: calc(var(--pu, 16px) * 1.5) calc(var(--pu, 16px) * 3);
}
.sub_page[data-view=landing_page] .entry_panel .section_button[data-text=section_platform] {
  background-color: #0F62FE !important;
  color: white;
}
.sub_page[data-view=landing_page] .entry_panel .section_button[data-text=section_platform] > .i18n {
  color: white;
}
.sub_page[data-view=landing_page] .entry_panel .section_button[data-text=section_platform] svg path {
  fill: white !important;
}

.page[data-view=section_team] .section_chapters {
  top: 3.67em;
}

@keyframes pulse_demo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
  }
}
@keyframes skeleton_demo {
  0% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  28% {
    transform: scaleX(1);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: right;
  }
  58% {
    transform: scaleX(0);
    transform-origin: right;
  }
  82% {
    transform: scaleX(1);
    transform-origin: right;
  }
  83% {
    transform: scaleX(1);
    transform-origin: left;
  }
  96% {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes fade_out_demo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview],
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview].show .demo_banner,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select].show .demo_banner {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner {
  position: relative;
  height: calc(100% - 0.8em);
  width: 36%;
  margin: 0.4em;
  box-sizing: border-box;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner.screenshots_banner,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner.screenshots_banner {
  margin-right: 0em;
  -webkit-transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner.tour_banner,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner.tour_banner {
  -webkit-transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .beauty,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .beauty {
  position: relative;
  width: 100%;
  height: 10.6em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .beauty.screenshots_beauty,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .beauty.screenshots_beauty {
  background-image: url(../img/demo/screenshots_beauty.png);
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .beauty.tour_beauty,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .beauty.tour_beauty {
  background-image: url(../img/demo/tour_beauty.png);
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .midtitle,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .midtitle {
  font-size: 0.6em;
  margin: 0.7em 0.7em 0em 0.7em;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .subtitle,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .subtitle {
  margin: 2.5em 3.95em 0em 0.75em;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options .banner_option,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options .banner_option {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: calc(100% - 0.8em);
  height: 1.5em;
  margin: 0 0.4em;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options .banner_option:not(:last-child),
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options .banner_option:not(:last-child) {
  border-bottom: solid 1px #d2d2d2;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options .banner_option .option_title,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options .banner_option .option_title {
  position: relative;
  margin-right: 0.4em;
  color: #0F62FE;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options .banner_option .option_title .i18n,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options .banner_option .option_title .i18n {
  font-size: 0.4em;
}
.page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options .banner_option .arrow_right,
.page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options .banner_option .arrow_right {
  position: relative;
  width: 0.45em;
  height: 0.45em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] svg.replaced-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .i18n b {
  font-family: "AppFontBold";
  font-weight: normal;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu {
  position: absolute;
  width: 3em;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #F4F4F4;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .nav .bottom_spacer {
  position: relative;
  border-bottom: 2px solid #A8A8A8;
  width: calc(100% - 0.36rem);
  margin: 0rem 0.18rem;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option {
  position: relative;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_title {
  padding-left: 0.12em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_title .carat {
  position: relative;
  width: 0.1em;
  height: 0.1em;
  -webkit-transition: 0.5s transform ease;
  -moz-transition: 0.5s transform ease;
  transition: 0.5s transform ease;
  transform: rotate(90deg);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_title .carat svg path {
  fill: #161616 !important;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content {
  position: relative;
  max-height: 0em;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .menu_subtitle {
  margin: 0.18em 0.3em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .menu_subtitle .i18n {
  font-size: 0.14em;
  font-family: "AppFontLight";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_menu {
  position: relative;
  margin: 0em 0.3em;
  margin-bottom: 0.2em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step {
  position: relative;
  padding-bottom: 0.15em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step .dot {
  position: relative;
  height: 0.18em;
  width: 0.18em;
  min-height: 0.18em;
  min-width: 0.18em;
  margin: 0em 0.075em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step .dot .dot_state {
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step .dot[data-state=incomplete] .dot_state#incomplete, .page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step .dot[data-state=current] .dot_state#current, .page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step .dot[data-state=complete] .dot_state#complete {
  opacity: 1;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step .step_title .i18n {
  font-size: 0.14em;
  font-family: "AppFontLight";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .chapter_step:last-of-type {
  padding-bottom: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .progress_bar {
  position: absolute;
  left: 0px;
  width: 3px;
  height: 100%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .progress_bar .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #A8A8A8;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion .menu_content .progress_bar .current_progress {
  position: absolute;
  height: 0;
  width: 100%;
  background-color: #0F62FE;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion.view-show .carat {
  transform: rotate(-90deg);
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.accordion.view-show .menu_content {
  max-height: 3em;
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option:first-child {
  padding-top: 0.16em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_option.view-show .menu_title {
  background-color: #C6C6C6;
  border-left: 3px solid #0F62FE;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_title {
  position: relative;
  padding: 0.08em 0.16em;
  width: 100%;
  box-sizing: border-box;
  background-color: #F4F4F4;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu .menu_title .i18n {
  font-size: 0.14em;
  font-family: "AppFontSemiBold";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(100% - 3em);
  right: 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page.show {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .screen[data-screen=chapter_1_screen_1][data-track-view~=intro] .darken_image {
  opacity: 0.75;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .screen[data-screen=chapter_1_screen_1][data-track-view~=part_1] .darken_image {
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 100%, 43.3% 100%, 43.3% 14.8%, 99.2% 14.8%, 99.2% 41.8%, 43.3% 41.8%, 43.3% 100%, 100% 100%, 100% 0%, 0% 0%);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .part[data-view=part_1] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .part[data-view=part_1] .cta_dot.info_1 {
  top: 36%;
  left: 26.7%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .part[data-view=part_1] .cta_dot.info_2 {
  top: 13.8%;
  left: 89.2%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .part[data-view=part_1] .cta_dot.dot_1 {
  left: 60.1%;
  top: 30.5%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .screen[data-screen=chapter_1_screen_2][data-track-view~=intro] .darken_image {
  opacity: 0.75;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .screen[data-screen=chapter_1_screen_2][data-track-view~=part_1] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_1] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_1] .cta_dot.info_1 {
  top: 16.3%;
  left: 42%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_1] .cta_dot.dot_1 {
  left: 30.5%;
  top: 76.3%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_2] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_2] .cta_dot.dot_1 {
  left: 30.5%;
  top: 76.3%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_3] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .part[data-view=part_3] .cta_dot.dot_1 {
  left: 69.9%;
  top: 30.5%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .screen[data-screen=chapter_1_screen_5][data-track-view~=intro] .darken_image {
  opacity: 0.75;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .screen[data-screen=chapter_1_screen_5][data-track-view~=part_1] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .screen[data-screen=chapter_1_screen_4][data-track-view~=part_2] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .screen[data-screen=chapter_1_screen_5][data-track-view~=part_3] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .screen[data-screen=chapter_1_screen_6][data-track-view~=part_4] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .screen[data-screen=chapter_1_screen_7][data-track-view~=part_5] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_1] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_1] .cta_dot.dot_1 {
  left: 29.95%;
  top: 96.75%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_2] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_2] .cta_dot.dot_1 {
  left: 29.95%;
  top: 96.75%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_3] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_3] .cta_dot.dot_1 {
  left: 87%;
  top: 30.5%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .screen[data-screen=chapter_1_screen_7][data-track-view~=intro] .darken_image {
  opacity: 0.75;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .screen[data-screen=chapter_1_screen_7][data-track-view~=part_1] .darken_image {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_1] .cta_dot {
  transition-delay: 0.5s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_1] .cta_dot.info_1 {
  left: 28.5%;
  top: 12.7%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_1] .cta_dot.dot_1 {
  left: unset;
  right: 7.6%;
  top: 22%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_1] .cta_dot.dot_1 .message_box {
  width: 1em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_2] .cta_dot {
  opacity: 0;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  transition-delay: 4s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_2] .cta_dot .touchable_area {
  animation-delay: 4s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_2] .cta_dot.dot_1 {
  left: 51%;
  top: 68.7%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_4] .part[data-view=part_2].show .cta_dot {
  opacity: 1 !important;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .part {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .part.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .screen {
  position: absolute;
  height: auto;
  width: auto;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .screen img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .screen .darken_image {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: #161616;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, transform 0.5s ease;
  -moz-transition: opacity 0.25s ease, transform 0.5s ease;
  transition: opacity 0.25s ease, transform 0.5s ease;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .screen .darken_image.active {
  opacity: 0.75;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev {
  position: fixed;
  bottom: 0.15em;
  right: 0.3em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .prev_part {
  position: relative;
  width: 0.6em;
  height: 0.6em;
  background-color: #393939;
  margin-right: 0.075em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .prev_part svg {
  position: relative;
  width: 0.12em;
  height: 0.12em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .prev_part svg path {
  fill: #F4F4F4;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step {
  position: relative;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button {
  position: relative;
  height: 0.6em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button .touchable_area {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button .message_box {
  color: black;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button .message_box.view-show {
  opacity: 1;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button .button_title {
  font-size: 0.15em;
  display: flex;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button .button_title .i18n {
  margin-right: 2em;
  font-size: 1em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev .next_step .cta_button .button_icon {
  width: 0.15em;
  height: 0.15em;
  margin-top: 0em;
  margin-left: 0em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev.view-show {
  opacity: 0;
  pointer-events: none !important;
  transition-delay: 0s;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  width: auto;
  height: 0.7em;
  background-color: #F4F4F4;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta .reset_zoom {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: auto;
  padding-left: 0.15em;
  padding-right: 0.15em;
  background-color: #0F62FE;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta .reset_zoom .i18n {
  color: white;
  font-size: 0.17em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta .cta_icon {
  position: relative;
  width: 0.3em;
  height: 0.4em;
  margin-left: 0.15em;
  margin-right: 0.2em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta .cta_text {
  position: relative;
  margin-right: 0.15em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta .cta_text .i18n {
  color: #161616;
  font-size: 0.18em;
  font-family: "AppFontSemiBold";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta.active {
  opacity: 1;
  pointer-events: auto;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar {
  display: none;
  position: absolute;
  background-color: #707070;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar .scrollbar_thumb {
  background-color: #0F62FE;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar.vertical {
  top: 50%;
  left: 0.25em;
  width: 1px;
  height: 50%;
  transform: translate(0, -50%);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar.vertical .scrollbar_thumb {
  width: 0.15em;
  height: 100%;
  transform: translate(-50%, 0);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar.horizontal {
  bottom: 0.25em;
  left: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, 0);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar.horizontal .scrollbar_thumb {
  width: 100%;
  height: 0.15em;
  transform: translate(0, -50%);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar.active {
  opacity: 1;
  pointer-events: auto;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_button {
  background-color: #0F62FE;
  color: #F4F4F4;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0em 0.2em;
  box-sizing: border-box;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_button.inverse {
  color: #0F62FE;
  background-color: #F4F4F4;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_button .i18n {
  font-size: 0.14em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_button .button_title {
  margin-right: auto;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_button .button_icon {
  position: relative;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.1em;
  margin-top: -0.01em;
  flex-shrink: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot {
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: none;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.show {
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.view-show {
  opacity: 0 !important;
  pointer-events: none !important;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot .touchable_area {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  background-color: white;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.dot .touchable_area {
  border-radius: 2em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.info {
  width: 0.2em;
  height: 0.2em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.dot .touchable_area, .page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.info .touchable_area {
  animation: pulse_demo 3s ease infinite;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot .icon {
  position: absolute;
  height: 100%;
  width: 100%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.active .message_box {
  opacity: 1;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot.active .message_box.not_active {
  opacity: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot[data-view] {
  opacity: 0;
  pointer-events: none !important;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .cta_dot[data-view].show {
  pointer-events: auto !important;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box {
  position: absolute;
  bottom: calc(100% + 0.1em);
  left: 50%;
  height: auto;
  width: 1.8em;
  background-color: #393939;
  color: white;
  padding: 0.12em 0.14em;
  border-radius: 0.025em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.not_active {
  opacity: 1;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.always_active {
  opacity: 1;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0.05em solid #393939;
  border-right: 0.05em solid transparent;
  border-left: 0.05em solid transparent;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.bottom {
  bottom: unset;
  top: calc(100% + 0.1em);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.bottom:after {
  top: unset;
  bottom: 98%;
  border-top: 0em solid transparent;
  border-bottom: 0.05em solid #393939;
  border-right: 0.05em solid transparent;
  border-left: 0.05em solid transparent;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.right {
  top: 50%;
  bottom: unset;
  left: calc(100% + 0.1em);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.right:after {
  top: 50%;
  left: unset;
  right: 99.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0.05em solid transparent;
  border-bottom: 0.05em solid transparent;
  border-right: 0.05em solid #393939;
  border-left: 0em solid transparent;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.left {
  top: 50%;
  bottom: unset;
  left: unset;
  right: calc(100% + 0.1em);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.left:after {
  top: 50%;
  left: 99.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0.05em solid transparent;
  border-bottom: 0.05em solid transparent;
  border-right: 0.05em solid transparent;
  border-left: 0.05em solid #F4F4F4;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.bottom_left {
  bottom: unset;
  top: calc(100% + 0.1em);
  left: unset;
  right: 0;
  transform: none;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.bottom_left:after {
  top: unset;
  bottom: 98%;
  right: 0.025em;
  left: unset;
  border-top: 0em solid transparent;
  border-bottom: 0.05em solid #F4F4F4;
  border-right: 0.05em solid transparent;
  border-left: 0.05em solid transparent;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.top_on_vrack {
  top: unset;
  bottom: calc(100% + 0.1em);
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box.top_on_vrack:after {
  content: "";
  position: absolute;
  top: 98%;
  bottom: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0.05em solid #393939;
  border-bottom: 0m solid transparent;
  border-right: 0.05em solid transparent;
  border-left: 0.05em solid transparent;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .message_box .i18n {
  font-size: 0.1em;
  line-height: 1.5em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] input[type=text] {
  padding: 0.4em 1em;
  border: 0px;
  border-bottom: 2px solid #A8A8A8;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] input[type=text]::placeholder {
  color: #A8A8A8;
  font-family: "AppFontThin";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card {
  position: absolute;
  height: auto;
  width: 50%;
  top: calc(50vh - 0.3em);
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background-color: #F4F4F4;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_image {
  position: relative;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_image img {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_title {
  padding: 0.2em;
  padding-bottom: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_title.no_pad {
  padding: 0em 0.2em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_title.small .i18n {
  font-size: 0.14em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_title .i18n {
  font-size: 0.21em;
  font-family: "AppFontLight";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_subtitle {
  padding: 0.2em;
  padding-bottom: 0.05em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_subtitle .i18n {
  font-size: 0.14em;
  font-family: "AppFontSemiBold";
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_body {
  padding: 0.2em;
  padding-bottom: 0;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_body .i18n {
  font-size: 0.14em;
  line-height: 1.5em;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_buttons {
  padding-top: 0.13em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_buttons .cta_button {
  position: relative;
  height: 0.75em;
  width: 50%;
  padding: 0.2em;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card.show {
  transform: translate(-50%, -50%) !important;
}
.page[data-view=section_demo] .products_main_container {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: start;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 4.3em);
}
.page[data-view=section_demo] .products_main_container.overview_card {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-content: center;
}
.page[data-view=section_demo] .products_main_container.overview_card .entry_video {
  position: fixed;
  width: 110dvw;
  height: 100dvh;
  z-index: 0;
  top: 0;
  right: -25dvw;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.page[data-view=section_demo] .products_main_container .benefits_card {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: calc((100% - 0.45em) * 0.5);
  height: calc((100% - 0.45em) * 0.5);
  padding: 0.15em;
  margin-left: 0.15em;
  margin-top: 0.15em;
  box-sizing: border-box;
  background-color: #F4F4F4;
  pointer-events: auto;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_title {
  position: relative;
  margin-bottom: 0.25em;
  color: #161616;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_title .i18n {
  font-size: 0.14em;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.6em);
  height: calc(100% - 0.6em);
  margin: 0.3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s ease;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 2.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/tower_diagram_no_particles.png);
  transform: translate(-50%, -50%);
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower .tower_bubble_container {
  left: 19%;
  width: 63%;
  opacity: 1;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower .tower_bubble_container .tower_bubble {
  animation-name: tower_small_bubble;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.tco {
  height: calc(100% - 0.3em);
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.tco svg {
  top: 50%;
  left: calc(50% + 0.6em);
  width: 0.5em;
  height: 0.7em;
  transform: translate(-50%, -50%);
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.tco .fusion_tower {
  left: calc(50% - 0.25em);
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.cloud_native svg {
  transform: translate(0, -10%);
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.red_hat {
  height: calc(100% - 0.3em);
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.deploy_operate {
  height: calc(100% - 0.3em);
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.deploy_operate svg {
  left: calc(50% - 0.2em);
  width: 2.7em;
  max-width: 100%;
  transform: translate(-50%, 0);
}
@keyframes moving_dotted_line {
  0% {
    stroke-dashoffset: 95;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.deploy_operate svg .dotted_line {
  stroke-dashoffset: 0;
  animation-name: moving_dotted_line;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_graphic.deploy_operate .fusion_tower {
  left: calc(50% + 1.25em);
  top: calc(50% - 0.4em);
  width: 0.85em;
  height: 2em;
  transform: translate(-50%, -50%) scale(0.9);
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #161616;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_content_container .benefits_content .i18n {
  font-size: 0.14em;
  line-height: 1.4;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_toggle {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.4em;
  height: 0.4em;
}
.page[data-view=section_demo] .products_main_container .benefits_card .benefits_toggle svg {
  position: relative;
  width: 50%;
  height: 50%;
}
.page[data-view=section_demo] .products_main_container .benefits_card.active .benefits_content_container .benefits_graphic {
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .benefits_card.active .benefits_content_container .benefits_content {
  opacity: 1;
}
.page[data-view=section_demo] .products_main_container .partner_card {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.8em;
  box-sizing: border-box;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_tabs {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 0.4em;
  box-sizing: border-box;
  border-bottom: solid 1px #E0E0E0;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_tabs .tab {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 33.3333333333%;
  height: 100%;
  padding-left: 0.15em;
  padding-right: 0.15em;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_tabs .tab .tab_highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0F62FE;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_tabs .tab .tab_text {
  position: relative;
  color: #525252;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_tabs .tab .tab_text .i18n {
  font-size: 0.12em;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_tabs .tab.view-show .tab_highlight {
  transform: scaleX(1);
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages {
  position: relative;
  width: 100%;
  height: 100%;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_content {
  position: relative;
  width: 65%;
  height: auto;
  padding: 0.15em;
  padding-top: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_content .partner_title {
  position: relative;
  margin-bottom: 0.15em;
  color: #161616;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_content .partner_title .i18n {
  font-size: 0.25em;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_content .partner_content {
  position: relative;
  color: #161616;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_content .partner_content .i18n {
  font-size: 0.14em;
  line-height: 1.4;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_image {
  position: relative;
  width: 35%;
  height: 1.9em;
  margin-top: 0.3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page[data-view=section_demo] .products_main_container .partner_card .card_pages .card_page .card_image.main {
  background-image: url(../img/demo/intel_chip.png);
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons {
  position: absolute;
  bottom: 3em;
  opacity: 1;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  width: 100%;
  height: 0.75em;
  padding-left: calc(50% - 1.5em);
  padding-right: calc(50% - 1.5em);
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  z-index: 3;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons.view-show {
  opacity: 0;
  pointer-events: none !important;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select {
  height: 0.75em;
  width: 0.75em;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select.left .component_select_button svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button {
  border: 1px solid #0F62FE;
  position: absolute;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  height: 0.75em;
  width: 0.75em;
  pointer-events: none;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button.grayed {
  pointer-events: none;
  border: 1px solid #A8A8A8;
  pointer-events: none;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button.grayed svg path {
  fill: #A8A8A8;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button svg {
  height: 0.25em;
  width: 0.25em;
  position: absolute;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button svg path {
  fill: #0F62FE;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button .select {
  position: relative;
  height: 100%;
  width: 100%;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button .touchable:not(.no_before):before, .page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button .touchable.no_before .touchable_circle {
  height: 0.75em;
  width: 0.75em;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_select .component_select_button.view-show {
  opacity: 1;
  pointer-events: auto;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_numbers {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 0.25em;
  width: 0.75em;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_numbers .numholder {
  height: 0.25em;
  width: 0.25em;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_numbers .numholder .number {
  position: absolute;
  height: 100%;
  width: 0.6em;
  color: #161616;
  line-height: 1;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  opacity: 0;
  font-size: 0.25em;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_numbers .numholder .number.view-show {
  opacity: 1;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_numbers .numholder.total_number {
  font-size: 0.25em;
  color: #161616;
  height: 1em;
  width: 1em;
  line-height: 1em;
}
.page[data-view=section_demo] .products_main_container .component_nav_buttons .component_numbers .slash {
  height: 0.25em;
  line-height: 1em;
  width: 2.5em;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #161616;
  font-size: 0.25em;
}
.page[data-view=section_demo] .products_main_container .component_card {
  position: absolute;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  bottom: 0;
  right: 1em;
  width: calc(100% - 1em);
  right: 0.5em;
  box-sizing: border-box;
  height: 6.5em;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img {
  position: relative;
  height: 2.5em;
  width: 4.75em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .i18n {
  font-size: 0.4em;
  color: white;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img.gpu_front {
  background-image: url(../img/components/gpu_front.png);
}
.page[data-view=section_demo] .products_main_container .component_card .component_img.gpu_back {
  background-image: url(../img/components/gpu_back.png);
}
.page[data-view=section_demo] .products_main_container .component_card .component_img.gpu_top {
  background-image: url(../img/components/gpu_top.png);
}
.page[data-view=section_demo] .products_main_container .component_card .component_img.compute_front {
  background-image: url(../img/components/compute_front.png);
}
.page[data-view=section_demo] .products_main_container .component_card .component_img.compute_back {
  background-image: url(../img/components/compute_back.png);
}
.page[data-view=section_demo] .products_main_container .component_card .component_img.compute_top {
  background-image: url(../img/components/compute_top.png);
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot {
  position: absolute;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  width: 2.5dvh;
  height: 2.5dvh;
  min-width: 2.5dvh;
  min-height: 2.5dvh;
  z-index: 3;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.view-show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1.75s;
  -moz-transition: opacity 0.5s ease 1.75s;
  transition: opacity 0.5s ease 1.75s;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_1 {
  left: 33%;
  top: 17%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_2 {
  left: 53%;
  top: 52%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_3 {
  left: 53%;
  top: 25%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_4 {
  left: 72%;
  top: 17%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_1_gpu {
  left: 43.9%;
  top: 29%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_2_gpu {
  left: 56.7%;
  top: 46%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_3_gpu {
  left: 84%;
  top: 22%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.card_hotspot_4_gpu {
  left: 10%;
  top: 70%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.textbox_enabled .hotspot_textbox {
  opacity: 1;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot.hotspot_hide .hotspot_dot {
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_textbox {
  position: absolute;
  left: calc(50% - 1em);
  width: calc(2em + 2.5dvh);
  height: auto;
  background-color: #393939;
  bottom: 4dvh;
  white-space: nowrap;
  padding: 0.1em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0.1em;
  pointer-events: none;
  z-index: 3;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_textbox .bottom_arrow {
  width: 0;
  height: 0;
  border-left: 0.1em solid transparent;
  border-right: 0.1em solid transparent;
  border-top: 0.1em solid #393939;
  bottom: -0.095em;
  left: calc(50% - 0.2em);
  position: absolute;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_textbox > .i18n {
  font-size: 0.125em;
  line-height: 1.4;
  color: white;
  width: auto;
  position: relative;
  text-wrap: wrap;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_textbox > .i18n u {
  text-decoration: none;
  line-height: 1.8;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_textbox > .i18n b {
  font-family: AppFont;
  font-size: 0.84em;
  font-weight: normal;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_dot {
  background: transparent;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 1px solid #0F62FE;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_dot .touchable_area {
  position: absolute;
  height: 75%;
  width: 75%;
  top: 12.5%;
  left: 12.5%;
  z-index: 10;
  opacity: 0;
  background-color: white;
  border-radius: 50%;
  animation: pulse_demo 3s ease infinite;
}
.page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_dot .inner {
  border-radius: 50%;
  position: relative;
  height: 75%;
  width: 75%;
  background-color: #0F62FE;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content {
  background-color: #f4f4f4;
  padding: 0.25em;
  height: 2.75em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content .close {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0.4em;
  height: 0.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/close.png);
  background-size: 55%;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content .close .touchable:not(.no_before):before, .page[data-view=section_demo] .products_main_container .component_card .component_content .close .touchable.no_before .touchable_circle {
  height: 0.4em;
  width: 0.4em;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content .title {
  margin-bottom: 0.2em;
  width: 100%;
  height: auto;
  position: relative;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content .title .i18n {
  font-size: 0.25em;
  color: #161616;
  line-height: 1.2;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content .body {
  width: 100%;
  height: auto;
  position: relative;
}
.page[data-view=section_demo] .products_main_container .component_card .component_content .body .i18n {
  font-size: 0.175em;
  color: #161616;
  line-height: 1.2;
}
.page[data-view=section_demo] .products_main_container .hotspots_card {
  right: 0;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  position: absolute;
  pointer-events: none;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot {
  position: absolute;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  width: 2.5dvh;
  height: 2.5dvh;
  min-width: 2.5dvh;
  min-height: 2.5dvh;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.view-show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1.75s;
  -moz-transition: opacity 0.5s ease 1.75s;
  transition: opacity 0.5s ease 1.75s;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.left {
  justify-content: flex-end;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.left .label {
  transform: translate(calc(-100% - 1.5em), 0%);
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.left .arm {
  transform: translate(-95%, 0%);
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.left .arm:after {
  right: 0em;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.right {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.right .label {
  transform: translate(1.75em, 0%);
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.right .arm {
  transform: translate(10%, 0%);
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.right .arm:after {
  left: 0em;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.extra_hs .label {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.extra_hs .arm {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.extra_hs.extra_hs_show .label {
  opacity: 1;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot.extra_hs.extra_hs_show .arm {
  opacity: 1;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .label {
  position: absolute;
  left: 0%;
  bottom: calc(50% - 0.075em);
  width: fit-content;
  white-space: nowrap;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .label > .i18n {
  font-size: 0.15em;
  line-height: 1.4;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .label > .i18n u {
  text-decoration: none;
  line-height: 1.8;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .label > .i18n b {
  font-family: AppFont;
  font-size: 0.84em;
  font-weight: normal;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .arm {
  position: absolute;
  height: 1px;
  width: 1.5em;
  background-color: #161616;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  left: 0%;
  bottom: calc(50% - 0.0005em);
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .hotspot_dot {
  background: transparent;
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 1px solid #0F62FE;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .hotspot_dot .touchable_area {
  position: absolute;
  height: 75%;
  width: 75%;
  top: 12.5%;
  left: 12.5%;
  z-index: 10;
  opacity: 0;
  background-color: white;
  border-radius: 50%;
  animation: pulse_demo 3s ease infinite;
}
.page[data-view=section_demo] .products_main_container .hotspots_card .hotspot .hotspot_dot .inner {
  border-radius: 50%;
  position: relative;
  height: 75%;
  width: 75%;
  background-color: #0F62FE;
}

.iso_scene {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - var(--gu, 16px) * 6);
  transition: 0.5s transform ease;
}
.iso_scene.platform_scene {
  width: calc(100% - var(--gu, 16px) * 5);
}
.iso_scene.team_scene .tower_labels_container {
  font-size: 0.835em;
}
.iso_scene .iso_item {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
  z-index: 1;
}
.iso_scene .iso_item svg {
  float: left;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.iso_scene .iso_item.hideActive {
  transition: 0.2s opacity linear;
  opacity: 0 !important;
}
.iso_scene .iso_item[data-ease=bounce] {
  transition: 0.5s transform cubic-bezier(0.46, 0.03, 0.11, 1.67), 0.5s opacity ease;
}
.iso_scene .iso_item[data-item=person1] {
  background-image: url(../img/iso/person1.png);
}
.iso_scene .iso_item[data-item=person2] {
  background-image: url(../img/iso/person2.png);
}
.iso_scene .iso_item[data-item=person1_platform] {
  background-image: url(../img/iso/person1.png);
}
.iso_scene .iso_item[data-item=person2_platform] {
  background-image: url(../img/iso/person2.png);
}
.iso_scene .iso_item[data-item=person3] {
  background-image: url(../img/iso/person3.png);
}
.iso_scene .iso_item[data-item=person3_platform] {
  background-image: url(../img/iso/person3_platform.png);
}
.iso_scene .iso_item[data-item=person4] {
  background-image: url(../img/iso/person4.png);
}
.iso_scene .iso_item[data-item=person4_platform] {
  background-image: url(../img/iso/person4_platform.png);
}
.iso_scene .iso_item[data-item=person5] {
  background-image: url(../img/iso/person5.png);
}
.iso_scene .iso_item[data-item=person6] {
  background-image: url(../img/iso/person6.png);
}
.iso_scene .iso_item[data-item=person5_platform] {
  background-image: url(../img/iso/person5.png);
}
.iso_scene .iso_item[data-item=person6_platform] {
  background-image: url(../img/iso/person6.png);
}
.iso_scene .iso_item[data-item=person7] {
  background-image: url(../img/iso/person7.png);
}
.iso_scene .iso_item[data-item=person7_platform] {
  background-image: url(../img/iso/person7.png);
}
.iso_scene .iso_item[data-item=person7_notile] {
  background-image: url(../img/iso/person7_notile.png);
}
.iso_scene .iso_item[data-item=tower_diagram], .iso_scene .iso_item[data-item=tower_diagram_full_platform], .iso_scene .iso_item[data-item=tower_diagram_full] {
  background-image: url(../img/iso/tower_diagram.png);
}
.iso_scene .iso_item[data-item=circle] {
  background-image: url(../img/iso/qcircle.png);
}
.iso_scene .iso_item[data-item=cloud_server] {
  background-image: url(../img/iso/platform_isos/cloud_server.png);
}
.iso_scene .iso_item[data-icon=server] {
  background-image: url(../img/iso/server.png);
}
.iso_scene .iso_item[data-item=ai_acceleration_screen] {
  background-image: url(../img/iso/platform_isos/ai_acceleration_screen.png);
}
.iso_scene .iso_item[data-icon=time_to_market_building] {
  background-image: url(../img/iso/platform_isos/time_to_market_building.png);
}
.iso_scene .iso_item[data-item=time_to_market_screen] {
  background-image: url(../img/iso/platform_isos/time_to_market_screen.png);
}
.iso_scene .iso_item[data-item=scalability_screen] {
  background-image: url(../img/iso/platform_isos/scalability_screen.png);
}
.iso_scene .iso_item[data-item=integration_screen] {
  background-image: url(../img/iso/platform_isos/integration_screen.png);
}
.iso_scene .iso_item[data-item=security_and_compliance_screen] {
  background-image: url(../img/iso/platform_isos/security_and_compliance_screen.png);
}
.iso_scene .iso_item[data-icon=alert] {
  background-image: none;
}
.iso_scene .iso_item[data-icon=alert]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/alert.svg);
  animation: advanced_alert 3s ease infinite;
  transform-origin: bottom;
}
@keyframes advanced_alert {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.1);
  }
  20% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  65% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  85% {
    opacity: 0;
    transform: translate(20%, -150%);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.iso_scene .iso_item[data-icon=alert][data-item=alert1]::after {
  animation-delay: -2s;
}
.iso_scene .iso_item[data-icon=alert][data-item=alert2]::after {
  animation-delay: -1.5s;
}
.iso_scene .iso_item[data-icon=alert][data-item=alert3]::after {
  animation-delay: -1s;
}
.iso_scene .iso_item[data-icon=alert][data-item=alert4]::after {
  animation-delay: -0.5s;
}
.iso_scene .iso_item[data-icon=shield] {
  background-image: url(../img/iso/platform_isos/shield.svg);
}
.iso_scene .iso_item[data-icon=computer_on] {
  background-image: url(../img/iso/platform_isos/computer_on.svg);
}
.iso_scene .iso_item[data-icon=base_platform] {
  background-image: url(../img/iso/platform_isos/base_platform.png);
}
.iso_scene .iso_item[data-icon=cube_twins] {
  background-image: url(../img/iso/platform_isos/cube_twins_gray.png);
}
.iso_scene .iso_item[data-icon=cube_twins]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/cube_twins_purple.png);
  opacity: 0;
  animation: 4s purpletwin infinite ease both;
}
@keyframes purpletwin {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: translate(50%, 20%);
  }
  33% {
    opacity: 1;
    transform: translate(50%, 20%);
  }
  50% {
    opacity: 1;
    transform: translate(30%, 40%);
  }
  66% {
    opacity: 1;
    transform: translate(30%, 40%);
  }
  100% {
    opacity: 0;
    transform: translate(30%, 40%);
  }
}
.iso_scene .iso_item[data-icon=cube_twins][data-item=reliability_cube_twins1]::after {
  animation-delay: -4s;
}
.iso_scene .iso_item[data-icon=cube_twins][data-item=reliability_cube_twins2]::after {
  animation-delay: -2.66s;
}
.iso_scene .iso_item[data-icon=cube_twins][data-item=reliability_cube_twins3]::after {
  animation-delay: -1.32s;
}
.iso_scene .iso_item[data-icon=dot_platform] {
  background-image: url(../img/iso/dot.png);
}
.iso_scene .iso_item[data-icon=dot] {
  background-image: url(../img/iso/dot_purple.png);
}
.iso_scene .iso_item[data-item=tower_base] {
  background-image: url(../img/iso/tower/platform_white_box.png);
}
.iso_scene .iso_item[data-item=tower_base_red] {
  background-image: url(../img/iso/tower/platform_red_box.png);
}
.iso_scene .iso_item[data-item=tower_base_darkblue] {
  background-image: url(../img/iso/tower/platform_bottom_blue_box.png);
}
.iso_scene .iso_item[data-item=tower_base_lightblue] {
  background-image: url(../img/iso/tower/platform_top_blue_box.png);
}
.iso_scene .iso_item[data-item=tower_level1] {
  background-image: url(../img/iso/tower/compute_storage.png);
}
.iso_scene .iso_item[data-item=tower_level2] {
  background-image: url(../img/iso/tower/containerized_apps.png);
}
.iso_scene .iso_item[data-item=tower_level3] {
  background-image: url(../img/iso/tower/platform_blue_outlined_boxes.png);
}
.iso_scene .iso_item[data-item=tower_data] {
  background-image: url(../img/iso/tower/data.png);
}
.iso_scene .iso_item[data-item=tower_top] {
  background-image: url(../img/iso/tower/platform_white_box_top.png);
  z-index: 3;
}
.iso_scene .iso_item[data-item=base_container_outer] {
  background-image: url(../img/iso/tower/outline_container.png);
}
.iso_scene .iso_item[data-item=base_container_blue] {
  background-image: url(../img/iso/tower/container_blue_on_platform.png);
}
.iso_scene .iso_item[data-item=inner_gradient] {
  background-image: url(../img/iso/tower/blue_purple_gradient_bottom.png);
}
.iso_scene .iso_item[data-item=outer_gradient] {
  background-image: url(../img/iso/tower/outer_blue_gradient.png);
}
.iso_scene .iso_item[data-item=base_shiny] {
  background-image: url(../img/iso/tower/above_compute_storage.png);
}
.iso_scene .iso_item[data-item=person1_screen]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_linegraph.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
  animation-delay: -1.5s;
}
.iso_scene .iso_item[data-item=person5_screen]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_programming.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
}
.iso_scene .iso_item[data-item=person2_screen]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_loading.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
}
.iso_scene .iso_item[data-item=person4_screen]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_emptyscreen.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
  animation-delay: -2s;
}
.iso_scene .iso_item[data-item=person6_screen1]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_loading.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
  animation-delay: -1s;
}
.iso_scene .iso_item[data-item=person6_screen2]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_chat.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
  animation-delay: -1s;
}
.iso_scene .iso_item[data-item=person3_screen1]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_voice.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
  animation-delay: -0.5s;
}
.iso_scene .iso_item[data-item=person3_screen2]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/overview_svgs/grey_code.svg);
  animation: screen_bounce 2s cubic-bezier(0.46, 0.03, 0.11, 1.67) infinite;
  animation-delay: -0.5s;
}
@keyframes screen_bounce {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.1);
  }
  45% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  55% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  90% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.iso_scene .iso_item[data-item=tower_diagram_0]:after, .iso_scene .iso_item[data-item=tower_diagram_1]:after, .iso_scene .iso_item[data-item=tower_diagram_2]:after, .iso_scene .iso_item[data-item=tower_diagram_3]:after, .iso_scene .iso_item[data-item=tower_diagram_4]:after, .iso_scene .iso_item[data-item=tower_diagram_5]:after, .iso_scene .iso_item[data-item=tower_diagram_6]:after, .iso_scene .iso_item[data-item=tower_diagram_7]:after, .iso_scene .iso_item[data-item=tower_diagram_8]:after, .iso_scene .iso_item[data-item=tower_diagram_9]:after, .iso_scene .iso_item[data-item=tower_diagram_10]:after, .iso_scene .iso_item[data-item=tower_diagram_11]:after, .iso_scene .iso_item[data-item=tower_diagram_12]:after, .iso_scene .iso_item[data-item=tower_diagram_13]:after, .iso_scene .iso_item[data-item=tower_diagram_0_team]:after, .iso_scene .iso_item[data-item=tower_diagram_1_team]:after, .iso_scene .iso_item[data-item=tower_diagram_2_team]:after, .iso_scene .iso_item[data-item=tower_diagram_3_team]:after, .iso_scene .iso_item[data-item=tower_diagram_4_team]:after, .iso_scene .iso_item[data-item=tower_diagram_5_team]:after, .iso_scene .iso_item[data-item=tower_diagram_6_team]:after, .iso_scene .iso_item[data-item=tower_diagram_7_team]:after, .iso_scene .iso_item[data-item=tower_diagram_8_team]:after, .iso_scene .iso_item[data-item=tower_diagram_9_team]:after, .iso_scene .iso_item[data-item=tower_diagram_10_team]:after, .iso_scene .iso_item[data-item=tower_diagram_11_team]:after, .iso_scene .iso_item[data-item=tower_diagram_12_team]:after, .iso_scene .iso_item[data-item=tower_diagram_13_team]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: none;
  opacity: 0;
  transition: 0.5s transform ease, 0.5s opacity ease;
}
.iso_scene .iso_item[data-item=tower_diagram_0].active:after, .iso_scene .iso_item[data-item=tower_diagram_1].active:after, .iso_scene .iso_item[data-item=tower_diagram_2].active:after, .iso_scene .iso_item[data-item=tower_diagram_3].active:after, .iso_scene .iso_item[data-item=tower_diagram_4].active:after, .iso_scene .iso_item[data-item=tower_diagram_5].active:after, .iso_scene .iso_item[data-item=tower_diagram_6].active:after, .iso_scene .iso_item[data-item=tower_diagram_7].active:after, .iso_scene .iso_item[data-item=tower_diagram_8].active:after, .iso_scene .iso_item[data-item=tower_diagram_9].active:after, .iso_scene .iso_item[data-item=tower_diagram_10].active:after, .iso_scene .iso_item[data-item=tower_diagram_11].active:after, .iso_scene .iso_item[data-item=tower_diagram_12].active:after, .iso_scene .iso_item[data-item=tower_diagram_13].active:after, .iso_scene .iso_item[data-item=tower_diagram_0_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_1_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_2_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_3_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_4_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_5_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_6_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_7_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_8_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_9_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_10_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_11_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_12_team].active:after, .iso_scene .iso_item[data-item=tower_diagram_13_team].active:after {
  opacity: 1;
  transform: translate(0, 0);
}
.iso_scene .iso_item[data-item=tower_diagram_0]:after, .iso_scene .iso_item[data-item=tower_diagram_0_team]:after {
  background-image: url(../img/iso/tower/outer_blue_gradient.png);
  transform: translate(0, 5em);
}
.iso_scene .iso_item[data-item=tower_diagram_0].active:after, .iso_scene .iso_item[data-item=tower_diagram_0_team].active:after {
  transition-delay: 0s;
}
.iso_scene .iso_item[data-item=tower_diagram_1], .iso_scene .iso_item[data-item=tower_diagram_1_team] {
  clip-path: polygon(6.28% 0.52%, 94.05% 0.52%, 94.71% 50.9%, 50% 91.09%, 5.95% 50.9%);
}
.iso_scene .iso_item[data-item=tower_diagram_1]:after, .iso_scene .iso_item[data-item=tower_diagram_1_team]:after {
  background-image: url(../img/iso/tower/platform_white_box.png);
  transform: translate(0, 0.1em);
}
.iso_scene .iso_item[data-item=tower_diagram_1].active:after, .iso_scene .iso_item[data-item=tower_diagram_1_team].active:after {
  transition-delay: 0s;
}
.iso_scene .iso_item[data-item=tower_diagram_2], .iso_scene .iso_item[data-item=tower_diagram_2_team] {
  clip-path: polygon(5.62% -1.05%, 93.39% 1.57%, 94.38% 50.9%, 50.66% 91.62%, 5.95% 51.42%);
}
.iso_scene .iso_item[data-item=tower_diagram_2]:after, .iso_scene .iso_item[data-item=tower_diagram_2_team]:after {
  background-image: url(../img/iso/tower/platform_red_box.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_2].active:after, .iso_scene .iso_item[data-item=tower_diagram_2_team].active:after {
  transition-delay: 0.2s;
}
.iso_scene .iso_item[data-item=tower_diagram_10], .iso_scene .iso_item[data-item=tower_diagram_10_team] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.iso_scene .iso_item[data-item=tower_diagram_10]:after, .iso_scene .iso_item[data-item=tower_diagram_10_team]:after {
  background-image: url(../img/iso/tower/outline_container.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_10].active:after, .iso_scene .iso_item[data-item=tower_diagram_10_team].active:after {
  transition-delay: 0.2s;
}
.iso_scene .iso_item[data-item=tower_diagram_3], .iso_scene .iso_item[data-item=tower_diagram_3_team] {
  clip-path: polygon(0% 0%, 100% 0%, 94.5% 49.44%, 50.85% 88.86%, 7.19% 48.78%);
}
.iso_scene .iso_item[data-item=tower_diagram_3]:after, .iso_scene .iso_item[data-item=tower_diagram_3_team]:after {
  background-image: url(../img/iso/tower/platform_bottom_blue_box.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_3].active:after, .iso_scene .iso_item[data-item=tower_diagram_3_team].active:after {
  transition-delay: 0.3s;
}
.iso_scene .iso_item[data-item=tower_diagram_4], .iso_scene .iso_item[data-item=tower_diagram_4_team] {
  clip-path: polygon(0% 0%, 100% 0%, 100.5% 54.1%, 50% 100%, -0.5% 53.29%);
}
.iso_scene .iso_item[data-item=tower_diagram_4]:after, .iso_scene .iso_item[data-item=tower_diagram_4_team]:after {
  background-image: url(../img/iso/tower/platform_top_blue_box.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_4].active:after, .iso_scene .iso_item[data-item=tower_diagram_4_team].active:after {
  transition-delay: 0.5s;
}
.iso_scene .iso_item[data-item=tower_diagram_5], .iso_scene .iso_item[data-item=tower_diagram_5_team] {
  clip-path: polygon(0% 0%, 100% 0%, 98.99% 100.08%, 50.5% 71.26%, 1.01% 99.56%);
}
.iso_scene .iso_item[data-item=tower_diagram_5]:after, .iso_scene .iso_item[data-item=tower_diagram_5_team]:after {
  background-image: url(../img/iso/tower/blue_purple_gradient_bottom.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_5].active:after, .iso_scene .iso_item[data-item=tower_diagram_5_team].active:after {
  transition-delay: 0.5s;
}
.iso_scene .iso_item[data-item=tower_diagram_6]:after, .iso_scene .iso_item[data-item=tower_diagram_6_team]:after {
  background-image: url(../img/iso/tower/blue_purple_gradient_top.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_6].active:after, .iso_scene .iso_item[data-item=tower_diagram_6_team].active:after {
  transition-delay: 0.7s;
}
.iso_scene .iso_item[data-item=tower_diagram_13]:after, .iso_scene .iso_item[data-item=tower_diagram_13_team]:after {
  background-image: url(../img/iso/tower/platform_white_box_top.png);
  transform: translate(0, 4.35em);
}
.iso_scene .iso_item[data-item=tower_diagram_13].active:after, .iso_scene .iso_item[data-item=tower_diagram_13_team].active:after {
  transition-delay: 0.7s;
}
.iso_scene .iso_item[data-item=tower_diagram_7], .iso_scene .iso_item[data-item=tower_diagram_7_team] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.iso_scene .iso_item[data-item=tower_diagram_7]:after, .iso_scene .iso_item[data-item=tower_diagram_7_team]:after {
  background-image: url(../img/iso/tower/compute_storage.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_7].active:after, .iso_scene .iso_item[data-item=tower_diagram_7_team].active:after {
  transition-delay: 0.9s;
}
.iso_scene .iso_item[data-item=tower_diagram_8], .iso_scene .iso_item[data-item=tower_diagram_8_team] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.iso_scene .iso_item[data-item=tower_diagram_8]:after, .iso_scene .iso_item[data-item=tower_diagram_8_team]:after {
  background-image: url(../img/iso/tower/above_compute_storage.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_8].active:after, .iso_scene .iso_item[data-item=tower_diagram_8_team].active:after {
  transition-delay: 0.9s;
}
.iso_scene .iso_item[data-item=tower_diagram_9], .iso_scene .iso_item[data-item=tower_diagram_9_team] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.iso_scene .iso_item[data-item=tower_diagram_9]:after, .iso_scene .iso_item[data-item=tower_diagram_9_team]:after {
  background-image: url(../img/iso/tower/container_blue_on_platform.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_9].active:after, .iso_scene .iso_item[data-item=tower_diagram_9_team].active:after {
  transition-delay: 0.9s;
}
.iso_scene .iso_item[data-item=tower_diagram_11]:after, .iso_scene .iso_item[data-item=tower_diagram_11_team]:after {
  background-image: url(../img/iso/tower/platform_blue_outlined_boxes.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_11].active:after, .iso_scene .iso_item[data-item=tower_diagram_11_team].active:after {
  transition-delay: 1.1s;
}
.iso_scene .iso_item[data-item=tower_diagram_12]:after, .iso_scene .iso_item[data-item=tower_diagram_12_team]:after {
  background-image: url(../img/iso/tower/containerized_apps.png);
  transform: translate(0, 110%);
}
.iso_scene .iso_item[data-item=tower_diagram_12].active:after, .iso_scene .iso_item[data-item=tower_diagram_12_team].active:after {
  transition-delay: 1.1s;
}
.iso_scene .iso_item[data-icon=ai_acceleration_purple_block] {
  background-image: url(../img/iso/acceleration_cubes/watson.png);
  transition: 2s linear transform, 0.5s linear opacity;
}
.iso_scene .iso_item[data-item=ai_acceleration_blue_block] {
  background-image: url(../img/iso/acceleration_cubes/cube.png);
  transition: 2s linear transform, 0.5s linear opacity;
  z-index: 5 !important;
}
.iso_scene .iso_item[data-item=ai_acceleration_white_block] {
  background-image: url(../img/iso/acceleration_cubes/white_box.png);
  transition: 2s linear transform, 0.5s linear opacity;
  z-index: 5 !important;
}
.iso_scene .iso_item[data-item=ai_acceleration_gray_block] {
  background-image: url(../img/iso/acceleration_cubes/grey_cube.png);
  transition: 2s linear transform, 0.5s linear opacity;
  z-index: 5 !important;
}
.iso_scene .iso_item[data-item=ai_acceleration_server2] {
  z-index: 6 !important;
}
.iso_scene .iso_item[data-item=cost_efficiency_screen1] {
  background-image: url(../img/iso/cost_eff/screen1.png);
}
.iso_scene .iso_item[data-item=cost_efficiency_screen2] {
  background-image: url(../img/iso/cost_eff/screen2.png);
}
.iso_scene .iso_line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s transform ease, 0.5s opacity ease;
  -moz-transition: 0.5s transform ease, 0.5s opacity ease;
  transition: 0.5s transform ease, 0.5s opacity ease;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.iso_scene .iso_line .reveal {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.02em;
  background: #C6C6C6;
  transform-origin: center;
  -webkit-transition: 0.5s transform ease, 0.5s opacity ease;
  -moz-transition: 0.5s transform ease, 0.5s opacity ease;
  transition: 0.5s transform ease, 0.5s opacity ease;
}
.iso_scene .iso_line[data-type=blue] .reveal {
  background: #BE95FF;
  height: 0.1em;
}
.iso_scene .iso_line[data-type=gray] .reveal {
  background: #C6C6C6;
  height: 0.01em;
}
.iso_scene .iso_line[data-type=red] .reveal {
  background: #CD001F;
  height: 0.01em;
}
.iso_scene .iso_line[data-type=dots] .reveal {
  height: 0.0625em;
  background-color: transparent;
  background-image: url(../img/iso/lineDot.png);
  background-repeat: repeat;
  background-size: auto 100%;
}
.iso_scene .iso_line[data-type=dots_in_and_out] .reveal {
  transition: transform 3s linear;
  will-change: transform;
  height: 0.0625em;
  background-color: transparent;
  background-image: url(../img/iso/lineDot.png);
  background-repeat: repeat;
  background-size: auto 100%;
}
.iso_scene .iso_line.animated .reveal {
  animation: lineAnts 1s infinite linear;
}
@keyframes lineAnts {
  from {
    background-position: -0.0625em;
  }
  to {
    background-position: 0.0625em;
  }
}

.tower_bubble_container {
  position: absolute;
  top: 37%;
  left: 14%;
  width: 73%;
  height: 16%;
  opacity: 0;
  transition: 1s opacity ease;
}

.iso_item[data-item=tower_diagram_0].active .tower_bubble_container,
.iso_item[data-item=tower_diagram_0_team].active .tower_bubble_container {
  opacity: 1;
  transition-delay: 1.5s;
}

.tower_bubble {
  position: absolute;
  border-radius: 50% 50%;
  background: #B1B6FE;
  animation: tower_bubble 6s infinite linear;
  animation-delay: 0s;
  font-size: 0.2em;
}

@keyframes tower_bubble {
  0% {
    transform: translate(-50%, -50%) translate(0, 4em);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, -50%) translate(0, 3.2em);
    opacity: 0.5;
  }
  80% {
    transform: translate(-50%, -50%) translate(0, 0.8em);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) translate(0, 0em);
    opacity: 0;
  }
}
@keyframes tower_small_bubble {
  0% {
    transform: translate(-50%, -50%) translate(0, 2em);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, -50%) translate(0, 1.6em);
    opacity: 0.5;
  }
  80% {
    transform: translate(-50%, -50%) translate(0, 0.4em);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) translate(0, 0em);
    opacity: 0;
  }
}
.feedback .desc_box {
  height: 4em !important;
}

.access_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/speed.png);
  animation: access_box 3s infinite linear;
  animation-delay: 0s;
  font-size: 0.2em;
}

@keyframes access_box {
  0% {
    clip-path: polygon(-0.63% 67.44%, 86.97% -0.86%, 101.9% 12.56%, 99.96% 34.31%, 14.56% 100.19%, -0.63% 89.38%);
    transform: translate(-50%, -50%) translate(4em, -2em);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, -50%) translate(2.4em, -1.2em);
    opacity: 1;
  }
  65% {
    clip-path: polygon(70.32% 11.99%, 86.97% -0.86%, 101.9% 12.56%, 99.96% 34.31%, 83.6% 46.44%, 70.32% 32.22%);
    opacity: 1;
  }
  80% {
    clip-path: polygon(70.32% 11.99%, 86.97% -0.86%, 101.9% 12.56%, 99.96% 34.31%, 83.6% 46.44%, 70.32% 32.22%);
    transform: translate(-50%, -50%) translate(-2.4em, 1.2em);
    opacity: 1;
  }
  100% {
    clip-path: polygon(70.32% 11.99%, 86.97% -0.86%, 101.9% 12.56%, 99.96% 34.31%, 83.6% 46.44%, 70.32% 32.22%);
    transform: translate(-50%, -50%) translate(-4em, 2em);
    opacity: 0;
  }
}
.top_bar {
  position: absolute;
  height: 0.4em;
  width: 100%;
  top: 0;
  background-color: white;
  border-bottom: solid #E0E0E0 1px;
  z-index: 999;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.top_bar .top_img {
  position: relative;
  margin-left: 0.14em;
  width: 1em;
  height: auto;
}
.top_bar .top_bar_divider {
  position: relative;
  height: 50%;
  width: 1px;
  background-color: #e0e0e0;
  margin-left: 2em;
  margin-right: 1em;
  font-size: 0.16em;
}
.top_bar .middle_bit {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.top_bar .middle_bit .top_bar_arrow {
  background-image: url(../icons/menu_carat.svg);
  width: 1em;
  height: 1em;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.top_bar .middle_bit .top_bar_option {
  position: relative;
  font-size: 0.14em;
  padding-right: 1.1em;
  padding-left: 1.1em;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  color: #525252;
  justify-content: center;
  height: 100%;
  gap: 0.5em;
  box-sizing: border-box;
  overflow: visible;
}
.top_bar .middle_bit .top_bar_option.active .top_bar_arrow {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  transform: scaleY(-1);
}
.top_bar .middle_bit .top_bar_option.view-show {
  color: #161616;
}
.top_bar .middle_bit .top_bar_option .i18n {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  text-align: center;
}
.top_bar .middle_bit .top_bar_option .top_bar_options_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.top_bar .middle_bit .top_bar_option .top_bar_options_list .top_bar_option_title {
  background-color: white;
  padding: 1em;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.top_bar .middle_bit .top_bar_option .top_bar_options_list .top_bar_option_title.view-show {
  background-color: #C6C6C6;
  color: #161616;
}
.top_bar .middle_bit .top_bar_option .top_bar_options_list .blue_highlight {
  height: 3px;
  padding-left: 0.16em;
  padding-right: 0.16em;
  bottom: 0em;
  width: 100%;
  left: -0.16em;
  position: relative;
  background-color: #0F62FE;
}
.top_bar .middle_bit .top_bar_option .blue_highlight {
  position: absolute;
}
.top_bar .middle_bit .top_bar_option .blue_highlight.view-show {
  height: 3px;
  bottom: 0em;
  width: 100%;
  background-color: #0F62FE;
  left: 50%;
  transform: translateX(-50%);
}
.top_bar .middle_bit .top_bar_title {
  color: #525252;
  position: relative;
  font-family: "AppFontSemiBold";
  font-size: 0.8em;
  padding-right: 0.16em;
}
.top_bar .middle_bit .top_bar_title .i18n {
  font-size: 0.14em;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.top_bar .attract_button {
  position: relative;
  height: 100%;
  width: 0.6em;
  margin-left: auto;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
.top_bar .attract_button svg {
  position: relative;
  height: 45%;
}
.top_bar .feedback_button {
  position: relative;
  height: 100%;
  width: 0.6em;
  margin-left: auto;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.top_bar .feedback_button svg {
  position: relative;
  height: 39%;
}
.top_bar .link_button {
  position: relative;
  height: 100%;
  background: #0F62FE;
  padding: 0em 0.06em 0em 0.14em;
  box-sizing: border-box;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.top_bar .link_button .label {
  position: relative;
  color: white;
  font-size: 0.12em;
  margin-right: 1.6em;
  white-space: nowrap;
}
.top_bar .link_button .icon {
  position: relative;
  width: 0.3em;
  height: 0.3em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.top_bar .link_button .icon svg {
  position: relative;
  height: 39%;
}
.top_bar .cta_button {
  position: relative;
  right: 0;
  height: 100%;
  width: 25%;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: 0.5s transform ease;
  -moz-transition: 0.5s transform ease;
  transition: 0.5s transform ease;
  transform: none;
}
.top_bar .cta_button[data-button=sales_demo]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: calc(100% - 0.2rem);
  background-color: white;
  transform: translate(0, -50%);
}
.top_bar .cta_button[data-track-view="chapter_3 step_3 part_4"] {
  transform: translateX(100%);
}

.iso_scene.platform_scene[data-track-view~=time_to_market] {
  transform: scale(0.825) translate(-1%, 0%);
}

.iso_scene.platform_scene[data-track-view~=cost_efficiency] {
  transform: translate(-6%, 0%);
}

.iso_scene.platform_scene[data-track-view~=scalability] {
  transform: translate(-3%, 0%);
}

.iso_scene.platform_scene[data-track-view~=security_and_compliance] {
  transform: scale(0.91);
}

.iso_scene.platform_scene[data-track-view~=access_performance] {
  transform: translate(0%, 5%);
}

.iso_scene.platform_scene[data-track-view~=reliability] {
  transform: translate(-3%, 0%);
}

.iso_scene[data-item-set=team_iso_items][data-track-view~=what_is_ibm_fusion_team] {
  transform: translate(calc(-0.5 * var(--gu, 16px)));
}

.iso_scene .tower_labels_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  z-index: 9999999999999;
  opacity: 0;
  pointer-events: none;
}
.iso_scene .tower_labels_container.view-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.iso_scene .tower_labels_container .label_container {
  position: absolute;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
.iso_scene .tower_labels_container .label_container.left {
  right: 1.29em;
  justify-content: flex-end;
  width: 1.5em;
}
.iso_scene .tower_labels_container .label_container.left .label {
  margin-right: 0.05em;
  width: 0.8em;
}
.iso_scene .tower_labels_container .label_container.left .arm {
  left: 0em;
}
.iso_scene .tower_labels_container .label_container.left .arm:after {
  right: 0em;
}
.iso_scene .tower_labels_container .label_container.right {
  flex-direction: row-reverse;
  justify-content: flex-end;
  left: 1.3em;
  width: 2em;
}
.iso_scene .tower_labels_container .label_container.right .label {
  margin-left: 0.04em;
  width: 1.1em;
}
.iso_scene .tower_labels_container .label_container.right .arm {
  left: 0em;
}
.iso_scene .tower_labels_container .label_container.right .arm:after {
  left: 0em;
}
.iso_scene .tower_labels_container .label_container.label_1 {
  bottom: 0.9em;
}
.iso_scene .tower_labels_container .label_container.label_2 {
  bottom: 2.175em;
}
.iso_scene .tower_labels_container .label_container.label_3 {
  bottom: 3.05em;
}
.iso_scene .tower_labels_container .label_container.label_4 {
  bottom: 0.9em;
  left: 1.7em;
  width: 1.4em;
}
.iso_scene .tower_labels_container .label_container.label_4 .label {
  width: 1em;
}
.iso_scene .tower_labels_container .label_container.label_5 {
  bottom: 1.8em;
}
.iso_scene .tower_labels_container .label_container.label_6 {
  bottom: 3.175em;
}
.iso_scene .tower_labels_container .label_container .label {
  position: relative;
}
.iso_scene .tower_labels_container .label_container .label > .i18n {
  font-size: 0.1em;
  line-height: 1.4;
}
.iso_scene .tower_labels_container .label_container .label > .i18n u {
  text-decoration: none;
  line-height: 1.8;
}
.iso_scene .tower_labels_container .label_container .label > .i18n b {
  font-family: AppFont;
  font-size: 0.84em;
  font-weight: normal;
}
.iso_scene .tower_labels_container .label_container .arm {
  position: relative;
  margin-top: 0.075em;
  height: 0.001em;
  background-color: #161616;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}

.integration_bar_container {
  position: absolute;
  left: 7%;
  width: 91%;
  height: 30%;
  transform: rotate(29deg) skew(30deg);
  top: 39%;
}

.integration_bar {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 1%;
  height: 100%;
  transition: 0.5s transform ease;
  transform-origin: bottom;
  background: white;
}
.integration_bar[data-bar="0"] {
  left: 10%;
}
.integration_bar[data-bar="1"] {
  left: 17%;
}
.integration_bar[data-bar="2"] {
  left: 24%;
}
.integration_bar[data-bar="3"] {
  left: 31%;
}
.integration_bar[data-bar="4"] {
  left: 38%;
}
.integration_bar[data-bar="5"] {
  left: 45%;
}
.integration_bar[data-bar="6"] {
  left: 52%;
}
.integration_bar[data-bar="7"] {
  left: 59%;
}
.integration_bar[data-bar="8"] {
  left: 66%;
}
.integration_bar[data-bar="9"] {
  left: 73%;
}
.integration_bar[data-bar="10"] {
  left: 80%;
}
.integration_bar[data-bar="11"] {
  left: 87%;
}

.scalability_graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 7%;
  left: 20%;
  width: 61%;
  clip-path: polygon(0% 0%, 100% 0%, 100.83% 49.21%, -0.36% 83.65%);
}
.scalability_graph::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: 4s scalability_graph ease infinite;
}
@keyframes scalability_graph {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.scalability_graph[data-graph="0"]::after {
  top: 6%;
  background-image: url(../img/iso/platform_isos/wave_back.png);
  animation-delay: -1.5s;
}
.scalability_graph[data-graph="1"]::after {
  top: 5%;
  background-image: url(../img/iso/platform_isos/wave_middle.png);
  animation-delay: -1s;
}
.scalability_graph[data-graph="2"]::after {
  background-image: url(../img/iso/platform_isos/wave_top.png);
  animation-delay: -0.5s;
}

.scalability_paper {
  position: absolute;
  width: 22%;
  height: 31%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/paper.png);
  transition: 0.2s opacity linear;
  opacity: 0;
}
.scalability_paper.active {
  opacity: 1;
}
.scalability_paper:not(.active) {
  transition-delay: 0s !important;
}

.cost_dollar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/platform_isos/dollar.png);
  transition: 0.2s opacity linear;
  opacity: 1;
}
.cost_dollar.active {
  opacity: 0;
}
.cost_dollar:not(.active) {
  transition-delay: 0s !important;
}

.cost_server_stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 34%;
  width: 15%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/cost_eff/server_stripe.png);
  transition: 0.2s opacity linear;
  opacity: 0;
}
.cost_server_stripe.active {
  opacity: 1;
}
.cost_server_stripe:not(.active) {
  transition-delay: 0s !important;
}

.screen1_stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 25%;
  width: 54%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/cost_eff/screen1_stripe.png);
  transition: 0.2s opacity linear;
  opacity: 0;
}
.screen1_stripe.active {
  opacity: 1;
}
.screen1_stripe:not(.active) {
  transition-delay: 0s !important;
}

.screen2_stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 21%;
  width: 54%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/iso/cost_eff/screen2_stripe.png);
  transition: 0.2s opacity linear;
  opacity: 0;
}
.screen2_stripe.active {
  opacity: 1;
}
.screen2_stripe:not(.active) {
  transition-delay: 0s !important;
}

.attract_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none !important;
}
.attract_page .page {
  background-color: transparent;
  pointer-events: none !important;
}
.attract_page .attract_page_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
}
.attract_page .attract_loop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.5em;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 10;
}
.attract_page .attract_loop .i18n {
  font-size: 0.2em;
}
.attract_page .attract_loop .title_bar {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 0.7em;
  background-color: #0F62FE;
}
.attract_page .attract_loop .title_bar .attract_title {
  margin-left: 0.2em;
  line-height: 0.5em;
  color: white;
}
.attract_page .attract_loop .title_bar .attract_title .i18n {
  font-size: 0.23em;
}
.attract_page .attract_loop .title_bar .attract_close {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.7em;
  height: 0.7em;
}
.attract_page .attract_loop .title_bar .attract_close svg {
  position: relative;
  width: 30%;
  height: 30%;
}
.attract_page .attract_loop .content_container {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 100%;
  height: 1.2em;
  color: black;
  background-color: white;
}
.attract_page .attract_loop .content_container .attract_switch_container {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 1em;
}
.attract_page .attract_loop .content_container .attract_switch_container .text_container {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0.06em;
}
.attract_page .attract_loop .content_container .attract_switch_container .text_container .off,
.attract_page .attract_loop .content_container .attract_switch_container .text_container .on,
.attract_page .attract_loop .content_container .attract_switch_container .text_container .divider {
  transition: opacity 0.5s ease;
}
.attract_page .attract_loop .content_container .attract_switch_container .text_container .off .i18n,
.attract_page .attract_loop .content_container .attract_switch_container .text_container .on .i18n,
.attract_page .attract_loop .content_container .attract_switch_container .text_container .divider .i18n {
  font-size: 0.2em;
}
.attract_page .attract_loop .content_container .attract_switch_container .text_container .divider {
  margin-left: 0.05em;
  margin-right: 0.05em;
}
.attract_page .attract_loop .content_container .attract_switch_container .attract_switch {
  position: relative;
  width: 0.6em;
  height: 0.3em;
  border-radius: 0.2em;
  background-color: grey;
  transition: background-color 0.5s ease;
}
.attract_page .attract_loop .content_container .attract_switch_container .attract_switch::after {
  content: "";
  position: absolute;
  top: 0.025em;
  left: 0.025em;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s left ease;
}
.attract_page .attract_loop .content_container .attract_slider_container {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  position: relative;
  width: 2.5em;
  opacity: 0.4;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.attract_page .attract_loop .content_container .attract_slider_container .text_container {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0.06em;
}
.attract_page .attract_loop .content_container .attract_slider_container .text_container .attract_time {
  font-size: 0.2em;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.attract_page .attract_loop .content_container .attract_slider_container .attract_slider {
  position: relative;
  width: 100%;
  height: 0.3em;
}
.attract_page .attract_loop .content_container .attract_slider_container .attract_slider .attract_slider_bar {
  position: absolute;
  left: 0;
  top: calc(50% - 0.01em);
  width: 100%;
  height: 0.02em;
  background-color: grey;
  z-index: 1;
}
.attract_page .attract_loop .content_container .attract_slider_container .attract_slider .attract_slider_bar .attract_slider_progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0F62FE;
}
.attract_page .attract_loop .content_container .attract_slider_container .attract_slider .attract_knob {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.28em;
  height: 0.28em;
  border-radius: 50%;
  background-color: white;
  border: 0.01em solid black;
  z-index: 2;
}
.attract_page .attract_loop .content_container .attract_start_container {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0.4;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.attract_page .attract_loop .content_container .attract_start_container .text_container {
  margin-bottom: 0em;
}
.attract_page .attract_loop .content_container .attract_start_container .arrow {
  position: relative;
  width: 0.42em;
  height: 0.42em;
  margin-left: 0.12em;
  border-radius: 50%;
  background: #0F62FE;
}
.attract_page .attract_loop .content_container .attract_start_container .arrow::after {
  content: "";
  position: absolute;
  top: 28%;
  left: 34%;
  border-left: 0.16em solid white;
  border-top: 0.1em solid transparent;
  border-bottom: 0.1em solid transparent;
}
.attract_page .attract_loop.off .content_container .attract_switch_container .text_container .on {
  opacity: 0.4;
}
.attract_page .attract_loop:not(.off) .content_container .attract_switch_container .text_container .off {
  opacity: 0.4;
}
.attract_page .attract_loop:not(.off) .content_container .attract_switch_container .attract_switch {
  background-color: #0F62FE;
}
.attract_page .attract_loop:not(.off) .content_container .attract_switch_container .attract_switch::after {
  left: 0.325em;
}
.attract_page .attract_loop:not(.off) .content_container .attract_slider_container {
  opacity: 1;
  pointer-events: auto;
}
.attract_page .attract_loop:not(.off) .content_container .attract_start_container {
  opacity: 1;
  pointer-events: auto;
}

@keyframes showHands {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes handsPulsing {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#touch_hands {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
#touch_hands.active {
  animation-name: showHands;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  pointer-events: auto;
}
#touch_hands.active .container .touch_bgs {
  animation-name: handsPulsing;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease;
}
#touch_hands .container {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.5em;
  height: 3.5em;
}
#touch_hands .container .text {
  position: relative;
  width: 50%;
  color: white;
  font-size: 0.3em;
  font-family: AppFontBold;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}
#touch_hands .container .icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.2em;
  z-index: 10;
}
#touch_hands .container .icon svg path {
  fill: white !important;
}
#touch_hands .container .touch_bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#touch_hands .container .touch_bgs .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(14, 89, 236, 0.9);
}
#touch_hands .container .touch_bgs .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 0.2em);
  height: calc(100% + 0.2em);
  border-radius: 50%;
  border: rgba(14, 89, 236, 0.9) 0.2em solid;
  transform: translate(-50%, -50%);
}

@media (max-aspect-ratio: 4/3) {
  .bodyLandscape .iso_scene.team_scene[data-track-view~=landing_page],
  .bodyLandscape .iso_scene.team_scene[data-track-view~=team_overview] {
    transform: scale(0.6) translate(-10%, 0%) !important;
  }
}
@media (min-aspect-ratio: 4/3) {
  .bodyLandscape .iso_scene.team_scene[data-track-view~=landing_page],
  .bodyLandscape .iso_scene.team_scene[data-track-view~=team_overview] {
    transform: scale(0.95) translate(-2.5%, 0%) !important;
  }
}
@media (max-aspect-ratio: 1291/726) {
  .bodyLandscape .iso_scene.team_scene[data-track-view~=landing_page],
  .bodyLandscape .iso_scene.team_scene[data-track-view~=team_overview] {
    transform: scale(0.8) translate(-5%, 0%) !important;
  }
}
@media (max-aspect-ratio: 1140/726) {
  .bodyLandscape .iso_scene.team_scene[data-track-view~=landing_page],
  .bodyLandscape .iso_scene.team_scene[data-track-view~=team_overview] {
    transform: scale(0.6) translate(-10%, 0%) !important;
  }
}
@media (max-aspect-ratio: 4/3) {
  .bodyLandscape .iso_scene.platform_scene[data-track-view~=platform_overview] {
    transform: scale(0.95) translate(-2.5%, 0%) !important;
  }
}
@media (min-aspect-ratio: 4/3) {
  .bodyLandscape .iso_scene.platform_scene[data-track-view~=platform_overview] {
    transform: scale(0.985) translate(-5%, 0%) !important;
  }
}
@media (max-aspect-ratio: 1140/726) {
  .bodyLandscape .iso_scene.platform_scene[data-track-view~=platform_overview] {
    transform: scale(0.88) translate(-9%, 0%) !important;
  }
}

.only_phone {
  display: none;
}

.bodyPortrait.bodyPhone #body.phone {
  font-size: 2.6em;
}
.bodyPortrait.bodyPhone #body .not_phone {
  display: none;
}
.bodyPortrait.bodyPhone #body .only_phone {
  display: flex;
}
.bodyPortrait.bodyPhone #body .feedback .feedback_card {
  font-size: 3.5vmin;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.bodyPortrait.bodyPhone #body .feedback .line:not(.rec) {
  font-size: 1.8em;
}
.bodyPortrait.bodyPhone #body .feedback .line:not(.rec).feedback-left, .bodyPortrait.bodyPhone #body .feedback .line:not(.rec).feedback-right {
  font-size: 1.4em;
}
.bodyPortrait.bodyPhone #body .feedback .line:not(.rec).feedback_type {
  font-size: 1.5em;
}
.bodyPortrait.bodyPhone #body .feedback .title {
  top: -3.6em;
  font-size: 0.67em;
}
.bodyPortrait.bodyPhone #body .feedback input {
  font-size: 0.9em;
}
.bodyPortrait.bodyPhone #body .feedback .submit {
  font-size: 3.6vmin;
  margin-right: 0.8em;
}
.bodyPortrait.bodyPhone #body .feedback .question {
  margin: 0 1em 2.6em 0.8em;
}
.bodyPortrait.bodyPhone #body .feedback .close {
  transform: scale(1.5) rotate(45deg);
}
.bodyPortrait.bodyPhone #body .feedback .thankyou {
  font-size: 2.1em;
}
.bodyPortrait.bodyPhone #body .iso_scene {
  height: 50%;
  top: 50%;
  width: 100%;
  font-size: 0.4em;
  transform: translate(2.5%, 6%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container .arm {
  height: 0.01em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container .label > .i18n {
  font-size: 0.14em;
  line-height: 1.3;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_1 {
  bottom: 0.6em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_2 {
  bottom: 1.97em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_3 {
  bottom: 2.95em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_4 {
  bottom: 0.325em;
  width: 1.65em !important;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_4 .label {
  width: 1.1em;
  margin-left: 0.04em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_5 {
  bottom: 1.5em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.label_6 {
  bottom: 2.98em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.right {
  width: 2.05em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.right .label {
  margin-left: 0.24em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.left {
  width: 1.6em;
}
.bodyPortrait.bodyPhone #body .iso_scene .tower_labels_container .label_container.left .label {
  margin-right: 0.15em;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=ai_acceleration] {
  transform: scale(1.3) translate(5%, -6%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=time_to_market] {
  transform: scale(1.05) translate(5%, -6%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=cost_efficiency] {
  transform: scale(1.3) translate(0.5%, -3%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=scalability] {
  transform: scale(1.3) translate(5.1%, -3%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=integration] {
  transform: scale(1.3) translate(9%, -8%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=security_and_compliance] {
  transform: scale(1.15) translate(5%, -8%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=access_performance] {
  transform: scale(1.45) translate(5.5%, 1%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=reliability] {
  transform: scale(1.35) translate(2.5%, -4%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=what_is_ibm_fusion] {
  transform: scale(1.55) translate(6.4%, -8.5%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=platform_engineer] {
  transform: scale(1.5) translate(32%, -4%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=infrastructure_architect] {
  transform: scale(1.6) translate(30%, -5%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=application_developer] {
  transform: scale(1.6) translate(30%, -7%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=data_scientists] {
  transform: scale(1.6) translate(30%, -7%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=platform_architect] {
  transform: scale(1.7) translate(30%, -8%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=executive] {
  transform: scale(1.7) translate(30%, -7%) !important;
}
.bodyPortrait.bodyPhone #body .iso_scene[data-track-view~=what_is_ibm_fusion_team] {
  transform: scale(1.55) translate(6.4%, -8.1%) !important;
}
.bodyPortrait.bodyPhone #body .top_bar .top_img {
  width: 1.1em;
  margin-left: 0em;
  margin-top: -0.015em;
}
.bodyPortrait.bodyPhone #body .top_bar .top_menu {
  margin-left: 0.09em;
  width: 0.33em;
  height: 0.33em;
  padding: 0.09em;
  box-sizing: border-box;
  margin-right: 0.03em;
}
.bodyPortrait.bodyPhone #body .top_bar .link_button .label {
  margin-right: 0.8em;
  font-size: 0.14em;
}
.bodyPortrait.bodyPhone #body .page .banner .close {
  right: 0.38em;
  top: 2.03em;
}
.bodyPortrait.bodyPhone #body .page .banner .dropdown_menu {
  bottom: auto;
  top: 0em;
}
.bodyPortrait.bodyPhone #body .page .banner .title {
  font-size: 0.92em;
  line-height: 1.2em;
  margin-right: 1em;
}
.bodyPortrait.bodyPhone #body .page .banner .title.light {
  font-size: 0.54em;
}
.bodyPortrait.bodyPhone #body .page .banner .title.light[data-text=team_role7_subtitle] {
  font-size: 0.529em;
}
.bodyPortrait.bodyPhone #body .page .banner .sub_title {
  font-size: 0.5em;
}
.bodyPortrait.bodyPhone #body .page .banner .subtitle {
  font-size: 0.54em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_1 intro"] .screen[data-screen=chapter_1_screen_1] {
  transform: none;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_1 part_1 overview"] .screen[data-screen=chapter_1_screen_1] {
  transform: scale(1.5) translate(0.4em, 1.2em);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_1 part_2"] .screen[data-screen=chapter_1_screen_1] {
  transform: scale(1.5) translate(0.8em, 1.2em);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_1 part_3"] .screen[data-screen=chapter_1_screen_1] {
  transform: scale(1.5) translate(-1.1em, 1.2em);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_2 part_0"] .screen[data-screen=chapter_1_screen_2] {
  transform: scale(1.5) translate(0.7em, 1.2em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_2 part_1 overview"] .screen[data-screen=chapter_1_screen_2] {
  transform: scale(1.5) translate(0.7em, 0.2em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_2 part_2 overview"] .screen[data-screen=chapter_1_screen_3] {
  transform: scale(1.5) translate(0.7em, 0.2em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_2 part_3 overview"] .screen[data-screen=chapter_1_screen_4] {
  transform: scale(1.5) translate(0.25em, 1.2em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_3 part_1 overview"] .screen[data-screen=chapter_1_screen_5] {
  transform: scale(1.5) translate(0.65em, 0.52em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_3 part_2 overview"] .screen[data-screen=chapter_1_screen_6] {
  transform: scale(1.5) translate(0.65em, 0.52em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo][data-track-view="section_demo chapter_1 step_3 part_3 overview"] .screen[data-screen=chapter_1_screen_7] {
  transform: scale(1.25) translate(-0.21em, 1.2em) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview], .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] {
  height: 100%;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demos_banner, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demos_banner {
  top: 0;
  height: 35%;
  padding: 1em 0.65em !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demos_banner .close, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demos_banner .close {
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  right: 0.48em;
  top: 0.27em;
  padding: 0.3em;
  box-sizing: border-box;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner {
  top: calc(60% - 7em);
  height: calc(60% - 7em);
  padding: 0.5em 0.5em !important;
  margin: 0.25em;
  width: calc(100% - 1em);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner.tour_banner, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner.tour_banner {
  top: calc(60% - 7.2em);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner.tour_banner.mobile_page_banner, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner.tour_banner.mobile_page_banner {
  top: calc(60% - 9.5em);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner.tour_banner.mobile_page_banner .beauty, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner.tour_banner.mobile_page_banner .beauty {
  height: 2.8em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .banner_options.phone_special.only_phone, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .banner_options.phone_special.only_phone {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  cursor: pointer;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .beauty, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .beauty {
  height: 4em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .midtitle, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .midtitle {
  font-size: 0.51em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=demo_overview] .demo_banner .subtitle, .bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=phone_demo_select] .demo_banner .subtitle {
  margin: 0.6em 0.75em 0em 0.75em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] {
  width: 100%;
  height: 100%;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page {
  left: 0;
  right: auto;
  width: 100%;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step {
  top: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .zoom_indicator[data-view=part_2] {
  top: 2.1em;
  left: 1.75em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .zoom_indicator[data-view=part_3] {
  top: 1.42em;
  left: 2.55em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_1] .zoom_indicator[data-view=part_1] {
  top: 1.94em;
  left: 3.11em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .zoom_indicator[data-view=part_0] {
  top: 1.48em;
  left: 2.55em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .zoom_indicator[data-view=part_1] {
  top: 1.8em;
  left: 1.85em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .zoom_indicator[data-view=part_2] {
  top: 1.77em;
  left: 1.85em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_2] .zoom_indicator[data-view=part_3] {
  top: 1.94em;
  left: 3.52em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .zoom_indicator[data-view=part_1] {
  top: 2.85em;
  left: 1.44em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .zoom_indicator[data-view=part_2] {
  top: 2.85em;
  left: 1.44em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .zoom_indicator[data-view=part_3] {
  top: 1.87em;
  left: 3.45em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step .screen {
  top: 50%;
  height: 50%;
  transition: transform 0.5s ease;
  will-change: transform;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step .screen .darken_image {
  display: none;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step .screen .part .cta_dot,
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step .screen .part .message_box {
  display: none !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .zoom_indicators_container {
  position: absolute;
  top: 50%;
  height: 50%;
  width: 100%;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .zoom_indicators_container .zoom_indicator {
  position: absolute;
  width: 0.15em;
  height: 0.15em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .zoom_indicators_container .zoom_indicator.info_indicator {
  background-image: url(../icons/custom/info.svg);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .zoom_indicators_container .zoom_indicator.dot_indicator {
  background-image: url(../icons/custom/dot.svg);
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel {
  position: absolute;
  background-color: #F4F4F4;
  top: 0em;
  left: 0em;
  height: 50%;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.7em 0.5em 2.2em 0.5em !important;
  box-sizing: border-box;
  font-size: 0.2825em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .close {
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  right: 0.38em;
  top: 0.53em;
  padding: 0.3em;
  box-sizing: border-box;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .title {
  position: relative;
  font-size: 0.92em;
  line-height: 1.2em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .copy {
  position: absolute;
  line-height: 1.4;
  font-size: 0.54em;
  margin: 1.2em 0em 0.6em 0em;
  width: 85%;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .copy[data-view=intro] {
  top: 3.3em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons {
  position: absolute;
  right: 0.5em;
  bottom: 0.4em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button {
  position: absolute;
  bottom: 0.1em;
  right: 0em;
  height: 2em;
  width: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: white;
  border: 1px solid #0F62FE;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.inactive {
  border: 1px solid #A8A8A8;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.left {
  right: 3.6em;
  background-image: url(../img/phone/arrow_blue.svg);
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.left.view-show {
  right: 10.6em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.right {
  background-image: url(../img/phone/arrow_blue.svg);
  -webkit-transform: scaleX(-1) !important;
  -moz-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.grey_scale_button {
  background-image: url(../img/phone/arrow_grey.svg);
  border: 1px solid #A8A8A8;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button {
  height: 0.6em;
  width: 2.7em;
  background-color: #0F62FE;
  color: #F4F4F4;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0em 0.2em;
  box-sizing: border-box;
  transform: none !important;
  font-size: 3.35em;
  bottom: 0.02em;
  right: 0em;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button.show {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button[data-js-link] .button_icon {
  width: 0.2em;
  height: 0.2em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button .i18n {
  font-size: 0.14em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button .button_title {
  margin-right: auto;
  font-size: 0.15em;
  display: flex;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button .button_title .i18n {
  margin-right: 2em;
  font-size: 1em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_button.next_step_button .button_icon {
  position: relative;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.1em;
  margin-top: -0.01em;
  flex-shrink: 0;
  width: 0.15em;
  height: 0.15em;
  margin-top: 0em;
  margin-left: 0em;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_numbers {
  position: absolute;
  bottom: 1.4em;
  right: 3.8em;
  margin: 0em 0.8em;
  font-size: 0.52em;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.bodyPortrait.bodyPhone #body .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_carousel .nav_buttons .nav_numbers.view-show {
  right: 17.3em;
}
.bodyPortrait.bodyPhone #body .sub_page {
  position: absolute;
  height: calc(60% - 0.36em);
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.bodyPortrait.bodyPhone #body .sub_page[data-view=landing_page] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=team_overview] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=platform_overview] .close {
  right: 0.2em;
  top: 0.33em;
}
.bodyPortrait.bodyPhone #body .sub_page[data-view=landing_page] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=team_overview] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=platform_overview] .dropdown_menu {
  bottom: 0em;
  top: auto;
}
.bodyPortrait.bodyPhone #body .sub_page[data-view=landing_page] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=team_overview] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=platform_overview] .banner {
  padding: 0.6em 0.5em !important;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview], .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits], .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel], .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components], .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute], .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] {
  width: 100%;
  height: 100%;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .close {
  right: 0.4em;
  top: 2em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .dropdown_menu, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .dropdown_menu {
  bottom: auto;
  top: 0;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .banner, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .banner {
  padding: 2em 0.5em 0.6em 0.5em !important;
  height: auto;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container {
  height: calc(100% - 3em);
  bottom: 0;
  top: unset;
  width: 100%;
  overflow-y: auto;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container.overview_card .entry_video, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container.overview_card .entry_video, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container.overview_card .entry_video, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container.overview_card .entry_video, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container.overview_card .entry_video, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container.overview_card .entry_video, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container.overview_card .entry_video {
  right: -50dvw;
  width: 200dvw;
  height: 50dvh;
  margin-bottom: 0;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container.mobile_product, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container.mobile_product, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container.mobile_product, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container.mobile_product, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container.mobile_product, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container.mobile_product, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container.mobile_product {
  height: 100dvh;
  width: 100dvw;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .benefits_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .benefits_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .benefits_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .benefits_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .benefits_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .benefits_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .benefits_card {
  width: calc(100% - 0.3em);
  height: calc(100% - 1.5em);
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .benefits_card .benefits_content_container .benefits_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .benefits_card .benefits_content_container .benefits_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .benefits_card .benefits_content_container .benefits_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .benefits_card .benefits_content_container .benefits_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .benefits_card .benefits_content_container .benefits_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .benefits_card .benefits_content_container .benefits_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .benefits_card .benefits_content_container .benefits_content {
  overflow-y: auto;
  height: calc(100% - 0.2em);
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .benefits_card .benefits_content_container .benefits_graphic, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .benefits_card .benefits_content_container .benefits_graphic, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .benefits_card .benefits_content_container .benefits_graphic, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .benefits_card .benefits_content_container .benefits_graphic, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .benefits_card .benefits_content_container .benefits_graphic, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .benefits_card .benefits_content_container .benefits_graphic, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .benefits_card .benefits_content_container .benefits_graphic {
  margin: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .benefits_card .benefits_content_container .benefits_graphic .fusion_tower {
  height: 1.7em !important;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .partner_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .partner_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .partner_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .partner_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .partner_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .partner_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .partner_card {
  padding: 0.1em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .partner_card .card_pages .card_page, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .partner_card .card_pages .card_page, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .partner_card .card_pages .card_page, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .partner_card .card_pages .card_page, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .partner_card .card_pages .card_page, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .partner_card .card_pages .card_page, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .partner_card .card_pages .card_page {
  overflow-y: auto;
  flex-direction: column;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .partner_card .card_pages .card_page .card_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .partner_card .card_pages .card_page .card_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .partner_card .card_pages .card_page .card_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .partner_card .card_pages .card_page .card_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .partner_card .card_pages .card_page .card_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .partner_card .card_pages .card_page .card_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .partner_card .card_pages .card_page .card_content {
  width: 100%;
  margin-top: 1em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .partner_card .card_pages .card_page .card_image, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .partner_card .card_pages .card_page .card_image, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .partner_card .card_pages .card_page .card_image, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .partner_card .card_pages .card_page .card_image, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .partner_card .card_pages .card_page .card_image, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .partner_card .card_pages .card_page .card_image, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .partner_card .card_pages .card_page .card_image {
  width: 100%;
  margin-top: 0.15em;
  height: 2em;
  min-height: 2em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.left .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.left .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.left .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.left .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.left .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.left .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.right .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.left .label {
  transform: translate(0.75em, 0%);
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.left .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.left .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.left .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.left .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.left .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.left .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.right .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.left .arm {
  transform: translate(10%, 0%);
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.left .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.left .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.left .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.left .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.left .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.left .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.right .arm:after, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.left .arm:after {
  left: 0em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.extra_hs, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.extra_hs, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.extra_hs, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.extra_hs, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.extra_hs, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.extra_hs, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.extra_hs {
  pointer-events: none !important;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.extra_hs .hotspot_dot {
  display: none;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.extra_hs .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.extra_hs .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.extra_hs .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.extra_hs .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.extra_hs .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.extra_hs .label, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.extra_hs .label {
  opacity: 1;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot.extra_hs .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot.extra_hs .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot.extra_hs .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot.extra_hs .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot.extra_hs .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot.extra_hs .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot.extra_hs .arm {
  opacity: 1;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot .label > .i18n, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot .label > .i18n, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot .label > .i18n, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot .label > .i18n, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot .label > .i18n, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot .label > .i18n, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot .label > .i18n {
  font-size: 0.08em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .hotspots_card .hotspot .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .hotspots_card .hotspot .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .hotspots_card .hotspot .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .hotspots_card .hotspot .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .hotspots_card .hotspot .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .hotspots_card .hotspot .arm, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .hotspots_card .hotspot .arm {
  width: 0.5em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_nav_buttons, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_nav_buttons, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_nav_buttons, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_nav_buttons, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_nav_buttons, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_nav_buttons, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_nav_buttons {
  font-size: 0.75em;
  bottom: 3.4em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card {
  width: 100%;
  right: 0;
  height: calc(100% - 2.6em);
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card .component_img, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card .component_img, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card .component_img, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card .component_img, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card .component_img, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card .component_img, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card .component_img {
  height: 1.25em;
  width: 100%;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card .component_img .hotspot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card .component_img .hotspot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card .component_img .hotspot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card .component_img .hotspot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card .component_img .hotspot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card .component_img .hotspot, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card .component_img .hotspot {
  display: none;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card .component_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card .component_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card .component_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card .component_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card .component_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card .component_content, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card .component_content {
  height: 2.5em;
  overflow-y: auto;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card .component_content .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card .component_content .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card .component_content .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card .component_content .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card .component_content .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card .component_content .close, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card .component_content .close {
  right: 0em;
  top: 0em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card .component_content .body.list_item, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card .component_content .body.list_item, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card .component_content .body.list_item, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card .component_content .body.list_item, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card .component_content .body.list_item, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card .component_content .body.list_item, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card .component_content .body.list_item {
  margin-top: 0.25em;
}
.bodyPortrait.bodyPhone #body .sub_page.product_bg .products_main_container .component_card .component_content .body.list_item .i18n::before, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_overview] .products_main_container .component_card .component_content .body.list_item .i18n::before, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_benefits] .products_main_container .component_card .component_content .body.list_item .i18n::before, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container .component_card .component_content .body.list_item .i18n::before, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components] .products_main_container .component_card .component_content .body.list_item .i18n::before, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_compute] .products_main_container .component_card .component_content .body.list_item .i18n::before, .bodyPortrait.bodyPhone #body .sub_page[data-view=product_components_gpu] .products_main_container .component_card .component_content .body.list_item .i18n::before {
  content: "•";
  margin-right: 0.25em;
}
.bodyPortrait.bodyPhone #body .sub_page[data-view=product_ibm_intel] .products_main_container {
  height: calc(100% - 2em);
}
.bodyPortrait.bodyPhone #body .sub_page .banner {
  position: relative;
  width: 100%;
  height: 80%;
  padding: 0.6em 0.5em;
  padding-top: 2.2em !important;
  transform: translate(0%, -100%);
  font-size: 0.2825em;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.entry_panel {
  transform: translate(0%, -100%);
  height: 100%;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.entry_panel .sections {
  margin-top: 0.6em;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.entry_panel .sections .section_button {
  width: 84%;
  margin: 0.125em 0em;
  height: 1.45em;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.entry_panel .sections .section_button .i18n {
  font-size: 0.46em;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.section_banner {
  height: calc(100% - 0.6em);
}
.bodyPortrait.bodyPhone #body .sub_page .banner.profile_banner {
  height: 70%;
  transform: translate(0%, -100%) !important;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.profile_banner.view-show {
  transform: none !important;
}
.bodyPortrait.bodyPhone #body .sub_page .banner.platform_feature_banner {
  height: 70%;
}
.bodyPortrait.bodyPhone #body .sub_page .banner .highlight {
  position: absolute;
  top: 0.025em;
  left: 0.2em;
  width: calc(100% - 0.7em);
  height: 0.6em;
  background-color: #F4F4F4;
  font-size: 2.6em;
  z-index: 9;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.bodyPortrait.bodyPhone #body .sub_page .banner .highlight > .i18n {
  font-size: 0.18em;
}
.bodyPortrait.bodyPhone #body .sub_page .banner .role {
  display: none;
}
.bodyPortrait.bodyPhone #body .sub_page .banner .dropdown_menu {
  width: 100%;
  position: absolute;
  bottom: 0em;
  left: 0em;
  height: 2.8em;
  padding: 0em 0.9em;
  box-sizing: border-box;
  border-color: #c6c6c6;
  background-color: #F4F4F4;
  background-image: url(../icons/custom/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.6em;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(59, 50, 45, 0.5);
  pointer-events: none;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container.show {
  pointer-events: auto;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container.show .close {
  pointer-events: auto;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .close {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0.4em;
  height: 0.4em;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/close.png);
  background-size: 55%;
  pointer-events: none;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger {
  position: absolute;
  top: 0.4em;
  left: 0em;
  height: calc(100% - 0.4em);
  width: 100%;
  background-color: white;
  pointer-events: none;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container.show {
  -webkit-transform: translate(none);
  -moz-transform: translate(none);
  transform: translate(none);
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container[data-view=home_menu] {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  transform: translate(-100%);
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item {
  position: relative;
  padding: 0.1em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
  border-bottom: 1px solid #E0E0E0;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.back {
  justify-content: flex-start;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.back .icon {
  margin-top: 0.02em;
  background-image: url(../icons/custom/carat_blue.svg);
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.back .label {
  color: #0F62FE;
  margin-left: 0.05em;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.overview {
  border-bottom: 1px solid transparent;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.overview .icon {
  width: 0.2em;
  height: 0.2em;
  background-image: url(../icons/custom/arrow_dark.svg);
  margin-left: 0.1em;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.overview .label > .i18n {
  font-size: 0.16em;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item.overview .body > .i18n {
  margin-top: 0.6em;
  margin-bottom: 1.2em;
  font-size: 0.16em;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item .label {
  position: relative;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item .label > .i18n {
  font-size: 0.16em;
}
.bodyPortrait.bodyPhone #body .veggie_burger_container .veggie_burger .items_container .item .icon {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0.19em;
  height: 0.19em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../icons/custom/carat.svg);
}

.vrack_logo {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: 50%;
  top: 75%;
  width: 6.5em;
  height: 3em;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.vrack_logo.view-show {
  opacity: 0;
}
.vrack_logo svg {
  position: relative;
  width: 100%;
  height: 100%;
}

.vrack_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.vrack_container.view-show {
  opacity: 1;
  pointer-events: auto;
}
.vrack_container.view-show .rack_page.view-show {
  opacity: 1;
  pointer-events: auto;
}
.vrack_container .side_menu {
  position: absolute;
  width: 100%;
  height: 2em;
  left: 0;
  top: 32.7%;
  background-color: #F4F4F4;
  transform: translate(0, -100%);
  transition: transform 0.5s ease;
}
.vrack_container .side_menu.view-show {
  transform: none;
}
.vrack_container .side_menu .menu_option {
  position: relative;
}
.vrack_container .side_menu .menu_option.accordion .menu_title {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.vrack_container .side_menu .menu_option.accordion .menu_title .carat {
  position: relative;
  width: 0.1em;
  height: 0.1em;
  -webkit-transition: 0.5s transform ease;
  -moz-transition: 0.5s transform ease;
  transition: 0.5s transform ease;
  transform: rotate(90deg);
}
.vrack_container .side_menu .menu_option.accordion .menu_title .carat svg path {
  fill: #161616 !important;
}
.vrack_container .side_menu .menu_option.accordion .chapter_menu {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0em 0.5em;
  margin-bottom: 0.2em;
}
.vrack_container .side_menu .menu_option.accordion .chapter_step {
  position: relative;
  width: 100%;
  padding-top: 0.15em;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.vrack_container .side_menu .menu_option.accordion .chapter_step .dot {
  position: relative;
  height: 0.25em;
  width: 0.25em;
  min-height: 0.25em;
  min-width: 0.25em;
  margin-right: 0.1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vrack_container .side_menu .menu_option.accordion .chapter_step .dot svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vrack_container .side_menu .menu_option.accordion .chapter_step .dot .dot_state {
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  opacity: 0;
}
.vrack_container .side_menu .menu_option.accordion .chapter_step .dot[data-state=incomplete] .dot_state#incomplete, .vrack_container .side_menu .menu_option.accordion .chapter_step .dot[data-state=current] .dot_state#current, .vrack_container .side_menu .menu_option.accordion .chapter_step .dot[data-state=complete] .dot_state#complete {
  opacity: 1;
}
.vrack_container .side_menu .menu_option.accordion .chapter_step .step_title .i18n {
  font-size: 0.18em;
  font-family: "AppFontLight";
}
.vrack_container .side_menu .menu_option.accordion .chapter_step:last-of-type {
  padding-bottom: 0;
}
.vrack_container .side_menu .menu_option.accordion .progress_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
}
.vrack_container .side_menu .menu_option.accordion .progress_bar .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #A8A8A8;
}
.vrack_container .side_menu .menu_option.accordion .progress_bar .current_progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #0F62FE;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.vrack_container .side_menu .menu_title {
  position: relative;
  padding: 0.5em 0.5em;
  padding-bottom: 0.3em;
  width: 100%;
  box-sizing: border-box;
  background-color: #F4F4F4;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.vrack_container .side_menu .menu_title .i18n {
  font-size: 0.22em;
  font-family: "AppFontSemiBold";
}
.vrack_container .side_menu .close {
  position: absolute;
  top: 0.2em;
  right: 0.35em;
  width: 0.5em;
  height: 0.5em;
}
.vrack_container .rack_face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/rack_face.png);
}
.vrack_container .rack_face.compute_12 {
  background-image: url(../img/rack_12compute.png);
}
.vrack_container .rack_face.compute_16 {
  background-image: url(../img/rack_16compute.png);
}
.vrack_container .rack_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.9;
  transition: opacity 0.5s ease;
}
.vrack_container .rack_overlay.view-show {
  opacity: 0;
}
.vrack_container .rack_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.vrack_container .rack_page .rack_cta {
  position: absolute;
  top: calc(32.7% + 0.2em);
  left: 0.2em;
  width: auto;
  height: auto;
  padding: 0.3em;
  color: white;
  background-color: #0F62FE;
  transition: opacity 0.5s ease;
}
.vrack_container .rack_page .rack_cta .i18n {
  font-size: 0.2em;
}
.vrack_container .rack_page .rack_cta.open_window {
  top: 25%;
  opacity: 0;
  transform: translate(0, -50%);
  pointer-events: none;
}
.vrack_container .rack_page .rack_hotspot {
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-justify-content: center;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 0.8em;
  width: 0.8em;
  border: 2px solid #0F62FE;
}
.vrack_container .rack_page .rack_hotspot .inner {
  border-radius: 50%;
  position: relative;
  height: 75%;
  width: 75%;
  background-color: #0F62FE;
}
.vrack_container .rack_page .rack_hotspot.gpu {
  top: 38.3%;
}
.vrack_container .rack_page .rack_hotspot.compute {
  top: 45.5%;
}
.vrack_container .rack_page .component_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  opacity: 0.9;
  transition: opacity 0.5s ease;
}
.vrack_container .rack_page .component_overlay.top {
  top: 0;
  height: 45.2%;
}
.vrack_container .rack_page .component_overlay.top.gpu {
  height: 38.1%;
}
.vrack_container .rack_page .component_overlay.middle {
  top: 45.2%;
  height: 17.1%;
}
.vrack_container .rack_page .component_overlay.bottom {
  bottom: 0;
  height: 52.3%;
}
.vrack_container .rack_page .component_overlay.bottom.gpu {
  height: 16.4%;
}

.vrack {
  background-color: white !important;
}
.vrack .vrack_logo,
.vrack .vrack_container {
  display: block;
}
.vrack #body {
  top: 25%;
  height: 15.4%;
  transform: translate(0, -50%);
  transition: opacity 0.5s ease;
}
.vrack .iso_scene {
  transform: scale(0.9) translate(-5%, 0%) !important;
}
.vrack .top_bar .link_button {
  display: none;
}
.vrack .top_bar .attract_button {
  display: flex;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .side_menu {
  display: none;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page {
  width: 100%;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_cta {
  display: flex;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .demo_zoom_scrollbar {
  display: block;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_1] .cta_dot.dot_1,
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .step[data-view=step_3] .part[data-view=part_2] .cta_dot.dot_1 {
  top: 91.75%;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card {
  top: calc(8vh - 0.2em);
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .intro_card .card_buttons .cta_button[data-js-link] {
  display: none;
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .screen .darken_image {
  height: calc(16vh - 0.4em);
}
.vrack .page[data-view=section_demo] .sub_page[data-view=chapter_1] .page.screen_page .next_prev {
  bottom: 0.5em;
}
.vrack .page[data-view=section_demo] .products_main_container .hotspots_card .hotspot {
  width: 0.2em;
  height: 0.2em;
  min-width: 0.2em;
  min-height: 0.2em;
}
.vrack .page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot {
  width: 0.2em;
  height: 0.2em;
  min-width: 0.2em;
  min-height: 0.2em;
}
.vrack .page[data-view=section_demo] .products_main_container .component_card .component_img .hotspot .hotspot_textbox {
  bottom: 0.3em;
  width: 2.2em;
}
.vrack.minimize_app #body {
  opacity: 0;
  pointer-events: none;
}
.vrack.minimize_app #body .page,
.vrack.minimize_app #body .sub_page,
.vrack.minimize_app #body .section_chapters {
  pointer-events: none !important;
}
.vrack.minimize_app .vrack_container .component_overlay,
.vrack.minimize_app .vrack_container .rack_cta.minimize_window {
  opacity: 0;
  pointer-events: none;
}
.vrack.minimize_app .vrack_container .rack_cta.open_window {
  opacity: 1;
  pointer-events: auto;
}

/*.ios {
	.page[data-view=section_demo] {
		.sub_page[data-view=chapter_1] {
			.page.screen_page {
				.demo_zoom_cta {
					display: flex;
				}
				.demo_zoom_scrollbar {
					display: block;
				}
			}
			.page.screen_page {
				.next_prev {
					bottom: 0.5em;
				}
			}
		}
	}
}*/

/*# sourceMappingURL=custom.css.map */
