#digital-lab-subnav {
  height: 60px;
  background: #EEF0F2;
  width: 100%;
  z-index: 999;
  position: relative;
}
#digital-lab-subnav.subnav-affix-top {
  position: absolute;
  top: 125px;
}
@media only screen and (min-width: 481px) and (max-width: 1040px) {
  #digital-lab-subnav.subnav-affix-top {
    top: 70px;
  }
}
@media only screen and (max-width: 481px) {
  #digital-lab-subnav.subnav-affix-top {
    top: 50px;
  }
}
#digital-lab-subnav.subnav-affix {
  position: fixed;
  top: 53px;
}
@media only screen and (min-width: 1070px) {
  #digital-lab-subnav.subnav-affix ul {
    margin-left: 53px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1040px) {
  #digital-lab-subnav.subnav-affix {
    top: 70px;
  }
}
@media only screen and (max-width: 481px) {
  #digital-lab-subnav.subnav-affix {
    top: 50px;
  }
}
#digital-lab-subnav ul li.subnav-item {
  display: inline-block;
  padding: 0px 16px 11px;
  border-bottom: 0px solid #f2a900;
  position: relative;
  top: 18px;
  font-size: 14px;
}
#digital-lab-subnav ul li.subnav-item.active {
  border-bottom: 5px solid #f2a900;
}
@media only screen and (max-width: 1040px) {
  #digital-lab-subnav ul li.subnav-item.active {
    display: block;
    border: none;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #digital-lab-subnav ul li.subnav-item.active::after {
    content: "";
    background: url("/about/digital-lab/images/submenu-mobile-arrow.svg") no-repeat transparent 0 0;
    display: inline-block;
    width: 24px;
    height: 12px;
  }
}
@media only screen and (max-width: 481px) {
  #digital-lab-subnav ul li.subnav-item.active {
    top: 24px;
  }
}
#digital-lab-subnav ul li.subnav-item a {
  text-decoration: none;
  color: #0085D5;
  font-size: 14px;
}
#digital-lab-subnav ul li.subnav-item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1040px) {
  #digital-lab-subnav ul li.subnav-item a {
    font-size: 20px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1040px) {
  #digital-lab-subnav ul li.subnav-item {
    text-align: center;
    display: none;
  }
}
@media only screen and (max-width: 1040px) {
  #digital-lab-subnav ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
#digital-lab-subnav .subnav-mobile-x {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #digital-lab-subnav.open {
    height: 100%;
    padding-top: 80px;
  }
  #digital-lab-subnav.open ul li.subnav-item {
    display: list-item;
    list-style: none;
    text-align: left;
    margin: 0 0 24px;
  }
  #digital-lab-subnav.open ul li.subnav-item.active {
    padding: 0px 16px 10px;
    margin: 0 0 24px;
    text-align: left;
  }
  #digital-lab-subnav.open ul li.subnav-item.active::after {
    content: "";
    background: url("/about/digital-lab/images/submenu-mobile-arrow.svg") no-repeat transparent 0 0;
    display: none;
    width: 32px;
    height: 12px;
  }
  #digital-lab-subnav.open ul li.subnav-item.active::after:hover {
    cursor: pointer;
  }
  #digital-lab-subnav.open ul li.subnav-item.active a {
    color: black;
  }
  #digital-lab-subnav.open .subnav-mobile-x {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #digital-lab-subnav.open .subnav-mobile-x:hover {
    cursor: pointer;
  }
}

p {
  font-family: "Roboto", sans-serif;
}

a.btn.btn-navy {
  padding: 18px;
  color: #FFF;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  background: #00426A;
}

.pin-wrapper {
  margin: 0;
  padding: 0;
}

#dl-hero-video-container {
  height: calc(100vh + 175px);
  width: auto;
  min-width: 100%;
  overflow-y: hidden;
}
@media only screen and (max-width: 481px) {
  #dl-hero-video-container {
    background: url("/about/digital-lab/images/header-video-still-lg.jpg") no-repeat top left transparent;
    background-size: cover;
  }
}

#dl-hero-video-container video {
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 481px) {
  #dl-hero-video-container video {
    display: none;
  }
}

#dl-headline-container {
  opacity: 0;
  position: relative;
  bottom: 500px;
  z-index: 1;
  margin-bottom: -530px;
  min-height: 240px;
}
@media only screen and (max-width: 1289px) {
  #dl-headline-container {
    bottom: 600px;
    margin-bottom: -630px;
    padding-bottom: 25px;
  }
  #dl-headline-container h1#dl-headline {
    font-size: 40px;
  }
}

h1#dl-headline {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 60px;
  letter-spacing: 0px;
  position: relative;
  background: rgba(246, 246, 246, 0.7);
  right: 40px;
  padding: 30px 40px;
  max-width: 960px;
  /*  bottom: 500px;
  opacity: 0; 
  z-index: 1;
  margin-bottom: -500px; */
}

.dl-transition-gradient {
  background: rgb(246, 246, 246);
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.749737395) 33%, rgb(246, 246, 246) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#f6f6f6",GradientType=1);
  height: 350px;
  width: 100%;
  bottom: 110px;
  position: absolute;
  z-index: 0;
  opacity: 0;
}

#digital-lab-intro {
  /* margin-top: -150px; */
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
  #digital-lab-intro {
    margin-bottom: 355px;
  }
}
@media only screen and (max-width: 991px) {
  #digital-lab-intro {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1289px) {
  #digital-lab-intro .dl-left-col {
    background: rgba(246, 246, 246, 0.8784313725);
    z-index: 12;
    position: relative;
    /* top: 400px; */
  }
}
#digital-lab-intro .dl-right-col {
  height: 480px;
}
@media only screen and (max-width: 1289px) {
  #digital-lab-intro .dl-right-col {
    position: relative;
    height: initial;
    min-height: 343px;
    /* left: 33%;
    bottom: 490px;
    margin-bottom: -380px;
    */
  }
}

.dl-intro-subheading {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0px;
  color: #0085D5;
  opacity: 1;
  margin-bottom: 40px;
  z-index: 99;
}

.dl-intro-text a.btn.btn-blue {
  margin-top: 12px;
}
.dl-intro-text p {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  padding-right: 24px;
}

#dl-isometric-1 {
  width: 850px;
  position: relative;
  bottom: 230px;
  right: 24px;
  z-index: 1;
}
#dl-isometric-1 img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
  #dl-isometric-1 {
    width: 100%;
    max-width: 850px;
    bottom: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #dl-isometric-1 {
    width: 150%;
    max-width: 850px;
    bottom: 0px;
    right: 0px;
  }
}

