#lastPageInfo {
  position: static;
}

.numFeature {
  font-size: 4vh;
  line-height: 5vh;
}

#chooseCanadian{
  border-bottom: none;
}

#eightWall {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#shareButtons {
  position: absolute;
  display: flex;
  align-items: space-between;
  width: 50%;
  height: auto;
  bottom: 15%;
  right: 0%;
  display: none;
  font-size: 20px;
}

.shareBtns {
  font-size: 20px;
  line-height: 25px;
  border: 1px solid black;
  background-color: gray;
  width: 50px;
}

#circle1 {
  border: 10px solid #a5d8ff;
}
#circle2 {
  border: 10px solid white;
  clip: rect(0px, 40px, 80px, 0px);
  background-color: transparent;
}
#maskCircle {
  border: 10px solid #a5d8ff;
  clip: rect(0px, 40px, 80px, 0px);
  background-color: transparent;
}

#landscapeBg {
  position: absolute;
}

#tapInstruction {
  position: absolute;
  bottom: 20%;
  text-align: center;
  font-size: 3.5vh;
  width: 100%;
  pointer-events: none;
  color: white;
  display: none;
}

html,
body {
  overflow: hidden;
}
body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
}

#mudsplatter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

#mudImg {
  object-fit: contain;
}

svg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
svg circle {
  stroke-dasharray: 220;
  stroke-dashoffset: 0;
  stroke-width: 9px;
  stroke: #a5d8ff;
  fill: none;
}

#highScoreText {
  margin: 0px;
}

.SuperCruiseText {
  font-size: 4vh;
  line-height: 5vh;
}

.supercruisesub {
  font-size: 2vh;
  line-height: 2.5vh;
}

.slider {
  min-height: 100%;
}

#introHeadline {
  text-transform: uppercase;
}

#loaderStart {
  position: absolute;
  top: 0px;
  left: 0px;
}

#scene {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

#disclaimerBlock {
  position: absolute;
  background-color: #383838;
  color: white;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 5%;
  top: auto;
  bottom: 0px;
  font-size: 10px;
  line-height: 13px;
  display: none;
}

#disclaimerX {
  position: absolute;
  padding: 10px;
  left: auto;
  bottom: auto;
  top: 0px;
  right: 0px;
}

.container {
  height: 100%;
  background-image: url("../images/bg_img.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.body {
  font-family: Barlow, sans-serif;
  font-weight: 400;
}
.body {
  overflow: hidden;
  height: 100%;
}

.image {
  position: absolute;
  width: 100%;
}

.landingimg {
  position: absolute;
  top: 35%;
  overflow: hidden;
  width: 100%;
  height: 60%;
}

.chevybuttons {
  position: static;
  width: 45%;
  height: 8vh;
  margin-top: 1vh;
  margin-right: 0%;
  margin-left: 0%;
  text-align: center;
  border: 0px none transparent;
}

.buttoninner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #0079bf;
  -webkit-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.buttoninner.tutorial {
  border-style: solid;
  border-width: 1px;
  border-color: #0079bf;
  background-color: transparent;
}

.buttontext {
  -webkit-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  color: #fff;
  font-size: 3vh;
  line-height: 2vh;
  font-weight: 600;
}

.buttontext.tutorial {
  color: #347bbc;
}

.privacy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  padding: 20px;
  line-height: 14px;
}

.text-block-3 {
  color: #00f;
  font-size: 12px;
  line-height: 12px;
  text-decoration: underline;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.languagebox {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  overflow: hidden;
}

.div-block-10 {
  width: 100px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #ededed;
}

.div-block-11 {
  padding: 10px;
  border-bottom: 1px solid #000;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #347abb;
  font-size: 6vh;
  line-height: 7vh;
}

.text-block-6 {
  font-size: 2.5vh;
  text-align: center;
  line-height: 3.3vh;
}

.footer {
  position: absolute;
  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-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.highlight-circle {
  position: absolute;
  display: flex;
  border-radius: 50%;
  background-color: #347dba;
  filter: blur(22px);
}

.bg-cloud {
  position: absolute;
  display: flex;
  background-image: url("../images/bg_cloud.png");
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.11);
}

.dots.selected {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #347bbc;
}

.dotholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -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;
}

.scoreoverlay {
  position: absolute;
  left: 5%;
  top: 5%;
  right: auto;
  display: none;
  width: 90%;
  height: 70px;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-20 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 100%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 40px;
  background-color: #0471c4;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  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;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70%;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70%;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  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;
  background-color: #fff;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: -1vh;
  margin-left: 0%;
  -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: 50%;
  background-color: #fff;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border-radius: 50%;
  background-color: #0471c4;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #0471c4 50%,
    #fff
  );
}

