html body.page-template-page-contact-us {
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference {
  --contact-red: var(--c-brand);
  --contact-ink: #101828;
  --contact-muted: #667085;
  --contact-line: #e4e9f0;
  --contact-soft: #f7f9fc;
  overflow-x: clip;
  color: var(--contact-ink);
  background: #fff;
}

html body.page-template-page-contact-us main#main-content.contact-reference,
html body.page-template-page-contact-us main#main-content.contact-reference [data-animate] {
  visibility: visible !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

html body.page-template-page-contact-us .contact-reference *,
html body.page-template-page-contact-us .contact-reference *::before,
html body.page-template-page-contact-us .contact-reference *::after {
  box-sizing: border-box;
}

html body.page-template-page-contact-us .contact-reference a {
  color: inherit;
  text-decoration: none;
}

html body.page-template-page-contact-us .contact-reference__shell {
  width: min(1740px, calc(100% - 96px));
  margin-inline: auto;
}

html body.page-template-page-contact-us .contact-reference__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 32px;
  align-items: start;
  padding: 34px 0 22px;
}

html body.page-template-page-contact-us .contact-reference__main {
  min-width: 0;
}

html body.page-template-page-contact-us .contact-reference__hero {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  gap: 34px;
  align-items: center;
  min-height: 430px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--contact-line);
}

html body.page-template-page-contact-us .contact-reference__hero-copy {
  min-width: 0;
}

html body.page-template-page-contact-us .contact-reference__eyebrow {
  margin: 0 0 16px;
  color: var(--contact-red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body.page-template-page-contact-us .contact-reference h1 {
  max-width: 690px;
  margin: 0 0 20px;
  color: var(--contact-ink) !important;
  font-size: clamp(44px, 3.25vw, 62px) !important;
  line-height: 1.04 !important;
  font-weight: 850;
  letter-spacing: 0 !important;
}

html body.page-template-page-contact-us .contact-reference__hero-copy > p:not(.contact-reference__eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.72;
}

html body.page-template-page-contact-us .contact-reference__author,
html body.page-template-page-contact-us .contact-reference__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

html body.page-template-page-contact-us .contact-reference__author {
  margin-top: 28px;
  color: #5d6878;
  font-size: 13px;
}

html body.page-template-page-contact-us .contact-reference__author strong {
  color: var(--contact-ink);
}

html body.page-template-page-contact-us .contact-reference__author span:not(.contact-reference__mark):not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 13px 2px 0;
  border-radius: 50%;
  background: #b3bdca;
}

html body.page-template-page-contact-us .contact-reference__mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--contact-red);
  font-size: 16px;
  font-weight: 900;
}

html body.page-template-page-contact-us .contact-reference__social {
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

html body.page-template-page-contact-us .contact-reference__social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--contact-line);
  border-radius: 50%;
  color: #344054;
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__social svg {
  width: 16px;
  height: 16px;
}

html body.page-template-page-contact-us .contact-reference__hero-media {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #f4f7fb 100%);
}

html body.page-template-page-contact-us .contact-reference__hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.08) 32%, rgba(255,255,255,0));
  pointer-events: none;
}

html body.page-template-page-contact-us .contact-reference__hero-media img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: contain;
  object-position: center;
}

html body.page-template-page-contact-us .contact-reference__section {
  padding: 42px 0 32px;
  border-bottom: 1px solid var(--contact-line);
}

html body.page-template-page-contact-us .contact-reference h2 {
  margin: 0 0 14px;
  color: var(--contact-ink) !important;
  font-size: clamp(28px, 1.8vw, 36px) !important;
  line-height: 1.12 !important;
  font-weight: 820;
  letter-spacing: 0 !important;
}

html body.page-template-page-contact-us .contact-reference__section > p {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.65;
}

html body.page-template-page-contact-us .contact-reference__info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html body.page-template-page-contact-us .contact-reference__info-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 122px;
  padding: 22px 24px;
  border: 1px solid var(--contact-line);
  border-radius: 6px;
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__info-card > svg,
html body.page-template-page-contact-us .contact-reference__info-card > i {
  width: 34px;
  height: 34px;
  color: var(--contact-red);
}

