#et-boc .embla {
    overflow: hidden;
    contain: layout;
}
#et-boc .embla__container {
    display: flex;
}
.embla__slide {
    user-select: none;
}
#et-boc .smooth_scroll .embla__container {
    flex-wrap: nowrap;
    width: 100% !important;
    max-width: none;
}
.smooth_scroll .embla__slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_carousel {
    cursor: grab;
}
.nav_carousel:active {
    cursor: grabbing;
}
#et-boc .nav_carousel .embla__slide {
    margin-right: 20px !important;
}
.nav-buttons {
    line-height: 0;
    display: flex;
    gap: .75rem;
    justify-content: center;
    margin-top: var(--gvid-f0qutocqy9);
}
.nav-buttons button {
    background: none;
    border: none;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}
.embla__prev {
    transform: rotate(180deg);
}

@media screen and (min-width:768px) {
    .mobile_carousel, .nav_carousel {
        width: 95%;
        max-width: 1360px;
    }
}
@media screen and (max-width: 767px) {
    .mobile_carousel, .nav_carousel {
        width: 90%;
    }
    .et_pb_column .mobile_carousel {
        width: 100%;
    }
    .mobile_carousel .embla__slide, .nav_carousel .embla__slide {
        flex: 0 0 100%;
    }
    .embla__dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 1.25rem;
    }
    .embla__dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #b9c1d8;
        cursor: pointer;
        
    }
    .embla__dot.is-selected {
        background: var(--gcid-primary-color);
    }
}
@media screen and (min-width: 981px) {
    .nav_carousel .embla__slide {
        flex: 0 0 calc((100% - 40px) / 3);
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .nav_carousel .embla__slide {
        flex: 0 0 calc(50% - 10px);
    }
}