.layout-bcfs-team .team-grid{list-style:none;margin:40px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:44px 24px;justify-items:center}.layout-bcfs-team.cols-2 .team-grid{grid-template-columns:repeat(2,1fr)}.layout-bcfs-team.cols-3 .team-grid{grid-template-columns:repeat(3,1fr)}.layout-bcfs-team.cols-4 .team-grid{grid-template-columns:repeat(4,1fr)}.layout-bcfs-team.cols-6 .team-grid{grid-template-columns:repeat(6,1fr)}.layout-bcfs-team .section-head+.team-grid{margin-top:40px}.layout-bcfs-team>.wrap>.team-grid:first-child{margin-top:0}.layout-bcfs-team .team-member{width:100%;max-width:220px;text-align:center}.layout-bcfs-team .team-photo{width:clamp(120px,14vw,160px);aspect-ratio:1/1;margin:0 auto;border-radius:50%;overflow:hidden;background:var(--green-soft);border:1px solid var(--line);display:grid;place-items:center}.layout-bcfs-team .team-photo-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.layout-bcfs-team .team-photo-fallback{font-family:var(--f-serif);font-size:clamp(36px,5vw,52px);font-weight:600;line-height:1;color:var(--green-deep)}.layout-bcfs-team .team-name{margin-top:18px;font-size:18px;font-weight:600;line-height:1.3;color:var(--ink)}.layout-bcfs-team .team-title{margin-top:6px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--smoke)}.layout-bcfs-team.section-bg-ink .team-name{color:var(--white)}.layout-bcfs-team.section-bg-ink .team-title{color:rgba(255,255,255,.7)}@media (max-width:1024px){.layout-bcfs-team.cols-6 .team-grid{grid-template-columns:repeat(4,1fr)}.layout-bcfs-team.cols-4 .team-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.layout-bcfs-team.cols-6 .team-grid{grid-template-columns:repeat(3,1fr)}.layout-bcfs-team.cols-4 .team-grid,.layout-bcfs-team.cols-3 .team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.layout-bcfs-team .team-grid{gap:32px 16px}.layout-bcfs-team.cols-6 .team-grid,.layout-bcfs-team.cols-4 .team-grid,.layout-bcfs-team.cols-3 .team-grid,.layout-bcfs-team.cols-2 .team-grid{grid-template-columns:repeat(2,1fr)}}