#dl-spacer-1 {
  /* height: 600px; */
  width: 100%;
}

#dl-main-movie {
  width: 738px;
  height: auto;
  opacity: 1;
  position: relative;
  bottom: -10px;
  right: 75px;
  z-index: 2;
  box-shadow: 0px 0px 24px darkgray;
}
@media only screen and (min-width: 1290px) and (max-width: 1439px) {
  #dl-main-movie {
    width: 700px;
    height: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 1289px) {
  #dl-main-movie {
    bottom: 0px;
    right: 0px;
    max-width: 100%;
  }
}

.dl-movie-play-button {
  position: absolute;
  top: 42.5%;
  left: 45%;
}

#dl-isometric-2 {
  z-index: 1;
  position: relative;
  bottom: 51px;
  right: 180px;
}
@media only screen and (max-width: 1289px) {
  #dl-isometric-2 {
    bottom: 405px;
    right: 19vw;
    height: 0;
    z-index: 0;
    display: none;
  }
}

section#dl-the-move-is-on .row .panels .panel {
  position: relative;
  bottom: 20px;
}
section#dl-the-move-is-on .row .panels .panel .move-container {
  background: url("images/icon-digital-lab-notext.svg") 0px 0px no-repeat transparent;
  max-width: 410px;
  margin-left: 80px;
  margin-top: 82px;
  padding-right: 8px;
  padding-top: 171px;
  background-size: contain;
}
@media only screen and (max-width: 1289px) {
  section#dl-the-move-is-on .row .panels .panel .move-container {
    margin: auto;
  }
  section#dl-the-move-is-on .row .panels .panel .move-container p {
    max-width: 100% !important;
  }
}
section#dl-the-move-is-on .row .panels .panel .move-container h3 {
  text-align: left;
  font-size: 28px;
  letter-spacing: 0px;
  color: #0085D5;
  opacity: 1;
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
}
section#dl-the-move-is-on .row .panels .panel .move-container p {
  padding-right: 28px;
}
@media only screen and (max-width: 1289px) {
  section#dl-the-move-is-on .dl-left-col {
    text-align: center;
  }
}

.move-chart {
  max-width: 100%;
  margin-top: 40px;
}

.num-circ {
  margin-bottom: 12px;
  margin-top: 28px;
}

.num-circ-orange {
  background: #E87722;
  width: 124px;
  height: 124px;
  border-radius: 100%;
  padding: 62px 36px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 0px;
}

.num-circ-red {
  background: #D6001C;
  width: 124px;
  height: 124px;
  border-radius: 100%;
  padding: 62px 36px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 0px;
}

.circ-caption {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4em;
  width: 124px;
  text-align: center;
}

.value-chart-header-label {
  font-size: 14px;
  text-align: center;
  margin: 50px 0px 16px;
}

table#dl-value-chart {
  width: 100%;
}

table#dl-value-chart tr td {
  border-top: 1px solid #F1F2F2;
  height: 20px;
  width: 6.25%;
  position: relative;
}

table#dl-value-chart tr td:nth-of-type(1) {
  border-top: none;
  width: 8%;
}

table#dl-value-chart tr td:nth-of-type(4), table#dl-value-chart tr td:nth-of-type(6), table#dl-value-chart tr td:nth-of-type(8) {
  width: 12.5% !important;
}

table#dl-value-chart .x-axis-label {
  font-size: 11px;
  position: absolute;
  text-align: center;
  display: table-cell;
  max-height: 4px;
  vertical-align: middle;
  bottom: 10px;
}

table#dl-value-chart .y-axis-label {
  font-size: 11px;
  position: absolute;
  bottom: 14px;
}

@media screen and (max-width: 430px) {
  table#dl-value-chart tr td:nth-of-type(1) {
    border-top: none;
    width: 7%;
  }
  table#dl-value-chart tr td:nth-of-type(2) {
    width: 5% !important;
  }
  table#dl-value-chart tr td:nth-of-type(10) {
    width: 0% !important;
    display: none;
  }
  table#dl-value-chart tr td:nth-of-type(4), table#dl-value-chart tr td:nth-of-type(6), table#dl-value-chart tr td:nth-of-type(8) {
    width: 21% !important;
  }
}
.read-report-link {
  font-size: 12px;
  margin-top: 70px;
  position: relative;
  padding-left: 42px;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
}
.read-report-link img {
  position: absolute;
  left: 6px;
}

.footnote {
  color: #888B8D;
  font-size: 12px;
  text-align: left;
}
@media only screen and (max-width: 1289px) {
  .footnote {
    text-align: center;
  }
}

#dl-three-key-areas {
  padding: 0px 50px;
  margin-top: 30px;
  margin-bottom: 108px;
}
#dl-three-key-areas h3 {
  text-align: center;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 40px;
  font-weight: 200;
}
#dl-three-key-areas p {
  text-align: center;
  margin-bottom: 24px;
  max-width: 100% !important;
}
#dl-three-key-areas .key-area {
  text-align: center;
  padding: 0 36px 42px;
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
#dl-three-key-areas .key-area h4 {
  display: block;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #0085D5;
}
#dl-three-key-areas .key-area img {
  display: block;
  text-align: center;
  margin: auto;
}
#dl-three-key-areas .key-area:first-of-type {
  padding-left: 0px;
}
@media only screen and (max-width: 1289px) {
  #dl-three-key-areas .key-area:first-of-type {
    padding: initial;
  }
}
#dl-three-key-areas .key-area:last-of-type {
  padding-right: 0px;
}
@media only screen and (max-width: 1289px) {
  #dl-three-key-areas .key-area:last-of-type {
    padding: initial;
  }
}

#trusted-by-companies {
  margin-bottom: 62px;
}
#trusted-by-companies .agilent-container {
  max-width: 960px;
}
#trusted-by-companies .agilent-container .col-md-3 {
  text-align: center;
}
#trusted-by-companies .agilent-container h2 {
  text-align: center;
}
#trusted-by-companies .agilent-container img {
  width: 100%;
  max-width: 320px;
  padding: 12px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.key-area-img-container {
  height: 169px;
  margin-bottom: 50px;
}

