:root{--logo-h:72px;--logo-max-w:180px}@media (width>=768px){:root{--logo-h:88px;--logo-max-w:200px}}@media (width>=1200px){:root{--logo-h:96px;--logo-max-w:220px}}.logo-carousel{background:0 0;width:100%;padding:24px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.logo-carousel-track{width:max-content;animation:80s linear infinite logoCarouselScroll;display:flex}.logo-carousel:hover .logo-carousel-track{animation-play-state:paused}.logo-carousel-group{flex:none;align-items:center;display:flex}.logo-carousel-item{height:var(--logo-h);width:var(--logo-max-w);background:0 0;flex:none;justify-content:center;align-items:center;padding:0 8px;display:flex}.logo-carousel-item a{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.logo-carousel-item img{object-fit:contain;filter:none;opacity:1;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .25s,opacity .2s;display:block}.logo-carousel-item a:hover img{transform:scale(1.04)}.logo-carousel-static{background:0 0;flex-wrap:wrap;justify-content:center;align-items:center;padding:24px 0;display:flex}@keyframes logoCarouselScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.logo-carousel-track{animation:none}}
