#why-heron-view .s1 .intro .plx-wrap .plx-bg {
  background: url(/i/why-heron-hero.jpg) no-repeat center/cover;
}

#why-heron-view .s4 {
  position: relative;
  background: #fff;
  margin-top: 7.5rem;
}

#why-heron-view .s4 .s4-sticky {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#why-heron-view .s4 .s4-pagination {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  z-index: 20;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

#why-heron-view .s4 .s4-pagination .s4-pagination__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#why-heron-view .s4 .s4-pagination .s4-pagination__track {
  position: relative;
  width: 100%;
  height: 1px;
  background: #1E1E1E;
}

#why-heron-view .s4 .s4-pagination .s4-pagination__fill {
  position: absolute;
  top: -1.5px;
  left: 0;
  height: 3px;
  width: 0%;
  background: #427BBF;
  transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
}

#why-heron-view .s4 .s4-visual {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  width: 540px;
  height: 682px;
  overflow: hidden;
  border-radius: 20px;
}

#why-heron-view .s4 .s4-visual .s4-slide {
  position: absolute;
  inset: 0;
  will-change: clip-path;
}

#why-heron-view .s4 .s4-visual .s4-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9);
}

#why-heron-view .s4 .s4-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#why-heron-view .s4 .s4-content .s4-counter {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 13px;
  color: #1E1E1E;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
  text-align: left;
}

#why-heron-view .s4 .s4-content .s4-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 550px;
}

#why-heron-view .s4 .s4-content .s4-text-block h2 {
  font-size: 2.7rem;
  display: block;
  color: #1E1E1E;
  margin-bottom: 1rem;
  overflow: hidden;
}

#why-heron-view .s4 .s4-content .s4-text-block p {
  color: #1E1E1E;
  opacity: 0;
}

#why-heron-view .s4-mobile {
  display: none;
  background: #0A1831;
  padding: 7.5rem 0;
  margin-top: 7.5rem;
}

#why-heron-view .s4-mobile .s4-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-arrows button img {
  width: 24px;
  height: 24px;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-arrows .splide__arrow {
  position: relative;
  top: auto;
  transform: none;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-arrows .splide__arrow--next {
  right: 0;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-arrows .splide__arrow--prev {
  left: auto;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-counter {
  display: flex;
  align-items: center;
  gap: 4px;
}

#why-heron-view .s4-mobile .s4-mobile-header .s4-mobile-counter span {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
}

#why-heron-view .s4-mobile .s4-mobile-progress {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 32px;
}

#why-heron-view .s4-mobile .s4-mobile-progress div {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  border-radius: 20px;
  width: 33.333%;
  background: #427BBF;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#why-heron-view .s4-mobile .splide .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#why-heron-view .s4-mobile .splide .splide__slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(0.88) saturate(0.9);
  object-position: top;
}

#why-heron-view .s4-mobile .splide .splide__slide span {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 13px;
  color: #fff;
  margin-top: 2rem;
}

#why-heron-view .s4-mobile .splide .splide__slide h2 {
  font-size: 3rem;
  color: #fff;
  margin: 0;
}

#why-heron-view .s4-mobile .splide .splide__slide p {
  color: #fff;
  margin: 0;
}

#why-heron-view .s4-mobile .splide .splide__pagination,
#why-heron-view .s4-mobile .splide .splide__arrows {
  display: none;
}

@media screen and (max-height: 950px) {
  #why-heron-view .s4 .s4-visual {
    height: 550px;
    width: 470px;
  }
}

@media screen and (max-height: 900px) {
  #why-heron-view .s4 .s4-visual {
    top: 50%;
    height: 500px;
    width: 430px;
  }
  #why-heron-view .s4 .s4-content .s4-counter {
    top: 24%;
  }
}

@media screen and (max-height: 800px) {
  #why-heron-view .s4 {
    display: none;
  }
  #why-heron-view .s4-mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #why-heron-view .s4 {
    display: none;
  }
  #why-heron-view .s4-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #why-heron-view .s4-mobile {
    padding: 5rem 0;
    margin-top: 5rem;
  }
  #why-heron-view .s4-mobile .splide .splide__slide h2 {
    font-size: 2rem;
  }
}
