:root {
  --primary: #af161b;
  --box2: #18458f;
  --block: #43235c;
  --theme: var(--block);
}

#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;
  color: #fff;
}
#pbm img {
  max-width: 100%;
}
#pbm p {
  font-size: 16px;
}
@media (min-width: 996px) {
  #pbm p {
    font-size: var(--text-lg);
  }
}
#pbm .common__sub {
  font-size: var(--title-md);
}
#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-lg);
  -webkit-animation: 3s h2ani ease infinite;
          animation: 3s h2ani ease infinite;
}
@media (min-width: 996px) {
  #pbm h2 {
    font-size: var(--title-xl);
  }
}
@-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 .kv {
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi/images/kv-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 8% 0 4%;
  position: relative;
}
#pbm .kv::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi/images/kv-light.png) no-repeat center top;
  background-size: cover;
  -webkit-animation: bgAni linear infinite alternate 1s;
          animation: bgAni linear infinite alternate 1s;
  opacity: 1;
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@-webkit-keyframes bgAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  #pbm .kv .msi__container {
    max-width: 1680px;
  }
}
#pbm .kv canvas {
  display: none;
}
@media (min-width: 996px) {
  #pbm .kv canvas {
    -webkit-filter: blur(0.8px);
            filter: blur(0.8px);
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
}
#pbm .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 996px) {
  #pbm .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 996px) {
  #pbm .kv__flex-title {
    margin-right: -22%;
  }
}
#pbm .intro {
  padding: 30px 0;
}
@media (min-width: 996px) {
  #pbm .intro {
    padding: 5% 0;
  }
}
#pbm .intro h2 {
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
@media (min-width: 996px) {
  #pbm .intro h2 {
    text-align: left;
    border-left: 2px solid #fff;
    font-size: 2.2vw;
  }
}
@media (min-width: 1930px) {
  #pbm .intro h2 {
    font-size: 2vw;
  }
}
#pbm .intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 4%;
  -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#pbm .intro__flex--txt {
  text-align: center;
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}
@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 .levelBox {
  padding: 0 0 5%;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 996px) {
  #pbm .levelBox {
    text-align: left;
  }
}
#pbm .levelBox__title {
  text-align: center;
  margin-bottom: 50px;
}
#pbm .levelBox__title figure {
  width: 30%;
  margin: 2em auto;
}
@media (min-width: 996px) {
  #pbm .levelBox__title figure {
    width: 20%;
  }
}
@media (min-width: 996px) {
  #pbm .levelBox__title p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#pbm .levelBox__title span {
  color: #ffea00;
}
#pbm .levelBox__title b {
  color: #ff0000;
}
#pbm .levelBox__img {
  margin: 0 auto;
  position: relative;
}
#pbm .levelBox__item {
  opacity: 0;
  popacity: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#pbm .levelBox__item.active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}
#pbm .levelBox__item p {
  text-align: center;
}
#pbm .levelBox__item h2 {
  margin-bottom: -15px;
}
@media (min-width: 996px) {
  #pbm .levelBox__item h2 {
    font-size: 1.8rem;
  }
}
#pbm .levelBox__item.bluebox2 {
  --theme: var(--box2);
}
#pbm .levelBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (min-width: 996px) {
  #pbm .levelBox__flex {
    margin-top: 50px;
  }
}
#pbm .levelBox__flex .itembox {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
}
@media (min-width: 768px) {
  #pbm .levelBox__flex .itembox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 1300px) {
  #pbm .levelBox__flex .itembox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 20px);
            flex: 0 0 calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1600px) {
  #pbm .levelBox__flex .itembox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
            flex: 0 0 calc(25% - 20px);
  }
}
#pbm .levelBox__flex .itembox__feature {
  width: 80%;
  margin: 50px auto 20px;
  font-size: var(--text-xs);
}
@media (min-width: 996px) {
  #pbm .levelBox__flex .itembox__feature {
    margin: 4vw auto 3vw;
  }
}
#pbm .levelBox__flex .itembox__feature li {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#pbm .levelBox__flex .itembox__feature li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  -webkit-filter: brightness(15);
          filter: brightness(15);
}
#pbm .levelBox__flex .itembox__ribbon {
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
#pbm .levelBox__flex .itembox__ribbon--label {
  position: relative;
  display: block;
  left: -40px;
  top: 19px;
  width: 160px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: var(--theme);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}
