@import url("https://use.typekit.net/ztp4yxb.css");
body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#TestDrive {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Next-Ambassador-Test-Drive/images/bg3-2.jpg) no-repeat fixed;
  background-size: cover;
}
#TestDrive button {
  background: rgba(201, 132, 75, 0.9);
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  width: auto;
  font-family: "CenturyGothic", "Microsoft JhengHei", Arial, sans-serif;
  padding: 5px 25px;
  border-radius: 50px;
  font-size: var(--title-md);
}

#TestDrive button:hover {
  background: #999;
}
#TestDrive .common__title {
  font-size: var(--title-xl);
  text-align: center;
  color: black;
  text-transform: uppercase;
  text-shadow: 1px -1px 5px #fff, -3px 6px 1px #ccc, -4px 8px 1px #acacac, -5px 10px 1px #bdbdbd, -6px 12px 5px #bdbdbd;
}
#TestDrive .common__btn {
  background: #c9844b;
  padding: 15px 25px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
}
#TestDrive .common__btnBox {
  background: rgba(201, 132, 75, 0.9);
  padding: 5px 25px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  border: 2px solid #c9844b;
  color: white;
  font-size: var(--text-xl);
  font-family: "CenturyGothic", "Microsoft JhengHei", Arial, sans-serif;
}
#TestDrive .kv {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Next-Ambassador-Test-Drive/images/kv-bg.jpg) bottom no-repeat;
  background-size: cover;
  position: relative;
  padding: 5% 0 2%;
}
#TestDrive .kv__grid {
  display: grid;
  grid-template-columns: 35% 65%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}
@media (min-width: 996px) {
  #TestDrive .kv__grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0px;
    grid-template-columns: 24% 52% 20%;
    bottom: 0;
  }
}
#TestDrive .kv__grid figure {
  margin: 2%;
}
@media (min-width: 996px) {
  #TestDrive .kv__grid figure {
    margin: 0;
  }
}
#TestDrive .kv__grid .itemTxt {
  grid-column: span 2;
  text-align: center;
  height: 100%;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media (min-width: 996px) {
  #TestDrive .kv__grid .itemTxt {
    grid-column: span 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: -80%;
  }
}
#TestDrive .kv__grid figcaption {
  text-shadow: 0 0 20px #fff;
  text-align: center;
  color: var(--color-white);
}
@media (min-width: 996px) {
  #TestDrive .kv__grid figcaption {
    position: absolute;
    bottom: 5%;
    text-shadow: 0 0 0px;
    text-align: right;
  }
}
#TestDrive .kv__grid figcaption img {
  max-width: 250px;
  width: 30%;
}
@media (min-width: 996px) {
  #TestDrive .kv__grid figcaption img {
    padding-top: 10%;
  }
}
#TestDrive .kv__grid figcaption p {
  color: #fff;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
}
@media (min-width: 996px) {
  #TestDrive .kv__grid figcaption p {
    font-size: 20px;
    margin-top: 10%;
    line-height: 0.8;
    margin-left: 20%;
    text-align: left;
  }
}
#TestDrive .kv__grid figcaption h1 {
  font-size: 32px;
  top: 35%;
  width: 100%;
  color: #fff;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181;
}
@media (min-width: 996px) {
  #TestDrive .kv__grid figcaption h1 {
    font-size: min(1.8vw, 3.6rem);
  }
}
#TestDrive .kv strong {
  color: #fffe00;
  font-weight: bolder;
  font-size: 22px;
}
@media (min-width: 996px) {
  #TestDrive .kv strong {
    font-size: min(3vw, 10rem);
  }
}
#TestDrive .kv__intel {
  position: relative;
  max-width: 200px;
  width: 13%;
  margin: 0 auto 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  #TestDrive .kv__intel {
    width: 7%;
    position: absolute;
    right: 2%;
    top: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#TestDrive .kv__intel p {
  margin: 5px 0 0 5px;
}
#TestDrive .intro {
  padding: 5% 0;
  text-align: center;
  color: white;
  position: relative;
}
#TestDrive .intro::before {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  left: 0;
}
#TestDrive .intro__box {
  background: rgba(223, 219, 219, 0.5);
  font-size: var(--title-md);
  padding: 5%;
  border-radius: 5px;
  color: black;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
