/* Explore Events owns this hero contract instead of borrowing slider internals. */
.explore-events-page .page-title {
    overflow: hidden;
}

.explore-events-page .explore-events-hero__decoration {
    bottom: -135px;
    left: -70px;
    pointer-events: none;
    position: absolute;
    width: 101px;
}

.explore-events-page .explore-events-hero__decoration img {
    display: block;
    height: 192px;
    max-width: none;
    width: 101px;
}

.explore-events-page .explore-events-hero__title {
    color: var(--white-color);
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    line-height: 1.12;
    margin: var(--margin-top-30) 0 0;
    max-width: 75rem;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .explore-events-page .explore-events-hero__decoration {
        display: none;
    }
}
