@charset "UTF-8";

:root {
  --purple: #81709b;
  --red: #f00;
  --dark: #050240;
  --light: #da4626;
  --theme: var(--purple);
}

.msi_twYrsale {
  position: relative;
  z-index: 3;
  padding: 0;
  font-size: var(--text-lg);
  --theme: var(--purple);
}

.msi_twYrsale .wrapper {
  width: 100%;
  max-width: 1800px;
  margin: 30px auto 0;
  padding: 0 25px;
}

.msi_twYrsale .msionlin-shop {
  position: relative;
}

.msi_twYrsale .msionlin-shopTitle {
  padding: 35px 0;
}

.msi_twYrsale .toggleBox {
  display: none;
}

.msi_twYrsale .toggleBox ul:last-child {
  border-radius: 0 0 5px 5px;
}

.msi_twYrsale .wtb {
  margin: 0 auto;
}

.msi_twYrsale .wtb__box-info.sub-info {
  width: 100%;
  background: #b58c00;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #b58c00;
  padding: 0.7em 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-bottom: 2px;
  border-radius: 5px;
  cursor: pointer;
}

.msi_twYrsale .wtb__box-info.sub-info:hover {
  text-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: inset 0 0 35px var(--themeL);
  box-shadow: inset 0 0 35px var(--themeL);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.msi_twYrsale .wtb__box-title {
  -webkit-box-shadow: inset 0 0 40px var(--themeD), 0 0 2px var(--theme);
  box-shadow: inset 0 0 40px var(--themeD), 0 0 2px var(--theme);
  background-image: llinear-gradient(to bottom, var(--theme), var(--themeD));
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}

.msi_twYrsale .wtb__box-title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efc162;
  content: "";
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  border-radius: 5px;
}

.msi_twYrsale .wtb__box-title li {
  list-style: none;
  text-align: left;
  padding: 5px;
  color: #efc162;
  font-weight: normal;
  border-right: #4c4b5d 1px solid;
  text-shadow: none;
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(1.8);
  filter: brightness(1.8);
  font-size: 14px;
}

.msi_twYrsale .wtb__box-title li:first-child {
  width: 25%;
}

.msi_twYrsale .wtb__box-title li:nth-child(2) {
  width: 21%;
}

.msi_twYrsale .wtb__box-title li:nth-child(3) {
  width: 51%;
}

.msi_twYrsale .wtb__box-title li:last-child {
  width: 55%;
  border-right: 0px;
}

@media (min-width: 996px) {
  .msi_twYrsale .wtb__box-title li {
    padding: 10px;
    font-size: var(--text-lg);
  }

  .msi_twYrsale .wtb__box-title li:first-child {
    width: 10%;
  }

  .msi_twYrsale .wtb__box-title li:nth-child(2) {
    width: 20%;
  }

  .msi_twYrsale .wtb__box-title li:nth-child(3) {
    width: 15%;
  }

  .msi_twYrsale .wtb__box-title li:last-child {
    width: 55%;
  }
}

.msi_twYrsale .wtb__box-content {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  background-color: rgb(255, 255, 255);
  margin: 0;
}

.msi_twYrsale .wtb__box-content li {
  list-style: none;
  text-align: left;
  color: var(--themeD);
  padding: 5px;
  font-size: 12px;
  border-right: #eee 1px solid;
}

.msi_twYrsale .wtb__box-content li:first-child {
  width: 25%;
}

.msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 21%;
}

.msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 51%;
}

.msi_twYrsale .wtb__box-content li:last-child {
  width: 55%;
}

@media (min-width: 996px) {
  .msi_twYrsale .wtb__box-content li {
    padding: 10px 25px;
    font-size: var(--text-md);
  }

  .msi_twYrsale .wtb__box-content li:first-child {
    width: 10%;
  }

  .msi_twYrsale .wtb__box-content li:nth-child(2) {
    width: 20%;
  }

  .msi_twYrsale .wtb__box-content li:nth-child(3) {
    width: 15%;
  }

  .msi_twYrsale .wtb__box-content li:last-child {
    width: 55%;
  }
}