#TestDrive .intro__title {
  padding-top: 3%;
  font-size: var(--title-xl);
  font-family: marydale, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#TestDrive .tobii {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Next-Ambassador-Test-Drive/images/bg2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#TestDrive .tobii__grid {
  display: grid;
  bottom: 2%;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (min-width: 996px) {
  #TestDrive .tobii__grid {
    grid-template-columns: 25% 60%;
    position: absolute;
  }
}
@media (min-width: 1600px) {
  #TestDrive .tobii__grid {
    grid-template-columns: 25% 75%;
  }
}
@media (min-width: 1930px) {
  #TestDrive .tobii__grid {
    position: relative;
  }
}
#TestDrive .tobii__woodBg {
  position: absolute;
  bottom: 18%;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}
@media (min-width: 996px) {
  #TestDrive .tobii__woodBg {
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 1930px) {
  #TestDrive .tobii__woodBg {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
}
#TestDrive .tobii__navbox img {
  width: 70%;
  margin: 0 auto 15px;
  display: block;
  -webkit-filter: drop-shadow(0 0 10px #feeace);
          filter: drop-shadow(0 0 10px #feeace);
}
@media (min-width: 996px) {
  #TestDrive .tobii__navbox img {
    width: 100%;
  }
}
#TestDrive .tobii__navbox ul {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 996px) {
  #TestDrive .tobii__navbox ul {
    grid-template-columns: repeat(auto-fill, 80%);
    gap: 20px;
  }
}
#TestDrive .tobii__navbox ul li {
  font-size: var(--title-md);
  color: black;
  border-radius: 10px;
  cursor: pointer;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
}
#TestDrive .tobii__navbox ul li.active {
  color: #fff;
  background: rgba(201, 132, 75, 0.9);
}
#TestDrive .tobii__mnt {
  position: relative;
}
#TestDrive .tobii__mnt img {
  position: relative;
}
#TestDrive .tobii__video {
  position: absolute;
  top: 10.5%;
  left: 7.3%;
  color: #fff;
  width: 81.2%;
  z-index: 1;
  display: none;
}
#TestDrive .tobii__video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#TestDrive .tobii__video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#TestDrive .tobii__video.active {
  display: block;
}
#TestDrive .product {
  padding: 5% 0;
  background: #ecebeb;
}
#TestDrive .product__grid {
  padding-top: 3%;
}
@media (min-width: 996px) {
  #TestDrive .product__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#TestDrive .product__mntItem {
  margin: 15px;
  font-size: var(--title-lg);
  font-weight: bold;
  text-align: center;
  padding: 2% 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  background-color: #ecebeb;
  -webkit-box-shadow: 0 0 30px rgba(183, 183, 183, 0.7);
          box-shadow: 0 0 30px rgba(183, 183, 183, 0.7);
}
@media (min-width: 996px) {
  #TestDrive .product__mntItem {
    width: 33%;
  }
}
#TestDrive .product__mntItem:hover {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(233, 195, 158, 0.5);
  -webkit-box-shadow: 15px 15px 30px rgba(183, 183, 183, 0.5);
          box-shadow: 15px 15px 30px rgba(183, 183, 183, 0.5);
}
#TestDrive .product__mntItem--img {
  margin: 0 auto 3%;
}

#TestDrive .product__mntItem .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8% 0;
  font-size: var(--note-sm);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#TestDrive .product__mntItem .iconBox p {
  font-size: var(--note-xs);
}
#TestDrive .product__mntItem .iconBox img {
  max-height: 55px;
}
#TestDrive .product__mntItem .iconBox img.short {
  max-height: 45px;
}
#TestDrive .howtoDo {
  padding: 5% 0;
}
#TestDrive .howtoDo__box {
  font-size: var(--title-md);
  padding: 5% 0;
  border-radius: 5px;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;

}

