.news-ticker-container-4239ee83 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.ticker-track-4239ee83 {
    display: flex;
    width: max-content;
}

.ticker-content-4239ee83 {
    display: inline-flex;
    align-items: center;
}

.ticker-item-4239ee83 {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.ticker-icon-4239ee83 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.ticker-icon-4239ee83 svg {
    display: block;
}

.ticker-item-4239ee83 a {
    text-decoration: none;
}

.ticker-item-4239ee83 a:hover {
    text-decoration: underline;
}

.ticker-track-4239ee83.pause-on-hover:hover {
    animation-play-state: paused !important;
}

@keyframes tickerMove-4239ee83 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
