.elementor-kit-837{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2d03a59:#02A2FC;--e-global-color-998e25b:#FBFC02;--e-global-color-8d56656:#EBEBEB;--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-96fc69b-font-family:"Inter";--e-global-typography-96fc69b-font-size:31px;--e-global-typography-96fc69b-font-weight:600;--e-global-typography-96fc69b-text-transform:capitalize;--e-global-typography-96fc69b-line-height:1.2em;--e-global-typography-96fc69b-letter-spacing:-0.6px;--e-global-typography-8a164e6-font-family:"Poppins";--e-global-typography-8a164e6-line-height:1.7em;--e-global-typography-fc2cf56-font-family:"Inter";--e-global-typography-fc2cf56-font-size:15px;--e-global-typography-fc2cf56-line-height:1.6em;--e-global-typography-fc2cf56-letter-spacing:0px;--e-global-typography-2ff06bd-font-family:"Inter";--e-global-typography-2ff06bd-font-size:15px;--e-global-typography-2ff06bd-font-weight:500;--e-global-typography-2ff06bd-text-transform:capitalize;--e-global-typography-2ff06bd-letter-spacing:0.3px;--e-global-typography-85f073d-font-family:"Inter";--e-global-typography-85f073d-font-size:24px;--e-global-typography-85f073d-font-weight:600;--e-global-typography-85f073d-letter-spacing:-0.7px;}.elementor-kit-837 e-page-transition{background-color:#FFBC7D;}.elementor-kit-837 a{color:var( --e-global-color-8d56656 );line-height:32px;}.elementor-kit-837 a:hover{color:var( --e-global-color-2d03a59 );}.elementor-kit-837 h3{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;line-height:1.5em;letter-spacing:0px;}.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-kit-837{--e-global-typography-2ff06bd-font-size:16px;--e-global-typography-85f073d-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-837{--e-global-typography-96fc69b-font-size:28px;--e-global-typography-96fc69b-line-height:1.5em;--e-global-typography-96fc69b-letter-spacing:-0.3px;--e-global-typography-2ff06bd-font-size:15px;--e-global-typography-85f073d-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 90px;
    --opacity: 0.80;
    --shrink-me: 0.70;
    --sticky-background-color: white;
    --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 */