﻿html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header,
menu, nav, output, ruby, section, summary, main time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

body {
  min-height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-slide .caption {
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 575px) {
  .swiper-container .swiper-slide .caption {
    bottom: 3rem;
  }
}
.swiper-container .swiper-slide.text-right .caption {
  right: 1rem;
}
@media (max-width: 575px) {
  .swiper-container .swiper-slide.text-right .caption {
    transform: rotate(90deg) translate(0, 4rem);
    transform-origin: top right;
  }
}
.swiper-container .swiper-slide.text-left .caption {
  left: 1rem;
}
@media (max-width: 575px) {
  .swiper-container .swiper-slide.text-left .caption {
    transform: rotate(-90deg) translate(0, 4rem);
    transform-origin: top left;
  }
}
.swiper-container .swiper-slide.text-center .caption {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 3rem;
}
@media (max-width: 575px) {
  .swiper-container .swiper-slide.text-center .caption {
    bottom: 12rem;
  }
}
.swiper-container .swiper-slide.text-center.text-dark {
  color: #999999;
}
.swiper-container .swiper-slide.text-light {
  color: white;
  text-shadow: 0 0 3px black;
}
.precious .swiper-container .swiper-slide.text-light {
  color: rgb(186, 160, 122);
}
.swiper-container .swiper-slide.text-dark {
  color: black;
  text-shadow: 0 0 3px white;
}
.swiper-container .swiper-next, .swiper-container .swiper-prev {
  position: absolute;
  top: 0%;
  height: 100%;
  border: none;
  transition: opacity 0.3s;
  opacity: 0.5;
  font-size: 0;
}
@media (max-width: 320px) {
  .swiper-container .swiper-next, .swiper-container .swiper-prev {
    width: 40px;
  }
}
@media (min-width: 321px) and (max-width: 2559px) {
  .swiper-container .swiper-next, .swiper-container .swiper-prev {
    width: calc(40px + 120 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .swiper-container .swiper-next, .swiper-container .swiper-prev {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .swiper-container .swiper-next, .swiper-container .swiper-prev {
    display: none;
    visibility: hidden;
  }
}
.swiper-container .swiper-next:disabled, .swiper-container .swiper-prev:disabled {
  opacity: 0.1;
}
.swiper-container .swiper-next:not(:disabled), .swiper-container .swiper-prev:not(:disabled) {
  cursor: pointer;
}
.swiper-container .swiper-next:focus, .swiper-container .swiper-prev:focus {
  outline: none;
}
.swiper-container .swiper-next.dark, .swiper-container .swiper-prev.dark {
  filter: invert(1);
}
.swiper-container .swiper-next {
  right: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 148.49 282.84'><rect x='-25' y='204.68' width='200' height='10' transform='translate(-127.05 113.37) rotate(-45)' style='fill: white'/><rect x='66.46' y='-23.21' width='10' height='190' transform='translate(-30.59 70.48) rotate(-45)' style='fill: white'/></svg>") no-repeat 50% 50%;
  background-size: 25% auto;
}
.swiper-container .swiper-prev {
  left: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 148.49 282.84'><rect x='-25' y='70.32' width='200' height='10' transform='translate(-32.05 74.02) rotate(-45)' style='fill: white'/><rect x='73.54' y='118.21' width='10' height='190' transform='translate(-128.51 116.9) rotate(-45)' style='fill: white'/></svg>") no-repeat 50% 50%;
  background-size: 25% auto;
}
.swiper-container .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  font-size: calc(10px + 2 * (100vw - 320px) / 2240);
}
@media (max-width: 575px) {
  .swiper-container .swiper-pagination {
    margin-bottom: 3rem;
  }
}
.swiper-container .swiper-pagination div {
  width: 1em;
  height: 1em;
  background: white;
  border: 0.1rem solid #999999;
  border-radius: 0.5em;
  z-index: 100;
  margin: 0 0.25em;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.precious .swiper-container .swiper-pagination div {
  background: rgb(186, 160, 122);
}
.swiper-container .swiper-pagination div.active {
  opacity: 1;
  background: #999999;
}

/*@import "Sidebar.scss";*/
footer {
  margin: 0 auto;
  background: #F4F1ED;
  /*max-width: 1440px;*/
  padding: 40px;
  line-height: 19px;
  font-size: 16px;
}
footer .main-footer-content {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  border-bottom: 2px solid rgba(94, 92, 91, 0.25);
}
footer .main-footer-content .umbraco-content-row {
  width: 100%;
  padding: 30px;
  margin-left: 30px;
  margin-top: auto;
  margin-bottom: auto;
}
footer .main-footer-content .umbraco-content-row div {
  display: flex;
  justify-content: space-between;
}
footer .main-footer-content .umbraco-content-row div .link {
  color: #211F1F;
  position: relative;
  text-decoration: none;
}
footer .main-footer-content .umbraco-content-row div .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #5E5C5B;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(0);
}
footer .main-footer-content .umbraco-content-row div .link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
footer .main-footer-content .footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 30px;
  margin-right: 20px;
}
footer .main-footer-content .footer-icons > a {
  transition: 0.3s;
  border-radius: 50%;
  margin: 10px;
}
footer .main-footer-content .footer-icons .footer-some img {
  max-width: none;
  padding: 10px;
  max-height: 40px;
}
footer .main-footer-content .footer-icons .footer-some:hover {
  background-color: rgba(144, 143, 143, 0.15);
}
footer .main-footer-content .footer-icons a {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.667em;
  color: inherit;
  gap: 6px;
}
footer .main-footer-content .footer-icons a.selected, footer .main-footer-content .footer-icons a:active, footer .main-footer-content .footer-icons a:focus {
  color: black;
  text-decoration: underline;
  text-underline-offset: 0.17em;
  text-decoration-thickness: 0.06em;
}
footer .legal #ot-sdk-btn {
  color: inherit !important;
  border: none !important;
  transition: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: inherit !important;
  text-transform: lowercase;
}
footer .legal {
  justify-content: center;
  display: flex;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  max-width: 1024px;
  margin: 0 auto;
  gap: 6px;
}
footer .legal button, footer .legal a {
  color: #211F1F;
  display: inline;
  position: relative;
  text-decoration: none;
}
footer .legal button::after, footer .legal a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #5E5C5B;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(0);
}
footer .legal button:hover::after, footer .legal a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (max-width: 1010px) {
  footer .main-footer-content {
    flex-direction: column;
    border-bottom: none;
  }
  footer .main-footer-content .umbraco-content-row {
    padding: 20px;
    margin: 0;
  }
  footer .main-footer-content .umbraco-content-row div {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  footer .main-footer-content .umbraco-content-row div .link {
    padding: 8px;
  }
  footer .main-footer-content .footer-icons {
    padding: 0;
    margin: 0;
  }
  footer .main-footer-content .footer-icons .footer-some {
    margin: 0;
  }
  footer .legal {
    max-width: 240px;
    flex-wrap: wrap;
    font-size: 12px;
  }
}
html, body {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
  width: 0px !important;
}

#scrollbar {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 1rem;
  z-index: 100000;
  height: 100vh;
  opacity: 0;
  transition: opacity 1.5s;
  user-select: none;
}
@supports (-webkit-touch-callout: none) {
  #scrollbar {
    display: none;
  }
}
#scrollbar.visible {
  transition: opacity 0.3s;
  opacity: 0.5;
}
#scrollbar:hover {
  transition: opacity 0.3s;
  opacity: 1;
}
#scrollbar div {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  background-color: rgba(180, 180, 180, 0.75);
  border-radius: 1rem;
  height: 60vh;
}

