.lp-form {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 64px;
}

.title-inner {
  text-align: center;
  font-weight: bold;
 font-size: clamp(1.5rem, 1.0395rem + 1.8421vw, 3.25rem);
  background: -webkit-linear-gradient(0deg, rgba(24,242,41,1) 0%, rgba(0,216,197,1) 50%, rgba(0,131,248,1) 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle-inner {
  text-align: center;
  font-weight: bold;
  color: white;
}

.form-wrapper {
  width: 95%;
  margin-left: 24px;
  margin-right: 24px;
}
.form-title {
  background: transparent;
}
.hs-form {
  background: transparent;
}
.hs-input {
  border-radius: 16px !important;
}
.actions {
  display: flex;
  justify-content: center;
}
.hs-button {
 background-color: white  !important;
  color: #13316C !important;
  font-weight: bold !important;
  border-radius: 36px !important;
  border: solid 4px #37fa09 !important;
}

label {
  font-weight: bold;
  color: white !important;
}
@media screen and (min-width: 1200px) {
@media screen and (min-width: 1200px) {
  .form-wrapper {
    width: 70%;
  }
}