.hh-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #04282dcc;
  z-index: 9999;
}
.hh-overlay__content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
.hh-overlay__content h2 {
  color: #04282d;
  font-size: 28px;
  margin: -20px -20px 20px;
  padding: 20px 20px 0;
  width: calc(100% + 40px);
}
.hh-overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.hh-overlay__close:before {
  content: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"></g><g stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path id="Vector" d="M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>');
  display: block;
  width: 44px;
  height: 44px;
}
.hh-overlay .hh-button {
  -webkit-box-shadow: none;
  background-color: #04282d;
  border-radius: 0;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: montserrat-regular, helvetica, serif;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  margin: 0;
  outline: none;
  padding: 0 28px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  width: 100%;
}
/*# sourceMappingURL=hh.less.css.map */