.cf-elementor-widget.cf-animations-exhibitor {
    position: relative;
    background-color: var(--cf-color-white);
    margin-top: -25px;
    border-radius: 25px 25px 0 0;
    padding: 70px 10px 115px;
    box-sizing: border-box;
}

.cf-elementor-widget.cf-animations-exhibitor .container {
    position: relative;
    padding: 0;
}

.cf-elementor-widget.cf-animations-exhibitor h2.exhibitors-title {
    text-align: center;
    margin-bottom: 30px;
}

/*----- Image container -----*/
.cf-elementor-widget.cf-animations-exhibitor .image-container {
    width: 100%;
    height: 544px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -85px;
    z-index: 0;
}

.cf-elementor-widget.cf-animations-exhibitor .image-container::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--cf-color-black) 0%, var(--cf-color-black-0) 80%);
    backdrop-filter: blur(2px);
}

.cf-elementor-widget.cf-animations-exhibitor .image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, var(--cf-color-white) 0%, var(--cf-color-white-0) 100%);
    z-index: 0;
}

/*----- Swiper -----*/
.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper {
    position: relative;
    padding-bottom: 24px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide {
    display: grid;
    width: 100%;
    min-height: 352px;
    height: auto;
    box-sizing: border-box;
}

/*----- Animation card -----*/
.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card {
    display: grid;
    width: auto;
    height: auto;
    position: relative;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card.animation-passed {
    filter: grayscale(1);
    pointer-events: none;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--image {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--image img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card:hover .animation-card--image img {
    transform: scale(1.1);
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content {
    width: 85%;
    background: rgba(51, 72, 142, 0.5);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-title {
    display: block;
    margin-bottom: 13px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-title a {
    display: block;
    color: var(--cf-color-white);
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: normal;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-location {
    margin-top: 10px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-location {
    display: block;
    margin-top: 10px;
    padding: 6px 0;
    box-sizing: border-box;
    max-width: 230px;
    width: 100%;
    color: var(--cf-color-white);
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: normal;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-title .animation-stand {
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-5px);
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-exhibitors {
    display: block;
    margin-top: 12px;
    width: fit-content;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-location {
    margin-top: 10px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-date {
    display: block;
    margin-top: 18px;
    padding: 6px 0;
    box-sizing: border-box;
    max-width: 230px;
    width: 100%;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-hour {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: fit-content;
    background: var(--cf-color-primary);
    color: var(--cf-color-white);
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content ul.animation-hours li.animation-hour {
    padding: 5px 10px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-permalink {
    margin-top: 23px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content .animation-permalink a {
    margin-top: 23px;
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
}

/*----- Swiper pagination -----*/
.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-custom-pagination {
    top: calc(100%);
    height: 2px;
    width: 100%;
    max-width: 1240px;
}

.cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-custom-pagination .swiper-pagination-progressbar-fill {
    height: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}

/*----- Responsive -----*/
@media screen and (min-width: 630px) {
    .cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-custom-pagination.arrows-on-mobile {
        display: none;
    }
}

@media screen and (min-width: 895px) {
    .cf-elementor-widget.cf-animations-exhibitor {
        margin-top: -50px;
        border-radius: 50px 50px 0 0;
        padding: 70px 10px 140px;
    }

    .cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide .animation-card .animation-card--content {
        width: 60%;
        padding: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .cf-elementor-widget.cf-animations-exhibitor {
        margin-top: -100px;
        border-radius: 100px 100px 0 0;
        padding: 70px 10px 190px;
    }

    .cf-elementor-widget.cf-animations-exhibitor .cf-animations-swiper .swiper-slide {
        width: 517px;
    }
}