.template-hubspot-form label {
  display: none;
}
.template-hubspot-form .hs-button {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #3053ff;
  cursor: pointer;
}
.template-hubspot-form .hs-button:hover, .template-hubspot-form .hs-button:active, .template-hubspot-form .hs-button:focus-within {
  background-color: #173eff;
  border-color: #173eff;
}
.template-hubspot-form .hs-input {
  color: black;
  font-weight: 700;
  background: #fff;
}

.template-hs-form-header form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.template-hs-form-header .hs-submit {
  margin-top: 0.5rem;
}
.template-hs-form-header .field,
.template-hs-form-header .hs-submit {
  flex-basis: 100%;
}
.template-hs-form-header .hs-input,
.template-hs-form-header .hs-button {
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.template-hs-form-header .hs-input {
  width: 100%;
  font-size: 20px;
  border: 2px solid #D8D8D8;
  border-radius: 8px;
  color: black;
}
.template-hs-form-header .hs-button {
  border: 2px solid #3053ff;
}
@media (min-width: 1440px) {
  .template-hs-form-header form {
    justify-content: flex-start;
  }
  .template-hs-form-header .hs-submit {
    margin-top: 0;
    margin-left: -1rem;
  }
  .template-hs-form-header .field {
    flex-basis: 54%;
  }
  .template-hs-form-header .hs-submit {
    flex-basis: 43%;
  }
}

.template-hs-form-footer .hs-input,
.template-hs-form-footer .hs-button {
  padding: 1rem;
  border-radius: 10px;
}
.template-hs-form-footer .hs-submit {
  margin-top: 1rem;
}
.template-hs-form-footer .hs-input {
  width: 100%;
  font-size: 20px;
  border: 3px solid #D8D8D8;
  color: black;
  border-radius: 10px;
}
.template-hs-form-footer .hs-button {
  border: 2px solid #3053ff;
}