.marquee{overflow:hidden;white-space:nowrap}.marquee__content{display:flex;animation:scroll 40s linear infinite;width:max-content;will-change:transform}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee--fit-content{max-width:100%;width:100%}.marquee__content>*{flex:0 0 auto;margin:0 1em;padding:1rem;display:flex;justify-content:center;align-items:center}.enable-animation{position:relative}