.msi_twYrsale .mail-contact {
  text-align: center;
  padding: 25px 0;
  color: #ccc;
}

.msi_twYrsale .mail-contact a {
  color: #C5C5FF;
}

.join {
  padding: 80px 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}

.join__flex a {
  color: #efc162;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.join__flex a p {
  margin-top: 10px;
}

.project {
  background: #180501;
  position: relative;
  overflow: hidden;
  font-family: "marine", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.project .buyNow .tab__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 5px;
}

.project img {
  max-width: 100%;
}

.project .buyNow {
  background-image: none;
}

.project .buyNow::after {
  display: none;
}

.project .common__titleWrap {
  text-align: center;
  position: relative;
  padding-top: 0px;
}

.project .common__title {
  font-size: var(--title-xl);
  background: -webkit-gradient(linear, left top, right top, from(#ce70fb), color-stop(#9084ff), to(#74a5ff));
  background-image: linear-gradient(to right, #ffa631 0%, #fee140 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

@media (min-width: 1600px) {
  .project .common__title {
    font-size: 40px;
  }
}

.project .common__title.mtitle {
  display: block;
  text-align: center;
  padding: 30px 0;
  font-size: 2.5rem;
}

.project .common__sub {
  color: #C5C5FF;
  font-size: var(--text-lg);
  font-weight: normal;
  margin: 10px auto;
}

@media (min-width: 996px) {
  .project .common__sub {
    font-size: 2rem;
  }
}

.project .common__txt {
  color: var(--color-gray-300);
  font-size: var(--text-md);
}

.project .common__btnwrap {
  display: block;
  padding: 3% 0;
  text-align: center;
}

.project .common__btnwrap .btn {
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(rgba(200, 42, 191, 0.5)), to(rgba(163, 33, 160, 0.5)));
  background-image: linear-gradient(to bottom, #251b60, #0a0b30), linear-gradient(to bottom, rgba(200, 42, 191, 0.5), rgba(163, 33, 160, 0.5));
  padding: 8px 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
  display: inline-block;
  color: white;
  font-size: var(--text-xl);
  font-weight: bold;
}

.project .common__btnwrap .btn:hover {
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 50px rgba(200, 42, 191, 0.3), 0 0 8px #c82abf;
  box-shadow: inset 0 0 50px rgba(200, 42, 191, 0.3), 0 0 8px #c82abf;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* .project .kv {
  background: url(https://storage-asset.msi.com/event/2024/PH/mm-cyber-fest/images/kv-bg.jpg) no-repeat center bottom, #000;
  background-size: cover;
  position: relative;
}
@media (min-width: 996px) {
  .project .kv .msi__container {
    width: 86%;
  }
}
@media (min-width: 1930px) {
  .project .kv .msi__container {
    max-width: 1920px;
  }
}
.project .kv__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 996px) {
  .project .kv__title {
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8% 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}
@media (min-width: 996px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.project .kv__nb {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .kv__nb--pd1 {
  -webkit-animation: nbmove 2s linear infinite alternate;
          animation: nbmove 2s linear infinite alternate;
  position: absolute;
}
.project .kv__nb--pd2 {
  -webkit-animation: nbmove 2s linear infinite alternate -2s;
          animation: nbmove 2s linear infinite alternate -2s;
  position: absolute;
}
.project .kv__nb--pd3 {
  -webkit-animation: nbmove 2s linear infinite alternate -2s;
          animation: nbmove 2s linear infinite alternate -2s;
  position: absolute;
}
.project .kv__nb--pd4 {
  -webkit-animation: nbmove 2s linear infinite alternate;
          animation: nbmove 2s linear infinite alternate;
}
@-webkit-keyframes nbmove {
  from {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes nbmove {
  from {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.project .kv__bar {
  background: -webkit-gradient(linear, left bottom, left top, from(#57338d), color-stop(99%, #351d59), to(#553387));
  background: linear-gradient(to top, #57338d 0%, #351d59 99%, #553387 100%);
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .kv__bar {
    font-size: var(--title-xl);
  }
} */
.project .kv {
  position: relative;
}

.project .kv img {
  display: block;
}

.project .kv .kv__title,
.project .kv .kv__pd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project .kv .kv__btn {
  position: absolute;
  bottom: 7%;
  width: 35%;
  left: 50%;
  transform: translateX(-50%);
}

.project .kv .kv__btn:hover {
  cursor: pointer;
  opacity: 0.9;
  transform: translateY(5px);
}

@media (min-width: 996px) {
  .project .kv .kv__btn {
    position: absolute;
    bottom: 8%;
    width: 15%;
    right: 5%;
    left: initial;
    transform: initial;
  }
}

.kv__pd-img02,
.kv__pd-img03 {
  position: absolute;
  top: 0;
  left: 0;
}

.kv__pd-img01 {
  -webkit-animation: floatUp-01 2s ease-in-out infinite;
  animation: floatUp-01 2s ease-in-out infinite;
}

.kv__pd-img02 {
  -webkit-animation: floatUp-02 2.5s ease-in-out infinite;
  animation: floatUp-02 2.5s ease-in-out infinite;
}

.kv__pd-img03 {
  -webkit-animation: floatUp-03 4s ease-in-out infinite;
  animation: floatUp-03 4s ease-in-out infinite;
}

@-webkit-keyframes floatUp-01 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes floatUp-01 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes floatUp-02 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatUp-02 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes floatUp-03 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatUp-03 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.project .desBox {
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 0 10px #ff0000;
  font-weight: 400;
  font-style: italic;
  z-index: 50;
  padding: 3% 25px;
}

@media (min-width: 996px) {
  .project .desBox {
    font-size: 1.2vw;
    -webkit-filter: drop-shadow(0 0 10px #4131ba);
    filter: drop-shadow(0 0 10px #4131ba);
    padding: 0 0 3%;
  }
}

@media (min-width: 1930px) {
  .project .desBox {
    font-size: 26px;
  }
}

.project .desBox span {
  font-size: 14px;
}

@media (min-width: 996px) {
  .project .desBox span {
    font-size: 0.9vw;
  }
}

@media (min-width: 1930px) {
  .project .desBox span {
    font-size: 20px;
  }
}

.project .mainarea {
  position: relative;
  background: linear-gradient(to bottom, #921e05 70%, #180501);
  padding: 0 0 3%;
}

.project .mainarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2024/PH/mm-newyearsale-2025/images/pattern-bg.png) repeat-y;
  background-size: 100%;
  z-index: 0;
}

@media (min-width: 996px) {

  .project .mainarea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://storage-asset.msi.com/event/2024/PH/mm-newyearsale-2025/images/pattern-bg.png) repeat-y;
    background-size: cover;
    z-index: 0;
  }
}

.project .shop {
  text-align: center;
  padding: 5% 0;
}

.project .shop .wtb {
  text-align: center;
}

.project .shop .wtb__box {
  margin: 25px auto;
  padding: 10px 0;
}

@media (min-width: 996px) {
  .project .shop .wtb__box .common__sub {
    font-size: 2rem;
  }
}

.project .shop .wtb__list {
  font-size: var(--text-md);
}

.project .shop .wtb__list .tbList {
  margin-bottom: 45px;
  background-color: #da4626;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList {
    display: table;
    width: 100%;
    border: #4c3371 1px solid;
    border-radius: 4px;
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .th {
    background: rgba(76, 51, 113, 0.7);
    color: #fff;
    padding: 15px;
    display: table-cell;
    font-size: var(--title-md);
  }
}

.project .shop .wtb__list .tbList .tr {
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .tr {
    display: table-row;
  }

  .project .shop .wtb__list .tbList .tr:first-child {
    display: table-row;
  }
}

.project .shop .wtb__list .tbList .tr a {
  background: -webkit-gradient(linear, left bottom, left top, from(#57338d), color-stop(99%, #351d59), to(#553387));
  background: linear-gradient(to top, #57338d 0%, #351d59 99%, #553387 100%);
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.project .shop .wtb__list .tbList .tr a::before {
  content: "⚑";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e7d7ff;
}

.project .shop .wtb__list .tbList .tr a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.project .shop .wtb__list .tbList .tr:first-child {
  display: none;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .tr:first-child {
    display: table-row;
  }
}

.project .shop .wtb__list .tbList .tr:last-child {
  border: none;
}

.project .shop .wtb__list .tbList .td {
  color: #000;
  vertical-align: middle;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .td {
    display: table-cell;
    border-bottom: #4c3371 1px solid;
  }
}

.project .shop .wtb__list .tbList .title {
  background: rgba(76, 51, 113, 0.7);
  color: #000;
  padding: 15px 10px;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .title {
    background: none;
  }
}

.project .shop .wtb__list .tbList .link {
  padding: 5px 15px;
}

.project .shop .wtb__list .tbList .link span {
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .show__mobile {
    display: none;
  }
}

.project .shop .wtb__list .tbList .show__desktop {
  display: none;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList .show__desktop {
    display: table-cell;
  }
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList.tbList--add .title {
    min-width: 300px;
  }
}

.project .shop .wtb__list .tbList.tbList--add .tr {
  position: relative;
  padding-bottom: 60px;
}

.project .shop .wtb__list .tbList.tbList--add .td:nth-child(2) {
  left: calc(50% - 70px);
}

.project .shop .wtb__list .tbList.tbList--add .td:nth-child(4) {
  left: calc(50% - 15px);
}

.project .shop .wtb__list .tbList.tbList--add .link {
  position: relative;
  display: math;
}

@media (min-width: 996px) {
  .project .shop .wtb__list .tbList.tbList--add .link {
    bottom: auto;
    min-width: 200px;
    text-align: center;
    display: table-cell;
  }
}

.project .shop .wtb__list .tbList.tbList--add .add {
  padding: 5px 15px;
}

.project .shop .msionlin-shop {
  position: relative;
}

.project .shop .msionlin-shopTitle {
  padding: 35px 0;
}

.project .shop .toggleBox {
  margin-bottom: 5px;
}

.project .shop .toggleBox ul:first-child {
  border-radius: 0px 0px 0px 0px;
}

.project .shop .toggleBox ul:last-child {
  border-radius: 0 0 5px 5px;
}

.project .shop .wtb__box-MainTitle {
  background: -webkit-gradient(linear, left top, right top, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(rgba(200, 42, 191, 0.5)), to(rgba(163, 33, 160, 0.5)));
  background: linear-gradient(left, #251b60, #0a0b30), linear-gradient(to bottom, rgba(200, 42, 191, 0.5), rgba(163, 33, 160, 0.5));
}

.project .shop .wtb__box-subtitle {
  background-color: rgba(179, 177, 204, 0.7);
  border: 1px solid rgba(144, 132, 255, 0.9);
}

.project .shop .wtb__box-info.sub-info {
  width: 100%;
  background-color: rgba(179, 177, 204, 0.7);
  color: #000;
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid rgba(173, 176, 255, 0.7);
  padding: 0.7em 0;
}

.project .shop .wtb__box-info.sub-info:hover {
  background-color: rgba(179, 177, 204, 0.8);
  color: #000;
}

.project .shop .wtb__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#9859b5), to(#6054ce));
  background: linear-gradient(to right, #9859b5, #6054ce);
}

.project .shop .wtb__box-title li {
  list-style: none;
  text-align: left;
  color: black;
  padding: 10px;
  color: #fff;
}

.project .join {
  padding: 80px 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.project .join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}

.project .join__flex a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project .join__flex a p {
  margin-top: 10px;
}

.project .TZD {
  padding: 5% 0 0;
}

.project .TZD .text__wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  border: #4c3371 2px solid;
  position: relative;
  margin-bottom: 85px;
  border: none;
}

.project .TZD .text__title {
  background: linear-gradient(-45deg, #4c3371 0%, #294b74, #4c3371 100%);
  color: white !important;
  width: 50%;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 5px;
}

.project .TZD__main {
  background: none !important;
}

.project .TZD .bundle h3 {
  font-size: 18px;
  padding-bottom: 20px;
  color: #da4626;
}

@media (min-width: 996px) {
  .project .TZD .bundle h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
  }

  .project .TZD .bundle h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #da4626;
    margin-right: 10px;
  }

  .project .TZD .bundle h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #da4626;
    margin-left: 10px;
  }
}

.project .TZD .bundle h3::before,
.project .TZD .bundle h3::after {
  background: #da4626;
}

.project .TZD .bundle h4 {
  background: #4c3371;
  color: #fff;
}

@media (min-width: 996px) {
  .project .TZD .bundle h4 {
    border-radius: 15px 0 0 15px;
  }
}

.project .TZD .bundle__box {
  padding: 30px 0;
}

.project .TZD .bundle__list {
  margin: 1px auto 15px;
  font-size: var(--text-md);
  text-align: left;
  background: #efc162;
  border-radius: 15px;
}

@media (min-width: 996px) {
  .project .TZD .bundle__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1px auto 15px;
  }
}

.project .TZD .bundle__list--model {
  background: #b58c00;
  padding: 15px;
  font-weight: normal;
  color: #fff;
  border-radius: 15px 15px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  text-align: center;
}

@media (min-width: 996px) {
  .project .TZD .bundle__list--model {
    border-radius: 15px 0 0 15px;
    padding: 30px;
  }
}

.project .TZD .bundle__list--model p {
  margin: 5px 0;
}

.project .TZD .bundle__list--model p.space {
  padding-bottom: 7%;
  position: relative;
}

.project .TZD .bundle__list--model p.space::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #da4626;
  width: 100%;
  bottom: 7%;
  left: 0;
}

.project .TZD .bundle__list--gift {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 15px 15px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  color: #000;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .project .TZD .bundle__list--gift {
    border-radius: 0 15px 15px 0;
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.project .TZD .bundle__note {
  color: #ccc;
  font-style: italic;
  font-size: var(--text-xs);
}

.project .TZD .bundle__note b {
  background: #c0241b;
  color: #ffffff;
  padding: 3px 15px 5px;
  -webkit-box-shadow: 0 0px 2px #7a341f inset;
  box-shadow: 0 0px 2px #7a341f inset;
  border-radius: 5px;
  margin-top: -5px;
}

#advancemain .advancebox {
  display: block;
}

@media (min-width: 996px) {
  #advancemain .advancebox {
    display: none;
  }
}

#advancemain .plus {
  display: none;
}

@media (min-width: 996px) {
  #advancemain .plus {
    display: block;
  }
}

#advancemain .plus-show {
  display: block;
}

#popupStyle {
  font-size: var(--text-lg);
}

#popupStyle .popupBox__area {
  padding: 20px;
}

@media (min-width: 996px) {
  #popupStyle .popupBox__area {
    padding: 20px 40px 70px 40px;
  }
}

#popupStyle .popupBox__area th {
  background: #414487;
  color: #fff;
}

#popupStyle .popupBox__area table {
  border: 1px solid #414487;
  border-collapse: collapse;
}

#popupStyle .popupBox__area td {
  border: 1px solid #414487;
}

#popupStyle .popupBox__area td.tablePd ul {
  margin-left: 0px;
}

#popupStyle .popupBox__area td.tablePd ul li {
  list-style: none;
  margin: 8px 0;
}

#popupStyle .popupBox__area td.tableModel {
  padding: 5px;
}

#popupStyle .popupBox__area td.tableModel ul {
  padding: 2px;
}

