.life-overflow,
.style-overflow {
  overflow: hidden;
  height: 0;
  z-index: -10 !important;
}
.life-overflow.parallax-active,
.style-overflow.parallax-active {
  height: auto;
  z-index: 1 !important;
}

.scrollTrigger main {
  z-index: 1;
}
.scrollTrigger section,
.scrollTrigger footer,
.scrollTrigger .hero {
  position: relative;
  z-index: 5;
}
.scrollTrigger section.parallax,
.scrollTrigger footer.parallax,
.scrollTrigger .hero.parallax {
  z-index: 1;
}

.parallax {
  display: block;
  position: relative;
  overflow: hidden;
}

.scroll-parallax {
  display: block;
  position: relative;
  background: white;
  overflow: hidden;
}
.scroll-parallax > .trigger-wrap {
  display: block;
  position: relative;
  padding-top: 50vh;
  padding-bottom: 50vh;
}
.scroll-parallax > .trigger-wrap.half-trigger {
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.scroll-parallax > .trigger-wrap > .trigger {
  display: block;
  position: relative;
  height: 1px;
  margin-top: -1px;
}
.scroll-parallax > .trigger-wrap > .trigger.trigger-top {
  position: absolute;
  top: 0;
}
.scroll-parallax > .trigger-wrap > .trigger.trigger-bottom {
  position: absolute;
  bottom: 0;
}
.scroll-parallax > .content-section {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  background: transparent;
  color: white;
  transition: opacity 0s ease;
  transform: translateZ(0);
  will-change: transform, position, transition, opacity;
}
.scroll-parallax > .content-section.animate-slide {
  position: fixed;
}
@media (max-width: 767px) {
  .scroll-parallax > .content-section h2.h1 {
    font-size: 22px;
    text-align: center;
  }
}
.scroll-parallax .flex-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1370px;
  height: 100vh;
  align-items: center;
}
.scroll-parallax .flex-grid > .item {
  width: 100%;
  flex: 1 0 100%;
  text-align: left;
}
.scroll-parallax .flex-grid > .item .box {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}
@media (max-width: 767px) {
  .scroll-parallax .flex-grid > .item {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .scroll-parallax .flex-grid {
    flex-wrap: nowrap;
  }
  .scroll-parallax .flex-grid > .item {
    height: 100vh;
    position: relative;
    width: 50%;
    flex: 0 0 49%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 16/9) {
  .scroll-parallax .flex-grid > .item.boiler {
    width: 36%;
    flex: 0 0 35%;
    margin: 0 7%;
  }
}
.scroll-parallax .text h2, .scroll-parallax .text p {
  width: 90%;
  display: block;
}
@media (max-width: 650px) {
  .scroll-parallax .text h2, .scroll-parallax .text p {
    margin-bottom: 5px;
  }
}
.scroll-parallax .image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center;
}
.scroll-parallax .image:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.scroll-parallax .extra-images {
  display: flex;
  height: 50vh;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 768px) {
  .scroll-parallax .extra-images {
    left: 0;
  }
}
.scroll-parallax .boiler-style-black {
  transform: translate(0, 0) scale(1);
  background-image: url("/img/lifestyle/professional/black-boiler-front.png");
}
@media (max-width: 767px) {
  .scroll-parallax .boiler-style-black:before {
    padding-top: 70%;
  }
}
.scroll-parallax .boiler-switch .boiler-style-black {
  transform: translate(0, 0) scale(1);
  background-image: url("/img/lifestyle/professional/white-boiler-front.png");
}
.scroll-parallax .boiler-style-inside {
  transform: translate(0, 0) scale(1);
  background-image: url("/img/lifestyle/professional/inside-style.png");
}
@media (max-width: 767px) {
  .scroll-parallax .boiler-style-inside:before {
    padding-top: 70%;
  }
}
.scroll-parallax .boiler-style-inside:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-image: url("/img/lifestyle/professional/combustion-chamber-positioned.png");
}
.scroll-parallax .boiler-screen {
  transform: translate(0, 0) scale(1);
  box-shadow: 0 0 64px -5px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.scroll-parallax .boiler-screen:before {
  background: inherit;
  background-image: url("/img/lifestyle/consumer/hmi-style.png");
}
@media (max-width: 768px) {
  .scroll-parallax .boiler-screen {
    padding: 20px;
    max-width: 70%;
  }
}
.scroll-parallax .boiler-screen.intelligent:before {
  background-image: url("/img/lifestyle/consumer/hmi-intelligent.png");
}
.scroll-parallax .boiler-screen.intelligent-8000 {
  position: relative;
}
.scroll-parallax .boiler-screen.intelligent-8000:before {
  background-image: url("/img/lifestyle/consumer/hmi-8000.png");
}
.scroll-parallax .boiler-screen.intelligent-8000:after {
  content: "";
  background: black;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.scroll-parallax .boiler-style {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, 50%) scale(1);
}
.scroll-parallax .boiler-style:before {
  background: inherit;
  background-image: url("/img/lifestyle/consumer/black-boiler.png");
  padding-top: 140%;
  z-index: 1;
}
.scroll-parallax .boiler-style:after {
  opacity: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  box-shadow: 0 0 11px 6px #78be20, 0 0 40px 0 #78be20;
}
.scroll-parallax .boiler-style .rf-key {
  opacity: 0;
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 100%);
  background-image: url("/img/lifestyle/professional/key.png");
}
.scroll-parallax .boiler-style .rf-key:before {
  z-index: 1;
  content: "";
  display: block;
  padding-top: 100%;
}
.scroll-parallax .boiler-style .rf-key:after {
  opacity: 0;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10%;
  height: 1px;
  transform: translate(0, -50%);
  box-shadow: 0 0 11px 6px #78be20, 0 0 40px 0 #78be20;
}
.scroll-parallax .iphone {
  display: block;
  position: relative;
  width: 17%;
  margin-top: 17%;
}
.scroll-parallax .iphone:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background-image: url("/img/lifestyle/consumer/iPhone.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: inherit;
}
.scroll-parallax .easy-control {
  background-image: url("/img/lifestyle/consumer/control.png");
  width: 35%;
  position: relative;
}
.scroll-parallax .filling-link {
  background-image: url("/img/lifestyle/professional/KeylessFillingLink.png");
  width: 35%;
  position: relative;
}
.scroll-parallax .guarantee {
  background-image: url("/img/fast-track/10-year-guarantee.png");
  width: 28%;
  transform: translate(-100%, -100%) scale(3);
}

