.msiFooter {
  display: none;
}

.oled {
  background: #0d0d0d;
  overflow: hidden;
  --text-h-one: 30px;
  --text-h-two: 24px;
  --text-h-three: 20px;
  --text-h-four: 18px;
  --text-h-five: 16px;
  --text-p: 15px;
  --text-small: 11px;
  color: #222222;
}
@media (min-width: 996px) {
  .oled {
    --text-h-one: 36px;
    --text-h-two: 32px;
    --text-h-three: 28px;
    --text-h-four: 24px;
    --text-h-five: 20px;
    --text-p: 16px;
  }
}
.oled h1 {
  font-size: var(--text-h-one);
}
.oled h2 {
  font-size: var(--text-h-two);
}
.oled h3 {
  font-size: var(--text-h-three);
}
.oled h4 {
  font-size: var(--text-h-four);
}
.oled h5 {
  font-size: var(--text-h-five);
}
.oled p {
  font-size: var(--text-p);
}
.oled small {
  font-size: var(--text-small);
  display: block;
}
.oled main {
  position: relative;
  z-index: 1;
}
.oled .container {
  width: 100%;
  max-width: 1440px;
  padding: 25px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .oled .container {
    text-align: left;
  }
}

.kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kv__logo {
  display: block;
  position: absolute;
  top: 4%;
  left: 5%;
  z-index: 5;
  height: 54px;
}
.kv__logo figure {
  width: 100%;
  height: 54px;
}
.kv__logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .kv__logo figure {
    height: 65px;
  }
}
.kv picture {
  line-height: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.kv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__text {
  position: absolute;
  top: 43%;
  left: 20vw;
  z-index: 3;
}
.kv__text .blurText {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 10px;
}
.kv__text .blurText h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.kv__text .blurText__relative {
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: transparent;
  position: relative;
  z-index: 3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  background: -webkit-linear-gradient(0deg, #ff00f7, #002fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__text .blurText__absolute {
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 4;
}
.kv__text figure {
  margin: 0 auto;
  width: 460px;
}
.kv__text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tab {
  position: relative;
}
.tab__ul {
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.tab__ul li {
  cursor: pointer;
  margin: 15px 30px;
}
.tab__ul li a {
  color: #b0b0b0;
}
.tab__ul li a:hover {
  color: #fff;
}

.describe {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 100px 25px 0px;
  background: #0d0d0d;
  color: #fff;
}
.describe__text {
  -webkit-filter: drop-shadow(0 0 8px #fff);
          filter: drop-shadow(0 0 8px #fff);
  font-size: 22px !important;
}
@media (min-width: 996px) {
  .describe__text {
    font-size: 28px !important;
  }
}

.shout {
  width: 100%;
  text-align: center;
  padding: 6% 25px 0;
  background: #0d0d0d;
}
.shout h2 {
  color: #fff;
  margin-bottom: 10px;
}
.shout h3 {
  color: #e6ae40;
  margin-bottom: 30px;
}
.shout__figure {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.shout__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shout__figure img {
  border-radius: 20px;
}
.shout__flex {
  max-width: 1100px;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shout__item {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.shout__item figure {
  margin: 0 auto 10px;
  width: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shout__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shout__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.shout__item h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shout .tc {
  text-align: left;
  max-width: 1280px;
  padding: 40px 20px;
  margin: 0 auto;
  background: #1f1f1f;
  border-radius: 20px;
}
@media (min-width: 996px) {
  .shout .tc {
    padding: 40px;
  }
}
.shout .tc h5 {
  color: #079ff7;
  margin-top: 20px;
  margin-bottom: 5px;
}
.shout .tc ul {
  color: #fff;
  margin-left: 20px;
}
.shout .tc ul li {
  list-style-type: disc;
  line-height: 30px;
}
.shout .tc .aLink {
  width: 100%;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.shout .tc .aLink a {
  cursor: pointer;
  border-radius: 15px;
  padding: 10px 20px;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
  display: inline-block;
  color: #fff;
  margin: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 250px;
}
@media (min-width: 996px) {
  .shout .tc .aLink a {
    margin: 10px 20px;
    padding: 10px;
    min-width: 250px;
  }
}
.shout .tc .aLink a:hover {
  opacity: 0.8;
  background: -webkit-gradient(linear, left bottom, right top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to right top, #6c186e, #1436a8);
}

.store {
  margin: 0 auto;
  text-align: center;
  padding: 6% 25px;
  background: url("https://storage-asset.msi.com/event/2023/CND/QD-OLED-MNT/images/bg-1.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  color: #fff;
}
.store h2 {
  margin-bottom: 30px;
}
.store h4 {
  margin-bottom: 30px;
}
.store__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 20px 20px 0;
  max-width: 230px;
}
.store__item p {
  margin-bottom: 20px;
  font-weight: 600;
}
.store__item ul {
  margin: 20px 0 0;
}
.store__item ul li {
  margin: 10px 0;
}
.store__item ul li:hover {
  color: #fff;
}
.store__item ul li i {
  margin-left: 5px;
}
.store__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.reviewList {
  width: 100%;
  text-align: center;
  background: #0d0d0d;
  padding: 6% 25px;
  color: #ffffff;
}
.reviewList__flex {
  max-width: 1600px;
  width: 100%;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviewList__item {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 996px) {
  .reviewList__item {
    width: calc(50% - 40px);
    margin: 20px;
  }
}
@media (min-width: 1300px) {
  .reviewList__item {
    width: calc(25% - 40px);
  }
}
.reviewList__item figure {
  margin: 10px 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reviewList__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .reviewList__item figure {
    margin: 10px;
  }
}
.reviewList__item figure img {
  border-radius: 20px;
}
.reviewList__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.reviewList__item h5 {
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.promotions {
  width: 100%;
  text-align: center;
  background: #0d0d0d;
  padding: 6% 25px;
  color: #ffffff;
}
.promotions__flex {
  max-width: 1600px;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotions__item {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px;
  width: 400px;
  max-width: 100%;
}
.promotions__item figure {
  margin: 10px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.promotions__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promotions__item figure img {
  border-radius: 20px;
}
.promotions__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.promotions__item h5 {
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.buyNowBox {
  width: 100%;
  overflow: hidden;
  padding: 6% 25px;
  background: #0d0d0d;
  color: #fff;
}
.buyNowBox h2 {
  text-align: center;
  margin-bottom: 20px;
}
.buyNowBox .buynow__area {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.buyNowBox .buynow__area .dealBox {
  margin: 16px 30px;
  width: 300px;
}
.buyNowBox .buynow__area .dealBox .dealImgBox {
  max-width: 300px;
  width: 100%;
}
.buyNowBox .buynow__area .dealBox .dealImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyNowBox .buynow__area .dealBox .dealInfo__title {
  font-weight: 700;
  margin-bottom: 5px;
}
.buyNowBox .buynow__area .dealBox .dealInfo .dealSubTitle {
  margin-bottom: 20px;
}
.buyNowBox .buynow__area .dealBox .dealInfo .dealSpec {
  margin-left: 10px;
  width: 100%;
}
.buyNowBox .buynow__area .dealBox .dealInfo .dealSpec li {
  margin: 0 auto;
  max-width: 250px;
  text-align: left;
  list-style-type: disc;
}
.buyNowBox .buynow__area .btnBox {
  width: 100%;
}
.buyNowBox .buynow__area .btnBox__info {
  min-width: 220px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 10px auto;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
}
.buyNowBox .buynow__area .btnBox__info:hover {
  opacity: 0.8;
  background: -webkit-gradient(linear, left bottom, right top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to right top, #6c186e, #1436a8);
}

.infoBox {
  width: 100%;
  text-align: center;
  background: #0d0d0d;
  padding: 6% 25px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .infoBox {
    padding: 0% 25px;
  }
}
.infoBox .centerBox {
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoBox__positionImg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.8;
}
.infoBox__positionImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .infoBox__positionImg {
    top: 55%;
    width: 50%;
  }
  .infoBox__positionImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.infoBox__position {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 996px) {
  .infoBox__position {
    top: 45%;
  }
}
.infoBox__position-title {
  font-size: 4vw !important;
}
.infoBox__figure {
  margin: 40px auto 0;
  width: 80%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
  background: #0d0d0d;
}
.infoBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .infoBox__figure {
    width: 60%;
  }
  .infoBox__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.infoBox__figure-position {
  line-height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.infoBox__figure-move {
  top: -6%;
}
.infoBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 5% auto 0;
}
.infoBox__text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 20px;
  min-width: 260px;
  padding: 15px 10px;
  margin: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#313131));
  background: linear-gradient(to bottom, #131313, #313131);
}
.infoBox__text:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
}
.infoBox__text--active {
  color: #ffffff;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
}
.infoBox .infoText {
  margin: 0 auto;
}
.infoBox .infoText__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
}
.infoBox .infoText__item .wordBox {
  width: 200px;
  margin: 20px;
}
.infoBox .infoText__item .wordBox h4 {
  margin-bottom: 5px;
}
.infoBox .infoText__item .wordBox p {
  color: #8d8d8d;
}
.infoBox .infoText__item--active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popout {
  background: rgba(0, 0, 0, 0.839);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  background: #161616;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
.popout__block-close svg {
  fill: #fff;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}
.popout__dm a img {
  height: 50px;
}/*# sourceMappingURL=main.css.map */