#TestDrive .howtoDo__step {
  position: relative;
  z-index: 1;
  width: 100%;
 

}
@media (min-width: 996px) {
  #TestDrive .howtoDo__step {
    -webkit-transform: translate(30px, 50px);
            transform: translate(30px, 50px);
            flex: 0 0 32%;
  }
}
#TestDrive .howtoDo__step .content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10% 5% 15%;
}
#TestDrive .howtoDo__step .content__title {
  padding-bottom: 10px;
  font-size: var(--title-xl);
  font-family: marydale, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #c9844b;
}
#TestDrive .howtoDo__step .content.corner {
  position: relative;
}
#TestDrive .howtoDo__step .content.corner::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 30px solid #FFFFA5;
  border-left: 30px solid #f9faf5;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
#TestDrive .howtoDo__step .content::after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(15deg) rotate(6deg);
          transform: skew(15deg) rotate(6deg);
}
#TestDrive .howtoDo__step::before {
  content: "";
  position: absolute;
  padding: 0;
  background: #FFFFA5;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
#TestDrive .howtoDo__step::after {
  left: auto;
  right: 15px;
  -webkit-transform: skew(15deg) rotate(6deg);
          transform: skew(15deg) rotate(6deg);
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 15px;
  width: 80%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
#TestDrive .howtoDo__btnWrap {
  text-align: center;
}
#TestDrive .terms {
  font-size: var(--text-xl);
}
#TestDrive .terms ul {
  width: 80%;
  margin: 0 auto;
}
#TestDrive .terms ul li {
  list-style-type: decimal;
  margin: 20px 0;
  line-height: 1.5;
}
#TestDrive .terms ul li::marker {
  color: #c9844b;
  font-family: marydale, sans-serif;
  font-size: var(--title-xl);
}
#TestDrive .form {
  background: rgba(236, 235, 235, 0.5);
  border-radius: 25px;
  padding: 5% 0;
}
#TestDrive section.sp {
  padding: 5% 0;
}

#msi_form {
  padding: 3% 5% 5%;
  text-align: left;
}
#msi_form .question-group {
  padding-bottom: 40px;
}
#msi_form .question-group h6 {
  font-size: 20px;
  padding-bottom: 10px;
  font: inherit;
}
#msi_form .question-group .note {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
}
#msi_form .question-group.error h6 {
  color: #f00;
}
#msi_form .question-group.error.checkSty {
  color: #f00;
}
#msi_form .question-group input[type=text], #msi_form .question-group input[type=email], #msi_form .question-group textarea, #msi_form .question-group select {
  background: #fff;
  border: #ccc 1px solid;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
}
#msi_form .radioSty input[type=radio] {
  display: none;
}
#msi_form .radioSty input[type=radio]:checked + label::before {
  border: #f00 1px solid;
}
#msi_form .radioSty input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 4px;
  left: 4px;
}
#TestDrive .question_item.form{padding: 15px 0;}
#TestDrive .question_item ul.checkSty {
    flex-direction: column;
    background: none;}

#TestDrive .question_item ul li{padding-bottom: 15px;}
#msi_form .radioSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#msi_form .radioSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
#msi_form .checkSty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#msi_form .checkSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#msi_form .checkSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
#msi_form .checkSty a {
  color: #333333;
  font-size: 14px;
  border-bottom: #ccc 2px solid;
  padding: 0;
  text-decoration: none;
  margin-left: 15px;
}
#msi_form .checkSty input[type=checkbox] {
  display: none;
}
#msi_form .checkSty input[type=checkbox]:checked + label::before {
  border: #999 1px solid;
  background: url(https://storage-asset.msi.com/event/2019/Questionnaire/images/icon-check.png) center center no-repeat;
  background-size: cover;
}
#msi_form .form-send {
  text-align: center;
}
#msi_form .star {
  color: #ff0000;
  font-size: 18px;
  padding-left: 5px;
}

.lighttbox {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}

.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ltbox {
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  padding: 40px;
  border: #ccc 3px solid;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
  display: none;
}
.ltbox h2 {
  font-size: 26px;
  color: #000;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}
.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}
.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}
.ltbox .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.ltbox a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}/*# sourceMappingURL=main-ph.css.map */