.page-sun-living-20ed {
  --sl20-background: #fff;
  --sl20-foreground: #082b42;
  --sl20-primary: #006b9b;
  --sl20-muted: #526775;
  --sl20-border: #cee1eb;
  --sl20-blue: #009cde;
  --sl20-navy: #082b42;
  background: #fff;
}

.sl20-page,
.sl20-page * {
  box-sizing: border-box;
}

.sl20-page {
  color: var(--sl20-navy);
  background: var(--sl20-background);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  overflow: clip;
}

.sl20-page [hidden] {
  display: none !important;
}

.sl20-page a {
  color: inherit;
  text-decoration: none;
}

.sl20-page button,
.sl20-page input {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.sl20-page button {
  cursor: pointer;
}

.sl20-page button:disabled {
  cursor: default;
}

.sl20-page :focus-visible {
  outline: 3px solid #ffca5e;
  outline-offset: 4px;
}

.sl20-page h1,
.sl20-page h2,
.sl20-page h3,
.sl20-page p {
  margin: 0;
}

.sl20-page h1,
.sl20-page h2,
.sl20-page h3 {
  color: inherit;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.sl20-page h2 {
  font-size: clamp(36px, 4vw, 60px);
}

.sl20-wrap {
  width: min(100%, 1440px);
  margin: auto;
  padding: 100px 5vw;
}

.sl20-skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 1000;
  padding: 15px;
  background: #fff;
}

.sl20-skip-link:focus {
  top: 15px;
}

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

.sl20-eyebrow {
  margin-bottom: 24px !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.sl20-blue {
  color: #007aac;
}

.sl20-fine {
  color: var(--sl20-muted);
  font-size: 13px;
  line-height: 1.55;
}

.sl20-muted {
  color: var(--sl20-muted);
}

.sl20-light {
  color: #fff;
}

.sl20-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.sl20-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s, background .2s, color .2s;
}

.sl20-button:hover {
  transform: translateY(-3px);
}

.sl20-button:disabled {
  opacity: .45;
  transform: none;
}

.sl20-button-white {
  color: var(--sl20-navy) !important;
  background: #fff;
}

.sl20-button-navy {
  color: #fff !important;
  background: var(--sl20-navy);
}

.sl20-button-outline {
  color: var(--sl20-navy);
  background: transparent;
  border-color: var(--sl20-navy);
}

.sl20-text-link,
.sl20-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sl20-inline-link {
  display: inline;
  color: var(--sl20-primary);
  font: inherit;
}

.sl20-text-link:disabled {
  cursor: default;
  opacity: .35;
}

.sl20-hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  color: #fff;
  background: var(--sl20-blue);
}

.sl20-hero-image {
  position: absolute;
  right: 0;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}

.sl20-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #009cde 0%, #009cde 34%, #009cdef0 42%, #009cde00 67%);
}

.sl20-hero-content {
  position: relative;
  z-index: 1;
  width: 64%;
  max-width: 1040px;
  padding: 34px 4vw 64px;
}

.sl20-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 58px;
  color: var(--sl20-navy);
  font-size: 12px;
}

.sl20-breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sl20-breadcrumbs strong {
  font-weight: 700;
}

.sl20-hero h1 {
  max-width: 850px;
  color: var(--sl20-navy);
  font-size: clamp(55px, 5.8vw, 94px);
  font-weight: 800;
  line-height: .99;
}

.sl20-hero h1 span {
  color: #fff;
}

.sl20-hero-copy {
  margin: 30px 0 !important;
  color: var(--sl20-navy);
  font-size: 21px;
  line-height: 1.5;
}

.sl20-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sl20-navy) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.sl20-hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px !important;
  color: var(--sl20-navy);
  font-size: 14px;
}

.sl20-hero-caption {
  position: absolute;
  right: 3.7vw;
  bottom: 35px;
  padding: 13px 20px;
  color: #fff;
  background: #082b428c;
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sl20-hero-caption span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
}

