@charset "UTF-8";
@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");

/* html {
  width: auto !important;
}

body {
  background: #000000;
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
}

img {
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: none !important;
} */
#topBtn {
  display: none;
  position: fixed;
  bottom: 10pX;
  right: 30px;
  z-index: 8;
  background-color: rgba(101, 15, 50, 0.8);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 2px;
}
#topBtn img{transform: rotate(180deg);}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100% !important;
}

@media (max-width: 960px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

sup {
  vertical-align: super;
  font-size: 12px;
}

.main-title {
  text-indent: -9999px;
  height: 0;
  padding: 0;
  margin: 0;
}

.sub-title {
  color: #fff;
  font-size: 2.1vw;
  text-transform: uppercase;
  margin: 0;
  font-family: DINPro-Black, sans-serif;
  text-align: left;
}

@media (max-width: 960px) {
  .sub-title {
    color: #fff;
    font-size: 32px;
  }
}

.common-title {
  color: #fff;
  font-size: 2.1vw;
  text-transform: uppercase;
  margin: 0;
  font-family: DINPro-Black, sans-serif;
}

@media (max-width: 960px) {
  .common-title {
    color: #fff;
    font-size: 32px;
    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-title1 {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  font-family: 'din_pro_bold';
  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: 18px;
  }
}

.common-title2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'din_pro_bold';
  text-align: center;
}

@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;
  font-family: 'din_pro_bold';
  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 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #000;
  padding: 1%;
  width: 50%;
  margin: 5% auto;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  .main-text {
    width: 70%;
  }
}

.common-text {
  color: #fff;
  font-size: 1.1vw;
  margin: 20px 0;
  line-height: 1.5vw;
}

@media (min-width: 1921px) {
  .common-text {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1vw;
  }
}

@media (max-width: 960px) {
  .common-text {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }
}

.common-text1 {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}

@media (max-width: 960px) {
  .common-text1 {
    text-align: center;
  }
}

.common-text2 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

@media (max-width: 960px) {
  .common-text2 {
    text-align: center;
  }
}

.common-text3 {
  color: #fff;
  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 {
  color: #fff;
  font-size: 1.1vw;
  margin: 20px 0;
  line-height: 1.5vw;
  text-align: left;
}

@media (min-width: 1921px) {
  .common-text4 {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1vw;
  }
}

@media (max-width: 1500px) {
  .common-text4 {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .common-text4 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }
}

.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: 10px 40px;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(45deg, #ff2e2e 0%, #4b1543 100%);
  border-radius: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 960px) {
  .common__btnbox-btn {
    color: #fff;
    font-size: 2vw;
  }
}

@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;
  -webkit-box-shadow: 2px 2px 10px #b30000;
  box-shadow: 2px 2px 10px #b30000;
}

@media (max-width: 960px) {
  .common__btnbox-btn:hover {
    color: #fff;
    font-size: 2vw;
  }
}

@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: 20px;
  background: #f00;
  display: block;
  padding: 10px 40px;
  font-weight: bold;
  cursor: pointer;
}

.common__btnbox2-btn:hover {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.textStyle {
  color: #fff;
  font-size: 36px;
}

.align {
  text-align: center;
}

.circle {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100%;
  background: #ff0000;
  display: inline-block;
  margin-left: 5px;
}

.text-height {
  min-height: 80px;
}

@media screen and (max-width: 1152px) {
  .text-height {
    min-height: 96px;
  }
}

@media screen and (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 {
  width: 100%;
  margin: auto;
  max-width: 1440px;
}

.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: calc(100%/2);
  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;
}

/* kv */
.kv {
  position: relative;
}

.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 .1s;
  animation: arrowDownOne 1s infinite .1s;
}

@media screen and (max-width: 500px) {
  .kv__scroll .arrow__one {
    width: 5%;
  }
}

.kv__scroll .arrow__two {
  -webkit-animation: arrowDownTwo 1s infinite .3s;
  animation: arrowDownTwo 1s infinite .3s;
}

@media screen and (max-width: 500px) {
  .kv__scroll .arrow__two {
    width: 5%;
  }
}

