.configurator__index {
   background-color: #fff;
}

.index--active .configurator__index {
  bottom: 0;
  height: auto;
  transition: none;
}

.hero-banner-wrapper {
  position: relative;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s ease, opacity 1s ease;
}

.index--active .hero-banner-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: none;
  transition: none;
}

.hero-banner {
  display: flex;
  height: calc(100vh - 75px);
  color: #0046ad;
  display: flex;
  flex-direction: column;
}

.hero-banner__graphic-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-banner__graphic-container video{
  display: none;
}
.hero-banner__graphic-container img {
	display: inline;
	object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
}

.hero-banner__text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 1;
}

.hero-banner__text-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-banner__title {
  margin: 0;
  margin-bottom: 22.652px;
}

.hero-banner__title > * {
  display: block;
}

.hero-banner__text-bg img {
  width: 100%;
}

.p-text01 {
  font-size: 59.2997px;
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-right: -.2em;
  text-transform: uppercase;
}

.p-text02 {
  font-size: 14px;
  line-height: 2.617;
  font-weight: 400;
  letter-spacing: 0.1236em;
  color: rgba(255, 255, 255, .8);
}

.p-text03 {
  font-size: 22.652px;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.07639em;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  line-height: 1.618;
  margin-bottom: 0.809em;
  margin-top: 10px;
}

.btn_tdk.btn_primary_A.banner-btn {
  position: relative;
  margin-top: 30px;
  display: inline-block;
  border: 1px solid #4993FF;
}

.btn_tdk.btn_hero-alt {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
  display: inline-block;
}

.btn_tdk.btn_hero-alt:hover {
	background-color: #0046ad;
}

.section {
  position: relative;
  overflow: hidden;
}

.section--padding {
  /*padding: 4.125rem 0;*/
  padding: 200px 0;
}

.section--first-child {
  padding-top: 198px;
}

.section:last-child {
  padding-bottom: 198px;
}

.section__container {
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}

.section__container--col {
  display: flex;
  justify-content: space-between;
}

.section {
	min-height: 100vh;
}

.section-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.section-feature__image {
  display: block;
  max-height: 400px;
  width: 48%;
}

.image--circle {
  border-radius: 50%;
}

.image--saturate {
  filter: saturate(3);
}

.section-feature__copy {
  width: 40%;
  position: relative;
}

.section_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.section:nth-child(odd) .section_background {
  background-color: #eeeeee;
}

.section__powered-by-precision {
	display: flex;
	align-items: center;
	color: #fff;
	min-height:101vh;
}

