/* Wrapper style */
.marquee-wrapper-bf764487 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Border styles via elementor prefix class */
.marquee-border-yes .marquee-wrapper-bf764487 {
    border-top-style: solid;
    border-bottom-style: solid;
}

/* Horizontal Track & Layout */
.marquee-track-bf764487 {
    display: flex;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-inner-bf764487 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    will-change: transform;
}

/* Vertical Track & Layout */
.marquee-direction-bottom_to_top- .marquee-track-bf764487,
.marquee-direction-top_to_bottom- .marquee-track-bf764487,
.marquee-direction-tablet-bottom_to_top- .marquee-track-bf764487,
.marquee-direction-tablet-top_to_bottom- .marquee-track-bf764487,
.marquee-direction-mobile-bottom_to_top- .marquee-track-bf764487,
.marquee-direction-mobile-top_to_bottom- .marquee-track-bf764487 {
    flex-direction: column;
    height: 250px;
    white-space: normal;
}

.marquee-direction-bottom_to_top- .marquee-inner-bf764487,
.marquee-direction-top_to_bottom- .marquee-inner-bf764487,
.marquee-direction-tablet-bottom_to_top- .marquee-inner-bf764487,
.marquee-direction-tablet-top_to_bottom- .marquee-inner-bf764487,
.marquee-direction-mobile-bottom_to_top- .marquee-inner-bf764487,
.marquee-direction-mobile-top_to_bottom- .marquee-inner-bf764487 {
    flex-direction: column;
    white-space: normal;
    width: 100%;
}

/* Items style */
.marquee-item {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.marquee-item-vertical {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.marquee-item-text {
    display: block;
    white-space: nowrap;
}

/* Separator styles */
.marquee-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 32px;
}

.marquee-separator.marquee-item-vertical {
    margin-bottom: 32px;
    margin-right: 0;
}

/* Fade out masks */
.marquee-wrapper-bf764487.has-fade-effect::before,
.marquee-wrapper-bf764487.has-fade-effect::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 2;
    pointer-events: none;
}

.marquee-wrapper-bf764487.has-fade-effect::before {
    left: 0;
}

.marquee-wrapper-bf764487.has-fade-effect::after {
    right: 0;
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .marquee-inner-bf764487 {
        transform: none !important;
    }
}

/* Editor disabled prefix classes */
.marquee-disabled-yes- .marquee-inner-bf764487 {
    transform: none !important;
}
