.contact-page {
  background: var(--be-white);
}

.contact-page .be-container {
  padding-inline: 0;
}

.contact-page :where(input, textarea, button) {
  font-family: var(--be-font);
}

.contact-page .contact-section-head h4,
.contact-page .direct-contact h4,
.contact-page .contact-callback h4,
.contact-page .contact-callback__desktop-title h4 {
  font-size: 40px;
}

.contact-page .contact-title,
.contact-page .contact-section-head h4,
.contact-page .direct-contact h4,
.contact-page .contact-callback h4,
.contact-page .contact-callback__desktop-title h4 {
  margin: 0;
  color: var(--be-plum);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.contact-page .direct-contact h4 {
  margin-bottom: 25px;
  color: #fb8e5a;
}

.contact-page .contact-title {
  max-width: 440px;
  line-height: .96;
}

.contact-page .contact-title span,
.contact-page .contact-section-head h4 span,
.contact-page .contact-callback h4 span,
.contact-page .contact-callback__desktop-title h4 span {
  background: linear-gradient(90deg, #ff965e 0%, #ff5b62 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-page .contact-section-head h4 span {
  margin-left: 2px;
}

.contact-callback__desktop-title {
  display: none;
}

.contact-page .contact-callback__desktop-title h4 span {
  margin-inline-start: 0;
}

.contact-page .contact-section-head h2 {
  margin: 7px 0 0;
  color: var(--be-plum);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
}

.contact-page .contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  border: 0;
  border-radius: var(--be-radius-pill);
  padding: 15px 24px;
  color: var(--be-white);
  background: linear-gradient(90deg, var(--be-coral) 0%, var(--be-orange) 100%);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .22s ease, transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.contact-page .contact-pill--plum {
  background: var(--be-plum-soft);
}

.contact-page .contact-pill:hover {
  background: #963a75;
  filter: saturate(1.08) brightness(1.03);
  transform: translateY(-2px);
}

.contact-page .contact-pill--plum:hover {
  background: linear-gradient(90deg, var(--be-coral) 0%, var(--be-orange) 100%);
  box-shadow: none;
  transform: translateY(-1px);
}

.contact-page .contact-pill:active {
  transform: translateY(0);
}

.contact-page .contact-pill:focus-visible,
.direct-contact__item:focus-visible,
.contact-location-card:focus-within {
  outline: 3px solid rgba(255, 131, 89, .42);
  outline-offset: 4px;
}

.contact-info {
  padding: 95px 0 60px;
  overflow: hidden;
}

.contact-info__row {
  --be-grid-gutter-x: 0px;
  --be-grid-gutter-y: 38px;
  align-items: baseline;
}

.contact-info__copy {
  padding-left: 0;
}

.contact-info__lead {
  margin: 15px 0 0;
  color: var(--be-plum);
  font-size: 18px;
  line-height: 1.22;
}

.contact-checklist {
  display: grid;
  gap: 4px;
  margin: 6px 0 46px;
  padding: 0;
  color: var(--be-plum);
  font-size: 19px;
  line-height: 1.14;
  list-style: none;
}

.contact-checklist li {
  position: relative;
  padding-left: 34px;
}

.contact-checklist li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("../assets/contact/contact-text-icon.svg") center / contain no-repeat;
}

.contact-info__proof {
  position: relative;
  display: flex;
  justify-content: center;
}

.contact-info__shape {
  position: absolute;
  z-index: 0;
  width: 330px;
  pointer-events: none;
}

.contact-info__shape--first {
  top: -46px;
  left: -8px;
}

.contact-info__shape--second {
  right: 0;
  bottom: 0;
  width: 310px;
}

.contact-review {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 25px 22px;
  border: 1px solid rgba(80, 31, 58, .08);
  border-radius: 18px;
  background: var(--be-white);
  box-shadow: 1px 2px 6px rgba(80, 31, 58, .08);
}

.contact-page .contact-review__head {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(80, 31, 58, .09);
}

.contact-review__head h2 {
  margin: 0;
  color: var(--be-plum);
  font-size: 25px;
  font-weight: 800;
}

.contact-review__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-review__socials a {
  display: inline-flex;
}

.contact-review__socials img {
  width: 31px;
  height: 31px;
}

.contact-review__stage {
  position: relative;
}

.contact-review__card {
  min-height: 196px;
  padding: 18px 29px 20px;
  border: 1px solid rgba(80, 31, 58, .1);
  border-radius: 11px;
  background: var(--be-white);
  box-shadow: 0 8px 20px rgba(80, 31, 58, .05);
  transition: opacity .28s ease, transform .28s ease;
}

.contact-review__card.is-changing {
  opacity: 0;
  transform: translateX(8px);
}

.contact-review__rating {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--be-plum-soft);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.contact-review__rating span {
  color: #fb8e5a;
  font-size: 20px;
  letter-spacing: 1px;
}

.contact-review__card h3 {
  margin: 8px 0 5px;
  color: var(--be-plum);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.05;
}

.contact-review__card p {
  margin: 0;
  color: var(--be-plum);
  font-size: 14px;
  line-height: 1.32;
}

.contact-review__author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--be-plum);
  font-size: 13px;
  font-weight: 800;
}

