.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  align-items: center;
}

.gradient-bottom{
  position: absolute;
  width: 100%;
  height: 13%;
  bottom: 0%;
  background-image: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,.1) 60%, rgba(0,0,0,.02) 80%, transparent);
  pointer-events:none;
}

#returnText{
  font-family: Barlow, sans-serif;
  display: flex;
/*   display: none; */
  position: absolute;
  text-align: right;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  right: 20%;
  bottom: 14%;
  min-height: 40px;
  font-weight: 700;
  font-size: 18px;
  height: 4vh;
  align-items: center;
}

.page-container {
  max-height: 100vh;
  max-width: 100vw;
}

#mobileLogo {
  display: none;
}

#tapForDetails {
  display: none;
  cursor: pointer;
}

html,
body {
  overflow: hidden;
}
body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  transform-style: preserve-3d;
}

#qrOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  display: none;
  justify-content: center;
}

#xholder {
  display: flex;
  width: 100%;
  height: 40px;
  postion: fixed;
  justify-content: end;
}

#whitebox {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  justify-content: flex-start;
  flex-direction: column;
  position: fixed;
  left: calc(50% - 325px);
  background-color: white;
  width: 650px;
  height: 580px;
  max-width: 100%;
  max-height: 100%;
}

#closearX {
  position: absolute;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 10px;
  max-width: 20px;
}

#actualQR {
  width: 300px;
  margin-top: 20%;
}

#qrtext {
  margin-top: 20px;
  text-align: center;
  width: 60%;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
}

#qrInner {
  pointer-events: none;
  display: flex;
  position: absolute;
  height: 100%;
  flex-flow: column;
  width: 100%;
  align-items: center;
}

.page-wrap {
  position: relative;
  width: 100vw;
  height: 100%;

}

.page-wrap.battery {
  background-image: none;
}

.page-wrap.interior {
  background-image: none;
}

.page-wrap.ev-life {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
}

.page-wrap.super-cruise {
  background-image: none;
}

.page-wrap.safety {
  background-image: none;
}

.gradient-cover {
  pointer-events:none;
}

#cover-battery {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 40%;
  display: none;
  background-image: linear-gradient(to bottom, rgba(97,176,179,1), 70%, rgba(97,176,179,0));
}

#cover-interior {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 45%;
  display: none;
  background-image: linear-gradient(to bottom, rgba(132,202,225,1), rgba(132,202,225,0));
  pointer-events: none;
}

#cover-ev-life {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 35%;
  display: none;
  background-image: linear-gradient(to bottom, rgba(55,138,186,1), rgba(55,138,186,0));
}

#cover-super-cruise {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 25%;
  display: none;
  background-image: linear-gradient(to bottom, rgba(143,79,71,1), 70%, rgba(143,79,71,0));
}

#cover-safety {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 40%;
  display: none;
  background-image: linear-gradient(to bottom, rgba(20,53,97,1), 90%, rgba(20,53,97,0));
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  position: absolute;
  left: 3%;
  top: 3%;
  right: 2.5%;
  bottom: auto;
  pointer-events: none;
}

.logo-img {
  display: block;
  width: 33%;
  z-index: 2;
}

