:root {
  --primary: #1ed2e3;
  --box2: #474f8e;
  --box3: #b35bff;
  --box4: #fe65fe;
  --box5: #ff7916;
  --box6: #9581ff;
  --theme: var(--primary);
}

:root {
  --fontT: "good-times", sans-serif;
}

.project {
  font-family: "century-gothic", sans-serif;
  color: #fff;
  /* background: #01050e; */
  position: relative;
  /* background: url(https://storage-asset.msi.com/event/2025/IN/2025-laptop-offer/images/bg.jpg) center bottom; */
  background-size: cover;
  /* padding-bottom: 5%; */
  overflow: hidden;
}
.project img {
  max-width: 100%;
}
.project .common__title {
  font-size: var(--title-xl);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  color: #000;
}
@media (min-width: 1600px) {
  .project .common__title {
    font-size: 48px;
  }
}
.project .common__title span {
  color: #cd9c4a;
}
.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;
  min-width: 250px;
  margin: 5px;
}
.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 .topIcon {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 50;
  max-width: 70px;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .project .topIcon {
    display: block;
  }
}
@media (min-width: 996px) {
  .project .topIcon {
    max-width: 115px;
  }
}
@media (min-width: 1930px) {
  .project .topIcon {
    max-width: 100%;
  }
}
.project .topIcon a {
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project .topIcon a:hover {
  -webkit-filter: drop-shadow(0 0 20px #ffeed1);
          filter: drop-shadow(0 0 20px #ffeed1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .topIcon__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.project .topIcon__itembox p {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-shadow: 0 0 4px white;
}
@media (min-width: 996px) {
  .project .topIcon__itembox p {
    font-size: var(--title-lg);
  }
}
.project .topIcon__itembox2 {
  margin: -13px 0 0 auto;
  -webkit-animation: swingAni 2s ease-in alternate infinite;
          animation: swingAni 2s ease-in alternate infinite;
  -webkit-transform-origin: 50% top;
          transform-origin: 50% top;
}
@media (min-width: 996px) {
  .project .topIcon__itembox2 {
    margin: -20px 0 0 auto;
  }
}
@-webkit-keyframes swingAni {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes swingAni {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.project .kv {
  position: relative;
  padding: 1% 0 5%;
  background: url(https://storage-asset.msi.com/event/2025/IN/2025-laptop-offer/images/bg.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 1600px) {
  .project .kv .msi__container {
    width: 60%;
    max-width: 1360px;
  }
}
.project .kv .intel-icon {
  display: none;
}
@media (min-width: 996px) {
  .project .kv .intel-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    right: 30px;
    z-index: 50;
    text-align: right;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    gap: 15px;
    color: #000;
  }
}
.project .kv .intel-icon img {
  width: 50px;
}
@media (min-width: 996px) {
  .project .kv .intel-icon img {
    width: 90px;
  }
}
.project .kv .intel-icon p {
  font-size: 14px;
}
.project .kv__logo {
  width: 15%;
  margin: 0 auto 3%;
  max-width: 210px;
}
.project .kv__wrap {
  width: 80%;
  margin: 0 auto;
}
.project .kv__title {
  color: #000;
  text-align: center;
  margin: 20px auto;
  z-index: 20;
  width: 80%;
}

@media (min-width: 996px) {
  .project .kv__title {
    margin: 20px -100px 20px 0;
    width: auto;
  }
}

@media (min-width: 1405px) {
  .project .kv__title {
    margin: 20px -130px 20px 0;
  }
}

@media (min-width: 1930px) {
  .project .kv__title {
    margin: 40px 0;
  }
}
.project .kv__title.titleSec2 {
  margin: 5% 0;
}
.project .kv__title h2 {
  margin: 10px 0;
  font-weight: bold;
  padding: 6px 0px;
  display: inline-block;
  font-size: 8vw;
  color: #231815;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project .kv__title h2 span {
  color: #ea1b1b;
  font-size: 12vw;
}

@media (min-width: 996px) {
  .project .kv__title h2 {
    margin: 20px 0;
    font-size: 3.1vw;
  }
  .project .kv__title h2 span {
    font-size: 4.2vw;
  }
  
}

@media (min-width: 1405px) {
  .project .kv__title h2 {
    font-size: 3.3vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__title h2 {
    font-size: 3.3vw;
  }
  .project .kv__title h2 span {
    font-size: 3.5vw;
  }
  
}
.project .kv__banner {
  position: relative;
  
}
.project .kv__banner--discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  -webkit-animation: discountAni 2s infinite alternate;
          animation: discountAni 2s infinite alternate;
  -webkit-transform-origin: 37% 95%;
          transform-origin: 37% 95%;
}
@-webkit-keyframes discountAni {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes discountAni {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.project .kv__flex{

  display: block;
}

@media (min-width: 996px) {
  .project .kv__flex{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 11%;
  }
}

.kv__title {
  position: relative;
  text-align: center;
  z-index: 10;
}

.project .kv__pd{
  position: relative;
  margin-top: -70px;
}

.project .kv__pd-product {
  position: relative;
  z-index: 5;
}

.project .kv__pd-powder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.project .kv__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
  width: 90%;
  max-width: 400px;
  text-align: center;
}

.project .kv__bottom p {
  background-color: #ffffffec;
  border-radius: 50px;
  padding: 5px 10px;
  margin-bottom: -10px;
  color: #492d0b;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 1px;
  
}

@media (min-width: 996px) {
  .project .kv__pd{
    position: relative;
    margin-top: 0px;
  }
  .project .kv__bottom {
    width: auto;
  }
  .project .kv__bottom p {
    padding: 14px 40px 10px;
    margin-bottom: -23px;
    font-size: 18px;
  }
}


.project .mainarea {
  /* border-radius: 30px; */
  margin: 0 auto;
  position: relative;
  padding: 4% 0 5%;
  background: url(https://storage-asset.msi.com/event/2025/IN/2025-laptop-offer/images/webpage-bg.jpg) top  no-repeat;
  background-size: cover;
}


.project .mainarea__title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.project .mainarea__title h2 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #492d0b;
  font-weight: 900; 
}

.project .mainarea__title-icon {
  width: 60px;
  margin: 0 0px;
}


.project .mainarea .sec2.msi__container, .project .mainarea .sec3.msi__container {
  background: #fff;
}
@media (min-width: 996px) {
  .project .mainarea__title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .project .mainarea__title h2 {
    font-size: 27px;
    letter-spacing: 2px;
  }
  .project .mainarea__title-icon {
    width: 140px;
    margin: 0 20px;
  }

  .project .mainarea .sec2.msi__container, .project .mainarea .sec3.msi__container {
    max-width: 1480px;
  }
}
.project .mainarea .sec2.msi__container {
  border-radius: 30px 30px 0 0;
  padding: 35px 10px 0;
}
@media (min-width: 996px) {
  .project .mainarea .sec2.msi__container {
    padding: 35px 25px;
  }
}
.project .mainarea .sec2.msi__container .sec2__wrapper {
  max-width: 1280px;
}
.project .mainarea .sec3.msi__container {
  padding: 3.5% 25px;
  border-radius: 0 0 30px 30px;
}
.project .mainarea .sec3.msi__container .hatch {
  max-width: 1280px;
  margin: 0 auto;
}
.project .mainarea .common__btnwrap {
  background: #fff;
  border-radius: 0 0 30px 30px;
}
.project .mainarea__titleImg {
  width: 13%;
  margin: 0 auto -1vw;
  -webkit-animation: swing 1s ease-in-out alternate infinite;
          animation: swing 1s ease-in-out alternate infinite;
  -webkit-transform-origin: 50% bottom;
          transform-origin: 50% bottom;
}
@media (min-width: 996px) {
  .project .mainarea__titleImg {
    margin: 0 auto -15px;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.project .intro {
  text-align: center;
  padding: 4% 0 5%;
}
@media (min-width: 1930px) {
  .project .intro {
    padding: 7% 0 5%;
  }
}
.project .intro__txt {
  margin: 4% auto;
}
@media (min-width: 996px) {
  .project .intro__txt {
    width: 86%;
    font-size: 105%;
  }
}
.project .intro__txt p {
  line-height: 1.6;
}
@media (min-width: 996px) {
  .project .intro__txt p {
    line-height: 2;
    font-size: var(--title-lg);
  }
}
.project .bundle {
  text-align: center;
  padding: 3% 0;
  position: relative;
}
.project .bundle::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#01050e), to(#141738));
  background: linear-gradient(to bottom, #01050e, #141738);
  left: 0;
  height: 10vw;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
}
@media (min-width: 1930px) {
  .project .bundle .msi__container {
    max-width: 1360px;
  }
}
.project .bundle .common__title {
  -webkit-filter: drop-shadow(2px 4px 16px black);
          filter: drop-shadow(2px 4px 16px black);
}
.project .bundle__intro2 {
  margin: 5% 0;
}
.project .bundle__intro2 p {
  line-height: 1.6;
}
@media (min-width: 996px) {
  .project .bundle__intro2 p {
    line-height: 2;
    font-size: var(--title-lg);
  }
}
.project .bundle__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--fontT);
  font-size: var(--text-lg);
  gap: 1vw;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .project .bundle__nav {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .project .bundle__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .project .bundle__nav {
    width: 90%;
  }
}
.project .bundle__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media (min-width: 768px) {
  .project .bundle__nav-item {
    padding: 20px 5px;
  }
}
.project .bundle__nav-item.active {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .bundle__nav-item.gaming {
  background: -webkit-gradient(linear, left top, left bottom, from(#930404), to(#310909));
  background: linear-gradient(to bottom, #930404, #310909);
  -webkit-box-shadow: inset 0 0 10px #c60000;
          box-shadow: inset 0 0 10px #c60000;
  -webkit-filter: drop-shadow(0 0 0px #c60000) brightness(0.6);
          filter: drop-shadow(0 0 0px #c60000) brightness(0.6);
}
.project .bundle__nav-item.gaming:hover {
  -webkit-filter: drop-shadow(0 0 0px #c60000) brightness(0.9);
          filter: drop-shadow(0 0 0px #c60000) brightness(0.9);
}
.project .bundle__nav-item.gaming.active {
  -webkit-filter: drop-shadow(0 0 15px #c60000) brightness(1.2);
          filter: drop-shadow(0 0 15px #c60000) brightness(1.2);
  cursor: default;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.project .bundle__nav-item.bp {
  background: -webkit-gradient(linear, left top, left bottom, from(#0047b8), to(#0b0b30));
  background: linear-gradient(to bottom, #0047b8, #0b0b30);
  -webkit-box-shadow: inset 0 0 10px #0054db;
          box-shadow: inset 0 0 10px #0054db;
  -webkit-filter: drop-shadow(0 0 0px #0054db) brightness(0.6);
          filter: drop-shadow(0 0 0px #0054db) brightness(0.6);
}
.project .bundle__nav-item.bp:hover {
  -webkit-filter: drop-shadow(0 0 0px #0054db) brightness(0.9);
          filter: drop-shadow(0 0 0px #0054db) brightness(0.9);
}
.project .bundle__nav-item.bp.active {
  -webkit-filter: drop-shadow(0 0 20px #0054db);
          filter: drop-shadow(0 0 20px #0054db);
  cursor: default;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.project .bundle__nav-item.cc {
  background: -webkit-gradient(linear, left top, left bottom, from(#989998), to(#333333));
  background: linear-gradient(to bottom, #989998, #333333);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-filter: drop-shadow(0 0 0px #bdbdbd) brightness(0.6);
          filter: drop-shadow(0 0 0px #bdbdbd) brightness(0.6);
  -webkit-box-shadow: inset 0 0 10px #bdbdbd;
          box-shadow: inset 0 0 10px #bdbdbd;
}
.project .bundle__nav-item.cc:hover {
  -webkit-filter: drop-shadow(0 0 0px #bdbdbd) brightness(0.9);
          filter: drop-shadow(0 0 0px #bdbdbd) brightness(0.9);
}
.project .bundle__nav-item.cc.active {
  -webkit-filter: drop-shadow(0 0 15px #bdbdbd);
          filter: drop-shadow(0 0 15px #bdbdbd);
  cursor: default;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.project .bundle__content {
  position: relative;
  z-index: 2;
  color: #000;
  width: 100%;
}
.project .bundle__content.active {
  padding-top: 90px;
}
.project .bundle__content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .bundle__content .slick-slide {
  margin: 15px;
  background: #f7f7f3;
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 0px 10px 5px 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .bundle__content .slick-slide {
    padding: 0px 10px 20px 10px;
  }
}
.project .bundle__content .slick-prev {
  left: 49.2%;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/Prestige/Prestige14/creator-left-icon.png) no-repeat center center #fff;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #333 !important;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.project .bundle__content .slick-dots li button:before {
  font-size: 12px;
  color: rgba(116, 165, 255, 0.6);
}
.project .bundle__content .slick-dots li.slick-active button::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ce70fb), color-stop(80%, #74a5ff));
  background: linear-gradient(to right, #ce70fb 30%, #74a5ff 80%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.project .bundle__content .pull-right {
  right: -10px;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 20px;
}
@media (min-width: 996px) {
  .project .bundle__content .pull-right {
    width: 20px;
    right: -12px;
  }
}
@media (min-width: 1600px) {
  .project .bundle__content .pull-right {
    width: 30px;
    right: -35px;
  }
}
.project .bundle__content .pull-left {
  left: -10px;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 20px;
}
@media (min-width: 996px) {
  .project .bundle__content .pull-left {
    left: -12px;
    width: 20px;
  }
}
@media (min-width: 1600px) {
  .project .bundle__content .pull-left {
    width: 30px;
    left: -35px;
  }
}
.project .bundle__content .pdBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  position: relative;
  gap: 10px;
}
@media (min-width: 996px) {
  .project .bundle__content .pdBox {
    gap: 30px;
  }
}
.project .bundle__content .pdBox figure {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .bundle__content .pdBox__toptitle {
  display: block;
  left: 0;
  right: 0;
  margin: -16px auto 0;
}
.project .bundle__content .pdBox__toptitle p {
  font-size: var(--text-lg);
  font-family: var(--fontT);
  background: #cd9c4a;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  color: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 30px;
}
.project .bundle__content .pdBox__sub {
  margin: 0 0 15px 0;
  font-size: var(--title-md);
}
.project .bundle__content .pdBox__sub h4 {
  padding-bottom: 5px;
  font-weight: normal;
  font-family: var(--fontT);
}
.project .bundle__content .pdBox__sub h3 {
  min-height: 42px;
  font-size: var(--title-md);
  margin: 8px auto;
  font-family: var(--fontT);
  font-weight: bold;
  color: #000;
}
@media (min-width: 1600px) {
  .project .bundle__content .pdBox__sub h3 {
    font-size: var(--title-lg);
  }
}
.project .bundle__content .pdBox__sub b {
  font-weight: bolder;
}
.project .bundle__content .pdBox__sub .series {
  background: #ccc;
}
.project .bundle__content .pdBox__sub .series__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0;
}
.project .bundle__content .pdBox__sub .series__logo img {
  max-height: 42px;
}
.project .bundle__content .pdBox__nb {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .bundle__content .pdBox__nb {
    width: 60%;
  }
}
.project .bundle__content .pdBox__model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
.project .bundle__content .pdBox__model--pd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.project .bundle__content .pdBox__model--series {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  -ms-flex-direction: row;
      flex-direction: row;
}
.project .bundle__content .pdBox__model--series h3 {
  margin-bottom: -15px;
}
.project .bundle__content .pdBox__model--series figure {
  max-height: 70px;
}
.project .bundle__content .pdBox__bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .bundle__content .pdBox__bundle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project .bundle__content .pdBox__bundle--txt {
  font-size: var(--text-lg);
  color: #fff;
}
@media (min-width: 996px) {
  .project .bundle__content .pdBox__bundle--txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}
.project .bundle__content .pdBox__bundle--txt h3 {
  color: #000;
  background: #f0bf1b;
  text-transform: uppercase;
  font-size: var(--title-md);
  border-radius: 50px;
  padding: 5px 15px;
  display: table;
  position: relative;
  letter-spacing: 1.1;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin: 0 -2vw -0.1vw auto;
}
.project .bundle__content .pdBox__bundle--txt h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 20px;
  height: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(https://storage-asset.msi.com/event/2024/NB/back-to-school/images/dialog.png);
}
.project .bundle__content .pdBox__bundle--txt p {
  border-radius: 10px;
  padding: 5px 10px;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin: 8px 0;
  font-size: var(--text-md);
  color: #000;
  border: 1px solid #a0a0a0;
}
.project .bundle__content .pdBox__bundle--img {
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .bundle__content .pdBox__bundle--img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
.project .popupBox {
  color: #000;
}
.project .history {
  padding: 3% 0;
}
@media (min-width: 1600px) {
  .project .history .msi__container {
    max-width: 1440px;
  }
}
.project .history__title {
  text-align: center;
}
.project .history__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 996px) {
  .project .history__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .history .yearBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--theme);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 6;
  position: relative;
}
.project .history .yearBox:last-child::after {
  display: none;
}
.project .history .yearBox::after {
  position: relative;
  width: 40px;
  content: "";
  margin: -15px auto 0;
  height: 40px;
  background: var(--theme);
  z-index: 8;
  -webkit-clip-path: polygon(100% 50%, 0 50%, 50% 100%);
          clip-path: polygon(100% 50%, 0 50%, 50% 100%);
}
@media (min-width: 996px) {
  .project .history .yearBox::after {
    display: none;
    height: 80px;
    width: 50px;
    margin: -10px auto 0;
  }
}
@media (min-width: 996px) {
  .project .history .yearBox:nth-child(even) .yearBox__line {
    height: 200px;
  }
}
.project .history .yearBox.yearBox--box2 {
  --theme: var(--box2);
  z-index: 5;
}
.project .history .yearBox.yearBox--box3 {
  --theme: var(--box3);
  z-index: 4;
}
.project .history .yearBox.yearBox--box4 {
  --theme: var(--box4);
  z-index: 3;
}
.project .history .yearBox.yearBox--box5 {
  --theme: var(--box5);
  z-index: 2;
}
.project .history .yearBox.yearBox--box6 {
  --theme: var(--box6);
  z-index: 1;
}
.project .history .yearBox__year {
  color: #fff;
  font-size: var(--title-lg);
  font-weight: bold;
  font-family: var(--fontT);
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 996px) {
  .project .history .yearBox__year {
    background: var(--theme);
    margin-bottom: 0;
  }
  .project .history .yearBox__year::before {
    position: absolute;
    width: 30px;
    content: "";
    right: -20px;
    height: 140%;
    top: -20%;
    background: var(--theme);
    z-index: 7;
    -webkit-clip-path: polygon(20% 0, 20% 100%, 100% 50%);
            clip-path: polygon(20% 0, 20% 100%, 100% 50%);
  }
}
@media (min-width: 1300px) {
  .project .history .yearBox__year {
    font-size: var(--title-xl);
  }
  .project .history .yearBox__year::after {
    position: absolute;
    width: 30px;
    content: "";
    right: -26px;
    height: 140%;
    top: -20%;
    background: #1e1929;
    z-index: 6;
    -webkit-clip-path: polygon(20% 0, 20% 100%, 100% 50%);
            clip-path: polygon(20% 0, 20% 100%, 100% 50%);
  }
}
@media (min-width: 996px) {
  .project .history .yearBox__line {
    width: 3px;
    background: var(--theme);
    height: 100px;
    margin: 0 auto;
  }
}
.project .history .yearBox__series {
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--theme);
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 996px) {
  .project .history .yearBox__series {
    width: 95%;
    padding-bottom: 5%;
  }
}
.project .history .yearBox__series--pd {
  width: 80%;
  margin: 5% auto;
}
.project .history .yearBox__series p {
  font-size: var(--text-md);
  font-weight: bold;
  padding: 0 5px;
  color: #000;
  margin-bottom: 25px;
}
@media (min-width: 996px) {
  .project .history .yearBox__series p {
    margin-bottom: 0px;
  }
}
.project .history .yearBox__series--title {
  background: var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 996px) {
  .project .history .yearBox__series--title {
    cursor: default;
  }
}
.project .history .yearBox__series--title h3 {
  color: #fff;
  font-family: var(--fontT);
  padding: 10px 0;
  border-radius: 4px 4px 0 0;
}
.project .history .yearBox__series--title h3.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  display: block;
}
@media (min-width: 996px) {
  .project .history .yearBox__series--title h3.open:after {
    display: none;
  }
}
@media (min-width: 1300px) {
  .project .history .yearBox__series--title h3 {
    font-size: var(--title-lg);
  }
}
.project .history .yearBox__series--title h3.small {
  font-size: var(--text-xl);
}
.project .history .yearBox__series--title .advancebox {
  cursor: pointer;
  font-size: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  position: absolute;
  right: 15px;
}
@media (min-width: 996px) {
  .project .history .yearBox__series--title .advancebox {
    display: none;
  }
}
.project .history .yearBox__series .accordion {
  display: none;
}
@media (min-width: 996px) {
  .project .history .yearBox__series .accordion {
    display: block !important;
  }
}
.project .history .yearBox__series .accordion.active {
  display: block;
}
.project .history .yearBox__series .plus-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}



#redeemStyle {
  font-size: var(--text-lg);
}
#redeemStyle .popupBox__area {
  background: #5858a2;
  padding: 50px;
  border-radius: 15px;
  position: relative;
}
#redeemStyle .text--note {
  text-align: center;
  color: var(--color-gray-300);
  font-size: var(--text-sm);
}
#redeemStyle .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #redeemStyle .redeem__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#redeemStyle .redeem__item {
  text-align: center;
  color: #fff;
}
@media (min-width: 996px) {
  #redeemStyle .redeem__item {
    width: 40%;
  }
}
#redeemStyle .redeem__item figure {
  width: 200px;
  margin: 0 auto;
}
#redeemStyle .redeem__item--title {
  margin: 20px;
}
#redeemStyle .redeem__item--title span {
  font-size: 24px;
  font-style: italic;
  display: inline-block;
  background: #ad8a38;
  padding: 2px 15px;
}
#redeemStyle .redeem__item a {
  color: #fff;
  text-decoration: underline;
}
#redeemStyle .redeem__arrow {
  width: 10%;
  margin: 6px auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 996px) {
  #redeemStyle .redeem__arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 4%;
    margin: 70px auto;
  }
}
#redeemStyle .redeem__btnBox {
  text-align: center;
  margin: 5% auto;
}
#redeemStyle .redeem__btnBox--btn {
  color: #ad8a38;
  background: #fff;
  display: block;
  font-weight: bold;
  padding: 6px 12px;
  font-size: var(--title-lg);
  margin: 15px 10px;
  -webkit-filter: drop-shadow(0px 3px 7px rgba(16, 16, 16, 0.3));
          filter: drop-shadow(0px 3px 7px rgba(16, 16, 16, 0.3));
  width: 90%;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 5px;
}
@media (min-width: 996px) {
  #redeemStyle .redeem__btnBox--btn {
    display: inline-block;
    width: 30%;
  }
}
#redeemStyle .redeem__btnBox--btn:hover {
  -webkit-filter: drop-shadow(5px 15px 10px rgba(16, 16, 16, 0.3));
          filter: drop-shadow(5px 15px 10px rgba(16, 16, 16, 0.3));
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#tcStyle {
  font-size: var(--text-lg);
}
#tcStyle .popupBox__area {
  padding: 20px;
}
#tcStyle .popupBox__area th {
  background: #414487;
  color: #fff;
}
#tcStyle .popupBox__area table {
  border: 1px solid #414487;
  border-collapse: collapse;
}
#tcStyle .popupBox__area td {
  border: 1px solid #414487;
}
#tcStyle .popupBox__area td.tablePd ul {
  margin-left: 0px;
}
#tcStyle .popupBox__area td.tablePd ul li {
  list-style: none;
  margin: 8px 0;
}
#tcStyle .popupBox__area td.tableModel {
  padding: 5px;
}
#tcStyle .popupBox__area td.tableModel ul {
  padding: 2px;
}
#tcStyle .popupBox__area td.tableModel ul li {
  margin: 5px 0;
  list-style: disc;
}
#tcStyle .popupBox__area td.tableModel ul li.price {
  list-style: none;
  color: #a321a0;
}
#tcStyle .popupBox__area .text--note {
  font-size: var(--text-sm);
  color: #444;
}/*# sourceMappingURL=main.css.map */