* {
  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;
}

.main-title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  z-index: 20;
  position: relative;
  margin-bottom: 50px;
  padding: 50px 25px;
  text-shadow: 0 0 10px #222c1d;
  z-index: 50;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 36px;
  }
}
.main-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-text {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .main-text {
    font-size: 17px;
  }
}

.btnBox {
  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;
  gap: 20px;
}
@media (min-width: 996px) {
  .btnBox {
    gap: 40px;
  }
}
.btnBox a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 100%, 5% 100%, 0 76%);
  border-bottom: 3px solid #9bc881;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(120deg);
          filter: hue-rotate(120deg);
}
@media (min-width: 996px) {
  .btnBox a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.btnBox a::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.btnBox a::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.btnBox a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  background: #000;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(rgba(0, 0, 0, 0.2784313725)), to(#000000));
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.2784313725), #000000);
}

.kv {
  position: relative;
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
}

.intro {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .intro {
    padding: 100px 0 80px;
  }
}
.intro__wrapper-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
}
@media (min-width: 996px) {
  .intro__wrapper-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .intro__wrapper-dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.intro__wrapper-dateBox .item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#395827), color-stop(#353b38), to(transparent));
  background: linear-gradient(to bottom, #395827, #353b38, transparent);
  color: #fff;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 996px) {
  .intro__wrapper-dateBox .item {
    width: 40%;
  }
}
.intro__wrapper-dateBox .item__title {
  position: relative;
  font-size: 16px;
  font-style: italic;
  z-index: 50;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
}
@media (min-width: 996px) {
  .intro__wrapper-dateBox .item__title {
    font-size: 18px;
  }
}
.intro__wrapper-dateBox .item__title::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.intro__wrapper-dateBox .item__title::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.intro__wrapper-dateBox .item__title span {
  display: block;
  padding: 10px 25px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(120deg);
          filter: hue-rotate(120deg);
}
.intro__wrapper-dateBox .item__text {
  position: relative;
  padding: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  z-index: 50;
}
@media (min-width: 996px) {
  .intro__wrapper-dateBox .item__text {
    font-size: 25px;
  }
}
.intro__wrapper .leftNum {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
}
@media (min-width: 996px) {
  .intro__wrapper .leftNum {
    font-size: 28px;
    margin: 40px 0;
  }
}
.intro__wrapper .leftNum span {
  color: #93e454;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 996px) {
  .intro__wrapper .leftNum span {
    font-size: 36px;
  }
}

.eligibleModel {
  background: rgba(0, 0, 0, 0.6392156863);
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .eligibleModel {
    padding: 0 0 100px;
  }
}
.eligibleModel__wrapper {
  text-align: center;
}
.eligibleModel__wrapper-content .eligibleModel__button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__button-group {
    margin: 50px auto;
    gap: 40px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn {
  font-size: 16px;
  padding: 5px 10px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn {
    font-size: 20px;
    padding: 10px 25px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.eligibleModel__wrapper-content .eligibleModel__btn.active {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-box-shadow: 0 0 20px #68a358;
          box-shadow: 0 0 20px #68a358;
}
.eligibleModel__wrapper-content .eligibleModel__btn.active::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 3%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.eligibleModel__wrapper-content .eligibleModel__btn.active::after {
  content: "";
  position: absolute;
  bottom: 8%;
  right: 3%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.eligibleModel__wrapper-content .eligibleModel__btn figure {
  position: relative;
  padding: 5px 10px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn figure {
    padding: 15px 30px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn figure img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.eligibleModel__wrapper-content .eligibleModel__btn span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 10px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn span {
    font-size: 20px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__content-wrapper {
  position: relative;
}
.eligibleModel__wrapper-content .eligibleModel__content {
  display: none;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.eligibleModel__wrapper-content .eligibleModel__content.active {
  gap: 20px;
  -webkit-animation: float-up 0.5s ease-in-out forwards;
          animation: float-up 0.5s ease-in-out forwards;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper {
  max-width: 1500px;
  margin: 0 auto;
  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;
  gap: 20px;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox {
  position: relative;
  width: 42%;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/pd-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox {
    width: 22%;
  }
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox::after {
  content: "";
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox figure {
  margin: 0 auto;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox figure figcaption {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox figure figcaption {
    font-size: 18px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox figure figcaption sup {
  font-size: 8px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox figure figcaption sup {
    font-size: 11px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn {
  margin: 20px 0;
  text-align: center;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn:hover a {
  background: #dae4ef;
  color: #000;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn a {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.newTech {
  padding: 0 0 30px;
}
@media (min-width: 996px) {
  .newTech {
    padding: 0 0 100px;
  }
}
.newTech__wrapper-content {
  margin: 50px auto 0;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .newTech__wrapper-content {
    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;
    gap: 20px;
    margin: 70px auto 0;
  }
}
.newTech__wrapper-content .cardItem {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 213, 213, 0.5725490196)), color-stop(#353b38), to(transparent));
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0.5725490196), #353b38, transparent);
  z-index: 50;
  padding: 20px;
  text-shadow: 0 0 10px #000;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .newTech__wrapper-content .cardItem {
    width: 45%;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .newTech__wrapper-content .cardItem {
    width: 30%;
  }
}
.newTech__wrapper-content .cardItem h5 {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
  z-index: 50;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
}
@media (min-width: 996px) {
  .newTech__wrapper-content .cardItem h5 {
    font-size: 18px;
  }
}
.newTech__wrapper-content .cardItem h5::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.newTech__wrapper-content .cardItem h5::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.newTech__wrapper-content .cardItem h5 span {
  display: block;
  padding: 10px 25px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.newTech__wrapper-content .cardItem .videobox-wrapper {
  width: 90%;
  margin: 0 auto;
  border: 6px solid;
  border-image-source: linear-gradient(45deg, #567f18, #5cb9c1);
  border-image-slice: 1;
  border-radius: 5px;
}
@media (min-width: 996px) {
  .newTech__wrapper-content .cardItem .videobox-wrapper {
    width: 100%;
  }
}
.newTech__wrapper-content .cardItem .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.newTech__wrapper-content .cardItem .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 996px) {
  .wtb__wrapper-content {
    padding: 50px 0 0;
  }
}
.wtb .msi_wtb_widget {
  padding: 0;
}

.btns {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .btns {
    padding: 50px 0 100px;
  }
}

.howToRedeem {
  padding: 0 0 30px;
}
@media (min-width: 996px) {
  .howToRedeem {
    padding: 0 0 100px;
  }
}
.visitMore__wrapper-content {
  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;
  gap: 20px;
  padding: 0 0 50px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  z-index: 50;
}
@media (min-width: 996px) {
  .visitMore__wrapper-content {
    gap: 40px;
    padding: 30px 0 70px;
  }
}
.visitMore__wrapper-content a {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .visitMore__wrapper-content a {
    width: 35%;
    margin: 0;
  }
}
.visitMore__wrapper-content a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes float-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=main.css.map */