#who-we-are .hero {
  position: relative;
}
#who-we-are .hero .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 250px;
  margin-bottom: 120px;
  max-width: 1230px;
  align-items: flex-end;
}
#who-we-are .hero h1 {
  color: #1E2859;
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 160px;
  line-height: 140px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.75s linear;
}
#who-we-are .hero h2 {
  transition: all 0.5s ease 0.75s;
  opacity: 0;
  transform: translate(0, 50px);
  padding-left: 30px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  position: relative;
  margin-bottom: 20px;
}
#who-we-are .hero h2::before {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  background: #4A8CCC;
}
#who-we-are .hero.in-view h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#who-we-are .hero.in-view h2 {
  opacity: 1;
  transform: translate(0, 0);
}
#who-we-are .s1 {
  aspect-ratio: 1920/667;
  min-height: 250px;
  background: url(/i/who-we-are-hero.jpg) no-repeat left top/cover;
  width: 100%;
}
#who-we-are .s2 {
  padding: 150px 0;
  background: #ECEFF9;
}
#who-we-are .s2 .content {
  position: relative;
  padding: 50px 100px;
  transition: padding 0.5s ease;
}
#who-we-are .s2 .content::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 5px solid #4D8CCA;
  border-top: 5px solid #4D8CCA;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
}
#who-we-are .s2 .content::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 5px solid #4D8CCA;
  border-bottom: 5px solid #4D8CCA;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 0;
}
#who-we-are .s2 .content > div {
  opacity: 0;
}
#who-we-are .s2 h3 {
  font-size: 39px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.17px;
  color: #2E3F57;
}
#who-we-are .s2 h3 strong {
  font-weight: 500;
  color: #4D8CCA;
}
#who-we-are .s2 .cols {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
}
#who-we-are .s2 .cols > div {
  width: 40%;
}
#who-we-are .s2 .cols > p {
  width: 60%;
}
#who-we-are .s2 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #2E3F57;
}
#who-we-are .s2 p strong {
  font-weight: 600;
}
#who-we-are .s2 .btn {
  margin-top: 8px;
}
#who-we-are .s2.in-view .content {
  padding: 150px 100px;
}
#who-we-are .s2.in-view .content > div {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#who-we-are .s3 {
  padding: 300px 0 150px 0;
  background: url(/i/who-we-are-img1.jpg) no-repeat center top/cover;
  color: #fff;
}
#who-we-are .s3 .content {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10%;
  max-width: 1230px;
  align-items: flex-end;
}
#who-we-are .s3 .content > div {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#who-we-are .s3 .content > div:nth-child(1) {
  width: 35%;
  padding-bottom: 50px;
}
#who-we-are .s3 .content > div:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 3px solid #4D8CCA;
  border-top: 3px solid #4D8CCA;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
