.dedication-ticker{width:100%;padding:8px 0;background:linear-gradient(90deg,#d5037a,#6c3ce1,#0096db);overflow:hidden}.dedication-ticker-track{display:flex;width:-moz-max-content;width:max-content;animation:ticker 35s linear infinite}.dedication-ticker-text{white-space:pre;color:#fff;font-weight:600;font-size:14px}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}