.title {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-button {
  width: 50%;
  padding-top: 12px;
  padding-bottom: 13px;
  vertical-align: middle;
  border-radius: 25px;
  background-color: #0075c9;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  pointer-events: auto;
}

.cta-button:hover{
  background-color: white;
  color: #0075c9;
}

.landing {
  background: #61b0b3;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

.landing-title-block {
  margin-left: 5%;
  margin-top: 8%;
  position: relative;
  overflow: hidden;
}

.landing-title {
  color: #ffffff;
  font-family: Barlow, sans-serif;
  font-size: 130px;
  line-height: 130px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  display: none;
}

.second-line {
    margin-top: 0;
}

.left-panel {
  position: absolute;
  left: 0%;
  top: 28%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  pointer-events: none;
}

.left-panel.battery {
  height: 220px;
}

.left-panel.car-interior {
  height: 240px;
}

.left-panel.safety {
  height: 220px;
}

.panel-text-block {
  position: absolute;
  left: 9%;
  top: auto;
  right: 9%;
  bottom: 13%;
}

.panel-text-block.battery {
  bottom: 15%;
}

.panel-copy-title {
  margin-bottom: 8px;
  font-family: Barlow, sans-serif;
  font-size: 33px;
  line-height: 37px;
  font-weight: 600;
}

.panel-copy-text {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.test-links-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.test-link {
  margin-right: 10px;
}

.middle-circle {
  position: absolute;
  left: 0%;
  top: 13%;
  right: 0%;
  bottom: auto;
  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;
  pointer-events: none;
}

.circle-content-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  width: 210px;
  height: 210px;
  -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-position: 50% 50%;
  background-size: cover;
}

.circle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 80%;
    z-index: -1;
}

.circle-content-block.super-cruise {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-copy-icon {
  width: 50px;
  margin-bottom: 10px;
}

.circle-copy-icon.highway {
  width: 55px;
}

.circle-copy-icon.zero-emmisions,
.circle-copy-icon.zero-gas {
  width: 79px;
}

.circle-copy-icon.battery {
  width: 75px;
}

.circle-copy-icon.camera-and-sensors {
  width: 55px;
}

.circle-copy-icon.number {
  width: 200px;
}

.circle-copy-icon.lane-depart-warning {
  width: 75px;
}

.circle-copy-icon.forward-collision-alert {
  width: 68px;
}

.circle-copy-icon.braking {
  width: 50px;
}

.circle-copy-text, .circle-copy-text.safety {
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.circle-copy-text.small {
  margin-right: -20px;
  margin-left: -20px;
  font-size: 14px;
  line-height: 20px;
}

.circle-copy-title {
  margin-right: -20px;
  margin-bottom: 3px;
  margin-left: -20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.middle-plain-text {
  display: none;
}

.text-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bottom-details {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.details-text {
  margin-right: 10%;
  margin-bottom: 1.5%;
  margin-left: 2%;
  opacity: 0.8;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.details-text.safety {
  margin-right: 10%;
  margin-bottom: 1.5%;
  margin-left: 2%;
  opacity: 0.8;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.link {
  display: none;
}

.details-close {
  display: none;
}

.navigation {
  position: absolute;
  bottom: 8.5%;
  width: 100vw;
  height: 50%;
  min-height: 450px;
  pointer-events: none;
}

.chapter-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 5%;
  min-height: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  pointer-events: none;
}

.pill-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 100%;
  min-height: 50px;
  min-width: 230px;
  padding-right: 0px;
  padding-bottom: 0px;
  -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-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.pill-inside {
  overflow: hidden;
  width: 95%;
  height: 80%;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 50px;
  background-color: #fff;
}

.progress-bar {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 15%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #d6d6d6;
}

.pill-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.progress {
  width: 0%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #347bbc;
}

.arrow {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.arrow.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vh;
  height: 4vh;
  min-height: 40px;
  min-width: 40px;
  -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;
  pointer-events: all;
  cursor: pointer;
}

.arrow.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vh;
  height: 4vh;
  min-height: 40px;
  min-width: 40px;
  -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;
  pointer-events: all;
  cursor: pointer;
}

.body {
  font-family: Barlow, sans-serif;
}

.arrowimg {
  width: 40%;
  height: auto;
}

.arrowimg.arrowimgleft {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.pill-content-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  -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 {
  height: auto;
  max-height: 60%;
}

.pill-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.right-nav {
  position: absolute;
  top: auto;
  right: 3%;
  bottom: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vh;
  height: 39vh;
  min-height: 390px;
  min-width: 250px;
  -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;
}

.color-picker {
  position: absolute;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  width: 4vh;
  height: 28.5vh;
  min-height: 285px;
  min-width: 40px;
}

#close-swatch {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 4vh;
  height: 4vh;
  min-width: 40px;
  min-height: 40px;
  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;
}

#close {
  width: 1.4vh;
  height: 1.4vh;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
  pointer-events: all;
}

.bg-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4vh;
  min-height: 40px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
}

.swatch-container {
  position: absolute;
  bottom: 13%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
}

.swatch-bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 21vh;
  min-height: 210px;
  -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-radius: 100px;
}

.swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 3vh;
  min-height: 30px;
  min-width: 30px;
  -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-radius: 50px;
  background-color: rgba(176, 26, 32, 0);
  cursor: pointer;
  pointer-events: all;
}

#s7-div, #open-swatch {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vh;
  height: 4vh;
  min-height: 40px;
  min-width: 40px;
  -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;
}

