.stt-bcacbcb3-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.stt-bcacbcb3-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.stt-bcacbcb3-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.stt-bcacbcb3-item {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.stt-bcacbcb3-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.stt-bcacbcb3-wrapper.stt-paused .stt-bcacbcb3-track {
    animation-play-state: paused !important;
}

@keyframes stt-scroll-bcacbcb3 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.3333%);
    }
}
