.elementor-6531 .elementor-element.elementor-element-64c4d15{--display:flex;--min-height:315px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-359f173 */.season-widget {
    position: relative;
    overflow: hidden;
    padding: 10rem;
    background: #111; /* fallback */
    color: #fff;
    font-family: "Comfortaa";
    font-size: 2.5vw;
    text-transform: lowercase;
}

.season-lottie-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.season-lottie-bg::part(svg) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.season-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.season-bar {
    height: 6px;
    background: rgba(255,255,255,0.25);
    border-radius: 6px;
    margin-top: 1rem;
    overflow: hidden;
}

.season-bar span {
    display: block;
    height: 100%;
    background: #3b82f6;
}/* End custom CSS */