#s7, #sel {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 3vh;
  min-height: 30px;
  min-width: 30px;
  -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-radius: 50px;
/*   background-color: #b01a20;
  background-color: rgba(176, 26, 32, 1); */
  cursor: pointer;
  pointer-events: all;
}

/* #s7-ib, #sel-ib {
  background-color: rgba(255, 255, 255, 0);
} */
#sel {
  background-color: #b01a20;
  background-color: rgba(176, 26, 32, 1);
}

#sel-ib {
  background-color: rgba(255, 255, 255, 1);
}

.inner-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8vh;
  height: 2.8vh;
  min-height: 28px;
  min-width: 28px;
  -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-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}

.swatch-color {
  width: 2.2vh;
  height: 2.2vh;
  min-height: 22px;
  min-width: 22px;
  border-radius: 50px;
}

#s1-color {
  background-color: #ccd7e9;
}

#s2-color {
/*   background-color: #b01a20; */
  background-color: #b9c0ca;
}

#s3-color {
  background-color: #88858a;
}

#s4-color {
  background-color: #1073b4;
}

#s5-color {
  background-color: #101014;
}

#s6-color {
  border: 1px solid #383838;
  background-color: #ffffff;
}

#s7-color, #sel-color {
  background-color: #b01a20;
}

.names-container {
  position: absolute;
  left: 0px;
  top: 11%;
  width: 20vh;
  height: 25vh;
  min-height: 250px;
  min-width: 200px;
  text-align: right;
}

.swatch-names {
  position: absolute;
  right: 0px;
  display: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#subtext {
  font-size: 14px;
}

.interior {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 13.5%;
  width: 4vh;
  height: 4vh;
  max-width: none;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  pointer-events: all;
}

.return {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 13.5%;
  width: 4vh;
  height: 4vh;
  max-width: none;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  pointer-events: all;
}

.ar {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 4vh;
  height: 4vh;
  max-width: none;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  pointer-events: all;
}

