.kv {
  position: relative;
  background: url("../images/kv-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  padding: 40px 25px;
  font-family: var(--pageTitle);
}

@media (min-width: 996px) {
  .kv {
    background: url("../images/kv-bg.jpg") top center no-repeat ;
    background-size: cover;
  }
}

@media (min-width: 1600px) {
  .kv {
    padding-left: 5%;
  }
}

@media (min-width: 1930px) {
  .kv {
    padding-left: 10%;
  }
}

.kv__box {
  position: relative;
}

@media (min-width: 996px) {
  .kv__box {
    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;
  }
}

.kv__content {
  padding-bottom: 5%;
}

@media (min-width: 996px) {
  .kv__content {
    padding-bottom: 0;
  }
}

.kv__content-title {
  color: var(--color);
  font-size: 7.5vw;
  font-family: var(--pageTitle);
  font-weight: 900;
}

@media (min-width: 996px) {
  .kv__content-title {
    font-size: 4vw;
  }
}

@media (min-width: 1600px) {
  .kv__content-title {
    font-size: 3.2vw;
  }
}

.kv__content p {
  font-size: 5vw;
  padding: 10px 0 15px;
  font-family: var(--pageTitle);
  font-weight: 900;
}

@media (min-width: 996px) {
  .kv__content p {
    font-size: 2.5vw;
    padding: 15px 0 20px;
  }
}

@media (min-width: 1600px) {
  .kv__content p {
    font-size: 1.9vw;
  }
}

.kv__content p b {
  display: inline-block;
  background: var(--color);
  padding: 5px;
}

.kv__content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: var(--color);
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 900;
}

.kv__content a img {
  width: 20px;
}

.kv__pd {
  padding-top: 40px;
}

@media (min-width: 996px) {
  .kv__pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1930px) {
  .kv__pd img {
    -webkit-transform: scale(1.2) translateY(-5%);
            transform: scale(1.2) translateY(-5%);
  }
}

.kv-terms {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.textBar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  background: var(--color);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-family: var(--pageTitle);
  font-weight: 900;
}

.textBar span {
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

@media (min-width: 996px) {
  .textBar span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.saleIntro {
  background: #11110f;
  padding: 20px 0;
}

@media (min-width: 996px) {
  .saleIntro {
    padding: 60px 0;
  }
}

@media (min-width: 996px) {
  .saleIntro__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.saleIntro figure {
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 996px) {
  .saleIntro figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}

.saleIntro .img {
  border: var(--color) 1px solid;
}

.saleIntro .img img {
  vertical-align: bottom;
}

.saleIntro .text {
  padding: 25px;
}

@media (min-width: 996px) {
  .saleIntro .text {
    padding: 25px 0;
  }
}

.saleIntro h3, .saleIntro h4 {
  font-family: var(--pageTitle);
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .saleIntro h3 span, .saleIntro h4 span {
    display: block;
  }
}

.saleIntro h3 {
  font-size: 24px;
  padding-bottom: 10px;
}

.saleIntro h4 {
  font-size: 18px;
  color: var(--color);
}

.saleIntro p {
  padding: 15px 0;
}

.deal {
  position: relative;
}

.deal::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0));
}

.deal__box {
  position: relative;
  z-index: 2;
}

@media (min-width: 996px) {
  .deal {
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .deal::before {
    display: none;
  }
}

.deal h2 {
  padding-bottom: 20px;
}

.deal p {
  padding-bottom: 25px;
}

.deal .img {
  text-align: center;
}

.deal .img img {
  width: 100%;
  max-width: 80%;
  vertical-align: bottom;
}

@media (min-width: 996px) {
  .deal .img {
    position: absolute;
  }
}

.deal.monitor {
  background: url("../images/dealBg-1.jpg") right center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .deal.monitor .img {
    right: 10%;
    bottom: 0;
    text-align: right;
    width: 50%;
  }
  .deal.monitor .text {
    width: 40%;
  }
}

@media (min-width: 1930px) {
  .deal.monitor .img {
    width: 40%;
    right: 20%;
  }
}

.deal.component {
  background: url("../images/dealBg-2.jpg") right center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .deal.component .text {
    margin-left: 60%;
  }
  .deal.component .img {
    width: 50%;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1930px) {
  .deal.component .img {
    width: 40%;
    left: 15%;
  }
}

.deal.gamingGear {
  background: url("../images/dealBg-3.jpg") right center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .deal.gamingGear .text {
    width: 50%;
  }
  .deal.gamingGear .img {
    width: 40%;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1930px) {
  .deal.gamingGear .img {
    width: 30%;
    right: 20%;
  }
}

.deal.proMointor {
  background: url("../images/dealBg-4.jpg") right center no-repeat ;
  background-size: cover;
  color: #222;
  --color: #3a9ef5;
}

.deal.proMointor h2 {
  color: #3a9ef5;
}

.deal.proMointor button:hover {
  color: var(--color);
}

.deal.proMointor::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0));
}