.kv__block {
  background: url("https://storage-asset.msi.com/event/2022/cnd/ANZ-Powered-By-MSI/images/kv_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 6% 0;
}

.kv__block span {
  color: #ff0000;
}

.kv__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;
}

@media screen and (max-width: 1336px) {
  .kv__flexbox {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .kv__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kv__textbox {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .kv__textbox {
    -webkit-filter: drop-shadow(2px 2px 2px #000) drop-shadow(2px 2px 3px #000);
    filter: drop-shadow(2px 2px 2px #000) drop-shadow(2px 2px 3px #000);
  }
}

@media screen and (max-width: 960px) {
  .kv__textbox figure:nth-of-type(1) {
    width: 75%;
    margin: auto;
  }
}

.kv__itembox {
  margin-left: -15%;
}

@media screen and (max-width: 1336px) {
  .kv__itembox {
    margin-left: 0;
  }
}

.kv__steam {
  background: url("https://storage-asset.msi.com/event/2022/cnd/ANZ-Powered-By-MSI/images/kv_steam_light.png") center bottom no-repeat #121012;
  background-size: 100%;
  padding: 2% 0;
}

.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__steam__itembox {
  width: 50%;
  text-align: center;
}

@media (max-width: 960px) {
  .kv__steam__itembox {
    width: 70%;
  }
}

@media (max-width: 960px) {
  .kv__steam__textbox {
    width: 95%;
    margin: auto;
  }
}

.kv__img {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .kv__img {
    width: 100%;
  }
}

@-webkit-keyframes arrowDownOne {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes arrowDownOne {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

/* logos */
.logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2% 0;
}

.logos figure {
  width: calc((100% - 50px) / 9);
  margin: 0;
  padding: 0;
}

.kv .kv__steam__textbox a:hover {
  color: #76a2c9;
}

@media (max-width: 480px) {
  .logos {
    margin: 5% 0;
  }

  .logos figure {
    width: calc((100% - 50px) / 3);
    margin: 0;
    padding: 0;
  }

}


/* START BY SELECING A CATEGORY */
.category {
  background: #cacaca;
  padding: 3% 0;
}

@media (max-width: 500px) {
  .category {
    padding: 10% 0;
  }
}

.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;
  }
}

.category__itembox {
  width: calc(100%/7 - 6px);
  background: #fefefe;
}

.category__itembox.mbbox {
  width: calc(80% - 6px);
  background: #fefefe;
}

@media (max-width: 960px) {
  .category__itembox {
    width: calc(100%/2 - 10px);
    margin: 1% 0;
  }
}

.category__itembox h3 {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.category__itembox h3:hover {
  color: #999;
}

.category__itembox figure {
  text-align: center;
  min-height: 315px;
  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;
  }
}

@media (max-width: 768px) {
  .category__itembox figure {
    height: 150px;
  }
}

.category__itembox figure img {
  width: auto;
  max-width: 220%;
  margin: 0 0 -20% -50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 960px) {
  .category__itembox figure img {
    max-height: 250px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .category__itembox figure img {
    max-height: 150px;
  }
}

.category__itembox figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.category__itembox:nth-of-type(4) figure img {
  -webkit-clip-path: polygon(20% 10%, 80% 10%, 80% 90%, 20% 90%);
  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 {
  -webkit-clip-path: polygon(20% 0, 80% 0, 80% 90%, 20% 90%);
  clip-path: polygon(20% 0, 80% 0, 80% 90%, 20% 90%);
}

/* zone */
.category__block .left-block {
  width: 20%;
  background-image: linear-gradient(120deg, #e77a5f, #971b1b);
  margin: 10px 0 10px 10px;
}

.category__block .left-block .wrapper {
  padding: 10px 10px 20px;
}

.category__block .right-block {
  width: 92%;
  /* background-image: linear-gradient(45deg, #707070, #5e273f); */
  margin: 0 auto 20px;
}

.category__block .right-block .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 20px;
}

.category__itembox.mbbox {
  margin: 0 auto;
}

.category__block .left-block .wrapper .common__zone-titlebox,
.category__block .right-block .common__zone-titlebox {
  color: #fff;
}

@media (max-width: 960px) {
  .category__block .right-block .wrapper {
    justify-content: space-around;
  }

}
@media (max-width: 960px) {
  .category__block {
    display: block;
  }

  .category__block .left-block {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .category__block .right-block {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }

  .right-block .common__zone-titlebox {
    display: inline-block;
  }

  .category__itembox.mbbox {
    width: calc(50% - 6px);
  }

  .category__block .right-block .wrapper {
    flex-wrap: wrap;
    padding: 0 10px 20px;
  }

  .category__block .right-block .wrapper .category__itembox {
    width: calc(100%/2 - 10px);
  }
}

@media (max-width: 480px) {
  .category__itembox.mbbox {
    width: calc(55% - 6px);
  }
}

/* zone title */
.common__zone-titlebox {
  color: #222;
  font-size: 1.5vw;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}

@media (max-width: 960px) {
  .common__zone-titlebox {
    font-size: 24px
  }
}

@media (min-width: 2560px) {
  .common__zone-titlebox {
    font-size: 0.7vw;
  }
}

/* REDEEM IN MOMENTS */
.redeem {
  background: url("https://storage-asset.msi.com/event/2022/cnd/ANZ-Powered-By-MSI/images/redeem_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 3% 0 5% 0;
}

@media (max-width: 500px) {
  .redeem {
    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 screen and (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;
  }
}

.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 screen and (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(100%/4 - 20px);
  border: 2px solid #f00;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 960px) {
  .redeem__block-box {
    width: 60%;
    margin: 20px auto;
  }
}

@media (max-width: 500px) {
  .redeem__block-box {
    width: 80%;
  }
}

.redeem__block-box a {
  margin: auto;
}

.redeem__block-box a:hover .redeem__block-box-border {
  border-color: #000;
}

.redeem__block-box a:hover h3 {
  color: #000;
}

.redeem__block-box-item {
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .redeem__block-box-item {
    padding: 20px 0;
  }
}

.redeem__block-box-item img {
  margin: 50px 0;
}

@media (max-width: 960px) {
  .redeem__block-box-item img {
    margin: 0;
  }
}

.redeem__block-box-item p {
  color: #fff;
  font-size: 16px;
  background: #ff0000;
  width: 70%;
  margin: auto;
  padding: 5px 0;
  font-weight: bold;
}

.redeem__block-box-item p:nth-of-type(2) {
  background: none;
  width: 100%;
  padding: 5px 15px;
  color: #000;
}

.redeem__block-box-border {
  border: 3px solid #fff;
  margin: 10%;
  border-radius: 10px;
}

.redeem__block-box:nth-of-type(1) {
  background: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.redeem__block-box:nth-of-type(2) {
  background: url("https://storage-asset.msi.com/event/2022/cnd/ANZ-Powered-By-MSI/images/step1_bg.png") center no-repeat #fff;
  background-size: cover;
}

.redeem__block-box:nth-of-type(3) {
  background: url("https://storage-asset.msi.com/event/2022/cnd/ANZ-Powered-By-MSI/images/step2_bg.png") center no-repeat #fff;
  background-size: cover;
}

.redeem__block-box:nth-of-type(4) {
  background: url("https://storage-asset.msi.com/event/2022/cnd/ANZ-Powered-By-MSI/images/step3_bg.png") center no-repeat #fff;
  background-size: cover;
}

/* Industry leading MOTHERBOARDS */
.mb {
  background: linear-gradient(45deg, #2a0024 9%, #560026 17%, red 52%, #fad0ba 86%, #fad0ba 100%);
  padding: 7% 0 7%;
  position: relative;
}

@media (max-width: 960px) {
  .mb {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;

  }
}

/* .mb::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fd4740 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.9%;
} */

@media (max-width: 1280px) {
  .mb::after {
    bottom: -3.2%;
    border-color: #fd554c transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .mb::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .mb::after {
    bottom: -2.2%;
  }
}

.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;
  /* flex-direction: row-reverse; */

}

@media (max-width: 960px) {
  .mb__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mb__block-textbox {
  width: 50%;
}

@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;
  text-align: center;
  position: absolute;
  z-index: 1;
  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;
  }
}

.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%;
  }
}

/* Mystical CASES */
.case {
  background: linear-gradient(45deg, #2a0024 9%, #560026 17%, red 52%, #fad0ba 86%, #fad0ba 100%);
  padding: 5% 0;
  position: relative;
}

@media (max-width: 960px) {
  .case {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;
  }
}

.case::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b60010 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .case::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .case::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .case::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .case::after {
    bottom: -1.9%;
  }
}

.case__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;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

}

@media (max-width: 960px) {
  .case__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case__block-textbox {
  width: 50%;

}

@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: 1;
  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: 45%;
  }
}

@media (max-width: 960px) {
  .case__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

/* World’s finest GAMING MONITORS */
.vga {
  background: linear-gradient(45deg, #fad0ba 9%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
  padding: 6% 0 6.5%;
  position: relative;
}

@media (max-width: 960px) {
  .vga {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;
  }
}

.vga::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fd4740 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;

}

@media (max-width: 1280px) {
  .vga::after {
    bottom: -3.2%;
    border-color: #fd554c transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .vga::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .vga::after {
    bottom: -2%;
  }
}

.vga__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;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .vga__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
}

.vga__block-textbox {
  width: 50%;
}

@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: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
}

@media (max-width: 1500px) {
  .vga__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .vga__block-itembox {
    position: inherit;
    width: 50%;
    right: auto;
  }
}

@media (max-width: 960px) {
  .vga__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1921px) {
  .vga__block-itembox {
    width: 45%;
  }
}

@media (max-width: 960px) {
  .vga__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

/* Simply unbeatable POWER SUPPLIES */
.power {
  background: linear-gradient(45deg, #2a0024 9%, #560026 17%, red 52%, #fad0ba 86%, #fad0ba 100%);
  padding: 5% 0 8%;
  position: relative;
}

@media (max-width: 960px) {
  .power {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;
  }
}

.power::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b60010 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .power::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .power::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .power::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .power::after {
    bottom: -1.9%;
  }
}

.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;
    flex-direction: column;
  }
}

.power__block-textbox {
  width: 50%;
  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: 1;
  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;
  }
}

/* Work HARD Play HARDer */
.gears {
  background: linear-gradient(45deg, #fad0ba 9%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
  position: relative;
  padding: 7% 0 4%;
}

@media (max-width: 960px) {
  .gears {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
  }
}

.gears::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fd4740 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.8%;
}

@media (max-width: 1280px) {
  .gears::after {
    bottom: -3.8%;
    border-color: #fd4941 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .gears::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .gears::after {
    bottom: -2%;
  }
}

.gears__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;
  padding: 3% 0;
  position: relative;
}

