.elementor-1336 .elementor-element.elementor-element-3c0c6fd{--display:flex;--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-de7d0c6 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Oswald:wght@500;600&display=swap");

html.fbh-lock { overflow: hidden; }

#falbouw-global-header,
#falbouw-global-header * { box-sizing: border-box; }

#falbouw-global-header {
  --fbh-red: #e10600;
  --fbh-dark: #080a0c;
  --fbh-line: rgba(255,255,255,.14);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  padding: 12px 18px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  pointer-events: none;
}

#falbouw-global-header a { color: inherit; text-decoration: none; }
#falbouw-global-header button { font: inherit; }
#falbouw-global-header svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

#falbouw-global-header .fbh__bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 220px 1fr 205px;
  align-items: center;
  width: min(1380px, 100%);
  height: 76px;
  margin-inline: auto;
  padding: 0 10px 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  background: linear-gradient(110deg, #080a0c 0%, #111519 55%, #090b0d 100%);
  box-shadow: 0 18px 55px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.035);
  pointer-events: auto;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}

#falbouw-global-header .fbh__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .055;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

#falbouw-global-header .fbh__bar::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  width: 112px;
  height: 3px;
  background: var(--fbh-red);
  box-shadow: 0 0 22px rgba(225,6,0,.45);
  pointer-events: none;
}

#falbouw-global-header .fbh__bar > * { position: relative; z-index: 1; }

#falbouw-global-header.is-scrolled .fbh__bar,
#falbouw-global-header.is-menu-open .fbh__bar {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(110deg, #07090b 0%, #0e1114 55%, #07090b 100%);
  box-shadow: 0 14px 44px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
}

#falbouw-global-header .fbh__brand {
  display: block;
  width: 180px;
  height: 60px;
  overflow: hidden;
}

#falbouw-global-header .fbh__brand img {
  display: block;
  flex: 0 0 auto;
  width: 180px;
  max-width: none;
  height: 180px;
  max-height: none;
  transform: translateY(-60px);
}

#falbouw-global-header .fbh__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.65vw, 44px);
}

#falbouw-global-header .fbh__nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255,255,255,.72);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .045em;
  white-space: nowrap;
  transition: color .25s ease;
}

#falbouw-global-header .fbh__nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--fbh-red);
  transition: right .25s ease;
}

#falbouw-global-header .fbh__nav a:hover,
#falbouw-global-header .fbh__nav a.is-current { color: #fff; }
#falbouw-global-header .fbh__nav a:hover::after,
#falbouw-global-header .fbh__nav a.is-current::after { right: 0; }

#falbouw-global-header .fbh__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 52px;
  min-width: 185px;
  padding: 0 19px;
  border: 1px solid var(--fbh-red);
  border-radius: 3px;
  background: var(--fbh-red);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

#falbouw-global-header .fbh__cta:hover {
  border-color: #ff211b;
  background: #ff211b;
  transform: translateY(-1px);
}

#falbouw-global-header .fbh__cta svg { transition: transform .25s ease; }
#falbouw-global-header .fbh__cta:hover svg { transform: translateX(3px); }
#falbouw-global-header .fbh__toggle,
#falbouw-global-header .fbh__mobile { display: none; }

@media (max-width: 1100px) {
  #falbouw-global-header .fbh__bar { grid-template-columns: 190px 1fr 180px; }
  #falbouw-global-header .fbh__nav { gap: 19px; }
  #falbouw-global-header .fbh__nav a { font-size: 10px; }
  #falbouw-global-header .fbh__cta { min-width: 170px; }
}

@media (max-width: 960px) {
  #falbouw-global-header {
    height: 82px;
    padding: 10px;
  }

  #falbouw-global-header .fbh__bar {
    grid-template-columns: 1fr auto;
    height: 62px;
    padding: 0 10px 0 16px;
  }

  #falbouw-global-header .fbh__brand { width: 145px; height: 50px; }
  #falbouw-global-header .fbh__brand img {
    width: 150px;
    height: 150px;
    transform: translateY(-50px);
  }

  #falbouw-global-header .fbh__nav,
  #falbouw-global-header .fbh__cta { display: none; }

  #falbouw-global-header .fbh__toggle {
    position: relative;
    z-index: 4;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 3px;
    background: rgba(255,255,255,.045);
    color: #fff;
    cursor: pointer;
  }

  #falbouw-global-header .fbh__toggle span {
    position: absolute;
    left: 11px;
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: top .25s ease, transform .25s ease;
  }

  #falbouw-global-header .fbh__toggle span:first-child { top: 16px; }
  #falbouw-global-header .fbh__toggle span:last-child { top: 24px; }
  #falbouw-global-header.is-menu-open .fbh__toggle span:first-child { top: 20px; transform: rotate(45deg); }
  #falbouw-global-header.is-menu-open .fbh__toggle span:last-child { top: 20px; transform: rotate(-45deg); }

  #falbouw-global-header .fbh__mobile {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: block;
    overflow-y: auto;
    padding: 108px 22px 28px;
    background:
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
      #07090b;
    background-size: 58px 58px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .3s ease, visibility .3s ease, transform .35s ease;
  }

  #falbouw-global-header.is-menu-open .fbh__mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  #falbouw-global-header .fbh__mobile-inner {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  #falbouw-global-header .fbh__mobile-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: #777d82;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  #falbouw-global-header .fbh__mobile-label span { width: 25px; height: 1px; background: var(--fbh-red); }
  #falbouw-global-header .fbh__mobile nav { border-top: 1px solid rgba(255,255,255,.13); }

  #falbouw-global-header .fbh__mobile nav a {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    min-height: 69px;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  #falbouw-global-header .fbh__mobile nav small {
    color: var(--fbh-red);
    font-size: 9px;
    font-weight: 800;
  }

  #falbouw-global-header .fbh__mobile nav span {
    font-family: "Oswald", Impact, sans-serif;
    font-size: clamp(29px, 9vw, 42px);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
  }

  #falbouw-global-header .fbh__mobile nav a.is-current span { color: var(--fbh-red); }

  #falbouw-global-header .fbh__mobile-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 28px;
    color: #92989d;
    font-size: 12px;
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  #falbouw-global-header *,
  #falbouw-global-header *::before,
  #falbouw-global-header *::after { transition: none !important; }
}/* End custom CSS */