/* R92: public header fixed to homepage visual style */

html body > header.fc-public-topbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;

  display: flex !important;
  align-items: center !important;

  width: 100% !important;
  min-height: 84px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: rgba(255,255,255,.86) !important;
  backdrop-filter: blur(14px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(150%) !important;
  border-bottom: 1px solid rgba(216,227,239,.9) !important;
  box-shadow: 0 8px 22px rgba(15,23,42,.024) !important;

  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  color: #18324d !important;
}

html body > header.fc-public-topbar,
html body > header.fc-public-topbar *,
html body > header.fc-public-topbar *::before,
html body > header.fc-public-topbar *::after {
  box-sizing: border-box !important;
}

html body > header.fc-public-topbar > .fc-public-topbar-inner {
  width: min(1240px, calc(100% - 40px)) !important;
  max-width: 1240px !important;
  min-height: 84px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 18px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body > header.fc-public-topbar .fc-public-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  flex: 0 0 auto !important;

  width: clamp(180px, 14vw, 250px) !important;
  min-width: clamp(180px, 14vw, 250px) !important;
  max-width: 250px !important;

  min-height: 84px !important;

  margin: 0 !important;
  padding: 0 !important;

  text-decoration: none !important;
  color: inherit !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body > header.fc-public-topbar .fc-public-brand-picture {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: clamp(180px, 14vw, 250px) !important;
  min-width: clamp(180px, 14vw, 250px) !important;
  max-width: 250px !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body > header.fc-public-topbar .fc-public-brand-wordmark {
  display: block !important;

  width: clamp(180px, 14vw, 250px) !important;
  min-width: clamp(180px, 14vw, 250px) !important;
  max-width: 250px !important;

  height: auto !important;
  max-height: 48px !important;

  object-fit: contain !important;
  object-position: left center !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body > header.fc-public-topbar .fc-public-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  flex: 1 1 auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 8px !important;
  flex-wrap: wrap !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body > header.fc-public-topbar .fc-public-nav > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 6px !important;

  border-radius: 14px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;

  color: #18324d !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;

  opacity: 1 !important;
  cursor: pointer !important;
}

html body > header.fc-public-topbar .fc-public-nav > a:hover {
  color: #1d4ed8 !important;
}

html body > header.fc-public-topbar .fc-public-nav > a.is-current,
html body > header.fc-public-topbar .fc-public-nav > a.is-active {
  color: #1d4ed8 !important;
  background: rgba(37,99,235,.08) !important;
  box-shadow: inset 0 0 0 1px rgba(37,99,235,.14) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

html body > header.fc-public-topbar .fc-public-nav-toggle {
  display: none !important;

  width: 42px !important;
  height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(15,23,42,.06) !important;

  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
}

html body > header.fc-public-topbar .fc-public-nav-toggle span,
html body > header.fc-public-topbar .fc-public-nav-toggle span::before,
html body > header.fc-public-topbar .fc-public-nav-toggle span::after {
  display: block !important;

  width: 20px !important;
  height: 2px !important;

  background: #10264a !important;
  border-radius: 2px !important;
  content: "" !important;
  position: relative !important;
}

html body > header.fc-public-topbar .fc-public-nav-toggle span::before {
  position: absolute !important;
  top: -7px !important;
  left: 0 !important;
}

html body > header.fc-public-topbar .fc-public-nav-toggle span::after {
  position: absolute !important;
  top: 7px !important;
  left: 0 !important;
}

@media (max-width: 920px) {
  html body > header.fc-public-topbar {
    min-height: 74px !important;
  }

  html body > header.fc-public-topbar > .fc-public-topbar-inner {
    width: min(100% - 26px, 1240px) !important;
    min-height: 74px !important;
    flex-wrap: wrap !important;
    padding: 10px 0 !important;
  }

  html body > header.fc-public-topbar .fc-public-brand,
  html body > header.fc-public-topbar .fc-public-brand-picture {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    min-height: 42px !important;
  }

  html body > header.fc-public-topbar .fc-public-brand-wordmark {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    max-height: 42px !important;
  }

  html body > header.fc-public-topbar .fc-public-nav-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
  }

  html body > header.fc-public-topbar .fc-public-nav {
    display: none !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    justify-content: flex-start !important;
    gap: 10px 14px !important;
    padding: 8px 0 4px !important;
  }

  html body > header.fc-public-topbar.is-open .fc-public-nav {
    display: flex !important;
  }
}

@media (max-width: 640px) {
  html body > header.fc-public-topbar {
    backdrop-filter: blur(10px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
  }

  html body > header.fc-public-topbar > .fc-public-topbar-inner {
    width: calc(100% - 20px) !important;
  }

  html body > header.fc-public-topbar .fc-public-brand,
  html body > header.fc-public-topbar .fc-public-brand-picture {
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
  }

  html body > header.fc-public-topbar .fc-public-brand-wordmark {
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
  }

  html body > header.fc-public-topbar .fc-public-nav > a {
    font-size: 13px !important;
  }
}