.contact-review__author a {
  color: inherit;
  text-decoration: none;
}

.contact-review__author img {
  width: 47px;
  height: 43px;
  object-fit: contain;
}

.contact-review__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.contact-review__arrow img {
  width: 100%;
  height: 100%;
}

.contact-review__arrow--prev { left: -10px; }
.contact-review__arrow--next { right: -10px; }

.contact-review__google {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 26px;
  padding: 21px 22px 19px;
  border-radius: 10px;
  color: var(--be-white);
  background: var(--be-plum-soft);
  text-decoration: none;
}

.contact-review__google strong {
  grid-row: 1;
  grid-column: 1;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.contact-review__google span {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: grid;
  gap: 3px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
}

.contact-review__google b {
  font-size: inherit;
  font-weight: 800;
}

.contact-review__google small {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.05;
}

.contact-review__google small:last-child {
  margin-top: 5px;
  text-decoration: underline;
}

.contact-review__google img {
  grid-row: 2;
  grid-column: 1;
  width: 90px;
  margin-top: 9px;
}

.direct-contact {
  padding: 0 0 61px;
}

.direct-contact__panel {
  position: relative;
  width: 100%;
  min-height: 236px;
  margin-inline: auto;
  padding: 40px 120px 43px;
  border-radius: 17px;
  color: var(--be-white);
  background: #501f3a;
  box-shadow: 0 14px 28px rgba(80, 31, 58, .16);
  overflow: hidden;
}

.direct-contact__shape {
  position: absolute;
  inset: -175px -35px auto auto;
  width: calc(100% + 150px);
  max-width: none;
  height: auto;
  opacity: .78;
  pointer-events: none;
}

.direct-contact h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: var(--be-coral);
  font-weight: 800;
  line-height: .95;
  text-align: center;
}

.direct-contact h4 span { color: var(--be-white); }

.direct-contact__items {
  --be-grid-gutter-x: 70px;
  --be-grid-gutter-y: 26px;
  position: relative;
  z-index: 1;
  align-items: center;
  width: min(100%, 1110px);
  margin-inline: auto;
  padding-top: 0;
}

.direct-contact__item {
  position: relative;
  display: grid;
  grid-template-areas: "icon" "label" "value";
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  min-height: 64px;
  border-left: 1px solid rgba(255, 255, 255, .38);
  padding-block: 8px;
  padding-left: 21px;
  text-decoration: none;
  row-gap: 8px;
  transition: background-color .22s ease, transform .22s ease;
}

.direct-contact__item img {
  grid-area: icon;
  align-self: start;
  width: 27px;
  height: 27px;
  margin: -5px 0 0;
  object-fit: contain;
}

.direct-contact__item span {
  grid-area: label;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.05;
}

.direct-contact__item strong,
.direct-contact__item a {
  grid-area: value;
  color: var(--be-white);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
  white-space: nowrap;
}

