.bb-11240-wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.bb-11240-wrapper.bb-11240-sticky {
    position: fixed;
    left: 0;
    width: 100vw;
}

.bb-11240-wrapper.bb-11240-sticky-top {
    top: 0;
}

.bb-11240-wrapper.bb-11240-sticky-bottom {
    bottom: 0;
}

.elementor-editor-active .bb-11240-wrapper.bb-11240-sticky {
    position: relative;
    width: 100%;
}

.bb-11240-track-container {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.bb-11240-track {
    display: flex;
    align-items: center;
    transform: translateX(0);
    will-change: transform;
    width: max-content;
}

.bb-11240-item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.bb-11240-content {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bb-11240-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bb-11240-icon i {
    display: inline-block;
}

.bb-11240-icon svg {
    display: inline-block;
    height: 1em;
    width: 1em;
}
