.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* sticky header */
:root {
    /* set to 1px if no topbar is present */
    --topbar-height: 1px;
    --adminbar-height: 32px;
}

header.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

@media(min-width: 1025px) {
    header.elementor-location-header {
      top: calc(-1 * var(--topbar-height));
    }
    
    .admin-bar header.elementor-location-header {
      top: calc(-1 * (var(--topbar-height)) + var(--adminbar-height));
    }
}

#header-fixed {
  position: relative;
  z-index: 10000;
}

header.elementor-location-header,
header.elementor-location-header .elementor,
header.elementor-location-header .e-con {
  overflow: visible !important;
}/* End custom CSS */