.cms-team{padding:4rem 0;h2{color:rgb(var(--color-brand-blue));font-weight:300;margin-bottom:0}}.cms-team-checkerboard{.cms-team-checkerboard__row{overflow:clip;.row-box{background-color:rgb(var(--color-megablack));color:rgb(var(--color-white));display:flex;flex-direction:column;justify-content:center;padding:4rem 0;&.row-box--image{background-image:var(--bg-image);background-position:50%;background-size:101%;min-height:30rem}}}}.cms-team-member-card{display:flex;flex-direction:column;gap:2rem;img{aspect-ratio:var(--aspect-square);height:100%;object-fit:cover;width:100%}h3{color:rgb(var(--color-megablack));font-size:var(--text-lg);font-weight:500;margin-bottom:0}h4{color:rgb(var(--color-brand-blue));font-size:var(--text-base);margin-bottom:1rem}h4,p{font-weight:300}}@media (min-width:1024px){.cms-team-checkerboard__row{display:grid;grid-template-columns:1fr 1fr;overflow:clip;position:relative;.row-box{min-height:50vw;padding:4rem 1rem;width:50vw;.container-lg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.grid-2{gap:4rem}&.row-box--image{min-height:none}}&:nth-child(2n){.row-box:first-child{order:1}.row-box:last-child{order:0}}}.cms-team-member-card{align-items:center;flex-direction:row;img{max-width:18rem}p{margin-bottom:0}}}@media (min-width:1200px){.cms-team-member-card{h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}}}