@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-360px * 4))}}@keyframes scroll-reverse{0%{transform:translateX(calc(-360px * 4))}to{transform:translateX(0)}}.animate-scroll{animation:scroll 20s linear infinite}.animate-scroll,.animate-scroll-reverse{width:-moz-fit-content;width:fit-content;display:flex}.animate-scroll-reverse{animation:scroll-reverse 20s linear infinite}.animate-scroll:hover{animation-play-state:paused}.overflow-x-auto::-webkit-scrollbar{display:none}.overflow-x-auto{-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap}