.ticker-container-fc9f7baa {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
}

.ticker-track-fc9f7baa {
    display: flex;
    will-change: transform;
}

.ticker-item-fc9f7baa {
    padding: 0 50px;
    flex-shrink: 0;
    display: inline-block;
}