.powered-by-precision-bg {
  max-width: 100% !important;
  margin: 0 !important;
  background-color: #bad1ec;
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0),rgba(0, 0, 0, .6), rgba(0, 0, 0, 1)), url(/QPF/acsconfig/tempassets/powered-by-precision.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

.section__container--powered-by-precision {
	display: flex;
	justify-content: right;
	max-width: 95%;
}
 
.section-feature__text--powered-by-precision {
	padding-left: .6em;
}

.section-feature__copy--powered-by-precision {
	width: 30%;
	min-width: 580px;
}

.powered-by-precision--titleA {
	display: block;
  padding-left: .6em;
  margin-bottom: 1.5em;
  font-size: 1.25rem;
}

.powered-by-precision--titleB {
	display: block;
	font-size: 8.5rem;
	-webkit-box-reflect: below 1px linear-gradient(transparent, #0004);
	line-height: 0.61em;
	margin-bottom: 1em;
	white-space: nowrap;
	text-shadow: 0 0 10px #fff, 
	             0 0 20px #43c3dc,
	             0 0 40px #43c3dc,
	             0 0 80px #43c3dc,
	             0 0 120px #43c3dc;
}

.section-btn--powered-by-precision {
	padding-left: .6em;
}

.transition__loader {
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transition: visibility 0s ease 5s;
  z-index: 11;
  pointer-events: none;
}

.transition__wrapper {
  display: flex;
  position: absolute;
  top: -500px;
  left: -500px;
  right: -500px;
  bottom: -500px;
}

.transition__loader.transition--active {
  visibility: visible;
  transition: visibility 0s ease;
}

.transition__tile {
  flex: 1;
  height: 0;
  background-color: #0046ad;
  opacity: 0;
  transition: opacity .6s ease, height 0s ease 5s;
  pointer-events: auto;
}

.transition--active .transition__tile {
  height: 100%;
  opacity: 1;
  transition: opacity .6s ease;
}

.transition__icon {
  position: absolute;
  top: calc(50% - 119px);
  left: calc(50% - 115px);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s ease, opacity 1s ease;
}

.transition--active .transition__icon {
  opacity: 1;
  visibility: visible;
  transition: visibility 1s ease 1.2s, opacity 1s ease 1.2s;
}

.transition-icon__text {
  padding-top: 10px;
  padding-left: 75px;
}

@media screen and (max-width: 768px) {
	
  .transition__loader {
   position: fixed;
   max-height: 100vh;
  }
	.hero-banner__graphic-container video{
    display: none !important;
  }
  .hero-banner__graphic-container img {
	  display: inline !important;
	}
	
	.p-text01 {
	 font-size: 36.65px;
	}
	.hero-banner {
    flex-wrap: wrap;
    min-height: calc(100vh - 50px);
    height: auto;
  }
  .hero-banner__graphic-container video {
    min-height: calc(100vh - 50px);
  }
  .hero-banner__text-inner {
    width: 100%;
    display: block;
    max-width: 280px;
  }
  .hero-banner__title {
    display: flex;
    flex-direction: column;
  }
  .powered-by-precision-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/QPF/acsconfig/tempassets/powered-by-precision.webp);
  }
  .section-btn--powered-by-precision {
	  padding-left: 0;
	}
	.section-feature__copy--powered-by-precision {
	  max-width: 280px;
    width: 100%;
    min-width: 0;
	}
	
	.powered-by-precision--titleA {
	  padding-left: 0;
	}
	
	.powered-by-precision--titleB {
	  font-size: 3.5rem;
	}
	.section__container--powered-by-precision {
	 justify-content: center;
	}
	.section-feature__text--powered-by-precision {
	 padding-left: 0;
	}
}

