.contact-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.contact-navlink1 {
  display: contents;
}
 
.contact-text10 {
  font-weight: 700;
}
 
.contact-container13 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-container14 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-container15 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-container16 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-thq-active-elm {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-container17 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-container18 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.contact-navlink9 {
  display: contents;
}
 
.contact-thq-eyebrow-elm2 {
  color: #8ed9f1;
}
 
.contact-text25 {
  margin-bottom: 12px;
}
 
.contact-link1 {
  display: contents;
}
 
.contact-text29 {
  font-weight: 700;
}
 
.contact-container22 {
  color: #fff;
  font-weight: 800;
}
 
.contact-container23 {
  color: #fff;
  font-weight: 800;
}
 
.contact-container25 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.contact-text38 {
  margin-top: 10px;
}
 
.contact-container26 {
  color: var(--brand-2);
  font-weight: 800;
}
 
.contact-text44 {
  margin-top: 14px;
}
 
.contact-container27 {
  color: var(--brand-2);
  font-weight: 800;
}


.contact-full-image {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}


/* Contact hero aligned to the supplied reference */
.contact-reference-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
  padding: 72px 0 78px;
}

.contact-reference-copy {
  max-width: 560px;
}

.contact-reference-copy h1 {
  margin: 4px 0 10px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.contact-reference-copy .lead {
  max-width: 560px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.contact-reference-copy .hero-actions {
  margin-top: 28px;
}

.contact-reference-image-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.contact-reference-image {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1.34 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 22px;
}

@media (max-width: 900px) {
  .contact-reference-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 54px 0 60px;
  }
  .contact-reference-copy {
    max-width: none;
  }
  .contact-reference-image-wrap {
    justify-content: flex-start;
  }
  .contact-reference-image {
    max-width: 100%;
  }
}
