@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll-x{animation:scroll-x 30s linear infinite}.animate-scroll-x:hover{animation-play-state:paused}
