html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.range-banner {
  top: 0;
  left: 0;
  height: 80vh;
}
@media only screen and (min-width: 1200px) {
  .range-banner {
    height: 80vh;
  }
}
.range-banner video {
  position: absolute;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .range-banner video {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .range-banner video.desktop-video {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .range-banner video.mobile-video {
    display: none;
  }
}

.ranges-overview .title {
  margin-bottom: 2.375rem;
}
@media only screen and (max-width: 991px) {
  .ranges-overview .items {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .ranges-overview .range {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: calc(100vw - 30px);
  }
}
.ranges-overview .range.range-classic {
  border-top: 10px solid #192d4d;
}
.ranges-overview .range.range-elegance {
  border-top: 10px solid #E3E5E9;
}
.ranges-overview .range.range-luxury {
  border-top: 10px solid #AC9777;
}
.ranges-overview .range .range-content {
  background-color: #f6f6f6;
  padding: 3.375rem 2.5rem 1.5rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .ranges-overview .range .range-content {
    height: 200px;
    flex: 0 0 60%;
    max-width: 60%;
    flex: 1;
    padding: 2.5rem !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .ranges-overview .range .range-content {
    height: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .ranges-overview .range .range-content {
    height: 140px;
    padding: 1.5rem !important;
  }
}
.ranges-overview .range .range-content .logo {
  padding-bottom: 0.25rem;
}
.ranges-overview .range .range-content .logo .title {
  display: none;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .ranges-overview .range .range-content .logo .title {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .ranges-overview .range .range-content .logo .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ranges-overview .range .range-content .logo svg {
    width: 75%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .ranges-overview .range .range-content .logo svg {
    display: none;
  }
}
.ranges-overview .range .range-content .subtitle {
  padding-bottom: 1.5rem;
  color: #747474;
}
.ranges-overview .range .range-content .subtitle .range-type {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .ranges-overview .range .range-content .description {
    display: none;
  }
}
.ranges-overview .range .range-content .description p {
  margin-bottom: 1.5rem;
  min-height: 6rem;
}
.ranges-overview .range .range-content .actions {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
.ranges-overview .range .range-content .actions .action a {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}
.ranges-overview .range .range-content .actions .action .action-label {
  font-weight: 500;
}
.ranges-overview .range .range-image {
  aspect-ratio: 430/285;
}
.ranges-overview .range .range-image img {
  aspect-ratio: 430/285;
}
@media only screen and (max-width: 991px) {
  .ranges-overview .range .range-image {
    height: 200px;
    flex: 0 0 40%;
    max-width: 40%;
    flex: 1;
  }
  .ranges-overview .range .range-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .ranges-overview .range .range-image {
    height: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .ranges-overview .range .range-image {
    height: 140px;
  }
}

.page-template-template-ranges .intro.section {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .page-template-template-ranges .intro.section h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-template-ranges .intro.section h1 {
    font-size: 2.75rem;
  }
}
.page-template-template-ranges .models-overview .title {
  padding-bottom: 1rem;
}
.page-template-template-ranges .models-overview .title h2 {
  margin-bottom: 0;
}

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