#dl-interactive {
  width: 100%;
  height: 100vh;
  padding: 132px 0px 24px;
  position: relative;
}
@media only screen and (min-height: 720px) and (max-height: 863px) {
  #dl-interactive {
    padding: 108px 0px 0px;
  }
}
#dl-interactive #ei-loading-curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(248, 248, 248, 0.8117647059);
  z-index: 12;
}
#dl-interactive #ei-loading-curtain .loading-text {
  text-align: center;
  position: relative;
  top: 25%;
  font-size: 22px;
  font-weight: bold;
  color: #0185d5;
}
#dl-interactive #ei-loading-curtain img {
  width: 125px;
  height: 125px;
  display: block;
  margin: 18px auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#dl-interactive .ecosystem-frame {
  width: 90%;
  max-width: 1280px;
  min-width: 1012px;
  max-height: 100%;
  /* max-height: 70vw; enable this for portrait */
  height: 760px;
  margin: auto;
  z-index: 3;
  border-top: 5px solid #00426A;
  background: #0085D5;
  position: relative;
  padding: 0;
  overflow-y: hidden;
  overflow-y: clip;
  overflow-x: visible;
}
@media only screen and (max-width: 1439px) {
  #dl-interactive .ecosystem-frame {
    max-width: 1280px;
    width: 100%;
    /* min-width: 100%; */
  }
}
@media only screen and (orientation: portrait) {
  #dl-interactive .ecosystem-frame {
    max-height: 70vw;
  }
}
#dl-interactive .eco-paging-arrow {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  top: 0;
  height: 100%;
  width: 6%;
}
#dl-interactive .eco-paging-arrow:hover {
  opacity: 0.8;
}
#dl-interactive .eco-paging-arrow#paging-arrow-right {
  right: 0;
}
#dl-interactive .eco-paging-arrow#paging-arrow-right img {
  right: 0;
}
#dl-interactive .eco-paging-arrow#paging-arrow-left {
  left: 0;
}
#dl-interactive .eco-paging-arrow#paging-arrow-left img {
  left: 0;
}
#dl-interactive .eco-paging-arrow img {
  height: 8.45%;
  width: auto;
  bottom: 42%;
  position: absolute;
}
#dl-interactive .eco-paging-arrow img:hover {
  cursor: pointer;
}
#dl-interactive .ecosystem-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
#dl-interactive .ecosystem-scene.home-scene {
  overflow: initial;
  opacity: initial;
}
#dl-interactive .ecosystem-scene .blue-curtain {
  position: absolute;
  background: #0088dc;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}
#dl-interactive .home-scene #context-bar {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 69px;
  background: #00426A;
}
#dl-interactive .home-scene #context-bar .scene-marker {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #99DDF3;
  position: absolute;
  bottom: 53px;
  left: -8px;
  opacity: 0.8;
  z-index: 12;
  scale: 0.4;
}
#dl-interactive .home-scene #context-bar .scene-marker#end-scene-marker {
  right: -7px;
  left: unset;
}
#dl-interactive .home-scene #context-bar .scene-marker:hover {
  cursor: pointer;
}
#dl-interactive .home-scene #context-bar #progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #00A9E0;
  border-left: 75px solid white;
  border-right: 15px solid #00A9E0;
}
#dl-interactive .home-scene #context-bar #progress-bar #progress-fill {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 0%;
}
#dl-interactive .home-scene #context-bar #progress-bar div#progress-tick {
  position: absolute;
  background: #F2A900;
  height: 18px;
  top: -6px;
  width: 4px;
  left: 0%;
}
#dl-interactive .home-scene #context-bar #progress-bar .scene-marker-container {
  position: absolute;
  top: 0;
  left: 0%;
}
#dl-interactive .home-scene #context-bar #progress-bar .scene-marker-container .hitbox {
  width: 72px;
  height: 40px;
  position: relative;
  bottom: 17px;
  right: 31px;
}
#dl-interactive .home-scene #context-bar #progress-bar .scene-marker-container .scene-marker {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #99DDF3;
  position: relative;
  top: 8px;
  left: 23px;
  opacity: 0.8;
  scale: 0.4;
}
#dl-interactive .home-scene #context-bar #progress-bar .scene-marker-container .scene-marker::after {
  content: "";
  font-size: 15px;
  color: #00426A;
  position: relative;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dl-interactive .home-scene #context-bar #progress-bar .hitbox:hover {
  cursor: pointer;
}
#dl-interactive .home-scene #context-bar #application-workflows-marker .scene-marker.grow::after {
  content: "1";
}
#dl-interactive .home-scene #context-bar #process-interpret-marker .scene-marker.grow::after {
  content: "2";
}
#dl-interactive .home-scene #context-bar #asset-monitoring-marker .scene-marker.grow::after {
  content: "3";
}
#dl-interactive .home-scene #context-bar #training-services-marker .scene-marker.grow::after {
  content: "4";
}
#dl-interactive .home-scene #context-bar #start-scene-marker.scene-marker::after, #dl-interactive .home-scene #context-bar #end-scene-marker.scene-marker::after {
  content: "";
  font-size: 15px;
  color: #00426A;
  position: relative;
  top: 3px;
  left: 4px;
  display: block;
  height: auto;
  width: 16px;
}
#dl-interactive .home-scene #context-bar #start-scene-marker.scene-marker.grow::after {
  content: url("/about/digital-lab/images/fast-forward-start.svg");
}
#dl-interactive .home-scene #context-bar #end-scene-marker.scene-marker.grow::after {
  content: url("/about/digital-lab/images/fast-forward-end.svg");
}
#dl-interactive .home-scene #context-bar .context-info .ecoscene-name {
  position: relative;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 25px;
}
#dl-interactive .home-scene #context-bar .context-info .ecoscene-number-circle {
  display: inline-block;
  position: relative;
  background: white;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  padding: 2px 5px 0;
  color: #12426a;
  margin-right: 18px;
  font-size: 0.8em;
  font-weight: 800;
  bottom: 2px;
}
#dl-interactive .home-scene #context-bar .context-info #description-icon {
  display: inline-block;
  position: relative;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  font-size: 12px;
  margin-left: 8px;
  line-height: 16px;
  bottom: 3px;
}
#dl-interactive .home-scene #context-bar .context-info #description-icon:hover {
  cursor: help;
}
#dl-interactive .home-scene #context-bar .context-tooltip {
  position: absolute;
  bottom: 90px;
  left: 6px;
  margin-left: 38px;
  padding: 13px 25px 16px;
  background: #00426A;
  color: white;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}
