.team-members .team-members-wrapper .team-members-content{column-gap:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));row-gap:80px}.team-card:hover{cursor:pointer}.team-card .team-card-inner .team-card-image{border-radius:16px;height:510px;margin-bottom:16px;overflow:hidden;position:relative;width:100%}.team-card.expanded .team-card-inner .team-card-image{border-radius:16px 16px 46.5px 0;height:417px;width:100%}.team-card-image-fallback{background:#d9d9d9;border-radius:16px;height:510px;width:100%}.team-card.expanded .team-card-inner .team-card-image-fallback{border-radius:16px 16px 46.5px 0;height:417px}.team-card .team-card-inner .team-card-image img{height:100%;object-fit:cover;object-position:top;transition:all .3s ease-in-out;width:100%}.team-card.expanded .team-card-inner .team-card-image img,.team-card:hover .team-card-inner .team-card-image img{scale:1.2}.team-card-name-wrapper{align-items:center;display:flex;justify-content:space-between}.team-card .team-card-inner .team-card-name{margin-bottom:0;transition:all .3s ease-in-out}.team-card:hover .team-card-inner .team-card-name{color:#df5226}.team-card .team-card-inner .team-card-name-wrapper svg path:last-child,.team-card.expanded .team-card-inner .team-card-name-wrapper svg path:first-child{display:none}.team-card.expanded .team-card-inner .team-card-name-wrapper svg path:last-child{display:initial}.team-card .team-card-inner .team-card-role{color:#00204d;margin-bottom:0}.team-card .team-card-inner .team-card-bio{height:0;margin-bottom:0;overflow:hidden;transition:all .3s ease-in-out}.team-card.expanded .team-card-inner .team-card-bio{height:fit-content}