@media (max-width: 960px) {
  .gears__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10% 0;
  }
}

.gears__block-textbox {
  width: 50%;

}

@media (max-width: 960px) {
  .gears__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.gears__block-textbox figure {
  width: 25%;
}

.gears__block-itembox {
  width: 48vw;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: -11vw;
  bottom: -5.9vw;
}

@media (max-width: 1828px) {
  .gears__block-itembox {
    right: -9vw;
  }
}

@media (max-width: 1739px) {
  .gears__block-itembox {
    right: -6vw;
  }
}

@media (max-width: 1620px) {
  .gears__block-itembox {
    right: -3vw;
  }
}

@media (max-width: 1517px) {
  .gears__block-itembox {
    right: 1vw;
  }
}

@media (max-width: 960px) {
  .gears__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) {
  .gears__block-itembox {
    width: 45vw;
    bottom: -5.5vw;
  }
}

@media (min-width: 2300px) {
  .gears__block-itembox {
    width: 40vw;
    bottom: -5.5vw;
  }
}

@media (min-width: 2600px) {
  .gears__block-itembox {
    width: 28vw;
    bottom: -4.25vw;
  }
}

@media (min-width: 3000px) {
  .gears__block-itembox {
    width: 24vw;
  }
}

@media (max-width: 960px) {
  .gears__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1921px) {
  .gears__block-itembox figure img {
    width: auto;
    max-width: 45vw;
  }
}

@media (min-width: 2600px) {
  .gears__block-itembox figure img {
    max-width: 35vw;
  }
}

/* Hyper-fast Spatium SOLID STATE DRIVES */
.ssd {
  background: linear-gradient(45deg, #2a0024 9%, #560026 17%, red 52%, #fad0ba 86%, #fad0ba 100%);
  padding: 6% 0 4%;
  position: relative;
}

@media (max-width: 960px) {
  .ssd {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;
  }
}

.ssd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b60010 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .ssd::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .ssd::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .ssd::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .ssd::after {
    bottom: -1.9%;
  }
}

.ssd__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) {
  .ssd__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ssd__block-textbox {
  width: 50%;
  margin-left: 10%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1280px) {
  .ssd__block-textbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@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: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 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: 1;
  }
}

