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

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

#about .s1 .left {
  width: 10.5rem;
}

#about .s3 * {
  text-align: center;
}

#about .s3 .header-wrapper {
  max-width: 890px;
  margin: 0 auto 3.5rem;
}

#about .s3 .header-wrapper h3 {
  margin-bottom: 2rem;
}

#about .s3 .grid {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#about .s3 .grid .box {
  width: calc(100% / 3);
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#about .s3 .grid .box:nth-child(3n) .box-inner {
  border-right: 0;
}

#about .s3 .grid .box img {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  object-position: center;
  margin: 0 auto .5rem;
}

#about .s3 .grid .box-inner {
  padding: 1rem .5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 10rem;
  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;
}

#about .s3 .grid .box-content {
  position: relative;
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  will-change: opacity, transform;
}

#about .s3.--in-view .grid .box-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1s ease, opacity 1s ease;
}

#about .s3.--in-view .grid .box:nth-child(2) .box-content, #about .s3.--in-view .grid .box:nth-child(5) .box-content {
  transition-delay: .15s;
}

#about .s3.--in-view .grid .box:nth-child(3n) .box-content {
  transition-delay: .3s;
}

@media all and (max-width: 600px) {
  #about .s3 .grid .box {
    width: calc(100% / 2);
  }
  #about .s3 .grid .box:nth-child(n) .box-inner {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  #about .s3 .grid .box:nth-child(2n) .box-inner {
    border-right: 0;
  }
  #about .s3.--in-view .grid .box:nth-child(n) .box-content {
    transition-delay: 0s;
  }
  #about .s3.--in-view .grid .box:nth-child(3) .box-content, #about .s3.--in-view .grid .box:nth-child(4) .box-content {
    transition-delay: .15s;
  }
  #about .s3.--in-view .grid .box:nth-child(5) .box-content, #about .s3.--in-view .grid .box:nth-child(6) .box-content {
    transition-delay: .3s;
  }
}

#about .s4 {
  height: 600px;
  position: relative;
}

@media all and (max-width: 1024px) {
  #about .s4 {
    height: 500px;
  }
}

@media all and (max-width: 767px) {
  #about .s4 {
    height: 400px;
  }
}

#about .s4 .plx-bg {
  background: url(/i/about-bg-1.png) center/cover no-repeat;
}

#about .s5 .contain {
  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;
}

#about .s5 .left {
  width: 40%;
  min-width: 25rem;
  padding: 3.5rem 4% 3.5rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#about .s5 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 4%;
}

#about .s5 .content-wrapper {
  position: relative;
}

#about .s5 .inner-link {
  padding: .5rem 0;
  position: relative;
}

#about .s5 .inner-link::before, #about .s5 .inner-link::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#about .s5 .inner-link::after {
  border-bottom-color: #E0B0A6;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .6s ease-in;
}

#about .s5 .inner-link.--active::after {
  transform: scaleX(1);
}

#about .s5 .inner-link.--active h3 {
  transform: skew(-10deg);
  opacity: 1;
}

#about .s5 h3 {
  opacity: 0.4;
  font-style: normal;
  will-change: transform, opacity;
  transform: skew(0deg);
  transition: all .2s ease;
  cursor: default;
}

#about .s5 h4 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.17em;
  margin-bottom: 2rem;
}

#about .s5 .content-wrapper {
  position: relative;
  width: 100%;
}

#about .s5 .content-wrapper .pillar-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transform: translate3d(-50%, -45%, 0);
  will-change: transform;
  opacity: 0;
  transition: opacity .1s ease, transform .1s ease;
  z-index: 0;
}

#about .s5 .content-wrapper .pillar-content.--active {
  z-index: 1;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  transition: all 1s ease .1s;
}

#about .s5 .content-wrapper p {
  font-size: 1.1rem;
}

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

@media all and (max-width: 1200px) {
  #about .s5 .left {
    padding-right: 1rem;
    min-width: 20rem;
  }
  #about .s5 .right {
    padding-left: 1rem;
  }
  #about .s5 h3.sh {
    font-size: 2rem;
  }
  #about .s5 h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #about .s5 .content-wrapper p {
    font-size: 1rem;
  }
}

@media all and (max-width: 850px) {
  #about .s5 {
    padding: 3rem 0 !important;
  }
  #about .s5 .contain {
    width: 100%;
  }
  #about .s5 .left {
    display: none;
  }
  #about .s5 .right {
    padding-left: 0;
  }
  #about .s5 .plus-icon {
    display: block;
  }
  #about .s5 .inner-header {
    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;
  }
  #about .s5 .inner-header h4 {
    font-family: playfair-display, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #about .s5 .inner-header .v-line {
    transition: opacity .2s ease;
  }
  #about .s5 .inner-header.--active .v-line {
    opacity: 0;
  }
  #about .s5 .content-wrapper .pillar-content {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    padding: 0;
    border-bottom: 1px solid rgba(215, 217, 219, 0.25);
  }
  #about .s5 .content-wrapper .pillar-content:last-child {
    border-bottom: 0;
  }
  #about .s5 .content-wrapper .inner-content {
    height: 0;
    overflow: hidden;
    transition: height .5s ease;
  }
  #about .s5 .content-wrapper .inner-content p {
    padding: 0 1rem 2rem;
  }
  #about .s5 .content-wrapper h4 {
    margin-bottom: 0;
  }
}
