.elementor-kit-8{--e-global-color-primary:#2494C0;--e-global-color-secondary:#DDF5FF;--e-global-color-text:#5A5862;--e-global-color-accent:#2DB9F0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.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 */a {
    text-decoration: none !important;
    outline: none !important;
}

body {
    --accent-color: var(--e-global-color-accent, #364151);
    --title-color: var(--e-global-color-primary, #364151);
    --text-color: var(--e-global-color-text, #0F172A);
    
    h1 {
        color: var(--title-color) !important;
        font-size: 26px !important;
        font-weight: 800 !important;
        line-height: 32px !important;
        font-family: 'Poppins', serif !important;
        margin: 0 !important;
    }
    
    h2 {
        color: var(--title-color) !important;
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 700 !important;
        font-family: 'Poppins', serif !important;
        margin: 0 !important;

        &.small {
            font-size: 18px !important;
            line-height: 24px !important;
        }
    }
    
    p:last-child {
        margin: 0;
    }
    
    @media (max-width: 1024px) {
        h2 {
            font-size: 22px !important;
            line-height: 28px !important;

            &.small {
                font-size: 22px !important;
                line-height: 28px !important;
            }
        }
    }
}/* End custom CSS */