a.team-hover{align-items:center;display:flex;justify-content:center;position:relative}a.team-hover:before{aspect-ratio:1/1;background:var(--orange);content:"";height:100%;width:100%}a.team-hover svg,a.team-hover:before{opacity:0;position:absolute;transition:all .3s cubic-bezier(.52,.26,.26,.81)}a.team-hover svg{height:30px;width:30px;z-index:5;fill:var(--black)}a.team-hover:hover svg{opacity:1}a.team-hover:hover:before{opacity:.8}.team-list{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.team-item{display:flex;flex-direction:column;justify-content:middle;margin-bottom:10px;text-align:center}.team-headshot{aspect-ratio:1/1;object-fit:cover}h6.team-name{margin-bottom:5px;margin-top:15px}span.team-role{font-family:Aktiv Grotesk Ex,Arial,sans-serif;font-size:.8em;font-weight:400;height:2em}.team-item{opacity:0;transform:translateY(15px);transition:opacity .6s cubic-bezier(.52,.26,.26,.81),transform .5s cubic-bezier(.52,.26,.26,.81)}.team-item.visible{opacity:1;transform:translateY(0)}@media screen and (max-width:1080px){.team-list{gap:20px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.team-list{gap:20px;grid-template-columns:repeat(2,1fr)!important}}