.sl20-fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 27px 4vw;
  background: #eff8fc;
  border-bottom: 1px solid var(--sl20-border);
}

.sl20-fact-strip > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 16px;
  border-right: 1px solid var(--sl20-border);
  font-size: 14px;
  text-align: center;
}

.sl20-fact-strip > span:last-child {
  border: 0;
}

.sl20-fact-strip b {
  color: #007aac;
  font-size: 38px;
  letter-spacing: -.05em;
}

.sl20-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 9%;
  align-items: end;
}

.sl20-intro > .sl20-eyebrow {
  grid-column: 1 / -1;
}

.sl20-intro > div > p {
  color: var(--sl20-muted);
  font-size: 19px;
}

.sl20-intro .sl20-text-link {
  margin-top: 25px;
}

.sl20-living-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  min-height: 670px;
}

.sl20-living-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.sl20-living-photo > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.sl20-image-label {
  position: absolute;
  top: 23px;
  left: 24px;
  padding: 7px 12px;
  color: #fff;
  background: #082b42bd;
  border-radius: 20px;
  font-size: 12px;
}

.sl20-image-action {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  color: #fff !important;
  background: #082b4299;
  backdrop-filter: blur(15px);
  font-size: 24px;
  line-height: 1.25;
}

.sl20-image-action > span:last-child {
  font-size: 44px;
}

.sl20-living-copy {
  padding: 65px 4vw;
  color: #fff;
  background: var(--sl20-blue);
}

.sl20-living-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(42px, 4.8vw, 70px);
}

.sl20-living-copy > p:not(.sl20-eyebrow) {
  max-width: 400px;
  color: var(--sl20-navy);
  font-size: 18px;
}

.sl20-living-copy > .sl20-eyebrow,
.sl20-living-detail {
  color: var(--sl20-navy);
}

.sl20-living-detail {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid #082b4240;
}

.sl20-living-detail span {
  padding-top: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
}

.sl20-living-detail p {
  max-width: 350px;
  font-size: 16px;
}

.sl20-living-copy .sl20-button {
  margin-top: 30px;
}

.sl20-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8%;
  margin-bottom: 42px;
}

.sl20-section-heading > p,
.sl20-section-heading > div + div,
.sl20-section-heading > div:last-child:not(:first-child) {
  max-width: 375px;
  color: var(--sl20-muted);
  font-size: 18px;
}

.sl20-pill-tabs,
.sl20-branch-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
  max-width: 100%;
  padding: 5px;
  background: #eef5f9;
  border-radius: 40px;
}

.sl20-pill-tabs button,
.sl20-branch-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 12px 20px;
  color: #354f60;
  background: transparent;
  border: 0;
  border-radius: 30px;
  font-size: 15px;
}

.sl20-pill-tabs button[aria-selected="true"],
.sl20-pill-tabs button[aria-pressed="true"],
.sl20-branch-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--sl20-navy);
}

.sl20-reason-tabs {
  margin-bottom: 25px;
}

.sl20-reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  gap: 16px;
}

.sl20-reason-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--sl20-border);
  transition: background .2s;
}

.sl20-reason-card[open] {
  background: #ecf8ff;
}

.sl20-reason-card summary {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 25px;
  color: var(--sl20-navy);
  cursor: pointer;
  list-style: none;
}

.sl20-reason-card summary::-webkit-details-marker,
.sl20-myth summary::-webkit-details-marker,
.sl20-faq-item summary::-webkit-details-marker {
  display: none;
}

/* The shared site stylesheet adds its own +/- to every details summary. */
.sl20-page details > summary::after {
  display: none;
  content: none;
}

.sl20-reason-number {
  margin-bottom: 28px;
  color: var(--sl20-blue);
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}

.sl20-reason-card h3 {
  padding-bottom: 28px;
  font-size: 23px;
}

.sl20-reason-toggle {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--sl20-border);
  border-radius: 50%;
}

