.marquee{white-space:nowrap;width:100%;padding:1em 0;animation:30s infinite both bg-colors;display:flex;overflow:hidden}.marquee .marquee__item{color:#fff;padding:1em 0;animation-name:marquee-content;animation-duration:45s;animation-timing-function:linear;animation-iteration-count:infinite;display:inline-block}.marquee .marquee__item span:after{content:"";background-image:url(/build/assets/star-DIhr4b8i.svg);background-repeat:no-repeat;background-size:100% 100%;width:1em;height:1em;margin:0 .25em -.125em .5em;display:inline-block}.marquee .marquee:hover .marquee__item{animation-play-state:paused}@keyframes marquee-content{0%{transform:translate(0%)}to{transform:translate(-100%)}}
