.body-header {
  position: relative;
}
.body-header .area:not(:first-of-type) {
  position: static;
  height: var(--header-height);
}
.body-header div[class*=menu] a:any-link {
  color: white;
}
.body-header div[class*=menu] li {
  xborder: 1px red solid;
  flex: 1 0 auto;
  position: relative;
}
@media (min-width: 1000px) {
  .body-header div[class*=menu] ul.menu {
    display: flex;
    margin: 0;
    top: 0;
    right: 0;
    z-index: 98104;
  }
  .body-header div[class*=menu] .sub-menu {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .body-header div[class*=menu] .sub-menu:hover, .body-header div[class*=menu] .sub-menu:hover li {
    background: rgba(0, 0, 0, 0.5);
  }
  .body-header div[class*=menu] .sub-menu a:any-link {
    padding-left: var(--n2);
    padding-right: var(--n2);
  }
  .body-header div[class*=menu] .sub-menu li a::before,
.body-header div[class*=menu] .sub-menu li a::after {
    content: none;
  }
  .body-header div[class*=menu] a:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 98%);
    color: white;
  }
  .body-header div[class*=menu] li.current-menu-item a:any-link,
.body-header div[class*=menu] li.current-menu-ancestor a:any-link {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 98%);
  }
  .body-header div[class*=menu] .menu-item-has-children a:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 50%);
  }
  .body-header div[class*=menu] li ~ li a::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
  }
}
.body-header .sub-menu a:any-link {
  display: block;
  line-height: 1.5em;
  white-space: nowrap;
}
.body-header li {
  padding: 0;
  position: relative;
  flex-basis: 100%;
  flex-shrink: 0;
}
.body-header li:hover .sub-menu {
  display: flex;
}
.body-header ul {
  flex-direction: row;
  justify-content: flex-end;
}
.body-header li {
  display: block;
  flex: 0 1 auto;
}

@media (max-width: 999px) {
  .body-header div[class*=-container] {
    cursor: pointer;
    position: static;
    top: 0;
    right: 0;
    width: 65px;
    height: 55px;
    background: black;
    overflow: hidden;
    transition: width 0.25s, background-color 1s;
  }
  .body-header div[class*=-container]::before, .body-header div[class*=-container]::after {
    content: "";
    width: 35px;
    height: 6px;
    position: absolute;
    right: 15px;
  }
  .body-header div[class*=-container]::before {
    border-bottom: 5px white solid;
    border-top: 5px white solid;
    position: absolute;
    top: 11px;
    z-index: 999991804;
  }
  .body-header div[class*=-container]::after {
    transition: 0.4s;
    border-top: 5px white solid;
    top: 34px;
  }
}
.body-header div[class*=menu] a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  position: relative;
  line-height: 1.5;
  text-align: center;
  line-height: var(--header-height);
  padding-left: var(--n2);
  padding-right: var(--n2);
}
.body-header div[class*=menu] a::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 999px) {
  .body-header div[class*=menu] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98104;
  }
  .body-header div[class*=menu] ul.menu {
    text-align: center;
    min-height: 1rem;
    display: none;
    font-size: 2rem;
  }
  .body-header div[class*=menu] li {
    display: block;
    flex: 0 0 100%;
  }
  .body-header div[class*=menu].on ul.menu {
    padding-top: var(--header-height);
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
  }
  .body-header div[class*=menu] div[class*=-container] {
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 55px;
    background: black;
    overflow: hidden;
    transition: width 0.25s, background-color 1s;
  }
  .body-header div[class*=menu] div[class*=-container]::before, .body-header div[class*=menu] div[class*=-container]::after {
    content: "";
    width: 35px;
    height: 6px;
    position: absolute;
    right: 15px;
    transition: 0.4s;
  }
  .body-header div[class*=menu] div[class*=-container]::before {
    border-bottom: 5px white solid;
    border-top: 5px white solid;
    top: 11px;
    z-index: 999991804;
  }
  .body-header div[class*=menu] div[class*=-container]::after {
    border-top: 5px white solid;
    top: 34px;
  }
  .body-header div[class*=menu].on {
    background-color: black;
    width: 100vw;
    height: 100vh;
    transition: width 0.5s, background-color 1s;
  }
  .body-header div[class*=menu].on::before {
    transform: rotate(-45deg) translate(-9px, 6px);
    border-top: none;
    top: 8px;
    right: 13px;
  }
  .body-header div[class*=menu].on::after {
    transform: rotate(45deg) translate(-8px, -8px);
  }
}

/*# sourceMappingURL=dropdown.css.map */
