#about .s2 p.lg {
  max-width: 1164px;
  margin: 0 auto 7.5rem auto;
}

#about .s2 .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: solid 1px rgba(33, 40, 93, 0.3);
}

#about .s2 .cards .card {
  border-top: solid 1px rgba(33, 40, 93, 0.3);
  padding: 20px 0;
  text-align: center;
}

#about .s2 .cards .card > div {
  border-right: solid 1px rgba(33, 40, 93, 0.3);
  padding: 2rem 1rem;
}

#about .s2 .cards .card p {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #21285D;
  position: relative;
  padding-top: 1.7rem;
}

#about .s2 .cards .card p::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #006C53;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#about .s2 .cards .card:nth-child(3) > div,
#about .s2 .cards .card:nth-child(6) > div,
#about .s2 .cards .card:nth-child(9) > div {
  border-right: none;
}

#about .s3 {
  background: #F4F4F4;
}

#about .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1130px;
}

#about .s3 .container h4 {
  min-width: 200px;
}

#about .s3 .container > div {
  max-width: 690px;
}

#about .s3 .container p {
  margin-bottom: 2rem;
}

#about .s4 .container > div {
  max-width: 1060px;
}

#about .s4 h4 {
  color: #fff;
  margin-bottom: 2rem;
}

#about .s4 h4::before {
  background-color: #fff;
}

#about .s4 .plx-wrap .plx-bg {
  background-image: url(/i/our-mission-bg-img-parallax.jpg);
}

#about .s5 {
  position: relative;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}

#about .s5 .slides {
  position: relative;
  height: 100%;
}

#about .s5 .slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#about .s5 .slide > div {
  width: 50%;
  position: relative;
}

#about .s5 .slide .left {
  --content-max: 590px;
  --side-gap: 6.5rem;
}

#about .s5 .slide .left .title,
#about .s5 .slide .left > div {
  position: absolute;
  right: var(--side-gap);
  left: auto;
  padding-left: 1rem;
  max-width: var(--content-max);
  width: calc(100% - var(--side-gap));
  box-sizing: border-box;
}

#about .s5 .slide .left .title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 8px;
  color: #006C53;
  font-weight: 500;
  top: 10rem;
  opacity: 0;
  transition: all .6s ease;
}

#about .s5 .slide .left > div {
  margin-left: 0;
  bottom: 5rem;
  min-height: 400px;
  opacity: 0;
  transition: all .6s ease;
}

#about .s5 .slide .left h3 {
  margin: 2rem 0;
}

#about .s5 .slide .right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
  opacity: 0;
  will-change: clip-path, opacity;
}

#about .s5 .slide .right img.is-full {
  clip-path: circle(75vmax at 50% 50%);
  opacity: 1;
}

#about .s5 .slide .right img.revealing {
  transition: clip-path 2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#about .s5 .slide .right img.concealing {
  transition: clip-path 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#about .s5 .slide.active {
  z-index: 1;
}

#about .s5 .slide.active .left > div, #about .s5 .slide.active .left .title {
  opacity: 1;
}

#about .s5 .slide.anim-out {
  z-index: 2;
}

#about .s5 .mobile {
  display: none;
}

#about .s5 .mobile .swiper-wrapper .swiper-slide .cont {
  padding: 0 1rem;
}

#about .s5 .mobile .swiper-wrapper .swiper-slide .title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 8px;
  color: #006C53;
  font-weight: 500;
  padding: 0 1rem;
  margin-bottom: 3rem;
}

#about .s5 .mobile .swiper-wrapper .swiper-slide h3 {
  margin: 2rem 0;
}

#about .s5 .mobile .swiper-wrapper .swiper-slide .img-wrap {
  position: relative;
  margin-top: 3rem;
}

#about .s5 .mobile .swiper-wrapper .swiper-slide .img-wrap h4 {
  margin-left: 1rem;
  z-index: 1;
  display: none;
}

#about .s5 .mobile .swiper-wrapper .swiper-slide .img-wrap img {
  display: none;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#about .s5 .mobile .swiper-nav {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-left: 1rem;
}

