#about .hero {
  position: relative;
  height: 600px;
  background: url(/i/who-we-are-hero.jpg) no-repeat center/cover;
}
#about .hero h1 {
  font-size: 90px;
  color: #fff;
  font-weight: 200;
  padding-top: 360px;
}
#about .s2 {
  background: #14262E;
  padding: 150px 0;
  position: relative;
}
#about .s2 h3 {
  color: #fff;
  font-weight: 200;
  font-size: 2.166em;
  line-height: 1.3em;
  max-width: 640px;
  margin-bottom: 0.8em;
}
#about .s2 p {
  color: #fff;
  max-width: 640px;
}
#about .s2 .circles {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
}
#about .s2 .circles canvas {
  width: 100%;
  height: 100%;
}
#about .s2 .circles svg {
  width: 100%;
  height: 100%;
}
#about .s2 .circles circle {
  transition: stroke-dashoffset 1.5s linear 0.3s, opacity 0.5s ease-out 0.3s, stroke-dasharray 0s linear 1.8s;
  stroke-dasharray: 315%;
  stroke-dashoffset: 315%;
  opacity: 0;
}
#about .s2 .circles line {
  opacity: 0;
  transition: opacity 0.5s ease-out 1s;
}
#about .s2 .text1 {
  color: #fff;
  font-weight: 500;
  font-size: 0.888em;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
  right: 110px;
  top: 200px;
}
#about .s2 .text2 {
  color: #fff;
  font-weight: 500;
  font-size: 0.888em;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
  left: 190px;
  bottom: 130px;
}
#about .s2.in-view .text1 {
  opacity: 1;
  top: 160px;
}
#about .s2.in-view .text2 {
  opacity: 1;
  bottom: 170px;
}
#about .s2.in-view .circles circle {
  stroke-dashoffset: 0%;
  opacity: 1;
}
#about .s2.in-view .circles circle.dashed {
  stroke-dasharray: 3;
  stroke-dashoffset: 0%;
}
#about .s2.in-view .circles line {
  opacity: 1;
}
#about .s3 {
  position: relative;
  height: 300vh;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#about .s3 h2 {
  line-height: 90px;
  font-size: 90px;
  color: #fff;
  font-weight: 200;
  text-align: center;
}
#about .s3 .abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#about .s3 .img {
  position: sticky;
  height: 100vh;
  width: 50%;
  left: 0%;
  top: 0;
  overflow: hidden;
}
#about .s3 .contain {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about .s3 .img > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about .s3 .img > div:nth-child(1) {
  background: url(/i/who-we-are-img1.jpg) no-repeat center/cover;
}
#about .s3 .img > div:nth-child(2) {
  background: url(/i/who-we-are-img2.jpg) no-repeat center/cover;
  top: 100vh;
}
#about .s3 .img > div:nth-child(3) {
  background: url(/i/who-we-are-img3.jpg) no-repeat center/cover;
  top: 100vh;
}
#about .s3 .text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 100px;
  left: 50%;
  position: relative;
}
#about .s3 p {
  font-weight: 400;
  font-size: 18px;
  color: #14262E;
  margin-top: 40px;
}
#about .s3 h3 {
  color: #264C5B;
  font-weight: 200;
  font-size: 2.166em;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}
#about .s3.c {
  background: #F7FCFC;
}
#about .s3.c2 {
  background: #E5F3F3;
}
#about .s4 {
  padding: 150px 0;
  background: #173744;
}
#about .s4 .contain {
  max-width: 980px;
}
#about .s4 h2 {
  font-size: 13px;
  color: #fff;
  font-weight: 200;
  text-align: left;
  line-height: 1;
  margin-bottom: 3.5em;
  overflow: hidden;
}
#about .s4 h2 span {
  font-size: 13px;
  letter-spacing: 1.56px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 140px;
  transform: translate(0, 100%);
  display: block;
}
#about .s4 h2 span::before {
  left: 0;
  content: "";
  width: 0px;
  height: 2px;
  background: #43A2A3;
  position: absolute;
  top: calc(50% - 1px);
  margin-top: -15px;
}
#about .s4 p {
  font-size: 2.166em;
  font-weight: 200;
  color: #fff;
  line-height: 1.3em;
  opacity: 0;
  transform: translate(0, 50px);
}
#about .s4.in-view h2 span {
  transform: translate(0, 0);
  transition: transform 0.5s ease-out 0.5s;
}
#about .s4.in-view h2 span::before {
  width: 120px;
  transition: width 0.5s ease-out, margin-top 0.5s ease-out 0.5s;
  margin-top: 0;
}
#about .s4.in-view p {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.5s ease-out 0.75s;
}

@media all and (max-width: 1279px) {
  #about .s2 {
    padding-bottom: 0;
  }
  #about .s2 h3, #about .s2 p {
    max-width: 100%;
  }
  #about .s2 .circles {
    position: relative;
  }
  #about .s2 .text1 {
    right: 15%;
    top: 20% !important;
  }
  #about .s2 .text2 {
    left: 30%;
    bottom: 20% !important;
  }
  #about .s3 .img {
    width: 40%;
  }
  #about .s3 .text {
    left: 40%;
    width: 60%;
    padding-left: 50px;
  }
}
@media all and (max-width: 767px) {
  #about .hero {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about .hero h1 {
    font-size: 50px;
    padding-top: 100px;
  }
  #about .s2 {
    padding: 100px 0 0 0;
  }
  #about .s2 h3 {
    font-size: 1.75em;
  }
  #about .s3 {
    height: auto;
  }
  #about .s3 h3 {
    font-size: 1.75em;
  }
  #about .s3 .abs {
    position: relative;
  }
  #about .s3 .contain {
    height: auto;
    padding: 100px 0;
    margin: 0;
    width: 100%;
  }
  #about .s3 .contain:nth-child(2) {
    background-color: #F7FCFC;
  }
  #about .s3 .contain:nth-child(3) {
    background-color: #E5F3F3;
  }
  #about .s3 .text {
    width: calc(100% - 2rem);
    padding-left: 0;
    margin: 0 1rem;
    left: 0;
  }
  #about .s3 .img {
    left: 0;
    width: 100%;
    height: 400px;
  }
  #about .s3 .img > div:nth-child(2) {
    display: none;
  }
  #about .s3 .img > div:nth-child(3) {
    display: none;
  }
  #about .s4 {
    padding: 100px 0;
  }
  #about .s4 p {
    font-size: 1.75em;
  }
  #about .s4 h2 span {
    padding-left: 50px;
  }
  #about .s4 h2 span::before {
    width: 0px;
    top: 5px;
  }
  #about .s4.in-view h2 span::before {
    width: 40px;
  }
}

/*# sourceMappingURL=who-we-are.css.map */