.sl20-reason-toggle::before {
  content: "+";
  font-size: 20px;
}

.sl20-reason-card[open] .sl20-reason-toggle {
  color: #fff;
  background: var(--sl20-navy);
}

.sl20-reason-card[open] .sl20-reason-toggle::before {
  content: "−";
}

.sl20-reason-card > div {
  padding: 0 23px 25px;
}

.sl20-reason-card > div p {
  font-size: 16px;
}

.sl20-scope {
  display: block;
  margin-top: 20px;
  color: var(--sl20-primary);
  font-size: 12px;
  font-weight: 700;
}

.sl20-section-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}

.sl20-quiz-section {
  position: relative;
  color: #fff;
  background: #006fa4;
}

.sl20-quiz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 9%;
}

.sl20-quiz-intro h2 {
  font-size: clamp(42px, 4.4vw, 65px);
}

.sl20-quiz-intro em {
  color: #b7e9ff;
  font-style: normal;
}

.sl20-quiz-intro > p:not(.sl20-eyebrow) {
  max-width: 420px;
  margin: 30px 0;
  font-size: 19px;
}

.sl20-quiz-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.sl20-quiz-card {
  min-height: 560px;
  padding: 34px;
  color: var(--sl20-navy);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 25px 55px #00426340;
}

.sl20-quiz-step {
  min-width: 0;
  padding: 0;
  border: 0;
}

.sl20-quiz-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sl20-progress {
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: #e4edf2;
  border-radius: 10px;
}

.sl20-progress span {
  display: block;
  height: 100%;
  background: var(--sl20-blue);
}

.sl20-quiz-step > h3,
.sl20-quiz-result h3 {
  width: 100%;
  margin: 26px 0 12px;
  color: var(--sl20-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.sl20-quiz-hint {
  margin-bottom: 20px !important;
  color: var(--sl20-muted);
  font-size: 15px;
}

.sl20-quiz-options {
  display: grid;
  gap: 9px;
}

.sl20-quiz-option {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 15px;
  border: 1px solid var(--sl20-border);
  border-radius: 6px;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}

.sl20-quiz-option:has(input:checked) {
  background: #edf8ff;
  border-color: #007eaf;
}

.sl20-quiz-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--sl20-primary);
}

.sl20-quiz-option > span {
  display: flex;
  flex-direction: column;
}

.sl20-quiz-option b {
  font-size: 16px;
}

.sl20-quiz-option small {
  color: var(--sl20-muted);
  font-size: 13px;
}

.sl20-quiz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}

.sl20-quiz-bottom .sl20-button {
  padding: 13px 20px;
  font-size: 14px;
}

.sl20-quiz-result-photo {
  width: 100%;
  height: 185px;
  margin: 20px 0;
  object-fit: cover;
}

.sl20-result-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.sl20-result-name b {
  font-size: 24px;
  letter-spacing: -.04em;
}

.sl20-result-name span {
  color: var(--sl20-muted);
  font-size: 14px;
}

.sl20-quiz-result > .sl20-fine,
.sl20-quiz-result [data-quiz-secondary] {
  margin: 16px 0 !important;
}

.sl20-data-date {
  display: inline-block;
  margin-top: 17px;
  padding-left: 11px;
  color: var(--sl20-primary);
  border-left: 3px solid var(--sl20-blue);
  font-size: 13px;
}

.sl20-stock-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.sl20-vehicle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.sl20-vehicle-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sl20-border);
}

.sl20-vehicle-image {
  position: relative;
  height: 330px;
  overflow: hidden;
  background: #eef5f8;
}

.sl20-vehicle-image > button:first-child {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
}

.sl20-vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.sl20-vehicle-image > button:first-child:hover img {
  transform: scale(1.04);
}

.sl20-vehicle-edition,
.sl20-vehicle-location {
  position: absolute;
  top: 20px;
  padding: 7px 11px;
  pointer-events: none;
  font-size: 12px;
}