@media ( prefers-reduced-motion: no-preference ) {
	.transition__wrapper {
    rotate: 30deg;
  }
  
  .transition__tile {
    margin-left: -2px;
    margin-right: -2px;
    transition: height .7s ease-in-out;
    opacity: 1;
  }

  .transition--active .transition__tile {
    height: 100%;
    opacity: 1;
    transition: height .7s ease-in-out;
  }
  
  .transition__tile span {
    display: block;
    height: 100%;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.4s ease-in-out 0s;
    padding-bottom: 2px;
  }
  
  .transition--active .transition__tile span {
    animation-duration: 2s;
    animation-name: transition-lines;
  }
  
  .transition--active .transition__tile:nth-child(5) span{animation-name: transition-lines-b;}
  .transition--active .transition__tile:nth-child(odd) span{animation-name: transition-lines-c;}
  
  .transition__tile:nth-child(1) {
    top: calc(1* 10%);
    transition-delay: .1s;
    & span {
      animation-delay: .1s;
      background-image: linear-gradient(to right,#fff,#fff);
    }
  }
  .transition__tile:nth-child(2) {
    top: calc(2* 10%);
    transition-delay: .2s;
    & span {
      animation-delay: .8s;
      background-image: linear-gradient(to right,#00317a,#00317a);
    }
  }
  .transition__tile:nth-child(3) {
    top: calc(3* 10%);
    transition-delay: .3s;
    & span {
      animation-delay: .3s;
      background-image: linear-gradient(to right,#eeeeee,#eeeeee);
    }
  }
  .transition__tile:nth-child(4) {
    top: calc(4* 10%);
    transition-delay: .4s;
    & span {
      animation-delay: 0.1s;
      background-image: linear-gradient(to right,#fff,#fff);
    }
  }
  .transition__tile:nth-child(5) {
    top: calc(5* 10%);
    transition-delay: .5s;
    & span {
      animation-delay: .5s;
      background-image: linear-gradient(to right,#00317a,#00317a);
    }
  }
  .transition__tile:nth-child(6) {
    top: calc(6* 10%);
    transition-delay: .6s;
    & span {
      animation-delay: .3s;
      background-image: linear-gradient(to right,#eeeeee,#eeeeee);
    }
  }
  .transition__tile:nth-child(7) {
    top: calc(7* 10%);
    transition-delay: .7s;
    & span {
      animation-delay: .7s;
      background-image: linear-gradient(to right,#214c8c,#214c8c);
    }
  }
  .transition__tile:nth-child(8) {
    top: calc(8* 10%);
    transition-delay: .8s;
    & span {
      animation-delay: .4s;
      background-image: linear-gradient(to right,#fff,#fff);
    }
  }
  .transition__tile:nth-child(9) {
    top: calc(9* 10%);
    transition-delay: .9s;
    & span {
      animation-delay: .2s;
      background-image: linear-gradient(to right,#fff,#fff);
    }
  }
  .transition__tile:nth-child(10) {
    top: calc(10* 10%);
    transition-delay: 1s;
    & span {
      animation-delay: .3s;
      background-image: linear-gradient(to right,#fff,#fff);
    }
  }
  
  @keyframes transition-lines {
    0% {background-size: 0 0;}
    25% { background-size: 10px 50%;}
    50% {background-position: bottom; background-size: 4px 100%;}
    75% {background-size: 0 1px;}
    100% {background-size: 0 0;}
  }
  
  @keyframes transition-lines-b {
    0% {background-size: 0 0;}
    25% { background-size: 20px 100%;}
    50% {background-position: bottom; background-size: 28px 100%;}
    75% {background-size: 0 1px;}
    100% {background-size: 0 0;}
  }
  
  @keyframes transition-lines-c {
    0% {background-size: 0 0;}
    25% { background-size: 16px 100%;}
    50% {background-position: bottom; background-size: 14px 100%;}
    75% {background-size: 0 1px;}
    100% {background-size: 0 0;}
  }
	.hero-banner__graphic-container video{
	  display: inline;
	  object-fit: cover;
	}
	.hero-banner__graphic-container img {
	  display: none;
	}
	.powered-by-precision--titleB.fade-in-section {
	 text-shadow: none;
	 color: rgba(255,255,255,.3);
	 transition: text-shadow 2.5s ease, color 2.5s ease;
	}
	.powered-by-precision--titleB.fade-in-section.is-visible {
	 color: #fff;
	 text-shadow: 0 0 10px #fff, 
               0 0 20px #43c3dc,
               0 0 40px #43c3dc,
               0 0 80px #43c3dc,
               0 0 120px #43c3dc;
	}
	.powered-by-precision--titleB.fade-in-section.is-visible:hover{
	 text-shadow: none;
	 color: rgba(255,255,255,.3);
	}
	.powered-by-precision--titleB.fade-in-section.is-visible span:hover{
	 color: #fff;
   text-shadow: 0 0 10px #fff, 
               0 0 20px #43c3dc,
               0 0 40px #43c3dc,
               0 0 80px #43c3dc,
               0 0 120px #43c3dc;
	}
	@keyframes light-flash {
	 0% {
	   filter: brightness(85%);
	 }
	 70% {
	   filter: brightness(155%);
	 }
	 100% {
     filter: brightness(85%);
   }
	}
	@-webkit-keyframes scrollDown {
    0% {
      transform-origin: top;
      transform: scaleY(0);
    }
    45% {
      transform-origin: top;
      transform: scaleY(1);
    }
    55% {
      transform-origin: bottom;
      transform: scaleY(1);
    }
    100% {
      transform-origin: bottom;
      transform: scaleY(0);
    }
  }

  @keyframes scrollDown {
    0% {
      transform-origin: top;
      transform: scaleY(0);
    }
    45% {
      transform-origin: top;
      transform: scaleY(1);
    }
    55% {
      transform-origin: bottom;
      transform: scaleY(1);
    }
    100% {
      transform-origin: bottom;
      transform: scaleY(0);
    }
  }
}