@media (max-width: 768px) {
    .splide.with-pagination {
       padding-bottom: 1.5rem;
    }
}
.splide__arrow {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F3F5F6;
    box-shadow:  0 1px 1px 0 rgba(0,0,0,0.25);
    opacity: 1;
}
.splide__arrow:disabled {
    opacity: 0;
}
.splide__arrow > * {
    display:none;
}
.splide__arrow.splide__arrow--prev {
    background-image: url('data:image/svg+xml,<svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.25 1L0.5 7.75L7.25 14.5" stroke="%2348536C" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    left: -1rem;
}
.splide__arrow.splide__arrow--next {
    background-image: url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.625 1.25L7.375 8L0.625 14.75" stroke="%2348536C" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    right: -1rem;
}
.splide__pagination {
    bottom: 0;
}
.splide__pagination__page {
    opacity: 1;
    background-color: #192A6B33;
}
.splide__pagination__page.is-active {
    transform: unset !important;
    background-color: #192A6BCC;
}
@media (min-width: 768px) {
    .splide__mobile .splide__track {
        overflow:unset;
    }
    .splide__mobile .splide__list {
        --gutter-x: 1.5rem;
        --gutter-y: 0;
        flex-wrap: wrap;
        display:flex !important;
        margin-top: calc(-1 * var(--gutter-y)) !important;
        margin-right: calc(-.5 * var(--gutter-x)) !important;
        margin-left: calc(-.5 * var(--gutter-x)) !important;
    }
    .splide__mobile .splide__slide {
        flex: 1 0 0%;
        margin-top: var(--gutter-y) !important;
        padding-left: calc(var(--gutter-x) / 2) !important;
        padding-right: calc(var(--gutter-x) / 2) !important;
    }
    .splide__mobile .splide__slide.auto {
        flex: 0 0 auto;
        width: auto;
    }
    .splide__mobile .splide__list.row-cols-2 > *{
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .splide__mobile .splide__list.row-cols-md > *{
        flex: 1 0 0%;
        width: auto;
    } 
}