.sl20-vehicle-edition {
  left: 20px;
  color: #fff;
  background: #006b9b;
  font-weight: 800;
  letter-spacing: .08em;
}

.sl20-vehicle-location {
  right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border-radius: 20px;
}

.sl20-round {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--sl20-navy);
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 12px #0002;
  place-items: center;
}

.sl20-image-expand {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.sl20-vehicle-body {
  padding: 28px;
}

.sl20-vehicle-type {
  margin-bottom: 10px !important;
  color: var(--sl20-muted);
  font-size: 13px;
}

.sl20-vehicle-body h3 {
  font-size: 38px;
}

.sl20-vehicle-tag {
  margin-top: 10px !important;
  color: var(--sl20-muted);
  font-size: 16px;
}

.sl20-vehicle-facts,
.sl20-modal-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.sl20-vehicle-facts {
  margin: 24px 0;
  padding: 18px 0;
  border-top: 1px solid var(--sl20-border);
  border-bottom: 1px solid var(--sl20-border);
}

.sl20-vehicle-facts span,
.sl20-modal-facts span {
  font-size: 14px;
}

.sl20-vehicle-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sl20-price {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.25;
  white-space: nowrap;
}

.sl20-price small {
  display: block;
  margin-top: 5px;
  color: var(--sl20-muted);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.sl20-compare-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 14px;
  cursor: pointer;
}

.sl20-compare-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--sl20-primary);
}

.sl20-vehicle-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 23px;
}

.sl20-vehicle-actions .sl20-button {
  min-height: 46px;
  padding: 12px 19px;
  font-size: 14px;
}

.sl20-vehicle-actions .sl20-text-link {
  font-size: 13px;
}

.sl20-stock-disclaimer {
  max-width: 960px;
  margin-top: 25px !important;
  color: var(--sl20-muted);
  font-size: 13px;
}

.sl20-myths-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 8%;
  border-top: 1px solid var(--sl20-border);
}

.sl20-myths-section .sl20-muted {
  margin-top: 25px;
}

.sl20-myth {
  border-top: 1px solid var(--sl20-border);
}

.sl20-myth:last-child {
  border-bottom: 1px solid var(--sl20-border);
}

.sl20-myth summary {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 30px 12px;
  color: var(--sl20-navy);
  cursor: pointer;
  list-style: none;
}

.sl20-myth summary > span {
  color: var(--sl20-primary);
  font-size: 14px;
}

.sl20-myth summary > b {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.25;
}

.sl20-myth-truth {
  display: none;
}

.sl20-myth summary > i,
.sl20-faq-item summary > span {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.sl20-myth summary > i::before,
.sl20-faq-item summary > span::before {
  position: absolute;
  inset: 0;
  content: "+";
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.sl20-myth[open] {
  background: #eff9fe;
}

.sl20-myth[open] .sl20-myth-question {
  display: none;
}

.sl20-myth[open] .sl20-myth-truth {
  display: block;
}

.sl20-myth[open] summary > i::before,
.sl20-faq-item[open] summary > span::before {
  content: "−";
}

.sl20-myth > p {
  padding: 0 30px 30px 50px;
  color: var(--sl20-muted);
  font-size: 17px;
}

.sl20-heritage {
  color: #fff;
  background: var(--sl20-navy);
}

.sl20-heritage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sl20-heritage-number {
  display: block;
  color: var(--sl20-blue);
  font-size: clamp(160px, 22vw, 330px);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .75;
  text-align: center;
}

.sl20-heritage-number > span {
  display: block;
  margin-top: 30px;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: .7em;
}

.sl20-heritage h2 {
  font-size: 54px;
}

.sl20-heritage p:not(.sl20-eyebrow) {
  max-width: 490px;
  margin: 23px 0;
  color: #c5dbe7;
  font-size: 18px;
}

.sl20-faq-list {
  max-width: 1050px;
  margin-left: auto;
  border-top: 1px solid var(--sl20-border);
}

.sl20-faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--sl20-border);
  border-radius: 0;
  background: transparent;
}

