.contact-us--form .form-title{
  display:none;
}

.contact-us--form form{
  padding:0; !important;
  max-width:690px;
}

.contact-us--header-content{
  max-width:500px;
}

.contact-us--form .hs_submit{
  text-align:left !important;
}

input:focus::placeholder {
  color: #A1A1AA;
}

select:invalid {
  color: #A1A1AA;
}

form select.hs-input {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9407 19.5595C11.5267 20.1454 12.4782 20.1454 13.0642 19.5595L22.0642 10.5595C22.6501 9.97354 22.6501 9.02197 22.0642 8.43604C21.4782 7.8501 20.5267 7.8501 19.9407 8.43604L12.0001 16.3767L4.05947 8.44072C3.47354 7.85478 2.52197 7.85478 1.93604 8.44072C1.3501 9.02666 1.3501 9.97822 1.93604 10.5642L10.936 19.5642L10.9407 19.5595Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}