.elementor-kit-774{--e-global-color-primary:#4356A3;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#171717;--e-global-color-accent:#C6C6C6;--e-global-color-0e36ab3:#161B34;--e-global-color-2737dd0:#627EEF;--e-global-color-9756c10:#000000;--e-global-color-674353f:#878787;--e-global-color-1fca0ff:#F3F3F3;--e-global-color-accf43f:#43A355;--e-global-color-3d9597f:#1B4523;--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;background-color:var( --e-global-color-1fca0ff );color:var( --e-global-color-text );}.elementor-kit-774 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){--kit-widget-spacing: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 {
    color: #4356A3;
}

a:hover {
    color: #0B1857;
}

.heading-decorated {
    --line-color: #4356A3;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.heading-decorated::before {
    content: "";
    height: 3px;
    width: 10%;
    background-color: var(--line-color);
    margin-right: 15px;
}

.heading-decorated::after {
    content: "";
    height: 3px;
    flex-grow: 1; 
    background-color: var(--line-color);
    margin-left: 15px;
}

@media (max-width: 767px) {
    .heading-decorated {
        white-space: normal;
    }
    .heading-decorated::before {
        width: 30px;
    }
}/* End custom CSS */