section.section--large-text {
  margin: 0;
  display: flex;
  flex-direction: column;
}
section.section--large-text.hide-hero {
  min-height: auto;
}
section.section--large-text .inner {
  padding: var(--margin);
}
section.section--large-text img {
  width: 100vw;
  flex-grow: 1;
  object-fit: cover;
}
.section--bios .bios {
  display: flex;
  gap: var(--margin);
  flex-wrap: wrap;
  margin-top: 1em;
}
.section--bios .bios .bio-container {
  width: calc((100% - var(--margin) * 2) / 3);
  font-variation-settings: "slnt" 0;
  transition: font-variation-settings 200ms;
}
.section--bios .bios.columns-4 .bio-container {
  width: calc((100% - var(--margin) * 3) / 4);
}
@media screen and (max-width: 1110px) {
  .section--bios .bios .bio-container {
    width: calc((100% - var(--margin)) / 2);
    margin-bottom: 20px;
  }
  .section--bios .bios.columns-4 .bio-container {
    width: calc((100% - var(--margin)) / 2);
  }
}
.section--bios .bios .bio-container.visible .thumbnail .bio,
.section--bios .bios .bio-container:focus-visible .thumbnail .bio {
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .section--bios .bios .bio-container:hover {
    font-variation-settings: "slnt" -19;
  }
  .section--bios .bios .bio-container:hover .thumbnail .bio {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .section--bios .bios .bio-container.visible .thumbnail .bio {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100vw - var(--margin) * 4);
    max-height: calc(100dvh - var(--margin) * 4);
    z-index: 1;
  }
}
.section--bios .bios .show-bio {
  background: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.section--bios .bios img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section--bios .bios .thumbnail {
  width: 100%;
  height: calc((100vw - var(--margin) * 4) / 3 * 1.34);
  background: #E8E8E8;
  position: relative;
}
.section--bios .bios .thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
}
.section--bios .bios .thumbnail .bio {
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #E8E8E8;
  display: none;
}
.section--bios .bios .thumbnail .description {
  padding: 25px;
  width: calc(100% - 50px);
  overflow: scroll;
  height: 100%;
}
.section--bios .bios .thumbnail p, .section--bios .bios .thumbnail button {
  font-size: 15px;
}
.section--bios .bios .thumbnail p:first-child {
  margin-top: 0;
}
.section--bios .bios .thumbnail .email {
  width: 100%;
  border: 0;
  height: auto;
  padding: 25px;
  text-align: left;
  background: #E8E8E8;
  color: black;
  cursor: pointer;
  position: relative;
}
.section--bios .bios .thumbnail .email svg {
  position: absolute;
  right: 25px;
}
.section--bios .bios.columns-4 .thumbnail {
  height: calc((100vw - var(--margin) * 5) / 4 * 1.34);
}
@media screen and (max-width: 1110px) {
  .section--bios .bios .thumbnail {
    height: calc((100vw - var(--margin) * 3) / 2 * 1.34);
  }
  .section--bios .bios.columns-4 .thumbnail {
    height: calc((100vw - var(--margin) * 3) / 2 * 1.34);
  }
}
.section--bios h2, .section--bios h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.section--bios h2 {
  margin-top: 10px;
}

.section--largeImage {
  margin: 0;
  width: 100vw;
  position: relative;
}
.section--largeImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-caption {
  margin-top: calc(var(--margin) * 2);
}

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