.ag-ticker-bar,.ag-ticker-bar *{box-sizing:border-box}.ag-ticker-bar{background:var(--ag-ticker-bg,#035679);height:var(--ag-ticker-height,36px);overflow:hidden;z-index:var(--ag-ticker-z,210);display:flex;align-items:center;width:100%;font-family:var(--ag-ticker-font,'Diodrum',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif)}.ag-ticker-bar.is-sticky{position:sticky;top:0}.ag-ticker-bar.is-static{position:relative}.ag-ticker-track{display:flex;align-items:center;white-space:nowrap;animation:ag-ticker-scroll var(--ag-ticker-speed,48s) linear infinite;gap:0;min-width:max-content}.ag-ticker-bar.pause-on-hover:hover .ag-ticker-track{animation-play-state:paused}@keyframes ag-ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ag-ticker-item{display:inline-flex;align-items:center;gap:10px;padding:0 var(--ag-ticker-item-padding,2.5rem);font-size:12px;color:var(--ag-ticker-muted,rgba(255,255,255,.6));letter-spacing:.01em;font-family:inherit;line-height:1}.ag-ticker-label{font-weight:600;color:var(--ag-ticker-label-color,#00c0de);font-size:10px;letter-spacing:.08em;text-transform:uppercase;background:var(--ag-ticker-label-bg,rgba(255,255,255,.10));padding:2px 6px;border-radius:0;flex-shrink:0;line-height:1.2}.ag-ticker-text{color:var(--ag-ticker-text,rgba(255,255,255,.75))}.ag-ticker-link{color:var(--ag-ticker-link,#DFE9B7);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--ag-ticker-link,#DFE9B7) 40%,transparent);font-weight:400;transition:color .15s,text-decoration-color .15s}.ag-ticker-link:hover,.ag-ticker-link:focus{color:var(--ag-ticker-link-hover,#fff);text-decoration-color:rgba(255,255,255,.6)}.ag-ticker-sep{display:inline-block;color:var(--ag-ticker-sep,rgba(255,255,255,.2));padding:0 .5rem;font-size:14px;flex-shrink:0;line-height:1}@media (prefers-reduced-motion:reduce){.ag-ticker-track{animation:none}}