@media screen and (min-width: 1280px) {
  .landing-title {
    font-size: 170px;
    line-height: 170px;
  }
  .cta-button {
    width: 45%;
  }

  .panel-text-block {
    left: 10%;
    right: 10%;
  }

  .panel-copy-title {
    font-size: 35px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1440px) {
  .title {
    font-size: 24px;
    line-height: 24px;
  }
  
  .pill-text{
    font-size: 16px;
    line-height: 16px;
  }

  .cta-button {
    padding-top: 15px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 18px;
  }

  .left-panel {
    width: 350px;
    height: 240px;
  }
  
  .left-panel.battery {
  height: 255px;
}
  
  .left-panel.car-interior {
    height: 285px;
  }

  .left-panel.safety {
    height: 255px;
  }

  .panel-text-block {
    left: 12%;
    right: 12%;
    bottom: 13%;
  }

  .panel-copy-title {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 43px;
  }

  .panel-copy-text {
    font-size: 16px;
    line-height: 23px;
  }

  .middle-circle {
    top: 11%;
  }

  .circle-content-block {
    width: 220px;
    height: 220px;
  }

  .circle-copy-icon {
    width: 56px;
    margin-bottom: 15px;
  }

  .circle-copy-icon.highway {
    width: 55px;
  }
  .circle-copy-icon.zero-emmisions,
  .circle-copy-icon.zero-gas {
    width: 79px;
  }
  .circle-copy-icon.battery {
    width: 75px;
  }

  .circle-copy-icon.camera-and-sensors {
    width: 70px;
    margin-top: -10px;
  }

  .circle-copy-icon.number {
    width: 200px;
  }

  .circle-copy-icon.lane-depart-warning {
    width: 87px;
    margin-bottom: 10px;
  }
  
  .circle-copy-icon.forward-collision-alert {
  width: 79px;
}
  .circle-copy-icon.braking {
  width: 65px;
}

  .circle-copy-text, .circle-copy-text.safety {
    font-size: 24px;
    line-height: 26px;
  }

  .circle-copy-text.small {
    margin-right: -17px;
    margin-left: -17px;
    font-size: 16px;
    line-height: 22px;
  }

  .circle-copy-title {
    font-size: 18px;
    line-height: 18px;
  }

  .details-text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (min-width: 1920px) {

  .logo-img {
    width: 213.5px;
  }

  .title {
    font-size: 20px;
    line-height: 20px;
  }
  
  .pill-text{
    font-size: 20px;
    line-height: 20px;
  }

  .cta-button {
    width: 38%;
    border-radius: 25px;
    font-size: 20px;
    line-height: 20px;
  }

  .left-panel {
    width: 430px;
    height: 280px;
  }
  
  .left-panel.battery {
  height: 310px;
}
  
  .left-panel.car-interior {
  height: 335px;
}

  .left-panel.safety {
    height: 310px;
  }

  .panel-text-block {
    left: 13%;
    right: 13%;
  }

  .panel-copy-title {
    font-size: 45px;
    line-height: 50px;
  }

  .panel-copy-text {
    font-size: 20px;
    line-height: 28px;
  }

  .circle-content-block {
    width: 260px;
    height: 260px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .circle-copy-icon.highway {
    width: 65px;
  }
  .circle-copy-icon.zero-emmisions,
  .circle-copy-icon.zero-gas {
    width: 89px;
  }
  .circle-copy-icon.battery {
    width: 83px;
  }
  .circle-copy-icon.camera-and-sensors {
    width: 76px;
    margin-bottom: 20px;
    margin-top: -10px;
  }

  .circle-copy-icon.number {
    width: 235px;
  }

  .circle-copy-icon.lane-depart-warning {
    width: 98px;
  }
  
  .circle-copy-icon.forward-collision-alert {
  width: 90px;
}
  .circle-copy-icon.braking {
  width: 70px;
}

  .circle-copy-text, .circle-copy-text.safety {
    font-size: 28px;
    line-height: 30px;
  }

  .circle-copy-text.small {
    font-size: 20px;
    line-height: 28px;
  }

  .circle-copy-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 20px;
  }

  .pill-cover {
    border-radius: 50px;
  }

}

@media screen and (max-width: 991px) {
  .header-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  #mobileLogo {
    position: absolute;
    display: flex;
    bottom: 16.5%;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
    z-index: 1;
  }
  
  #mobileLogoImg {
    width: 80px;
  }

  #whitebox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    justify-content: flex-start;
    flex-direction: column;
    position: fixed;
    left: calc(50% - 325px);
    background-color: white;
    width: 650px;
    height: 580px;
  }
  
  .landing-title-block {
  margin-top: 12%;
}

  .landing-title {
    color: #ffffff;
    font-family: Barlow, sans-serif;
    font-size: 90px;
    line-height: 90px;
    font-weight: 600;
  }
  
  .second-line {
    margin-top: 0;
}
  .header {
    left: 4%;
    right: 3%;
  }

  .logo-img {
    display: none;
  } 

  .title {
    font-size: 24px;
    line-height: 24px;
  }

  .cta-button {
    width: 65%;
    font-size: 18px;
    line-height: 18px;
  }
  
  

  .left-panel {
    display: none;
  }

  .test-links-block {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 50%;
  }

  .middle-circle {
    top: 20%;
  }

  .circle-content-block {
    width: 180px;
    height: 180px;
  }

  .circle-copy-icon.highway {
    width: 48px;
  }
  .circle-copy-icon.zero-emmisions,
  .circle-copy-icon.zero-gas {
    width: 70px;
  }
  .circle-copy-icon.battery {
    width: 66px;
  }
  
  .circle-copy-icon.number {
    margin-top: 10px;
    width: 180px;
  }

  .circle-copy-icon.lane-depart-warning {
    width: 68px;
  }
  
  .circle-copy-icon.forward-collision-alert {
  width: 62px;
}
  .circle-copy-icon.braking {
  width: 55px;
}

  .circle-copy-text, .circle-copy-text.safety {
    font-size: 20px;
    line-height: 22px;
  }

  .circle-copy-title {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 14px;
  }

  .middle-plain-text {
    position: absolute;
    left: 10%;
    top: 13%;
    right: 10%;
    bottom: auto;
    display: block;
    pointer-events: none;
  }

  .middle-copy-title {
    margin-bottom: 20px;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
  }

  .middle-copy-text {
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
  }

  .bottom-details {
    display: none;
    background-color: #000;
  }

  .details-text {
    margin: 3%;
    opacity: 1;
    font-weight: 500;
    text-shadow: none;
  }

  .details-text.safety {
    margin: 3%;
    opacity: 1;
    font-weight: 500;
    text-shadow: none;
  }

  .link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .details-close {
    position: absolute;
    left: auto;
    top: 8px;
    right: 8px;
    bottom: auto;
    display: block;
    font-family: Barlow, sans-serif;
    color: #ce9931;
    font-size: 9px;
    line-height: 9px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .interior {
    bottom: 14%;
  }
  
  .color-picker {
    top: auto;
    bottom: 28%;
    width: 28.5vh;
    height: 4vh;
    min-height: 40px;
    min-width: 285px;
  }
  
  .swatch-container {
    width: 0;
    min-width: 0;
/*     width: 22vw;
    min-width: 215px; */
    bottom: auto;
    right: 40px;
    height: 100%; 
  }
  
  .bg-container {
    right: 0%;
    width: 4vh;
    height: 100%;
    min-width: 40px;
  }
  
  .swatch-bg {
    height: 4vh;
    min-height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .swatch-names {
    font-size: 14px;
    line-height: 14px;
  }
  
  #s7-div, #open-swatch {
    right: 0;
  }
  
  .names-container {    
    right: 0;
    left: auto;
    top: auto;
    bottom: 40%;
    height: 5vh;
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap.super-cruise {
    background-image: none;
  }
  
  .chapter-nav {
    min-height: 40px;
    height: calc(4vh + 10px);
  }
  
  .pill-cover{
    min-height: 37.5px;
  }
  
  .pill-inside{
    min-height: 75%;
    height: 4vh;
  }
  
  #cover-battery {
  display: flex;
  }
  
  #cover-interior {
    display: flex;
  }
  
  #cover-ev-life {
    display: flex;
  }
  
  #cover-super-cruise {
    display: flex;
  }
  
  #cover-safety {
    display: flex;
  }
  
  #tapForDetails {
    display: inline;
    position: absolute;
    font-size: 10px;
    text-align: center;
    color: white;
    width: 100%;
    bottom: 2%;
  }

  .landing-title {
    font-size: 65px;
    line-height: 65px;
  }

  .title {
    font-size: 20px;
    line-height: 20px;
  }

  .cta-button {
    width: 65%;
    font-size: 16px;
    line-height: 16px;
  }
  
  .pill-text{
    font-size: 16px;
    line-height: 16px;
  }

  .circle-copy-icon.highway {
    width: 48px;
  }
  .circle-copy-icon.zero-emmisions,
  .circle-copy-icon.zero-gas {
    width: 70px;
  }
  .circle-copy-icon.battery {
    width: 66px;
  }

  .middle-copy-title {
    font-size: 26px;
    line-height: 26px;
  }

  .middle-copy-text {
    font-size: 16px;
    line-height: 23px;
  }

  .bottom-details {
    display: none;
  }

  .details-text {
    margin: 5% 4%;
    font-size: 9px;
    line-height: 12px;
  }

  .pill-cover {
    min-height: 40px;
  }

  .arrow.left-arrow {
    min-height: 30px;
    min-width: 30px;
  }

  .arrow.right-arrow {
    min-height: 30px;
    min-width: 30px;
  }
  
  .right-nav {
    bottom: 2%;
    min-width: 240px;
    min-height: 295px;
  }
  
  .color-picker {
    top: 60%;
    width: 21vh;
    height: 3vh;
    min-height: 30px;
    min-width: 210px;
  }
  
  .swatch-container {
/*     min-width: 160px;
    width: 16vw; */
    right: 30px;
  }
  
  .swatch {
    width: 2.5vh;
    height: 2.5vh;
    min-height: 23px;
    min-width: 23px;
  }

  .swatch-bg {
    min-height: 30px;
  }

  #close-swatch {
    min-width: 30px;
    min-height: 30px;
  }
  
  #close {
    min-width: 12px;
    min-height: 12px;
  }
  
  .bg-container {
    min-width: 30px;
    min-height: 30px;
  }
  
  #open-swatch {
    min-width: 30px;
    min-height: 30px;
  }
  
  #s7-div {
    min-width: 30px;
    min-height: 30px;
  }

  #s7, #sel {
    min-width: 23px;
    min-height: 23px;
  }

  .inner-border {
    min-height: 21px;
    min-width: 21px;
  }

  .swatch-color {
    min-height: 17px;
    min-width: 17px;
  }

  .names-container {
    bottom: 43%;
  }
  
  #returnText {
    font-size: 14px;
    line-height: 14px;
    right: 16%;
    bottom: 13%;
  }

  .subtext {
    font-size: 12px;
    line-height: 12px;
  }

  .interior {
    bottom: 15%;
    min-height: 30px;
    min-width: 30px;
  }
  
  .return {
    bottom: 15%;
    min-height: 30px;
    min-width: 30px;
  }

  .ar {
    min-height: 30px;
    min-width: 30px;
  }
}


