#team .hero.interior {
  height: 40vh;
  min-height: 360px;
}
#team .hero .hero-bg {
  background-image: url("/i/hero-team.jpg");
}
#team .s2 {
  padding: 7.5rem 5.25rem;
  background: #E8F3FF;
}
#team .s2 .team-grid {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}
#team .s2 .team-grid .person {
  width: calc(33.333% - 1.7rem);
  cursor: pointer;
  transition: transform 0.3s ease;
}
#team .s2 .team-grid .person:hover .info h3 {
  color: #457EC0;
}
#team .s2 .team-grid .person .headshot {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #E2E2E5;
  border-radius: 12px;
}
#team .s2 .team-grid .person .headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
#team .s2 .team-grid .person .info h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1E2859;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
#team .s2 .team-grid .person .info p {
  font-size: 0.95rem;
  color: #676B6F;
  font-weight: 300;
  line-height: 1.5;
}
#team .s3 {
  padding: 7.5rem 5.25rem 4rem;
  background: #fff;
}
#team .s3 h2 {
  font-size: 3rem;
  font-weight: 250;
  color: #1E2859;
  margin-bottom: 4.5rem;
  line-height: 1.1;
  text-align: center;
}
#team .s3 .advisors-grid {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 2rem;
}
#team .s3 .advisors-grid .advisor {
  width: calc(33.333% - 1.34rem);
  display: block;
}
#team .s3 .advisors-grid .advisor .advisor-divider {
  width: 100%;
  height: 1px;
  background: #457EC0;
  margin-bottom: 1rem;
}
#team .s3 .advisors-grid .advisor h4 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1E2859;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
#team .s3 .advisors-grid .advisor p {
  font-size: 0.95rem;
  color: #676B6F;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  #team .s2 {
    padding: 5rem 0;
  }
  #team .s2 .team-grid .person {
    width: calc(50% - 1.25rem);
  }
  #team .s3 {
    padding: 5rem 0;
  }
  #team .s3 .advisors-grid .advisor {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  #team .s2 {
    padding: 3rem 0;
  }
  #team .s2 .team-grid {
    gap: 1.5rem;
  }
  #team .s2 .team-grid .person {
    width: 100%;
  }
  #team .s3 {
    padding: 3rem 0;
  }
  #team .s3 h2 {
    font-size: 1.4rem;
  }
  #team .s3 .advisors-grid .advisor {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 500px) {
  #team .s3 .advisors-grid {
    flex-direction: column;
  }
  #team .s3 .advisors-grid .advisor {
    width: 100%;
  }
}

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