.contact-form-section {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.contact-form-section .container {
  min-height: 672px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F1EEE6;
  margin-top: 115px;
  margin-bottom: 115px;
  transition: all 0.5s;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 100px 64px 64px;
}
@media (max-width: 768px) {
  .contact-form-section .container {
    flex-direction: column;
    padding: 50px 64px 64px;
    margin-top: 105px;
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .contact-form-section .container {
    flex-direction: column;
    padding: 24px;
  }
}
.contact-form-section .container > div {
  width: 50%;
}
@media (max-width: 768px) {
  .contact-form-section .container > div {
    width: 100%;
  }
}
.contact-form-section .container .title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 32px;
  line-height: 1;
  color: #101E2A;
}
@media (max-width: 768px) {
  .contact-form-section .container .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.contact-form-section .container .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Dark blue */
  color: #101E2A;
  max-width: 300px;
}

.contact-form .main-btn {
  padding-left: 24px;
  padding-right: 24px;
}
.contact-form .forminator-error-message {
  color: #e03232;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}
.contact-form .form-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  /* or 160% */
  margin-bottom: 32px;
  color: #151E29;
}
@media (max-width: 768px) {
  .contact-form .form-title {
    margin-top: 24px;
  }
}
.contact-form .forminator-field {
  display: flex;
  flex-direction: column;
}
.contact-form .forminator-field .forminator-required {
  display: none;
}
.contact-form .forminator-field input {
  border: none;
  border-bottom: 1px solid #101E2A;
  background: transparent;
  outline: none;
  padding-bottom: 9px;
}
.contact-form .forminator-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  display: flex;
  align-items: center;
  /* Dark blue */
  color: #101E2A;
  margin-bottom: 7px;
}

.forminator-response-message.forminator-error {
  display: none;
}

/*# sourceMappingURL=contact-us.css.map */