.sl20-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 24px;
  min-height: 84px;
  padding: 20px 5px;
  color: var(--sl20-navy);
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

.sl20-faq-item summary > span {
  position: relative;
  align-self: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--sl20-border);
  border-radius: 50%;
  transition: color .2s, background .2s, border-color .2s;
}

.sl20-faq-item summary > span::before,
.sl20-faq-item summary > span::after,
.sl20-faq-item[open] summary > span::before {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity .2s, transform .2s;
}

.sl20-faq-item summary > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sl20-faq-item[open] summary > span {
  color: #fff;
  border-color: var(--sl20-navy);
  background: var(--sl20-navy);
}

.sl20-faq-item[open] summary > span::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.sl20-faq-item summary:focus-visible {
  outline: 2px solid var(--sl20-blue);
  outline-offset: 4px;
}

.sl20-faq-item > p {
  margin: 0;
  padding: 0 65px 25px 5px;
  color: var(--sl20-muted);
  font-size: 17px;
  line-height: 1.7;
}

.sl20-visit-section {
  color: #fff;
  background: var(--sl20-blue);
}

.sl20-visit-section > .sl20-wrap > .sl20-eyebrow,
.sl20-visit-heading > p,
.sl20-visit-checks {
  color: var(--sl20-navy);
}

.sl20-visit-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}

.sl20-visit-heading h2 {
  font-size: clamp(40px, 5vw, 70px);
}

.sl20-visit-heading p {
  max-width: 430px;
  font-size: 18px;
}

.sl20-branch-tabs {
  gap: 10px;
  margin-bottom: 25px;
  padding: 0;
  background: transparent;
}

.sl20-branch-tabs button {
  min-height: 48px;
  padding: 14px 22px;
  color: #fff;
  background: #007aac;
  border: 1px solid #ffffff65;
  font-size: 16px;
}

.sl20-branch-tabs button[aria-selected="true"] {
  color: var(--sl20-navy);
  background: #fff;
}

.sl20-branch-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 42px;
  color: var(--sl20-navy);
  background: #fff;
}

.sl20-branch-panel h3 {
  font-size: 37px;
}

.sl20-branch-address {
  margin: 18px 0 !important;
  font-size: 17px;
}

.sl20-branch-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
}

.sl20-branch-actions .sl20-button {
  min-height: 48px;
  padding: 14px 20px;
  font-size: 15px;
}

.sl20-mini-label {
  color: var(--sl20-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sl20-branch-car {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 17px 0;
  border-bottom: 1px solid var(--sl20-border);
}

.sl20-branch-car img {
  width: 92px;
  height: 68px;
  object-fit: cover;
}

.sl20-branch-car > span {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sl20-branch-car b {
  font-size: 18px;
}

.sl20-branch-car small {
  color: var(--sl20-primary);
  font-size: 13px;
}

.sl20-branch-car i {
  font-style: normal;
}

.sl20-branch-cars > .sl20-fine {
  margin-top: 15px;
}

.sl20-visit-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
  font-size: 14px;
}

.sl20-dialog {
  width: min(920px, calc(100% - 32px));
  max-width: none;
  max-height: 90dvh;
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--sl20-navy);
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 25px 80px #001c4555;
}

.sl20-dialog::backdrop {
  background: #001c4573;
  backdrop-filter: blur(4px);
}

.sl20-dialog-inner {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 34px;
}

.sl20-dialog-inner > .sl20-eyebrow {
  margin: 0 !important;
  padding-right: 40px;
}

.sl20-dialog h2 {
  padding-right: 35px;
  font-size: 38px;
}

.sl20-dialog-description {
  color: var(--sl20-muted);
}

.sl20-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--sl20-navy);
  background: #eaf5fb;
  border: 0;
  border-radius: 50%;
  font-size: 26px;
  place-items: center;
}

