#ast-mobile-popup {
  -ms-flex-line-pack: center;
      align-content: center;
}

#ast-mobile-popup .ast-mobile-popup-inner {
  background-color: #fff;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header .ahfb-svg-iconset svg {
  width: 32px;
  height: 32px;
  fill: #000;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 1em 0.9em;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 105px);
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .main-navigation ul .menu-item {
  list-style: none;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .main-navigation ul .menu-item.active a {
  color: #18CE0F;
}

#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .main-navigation ul .menu-item a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
/*# sourceMappingURL=burger.css.map */