#hubspot-form-container form {
  color: #383232;
  font-size: 13px;
  font-family: "Inter", serif;
  font-weight: 300;
  font-optical-sizing: none;
  padding: 6px 6px;
}

#hubspot-form-container .hs-form-field {
  margin-top: 16px;
}

#hubspot-form-container span {
  background-color: transparent;
  border: none;
  margin: auto;
}

#hubspot-form-container input,
#hubspot-form-container select,
#hubspot-form-container textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-optical-sizing: inherit;
  color: #383232;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 4px 4px;
  width: 90%;
  border: none;
  box-shadow: none;
}

#hubspot-form-container *:focus {
  outline: 2px solid #c75916;
}

#hubspot-form-container input::placeholder {
  color: #6b6b6b;
}

#hubspot-form-container .hs-submit input {
  background-color: #c75916;
  color: #ffffff;
  width: 100%;
  height: 43px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 22px;
  cursor: pointer;
  padding: 8px 8px 8px;
  margin-top: 24px;
  margin-left: 0;
}

#hubspot-form-container .hs-error-msg {
  color: #EC6927;
}

#hubspot-form-container .hs-error-msgs ul {
  list-style: none;
}

#hubspot-form-container .hs-error-msgs li {
  color: #EC6927;
  list-style: none;
  font-size: 13px;
  padding: 0 !important;
}

#hubspot-form-container .hs-error-msgs li::before {
  display: none !important;
}