.ticker-info{display:flex;justify-content:space-between;align-items:center;align-self:stretch;overflow:hidden;background:#fcff7a;height:2.5rem}
@media(min-width:1024px){.ticker-info{height:50px}
}
.ticker-info-track{overflow:hidden}
.ticker-info-list{display:flex;align-items:center;width:max-content;gap:2rem;animation:ticker 10s linear infinite}
.ticker-info-list-item{font-family:"SantanderText-Regular";font-size:16px;line-height:130%;font-weight:700;white-space:nowrap}
.ticker-info-list.paused{animation-play-state:paused}
.ticker-info-controls{background-color:#fff;display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;align-self:stretch;aspect-ratio:1}
.ticker-info-controls img{width:24px;height:24px;flex-shrink:0;aspect-ratio:1}
.ticker-info-controls button{border:0;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}
@media(min-width:1024px){.ticker-info-controls button{width:34px;height:34px}
}
@keyframes ticker{from{transform:translateX(0)}
to{transform:translateX(calc(-1 * var(--loop-width)))}
}
.aem-AuthorLayer-Edit .ticker-info-list{animation:none}