:root {
  --wc-blue: #0767e9;
  --wc-deep-blue: #034dcc;
  --wc-ink: #101828;
  --wc-muted: #667085;
  --wc-line: #e7edf5;
}

.hp-page--dealer-network .header-top,
.hp-page--dealer-network .hp-header__top,
.hp-page--dealer-network .hp-footer {
  display: none !important;
}

.hp-page--dealer-network .hp-header-spacer {
  height: 48px;
}

body.hp-page--dealer-network {
  background: #0645cb;
}

.wc-page,
.wc-page * {
  box-sizing: border-box;
}

.wc-page {
  min-height: 100vh;
  color: var(--wc-ink);
  background: #f7faff;
  font-family: "Be Vietnam Pro", "Roboto", Arial, sans-serif;
}

.wc-page button,
.wc-page input,
.wc-page select {
  font: inherit;
}

.wc-page svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wc-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wc-container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.wc-hero {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, #0645cb 0, rgba(6, 69, 203, .96) 10px, rgba(6, 69, 203, 0) 58px),
    radial-gradient(circle at 75% 40%, rgba(29, 190, 255, .58), transparent 23%),
    radial-gradient(circle at 96% 4%, rgba(26, 151, 255, .75), transparent 28%),
    linear-gradient(118deg, #0645cb 0%, #0068eb 55%, #008cf7 100%);
}

.wc-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .8) 1px, transparent 1.5px),
    linear-gradient(130deg, transparent 45%, rgba(255, 255, 255, .08) 46%, transparent 47%);
  background-size: 15px 15px, 160px 160px;
  mask-image: linear-gradient(90deg, transparent 6%, #000 60%, #000);
}

.wc-hero__inner {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
}

.wc-hero__copy {
  position: relative;
  z-index: 3;
  width: 44%;
  padding-bottom: 24px;
}

.wc-hero__copy p,
.wc-hero__copy h1 {
  margin: 0;
  line-height: 1.08;
}

.wc-hero__copy p {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
}

.wc-hero__copy h1 {
  margin-top: 4px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -1.5px;
}

.wc-hero__copy span {
  max-width: 420px;
  display: block;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  opacity: .92;
}

.wc-hero__art {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 0;
  width: 50%;
  height: 100%;
}

.wc-building {
  position: absolute;
  right: 7%;
  bottom: 34px;
  width: 340px;
  height: 178px;
  filter: drop-shadow(0 18px 14px rgba(0, 29, 101, .28));
}

.wc-building__front {
  position: absolute;
  right: 68px;
  bottom: 18px;
  width: 230px;
  height: 115px;
  border: 4px solid #e8f3ff;
  border-top: 13px solid #fff;
  background: linear-gradient(180deg, #d8e7f4, #fff);
  transform: skewY(-1deg);
}

.wc-building__front b {
  position: relative;
  width: 52px;
  height: 77px;
  display: inline-block;
  margin: 9px 0 0 17px;
  border: 4px solid #33588b;
  background: linear-gradient(145deg, rgba(29, 139, 250, .8), #062c67 65%, #061d42);
  box-shadow: inset 8px 0 rgba(255, 255, 255, .12);
}

.wc-building__side {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: 72px;
  height: 106px;
  border-top: 12px solid #eef5fc;
  background: #cbdbe9;
  transform: skewY(-8deg);
}

.wc-building__side b {
  width: 22px;
  height: 42px;
  display: block;
  margin: 28px auto;
  border: 3px solid #49698d;
  background: #0a3975;
}

.wc-building__roof {
  position: absolute;
  z-index: 3;
  right: 51px;
  bottom: 130px;
  width: 269px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, #f8fbff, #c7d7e6);
  transform: skewY(-4deg);
}

.wc-building__sign {
  position: absolute;
  z-index: 4;
  right: 149px;
  bottom: 144px;
  width: 125px;
  min-height: 59px;
  display: grid;
  place-items: center;
  border: 4px solid #e9f3fc;
  color: #0759be;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 58, 144, .2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-3deg);
}

.wc-building__base {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 335px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(182, 232, 255, .95), rgba(0, 70, 180, .7) 55%, transparent 71%);
}

.wc-map-pin {
  position: absolute;
  z-index: 5;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0477ee;
  background: #a6e7ff;
  box-shadow: 0 5px 12px rgba(0, 47, 135, .2);
}

.wc-map-pin svg {
  width: 17px;
}

.wc-map-pin--one {
  top: 55px;
  left: 5%;
}

.wc-map-pin--two {
  top: 117px;
  left: 12%;
  transform: scale(.74);
}

.wc-map-pin--three {
  top: 79px;
  right: 1%;
  transform: scale(.7);
}

.wc-content {
  position: relative;
  z-index: 10;
  padding: 0 0 72px;
}

.wc-search {
  position: relative;
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: -33px;
}

.wc-search__field {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 22px;
  border: 1px solid #e2eaf4;
  border-radius: 18px;
  color: #667085;
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 87, 157, .12);
}

