* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
}

button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hide {
  display: none !important;
}

.main-title {
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  .main-title {
    font-size: 38px;
    text-align: left;
  }
}

@media (min-width: 1300px) {
  .main-title {
    font-size: 45px;
  }
}

.subtitle {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

@media (min-width: 996px) {
  .subtitle {
    font-size: 28px;
    text-align: left;
  }
}

.main-text {
  color: #fff;
  padding: 10px 0;
}

@media (min-width: 996px) {
  .main-text {
    font-size: 20px;
  }
}

.note {
  font-size: 14px;
}

.layerSty {
  position: relative;
  z-index: 50;
}

.banner-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .banner-title {
    font-size: 50px;
  }
}

@media (min-width: 1300px) {
  .banner-title {
    font-size: 65px;
  }
}

@-webkit-keyframes gradient-anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes gradient-anim2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-anim2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.tab {
  margin: 5% 0 0;
}

@media (min-width: 996px) {
  .tab {
    margin: 2% 0;
  }
}

.tab__wrapper {
  text-align: center;
}

@media (min-width: 996px) {
  .tab__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.tab__wrapper button {
  position: relative;

  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  color: #717171;
  margin: 5px 20px;
}

@media (min-width: 996px) {
  .tab__wrapper button {
    font-size: 28px;
    margin: 0 15px;
  }
}

.tab__wrapper button:hover {
  color: #fff;
}

.tab__wrapper button.active {
  color: #fff;
}

.tab__wrapper button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 25px;
  height: 6px;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf00), to(#fe2fe3));
  background: linear-gradient(to right, #ffcf00, #fe2fe3);
}

.tab-dec {
  width: 25px;
  height: 6px;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf00), to(#fe2fe3));
  background: linear-gradient(to right, #ffcf00, #fe2fe3);
}

.tabcontent {
  position: relative;
  display: none;
  border-top: none;
}

@media (min-width: 1930px) {
  .tabcontent {
    margin: 0 auto;
  }
}

.slider-container-box {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
}

@media (min-width: 996px) {
  .slider-container-box {
    width: 100%;
  }
}

.slider-card {
  position: relative;
  padding: 30px 40px 10px;
  background: #1b1b1b;
  border-radius: 20px;
}

@media (min-width: 996px) {
  .slider-card {
    padding: 40px 100px;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slider-card img {
  width: 100%;
}

.slider-card h3 {
  position: absolute;
  top: -4%;
  left: 0;
}

@media (min-width: 996px) {
  .slider-card h3 {
    left: -3%;
  }
}

.slider-card p {
  padding: 20px 0;
  text-align: left;
}

@media (min-width: 996px) {
  .slider-card p {
    padding: 20px 0 0;
  }
}

.slick-track {
  text-align: center;
}

.slick-dots li button::before {
  font-size: 50px !important;
  color: #565656 !important;
}

.slick-dots li.slick-active button::before {
  color: #bcbcbc !important;
}

.video {
  padding: 10% 0;
}

@media (min-width: 996px) {
  .video {
    padding: 2% 0;
  }
}

.video__wrapper {
  text-align: center;
}

.video__wrapper .videobox-wrapper {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .video__wrapper .videobox-wrapper {
    width: 100%;
  }
}

.video__wrapper .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video__wrapper .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-content .subTab {
  text-align: center;
}

.tab-content .subTab__btn {
  margin: 0 5px;
  border-radius: 30px;
  background: #393939;
  width: 95% !important;
}

.tab-content .subTab__btn:hover {
  cursor: pointer;
  background: #393939cb;
}

.tab-content .subTab .slick-current .subTab__btn {
  background: #7e7e7e;
}

.tab-content .subTab .hatch-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10%;
  z-index: 20;
  width: 20px;
}

.tab-content .subTab .hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -10%;
  z-index: 20;
  width: 20px;
}

@-webkit-keyframes floatUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floatUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0b3ece),
    color-stop(#3c2dca),
    color-stop(#7719cb),
    color-stop(#970ecc),
    color-stop(#b913c3),
    color-stop(#c04ca0),
    color-stop(#c67885),
    color-stop(90%, #cfbc5b)
  );
  background: linear-gradient(to right, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  background-size: 200% 200%;
  -webkit-animation: gradient-anim2 5s ease infinite;
  animation: gradient-anim2 5s ease infinite;
}

.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d2;
}

.project img {
  width: 100%;
  display: block;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container-box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

@media (min-width: 996px) {
  .project .container-box {
    padding: 0;
  }
}

.project .kv {
  width: 100%;
  position: relative;
}

.project .kv img {
  width: 100%;
}

.project .kv__mainImg {
  position: absolute;
  top: 26%;
  left: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
}

.project .intro {
  position: relative;
  margin-top: 5%;
}

.project .intro p {
  text-align: center;
}

.project .overview {
  padding: 5% 0;
  position: relative;
  z-index: 50;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features {
    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;
  }
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .top-block,
  .project .overview__wrapper-features .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.project .overview__wrapper-features .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item {
    width: 40%;
    margin: 20px;
  }
}

.project .overview__wrapper-features .item p {
  color: #fff;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item p {
    font-size: 20px;
  }
}

.project .overview__wrapper-features .item__leftBox {
  width: 2%;
  height: auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0af6a1),
    color-stop(#5c69c9),
    color-stop(#856ad6),
    color-stop(#da24ac),
    to(#fffeb4)
  );
  background: linear-gradient(to bottom, #0af6a1, #5c69c9, #856ad6, #da24ac, #fffeb4);
}

.project .overview__wrapper-features .item__rightBox {
  width: 95%;
  height: 100%;
}

.project .overview__wrapper-features .item__rightBox-top {
  text-align: right;
  color: #fff;
  font-weight: bold;

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0b3ece),
    color-stop(#3c2dca),
    color-stop(#7719cb),
    color-stop(#970ecc),
    color-stop(#b913c3),
    color-stop(#c04ca0),
    color-stop(#c67885),
    color-stop(90%, #cfbc5b)
  );
  background: linear-gradient(to right, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  background-size: 200% 200%;
  padding: 2px 10px 2px;
  -webkit-animation: gradient-anim 5s ease infinite;
  animation: gradient-anim 5s ease infinite;
}

.project .overview__wrapper-features .item__rightBox-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.project .overview__wrapper-features .item__rightBox-bottom .num {
  position: relative;
  padding: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a121d), color-stop(#240f1d), to(#272013));
  background: linear-gradient(to bottom, #1a121d, #240f1d, #272013);
}

.project .overview__wrapper-features .item__rightBox-bottom .num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0b3ece),
    color-stop(#3c2dca),
    color-stop(#7719cb),
    color-stop(#970ecc),
    color-stop(#b913c3),
    color-stop(#c04ca0),
    color-stop(#c67885),
    color-stop(90%, #cfbc5b)
  );
  background: linear-gradient(to bottom, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  z-index: -1;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-bracket {
  position: absolute;
  font-weight: bold;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox::before {
  font-size: 32px;
  font-weight: bold;
  background: -webkit-linear-gradient(#970ecc, #b913c3, #c67885);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 20;
  padding: 5px;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox::before {
    font-size: 42px;
  }
}

.project .overview__wrapper-features .item__rightBox-bottom .num .top-bracket {
  top: 0;
  left: -15px;
  color: #0c48fa;
}

.project .overview__wrapper-features .item__rightBox-bottom .num .bottom-bracket {
  bottom: 0;
  right: -15px;
  color: #ffe771;
}

.project .overview__wrapper-features .item__rightBox-bottom .content {
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  background: #0f1004;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item__rightBox-bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project .overview__wrapper-features .item__rightBox-bottom .content__txtBox {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 996px) {
  .project .overview__wrapper .top-block {
    margin-left: -10%;
  }
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "1";
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "2";
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "3";
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "4";
}

.project .video {
  padding: 0 0 5%;
  width: 100%;
}

.project .video__wrapper .item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.project .video__wrapper .item iframe,
.project .video__wrapper .item object,
.project .video__wrapper .item embed,
.project .video__wrapper .item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.project .features {
  padding: 0 0 5%;
  position: relative;
  z-index: 50;
}

.project .features__wrapper {
  padding: 30px 20px;
  border-radius: 20px;
  width: 90%;
}

@media (min-width: 1300px) {
  .project .features__wrapper {
    width: 100%;
  }
}

.project .features__wrapper-item {
  margin-bottom: 50px;
}

@media (min-width: 996px) {
  .project .features__wrapper-item {
    margin-bottom: 80px;
    width: 80%;
  }
}

.project .features__wrapper-item h2 {
  padding: 0 0 20px;
}

.project .features__wrapper-item .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project .features__wrapper-item .imgBox figure {
  position: relative;
}

.project .features__wrapper-item .imgBox figure figcaption {
  position: absolute;

  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 5px;
  background: #888;
}

@media (min-width: 996px) {
  .project .features__wrapper-item .imgBox figure figcaption {
    font-size: 15px;
    padding: 2px 10px;
  }
}

.project .features__wrapper-item .imgBox figure:nth-child(1) figcaption {
  bottom: 0;
  left: 0;
}

.project .features__wrapper-item .imgBox figure:nth-child(2) figcaption {
  bottom: 0;
  right: 0;
}

.project .features__wrapper-item:nth-child(2),
.project .features__wrapper-item:nth-child(4) {
  margin-left: auto;
}

.project .features__wrapper-item:nth-child(3) {
  margin: 0 auto 80px;
}

.project .features__wrapper-item:nth-child(5) {
  margin-bottom: 0;
  margin: 0 auto 80px;
}

.project .features__wrapper-item p {
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .features__wrapper-item p {
    width: 90%;
  }
}

.project .advantage {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .advantage {
    margin-top: 0;
  }
}

@media (min-width: 996px) {
  .project .advantage__banner {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-01.jpg);
    background-position: center;
    background-size: cover;
  }
}

.project .advantage__banner .banner-advantageXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .advantage__banner .banner-advantageXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .advantage__banner-contentBox {
    padding: 15% 25px 0;
  }
}

@media (min-width: 1930px) {
  .project .advantage__banner-contentBox {
    padding: 10% 25px 0;
  }
}

.project .advantage__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .advantage__banner-contentBox .banner-title {
    text-align: right;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors {
  position: relative;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/qd-oled-advantage/boundless-colors.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px 40px 50px;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox-icon {
  width: 80px;
  margin: 20px auto 0;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox-icon {
    width: 100px;
    margin: 0;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox p {
  text-align: left;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors #boundlessColors-imgXs {
    display: none;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 {
  position: relative;
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/qd-oled-advantage/dci-p3-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card {
    background-position: center;
    background-size: cover;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card figure {
  padding: 3% 0;
}

.project .advantage__content .tab-content__wrapper #eyeProtection {
  max-width: 1000px;
  margin: 0 auto;
}

.project .advantage__content .tab-content__wrapper #eyeProtection .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #eyeProtection .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .advantage__content .tab-content__wrapper #eyeProtection .less-blue-light .slider-card {
  padding: 40px 40px;
}

.project .advantage__content .tab-content__wrapper #eyeProtection .less-blue-light .slider-card figure {
  padding: 20px 0;
}

.project .oledCare {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .oledCare__banner {
    background: #000;
  }
}

.project .oledCare__banner .banner-careXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .oledCare__banner .banner-careXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox {
    padding: 15% 25px 5%;
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1600px) {
  .project .oledCare__banner-contentBox {
    padding: 10% 25px 5%;
  }
}

@media (min-width: 1930px) {
  .project .oledCare__banner-contentBox {
    padding: 5% 0 5%;
  }
}

.project .oledCare__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox .banner-title {
    text-align: right;
  }
}

.project .oledCare__banner-contentBox p {
  text-align: center;
  margin-left: auto;
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox p {
    text-align: right;
  }
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox p {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .project .oledCare__banner-contentBox p {
    width: 35%;
  }
}

.project .oledCare__content .tab-content #boundary .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .oledCare__content .tab-content #boundary .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

@media (min-width: 1930px) {
  .project .oledCare__content .tab-content #boundary .slider-card {
    padding: 40px 50px;
  }
}

.project .oledCare__content .tab-content #boundary .boundary-content {
  margin-top: 20px;
}

.project .intelligence {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .intelligence__banner {
    background: #000;
  }
}

.project .intelligence__banner .banner-intelligenceXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__banner .banner-intelligenceXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-03.jpg);
    background-position: center;
    background-size: cover;
    padding: 12% 25px 5% 10%;
  }
}

@media (min-width: 1300px) {
  .project .intelligence__banner-contentBox {
    padding: 10% 25px 5% 0;
  }
}

@media (min-width: 1600px) {
  .project .intelligence__banner-contentBox {
    padding: 5% 25px 5% 0;
  }
}

@media (min-width: 1930px) {
  .project .intelligence__banner-contentBox {
    padding: 3.5% 0 3.5%;
  }
}

.project .intelligence__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox .banner-title {
    text-align: left;
  }
}

.project .intelligence__banner-contentBox p {
  text-align: center;
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox p {
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox p {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .project .intelligence__banner-contentBox p {
    width: 35%;
  }
}

.project .intelligence__content .tab-content__wrapper #game-assistance .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #game-assistance .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .intelligence__content .tab-content__wrapper #game-assistance .subTab {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #game-assistance .subTab {
    width: 100%;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/kvm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card #kvm-imgXs {
    display: none;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox {
  padding: 0 10px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox {
    position: relative;
    bottom: initial;
    left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox figure {
  width: 70px;
  margin: 20px auto 0;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox figure {
    margin: initial;
    margin-right: 20px;
    width: 80px;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox p {
  padding: 10px 0 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox p {
    padding: 20px 0;
    width: 65%;
    text-align: left;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .vpr .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/vpr-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.project .intelligence__content .tab-content__wrapper #console-mode .vpr figure {
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .vpr figure {
    width: 80%;
    margin: 100px auto 0;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/allm.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px 90px 50px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card__titleBox p {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card__titleBox p {
    text-align: left;
    padding-top: 0;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card .text2 {
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card .text2 {
    width: 60%;
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card #allm-imgXs {
    display: none;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/cec-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card {
    padding: 40px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card__titleBox p {
  text-align: center;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card__titleBox p {
    text-align: left;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec figure {
  margin-top: 20px;
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card {
    width: auto;
    margin: 0 50px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox {
  padding: 0;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox {
    position: absolute;
    top: -5%;
    left: -3%;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox h3 {
  position: absolute;
  top: -2%;
  left: -3%;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox h3 {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 10px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox p {
  padding: 0;
  text-align: left;

  font-size: 15px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox p {
    width: 90%;
  }
}

.project .connectivity {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .connectivity__banner {
    background: #000;
  }
}

.project .connectivity__banner .banner-connectivityXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .connectivity__banner .banner-connectivityXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .connectivity__banner-contentBox {
    padding: 25% 25px 0;
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-04.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1600px) {
  .project .connectivity__banner-contentBox {
    padding: 19% 25px 0;
  }
}

@media (min-width: 1930px) {
  .project .connectivity__banner-contentBox {
    padding: 12% 25px 0;
  }
}

.project .connectivity__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .connectivity__banner-contentBox .banner-title {
    text-align: right;
  }
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/connectivity/typeC.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.project .connectivity__content .tab-content__wrapper #typeC .slider-card p {
  width: 100%;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card p {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-bottom: 20px;
  }
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card #typeC-imgXs {
    display: none;
  }
}

.project .banner {
  margin: 10% 0;
}

@media (min-width: 1930px) {
  .project .banner {
    margin: 5% 0;
  }
}

.project .banner img {
  width: 100%;
}

.project .banner img:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.project .find {
  padding: 0 0 5%;
}

@media (min-width: 996px) {
  .project .find {
    padding: 0 0 2%;
  }
}

.project .find__wrapper {
  text-align: center;
  margin: 0 auto;
}

.project .find__wrapper-tab {
  overflow: hidden;
  background-color: inherit;
  margin: 20px 0;
  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;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.project .find__wrapper-tab button {
  width: 31%;
  border-radius: 10px;
  background: #343434;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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) {
  .project .find__wrapper-tab button {
    width: auto;
    margin: 0 20px;
    padding: 5px 50px;
  }
}

.project .find__wrapper-tab button img {
  width: 80px;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  display: inline-block;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab button img {
    width: 120px;
  }
}

.project .find__wrapper-tab button:hover {
  background: #343434cb;
}

.project .find__wrapper-tab button:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.project .find__wrapper-tab .activeSeriesTab {
  background: #7e7e7e;
}

.project .find__wrapper-tab .activeSeriesTab img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.project .find__wrapper .tabcontent5 {
  display: none;
  padding: 6px 12px;
  -webkit-animation: floatUp 0.5s ease-in-out;
  animation: floatUp 0.5s ease-in-out;
}

@media (min-width: 996px) {
  .project .find__wrapper .tabcontent5__pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project .find__wrapper .tabcontent5__pd-item {
  border-radius: 15px;
  margin: 15px 15px 30px;
}

@media (min-width: 996px) {
  .project .find__wrapper .tabcontent5__pd-item {
    width: calc(100% / 3 - 30px);
  }
}

.project .find__wrapper .tabcontent5__pd-item img {
  width: 100%;
}

.project .find__wrapper .tabcontent5__pd-item .learn-btn {
  color: #fff;
  background: #222;
  border-radius: 50px;
  margin: 0;
  margin-top: 15px;
  cursor: pointer;

  display: inline-block;
  padding: 5px 25px;
}

.project .find__wrapper .tabcontent5__pd-item .learn-btn:hover {
  cursor: pointer;
  background: #393939cb;
}

.project .specTable {
  padding: 0 0 5%;
}

.project .specTable__wrapper {
  font-size: 14px;
  color: #fff;
  background: #1b1b1b;
  border-radius: 20px;
  width: 90%;
  padding: 0;
  overflow-x: scroll;
}

@media (min-width: 996px) {
  .project .specTable__wrapper {
    overflow-x: initial;
  }
}

.project .specTable__wrapper table {
  border-spacing: 0;
}

@media (min-width: 996px) {
  .project .specTable__wrapper table {
    width: 100%;
  }
}

.project .specTable__wrapper table th {
  position: relative;
  width: calc(100% / 7);
  border-right: 3px solid #000;
  padding-top: 50px;
  padding-bottom: 10px;
}

.project .specTable__wrapper table th:last-child {
  border-right: none;
}

.project .specTable__wrapper table th:nth-child(1) {
  border-top-left-radius: 20px;
  background: #111;
}

.project .specTable__wrapper table td {
  padding: 10px 15px;
  text-align: center;
  border-right: 3px solid #000;
}

.project .specTable__wrapper table td:last-child {
  border-right: none;
}

.project .specTable__wrapper table tr:last-child td {
  padding-bottom: 50px;
}

.project .specTable__wrapper table tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 20px;
  background: #111;
}

.project .specTable__wrapper table .item {
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #111;
}

.project .specTable__wrapper table .item:nth-child(1) {
  z-index: 10;
}
/*# sourceMappingURL=main.css.map */
:root {
  --color-black: #000;
  --color-white: #ffffff;
  --color-error: var(--color-red-400);
  --color-gray-100: #fafafa;
  --color-gray-200: #ececec;
  --color-gray-300: #cccccc;
  --color-gray-400: #808080;
  --color-gray-500: #7c7b7b;
  --color-gray-600: #696969;
  --color-gray-700: #333333;
  --color-gray-800: #222222;
  --color-gray-900: #1a1a1a;
  --color-gold-400: #9a8555;
  --color-red-300: #e92c2c;
  --color-red-400: #ea2023;
  --color-red-500: #fe0000;
  --color-green-300: #92b457;
  --color-green-400: #86b000;
  --color-green-500: #82bc00;
  --color-gaming: var(--color-red-500);
  --color-cc: var(--color-gold-400);
  --color-bp: var(--color-gold-400);
  --color-amd: var(--color-green-400);
  --color-alpha: var(--color-green-300);
  --body-bgcolor: var(--color-white);
  --body-text-color: var(--color-gray-700);
}
:root {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Meiryo UI",
    Helvetica, Arial, sans-serif;
  --body-font-size: var(--text-md);
  --title-xl: 24px;
  --title-lg: 22px;
  --title-md: 20px;
  --title-sm: 18px;
  --title-xs: 16px;
  --text-xl: 20px;
  --text-lg: 18px;
  --text-md: 17px;
  --text-sm: 16px;
  --text-xs: 15px;
  --note-lg: 16px;
  --note-xl: 14px;
  --note-md: 13px;
  --note-sm: 12px;
  --link--xl: 20px;
  --link-lg: 18px;
  --link-md: 17px;
  --link-sm: 16px;
  --link-xs: 14px;
  --line-height-xl: 2;
  --line-height-lg: 1.8;
  --line-height-md: 1.5;
  --line-height-xs: 1.3;
  --line-height-list: 1.8;
  --line-height-article: 1.8;
}
@media (min-width: 992px) {
  :root {
    --title-xl: 36px;
    --title-lg: 26px;
  }
}
@media (min-width: 1930px) {
  :root {
    --title-md: 22px;
    --title-sm: 20px;
    --title-xs: 17px;
    --text-lg: 19px;
    --text-md: 18px;
    --text-sm: 17px;
    --text-xs: 16px;
    --note-lg: 17px;
    --note-xl: 15px;
    --note-md: 14px;
    --note-sm: 13px;
    --link-lg: 19px;
    --link-md: 18px;
    --link-sm: 17px;
    --line-xs: 16px;
  }
}
html:lang(ja-JP) body,
html:lang(JP) body {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Segoe UI", "Meiryo UI", "Yu Gothic", Arial, sans-serif;
}
html:lang(zh-TW) body,
html:lang(zh-CN) body,
html:lang(ja-JP) body,
html:lang(JP) body,
html:lang(ko-KR) body {
  --title-sm: 17px;
  --text-md: 16px;
}
@media (min-width: 1930px) {
  html:lang(zh-TW) body,
  html:lang(zh-CN) body,
  html:lang(ja-JP) body,
  html:lang(JP) body,
  html:lang(ko-KR) body {
    --title-sm: 18px;
    --text-md: 17px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
button {
  font-size: 100%;
  cursor: pointer;
  border: none;
  background: none;
}
button:link,
button:hover,
button:visited,
button:active,
button:focus {
  outline: none;
  appearance: none;
}
select {
  appearance: none;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  -moz-outline-style: none;
}
.msi__container {
  width: 100%;
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .msi__container {
    max-width: 1280px;
    padding: 0;
  }
}
body {
  font-size: var(--body-font-size);
  color: var(--body-text-color);
  background: var(--body-bgcolor);
  font-family: var(--MSIBodyFont);
}
body .carousel--banner .swiper-container {
  font-size: 0;
}
body button {
  appearance: none;
}
#INDmenu-btn {
  display: none !important;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
}

button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hide {
  display: none !important;
}

.main-title {
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  .main-title {
    font-size: 38px;
    text-align: left;
  }
}

@media (min-width: 1300px) {
  .main-title {
    font-size: 45px;
  }
}

.subtitle {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

@media (min-width: 996px) {
  .subtitle {
    font-size: 28px;
    text-align: left;
  }
}

.main-text {
  color: #fff;
  padding: 10px 0;
}

@media (min-width: 996px) {
  .main-text {
    font-size: 20px;
  }
}

.note {
  font-size: 14px;
}

.layerSty {
  position: relative;
  z-index: 50;
}

.banner-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .banner-title {
    font-size: 50px;
  }
}

@media (min-width: 1300px) {
  .banner-title {
    font-size: 65px;
  }
}

@-webkit-keyframes gradient-anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes gradient-anim2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-anim2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.tab {
  margin: 5% 0 0;
}

@media (min-width: 996px) {
  .tab {
    margin: 2% 0;
  }
}

.tab__wrapper {
  text-align: center;
}

@media (min-width: 996px) {
  .tab__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.tab__wrapper button {
  position: relative;

  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  color: #717171;
  margin: 5px 20px;
}

@media (min-width: 996px) {
  .tab__wrapper button {
    font-size: 28px;
    margin: 0 15px;
  }
}

.tab__wrapper button:hover {
  color: #fff;
}

.tab__wrapper button.active {
  color: #fff;
}

.tab__wrapper button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 25px;
  height: 6px;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf00), to(#fe2fe3));
  background: linear-gradient(to right, #ffcf00, #fe2fe3);
}

.tab-dec {
  width: 25px;
  height: 6px;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf00), to(#fe2fe3));
  background: linear-gradient(to right, #ffcf00, #fe2fe3);
}

.tabcontent {
  position: relative;
  display: none;
  border-top: none;
}

@media (min-width: 1930px) {
  .tabcontent {
    margin: 0 auto;
  }
}

.slider-container-box {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
}

@media (min-width: 996px) {
  .slider-container-box {
    width: 100%;
  }
}

.slider-card {
  position: relative;
  padding: 30px 40px 10px;
  background: #1b1b1b;
  border-radius: 20px;
}

@media (min-width: 996px) {
  .slider-card {
    padding: 40px 100px;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slider-card img {
  width: 100%;
}

.slider-card h3 {
  position: absolute;
  top: -4%;
  left: 0;
}

@media (min-width: 996px) {
  .slider-card h3 {
    left: -3%;
  }
}

.slider-card p {
  padding: 20px 0;
  text-align: left;
}

@media (min-width: 996px) {
  .slider-card p {
    padding: 20px 0 0;
  }
}

.slick-track {
  text-align: center;
}

.slick-dots li button::before {
  font-size: 50px !important;
  color: #565656 !important;
}

.slick-dots li.slick-active button::before {
  color: #bcbcbc !important;
}

.video {
  padding: 10% 0;
}

@media (min-width: 996px) {
  .video {
    padding: 2% 0;
  }
}

.video__wrapper {
  text-align: center;
}

.video__wrapper .videobox-wrapper {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .video__wrapper .videobox-wrapper {
    width: 100%;
  }
}

.video__wrapper .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video__wrapper .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-content .subTab {
  text-align: center;
}

.tab-content .subTab__btn {
  margin: 0 5px;
  border-radius: 30px;
  background: #393939;
  width: 95% !important;
}

.tab-content .subTab__btn:hover {
  cursor: pointer;
  background: #393939cb;
}

.tab-content .subTab .slick-current .subTab__btn {
  background: #7e7e7e;
}

.tab-content .subTab .hatch-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10%;
  z-index: 20;
  width: 20px;
}

.tab-content .subTab .hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -10%;
  z-index: 20;
  width: 20px;
}

@-webkit-keyframes floatUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floatUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0b3ece),
    color-stop(#3c2dca),
    color-stop(#7719cb),
    color-stop(#970ecc),
    color-stop(#b913c3),
    color-stop(#c04ca0),
    color-stop(#c67885),
    color-stop(90%, #cfbc5b)
  );
  background: linear-gradient(to right, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  background-size: 200% 200%;
  -webkit-animation: gradient-anim2 5s ease infinite;
  animation: gradient-anim2 5s ease infinite;
}

.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d2;
}

.project img {
  width: 100%;
  display: block;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container-box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

@media (min-width: 996px) {
  .project .container-box {
    padding: 0;
  }
}

.project .kv {
  width: 100%;
  position: relative;
}

.project .kv img {
  width: 100%;
}

.project .kv__mainImg {
  position: absolute;
  top: 26%;
  left: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
}

.project .intro {
  position: relative;
  margin-top: 5%;
}

.project .intro p {
  text-align: center;
}

.project .overview {
  padding: 5% 0;
  position: relative;
  z-index: 50;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features {
    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;
  }
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .top-block,
  .project .overview__wrapper-features .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.project .overview__wrapper-features .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item {
    width: 40%;
    margin: 20px;
  }
}

.project .overview__wrapper-features .item p {
  color: #fff;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item p {
    font-size: 20px;
  }
}

.project .overview__wrapper-features .item__leftBox {
  width: 2%;
  height: auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0af6a1),
    color-stop(#5c69c9),
    color-stop(#856ad6),
    color-stop(#da24ac),
    to(#fffeb4)
  );
  background: linear-gradient(to bottom, #0af6a1, #5c69c9, #856ad6, #da24ac, #fffeb4);
}

.project .overview__wrapper-features .item__rightBox {
  width: 95%;
  height: 100%;
}

.project .overview__wrapper-features .item__rightBox-top {
  text-align: right;
  color: #fff;
  font-weight: bold;

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0b3ece),
    color-stop(#3c2dca),
    color-stop(#7719cb),
    color-stop(#970ecc),
    color-stop(#b913c3),
    color-stop(#c04ca0),
    color-stop(#c67885),
    color-stop(90%, #cfbc5b)
  );
  background: linear-gradient(to right, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  background-size: 200% 200%;
  padding: 2px 10px 2px;
  -webkit-animation: gradient-anim 5s ease infinite;
  animation: gradient-anim 5s ease infinite;
}

.project .overview__wrapper-features .item__rightBox-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.project .overview__wrapper-features .item__rightBox-bottom .num {
  position: relative;
  padding: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a121d), color-stop(#240f1d), to(#272013));
  background: linear-gradient(to bottom, #1a121d, #240f1d, #272013);
}

.project .overview__wrapper-features .item__rightBox-bottom .num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0b3ece),
    color-stop(#3c2dca),
    color-stop(#7719cb),
    color-stop(#970ecc),
    color-stop(#b913c3),
    color-stop(#c04ca0),
    color-stop(#c67885),
    color-stop(90%, #cfbc5b)
  );
  background: linear-gradient(to bottom, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  z-index: -1;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-bracket {
  position: absolute;
  font-weight: bold;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox::before {
  font-size: 32px;
  font-weight: bold;
  background: -webkit-linear-gradient(#970ecc, #b913c3, #c67885);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 20;
  padding: 5px;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox::before {
    font-size: 42px;
  }
}

.project .overview__wrapper-features .item__rightBox-bottom .num .top-bracket {
  top: 0;
  left: -15px;
  color: #0c48fa;
}

.project .overview__wrapper-features .item__rightBox-bottom .num .bottom-bracket {
  bottom: 0;
  right: -15px;
  color: #ffe771;
}

.project .overview__wrapper-features .item__rightBox-bottom .content {
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  background: #0f1004;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item__rightBox-bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project .overview__wrapper-features .item__rightBox-bottom .content__txtBox {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 996px) {
  .project .overview__wrapper .top-block {
    margin-left: -10%;
  }
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "1";
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "2";
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "3";
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "4";
}

.project .video {
  padding: 0 0 5%;
  width: 100%;
}

.project .video__wrapper .item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.project .video__wrapper .item iframe,
.project .video__wrapper .item object,
.project .video__wrapper .item embed,
.project .video__wrapper .item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.project .features {
  padding: 0 0 5%;
  position: relative;
  z-index: 50;
}

.project .features__wrapper {
  padding: 30px 20px;
  border-radius: 20px;
  width: 90%;
}

@media (min-width: 1300px) {
  .project .features__wrapper {
    width: 100%;
  }
}

.project .features__wrapper-item {
  margin-bottom: 50px;
}

@media (min-width: 996px) {
  .project .features__wrapper-item {
    margin-bottom: 80px;
    width: 80%;
  }
}

.project .features__wrapper-item h2 {
  padding: 0 0 20px;
}

.project .features__wrapper-item .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project .features__wrapper-item .imgBox figure {
  position: relative;
}

.project .features__wrapper-item .imgBox figure figcaption {
  position: absolute;

  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 5px;
  background: #888;
}

@media (min-width: 996px) {
  .project .features__wrapper-item .imgBox figure figcaption {
    font-size: 15px;
    padding: 2px 10px;
  }
}

.project .features__wrapper-item .imgBox figure:nth-child(1) figcaption {
  bottom: 0;
  left: 0;
}

.project .features__wrapper-item .imgBox figure:nth-child(2) figcaption {
  bottom: 0;
  right: 0;
}

.project .features__wrapper-item:nth-child(2),
.project .features__wrapper-item:nth-child(4) {
  margin-left: auto;
}

.project .features__wrapper-item:nth-child(3) {
  margin: 0 auto 80px;
}

.project .features__wrapper-item:nth-child(5) {
  margin-bottom: 0;
  margin: 0 auto 80px;
}

.project .features__wrapper-item p {
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .features__wrapper-item p {
    width: 90%;
  }
}

.project .advantage {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .advantage {
    margin-top: 0;
  }
}

@media (min-width: 996px) {
  .project .advantage__banner {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-01.jpg);
    background-position: center;
    background-size: cover;
  }
}

.project .advantage__banner .banner-advantageXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .advantage__banner .banner-advantageXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .advantage__banner-contentBox {
    padding: 15% 25px 0;
  }
}

@media (min-width: 1930px) {
  .project .advantage__banner-contentBox {
    padding: 10% 25px 0;
  }
}

.project .advantage__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .advantage__banner-contentBox .banner-title {
    text-align: right;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors {
  position: relative;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/qd-oled-advantage/boundless-colors.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px 40px 50px;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox-icon {
  width: 80px;
  margin: 20px auto 0;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox-icon {
    width: 100px;
    margin: 0;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox p {
  text-align: left;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors #boundlessColors-imgXs {
    display: none;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 {
  position: relative;
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/qd-oled-advantage/dci-p3-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card {
    background-position: center;
    background-size: cover;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card figure {
  padding: 3% 0;
}

.project .advantage__content .tab-content__wrapper #eyeProtection {
  max-width: 1000px;
  margin: 0 auto;
}

.project .advantage__content .tab-content__wrapper #eyeProtection .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #eyeProtection .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .advantage__content .tab-content__wrapper #eyeProtection .less-blue-light .slider-card {
  padding: 40px 40px;
}

.project .advantage__content .tab-content__wrapper #eyeProtection .less-blue-light .slider-card figure {
  padding: 20px 0;
}

.project .oledCare {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .oledCare__banner {
    background: #000;
  }
}

.project .oledCare__banner .banner-careXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .oledCare__banner .banner-careXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox {
    padding: 15% 25px 5%;
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1600px) {
  .project .oledCare__banner-contentBox {
    padding: 10% 25px 5%;
  }
}

@media (min-width: 1930px) {
  .project .oledCare__banner-contentBox {
    padding: 5% 0 5%;
  }
}

.project .oledCare__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox .banner-title {
    text-align: right;
  }
}

.project .oledCare__banner-contentBox p {
  text-align: center;
  margin-left: auto;
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox p {
    text-align: right;
  }
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox p {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .project .oledCare__banner-contentBox p {
    width: 35%;
  }
}

.project .oledCare__content .tab-content #boundary .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .oledCare__content .tab-content #boundary .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

@media (min-width: 1930px) {
  .project .oledCare__content .tab-content #boundary .slider-card {
    padding: 40px 50px;
  }
}

.project .oledCare__content .tab-content #boundary .boundary-content {
  margin-top: 20px;
}

.project .intelligence {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .intelligence__banner {
    background: #000;
  }
}

.project .intelligence__banner .banner-intelligenceXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__banner .banner-intelligenceXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-03.jpg);
    background-position: center;
    background-size: cover;
    padding: 12% 25px 5% 10%;
  }
}

@media (min-width: 1300px) {
  .project .intelligence__banner-contentBox {
    padding: 10% 25px 5% 0;
  }
}

@media (min-width: 1600px) {
  .project .intelligence__banner-contentBox {
    padding: 5% 25px 5% 0;
  }
}

@media (min-width: 1930px) {
  .project .intelligence__banner-contentBox {
    padding: 3.5% 0 3.5%;
  }
}

.project .intelligence__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox .banner-title {
    text-align: left;
  }
}

.project .intelligence__banner-contentBox p {
  text-align: center;
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox p {
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox p {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .project .intelligence__banner-contentBox p {
    width: 35%;
  }
}

.project .intelligence__content .tab-content__wrapper #game-assistance .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #game-assistance .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .intelligence__content .tab-content__wrapper #game-assistance .subTab {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #game-assistance .subTab {
    width: 100%;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/kvm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card #kvm-imgXs {
    display: none;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox {
  padding: 0 10px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox {
    position: relative;
    bottom: initial;
    left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox figure {
  width: 70px;
  margin: 20px auto 0;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox figure {
    margin: initial;
    margin-right: 20px;
    width: 80px;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox p {
  padding: 10px 0 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox p {
    padding: 20px 0;
    width: 65%;
    text-align: left;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .vpr .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/vpr-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.project .intelligence__content .tab-content__wrapper #console-mode .vpr figure {
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .vpr figure {
    width: 80%;
    margin: 100px auto 0;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/allm.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px 90px 50px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card__titleBox p {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card__titleBox p {
    text-align: left;
    padding-top: 0;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card .text2 {
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card .text2 {
    width: 60%;
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card #allm-imgXs {
    display: none;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/cec-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card {
    padding: 40px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card__titleBox p {
  text-align: center;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card__titleBox p {
    text-align: left;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec figure {
  margin-top: 20px;
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card {
    width: auto;
    margin: 0 50px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox {
  padding: 0;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox {
    position: absolute;
    top: -5%;
    left: -3%;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox h3 {
  position: absolute;
  top: -2%;
  left: -3%;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox h3 {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 10px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox p {
  padding: 0;
  text-align: left;

  font-size: 15px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox p {
    width: 90%;
  }
}

.project .connectivity {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .connectivity__banner {
    background: #000;
  }
}

.project .connectivity__banner .banner-connectivityXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .connectivity__banner .banner-connectivityXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .connectivity__banner-contentBox {
    padding: 25% 25px 0;
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-04.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1600px) {
  .project .connectivity__banner-contentBox {
    padding: 19% 25px 0;
  }
}

@media (min-width: 1930px) {
  .project .connectivity__banner-contentBox {
    padding: 12% 25px 0;
  }
}

.project .connectivity__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .connectivity__banner-contentBox .banner-title {
    text-align: right;
  }
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/connectivity/typeC.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.project .connectivity__content .tab-content__wrapper #typeC .slider-card p {
  width: 100%;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card p {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-bottom: 20px;
  }
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card #typeC-imgXs {
    display: none;
  }
}

.project .banner {
  margin: 10% 0;
}

@media (min-width: 1930px) {
  .project .banner {
    margin: 5% 0;
  }
}

.project .banner img {
  width: 100%;
}

.project .banner img:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.project .find {
  padding: 0 0 5%;
}

@media (min-width: 996px) {
  .project .find {
    padding: 0 0 2%;
  }
}

.project .find__wrapper {
  text-align: center;
  margin: 0 auto;
}

.project .find__wrapper-tab {
  overflow: hidden;
  background-color: inherit;
  margin: 20px 0;
  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;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.project .find__wrapper-tab button {
  width: 31%;
  border-radius: 10px;
  background: #343434;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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) {
  .project .find__wrapper-tab button {
    width: auto;
    margin: 0 20px;
    padding: 5px 50px;
  }
}

.project .find__wrapper-tab button img {
  width: 80px;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  display: inline-block;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab button img {
    width: 120px;
  }
}

.project .find__wrapper-tab button:hover {
  background: #343434cb;
}

.project .find__wrapper-tab button:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.project .find__wrapper-tab .activeSeriesTab {
  background: #7e7e7e;
}

.project .find__wrapper-tab .activeSeriesTab img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.project .find__wrapper .tabcontent5 {
  display: none;
  padding: 6px 12px;
  -webkit-animation: floatUp 0.5s ease-in-out;
  animation: floatUp 0.5s ease-in-out;
}

@media (min-width: 996px) {
  .project .find__wrapper .tabcontent5__pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project .find__wrapper .tabcontent5__pd-item {
  border-radius: 15px;
  margin: 15px 15px 30px;
}

@media (min-width: 996px) {
  .project .find__wrapper .tabcontent5__pd-item {
    width: calc(100% / 3 - 30px);
  }
}

.project .find__wrapper .tabcontent5__pd-item img {
  width: 100%;
}

.project .find__wrapper .tabcontent5__pd-item .learn-btn {
  color: #fff;
  background: #222;
  border-radius: 50px;
  margin: 0;
  margin-top: 15px;
  cursor: pointer;

  display: inline-block;
  padding: 5px 25px;
}

.project .find__wrapper .tabcontent5__pd-item .learn-btn:hover {
  cursor: pointer;
  background: #393939cb;
}

.project .specTable {
  padding: 0 0 5%;
}

.project .specTable__wrapper {
  font-size: 14px;
  color: #fff;
  background: #1b1b1b;
  border-radius: 20px;
  width: 90%;
  padding: 0;
  overflow-x: scroll;
}

@media (min-width: 996px) {
  .project .specTable__wrapper {
    overflow-x: initial;
  }
}

.project .specTable__wrapper table {
  border-spacing: 0;
}

@media (min-width: 996px) {
  .project .specTable__wrapper table {
    width: 100%;
  }
}

.project .specTable__wrapper table th {
  position: relative;
  width: calc(100% / 7);
  border-right: 3px solid #000;
  padding-top: 50px;
  padding-bottom: 10px;
}

.project .specTable__wrapper table th:last-child {
  border-right: none;
}

.project .specTable__wrapper table th:nth-child(1) {
  border-top-left-radius: 20px;
  background: #111;
}

.project .specTable__wrapper table td {
  padding: 10px 15px;
  text-align: center;
  border-right: 3px solid #000;
}

.project .specTable__wrapper table td:last-child {
  border-right: none;
}

.project .specTable__wrapper table tr:last-child td {
  padding-bottom: 50px;
}

.project .specTable__wrapper table tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 20px;
  background: #111;
}

.project .specTable__wrapper table .item {
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #111;
}

.project .specTable__wrapper table .item:nth-child(1) {
  z-index: 10;
}
/*# sourceMappingURL=main.css.map */

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/*# sourceMappingURL=slick-theme.min.css.map */
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 100px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

* {
  font-family: "Instrument Sans" !important;
}

.x-logo {
  max-width: 100%;
  width: 132px;
}

@media (min-width: 576px) {
  .x-logo {
    width: 200px;
  }
}

.warranty {
  position: relative;
  color: #fff;
  background: url("../images/warranty-bg.jpeg") no-repeat;
  background-size: cover;
  padding: 60px 32px;
  margin: 60px 0;
}

.warranty__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .warranty__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.warranty h2 {
  margin-bottom: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
.cta {
  border-radius: 8px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  background: #0082fa;
  color: #fff;
  margin-top: 10px;
  z-index: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.cta[disabled] {
  filter: grayscale(100);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
.cta:hover {
  background: #0067c7;
  color: #fff;
}
.cta--outline {
  border: 1px solid #0082fa;
  color: #0082fa;
  background: none;
}
.cta--outline:hover {
  background: #0082fa;
  color: #fff;
}
.cta--secondary {
  background: #0fd2ff;
  border: none;
  color: #fff;
}
.cta--secondary:hover {
  background: #00b2db;
  color: #fff;
}
.cta--secondary--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}
.cta--secondary--outline:hover {
  background: #0fd2ff;
  color: #fff;
}
.cta--white {
  background: #fff;
  color: #000;
}
.cta--white:hover {
  background: #ccc;
  color: #000;
}
.cta--white--outline {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.cta--white--outline:hover {
  background: #fff;
  color: #000;
}
.cta--black {
  background: #222;
  color: #fff;
}
.cta--black:hover {
  background: #444;
  color: #fff;
}
.cta--black--outline {
  border: 1px solid #000;
  color: #000;
  background: none;
}
.cta--black--outline:hover {
  background: #000;
  color: #fff;
}
.cta--gray {
  background: #575757;
  color: #fff;
}
.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}
.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666;
}
.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333;
}
.cta--gray--outline {
  border: 1px solid #575757;
  color: #575757;
  background: none;
}
.cta--gray--outline:hover {
  background: #575757;
  color: #fff;
}
.cta--violet {
  background: #8250fa;
  color: #fff;
}
.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}
.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}
.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}
.cta--violet--outline {
  border: 1px solid #8250fa;
  color: #8250fa;
  background: none;
}
.cta--violet--outline:hover {
  background: #8250fa;
  color: #fff;
}
.cta--pink {
  background: #fa0064;
  color: #fff;
}
.cta--pink:hover {
  background: #c70050;
  color: #fff;
}
.cta--pink--outline {
  border: 1px solid #fa0064;
  color: #fa0064;
  background: none;
}
.cta--pink--outline:hover {
  background: #fa0064;
  color: #fff;
}
.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}
.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}
.cta--blue {
  background: #0fd2ff;
  color: #fff;
}
.cta--blue:hover {
  background: #00b2db;
  color: #fff;
}
.cta--blue--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}
.cta--blue--outline:hover {
  background: #0fd2ff;
  color: #fff;
}
.cta--big {
  height: 48px;
  line-height: 48px;
  padding: 0 34px;
  font-size: 1.1rem;
}
.cta--medium {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}
.cta--small {
  height: 40px;
  padding: 0 24px;
  font-size: 0.95rem;
}
.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}