html body.page-template-page-contact-us .contact-reference h3 {
  margin: 0 0 8px;
  color: var(--contact-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 820;
}

html body.page-template-page-contact-us .contact-reference__info-card p,
html body.page-template-page-contact-us .contact-reference__steps p,
html body.page-template-page-contact-us .contact-reference__advantage-grid p,
html body.page-template-page-contact-us .contact-reference__review-grid p {
  min-width: 0;
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--contact-muted);
  font-size: 13px;
  line-height: 1.55;
}

html body.page-template-page-contact-us .contact-reference__note {
  margin: 24px 0 0 !important;
}

html body.page-template-page-contact-us .contact-reference__steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: contact-step;
}

html body.page-template-page-contact-us .contact-reference__steps li {
  position: relative;
  min-width: 0;
  min-height: 132px;
  padding: 25px 18px 20px;
  text-align: center;
  border: 1px solid var(--contact-line);
  border-radius: 5px;
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 12px;
  height: 10px;
  background: var(--contact-red);
  clip-path: polygon(0 35%, 68% 35%, 68% 0, 100% 50%, 68% 100%, 68% 65%, 0 65%);
  transform: translateY(-50%);
}

html body.page-template-page-contact-us .contact-reference__steps strong {
  display: block;
  margin-bottom: 18px;
  color: var(--contact-red);
  font-size: 22px;
  line-height: 1;
  font-weight: 850;
}

html body.page-template-page-contact-us .contact-reference__steps h3 {
  min-height: 36px;
  margin-bottom: 8px;
  font-size: 13px;
}

html body.page-template-page-contact-us .contact-reference__team {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 34px;
  padding: 44px 0 40px;
  border-bottom: 1px solid var(--contact-line);
}

html body.page-template-page-contact-us .contact-reference__team figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: 6px;
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__team-visual {
	position: relative;
	background: #111827;
}

html body.page-template-page-contact-us .contact-reference__team img,
html body.page-template-page-contact-us .contact-reference__team video {
  width: 100%;
  aspect-ratio: 1.55;
  display: block;
  object-fit: cover;
}

html body.page-template-page-contact-us .contact-reference__team video {
	background: #111827;
}

html body.page-template-page-contact-us .contact-reference__team [hidden] {
	display: none !important;
}

html body.page-template-page-contact-us .contact-reference__team figcaption {
  display: block;
  padding: 22px 26px 24px;
}

html body.page-template-page-contact-us .contact-reference__team figcaption strong,
html body.page-template-page-contact-us .contact-reference__team figcaption span {
  display: block;
}

html body.page-template-page-contact-us .contact-reference__team figcaption span {
  max-width: 370px;
  margin-top: 7px;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.55;
}

html body.page-template-page-contact-us .contact-reference__team > div {
  align-self: center;
}

html body.page-template-page-contact-us .contact-reference__team > div > p:not(.contact-reference__eyebrow) {
  max-width: 640px;
  margin: 0 0 26px;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.62;
}

html body.page-template-page-contact-us .contact-reference__advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--contact-line);
  border-left: 1px solid var(--contact-line);
}

html body.page-template-page-contact-us .contact-reference__advantage-grid article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  min-height: 108px;
  padding: 18px 20px;
  border-right: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
}

html body.page-template-page-contact-us .contact-reference__advantage-grid svg {
  width: 22px;
  height: 22px;
  color: var(--contact-red);
}

html body.page-template-page-contact-us .contact-reference__review {
  border-bottom: 0;
}

html body.page-template-page-contact-us .contact-reference__review-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--contact-line);
  border-radius: 5px;
  overflow: hidden;
}

html body.page-template-page-contact-us .contact-reference__review-grid article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 13px;
  min-height: 86px;
  padding: 18px 16px;
  border-right: 1px solid var(--contact-line);
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__review-grid article:last-child {
  border-right: 0;
}

html body.page-template-page-contact-us .contact-reference__review-grid svg {
  width: 24px;
  height: 24px;
  color: var(--contact-red);
}

html body.page-template-page-contact-us .contact-reference__review-grid h3 {
  font-size: 13px;
}

html body.page-template-page-contact-us .contact-reference__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 132px;
  margin: 20px 0 22px;
  padding: 34px 48px;
  color: #fff;
  background: linear-gradient(100deg, var(--c-brand-dark) 0%, var(--c-brand) 52%, #ff1d3c 100%);
  border-radius: 4px;
}

html body.page-template-page-contact-us .contact-reference__cta > div {
  flex: 1 1 0;
  min-width: 0;
}

