.notification-marquee{letter-spacing:.5px;width:100%;padding:12px 0;font-family:Nunito,sans-serif;font-weight:600;overflow:hidden}.marquee-track{white-space:nowrap;will-change:transform;width:max-content;display:flex}.marquee-group{flex-shrink:0;align-items:center;gap:40px;min-width:max-content;padding-right:40px;display:flex}.marquee-item{font-size:16px;display:inline-block}.marquee-slow{animation:32s linear infinite marquee-scroll}.marquee-normal{animation:20s linear infinite marquee-scroll}.marquee-fast{animation:12s linear infinite marquee-scroll}@keyframes marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (max-width:768px){.notification-marquee{padding:10px 0}.marquee-group{gap:28px;padding-right:28px}.marquee-item{font-size:14px}}@media (max-width:480px){.marquee-group{gap:24px;padding-right:24px}.marquee-item{font-size:12px}}
