#team .hero {
  position: relative;
  background: url(/i/about-hero.webp) no-repeat center/cover;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
}
#team .hero .img {
  background: url(/i/about-corner.webp) no-repeat left bottom/cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 49vw;
  height: 49vh;
}
#team .hero .content {
  width: 80%;
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  margin: 0 auto;
}
#team .hero h2 {
  position: relative;
  font-size: 140px;
  font-weight: 800;
  color: #fff;
  max-width: 50%;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 0.9em;
  letter-spacing: -0.05em;
}
#team .hero .transparent-to-white {
  position: absolute;
  bottom: 0;
  height: 25vh;
  width: 100%;
  left: 0;
  /* clip-path: polygon(0 90%, 100% 70%, 100% 100%, 0% 100%); */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#team .s2 .content {
  max-width: 880px;
  margin: 0 auto;
}
#team .s2 h4 {
  color: rgb(33, 67, 110);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4em auto;
  opacity: 0;
  transform: translate(0, 50px);
}
#team .s2 img {
  opacity: 0;
  transform: translate(0, 50px);
  width: 100%;
}
#team .s2 h4.in-view, #team .s2 img.in-view {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.7s ease;
}
#team .s3 .content {
  max-width: 1020px;
  margin: 0 auto;
}
#team .s3 .team-wrapper {
  margin-top: 0px;
}
#team .s3 .team-wrapper h3 {
  color: rgb(33, 67, 110);
  font-size: 75px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 70px 0;
  opacity: 0;
  transform: translate(0, 50px);
}
#team .s3 .team-wrapper h3 strong {
  font-weight: 800;
}
#team .s3 .team-wrapper .cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  opacity: 0;
  transform: translate(0, 50px);
}
#team .s3 .team-wrapper h3.in-view, #team .s3 .team-wrapper .cols.in-view {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.7s ease;
}
#team .s3 .team-wrapper .cols > div {
  width: calc(50% - 20px);
}
#team .s3 .team-wrapper .cols .name-wrapper {
  padding: 0;
}
#team .s3 .team-wrapper .cols img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
  object-position: center top;
}
#team .s3 .team-wrapper .fx-list > div {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
}
#team .s3 .team-wrapper button.fx-nav {
  transform: scale(0.95);
  max-width: 267px;
  flex: 1;
  unset: all;
  border: none;
  background: #fff;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  padding: 20px;
}
#team .s3 .team-wrapper button.fx-nav:hover {
  transform: scale(1);
}
#team .s3 .team-wrapper button.fx-nav.fx-on {
  border-color: #21436E;
}
#team .s3 .team-wrapper .fx-accordion > button {
  margin: 0 auto;
}
#team .s3 .team-wrapper .bio, #team .s3 .team-wrapper .bio p {
  color: rgb(33, 67, 110);
  font-size: 15px;
  line-height: 21px;
  font-weight: 200;
}
#team .s3 .team-wrapper .bio p {
  margin: 1em 0;
}
#team .s3 .team-wrapper .bio p strong {
  font-weight: 700;
}
#team .s3 .team-wrapper .bio a {
  color: rgb(33, 67, 110);
}
#team .s3 .team-wrapper .contact-links {
  display: flex;
  flex-direction: row;
}
#team .s3 .team-wrapper a.linkedin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/i/linkedin.svg) no-repeat center/cover;
  margin-right: 20px;
}
#team .s3 .team-wrapper .img-wrapper {
  overflow: hidden;
  border-radius: 5px;
}
#team .s3 .team-wrapper .fx-slides > div > div {
  margin-top: 15px;
  position: relative;
}
#team .s3 .team-wrapper .name-wrapper {
  padding: 10px 0px 20px 0px;
  text-align: left;
}
#team .s3 .team-wrapper h4 {
  font-size: 20px;
  color: rgb(77, 171, 234);
  text-align: left;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
}
#team .s3 .team-wrapper .fx-slider h4, #team .s3 .team-wrapper .fx-slider h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
#team .s3 .team-wrapper .fx-slider .fx-nav p {
  font-size: 12px;
  line-height: 1.3em;
}
#team .s3 .team-wrapper h5 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(33, 67, 110);
  text-align: left;
}
#team .s3 .team-wrapper img {
  width: 100%;
  display: block;
}
#team .s4 {
  background: url(/i/contact-bg.webp) no-repeat center/cover;
  padding: 150px 0 70px 0;
  position: relative;
}
#team .s4 .transparent-to-white {
  position: absolute;
  top: 0;
  height: 25vh;
  width: 100%;
  left: 0;
  /* clip-path: polygon(0 90%, 100% 70%, 100% 100%, 0% 100%); */
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#team .s4 .content {
  max-width: 820px;
  margin: 0 auto;
}
#team .s4 .content h2 {
  position: relative;
  font-size: 140px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
  margin: 0 auto 0.8em auto;
  max-width: 800px;
}
#team .s4 .content .btn {
  background: #fff url(/i/btn-svg.svg) no-repeat 30px center/20px auto;
  border-radius: 30px;
  color: rgb(77, 171, 234);
  font-size: 15px;
  transition: opacity 0.5s ease;
  padding: 15px 30px 15px 60px;
  margin: 50px auto 60px auto;
  display: block;
  width: fit-content;
}
#team .s4 .content .btn:hover {
  opacity: 0.7;
}
#team .s4 .content p {
  font-size: 10px;
  line-height: 14px;
  color: rgb(33, 67, 110);
  font-weight: 200;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