#popupStyle .popupBox__area td.tableModel ul li {
  margin: 5px 0;
  list-style: disc;
}

#popupStyle .popupBox__area td.tableModel ul li.price {
  list-style: none;
  color: #a321a0;
}

#popupStyle .popupBox__area .text--note {
  font-size: var(--text-sm);
  color: #444;
}

/* dec */
.project .buyNow .sec2 {
  position: relative;
}



.project .buyNow .sec2__balloons-img01 {
  position: absolute;
  top: 0%;
  left: -22%;
  width: 20%;
  -webkit-animation: floatUp-04 2.5s ease-in-out infinite;
  animation: floatUp-04 2.5s ease-in-out infinite;
}

.project .buyNow .sec3 {
  position: relative;
}



.project .buyNow .sec3__balloons-img01 {
  position: absolute;
  top: 0%;
  right: -25%;
  width: 20%;
  -webkit-animation: floatUp-05 2.5s ease-in-out infinite;
  animation: floatUp-05 2.5s ease-in-out infinite;
}

.project .buyNow .sec3__balloons-img02 {
  position: absolute;
  top: 400px;
  right: -24%;
  width: 15%;
  -webkit-animation: floatUp-06 2.5s ease-in-out infinite;
  animation: floatUp-06 2.5s ease-in-out infinite;
}

