@keyframes customer-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.customer-marquee-track{display:flex;width:max-content;animation:customer-marquee 50s linear infinite;will-change:transform}.customer-marquee-track:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.customer-marquee-track{animation:none;transform:none;width:100%;flex-wrap:wrap;justify-content:center}.customer-marquee-track>div:last-child{display:none}.customer-marquee-track>div:first-child{flex-wrap:wrap;justify-content:center;max-width:100%}}