#team .s4 .content .cols p {
  font-size: 15px;
  line-height: 21px;
  margin: 1em 0;
}
#team .s4 .content .cols p strong {
  font-weight: 600;
}
#team .s4 .content p strong {
  font-weight: 800;
}
#team .s4 .content p, #team .s4 .content h3, #team .s4 .content a, #team .s4 .content h2 {
  transform: translate(0, 50px);
  opacity: 0;
}
#team .s4 .content p.in-view, #team .s4 .content h3.in-view, #team .s4 .content a.in-view, #team .s4 .content h2.in-view {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.7s ease;
}
#team .s4 .content .cols {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  margin-bottom: 120px;
}
#team .s4 .content .cols > div {
  flex: 1;
}
#team .s4 .content .cols > div:nth-child(2) {
  padding-right: 50px;
}
#team .s4 .content .img {
  background: url(/i/contact-image.webp) no-repeat center/cover;
  border-radius: 5px;
  height: 490px;
}

@media all and (max-width: 767px) {
  #team .hero {
    max-height: 600px;
  }
  #team .hero h2 {
    font-size: 70px;
  }
  #team .hero .img {
    max-height: 214px;
    width: 84vw;
  }
  #team .hero .content {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  #team .s2 .content {
    margin: 0 1rem;
  }
  #team .s3 .team-wrapper h3 {
    font-size: 36px;
    margin: 30px 0;
  }
  #team .s3 .team-wrapper {
    padding: 0 1rem;
  }
  #team .s3 .team-wrapper .cols {
    flex-direction: column;
  }
  #team .s3 .team-wrapper .cols > div {
    width: 100%;
  }
  #team .s3 .team-wrapper .cols img {
    max-height: 420px;
  }
  #team .s3 .team-wrapper button.fx-nav {
    border: none !important;
    padding: 0;
    transform: scale(1) !important;
    max-width: 300px;
  }
  #team .s3 .team-wrapper img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #team .s4 .content h2 {
    font-size: 70px;
  }
  #team .s4 .content .cols {
    flex-direction: column;
  }
  #team .s4 .content .cols > div {
    width: 100%;
    min-height: 300px;
  }
  #team .s4 .content .cols > div:nth-child(2) {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=team.css.map */
