.widget-slideshow,
.slideshow-slide {
    position: relative;
}

.widget-slideshow .slideshow-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.slide-container {
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slide-container .slideshow-card-container,
.card-outer-container .card-container {
    z-index: 2;
}

.slideshow-swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.card-outer-container {
    margin: auto;
}

*}
@media screen and (min-width: 1100px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-slide img,
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slide-container {
            height: auto;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-slide img,
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slide-container {
            height: auto;
        }
    }

.widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
        max-width: 1000px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card,
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card p {
            --heading-color: var(--grey-900);
            --display-color: var(--grey-900);
            color: var(--grey-900);
        }
    


.widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
    text-align: center;
}

@media screen and (max-width: 767px){
    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
        text-align: center;
    }
}

    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .swiper-inline-navigation-btn {
        --swiper-nav-inline-icon-color: var(--grey-900);
        background-color: rgba(255,255,255,.85);
    }

    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .swiper-inline-navigation-btn:hover,
    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .swiper-inline-navigation-btn:focus {
        --swiper-nav-inline-icon-color: var(--grey-700);
    }

    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 1100px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
                            margin-block-start: 0;
                margin-block-end: calc(var(--bs-gutter-x) * .5);
                    }
    }

    @media screen and (max-width: 1099px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
            margin-block-start: 0;
            margin-block-end: calc(var(--bs-gutter-x) * .5);
            margin-inline: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-2xl);
    }


    .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slideshow-card {
        background-color: rgba(255,255,255,1);
        border-radius: var(--card-border-radius);
    }





    @media screen and (min-width: 768px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .card-container {
            position: relative;
            z-index: 1;
        }

        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slide-container {
            display: none !important;
        }
    }

    @media screen and (min-width: 768px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .card-container {
            margin-block-start: -100px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .card-container {
            position: relative;
            z-index: 1;
        }

        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .slide-container {
            display: none !important;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-9c5df9ad-5e4a-4246-b414-62d384e0c4fe .card-container {
            margin-block-start: -50px;
        }
    }



.widget-image-card {
    border: none;
}

.widget-image-card:hover {
    box-shadow: var(--shadow-xs)
}

.widget-image-card .card-title {
    margin-bottom: 0;
}

.widget-image-card .stretched-link:after {
    border-radius: var(--bs-card-inner-border-radius);
}

.stretched-link:after {
    transition: background-color 0.15s ease-in-out;
}

.widget-image-card--dark .card-title,
.widget-image-card--dark-hover .card-title,
.widget-image-card--dark .card-paragraph,
.widget-image-card--dark-hover .card-paragraph {
    color: #fff;
}

.widget-image-card--light .card-title,
.widget-image-card--light-hover .card-title,
.widget-image-card--light .card-paragraph,
.widget-image-card--light-hover .card-paragraph {
    color: var(--grey-900);
}

.widget-image-card--dark .card-title,
.widget-image-card--dark-hover .card-title,
.widget-image-card--dark .card-paragraph,
.widget-image-card--dark-hover .card-paragraph {
    text-shadow: 0 0 4px #000;
}

.widget-image-card--light .card-title,
.widget-image-card--light-hover .card-title,
.widget-image-card--light .card-paragraph,
.widget-image-card--light-hover .card-paragraph {
    text-shadow: 0 0 4px #fff;
}

@media (hover: hover) {
        .widget-image-card--dark:hover .stretched-link:after,
    .widget-image-card--dark-hover:hover .stretched-link:after {
        background-color: rgba(0, 0, 0, .05);
    }

        .widget-image-card--light:hover .stretched-link:after,
    .widget-image-card--light-hover:hover .stretched-link:after {
        background-color: rgba(255, 255, 255, .05);
    }
}

.widget-image-card--dark .card-img-overlay--dark {
    background-image: linear-gradient(to top, rgba(24, 24, 27, .15), transparent 4.5rem);
}

.widget-image-card--light .card-img-overlay--light {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .25), transparent 4.5rem);
}







