.scroll-container{overflow:hidden;width:100%}.scroll-content{animation:scroll 30s linear infinite;display:flex;width:var(--scroll-content-width)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.scroll-content:hover{animation-play-state:paused}[data-v-37db168a]:root{--scroll-content-width:100%}
