.elementor-16388 .elementor-element.elementor-element-64c8cd6{--display:flex;--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 */header { display: none; }
footer { display: none; }

/* Default: desktop / landscape behavior */
.responsive-iframe {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9; /* landscape */
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile override */
@media (max-width: 768px) {
    .responsive-iframe {
        width: 100vw;
        height: 100dvh;
        aspect-ratio: auto;
    }

    .responsive-iframe iframe {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100dvh;
    }
}/* End custom CSS */