 @media only screen and (min-width: 0rem) {#team-profile {padding: var(--sectionPadding);}#team-profile .cs-container {display: flex;flex-direction: column;align-items: center;gap: 2rem;margin: auto;max-width: 62.5rem;width: 100%;text-align: center;}#team-profile .cs-picture {display: block;flex: none;max-width: 17.5rem;width: 100%;}#team-profile .cs-picture img {display: block;border-radius: 1rem;width: 100%;height: auto;}#team-profile .cs-content {width: 100%;}#team-profile .cs-name {margin: 0 0 0.375rem 0;font-size: clamp(1.5rem, 3vw, 2rem);font-weight: 600;color: var(--headerColor);}#team-profile .cs-role {margin: 0 0 1.5rem 0;font-size: 1.0625rem;color: var(--bodyTextColor);}#team-profile .cs-bio-text {margin: 0 0 1rem 0;font-size: 0.9375rem;line-height: 1.7em;color: var(--bodyTextColor);text-align: left;}#team-profile .cs-bio-section-title {margin: 0.5rem 0 0.5rem 0;font-size: 1rem;font-weight: 600;color: var(--headerColor);text-align: left;}#team-profile .cs-bio-section-list {margin: 0 0 1rem 0;padding: 0 0 0 1.25rem;text-align: left;}#team-profile .cs-bio-section-list li {font-size: 0.875rem;line-height: 1.7em;color: var(--bodyTextColor);}#team-profile .cs-button-solid {margin-top: 0.5rem;}#team-index {padding: var(--sectionPadding);}#team-index .cs-container {margin: auto;max-width: 85rem;width: 100%;}#team-index .cs-card-group {display: flex;flex-direction: column;align-items: center;gap: 2.5rem;margin: 0;padding: 0;}#team-index .cs-item {list-style: none;max-width: 22.5rem;width: 100%;text-align: center;}#team-index .cs-member-link {display: block;text-decoration: none;}#team-index .cs-picture {display: block;margin-bottom: 1rem;}#team-index .cs-picture img {display: block;border-radius: 0.75rem;width: 100%;height: auto;}#team-index .cs-member-name {margin: 0 0 0.25rem 0;font-size: 1.25rem;font-weight: 600;color: var(--headerColor);}#team-index .cs-member-role {margin: 0;font-size: 0.9375rem;color: var(--bodyTextColor);}}@media only screen and (min-width: 64rem) {#team-profile .cs-container {flex-direction: row;align-items: flex-start;justify-content: center;gap: 4rem;text-align: left;}#team-profile .cs-name, #team-profile .cs-role {text-align: left;}#team-index .cs-card-group {flex-direction: row;justify-content: center;align-items: flex-start;gap: 4rem;}}