.fc-ticker-wrap{font-family:Macan,DM Sans,-apple-system,sans-serif}.fc-ticker-wrap *,.fc-ticker-wrap :after,.fc-ticker-wrap :before{box-sizing:border-box;margin:0;padding:0}.fc-ticker{align-items:center;display:flex;height:60px;overflow:hidden}.fc-ticker-inner{align-items:center;animation:fcTick var(--fc-tick-dur,34s) linear infinite;display:inline-flex;white-space:nowrap}.fc-ticker-item{color:var(--fc-ticker-color,#fff);font-size:15px;font-weight:600;letter-spacing:.14em;padding:0 50px;text-transform:uppercase}.fc-ticker-item:before{content:"// ";opacity:.42}@keyframes fcTick{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:767px){.fc-ticker-inner{padding:12px 0}}