.marquee-module{background:linear-gradient(100deg,rgba(48,231,125,.9) 20%,rgba(246,134,53,.9) 50%,rgba(127,50,234,.9) 80%);position:relative;width:100%}.marquee-wrapper{display:flex;position:relative}.marquee,.marquee-wrapper{align-items:center;white-space:nowrap}.marquee{animation:marquee 20s linear infinite;display:inline-flex;margin-top:-65px;text-transform:uppercase;z-index:4}.marquee svg{margin:0 50px}.marquee-text{color:#f9f9f9;font-family:Unbounded;font-size:128px;font-style:normal;font-weight:900;line-height:normal;margin-top:0;white-space:nowrap;z-index:5}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media (prefers-reduced-motion:reduce){.marquee-module .marquee{animation-play-state:paused!important}}