/*h1*/
/*h2*/
/* Border Radius */
/* Padding or Margin */
/*colors*/
.twGraphicsCard202208 {
  color: #fff;
  overflow: hidden;
  color: #fff;
  background: #071724;
}
.twGraphicsCard202208 img {
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}
.twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
  font-size: 4.25vw;
}
.twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
  font-weight: normal;
  font-size: 5.95vw;
  margin-bottom: 3vh;
}
.twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
  font-weight: normal;
  font-size: 4.55vw;
  margin-bottom: 10px;
}
.twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
  font-weight: normal;
  font-size: 3.9vw;
}
.twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
  font-weight: 600;
  font-size: 3.25vw;
}
.twGraphicsCard202208 p, .twGraphicsCard202208 ul, .twGraphicsCard202208 li {
  padding-bottom: 2vh;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.twGraphicsCard202208 .note {
  font-size: 24px;
}
.twGraphicsCard202208 ul, .twGraphicsCard202208 li {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.twGraphicsCard202208 ul.note, .twGraphicsCard202208 li.note {
  font-size: 16px;
}
.twGraphicsCard202208 .txtLink {
  font-size: 24px;
  color: rgba(56, 56, 56, 0.8);
}
.twGraphicsCard202208 .txtLink:hover {
  color: #383838;
}
.twGraphicsCard202208 .btnPrimary {
  display: inline-block;
  color: #e2ff00;
  border: 2px #e2ff00 solid;
  background: rgba(46, 82, 86, 0.8);
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.twGraphicsCard202208 .btnPrimary h3 {
  margin: 0;
  font-weight: bolder;
}
.twGraphicsCard202208 .btnPrimary:hover {
  background: #2e5256;
}
.twGraphicsCard202208 .wrapper {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.twGraphicsCard202208 .wrapper-lg {
  position: relative;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.twGraphicsCard202208 .wrapper-full {
  width: 100%;
  margin: 0 auto;
}
.twGraphicsCard202208 .sp {
  padding: 6% 0;
}
.twGraphicsCard202208 .spxs {
  padding: 1.5% 0;
}
.twGraphicsCard202208 .splg {
  padding: 10% 0;
}
.twGraphicsCard202208 .sptop {
  padding-top: 6%;
}
.twGraphicsCard202208 .spbt {
  padding-bottom: 6%;
}
.twGraphicsCard202208 .splgtop {
  padding-top: 10%;
}
.twGraphicsCard202208 .splgbt {
  padding-bottom: 10%;
}
.twGraphicsCard202208 .sectionTitle {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  font-weight: bolder;
  padding: 50px 10px;
  text-shadow: 2px 2px 4px #000000;
}
.twGraphicsCard202208 .sectionTitle__txt {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.twGraphicsCard202208 .sectionTitle__bg {
  z-index: 1;
  mix-blend-mode: screen;
}
.twGraphicsCard202208__kv {
  position: relative;
}
.twGraphicsCard202208__kv--txtbox {
  display: none;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2022/tw/202208_GraphicsCard/images/kv-desc-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.twGraphicsCard202208__kv--txtbox span {
  padding: 4px 20px;
  display: inline-block;
  background: #7f11be;
  font-weight: bold;
  border-radius: 99em;
  margin-top: 10px;
}
.twGraphicsCard202208__kv--txtbox small {
  margin-left: 10px;
  font-size: 60%;
}
.twGraphicsCard202208__content {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2022/tw/202208_GraphicsCard/images/pd-bg-xs.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: -1px;
}
.twGraphicsCard202208__content--pd--wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.twGraphicsCard202208__content--pd--wrap .pdItem {
  position: relative;
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  margin: 60px 0;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__title {
  margin-bottom: 20px;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__title::after {
  content: "";
  display: block;
  height: 4px;
  background: #019cff;
  width: 30%;
  margin: 20px auto 40px auto;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__wtb {
  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;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__wtb a {
  background: #fff;
  margin: 10px;
  width: calc(50% - 50px);
  border-radius: 99em;
  border: 4px solid #fff;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__wtb a:last-child {
  background: none;
  border-radius: 99em;
  border: 4px solid #019cff;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__wtb a img {
  border-radius: 99em;
}
.twGraphicsCard202208__content--pd--wrap .pdItem__wtb a.link {
  border: 4px solid #7f11be;
  background: #7f11be;
  /*&:last-child
  *  background: $cr-purple !important
  *  border: 4px solid $cr-purple !important */
}
.twGraphicsCard202208__content--wtb {
  position: relative;
  background-size: 100%;
  text-align: center;
}
.twGraphicsCard202208__content--wtb--title {
  position: relative;
}
.twGraphicsCard202208__content--wtb--title::after {
  display: block;
  width: 100%;
  height: 10vw;
  content: "";
  background: url(https://storage-asset.msi.com/event/2022/tw/202205_GamimgGear/images/wtb-bg.jpg) top center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.twGraphicsCard202208__content--wtb--title .wrapper {
  position: relative;
}
.twGraphicsCard202208__content--wtb--title .sectionTitle {
  z-index: 3;
  mix-blend-mode: screen;
}
.twGraphicsCard202208__content--wtb--title .sectionTitle__bg {
  z-index: 2;
}
.twGraphicsCard202208__content--wtb--wrap {
  background: #351270;
}
.twGraphicsCard202208__content--wtb--wrap .wrapper-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.twGraphicsCard202208__content--wtb--wrap .wrapper-lg a {
  display: inline-block;
  width: calc(20% - 100px);
  margin: 10px;
}
.twGraphicsCard202208__redeem {
  position: relative;
  background: #000 url(https://storage-asset.msi.com/event/2022/tw/202208_GraphicsCard/images/terms-bg.jpg) no-repeat center top;
  background-size: 100%;
}
.twGraphicsCard202208__redeem--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.twGraphicsCard202208__redeem--wrap .stepItem {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin: 20px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twGraphicsCard202208__redeem--wrap .stepItem ul {
  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;
  list-style: decimal !important;
  width: 70%;
  text-align: left;
  padding-left: 1em;
  padding-bottom: 0;
}
.twGraphicsCard202208__redeem--wrap .stepItem ul.none-style {
  margin: 1em 0;
  list-style: none !important;
}
.twGraphicsCard202208__redeem--wrap .stepItem ul.none-style li {
  list-style: none !important;
  padding-bottom: 0 !important;
}
.twGraphicsCard202208__redeem--wrap .stepItem ul li {
  list-style: decimal !important;
}
.twGraphicsCard202208__redeem--wrap .stepItem ul li:last-child {
  padding-bottom: 0;
}
.twGraphicsCard202208__redeem--wrap .stepItem figure {
  text-align: center;
  position: relative;
  width: 30%;
}
.twGraphicsCard202208__redeem--wrap .stepItem figure figcaption {
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  background: #1d87ff;
  color: #000;
  font-weight: 600;
}
.twGraphicsCard202208__redeem--wrap .stepItem figure::after {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateY(0) translateX(-50%) rotate(90deg);
          transform: translateY(0) translateX(-50%) rotate(90deg);
  width: 23px;
  height: 31px;
  margin-top: 10px;
  content: "";
  display: block;
  background: url(https://storage-asset.msi.com/event/2022/tw/202205_GamimgGear/images/icon-arrow.png) no-repeat center center;
  background-size: contain;
}
.twGraphicsCard202208__redeem--wrap .stepItem figure img {
  max-width: 100%;
  margin-bottom: 10px;
}
.twGraphicsCard202208__redeem--wrap .stepItem:last-child figure::after {
  display: none;
}
.twGraphicsCard202208__redeem--btn {
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.twGraphicsCard202208__redeem--btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  z-index: 2;
  padding: 10px 60px;
  background: #7f11be;
  border-radius: 99em;
  background-size: contain;
}
.twGraphicsCard202208__redeem--btn a h3 {
  margin: 0;
  padding: 0;
  font-weight: bolder;
}
.twGraphicsCard202208__redeem--btn a:hover {
  background: #9e18ea;
}
.twGraphicsCard202208__terms {
  color: #000;
}
.twGraphicsCard202208__terms--wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  margin-top: -6px;
  z-index: 2;
}
.twGraphicsCard202208__terms ul {
  margin: 1em;
  padding: 0 0 0 1em;
}
.twGraphicsCard202208__terms ul, .twGraphicsCard202208__terms li {
  list-style: decimal !important;
  color: #000;
}
.twGraphicsCard202208__terms li {
  margin: 0.5em 0;
}
.twGraphicsCard202208__terms ul.disc li {
  list-style: disc !important;
}
.twGraphicsCard202208__terms--title {
  text-align: center;
  position: relative;
  width: 48%;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
    font-size: 4.25vw;
  }
  .twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
    font-size: 4.25vw;
  }
  .twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
    font-size: 3.25vw;
  }
  .twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
    font-size: 2.925vw;
  }
  .twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
    font-size: 2.925vw;
  }
  .twGraphicsCard202208 p, .twGraphicsCard202208 ul, .twGraphicsCard202208 li {
    font-size: 16px;
  }
  .twGraphicsCard202208 .sectionTitle {
    padding: 50px 40px;
  }
  .twGraphicsCard202208 .sectionTitle__txt {
    width: 80%;
    margin: 0 auto;
    z-index: 2;
  }
  .twGraphicsCard202208__kv--txtbox {
    display: block;
  }
  .twGraphicsCard202208__content {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2022/tw/202208_GraphicsCard/images/pd-bg.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: -1px;
  }
  .twGraphicsCard202208__content--pd--wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem {
    position: relative;
    width: calc(50% - 10px);
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__title {
    margin-bottom: 20px;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__title::after {
    content: "";
    display: block;
    height: 4px;
    background: #019cff;
    width: 30%;
    margin: 20px auto 40px auto;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__wtb {
    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;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__wtb a {
    background: #fff;
    margin: 10px;
    width: calc(50% - 50px);
    border-radius: 99em;
    border: 4px solid #fff;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__wtb a:last-child {
    background: none;
    border-radius: 99em;
    border: 4px solid #019cff;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__wtb a img {
    border-radius: 99em;
  }
  .twGraphicsCard202208__content--pd--wrap .pdItem__wtb a.link {
    border: 4px solid #7f11be;
    background: #7f11be;
    /*&:last-child
    *  background: $cr-purple !important
    *  border: 4px solid $cr-purple !important */
  }
  .twGraphicsCard202208__redeem {
    position: relative;
    background: #000 url(https://storage-asset.msi.com/event/2022/tw/202208_GraphicsCard/images/terms-bg.jpg) no-repeat center top;
    background-size: 100%;
  }
  .twGraphicsCard202208__redeem--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem {
    width: calc(25% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem ul {
    list-style: decimal !important;
    margin: 1em 0 1em 1em;
    text-align: center;
    width: auto;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem ul.none-style {
    margin: 1em 0;
    list-style: none !important;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem ul.none-style li {
    list-style: none !important;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem ul li {
    list-style: decimal !important;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem figure {
    width: auto;
    text-align: center;
    position: relative;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem figure figcaption {
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    background: #1d87ff;
    color: #000;
    font-weight: 600;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem figure::after {
    left: auto;
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15%;
    height: 15%;
    content: "";
    display: inline-block;
    background: url(https://storage-asset.msi.com/event/2022/tw/202205_GamimgGear/images/icon-arrow.png) no-repeat center center;
    background-size: contain;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem figure img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem:last-child figure::after {
    display: none;
  }
  .twGraphicsCard202208__terms--wrap {
    margin-top: -10px;
  }
}
@media (min-width: 996px) {
  .twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
    font-size: 3vw;
  }
  .twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
    font-size: 4vw;
  }
  .twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
    font-size: 3vw;
  }
  .twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
    font-size: 2.25vw;
  }
  .twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
    font-size: 1.5vw;
  }
  .twGraphicsCard202208 p, .twGraphicsCard202208 ul, .twGraphicsCard202208 li {
    font-size: 18px;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem figure::after {
    right: -45px;
  }
}
@media (min-width: 1300px) {
  .twGraphicsCard202208__redeem--wrap .stepItem figure::after {
    right: -75px;
  }
}
@media (min-width: 1500px) {
  .twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
    font-size: 2.55vw;
  }
  .twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
    font-size: 3.15vw;
  }
  .twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
    font-size: 2.4vw;
  }
  .twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
    font-size: 2vw;
  }
  .twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
    font-size: 1.7vw;
  }
  .twGraphicsCard202208__redeem--wrap .stepItem figure::after {
    right: -80px;
  }
}
@media (min-width: 1600px) {
  .twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
    font-size: 2.1vw;
  }
  .twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
    font-size: 2.45vw;
  }
  .twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
    font-size: 2vw;
  }
  .twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
    font-size: 1.5vw;
  }
  .twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
    font-size: 1.7vw;
  }
  .twGraphicsCard202208 p, .twGraphicsCard202208 ul, .twGraphicsCard202208 li {
    font-size: 20px;
  }
}
@media (min-width: 2530px) {
  .twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
    font-size: 1.75vw;
  }
  .twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
    font-size: 2.45vw;
  }
  .twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
    font-size: 1.56vw;
  }
  .twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
    font-size: 1.5vw;
  }
  .twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
    font-size: 1.08vw;
  }
}
@media (min-width: 3000px) {
  .twGraphicsCard202208 h1, .twGraphicsCard202208 .h1 {
    font-size: 1.75vw;
  }
  .twGraphicsCard202208 h2, .twGraphicsCard202208 .h2 {
    font-size: 1.75vw;
  }
  .twGraphicsCard202208 h3, .twGraphicsCard202208 .h3 {
    font-size: 1.3vw;
  }
  .twGraphicsCard202208 h4, .twGraphicsCard202208 .h4 {
    font-size: 0.975vw;
  }
  .twGraphicsCard202208 h5, .twGraphicsCard202208 .h5 {
    font-size: 0.975vw;
  }
  .twGraphicsCard202208 p {
    font-size: 24px;
  }
}/*# sourceMappingURL=default.css.map */