.elementor-2068 .elementor-element.elementor-element-243e327{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2068 .elementor-element.elementor-element-ded9846{--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;}.elementor-2068 .elementor-element.elementor-element-5d0deac{--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 for container, class: .elementor-element-243e327 *//*
 * Custom CSS for Full-Width "Stretched" Section
 * This code targets any element with the class 'stretched-section'
 * and forces it to span the full width of the browser window.
*/

.stretched-section {
    width: 100vw; /* Sets the width to 100% of the viewport width */
    max-width: 100vw !important; /* Overrides any max-width from Elementor or themes */
    position: relative;
    left: 50%;
    right: 50%;
    
    /* These negative margins pull the section to the screen edges */
    margin-left: -50vw;
    margin-right: -50vw;
}

/*
 * This is a necessary helper rule to prevent a horizontal
 * scrollbar from appearing on your page.
*/
body {
    overflow-x: hidden;
}/* End custom CSS */