.ticker-viewport{background:#fff;color:#fff;overflow:hidden;padding:10px 0}.ticker-track{animation:scroll 20s linear infinite;display:flex;width:-moz-max-content;width:max-content}.ticker-item{font-family:sans-serif;padding:0 2rem;white-space:nowrap}.ticker-viewport:hover .ticker-track{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
