.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 3px!important;
  border-radius: 0;
}
.header-menu .hs-menu-wrapper {
  background: #fff;
  width: 0!important;
  transition: all ease .5s;
  height: 100vh!important;
}
.mobile-open .hs-menu-wrapper {
  width: 100%!important;
} 
.header-menu .hs-menu-wrapper > ul li a {
  color: var(--base);
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-menu .hs-menu-wrapper > ul li a:hover {
  text-decoration: underline;
  color: var(--primary);
}
.header-menu_bottom .icon {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 992px) {
  .header-menu .hs-menu-wrapper > ul {
    max-width: 1520px;
    padding-left: 60px!important;
    padding-right: 60px!important;
    width: 100%;
    margin: auto;
  }adding: 0;
  }
  .header-menu_bottom .icon {
    height: 3rem;
    width: 3rem;
  }
  .header-menu_bottom .icon svg {
    height: 1.75rem;
  }
  .header-menu_bottom .content-wrapper {
    font-size: 1.75rem;
  }
  .header-menu_bottom .content-wrapper p {
    margin-bottom: 0;
  }
  .header-menu_bottom .header-logo img {
    width: 150px!important;
  }
}