.text-marquee-container{background:transparent;overflow:hidden;padding:10px 0;position:relative;width:100%}.marquee-wrapper{animation:scroll-left linear infinite;animation-duration:20s;display:flex;width:max-content}.text-marquee-container.pause-on-hover:hover .marquee-wrapper{animation-play-state:paused}.marquee-content{align-items:center;display:flex;flex-shrink:0;white-space:nowrap}.marquee-item{display:inline-block;font-family:Public Sans,sans-serif;font-weight:400;font-weight:900;line-height:1.2;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.marquee-separator{display:inline-block;flex-shrink:0}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.text-marquee-container{padding:8px 0}.marquee-item{font-size:14px!important}}@media (max-width:480px){.text-marquee-container{padding:6px 0}.marquee-item{font-size:12px!important}}@media (prefers-reduced-motion:reduce){.marquee-wrapper{animation:none}.text-marquee-container:hover .marquee-wrapper{animation-play-state:running}}