.elementor-kit-24{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#4D4D4D;--e-global-color-text:#4D4D4D;--e-global-color-accent:#72AA1D;--e-global-color-af455af:#FFFFFF;--e-global-color-ba937f2:#61ABAB;--e-global-color-a210d1d:#0D293B;--e-global-color-c6687ba:#CEAA77;--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;font-family:"open-sans", Sans-serif;}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24 a{color:var( --e-global-color-accent );font-family:"proxima-nova", Sans-serif;}.elementor-kit-24 a:hover{color:var( --e-global-color-a210d1d );}.elementor-kit-24 h1{font-family:"proxima-nova", Sans-serif;}.elementor-kit-24 h2{font-family:"proxima-nova", Sans-serif;}.elementor-kit-24 h3{font-family:"proxima-nova", Sans-serif;}.elementor-kit-24 h4{font-family:"proxima-nova", Sans-serif;}.elementor-kit-24 h5{font-family:"proxima-nova", Sans-serif;}.elementor-kit-24 h6{font-family:"proxima-nova", Sans-serif;}.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);}@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 */header.sticky-header {
    --header-height: 100px;
    --opacity: 0.70;
    --shrink-me: 0.70;
    --sticky-background-color: #0e41e5;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transticky-headersition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: #FFF !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}/* End custom CSS */