.splide__arrows {
    position: absolute;
}

.splide__arrow {
    border: none;
    position: absolute;
    padding: 0;
    background-color: transparent;
}

.splide__arrow .splide__arrow[disabled=disabled],
.splide__arrow:disabled {
    opacity: 0;
    visibility: hidden;
}

.style-one .splide__arrow {
    height: 33px;
    width: 20px;
    top: -30px;
    right: 0
}

.style-one .splide__arrow.splide__arrow--prev {
    right: 40px;
}

.style-one .splide__arrow.splide__arrow--prev:after {
    margin-top: 11px
}

.style-one .splide__arrow.splide__arrow--next:before {
    margin-top: 0px
}

.style-one .splide__arrow.splide__arrow--next:after {
    margin-top: 11px
}

.splide__arrow:before,
.splide__arrow:after {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background-color: #C4C4C4;
    border-radius: 4px;
}



.splide__arrow.splide__arrow--prev:before,
.splide__arrow.splide__arrow--next:after {
    transform: rotate(-45deg);
}



.splide__arrow.splide__arrow--prev:after,
.splide__arrow.splide__arrow--next:before {
    transform: rotate(45deg);
}

.splide__arrow:hover:before,
.splide__arrow:hover:after {
    background-color: var(--primary-color);
}


.splide__pagination {
    /* margin-top: 40px; */
    bottom: -30px;
}

.splide__pagination button {
    border: 0;
    width: 14px;
    height: 14px;
    background-color: var( --third-color); 
    margin-right: 20px;
    border-radius: 50%;
    padding: 0;
}

.splide__pagination button.is-active {
    background-color: var(--primary-color);
    width: 18px;
    height: 18px;
}