@media screen and (max-width: 479px) { 
  .page-wrap.battery {
    background-image: none;
  }

  #xholder {
    width: 100vw;
  }
  
  
  
  .chapter-nav {
    min-height: 40px;
  }

  #mobileLogo {
    position: absolute;
    display: flex;
    bottom: 16.5%;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
    z-index: 1;
  }

  #mobileLogoImg {
    width: 105px;
  }

  .page-wrap.ev-life {
    background-image: none;
  }

  .page-wrap.super-cruise {
    background-image: none;
  }
  
  .landing-title-block {
  margin-top: 15%;
}

  .landing-title {
    font-size: 40px;
    line-height: 40px;
  }
  
  .second-line {
    margin-top: 0;
}

  .header-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  
  .header {
    left: 4%;
    right: 4.5%;
  }

  .title {
    font-size: 18px;
    line-height: 18px;
  }

  .cta-button {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 14px;
  }
  
  .pill-text{
    font-size: 14px;
    line-height: 14px;
  }
  
  .middle-circle {
    top: 20%;
}

  .circle-content-block {
    width: 160px;
    height: 160px;
  }

  .circle-copy-icon.highway {
    width: 34px;
  }
  .circle-copy-icon.zero-emmisions,
  .circle-copy-icon.zero-gas {
    width: 50px;
  }
  .circle-copy-icon.battery {
    width: 45px;
  }

  .circle-copy-icon.camera-and-sensors {
    width: 47px;
  }

  .circle-copy-icon.number {
    width: 140px;
  }

  .circle-copy-icon.lane-depart-warning {
    width: 61px;
  }
  
  .circle-copy-icon.forward-collision-alert {
  width: 56px;
}
  .circle-copy-icon.braking {
  width: 45px;
}

  .circle-copy-text, .circle-copy-text.safety {
    font-size: 18px;
    line-height: 20px;
  }

  .circle-copy-text.small {
    font-size: 11px;
    line-height: 12px;
  }


  .circle-copy-title {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 11px;
  }

  .middle-plain-text {
    left: 10%;
    right: 10%;
  }

  .middle-copy-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .middle-copy-text {
    font-size: 14px;
    line-height: 18px;
  }

  .details-text {
    font-size: 8px;
    line-height: 11px;
  }

  .details-close {
    font-size: 10px;
    line-height: 10px;
  }

  .chapter-nav {
    bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pill-cover {
    width: 15%;
    min-width: 200px;
    
  }

  .arrow.left-arrow {
    margin-right: 5%;
    margin-left: 5%;
  }

  .arrow.right-arrow {
    margin-right: 5%;
    margin-left: 5%;
  }

  .color-picker {
    top: auto;
    bottom: 28%;
    width: 3vh;
    height: 21vh;
    min-height: 210px;
    min-width: 30px;
  }
  
  .swatch-container {
    bottom: 13%;
    right: 0;
    width: 100%;
    height: 0;
    min-height: 0;
  }
  
  .bg-container {
    height: 3vh;
    min-height: 30px;
    width: 100%;
    min-width: 30px;
    bottom: 0;
    right: auto;
  }
  
  .swatch-bg { 
    width: 3vh;
    min-width: 30px;
    height: 16vh;
    min-height: 160px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  #s7-div, #open-swatch {
    right: auto;
    bottom: 0;
    width: 3vh;
    height: 3vh;
    min-height: 30px;
    min-width: 30px;
  }
  
  .names-container {
    top: 9%;
    right: auto;
    left: 0px;
    width: 20vh;
    height: 19vh;
    min-height: 190px;
    min-width: 200px;
    text-align: right;
  }

  #s7 {
/*     right: 12%; */
    bottom: 2%;
  }

  .close-swatch {
    min-width: 30px;
    min-height: 30px;
  }

  .interior {
    bottom: 14%;
  }
  
  .return {
    bottom: 14%;
  }

  .right-nav {
    right: 5%;
    bottom: 15%;
    min-height: 82%;
  }

  .navigation {
    position: absolute;
    bottom: 8%;
    width: 100vw;
    height: 45%;
    min-height: 350px;
  }
}



