.logo-marquee{overflow:hidden}.logo-marquee__track{display:flex;align-items:center;width:max-content;gap:var(--marquee-gap,30px);animation:logo-marquee-scroll var(--marquee-duration,30s) linear infinite;will-change:transform}.logo-marquee__slide{flex:0 0 auto;width:80px}@media (min-width:640px){.logo-marquee__slide{width:100px}}@media (min-width:820px){.logo-marquee__slide{width:150px}}@keyframes logo-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.logo-marquee__track{animation-play-state:paused}}