.scroller{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent)}.scroller-inner{display:flex;width:max-content;flex-wrap:nowrap;gap:1.5rem}.animate-scroll-slow{animation:scroll 80s linear infinite}.animate-scroll-medium{animation:scroll 60s linear infinite}.animate-scroll-fast{animation:scroll 40s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - .75rem))}}