#arrow_container {
  background-image: url(../images/arrow_bottom.png);
    width: 143px;
    height: 35px;
    position: absolute;
    left: 54%;
    top: 69%;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
}
#arrow_container_top {
  background-image: url(../images/arrow_top.png);
    width: 112px;
    height: 27px;
    position: absolute;
    left: 52%;
    top: 27%;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
  
}
html, body {
  overflow: hidden;
}
body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
}

#interior{
  display: none;
}

#whisperBeige {
  border: 1px solid white;
}

.impInfo{
  font-size: 8px;
  display: none;
  top: 21vh;
  color: white;
  text-align: center;
  justify-content: center;
}

#airRideTitle, #airRideText{
  margin-bottom: 10px;
}

#hotspotBlackTop{
  position: absolute;
  display: none;
}

.heading {
  min-height: 10px;
  margin-top: 1.1vh;
  margin-bottom: 1vh;
  font-family: CadillacgothicWide, sans-serif;
  color: #fff;
  font-size: 1.3vh;
  line-height: 2.5vh;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3vw;
}

.image {
  display: block;
  width: 9vh;
  max-width: 90px;
  min-height: 10px;
  min-width: auto;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.nameplate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.body {
  overflow: hidden;
  max-height: 100%;
  max-width: 100vw;
  background-color: #000000;
  -o-object-fit: contain;
  object-fit: contain;
}

.toggle {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 5.5vh;
  max-height: 40px;
  max-width: 120px;
  min-height: 40px;
  min-width: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
}

#intPlus{
  pointer-events: all;
}

.toggle_btn {
  position: relative;
  left: 4px;
  width: 5.5vw;
  height: 4.4vh;
  max-height: 32px;
  max-width: 56px;
  min-height: 32px;
  min-width: 56px;
  border-radius: 20px;
  background-color: #fff;
}

