#approach .s1 {
  background-image: url(/i/approach-hero.jpg);
}

#approach .s1 .contain {
  padding-bottom: 5rem;
}

#approach .s1 .left {
  width: 17.5rem;
}

#approach .s3.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.4);
  mix-blend-mode: multiply;
  opacity: 0;
}

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

#approach .s5 .cols-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  border-bottom: 1px solid rgba(215, 217, 219, 0.25);
}

#approach .s5 .cols-wrapper .col {
  width: calc(100% / 3);
  position: relative;
  border-right: 1px solid rgba(215, 217, 219, 0.25);
  overflow: hidden;
}

#approach .s5 .cols-wrapper .col:last-child {
  border-right: 0;
}

#approach .s5 .cols-wrapper .col.--active .img-wrapper {
  opacity: 1;
  transition: opacity 1s ease-in;
}

#approach .s5 .cols-wrapper .col.--active .v-line {
  opacity: 0;
}

#approach .s5 .cols-wrapper .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity .1s ease;
}

#approach .s5 .cols-wrapper .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#approach .s5 .cols-wrapper .content-container {
  position: relative;
  z-index: 2;
  padding: 6.5rem 1.5rem 3rem;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}

@media all and (max-width: 1200px) {
  #approach .s5 .cols-wrapper .content-container {
    padding: 6rem 1rem 3rem;
  }
}

#approach .s5 .cols-wrapper .top .plus-icon {
  display: none;
}

#approach .s5 .cols-wrapper .plus-icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

#approach .s5 .cols-wrapper .v-line {
  transition: opacity .2s ease;
}

#approach .s5 .cols-wrapper .inner-content {
  height: 0;
  overflow: hidden;
  transition: height .5s ease;
}

#approach .s5 .cols-wrapper .inner-content p {
  padding-top: 1rem;
  color: #fff;
}

@media all and (max-width: 850px) {
  #approach .s5 {
    padding: 3rem 0 0;
  }
  #approach .s5 .cols-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #approach .s5 .cols-wrapper .col {
    width: 100%;
    height: auto;
    border: 0;
    border-bottom: 1px solid rgba(215, 217, 219, 0.25);
  }
  #approach .s5 .cols-wrapper .col:last-child {
    border-bottom: 0;
  }
  #approach .s5 .cols-wrapper .top {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem 1rem;
    cursor: pointer;
  }
  #approach .s5 .cols-wrapper .top .plus-icon {
    display: block;
  }
  #approach .s5 .cols-wrapper .top h5 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #approach .s5 .cols-wrapper .top h5 br {
    display: none;
  }
  #approach .s5 .cols-wrapper .bot .plus-icon {
    display: none;
  }
  #approach .s5 .cols-wrapper .bot p {
    padding: 0 1rem 2rem;
  }
  #approach .s5 .cols-wrapper .img-wrapper {
    display: none;
  }
  #approach .s5 .cols-wrapper .content-container {
    padding: 0;
    gap: 0;
  }
}

#approach .s6 {
  padding: 3.5rem;
}

#approach .s6 .wrapper {
  border: 3px solid #E0B0A6;
  padding: 7.5rem 1.5rem;
}

#approach .s6 h3 {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
}

#approach .s6.--in-view h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

@media all and (max-width: 1024px) {
  #approach .s6 {
    padding: 3rem 1.5rem;
  }
  #approach .s6 .wrapper {
    padding: 4.5rem 1rem;
  }
}

@media all and (max-width: 767px) {
  #approach .s6 {
    padding: 3rem 1rem;
  }
  #approach .s6 .wrapper {
    padding: 3rem .5rem;
  }
}

#approach .s8 .contain {
  gap: 1.5rem;
}

@media all and (max-width: 767px) {
  #approach .s8 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
  #approach .s8 .contain > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#approach .s8 .contain .left {
  width: 55%;
  max-width: 645px;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  will-change: transform, opacity;
}

#approach .s8 .contain .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 560px;
}

#approach .s8 .contain .text-wrapper {
  padding: 1.5rem 0;
  position: relative;
}

#approach .s8 .contain .text-wrapper:first-child {
  padding-top: 0;
}

#approach .s8 .contain .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;
}

#approach .s8 h5 {
  line-height: 1em;
  opacity: 0;
}

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

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

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

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

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

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

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

#approach .s9 {
  overflow: hidden;
}

#approach .s9 #horizontal-scroll-pin {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

#approach .s9 .card {
  flex: 0 0 600px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#approach .s9 .card-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

#approach .s9 .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  will-change: transform, opacity;
  transform-origin: center center;
  transition: transform 1s ease, opacity .2s ease;
  z-index: -1;
  opacity: 0;
}

#approach .s9 .global-btn {
  margin-top: 3rem;
}

#approach .s9 .card-content {
  width: 100%;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  padding: 7rem 2.5rem 2rem;
  position: relative;
  z-index: 3;
  background-color: #141821;
  transition: background-color .5s ease;
  border-right: 1px solid rgba(215, 217, 219, 0.25);
}

#approach .s9 .plus-icon {
  display: none;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

#approach .s9 .card:last-child .card-content {
  border-right: 0;
}

#approach .s9 .card:hover .card-content {
  background-color: rgba(20, 24, 33, 0);
}

#approach .s9 .card:hover .card-image img {
  transform: scale(1);
  opacity: 1;
}

@media all and (max-width: 1024px) {
  #approach .s9 #horizontal-scroll-pin {
    padding: 3rem 0;
    background-color: #141821;
    width: 100%;
    height: auto;
    display: block;
  }
  #approach .s9 #horizontal-scroll-pin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    border-bottom: 1px solid rgba(215, 217, 219, 0.25);
  }
  #approach .s9 #horizontal-scroll-pin .card:last-child {
    border-bottom: 0;
  }
  #approach .s9 #horizontal-scroll-pin .card-image {
    display: none !important;
  }
  #approach .s9 #horizontal-scroll-pin .card-content {
    display: block;
    border-right: 0;
    padding: 0;
  }
  #approach .s9 #horizontal-scroll-pin .card-bot {
    height: 0;
    overflow: hidden;
    transition: height .5s ease;
  }
  #approach .s9 #horizontal-scroll-pin .card-top {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }
  #approach .s9 #horizontal-scroll-pin .card-top .v-line {
    transition: opacity .2s ease;
  }
  #approach .s9 #horizontal-scroll-pin .card-top.--active .v-line {
    opacity: 0;
  }
  #approach .s9 #horizontal-scroll-pin .plus-icon {
    display: block;
  }
  #approach .s9 #horizontal-scroll-pin .card-inner-content {
    padding: 0 1rem 2rem;
  }
}