html body.page-template-page-contact-us .contact-reference__cta h2 {
  margin: 0 0 8px;
  color: #fff !important;
  font-size: clamp(28px, 2vw, 40px) !important;
  line-height: 1.08 !important;
}

html body.page-template-page-contact-us .contact-reference__cta p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 15px;
}

html body.page-template-page-contact-us .contact-reference__cta a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  max-width: 100%;
  min-height: 54px;
  height: auto;
  padding: 0 24px;
  color: var(--contact-red);
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 850;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

html body.page-template-page-contact-us .contact-reference__cta svg {
  width: 16px;
  height: 16px;
}

html body.page-template-page-contact-us .contact-reference__sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 24px;
  min-width: 0;
}

html body.page-template-page-contact-us .contact-reference__side-card,
html body.page-template-page-contact-us .contact-reference__contact-card,
html body.page-template-page-contact-us .contact-reference__form-card {
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__contact-card {
  padding: 24px;
}

html body.page-template-page-contact-us .contact-reference__contact-card h2 {
  margin: 0 0 18px;
  color: var(--contact-ink) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
}

html body.page-template-page-contact-us .contact-reference__direct-list {
  display: grid;
  gap: 13px;
}

html body.page-template-page-contact-us .contact-reference__direct-list > a,
html body.page-template-page-contact-us .contact-reference__direct-list > p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0;
  color: #4f5e72;
  font-size: 13px;
  line-height: 1.5;
}

html body.page-template-page-contact-us .contact-reference__direct-list svg {
  width: 19px;
  height: 19px;
  color: var(--contact-red);
}

html body.page-template-page-contact-us .contact-reference__direct-list small {
  display: block;
  margin-bottom: 2px;
  color: #7b8797;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

html body.page-template-page-contact-us .contact-reference__qr-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--contact-line);
}

