.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 on desktop only: the campaign banner (39px) scrolls away, the menu bar stays. */
@media (min-width: 1025px) {
  .elementor-304 { position: sticky; top: -39px; z-index: 50; }
  body.admin-bar .elementor-304 { top: -7px; }
  html { scroll-padding-top: 84px; }
}
/* Narrow laptops: the menu wraps to two lines, so the sticky bar is taller. */
@media (min-width: 1025px) and (max-width: 1180px) {
  html { scroll-padding-top: 120px; }
}
/* When the campaign ends and the banner is removed, change top: -39px to top: 0. *//* End custom CSS */