.elementor-kit-4{--e-global-color-primary:#0C3C60;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F97A39;--e-global-color-ef5c828:#0C3C60;--e-global-color-2f7f371:#FFFFFF;--e-global-color-4bf135b:#000000;--e-global-color-2b56e2a:#7FB4BE;--e-global-color-8d9f454:#FAC79C;--e-global-color-2af2ccd:#7FB4BE3D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"clarendon-urw";--e-global-typography-secondary-font-weight:600;--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;--e-global-typography-bb0b59a-font-family:"clarendon-urw";--e-global-typography-bb0b59a-font-size:28px;--e-global-typography-bb0b59a-font-weight:400;--e-global-typography-bb0b59a-line-height:1em;--e-global-typography-33debb3-font-family:"Montserrat";--e-global-typography-33debb3-font-size:14px;--e-global-typography-33debb3-font-weight:500;--e-global-typography-33debb3-text-transform:uppercase;--e-global-typography-35c0911-font-family:"Montserrat";--e-global-typography-35c0911-font-size:16px;--e-global-typography-35c0911-font-weight:400;--e-global-typography-35c0911-line-height:1.5em;--e-global-typography-6400c50-font-family:"clarendon-urw";--e-global-typography-6400c50-font-size:25px;--e-global-typography-6400c50-font-weight:400;--e-global-typography-6400c50-line-height:1em;--e-global-typography-7c0da34-font-family:"Montserrat";--e-global-typography-7c0da34-font-size:12px;--e-global-typography-7c0da34-font-weight:600;--e-global-typography-7c0da34-text-transform:uppercase;--e-global-typography-7c0da34-letter-spacing:1px;--e-global-typography-a68c7e3-font-family:"clarendon-urw";--e-global-typography-a68c7e3-font-size:36px;--e-global-typography-a68c7e3-font-weight:200;--e-global-typography-a68c7e3-line-height:1em;--e-global-typography-2546616-font-family:"Montserrat";--e-global-typography-2546616-font-size:20px;--e-global-typography-2546616-font-weight:500;--e-global-typography-2546616-text-transform:uppercase;--e-global-typography-2546616-line-height:1.3em;--e-global-typography-ed6552a-font-family:"Montserrat";--e-global-typography-ed6552a-font-size:16px;--e-global-typography-ed6552a-font-weight:500;--e-global-typography-ed6552a-line-height:1px;background-color:#FFFFFF;color:#565555;font-family:"Montserrat", Sans-serif;font-size:1.9rem;font-weight:400;line-height:1.5em;letter-spacing:0.2px;}.elementor-kit-4 a{color:var( --e-global-color-accent );}.elementor-kit-4 h1{color:var( --e-global-color-accent );font-family:"clarendon-urw", Sans-serif;font-size:30px;letter-spacing:0px;}.elementor-kit-4 h2{font-family:"Helvetica", Sans-serif;font-size:28px;font-weight:500;letter-spacing:0px;}.elementor-kit-4 h3{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:1.9rem;font-weight:400;line-height:1.5em;letter-spacing:0.2px;}.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-kit-4 h3{font-size:1.5rem;}.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.90;
    --shrink-me: 0.50;
    --sticky-background-color: #FCFCFC;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !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 */