html body.page-template-page-contact-us .contact-reference__qr-list figure { margin: 0; }
html body.page-template-page-contact-us .contact-reference__qr-list img { width: 100%; aspect-ratio: 1; display: block; padding: 5px; object-fit: contain; border: 1px solid var(--contact-line); background: #fff; }
html body.page-template-page-contact-us .contact-reference__qr-list figcaption { margin-top: 7px; color: var(--contact-ink); font-size: 12px; font-weight: 800; text-align: center; }
html body.page-template-page-contact-us .contact-reference__qr-list small { display: block; margin-top: 2px; color: #7b8797; font-size: 10px; font-weight: 500; }

html body.page-template-page-contact-us .contact-reference__side-card {
  padding: 24px;
}

html body.page-template-page-contact-us .contact-reference__side-card h2,
html body.page-template-page-contact-us .contact-reference__form-card h2 {
  margin: 0 0 18px;
  font-size: 22px !important;
  line-height: 1.25 !important;
}

html body.page-template-page-contact-us .contact-reference__related-list {
  display: grid;
  gap: 18px;
}

html body.page-template-page-contact-us .contact-reference__related-list a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

html body.page-template-page-contact-us .contact-reference__related-list img {
  width: 92px;
  height: 76px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

html body.page-template-page-contact-us .contact-reference__related-list strong,
html body.page-template-page-contact-us .contact-reference__related-list small {
  display: block;
}

html body.page-template-page-contact-us .contact-reference__related-list strong {
  color: var(--contact-ink);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 820;
}

html body.page-template-page-contact-us .contact-reference__related-list small {
  margin-top: 8px;
  color: #7b8797;
  font-size: 12px;
}

html body.page-template-page-contact-us .contact-reference__categories {
  display: grid;
  gap: 15px;
}

html body.page-template-page-contact-us .contact-reference__categories h2 {
  margin-bottom: 4px;
}

html body.page-template-page-contact-us .contact-reference__categories a {
  color: #667085;
  font-size: 15px;
}

html body.page-template-page-contact-us .contact-reference__categories a.is-active {
  color: var(--contact-red);
  font-weight: 850;
}

html body.page-template-page-contact-us .contact-reference__form-card {
  padding: 26px 26px 28px;
  background: linear-gradient(145deg, #fff 0%, #fff7f8 100%);
}

html body.page-template-page-contact-us .contact-reference__form-card > p {
  margin: -7px 0 20px;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

html body.page-template-page-contact-us .contact-reference__form-card > .contact-reference__form-alert {
  margin: 0 0 16px;
  padding: 11px 13px;
  border: 1px solid #ffd1d7;
  border-radius: 5px;
  color: var(--c-brand-dark);
  background: #fff4f5;
  font-size: 12px;
  line-height: 1.45;
}

html body.page-template-page-contact-us .contact-reference__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

html body.page-template-page-contact-us .contact-reference__form label {
  color: #344054;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

html body.page-template-page-contact-us .contact-reference__form label > span {
  color: var(--contact-red);
}

html body.page-template-page-contact-us .contact-reference__form input,
html body.page-template-page-contact-us .contact-reference__form textarea {
  width: 100%;
  display: block;
  margin-top: 8px;
  color: var(--contact-ink);
  background: #fff;
  border: 1px solid #d9e0e8;
  border-radius: 3px;
  outline: 0;
  font: inherit;
  font-weight: 500;
}

html body.page-template-page-contact-us .contact-reference__form input {
  height: 48px;
  padding: 0 15px;
}

html body.page-template-page-contact-us .contact-reference__form textarea {
  min-height: 128px;
  padding: 14px 15px;
  resize: vertical;
}

html body.page-template-page-contact-us .contact-reference__form input:focus,
html body.page-template-page-contact-us .contact-reference__form textarea:focus {
  border-color: var(--contact-red);
  box-shadow: 0 0 0 3px rgba(239,23,41,.12);
}

html body.page-template-page-contact-us .contact-reference__form [aria-invalid="true"] {
  border-color: var(--contact-red);
}

html body.page-template-page-contact-us .contact-reference__privacy {
  margin: -2px 0 0;
  color: #7b8797;
  font-size: 11px;
  line-height: 1.45;
}

html body.page-template-page-contact-us .contact-reference__form .form-footer {
  display: grid;
  gap: 10px;
}

html body.page-template-page-contact-us .contact-reference__form .form-status {
  min-height: 18px;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

html body.page-template-page-contact-us .contact-reference__form .form-status.is-error {
  color: var(--c-brand-dark);
}

html body.page-template-page-contact-us .contact-reference__form .form-status.is-success {
  color: #067647;
}

html body.page-template-page-contact-us .contact-reference__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  color: #fff !important;
  background: var(--contact-red) !important;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

html body.page-template-page-contact-us .contact-reference__form button svg {
  width: 16px;
  height: 16px;
}

html body.page-template-page-contact-us .contact-reference__whatsapp {
  position: fixed;
  z-index: 30;
  right: 48px;
  bottom: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 136px;
  height: 48px;
  padding: 0 18px;
  color: #fff !important;
  background: #18c267;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(24,194,103,.24);
  font-size: 14px;
  font-weight: 850;
}

html body.page-template-page-contact-us .contact-reference__whatsapp svg {
  width: 18px;
  height: 18px;
}

html body.page-template-page-contact-us .form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

html body.page-template-page-contact-us .contact-reference__context {
  display: grid;
  gap: 5px;
  max-width: 590px;
  margin-top: 24px;
  padding: 17px 20px;
  border: 1px solid var(--contact-line);
  border-left: 4px solid var(--contact-red);
  border-radius: 6px;
  background: #fff;
}

html body.page-template-page-contact-us .contact-reference__context span {
  color: #7b8797;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

html body.page-template-page-contact-us .contact-reference__context strong {
  color: var(--contact-ink);
  font-size: 15px;
  line-height: 1.35;
}

html body.page-template-page-contact-us .contact-reference__context a {
  width: max-content;
  color: var(--contact-red);
  font-size: 12px;
  font-weight: 850;
}

html body.page-template-page-contact-us .contact-reference__sidebar {
  max-height: calc(100vh - 112px);
  overflow: auto;
  scrollbar-width: thin;
}

html body.page-template-page-contact-us .contact-reference__form-card {
  align-self: start;
}

html body.page-template-page-contact-us .contact-reference__form select,
html body.page-template-page-contact-us .contact-reference__form input[type="file"] {
  width: 100%;
  display: block;
  margin-top: 8px;
  color: var(--contact-ink);
  background: #fff;
  border: 1px solid #d9e0e8;
  border-radius: 3px;
  outline: 0;
  font: inherit;
  font-weight: 500;
}

html body.page-template-page-contact-us .contact-reference__form select {
  height: 48px;
  padding: 0 38px 0 15px;
}

html body.page-template-page-contact-us .contact-reference__form input[type="file"] {
  min-height: 48px;
  padding: 11px 12px;
  font-size: 12px;
}

html body.page-template-page-contact-us .contact-reference__form select:focus,
html body.page-template-page-contact-us .contact-reference__form input[type="file"]:focus {
  border-color: var(--contact-red);
  box-shadow: 0 0 0 3px rgba(239,23,41,.12);
}

html body.page-template-page-contact-us .contact-reference__request-group {
  display: grid;
  gap: 12px;
  margin: 4px 0;
  padding: 14px;
  border: 1px solid #e3e9f0;
  border-radius: 6px;
  background: rgba(255,255,255,.72);
}

html body.page-template-page-contact-us .contact-reference__request-group[hidden] {
  display: none !important;
}

html body.page-template-page-contact-us .contact-reference__request-group legend {
  padding: 0 6px;
  color: var(--contact-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

html body.page-template-page-contact-us .contact-reference__form .form-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 12px;
  line-height: 1.45;
}

html body.page-template-page-contact-us .contact-reference__form .form-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
}

html body.page-template-page-contact-us .contact-reference__privacy a {
  color: var(--contact-red);
  font-weight: 850;
}

@media (max-width: 1280px) {
  html body.page-template-page-contact-us .contact-reference__shell {
    width: min(100% - 56px, 1180px);
  }

  html body.page-template-page-contact-us .contact-reference__layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
  }

  html body.page-template-page-contact-us .contact-reference__steps,
  html body.page-template-page-contact-us .contact-reference__review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html body.page-template-page-contact-us .contact-reference__steps li:nth-child(3)::after {
    display: none;
  }

  html body.page-template-page-contact-us .contact-reference__review-grid article:nth-child(3) {
    border-right: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  html body.page-template-page-contact-us .contact-reference__team {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  html body.page-template-page-contact-us .contact-reference__layout,
  html body.page-template-page-contact-us .contact-reference__hero,
  html body.page-template-page-contact-us .contact-reference__team {
    grid-template-columns: 1fr;
  }

  html body.page-template-page-contact-us .contact-reference__sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html body.page-template-page-contact-us .contact-reference__shell {
    width: min(100% - 30px, 1180px);
  }

  html body.page-template-page-contact-us .contact-reference__layout {
    padding-top: 24px;
  }

  html body.page-template-page-contact-us .contact-reference h1 {
    font-size: 38px !important;
  }

  html body.page-template-page-contact-us .contact-reference__hero {
    min-height: 0;
    padding-bottom: 34px;
  }

  html body.page-template-page-contact-us .contact-reference__hero-media,
  html body.page-template-page-contact-us .contact-reference__hero-media img {
    min-height: 250px;
  }

  html body.page-template-page-contact-us .contact-reference__info-grid,
  html body.page-template-page-contact-us .contact-reference__steps,
  html body.page-template-page-contact-us .contact-reference__advantage-grid,
  html body.page-template-page-contact-us .contact-reference__review-grid,
  html body.page-template-page-contact-us .contact-reference__sidebar {
    grid-template-columns: 1fr;
  }

  html body.page-template-page-contact-us .contact-reference__steps li::after,
  html body.page-template-page-contact-us .contact-reference__steps li:nth-child(3)::after {
    display: none;
  }

  html body.page-template-page-contact-us .contact-reference__review-grid article,
  html body.page-template-page-contact-us .contact-reference__review-grid article:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--contact-line);
  }

  html body.page-template-page-contact-us .contact-reference__review-grid article:last-child {
    border-bottom: 0;
  }

  html body.page-template-page-contact-us .contact-reference__cta {
    align-items: stretch;
    flex-direction: column;
    padding: 30px 24px;
  }

  html body.page-template-page-contact-us .contact-reference__cta a {
    width: 100%;
  }

  html body.page-template-page-contact-us .contact-reference__whatsapp {
    right: 18px;
    bottom: 18px;
  }
}

/* Keep the support shortcut available without covering form controls. */
html body.page-template-page-contact-us .contact-reference__whatsapp {
  right: 0;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  gap: 0;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  font-size: 0;
}

html body.page-template-page-contact-us .contact-reference__whatsapp svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

@media (max-width: 760px) {
  html body.page-template-page-contact-us .contact-reference__form-card {
    width: calc(100% - 8px);
  }
}
