/* Auto Sliding Text - 6ed099a8 */

.ast-6ed099a8-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Horizontal */
.ast-6ed099a8-horizontal .ast-6ed099a8-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
}

.ast-6ed099a8-horizontal .ast-6ed099a8-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
}

.ast-6ed099a8-horizontal .ast-6ed099a8-item {
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
}

.ast-6ed099a8-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    user-select: none;
    line-height: 1;
}

/* Vertical */
.ast-6ed099a8-vertical {
    height: 150px;
}

.ast-6ed099a8-vertical .ast-6ed099a8-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.ast-6ed099a8-vertical .ast-6ed099a8-group {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.ast-6ed099a8-vertical .ast-6ed099a8-item {
    flex-shrink: 0;
    margin: 0;
}

/* Pause on hover */
.ast-6ed099a8-wrapper.ast-6ed099a8-paused .ast-6ed099a8-track {
    animation-play-state: paused !important;
}
