.scroller-wrapper{display:flex}[data-animated="true"]{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}[data-animated="true"] .scroller-wrapper{width:max-content;flex-wrap:nowrap;animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite}@keyframes scroll{to{transform:translate(var(--_translation-value))}}
