.r-marquee>div{overflow:hidden;text-align:left}.df-topic-track{display:flex;width:max-content;animation:df-topics-right 35s linear infinite;will-change:transform}.df-topic-track>span{display:block;flex:0 0 auto;min-width:100vw;white-space:nowrap;padding-right:.35em}@keyframes df-topics-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.df-topic-track{animation:none;transform:none}}

/* Keep coloured bands stationary; only their transparent text tracks move. */
.r-marquee>div{width:100%;position:relative;animation:none!important;transition:none!important}.r-marquee>div>.df-topic-track{background:transparent!important;border:0;box-shadow:none;margin:0;padding:0}.df-topic-track>span{background:transparent!important}

/* Angle the stationary background independently of the moving lettering. */
.r-marquee>div:nth-child(2){transform:none;background:transparent!important;isolation:isolate;padding:26px 0}
.r-marquee>div:nth-child(2)::before{content:"";position:absolute;inset:0;background:var(--df-deep,#1b1238);clip-path:polygon(0 12%,100% 0,100% 88%,0 100%);z-index:-1;pointer-events:none}
.r-marquee .df-topic-track{position:relative;z-index:1}
