.mainmenu {
  width: 100%;
  font-weight: 500;
  height: 50px;
  background: url(/blocks/mainmenu/assets/images/bg-nav.png) repeat-x top left/auto 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.mainmenu .main-menu {
  display: flex;
  justify-content: space-between;
}
.mainmenu .menu-item-home {
  display: block;
  padding: 0.75rem 1.2rem;
}
.mainmenu .menu-item-home a svg {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  display: block;
}
.mainmenu .menu-item-home:hover {
  background: #fbc019;
}
.mainmenu .parent-ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  height: 100%;
}
.mainmenu .parent-ul .menu-item-home {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
.mainmenu .parent-ul .menu-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 36px;
  background: url(/blocks/mainmenu/assets/images/bg-seperator.png) no-repeat right center/auto 30px;
}
.mainmenu .parent-ul .menu-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: transparent;
  bottom: -9px;
  left: 0;
}
.mainmenu .parent-ul .level0 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.75rem 1.2rem;
  position: relative;
  font-size: 14px;
}
.mainmenu .parent-ul .level0 a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
}
.mainmenu .parent-ul .level0 .taglv0 {
  position: relative;
}
.mainmenu .parent-ul .level0:hover {
  background: #fbc019;
}
.dropdown img {
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.level0 {
  position: relative;
}
.level0 .dropdown-menun {
  position: absolute;
  transition: 0.3s linear all;
  top: 105%;
  min-width: 10rem;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  left: 0;
  visibility: hidden;
  display: none;
  z-index: -1;
  padding: 0 !important;
}
.level0 .dropdown-menun .exam {
  background-color: #fbc019;
  width: 100%;
}
.level0 .dropdown-menun .level1 {
  font-size: 14px;
  transition: 0.1s;
  width: 100%;
  background-color: #fbc019;
}
.level0 .dropdown-menun .level1 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #fff;
  text-transform: initial;
  padding: 10px 20px;
  white-space: nowrap;
}
.level0 .dropdown-menun .level1 a:hover {
  background: url(/blocks/mainmenu/assets/images/bg-menu-hover.jpg) repeat-x left center/auto 100%;
}
.level0 .dropdown-menun .level1:hover {
  cursor: pointer;
}
.level0:hover {
  cursor: pointer;
}
.level0:hover .dropdown-menun {
  display: block;
  list-style: none;
  z-index: 10;
  visibility: visible;
  transition: 0.1s linear all;
}

.level0.activated a {
  color: #1f80c7;
  font-weight: bold;
}

@media all and (max-width: 1025px) {
  .mainmenu .parent-ul .level0 a {
    font-size: 12px;
  }
}
li {
  cursor: pointer;
}/*# sourceMappingURL=multilevel.css.map */