.tp-ticker{--tp-ticker-bg:#e53935;--tp-ticker-fg:#fff;--tp-ticker-duration:28s;background:var(--tp-ticker-bg);width:100%;height:40px;color:var(--tp-ticker-fg);position:relative;overflow:hidden}.tp-ticker__shell{align-items:center;height:40px;display:flex}.tp-ticker__badge{letter-spacing:.14em;text-transform:uppercase;background:#0000001f;border-right:1px solid #fff3;flex-shrink:0;align-items:center;gap:.375rem;padding:0 .75rem;font-size:.625rem;font-weight:800;display:inline-flex}.tp-ticker__badge-dot{background:#fff;border-radius:9999px;width:.375rem;height:.375rem;animation:1.6s ease-in-out infinite tp-ticker-pulse;box-shadow:0 0 6px #fffc}@keyframes tp-ticker-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.88)}}.tp-ticker__marquee{flex:1;align-items:center;min-width:0;height:100%;display:flex;overflow:hidden}.tp-ticker__track{will-change:transform;flex-shrink:0;align-items:center;width:max-content;height:100%;display:inline-flex}.tp-ticker__track--animate{animation:tp-ticker-scroll-loop var(--tp-ticker-duration) linear infinite}.tp-ticker--pause-hover:hover .tp-ticker__track--animate{animation-play-state:paused}.tp-ticker__sequence{flex-shrink:0;align-items:center;padding-right:2rem;display:inline-flex}.tp-ticker__item{white-space:nowrap;align-items:center;gap:.5rem;padding:0 1.25rem;font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex}.tp-ticker__item:not(:last-child):after{content:"";background:#ffffff73;border-radius:9999px;width:4px;height:4px;margin-left:.5rem}@keyframes tp-ticker-scroll-loop{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.tp-ticker:not(.tp-ticker--force-scroll) .tp-ticker__track--animate{animation:none}.tp-ticker:not(.tp-ticker--force-scroll) .tp-ticker__marquee{scrollbar-width:none;overflow-x:auto}.tp-ticker:not(.tp-ticker--force-scroll) .tp-ticker__badge-dot{animation:none}}