#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #cookie-policy-description {
  font: calc(18.75px + 5.25 * (100vw - 320px) / 2240) !important;
  font-weight: 300 !important;
}
#onetrust-banner-sdk #accept-recommended-btn-handler, #onetrust-banner-sdk .ot-pc-refuse-all-handler, #onetrust-banner-sdk .save-preference-btn-handler onetrust-close-btn-handler,
#onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-pc-sdk #accept-recommended-btn-handler, #onetrust-pc-sdk .ot-pc-refuse-all-handler, #onetrust-pc-sdk .save-preference-btn-handler onetrust-close-btn-handler,
#onetrust-pc-sdk #onetrust-accept-btn-handler, #onetrust-pc-sdk #onetrust-reject-all-handler, #onetrust-pc-sdk #onetrust-pc-btn-handler, #ot-sdk-cookie-policy #accept-recommended-btn-handler, #ot-sdk-cookie-policy .ot-pc-refuse-all-handler, #ot-sdk-cookie-policy .save-preference-btn-handler onetrust-close-btn-handler,
#ot-sdk-cookie-policy #onetrust-accept-btn-handler, #ot-sdk-cookie-policy #onetrust-reject-all-handler, #ot-sdk-cookie-policy #onetrust-pc-btn-handler, #cookie-policy-description #accept-recommended-btn-handler, #cookie-policy-description .ot-pc-refuse-all-handler, #cookie-policy-description .save-preference-btn-handler onetrust-close-btn-handler,
#cookie-policy-description #onetrust-accept-btn-handler, #cookie-policy-description #onetrust-reject-all-handler, #cookie-policy-description #onetrust-pc-btn-handler {
  background: transparent !important;
  border: 0.05rem solid black !important;
  color: black !important;
  font-weight: 300 !important;
}
#onetrust-banner-sdk a, #onetrust-banner-sdk td, #onetrust-banner-sdk p, #onetrust-banner-sdk button, #onetrust-banner-sdk div, #onetrust-pc-sdk a, #onetrust-pc-sdk td, #onetrust-pc-sdk p, #onetrust-pc-sdk button, #onetrust-pc-sdk div, #ot-sdk-cookie-policy a, #ot-sdk-cookie-policy td, #ot-sdk-cookie-policy p, #ot-sdk-cookie-policy button, #ot-sdk-cookie-policy div, #cookie-policy-description a, #cookie-policy-description td, #cookie-policy-description p, #cookie-policy-description button, #cookie-policy-description div {
  color: black !important;
  font-weight: 300 !important;
}
#onetrust-banner-sdk a span, #onetrust-banner-sdk td span, #onetrust-banner-sdk p span, #onetrust-banner-sdk button span, #onetrust-banner-sdk div span, #onetrust-pc-sdk a span, #onetrust-pc-sdk td span, #onetrust-pc-sdk p span, #onetrust-pc-sdk button span, #onetrust-pc-sdk div span, #ot-sdk-cookie-policy a span, #ot-sdk-cookie-policy td span, #ot-sdk-cookie-policy p span, #ot-sdk-cookie-policy button span, #ot-sdk-cookie-policy div span, #cookie-policy-description a span, #cookie-policy-description td span, #cookie-policy-description p span, #cookie-policy-description button span, #cookie-policy-description div span {
  color: inherit !important;
  font-weight: inherit !important;
}
#onetrust-banner-sdk h3, #onetrust-banner-sdk h4, #onetrust-pc-sdk h3, #onetrust-pc-sdk h4, #ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4, #cookie-policy-description h3, #cookie-policy-description h4 {
  font-size: inherit !important;
}
#onetrust-banner-sdk h4, #onetrust-pc-sdk h4, #ot-sdk-cookie-policy h4, #cookie-policy-description h4 {
  font-weight: 300 !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk .save-preference-btn-handler, #onetrust-pc-sdk #onetrust-accept-btn-handler, #onetrust-pc-sdk .save-preference-btn-handler, #ot-sdk-cookie-policy #onetrust-accept-btn-handler, #ot-sdk-cookie-policy .save-preference-btn-handler, #cookie-policy-description #onetrust-accept-btn-handler, #cookie-policy-description .save-preference-btn-handler {
  background-color: black !important;
  color: white !important;
}
#onetrust-banner-sdk #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #onetrust-banner-sdk #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover, #onetrust-pc-sdk #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #onetrust-pc-sdk #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover, #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover, #cookie-policy-description #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #cookie-policy-description #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background: inherit;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus,
#onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
  outline-width: 0px !important;
}

