@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Dark.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-15UltTh.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-25Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-45Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-55Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-75Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

#team .intro .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1230px;
}

#team .intro .container h3 {
  text-indent: 0;
  width: 100%;
  max-width: 495px;
  margin-bottom: 0;
}

#team .intro .container div {
  width: 100%;
  max-width: 675px;
}

#team .intro .container div p {
  margin-bottom: 1rem;
  max-width: none;
}

#team .s3 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  border-top: solid 1px #CCCCCC;
  padding-top: 2.5rem;
}

#team .s3 .wrap .title {
  padding-left: 1rem;
  position: relative;
  min-width: 270px;
}

#team .s3 .wrap .title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: 3px solid #B27328;
  outline-offset: -3px;
}

#team .s3 .wrap .team {
  max-width: 840px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  row-gap: 3rem;
  margin-bottom: 7.5rem;
}

#team .s3 .wrap .person {
  padding-bottom: 2.5rem;
  position: relative;
}

#team .s3 .wrap .person .img-wrapper {
  max-width: 260px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

#team .s3 .wrap .person .img-wrapper img {
  width: 100%;
}

#team .s3 .wrap .person .img-wrapper .circle {
  width: 90%;
  height: 60px;
  background: url(/i/svg/hover_circle_arrow.svg) no-repeat bottom/cover;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease;
}

#team .s3 .wrap .person h3 {
  font-size: 1.25rem;
  line-height: 1.50em;
  margin: 1rem 0 10px;
  transition: color .3s ease;
}

#team .s3 .wrap .person .border {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0;
}

#team .s3 .wrap .person .border::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #B27328;
  left: 0;
  transition: width .5s ease;
}

#team .s3 .wrap .leadership .person:hover h3 {
  color: #B27328;
}

#team .s3 .wrap .leadership .person:hover .border::after {
  width: 100%;
}

#team .s3 .wrap .leadership .person:hover .circle {
  bottom: 0;
}

#team .s3 .wrap .founder .img-wrapper {
  opacity: 0;
  height: 0;
}

#team .s3 .wrap .founder .person h3 {
  margin-top: 0;
}

#team .s3 .investment-business .intro {
  max-width: 840px;
  margin-bottom: 5rem;
}

#team .s3 .investment-business .img-wrapper {
  display: none;
}

#team .s4 {
  padding: 10.5rem 0;
  background: url(/i/Team_Callout_New2.jpg) no-repeat center/cover;
}

#team .s4 .container {
  max-width: 1000px;
  text-align: center;
}

#team .s4 h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #fff;
}

#team .s4 h3 span {
  color: #DB9900;
}

@media screen and (max-width: 1100px) {
  #team .s3 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #team .s3 .wrap .title {
    min-width: none;
  }
  #team .s3 .wrap .team {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) {
  #team .intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #team .intro .container h3, #team .intro .container div {
    max-width: none;
  }
  #team .s3 .wrap .person .img-wrapper .circle {
    width: 100%;
  }
  #team .s4 h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #team .s3 .wrap {
    align-items: normal;
  }
  #team .s3 .wrap .team {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5rem;
  }
  #team .s3 .wrap .person .img-wrapper {
    max-width: 400px;
  }
  #team .s3 .wrap .person .img-wrapper .circle {
    height: 80px;
  }
  #team .s3 .wrap .person:last-of-type {
    padding-bottom: 0;
  }
  #team .s3 .wrap .person:last-of-type .border {
    display: none;
  }
  #team .s3 .investment-business .intro {
    margin-bottom: 3rem;
  }
  #team .s3 .investment-business .team {
    row-gap: 1.5rem;
  }
  #team .s4 {
    padding: 7.5rem 0;
  }
  #team .s4 h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
