.contact-page {
  background: #f6f9fc;
  color: #243447;
}

.contact-main {
  min-height: calc(100vh - 92px);
  padding-top: 78px;
}

.contact-hero {
  background: linear-gradient(135deg, #eef7fd 0%, #f8fbfe 52%, #eef4fb 100%);
  border-bottom: 1px solid #dbe8f3;
  padding: 78px 0 112px;
}

.contact-heading {
  margin: 0 auto;
  max-width: 760px;
}

.contact-kicker {
  color: #2487ce;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.contact-heading h1 {
  color: #124265;
  font-family: "Raleway", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 18px;
}

.contact-heading p {
  color: #526a7c;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.contact-content {
  margin-top: -72px;
  padding: 0 0 80px;
  position: relative;
}

.contact-card,
.contact-aside {
  background: #fff;
  border: 1px solid #e0eaf2;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(18, 66, 101, .10);
}

.contact-card {
  padding: clamp(25px, 5vw, 44px);
}

.contact-card-heading h2,
.contact-success h2,
.contact-aside h2 {
  color: #124265;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.contact-card-heading h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-card-heading p {
  color: #647887;
  line-height: 1.65;
  margin-bottom: 26px;
}

.contact-form .form-label {
  color: #243447;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-control {
  border: 1px solid #cad8e3;
  border-radius: 9px;
  min-height: 48px;
  padding: 11px 13px;
}

.contact-form textarea.form-control {
  min-height: 170px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: #2487ce;
  box-shadow: 0 0 0 .2rem rgba(36, 135, 206, .14);
}

.contact-submit {
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  min-width: 160px;
  padding: 11px 20px;
}

.contact-privacy {
  color: #6c7f8d;
  font-size: 13px;
}

.contact-privacy i {
  color: #2487ce;
  margin-right: 4px;
}

.contact-honeypot {
  left: -10000px !important;
  position: absolute !important;
  top: auto !important;
}

.contact-aside {
  padding: 30px;
}

.contact-aside-icon,
.contact-success-icon {
  align-items: center;
  background: #e9f5fd;
  border-radius: 50%;
  color: #2487ce;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 20px;
  width: 54px;
}

.contact-aside-icon i,
.contact-success-icon i {
  font-size: 24px;
}

.contact-aside h2 {
  font-size: 21px;
  margin-bottom: 15px;
}

.contact-aside p {
  color: #647887;
  font-size: 14px;
  line-height: 1.7;
}

.contact-aside p:last-child {
  margin-bottom: 0;
}

.contact-success {
  padding: 18px 0;
  text-align: center;
}

.contact-success-icon {
  background: #e8f7ef;
  color: #198754;
  height: 66px;
  width: 66px;
}

.contact-success h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.contact-success p {
  color: #647887;
  margin: 0 auto 24px;
  max-width: 520px;
}

@media (max-width: 991.98px) {
  .contact-hero {
    padding: 58px 0 100px;
  }

  .contact-aside {
    margin-top: 4px;
  }
}

@media (max-width: 575.98px) {
  .contact-main {
    padding-top: 68px;
  }

  .contact-hero {
    padding: 48px 0 88px;
  }

  .contact-heading p {
    font-size: 16px;
  }

  .contact-content {
    margin-top: -54px;
    padding-bottom: 52px;
  }

  .contact-card,
  .contact-aside {
    border-radius: 14px;
  }

  .contact-submit {
    width: 100%;
  }
}