#dl-interactive .home-scene #context-bar .context-tooltip.tooltip-active {
  opacity: 1;
}
#dl-interactive .home-scene #context-bar .context-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 38px;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #00426A transparent transparent transparent;
}
#dl-interactive .home-scene #context-bar #caption-tooltip {
  visibility: hidden;
  max-width: 330px;
  position: fixed;
  padding: 28px 42px 33px;
  background: #E6E6E6;
  color: #00426A;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5019607843);
  z-index: 22;
  font-size: 18px;
  text-align: left;
}
#dl-interactive .home-scene #context-bar #caption-tooltip.tooltip-active {
  visibility: visible;
  opacity: 1;
}
#dl-interactive .home-scene #context-bar #caption-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #E6E6E6 transparent transparent transparent;
}
#dl-interactive .home-scene .intro-container {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: clip;
  background-color: rgba(0, 133, 213, 0.9);
}
#dl-interactive .home-scene .intro-container .intro-container-inner {
  max-width: 832px;
  margin: 16vh auto 0;
  position: relative;
  left: 40px;
}
#dl-interactive .home-scene .intro-container .intro-container-inner h2 {
  color: white !important;
  font-size: 40px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
}
#dl-interactive .home-scene .intro-container .ecoscene-intro-number {
  font-family: "Roboto", sans-serif;
  position: absolute;
  color: #0085D5;
  background: white;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 22px 0px 0 24px;
  font-size: 39px;
  left: -105px;
}
#dl-interactive .home-scene .intro-container .ecoscene-description {
  font-size: 32px;
  color: white;
  font-weight: 300;
  line-height: 1.45em;
  font-family: "Roboto", sans-serif;
  margin-top: 22px;
  padding-right: 65px;
  letter-spacing: 0.01em;
}
#dl-interactive .home-scene .intro-container .instruction-text {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-top: 48px;
  color: white;
  font-weight: 300;
  letter-spacing: 0.01em;
}
#dl-interactive .home-scene .home-top {
  height: 50%;
  padding: 0 48px 0 108px;
  position: relative;
  background: #0190DC;
  z-index: 2;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .home-top {
    padding: 0px 48px 0 70px;
  }
}
#dl-interactive .home-scene .home-bottom {
  background: #00A9E0;
  height: 50%;
  padding: 0px 48px 0 108px;
  position: relative;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .home-bottom {
    padding: 0px 48px 0 70px;
  }
}
#dl-interactive .home-scene .home-bottom h3 {
  font-family: "Roboto", sans-serif !important;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 42px;
  margin-top: 0;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .home-bottom h3 {
    margin-top: -10px;
    font-size: 24px;
    margin-bottom: 26px;
  }
}
#dl-interactive .home-scene h2#home-scene-headline {
  color: #FFFFFF !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  font-family: "Roboto", sans-serif !important;
  margin: 0px;
  display: block;
  /* height: 39.42%; */
  max-width: 56%;
  position: relative;
}
#dl-interactive .home-scene .hs-text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  max-width: 50%;
  /*width: 590px; */
  position: relative;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .hs-text {
    max-width: 55%;
  }
}
#dl-interactive .home-scene .menu-data {
  display: none;
}
#dl-interactive .home-scene .hs-wordmarks {
  margin-top: 20px;
  margin-left: 20px;
}
#dl-interactive .home-scene .hs-wordmarks img {
  max-width: 45%;
  width: auto;
  height: 70px;
  padding: 10px 45px;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .hs-wordmarks img {
    height: 45px;
    padding: 0px 45px;
  }
}
#dl-interactive .home-scene div#dl-isometric-3 {
  position: absolute;
  top: 0;
  right: -12.75%;
  width: 60%;
  max-width: 706px;
  z-index: 2;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene div#dl-isometric-3 {
    right: -2.75%;
    width: 45%;
  }
}
#dl-interactive .home-scene #dl-isometric-3 img {
  width: 100%;
}
#dl-interactive .home-scene .home-scene-menu {
  max-width: 720px;
  position: relative;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .home-scene-menu {
    margin-top: 3.5%;
  }
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 40px 0;
  opacity: 0.9;
  position: relative;
  z-index: 10;
  /*  &.menu-state-2 {
        z-index: 10;
    } */
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene .home-scene-menu .home-scene-menu-item {
    margin: 0 0 30px 0;
  }
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item:hover {
  /* opacity: 100%; */
  cursor: pointer;
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item.active {
  opacity: 100%;
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item.hidden {
  display: none;
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item.home-scene-menu-item-1 .hsm-num {
  background: #FFFFFF;
  font-size: 21px;
  color: #0085D5;
  width: 32px;
  height: 32px;
  margin: 0 19px 0 0;
  border-radius: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
  padding: 4px 0 0 9px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item.home-scene-menu-item-1 .hsm-text {
  max-width: 255px;
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item .hsm-num {
  background: #FFFFFF;
  font-size: 21px;
  color: #0085D5;
  width: 32px;
  height: 32px;
  margin: 0 19px 0 0;
  border-radius: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
  padding: 4px 0 0 9px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#dl-interactive .home-scene .home-scene-menu .home-scene-menu-item .hsm-text {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.4em;
  max-width: 255px;
  display: inline-block;
  vertical-align: top;
  margin-right: 46px;
  font-size: 135%;
}
#dl-interactive .home-scene img.digital-lab-logo {
  position: absolute;
  right: 5%;
  bottom: 10%;
  max-width: 22%;
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .home-scene img.digital-lab-logo {
    max-width: 20%;
  }
}
#dl-interactive .scene-caption {
  color: #FFFFFF;
  font-size: 18px;
  opacity: 0;
  max-width: 500px;
  position: absolute;
  top: 20px;
  right: 6%;
  font-weight: 300;
  font-family: "Roboto", sans-serif !important;
}
@media only screen and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .scene-caption {
    font-size: 16px;
    right: 2%;
  }
}
#dl-interactive .scene-card {
  position: absolute;
  max-height: 78%;
  width: 36.8%;
  background: #FFFFFF;
  display: block;
  padding: 39px;
  max-width: 90%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4039215686);
}
@media only screen and (min-height: 720px) and (max-height: 863px), (max-width: 1439px) {
  #dl-interactive .scene-card {
    padding: 2%;
  }
}
@media only screen and (max-height: 720px) {
  #dl-interactive .scene-card {
    padding: 1.2% !important;
  }
}
#dl-interactive .scene-card a.btn {
  width: 140px;
  height: 41px;
  padding: 10px !important;
  margin-right: 10px;
  margin-top: 18px;
}
#dl-interactive .scene-card a.btn.btn-gray {
  color: #000000;
  background: #D0D0CE;
  font-weight: 500 !important;
}
#dl-interactive .scene-card img {
  max-width: 100%;
}
@media only screen and (max-height: 863px) {
  #dl-interactive .scene-card img {
    width: auto;
    max-height: 18vh;
  }
}
#dl-interactive .card-slide-container {
  position: absolute;
  top: 0%;
  left: 100%;
  height: 100%;
  width: 100%;
  overflow: clip;
}
#dl-interactive .ecoscene-asset-monitoring {
  height: 0%;
}
#dl-interactive .ecoscene-asset-monitoring img.laptop-scientist {
  position: absolute;
  height: auto;
  /*
  top: -56%;
  left: -115.5%;
  width: 190%;
  */
  top: 3.2%;
  left: 1.97%;
  width: 77.03%;
}
#dl-interactive .ecoscene-asset-monitoring img.foreground-machine {
  position: absolute;
  height: auto;
  /*
  top: -56%;
  left: -115.5%;
  width: 190%;
  */
  top: -8.2%;
  left: 1.97%;
  width: 77.03%;
}
#dl-interactive .ecoscene-asset-monitoring .blue-curtain {
  position: absolute;
  background: #0088dc;
  height: 100%;
  width: 100%;
  opacity: 0.75;
}
#dl-interactive .ecoscene-asset-monitoring img.standing-scientist {
  position: absolute;
  width: 12.34%;
  height: auto;
  top: 18%;
  /* left: 135%; */
  left: 68%;
}
#dl-interactive .ecoscene-asset-monitoring img.lab-background {
  position: absolute;
  height: auto;
  /*
  top: -6%;
  left: -64%;
  width: 449%;
  */
  top: 4.25%;
  left: -22.65%;
  width: 336.03%;
}
#dl-interactive .ecoscene-asset-monitoring .scene-card.card-1 {
  top: 8.5%;
  left: 17%;
}
#dl-interactive .ecoscene-asset-monitoring .scene-card.card-2 {
  /* height: 556px; */
  top: 4%;
  right: 12.5%;
}
#dl-interactive .ecoscene-asset-monitoring img.alert-radius {
  width: 184px;
  height: 184px;
  left: 25%;
  top: 31%;
  position: absolute;
  padding: 65px;
  opacity: 0;
}
#dl-interactive .ecoscene-asset-monitoring img.alert-radius-2 {
  width: 184px;
  height: 184px;
  left: 45.5%;
  top: 24.5%;
  position: absolute;
  padding: 65px;
  opacity: 0;
}
#dl-interactive .ecoscene-asset-monitoring img.alert-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 28px;
  top: 24px;
  padding: 31px;
  opacity: 0;
}
#dl-interactive .ecoscene-asset-monitoring .container-3 {
  background-color: white;
}
#dl-interactive .ecoscene-asset-monitoring img.outside-background {
  position: absolute;
  height: auto;
  bottom: 65px;
  right: 0%;
  width: 120%;
}
#dl-interactive .ecoscene-asset-monitoring img.tablet-foreground {
  position: absolute;
  right: -5%;
  width: 53%;
  bottom: -15%;
}
#dl-interactive .ecoscene-asset-monitoring .scene-card.card-3 {
  top: 4.5%;
  left: 6%;
  opacity: 0;
}
#dl-interactive .ecoscene-tailored-application {
  /* height: 0%; */
  opacity: 1;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims {
  width: 66.09%;
  background: rgb(255, 255, 255);
  height: 69.88%;
  position: absolute;
  top: 5.22%;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 14px;
  box-shadow: 0px 0px 16px rgba(68, 68, 68, 0.6705882353);
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims img.infographic-slims-middle {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 43.88%;
  bottom: 23.84%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container {
  position: absolute;
  width: 50%;
  height: 50%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container .callout-text {
  font-size: 15px;
  color: #0085D5;
  max-width: 250px;
  margin: auto;
  text-align: center;
  line-height: 20px;
  position: relative;
  opacity: 0; /* 1 */
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container .callout-line {
  margin: auto;
  width: 8px;
  position: relative;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container .callout-line img {
  max-height: 100%;
  width: 8px;
  height: 0%; /* 100% */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container .callout-spacer {
  width: 100%;
  position: relative;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container .quad-callout {
  height: 66.76%;
  position: absolute;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 {
  top: 0;
  left: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 img.infographic-slims-1 {
  height: 0%; /* 54.41%; */
  width: auto;
  position: absolute;
  bottom: 7%;
  right: 12%;
  opacity: 0.25; /* 1 */
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 .quad-callout {
  top: 0;
  right: -10.5%;
  /* left: 0; */
  margin: auto;
  width: 100%;
  height: 75%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 .quad-callout .callout-spacer {
  height: 14%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 .quad-callout .callout-text {
  height: 45px;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 .quad-callout .callout-line {
  height: calc(86% - 48px);
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-1 .quad-callout .callout-line img {
  bottom: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 {
  top: 0;
  right: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 img.infographic-slims-2 {
  height: 0%; /* 54.41%; */
  width: auto;
  position: absolute;
  bottom: 7%;
  left: 12%;
  opacity: 0.25; /* 1 */
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 .quad-callout {
  top: 0;
  left: -21.5%;
  margin: auto;
  width: 100%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 .quad-callout .callout-spacer {
  height: 23%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 .quad-callout .callout-text {
  height: 45px;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 .quad-callout .callout-line {
  height: calc(77% - 48px);
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-2 .quad-callout .callout-line img {
  bottom: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 {
  bottom: 0;
  left: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 img.infographic-slims-3 {
  height: 0%; /* 54.41%; */
  width: auto;
  position: absolute;
  top: 7%;
  right: 12%;
  opacity: 0.25; /* 1 */
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 .quad-callout {
  bottom: 0;
  right: 3%;
  /* left: 0; */
  margin: auto;
  width: 100%;
  height: 60%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 .quad-callout .callout-spacer {
  height: 14%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 .quad-callout .callout-text {
  height: 45px;
  max-width: 260px;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 .quad-callout .callout-line {
  height: calc(86% - 48px);
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-3 .quad-callout .callout-line img {
  top: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 {
  bottom: 0;
  right: 0;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 img.infographic-slims-4 {
  height: 0%; /* 54.41%; */
  width: auto;
  position: absolute;
  top: 7%;
  left: 12%;
  opacity: 0.25; /* 1 */
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 .quad-callout {
  bottom: 0;
  /* right: 0; */
  left: -21%;
  margin: auto;
  width: 100%;
  height: 46%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 .quad-callout .callout-spacer {
  height: 14%;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 .quad-callout .callout-text {
  height: 45px;
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 .quad-callout .callout-line {
  height: calc(86% - 48px);
}
#dl-interactive .ecoscene-tailored-application div#infographic-slims .slims-quadrant-container.quad-4 .quad-callout .callout-line img {
  top: 0;
}
#dl-interactive .ecoscene-tailored-application img.lab-background {
  position: absolute;
  height: auto;
  top: -5%;
  left: -7%; /*  -112%; */
  width: 336.03%;
}
#dl-interactive .ecoscene-tailored-application img.standing-scientist {
  position: absolute;
  width: 10.75%;
  height: auto;
  top: 21%;
  left: 130.6%; /* 26% */
}
@media only screen and (min-height: 720px) and (max-height: 863px) {
  #dl-interactive .ecoscene-tailored-application img.standing-scientist {
    top: 27%;
  }
}
@media only screen and (max-height: 720px) {
  #dl-interactive .ecoscene-tailored-application img.standing-scientist {
    top: 27%;
  }
}
#dl-interactive .ecoscene-tailored-application img.standing-scientist-2 {
  position: absolute;
  width: 11.75%;
  height: auto;
  top: 20%;
  right: -98.5%;
}
@media only screen and (min-height: 720px) and (max-height: 863px) {
  #dl-interactive .ecoscene-tailored-application img.standing-scientist-2 {
    top: 21%;
  }
}
@media only screen and (max-height: 720px) {
  #dl-interactive .ecoscene-tailored-application img.standing-scientist-2 {
    top: 22%;
  }
}
#dl-interactive .ecoscene-tailored-application .scene-card.card-1 {
  top: 4%;
  right: 58%; /* 12.5%; */
}
#dl-interactive .ecoscene-tailored-application .scene-card.card-1 img {
  border: 1px solid #e3e3e3;
}
#dl-interactive .ecoscene-tailored-application .blue-curtain.curtain-2 {
  opacity: 0;
}
#dl-interactive .ecoscene-tailored-application .scene-card.card-2 {
  top: 4%;
  left: 90.75%; /* 12.5%; */
  /* opacity: 0; */
}
#dl-interactive .ecoscene-tailored-application img.foreground-tablet {
  position: absolute;
  bottom: -95%;
  height: 95%;
  width: auto;
  right: 7%;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting {
  height: 0%;
}
#dl-interactive .ecoscene-processing-interpreting .container-0 {
  left: 0%;
  background-color: #2670be;
}
#dl-interactive .ecoscene-processing-interpreting img.lab-background-0 {
  top: 0%; /* Zoom -120%; */
  position: absolute;
  left: 0%; /* Zoom -645.1%; Final -165%; */
  /* height: 715px; /* Zoom 318%; */
  height: auto;
  width: 1476px;
}
#dl-interactive .ecoscene-processing-interpreting img.desk-setup-ai-peak {
  top: 0%; /* Zoom -119%; */
  position: absolute;
  /*  height: 715px; /* Zoom 318%; */
  left: 0%; /* Zoom -649.1%; Final -166.1%; */
  height: auto;
  width: 1476px;
}
#dl-interactive .ecoscene-processing-interpreting img.computer-screen {
  position: absolute;
  top: 0;
  left: 0; /* Final 22.75% */
  width: 1476px;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting img.computer-screen.screen-1 {
  opacity: 1;
}
#dl-interactive .ecoscene-processing-interpreting img.clouds {
  position: absolute;
  top: 0;
  opacity: 0;
  left: -1476px;
}
#dl-interactive .ecoscene-processing-interpreting #ai-peak-demo-container {
  position: absolute;
  width: 50%;
  height: 45%;
  left: 25%;
  top: 120px;
  opacity: 0;
  border-radius: 35%;
  overflow: hidden;
}
#dl-interactive .ecoscene-processing-interpreting img.scientist-ai-peak {
  position: absolute;
  top: 0%; /* Zoom -13.4%; */
  left: 0%; /* Zoom -20.9%; Final: 10.33% */
  height: auto;
  width: 1476px;
}
#dl-interactive .ecoscene-processing-interpreting .blue-curtain.curtain-0 {
  background: #00A0E3;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting .scene-card.card-0 {
  opacity: 0;
  top: 3.5%;
  right: 5%;
}
#dl-interactive .ecoscene-processing-interpreting .container-1 {
  left: 0%;
  height: 0%;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting img.computer-closeup {
  position: absolute;
  width: auto;
  max-width: 100%;
  height: 80%;
  max-height: 75%;
  bottom: 65px;
  right: 0;
  left: 0;
  margin: auto;
}
#dl-interactive .ecoscene-processing-interpreting img.lab-background-1 {
  position: absolute;
  height: auto;
  width: 141.42%; /* to: 152.42%; */
  bottom: 9.2%; /* to: 0%; */
  left: -2.3%; /* to: -7%; */
}
#dl-interactive .ecoscene-processing-interpreting img.seated-scientist {
  position: absolute;
  height: auto;
  width: 11.3%; /* to: 12.5%; */
  bottom: 35.6%; /* to: 28.5%; */
  left: 63.9%; /* to: 64.25%; */
}
#dl-interactive .ecoscene-processing-interpreting .container-2 {
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting img.lab-background-2 {
  position: absolute;
  height: auto;
  width: 195%;
  top: -56%;
  left: -74%;
}
@media only screen and (max-height: 720px) {
  #dl-interactive .ecoscene-processing-interpreting img.lab-background-2 {
    top: -69%;
  }
}
#dl-interactive .ecoscene-processing-interpreting img.standing-scientist {
  position: absolute;
  width: 13.7%;
  height: auto;
  top: 19.33%;
  left: 17.25%;
}
#dl-interactive .ecoscene-processing-interpreting .scene-card.card-1 {
  top: 4%;
  left: 12.5%;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting .scene-card.card-2 {
  top: 4%;
  right: 12.5%;
  /* opacity: 0; */
}
#dl-interactive .ecoscene-processing-interpreting .container-3 {
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting img.lab-background-3 {
  position: absolute;
  height: auto;
  width: 160%;
  bottom: 39.5%;
  left: -28%;
}
#dl-interactive .ecoscene-processing-interpreting img.desk-setup-1 {
  position: absolute;
  width: 39.31%;
  height: auto;
  bottom: 25.5%;
  left: 25%;
}
#dl-interactive .ecoscene-processing-interpreting .cloud-openlab {
  position: absolute;
  width: 32.15%;
  height: auto;
  bottom: 55%;
  left: -20.5%; /* 2.5%; */
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract {
  position: absolute;
  width: 8%;
  height: auto;
  left: 33.8%;
  bottom: 55%;
  padding-bottom: 8%;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img.chart-line {
  right: 49%;
  top: 49%;
  width: 0%; /* 120%; */
  z-index: 0;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img.icon-green-plus {
  width: 0%; /* 100%; */
  top: 50%; /* 0%; */
  left: 0;
  right: 0;
  margin: auto;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img.icons-chart-1 {
  width: 0%; /* 100%; */
  bottom: -110%;
  right: 110%;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img.icons-chart-2 {
  width: 0%; /* 100%; */
  right: 162%;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img.icons-chart-3 {
  width: 0%; /* 100%; */
  right: 110%;
  bottom: 110%;
}
#dl-interactive .ecoscene-processing-interpreting #openlab-visual-abstract img.icons-chart-4 {
  width: 0%; /* 100%; */
  bottom: 162%;
}
#dl-interactive .ecoscene-processing-interpreting img.openlab-scientist {
  position: absolute;
  width: 19.5%; /* 19.3%; */
  height: auto;
  bottom: -12%; /* to: -11.5%; */
  left: 65%; /* 60%; */
}
#dl-interactive .ecoscene-processing-interpreting .scene-card.card-3 {
  top: 4%;
  left: 12.5%;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting .container-4 {
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting img.offsite-background {
  position: absolute;
  width: 128%;
  height: auto;
  top: -5%;
  left: -18%;
}
#dl-interactive .ecoscene-processing-interpreting img.blonde-person {
  position: absolute;
  width: 54.68%;
  bottom: 65px;
  left: 1%;
}
#dl-interactive .ecoscene-processing-interpreting img.sample-report {
  position: absolute;
  width: 45.7%;
  top: 100%; /* 4%; */
  right: 4%;
  max-height: 72%;
}
#dl-interactive .ecoscene-processing-interpreting img.cloud {
  position: absolute;
  width: 44%;
  right: 24.76%;
  top: 100%;
  opacity: 0.25;
}
#dl-interactive .ecoscene-processing-interpreting img.server {
  position: absolute;
  width: 16.43%;
  right: 23.9%;
  top: 100%;
  opacity: 1;
}
#dl-interactive .ecoscene-processing-interpreting img.privacy-lock {
  position: absolute;
  width: 5.5%;
  height: auto;
  top: 42.5%;
  right: 35.75%;
  opacity: 0;
}
#dl-interactive .ecoscene-processing-interpreting .scene-card.card-4 {
  opacity: 0;
  top: 4%;
  left: 12.5%;
}
#dl-interactive .ecoscene-training-services {
  height: 0%;
}
#dl-interactive .ecoscene-training-services .container-1 {
  opacity: 1;
  left: 0%;
}
#dl-interactive .ecoscene-training-services img.lab-background-1 {
  position: absolute;
  width: 208.56%;
  height: auto;
  right: 0%; /* 0% */ /* -39.5%; */
  top: -1%;
}
#dl-interactive .ecoscene-training-services img.clipboard-person {
  position: absolute;
  width: 47%;
  height: auto;
  bottom: 65px;
  right: 97%; /* -34%; */ /* 4%; */
}
#dl-interactive .ecoscene-training-services .curtain-1 {
  opacity: 0;
}
#dl-interactive .ecoscene-training-services .card-1 {
  top: 4%;
  left: -38%;
}
#dl-interactive .ecoscene-training-services .container-2 {
  opacity: 0;
}
#dl-interactive .ecoscene-training-services img.lab-background-2 {
  position: absolute;
  width: 158.9%;
  height: auto;
  top: -15%;
  left: -6%;
}
#dl-interactive .ecoscene-training-services .curtain-2 {
  opacity: 0.5;
}
#dl-interactive .ecoscene-training-services img.crosslab-desk-setup {
  position: absolute;
  width: 116%;
  height: auto;
  bottom: 14.5%;
  left: 4%;
}
#dl-interactive .ecoscene-training-services img.phone-scientist {
  position: absolute;
  width: 23.5%;
  height: auto;
  bottom: 6.8%;
  left: 22.5%;
}
#dl-interactive .ecoscene-training-services img.alert-radius {
  position: absolute;
  width: 13.2%;
  height: auto;
  left: 14%;
  bottom: 55.2%;
}
#dl-interactive .ecoscene-training-services .scene-card.card-2 {
  right: 2%;
  top: 4%;
  /* opacity: 0; */
}
#dl-interactive .ecoscene-training-services .container-3 {
  opacity: 0;
}
#dl-interactive .ecoscene-training-services .card-3 {
  opacity: 0;
}
#dl-interactive .ecoscene-training-services img.skyscraper-background {
  position: absolute;
  width: 309.35%;
  height: auto;
  right: -76%; /* -84%; */
  top: 0%;
}
#dl-interactive .ecoscene-training-services img.back-wall {
  position: absolute;
  width: 309.35%;
  height: auto;
  right: -20%; /* -144.4%; */
  top: 0%;
}
#dl-interactive .ecoscene-training-services img.office-foreground {
  position: absolute;
  width: 309.35%;
  height: auto;
  right: 0%; /* -127%; */
  top: 0%;
}
#dl-interactive .ecoscene-training-services img.seated-office-person {
  position: absolute;
  width: 14.5%;
  height: auto;
  top: 18.5%;
  right: 145.1%; /* 18.1%; */
}
#dl-interactive .ecoscene-training-services .thought-bubble {
  position: absolute;
  position: absolute;
  right: 131.5%; /* 6.5%; */
  top: 10%;
  width: 12.8%;
}
#dl-interactive .ecoscene-training-services .thought-bubble img {
  max-width: 100%;
  height: auto;
  position: absolute;
}
#dl-interactive .ecoscene-training-services .thought-bubble #thought-bubble-dot {
  display: none;
}
#dl-interactive .ecoscene-training-services .scene-card.card-3 {
  top: 4%;
  left: 12.5%;
}
#dl-interactive .grey-half {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 50%;
  background: #53565A;
}
#dl-interactive .relative-padder-1 {
  height: 13.808%; /* https://css-tricks.com/oh-hey-padding-percentage-is-based-on-the-parent-elements-width/ O_O */
}
#dl-interactive .relative-padder-2 {
  min-height: 12px;
  height: 6.45%;
}
#dl-interactive .relative-padder-3 {
  height: 10.57%;
}

