.l-h {
  position: relative;
  z-index: 50;
}

.l-h .h-w {
  background: rgba(48, 48, 48, 0.72);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(2px);
}

.l-h .logo-text-cell,
.l-h .menu-item-text,
.l-h .more-text,
.l-h #menu-submit {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.l-h .menu-item:hover .menu-item-text,
.l-h .wnd-active .menu-item-text {
  color: #f2f2f2 !important;
}

.hc-mobile-menu {
  display: none;
}

#cookiebar,
#cookiebar-wrapper,
#cookiebarDialog,
.cookiebar,
.cookie-bar,
.wnd-cookiebar,
.wnd-cookie-consent,
.wnd-cookie-consent-popup,
.wnd-cookie-modal,
[id*="cookie"],
[class*="cookie"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hc-about-content .hc-about-portrait {
  max-width: 540px;
  margin: 3.75rem auto 0 !important;
}

@media screen and (min-width: 56.25em) {
  .hc-about-content .c:first-child {
    width: 52% !important;
  }

  .hc-about-content .c:last-child {
    width: 48% !important;
  }
}

@media screen and (max-width: 56.24em) {
  .hc-about-content .c {
    width: 100% !important;
  }

  .hc-about-content .hc-about-portrait {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 56.25em) {
  .l-h #menu-slider,
  .l-h #menu-block,
  .l-h #menu,
  .l-h #menu .menu-wrapper,
  .l-h #menu .level-1 {
    max-width: none !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .l-h #menu .menu-wrapper::before,
  .l-h #menu .menu-wrapper::after,
  .l-h #menu-slider::before,
  .l-h #menu-slider::after,
  .l-h #menu-block::before,
  .l-h #menu-block::after {
    display: none !important;
    content: none !important;
  }

  .l-h .more-text {
    display: none !important;
  }

  .l-h #menu .level-1 {
    padding-right: 1.5rem !important;
  }
}

@media screen and (max-width: 56.24em) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open #menu-slider {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000 !important;
    width: 100vw !important;
    height: 100vh !important;
    transform: none !important;
    background: rgba(40, 40, 40, 0.96);
  }

  body.mobile-menu-open #menu-block,
  body.mobile-menu-open #menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.mobile-menu-open #menu-block {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1001 !important;
  }

  body.mobile-menu-open #menu .menu-wrapper {
    display: flex;
    position: fixed !important;
    inset: 0 !important;
    z-index: 1002 !important;
    min-height: 100%;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: rgba(40, 40, 40, 0.96) !important;
  }

  body.mobile-menu-open #menu .level-1 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    max-width: 28rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: transparent !important;
  }

  body.mobile-menu-open #menu .level-1 li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 0 1.25rem;
  }

  body.mobile-menu-open #menu .menu-item {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  body.mobile-menu-open #menu .menu-item-text {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  }

  body.mobile-menu-open #menu .menu-close {
    display: block !important;
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1001;
    width: 2.75rem;
    height: 2.75rem;
  }

  body.mobile-menu-open #menu .menu-close::before,
  body.mobile-menu-open #menu .menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 2px;
    background: #fff;
  }

  body.mobile-menu-open #menu .menu-close::before {
    transform: rotate(45deg);
  }

  body.mobile-menu-open #menu .menu-close::after {
    transform: rotate(-45deg);
  }

  body.mobile-menu-open .hc-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 40, 40, 0.96);
  }

  body.mobile-menu-open .hc-mobile-menu nav {
    display: grid;
    gap: 1.25rem;
    text-align: center;
  }

  body.mobile-menu-open .hc-mobile-menu a {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.2;
    text-decoration: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  }

  .hc-mobile-menu-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
  }
}
