.hs-stats-ticker{background-color:#2c6938;overflow:hidden;padding:0;position:relative;user-select:none;-webkit-user-select:none;width:100%}.hs-ticker__track{animation:hs-ticker-scroll var(--ticker-duration,40s) linear infinite;display:flex;width:max-content;will-change:transform}.hs-stats-ticker:hover .hs-ticker__track{animation-play-state:paused}@keyframes hs-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hs-ticker__list{align-items:center;display:flex;flex-shrink:0;list-style:none;margin:0;padding:0}.hs-ticker__item{align-items:center;cursor:default;display:flex;gap:10px;padding:18px 40px;white-space:nowrap}.hs-ticker__number{color:#fff;display:inline-block;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:1;min-width:4ch;text-align:right}.hs-ticker__prefix,.hs-ticker__suffix{color:hsla(0,0%,100%,.75);font-size:clamp(.875rem,1.4vw,1.1rem);font-weight:500;letter-spacing:.01em;line-height:1}.hs-ticker__prefix{margin-right:1px;opacity:.85}.hs-ticker__live-badge{align-items:center;background:#fff;border:1px solid #fff;border-radius:3px;color:#2c6938;display:inline-flex;font-size:.6rem;font-weight:700;gap:5px;letter-spacing:.12em;margin-right:10px;padding:3px 7px 3px 5px;text-transform:uppercase}.hs-ticker__live-dot{animation:hs-live-pulse 1.6s ease-in-out infinite;background:#2c6938;border-radius:50%;flex-shrink:0;height:6px;width:6px}@keyframes hs-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.hs-ticker__divider{align-items:center;display:flex;gap:4px;list-style:none;padding:0 4px}.hs-ticker__divider span{background:hsla(0,0%,100%,.18);border-radius:50%;display:block;height:3px;width:3px}.hs-ticker__divider span:nth-child(2){opacity:.6}.hs-ticker__divider span:nth-child(3){opacity:.3}.hs-ticker__fade{bottom:0;pointer-events:none;position:absolute;top:0;width:120px;z-index:2}.hs-ticker__fade--left{background:linear-gradient(to right,var(--ticker-bg,#0a0a0f) 0,transparent 100%);display:none;left:0}.hs-ticker__fade--right{background:linear-gradient(to left,var(--ticker-bg,#0a0a0f) 0,transparent 100%);display:none;right:0}@media (prefers-reduced-motion:reduce){.hs-ticker__live-dot,.hs-ticker__track{animation:none}}