.dl-interactive-pin-spacer {
  z-index: 3;
}

#dl-grey-area {
  background-color: #53565A;
  padding: 0 0 54px;
  position: relative;
  z-index: 1;
}

#dl-grey-area .company h2 {
  text-align: left;
  font-size: 32px !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0px;
  font-weight: 100;
  color: #FFFFFF !important;
  line-height: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
  #dl-grey-area .company h2 {
    font-size: 28px !important;
    left: 90px;
    position: relative;
  }
}

#dl-grey-area p {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

span.parathen-grey {
  color: #888B8D;
}

@media only screen and (max-width: 481px) {
  #dl-global-leadership-charts .row div:first-of-type {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 481px) {
  #dl-global-leadership-charts .row .col-md-4 h2 {
    text-align: center !important;
  }
}

.region-chart {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #B1B3B3;
  position: relative;
  right: 110px;
  margin-top: 51px;
}
@media only screen and (min-width: 1290px) and (max-width: 1439px) {
  .region-chart {
    right: 10px;
  }
}
@media only screen and (max-width: 1289px) {
  .region-chart {
    right: 0px;
  }
}
.region-chart tr td:nth-of-type(1) {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #D0D0CE;
  padding-right: 20px;
  width: 70px;
}
.region-chart tr td:nth-of-type(2) {
  background: white;
}
.region-chart tr td:nth-of-type(2) {
  width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
  .region-chart tr td:nth-of-type(2) {
    width: 165px;
  }
}
.region-chart tr:nth-of-type(1) td:nth-of-type(1) {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.region-chart tr:nth-of-type(1) td {
  padding-top: 35px;
}
.region-chart tr:nth-of-type(1) td:nth-of-type(2) {
  border-top: 5px solid #0085D5;
}
.region-chart tr td {
  padding: 0px 0px 14px 0px;
}
.region-chart .chart-bar {
  background-color: #D0D0CE;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}
.region-chart tr:first-of-type .chart-bar {
  background-color: #0085D5;
}
.region-chart tr:first-of-type .bar-val {
  color: #0085D5;
}

.circle-flag {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

#dl-isometric-4 {
  position: relative;
  right: 250px;
  bottom: 225px;
  margin-bottom: -150px;
}

.dl-cta-box {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
  .dl-cta-box {
    padding-left: 115px;
  }
}

.dl-cta-box h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  letter-spacing: 0px;
  color: #0085D5 !important;
}

.dl-cta-box p {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  width: 416px;
  padding-bottom: 51px;
}

.isometric-graphic {
  position: relative;
  right: 250px;
  bottom: 225px;
}

/* Mobile ecosystem interactive */
#mobile-eco-interactive .slick-dots {
  margin-top: 0px;
}
#mobile-eco-interactive .slick-dots li {
  width: 5px;
  border: none;
  height: 5px;
}
#mobile-eco-interactive .inner-card {
  height: 80vh;
  padding: 20px 40px;
  max-height: calc(100vh - 185px);
  z-index: 8;
  position: relative;
}
#mobile-eco-interactive .blue-card {
  background-color: #0190DC;
}
#mobile-eco-interactive .blue-card p {
  color: white;
}
#mobile-eco-interactive #mei-intro-1 h3 {
  font-family: "Roboto", sans-serif !important;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 300;
  padding-top: 0px;
  margin-top: 12px;
  display: block;
  height: 25%;
}
#mobile-eco-interactive #mei-intro-1 p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
}
#mobile-eco-interactive #mei-intro-1 .swipe-left-prompt {
  background: #3290dc;
}
#mobile-eco-interactive h4 {
  color: white;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
