@charset "UTF-8";
/*h1*/
/*h2*/
/*h3*/
/*h4*/
/*h5*/
/*h6*/
/* Border Radius */
/* Padding or Margin */
/*colors*/
.tw2022IntelGamerDays {
  color: #fff;
  overflow: hidden;
  color: #fff;
  background: #071724;
}
.tw2022IntelGamerDays img {
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}
.tw2022IntelGamerDays h1, .tw2022IntelGamerDays .h1 {
  font-size: 30px;
}
.tw2022IntelGamerDays h2, .tw2022IntelGamerDays .h2 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 3vh;
}
.tw2022IntelGamerDays h3, .tw2022IntelGamerDays .h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
}
.tw2022IntelGamerDays h4, .tw2022IntelGamerDays .h4 {
  font-size: 18px;
}
.tw2022IntelGamerDays h5, .tw2022IntelGamerDays .h5 {
  font-weight: 600;
  font-size: 16px;
}
.tw2022IntelGamerDays h6, .tw2022IntelGamerDays .h6 {
  font-weight: normal;
  font-size: 14px;
}
.tw2022IntelGamerDays p {
  padding-bottom: 2vh;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}
.tw2022IntelGamerDays .text-align {
  text-align: center;
}
.tw2022IntelGamerDays .center {
  text-align: center;
}
.tw2022IntelGamerDays .imgCenterBox {
  text-align: center;
}
.tw2022IntelGamerDays .txtCrGreen {
  color: #60a617;
}
.tw2022IntelGamerDays .txtCrLightBlue {
  color: #0ffffc;
}
.tw2022IntelGamerDays .bold {
  font-weight: bold;
}
.tw2022IntelGamerDays .note {
  font-size: 24px;
}
.tw2022IntelGamerDays ul, .tw2022IntelGamerDays li {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}
.tw2022IntelGamerDays ul.note, .tw2022IntelGamerDays li.note {
  font-size: 16px;
}
.tw2022IntelGamerDays ul {
  padding-left: 20px;
}
.tw2022IntelGamerDays ul li {
  list-style: disc;
}
.tw2022IntelGamerDays .txtLink {
  font-size: 20px;
  color: rgba(56, 56, 56, 0.8);
}
.tw2022IntelGamerDays .txtLink:hover {
  color: #383838;
}
.tw2022IntelGamerDays .btnPrimary {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #0040ff;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.tw2022IntelGamerDays .btnPrimary h3 {
  margin: 0;
  font-weight: bolder;
}
.tw2022IntelGamerDays .btnPrimary:hover {
  background: #0033cc;
}
.tw2022IntelGamerDays .btnSecondary {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #60a617;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.tw2022IntelGamerDays .btnSecondary h3 {
  margin: 0;
  font-weight: bolder;
}
.tw2022IntelGamerDays .btnSecondary:hover {
  background: #467911;
}
.tw2022IntelGamerDays .wrapper {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.tw2022IntelGamerDays .wrapper-lg {
  position: relative;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.tw2022IntelGamerDays .wrapper-full {
  width: 100%;
  margin: 0 auto;
}
.tw2022IntelGamerDays .sp {
  padding: 6% 0;
}
.tw2022IntelGamerDays .spxs {
  padding: 1.5% 0;
}
.tw2022IntelGamerDays .splg {
  padding: 10% 0;
}
.tw2022IntelGamerDays .sptop {
  padding-top: 6%;
}
.tw2022IntelGamerDays .spbt {
  padding-bottom: 6%;
}
.tw2022IntelGamerDays .splgtop {
  padding-top: 10%;
}
.tw2022IntelGamerDays .splgbt {
  padding-bottom: 10%;
}
.tw2022IntelGamerDays .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;
}
.tw2022IntelGamerDays .sectionTitle__txt {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.tw2022IntelGamerDays .sectionTitle__bg {
  z-index: 1;
  mix-blend-mode: screen;
}
.tw2022IntelGamerDays__kv {
  position: relative;
  background: #0a001e;
}
.tw2022IntelGamerDays__kv .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.tw2022IntelGamerDays__kv--imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 0 0 20px 0;
}
.tw2022IntelGamerDays__kv--txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 20px 0;
}
.tw2022IntelGamerDays__info {
  position: relative;
  background: #080121;
  background: -webkit-gradient(linear, left bottom, left top, from(#080121), to(#000e60));
  background: linear-gradient(0deg, #080121 0%, #000e60 100%);
  padding-bottom: 20px;
}
.tw2022IntelGamerDays__info .wrapper.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.tw2022IntelGamerDays__info .wrapper.bottom {
  background: #000;
  padding: 20px;
  margin: 20px auto;
}
.tw2022IntelGamerDays__info--imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 0 0 20px 0;
}
.tw2022IntelGamerDays__info--txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 20px 0;
}
.tw2022IntelGamerDays__info--txtbox .logo {
  max-width: 80%;
}
.tw2022IntelGamerDays__info--txtbox .imgCenterBox {
  margin: 0 auto 20px auto;
}
.tw2022IntelGamerDays__info--txtbox .noteBox {
  text-align: left;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tw2022IntelGamerDays__info--txtbox .noteBox .btnSecondary {
  width: 80%;
  margin-top: 20px;
  padding: 10px 20px;
}
.tw2022IntelGamerDays__info ul {
  margin: 20px auto;
}
.tw2022IntelGamerDays__info ul, .tw2022IntelGamerDays__info li {
  padding-bottom: 5px;
}
.tw2022IntelGamerDays__gift {
  position: relative;
  background: #080121;
  background: -webkit-gradient(linear, left bottom, left top, from(#080121), to(#000e60));
  background: linear-gradient(0deg, #080121 0%, #000e60 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  z-index: 2;
}
.tw2022IntelGamerDays__gift .wrapper {
  background: url(https://storage-asset.msi.com/event/2022/tw/2022IntelGamerDays/images/TEXT-BG.png) no-repeat top center;
  background-size: contain;
}
.tw2022IntelGamerDays__gift .wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.tw2022IntelGamerDays__gift .wrapper .bottom {
  padding: 20px;
  color: #000;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__whiteBox {
  padding: 20px;
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__whiteBox h4 {
  line-height: 1.75;
  font-weight: normal;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__whiteBox h4 b {
  position: relative;
  z-index: 2;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__whiteBox h4 b::after {
  z-index: -1;
  background: #0ffffc;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__whiteBox h4 span {
  margin: 5px;
  padding: 4px 10px;
  font-weight: bold;
  background: #0ffffc;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__grayBox {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background: #e0e0e0;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__grayBox ul {
  width: 100%;
}
.tw2022IntelGamerDays__gift .wrapper .bottom__grayBox .btnPrimary {
  padding: 10px 50px;
  text-align: center;
  width: 90%;
}
.tw2022IntelGamerDays__gift--imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.tw2022IntelGamerDays__gift--imgbox img {
  max-width: 90%;
}
.tw2022IntelGamerDays__gift--txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 0;
}
.tw2022IntelGamerDays__gift--txtbox .logo {
  max-width: 80%;
}
.tw2022IntelGamerDays__gift--txtbox .imgCenterBox {
  margin: 0 auto 20px auto;
}
.tw2022IntelGamerDays__gift ul {
  margin: 20px auto;
}
.tw2022IntelGamerDays__gift ul, .tw2022IntelGamerDays__gift li {
  padding-bottom: 5px;
}
.tw2022IntelGamerDays__models {
  padding: 50px 0;
  background: url(https://storage-asset.msi.com/event/2022/tw/2022IntelGamerDays/images/models-bg.jpg) no-repeat top center;
  background-size: cover;
}
.tw2022IntelGamerDays__models .wrapper {
  position: relative;
  padding-bottom: 40px;
}
.tw2022IntelGamerDays__models .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, white 50%, rgba(255, 255, 255, 0) 80%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tw2022IntelGamerDays__models .wrapper:nth-child(5)::after, .tw2022IntelGamerDays__models .wrapper:last-child::after {
  display: none;
}
.tw2022IntelGamerDays__models .wrapper.socialmediaBox h2 span {
  display: block;
}
.tw2022IntelGamerDays__models .wrapper.socialmediaBox figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tw2022IntelGamerDays__models .wrapper.socialmediaBox figure a {
  display: inline-block;
  width: 30%;
  margin: 20px;
}
.tw2022IntelGamerDays__models--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tw2022IntelGamerDays__models--col3 .modelsItem {
  margin: 20px 0;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  width: 92%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__img {
  text-align: center;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__title {
  padding-bottom: 20px;
  text-align: center;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__spec {
  text-align: center;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__spec ul {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__spec ul li {
  font-size: 15px;
  padding-bottom: 4px;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice {
  text-align: right;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice s {
  color: #737373;
  font-size: 15px;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice span {
  color: #fff;
  display: inline-block;
  background: #fe0000;
  padding: 4px 10px;
  margin: 0 10px;
}
.tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice h2 {
  color: #fe0000;
  margin-bottom: 0;
}
.tw2022IntelGamerDays__models--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tw2022IntelGamerDays__models--col2 .modelsItem {
  margin: 20px 0;
  padding: 20px;
  color: #000;
  width: 92%;
  background: #fff;
  border-radius: 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__content--txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__content--img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__img {
  text-align: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__title {
  padding-bottom: 20px;
  text-align: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__spec {
  text-align: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__spec ul {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__spec ul li {
  font-size: 15px;
  padding-bottom: 4px;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice {
  text-align: left;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice s {
  color: #737373;
  font-size: 15px;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice {
  font-style: italic;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice h5 {
  color: #fe0000;
  display: inline-block;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice h2 {
  color: #fe0000;
  margin-top: -6.6666666667px;
  margin-bottom: 0;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice span {
  padding: 5px 10px;
  background: #00a1fe;
  font-style: normal;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice span h6 {
  display: inline-block;
  color: #fff;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice .title {
  margin: 5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice .tag {
  margin: 5px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--originalPrice {
  text-align: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--originalPrice small, .tw2022IntelGamerDays__models--col2 .modelsItem__price2--originalPrice s {
  color: #737373;
  font-size: 15px;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice {
  font-style: italic;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice span {
  color: #fff;
  display: inline-block;
  background: #fe0000;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice h2 {
  color: #fe0000;
  margin-bottom: 0;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .title {
  width: auto;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .title h2 {
  display: inline-block;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .tag {
  margin-top: 10px;
  font-style: normal;
}
.tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .tag span {
  background: #00a1fe;
}
.tw2022IntelGamerDays__models--col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tw2022IntelGamerDays__models--col1 .modelsItem {
  padding: 20px;
  color: #000;
  width: calc(100% - 30px);
  background: #fff;
  border-radius: 20px 20px 0 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__content {
  padding: 20px 10px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__content--txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__content--img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__txt {
  width: 60%;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__title {
  padding-bottom: 20px;
  text-align: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__title h2 {
  margin-bottom: 0;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__spec {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__spec ul {
  margin: 0 auto;
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  text-align: left;
  margin: 0 auto;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__spec ul li {
  word-wrap: break-word;
  width: 100%;
  font-size: 16px;
  padding-bottom: 4px;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__note {
  padding: 30px 0;
  color: #00a1fe;
  text-align: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--originalPrice {
  text-align: left;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col1 .modelsItem__price--originalPrice s {
  color: #737373;
  font-size: 15px;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice {
  font-style: italic;
  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;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice h5 {
  color: #fe0000;
  display: inline-block;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice h2 {
  color: #fe0000;
  margin-top: -6.6666666667px;
  margin-bottom: 0;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice span {
  padding: 5px 10px;
  background: #00a1fe;
  font-style: normal;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice span h5 {
  color: #fff;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice .title {
  margin: 5px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice .tag {
  margin: 5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2 {
  width: 100%;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--originalPrice {
  text-align: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--originalPrice small, .tw2022IntelGamerDays__models--col1 .modelsItem__price2--originalPrice s {
  color: #737373;
  font-size: 15px;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice {
  font-style: italic;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice span {
  color: #fff;
  display: inline-block;
  background: #fe0000;
  padding: 5px 10px;
  margin: 0;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice h2 {
  color: #fe0000;
  margin-bottom: 0;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .title span {
  margin-right: 10px;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .title h2 {
  display: inline-block;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .tag {
  margin-left: 0;
  margin-top: 10px;
  font-style: normal;
}
.tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .tag span {
  background: #00a1fe;
}
.tw2022IntelGamerDays__models--col1 .modelsItem.etailer {
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
  background: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem.etailer a {
  cursor: pointer;
  text-align: center;
}
.tw2022IntelGamerDays__models--col1 .modelsItem.etailer img {
  width: auto;
}
@media (min-width: 576px) {
  .tw2022IntelGamerDays__info--txtbox .noteBox {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tw2022IntelGamerDays__info--txtbox .noteBox .btnSecondary {
    width: auto;
    margin-top: 20px;
  }
  .tw2022IntelGamerDays__gift .wrapper .bottom__grayBox .btnPrimary {
    width: auto;
  }
}
@media (min-width: 768px) {
  .tw2022IntelGamerDays h1, .tw2022IntelGamerDays .h1 {
    font-size: 40px;
  }
  .tw2022IntelGamerDays h2, .tw2022IntelGamerDays .h2 {
    font-size: 28px;
  }
  .tw2022IntelGamerDays h3, .tw2022IntelGamerDays .h3 {
    font-size: 24px;
  }
  .tw2022IntelGamerDays h4, .tw2022IntelGamerDays .h4 {
    font-size: 20px;
  }
  .tw2022IntelGamerDays h5, .tw2022IntelGamerDays .h5 {
    font-size: 18px;
  }
  .tw2022IntelGamerDays h6, .tw2022IntelGamerDays .h6 {
    font-size: 15px;
  }
  .tw2022IntelGamerDays p, .tw2022IntelGamerDays ul, .tw2022IntelGamerDays li {
    font-size: 16px;
  }
  .tw2022IntelGamerDays .text-align {
    text-align: left;
  }
  .tw2022IntelGamerDays .sectionTitle {
    padding: 50px 40px;
  }
  .tw2022IntelGamerDays .sectionTitle__txt {
    width: 80%;
    margin: 0 auto;
    z-index: 2;
  }
  .tw2022IntelGamerDays__kv .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tw2022IntelGamerDays__kv--txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
    padding: 0 30px 0 0;
  }
  .tw2022IntelGamerDays__kv--imgbox {
    width: 53%;
    padding: 0;
  }
  .tw2022IntelGamerDays__info .wrapper.top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tw2022IntelGamerDays__info--txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
    padding: 0 30px 0 0;
  }
  .tw2022IntelGamerDays__info--txtbox .noteBox {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tw2022IntelGamerDays__info--imgbox {
    width: 53%;
    padding: 0;
  }
  .tw2022IntelGamerDays__gift .wrapper {
    background-size: contain;
  }
  .tw2022IntelGamerDays__gift .wrapper .top {
    padding: 60px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tw2022IntelGamerDays__gift .wrapper .bottom__grayBox {
    padding: 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tw2022IntelGamerDays__gift .wrapper .bottom__grayBox ul {
    width: 80%;
  }
  .tw2022IntelGamerDays__gift .wrapper .bottom__grayBox .btnPrimary {
    padding: 10px 0;
    text-align: center;
    width: 20%;
  }
  .tw2022IntelGamerDays__gift--txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
    padding: 0 30px;
  }
  .tw2022IntelGamerDays__gift--imgbox {
    width: 53%;
    padding: 0;
  }
  .tw2022IntelGamerDays__models {
    padding: 50px 0;
    background: url(https://storage-asset.msi.com/event/2022/tw/2022IntelGamerDays/images/models-bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .tw2022IntelGamerDays__models .wrapper {
    position: relative;
    padding-bottom: 40px;
  }
  .tw2022IntelGamerDays__models .wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, white 50%, rgba(255, 255, 255, 0) 80%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tw2022IntelGamerDays__models--col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem {
    margin: 20px 0;
    color: #000;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    width: calc(50% - 30px);
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__img {
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__title {
    padding-bottom: 20px;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__spec {
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__spec ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__spec ul li {
    font-size: 15px;
    padding-bottom: 4px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice {
    text-align: right;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice span {
    color: #fff;
    display: inline-block;
    background: #fe0000;
    padding: 5px 10px;
    margin: 0 10px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice h2 {
    color: #fe0000;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem {
    margin: 20px 0;
    padding: 20px;
    color: #000;
    width: calc(50% - 30px);
    background: #fff;
    border-radius: 20px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__content {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__content--txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__content--img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__img {
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__title {
    padding-bottom: 20px;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__spec {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__spec ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__spec ul li {
    font-size: 15px;
    padding-bottom: 4px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice {
    font-style: italic;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice h5 {
    color: #fe0000;
    display: inline-block;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice h2 {
    color: #fe0000;
    margin-top: -6.6666666667px;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice span {
    padding: 5px 10px;
    background: #00a1fe;
    font-style: normal;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice span h5 {
    color: #fff;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice .tag {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 996px) {
  .tw2022IntelGamerDays h1, .tw2022IntelGamerDays .h1 {
    font-size: 40px;
  }
  .tw2022IntelGamerDays h2, .tw2022IntelGamerDays .h2 {
    font-size: 28px;
  }
  .tw2022IntelGamerDays h3, .tw2022IntelGamerDays .h3 {
    font-size: 24px;
  }
  .tw2022IntelGamerDays h4, .tw2022IntelGamerDays .h4 {
    font-size: 20px;
  }
  .tw2022IntelGamerDays h5, .tw2022IntelGamerDays .h5 {
    font-size: 18px;
  }
  .tw2022IntelGamerDays h6, .tw2022IntelGamerDays .h6 {
    font-size: 15px;
  }
  .tw2022IntelGamerDays p, .tw2022IntelGamerDays ul, .tw2022IntelGamerDays li {
    font-size: 16px;
  }
  .tw2022IntelGamerDays__info--txtbox .noteBox {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tw2022IntelGamerDays__info--txtbox .noteBox .btnSecondary {
    width: auto;
    margin-top: 20px;
  }
  .tw2022IntelGamerDays__models {
    padding: 50px 0;
    background: url(https://storage-asset.msi.com/event/2022/tw/2022IntelGamerDays/images/models-bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .tw2022IntelGamerDays__models .wrapper {
    position: relative;
    padding-bottom: 40px;
  }
  .tw2022IntelGamerDays__models .wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, white 50%, rgba(255, 255, 255, 0) 80%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tw2022IntelGamerDays__models .wrapper.socialmediaBox h2 span {
    display: inline-block;
  }
  .tw2022IntelGamerDays__models .wrapper.socialmediaBox figure {
    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;
  }
  .tw2022IntelGamerDays__models .wrapper.socialmediaBox figure a {
    display: inline-block;
    width: 20%;
    margin: 20px;
  }
  .tw2022IntelGamerDays__models--col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-bottom: 50px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem {
    margin: 0;
    color: #000;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    width: calc(33.3333333333% - 30px);
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__title {
    padding-bottom: 20px;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__spec ul li {
    font-size: 15px;
    padding-bottom: 4px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice {
    text-align: right;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col3 .modelsItem__price--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice span {
    color: #fff;
    display: inline-block;
    background: #fe0000;
    padding: 5px 10px;
    margin: 0 10px;
  }
  .tw2022IntelGamerDays__models--col3 .modelsItem__price--discountPrice h2 {
    color: #fe0000;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem {
    margin: 20px 0;
    padding: 20px;
    color: #000;
    width: calc(50% - 30px);
    background: #fff;
    border-radius: 20px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__content--txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__content--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__img {
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__title {
    padding-bottom: 20px;
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__spec {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__spec ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__spec ul li {
    font-size: 15px;
    padding-bottom: 4px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col2 .modelsItem__price--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice {
    font-style: italic;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice h5 {
    color: #fe0000;
    display: inline-block;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice h2 {
    color: #fe0000;
    margin-top: -6.6666666667px;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice span {
    padding: 5px 10px;
    background: #00a1fe;
    font-style: normal;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice span h5 {
    color: #fff;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price--discountPrice .tag {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--originalPrice {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--originalPrice small, .tw2022IntelGamerDays__models--col2 .modelsItem__price2--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice span {
    color: #fff;
    display: inline-block;
    background: #fe0000;
    padding: 5px 10px;
    margin: 0 10px 0 0;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice h2 {
    color: #fe0000;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .title h2 {
    display: inline-block;
  }
  .tw2022IntelGamerDays__models--col2 .modelsItem__price2--discountPrice .tag span {
    background: #00a1fe;
  }
  .tw2022IntelGamerDays__models--col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem {
    padding: 20px;
    color: #000;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 20px 20px 0 0;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__content {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__content--txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__content--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__txt {
    width: 60%;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__title {
    padding-bottom: 20px;
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__title h2 {
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__spec {
    width: 100%;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__spec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding-left: 0;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__spec ul li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__spec ul li::before {
    display: inline-block;
    padding-right: 5px;
    font-size: 26px;
    content: "•";
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__note {
    padding: 30px 0;
    color: #00a1fe;
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--originalPrice {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--originalPrice small, .tw2022IntelGamerDays__models--col1 .modelsItem__price--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice {
    font-style: italic;
    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;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice h5 {
    color: #fe0000;
    display: inline-block;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice h2 {
    color: #fe0000;
    margin-top: -6.6666666667px;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice span {
    padding: 5px 10px;
    background: #00a1fe;
    font-style: normal;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice span h5 {
    color: #fff;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice .title {
    margin: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price--discountPrice .tag {
    margin: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--originalPrice {
    text-align: left;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--originalPrice small, .tw2022IntelGamerDays__models--col1 .modelsItem__price2--originalPrice s {
    color: #737373;
    font-size: 15px;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice span {
    color: #fff;
    display: inline-block;
    background: #fe0000;
    padding: 5px 10px;
    margin: 0;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice h2 {
    color: #fe0000;
    margin-bottom: 0;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .title {
    width: auto;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .title h2 {
    display: inline-block;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .tag {
    margin-left: 20px;
    margin-top: 10px;
    font-style: normal;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem__price2--discountPrice .tag span {
    background: #00a1fe;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem.etailer {
    margin-top: -1px;
    border-radius: 0 0 20px 20px;
    background: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem.etailer a {
    cursor: pointer;
    text-align: center;
  }
  .tw2022IntelGamerDays__models--col1 .modelsItem.etailer img {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .tw2022IntelGamerDays h1, .tw2022IntelGamerDays .h1 {
    font-size: 48px;
  }
  .tw2022IntelGamerDays h2, .tw2022IntelGamerDays .h2 {
    font-size: 34px;
  }
  .tw2022IntelGamerDays h3, .tw2022IntelGamerDays .h3 {
    font-size: 26px;
  }
  .tw2022IntelGamerDays h4, .tw2022IntelGamerDays .h4 {
    font-size: 22px;
  }
  .tw2022IntelGamerDays h5, .tw2022IntelGamerDays .h5 {
    font-size: 20px;
  }
  .tw2022IntelGamerDays h6, .tw2022IntelGamerDays .h6 {
    font-size: 16px;
  }
  .tw2022IntelGamerDays p {
    font-size: 18px;
    line-height: 1.5;
  }
  .tw2022IntelGamerDays p.note {
    font-size: 22px;
  }
  .tw2022IntelGamerDays ul, .tw2022IntelGamerDays li {
    font-size: 18px;
  }
  .tw2022IntelGamerDays .note {
    font-size: 22px;
  }
}
@media (min-width: 1930px) {
  .tw2022IntelGamerDays h1, .tw2022IntelGamerDays .h1 {
    font-size: 54px;
  }
  .tw2022IntelGamerDays h2, .tw2022IntelGamerDays .h2 {
    font-size: 40px;
  }
  .tw2022IntelGamerDays h3, .tw2022IntelGamerDays .h3 {
    font-size: 30px;
  }
  .tw2022IntelGamerDays h4, .tw2022IntelGamerDays .h4 {
    font-size: 26px;
  }
  .tw2022IntelGamerDays h5, .tw2022IntelGamerDays .h5 {
    font-size: 22px;
  }
  .tw2022IntelGamerDays h6, .tw2022IntelGamerDays .h6 {
    font-size: 17px;
  }
  .tw2022IntelGamerDays p, .tw2022IntelGamerDays ul, .tw2022IntelGamerDays li {
    font-size: 20px;
  }
}/*# sourceMappingURL=default.css.map */