.navbar {
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .navbar {
    transform: translate(0, 0);
  }
}

.section:first-of-type {
  margin: 0 !important;
}

.template--leasing {
  max-width: 1440px;
  margin: 0 auto;
  padding: 112px 64px;
}
.template--leasing .leasing {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
.template--leasing .leasing .leasing__data {
  grid-column: 1/9;
  grid-row: 1/2;
}
.template--leasing .leasing .leasing__data .hero__media:before {
  content: none;
}
.template--leasing .leasing .leasing__sidebar {
  grid-column: 9/13;
  grid-row: 1/2;
  position: sticky;
  top: 224px;
  padding: 32px;
  background-color: var(--black);
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 12px 0;
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .button[data-overlay=testdrive] {
  margin: 0 0 32px 0;
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .button--cta {
  margin: 0 0 32px 0;
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .leasing__information {
  color: var(--white);
  padding: 8px 0;
  border-bottom: 1px solid var(--grey_900);
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .leasing__information .leasing__key {
  color: var(--grey_500);
  margin: 0 0 8px 0;
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .leasing__information .leasing__value {
  color: var(--white);
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .leasing__information:nth-last-child(1) {
  margin: 0 0 32px 0;
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .leasing__information.leasing__information--rate {
  margin: 0 0 32px 0;
  border: none;
}
.template--leasing .leasing .leasing__sidebar .leasing__informations .leasing__information.leasing__information--rate .leasing__key {
  color: var(--turquoise);
}
.template--leasing[data-brand=BMW] .leasing .leasing__sidebar .leasing__informations .leasing__information.leasing__information--rate .leasing__key, .template--leasing[data-brand=MINI] .leasing .leasing__sidebar .leasing__informations .leasing__information.leasing__information--rate .leasing__key, .template--leasing[data-brand=Leapmotor] .leasing .leasing__sidebar .leasing__informations .leasing__information.leasing__information--rate .leasing__key {
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .template--leasing {
    padding: 112px 0 0 0;
  }
  .template--leasing .leasing {
    gap: 0;
  }
  .template--leasing .leasing .leasing__data {
    grid-column: 1/13;
    grid-row: 1/2;
  }
  .template--leasing .leasing .leasing__data .leasing__pills {
    margin: 0 0 24px 0;
  }
  .template--leasing .leasing .leasing__details {
    grid-column: 1/13;
    grid-row: 3/4;
  }
  .template--leasing .leasing .leasing__sidebar {
    grid-column: 1/13;
    grid-row: 2/3;
    position: relative;
    top: 0;
  }
}
.template--leasing[data-brand=Mazda] .leasing .leasing__sidebar .leasing__informations .leasing__information.leasing__information--rate .leasing__key {
  color: var(--white);
}

/*# sourceMappingURL=leasing.css.map */