.text-block-10 {
  margin-left: 50px;
  margin-right: 20px;
  padding-left: 10px;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.text-block-11 {
  color: #ffffff;
  width: 3ch;
  font-size: 32px;
  font-weight: 800;
}

.div-block-30 {
  position: absolute;
  top: 50px;
  left: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 20px;
  margin-top: 0%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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: 50%;
  background-color: #fec652;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
}

.div-block-32 {
  width: 100%;
  height: 12px;
  margin-left: 2vh;
  background-color: #fec652;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
}

.div-block-33 {
  position: relative;
  overflow: hidden;
  width: auto;
  min-width: 100px;
  left: 30px;
  top: 10px;
  height: 80px;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.text-block-12 {
  color: #ffffff;
  font-weight: 800;
}

.div-block-34 {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 31%;
  height: 12px;
  background-color: #e29800;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.image-8 {
  width: 50%;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.image-9 {
  width: 50%;
  height: 60%;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.loaderstart {
  position: absolute;
  display: none;
  width: 100%;
  height: 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;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vh;
  height: 40vh;
  -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: 50%;
  background-color: rgba(4, 113, 196, 0.9);
}

.text-block-13 {
  font-size: 20vh;
  line-height: 20vh;
  font-weight: 800;
}

.div-block-37 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.div-block-38 {
  width: 50vh;
  height: 50vh;
  border-radius: 50%;
  background-color: rgba(4, 113, 196, 0.35);
}

.oilsplatter {
  display: none;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}



.image-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  max-width: none;
  text-align: left;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.results-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.section-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  -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: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#053a66),
    to(#0e192d)
  );
  background-image: linear-gradient(180deg, #053a66, #0e192d);
}

.heading-3 {
  height: 5vh;
  min-height: 16px;
  margin-top: 2vh;
  margin-bottom: 1vh;
  color: #7b7b7b;
  font-size: 3vh;
  line-height: 5vh;
}

.div-block-47 {
  position: absolute;
  top: 15%;
  width: 100%;
  height: 85%;
}

.div-block-48 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
}

.text-block-17 {
  position: absolute;
  left: 0%;
  top: 7%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  min-height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3vh;
  line-height: 5vh;
  font-weight: 800;
}

.text-block-18 {
  position: absolute;
  left: 0%;
  top: 18%;
  right: 0%;
  overflow: scroll;
  width: 90%;
  height: 80%;
  margin-left: 5%;
}

.legal {
  display: none;
  width: 100%;
  height: 100%;
}

.div-block-51 {
  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;
}

.div-block-52 {
  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;
}

.div-block-58 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.text-block-20 {
  -webkit-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  color: #fff;
  font-size: 3vh;
  line-height: 3vh;
  font-weight: 600;
}

._8wallloadingscreen {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url("../images/8wallLoadingScreen.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.grid-2 {
  position: static;
  grid-column-gap: 2vw;
  grid-row-gap: 2vh;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-60 {
  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;
  grid-row-gap: 0vh;
}

.div-block-61 {
  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-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-row-gap: 2vh;
}

.text-block-21 {
  font-size: 3.5vh;
  line-height: 4.5vh;
  text-align: center;
  display: flex;
  font-weight: 600;
  flex-direction: column;
  grid-row-gap: 0.5vh;
}

.divider {
  position: absolute;
  left: 50%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1px;
  height: 20vh;
  background-color: #347abb;
}

.text-block-22 {
  color: #347BBC;
  font-size: 5vh;
  line-height: 7vh;
  font-weight: 800;
}

.text-block-23 {
  color: #383838;
  font-size: 2.5vh;
  line-height: 3.3vh;
  text-align: center;
  font-weight: 400;
}

.text-block-24 {
  color: #383838;
  font-size: 2.5vh;
  line-height: 3.3vh;
  text-align: center;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0px;
  margin-left: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-10 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link {
  padding: 0px;
  font-size: 12px;
  line-height: 12px;
}

.superscript {
  text-decoration: underline;
}

.link-2 {
  margin-left: 3px;
}

.image-15 {
  width: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16 {
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-67 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  align-items: center;
}

.image-18 {
  width: 50vh;
}

.link-3 {
  margin-left: 3px;
}

.image-20 {
  position: absolute;
  max-width: none;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-68 {
  padding: 10px;
}

/* Organizing in Progress ---------- */

/* Styles cross all sizes of screens */

/*   Landing Page */
.landingpage {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#chargeUpBg {
  position: absolute;
  width: 100%;
  height: 100%;
}

#portraitImg {
  position: absolute;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
}

.landingbg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cars-portrait {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.cars-landscape {
  height: 100%;
  object-fit: contain;
}

.score {
  position: absolute;
  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-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;
}

.landing-text {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-align: center;
}

.landing-footer {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;

  height: 10%;
  bottom: 3%;
}
/* ---------------- */

/*   Legal Page */
/* ---------------- */

/*   Selection Page */
.selectionpage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.selectionimages,
.scorebg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.selection-heading,
.score-heading {
  position: absolute;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -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;
}

.selection-heading-text,
.results-text {
  font-weight: 800;
  color: #ffffff;
}

.slideshow-control {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.left-arrow,
.right-arrow {
  object-fit: contain;
}

.highlight-circle {
}

.car-display-block {
  display: flex;
  position: absolute;
}

.car-image {
  z-index: 1;
}

.platforms {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.psuedo {
  display: none;
}

.psuedo.layer2 {
  display: none;
}

.psuedo.layer3 {
  display: none;
}

#platform1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ddf0ff;
  -webkit-transform: skew(-60deg, 0deg);
  -ms-transform: skew(-60deg, 0deg);
  transform: skew(-60deg, 0deg);
}

#platform2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #96c4e6;
}

#platform3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0471c4;
}

.selectiontextbox,
.score.scoreblock {
  position: absolute;
  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;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ---------------- */

/*   Tutorial Page */
.howtoplay {
  position: absolute;
  left: auto;
  right: auto;
  display: none;
  width: 100%;
  background-image: url("../images/instructionBg.jpeg");
  background-position: 50% 0%;
  background-size: cover;
}

.how-to-play-content {
  position: absolute;
  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: flex-start;
  align-items: center;
}

.how-to-play-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-size: 3.5vh;
  line-height: 3.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  margin-top: 2vh;
  margin-bottom: 1vh;
  -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-align: center;
}

.how-to-play-note {
  position: absolute;

  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-align: left;
}

.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;
}

.tutorial-grid {
  position: absolute;
  top: 20%;
  height: 50%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 2fr;
  grid-template-rows: 1fr 2fr;
}

.tutorial-grid-block-left {
  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;
}

.tutorial-grid-block-right {
  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: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2vw;
}

.instructionnumber {
  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;
  color: #347bbc;
  font-size: 10vh;
  font-weight: 800;
}

.tutorial-icon {
  position: static;
  overflow: visible;
  width: 25%;
  height: auto;
  max-height: 100%;
  max-width: 50%;
  min-height: 10px;
  min-width: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.instruction-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

.instructiontext {
  width: 100%;
}

.tutorial-button {
  position: absolute;
  top: auto;
  bottom: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tutorial-footer {
  position: absolute;
  line-height: 10px;
  font-size: 10px;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2%;
}

/* ---------------- */

/*   Score Page */
.scoringscreen {
  position: absolute;
  left: 0%;
  top: 0%;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#highlight-circle-score {
  position: absolute;
  display: flex;
  border-radius: 50%;
  background-color: #347dba;
  filter: blur(22px);
}

.score-circle {
  position: absolute;
  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;
  border-radius: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.score-circle-inner-ring {
  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-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-style: solid;
  border-color: rgba(98, 174, 232, 0.24);
  border-radius: 50%;
}

.car-image-score {
  position: absolute;
}

.score-text {
  display: inline-block;
  font-weight: 800;
  text-align: center;
}

.chevybuttons.score {
  position: static;
  width: 45%;
  height: 8vh;
  margin-top: 1vh;
  margin-right: 0%;
  margin-left: 0%;
  border: 0px none transparent;
}

/* ---------------- */

/* Large screens in portrait mode, like iPad Pro */
@media screen and (orientation: portrait) {
  /*   Landing Page */
  .landingbg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50%;
    top: 30%;
    margin-left: 0px;
  }

  .cars-landscape {
    display: none;
  }

  .numFeature {
    font-size: 3vh;
    line-height: 3.7vh;
  }

  .score {
    width: 100%;
    bottom: 10%;
  }

  .landing-footer {
    height: 8%;
    bottom: 0%;
  }

  /* ---------------- */

  /*   Legal Page */
  /* ---------------- */

  /*   Selection Page */
  .selectionpage {
    justify-content: center;
  }

  .selection-heading,
  .score-heading {
    top: auto;
    right: auto;
    top: 0%;
    bottom: auto;
    width: 100%;
    height: 10%;
  }

  .selection-heading-text,
  .results-text {
    font-size: 3.5vh;
    line-height: 3.5vh;
  }

  .selectionimages,
  .scorebg {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 50%;
    overflow: visible;
    background: rgb(52, 125, 186);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .slideshow-control {
    top: 5%;
    width: 90%;
    height: 10%;
    margin: 0%;
  }

  .left-arrow,
  .right-arrow {
    width: 60px;
  }

  .bg-cloud {
    left: auto;
    top: -10%;
    right: auto;
    bottom: auto;
    width: 150vw;
    height: 100vh;
  }

  .highlight-circle {
  }

  .car-display-block {
    bottom: 1vh;
    justify-content: center;
  }

  .car-image {
    position: absolute;
    width: 80%;
    top: -380%;
  }

  .selectiontextbox,
  .score.scoreblock {
    justify-content: space-around;
    top: 52%;
    left: 0%;
    width: 100%;
    height: 35%;
  }

  #platform1 {
    left: auto;
    top: 2.4vh;
    right: auto;
    bottom: auto;
    width: 75vw;
    height: 10vw;
    -webkit-transform: skew(-60deg, 0deg);
    -ms-transform: skew(-60deg, 0deg);
    transform: skew(-60deg, 0deg);
  }

  #platform2 {
    left: auto;
    top: 1.2vh;
    right: auto;
    bottom: auto;
    width: 75vw;
    height: 10vw;
    -webkit-transform: skew(-60deg, 0deg);
    -ms-transform: skew(-60deg, 0deg);
    transform: skew(-60deg, 0deg);
  }

  #platform3 {
    width: 75vw;
    height: 10vw;
    -webkit-transform: skew(-60deg, 0deg);
    -ms-transform: skew(-60deg, 0deg);
    transform: skew(-60deg, 0deg);
  }

  .footer {
    width: 80%;
    height: 10%;
    bottom: 3%;
    font-size: 18px;
    line-height: 24px;
  }

  /* ---------------- */

  /*   Tutorial Page */
  .howtoplay {
    height: 100%;
  }

  .how-to-play-content {
    top: 15%;
    height: 85%;
  }

  .how-to-play-note {
    top: 10%;
    height: 10%;
    width: 70%;
    font-size: 28px;
    line-height: 36px;
  }

  .tutorial-grid {
    width: 70%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: space-between;
    grid-auto-flow: column;
    grid-column-gap: 2vw;
    grid-row-gap: 2vh;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 2vw 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: 1fr 2vh 1fr 2vh 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .tutorial-grid-block-left {
    justify-content: flex-start;
  }

  .tutorial-grid-block-right {
    margin-left: -30%;
  }

  .instruction-text-block {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  /* ---------------- */

  /*   Score Page */
  #bg-cloud-score {
    left: auto;
    right: auto;
    top: -81px;
    right: auto;
    bottom: auto;
    width: 1300px;
    height: 1300px;
  }

  #highlight-circle-score {
    left: auto;
    right: auto;
    top: 250px;
    bottom: auto;
    width: 420px;
    height: 420px;
  }
  .score-circle {
    left: auto;
    right: auto;
    top: 215px;
    width: 380px;
    height: 380px;
    border: 5px solid #fec652;
  }

  .score-circle-inner-ring {
    width: 360px;
    height: 360px;
    border-width: 14px;
  }
  .lightning-icon {
    width: 120px;
  }

  .final-score-text {
    margin-bottom: 50px;
    font-size: 110px;
    line-height: 110px;
    font-weight: 800;
  }

  .car-image-score {
    left: auto;
    right: auto;
    top: 450px;
    width: 450px;
  }
  .score-text {
    font-size: 50px;
    line-height: 50px;
  }

  .score.scoreblock {
    top: auto;
    bottom: 5%;
  }
  /* ---------------- */
}

@media screen and (orientation: landscape) {
  /*   Landing Page */
  .landingbg {
    height: 50%;
    top: 38%;
  }
  .cars-portrait {
    display: none;
  }

  .numFeature {
    font-size: 4vh;
    line-height: 5vh;
  }

  .score {
    width: 100%;
    bottom: 10%;
  }

  .landing-footer {
    bottom: 3%;
    height: 10%;
  }

  /* ---------------- */

  /*   Legal Page */
  /* ---------------- */

  /*   Selection Page */
  .selectionimages,
  .scorebg {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(
      to right,
      rgb(52, 125, 186, 1) 18%,
      rgb(52, 125, 186, 0) 75%
    );
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .selection-heading,
  .score-heading {
    top: 5%;
    /*     right: 40%; */
    bottom: auto;
    width: 60%;
    height: 10%;
  }

  .selection-heading-text,
  .results-text {
    font-size: 4vh;
    line-height: 4vh;
  }

  .slideshow-control {
    top: 70%;
    width: 60%;
    height: 10%;
    padding: 0 5vw;
  }

  .left-arrow,
  .right-arrow {
    width: 60px;
  }

  .bg-cloud {
    left: -19%;
    top: -15%;
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 100vw;
  }

  .highlight-circle {
    left: 13%;
    top: 18%;
    right: auto;
    bottom: auto;
    width: 35vw;
    height: 35vw;
  }

  .car-display-block {
    justify-content: flex-start;
  }

  .car-image {
    position: relative;
    width: 70%;
    left: 10%;
    top: 18%;
  }

  .platforms {
    display: none;
  }

  .selectiontextbox,
  .score.scoreblock {
    justify-content: space-between;
    top: 15%;
    left: 50%;
    width: 50%;
    height: 65%;
  }

  .footer {
    width: 100%;
    height: 10%;
    bottom: 3%;
    font-size: 14px;
    line-height: 20px;
  }

  /* ---------------- */

  /*   Tutorial Page */
  .howtoplay {
    height: 150%;
    top: -50%;
  }

  .how-to-play-content {
    top: 40%;
    bottom: 10%;
    height: 60%;
  }

  .how-to-play-note {
    top: 12%;
    height: 10%;
    width: 80%;
    font-size: 28px;
    line-height: 36px;
  }

  .w-layout-grid {
    grid-row-gap: 0px;
    margin-top: 5vh;
  }

  .instructionnumber {
    margin-right: 10vh;
  }

  .tutorial-grid-block-right {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -13vh;
  }

  .tutorial-icon {
    margin-left: 10vh;
  }

  .instruction-text-block {
    text-align: center;
    margin-top: 2vh;
  }

  .instructiontext {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  /* ---------------- */

  /*   Score Page */
  .score-heading {
    justify-content: flex-start;
    left: 285px;
  }

  #bg-cloud-score {
    left: -235px;
    top: -105px;
    width: 1200px;
    height: 1200px;
  }

  #highlight-circle-score {
    left: 140px;
    top: 120px;
    width: 420px;
    height: 420px;
  }

  .score-circle {
    left: 175px;
    top: 165px;
    width: 360px;
    height: 360px;
    border: 5px solid #fec652;
  }

  .score-circle-inner-ring {
    width: 340px;
    height: 340px;
    border-width: 14px;
  }

  .lightning-icon {
    width: 100px;
  }

  .final-score-text {
    margin-bottom: 50px;
    font-size: 85px;
    line-height: 85px;
    font-weight: 800;
  }

  .car-image-score {
    left: 180px;
    top: 400px;
    width: 350px;
  }

  .score-text {
    font-size: 40px;
    line-height: 40px;
  }

  .score.scoreblock {
    height: 50%;
    top: 20%;
  }
  /* ---------------- */
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  /*   Landing Page 991px landscapte*/
  .landingbg {
    width: 100%;
    height: 40%;
  }

  .cars-portrait {
    display: none;
  }
  /* ---------------- */

  /*   Legal Page 991px landscapte */
  /* ---------------- */

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

  .container {
    overflow: visible;
    height: 100%;
    min-height: 100%;
  }

  .slide {
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
    min-height: 100vh;
    min-width: 100%;
  }

  .mask {
    min-height: 100%;
  }

  .slider-2 {
    height: 100vh;
    min-height: 100vh;
  }

  .container-2 {
    height: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url("../images/bg_img.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .container-3 {
    overflow: visible;
    height: 100%;
    min-height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url("../images/bg_img.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .landingimg {
    top: 24%;
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  .landingtext {
    position: absolute;
    display: none;
  }

  .score-text-block {
    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;
    font-weight: 800;
  }

  .score {
    bottom: 10%;
    width: 100%;
  }

  .chevybuttons.score {
    width: 45%;
    height: 8vh;
    margin-top: 1vh;
    text-align: center;
  }

  .chevybuttons {
    width: 45%;
    height: 8vh;
    margin-top: 1vh;
    text-align: center;
  }

  .buttoninner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 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;
    background-color: #0079bf;
    -webkit-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
  }

  .buttoninner.tutorial {
    border-style: solid;
    border-width: 1px;
    border-color: #0079bf;
    background-color: transparent;
  }

  .buttontext {
    -webkit-transform: skew(32deg, 0deg);
    -ms-transform: skew(32deg, 0deg);
    transform: skew(32deg, 0deg);
    color: #fff;
    font-weight: 800;
  }

  .buttontext.tutorial {
    color: #347bbc;
  }

  .privacy {
    left: 0%;
    right: 0%;
    bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-3 {
    color: #00f;
    text-decoration: underline;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    margin-right: 15px;
  }

  .languagebox {
    left: 0%;
    right: 0%;
    bottom: 8%;
    display: none;
    overflow: hidden;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-10 {
    width: 40%;
    border-radius: 10px;
    background-color: #ededed;
  }

  .div-block-11 {
    border-bottom: 1px solid #000000;
  }

  .text-block-4 {
    margin-left: 15px;
    padding: 10px 0px;
  }

  .text-block-5 {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .scoreoverlay {
    display: none;
  }

  .div-block-30 {
    top: 50px;
    margin-top: 0%;
  }

  .loaderstart {
    display: none;
  }

  .oilsplatter {
    position: absolute;
    display: none;
  }

  .section-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 15%;
    -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: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#053a66),
      to(#0e192d)
    );
    background-image: linear-gradient(180deg, #053a66, #0e192d);
  }

  .heading-3 {
    color: #7b7b7b;
  }

  .div-block-47 {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 85%;
  }

  .div-block-48 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-17 {
    position: absolute;
    left: 0%;
    top: 7%;
    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;
    font-size: 2.4vh;
    line-height: 3vh;
    font-weight: 800;
    text-align: center;
  }

  .text-block-18 {
    position: absolute;
    left: 0%;
    top: 18%;
    right: 0%;
    bottom: auto;
    overflow: scroll;
    width: 90%;
    height: 80%;
    margin-left: 5%;
  }

  .legal {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
  }

  .how-to-play-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .w-layout-grid {
    margin-top: 9vh;
  }

  .tutorial-grid {
    height: 40vh;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 1.6vw;
    grid-row-gap: 0;
  }

  .tutorial-grid-block-right {
    margin-top: -28vh;
  }

  .tutorial-icon {
    margin-left: 14vh;
  }

  .instructiontext {
    line-height: 17px;
  }

  ._8wallloadingscreen {
    display: none;
  }

  .landingpage {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-14 {
    width: auto;
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  /* Selection Page 991px landscape*/
  .selection-heading,
  .score-heading {
    top: 2%;
  }

  .left-arrow,
  .right-arrow {
    width: 55px;
  }

  .bg-cloud {
    left: -14%;
    top: -32%;
    right: auto;
    bottom: auto;
    width: 90vw;
    height: 90vw;
  }

  .highlight-circle {
    left: 14%;
    top: 4%;
    right: auto;
    bottom: auto;
    width: 33vw;
    height: 33vw;
  }

  .car-display-block {
    position: absolute;
    top: 12%;
  }

  .car-image {
    position: relative;
    width: 45%;
    left: 10%;
    top: auto;
  }

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

  /* ---------------- */

  /*   Tutorial Page 991px landscapte */
  .howtoplay {
    top: -60%;
  }

  .how-to-play-content {
    top: 45%;
    bottom: 10%;
    height: 60%;
  }
  .how-to-play-heading {
    font-size: 5.5vh;
    line-height: 5.5vh;
  }

  .how-to-play-note {
    top: 12%;
    height: 15%;
    width: 80%;
    font-size: 20px;
    line-height: 26px;
  }

  /* ---------------- */

  /*   Score Page 991px landscape */
  .score-heading {
    justify-content: flex-start;
    left: 205px;
  }

  #bg-cloud-score {
    left: -230px;
    top: -150px;
    width: 950px;
    height: 950px;
  }

  #highlight-circle-score {
    left: 70px;
    top: 44px;
    width: 340px;
    height: 340px;
  }

  .score-circle {
    left: 105px;
    top: 67px;
    width: 275px;
    height: 275px;
    border: 4px solid #fec652;
  }

  .score-circle-inner-ring {
    width: 255px;
    height: 255px;
    border-width: 14px;
  }

  .lightning-icon {
    width: 75px;
  }

  .final-score-text {
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
  }

  .car-image-score {
    left: 110px;
    top: 225px;
    width: 280px;
  }

  .score-text {
    font-size: 32px;
    line-height: 32px;
  }

  .score.scoreblock {
    height: 60%;
  }

  /* ---------------------- */

  .results-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
  }
}

/*Add a breakpoint for large screens' (ipad Air, ipad Mini, Surface Pro 7, etc) portrait mode */
@media screen and (max-width: 991px) and (orientation: portrait) {
  /*   Landing Page 991 portrait */
  .landingbg {
    width: 100%;
    height: 50%;
    top: 30%;
  }

  .cars-landscape {
    display: none;
  }

  .landing-footer {
    /*     right: auto; */
    height: 8%;
    bottom: 0%;
  }

  /* -------------- */

  /*   Tutorial Page 991 portrait */

  /* -------------- */

  /*   Selection Page 991 portrait */
  .left-arrow,
  .right-arrow {
    width: 55px;
  }

  .dots {
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 0px none transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .dots.selected {
    background-color: #ffffff;
  }

  .highlight-circle {
    left: auto;
    top: auto;
    right: auto;
    bottom: -10%;
    width: 70vw;
    height: 70vw;
  }

  .bg-cloud {
    left: auto;
    right: auto;
    top: 0%;
    bottom: auto;
    width: 200vw;
    height: 100vh;
  }

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

  .divider {
    height: 10vh;
  }

  /* ------------------- */

  /*   Tutorial Page 991 portrait */
  /* ---------------- */

  /*   Score Page 991 portrait */
  .scoringscreen {
    flex-direction: column;
  }

  #highlight-circle-score {
    left: auto;
    right: auto;
    top: 130px;
    bottom: auto;
    width: 400px;
    height: 400px;
  }

  #bg-cloud-score {
    left: auto;
    right: auto;
    top: -81px;
    right: auto;
    bottom: auto;
    width: 1100px;
    height: 1100px;
  }

  .score-circle {
    left: auto;
    right: auto;
    top: 175px;
    width: 320px;
    height: 320px;
    border: 5px solid #fec652;
  }

  .score-circle-inner-ring {
    width: 300px;
    height: 300px;
    border-width: 14px;
  }

  .lightning-icon {
    width: 90px;
  }

  .car-image-score {
    left: auto;
    right: auto;
    top: 370px;
    width: 360px;
  }

  .score-text {
    font-size: 45px;
    line-height: 45px;
  }

  /* ------------------- */

  .results-text {
    font-size: 50px;
  }

  .final-score-text {
    font-size: 95px;
    line-height: 95px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  /*   Landing Page 767px portrait */
  .cars-landscape {
    display: none;
  }
  /* ---------------- */

  /*   Legal Page 767px portrait */
  .landingbg {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: 40%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  /* ---------------- */

  /*   Selection Page 767px portrait */
  .car-display-block {
    position: absolute;
    bottom: 3vh;
  }

  .selectiontextbox,
  .score.scoreblock {
    top: 50%;
    height: 35%;
  }

  .footer {
    font-size: 10px;
    line-height: 16px;
    bottom: 0%;
  }

  /*----------------- */

  /*   Tutorial Page 767px portrait */
  .how-to-play-content {
    top: 15%;
    height: 85%;
  }

  .how-to-play-note {
    font-size: 18px;
    line-height: 26px;
  }
  /* ---------------- */

  /*   Score Page 767px portrait */
  #highlight-circle-score {
    left: auto;
    right: auto;
    top: 100px;
    bottom: auto;
    width: 300px;
    height: 300px;
  }

  #bg-cloud-score {
    left: auto;
    right: auto;
    top: -60px;
    right: auto;
    bottom: auto;
    width: 800px;
    height: 800px;
  }

  .score-circle {
    left: auto;
    right: auto;
    top: 125px;
    width: 250px;
    height: 250px;
  }

  .score-circle-inner-ring {
    width: 230px;
    height: 230px;
    border-width: 12px;
  }

  .lightning-icon {
    width: 70px;
  }

  .final-score-text {
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 70px;
  }

  .car-image-score {
    left: auto;
    right: auto;
    top: 270px;
    width: 270px;
  }

  .score-text {
    font-size: 30px;
    line-height: 30px;
  }

  .score.scoreblock {
    top: auto;
    bottom: 3%;
  }

  /*   ------------------- */

  .image {
    width: auto;
    height: 100%;
  }

  .landingimg {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4vh;
    line-height: 2vh;
  }

  .buttontext {
    font-size: 3vh;
    line-height: 3vh;
    font-weight: 600;
  }

  .div-block-8 {
    padding: 5px;
    font-size: 10px;
  }

  .text-block-3 {
    font-size: 8px;
    line-height: 8px;
  }

  .div-block-9 {
    padding: 5px;
    font-size: 8px;
    line-height: 8px;
  }

  .image-4 {
    margin-right: 4px;
  }

  .languagebox {
    display: none;
  }

  .div-block-10 {
    width: 20%;
  }

  .div-block-11 {
    padding: 0px;
  }

  .scoreoverlay {
    display: none;
  }

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

  .div-block-30 {
    top: 50px;
    margin-top: 0%;
  }

  .loaderstart {
    display: none;
  }

  .text-block-13 {
    color: #fff;
  }

  .oilsplatter {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .image-11 {
    -o-object-fit: none;
    object-fit: none;
  }

  .results-text {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-17 {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .legal {
    display: none;
  }

  .instructiontext {
    font-size: 12px;
  }

  ._8wallloadingscreen {
    display: none;
  }

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

  .link {
    font-size: 8px;
    line-height: 8px;
  }

  .link-3 {
    font-size: 10px;
    line-height: 10px;
  }

  .image-20 {
    position: static;
    display: none;
    max-width: none;
  }

  .div-block-68 {
    padding: 0px;
  }
}

/*Add a breakpoint for small screens' landscape mode */
@media screen and (max-width: 767px) and (orientation: landscape) {
  /*   Landing Page 767px landscape */
  /* ---------------- */

  /*   Legal Page 767px landscape */
  /* ---------------- */

  /*   Selection Page 767px landscape */
  .highlight-circle {
    left: 15%;
    top: 9%;
    width: 32vw;
    height: 32vw;
  }

  .left-arrow,
  .right-arrow {
    width: 40px;
  }

  .bg-cloud {
    top: -23%;
  }

  .car-display-block {
    position: absolute;
    top: 15%;
  }

  .car-image {
    position: relative;
    width: 43%;
    left: 8%;
    top: auto;
  }
  /*   ----------- */

  /*   Tutorial Page 767px landscape*/
  .how-to-play-note {
    font-size: 18px;
    line-height: 26px;
  }
  /*   ----------- */

  /*   Score Page 767px landscape */
  .score-heading {
    justify-content: flex-start;
    left: 155px;
  }

  #bg-cloud-score {
    left: -150px;
    top: -90px;
    width: 700px;
    height: 700px;
  }

  #highlight-circle-score {
    left: 80px;
    top: 44px;
    width: 230px;
    height: 230px;
  }

  .score-circle {
    left: 96px;
    top: 67px;
    width: 200px;
    height: 200px;
    border: 4px solid #fec652;
  }

  .score-circle-inner-ring {
    width: 185px;
    height: 185px;
    border-width: 11px;
  }

  .lightning-icon {
    width: 55px;
  }

  .final-score-text {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
  }

  .car-image-score {
    left: 90px;
    top: 185px;
    width: 210px;
  }

  .score-text {
    font-size: 28px;
    line-height: 28px;
  }

  .score.scoreblock {
    height: 55%;
  }

  /* ---------------------- */
}

@media screen and (max-width: 479px) {
  /*   Landing Page 479px */
  .landingbg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    top: 30%;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .numFeature {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .score {
    bottom: 12%;
    height: 22%;
  }

  .cars-landscape {
    display: none;
  }
  /* ---------------- */

  /*   Legal Page 479px */
  /* ---------------- */

  .body {
    overflow: hidden;
    height: 100%;
  }

  .SuperCruiseText {
    font-size: 2.5vh;
    line-height: 3.3vh;
  }

  .supercruisesub {
    font-size: 1.5vh;
    line-height: 2vh;
  }

  #disclaimerBlock {
    padding: 10%;
  }

  .container-3 {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    background-image: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    overflow: visible;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .landingimg {
    position: absolute;
    left: 0%;
    top: 38%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    width: 100%;
    height: 60vh;
    margin-left: 0%;
  }

  .landingtext {
    position: absolute;
    left: 0%;
    top: 15%;
    right: 0%;
    bottom: auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    position: static;
    left: 37%;
    top: auto;
    width: 80px;
  }

  .heading {
    color: #1279c7;
    font-size: 8vh;
    line-height: 7vh;
    text-align: center;
  }

  .buttoninner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
    border-style: none;
    border-width: 0px;
    border-color: #0079bf;
    background-color: #0079bf;
    -webkit-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
  }

  .buttoninner.tutorial {
    border-style: solid;
    border-width: 1px;
    border-radius: 1px;
    background-color: #fff;
  }

  .text-block-2 {
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    -webkit-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    color: #fff;
  }

  .buttontext {
    -webkit-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .buttontext.tutorial {
    color: #347bbc;
  }

  .div-block-7 {
    border: 1px none #000;
  }

  .privacy {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-8 {
    position: static;
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-3 {
    background-color: transparent;
    color: #00f;
    text-decoration: underline;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }

  .container-6 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 8%;
  }

  .languagebox {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 8%;
    display: none;
    overflow: hidden;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-10 {
    width: 60%;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #ededed;
  }

  .div-block-11 {
    border-bottom: 1px solid #707070;
    background-color: transparent;
  }

  .text-block-4 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom: 0px none transparent;
  }

  .text-block-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .div-block-12 {
    position: absolute;
  }

  .heading-2 {
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-size: 4vh;
    line-height: 6vh;
    font-weight: 800;
    text-align: center;
  }

  .text-block-6 {
    font-size: 2.5vh;
    text-align: center;
  }

  .container-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;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-14 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chevybuttons {
    width: 70vw;
    height: 7vh;
  }

  /*   Selection Page 479px */
  .slideshow-control {
    top: 6%;
    width: 85%;
  }

  .highlight-circle {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 70vw;
    height: 70vw;
  }

  .bg-cloud {
    top: -12%;
  }

  .car-display-block {
    position: absolute;
    bottom: 0;
  }

  .car-image {
    position: absolute;
    max-width: 100vw;
    bottom: -140%;
    z-index: 1;
    width: 100%;
    left: 0%;
    top: auto;
  }

  #platform1 {
    left: auto;
    top: 40%;
    right: auto;
    bottom: auto;
    width: 75vw;
    height: 10vw;
  }

  #platform2 {
    left: auto;
    top: 20%;
    right: auto;
    bottom: auto;
    width: 75vw;
    height: 10vw;
  }

  #platform3 {
    width: 75vw;
    height: 10vw;
  }

  .selection-heading-text,
  .results-text {
    font-size: 24px;
    line-height: 24px;
  }

  .selectiontextbox,
  .score.scoreblock {
    top: 50%;
    height: 38%;
  }

  .footer {
    bottom: 0%;
    font-size: 8px;
    line-height: 11px;
  }
  /* ------------------ */

  /*   Tutorial Page 479px */
    .instructiontext {
    font-size: 1.6vh;
    line-height: 2vh;
  }

  .tutorial-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* ------------------ */

  /*   Score Page 479px */
  #highlight-circle-score {
    top: 70px;
    width: 300px;
    height: 300px;
  }

  #bg-cloud-score {
    left: auto;
    right: auto;
    top: -90px;
    bottom: auto;
    width: 800px;
    height: 800px;
  }
  .score-circle {
    left: auto;
    right: auto;
    top: 95px;
    width: 250px;
    height: 250px;
  }

  .score-circle-inner-ring {
    width: 235px;
    height: 235px;
    border-width: 12px;
  }

  .lightning-icon {
    width: 70px;
  }

  .car-image-score {
    left: auto;
    right: auto;
    top: 250px;
    width: 270px;
  }

  .score-text-block {
    margin-bottom: 30px;
  }

  .score-text {
    font-size: 32px;
    line-height: 32px;
  }

  .score.scoreblock {
    top: auto;
    bottom: 0%;
    margin-top: 5%;
  }

  .chevybuttons.score {
    width: 70vw;
    height: 7vh;
  }

  /*   -------------- */

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

  .div-block-18 {
    width: 11px;
    height: 11px;
    border: 1px solid #000000;
  }

  .dots {
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 0px none transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .dots.selected {
    background-color: #ffffff;
  }

  .dotholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -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-8 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .scoreoverlay {
    position: absolute;
    left: 16%;
    top: 0%;
    right: 5%;
    bottom: auto;
    display: none;
    width: 80%;
    height: 10%;
    margin-top: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-20 {
    overflow: visible;
    width: 150px;
    height: 100%;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0471c4;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 7px;
    -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-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 80%;
    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;
    background-color: #ffffff;
  }

  .div-block-24 {
    width: 45%;
    height: 70%;
    margin-left: 5%;
  }

  .div-block-25 {
    width: 45%;
    height: 70%;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 80%;
    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;
    background-color: #fff;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
  }

  .div-block-28 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin-top: -10px;
    margin-left: -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: 50%;
    background-color: #ffffff;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
    border-radius: 50%;
    background-color: #0471c4;
    background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      #0471c4 50%,
      #ffffff
    );
  }

  .text-block-9 {
    margin-left: auto;
  }

  .text-block-10 {
    margin-left: 40px;
    margin-right: 20px;
    padding-left: 10px;
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    color: #ffffff;
    font-size: 4.5vh;
    font-weight: 800;
  }

  .text-block-11 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
  }

  .div-block-30 {
    position: absolute;
    left: 34px;
    top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 20px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }

  .div-block-31 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    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: 50%;
    background-color: #fec652;
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
  }

  .div-block-32 {
    width: 100%;
    height: 12px;
    margin-left: 2vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fec652;
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
  }

  .div-block-33 {
    overflow: hidden;
    width: auto;
    height: 80px;
    left: 10px;
    top: 0px;

    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
  }

  .text-block-12 {
    color: #ffffff;
    font-weight: 800;
  }

  .div-block-34 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 31%;
    height: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #e29800;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
  }

  .image-8 {
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
  }

  .image-9 {
    width: 50%;
    height: 60%;
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-35 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
  }

  .loaderstart {
    position: absolute;
    display: none;
    width: 100%;
    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;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    height: 40vw;
    -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: 50%;
    background-color: rgba(4, 113, 196, 0.9);
  }

  .text-block-13 {
    color: #fff;
    font-size: 20vw;
    line-height: 20vh;
    font-weight: 800;
  }

  .div-block-37 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    height: 40vw;
    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: 50%;
    background-color: rgba(4, 113, 196, 0.35);
  }

  .section {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6vw;
    -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;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6vw;
    -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;
  }

  .oilsplatter {
    position: absolute;
    display: none;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tutorial-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    padding-top: 2vh;
    padding-bottom: 2vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-14 {
    display: inline-block;
  }

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

  .image-11 {
    position: absolute;
    overflow: visible;
    width: 200%;
    max-width: 200%;
    min-width: auto;
    margin-top: -20%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .results-text {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
  }

  .final-score-text {
    margin-bottom: 25px;
    font-size: 72px;
    line-height: 72px;
  }

  .section-2 {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 15%;
    min-height: 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;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#053a66),
      to(#0e192d)
    );
    background-image: linear-gradient(180deg, #053a66, #0e192d);
  }

  .heading-3 {
    color: #7b7b7b;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
  }

  .div-block-46 {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .div-block-47 {
    position: absolute;
    top: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 85%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-48 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 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;
  }

  .image-13 {
    width: 21px;
    height: 21px;
  }

  .text-block-17 {
    position: absolute;
    top: 40px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
  }

  .text-block-18 {
    position: absolute;
    top: 70px;
    overflow: scroll;
    width: 90%;
    height: 80%;
    min-height: 40px;
  }

  .legal {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .how-to-play-heading {
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-size: 2.2vh;
    line-height: 3vh;
    text-align: center;
  }

  .how-to-play-note {
    width: 70%;
    font-size: 1.8vh;
    line-height: 2.4vh;
  }

  .list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    list-style-type: decimal;
  }

  .div-block-51 {
    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;
  }

  .div-block-52 {
    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;
  }

  .instructionnumber {
    color: #347bbc;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
  }

  .div-block-55 {
    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;
  }

  .div-block-57 {
    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-20 {
    -webkit-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  ._8wallloadingscreen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url("../images/8wallLoadingScreen.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .landingpage {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .grid-2 {
    position: static;
    width: 80vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-9 {
    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;
  }

  .div-block-60 {
    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-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-row-gap: 0.5vh;
  }

  .div-block-61 {
    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-21 {
    text-align: center;
    font-size: 2.5vh;
    line-height: 3.2vh;
  }

  .divider {
    position: absolute;
    top: 40%;
    width: 1px;
    height: 10vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #467bb7;
  }

  .text-block-22 {
    color: #347BBC;
    font-size: 4vh;
    line-height: 4vh;
    font-weight: 800;
    text-align: center;
  }

  .text-block-23 {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }

  .text-block-24 {
    line-height: 13px;
    font-size: 10px;
    text-align: center;
  }

  .image-14 {
    display: block;
  }

  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .image-15 {
    width: auto;
    height: 10vh;
  }

  .image-16 {
    width: auto;
    height: 10vh;
    max-width: none;
  }

  .div-block-67 {
    width: 50%;
    top: -5px;
  }

  .image-18 {
    width: 50vw;
  }

  .image-20 {
    position: absolute;
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 15% 0%;
    object-position: 15% 0%;
  }
}

/* Add a breakpoint for tiny screens */
@media screen and (max-width: 376px) {
  /*   Landing Page 376px */
  .cars-landscape {
    display: none;
  }
  /* ---------------- */

  /*   Legal Page 376px */
  /* ---------------- */

  /*   Selection Page 376px */
  .selectionimages,
  .scorebg {
    height: 46%;
  }

  .selection-heading,
  .score-heading {
    height: 8%;
  }

  .selection-heading-text,
  .results-text {
    font-size: 21px;
    line-height: 21px;
  }

  .slideshow-control {
    height: 5%;
    top: 8%;
  }

  .left-arrow,
  .right-arrow {
    width: 54px;
    padding: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .highlight-circle {
    left: auto;
    top: 26%;
    right: auto;
    bottom: auto;
    width: 65vw;
    height: 65vw;
  }

  .bg-cloud {
    top: -7%;
  }

  .car-display-block {
    position: absolute;
    bottom: 0;
  }

  .car-image {
    position: absolute;
    max-width: 100vw;
    bottom: -140%;
    z-index: 1;
    top: auto;
  }

  /* ----------------------- */

  /*   Tutorial Page 376px */
  .how-to-play-content {
    top: 10%;
    height: 90%;
  }

  .how-to-play-heading {
    font-size: 22px;
    margin-top: 8%;
  }

  .how-to-play-note {
    width: 65%;
    font-size: 16px;
    line-height: 19px;
    top: 14%;
  }

  .tutorial-grid {
    width: 65%;
    top: 25%;
  }

  .tutorial-grid-block-left {
    justify-content: left;
  }

  .instructionnumber {
    font-size: 48px;
  }

  .instruction-text-block {
    width: 60%;
  }

  .instructiontext {
    font-size: "1.4vh";
    line-height: "1.7vh";
  }

  /*   Score Page 376px */
  #highlight-circle-score {
    top: 70px;
    width: 270px;
    height: 270px;
  }

  #bg-cloud-score {
    left: auto;
    right: auto;
    top: -99px;
    bottom: auto;
    width: 550px;
    height: 800px;
  }

  .score-circle {
    left: auto;
    right: auto;
    top: 95px;
    width: 220px;
    height: 220px;
  }

  .score-circle-inner-ring {
    width: 205px;
    height: 205px;
    border-width: 11px;
  }

  .lightning-icon {
    width: 50px;
  }

  .final-score-text {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 60px;
  }

  .car-image-score {
    left: auto;
    right: auto;
    top: 230px;
    width: 240px;
  }

  .score.scoreblock {
    top: auto;
    bottom: 0%;
    margin-top: 5%;
    height: 35%;
  }

  .score-text-block {
    margin-bottom: 0;
  }

  .score-text {
    font-size: 30px;
    line-height: 30px;
  }

  .statsText {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  /*----------------- */
}

@media screen and (max-width: 991px) {
  #w-node-_9be92404-baf7-bf12-12b1-d9dcf6af0c38-93113c52 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_805a89fc-f75e-c82f-7a68-4541f86b67ad-93113c52 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_419acb40-9355-474d-bc07-82a47542a21d-93113c52 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66cf1083-4eec-51ad-4d76-f3c08c249919-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4d675350-66a2-dcbd-51f4-dbe2effadfad-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8bf9b0d6-7160-aa49-7cbe-16f55088fa73-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3e318b70-3116-d7c1-6dbf-c620add32752-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f4855cc6-9c81-ea4d-4e31-46462966a66e-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9be92404-baf7-bf12-12b1-d9dcf6af0c38-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f05b17ad-6c59-69e2-8931-5f07d815dd3b-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_419acb40-9355-474d-bc07-82a47542a21d-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ff2b4682-20c8-dcf8-dcfe-e6e2e720e17c-93113c52 {
    -ms-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-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}
