.marquee{width:100%;overflow:hidden}.marquee-track{width:max-content;animation:marquee-scroll var(--marquee-duration,30s)linear infinite;animation-play-state:paused;display:flex}.marquee-track[data-play=true]{animation-play-state:running}.marquee-track[data-direction=right]{animation-direction:reverse}.marquee-track[data-pause-on-hover]:hover{animation-play-state:paused}.marquee-row{flex:none;display:flex}@keyframes marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{flex-wrap:wrap;justify-content:center;width:100%;animation:none;transform:none}.marquee-track>[aria-hidden=true]{display:none}}