#who-we-are .s3 .content > div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #4D8CCA;
  border-bottom: 3px solid #4D8CCA;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
}
#who-we-are .s3 .content > div:nth-child(2) {
  transition-delay: 0.5s;
  padding: 50px;
  position: relative;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#who-we-are .s3 h4 {
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 1.3;
  color: #fff;
}
#who-we-are .s3 h4 strong {
  font-weight: 500;
  color: #4D8CCA;
}
#who-we-are .s3 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
}
#who-we-are .s3 p strong {
  font-weight: 600;
}
#who-we-are .s3 ul {
  list-style: none;
  width: 100%;
  margin-top: 40px;
}
#who-we-are .s3 li {
  border-top: 1px solid rgba(171, 194, 229, 0.5);
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.63px;
  line-height: 1.5;
  color: #fff;
}
#who-we-are .s3 li:last-child {
  border-bottom: 1px solid rgba(171, 194, 229, 0.5);
}
#who-we-are .s3.in-view .content > div {
  opacity: 1;
}
#who-we-are .s4 {
  padding: 0 0;
  background: #fff;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#who-we-are .s4 .content {
  max-width: 1230px;
  padding: 150px 0;
}
#who-we-are .s4 h2 {
  font-family: "kepler-std-display";
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
  color: #1E2859;
}
#who-we-are .s4 p {
  color: #2E3F57;
  font-size: 21px;
  font-weight: 400px;
  line-height: 1.5;
  letter-spacing: 0.75px;
  margin-bottom: 1em;
}
#who-we-are .s4 p:last-child {
  margin-bottom: 0;
}
#who-we-are .s4 p strong {
  color: #2E3F57;
  font-weight: 600;
}
#who-we-are .s4 .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 70px;
}
#who-we-are .s4 .cols > div:nth-child(1) {
  width: calc(50% - 40px);
}
#who-we-are .s4 .cols > div:nth-child(2) {
  width: calc(50% - 40px);
}
#who-we-are .s4 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: fit-content;
}
#who-we-are .s4 li {
  width: 452px;
  padding-top: 150px;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 1.3;
  padding-right: 60px;
  position: relative;
}
#who-we-are .s4 li::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 100px;
  width: calc(100% - 100px);
  height: 1px;
  background: #ABC2E5;
}
#who-we-are .s4 li:last-child::before {
  display: none;
}
#who-we-are .s4 li:nth-child(1) {
  background: url(/i/who-we-are-icon1.svg) no-repeat left top/100px auto;
}
#who-we-are .s4 li:nth-child(2) {
  background: url(/i/who-we-are-icon2.svg) no-repeat left top/100px auto;
}
#who-we-are .s4 li:nth-child(3) {
  background: url(/i/who-we-are-icon3.svg) no-repeat left top/100px auto;
}
#who-we-are .s4 li:nth-child(4) {
  background: url(/i/who-we-are-icon4.svg) no-repeat left top/100px auto;
}
#who-we-are .s4 li:nth-child(5) {
  background: url(/i/who-we-are-icon5.svg) no-repeat left top/100px auto;
}
#who-we-are .s4 h4 {
  color: #1E2859;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 1.3;
  margin-bottom: 1em;
}
#who-we-are .s5 {
  padding: 300px 0 150px;
  background: url(/i/who-we-are-img2b.jpg) no-repeat center top/cover;
  color: #fff;
}
#who-we-are .s5 .content {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 100px;
  max-width: 1230px;
  align-items: flex-end;
}
#who-we-are .s5 .content > div {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#who-we-are .s5 .content > div:nth-child(1) {
  width: calc(46% - 40px);
  padding-bottom: 50px;
}
#who-we-are .s5 .content > div:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 3px solid #4D8CCA;
  border-top: 3px solid #4D8CCA;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
#who-we-are .s5 .content > div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #4D8CCA;
  border-bottom: 3px solid #4D8CCA;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
}
#who-we-are .s5 .content > div:nth-child(2) {
  transition-delay: 0.5s;
  padding: 50px;
  position: relative;
  width: calc(54% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#who-we-are .s5 h2 {
  font-family: "kepler-std-display";
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}
#who-we-are .s5 h4 {
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 1.3;
  color: #fff;
}
#who-we-are .s5 h4 strong {
  font-weight: 500;
  color: #ABC2E5;
}
#who-we-are .s5 p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 1.25em;
}
#who-we-are .s5 p strong {
  font-weight: 600;
}
#who-we-are .s5 ul {
  list-style: none;
  width: 100%;
  margin-top: 40px;
  opacity: 0;
}
#who-we-are .s5 li {
  border-top: 1px solid rgba(171, 194, 229, 0.5);
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.63px;
  line-height: 1.5;
  color: #fff;
}
#who-we-are .s5 li:last-child {
  border-bottom: 1px solid rgba(171, 194, 229, 0.5);
}
#who-we-are .s5.in-view .content > div {
  opacity: 1;
}
#who-we-are .s6 {
  height: calc(100vh - 160px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
#who-we-are .s6 .content {
  max-width: 1230px;
  position: relative;
  top: 160px;
  transform: translate(0, -50%);
}
#who-we-are .s6 h2 {
  font-family: "kepler-std-display";
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
  color: #1E2859;
  padding-right: calc(45% + 100px);
  margin-bottom: 1em;
}
#who-we-are .s6 p {
  padding-right: calc(50% + 100px);
  font-size: 21px;
  letter-spacing: 0.63px;
  color: #2E3F57;
  line-height: 1.5;
  margin-top: 1em;
}
#who-we-are .s6 p strong {
  font-weight: 600;
}
#who-we-are .s6 .slides > div {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 1s ease;
  width: 15%;
  left: 85%;
}
#who-we-are .s6 .slides .text::before {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #2E3F57;
  font-family: "neue-haas-grotesk-display";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
