.elementor-36 .elementor-element.elementor-element-e4202c8{--display:flex;--position:fixed;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:center;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:00px;top:0px;}.elementor-36 .elementor-element.elementor-element-e4202c8.e-con{--order:99999 /* order end hack */;}body:not(.rtl) .elementor-36 .elementor-element.elementor-element-e4202c8{left:0px;}body.rtl .elementor-36 .elementor-element.elementor-element-e4202c8{right:0px;}.elementor-36 .elementor-element.elementor-element-8b68290{--display:flex;--min-height:67px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-36 .elementor-element.elementor-element-4f4957c{width:var( --container-widget-width, 53% );max-width:53%;padding:0px 0px 0px 0px;--container-widget-width:53%;--container-widget-flex-grow:0;text-align:center;}.elementor-36 .elementor-element.elementor-element-4f4957c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-36 .elementor-element.elementor-element-4f4957c img{width:100%;max-width:100%;height:42px;}.elementor-36 .elementor-element.elementor-element-26f2352{--display:flex;}.elementor-36 .elementor-element.elementor-element-03ee446{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-36 .elementor-element.elementor-element-03ee446 .elementor-menu-toggle{margin-left:auto;}.elementor-36 .elementor-element.elementor-element-03ee446 .elementor-nav-menu .elementor-item{font-family:"Inter Tight", Sans-serif;font-size:14px;font-weight:500;word-spacing:0px;}.elementor-36 .elementor-element.elementor-element-03ee446 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-36 .elementor-element.elementor-element-03ee446 .elementor-nav-menu--dropdown .elementor-item, .elementor-36 .elementor-element.elementor-element-03ee446 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-36 .elementor-element.elementor-element-03ee446 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-36 .elementor-element.elementor-element-03ee446 .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:0px !important;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-e4202c8{--content-width:1200px;}.elementor-36 .elementor-element.elementor-element-8b68290{--width:53%;}}/* Start custom CSS for container, class: .elementor-element-e4202c8 *//* DEFAULT (not sticky) */
.sticky-fade-header {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Make all text white when NOT sticky */
.sticky-fade-header,
.sticky-fade-header a,
.sticky-fade-header .elementor-heading-title,
.sticky-fade-header .elementor-nav-menu a {
    color: #ffffff;
}

/* STICKY STATE */
.sticky-fade-header.elementor-sticky--active {
    background-color: rgba(255, 255, 255, 0.7);
}

/* Restore original (dark) colors when sticky */
.sticky-fade-header.elementor-sticky--active,
.sticky-fade-header.elementor-sticky--active a,
.sticky-fade-header.elementor-sticky--active .elementor-heading-title,
.sticky-fade-header.elementor-sticky--active .elementor-nav-menu a {
    color: #222222;
}/* End custom CSS */