.contact-form-section {
  padding: 0 0 58px;
}

.contact-form-section__panel {
  width: 100%;
  margin-inline: auto;
  padding: 28px 22px 35px;
  border-radius: 15px;
  background: #f3e5f0;
}

.contact-form-section__row {
  --be-grid-gutter-x: 28px;
  --be-grid-gutter-y: 24px;
  align-items: stretch;
  margin-top: 15px;
}

.contact-page .contact-easydus-embed {
  width: 100%;
  min-width: 0;
  border-radius: 13px;
  background: var(--be-white);
  overflow: hidden;
}

.contact-page .contact-easydus-form {
  display: block;
  width: 100%;
  height: 434px;
  min-height: 434px;
  border: 0;
  background: var(--be-white);
}

@media (max-width: 1023px) {
  .contact-page .contact-easydus-form {
    height: 434px;
    min-height: 434px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-easydus-form {
    height: 434px;
    min-height: 434px;
  }
}

.contact-form {
  display: grid;
  gap: 6px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 25px;
}

.contact-form label { min-width: 0; }

.contact-form label > span:not(.contact-form__check-label) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(80, 31, 58, .08);
  border-radius: 999px;
  padding: 0 17px;
  color: var(--be-plum);
  background: var(--be-white);
  box-shadow: inset 0 1px 3px rgba(80, 31, 58, .04);
  font-size: 12px;
  font-weight: 400;
  outline: 0;
}

.contact-form input,
.contact-form select { height: 37px; }

select#i61 {
  width: 100%;
}

.contact-form textarea {
  min-height: 166px;
  border-radius: 15px;
  padding-top: 19px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(80, 31, 58, .58);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(255, 131, 89, .85);
  box-shadow: 0 0 0 3px rgba(255, 131, 89, .14);
}

.contact-form__wide { grid-column: 1 / -1; }

.contact-form__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--be-muted);
  font-size: 11px;
  line-height: 1.2;
}

.contact-form__check input {
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 0;
  border: 1px solid rgba(156, 147, 145, .5);
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, .13);
  cursor: pointer;
}

.contact-form__check input:checked {
  border-color: var(--be-plum-soft);
  background-color: var(--be-plum-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.2 6.4 11.5 13 4.5' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  box-shadow: none;
}

.contact-form__check input:focus-visible {
  outline: 2px solid rgba(156, 55, 137, .28);
  outline-offset: 2px;
}

.contact-form .contact-form__check span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.contact-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form__status {
  margin: 0 0 15px;
  border-left: 4px solid var(--be-plum-soft);
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--be-plum);
  background: rgba(255, 255, 255, .7);
  font-weight: 700;
}

.contact-form__status--success,
.contact-form__status.is-success { border-left-color: #2b8f57; }
.contact-form__status--error,
.contact-form__status.is-error { border-left-color: #d34d57; }

.contact-form-section .contact-pill {
  min-height: 44px;
  margin-top: 17px;
  padding-inline: 29px;
  font-size: 15px;
}

.contact-form button[disabled] {
  opacity: .65;
  cursor: wait;
}

.contact-map,
.contact-map iframe {
  width: 100%;
  height: 328px;
  min-height: 328px;
  border: 0;
  border-radius: 13px;
}

.contact-map {
  background: var(--be-white);
  overflow: hidden;
}

.contact-locations {
  padding: 0 0 66px;
}

.contact-locations__row {
  --be-grid-gutter-x: 28px;
  --be-grid-gutter-y: 32px;
  align-items: stretch;
  width: 100%;
  margin-inline: auto;
}

.contact-location-cards {
  --be-grid-gutter-x: 24px;
  --be-grid-gutter-y: 22px;
  margin-top: 12px;
}

.contact-location-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(80, 31, 58, .08);
  border-radius: 14px;
  background: var(--be-white);
  box-shadow: 0 3px 15px rgba(80, 31, 58, .08);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}

.contact-location-card > img {
  width: 100%;
  aspect-ratio: 1.53;
  object-fit: cover;
}

.contact-location-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 19px 21px;
}