#who-we-are .s6 .slides p {
  margin: 1.5em auto 0 auto;
  max-width: 610px;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  padding-right: 0;
  transition: opacity 0.5s ease 0.25s;
  opacity: 0;
  padding-right: 40px;
}
#who-we-are .s6 .slides h3 {
  margin: 0 auto;
  max-width: 610px;
  font-family: "kepler-std-display";
  color: #2E3F57;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#who-we-are .s6 .slides .img {
  height: 52%;
}
#who-we-are .s6 .slides .text {
  height: 48%;
  padding: 60px;
  position: relative;
}
#who-we-are .s6 .slides > div.active {
  width: 70% !important;
  left: 15%;
}
#who-we-are .s6 .slides > div.active p, #who-we-are .s6 .slides > div.active h3 {
  opacity: 1;
}
#who-we-are .s6 .slides > div.active p {
  transition-delay: 0.75s;
}
#who-we-are .s6 .slides > div.past {
  left: 0 !important;
  z-index: 1 !important;
}
#who-we-are .s6 .slides > div.past p, #who-we-are .s6 .slides > div.past h3 {
  opacity: 0 !important;
}
#who-we-are .s6 .slides > div.past .text::before {
  opacity: 0;
}
#who-we-are .s6 .slides > div:nth-child(1) {
  left: 50%;
  background: #ECEFF9;
  width: 35%;
  z-index: 6;
}
#who-we-are .s6 .slides > div:nth-child(1) .text::before {
  content: "01";
}
#who-we-are .s6 .slides > div:nth-child(1) p, #who-we-are .s6 .slides > div:nth-child(1) h3 {
  opacity: 1;
}
#who-we-are .s6 .slides > div:nth-child(1) .img {
  background: url(/i/who-we-are-values1b.jpg) no-repeat center top/cover;
}
#who-we-are .s6 .slides > div.active:nth-child(1) {
  left: 0;
}
#who-we-are .s6 .slides > div.active:nth-child(1) h3 {
  margin: 0 auto;
  max-width: 600px;
}
#who-we-are .s6 .slides > div.active:nth-child(1) p {
  margin: 1.5em auto 0 auto;
  max-width: 600px;
}
#who-we-are .s6 .slides > div:nth-child(2) {
  background: #D2DDF1;
  z-index: 5;
  left: 70%;
  width: 30%;
}
#who-we-are .s6 .slides > div:nth-child(2) .text::before {
  content: "02";
}
#who-we-are .s6 .slides > div:nth-child(2) .img {
  background: url(/i/who-we-are-values2c.jpg) no-repeat center top/cover;
}
#who-we-are .s6 .slides > div.active:nth-child(2) {
  left: 15%;
}
#who-we-are .s6 .slides > div:nth-child(3) {
  background: #BECFEB;
  z-index: 4;
}
#who-we-are .s6 .slides > div:nth-child(3) .text::before {
  content: "03";
}
#who-we-are .s6 .slides > div:nth-child(3) .img {
  background: url(/i/who-we-are-values3c.jpg) no-repeat center top/cover;
}
#who-we-are .s6 .slides > div.active:nth-child(3) {
  left: 15%;
}
#who-we-are .s6 .slides > div:nth-child(4) {
  background: #ABC2E5;
  z-index: 3;
}
#who-we-are .s6 .slides > div:nth-child(4) .text::before {
  content: "04";
}
#who-we-are .s6 .slides > div:nth-child(4) .img {
  background: url(/i/who-we-are-values4b.jpg) no-repeat center top/cover;
}
#who-we-are .s6 .slides > div.active:nth-child(4) {
  left: 15%;
}
#who-we-are .s6 .slides > div.past:nth-child(4) {
  width: 30%;
}
#who-we-are .s6 .slides > div:nth-child(5) {
  background: #A0BBE2;
  z-index: 2;
}
#who-we-are .s6 .slides > div:nth-child(5) .text::before {
  content: "05";
}
#who-we-are .s6 .slides > div:nth-child(5) .img {
  background: url(/i/who-we-are-values5b.jpg) no-repeat center top/cover;
}
#who-we-are .s6 .slides > div.active:nth-child(5) {
  left: 30%;
}

