@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-scroll-left{animation:scrollLeft 30s linear infinite}.animate-scroll-right{animation:scrollRight 30s linear infinite}.scroll-container:hover .animate-scroll-left,.scroll-container:hover .animate-scroll-right{animation-play-state:paused}.scroll-row{display:flex;gap:1.5rem;width:-moz-max-content;width:max-content}@media (prefers-reduced-motion:reduce){.animate-scroll-left,.animate-scroll-right{animation:none}}@media (max-width:768px){.animate-scroll-left,.animate-scroll-right{animation-duration:60s}}