.contact-location-card h3 {
  margin: 0 0 6px;
  color: var(--be-plum);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.08;
}

.contact-location-card__title-link {
  color: inherit;
  text-decoration: none;
}

.contact-location-card p {
  margin: 0 0 16px;
  color: #8f2c4b;
  font-size: 13px;
  line-height: 1.25;
}

.contact-location-card .contact-pill {
  position: static;
  min-height: 32px;
  padding-inline: 22px;
  font-size: 12px;
}


.contact-location-card__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}

.contact-location-card__time {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  border: 0;
  padding: 0;
  color: var(--be-plum-soft);
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.contact-location-card__time img {
  width: 13px;
  height: 13px;
}

.contact-form.contact-form--callback {
  min-height: 422px;
  margin-top: 35px;
  border: 1px solid rgba(80, 31, 58, .08);
  border-radius: 14px;
  padding: 25px 24px 125px;
  background: var(--be-white);
  box-shadow: 0 5px 10px rgba(80, 31, 58, .08);
}

.contact-form.contact-form--callback button.contact-pill {
  height: 38px;
}

.contact-callback h4 {
  margin-bottom: 27px;
  color: var(--be-coral);
}

.contact-form--callback .contact-pill { margin-top: 13px; }

.contact-page .faq {
  padding-top: 60px !important;
  padding-bottom: 270px;
}

@media (min-width: 1024px) {
  .contact-info__copy { width: 42.5%; flex: 0 0 auto; }
  .contact-info__proof { width: 57.5%; flex: 0 0 auto; }
  .contact-form-section__row > *:first-child { width: 56%; }
  .contact-form-section__row > *:last-child { width: 44%; }
  .contact-locations__row > .be-col-lg-7,
  .contact-locations__row > .be-col-lg-5,
  .contact-location-cards > .be-col-sm-6,
  .contact-callback { display: flex; flex-direction: column; }
  .contact-location-cards,
  .contact-callback,
  .contact-form.contact-form--callback { flex: 1 1 auto; }
  .contact-location-cards { align-items: stretch; }
  .contact-form.contact-form--callback { min-height: 0; }
}

@media (min-width: 1025px) {
  .contact-form-section__head-row {
    display: grid;
    grid-template-columns: 56% 44%;
    align-items: start;
  }

  .contact-form-section__head-row .contact-section-head {
    width: 100%;
  }

  .contact-callback__desktop-title {
    display: block;
  }

  .contact-callback__inline-title {
    display: none;
  }

  .contact-callback {
    margin-top: 0;
  }

  .contact-form.contact-form--callback {
    margin-top: 23px;
    padding: 25px 24px 25px;
  }

  .contact-form--callback .contact-pill {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .direct-contact__items > *:nth-child(1) { width: 36%; }
  .direct-contact__items > *:nth-child(2) { width: 31%; }
  .direct-contact__items > *:nth-child(3) { width: 33%; }
}

@media (max-width: 1500px) and (min-width: 1201px) {
  .contact-page .be-container { width: min(calc(100% - 160px), var(--be-container)); padding-inline: 0 !important; }
}

@media (max-width: 1300px) {
  .contact-form.contact-form--callback { min-height: 390px; }
}

@media (max-width: 1280px) {
  .contact-page .contact-locations .contact-locations__row { --be-grid-gutter-x: 0 !important; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .contact-page .contact-locations__row { column-gap: 24px; }
  .contact-page .contact-locations__row > .be-col-lg-7 { width: calc(58.333333% - 12px); }
  .contact-page .contact-locations__row > .be-col-lg-5 { width: calc(41.666667% - 12px); }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .contact-page .be-container { width: min(calc(100% - 120px), var(--be-container)); padding-inline: 0 !important; }
  .contact-page .direct-contact__items > *:nth-child(1) { width: 32%; }
  .contact-page .direct-contact__items > *:nth-child(2) { width: 28%; }
  .contact-page .direct-contact__items > *:nth-child(3) { width: 40%; }
}

@media (max-width: 1200px) {
  .contact-title { font-size: 52px; }
  .direct-contact__panel { padding-inline: 20px; }
  .direct-contact__items { --be-grid-gutter-x: 44px; }
  .direct-contact__item a,
  .direct-contact__item strong { font-size: 22px; }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .contact-page .contact-section-head h4,
  .contact-page .direct-contact h4,
  .contact-page .contact-callback h4,
  .contact-page .contact-callback__desktop-title h4 {
    font-size: 38px;
    line-height: 1.1;
  }
}

@media (max-width: 1200px) and (min-width: 482px) {
  .contact-checklist { font-size: 17px; }
  .contact-checklist li::before { width: 22px; height: 22px; }
  .contact-info__lead { font-size: 17px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .contact-page .contact-info__copy {
    width: 42.5%;
    flex: 0 0 auto;
  }

  .contact-page .contact-info__proof {
    width: 57.5%;
    flex: 0 0 auto;
    padding-left: 30px;
  }

  .contact-page .be-container { width: min(calc(100% - 80px), var(--be-container)); padding-inline: 0 !important; }
  .contact-page .direct-contact__items > *:nth-child(1),
  .contact-page .direct-contact__items > *:nth-child(2) { width: 29%; }
}

@media (max-width: 1024px) {
  .contact-page .contact-section-head h4,
  .contact-page .direct-contact h4,
  .contact-page .contact-callback h4 {
    font-size: 36px;
    line-height: 1.1;
  }

  .contact-title { font-size: 50px; }
  .contact-info { padding-top: 42px; }
  .contact-info__proof { justify-content: flex-start; }
  .direct-contact__panel,
  .contact-form-section__panel,
  .contact-locations__row { width: 100%; }
  .contact-callback { padding-top: 26px; }
  .contact-info__shape--second { left: 335px; }
  .contact-info__row { --be-grid-gutter-y: 55px; }
  .contact-info__shape--first { top: -38px; left: -25px; }
}

@media (max-width: 820px) {
  .contact-title { font-size: 44px; }
}

@media (max-width: 768px) {
  .contact-info { padding-bottom: 48px; }
  .contact-review { width: min(100%, 390px); }
  .direct-contact { padding-bottom: 44px; }
  .direct-contact__panel { padding: 34px 25px 38px; }
  .direct-contact__item { border-left: 0; padding-left: 0; }
  .contact-form__grid { grid-template-columns: minmax(0, 1fr); }
  .contact-form-section__panel { padding: 30px 20px 35px; }
  .contact-locations { padding-bottom: 94px; }
  .contact-page .contact-locations .be-row { --be-grid-gutter-x: 0px; }
  .contact-form.contact-form--callback { min-height: 0; margin-top: 30px; padding: 25px 24px 40px; }
}

@media (max-width: 767px) {
  .contact-page .be-container { width: min(calc(100% - 40px), var(--be-container)); padding-inline: 0 !important; }

  .contact-page .contact-section-head h4,
  .contact-page .direct-contact h4,
  .contact-page .contact-callback h4 {
    font-size: 32px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) and (min-width: 641px) {
  .direct-contact__item a,
  .direct-contact__item strong { font-size: 20px; }
  .be-col-sm-4 { width: 28%; }
}

@media (max-width: 640px) {
  .direct-contact__item a,
  .direct-contact__item strong { font-size: 20px; }
  .contact-title { font-size: 38px; }
  .contact-page .faq { padding-bottom: 220px; }
}

@media (max-width: 480px) {
  .contact-page .contact-pill { width: 100%; padding-inline: 18px; }
  .contact-checklist { font-size: 14px; }
  .contact-checklist li { padding-left: 25px; }
  .contact-checklist li::before { top: -2px; width: 18px; height: 18px; }
  .contact-review { padding: 17px 16px; }
  .contact-review__card { padding-inline: 17px; }
  .contact-review__google { grid-template-columns: 96px minmax(0, 1fr); column-gap: 12px; }
  .contact-review__google img { grid-column: 1; }
  .contact-review__google span { padding-left: 0; }
  .direct-contact__item a,
  .direct-contact__item strong { font-size: 18px; }
  .contact-form-section__panel,
  .contact-callback,
  .contact-location-card__body { border-radius: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page .contact-pill,
  .contact-review__card,
  .direct-contact__item,
  .contact-location-card { transition: none; }
}

@media (max-width: 767px) {
  .contact-page .contact-info__lead {
    font-size: 18px;
  }

  .contact-page .contact-checklist {
    font-size: 18px;
  }
}


/* Dynamic Google score stars */
.contact-review__google-stars{--contact-google-rating:100%;grid-row:2;grid-column:1;position:relative;display:block;width:96px;height:19px;margin-top:9px;background:rgba(255,255,255,.32);-webkit-mask:url("../assets/hero-assets/star-rating-mask.svg") left center/contain no-repeat;mask:url("../assets/hero-assets/star-rating-mask.svg") left center/contain no-repeat}.contact-review__google-stars::before{position:absolute;inset:0 auto 0 0;width:var(--contact-google-rating);background:#fb8e5a;content:""}@media(max-width:480px){.contact-review__google-stars{grid-column:1}}


/* Dynamic per-review score stars */
.contact-review__stars{--contact-review-rating:100%;position:relative;display:block;width:104px;height:20px;background:rgba(80,31,58,.16);-webkit-mask:url("../assets/hero-assets/star-rating-mask.svg") left center/contain no-repeat;mask:url("../assets/hero-assets/star-rating-mask.svg") left center/contain no-repeat}.contact-review__stars::before{position:absolute;inset:0 auto 0 0;width:var(--contact-review-rating);background:#fb8e5a;content:""}

/* Contact review fixed-height slider */
.beleef-contact-page .contact-review__stage {
  height: 229px;
  overflow: visible;
}

.beleef-contact-page .contact-review__card {
  height: 229px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.beleef-contact-page .contact-review__rating,
.beleef-contact-page .contact-review__card h3,
.beleef-contact-page .contact-review__author {
  flex: 0 0 auto;
}

.beleef-contact-page .contact-review__card p {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(80, 31, 58, .28) rgba(80, 31, 58, .06);
}

.beleef-contact-page .contact-review__card p::-webkit-scrollbar {
  width: 5px;
}

.beleef-contact-page .contact-review__card p::-webkit-scrollbar-track {
  background: rgba(80, 31, 58, .06);
  border-radius: 999px;
}

.beleef-contact-page .contact-review__card p::-webkit-scrollbar-thumb {
  background: rgba(80, 31, 58, .28);
  border-radius: 999px;
}

.beleef-contact-page .contact-review__author {
  margin-top: 14px;
}

.beleef-contact-page .contact-review__arrow {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .beleef-contact-page .contact-review__stage,
  .beleef-contact-page .contact-review__card {
    height: 236px;
  }

  .beleef-contact-page .contact-review__card p {
    padding-right: 6px;
  }
}
body.beleef-contact-page .faq__title {
  line-height: 1.16;
}

body.beleef-contact-page .faq__title > em {
  margin-inline-start: 0 !important;
  line-height: inherit;
  overflow: visible;
}

/* Match the ordered list in this FAQ answer to the surrounding body copy. */
body.beleef-contact-page #faq-panel-5 .accordion__content-inner > ol {
  width: 80%;
  margin: 10px 0 14px;
  padding: 0 0 0 22px;
  color: #501f3a;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  list-style-position: outside;
}

body.beleef-contact-page #faq-panel-5 .accordion__content-inner > ol > li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width: 1024px) {
  body.beleef-contact-page #faq-panel-5 .accordion__content-inner > ol {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.beleef-contact-page h4.faq__title > em {
    display: block !important;
  }
}


/* Keep the Direct contact background shape continuous on mobile */
@media (max-width: 768px) {
  .contact-page .direct-contact__shape {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* Prevent iOS Safari from turning the "Plan je route" section heading into a Maps link. */
.contact-page #contact-locations-title a[x-apple-data-detectors],
.contact-page #contact-locations-title a[href^="x-apple-data-detectors"] {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
  cursor: inherit !important;
}