.wc-search__field svg {
  flex: 0 0 auto;
  width: 21px;
}

.wc-search__field input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #344054;
  background: transparent;
  font-size: 14px;
}

.wc-filter-button {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 23px;
  border: 1px solid #e2eaf4;
  border-radius: 18px;
  color: #344054;
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 87, 157, .12);
  cursor: pointer;
}

.wc-filter-button.is-active {
  color: var(--wc-blue);
  border-color: #b8d8ff;
}

.wc-filter-panel {
  position: absolute;
  z-index: 20;
  top: 75px;
  right: 0;
  width: min(320px, 100%);
  padding: 18px;
  border: 1px solid var(--wc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 67, 111, .18);
}

.wc-filter-panel label {
  display: block;
  margin-bottom: 8px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.wc-filter-panel select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  color: #344054;
  outline: 0;
  background: #fff;
}

.wc-filter-panel button {
  margin-top: 12px;
  padding: 0;
  border: 0;
  color: var(--wc-blue);
  background: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.wc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.wc-stats article {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wc-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(29, 70, 111, .07);
  text-align: center;
}

.wc-stats article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--wc-blue);
}

.wc-stats article > span svg {
  width: 31px;
  height: 31px;
  stroke-width: 2.2;
}

.wc-stats strong {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.15;
}

.wc-stats small {
  margin-top: 4px;
  color: #475467;
  font-size: 12px;
}

.wc-centers {
  margin-top: 30px;
}

.wc-section-heading {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.wc-section-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.3px;
}

.wc-section-heading button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 0;
  border: 0;
  color: var(--wc-blue);
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.wc-section-heading button.is-loading {
  opacity: .6;
  pointer-events: none;
}

.wc-center-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wc-center-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--wc-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(22, 70, 126, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wc-center-card:hover {
  box-shadow: 0 13px 28px rgba(22, 70, 126, .14);
  transform: translateY(-2px);
}

.wc-center-card__visual {
  position: relative;
  min-height: 185px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(3, 28, 63, .22), transparent 40%),
    linear-gradient(145deg, #dcecf8, #8fb8d5);
}

.wc-center-card__visual::before {
  content: "";
  position: absolute;
  inset: 13px 12px 22px;
  border-radius: 7px;
  background: linear-gradient(180deg, #eff7fc 0 32%, #d8e5ee 32%);
  box-shadow: 0 9px 14px rgba(25, 57, 83, .2);
}

.wc-store {
  position: absolute;
  z-index: 2;
  inset: 25px 18px 27px;
  padding-top: 8px;
  color: #fff;
  background: linear-gradient(180deg, #075cc8 0 33%, transparent 33%);
  text-align: center;
}

.wc-store span,
.wc-store strong {
  display: block;
  line-height: 1.2;
}

.wc-store span {
  font-size: 8px;
}

.wc-store strong {
  font-size: 9px;
}

.wc-store i {
  width: 29%;
  height: 72px;
  display: inline-block;
  margin-top: 13px;
  border: 2px solid #48718e;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .24) 0 13%, transparent 14% 48%, rgba(255, 255, 255, .12) 49% 59%, transparent 60%),
    linear-gradient(#0b466f, #052d4f);
}

.wc-center-card__body {
  min-width: 0;
  padding: 17px 18px 14px;
}

.wc-center-card__body h3 {
  margin: 0 0 9px;
  color: #172033;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.wc-center-card__body > p {
  min-height: 38px;
  display: flex;
  gap: 7px;
  margin: 0;
  color: var(--wc-muted);
  font-size: 11px;
  line-height: 1.55;
}

.wc-center-card__body > p svg {
  flex: 0 0 13px;
  width: 13px;
  margin-top: 2px;
}

.wc-center-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: 8px;
  color: #667085;
  font-size: 10px;
}

.wc-center-card__meta a,
.wc-center-card__meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  text-decoration: none;
}

.wc-center-card__meta svg {
  width: 13px;
}

.wc-center-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #edf1f6;
}

.wc-status {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 12px;
  color: #087842;
  background: #e8f9ef;
  font-size: 9px;
  font-weight: 600;
}

.wc-directions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--wc-blue);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.wc-directions svg {
  flex: 0 0 15px;
  width: 15px;
}

.wc-distance::after {
  content: " •";
}

.wc-empty {
  padding: 50px 20px;
  border: 1px dashed #cfdae8;
  border-radius: 17px;
  color: #667085;
  background: #fff;
  text-align: center;
}

.wc-empty > svg {
  width: 38px;
  height: 38px;
  color: #9eb0c5;
}

.wc-empty h3 {
  margin: 10px 0 5px;
  color: #344054;
  font-size: 16px;
}

.wc-empty p {
  margin: 0;
  font-size: 12px;
}

.wc-support {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
  padding: 10px 14px 10px 20px;
  border: 1px solid #e5edf8;
  border-radius: 16px;
  background: linear-gradient(100deg, #f1f7ff, #fff);
  box-shadow: 0 7px 20px rgba(22, 70, 126, .06);
}

.wc-support__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #1488ff, #0754d5);
}

