.animate-scroll-wrapper{overflow:hidden}.animate-scroll{animation:scroll linear infinite;animation-duration:var(--animation-duration, 20s);width:-moz-max-content;width:max-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--total-width)))}}
