.s-team-gallery{position:relative;--section-top: 4rem;--section-bottom: 5rem}.s-team-gallery__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;list-style:none;margin:0;padding:0;opacity:1;visibility:visible;will-change:opacity;transition:opacity .3s}.s-team-gallery__list.is-hidden{opacity:0;pointer-events:none}.s-team-gallery__image,.s-team-gallery__image-effect{position:relative;transition:opacity .5s ease;will-change:opacity}.s-team-gallery__image-effect{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.s-team-gallery__item{position:relative;aspect-ratio:1/1;width:100%;will-change:transform}.s-team-gallery__item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;-webkit-backface-visibility:hidden;backface-visibility:hidden}.s-team-gallery__item.has-effect:hover .s-team-gallery__image{opacity:0}.s-team-gallery__item.has-effect:hover .s-team-gallery__image-effect{opacity:1}.s-team-gallery:before{position:absolute;content:"";top:50%;left:0;right:0;width:100%;height:80%;border-radius:50%;background:#2258e7;opacity:.3;filter:blur(7.8125rem);transform:rotate(-1.44deg) translateY(-50%)}@media screen and (min-width:768px){.s-team-gallery{--section-top: 4rem;--section-bottom: 4.75rem}.s-team-gallery__list{grid-template-columns:repeat(5,1fr)}}@media screen and (min-width:1000px){.s-team-gallery{--section-top: 5rem;--section-bottom: 5rem}}@media screen and (min-width:1200px){.s-team-gallery{--section-top: 6rem;--section-bottom: 6rem}}