.scroller{max-width:100%}.scroller[data-animated=true]{position:relative;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller__inner{display:flex;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}.scroller[data-animated=true] .scroller__inner{width:max-content;flex-wrap:nowrap;animation:scroll 60s linear infinite}.scroller:hover .scroller__inner{animation-play-state:paused}@keyframes scroll{to{transform:translateX(calc(-50% - .75rem))}}