#ot-sdk-btn-floating {
  display: none !important;
}

html {
  font-size: 0.78125vw;
  /*    @media all and (min-width:2560px) {
          //font-size: calc(20px * 128 / 130);
          font-size: 20px;
      }*/
}
@media all and (max-width: 320px) {
  html {
    font-size: 2.5px;
  }
}

::selection {
  color: #FFF;
  background: rgba(16, 20, 67, 0.8);
  opacity: 1;
  padding: 10rem;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f0f0f0;
  line-height: 1.3;
}
@media (max-width: 320px) {
  body {
    overflow-x: auto;
  }
}

#dealer-search {
  max-width: 1920px;
  margin: 0 auto;
}

#showroom {
  position: relative;
  width: 128rem;
  margin: 0 auto;
  background: #FBFBFB;
}
#showroom section {
  position: relative;
  box-sizing: content-box;
  border-collapse: separate;
  background-clip: content-box;
}
#showroom section > div, #showroom section > a {
  position: absolute;
  box-sizing: content-box;
  line-height: 100%;
  object-fit: cover;
}
#showroom section img, #showroom section video, #showroom section picture, #showroom section showroom-picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  object-position: inherit;
}
#showroom section img:focus, #showroom section video:focus, #showroom section picture:focus, #showroom section showroom-picture:focus {
  outline: none;
}
#showroom section span, #showroom section a {
  object-fit: inherit;
  object-position: inherit;
}
::cue {
  color: white;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 0px black;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  ::cue, ::-webkit-media-text-track-display {
    /*font-size: 4vmin;
    font-size: clamp(16px, 4vw, 48px);*/
    /*line-height: 1.25;
    line-height: clamp(20px, 5vw, 60px);*/
    background: rgba(0, 0, 0, 0) !important;
  }
}
