.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:20s}.scroller[data-speed=slow]{--_animation-duration:140s}.scroller[data-speed=verySlow]{--_animation-duration:600s}.scroller-inner{display:flex;width:-moz-min-content;width:min-content;-moz-column-gap:.5rem;column-gap:.5rem;padding-block:1rem}.scroller[data-animated=true]{overflow:hidden}.scroller-hasmask{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.scroller[data-animated=true] .scroller-inner{animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;width:-moz-max-content;width:max-content}@keyframes scroll{to{transform:translateX(calc(-50% - .5rem))}}