.elementor-kit-1{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-abccd8b:#E7E7E7;--e-global-color-1b8205b:#dcb57e;--e-global-color-5aa553c:#161938;--e-global-color-d0e7ed4:#1E2171;--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-74ebd83-font-family:"Arizonia";--e-global-typography-74ebd83-font-size:165px;--e-global-typography-74ebd83-font-weight:100;--e-global-typography-ab7dd1c-font-family:"Montserrat";--e-global-typography-ab7dd1c-font-size:65px;--e-global-typography-ab7dd1c-text-transform:uppercase;--e-global-typography-ab7dd1c-line-height:1em;--e-global-typography-ab7dd1c-letter-spacing:-2.5px;--e-global-typography-4f4c135-font-family:"Arizonia";--e-global-typography-4f4c135-font-size:107px;--e-global-typography-4f4c135-font-weight:100;--e-global-typography-b638009-font-family:"Redressed";--e-global-typography-b638009-font-size:35px;--e-global-typography-b638009-line-height:1em;--e-global-typography-f82e99c-font-family:"Montserrat";--e-global-typography-f82e99c-font-size:14px;--e-global-typography-f82e99c-font-weight:500;--e-global-typography-f82e99c-text-transform:uppercase;--e-global-typography-f82e99c-letter-spacing:0.8px;}.elementor-kit-1 e-page-transition{background-color:#FFBC7D;}.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-1{--e-global-typography-ab7dd1c-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1{--e-global-typography-74ebd83-font-size:85px;--e-global-typography-ab7dd1c-font-size:25px;--e-global-typography-ab7dd1c-letter-spacing:-2px;--e-global-typography-4f4c135-font-size:85px;--e-global-typography-b638009-font-size:30px;--e-global-typography-b638009-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 110px;
    --opacity: 0.85;
    --shrink-me: 0.70;
    --sticky-background-color: #15162D;
    --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 &gt; .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects &gt; .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 &gt; .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 */