#w-node-_97d9fc5d-17c0-81d5-d9a3-3fcc230984c0-dc0aad45 {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-dc0aad45 {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4188d688-2eba-87d0-2b51-c15129aaf7d8-dc0aad45 {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_97d9fc5d-17c0-81d5-d9a3-3fcc230984c0-379fd68b {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-379fd68b {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4188d688-2eba-87d0-2b51-c15129aaf7d8-379fd68b {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_97d9fc5d-17c0-81d5-d9a3-3fcc230984c0-e90becbc {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-e90becbc {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4188d688-2eba-87d0-2b51-c15129aaf7d8-e90becbc {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_97d9fc5d-17c0-81d5-d9a3-3fcc230984c0-d9ba764a {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-d9ba764a {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4188d688-2eba-87d0-2b51-c15129aaf7d8-d9ba764a {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_97d9fc5d-17c0-81d5-d9a3-3fcc230984c0-96042244 {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-96042244 {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4188d688-2eba-87d0-2b51-c15129aaf7d8-96042244 {
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-dc0aad45 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-379fd68b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-e90becbc {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-d9ba764a {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-96042244 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-height: 500px){
  .left-panel{
    display: block;
    width: 220px;
    height: 150px;
    top: 55px;
  }
  
  .header-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-e90becbc {
    -ms-grid-column-align: start;
    justify-self: center;
  }
  
  .logo-img {
    display: block;
  } 
  
  .middle-plain-text {
    display: none;
  }
  
  .panel-copy-title{
    font-size: 20px;
    line-height: 22px;
  }
  
  .panel-copy-text{
    font-size: 14px;
    line-height: 16px;
  }
  
  .circle-content-block{
    width: 120px;
    height: 120px;
  }
  
  .middle-circle{
    top: 15%
  }
  
  .circle-copy-text{
    font-size: 14px;
    line-height: 16px;
  }
  
  .circle-copy-icon.highway{
    width: 30px;
  }
  
  .circle-copy-icon.zero-emmisions{
    width: 45px;
  }
  
  .circle-copy-icon.zero-gas{
    width: 45px;
  }
  
  .circle-copy-icon.battery{
    width: 40px;
  }
  
  .circle-copy-icon.camera-and-sensors{
    width: 30px;
    margin-top: -10px;
  }
  
  .circle-copy-text.small{
    font-size: 10px;
    line-height: 13px;
  }
  
  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-dc0aad45{
    justify-self: center;
  }
  
  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-d9ba764a{
    justify-self: center;
  }
  
  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-96042244{
    justify-self: center;
  }
  
  .circle-copy-icon.lane-depart-warning {
    width: 40px;
  }
  
  .circle-copy-icon.forward-collision-alert {
    width: 35px;
  }
  
  .circle-copy-icon.braking{
    width: 30px;
  }
  
  .circle-copy-text.safety {
    font-size: 14px;
    line-height: 16px;
  }
  
  .title {
    font-size: 18px;
    line-height: 22px;
  }
  
  #cover-ev-life{
    display: flex;
  }
  
  .left-panel.safety{
    height: 180px;
  }
  
  .left-panel.battery{
    height: 180px;
  }
  #cover-interior{
    display: flex;
    opacity: 80%;
  }
  
  #cover-battery{
    display: flex;
    opacity: 80%;
  }
  
  #cover-super-cruise{
    display: flex;
    opacity: 80%;
  }
  
  #cover-safety{
    display: flex;
    opacity: 50%;
  }
  
  #w-node-_5d123351-d26a-4a60-1089-92ea4c9a1058-379fd68b{
    justify-self: center;
  }
  
  #returnText{
    right: 16%;
    bottom: 14%;
  }
  
   #mobileLogo {
    display: none;
  }
  
  .left-panel.car-interior{
    height: 200px;
  }
  
   #tapForDetails {
    display: inline;
    position: absolute;
    font-size: 10px;
    text-align: center;
    color: white;
    width: 100%;
    bottom: 2%;
  }
  
}
