.h2m-menu-nav.h2m-menu__mobile .h2m-tree-menu,
.h2m-menu-nav.h2m-menu__mobile .h2m-submenu--megamenu.h2m-submenu--root,
.h2m-menu-nav.h2m-menu__mobile .h2m-tab-menu.h2m-submenu--root,
.h2m-menu-nav.h2m-menu__mobile .h2m-mega-wrapper.h2m-submenu--root {
  width: 100%;
}
.h2m-custom-vind {
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(51, 153, 255, 0.1);
  max-width: 30rem;
  color: #0d84d3 !important;
  margin: 0 auto;
}
.h2m-menu-nav.h2m-menu__desktop .h2m-custom-vind {
  margin-top: 4rem;
}
.h2m-custom-vind .cz-vind-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.h2m-custom-vind .cz-vind-title {
  font-size: 1.75rem !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.h2m-custom-vind .cz-vind-desc {
  color: #666 !important;
  text-align: center;
  font-size: 1.5rem !important;
}
.h2m-custom-vind .cz-vind-btn {
  background: #04aaff;
  border-radius: 0.75rem;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
  color: #fff !important;
  margin-top: 1rem;
  font-size: 1.5rem !important;
  font-weight: bold;
}
.h2m-custom-vind .cz-vind-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.h2m-custom-vind svg {
  width: 3rem;
  height: 3rem;
  display: block !important;
}
.h2m-menu-nav.h2m-menu__mobile li {
  margin: 0 !important;
}
.h2m-ind-plus-minus svg.bi-minus-hero{stroke: #000 !important;}