.hs-marquee{background:#1f3dff;overflow:hidden;padding:16px 0}.hs-marquee__track{animation:hsMarquee 84s linear infinite;display:flex;width:max-content}.hs-marquee__group{align-items:center;display:inline-flex;gap:24px;padding:0 48px}.hs-marquee__item{color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.4em;line-height:16px;text-transform:uppercase;white-space:nowrap}.hs-marquee__dot{background:#ff4a1c;border-radius:999px;flex:0 0 auto;height:4px;width:4px}@keyframes hsMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.hs-marquee__track{animation:none}}