@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@900&family=Pacifico&display=swap");
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 90% !important;
}
@media (max-width: 960px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.main-text {
  letter-spacing: 0px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  position: relative;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 165%;
  text-transform: none;
  font-size: 1.4vw;
  background-color: #000;
  background: rgba(166, 110, 46, 0.6);
  border-style: solid;
  border-color: #c6a072;
  border-radius: 10px;
  border-width: 2px;
  padding: 2% 4%;
  width: 100%;
  margin: 3% auto 3%;
  letter-spacing: -1px;
}
@media (max-width: 960px) {
  .main-text {
    margin: 5% auto 3%;
    width: 70%;
    font-size: 4vw;
    width: 90%;
    letter-spacing: 0px;
  }
}

.kv {
  background: linear-gradient(9deg, #ffe5be 0%, #bf9356 42%, #f3ddad 58%, #cf974d 81%, #8a4e0f 100%);
  position: relative;
}
.kv__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto 3%;
}
@media (max-width: 960px) {
  .kv__flexbox {
    margin-top: 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-top: 56%;
  }
}
@media (max-width: 1336px) {
  .kv__flexbox {
    width: 90%;
  }
}
.kv__upper {
  position: relative;
}
.kv__bg picture {
  display: grid;
}
.kv__wrapper {
  text-align: center;
}
.kv__scroll {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 2%;
}
.kv__scroll a {
  display: block;
}
.kv__scroll a:hover {
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}
.kv__scroll figure {
  width: 50%;
  margin: auto;
}
.kv__scroll p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  margin-top: -10px;
}
@media (max-width: 960px) {
  .kv__scroll p {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .kv__scroll p {
    color: #fff;
    font-size: 12px;
  }
}
.kv__scroll img {
  display: block;
  margin: auto;
  text-align: center;
}
.kv__scroll .arrow__one {
  -webkit-animation: arrowDownOne 1s infinite 0.1s;
  animation: arrowDownOne 1s infinite 0.1s;
}
@media (max-width: 500px) {
  .kv__scroll .arrow__one {
    width: 5%;
  }
}
.kv__scroll .arrow__two {
  -webkit-animation: arrowDownTwo 1s infinite 0.3s;
  animation: arrowDownTwo 1s infinite 0.3s;
}
@media (max-width: 500px) {
  .kv__scroll .arrow__two {
    width: 5%;
  }
}
.kv__block {
  position: absolute;
  top: 50%;
  left: 17%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 29%;
}
@media (max-width: 960px) {
  .kv__block {
    position: absolute;
    top: 4%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
  }
}
.kv__block span {
  color: #ff0000;
}
.kv__textbox {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: left;
}
.kv__textbox-logo {
  width: 80%;
}
@media (max-width: 960px) {
  .kv__textbox-logo {
    width: 30%;
    margin: 0 auto;
  }
}
.kv__textbox-logo img {
  max-width: 50%;
}
@media (max-width: 960px) {
  .kv__textbox-logo img {
    max-width: 100%;
  }
}
.kv__itembox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.kv__textbox-btn {
  width: calc(50% - 10px);
  text-align: center;
}
.kv__power {
  background: #181464;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(24, 20, 100)), color-stop(47%, rgb(13, 10, 67)), to(rgb(26, 17, 58)));
  background: linear-gradient(0deg, rgb(24, 20, 100) 0%, rgb(13, 10, 67) 47%, rgb(26, 17, 58) 100%);
  background-size: cover;
  padding: 4% 0 4% 0;
  color: #ffffff !important;
}
@media (max-width: 960px) {
  .kv__power {
    padding: 10% 0 10% 0;
  }
}
.kv__power .kv__steam__flexbox .sub-title {
  margin: 0 0 1.5%;
}
.kv__power .kv__steam__flexbox .common-text4 {
  line-height: 2vw;
}
@media (max-width: 960px) {
  .kv__power .kv__steam__flexbox .common-text4 {
    line-height: 1.7;
  }
}
.kv__steam__itembox {
  width: 25%;
  text-align: center;
  margin-right: 5%;
}
@media (max-width: 960px) {
  .kv__steam__itembox {
    width: 90%;
    margin-right: unset;
    width: 100%;
    margin: 0 auto;
  }
}
.kv__steam__textbox {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #b6a570), color-stop(40%, #e4d894), color-stop(90%, #bfaf77));
  background: linear-gradient(90deg, #b6a570 30%, #e4d894 40%, #bfaf77 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 960px) {
  .kv__steam__textbox {
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin: auto;
  }
}
.kv__steam {
  background: #040e25;
  background-size: 100%;
  padding: 2% 0;
}
@media (max-width: 960px) {
  .kv__steam {
    padding: 2% 0 5%;
    background-size: cover;
  }
}
.kv__steam__flexbox {
  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;
  max-width: 1440px;
  margin: auto;
  width: 65%;
}
@media (max-width: 960px) {
  .kv__steam__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }
}
.kv__img {
  width: 75%;
  margin: auto;
}
@media (max-width: 960px) {
  .kv__img {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .a .btn-t {
    margin-top: 55%;
    font-size: 18px;
    color: #42372b;
    padding-left: unset;
  }
}

.tceligiblecombination {
  width: 80%;
  border: 1px solid #ccc;
}
@media (max-width: 960px) {
  .tceligiblecombination {
    width: 100%;
  }
}
.tceligiblecombination th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: fff;
  background-color: #47557b;
}
.tceligiblecombination td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #a1a1a1;
  text-align: center;
  vertical-align: middle;
}

