.contact-page {
  --contact-blue: #0a4778;
  --contact-cyan: #08abc9;
  --contact-muted: #73777f;
  --contact-soft: #f4f4f4;
  color: #050505;
}


.contact-page .btn-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #050505;
  display: inline-flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.contact-page .site-header {
  padding-top: 18px;
}

.contact-page .nav-shell {
  min-height: 66px;
}

.contact-page .navbar-brand img,
.contact-page .footer-logo {
  height: 50px;
  width: 178px;
}

.contact-hero {
  background-color: #fff;
  background-image:
    radial-gradient(ellipse 92% 78% at 0 0, rgba(222, 245, 249, .92) 0%, rgba(239, 250, 252, .64) 42%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(rgba(8, 171, 201, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 171, 201, .055) 1px, transparent 1px);
  background-size: auto, 76.8px 76.8px, 76.8px 76.8px;
  padding: 166px 0 45px;
}

.contact-hero h1 {
  color: var(--contact-blue);
  font-size: clamp(45px, 4.55vw, 68px);
  font-weight: 700;
  line-height: 1.16;
  margin: 18px 0 0;
  max-width: 1040px;
  text-shadow: 0 3px 0 rgba(10, 71, 120, .25);
}

.contact-panel {
  padding: 32px 0 132px;
}

.contact-form {
  max-width: 580px;
}

.field-wrap {
  margin-bottom: 20px;
}

.contact-form .field-wrap > p,
.contact-form > .wpcf7 > form > p {
  margin: 0;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contact-form input,
.contact-form textarea {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50px;
  color: #050505;
  font: inherit;
  font-size: 13px;
  min-height: 51px;
  outline: 0;
  padding: 0 20px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.contact-form textarea {
  border-radius: 8px;
  min-height: 121px;
  padding-top: 17px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(8, 171, 201, .55);
  box-shadow: 0 0 0 4px rgba(8, 171, 201, .08);
}

.contact-form .btn {
  border: 0;
  margin-top: 4px;
  min-height: 45px;
  padding-left: 23px;
}

.assist-card {
  background-color: #e5e5e540;
  background-image: url("../images/contact-contour-pattern.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: 360px 300px;
  border: 1px solid rgba(10, 71, 120, .08);
  border-radius: 22px;
  min-height: 422px;
  padding: 64px 44px 42px;
}

.assist-card h2 {
  color: #050505;
  font-size: clamp(34px, 2.65vw, 40px);
  font-weight: 400;
  line-height: 1.23;
  margin: 0 0 32px;
  max-width: 520px;
}

.assist-card h2 strong,
.assist-card h2 b {
  font-weight: 700;
}

.assist-grid {
  border-top: 1px solid rgba(0, 0, 0, .18);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  padding-top: 28px;
}

.assist-grid h3 {
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.accent-line {
  background: var(--contact-cyan);
  display: block;
  height: 2px;
  margin: 18px 0 17px;
  width: 24px;
}

.assist-grid a {
  color: #050505;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 15px;
  word-break: break-word;
}

.assist-grid p {
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 5px;
}

.assist-grid p:last-child {
  color: #050505;
  font-size: 15px;
  margin-bottom: 0;
}

.contact-page .site-footer {
  background: var(--contact-soft);
  padding-bottom: 30px;
}

.contact-page .footer-cta {
  border-radius: 54px;
  max-width: 820px;
  padding: 25px 48px;
  transform: translateY(-50px);
}

.contact-page .footer-cta h2 {
  font-size: 24px;
  font-weight: 700;
}

.contact-page .footer-main {
  padding-bottom: 40px;
}

.contact-page .footer-main h3 {
  font-size: 14px;
}

.contact-page .footer-main p,
.contact-page .footer-main a {
  font-size: 12px;
}

.contact-page .footer-main p {
  max-width: 310px;
}

@media (max-width: 1199.98px) {
  .assist-card {
    min-height: 400px;
    padding: 50px 34px 40px;
  }

  .assist-grid {
    gap: 28px;
  }

  .assist-grid a {
    font-size: 17px;
  }
}

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

  .contact-panel {
    padding-bottom: 108px;
  }

  .contact-form {
    max-width: 100%;
  }

  .assist-card {
    border-radius: 20px;
    min-height: auto;
  }

  .contact-page .footer-cta {
    transform: translateY(-36px);
  }
}

@media (max-width: 767.98px) {
  .contact-hero {
    padding: 112px 0 32px;
  }

  .contact-hero h1 {
    font-size: 38px;
    text-shadow: 0 2px 0 rgba(10, 71, 120, .2);
  }

  .contact-panel {
    padding: 6px 0 86px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 13px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .assist-card {
    padding: 34px 22px 30px;
  }

  .assist-card h2 {
    font-size: 31px;
  }

  .assist-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .footer-cta {
    border-radius: 24px;
    padding: 24px 22px;
  }
}

@media (max-width: 420px) {
  .contact-hero h1 {
    font-size: 33px;
  }

  .assist-card h2 {
    font-size: 27px;
  }

  .assist-grid a {
    font-size: 16px;
  }
}
