footer {
  position: relative;
  z-index: 2;
}

#approach .hero {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(103deg, #02070B 0%, #061E28 100%);
  background-blend-mode: lighten;
}
#approach .hero .fixed-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/circle-full.svg) center 25%/cover no-repeat;
}
#approach .hero .contain {
  height: 100%;
  position: relative;
  max-width: 1880px;
}
#approach .hero h1 {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  color: #76B0BD;
  line-height: normal;
  height: 1.5em;
  text-align: center;
}
#approach .hero h1 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#approach .hero h3 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 5em;
  line-height: normal;
  color: #ABBFC9;
  height: 1.4em;
  text-align: center;
}
#approach .hero h3:nth-child(n+3) {
  margin-top: -20px;
}
#approach .hero h3 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#approach .hero h4 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 4.5em;
  line-height: normal;
  color: #ABBFC9;
  height: 1.4em;
  text-align: center;
}
#approach .hero h4:nth-child(n+2) {
  margin-top: -20px;
}
#approach .hero h4 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#approach .hero .first, #approach .hero .second {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
#approach .hero .second p {
  font-size: 1.2em;
  line-height: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease;
  max-width: 1000px;
  margin: 10px auto 0 auto;
  text-align: center;
}
#approach .hero.in-view h1 span, #approach .hero.in-view h3 span {
  transform: translate(0, -100%);
}
#approach .hero.in-view.step2 h1 span, #approach .hero.in-view.step2 h3 span {
  transform: translate(0, 0);
  transition-delay: 0;
}
#approach .hero.in-view.step2 h4 span {
  transform: translate(0, -100%);
}
#approach .hero.in-view.step2 .second p {
  transition: opacity 0.5s ease 1s;
  opacity: 1;
}
#approach .s2 {
  background: #030B11;
  padding: 150px 0;
  z-index: 3;
  position: relative;
}
#approach .s2 h3 {
  color: #ABBFC9;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-weight: 100;
  font-size: 2em;
  line-height: 1.375em;
  margin: 0 auto;
  max-width: 1050px;
  text-align: center;
}
#approach .s2 .pin-spacer {
  margin-left: auto !important;
  margin-right: auto !important;
  background: #030B11;
  z-index: 2;
}
#approach .s2 .cards {
  margin-top: 140px;
  left: initial !important;
  max-width: 100% !important;
}
#approach .s2 .cards > div {
  padding: 50px 40px;
  background: #05141B;
  border-radius: 20px;
  margin-bottom: 30px;
  position: absolute;
  border: 1px solid #A8E7FE;
  color: #fff;
  min-height: 550px;
}
#approach .s2 .cards > div:nth-child(2) {
  background: #061C25;
}
#approach .s2 .cards > div:nth-child(3) {
  background: #061C25;
  backdrop-filter: blur(24.8500003815px);
}
#approach .s2 .cards .cols {
  gap: 0;
}
#approach .s2 .cards .cols > div {
  width: 50%;
}
#approach .s2 .cards .cols > div:nth-child(1) {
  align-self: flex-start;
}
#approach .s2 .cards .cols > div:nth-child(2) {
  align-self: flex-end;
}
#approach .s2 .cards h2 {
  font-size: 5em;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-weight: 100;
  line-height: 1.07em;
  padding-bottom: 1.8em;
}
#approach .s2 .cards p {
  color: #728A97;
  font-weight: 300;
  line-height: 1.5em;
}
#approach .s5 {
  background: linear-gradient(180deg, #030B11 0%, #0E1F26 100%);
  padding: 670px 0 170px 0;
  position: relative;
  z-index: 2;
}
#approach .s5 .contain {
  max-width: 1000px;
}
#approach .s5 h3 {
  color: #ABBFC9;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  font-weight: 100;
  line-height: 1.07em;
  text-align: center;
}
#approach .s5 p {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease 1s;
  text-align: center;
  margin-top: 1em;
}
#approach .s5.in-view p {
  opacity: 1;
}
#approach .s3 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#approach .s3 .box {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#approach .s3 .box:nth-child(1) {
  background: #020B10;
}
#approach .s3 .box:nth-child(2) {
  background: #061C25;
}
#approach .s3 .box:nth-child(3) {
  background: #020B10;
}
#approach .s3 .box:nth-child(4) {
  background: #061C25;
}
#approach .s3 .box:nth-child(4) h3 {
  position: relative;
}
#approach .s3 .box:nth-child(4) h3::before {
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  display: block;
  content: "";
  background: #071D25;
  filter: blur(52px);
}
#approach .s3 .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}
#approach .s3 .cols {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
#approach .s3 .cols > div {
  width: 50%;
}
#approach .s3 .cols > div:nth-child(1) {
  align-self: self-end;
}
#approach .s3 .cols > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}
#approach .s3 video {
  width: 200%;
  bottom: 0;
  position: relative;
  left: 0;
}
#approach .s3 .v2 {
  display: none;
}
#approach .s3 .contain {
  width: calc(100% - 100px - 1rem);
  margin-left: 100px;
  max-width: 700px;
}
#approach .s3 h4 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  color: #76B0BD;
  line-height: normal;
  height: 1.5em;
  margin-bottom: 10px;
}
#approach .s3 h3 {
  color: #fff;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  font-weight: 100;
  line-height: 1.07em;
}
#approach .s4 {
  background-image: linear-gradient(103deg, #02070B 0%, #061E28 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 160%;
  background-blend-mode: lighten;
  padding: 15rem 0;
}
#approach .s4 .contain {
  max-width: 1060px;
}
#approach .s4 h3 {
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: #ABBFC9;
  font-size: 3em;
  line-height: 1.09em;
  text-align: center;
}

