#bio header nav ul .team a::before {
  opacity: 1;
}
#bio .img-bg .img-blue {
  background: url(/i/team-hero-bl.jpg) no-repeat center/cover;
}
#bio .img-bg .img-light {
  background: url(/i/team-hero-lt.jpg) no-repeat center/cover;
}
#bio .s2 {
  padding: 13rem 0 7.5rem 0;
}
#bio .s2 .global-btn {
  padding: 0;
  background: none;
  margin-bottom: 2.5rem;
}
#bio .s2 .global-btn span {
  transition: color 0.3s ease;
}
#bio .s2 .global-btn:hover span {
  color: #389CFF;
}
#bio .s2 .wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#bio .s2 .wrap .left {
  max-width: 390px;
  min-width: 390px;
}
#bio .s2 .wrap .left img {
  width: 100%;
  display: block;
  aspect-ratio: 390/500;
  margin-bottom: 2.5rem;
}
#bio .s2 .wrap .left .phone {
  background: url(/i/svg/phone.svg) 0 center/23px no-repeat;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
#bio .s2 .wrap .left .email {
  display: block;
  background: url(/i/svg/email.svg) 0 center/23px no-repeat;
  padding-left: 2rem;
  transition: color 0.3s ease;
}
#bio .s2 .wrap .left .email:hover {
  color: #389CFF;
}
#bio .s2 .wrap .right {
  width: 100%;
  max-width: 735px;
}
#bio .s2 .wrap .right h1 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 200;
  font-size: 4.75rem;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
#bio .s2 .wrap .right h2 {
  font-size: 1.65rem;
}
#bio .s2 .wrap .right .line {
  width: 100%;
  height: 1px;
  background: rgba(165, 210, 255, 0.5);
  margin: 3rem 0;
}
#bio .s2 .wrap .right .lg {
  font-size: 1.15rem;
  font-weight: 400;
}
#bio .s2 .wrap .right p {
  margin-bottom: 1rem;
}
#bio .s2 .wrap .right ul li {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.5em;
  letter-spacing: 0.027rem;
  margin-bottom: 5px;
}
#bio .s2 .wrap .right .ed {
  font-weight: 500;
  margin-top: 2rem;
  letter-spacing: 3px;
  font-size: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  #bio .s2 .wrap {
    flex-direction: column;
  }
  #bio .s2 .wrap .right {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #bio .s2 {
    padding: 10rem 0 5rem;
  }
  #bio .s2 .wrap .left {
    min-width: auto;
  }
  #bio .s2 .wrap .right h1 {
    font-size: 3rem;
  }
  #bio .s2 .wrap .right h2 {
    font-size: 1.3rem;
  }
  #bio .s2 .wrap .right .line {
    margin: 2rem 0;
  }
}

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