.form-container {
  background-color: #D9D9D920;
  display:flex;
  justify-content: center;
  padding: 90px 310px
}
@media (max-width: 477px){
  .form-container {
  padding: 0px;
}
}
}

@media (max-width:1280px) {
  .form-container {
    padding-inline: 0;
  }
}

.form-container-inner {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  background-color: white;
  padding: 40px 120px;
}

@media (max-width:768px) {
  .form-container-inner {
    padding-inline: 32px;
  }
}

.form-container-inner h2 {
  font-size: 36px;
  text-align:center;
  color: #202120 !important
}

.form-container-inner p {
  max-width: 600px;
  text-align:center;
}

.form-container-inner input {
  border:0 !important;
  padding: 0 !important;
  padding-bottom: 4px !important;
  border-bottom: 1px solid #C4C4C4 !important;
  margin-bottom: 8px !important;
  width: 340px !important;
}

.form-container-inner input:focus-visible {
  outline:none !important;
  border-bottom: 2px solid #C00 !important;
}

.hs-form-field {
    margin-bottom: 16px !important;
}

.form-container-inner ::placeholder {
  color: #C4C4C4 !important;
}

.form-container-inner .actions {
  display:flex;
  justify-content: center;
}

.form-container-inner .actions input {
  background: transparent !important;
  color: #C00 !important;
  font-size: 700 !important;
  text-transform: uppercase !important;
  padding-bottom: 4px !important;
  text-decoration: none !important;
  border-bottom: 4px solid #0073AE !important;
  max-width: 200px !important;
}

.form-container-inner form .hs-button:hover, form input[type=submit]:hover {
  box-shadow: none !important;
}

.brochure.form-container-inner .hs-form-field {
    margin-inline: auto;
    width: 300px;
}

form label span {
  color: #202120 !important
}

.hs-form-field input{
  color: #202120 !important
}

.hs-form-field input::placeholder {
  color: #202120 !important
}