@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes scrollRight{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.animate-scroll-left-endless{width:max-content;animation:20s linear infinite scrollLeft}.animate-scroll-right-endless{width:max-content;animation:20s linear infinite scrollRight}.animate-scroll-left-endless>*,.animate-scroll-right-endless>*{flex-shrink:0}.hover-pause-animation:hover{animation-play-state:paused}