.sl20-model-tabs {
  margin: 10px 0 15px;
}

.sl20-dialog-photo {
  position: relative;
  height: 390px;
  background: #f2f7fa;
}

.sl20-dialog-photo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sl20-gallery-prev,
.sl20-gallery-next {
  position: absolute;
  top: calc(50% - 21px);
  font-size: 30px;
}

.sl20-gallery-prev {
  left: 15px;
}

.sl20-gallery-next {
  right: 15px;
}

.sl20-photo-count {
  position: absolute;
  right: 15px;
  bottom: 12px;
  padding: 4px 12px;
  color: #fff;
  background: var(--sl20-navy);
  border-radius: 20px;
  font-size: 12px;
}

.sl20-floorplan {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #fff;
}

.sl20-modal-facts {
  padding: 5px 0;
}

.sl20-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl20-checks li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

.sl20-checks li span {
  color: #007aac;
}

.sl20-modal-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid var(--sl20-border);
}

.sl20-pack-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.sl20-pack-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 5px;
  border-bottom: 1px solid var(--sl20-border);
  font-size: 15px;
}

.sl20-pack-list li > span {
  color: var(--sl20-primary);
  font-size: 12px;
}

.sl20-compare-dialog {
  width: min(1220px, calc(100% - 24px));
}

.sl20-comparison-scroll {
  overflow-x: auto;
}

.sl20-comparison-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 15px;
}

.sl20-comparison-table th,
.sl20-comparison-table td {
  min-width: 170px;
  padding: 14px;
  border-bottom: 1px solid var(--sl20-border);
  text-align: left;
  white-space: normal;
}

.sl20-comparison-table thead img {
  display: block;
  width: 180px;
  max-width: 100%;
  aspect-ratio: 1.5;
  margin-bottom: 15px;
  object-fit: cover;
}

.sl20-comparison-table thead b {
  font-size: 19px;
}

.sl20-comparison-table tbody th {
  min-width: 145px;
  color: var(--sl20-muted);
  font-size: 13px;
}

.sl20-comparison-table .sl20-text-link {
  font-size: 13px;
}

.sl20-compare-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  max-width: calc(100% - 26px);
  padding: 12px 18px 12px 25px;
  color: #fff;
  background: var(--sl20-navy);
  border-radius: 60px;
  box-shadow: 0 8px 35px #001c4540;
  transform: translateX(-50%);
}

.sl20-compare-bar > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.sl20-compare-bar .sl20-button {
  min-height: 44px;
  padding: 11px 20px;
  font-size: 14px;
}

.sl20-clear-compare {
  display: grid;
  min-width: 32px;
  min-height: 40px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 25px;
  place-items: center;
}

@media (min-width: 1700px) {
  .sl20-hero-content {
    padding-left: max(4vw, calc((100vw - 1500px) / 2));
  }

  .sl20-hero {
    min-height: 820px;
  }

  .sl20-hero h1 {
    font-size: 104px;
  }
}

