.team-grid{width:100%;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;box-sizing:border-box}.team-grid__grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:1rem;row-gap:2.5rem;margin-top:5rem;margin-bottom:5rem}.team-grid__member{min-width:0}.team-grid__member-link{display:block;color:inherit;text-decoration:inherit}.team-grid__image-wrapper{position:relative}.team-grid__image{display:block;width:100%;height:auto}.team-grid__meta{position:absolute;bottom:.5rem;left:0;right:0;width:100%;z-index:10;padding:.75rem .5rem;text-align:center;color:var(--color-pure-white);background-color:rgba(40,40,36,.25)}.team-grid__name,.team-grid__info{margin:0;font-family:var(--font-secondary);color:var(--color-pure-white)}.team-grid__name{font-weight:700;font-size:16px;letter-spacing:0;text-transform:none;line-height:1}.team-grid__info{font-size:14px;line-height:1.3;font-weight:500}.team-grid__social,.team-grid__website{align-items:center;justify-content:center}.team-grid__social{display:flex;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;margin-top:1.5rem}.team-grid__website{display:inline-flex;margin-inline:.5rem;width:1.5rem;height:1.5rem}.team-grid__website-icon{display:block}.team-grid__website--external{width:1.875rem;height:1.875rem}.team-grid__website svg{display:block;width:100%;height:100%}.team-grid__icon{display:inline-block;width:2rem;height:2rem;vertical-align:middle;fill:var(--color-pure-white)}@media(min-width: 768px){.team-grid__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 1024px){.team-grid{max-width:1024px;padding-right:4rem;padding-left:4rem}.team-grid__name{font-size:21px}.team-grid__info{font-size:18px;line-height:22px}}@media(min-width: 1280px){.team-grid{max-width:1280px;padding-right:5rem;padding-left:5rem}.team-grid__grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 1536px){.team-grid{max-width:1536px}}