.tcproductprizetable {
  width: 80%;
  border: 1px solid #ccc;
}
@media (max-width: 960px) {
  .tcproductprizetable {
    width: 100%;
    font-size: 80%;
  }
}
.tcproductprizetable th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: fff;
  background-color: #47557b;
}
.tcproductprizetable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #a1a1a1;
  text-align: center;
  vertical-align: middle;
}

.tcexample {
  width: 80%;
  border: 1px solid #ccc;
}
@media (max-width: 960px) {
  .tcexample {
    width: 100%;
  }
}
.tcexample th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: fff;
  background-color: #47557b;
}
.tcexample td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #a1a1a1;
  text-align: center;
  vertical-align: middle;
}

.earn {
  text-align: center;
  background: #3d1e95;
  padding: 5% 0;
}
@media (max-width: 960px) {
  .earn {
    padding: 8% 0;
  }
}
.earn__title {
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  padding-bottom: 30px;
  font-family: "DINPro-Black";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5%;
}
@media (max-width: 500px) {
  .earn__title {
    color: #ffffff;
    font-size: 40px;
  }
}
.earn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 2% 10%;
}
@media (max-width: 960px) {
  .earn__flex {
    display: block;
    margin: 10% 4%;
  }
}
.earn__flex a {
  width: 45%;
  display: block;
}
@media (max-width: 960px) {
  .earn__flex a {
    width: 100%;
    margin: 7% auto;
  }
}
.earn__flex a img {
  -webkit-box-shadow: 2px 2px 1px #2667aa;
  box-shadow: 2px 2px 1px #2667aa;
  border: 1px solid #5b38cc;
  max-width: 80%;
}
.earn__flex a img:hover {
  -webkit-box-shadow: 2px 2px 10px #4cb5eb;
  box-shadow: 2px 2px 10px #4cb5eb;
}

.amazon__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 2% 10%;
}
@media (max-width: 960px) {
  .amazon__flex {
    display: block;
    margin: 10% 0%;
  }
}
.amazon__flex a {
  width: 70%;
  display: block;
  margin: auto;
}
@media (max-width: 960px) {
  .amazon__flex a {
    width: 100%;
    margin: 5% auto;
  }
}
@media (max-width: 960px) {
  .amazon__flex .sub-title {
    font-size: 17px;
  }
}
.amazon__flex a img {
  -webkit-box-shadow: 2px 2px 1px #0f393d;
  box-shadow: 2px 2px 1px #0f393d;
  border: 1px solid #38888f;
  max-width: 80%;
}
.amazon__flex a img:hover {
  -webkit-box-shadow: 2px 2px 10px #9fedf1;
  box-shadow: 2px 2px 10px #9fedf1;
}