#mobile-eco-interactive #mobile-eco-scene-menu {
  padding: 0px;
  color: white;
  font-size: 20px;
  line-height: 26px;
  margin-top: 14px;
  z-index: 9;
}
#mobile-eco-interactive #mobile-eco-scene-menu td {
  vertical-align: top;
}
#mobile-eco-interactive #mobile-eco-scene-menu .hsm-num {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background: white;
  color: #0290dc;
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  padding-top: 2px;
}
#mobile-eco-interactive #mobile-eco-scene-menu .hsm-text {
  display: inline-block;
}
#mobile-eco-interactive p.floating-box {
  display: block;
  position: relative;
  background: #f6f6f6;
  padding: 16px 28px;
  top: 14px;
  font-size: 17px;
  box-shadow: 0px 0px 24px rgba(2, 64, 98, 0.4);
  color: #333333;
}
#mobile-eco-interactive .scene-title-card h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 34px;
  line-height: 1.2em;
  margin-top: 12px;
}
#mobile-eco-interactive .scene-title-card p {
  font-size: 18px;
}
#mobile-eco-interactive img.full-card-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  right: 0px;
  z-index: 0;
}
#mobile-eco-interactive .center-n-squeeze {
  position: relative;
  max-width: 250px;
  margin: auto;
}
#mobile-eco-interactive .cards a {
  display: initial;
  height: initial;
  font-size: initial;
  font-weight: initial;
  margin: initial;
}
#mobile-eco-interactive .info-card img {
  max-width: 100%;
}
#mobile-eco-interactive .info-card h5 {
  font-size: 22px;
}
#mobile-eco-interactive .info-card p {
  margin-bottom: 65px;
}
#mobile-eco-interactive .info-card a.btn {
  width: 50%;
  display: block;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
}
#mobile-eco-interactive .info-card a.btn.btn-blue {
  left: 0px;
  right: initial;
}
#mobile-eco-interactive .info-card a.btn.btn-navy, #mobile-eco-interactive .info-card a.btn.btn-gray {
  right: 0px;
  left: initial;
}
#mobile-eco-interactive .info-card a.btn.btn-lone {
  width: 100% !important;
}
#mobile-eco-interactive .info-card .inner-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
#mobile-eco-interactive .info-card .inner-card .info-thumb {
  display: block;
  flex-shrink: 1;
  overflow: hidden;
  padding-bottom: 10px;
}
#mobile-eco-interactive .info-card .inner-card .info-thumb img {
  width: 100%;
}
#mobile-eco-interactive .swipe-left-prompt {
  font-size: 18px;
  color: white;
  margin-top: 1em;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
#mobile-eco-interactive .swipe-left-prompt img {
  display: inline-block;
  margin-right: 6px;
}
#mobile-eco-interactive .slick-track {
  padding-bottom: 28px;
}
#mobile-eco-interactive button.slick-prev.slick-arrow {
  position: absolute;
  left: 42px;
  bottom: -10px;
  top: initial;
}
#mobile-eco-interactive button.slick-next.slick-arrow {
  position: absolute;
  right: 42px;
  bottom: -26px;
  top: initial;
}

#overlay .video-container {
  z-index: 2;
}
#overlay .video-container video {
  width: 100%;
  height: 100%;
  z-index: 9;
}/*# sourceMappingURL=digital-lab-home.css.map */