@media screen and (max-width: 1024px) {
  #who-we-are .s3 .content, #who-we-are .s5 .content {
    flex-direction: column;
    gap: 50px;
  }
  #who-we-are .s3 .content > div, #who-we-are .s5 .content > div {
    width: 100% !important;
  }
  #who-we-are .s3 .content > div:nth-child(2), #who-we-are .s5 .content > div:nth-child(2) {
    padding: 40px;
  }
  #who-we-are .s5 {
    background-position: right center;
  }
  #who-we-are .s4 .cols {
    flex-direction: column;
    gap: 50px;
  }
  #who-we-are .s4 .cols > div {
    width: 100% !important;
  }
}
@media (max-width: 1024px), (max-height: 810px) {
  #who-we-are .s4 {
    height: auto;
    /* li::before{display:none !important;} */
  }
  #who-we-are .s4 ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
  }
  #who-we-are .s4 li::before {
    display: block !important;
  }
}
@media (max-width: 1599px) {
  #who-we-are .s6 .slides > div:nth-child(1) p {
    opacity: 0;
  }
  #who-we-are .s6 .slides > div.active p {
    opacity: 1 !important;
  }
}
@media (max-width: 1024px), (max-height: 810px) {
  #who-we-are .s6 {
    height: auto;
    padding: 150px 0 0 0;
  }
  #who-we-are .s6 p, #who-we-are .s6 h2 {
    padding-right: 0;
  }
  #who-we-are .s6 .content {
    padding-bottom: 100px;
    top: 0;
    transform: none;
  }
  #who-we-are .s6 .slides > div {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }
  #who-we-are .s6 .slides .img {
    height: 450px;
    background-position: top center !important;
  }
  #who-we-are .s6 .slides .text::before {
    display: none;
  }
  #who-we-are .s6 .slides h3, #who-we-are .s6 .slides p {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  #who-we-are .s1 {
    max-height: 250px;
  }
  #who-we-are .s2 {
    padding: 100px 0;
  }
  #who-we-are .s2 .content {
    padding: 75px;
  }
  #who-we-are .s2 .content::before, #who-we-are .s2 .content::after {
    border-width: 3px;
    width: 30px;
    height: 30px;
  }
  #who-we-are .s2 h4, #who-we-are .s2 h3 {
    font-size: 25px;
  }
  #who-we-are .s2 p {
    font-size: 18px;
  }
  #who-we-are .s2 .cols {
    flex-direction: column;
  }
  #who-we-are .s2 .cols > * {
    width: 100% !important;
  }
  #who-we-are .s2.in-view .content {
    padding: 40px;
  }
  #who-we-are .s3 {
    padding: 100px 0;
  }
  #who-we-are .s3 p {
    font-size: 18px;
  }
  #who-we-are .s4 {
    padding: 100px 0;
  }
  #who-we-are .s4 h2 {
    font-size: 50px;
  }
  #who-we-are .s4 h4 {
    font-size: 25px;
  }
  #who-we-are .s4 p {
    font-size: 18px;
  }
  #who-we-are .s5 {
    padding: 100px 0 100px 0;
    background: #0F1B47;
  }
  #who-we-are .s5 h2 {
    font-size: 50px;
  }
  #who-we-are .s5 p {
    font-size: 21px;
  }
  #who-we-are .s6 {
    padding: 100px 0 0 0;
  }
  #who-we-are .s6 h2 {
    font-size: 50px;
  }
  #who-we-are .s6 p {
    font-size: 18px;
  }
  #who-we-are .s6 .slides .img {
    height: 300px;
  }
  #who-we-are .s6 .slides .text {
    padding: 60px 1rem;
  }
  #who-we-are .s6 .slides h3 {
    font-size: 25px;
  }
}

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