@media (max-width: 1150px) {
  .sl20-reason-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sl20-living-section {
    grid-template-columns: 1fr 1fr;
  }

  .sl20-living-copy {
    padding: 50px 4vw;
  }

  .sl20-living-detail {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sl20-vehicle-actions {
    gap: 15px;
  }

  .sl20-vehicle-body {
    padding: 23px;
  }

  .sl20-vehicle-image {
    height: 290px;
  }

  .sl20-quiz-grid {
    gap: 5%;
  }

  .sl20-branch-panel {
    gap: 30px;
    padding: 30px;
  }

  .sl20-price {
    font-size: 27px;
  }
}

@media (max-width: 850px) {
  .sl20-hero-content {
    width: 75%;
  }

  .sl20-living-section {
    grid-template-columns: 1fr;
  }

  .sl20-living-photo {
    min-height: 500px;
  }

  .sl20-living-copy {
    padding: 50px 6vw;
  }

  .sl20-living-detail {
    grid-template-columns: 125px 1fr;
  }

  .sl20-living-copy > p:not(.sl20-eyebrow) {
    max-width: 600px;
  }

  .sl20-section-heading {
    display: block;
  }

  .sl20-section-heading > p,
  .sl20-section-heading > div + div,
  .sl20-section-heading > div:last-child:not(:first-child) {
    max-width: 560px;
    margin-top: 25px;
  }

  .sl20-quiz-grid,
  .sl20-myths-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sl20-quiz-card {
    min-height: auto;
  }

  .sl20-quiz-intro > p:not(.sl20-eyebrow) {
    max-width: 600px;
  }

  .sl20-vehicle-grid {
    gap: 20px;
  }

  .sl20-vehicle-image {
    height: 240px;
  }

  .sl20-vehicle-body h3 {
    font-size: 29px;
  }

  .sl20-vehicle-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .sl20-heritage h2 {
    font-size: 42px;
  }

  .sl20-branch-panel {
    grid-template-columns: 1fr;
  }

  .sl20-visit-heading {
    display: block;
  }

  .sl20-visit-heading > p {
    margin-top: 26px;
  }

  .sl20-fact-strip {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .sl20-fact-strip > span:nth-child(2) {
    border: 0;
  }
}

@media (max-width: 640px) {
  .sl20-page {
    font-size: 16px;
  }

  .sl20-wrap {
    padding: 64px 6vw;
  }

  .sl20-hero {
    min-height: 820px;
  }

  .sl20-hero-image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 380px;
    object-position: 55% 50%;
  }

  .sl20-hero-shade {
    background: linear-gradient(180deg, #009cde 0%, #009cde 49%, #009cde00 77%);
  }

  .sl20-hero-content {
    width: 100%;
    padding: 26px 6vw 320px;
  }

  .sl20-breadcrumbs {
    margin-bottom: 28px;
  }

  .sl20-hero h1 {
    font-size: clamp(45px, 13vw, 54px);
  }

  .sl20-eyebrow {
    font-size: 12px;
    letter-spacing: .1em;
  }

  .sl20-hero-copy {
    margin: 22px 0 !important;
    font-size: 18px;
  }

  .sl20-hero-link,
  .sl20-hero-caption {
    display: none;
  }

  .sl20-hero-note {
    max-width: 290px;
    font-size: 13px;
  }

  .sl20-fact-strip {
    padding: 20px 5vw;
  }

  .sl20-fact-strip > span {
    justify-content: flex-start;
    gap: 10px;
    padding: 0 8px;
    font-size: 12px;
    text-align: left;
  }

  .sl20-fact-strip b {
    font-size: 30px;
  }

  .sl20-intro {
    display: block;
  }

  .sl20-intro h2 {
    margin-bottom: 26px;
  }

  .sl20-intro > div > p {
    font-size: 17px;
  }

  .sl20-living-photo {
    min-height: 360px;
  }

  .sl20-image-label {
    top: 15px;
    left: 15px;
    font-size: 11px;
  }

  .sl20-image-action {
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 18px;
    font-size: 20px;
  }

  .sl20-living-copy h2 {
    font-size: 50px;
  }

  .sl20-living-detail {
    grid-template-columns: 1fr;
  }

  .sl20-reason-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .sl20-reason-card summary {
    min-height: 218px;
    padding: 20px 16px;
  }

  .sl20-reason-number {
    margin-bottom: 20px;
    font-size: 46px;
  }

  .sl20-reason-card h3 {
    font-size: 21px;
  }

  .sl20-reason-card > div {
    padding: 0 16px 20px;
  }

  .sl20-reason-card > div p {
    font-size: 15px;
  }

  .sl20-reason-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-radius: 12px;
  }

  .sl20-pill-tabs button {
    padding: 10px 13px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }

  .sl20-reason-tabs button {
    justify-content: flex-start;
  }

  .sl20-section-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .sl20-quiz-intro h2 {
    font-size: 43px;
  }

  .sl20-quiz-card {
    padding: 25px 20px;
  }

  .sl20-quiz-step > h3,
  .sl20-quiz-result h3 {
    font-size: 27px;
  }

  .sl20-quiz-option {
    padding: 11px;
  }

  .sl20-quiz-intro > p:not(.sl20-eyebrow) {
    font-size: 17px;
  }

  .sl20-quiz-time {
    font-size: 12px;
  }

  .sl20-vehicle-grid {
    grid-template-columns: 1fr;
  }

  .sl20-vehicle-image {
    height: 280px;
  }

  .sl20-vehicle-body {
    padding: 24px;
  }

  .sl20-vehicle-body h3 {
    font-size: 34px;
  }

  .sl20-vehicle-price {
    flex-direction: row;
    align-items: center;
  }

  .sl20-vehicle-actions {
    justify-content: space-between;
  }

  .sl20-vehicle-edition {
    top: 15px;
    left: 15px;
  }

  .sl20-vehicle-location {
    top: 15px;
    right: 15px;
    font-size: 11px;
  }

  .sl20-stock-toolbar {
    flex-wrap: wrap;
    gap: 18px;
  }

  .sl20-stock-toolbar .sl20-pill-tabs {
    width: 100%;
  }

  .sl20-myth summary {
    gap: 12px;
    padding: 24px 8px;
  }

  .sl20-myth summary > b {
    font-size: 21px;
  }

  .sl20-myth > p {
    padding: 0 20px 25px 30px;
    font-size: 16px;
  }

  .sl20-heritage-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sl20-heritage-number {
    font-size: 185px;
    text-align: left;
  }

  .sl20-heritage-number > span {
    margin-top: 24px;
    font-size: 12px;
    letter-spacing: .6em;
  }

  .sl20-heritage h2 {
    font-size: 45px;
  }

  .sl20-heritage p:not(.sl20-eyebrow) {
    font-size: 17px;
  }

  .sl20-faq-item summary {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 16px;
    min-height: 76px;
    padding-block: 18px;
    font-size: 18px;
  }

  .sl20-faq-item summary > span {
    width: 34px;
    height: 34px;
  }

  .sl20-faq-item > p {
    padding-right: 5px;
    font-size: 16px;
  }

  .sl20-branch-tabs {
    gap: 7px;
  }

  .sl20-branch-tabs button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .sl20-branch-panel {
    padding: 25px;
  }

  .sl20-branch-panel h3 {
    font-size: 30px;
  }

  .sl20-branch-address {
    font-size: 16px;
  }

  .sl20-visit-checks {
    flex-direction: column;
    gap: 13px;
    font-size: 13px;
  }

  .sl20-branch-car img {
    width: 70px;
    height: 55px;
  }

  .sl20-branch-car b {
    font-size: 16px;
  }

  .sl20-dialog {
    max-height: 92dvh;
  }

  .sl20-dialog-inner {
    padding: 24px 18px;
  }

  .sl20-dialog h2 {
    font-size: 30px;
  }

  .sl20-dialog-photo {
    height: 265px;
  }

  .sl20-floorplan {
    height: 240px;
  }

  .sl20-modal-bottom .sl20-price {
    font-size: 27px;
  }

  .sl20-pack-list {
    gap: 0 15px;
  }

  .sl20-pack-list li {
    gap: 8px;
    font-size: 13px;
  }

  .sl20-comparison-table th,
  .sl20-comparison-table td {
    min-width: 155px;
    padding: 12px;
  }

  .sl20-compare-bar {
    bottom: 12px;
    gap: 12px;
    padding: 10px 12px 10px 18px;
  }

  .sl20-compare-label {
    display: none;
  }

  .sl20-compare-bar .sl20-button {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sl20-page *,
  .sl20-page *::before,
  .sl20-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