.project .buyNow .sec3__balloons-img03 {
  position: absolute;
  bottom: 30%;
  left: -14%;
  width: 20%;
}

@-webkit-keyframes floatUp-04 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }
}

@keyframes floatUp-04 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }
}

@-webkit-keyframes floatUp-05 {

  0%,
  100% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes floatUp-05 {

  0%,
  100% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
}

@-webkit-keyframes floatUp-06 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(4deg);
    transform: translateY(-10px) rotate(4deg);
  }
}

@keyframes floatUp-06 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(4deg);
    transform: translateY(-10px) rotate(4deg);
  }
}

/* intro */
.project .intro {
  position: relative;
  padding: 3% 0;
}

@media (min-width: 996px) {
  .project .intro {
    /* background-image: url(https://storage-asset.msi.com/event/2024/NB/black-friday-laptops/images/banner-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; */
    background: linear-gradient(to bottom, #180501, #921e05);
  }
}

.project .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#080b18), to(transparent));
  background: linear-gradient(#080b18, transparent);
  z-index: 0;
}

@media (min-width: 996px) {
  .project .intro::before {
    background: none;
  }
}

.project .intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000); */
  z-index: 0;
}

@media (min-width: 1930px) {
  .project .intro::after {
    height: 300px;
  }
}

/* btn */
.project .btns {
  padding: 2% 0 0;
  position: relative;
  z-index: 50;
}

