#FestiveDeals {
  color: #fff;
  overflow: hidden;
  background: #000;
}
#FestiveDeals img {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
#FestiveDeals .kv {
  background: url("https://storage-asset.msi.com/event/2024/MY/gaming-season/images/kv-bg.jpg") top right no-repeat #000;
  background-size: 200%;
  padding: 50px 0;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#FestiveDeals .kv__nv {
  max-width: 200px;
  margin: 0 auto 30px;
}
#FestiveDeals .kv__container {
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 25px;
}
#FestiveDeals .kv__flex-pd {
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5));
}
#FestiveDeals .kv__flex-txt p {
  margin: 30px auto;
  font-weight: 600;
}
#FestiveDeals .kv__flex-txt p b {
  font-weight: 900;
  font-size: 120%;
  margin-bottom: 5px;
  line-height: 1;
}
#FestiveDeals .kv__flex-txt a {
  margin: auto;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#FestiveDeals .kv__flex-txt a img {
  max-width: 200px;
  margin: auto;
}
#FestiveDeals .kv__flex-txt a:hover {
  opacity: 0.8;
}
#FestiveDeals .kv .text--note {
  font-size: 13px;
  opacity: 0.6;
}
@media (min-width: 996px) {
  #FestiveDeals .kv {
    background-size: cover;
    padding: 5% 0;
  }
  #FestiveDeals .kv__nv {
    position: absolute;
    right: 5%;
    bottom: 5%;
    max-width: 250px;
  }
  #FestiveDeals .kv__container {
    width: 85%;
    padding: 0;
  }
  #FestiveDeals .kv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #FestiveDeals .kv__flex-pd {
    width: 45%;
    margin-bottom: 0;
  }
  #FestiveDeals .kv__flex-txt {
    width: 43%;
  }
  #FestiveDeals .kv__flex-txt p {
    width: 95%;
    font-size: 20px;
  }
  #FestiveDeals .kv .text--note {
    position: absolute;
    left: 8%;
    bottom: 5%;
  }
}
#FestiveDeals .models {
  padding: 5% 0;
}
#FestiveDeals .models .msi__container {
  margin-top: -5%;
}
#FestiveDeals .models .msi__container p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
#FestiveDeals .models h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
}
#FestiveDeals .models__flex {
  margin: 20px auto;
}
#FestiveDeals .models__flex h3 {
  background: #76b800;
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  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;
  min-height: 70px;
  line-height: 1;
  text-transform: uppercase;
}
#FestiveDeals .models__flex-item {
  margin: 2px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FestiveDeals .models__flex-item h4 {
  background: #76b800;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  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;
  line-height: 1;
  width: 30%;
}
#FestiveDeals .models__flex-item ul {
  width: 70%;
  color: #000;
}
#FestiveDeals .models__flex-item ul li {
  font-size: 14px;
  padding: 10px;
}
#FestiveDeals .models__flex-item ul li:nth-child(odd) {
  background: #eee;
}
@media (min-width: 996px) {
  #FestiveDeals .models .msi__container {
    margin-top: -5%;
  }
  #FestiveDeals .models h2 {
    font-size: 50px;
  }
  #FestiveDeals .models__flex-item h4 {
    font-size: 20px;
  }
  #FestiveDeals .models__flex-item ul li {
    font-size: 17px;
  }
}
#FestiveDeals .redeem {
  background: url("https://storage-asset.msi.com/event/2024/MY/gaming-season/images/redeem-bg.jpg") bottom center no-repeat #000;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}
#FestiveDeals .redeem h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
}
#FestiveDeals .redeem .common__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#FestiveDeals .redeem .common__btns a {
  width: 100%;
  background: #76b800;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 3px;
  margin: 10px 0;
  cursor: pointer;
}
#FestiveDeals .redeem .common__btns a:hover {
  background: #ffb300;
}
#FestiveDeals .redeem__block {
  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;
  padding: 5% 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#FestiveDeals .redeem__block-item {
  width: calc(80% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 1% 0;
}
#FestiveDeals .redeem__block-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#FestiveDeals .redeem__block-item img {
  width: 17vw;
  margin: 20px auto;
}
#FestiveDeals .redeem__block-item h4 {
  color: #ffd065;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}
#FestiveDeals .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}
#FestiveDeals .redeem__block-item .shop {
  padding: 12% 0;
}
@media (min-width: 996px) {
  #FestiveDeals .redeem {
    background-size: 100%;
    padding: 5% 0;
  }
  #FestiveDeals .redeem h2 {
    font-size: 50px;
  }
  #FestiveDeals .redeem .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #FestiveDeals .redeem .common__btns a {
    width: calc(33.3333333333% - 30px);
  }
  #FestiveDeals .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #FestiveDeals .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
  }
  #FestiveDeals .redeem__block-item:not(:first-child) {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  #FestiveDeals .redeem__block-item img {
    width: 25%;
  }
  #FestiveDeals .redeem__block-item h4 {
    color: #ffd065;
    font-size: 20px;
    margin-bottom: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
  }
  #FestiveDeals .redeem__block-item p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #eee;
  }
}
#FestiveDeals .shop {
  padding: 8% 0;
}
#FestiveDeals .shop h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
#FestiveDeals .shop .wtbw_selectorsbar label {
  color: #fff;
}
@media (min-width: 996px) {
  #FestiveDeals .shop h2 {
    font-size: 50px;
  }
}
#FestiveDeals .popupBox__area {
  color: #111;
}/*# sourceMappingURL=main.css.map */