.elementor-kit-86{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#1E1E1E;--e-global-color-text:#F8F6F1;--e-global-color-accent:#39BF67;--e-global-color-inverse_primary:#C7DCFF;--e-global-color-5586596:#047CEF;--e-global-color-2bdb0b7:#C2EBBC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:2.688rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:0.914em;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.456em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:0.938rem;--e-global-typography-accent-font-weight:900;--e-global-typography-accent-line-height:1.663em;--e-global-typography-inverse_primary-font-family:"Roboto";background-color:var( --e-global-color-primary );}.elementor-kit-86 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

body::before, body::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1px;
    background: black;
}

body::before {
    left: 50px;
}

body::after {
    right: 50px;
}

header.elementor-location-header, 
footer.elementor-location-footer, 
.elementor-section {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

/* Tablet */
@media (max-width: 1024px) {
    body {
        padding-left: 30px;
        padding-right: 30px;
    }

    body::before {
        left: 30px;
    }

    body::after {
        right: 30px;
    }

    header.elementor-location-header, 
    footer.elementor-location-footer, 
    .elementor-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    body {
        padding-left: 15px;
        padding-right: 15px;
    }

    body::before {
        left: 15px;
    }

    body::after {
        right: 15px;
    }

    header.elementor-location-header, 
    footer.elementor-location-footer, 
    .elementor-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}/* End custom CSS */