.scroll-parallax.slide-1 .content-one {
  z-index: 2;
}

.scroll-parallax.slide-3 .content-three {
  z-index: 2;
}

.scroll-parallax.slide-4 .content-four {
  z-index: 2;
}

.scroll-parallax.slide-5 .content-five {
  z-index: 2;
}

.scroll-parallax.slide-6 {
  background: transparent;
}
.scroll-parallax.slide-6 .lifestyle .band.dark-band {
  background: transparent;
}
.scroll-parallax.slide-6 .content-six {
  z-index: 2;
}
@media (max-width: 767px) {
  .scroll-parallax.slide-6 .content-six {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .scroll-parallax.slide-6 .content-six .grid {
    margin-bottom: 50px;
    padding: 16px;
  }
  .scroll-parallax.slide-6 .content-six h2 {
    margin-top: 50px;
  }
}

.boiler-background {
  height: auto !important;
  min-height: 100px !important;
}
.boiler-background .flex-grid {
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.boiler-background .flex-grid > .item {
  height: 100%;
}
.boiler-background:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 56.25%;
  background-image: url("/img/lifestyle/consumer/style-black-kitchen.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.trigger-wrap.short-trigger {
  padding-top: 28.125%;
  padding-bottom: 28.125%;
}

.content-three .iphone .connect-dots {
  display: block;
  position: absolute;
  top: 45%;
  right: -150%;
  width: 150%;
  height: 3px;
  overflow: hidden;
}
.content-three .iphone .connect-dots:before {
  content: "";
  display: block;
  border: 2px dotted #008ecf;
  width: 0;
  opacity: 0;
  transition-delay: 3s;
}

.content-four .iphone:after {
  display: none;
}

.content-one p {
  color: black;
}

.content-two p {
  color: black;
}

.content-three p {
  color: black;
}

.content-four p {
  color: black;
}

.content-section {
  opacity: 0;
  transition: opacity 0s;
}

.scrollTrigger .content-section {
  opacity: 1;
  transition: opacity 0.5s;
}
.scrollTrigger .content-six .gradient-container .gradient-bar {
  width: 0;
  transition: width 1s ease;
}
.scrollTrigger .content-six .gradient-container .gradient-bar-label p span {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.scrollTrigger .content-six .stat-fade {
  opacity: 0;
  transition: opacity 1s ease;
}
.scrollTrigger .image,
.scrollTrigger .text,
.scrollTrigger .boiler-background:before {
  opacity: 0;
  transition: all 1s;
}
.scrollTrigger .text,
.scrollTrigger .animate-up {
  transform: translateY(25%);
}
.scrollTrigger .slide-1 {
  background-color: white;
  background-image: url("/img/lifestyle/professional/dots.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.scrollTrigger .slide-1 .content-one .animate-up,
.scrollTrigger .slide-1 .content-one .text {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0);
}
.scrollTrigger .slide-1 .content-two {
  z-index: 1;
}
.scrollTrigger .slide-2 {
  background: white;
}
.scrollTrigger .slide-2 .content-one {
  z-index: 2;
}
.scrollTrigger .slide-2 .content-one.boiler-switch .boiler-style-black,
.scrollTrigger .slide-2 .content-one .boiler-style-black {
  transform: translateY(-100%) scale(1);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease 0.3s;
}
.scrollTrigger .slide-2 .content-one .text {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-25%);
}
.scrollTrigger .slide-2 .content-two {
  z-index: 1;
}
.scrollTrigger .slide-2 .content-two .image {
  opacity: 1;
  transition: opacity 0.1s ease 0s;
}
.scrollTrigger .slide-2 .content-two .text {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0);
}
.scrollTrigger .slide-2 .content-two .part-one {
  display: block;
  position: relative;
  opacity: 1;
}
.scrollTrigger .slide-2 .content-two .part-two {
  display: block;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.scrollTrigger .slide-2a .content-two .boiler-style-inside:after {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 1.5s ease, opacity 0.7s ease 0.7s;
}
@media (min-width: 768px) {
  .scrollTrigger .slide-2a .content-two .boiler-style-inside {
    transform: scale(1.35);
    transition: transform 0.5s ease 0.5s;
  }
}
.scrollTrigger .slide-2a .content-two .part-one {
  display: block;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.scrollTrigger .slide-2a .content-two .part-two {
  display: block;
  position: relative;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.scrollTrigger .slide-2b .content-two .text {
  opacity: 0;
}
@media (min-width: 768px) {
  .scrollTrigger .slide-2b .content-three .boiler-style {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 1s ease, opacity 0.8s ease-in 0.2s;
  }
}
.scrollTrigger .slide-2b .content-three .boiler-style .rf-key {
  opacity: 1;
  transform: translate(-50%, 200%);
  transition: opacity 0.5s ease 0.5s, transform 1s ease;
}
.scrollTrigger .slide-3 {
  background: white;
  transition: background-color 0.5s ease;
}
.scrollTrigger .slide-3 .content-two .text {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-25%);
}
.scrollTrigger .slide-3 .content-two .boiler-style-inside {
  transition: opacity 0.5s ease 0s;
  opacity: 0;
}
.scrollTrigger .slide-3 .content-three .boiler-style {
  opacity: 1;
  top: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0.7s ease, transform 2s ease, opacity 0.8s ease-in 0.2s;
}
.scrollTrigger .slide-3 .content-three .boiler-style .lifestyle-rings {
  z-index: 2;
  top: 78%;
  width: 30%;
  padding-top: 30%;
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 3.7s;
}
.scrollTrigger .slide-3 .content-three .boiler-style .lifestyle-rings:before {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 4s;
}
.scrollTrigger .slide-3 .content-three .boiler-style .lifestyle-rings:after {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 4.3s;
}
.scrollTrigger .slide-3 .content-three .boiler-style .rf-key {
  opacity: 1;
  transform: translate(-50%, 10%);
  bottom: 20px;
  transition: opacity 0s, transform 0.5s ease 2s, bottom 0.5s ease 1.5s;
}
.scrollTrigger .slide-3 .content-three .boiler-style .rf-key:after {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
.scrollTrigger .slide-3 .content-three .boiler-style:after {
  opacity: 1;
  transition: opacity 0.5s ease 2s;
}
.scrollTrigger .slide-3 .content-three .iphone {
  position: relative;
  opacity: 1;
}
.scrollTrigger .slide-3 .content-three .iphone .connect-dots:before {
  transition-delay: 3s;
  transition: opacity 0.1s ease 0.7s, width 0.7s linear 0.7s, transform 0.7s linear 1.8s;
  opacity: 1;
  width: 100%;
  transform: translateY(100%);
}
.scrollTrigger .slide-3 .content-three .easy-control {
  opacity: 1;
}
.scrollTrigger .slide-3 .content-three .easy-control .lifestyle-rings {
  width: 100%;
  padding-top: 100%;
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 3.5s;
}
.scrollTrigger .slide-3 .content-three .easy-control .lifestyle-rings:before {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 3.8s;
}
.scrollTrigger .slide-3 .content-three .easy-control .lifestyle-rings:after {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 4.1s;
}
.scrollTrigger .slide-3 .content-three .text {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .scrollTrigger .slide-3 .content-three .text {
    transition: all 0.5s ease 3.5s;
    background: rgba(0, 0, 0, 0.8);
    padding: 16px 12px;
    max-width: 90%;
    margin: 0 auto;
  }
  .scrollTrigger .slide-3 .content-three .text p {
    color: white;
  }
}
.scrollTrigger .slide-3 .content-four .boiler-style {
  top: 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}
.scrollTrigger .slide-4 {
  background: white;
}
.scrollTrigger .slide-4 .content-three .boiler-style {
  top: 0;
  transition: top 1s linear 0s, left 0s linear 0s, transform 0s linear 0s, padding 0s ease-in 0s, opacity 0s ease 3s;
  opacity: 0;
}
.scrollTrigger .slide-4 .content-three .boiler-style:after {
  opacity: 0;
  transition: 0s;
}
.scrollTrigger .slide-4 .content-three .iphone,
.scrollTrigger .slide-4 .content-three .easy-control {
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.8s ease;
}
.scrollTrigger .slide-4 .content-three .text {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .scrollTrigger .slide-4 .content-three .text {
    transform: translateY(-300%);
    transition-delay: 0s;
  }
}
.scrollTrigger .slide-4 .content-four .boiler-style {
  top: 0;
  transition: top 0s linear 0s, left 0s linear 0s, transform 1s linear 0s, padding 0s ease-in 0s, opacity 1s ease 0s;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.scrollTrigger .slide-4 .content-four .boiler-style .lifestyle-rings {
  border-color: #50237f;
  z-index: 2;
  top: 78%;
  width: 30%;
  padding-top: 30%;
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 1.7s;
}
.scrollTrigger .slide-4 .content-four .boiler-style .lifestyle-rings:before {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 2s;
}
.scrollTrigger .slide-4 .content-four .boiler-style .lifestyle-rings:after {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 2.3s;
}
.scrollTrigger .slide-4 .content-four .filling-link {
  opacity: 1;
  transition: all 0.8s ease;
}
.scrollTrigger .slide-4 .content-four .filling-link .lifestyle-rings {
  border-color: #50237f;
  width: 100%;
  padding-top: 100%;
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 1.5s;
}
.scrollTrigger .slide-4 .content-four .filling-link .lifestyle-rings:before {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 1.8s;
}
.scrollTrigger .slide-4 .content-four .filling-link .lifestyle-rings:after {
  animation: fade-in-out-ring;
  animation-duration: 2s;
  animation-delay: 2.1s;
}
.scrollTrigger .slide-4 .content-four .text {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0);
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .scrollTrigger .slide-4 .content-four .text {
    transition: all 0.5s ease 3.5s;
    background: rgba(0, 0, 0, 0.8);
    padding: 16px 12px;
    max-width: 90%;
    margin: 0 auto;
  }
  .scrollTrigger .slide-4 .content-four .text p {
    color: white;
  }
}
.scrollTrigger .slide-4 .content-five .image {
  opacity: 0;
  transition: all 0.2s ease 0.2s;
}
.scrollTrigger .slide-5:before {
  content: "";
  background-image: url("/img/lifestyle/professional/dots-white.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 101vh;
  width: 101vw;
  top: -1vh;
  left: -1vh;
  position: fixed;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.7s ease;
  transition-delay: 0.7s;
}
.scrollTrigger .slide-5 .content-four .boiler-style {
  top: 0;
  opacity: 0;
  transform: translate(-50%, -99%) scale(3.7);
  transition: top 0s linear 0s, left 0s linear 0s, transform 1s linear 0.5s, padding 0s ease-in 0s, opacity 1s ease 0.5s;
}
.scrollTrigger .slide-5 .content-four .filling-link {
  transform: translateY(-100%);
  opacity: 0;
}
.scrollTrigger .slide-5 .content-four .text {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-25%);
}
.scrollTrigger .slide-5 .content-five .image {
  opacity: 1;
  transition: all 0.5s ease 0.5s;
}
.scrollTrigger .slide-5 .content-five .text {
  opacity: 1;
  transition: all 0.5s ease 1s;
  transform: translateY(0);
}
.scrollTrigger .slide-6 {
  background-color: black;
}
.scrollTrigger .slide-6 .content-five .image {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.scrollTrigger .slide-6 .content-five .text {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(-100%);
}
.scrollTrigger .slide-6 .content-six.fixed-boiler {
  position: absolute;
  opacity: 1;
  top: auto;
  bottom: 0;
}
.scrollTrigger .slide-6 .content-six .text,
.scrollTrigger .slide-6 .content-six .animate-up {
  opacity: 1;
  transform: translate(0, 0);
}
.scrollTrigger .slide-6 .content-six .gradient-container .gradient-bar {
  width: 100%;
}
.scrollTrigger .slide-6 .content-six .gradient-container .gradient-bar-label p span {
  opacity: 1;
}
.scrollTrigger .slide-6 .content-six .stat-fade {
  opacity: 1;
}
.scrollTrigger .slide-6 .content-six .graph-one .gradient-bar {
  transition-delay: 0.5s;
}
.scrollTrigger .slide-6 .content-six .graph-one span {
  transition-delay: 0.5s;
}
.scrollTrigger .slide-6 .content-six .graph-one .total {
  transition-delay: 0.8s;
}
.scrollTrigger .slide-6 .content-six .graph-two .gradient-bar {
  transition-delay: 0.8s;
}
.scrollTrigger .slide-6 .content-six .graph-two span {
  transition-delay: 0.8s;
}
.scrollTrigger .slide-6 .content-six .graph-two .total {
  transition-delay: 1.1s;
}
.scrollTrigger .slide-6 .content-six .graph-three .gradient-bar {
  transition-delay: 1.4s;
}
.scrollTrigger .slide-6 .content-six .graph-three span {
  transition-delay: 1.4s;
}
.scrollTrigger .slide-6 .content-six .graph-three .total {
  transition-delay: 1.7s;
}
.scrollTrigger .slide-6 .content-six .graph-four .gradient-bar {
  transition-delay: 1.7s;
}
.scrollTrigger .slide-6 .content-six .graph-four span {
  transition-delay: 1.7s;
}
.scrollTrigger .slide-6 .content-six .graph-four .total {
  transition-delay: 2s;
}
.scrollTrigger .slide-6 .content-six .stat-fade-one {
  transition-delay: 2.5s;
}
.scrollTrigger .slide-6 .content-six .stat-fade-two {
  transition-delay: 3s;
}
@media (max-width: 650px) {
  .scrollTrigger .slide-6 .content-six .grid {
    padding: 0 16px;
    margin-bottom: 0;
  }
  .scrollTrigger .slide-6 .content-six .text {
    padding: 5px 0;
  }
  .scrollTrigger .slide-6 .content-six ._xlg-margin-bottom {
    margin-bottom: 10px;
  }
  .scrollTrigger .slide-6 .content-six .gradient-container {
    margin-bottom: 5px;
  }
  .scrollTrigger .slide-6 .content-six h3.text-white {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .scrollTrigger .slide-6 .content-six h3.h1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .scrollTrigger .slide-6 .content-six div.text-center {
    display: inline-block;
    text-align: left !important;
    vertical-align: middle;
    margin-left: 5px;
  }
  .scrollTrigger .slide-6 .content-six div.text-center p {
    margin-bottom: 0;
    font-size: 10px;
  }
  .scrollTrigger .slide-6 .content-six .gradient-bar-label p {
    font-size: 10px;
    margin-bottom: 5px !important;
  }
  .scrollTrigger .slide-6 .content-six .gradient-bar {
    margin-bottom: 5px;
  }
}

@keyframes fade-in-out-ring {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scrollTrigger .parallax-inactive .parallax .scroll-parallax .animate-slide {
  position: absolute !important;
}

/*# sourceMappingURL=lifestyle-pro-parallax-latest.css.map */