@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;
  }
}

/* Cool can be POWERFUL */
.cooler {
  background: linear-gradient(45deg, #fad0ba 9%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
  padding: 8% 0 3%;
  position: relative;
}

@media (max-width: 960px) {
  .cooler {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;
  }
}

.cooler::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fd4740 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.8%;
}

@media (max-width: 1280px) {
  .cooler::after {
    bottom: -3.2%;
    border-color: #fd554c transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .cooler::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .cooler::after {
    bottom: -2%;
  }
}

.cooler__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) {
  .cooler__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cooler__block-textbox {
  width: 50%;
}

@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: 1;
  right: 0;
  bottom: -19%;
}

@media (max-width: 1920px) {
  .cooler__block-itembox {
    width: 56%;
  }
}

@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: 55%;
    bottom: auto;
  }
}

@media (max-width: 960px) {
  .cooler__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

.cooler__block-itembox figure img {
  width: auto;
}

/* Zero Compromise GAMING GEAR */
.gear {
  background: linear-gradient(45deg, #2a0024 9%, #560026 17%, red 52%, #fad0ba 86%, #fad0ba 100%);
  padding: 3% 0;
  position: relative;
}

@media (max-width: 960px) {
  .gear {
    background: linear-gradient(10deg, #fad0ba 0%, #fad0ba 9%, red 52%, #560026 86%, #2a0024 100%);
    padding: 10% 0;
  }
}

.gear::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b60010 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .gear::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .gear::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .gear::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .gear::after {
    bottom: -1.9%;
  }
}

.gear__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) {
  .gear__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gear__block-textbox {
  width: 50%;
  /* margin-left: 10%; */
}

@media (max-width: 1280px) {
  .gear__block-textbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 960px) {
  .gear__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.gear__block-textbox figure {
  width: 25%;
}

.gear__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 0;
}

@media (max-width: 1500px) {
  .gear__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .gear__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 960px) {
  .gear__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1921px) {
  .gear__block-itembox {
    width: 45%;
  }
}

@media (max-width: 960px) {
  .gear__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

/* no matter your side, we do it all */
.hardware {
  background: #000;
  padding: 3% 0;
  position: relative;
}

.hardware-wrapper {
  text-align: center;
  margin-top: 3%;
}

@media (max-width: 960px) {
  .hardware-wrapper {
    margin-top: 10%;
  }
}

.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;
}

.hardware-wrapper .msi-power img {
  width: 40%;
}

@media (max-width: 1500px) {
  .hardware-wrapper .msi-power img {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .hardware-wrapper .msi-power img {
    width: 100%;
  }
}

.hardware-wrapper__block {
  margin: 50px 0 60px 0;
}

.hardware-wrapper img {
  margin: 0 30px;
  width: 20%;
}

@media screen and (max-width: 960px) {
  .hardware-wrapper img {
    margin: 50px 0;
    width: 50%;
  }
}

/* where to buy */
.wtb {
  background: #000;
}

.wtb-wrapper {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */