.kvnew {
  padding-top: 5%;
  padding-bottom: 3%;
  height: 100%;
  position: relative;
}

@media (min-width: 1930px) {
  .kvnew .msi__container {
    max-width: 1920px;
    width: 80%;
  }
}

.kvnew-pattern {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3%;
}

@media (min-width: 1930px) {
  .kvnew-pattern {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -10%;
    width: 100%;
  }

  .kvnew-pattern img {
    width: 100%;
  }
}

.kvnew__titleBox {
  position: relative;
  max-width: 450px;
  margin: auto;
}

.kvnew__titleBox p {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-weight: bold;
}

@media (min-width: 996px) {
  .kvnew__titleBox {
    position: absolute;
    right: 5%;
    top: 12%;
    z-index: 1;
    margin: 0;
  }
}

.kvnew__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kvnew__flex h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
  text-indent: -9999px;
}

@media (min-width: 576px) {
  .kvnew__flex h1 {
    font-size: 40px;
    margin-top: -30px;
  }
}

@media (min-width: 996px) {
  .kvnew__flex h1 {
    font-size: 60px;
    margin-top: -30px;
  }
}

.kvnew__flex-pd {
  width: 95%;
  margin: 10% auto 0;
}

.kvnew__flex--title {
  width: 70%;
}

@media (min-width: 996px) {
  .kvnew__flex--title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: auto;
    margin-top: -5%;
  }
}

@media (min-width: 1930px) {
  .kvnew__flex--title {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }
}

.kvnew__logo {
  margin: auto;
  max-width: 350px;
  text-align: center;
}

.kvnew__logo figcaption {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  margin-top: -10px;
}

@media (min-width: 576px) {
  .kvnew__logo {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 26%;
  }

  .kvnew__logo figcaption {
    font-size: 20px;
  }
}

@media (min-width: 996px) {
  .kvnew__logo {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 23%;
    margin: 0;
  }

  .kvnew__logo figcaption {
    font-size: 25px;
  }
}

.kv-intro {
  margin-top: -10%;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.kv-intro span {
  color: #fff;
  font-weight: bold;
  text-shadow: rgb(29, 141, 227) 2px 0px 0px,
    rgb(29, 141, 227) 1.75517px 0.958851px 0px,
    rgb(29, 141, 227) 1.0806px 1.68294px 0px,
    rgb(29, 141, 227) 0.141474px 1.99499px 0px,
    rgb(29, 141, 227) -0.832294px 1.81859px 0px,
    rgb(29, 141, 227) -1.60229px 1.19694px 0px,
    rgb(29, 141, 227) -1.97998px 0.28224px 0px,
    rgb(29, 141, 227) -1.87291px -0.701566px 0px,
    rgb(29, 141, 227) -1.30729px -1.5136px 0px,
    rgb(29, 141, 227) -0.421592px -1.95506px 0px,
    rgb(29, 141, 227) 0.567324px -1.91785px 0px,
    rgb(29, 141, 227) 1.41734px -1.41108px 0px,
    rgb(29, 141, 227) 1.92034px -0.558831px 0px;
}

/*# sourceMappingURL=main.css.map */

#pbm .touchIcon img {
  max-width: 150px;
}

.intelGamerDays {
  border: rgb(11, 31, 250) 1px solid;
  background-color: #000;
  padding-top: 30px;
  max-width: 1280px;
  padding: 30px 25px 0;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #pbm .touchIcon img {
    max-width: 200px;
  }
}

#pbm .touchIcon {
  max-width: 600px;
}

.touchIcon span {
  color: rgb(235, 251, 11);
  font-weight: bold;
}

.touchIcon p {
  padding-top: 10px;
}

.intelGamerDays__text {
  padding: 25px;
}

@media (min-width: 992px) {
  .intelGamerDays {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.kv-title,
.kv-slogan {
  text-shadow: 0 0 10px #fff;
  text-transform: uppercase;
  text-align: center;
}

.kv-title {
  color: #000;
  font-size: 30px;
}

.kv-slogan {
  color: #1b1b1b;
  font-size: 16px;
}

@media (min-width: 992px) {
  .kv-title {
    font-size: 50px;
  }

  .kv-slogan {
    font-size: 20px;
  }
}
