@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400&display=swap");
.gre-disclaimer {
  color: #9FAFB7;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
.gre-disclaimer a {
  text-decoration: underline !important;
}
@media screen and (min-width: 801px) {
  .gre-disclaimer {
    width: 73%;
    margin-right: 0;
  }
}

section.contact {
  width: 100%;
  max-width: 100%;
  align-items: center;
  margin: clamp(170px, 16vw, 226px) auto clamp(180px, 20vw, 280px) auto;
  width: 84.6%;
  max-width: 1000px;
}
section.contact .contact-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 801px) {
  section.contact {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  section.contact .contact-wrapper {
    width: 80%;
    max-width: 780px;
    margin-top: clamp(80px, 8vw, 120px);
  }
}

.contact-form {
  width: 100%;
  border-collapse: collapse;
}
.contact-form .table-row {
  width: 100%;
  margin-bottom: clamp(24px, 3vw, 42px);
}
.contact-form .label,
.contact-form .content {
  color: #599DB9;
  box-sizing: border-box;
}
.contact-form .label {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 801px) {
  .contact-form .table-row {
    display: flex;
    justify-content: space-between;
  }
  .contact-form .label {
    width: 27%;
  }
  .contact-form .content {
    width: 73%;
    max-width: 540px;
  }
}

.content {
  overflow-x: hidden;
}
.content p {
  margin: 0;
}
.content input[type=text],
.content input[type=email],
.content input[type=tel],
.content input[type=number],
.content input[type=date],
.content textarea,
.content select {
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: unset;
  border-bottom: 1px solid #599DB9;
  text-align: start;
}
.content input[type=text]::placeholder,
.content input[type=email]::placeholder,
.content input[type=tel]::placeholder,
.content input[type=number]::placeholder,
.content input[type=date]::placeholder,
.content textarea::placeholder,
.content select::placeholder {
  color: #C4CED3;
  opacity: 1;
}
.content input[type=text]:focus,
.content input[type=email]:focus,
.content input[type=tel]:focus,
.content input[type=number]:focus,
.content input[type=date]:focus,
.content textarea:focus,
.content select:focus {
  color: #2F2F2F;
  outline: 1px solid #599DB9;
}
.content textarea {
  width: 100%;
  max-width: 100%;
  min-height: clamp(180px, 20vw, 240px);
}

.submit-container {
  display: flex;
  align-items: center;
  text-align: center;
  margin: clamp(40px, 5vw, 50px) auto 0;
}
.submit-container p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  .submit-container {
    width: 73%;
    max-width: 540px;
    margin-right: 0;
  }
}

.submit-btn {
  box-sizing: border-box;
  padding: 1em 2em;
  appearance: unset;
  background-color: #9FAFB7;
  border: unset;
  color: #ffffff;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-size: clamp(14px, 1.5vw, 16px);
  border-radius: 0;
}
.submit-btn:hover {
  opacity: 0.5;
}

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