[data-v-75c2e63d] .swiper-wrapper {
    /*position: absolute;*/
    font-size: 0
}

.slide-mask[data-v-75c2e63d] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 24, 55, .15) 100%)
}

.slide-caption[data-v-75c2e63d] {
    position: absolute;
    bottom: 110px;
    padding: 10px 40px 10px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(0, 24, 55, .9) 0%, rgba(0, 24, 55, .5) 100%)
}

.slide-caption[data-v-75c2e63d]:before {
    display: inline-block;
    width: 2px;
    height: 16px;
    margin-right: 10px;
    vertical-align: -.5ex;
    background-color: currentcolor;
    content: ""
}

[data-v-75c2e63d] .swiper-button-prev {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 12px;
    transform: none;
    left: 64px
}

[data-v-75c2e63d] .swiper-button-next {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 12px;
    transform: none;
    right: 64px;
    left: auto
}

[data-v-75c2e63d] .swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 0;
    text-align: center
}

[data-v-75c2e63d] .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 4px;
    margin: 0 2px;
    padding: 0 4px;
    background-color: #001837;
    background-clip: content-box;
    opacity: .3
}

[data-v-75c2e63d] .swiper-pagination-bullet-active {
    opacity: 1
}

@media (any-hover: hover) {

    [data-v-75c2e63d] .swiper-button-prev:hover,
    [data-v-75c2e63d] .swiper-button-next:hover {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .slide-caption[data-v-75c2e63d] {
        bottom: 40px;
        padding: 4px 20px 4px 12px;
        font-size: 12px
    }

    [data-v-75c2e63d] .swiper-button-prev,
    [data-v-75c2e63d] .swiper-button-next {
        display: none
    }

    [data-v-75c2e63d] .swiper-pagination {
        bottom: 20px
    }

    [data-v-75c2e63d] .swiper-pagination-bullet {
        width: 18px;
        height: 2px
    }
}