@media (min-width: 996px) {
  .deal.proMointor .text {
    width: 40%;
  }
  .deal.proMointor .img {
    width: 50%;
    right: 0;
    bottom: 0;
  }
  .deal.proMointor .img img {
    max-width: 100%;
  }
}

@media (min-width: 1930px) {
  .deal.proMointor .img {
    width: 30%;
    right: 20%;
  }
}

.deal.network {
  background: url("../images/dealBg-5.jpg") right center no-repeat ;
  background-size: cover;
  --color: #3a9ef5;
}

.deal.network button:hover {
  color: var(--color);
}

@media (min-width: 996px) {
  .deal.network .text {
    margin-left: 50%;
  }
  .deal.network .img {
    width: 35%;
    left: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1930px) {
  .deal.network .img {
    width: 25%;
    left: 25%;
  }
}

.model {
  display: none;
  padding: 50px 0;
}

@media (min-width: 996px) {
  .model {
    padding: 80px;
  }
}

.model h2 {
  font-family: var(--pageTitle);
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
}

.model h3 {
  font-size: var(--title-lg);
  color: var(--color);
  padding: 10px 0;
}

.model__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: var(--color) 1px solid;
  text-align: center;
  margin-top: 15px;
}

.model__th {
  display: table-row;
}

.model__th .model__cell {
  background: var(--color);
  color: #fff;
  border-right: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 8px;
}

.model__th .model__cell:last-child {
  border: none;
}

.model__row {
  display: table-row;
}

.model__cell {
  display: table-cell;
  background: rgba(255, 0, 0, 0.1);
  padding: 8px;
  border: var(--color) 1px solid;
}

.model__cell a {
  color: #fff;
}

.model__cell a:hover {
  text-decoration: underline;
}

.model__btn {
  text-align: center;
  padding-top: 40px;
}

#proMointor-models, #network-models {
  --color: #3a9ef5;
}

.wtb {
  padding: 45px 0;
}

.wtb h2 {
  text-align: center;
  padding-bottom: 40px;
}

.promotion {
  background: url("../images/promotion-bg.jpg") right center no-repeat ;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

.promotion p {
  padding: 20px 0;
}

.promotion figure {
  margin-top: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.promotion figure:hover {
  -webkit-box-shadow: var(--color) 0 0 30px;
          box-shadow: var(--color) 0 0 30px;
  -webkit-transform: scale(1.02) translateY(10px);
          transform: scale(1.02) translateY(10px);
}

@media (min-width: 996px) {
  .promotion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.project {
  position: relative;
  color: #fff;
  background: #000;
  font-family: "nimbus-sans", sans-serif;
  --pageTitle: "nimbus-sans-extended", sans-serif;
  --color: #ed1c24;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 25px;
}

.project .common-title {
  font-family: var(--pageTitle);
  font-weight: 900;
  font-size: var(--title-xl);
  line-height: 1.2;
}

@media (min-width: 996px) {
  .project .common-title span {
    display: block;
  }
}

.project .common-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color);
  border: var(--color) 1px solid;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: var(--pageTitle);
  font-weight: 900;
  gap: 10px;
  font-size: 14px;
}

.project .common-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://storage-asset.msi.com/event/2024/AU/black-friday-gaming/images/kv-arrow.png") center center no-repeat;
  background-size: cover;
}

.project .common-btn:hover {
  background: none;
  color: var(--color);
}
/*# sourceMappingURL=main.css.map */