.elementor-4114 .elementor-element.elementor-element-ca29aea{--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;}/* Start custom CSS */body {
    overflow-x: hidden ;
}

/* Fix mobile landscape overflow */
html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}

/* Make all columns responsive in landscape */
.elementor-column,
.elementor-widget-wrap {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Images auto resize on rotate */
img {
    max-width: 100%;
    height: auto;
}/* End custom CSS */