@media all and (max-height: 750px) {
  #approach .s3 h3 {
    font-size: 2em;
  }
  #approach .s3 .contain {
    margin-left: 0;
    width: calc(100% - 1rem);
  }
}
@media all and (max-width: 1279px) {
  #approach .hero h3 {
    font-size: 2.7em;
  }
  #approach .hero h4 {
    font-size: 2.5em;
  }
  #approach .s2 .cards h2 {
    font-size: 3em;
  }
  #approach .s2 .cards > div {
    min-height: 0;
  }
  #approach .s5 {
    padding-top: 400px;
  }
  #approach .s3 h3 {
    font-size: 2em;
  }
  #approach .s3 .contain {
    margin-left: 0;
    width: calc(100% - 1rem);
  }
}
@media all and (max-width: 767px) {
  #approach .hero h3, #approach .hero h4 {
    font-size: 2.5em;
    overflow: initial;
    height: auto;
    display: inline;
  }
  #approach .hero h4 {
    line-height: 1.1em;
  }
  #approach .hero h3:nth-child(n+3) {
    margin-top: -10px;
  }
  #approach .hero h4:nth-child(n+2) {
    margin-top: -10px;
  }
  #approach .hero h3 span, #approach .hero h4 span {
    transform: none !important;
    display: inline;
  }
  #approach .hero h3 span:first-child, #approach .hero h4 span:first-child {
    display: none;
  }
  #approach .hero .second {
    opacity: 0;
    text-align: center;
  }
  #approach .hero .first {
    text-align: center;
  }
  #approach .hero.in-view.step2 .first {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #approach .hero.in-view.step2 .second {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  #approach .hero.in-view.step2 .second p {
    transition-delay: 0.25s;
  }
  #approach .s2 {
    padding: 80px 0;
  }
  #approach .s2 .cards {
    margin-top: 80px;
  }
  #approach .s2 .cards > div {
    position: relative;
    padding: 40px 25px;
    margin-bottom: 50px;
    top: 0px !important;
  }
  #approach .s2 .cards > div:last-child {
    margin-bottom: 0;
  }
  #approach .s2 .cards h2 {
    padding-bottom: 1em;
  }
  #approach .s2 .cards .cols {
    flex-direction: column;
    gap: 30px;
  }
  #approach .s2 .cards .cols > div {
    width: 100%;
  }
  #approach .s5 {
    padding: 0 0 80px 0;
  }
  #approach .s5 h3 {
    font-size: 2.5em;
  }
  #approach .s3 .cols {
    flex-direction: column;
    justify-content: center;
  }
  #approach .s3 .cols > div {
    width: 100%;
  }
  #approach .s3 .cols .contain {
    width: calc(100% - 2rem);
    margin: 0 auto;
    text-align: center;
  }
  #approach .s3 video {
    left: 15%;
    width: 135%;
  }
  #approach .s3 h3::before {
    display: none !important;
  }
  #approach .s3 .v1 {
    display: none;
  }
  #approach .s3 .v2 {
    display: initial;
    left: 7.5%;
  }
  #approach .s3 h4 {
    margin-top: 1em;
  }
  #approach .s4 {
    padding: 10rem 0;
  }
  #approach .s4 h3 {
    font-size: 2em;
  }
}

/*# sourceMappingURL=approach.css.map */