.project .btns .note {
  padding-bottom: 30px;
}

@media (min-width: 996px) {
  .project .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 
.btn-grad {
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)
}

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
} */


.project .btns__wrapper-item {
  width: 90%;
  padding: 20px auto;
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  border-radius: 5px;
  color: #fff;
  margin: 20px;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  font-size: 16px;
  display: block;
  text-shadow: rgb(226, 143, 3) 2px 0px 0px, rgb(226, 143, 3) 1.75517px 0.958851px 0px, rgb(226, 143, 3) 1.0806px 1.68294px 0px, rgb(226, 143, 3) 0.141474px 1.99499px 0px, rgb(226, 143, 3) -0.832294px 1.81859px 0px, rgb(226, 143, 3) -1.60229px 1.19694px 0px, rgb(226, 143, 3) -1.97998px 0.28224px 0px, rgb(226, 143, 3) -1.87291px -0.701566px 0px, rgb(226, 143, 3) -1.30729px -1.5136px 0px, rgb(226, 143, 3) -0.421592px -1.95506px 0px, rgb(226, 143, 3) 0.567324px -1.91785px 0px, rgb(226, 143, 3) 1.41734px -1.41108px 0px, rgb(226, 143, 3) 1.92034px -0.558831px 0px;
}

@media (min-width: 996px) {
  .project .btns__wrapper-item {
    width: 50%;
    padding: 10px 35px;
    font-size: 23px;
  }
}

.project .btns__wrapper-item:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 0 20px #ffc115;
}

.redeem__step {
  padding-top: 35px;
  padding-bottom: 25px;
}

.redeem__step.common-subtitle {
  font-size: min(max(3.5vw, 24px), 30px);
  color: #0c4dfd;
}

.redeem__btn {
  display: inline-block;
  background-color: #536fb8;
  color: #fff !important;
  z-index: 20;
  font-size: var(--mainTxt);
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  margin: 30px;
  background: linear-gradient(to right, #6711d4, #0c4dfd, #30f6df);
  border-radius: 5px;
  padding: 2px 35px;
  text-transform: uppercas
}

.redeem__note {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
}

/*# sourceMappingURL=promotion.css.map */