.team-grid{width:100%;display:grid;grid-template-columns:repeat(5, 1fr);column-gap:var(--column-gap);row-gap:var(--row-gap);padding:var(--padding)}.team-grid .team-member-card{width:100%;aspect-ratio:200/260;position:relative;background:#ececec;border-radius:7%;overflow:hidden}.team-grid .team-member-card:hover:after,.team-grid .team-member-card:focus:after,.team-grid .team-member-card:has(*:focus):after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;display:flex;background:rgba(24,40,68,.3490196078)}.team-grid .main-image{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center}.team-grid .overlay-content{width:100%;height:100%;position:relative;z-index:2;display:flex;opacity:0;padding:7%}.team-grid .team-member-card:hover .overlay-content,.team-grid .team-member-card:focus .overlay-content,.team-grid .team-member-card:has(*:focus) .overlay-content{opacity:1}.team-grid .text-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.team-grid .member-name{color:#fff;font-family:"plantin";font-size:18px}.team-grid .member-position{color:#fff;font-family:"sofia-pro";font-size:12px}.team-grid .member-location{color:#fff;font-family:"sofia-pro";font-size:10px;text-transform:uppercase}.team-grid .product-container{width:22%;aspect-ratio:1;position:absolute;bottom:4%;right:-22%;display:flex;align-items:center;justify-content:center;transition:right .25s}.team-grid .team-member-card:hover .product-container,.team-grid .team-member-card:focus .product-container,.team-grid .team-member-card:has(*:focus) .product-container{right:5%}.team-grid .product-container svg{width:140%;aspect-ratio:1;position:absolute}.team-grid .product-container textPath{fill:#fff;font-family:"sofia-pro";font-size:8px;text-transform:uppercase}.team-grid .product-container a{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;opacity:0}.team-grid .image-wrapper{width:100%;aspect-ratio:1;position:relative;background:#ececec;border-radius:50%;overflow:hidden}.team-grid .product-image{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center}@media screen and (max-width: 1439px){.team-grid{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 1023px){.team-grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.team-grid{grid-template-columns:repeat(2, 1fr);column-gap:var(--column-gap-m);row-gap:var(--row-gap-m);padding:var(--padding-m)}.team-grid .team-member-card:after{display:none !important}.team-grid .overlay-content{padding:6%;opacity:1}.team-grid .text-container{margin-top:auto}.team-grid .member-name{font-size:14px}.team-grid .member-position{font-size:10px}.team-grid .member-location{font-size:8px}.team-grid .product-container{width:18%;top:4%;bottom:unset;right:5%}}