.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.contact-main {
  background:#fff;
}

.contact-hero-page {
  height:730px;
  background:var(--blue);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.contact-hero-network {
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  opacity:1;
  pointer-events:none;
}

.contact-hero-inner {
  width:min(1280px,calc(100% - 64px));
  height:100%;
  margin:0 auto;
  position:relative;
  z-index:1;
}

.contact-intro {
  position:absolute;
  left:0;
  top:67px;
  width:520px;
}

.contact-intro h1 {
  margin:0;
  color:#fff;
  font-size:60px;
  font-weight:700;
  line-height:60px;
  letter-spacing:-1.5px;
}

.contact-intro h1 span {
  color:var(--lime);
  font-weight:400;
}

.contact-intro > p {
  margin:17px 0 0;
  color:#eff6ff;
  font-size:20px;
  line-height:28px;
}

.current-customer {
  width:518px;
  margin-top:37px;
  padding:25px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:12px;
  background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.055));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 14px 34px rgba(0,32,112,.16);
  -webkit-backdrop-filter:blur(14px) saturate(130%);
  backdrop-filter:blur(14px) saturate(130%);
  display:flex;
  flex-direction:column;
  gap:8px;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}

.current-customer:hover {
  border-color:rgba(255,255,255,.34);
  background:linear-gradient(135deg,rgba(255,255,255,.19),rgba(255,255,255,.075));
  transform:translateY(-2px);
}

.current-customer strong {
  font-size:18px;
  line-height:28px;
}

.current-customer span {
  color:#eff6ff;
  font-size:16px;
  line-height:24px;
}

.current-customer a {
  text-decoration:underline;
  text-underline-offset:2px;
}

.contact-page-form {
  position:absolute;
  top:41px;
  right:5px;
  width:592px;
  min-height:614px;
  padding:48px 48px 64px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 52px rgba(8,31,74,.08);
  display:flex;
  flex-direction:column;
  gap:24px;
}

.contact-page-form label {
  display:block;
  height:38px;
  padding:7px 12px 9px;
  border-bottom:1px solid #6b7280;
}

.contact-page-form input,
.contact-page-form textarea {
  width:100%;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#111827;
  font:400 16px/22px Poppins,Arial,sans-serif;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color:#4b5563;
  opacity:1;
}

.contact-page-form label:focus-within {
  border-color:var(--blue);
  box-shadow:0 1px 0 var(--blue);
}

.contact-page-form .contact-message {
  height:89px;
  padding:8px 8px 0;
  border-color:#111;
}

.contact-page-form textarea {
  resize:none;
}

.contact-submit-row {
  min-height:41px;
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:20px;
}

