.horizontal-form {
  box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.1);
}
.container-fluid .row-fluid .horizontal-form .page-center {
  max-width: 1440px;
  padding: 0 20px;
}
.horizontal-form h4 {
  color: #00234B;
  letter-spacing: -0.675294px;
  line-height: 30px;
  margin-bottom: 40px;
}
.horizontal-form form .hs-form-field {
  flex-basis: 25%;
}
.horizontal-form .field > label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul.hs-error-msgs li, ul.hs-error-msgs label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 10px;
}
body .horizontal-form form input {
  background-color: #11254a;
/*   border: 1px solid #979797; */
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  padding: 30px 20px;
}
body .horizontal-form form input::placeholder {
  color: #FFFFFF;
}
body .horizontal-form form div.input {
  position: relative;
}
/* body .horizontal-form form div.input:after {
  content: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 52 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4336 2.13354L48.4451 18.5392L32.4336 34.0527' stroke='%2316B6E2' stroke-width='4'%3E%3C/path%3E%3Cpath d='M45.1276 18.6223L2 18.6223' stroke='%2316B6E2' stroke-width='4' stroke-linecap='square'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-45%);
} */
body .horizontal-form form input[type="submit"] {
  background: #00B1E2;
  border: none;
  border-radius: 40px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
}
.horizontal-form__gradient {
  background: var(--rainbow-gradient);
  height: 15px;
  width: 100%;
}
@media (min-width: 769px) {
  .horizontal-form form {
/*     align-items: center; */
    display: flex;
    justify-content: space-between;
  }
  .horizontal-form form .field.hs-form-field {
    margin-bottom: 0;
    margin-top: 6.5px;
  }
}