html.g29-menu-lock,
body.g29-menu-lock,
html.sbm-menu-lock,
body.sbm-menu-lock {
  overflow: hidden !important;
}

.sbm-site-header {
  transition: color .24s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease !important;
}

.sbm-site-header:not(.bde-header-builder).sbm-is-scrolled {
  color: #fff !important;
  background-color: #071a2d !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 12px 34px rgba(7,26,45,.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.sbm-site-header:not(.bde-header-builder).sbm-is-scrolled .sbm-site-logo img {
  filter: brightness(0%) invert(100%) !important;
}

.sbm-site-header:not(.bde-header-builder).sbm-is-scrolled .g29-editorial-nav__toggle {
  color: #fff !important;
}

body.admin-bar .sbm-site-header:not(.bde-header-builder) {
  top: 32px !important;
}

.sbm-site-menu {
  z-index: 899 !important;
}

.sdh-nav-dropdown {
  top: calc(100% - 2px) !important;
}

.sbm-menu-toggle {
  display: none !important;
  position: relative !important;
  z-index: 2 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  appearance: none !important;
  cursor: pointer !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  color: #fff !important;
  background-color: transparent !important;
  background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor) !important;
  background-size: 24px 2px,24px 2px,24px 2px !important;
  background-position: center 13px,center 21px,center 29px !important;
  background-repeat: no-repeat !important;
}

.sbm-site-header:not(.bde-header-builder).sbm-is-scrolled .sbm-menu-toggle {
  color: #fff !important;
}

.sbm-site-header.sbm-menu-open .sbm-menu-toggle {
  color: #fff !important;
  background-image: linear-gradient(45deg,transparent 48%,currentColor 49%,currentColor 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,currentColor 49%,currentColor 51%,transparent 52%) !important;
  background-size: 24px 24px,24px 24px !important;
  background-position: center,center !important;
}

@media (max-width: 1279px) {
  .sdh-desktop-nav,
  .sdh-header-cta {
    display: none !important;
  }

  .sbm-menu-toggle {
    display: block !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .sbm-site-header:not(.bde-header-builder) {
    top: 46px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  [data-g29-sticky-scene] .g29-sticky-scene__viewport {
    position: relative !important;
  }

  .sbm-site-menu,
  * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
