:root {
  --menu-custom: 47, 47, 47 !important;
}
.hdr-main-content-bc {
  max-width: var(--desktop-home-page-content-width);
  margin: 0 auto;
}
.header-bc {
  padding: 0 !important;
}
.nav-menu-container.header-navigation:first-child {
  max-width: var(--desktop-home-page-content-width);
  margin: 0 auto;
  background: transparent !important;
}
.nav-content-bc {
  background: rgba(var(--menu-custom), 1) !important;
}
.nav-menu-other:after {
  display: none !important;
}
