@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@keyframes scroll-right{0%{transform:translate(calc(-50% - 8px))}to{transform:translate(0)}}.animate-scroll-x{animation:scroll-left 150s linear infinite;display:flex;width:-moz-fit-content;width:fit-content}.animate-scroll-x>div{padding-right:16px}.animate-scroll-x-reverse{animation:scroll-right 150s linear infinite;display:flex;width:-moz-fit-content;width:fit-content}.animate-scroll-x-reverse>div{padding-right:16px}@media (max-width:768px){.animate-scroll-x,.animate-scroll-x-reverse{animation-duration:100s}.animate-scroll-x-reverse>div,.animate-scroll-x>div{padding-right:12px}}@media (max-width:480px){.animate-scroll-x,.animate-scroll-x-reverse{animation-duration:75s}}
