#pbm {
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi/images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
  font-family: "montserrat", sans-serif;
}

#pbm h2 {
  padding: 25px 0;
  margin: 0;
  text-shadow: #be1cff 2px 2px 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: var(--title-xl);
  -webkit-animation: 3s h2ani ease infinite;
  animation: 3s h2ani ease infinite;
}

@-webkit-keyframes h2ani {
  0% {
    text-shadow: #01d4d8 0px 0px 20px;
  }

  25% {
    text-shadow: #cc00ff 0px 0px 30px;
  }

  50% {
    text-shadow: #01d4d8 0px 0px 20px;
  }

  75% {
    text-shadow: #cc00ff 0px 0px 30px;
  }

  100% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
}

@keyframes h2ani {
  0% {
    text-shadow: #01d4d8 0px 0px 20px;
  }

  25% {
    text-shadow: #cc00ff 0px 0px 30px;
  }

  50% {
    text-shadow: #01d4d8 0px 0px 20px;
  }

  75% {
    text-shadow: #cc00ff 0px 0px 30px;
  }

  100% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
}

#pbm .intro {
  padding: 7% 0;
}

#pbm .intro h2 {
  padding-top: 0;
}

@media (min-width: 996px) {
  #pbm .intro h2 {
    text-align: left;
  }
}

#pbm .intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 3%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  #pbm .intro__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#pbm .intro__flex--txt {
  text-align: center;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media (min-width: 996px) {
  #pbm .intro__flex--txt {
    text-align: left;
  }
}

#pbm .intro__flex--img {
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;

}

#pbm .steam {
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 5% 25px 5%;
}

#pbm .steam__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#pbm .steam__flex-figure {
  width: 100%;
  max-width: 600px;
}

#pbm .steam__flex-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#pbm .steam__flex .steamBox {
  max-width: 900px;
}

#pbm .steamBox h2 {
  text-align: left;
}

#pbm .steam__flex .steamBox__title {
  font-size: 1.25vw;
  margin: 0;
}

#pbm .steam__flex .steamBox__title2 {
  margin: 0;
  color: #a7a7a7;
  font-size: 15px;
}

#pbm .steam__flex .steamBox__redeem {
  text-transform: uppercase;
  font-size: 1.2em;
  display: block;
  width: 100%;
  background: #ef222a;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
}

#pbm .steam__flex .steamBox__redeem:hover {
  background: rgb(94, 28, 28);
}

#pbm .steam__flex .steamBox__flex {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#pbm .steam__flex .steamBox__right {
  margin-right: 10px;
}

#pbm .steam__flex .steamInfo__text {
  margin-left: 20px;
  font-weight: 900;
  font-size: 2em;
}

#pbm .steam__flex .stepFlex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#pbm .steam__flex .stepFlex__box {
  max-width: 300px;
  width: 100%;
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  padding: 20px 20px;
  text-align: center;
  margin: 10px 0;
  border: 5px solid #ef222a;
  border-radius: 10px;
  min-height: 400px;
}

#pbm .steam__flex .stepFlex__box-text {
  display: inline;
  color: #fff;
  background: #ef222a;
  padding: 5px 40px;
  font-size: 1.5em;
  margin-top: 20px;
  width: 100%;
  max-width: 200px;
}

#pbm .steam__flex .stepFlex__box-figure {
  margin: 0 auto;
  width: 100px;
}

#pbm .steam__flex .stepFlex__box-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#pbm .steam__flex .stepFlex__box-text2 {
  font-size: 1em;
  color: #fff;
}

#pbm .steam__flex .stepFlex__box2 {
  margin: 10px;
}

@media (max-width: 960px) {
  #pbm .steam__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #pbm .steam__flex-figure {
    max-width: 100%;
    width: 100%;
  }

  #pbm .steam__flex-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }



  #pbm .steam__flex .steamBox__title {
    font-size: 18px;
  }


  #pbm .steam__flex .steamInfo__text {
    margin-left: 20px;
    font-weight: 900;
    margin-top: 10%;
  }

  #pbm .steam__flex .stepFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #pbm .steam__flex .stepFlex__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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #pbm .steam__flex .stepFlex__box-text2 {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  #pbm .steam {
    padding: 0 25px 5%;
  }

  #pbm .steam__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #pbm .steam__flex-figure {
    max-width: 100%;
  }

  #pbm .steam__flex .steamBox__redeem {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 1.5em;
  }

  #pbm .steam__flex .steamBox__flex {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #pbm .steam__flex .steamBox__right {
    margin-right: 0;
  }

  #pbm .steam__flex .stepFlex {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #pbm .steam__flex .stepFlex__box {
    max-width: 100%;
    margin: 20px 0;
    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-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#pbm .videoBox {
  padding: 10% 0;
  text-align: center;
  position: relative;
}

@media (min-width: 996px) {
  #pbm .videoBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(100% 1%, 100% 82%, 50% 100%, 0 82%, 0 0);
    clip-path: polygon(100% 1%, 100% 82%, 50% 100%, 0 82%, 0 0);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(223, 102, 255, 0.3)));
    background: linear-gradient(to bottom, transparent, rgba(223, 102, 255, 0.3));
  }
}

@media (min-width: 996px) {
  #pbm .videoBox {
    padding: 5% 0 12%;
  }
}

@media (min-width: 1300px) {
  #pbm .videoBox {
    padding: 5% 0 8%;
  }
}

@media (min-width: 1930px) {
  #pbm .videoBox .msi__container {
    max-width: 1680px;
    width: 94%;
  }
}

#pbm .videoBox__flex {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  #pbm .videoBox__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#pbm .videoBox__flex a {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

#pbm .videoBox__flex a::before {
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi/images/video-icon.png) no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  left: 0;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  opacity: 1;
}

#pbm .videoBox__flex a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pbm .videoBox__flex a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pbm .videoBox__flex a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pbm .videoBox__flex a:hover::before {
  -webkit-filter: drop-shadow(0 0 20px black);
  filter: drop-shadow(0 0 20px black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

#pbm .videoBox__flex a:hover::after {
  background: rgba(29, 29, 29, 0.66);
}

#pbm .Situational {
  padding: 5% 0 2%;
}

#pbm .Situational__photo {
  -webkit-filter: drop-shadow(0 0 60px #a14cb1);
  filter: drop-shadow(0 0 60px #a14cb1);
}

#pbm .Situational .slick-dots li button:before {
  color: #da92e8;
}

#pbm .Situational .slick-dots li button,
#pbm .Situational .slick-dots li button:before {
  width: 36px;
  height: 36px;
}

#pbm .wtb {
  padding: 7% 0;
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi/images/bg-line.png) no-repeat center center;
  background-size: cover;
}

#pbm .promotion {
  padding: 5% 0 10%;
  position: relative;
}

@media (min-width: 996px) {
  #pbm .promotion {
    padding: 5% 0;
  }
}

#pbm .promotion::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 1%, 100% 82%, 50% 100%, 0 82%, 0 0);
  clip-path: polygon(100% 1%, 100% 82%, 50% 100%, 0 82%, 0 0);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(13, 1, 30, 0.4)));
  background: linear-gradient(to bottom, transparent, rgba(13, 1, 30, 0.4));
}

@media (min-width: 1930px) {
  #pbm .promotion .msi__container {
    max-width: 1680px;
    width: 94%;
  }
}

#pbm .promotion .centerBox {
  position: relative;
}

#pbm .promotion .centerBox__left {
  position: absolute;
  top: 40%;
  left: -1%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
}

#pbm .promotion .centerBox__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#pbm .promotion .centerBox__right {
  position: absolute;
  top: 40%;
  right: -1%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
}

#pbm .promotion .centerBox__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#pbm .promotion .centerBox__slide {
  text-align: center;
  padding: 10px;
}

#pbm .promotion .centerBox__slide p {
  font-size: 18px;
  text-align: center;
  margin: 10px auto 0;
  display: inline-block;
  color: #ccc;
}

#pbm .promotion .centerBox a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#pbm .promotion .centerBox a:hover {
  -webkit-filter: drop-shadow(0 0 5px #df66ff);
  filter: drop-shadow(0 0 5px #df66ff);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#pbm .promotion .centerBox a figure {
  overflow: hidden;
  border-radius: 5px;
}

#pbm .promotion .centerBox a figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.8;
}

#pbm .promotion .centerBox a figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

#pbm .centerDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#pbm .centerDots__item {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#5de2e2), to(#f75fad)) border-box;
  background: linear-gradient(to bottom, #5de2e2, #f75fad) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-radius: 50px;
  margin: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pbm .centerDots__item.active {
  -webkit-transition: 0.5sv;
  transition: 0.5sv;
  width: 30px;
}

#pbm .social {
  padding: 5% 0;
}

#pbm .social__flex {
  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: 3% auto 0;
  justify-content: center;
  gap: 4%;
  width: 90%;
}

#pbm .social__flex a {
  max-width: 90px;
}

.langchoose {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4666666667);
  position: fixed;
  z-index: 30;
  top: 0%;
  text-align: center;
}

.langchoose ul,
.langchoose li {
  padding: 0;
  margin: 0;
}

.langchoose__block {
  width: 90%;
  max-width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80vh;
  background: #222;
  overflow-x: hidden;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.479), -3px -3px 15px rgba(0, 0, 0, 0.479);
  box-shadow: 3px;
}

/*# sourceMappingURL=main.css.map */