/* Light consultation treatment shared by the existing premium service pages. */
.bs-page .bs-contact {
  background: #fff;
}

.bs-page .bs-contact-card {
  width: min(calc(100% - 40px), 1240px);
  max-width: 1240px;
  padding: 10px 0;
  gap: clamp(55px, 7vw, 95px);
  background: #fff;
  color: #071a36;
  box-shadow: none;
}

.bs-page .bs-contact-copy h2 {
  color: #071a36;
  font-size: clamp(38px, 3.5vw, 52px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.bs-page .bs-contact-copy > p:not(.bs-eyebrow) {
  max-width: 610px;
  color: #66778b;
  font-size: 17px;
  line-height: 1.75;
}

.bs-page .bs-contact-note {
  align-items: center;
  color: #43c8f4;
  font-size: 15px;
  font-weight: 700;
}

.bs-page .bs-contact-note i {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #43c8f4;
  border-radius: 50%;
  font-size: 10px;
}

.bs-page .bs-form label {
  color: #9eb3ca;
  font-size: 12px;
  font-weight: 700;
}

.bs-page .bs-form input {
  height: 58px;
  padding: 0 17px;
  border: 1px solid #edf1f5;
  border-radius: 9px;
  background: #f7f7f8;
  color: #143352;
  font-size: 14px;
}

.bs-page .bs-form input::placeholder {
  color: #7892af;
}

.bs-page .bs-form input:focus {
  border-color: #67caff;
  box-shadow: 0 0 0 3px rgba(22, 135, 255, .1);
}

.bs-page .bs-form .ps-btn {
  width: min(100%, 410px) !important;
  min-width: 0;
  margin-top: 12px;
  box-shadow: 0 17px 35px rgba(22, 135, 255, .18);
}

.bs-page .bs-form .ps-btn i {
  order: -1;
}

.bs-page .bs-form .ps-btn::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 1399.98px) {
  .bs-page .bs-contact-card {
    width: min(calc(100% - 40px), 1240px);
    padding: 10px 0;
    gap: 42px;
  }
}

@media (max-width: 767.98px) {
  .bs-page .bs-contact-card {
    width: min(calc(100% - 28px), 1240px);
    padding: 0;
  }

  .bs-page .bs-form .ps-btn {
    width: 100% !important;
  }
}
.ps-form-notice{grid-column:1/-1;margin:0 0 18px;padding:14px 18px;border-radius:8px;font-weight:600}.ps-form-notice.is-success{border:1px solid #8ed9bd;background:#ecfbf5;color:#075d3e}.ps-form-notice.is-error{border:1px solid #f2b8b8;background:#fff1f1;color:#8a2525}