.wc-support__icon svg {
  width: 29px;
  height: 29px;
}

.wc-support > div {
  min-width: 0;
  flex: 1;
}

.wc-support strong,
.wc-support small {
  display: block;
}

.wc-support strong {
  color: #0652bd;
  font-size: 15px;
}

.wc-support small {
  margin-top: 3px;
  color: #475467;
  font-size: 11px;
}

.wc-support > a {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #0b7bf6, #0756dc);
  box-shadow: 0 7px 15px rgba(7, 103, 233, .22);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  body.hp-page--dealer-network #main-navigation.hp-header {
    display: none !important;
  }

  .hp-page--dealer-network .hp-header-spacer {
    height: 0;
  }

  .wc-container {
    width: calc(100% - 32px);
  }

  .wc-hero {
    min-height: 230px;
  }

  .wc-hero__inner {
    min-height: 230px;
  }

  .wc-hero__copy {
    width: 48%;
    padding-bottom: 10px;
  }

  .wc-hero__copy p {
    font-size: 21px;
  }

  .wc-hero__copy h1 {
    font-size: 34px;
  }

  .wc-hero__copy span {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.5;
  }

  .wc-hero__art {
    right: -2%;
    width: 58%;
  }

  .wc-building {
    right: -35px;
    bottom: 13px;
    transform: scale(.67);
    transform-origin: bottom right;
  }

  .wc-map-pin--one {
    top: 49px;
    left: 10%;
  }

  .wc-map-pin--two {
    top: 107px;
    left: 0;
  }

  .wc-content {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .wc-search {
    min-height: 52px;
    gap: 8px;
    margin-top: -20px;
  }

  .wc-search__field,
  .wc-filter-button {
    height: 52px;
    border-radius: 14px;
  }

  .wc-search__field {
    padding: 0 15px;
  }

  .wc-search__field input {
    font-size: 11px;
  }

  .wc-filter-button {
    padding: 0 16px;
    font-size: 11px;
  }

  .wc-filter-panel {
    top: 61px;
  }

  .wc-stats {
    gap: 8px;
    margin-top: 17px;
  }

  .wc-stats article {
    min-height: 98px;
    border-radius: 13px;
  }

  .wc-stats article > span {
    width: 30px;
    height: 30px;
  }

  .wc-stats article > span svg {
    width: 24px;
    height: 24px;
  }

  .wc-stats strong {
    font-size: 16px;
  }

  .wc-stats small {
    font-size: 9px;
  }

  .wc-centers {
    margin-top: 20px;
  }

  .wc-section-heading {
    margin-bottom: 9px;
  }

  .wc-section-heading h2 {
    font-size: 16px;
  }

  .wc-section-heading button {
    font-size: 10px;
  }

  .wc-center-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .wc-center-card {
    grid-template-columns: 124px minmax(0, 1fr);
    border-radius: 13px;
  }

  .wc-center-card__visual {
    min-height: 144px;
  }

  .wc-center-card__visual::before {
    inset: 12px 8px 17px;
  }

  .wc-store {
    inset: 23px 12px 22px;
  }

  .wc-store span {
    font-size: 6px;
  }

  .wc-store strong {
    font-size: 6.5px;
  }

  .wc-store i {
    height: 55px;
    margin-top: 11px;
  }

  .wc-center-card__body {
    padding: 11px 11px 9px;
  }

  .wc-center-card__body h3 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .wc-center-card__body > p {
    min-height: 31px;
    font-size: 9px;
    line-height: 1.4;
  }

  .wc-center-card__meta {
    gap: 5px 10px;
    margin-top: 5px;
    font-size: 8px;
  }

  .wc-center-card__footer {
    margin-top: 7px;
    padding-top: 6px;
  }

  .wc-status {
    padding: 3px 7px;
    font-size: 7px;
  }

  .wc-directions {
    font-size: 8px;
  }

  .wc-support {
    min-height: 65px;
    gap: 10px;
    margin-top: 17px;
    padding: 8px 9px 8px 12px;
    border-radius: 13px;
  }

  .wc-support__icon {
    width: 40px;
    height: 40px;
  }

  .wc-support__icon svg {
    width: 24px;
  }

  .wc-support strong {
    font-size: 12px;
  }

  .wc-support small {
    font-size: 8px;
  }

  .wc-support > a {
    height: 38px;
    padding: 0 15px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .wc-container {
    width: calc(100% - 24px);
  }

  .wc-hero__copy {
    width: 53%;
  }

  .wc-hero__art {
    right: -10%;
    width: 62%;
  }

  .wc-filter-button span {
    display: none;
  }

  .wc-filter-button {
    width: 52px;
    justify-content: center;
    padding: 0;
  }

  .wc-stats {
    gap: 6px;
  }

  .wc-stats strong {
    font-size: 14px;
  }

  .wc-stats small {
    font-size: 8px;
  }

  .wc-center-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-page *,
  .wc-page *::before,
  .wc-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
