.id_14 .l-subheader-h {
  border-radius: 20px;
  background: #1a3e53;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin-top: 35px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

/* @media (min-width: 1024px) {
  .page-id-28 .id_14 .l-subheader-h {
    background: #4193c3;
  }
} */

@media (max-width: 1024px) {
  .id_14 .l-subheader-h {
    border-radius: 80px;
    margin-top: 16px;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
  }

  .ht--menu-header .w-nav-icon > div::after {
    top: 6px !important;
  }
  .ht--menu-header .w-nav-icon > div::before {
    top: -6px !important;
  }
  .ht--menu-header
    .w-nav-control.active
    .w-nav-icon.style_hamburger_1
    > div::after {
    top: 0 !important;
    transform: rotate(90deg);
    transition: top 0.2s cubic-bezier(0, 1, 0.8, 1),
      transform 0.2s cubic-bezier(0, 1, 0.8, 1) 0.2s;
  }
  .ht--menu-header .w-nav-icon.style_hamburger_1 {
    color: #fff !important;
  }
  .ht--menu-header .w-nav-list.level_1.hover_simple {
    margin-inline: 11px;
    border-radius: 0 0 36px 36px;
  }
  .id_14 .l-subheader-h {
    transition: 0.4s;
  }
  .w-nav-open .id_14 .l-subheader-h {
    transition: 0.2s;
    border-radius: 36px 36px 0 0 !important;
  }
  .ht--menu-header .w-nav-anchor {
    line-height: 1;
  }
  .ht--menu-header .w-nav-title {
    font-size: 18px !important;
  }
  .w-nav-list.level_1.hover_simple {
    top: 80% !important;
    z-index: 3;
  }
  .w-nav-anchor {
    line-height: 1 !important;
    padding-block: 18px !important;
    padding-right: 28px !important;
  }
  .w-nav-list.level_1.hover_simple {
    padding-bottom: 22px !important;
  }
}
