#home .s1.hero {
  position: relative;
}

#home .s1.hero .contain {
  position: relative;
  z-index: 2;
  max-height: none !important;
}

#home .s1.hero .left {
  width: 52%;
}

#home .s1.hero .hero-video-wrapper, #home .s1.hero .hero-img-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#home .s1.hero .hero-video-wrapper video, #home .s1.hero .hero-video-wrapper img, #home .s1.hero .hero-img-wrapper video, #home .s1.hero .hero-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (max-width: 1024px) {
  #home .s1.hero .contain {
    padding-bottom: 7.5rem !important;
  }
  #home .s1.hero .left, #home .s1.hero .right {
    width: 100% !important;
  }
}

#home .s2 * {
  text-align: center;
}

#home .s2 h3, #home .s2 p {
  opacity: 0;
}

#home .s2 h3 {
  transform: translateY(50px);
}

#home .s2 p {
  transform: translateY(-50px);
  margin: 2.25rem auto 0;
  max-width: 775px;
}

#home .s2.--in-view h3, #home .s2.--in-view p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

#home .s2.--in-view p {
  transition-delay: .75s;
}

#home .reveal-image-scrollJack .image-mask img {
  object-position: center 18%;
}

@media all and (max-width: 1024px) {
  #home .reveal-image-scrollJack {
    padding: 0;
    height: auto;
  }
  #home .reveal-image-scrollJack .image-mask {
    position: static;
    height: auto;
    padding: 0;
  }
  #home .reveal-image-scrollJack .image-mask img {
    position: static;
    height: auto;
    object-fit: cover;
  }
}

#home .s3 .contain {
  gap: 1.5rem;
}

#home .s3 .left {
  width: 40%;
  max-width: 520px;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  will-change: transform, opacity;
}

#home .s3 .left > p {
  margin: 1.2rem 0 2.25rem;
  max-width: 440px;
}

@media all and (max-width: 1024px) {
  #home .s3 .left > p {
    max-width: 100%;
  }
}

#home .s3 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 680px;
}

#home .s3 .right h5 {
  line-height: 1em;
  opacity: 0;
}

#home .s3 .text-wrapper {
  padding: 1.5rem 0;
  position: relative;
}

#home .s3 .text-wrapper:first-child {
  padding-top: 0;
}

#home .s3 .text-wrapper::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  transform: scaleX(0);
  will-change: transform;
  border-bottom: 1px solid #E0B0A6;
  transform-origin: left center;
}

#home .s3.--in-view .left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}

#home .s3.--in-view .text-wrapper::after {
  transform: scaleX(1);
  transition: transform .75s ease-in-out .5s;
}

#home .s3.--in-view .text-wrapper h5 {
  opacity: 1;
  transition: opacity .75s ease-in-out .9s;
}

#home .s3.--in-view .text-wrapper:nth-child(2)::after {
  transition-delay: .75s;
}

#home .s3.--in-view .text-wrapper:nth-child(2) h5 {
  transition-delay: 1.15s;
}

#home .s3.--in-view .text-wrapper:nth-child(3)::after {
  transition-delay: 1s;
}

#home .s3.--in-view .text-wrapper:nth-child(3) h5 {
  transition-delay: 1.4s;
}

#home .s3.--in-view .text-wrapper:nth-child(4)::after {
  transition-delay: 1.25s;
}

#home .s3.--in-view .text-wrapper:nth-child(4) h5 {
  transition-delay: 1.65s;
}

@media all and (max-width: 1024px) {
  #home .s3 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
  }
  #home .s3 .contain > div {
    width: 100%;
    max-width: 100%;
  }
  #home .s3 .global-btn {
    margin-top: 2.5rem;
  }
}

#home .s4.video-section .video-wrapper::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  opacity: 0;
}

@media all and (max-width: 1024px) {
  #home .s4.video-section .video-wrapper::after {
    opacity: 1;
  }
}

#home .s6 {
  position: relative;
  padding: 2.5rem;
}

#home .s6 * {
  text-align: center;
  color: #fff;
}

#home .s6 .plx-bg {
  background: url(/i/home-img-3-plx.jpg) center/cover no-repeat;
}

#home .s6 .wrapper {
  height: 90vh;
  min-height: 650px;
  max-height: 760px;
  padding: 1rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #E0B0A6;
  position: relative;
  z-index: 2;
}

#home .s6 .contain {
  width: calc(100% - 1rem);
}

#home .s6 .number {
  width: calc(100% / 3);
  padding: 3rem .5rem;
}

#home .s6 .number:nth-child(2) {
  border: 1px solid #E0B0A6;
  border-width: 0 1px;
}

#home .s6 .number-counter {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 6rem;
  font-weight: 600;
}

#home .s6 .number-counter span {
  font-size: .5em;
  line-height: 1.1em;
}

#home .s6 p.count {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  font-size: 1em;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'liga' off;
}

#home .s6 .number-description p {
  font-size: 1.7rem;
  line-height: 1em;
}

@media all and (max-width: 1100px) {
  #home .s6 {
    padding: 1.5rem;
  }
  #home .s6 .number-counter {
    font-size: 5rem;
  }
  #home .s6 .number-description p {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  #home .s6 {
    padding: 1rem;
  }
  #home .s6 .wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 3.5rem 0;
  }
  #home .s6 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #home .s6 .number {
    width: 100%;
    max-width: 240px;
    padding: 1.5rem .5rem;
  }
  #home .s6 .number:nth-child(2) {
    border-width: 1px 0;
  }
  #home .s6 .number-counter {
    font-size: 4rem;
  }
  #home .s6 .number-description p {
    font-size: 1.25rem;
  }
}

#home .s8 {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
}

#home .s8 .plx-bg {
  background: url(/i/home-pre-footer-parallax.png) center/cover no-repeat;
}

#home .s8 .wrapper {
  padding: 8.5rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #E0B0A6;
  position: relative;
  z-index: 1;
}

#home .s8 h3 {
  text-align: center;
}

#home .s8 h3 i {
  color: #F5DDD9;
}

#home .s8 .global-btn {
  margin: 1.65rem auto 0;
}

@media all and (max-width: 1100px) {
  #home .s8 {
    padding: 1.5rem;
  }
  #home .s8 .wrapper {
    padding: 7rem 0;
  }
}

@media all and (max-width: 767px) {
  #home .s8 {
    padding: 1rem;
  }
  #home .s8 .wrapper {
    padding: 5rem 0;
  }
}