.addccm__fristchoose-selectarea > div {
  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;
  margin: 7px 0;
}
@media (max-width: 960px) {
  .addccm__fristchoose-selectarea > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1px 0;
    display: flex;
    flex-direction: column;
  }
}
.addccm__fristchoose-selectarea > div select {
  width: 300px;
  display: block;
  height: 40px;
  padding: 0 20px;
  border-radius: 400px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
@media (max-width: 960px) {
  .addccm__fristchoose-selectarea > div select {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.addccm__fristchoose-prizebox p {
  font-size: 32px;
  color: #ffffff;
  font-weight: 900;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.addccm__fristchoose-selectarea {
  max-width: 680px;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addccm__fristchoose-selectarea > div p {
  font-size: 20px;
  color: #ffffff;
  width: 150px;
  display: block;
  text-align: left;
}
@media (max-width: 960px) {
  .addccm__fristchoose-selectarea > div p {
    margin: 0 38% 1% 0;
    font-size: 17px;
  }
}
.addccm__fristchoose-prizebox {
  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;
  margin: 40px 0;
  font-size: 20px;
}
@media (max-width: 960px) {
  .addccm__fristchoose-prizebox {
    margin: 15px 0;
  }
}
@media (max-width: 960px) {
  .addccm__fristchoose-item img {
    margin: auto;
    max-width: 90%;
  }
}

.outsideselect {
  position: relative;
}
.outsideselect::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: #1c5e8f;
  clip-path: polygon(50% 75%, 0 25%, 100% 25%);
}

.wtb {
  padding: 3% 0;
}

.newshow {
  background: linear-gradient(45deg, rgb(152, 112, 35) 0%, rgb(72, 53, 21) 26%, rgb(25, 18, 8) 52%, rgb(18, 14, 6) 77%, rgb(15, 12, 4) 100%);
  padding: 3% 0;
  position: relative;
}
@media (max-width: 960px) {
  .newshow {
    background: linear-gradient(45deg, rgb(152, 112, 35) 0%, rgb(72, 53, 21) 26%, rgb(25, 18, 8) 52%, rgb(18, 14, 6) 77%, rgb(15, 12, 4) 100%);
    padding: 6% 0 3%;
    position: relative;
  }
}
.newshow .common-title {
  text-align: center;
}
.newshow__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 960px) {
  .newshow__block {
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 15px;
  }
}
.newshow__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  margin: 10px;
  width: calc(33.3333333333% - 20px);
  border: 1px solid #51b2bb;
  background: rgba(5, 34, 51, 0.1882352941);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .newshow__block-item {
    width: 100%;
  }
}
.newshow__block-item h6 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.newshow__block-item li {
  color: #fff;
  font-size: 16px;
  margin: 8px 0;
  font-weight: 900;
  list-style-type: disc;
  line-height: 1.4;
}
.newshow__block-item ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.newig {
  background: #845927;
  padding: 3% 0;
  position: relative;
}
.newig .common-title {
  text-align: center;
}
.newig__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;
  background: #cacaca;
  width: 70%;
  margin: auto;
  margin-top: 4%;
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .newig__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .newig__block {
    padding: 5px 10px;
  }
}
.newig__block-img {
  width: 40%;
  position: relative;
}
@media (max-width: 991px) {
  .newig__block-img {
    width: 100%;
  }
}
.newig__block-textbox {
  width: 60%;
  padding: 40px;
}
@media (max-width: 991px) {
  .newig__block-textbox {
    width: 100%;
    padding: 3%;
  }
}
.newig__block-prize {
  position: absolute;
  right: -5%;
  width: 50%;
  bottom: -9%;
}
@media (max-width: 960px) {
  .newig__block-prize {
    right: 0;
  }
}

.inworda {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}
.inworda span {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  display: inline-block;
  margin: 10px 0;
}

.titlecom {
  color: #000;
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 960px) {
  .titlecom {
    margin-top: 13%;
  }
}

.category {
  position: relative;
  padding: 5% 0;
  text-align: center;
}
@media (max-width: 500px) {
  .category {
    padding: 10% 0;
  }
}
.category__itembox {
  width: calc(14.2857142857% - 6px);
  background: #fefefe;
}
@media (max-width: 960px) {
  .category__itembox {
    width: calc(50% - 10px);
    margin: 1% 0;
    width: calc(50% - 10px);
    margin: 1% 0;
  }
}
.category__wrapper {
  background: #cacaca;
}
.category__pd {
  z-index: 3;
}
.category__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .category__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 3%;
  }
}
.category__itembox h3 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.category__itembox h3:hover {
  color: #999;
}
.category__itembox figure {
  text-align: center;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 960px) {
  .category__itembox figure {
    height: 250px;
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .category__itembox figure {
    height: 150px;
  }
}
.category__itembox figure img {
  width: auto;
  max-width: 220%;
  margin: 0px -38px 0% -44%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px -36px -5% -50%;
}
@media (max-width: 960px) {
  .category__itembox figure img {
    margin: auto;
    max-height: 95%;
    margin: auto;
    max-height: 95%;
  }
}
@media (max-width: 768px) {
  .category__itembox figure img {
    max-width: 100%;
  }
}
.category__itembox figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.category__itembox:nth-of-type(4) figure img {
  clip-path: polygon(20% 10%, 80% 10%, 80% 90%, 20% 90%);
}
.category__itembox:nth-of-type(5) figure {
  padding-top: 10%;
}
.category__itembox:nth-of-type(5) figure img {
  clip-path: polygon(20% 0, 80% 0, 80% 90%, 20% 90%);
}

.mb {
  background-repeat: no-repeat;
  padding: 11% 0 3%;
  position: relative;
}
@media (max-width: 960px) {
  .mb {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 0;
  }
}
@media (max-width: 1280px) {
  .mb::after {
    bottom: -3.2%;
    border-color: #030c0d transparent transparent transparent;
  }
}
.mb__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .mb__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.mb__block-textbox {
  width: 50%;
  z-index: 3;
}
@media (max-width: 960px) {
  .mb__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.mb__block-textbox figure {
  width: 25%;
}
.mb__block-itembox {
  width: 52%;
  margin: auto auto 5%;
  text-align: center;
  position: absolute;
  z-index: 3;
  right: 0;
}
@media (max-width: 1756px) {
  .mb__block-itembox {
    width: 50%;
  }
}
@media (max-width: 1500px) {
  .mb__block-itembox {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .mb__block-itembox {
    position: inherit;
    width: 50%;
    right: auto;
  }
}
@media (max-width: 960px) {
  .mb__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1921px) {
  .mb__block-itembox {
    width: 45%;
  }
}
@media (max-width: 960px) {
  .mb__block-itembox figure {
    width: 80%;
    margin: auto;
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
}
.mb__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
.mb .msi-power {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  text-align: center;
  z-index: 2;
}
.mb .msi-power img {
  width: 40%;
}
@media (max-width: 1500px) {
  .mb .msi-power img {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .mb .msi-power img {
    width: 100%;
  }
}

.power {
  background-repeat: no-repeat;
  padding: 4% 0 3%;
  position: relative;
}
@media (max-width: 960px) {
  .power {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 0;
  }
}
@media (max-width: 1280px) {
  .power::after {
    bottom: -3.2%;
    border-color: #154458 transparent transparent transparent;
  }
}
.power__block {
  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;
}
@media (max-width: 960px) {
  .power__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.power__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
.power__block-textbox {
  width: 50%;
  margin-top: 4%;
  z-index: 3;
  margin-left: 10%;
}
@media (max-width: 960px) {
  .power__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.power__block-textbox figure {
  width: 25%;
}
.power__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
}
@media (max-width: 1500px) {
  .power__block-itembox {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .power__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
  }
}
@media (max-width: 960px) {
  .power__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1921px) {
  .power__block-itembox {
    width: 48%;
  }
}
@media (max-width: 960px) {
  .power__block-itembox figure {
    width: 80%;
    margin: auto;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
}

.case {
  background-repeat: no-repeat;
  padding: 3% 0;
  position: relative;
}
@media (max-width: 960px) {
  .case {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 0;
  }
}
@media (max-width: 1280px) {
  .case::after {
    bottom: -3.2%;
    border-color: #081016 transparent transparent transparent;
  }
}
.case__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .case__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.case__block-textbox {
  width: 50%;
  z-index: 3;
}
@media (max-width: 960px) {
  .case__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.case__block-textbox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .case__block-textbox-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.case__block-textbox-title figure {
  width: 15%;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .case__block-textbox-title figure {
    width: 40%;
    margin: 0;
  }
}
.case__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 3;
  right: 0;
}
@media (max-width: 1500px) {
  .case__block-itembox {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .case__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
  }
}
@media (max-width: 960px) {
  .case__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1921px) {
  .case__block-itembox {
    width: 42%;
  }
}
.case__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
@media (max-width: 960px) {
  .case__block-itembox figure {
    width: 80%;
    margin: auto;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.cooler {
  background-repeat: no-repeat;
  padding: 5% 0;
  position: relative;
}
@media (max-width: 960px) {
  .cooler {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 0;
  }
}
@media (max-width: 1280px) {
  .cooler::after {
    bottom: -3.2%;
    border-color: #174c63 transparent transparent transparent;
  }
}
.cooler__block {
  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;
}
@media (max-width: 960px) {
  .cooler__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cooler__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
.cooler__block-textbox {
  width: 50%;
  z-index: 3;
}
@media (max-width: 960px) {
  .cooler__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.cooler__block-textbox figure {
  width: 25%;
}
.cooler__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -19%;
}
@media (max-width: 1920px) {
  .cooler__block-itembox {
    width: 60%;
  }
}
@media (max-width: 1500px) {
  .cooler__block-itembox {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .cooler__block-itembox {
    position: inherit;
    width: 50%;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 960px) {
  .cooler__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1921px) {
  .cooler__block-itembox {
    width: 50%;
    bottom: auto;
  }
}
@media (max-width: 960px) {
  .cooler__block-itembox figure {
    width: 80%;
    margin: auto;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.cooler__block-itembox figure img {
  width: auto;
  width: 90%;
  margin-left: 10%;
  margin-bottom: 7%;
}

.ssd {
  background-repeat: no-repeat;
  padding: 5% 0;
  position: relative;
}
@media (max-width: 960px) {
  .ssd {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 0;
  }
}
@media (max-width: 1280px) {
  .ssd::after {
    bottom: -3.2%;
    border-color: #060f15 transparent transparent transparent;
  }
}
.ssd__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .ssd__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.ssd__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
.ssd__block-textbox {
  width: 50%;
  z-index: 3;
}
@media (max-width: 1280px) {
  .ssd__block-textbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
  }
}
@media (max-width: 960px) {
  .ssd__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.ssd__block-textbox figure {
  width: 25%;
}
.ssd__block-itembox {
  width: 48%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 3;
  right: 0;
}
@media (max-width: 1500px) {
  .ssd__block-itembox {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .ssd__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 2;
  }
}
@media (max-width: 960px) {
  .ssd__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 960px) {
  .ssd__block-itembox figure {
    width: 80%;
    margin: auto;
    -webkit-transform: translateX(17%);
            transform: translateX(17%);
  }
}

.vga {
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 960px) {
  .vga {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 0;
  }
}
@media (max-width: 1280px) {
  .vga::after {
    bottom: -3.8%;
    border-color: #123849 transparent transparent transparent;
  }
}
.vga__block {
  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;
  padding: 3% 0;
}
@media (max-width: 960px) {
  .vga__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 10% 0;
  }
}
.vga__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
.vga__block-textbox {
  width: 50%;
  z-index: 3;
}
@media (max-width: 960px) {
  .vga__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.vga__block-textbox figure {
  width: 25%;
}
.vga__block-itembox {
  width: 48vw;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -7vw;
}
@media (max-width: 960px) {
  .vga__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    right: auto;
    bottom: -19vw;
  }
}
@media (min-width: 1921px) {
  .vga__block-itembox {
    width: 40%;
    bottom: -5.5vw;
    left: 5%;
  }
}
@media (min-width: 2300px) {
  .vga__block-itembox {
    width: 40vw;
    bottom: -5.5vw;
  }
}
@media (min-width: 2600px) {
  .vga__block-itembox {
    width: 28vw;
    bottom: -4.25vw;
  }
}
@media (min-width: 3000px) {
  .vga__block-itembox {
    width: 24vw;
  }
}
@media (max-width: 960px) {
  .vga__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 2600px) {
  .vga__block-itembox figure img {
    max-width: 35vw;
  }
}

.monitor {
  background-repeat: no-repeat;
  padding: 4.5% 0;
  position: relative;
}
@media (max-width: 960px) {
  .monitor {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 231, 201)), color-stop(26%, rgb(196, 160, 92)), color-stop(47%, rgb(171, 135, 69)), color-stop(69%, rrgb(106, 84, 33)), to(rgb(0, 0, 0)));
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 3% 0 15%;
    background: linear-gradient(0deg, rgb(255, 231, 201) 0%, rgb(196, 160, 92) 26%, rgb(171, 135, 69) 47%, rrgb(106, 84, 33) 69%, rgb(0, 0, 0) 100%);
    padding: 10% 0 18%;
  }
}
@media (max-width: 1280px) {
  .monitor::after {
    bottom: -3.2%;
    border-color: #071215 transparent transparent transparent;
  }
}
.monitor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .monitor__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.monitor__block img {
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
.monitor__block-textbox {
  width: 50%;
  z-index: 3;
}
@media (max-width: 1280px) {
  .monitor__block-textbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
  }
}
@media (max-width: 960px) {
  .monitor__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.monitor__block-textbox figure {
  width: 25%;
}
.monitor__block-itembox {
  width: 43%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 3;
  right: 5%;
}
@media (max-width: 1500px) {
  .monitor__block-itembox {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .monitor__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 2;
  }
}
@media (max-width: 960px) {
  .monitor__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 960px) {
  .monitor__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

:root {
  --pbm-overlay-blur: 5px;
  --pbm-card-blur: 8px;
  --pbm-brand: #e80000;
  --pbm-text: #fff;
}

.pbm-has-overlay {
  overflow: hidden;
}

.pbm-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9999;
  color: var(--pbm-text);
  height: 100svh;
  height: 100svh;
  height: 100dvh;
}
.pbm-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(var(--pbm-overlay-blur)) saturate(1.05);
  -webkit-backdrop-filter: blur(var(--pbm-overlay-blur)) saturate(1.05);
  background: radial-gradient(70% 60% at 50% 30%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));
}
.pbm-overlay > .pbm-center {
  height: 100svh;
  height: 100dvh;
}

.pbm-card {
  position: relative;
  width: min(560px, 92vw);
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(var(--pbm-card-blur));
  -webkit-backdrop-filter: blur(var(--pbm-card-blur));
  -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 12px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
  -webkit-animation: pbm-float 6s ease-in-out infinite;
          animation: pbm-float 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .pbm-card {
    -webkit-animation: none;
            animation: none;
  }
}

.pbm-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 12px;
}

.pbm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pbm-brand);
  -webkit-box-shadow: 0 0 8px rgba(232, 0, 0, 0.95);
          box-shadow: 0 0 8px rgba(232, 0, 0, 0.95);
  -webkit-animation: pbm-pulse 1.8s ease-in-out infinite;
          animation: pbm-pulse 1.8s ease-in-out infinite;
}

.pbm-title {
  margin: 14px 0 6px;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.pbm-sub {
  margin: 0 0 18px;
  font-size: clamp(14px, 2.8vw, 16px);
  color: rgba(255, 255, 255, 0.86);
}

.pbm-countdown {
  display: grid;
  grid-auto-flow: column;
  gap: clamp(8px, 2vw, 16px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0 6px;
}

.pbm-slot {
  min-width: 70px;
  padding: 10px 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.pbm-num {
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 800;
  line-height: 1;
}

.pbm-lab {
  display: block;
  font-size: 11px;
  opacity: 0.9;
  margin-top: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pbm-cta {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pbm-btn {
  all: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2px;
  -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.pbm-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.12);
}

.pbm-btn-primary {
  border-color: rgba(232, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 0, 0, 0.9)), to(rgba(232, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(232, 0, 0, 0.9), rgba(232, 0, 0, 0.75));
}

.pbm-center {
  height: 100%;
  display: grid;
  place-items: center;
}

.main-title {
  height: 0;
  padding: 0;
  margin: 0;
}

.sub-title {
  font-size: 1.9vw;
  line-height: 1.3;
  margin: 0;
  font-weight: 900;
}
@media (max-width: 960px) {
  .sub-title {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin: 3% 0%;
  }
}

.common-title {
  color: #ffffff;
  font-size: 2.1vw;
  text-transform: uppercase;
  margin: 0;
  font-weight: bolder;
}
@media (max-width: 960px) {
  .common-title {
    font-size: 22px;
    text-align: center;
  }
}
.common-title span {
  color: #fff;
  font-size: 2.1vw;
  font-family: "Pacifico", cursive;
  text-transform: none;
  display: block;
  margin-bottom: 2%;
}
@media (max-width: 960px) {
  .common-title span {
    color: #fff;
    font-size: 32px;
    text-align: center;
  }
}

.common-title-white {
  color: #fff;
}

.common-title1 {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 10% 2%;
  background: #000;
}
@media (min-width: 1921px) {
  .common-title1 {
    color: #fff;
    font-size: 0.9vw;
  }
}
@media (min-width: 2331px) {
  .common-title1 {
    color: #fff;
    font-size: 0.6vw;
  }
}
@media (max-width: 1024px) {
  .common-title1 {
    font-size: 1.3vw;
  }
}
@media (max-width: 960px) {
  .common-title1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .common-title1 {
    color: #fff;
    font-size: 16px;
  }
}

.common-title2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "din_pro_bold";
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 960px) {
  .common-title2 {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .common-title2 {
    color: #fff;
    font-size: 16px;
  }
}
.common-title2 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 960px) {
  .common-title2 a {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .common-title2 a {
    color: #fff;
    font-size: 16px;
  }
}
.common-title2 a:hover {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 960px) {
  .common-title2 a:hover {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .common-title2 a:hover {
    color: #fff;
    font-size: 16px;
  }
}

.common-title3 {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 10% 2%;
}
@media (min-width: 1921px) {
  .common-title3 {
    color: #fff;
    font-size: 0.9vw;
  }
}
@media (min-width: 2331px) {
  .common-title3 {
    color: #fff;
    font-size: 0.6vw;
  }
}
@media (max-width: 1024px) {
  .common-title3 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .common-title3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .common-title3 {
    color: #fff;
    font-size: 18px;
  }
}

.main-text-gift {
  position: absolute;
  top: -21%;
  right: 6%;
  z-index: 10;
  width: 35%;
}

.common-text {
  color: #ffffff;
  font-size: 15px;
  margin: 20px 0;
  line-height: 1.5vw;
}
@media (min-width: 1921px) {
  .common-text {
    font-size: 1vw;
    line-height: 1vw;
  }
}
@media (max-width: 960px) {
  .common-text {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    margin: 2%;
  }
}

.common-text1 {
  color: #ffffff;
  font-size: 20px;
  margin: 10px 0;
  line-height: 140%;
}
@media (max-width: 960px) {
  .common-text1 {
    font-size: 16px;
    text-align: center;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
}

.common-text2 {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 960px) {
  .common-text2 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }
}

.common-text3 {
  color: #ffffff;
  font-size: 20px;
  margin: 20px 0;
  line-height: 26px;
}
@media (max-width: 1500px) {
  .common-text3 {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 960px) {
  .common-text3 {
    text-align: center;
  }
}

.common-text4 {
  font-size: 1.3vw;
  margin: 20px 0;
  line-height: 1.5vw;
}
@media (min-width: 1921px) {
  .common-text4 {
    font-size: 0.8vw;
    line-height: 1vw;
  }
}
@media (max-width: 1500px) {
  .common-text4 {
    width: 90%;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .common-text4 {
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    margin: 3% 0%;
  }
}

.common-note {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.common__btnbox {
  margin: 5% 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 960px) {
  .common__btnbox {
    text-align: center;
  }
}
.common__btnbox-btn {
  color: #fff;
  font-size: 1vw;
  background: #f00;
  display: inline-block;
  padding: 15px 45px 13px;
  font-weight: bold;
  cursor: pointer;
  background: #347ba9;
  border-left: 0.5px solid #03A9F4;
  border-bottom: 0.5px solid #5997b2;
  border-radius: 5px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-box-shadow: inset -1px 2px 5px #9ce9ff;
          box-shadow: inset -1px 2px 5px #9ce9ff;
  -webkit-filter: drop-shadow(-3px 4px 2px #173654);
          filter: drop-shadow(-3px 4px 2px #173654);
}
@media (max-width: 960px) {
  .common__btnbox-btn {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px 5px;
  }
}
@media (min-width: 1921px) {
  .common__btnbox-btn {
    color: #fff;
    font-size: 0.7vw;
  }
}
.common__btnbox-btn:hover {
  color: #fff;
  font-size: 1vw;
  text-decoration: none;
  background: #a5f6ff;
  color: #000;
  -webkit-filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.4352941176));
          filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.4352941176));
}
@media (max-width: 960px) {
  .common__btnbox-btn:hover {
    color: #fff;
    font-size: 4vw;
  }
}
@media (min-width: 1921px) {
  .common__btnbox-btn:hover {
    color: #fff;
    font-size: 0.7vw;
  }
}
.common__btnbox1 {
  margin: 5% 0;
  text-align: center;
}
.common__btnbox1-btn {
  color: #fff;
  font-size: 20px;
  background: #f00;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  width: 80%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .common__btnbox1-btn {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
  }
}
.common__btnbox1-btn:hover {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .common__btnbox1-btn:hover {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
  }
}
.common__btnbox2 {
  text-align: center;
}
@media (max-width: 1500px) {
  .common__btnbox2 {
    width: 90%;
    margin: auto;
  }
}
.common__btnbox2-btn {
  color: #fff;
  font-size: 16px;
  background: #1244c8;
  display: block;
  padding: 10px 40px;
  font-weight: bold;
  cursor: pointer;
  margin: 15px 0 5px;
}
.common__btnbox2-btn:hover {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 960px) {
  .btnreddem .common__btnbox-btn {
    font-size: 4vw;
    padding: 10px 50px 10px;
  }
}

.textStyle {
  color: #fff;
  font-size: 36px;
}

.align {
  text-align: center;
}

.text-height {
  min-height: 80px;
}
@media screen and (max-width: 1152px) {
  .text-height {
    min-height: 96px;
  }
}
@media (max-width: 960px) {
  .text-height {
    min-height: auto;
  }
}

.color_black {
  color: #000;
}

.color_red {
  color: #ff0000;
}

.color_gray {
  color: #686363;
}

.bg_gray {
  background: #686363;
}

.bg_red {
  background: #ff0000;
}

.modelContent {
  background: #222222;
  padding: 5% 0;
}
.modelContent__wrap {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1440px;
  z-index: 3;
}
.modelContent__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 5px solid #fff;
}
@media (max-width: 1500px) {
  .modelContent__block {
    width: 90%;
    margin: auto;
  }
}
.modelContent__block-itembox {
  width: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2% 0;
}
.modelContent__block-itembox figure {
  width: 70%;
  margin: auto;
  text-align: center;
}
.modelContent__block-itembox h4:nth-of-type(2) {
  color: #ff0000;
}
.modelContent__block-itembox:nth-child(even) {
  border-right: none;
}
.modelContent__block-itembox:nth-last-of-type(1) {
  border-bottom: none;
}

.borderB {
  border-bottom: none;
}

.mbBox {
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 960px) {
  .mbBox {
    margin-top: 20px;
  }
}
.mbBox__title {
  width: 100%;
  background: #3c2286;
  border: 1px solid #fff;
  padding: 10px 0;
}
@media (max-width: 1500px) {
  .mbBox__title {
    width: 90%;
    margin: 0 auto;
  }
}

.mbList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1500px) {
  .mbList {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .mbList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mbList > a {
  color: #fff;
  display: block;
  width: 25%;
  padding: 20px 5px;
  border: 1px solid #fff;
  background: #222;
}
@media (max-width: 960px) {
  .mbList > a {
    color: #fff;
    display: block;
    width: 50%;
    padding: 20px 0;
    border: 1px solid #fff;
    font-size: 80%;
  }
}
.mbList > a:hover {
  background: rgb(95, 95, 95);
}
.mbList > a.empty-block:hover {
  cursor: initial;
  background: transparent;
}

.project .controlCenter {
  position: relative;
  padding: 5% 0;
}
@media (min-width: 960px) {
  .project .controlCenter {
    position: relative;
    padding: 3% 0;
  }
}
@media (max-width: 960px) {
  .project .controlCenter {
    padding: 10% 0;
  }
}
.project .controlCenter .main-title {
  text-align: center;
  margin-bottom: 15%;
}
@media (min-width: 960px) {
  .project .controlCenter .main-title {
    text-align: center;
    margin-bottom: 2%;
  }
}
@media (max-width: 960px) {
  .project .controlCenter .main-title {
    margin-bottom: 10%;
  }
}
.project .controlCenter__img {
  text-align: center;
  height: 180px;
}
@media (min-width: 960px) {
  .project .controlCenter__img {
    padding-top: 100px;
    text-align: center;
    height: 430px;
  }
}
@media (min-width: 960px) {
  .project .controlCenter__wrapper-content {
    position: absolute;
    width: 50%;
    padding-top: 30px;
  }
}
.project .controlCenter__wrapper-content .btnSty {
  margin: 20px 0;
  text-align: left;
}
.project .controlCenter__img img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .project .controlCenter__img img {
    width: 70%;
    margin: 0 auto;
  }
}
.project .btnSty {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  text-shadow: 0 0 10px #7d7d7d;
  text-transform: uppercase;
  padding: 10px;
  background: #df232e;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 960px) {
  .project .btnSty {
    font-size: 17px;
    padding: 15px;
  }
}
.project .btnSty:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0.9;
}

.controlCenter__wrapper-content p {
  text-align: left;
  max-width: 700px;
}

@media (max-width: 960px) {
  [id=reset] {
    padding: 10px 80px 10px;
  }
}

.redeem {
  padding: 3% 0 5% 0;
}
@media (max-width: 500px) {
  .redeem {
    padding: 5% 0 10%;
    padding: 10% 0;
  }
}
.redeem__wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.redeem__wrapper-tc {
  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;
}
@media (max-width: 960px) {
  .redeem__wrapper-tc {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.redeem__wrapper-link {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
.redeem__wrapper-link a {
  background-color: #e60012;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.redeem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3% 0;
}
@media (max-width: 960px) {
  .redeem__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.redeem__block-box {
  width: calc(25% - 20px);
  border: 2px solid #3970ad;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 960px) {
  .redeem__block-box {
    width: 85%;
    margin: 20px auto;
  }
}
@media (max-width: 500px) {
  .redeem__block-box {
    width: 100%;
  }
}
.redeem__block-box a {
  display: block;
  margin: 10px auto;
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}
.redeem__block-box a:hover {
  color: #000;
  text-decoration: underline !important;
}
.redeem__block-box a:hover .redeem__block-box-border {
  border-color: #61a7ff;
}
.redeem__block-box a:hover h3 {
  color: #61a7ff;
}
.redeem__block-box-item {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .redeem__block-box-item {
    padding: 20px 0;
  }
}
.redeem__block-box-item img {
  margin: 15px 0;
  -webkit-filter: hue-rotate(181deg);
          filter: hue-rotate(181deg);
}
@media (max-width: 960px) {
  .redeem__block-box-item img {
    margin: 5px 0;
    max-width: 40%;
  }
}
.redeem__block-box-item p {
  color: #FFF;
  font-size: 16px;
  background: #2a4780;
  width: 70%;
  margin: auto;
  padding: 5px 0;
}
.redeem__block-box-item p:nth-of-type(2) {
  background: none;
  width: 90%;
  padding: 5px 15px;
  color: #10243d;
  line-height: 1.3;
}
.redeem__block-box-border {
  border: 3px solid #3970ad;
  margin: 10%;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .redeem__block-box-border {
    margin: 3%;
  }
}
.redeem__block-box:nth-of-type(1) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step1-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}
.redeem__block-box:nth-of-type(2) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step1-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}
.redeem__block-box:nth-of-type(3) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step2-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}
.redeem__block-box:nth-of-type(4) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step3-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}

.hardware-wrapper {
  text-align: center;
  margin-top: 3%;
}
@media (max-width: 960px) {
  .hardware-wrapper {
    margin-top: 12%;
    margin-top: 13%;
  }
}
.hardware-wrapper img {
  margin: 0 45px;
  width: 20%;
}
@media (max-width: 960px) {
  .hardware-wrapper img {
    margin: 20px 0;
    margin: 10px 5px;
    width: 50%;
  }
}
.hardware-wrapper .msi-power {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  text-align: center;
  width: 25%;
  z-index: 2;
}
@media (max-width: 960px) {
  .hardware-wrapper .msi-power {
    width: 40%;
  }
}
.hardware-wrapper .msi-power img {
  width: 40%;
  -webkit-filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
          filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.7882352941));
}
@media (max-width: 1500px) {
  .hardware-wrapper .msi-power img {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .hardware-wrapper .msi-power img {
    width: 80%;
  }
}
.hardware-wrapper__block {
  margin: 50px 0 60px 0;
  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;
}

.main-bg {
  position: relative;
  background-image: radial-gradient(circle at 50% 35%, #0a59a0 0%, #102577 30%, #1f063e 65%, #2d1464 100%);
  background-size: cover;
  color: #fff;
}

.bg-deco-left {
  position: absolute;
  left: 0;
  top: 6%;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 960px) {
  .bg-deco-left {
    display: none;
  }
}

.bg-deco-right {
  position: absolute;
  right: 0;
  top: 6%;
  max-width: 400px;
}
@media (max-width: 960px) {
  .bg-deco-right {
    display: none;
  }
}

.mesh-deco {
  position: absolute;
  bottom: 0%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 0.5;
}

.hardware {
  padding: 3% 0;
  position: relative;
}

.wtb-wrapper {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .wtb-wrapper {
    width: 90%;
  }
}

@media (max-width: 960px) {
  .paytm__img {
    max-width: 40%;
  }
}

.tandc__list__pools {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  list-style: lower-alpha;
  list-style-position: inside;
  color: orange;
}

.wtbt_extend button {
  color: #fff !important;
}

@-webkit-keyframes pbm-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes pbm-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@-webkit-keyframes pbm-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes pbm-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes arrowDownOne {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes arrowDownOne {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
html {
  width: auto !important;
  scroll-behavior: smooth;
}

body {
  word-wrap: break-word;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
}

sup {
  vertical-align: super;
  font-size: 12px;
}/*# sourceMappingURL=main-og-20.css.map */