.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
  }
  li.nav-item {
    padding: 10px 5px;
}

  .nav-top .hamburger {
    /* margin-left: auto; */
    color: #fff;
    cursor: pointer;
  }

  .nav-drill {
    /* margin-top: 50px; */
    /* transform: translateX(100%); */
  }

  .nav-is-toggled .nav-drill {
    transform: translateX(0);
  }

  .nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
  }

  .nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
  }

  .nav-items {
    flex: 0 0 100%;
  }

  .nav-item:not(:last-child) {
    border-bottom: solid 1px #dee2e6;
  }

  .nav-link {
    display: block;
    /* padding: 0.875em 1em; */
    /* background-color: #fff; */
    /* color: #20b49c; */
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
  }

  .nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transform: translateX(100%); */
    background-color: #daf9f4;
    transition: 0.3s;
    visibility: hidden;
  }

  .nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #dee2e6;
  }

  .nav-expand-content .nav-link {
    background-color: #fff;
  }

  .nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #fff !important;
    color: black;
  }

  .nav-expand-content .nav-back-link::before {
    content: "<";
    margin-right: 0.5em;
    /* font-family: "Material Icons"; */
  }

  .nav-expand-link {
    display: flex;
    justify-content: space-between;
  }

  .nav-expand-link::after {
    content: ">";
    flex: 0 1 auto;
    /* font-family: "Material Icons"; */
  }

  .nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
  }

  .nav-expand .nav-expand-content {
    background-color: #ffffff;
}

  .nav-expand .nav-expand-content .nav-link {
    /* background-color: #daf9f4; */
background-color: white;
}

  .nav-expand .nav-expand-content .nav-expand-content {
    background-color: #fff;
  }

  .nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #fff;
  }

  .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #fff;
  }

  .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #fff;
  }

  .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #fff;
  }

  .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #fff;
  }



.see_all .nav-items {
    flex: 100;
}
.see_all .nav-expand-link {
  display: flex;
  justify-content: end;
}
.see_all ul.nav-items.nav-level-1 {
  list-style: none;
}
.see_all ul.nav-items.nav-level-1 {
  list-style: none;
  margin: 0;
} 
.see_all ul .nav-expand .nav-expand-content {
  background: #f5f7fd;
}
.see_all .nav-expand .nav-expand-content .nav-link {
  /* background-color: #daf9f4; */
  background-color: transparent!important;
}