.elementor-kit-23206{--e-global-color-primary:#4D574F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-69da0d9:#CFCBCB;--e-global-color-bea18ed:#4D574F;--e-global-color-8a0f5bc:#F0F0F0;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-weight:400;--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-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#CFCBCB4A;font-family:"Roboto", Sans-serif;font-size:1.6rem;}.elementor-kit-23206 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23206 a{color:#4D574F;font-weight:400;}.elementor-kit-23206 a:hover{color:#FC6A1B;}.elementor-kit-23206 h1{color:var( --e-global-color-primary );font-family:"Times New Roman", Sans-serif;font-weight:400;}.elementor-kit-23206 h2{color:var( --e-global-color-primary );font-family:"Times New Roman", Sans-serif;font-size:1.8em;font-weight:300;}.elementor-kit-23206 h3{color:var( --e-global-color-primary );font-weight:400;}.elementor-kit-23206 h4{color:var( --e-global-color-primary );}.elementor-kit-23206 h5{color:var( --e-global-color-primary );}.elementor-kit-23206 h6{color:var( --e-global-color-primary );}.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-kit-23206{font-size:1.5rem;}.elementor-kit-23206 h1{font-size:1.2em;}.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.90;
    --shrink-me: 0.80;
    --sticky-background-color: #fff;
    --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(60% * var(--shrink-me));
}/* End custom CSS */