.contact_page .profile-hero-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 40px;
  padding-top: 56px;
}

.contact_page .profile-hero-section > .row-fluid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 4.5vw, 64px);
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
}

.contact_page .profile-hero-section .profile-hero__media,
.contact_page .profile-hero-section .profile-hero__content {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.contact_page .profile-hero-section .profile-hero__media {
  align-items: center;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
}

.contact_page .profile-hero-section .profile-hero__content {
  grid-column: 2;
  grid-row: 1;
}

.contact_page .profile-hero-section .profile-hero__media > .dnd-row,
.contact_page .profile-hero-section .profile-hero__media > .dnd-row > .row-fluid,
.contact_page .profile-hero-section .profile-hero__media .dnd-module,
.contact_page .profile-hero-section .profile-hero__media .hs_cos_wrapper_type_module,
.contact_page .profile-hero-section .profile-hero__media .rich_text_container,
.contact_page .profile-hero-section .profile-hero__media .rich_text_with_bg_image_bg {
  width: 100%;
}

.contact_page .profile-hero-section .profile-hero__image {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.contact_page .profile-hero-section .profile-hero__image img {
  aspect-ratio: 1;
  border: 1px solid #24ce7b;
  border-radius: 50%;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25);
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 360px;
  object-fit: cover;
  object-position: center 22%;
  width: 100%;
}

.contact_page .profile-hero__copy h1 {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 18px;
}

.contact_page .profile-hero__copy h2 {
  color: #24ce7b;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(24px, 2.1vw, 28px);
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin: 0;
}

.contact_page .profile-hero__copy h2 strong {
  font-weight: inherit;
}

.contact_page .profile-hero__summary {
  color: rgba(255, 255, 255, 0.84);
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 650px;
}

.contact_page .profile-hero__actions {
  display: flex;
  margin-top: 30px;
}

.contact_page .profile-hero__actions .service-cta-primary {
  flex: 0 0 auto;
}

.contact_page .profile-hero__actions .cm-btn {
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.contact_page .profile-hero__actions .cm-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .contact_page .profile-hero-section {
    padding-bottom: 64px;
    padding-top: 48px;
  }

  .contact_page .profile-hero-section > .row-fluid {
    gap: 44px;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  }

  .contact_page .profile-hero-section .profile-hero__image img {
    max-width: 260px;
  }

  .contact_page .profile-hero__copy h1 {
    font-size: clamp(44px, 6vw, 54px);
  }

  .contact_page .profile-hero__summary {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact_page .profile-hero-section {
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 36px;
  }

  .contact_page .profile-hero-section > .row-fluid {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact_page .profile-hero-section .profile-hero__media,
  .contact_page .profile-hero-section .profile-hero__content {
    grid-column: 1;
    grid-row: auto;
    text-align: center;
  }

  .contact_page .profile-hero-section .profile-hero__image img {
    max-width: 190px;
  }

  .contact_page .profile-hero__copy h1 {
    font-size: 42px;
    margin-bottom: 14px;
  }

  .contact_page .profile-hero__copy h2 {
    font-size: 24px;
  }

  .contact_page .profile-hero__summary {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
  }

  .contact_page .profile-hero__actions {
    justify-content: center;
    margin-top: 26px;
  }
}

@media (max-width: 479px) {
  .contact_page .profile-hero-section .profile-hero__image img {
    max-width: 168px;
  }

  .contact_page .profile-hero__copy h1 {
    font-size: 38px;
  }

  .contact_page .profile-hero__copy h2 {
    font-size: 21px;
  }

  .contact_page .profile-hero__actions .cm-btn {
    font-size: 13px;
    letter-spacing: 3px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
