.hs-form .hs-input {
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid var(--black-40);
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  height: 38px;
  max-width: 540px;
  text-overflow: ellipsis;
  color: var(--black);
  outline: none;
}
.hs-form .hs-input::-moz-placeholder {
  color: var(--black-40);
}
.hs-form .hs-input::placeholder {
  color: var(--black-40);
}
.hs-form .hs-input:hover, .hs-form .hs-input:focus, .hs-form .hs-input:active, .hs-form .hs-input:focus-visible, .hs-form .hs-input:focus-within {
  border: none;
  border-bottom: 1px solid var(--black);
}
.hs-form textarea:focus, .hs-form textarea:active, .hs-form textarea:focus-visible, .hs-form textarea:focus-within {
  height: auto;
}
.hs-form .hs-form-checkbox-display, .hs-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 8px 0;
  cursor: pointer;
}
.hs-form .hs-form-checkbox-display span, .hs-form .hs-form-booleancheckbox-display span {
  line-height: 1;
  margin-left: 0 !important;
}
.hs-form ul {
  box-sizing: border-box;
  list-style: none !important;
  padding: 0 !important;
  margin-top: 24px !important;
}
.hs-form .hs-button {
  color: var(--white);
  background-color: var(--black);
  text-align: center;
  font-family: "Geist Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 570;
  line-height: 130%;
  letter-spacing: -0.13px;
  text-transform: uppercase;
  display: block;
  padding: 12px 24px;
  height: 41px !important;
  border: none;
}
.hs-form .hs-button:hover {
  background-color: var(--accent);
}
.hs-form .hs-button:active, .hs-form .hs-button:focus, .hs-form .hs-button:focus-within {
  background-color: var(--black-80);
}
.hs-form input[type=checkbox].hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding: 0 !important;
  height: 16px;
  width: 16px;
  border: none;
}
.hs-form input[type=checkbox].hs-input:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--black-40);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.hs-form input[type=checkbox].hs-input:checked:before {
  background-image: url("/wp-content/themes/emlid/img/check_icon.svg");
  border: none;
}
.hs-form .legal-consent-container .hs-richtext {
  margin-left: 26px;
}
.hs-form .invalid {
  border-color: var(--alert) !important;
}
.hs-form .hs-error-msgs {
  margin-top: 4px !important;
  margin-bottom: 0px !important;
  font-size: 12px;
  color: var(--alert);
  text-align: right;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hs-form .legal-consent-container {
    max-width: 70%;
  }
}/*# sourceMappingURL=forms.css.map */
