.elementor-51 .elementor-element.elementor-element-c2aae05{--display:flex;--min-height:78px;--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:space-between;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-c2aae05:not(.elementor-motion-effects-element-type-background), .elementor-51 .elementor-element.elementor-element-c2aae05 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-51 .elementor-element.elementor-element-5591741 > .elementor-widget-container{margin:-40px 0px -40px 0px;}.elementor-51 .elementor-element.elementor-element-5591741{text-align:left;}.elementor-51 .elementor-element.elementor-element-5591741 img{max-width:64%;}.elementor-51 .elementor-element.elementor-element-d77b606 .elementor-repeater-item-17fa271.elementor-social-icon{background-color:#C50202;}.elementor-51 .elementor-element.elementor-element-d77b606{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-51 .elementor-element.elementor-element-d77b606 .elementor-widget-container{text-align:center;}.elementor-51 .elementor-element.elementor-element-d77b606 > .elementor-widget-container{margin:0px 20px 0px 0px;padding:0px 0px 0px 0px;}.elementor-51 .elementor-element.elementor-element-d77b606.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-c2aae05 *//* base header look */
.sas-header{
  position: sticky;         /* works even without Elementor's sticky */
  top: 0;
  z-index: 9999;
  background: #fff;         /* explicit background so content doesn’t bleed under */
  transition: background .25s ease, box-shadow .25s ease;
}

/* when Elementor applies the sticky effects class */
.sas-header.elementor-sticky--effects{
  box-shadow: 0 8px 24px rgba(0,0,0,.14);   /* stronger so it’s visible on white */
}

/* fallback if only the generic sticky class is added */
.sas-header.elementor-sticky{
  box-shadow: 0 8px 24px rgba(0,0,0,.14);
}

/* if the shadow still looks too soft on white, add a hairline */
.sas-header{ border-bottom: 1px solid rgba(0,0,0,.06); }/* End custom CSS */