@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes steamWave {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes steamWave {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SelectYoutCard {
  overflow: hidden;
}
.SelectYoutCard img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.SelectYoutCard a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.SelectYoutCard .kv {
  position: relative;
  background: #000000;
}
.SelectYoutCard .kv picture img {
  -webkit-animation: filter 1.5s 1;
          animation: filter 1.5s 1;
}
.SelectYoutCard .kv__textbox {
  position: initial;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  color: var(--color-white);
  text-align: center;
  width: 90%;
  margin: auto;
  z-index: 1;
  max-width: 1280px;
  z-index: 6;
  margin: -42% auto 5%;
}
.SelectYoutCard .kv__textbox h1 {
  font-size: 7vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
  line-height: 0.8;
  color: #ffffff;
  padding: 2% 0;
  margin-top: 5px;
}
.SelectYoutCard .kv__textbox p {
  font-size: 3.5vw;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin: 0;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
}
.SelectYoutCard .kv__textbox span {
  color: #ff3c00;
  font-weight: 700;
}
.SelectYoutCard .kv__iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-bottom: 5%;
}
.SelectYoutCard .kv__iconBox-item {
  margin: 0 3%;
}
.SelectYoutCard .kv__iconBox-item img {
  max-width: 250px;
}
.SelectYoutCard .kv__flexBox {
  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;
  max-width: 80%;
  margin: auto;
}
.SelectYoutCard .kv-note {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 3% 6% 0 0;
}
@media (min-width: 996px) {
  .SelectYoutCard .kv__textbox {
    position: absolute;
    bottom: 20%;
    left: 4%;
    text-align: left;
    width: 48%;
    margin: 0;
  }
  .SelectYoutCard .kv__textbox h1 {
    font-size: 4.2vw;
    padding: 5px 0 1%;
  }
  .SelectYoutCard .kv__textbox p {
    font-size: 22px;
  }
  .SelectYoutCard .kv__iconBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 8%;
    right: 2%;
    padding: 0;
  }
  .SelectYoutCard .kv__iconBox-item {
    margin: 0 6% 0 0;
  }
  .SelectYoutCard .kv__flexBox {
    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;
    max-width: 450px;
  }
  .SelectYoutCard .kv-note {
    text-align: right;
  }
}
@media (min-width: 1300px) {
  .SelectYoutCard .kv__textbox {
    position: absolute;
    bottom: 20%;
    left: 4%;
    text-align: left;
    width: 48%;
    margin: 0;
  }
  .SelectYoutCard .kv__textbox h1 {
    font-size: 5vw;
    padding: 5px 0 1%;
  }
  .SelectYoutCard .kv__textbox p {
    font-size: 26px;
  }
}
@media (min-width: 1930px) {
  .SelectYoutCard .kv__textbox {
    max-width: 100%;
    bottom: 24%;
  }
  .SelectYoutCard .kv__textbox p {
    font-size: 1.2vw;
  }
  .SelectYoutCard .kv__iconBox {
    position: absolute;
    bottom: 13%;
    right: 3%;
    padding: 0;
  }
}
.SelectYoutCard .choice {
  background: #1b262e;
  position: relative;
}
.SelectYoutCard .choice__txtBoxWrap {
  padding: 5% 0;
}
.SelectYoutCard .choice__txtBox {
  width: 90%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.SelectYoutCard .choice__txtBox h2 {
  font-size: 34px;
}
@media (min-width: 996px) {
  .SelectYoutCard .choice__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .SelectYoutCard .choice__txtBoxWrap {
    width: 45%;
    margin: auto;
    margin-left: 3%;
  }
  .SelectYoutCard .choice__txtBox {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .SelectYoutCard .choice h2 {
    font-size: 34px;
  }
  .SelectYoutCard .choice__imgBox {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .SelectYoutCard .choice__txtBoxWrap {
    max-width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .SelectYoutCard .choice__txtBox {
    width: 42%;
    margin: 0;
    text-align: left;
  }
}
.SelectYoutCard .model {
  background: url(https://storage-asset.msi.com/event/2025/GNP/rtx50-100steam/images/model-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.SelectYoutCard .model__listBoxWrap {
  margin-bottom: 12%;
}
.SelectYoutCard .model__listBox-price {
  color: #ff0000;
  width: 100%;
  font-size: 32px;
  text-align: center;
  margin: 3% auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.SelectYoutCard .model__listBox-txt {
  border: 1px solid #fff;
  padding: 5px 10px;
}
.SelectYoutCard .model__listBox-txt a {
  color: #fff;
}
.SelectYoutCard .model__listBox-txt:hover {
  background: rgba(41, 235, 255, 0.4);
}
.SelectYoutCard .model__listBox:hover .model__listBox-txtBoxWrap {
  border-top-color: rgb(41, 235, 255) !important;
  border-left-color: rgb(41, 235, 255) !important;
}
.SelectYoutCard .model__listBox:hover .model__listBox-txtBoxWrap::before, .SelectYoutCard .model__listBox:hover .model__listBox-txtBoxWrap::after {
  background: rgb(41, 235, 255) !important;
}
.SelectYoutCard .model__listBox:hover .model__listBox-price {
  color: rgb(41, 235, 255) !important;
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.SelectYoutCard .model__listBox-txtBoxWrap {
  border-top: 1px solid #ff0000;
  padding-top: 5%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.SelectYoutCard .model__listBox-txtBoxWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 10px;
  background: #ff0000;
}
.SelectYoutCard .model__listBox-txtBoxWrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 10px;
  background: #ff0000;
}
@media (min-width: 996px) {
  .SelectYoutCard .model__flexBox {
    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;
  }
  .SelectYoutCard .model__listBoxWrap {
    width: 50%;
    margin: 0;
  }
  .SelectYoutCard .model__listBox {
    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;
  }
  .SelectYoutCard .model__listBox-price {
    width: 20%;
    font-size: 32px;
    text-align: left;
    margin: 0;
  }
  .SelectYoutCard .model__listBox-txtBoxWrap {
    width: 70%;
    border-left: 1px solid #ff0000;
    padding-left: 5%;
    border-top: 0;
    padding-top: 0;
    position: relative;
  }
  .SelectYoutCard .model__listBox-txtBoxWrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 10px;
    background: #ff0000;
  }
  .SelectYoutCard .model__listBox-txtBoxWrap::after {
    display: none;
  }
  .SelectYoutCard .model__listBox:nth-last-of-type(1) .model__listBox-txtBoxWrap::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 10px;
    background: #ff0000;
    display: block;
  }
  .SelectYoutCard .model__imgBox {
    width: 48%;
  }
}
.SelectYoutCard .redeem {
  background: #1b262e;
  padding: 5% 0;
}
.SelectYoutCard .redeem .redeemwrap {
  max-width: 1280px;
  margin: 0 auto;
}
.SelectYoutCard .redeem .redeemwrap h2 {
  color: var(--color-white);
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
}
.SelectYoutCard .redeem__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 3%;
}
.SelectYoutCard .redeem__stepbox {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  color: var(--color-white);
  text-align: center;
}
.SelectYoutCard .redeem__stepbox-flex {
  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;
  border: 6px solid #fff;
  border-radius: 999px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}
.SelectYoutCard .redeem__stepbox-flex figure img {
  width: 50%;
  margin: auto;
}
.SelectYoutCard .redeem__stepbox p {
  padding: 10px;
  margin: 0;
}
.SelectYoutCard .redeem__arrow {
  width: 6%;
  padding: 30px 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.SelectYoutCard .redeem__arrow figure img {
  width: 50%;
  margin: auto;
}
.SelectYoutCard .redeem__btnbox {
  width: 80%;
  margin: auto;
}
.SelectYoutCard .redeem__btnbox-flex {
  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;
}
.SelectYoutCard .redeem__btnbox-btn {
  width: 90%;
  background: #ff2b00;
  margin: 10px auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.SelectYoutCard .redeem__btnbox-btn a {
  color: var(--color-black);
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 15px;
}
.SelectYoutCard .redeem__btnbox-btn a:hover {
  color: #fff;
}
.SelectYoutCard .redeem__btnbox-btn:hover {
  -webkit-box-shadow: 0 0 10px #b40000, 0 0 10px #b40000, 0 0 20px #b40000;
          box-shadow: 0 0 10px #b40000, 0 0 10px #b40000, 0 0 20px #b40000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 996px) {
  .SelectYoutCard .redeem .redeemwrap h2 {
    font-size: 42px;
  }
  .SelectYoutCard .redeem__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .SelectYoutCard .redeem__stepbox p {
    font-size: 16px;
  }
  .SelectYoutCard .redeem__arrow {
    width: 2%;
    padding: 50px 0 0 0;
    -webkit-transform: none;
            transform: none;
  }
  .SelectYoutCard .redeem__arrow figure img {
    width: 70%;
    margin: auto;
  }
  .SelectYoutCard .redeem__btnbox {
    width: 70%;
    margin: auto;
  }
  .SelectYoutCard .redeem__btnbox-btn {
    width: calc(33.3333333333% - 20px);
    margin: 5px;
  }
  .SelectYoutCard .redeem__btnbox-btn a {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .SelectYoutCard .redeem .redeemwrap h2 {
    font-size: 60px;
  }
}
@media (min-width: 1930px) {
  .SelectYoutCard .redeem .redeemwrap h2 {
    font-size: 60px;
  }
  .SelectYoutCard .redeem__stepbox p {
    font-size: 16px;
  }
  .SelectYoutCard .redeem__btnbox {
    width: 80%;
    margin: auto;
  }
  .SelectYoutCard .redeem__btnbox-btn a {
    font-size: 18px;
  }
}
.SelectYoutCard .wtb {
  background: #000;
  padding: 5% 0;
}
.SelectYoutCard .wtb .wtbwrap {
  max-width: 1280px;
  margin: 0 auto;
}
.SelectYoutCard .wtb .wtbwrap h2 {
  margin: 0;
  color: var(--color-white);
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
}
.SelectYoutCard .wtb .wtbitem_linkwrap img {
  width: auto;
  margin: auto;
}
@media (min-width: 996px) {
  .SelectYoutCard .wtb .wtbwrap h2 {
    font-size: 42px;
  }
}
@media (min-width: 1300px) {
  .SelectYoutCard .wtb .wtbwrap h2 {
    font-size: 60px;
  }
}
@media (min-width: 1930px) {
  .SelectYoutCard .wtb .wtbwrap h2 {
    font-size: 60px;
  }
}
.SelectYoutCard .grid_mode .wtbitem:hover .wtbitem_inner {
  position: initial;
}/*# sourceMappingURL=main.css.map */