#about .s5 .mobile .swiper-button-next,
#about .s5 .mobile .swiper-button-prev {
  display: block;
  position: static;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

#about .s5 .mobile .swiper-button-next svg,
#about .s5 .mobile .swiper-button-prev svg {
  display: none;
}

#about .s5 .mobile .swiper-button-prev {
  background: url(/i/svg/swiper-arrow-left.svg) no-repeat center/cover;
}

#about .s5 .mobile .swiper-button-next {
  background: url(/i/svg/swiper-arrow-right.svg) no-repeat center/cover;
}

#about .s5 .mobile .swiper-button-next::after,
#about .s5 .mobile .swiper-button-prev::after {
  display: none;
}

#about .s6 {
  height: 100vh;
  width: 100%;
  min-height: 900px;
  position: relative;
}

#about .s6 .title {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

#about .s6 .title h4 {
  color: #fff;
}

#about .s6 .title h4::before {
  background-color: #fff;
}

#about .s6 .bg-stack {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#about .s6 .bg-stack .bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
  will-change: clip-path, opacity;
  z-index: 0;
  opacity: 0;
}

#about .s6 .bg-stack .bg-layer.is-full {
  clip-path: circle(75vmax at 50% 50%);
  -webkit-clip-path: circle(75vmax at 50% 50%);
  opacity: 1;
}

#about .s6 .bg-stack .bg-layer.revealing {
  transition: clip-path 2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#about .s6 .bg-stack .bg-layer.concealing {
  transition: clip-path 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#about .s6 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#about .s6 .swiper-slide {
  position: relative;
  overflow: hidden;
  background: none !important;
}

#about .s6 .swiper-slide .content {
  width: calc(100% - 2rem);
  max-width: 1400px;
  position: absolute;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

#about .s6 .swiper-slide .content h3, #about .s6 .swiper-slide .content p {
  color: #fff;
  will-change: transform, opacity;
}

#about .s6 .swiper-slide .content .h3-clip {
  display: inline-block;
  overflow: hidden;
}

#about .s6 .swiper-slide .content .h3-clip h3 {
  line-height: 1.4em;
}

#about .s6 .swiper-slide .content p {
  max-width: 570px;
  font-size: 0.9rem;
  min-height: 82px;
}

#about .s6 .bottom {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 1400px;
  z-index: 10;
}

#about .s6 .bottom .swiper-progress {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

#about .s6 .bottom .swiper-progress .bar {
  height: 100%;
  width: 100%;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  will-change: transform;
}

#about .s6 .bottom .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
}

#about .s6 .bottom .wrap .swiper-pagination {
  position: relative;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1.44px;
  font-weight: 800;
  padding-left: 1rem;
  width: auto;
  top: auto;
  bottom: auto;
  color: #fff;
}

#about .s6 .bottom .wrap .swiper-pagination::before {
  content: '';
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #006C53;
  left: 0;
  top: calc(0.55lh);
  transform: translateY(-50%);
}

#about .s6 .bottom .wrap .arrows {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#about .s6 .bottom .wrap .arrows .arrow.prev {
  padding-right: 15px;
}

#about .s6 .bottom .wrap .arrows .arrow.next {
  padding-left: 15px;
}

#about .s6 .bottom .wrap .arrows button {
  background: none;
  border: none;
  cursor: pointer;
}

#about .s6 .bottom .wrap .arrows .vline {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.7);
}

#about .s7 .container {
  max-width: 1130px;
  text-align: center;
}

#about .s8 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#about .s8 > div {
  width: 50%;
}

#about .s8 .left {
  overflow: hidden;
}

#about .s8 .left .plx-wrap .plx-bg {
  background: url(/i/our-value-bg-parallax.jpg) no-repeat top/cover;
  width: 50vw;
}

#about .s8 .right {
  background-color: #F4F4F4;
  padding: 5rem 1rem 5rem 4rem;
}

#about .s8 .right > div {
  max-width: 660px;
}

#about .s8 .right .title {
  margin: 2rem 0 6rem 0;
}

#about .s8 .right .accordion {
  height: 630px;
}

#about .s8 .right .accordion .fx-nav {
  padding: 1.3rem 0;
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

#about .s8 .right .accordion .fx-nav p.lg {
  color: #444444;
  transition: color .3s ease;
}

#about .s8 .right .accordion .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/i/svg/about-plus.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#about .s8 .right .accordion .fx-nav.fx-on::after {
  background-image: url(/i/svg/about-minus.svg);
}

#about .s8 .right .accordion .fx-nav.fx-on p.lg {
  color: #006C53;
  font-weight: 500;
}

#about .s8 .right .accordion .fx-slide .content {
  padding-bottom: 1.5rem;
}

#about .s8 .right .accordion .fx-slide p {
  max-width: 480px;
}

#about .s8 .right .accordion .last {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px), (max-height: 899px) {
  #about .s5 {
    height: auto;
    min-height: auto;
    overflow: visible;
    padding: 5rem 0;
  }
  #about .s5 .slides {
    display: none;
  }
  #about .s5 .mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #about .s8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .s8 > div {
    width: 100%;
  }
  #about .s8 h4 {
    margin: 0 1rem;
  }
  #about .s8 .title {
    padding: 0 1rem;
  }
  #about .s8 .left {
    height: 700px;
  }
  #about .s8 .left .plx-wrap .plx-bg {
    width: 100vw;
  }
  #about .s8 .right {
    padding: 5rem 0;
  }
  #about .s8 .right > div {
    max-width: none;
  }
  #about .s8 .right .title {
    margin-bottom: 5rem;
  }
  #about .s8 .right .accordion {
    height: auto;
  }
  #about .s8 .right .accordion .fx-nav {
    padding: 1.3rem 1rem;
  }
  #about .s8 .right .accordion .fx-nav::after {
    right: 1rem;
  }
  #about .s8 .right .accordion .fx-slide .content {
    padding: 0 1rem 1rem 1rem;
  }
  #about .s8 .right .accordion .fx-slide p {
    max-width: none;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  #about .s2 .cards .card p br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #about .s2 .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #about .s2 .cards .card:nth-child(2) > div,
  #about .s2 .cards .card:nth-child(4) > div,
  #about .s2 .cards .card:nth-child(8) > div {
    border-right: none;
  }
  #about .s2 .cards .card:nth-child(3) > div,
  #about .s2 .cards .card:nth-child(9) > div {
    border-right: solid 1px rgba(33, 40, 93, 0.3);
  }
  #about .s2 .cards .card:nth-child(8) {
    border-bottom: solid 1px rgba(33, 40, 93, 0.3);
  }
  #about .s6 .swiper-slide .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #about .s2 p.lg {
    margin-bottom: 5rem;
  }
  #about .s2 .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #about .s2 .cards .card {
    padding: 0;
  }
  #about .s2 .cards .card > div {
    padding: 1.5rem 1rem;
    border-right: none !important;
  }
  #about .s2 .cards .card p {
    padding-top: 1.4rem;
  }
  #about .s2 .cards .card p::before {
    width: 10px;
    height: 10px;
  }
  #about .s2 .cards .card:nth-child(8) {
    border-bottom: none;
  }
  #about .s3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .s3 .container > div {
    max-width: none;
  }
  #about .s5 .mobile .swiper-wrapper .swiper-slide .title {
    font-size: 14px;
    letter-spacing: 7px;
  }
  #about .s5 .mobile .swiper-nav {
    gap: 10px;
    bottom: 1.6rem;
  }
  #about .s5 .mobile .swiper-button-prev, #about .s5 .mobile .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  #about .s6 {
    min-height: auto;
  }
  #about .s6 .swiper-slide {
    position: relative;
  }
  #about .s6 .swiper-slide::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
  }
  #about .s8 .left {
    height: 450px;
  }
  #about .s8 .right .title {
    margin-bottom: 4rem;
  }
  #about .s8 .right .accordion .fx-nav::after {
    width: 25px;
    height: 25px;
  }
}
