@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll-x{animation:90s linear infinite scroll-x}.animate-scroll-x:hover{animation-play-state:paused}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.3s ease-in-out forwards fade-in}
