.elementor-kit-7788{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-54a48c27:#000;--e-global-color-455b244b:#FFF;--e-global-color-383c019c:#105153;--e-global-color-24b84793:#ADC913;--e-global-color-477628ea:#D6E9D8;--e-global-color-60ecf8a1:#30B6BA;--e-global-color-304d2271:#002021;--e-global-color-27175714:#3366CC;--e-global-color-67d16f3f:#EE9724;--e-global-color-63bfffb4:#46B36C;--e-global-color-6310cf18:#EC5C29;--e-global-color-76758ab:#124B8F;--e-global-color-76ae373b:#27A5DC;--e-global-color-11987efa:#006FC0;--e-global-color-549070bf:#E61C1C;--e-global-color-6a0c6117:#8A1111;--e-global-color-4b28608c:#E6D500;--e-global-color-6d4651bf:#867C04;--e-global-color-46c918a8:#D8F0DD;--e-global-color-1ac4f015:#000000;--e-global-color-9d7bb64:#000000;--e-global-color-1b0ac272:RGBA(83, 154, 64, 0.8);--e-global-color-4153f83:#004A57;--e-global-color-349baeac:#B2EA63;--e-global-color-3ad78c36:#2D7770;--e-global-color-796a4a9e:#BAE32E;--e-global-color-67b38dcb:#B5E3DF;--e-global-color-43bdf42c:#00626F;--e-global-color-00cfcef:#007D3D;--e-global-color-89f8536:#01A74E;--e-global-color-f9cf20b:#263B45;--e-global-color-e6b1aa8:#0E5153;--e-global-color-a76c6ab:#ED1A3B;--e-global-color-958451f:#E5D03A;--e-global-color-df6605d:#1874BA;--e-global-color-35e5d0f:#A0CD4E;--e-global-color-cc2a464:#13A9D4;--e-global-color-85c4fcf:#EF9824;--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;--e-global-typography-a83e550-font-family:"Exo";--e-global-typography-a83e550-font-size:4.5em;--e-global-typography-a83e550-font-weight:600;--e-global-typography-a83e550-line-height:1.3em;--e-global-typography-9667874-font-family:"Nunito";--e-global-typography-9667874-font-size:1.2em;--e-global-typography-554f32c-font-family:"Exo";--e-global-typography-554f32c-font-size:1.5em;--e-global-typography-554f32c-font-weight:600;--e-global-typography-6ad2847-font-family:"Exo 2";--e-global-typography-6ad2847-font-weight:600;--e-global-typography-c68838b-font-family:"Exo";--e-global-typography-c68838b-font-size:2.5em;--e-global-typography-c68838b-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7788{--e-global-typography-a83e550-font-size:4em;--e-global-typography-9667874-font-size:1.1em;--e-global-typography-554f32c-font-size:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-kit-7788{--e-global-typography-a83e550-font-size:3.5em;--e-global-typography-9667874-font-size:1.2em;--e-global-typography-554f32c-font-size:1.5em;--e-global-typography-c68838b-font-size:2.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */header{
    transition: all var(--transition);}
header.sticky-header {
    --header-height: 160px;
    --opacity: 0.90;
    --shrink-me: 0.60;
    --sticky-background-color: #ffffff;
    --transition: .2s 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 */