#pbm .levelBox__flex .itembox__ribbon--label span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  font-weight: bold;
  font-size: var(--text-lg);
}
#pbm .levelBox__flex .itembox__ribbon--label:before, #pbm .levelBox__flex .itembox__ribbon--label:after {
  content: "";
  position: absolute;
  bottom: -4px;
  border-top: 4px solid var(--theme);
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#pbm .levelBox__flex .itembox__ribbon--label:before {
  left: 0;
}
#pbm .levelBox__flex .itembox__ribbon--label:after {
  right: 0;
}
#pbm .levelBox__flex--txt {
  color: #eee;
}
#pbm .levelBox__flex--txt b {
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#df66ff), to(#20cdff));
  background: linear-gradient(to left, #df66ff, #20cdff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--title-md);
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 996px) {
  #pbm .levelBox__flex--txt b {
    text-align: left;
  }
}
#pbm .levelBox__flex--txt span {
  font-weight: bolder;
}
#pbm .levelBox__flex--icon {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 4%;
  margin: 3% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  #pbm .levelBox__flex--icon {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#pbm .levelBox__flex--icon figure {
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 20px #a231c1);
          filter: drop-shadow(0px 0px 20px #a231c1);
}
#pbm .levelBox__flex--icon figure img {
  max-height: 100px;
}
#pbm .levelBox__flex--icon figure figcaption {
  color: #eee;
  font-size: 12px;
}
#pbm .levelBox__flex--icon figure.hide {
  opacity: 0;
  display: none;
}
@media (min-width: 996px) {
  #pbm .levelBox__flex--icon figure.hide {
    display: block !important;
  }
}
#pbm .levelBox__flex--icon figure.opacity50 {
  opacity: 0.3;
}
#pbm .levelBox .btnstyle {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}
#pbm .levelBox .btnstyle span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
#pbm .levelBox .btnstyle:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
#pbm .levelBox .btnstyle:hover::before {
  height: 100%;
}
#pbm .levelBox__btnbox {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  margin: 3% auto;
}
#pbm .levelBox__btnbox-btn {
  cursor: pointer;
  opacity: 0.4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #pbm .levelBox__btnbox-btn {
    font-size: var(--title-lg);
  }
}
@media (min-width: 996px) {
  #pbm .levelBox__btnbox-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
}
#pbm .levelBox__btnbox-btn.active {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 25px #df66ff);
          filter: drop-shadow(0 0 25px #df66ff);
  text-shadow: 0 0 5px #df66ff, 0 0 15px #df66ff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#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 .redeem {
  padding: 5% 0;
  text-align: center;
  background: rgba(7, 14, 32, 0.5);
}
#pbm .redeem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 5% 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 20px;
}
@media (min-width: 996px) {
  #pbm .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#pbm .redeem__block-item {
  text-align: center;
  border: 3px solid #ef2b2b;
  padding: 20px;
  background: #6d2574;
  border-radius: 25px;
}
@media (min-width: 996px) {
  #pbm .redeem__block-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#pbm .redeem__block-item img {
  width: 20%;
}
@media (min-width: 996px) {
  #pbm .redeem__block-item img {
    width: 40%;
  }
}
#pbm .redeem__block-item h4 {
  color: #fff;
  font-size: var(--title-lg);
  margin: 0px auto 3vw;
  font-weight: bold;
  background: #ef2b2b;
  border-radius: 5px;
  padding: 10px 0;
}
#pbm .redeem__block-item p {
  margin: 2vw 0 3vw;
  line-height: 1.5em;
  color: #eee;
}
#pbm .redeem__btns {
  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-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #pbm .redeem__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
  }
}
#pbm .redeem__btns a {
  border-radius: 10px;
  display: block;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #1e0229;
  font-size: var(--text-lg);
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#pbm .redeem__btns a.mainbtn {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(-30%, #ff0d0d), color-stop(#550000), color-stop(130%, #ff0d0d));
  background: linear-gradient(to right, #ff0d0d -30%, #550000, #ff0d0d 130%);
  font-size: 140%;
  font-weight: bold;
}
#pbm .redeem__btns a.mainbtn::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(-60deg, transparent 0%, transparent 12.5%, rgb(255, 0, 0) 13%, rgb(255, 0, 0) 15%, transparent 15.5%, transparent 200%);
  background-position: 0 0;
  background-size: 400% 100%;
  mix-blend-mode: screen;
  -webkit-animation: gradientChange 5s infinite linear;
          animation: gradientChange 5s infinite linear;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@-webkit-keyframes gradientChange {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200%;
  }
}
@keyframes gradientChange {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200%;
  }
}
#pbm .redeem__btns a:hover {
  background: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #000;
}
#pbm .redeem__btns a:hover::before {
  -webkit-animation: none;
          animation: none;
}
#pbm .wtb {
  padding: 7% 0;
}
#pbm .wtb__flexbox {
  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;
  margin: 3% auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media (min-width: 996px) {
  #pbm .wtb__flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#pbm .wtb__iconbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (min-width: 996px) {
  #pbm .wtb__iconbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#pbm .wtb__iconbox a {
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#pbm .wtb__iconbox a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#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));
}
#pbm .promotion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3%;
}
#pbm .promotion__flex a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #fff;
  max-width: 450px;
  text-align: center;
}
#pbm .promotion__flex 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__flex a figure {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 15px;
}
#pbm .promotion__flex a figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.8;
}
#pbm .promotion__flex a figure img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -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;
}
#pbm .popupBox {
  color: #000;
  text-align: left;
}/*# sourceMappingURL=main-th.css.map */