.contact-submit-row button {
  width:128px;
  height:41px;
  padding:0 21px 0 25px;
  border:1px solid transparent;
  border-radius:32px;
  background:#0a58ff;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font:600 16px/24px Poppins,Arial,sans-serif;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}

.contact-submit-row button img {
  width:20px;
  height:20px;
  display:block;
}

.contact-submit-row button:hover,
.contact-submit-row button:focus-visible {
  border-color:#fff;
  background:#000;
}

.form-status {
  color:#374151;
  font-size:12px;
  line-height:18px;
}

.office-locations {
  min-height:691px;
  background:#fff;
}

.locations-inner {
  width:min(1280px,calc(100% - 64px));
  min-height:691px;
  margin:0 auto;
  padding-top:62px;
}

.locations-heading {
  width:896px;
  max-width:100%;
  padding-bottom:32px;
  border-bottom:1px solid #d1d5db;
}

.locations-heading span {
  display:block;
  color:#0052cc;
  font-size:12px;
  font-weight:700;
  line-height:16px;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.locations-heading h2 {
  margin:8px 0 0;
  color:#111827;
  font:700 48px/48px "Montserrat",Arial,sans-serif;
  letter-spacing:-1.2px;
}

.region-tabs {
  margin-top:33px;
  display:flex;
  gap:12px;
}

.region-tabs button {
  min-height:38px;
  padding:8px 20px;
  border:1px solid #d1d5db;
  border-radius:6px;
  background:#fff;
  color:#1f2937;
  font:700 14px/20px Poppins,Arial,sans-serif;
  cursor:pointer;
}

.region-tabs button.active {
  border-color:#000;
  background:#000;
  color:#fff;
}

.office-details {
  margin-top:37px;
  width:496px;
  max-width:100%;
  color:#374151;
  font-size:14px;
  line-height:22.75px;
  outline:none;
}

.office-details h3 {
  margin:0 0 24px;
  color:#0052cc;
  font-size:24px;
  font-weight:400;
  line-height:32px;
}

.office-details strong {
  display:block;
  margin-bottom:3px;
  color:#111827;
  font-size:16px;
  line-height:24px;
}

.office-details p {
  margin:0;
}

.office-details p + p {
  margin-top:9px;
  color:#4b5563;
  line-height:20px;
}

.office-details a {
  color:#0052cc;
  font-weight:600;
  text-decoration:underline;
}

@media (min-width:1501px) {
  .contact-hero-page { height:600px; }
  .contact-hero-inner { width:1440px; }
  .contact-intro { top:72px; width:480px; }
  .contact-intro h1 { font-size:52px; line-height:54px; letter-spacing:-1.1px; }
  .contact-intro>p { margin-top:16px; font-size:16px; line-height:25px; }
  .current-customer { width:430px; margin-top:30px; padding:20px; }
  .current-customer strong { font-size:16px; line-height:24px; }
  .current-customer span { font-size:14px; line-height:21px; }
  .contact-page-form { top:48px; right:0; width:520px; min-height:500px; padding:38px 42px 46px; gap:18px; }
  .contact-page-form label { height:34px; padding:6px 10px 8px; }
  .contact-page-form input,.contact-page-form textarea { font-size:14px; line-height:20px; }
  .contact-page-form .contact-message { height:74px; }
  .contact-submit-row { min-height:38px; padding-top:10px; }
  .contact-submit-row button { width:118px; height:38px; font-size:13px; line-height:20px; }
  .contact-submit-row button img { width:17px; height:17px; }
  .office-locations,.locations-inner { min-height:560px; }
  .locations-inner { width:1440px; padding-top:60px; }
  .locations-heading { width:780px; padding-bottom:26px; }
  .locations-heading h2 { margin-top:8px; font:700 40px/44px "Poppins",Arial,sans-serif; letter-spacing:-.8px; }
  .region-tabs { margin-top:28px; gap:10px; }
  .region-tabs button { min-height:34px; padding:7px 17px; font-size:12px; line-height:18px; }
  .office-details { margin-top:30px; width:450px; font-size:13px; line-height:21px; }
  .office-details h3 { margin-bottom:20px; font-size:21px; line-height:28px; }
  .office-details strong { font-size:14px; line-height:21px; }
}

@media (max-width:1100px) {
  .contact-hero-page {
    height:auto;
  }

  .contact-hero-inner {
    padding:64px 0;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(440px,1fr);
    gap:45px;
  }

  .contact-intro,
  .contact-page-form {
    position:relative;
    inset:auto;
    width:100%;
  }

  .contact-intro h1 {
    font-size:50px;
    line-height:52px;
  }

  .contact-intro > p br {
    display:none;
  }

  .current-customer {
    width:100%;
  }

  .contact-page-form {
    min-height:0;
  }
}

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

  .contact-hero-inner,
  .locations-inner {
    width:calc(100% - 40px);
  }

  .contact-hero-inner {
    padding:52px 0;
    grid-template-columns:1fr;
  }

  .contact-intro h1 {
    font-size:44px;
    line-height:47px;
  }

  .contact-intro > p {
    font-size:17px;
    line-height:26px;
  }

  .contact-page-form {
    padding:36px 25px 42px;
  }

  .locations-inner {
    min-height:620px;
    padding-top:52px;
  }

  .locations-heading h2 {
    font-size:38px;
    line-height:42px;
  }

  .region-tabs {
    flex-wrap:wrap;
  }
}
