/* ------------- CUSTOM EVENTS V5 START --------------- */
#home .custom-events-v5 {
    background-color: var(--custom-events-v5-bg, #f1f1f1);
    color: var(--custom-events-v5-section-title-color, var(--primary-color));
    padding-left: var(--side-padding, 32px);
    padding-right: var(--side-padding, 32px);
}

#home .custom-events-v5 .see-all-button {
    background-color: var(--custom-events-v5-section-button-bg-color, var(--primary-color));
    color: var(--custom-events-v5-section-button-text-color, #fff);
}

@media only screen and (max-width: 1500px) {
    #home .custom-events-v5 {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media only screen and (max-width: 1200px) {
    #home .custom-events-v5 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 600px) {
    #home .custom-events-v5 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#home .custom-events-v5 .custom-swiper-container {
    position: relative;
}

#home .custom-events-v5 .custom-swiper-navigation {
    justify-content: center;
    margin-top: 40px;
}

#home .custom-events-v5 .event-item {
    display: flex;
    text-align: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 320px;
    background-color: var(--custom-events-v5-card-background-color, #fff);
    padding: 35px 15px;
    text-decoration: none;
    box-sizing: border-box;
}

#home .custom-events-v5 .event-item__date {
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--custom-events-v5-date-bg-color, var(--primary-color));
    color: var(--custom-events-v5-date-text-color, #fff);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

#home .custom-events-v5 .event-item__date .start-month {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

#home .custom-events-v5 .event-item__date .start-date {
    display: block;
    font-size: 48px;
    font-weight: 900;
    border-bottom: none;
    line-height: 1;
}

#home .custom-events-v5 .event-item__date .start-weekday {
    display: none;
}

#home .custom-events-v5 .event-item__date .date-separator {
    display: none;
}

#home .custom-events-v5 .event-item__date .end-weekday,
#home .custom-events-v5 .event-item__date .end-month,
#home .custom-events-v5 .event-item__date .end-date {
    display: none;
}

#home .custom-events-v5 .event-item__title {
    margin-top: 1.25em;
    color: var(--custom-events-v5-title-text-color, var(--primary-color));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#home .custom-events-v5 .event-item__time {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25em;
    padding-top: 1.5em;
    border-top: 1px solid var(--custom-events-v5-decoration-color, var(--secondary-color));
    color: var(--custom-events-v5-time-text-color, var(--primary-color));
}

#home .custom-events-v5 .event-item__time .time {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

/* ------------- CUSTOM EVENTS V5 END --------------- */