@charset "UTF-8";@media only screen and (min-width: 0rem) {#team-bios {padding: var(--sectionPadding);padding-bottom: clamp(2rem, 5vw, 4rem);}#team-bios .cs-container {display: flex;flex-direction: column;gap: clamp(3rem, 8vw, 5rem);margin: auto;max-width: 80rem;width: 100%;}#team-bios .cs-section-header {text-align: center;width: 100%;}#team-bios .cs-section-header .cs-topper, #team-bios .cs-section-header .cs-title {margin-left: auto;margin-right: auto;}#team-bios .cs-topper {text-align: center;}#team-bios .cs-title {text-align: center;margin-bottom: 0;}#team-bios .cs-bio-row {display: flex;flex-direction: column;align-items: center;gap: 2rem;width: 100%;}#team-bios .cs-bio-row--reverse .cs-bio-image {order: -1;}#team-bios .cs-bio-image {display: block;border-radius: 0.75rem;overflow: hidden;width: 100%;max-width: 22rem;flex: none;}#team-bios .cs-bio-image img {display: block;height: auto;width: 100%;object-fit: cover;object-position: center top;}#team-bios .cs-bio-content {display: flex;flex-direction: column;gap: 0.875rem;width: 100%;}#team-bios .cs-bio-name {display: flex;flex-direction: column;gap: 0.25rem;color: var(--headerColor);font-size: clamp(1.375rem, 3vw, 1.75rem);font-weight: 700;line-height: 1.2em;margin: 0 0 0.25rem;}#team-bios .cs-bio-role {color: var(--secondary);display: block;font-family: var(--bodyFont);font-size: clamp(0.875rem, 1.5vw, 1rem);font-weight: 600;letter-spacing: 0.04em;text-transform: uppercase;}#team-bios .cs-bio-text {color: var(--bodyTextColor);font-size: clamp(0.9375rem, 1.6vw, 1rem);line-height: 1.75em;margin: 0;}#team-bios .cs-bio-closing {color: var(--headerColor);font-style: italic;font-weight: 500;}#team-bios .cs-cta-row {display: flex;justify-content: center;width: 100%;}}@media only screen and (min-width: 64rem) {#team-bios {}#team-bios .cs-bio-row {flex-direction: row;align-items: flex-start;gap: clamp(3rem, 5vw, 5rem);}#team-bios .cs-bio-row--reverse .cs-bio-image {order: 0;}#team-bios .cs-bio-image {max-width: 26rem;align-self: flex-start;}#team-bios .cs-bio-content {flex: 1;min-width: 0;}}@media only screen and (min-width: 0rem) {#services-964 {padding-top: clamp(2rem, 5vw, 4rem);}}@media only screen and (min-width: 0rem) {body.dark-mode #team-bios .cs-bio-name {color: var(--bodyTextColorWhite);}body.dark-mode #team-bios .cs-bio-text {color: rgba(250, 251, 252, 0.85);}body.dark-mode #team-bios .cs-bio-closing {color: var(--bodyTextColorWhite);}}