#bio .bio-page {
  padding: 8rem 0 7.5rem;
  background: #fff;
}
#bio .bio-page .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  color: rgb(30, 40, 89);
  margin-bottom: 2rem;
  line-height: 1.5;
  border: 1px solid rgba(30, 40, 89, 0.25);
  border-radius: 50px;
}
#bio .bio-page .back-btn:hover {
  border-color: #1E2859;
}
#bio .bio-page .back-btn .arrow-back {
  display: inline-block;
  margin-top: 3px;
  width: 18px;
  height: 9px;
  background-image: url("/i/arrow-left-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#bio .bio-page .bio-wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
#bio .bio-page .bio-left {
  flex: 0 0 380px;
}
#bio .bio-page .bio-left .bio-headshot {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #E2E2E5;
  border-radius: 12px;
}
#bio .bio-page .bio-left .bio-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
#bio .bio-page .bio-right {
  flex: 1;
}
#bio .bio-page .bio-right h1 {
  font-size: 4.1rem;
  font-weight: 250;
  color: #1E2859;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
#bio .bio-page .bio-right h2 {
  font-size: 1.95rem;
  font-weight: 400;
  color: #1E2859;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-bottom: 2.5rem;
  line-height: 1.3;
  position: relative;
}
#bio .bio-page .bio-right h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 174px;
  height: 2px;
  background: rgb(69, 126, 192);
}
#bio .bio-page .bio-right .bio-social {
  margin-bottom: 2rem;
}
#bio .bio-page .bio-right .bio-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#bio .bio-page .bio-right .bio-social a:hover {
  opacity: 1;
}
#bio .bio-page .bio-right .bio-social a.linkedin {
  background-image: url("/i/icon-linkedin.svg");
}
#bio .bio-page .bio-right .bio-text p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #676B6F;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
#bio .bio-page .bio-right .bio-text a {
  color: #080E2D;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  #bio .bio-page {
    padding: 6rem 0 5rem;
  }
  #bio .bio-page .bio-wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
  #bio .bio-page .bio-left {
    flex: 0 0 auto;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #bio .bio-page {
    padding: 5rem 0 3rem;
  }
  #bio .bio-page .bio-wrap {
    gap: 2rem;
  }
  #bio .bio-page .bio-left {
    max-width: 100%;
  }
  #bio .bio-page .bio-right h1 {
    font-size: 2rem;
  }
}

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