.section {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

.text-block-16 {
    font-family: Cadillacgothic, sans-serif;
    color: #fff;
    font-size: 8px;
    line-height: 9px;
    font-weight: 500;
    text-transform: uppercase;
  }

.select_copy {
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.select_copy.alt2 {
  font-family: Cadillacgothic, sans-serif;
  font-weight: 400;
}

.select_copy.alt2.ar {
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  font-size: 1.2vh;
  line-height: 1vh;
}

.select_copy.divide {
  font-weight: 400;
}

.container {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vh 2vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  cursor: pointer;
}

.image-2 {
  max-width: 30px;
  min-width: 10px;
  padding-right: 10px;
}

.text-block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.button {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  width: 16%;
  height: 7%;
  max-height: 50px;
  max-width: 220px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.button.ar_btn {
  display: none;
}

.container-3 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
}

.hs_tray {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hs_tray.interior_tray {
  display: none;
}

.hs_tray.exterior_tray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swatch_name {
  width: 50%;
  height: 12%;
  margin-bottom: 0.5%;
}

.swatches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 22%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.w-container{
    max-width: 1200px;
  }

.swatch {
  width: 55px;
  height: 30px;
  margin-right: 3px;
  margin-left: 3px;
}

.swatch.s1 {
  background-color: #eee9ea;
}

.swatch.s2 {
  background-color: #292c46;
}

.swatch.s3 {
  background-color: #a8090c;
}

.swatch.s4 {
  background-color: #000;
}

.swatch.s5 {
  background-color: #445353;
}

.swatch.s6 {
  background-color: #82878d;
}

.swatch.s7 {
  background-color: #570400;
}

.swatch.s8 {
  background-color: #58616a;
}

.swatch_txt {
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  text-align: center;
}

.swatch_txt.st1 {
  display: block;
  font-size: 12px;
}

.swatch_txt.st2 {
  display: none;
}

.swatch_txt.st3 {
  display: none;
}

.swatch_txt.st4 {
  display: none;
}

.swatch_txt.st6 {
  display: none;
}

.swatch_txt.st5 {
  display: none;
}

.swatch_txt.st7 {
  display: none;
}

.swatch_txt.st8 {
  display: none;
}

.div-block-2 {
  position: relative;
  left: -215px;
  width: 55px;
  height: 1%;
  background-color: #fff;
  color: #fff;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 6%;
  right: 5%;
  display: block;
  height: 18%;
  max-height: 52px;
  max-width: 75px;
}

.mask {
  width: 100%;
  height: 100%;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  height: 18%;
  max-height: 52px;
  max-width: 75px;
}

.section-3 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
}

.section-3.hs_tray {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tray_header {
  font-family: CadillacgothicWide, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25vw;
  text-transform: uppercase;
}

.tray_body {
  width: 40%;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.exit_mobile {
  display: none;
}

.left-arrow {
  left: 38%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 5%;
  height: 18%;
}



.right-arrow {
  left: auto;
  top: auto;
  right: 38%;
  bottom: 0%;
  width: 5%;
  height: 18%;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 14%;
  height: 18%;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 40%;
  font-size: 30px;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 40%;
  font-size: 30px;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.html-embed-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.image-6 {
  position: fixed;
  left: 40%;
  top: auto;
  right: 0%;
  bottom: 20%;
  display: block;
  width: 20%;
  max-height: 242px;
  max-width: 445px;
  clear: both;
  text-align: left;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  opacity: 0.85;
}

.image-7 {
  height: 60%;
  margin-top: 10%;
}

.disclaimer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  
  width: 100vw;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: center;
  display: none;
}

.text-block-3 {
  display: block;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.15vw;
}

.disc_txt {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 22%;
  background-color: #000;
}

.text-block-4 {
  margin-top: 0.5%;
  padding-right: 2%;
  padding-left: 2%;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20%;
}

.icon {
  font-size: 30px;
}

.icon-2 {
  font-size: 30px;
}

.icon-3 {
  font-size: 18px;
}

.icon-4 {
  font-size: 18px;
}

.exit_video {
  position: fixed;
  left: auto;
  top: 2%;
  right: 4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  opacity: 0.8;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  max-width: 50px;
  margin-left: 9%;
  padding: 10%;
}

.text-block-5 {
  padding: 5%;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.image-9 {
  position: absolute;
  left: 47%;
  top: -21%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 6%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  grid-auto-flow: column;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 20%;
  background-color: #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 15%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  width: 12%;
  height: 100%;
  background-color: #00f;
}

.dots {
  width: 50%;
  height: 100%;
  background-color: pink;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  max-width: 300px;
}

.text-block-6 {
  padding-bottom: 10px;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
}

.image-10 {
  position: absolute;
  left: 17px;
  max-height: 25px;
  max-width: none;
}

.image-10.interior {
  left: auto;
  right: 20px;
  
}

.image-10.interior.unselected {
  
  height: 5vh;
  min-height: 25px;
  
}

.image-10.interior.selected {
  
  height: 5vh;
  min-height: 25px;
 
}

.image-10.unselected {
  
}

.image-10.unselected.exterior {
  left: 17px;
  height: 5vh;
  min-height: 25px;
  
}

.image-10.selected.exterior {
  left: 17px;
  height: 5vh;
  min-height: 25px;
}

.image-11 {
  max-width: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
}

.heading-2 {
  min-height: 10px;
  margin-top: 1.6vh;
  margin-bottom: 1vh;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 1.8vh;
  line-height: 2.5vh;
  font-weight: 700;
  letter-spacing: 0.5vw;
}

.heading-2.esv {
  color: rgba(0, 0, 0, 0.3);
}

.div-block-9 {
  width: 20vw;
  height: 2px;
  background-color: #fff;
}

.div-block-9.esv {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

.heading-3 {
  min-height: 10px;
  margin-top: 3vh;
  margin-bottom: 1vh;
  font-family: CadillacgothicWide, sans-serif;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 400;
  letter-spacing: 0.3vh;
  opacity: 0;
}

.colortray {
  position: absolute;
  left: -260px;
  top: calc(50% - 100px);
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 313px;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 9fr 1fr;
  grid-template-columns: 9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.colortray.exterior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  border-left: none;
  text-align: left;
}

.colortray.interior {
  display: none;
  height: 200px;
  min-height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-11 {
  position: relative;
  left: -63px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  min-width: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.div-block-11.exterior {
  position: relative;
  left: -63px;
  top: auto;
  bottom: 0px;
  width: 200px;
  height: 50px;
  min-width: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-block-7 {
  margin-right: 10px;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.text-block-8 {
  height: 24px;
  margin-bottom: 10px;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-9 {
  min-height: 10px;
  margin-top: 10px;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-12 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 20vh;
  min-height: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.colorsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  max-width: 220px;
  min-height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.colorsbox.interior {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 44px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#2c4177));
  background-image: linear-gradient(0deg, #000, #2c4177);
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block-14.white {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d0cece), to(#eee9ea));
  background-image: linear-gradient(0deg, #d0cece, #eee9ea);
}

.div-block-14.red {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#80070b), to(#b5090f));
  background-image: linear-gradient(0deg, #80070b, #b5090f);
}

.div-block-14.black {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#434343));
  background-image: linear-gradient(0deg, #000, #434343);
}

.div-block-14.green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#283131), to(#5c7c70));
  background-image: linear-gradient(0deg, #283131, #5c7c70);
}

.div-block-14.grey {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#515457), to(#8f959b));
  background-image: linear-gradient(0deg, #515457, #8f959b);
}

.div-block-14.maroon {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#340202), to(#570400));
  background-image: linear-gradient(0deg, #340202, #570400);
}

.div-block-14.tan {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#604e3c), to(#b1a59d));
  background-image: linear-gradient(0deg, #604e3c, #b1a59d);
}

.div-block-14.select {
  width: 38px;
  height: 38px;
  border-style: solid;
  background-image: none;
}

.div-block-14.int1 {
  background-image: url('../images/whisperbeige.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-14.int2 {
  background-image: url('../images/darkbeige.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-14.int3 {
  background-image: url('../images/leathery.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.cta {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  height: 40px;
  max-height: 50px;
  max-width: none;
  min-height: 40px;
  min-width: 155px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: Cadillacgothic, sans-serif;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 1px;
}

.button-2:hover {
  border-style: none;
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
  color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.blackbar {
  display: none;
}

.image-12 {
  max-height: 40%;
  max-width: none;
}

.div-block-16 {
  width: 50px;
  height: 100px;
  background-color: #e4abab;
}

.div-block-17 {
  font-size: 2vh;
  line-height: 2vh;
  cursor: pointer;
}

.div-block-18 {
  cursor: pointer;
}

.div-block-18:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.div-block-18.esv:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.hotspot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10.6%;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hotspot.air {
  bottom: 0%;
  display: none;
  height: 14%;
  background-color: rgba(0, 0, 0, 0.65);
}

.hotspot.surround {
  bottom: 0%;
  height: 13%;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
}

.hotspot.oled {
  bottom: 0%;
  height: 13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.65);
}

.hotspot.supercruise {
  bottom: 0%;
  height: 13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.65);
}

.hotspot.akg {
  bottom: 0%;
  height: 13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.65);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-20 {
  height: 36px;
}

.hotspottitle {
  height: auto;
  margin-bottom: -10px;
  font-family: CadillacgothicWide, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hotspottext {
  height: auto;
  max-width: 60vw;
  margin-top: -30px;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 1.4vh;
  line-height: 1.8vh;
  text-align: center;
  letter-spacing: 0.4px;
  -webkit-column-count: auto;
  column-count: auto;
}

.hotspottext.surround {
  max-width: 50vw;
  margin-top: -30px;
  margin-bottom: 10px;
  font-size: 1.4vh;
  line-height: 1.8vh;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  width: 3vw;
  padding: 0px;
  cursor: pointer;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 35%;
  max-width: none;
}

.aroverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.52);
}

.div-block-22 {
  position: absolute;
  width: 40%;
  height: 55%;
  background-color: #000;
}

.image-14 {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  width: 10%;
  cursor: pointer;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  width: 40%;
}

.text-block-10 {
  position: absolute;
  left: 0%;
  top: 75%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  font-family: CadillacgothicWide, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-11 {
  width: 300px;
  max-width: 300px;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.div-block-25 {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.text-block-12 {
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 9px;
  text-align: center;
  
}

.loading-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/CADILLAC_GRADIENT_BLUE_RGB.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-4 {
  font-family: CadillacgothicWide, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 94px;
  letter-spacing: 5px;
}

.text-block-13 {
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 15px;
}

.lottie-animation-2 {
  max-width: 300px;
  margin-top: 35px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colorring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  min-width: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 30px;
}

.colorring:hover {
  border-style: solid;
  border-color: #fff;
}

.colorring:active {
  border-color: #fff;
}

.longdisc {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-block-14 {
  max-width: 80%;
  font-family: Cadillacgothic, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.inthotspot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100vw;
  height: 100vh;
}

.inthotspot.oled {
  display: none;
}

.inthotspot.akg {
  display: none;
}

.inthotspot.surround {
  display: none;
}

.inthotspot.supercruise {
  display: none;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.text-block-15 {
  max-width: 80%;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: white;
  width: 90%;
}

.div-block-29 {
  display: none;
}

@media screen and (max-width: 991px) and (max-height: 499px) {
  
  #intDisclaimer{
    max-width: 50%;
    margin-left: 22%;
    line-height: 16px;
  }
  
  .hotspottitle {
    font-size: 3vh;
  }
  
  #hotspotBlackTop{
    display: none;
  }
  
  .hotspottext {
    font-size: 2.3vh;
    line-height: 2.5vh;
  }
  
  .hotspottext.surround{
    max-width: 70vw;
    font-size: 2.3vh;
    line-height: 2.5vh;
  }
  
  .heading-4 {
    font-size: 18px;
  }
  
  .text-block-13 {
    font-size: 12px;
  }
  
  .lottie-animation-2 {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) and (min-height: 500px) {
  
  #hotspotBlackTop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 50vh;
    background-color: rgba(0,0,0,0.65);
  }
  
  .w-container{
    max-width: 800px;
  }
  
  .heading {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 1.3vh;
  }

  .image {
    height: 3vh;
  }

  .nameplate {
    margin-top: 3vh;
  }

  .body {
    height: 100vh;
    max-height: 100%;
  }

  .toggle {
    width: 120px;
    min-width: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  

  .section {
    margin-top: 0px;
  }

  .select_copy.alt2.ar {
    margin: 1vh 1vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: normal;
  }

  .container {
    left: 2vw;
    bottom: 10%;
    max-width: 50vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-2 {
    position: absolute;
    left: 3vw;
    top: auto;
    right: auto;
    bottom: 1vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.5vh;
    max-width: 40vw;
    min-height: 10px;
    padding: 0.8vh 6vw 0.8vh 7vw;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-2 {
    min-height: 8px;
    min-width: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .text-block {
    font-size: 10px;
    line-height: 11px;
  }

  .button {
    bottom: 4%;
    width: 45%;
    max-width: 600px;
  }

  .button.ar_btn {
    left: 5%;
    right: 0%;
    display: block;
    border-right-style: solid;
    border-right-width: 0px;
  }

  .container-3 {
    bottom: 0.5%;
  }

  

  

  .swatches {
    width: 80%;
    height: 30%;
  }

  .image-3 {
    left: auto;
    height: 10%;
  }

  .mask {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 68%;
  }

  .image-4 {
    height: 16%;
  }

  .section-3.hs_tray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tray_header {
    font-size: 14px;
  }

  .tray_body {
    width: 45%;
    font-size: 12px;
    line-height: 16px;
  }

  .exit_mobile {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    height: 5%;
    margin-top: 1%;
    margin-right: 1%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2d3540;
  }

  .text-block-2 {
    font-family: Cadillacgothic, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
  }

  .image-5 {
    height: 55%;
    max-height: 44px;
    max-width: 58px;
    margin-right: 4%;
  }

  .left-arrow {
    position: absolute;
    left: 38%;
    top: 60%;
    right: auto;
    bottom: auto;
    height: 8%;
  }

  .right-arrow {
    left: auto;
    top: 60%;
    right: 38%;
    bottom: auto;
    height: 8%;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 32%;
    width: 14%;
    height: 8%;
  }

  .disclaimer {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 7.5%;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-5 {
    height: 10%;
  }

  .div-block-7 {
    height: 60%;
  }

  .grid-3 {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-6 {
    margin: 10px 30px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .image-10 {
    left: 112px;
  }

  .image-10.interior.unselected {
    right: 20px;
  }

  .image-10.unselected.exterior {
    left: 116px;
  }

  .image-10.selected.exterior {
    left: 116px;
  }

  .div-block-8 {
    width: 100vw;
  }

  .heading-2 {
    margin-top: 1vh;
    margin-bottom: 0.5vh;
    font-size: 2vh;
  }

  .div-block-9 {
    width: 100%;
  }

  .heading-3 {
    max-width: 100%;
    font-size: 2.5vh;
    line-height: 3.2vh;
  }

  .colortray {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 7.5%;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: hsla(0, 0%, 100%, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
  }

  .colortray.exterior {
    bottom: calc(7.5vh - 200px);
    overflow: visible;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
    border-right: none;
    border-bottom: #707070 solid 1px;
  }

  .colortray.interior {
    bottom: calc(7.5vh - 200px);
    display: none;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-11 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    height: 5vh;
    
    margin-bottom: 0px;
    
    padding: 2vh 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0.8vh;
    grid-row-gap: 0.8vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    left: 0px;
    height: 5vh;
    
    
    padding: 2vh 2vw;
    grid-column-gap: 0.8vh;
    grid-row-gap: 0.8vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-11.exterior {
    position: relative;
    left: 0px;
    height: 5vh;
    bottom: 200px;
    margin-left: 50vw;
    padding: 2vh 2vw;
    grid-column-gap: 0.8vh;
    grid-row-gap: 0.8vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8 {
    margin-bottom: 0.5vh;
    margin-top: 0.5vh;
    font-size: 9px;
    line-height: 2vh;
    letter-spacing: 1px;
  }

  .text-block-9 {
    margin-top: 1vh;
    font-size: 8px;
    line-height: 2vh;
  }

  .div-block-12 {
    width: 100vw;
    height: 50%;
    min-height: auto;
    margin-bottom: 0.5vh;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .colorsbox {
    width: 100vw;
    height: 60%;
    max-width: 100%;
    min-height: 15px;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
  }

  .colorsbox.interior {
    max-width: 70%;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
  }

  .div-block-14 {
    width: 35px;
    height: 35px;
    min-height: 10px;
    min-width: 15px;
  }

  .cta {
    right: 3%;
    bottom: 1%;
  }

  .button-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 40vw;
    max-height: 5.5vh;
    height: 5.5vh;
    min-height: 10px;
    line-height: 10px;
  }

  .blackbar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 7.5vh;
    min-height: 30px;
    padding-right: 7.5vw;
    padding-bottom: 7.5vh;
    background-color: #000;
  }

  .image-12 {
    max-height: 80%;
    min-height: 10px;
    line-height: 16px;
    transform: rotate(180deg);
  }

  .div-block-17 {
    width: 50%;
  }

  .div-block-18.esv {
    width: 50%;
  }

  .hotspot {
    bottom: 7.5%;
  }

  .hotspot.air {
    bottom: 7.5%;
    display: none;
    height: 14vh;
    min-height: 70px;
  }

  .hotspot.surround {
    bottom: 7.5%;
    display: none;
    height: 10.6vh;
    min-height: 70px;
  }

  .hotspot.oled {
    bottom: 7.5%;
  }

  .hotspot.supercruise {
    bottom: 7.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10.6vh;
    min-height: 70px;
  }

  .hotspot.akg {
    bottom: 7.5%;
    height: 10.6vh;
    min-height: 70px;
  }

  .hotspottitle {
    margin-bottom: 0px;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .hotspottext {
    max-width: 70vw;
    font-size: 1.2vh;
    line-height: 1.5vh;
  }

  .hotspottext.surround {
    max-width: 60vw;
  }

  .image-13 {
    right: 3%;
    padding: 0px;
  }

  .div-block-25 {
    bottom: 17%;
    
  }

  .text-block-12 {
    max-width: 28%;
    line-height: 13px;
  }

  .loading-screen {
    
    background-size: 100% 100%;
  }

  .heading-4 {
    max-width: 80vw;
    font-size: 3vw;
    line-height: 10vw;
    text-align: center;
  }

  .text-block-13 {
    max-width: 43vw;
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
  }

  .lottie-animation-2 {
    max-width: 40%;
  }

  .colorring {
    width: 39px;
    height: 39px;
    min-height: 12px;
    min-width: 17px;
  }

  .image-16 {
    margin-top: 7vh;
  }

  .inthotspot {
    display: none;
  }

  .inthotspot.oled {
    display: none;
  }

  .inthotspot.akg {
    display: none;
  }

  .inthotspot.surround {
    display: none;
  }

  .inthotspot.supercruise {
    display: none;
  }

  .text-block-15 {
    font-family: Cadillacgothic, sans-serif;
    font-size: 8px;
    line-height: 12px;
    font-weight: 500;
    max-width: 80%;
    text-align: center;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-16 {
    font-family: Cadillacgothic, sans-serif;
    color: #fff;
    font-size: 8px;
    line-height: 9px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) and (min-height: 500px) {
      #arrow_container {
    top: 67%;
}
#arrow_container_top {
    top: 32%;  
}
  .heading {
    font-size: 1.5vh;
  }

  .image {
    height: 3vh
  }

  .nameplate {
    margin-top: 3vh;
  }

  .toggle {
    min-width: 120px;
  }

  

  .select_copy.alt2.ar {
    max-width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-2 {
    padding: 8px 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hs_tray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hs_tray.interior_tray {
    display: none;
  }

  .section-3.hs_tray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tray_body {
    width: 60%;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .section-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading-2 {
    font-size: 2vh;
  }

  .div-block-9 {
    width: 100%;
  }

  .heading-3 {
    max-width: 80%;
    font-size: 2.7vh;
  }

  .colortray.interior {
    display: none;
  }

  .div-block-11 {
    margin-left: 50vw;
  }

  .hotspot.air {
    display: none;
  }

  .hotspot.surround {
    display: none;
  }

  .hotspot.supercruise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hotspottitle {
    width: 60%;
    max-width: 315px;
    min-height: 18px;
    white-space: normal;
  }

  .hotspottext {
    max-width: 70vw;
  }

  .hotspottext.surround {
    max-width: 80vw;
  }

  .image-13 {
    width: 5vw;
  }

  .section-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-12 {
    max-width: 32%;
  }

  .heading-4 {
    max-width: 90vw;
    font-size: 3vw;
    line-height: 10vw;
    letter-spacing: 3px;
  }

  .text-block-13 {
    max-width: 43vw;
    line-height: 3vw;
  }

  .image-16 {
    
  }

  .inthotspot {
    display: none;
  }

  .inthotspot.oled {
    display: none;
  }

  .inthotspot.akg {
    display: none;
  }

  .inthotspot.surround {
    display: none;
  }
}

@media screen and (max-width: 479px) and (min-height: 500px) {
  #arrow_container {
    top: 62%;
}
#arrow_container_top {
    top: 37%;  
}
  
  #airRideText{
    font-size:2.3vw;
    line-height: 2.7vw;
    letter-spacing: .7px;
  }
  
  #airRideTitle{
    margin-bottom: 0px;
  }
  
  .heading {
    margin-top: 15px;
    margin-bottom: 0.5vh;
    font-size: 2vw;
  }
  
  .colortray.interior {
    height: 21vh;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
  }
  
  .colortray.exterior {
    height: 21vh;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    
    border-right: none;
    
  }

  .image {
    width: 10%;
    max-width: 100px;
    min-height: 20px;
    min-width: 65px;
  }

  .nameplate {
    max-width: 100%;
    margin-top: 3vh;
  }

  .toggle {
    min-width: 120px;
  }

  

  .select_copy {
    font-size: 12px;
  }

  .select_copy.alt2 {
    font-size: 14px;
  }

  .container {
    left: 2vw;
    bottom: 10%;
    max-width: 55vw;
    margin-bottom: 0px;
    padding-bottom: 0%;
  }

  .container-2 {
    left: 7%;
    max-width: 45vw;
    padding: 10px 7px 10px 0px;
  }

  .image-2 {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block {
    font-size: 10px;
  }

  .button {
    font-size: 12px;
  }

  .hs_tray.interior_tray {
    display: none;
  }

  .swatch_name {
    width: 80%;
  }

  .swatch {
    width: 10%;
    height: 55%;
    max-height: 26px;
  }

  .image-3 {
    left: auto;
    z-index: 1000;
    height: 7%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tray_header {
    font-size: 12px;
  }

  .tray_body {
    font-size: 10px;
  }

  .text-block-2 {
    font-size: 8px;
  }

  .image-5 {
    height: 40%;
  }

  .left-arrow {
    left: 24%;
    top: 59%;
    height: 8%;
  }

  .right-arrow {
    top: 59%;
    right: 24%;
    height: 8%;
  }

  .slide-nav {
    width: 24%;
  }

  .left-arrow-2 {
    height: 30%;
  }

  .right-arrow-2 {
    height: 30%;
  }

  .disclaimer {
    display: none;
  }

  .div-block-7 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-block-6 {
    margin: 5px;
  }

  .image-10 {
    left: 57px;
  }

  .image-10.interior {
    right: 12%;
  }

  .image-10.interior.unselected {
    right: 20:15px;
  }

  .image-10.interior.selected {
    right: 20px;
  }

  .image-10.unselected.exterior {
    left: 66px;
  }

  .image-10.selected.exterior {
    left: 66px;
  }

  .div-block-8 {
    width: 100%;
    max-width: 100%;
  }

  .heading-2 {
    margin-top: 1vh;
    margin-bottom: 0.5vh;
    font-size: 2.5vw;
  }

  .heading-2.esv {
    white-space: nowrap;
  }

  .div-block-9 {
    max-width: 100%;
  }

  .heading-3 {
    max-width: 100%;
    margin-top: 3vh;
    font-size: 3vw;
    line-height: 5vw;
  }

  .colortray {
    height: 180px;
    border-right-width: 0px;
    border-bottom-color: hsla(0, 0%, 100%, 0.4);
  }

  .colortray.exterior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .colortray.interior {
    display: none;
  }

  .div-block-11 {
    right: 2%;
    bottom: 15%;
    width: 40vw;
    min-width: 150px;
    margin-bottom: 0px;
    margin-left: 50vw;
  }

  .div-block-11.exterior {
    margin-top: 2vh;
    margin-bottom: 0px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .div-block-12 {
    margin-left: 0px;
  }

  .colorsbox {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-content: center;
    -ms-flex-line-pack: distribute;
    align-content: center;
    grid-column-gap: 3px;
    grid-row-gap: 0px;
  }

  .div-block-14 {
    max-height: 33px;
    max-width: 33px;
  }

  .cta {
    max-width: 40%;
  }

  .button-2 {
    width: 40vw;
    height: 5.5vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    min-height: 10px;
  }

  .div-block-17 {
    width: 50%;
    max-width: 50%;
  }

  .div-block-18 {
    max-width: 50%;
  }

  .div-block-18.esv {
    width: 50%;
  }

  .hotspot {
    height: 19%;
  }

  .hotspot.air {
    bottom: 7.5%;
    display: none;
  }

  .hotspot.surround {
    bottom: 7.5%;
    display: none;
  }

  .hotspot.oled {
    position: fixed;
    bottom: 7.5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10.6vh;
    background-color: rgba(0, 0, 0, 0.65);
  }

  .hotspot.supercruise {
    position: fixed;
    bottom: 7.5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hotspot.akg {
    position: fixed;
    bottom: 7.5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hotspottitle {
    width: auto;
    max-width: 75vw;
    margin-bottom: 0px;
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .hotspottext {
    max-width: 86vw;
    font-size: 2.1vw;
    line-height: 2.3vw;
  }

  .hotspottext.surround {
    max-width: 90vw;
    min-height: 20px;
    font-size: 2vw;
    line-height: 2.5vw;
    margin-bottom: 10px;
  }

  .image-13 {
    width: 5vw;
  }

  

  .text-block-12 {
    max-width: 90%;
  }
  
  #akgTitle, #sCTitle{
    margin-bottom: 10px;
  }

  .loading-screen {
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-attachment: fixed;
  }

  .div-block-26 {
    height: 35%;
    margin-bottom: 60%;
  }

  .colorring {
    max-height: 34px;
    max-width: 34px;
  }

  .image-16 {
    display: block;
    height: calc(100vh - 21vh);
    margin-top: 7vh;
  }

  #intImage{
    height: calc(100% - 14.5vh - 100px);
    position: static;
    margin-top: 0px;
    max-height: 75.4vh;
  }
  
  
  #surroundhotspot{
    flex-direction: column;
    height: 100%;
  
  }
  
  
  #imagesHolder{
    max-height: 79vh;
    display: flex;
    flex-direction: column;
    bottom: 18.1vh;
  }
  
  #filler {
    height: 7vh;
    width: 100vw;
    background-color: transparent;
  }
  
  .inthotspot.oled {
    display: none;
  }

  .inthotspot.akg {
    display: none;
  }

  .inthotspot.surround {
    display: none;
  }

  .inthotspot.supercruise {
    display: none;
  }

  .div-block-30 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@font-face {
  font-family: 'Cadillacgothic';
  src: url('https://s0.2mdn.net/ads/richmedia/studio/37322719/CadillacGothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cadillacgothic';
  src: url('https://s0.2mdn.net/ads/richmedia/studio/37322719/CadillacGothic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CadillacgothicWide';
  src: url('https://s0.2mdn.net/ads/richmedia/studio/37322719/CadillacGothic-WideRegular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CadillacgothicWide';
  src: url('https://s0.2mdn.net/ads/richmedia/studio/37322719/CadillacGothic-WideBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CadillacgothicWide';
  src: url('https://s0.2mdn.net/ads/richmedia/studio/37322719/CadillacGothic-WideRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cadillacgothic';
  src: url('https://s0.2mdn.net/ads/richmedia/studio/37322719/CadillacGothic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}