body {
  background-color: #021526;
}

.head-section {
  padding: 70px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 650px;
  height: calc(100vh - 75px);
  background-color: #021526;
}
.head-section .content-split {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.head-section .content-split .content {
  flex: 0 1 650px;
}
.head-section .content-split .content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  max-width: 655px;
}
.head-section .content-split .content h1 .primary {
  color: #FF4E00;
}
.head-section .content-split .content p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.head-section .content-split .form-wrapper {
  flex: 0 0 440px;
}
.head-section .content-split .form-wrapper .success-message {
  display: none;
}
.head-section .content-split .form-wrapper form {
  padding: 20px 30px 25px;
  background-color: #fff;
  border-radius: 8px;
}
.head-section .content-split .form-wrapper form .form-label {
  font-weight: 500;
}
.head-section .content-split .form-wrapper form .error {
  color: red;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 2px;
  display: none;
}
.head-section .content-split .form-wrapper form .error.active {
  display: inline;
}
.head-section .content-split .form-wrapper form .submit-btn {
  width: 100%;
  padding: 10px 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 19px;
  margin-top: 18px;
  background-color: #FF4E00;
  border: none;
  border-radius: 10px;
}
.head-section .content-split .form-wrapper.sent .success-message {
  display: inline;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.head-section .content-split .form-wrapper.sent form {
  display: none;
}

.cta-action {
  padding-top: 0;
}

.footer-wrapper {
  padding-top: 0;
}

@media (max-width: 1420px) {
  .footer-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 1154px) {
  .head-section .content-split .content h1 {
    font-size: 36px;
  }
}
@media (max-width: 1070px) {
  .head-section .content-split .content h1 {
    font-size: 34px;
  }
  .head-section .content-split .content p {
    font-size: 18px;
  }
}
@media (max-width: 1018px) {
  .head-section {
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .head-section .content-split {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }
  .head-section .content-split .content {
    flex: auto;
    width: 700px;
    max-width: 100%;
  }
  .head-section .content-split .content h1 {
    font-size: 32px;
  }
  .head-section .content-split .form-wrapper {
    flex: auto;
    width: 440px;
    max-width: 100%;
  }
  .head-section .content-split .form-wrapper img {
    max-width: 400px;
  }
}
@media (max-width: 556px) {
  .head-section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .head-section .content-split .content h1 {
    font-size: 28px;
  }
  .head-section .content-split .content p {
    font-size: 17px;
  }
  .cta-action {
    display: none;
  }
}
@media (max-width: 430px) {
  .head-section .content-split .form-wrapper form {
    padding: 18px 23px 23px;
  }
}/*# sourceMappingURL=contact.css.map */