@charset "UTF-8";
.creatorpromotion .buynow {
  background: url(https://storage-asset.msi.com/event/2023/NB/Creator-Series/images/buynow-bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.creatorpromotion .buynow__wrapper {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
  padding: 40px 0;
}
.creatorpromotion .buynow .commonTab__item {
  line-height: 1.8;
}
.creatorpromotion .buynow .pinkbtn {
  border-radius: 30px 30px 0 0;
}
.creatorpromotion .buynow .bluebtn {
  border-radius: 30px 30px 0 0;
}
.creatorpromotion .buynow__tab .slick-slide {
  margin: 3px;
  min-width: 150px !important;
}
@media (min-width: 996px) {
  .creatorpromotion .buynow__tab .slick-slide {
    min-width: 250px !important;
  }
}
.creatorpromotion .buynow__tab .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  margin: 0 auto;
  width: 100% !important;
}
.creatorpromotion .buynow__tab--item.active {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.creatorpromotion .buynow__content {
  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;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .creatorpromotion .buynow__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.creatorpromotion .buynow__content--nb {
  width: 90%;
}
@media (min-width: 996px) {
  .creatorpromotion .buynow__content--nb {
    width: 50%;
  }
}
.creatorpromotion .buynow__content--model {
  width: 100%;
}
@media (min-width: 996px) {
  .creatorpromotion .buynow__content--model {
    width: 50%;
  }
}
.creatorpromotion .buynow__content .series {
  position: relative;
}
.creatorpromotion .buynow__content .info {
  position: relative;
}
.creatorpromotion .buynow__content .info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.creatorpromotion .buynow__content .info__box-title .middle__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creatorpromotion .buynow__content .info__box-title .middle__middle span {
  text-align: left;
  font-size: var(--block-title-md);
  font-weight: bold;
  margin-left: 5px;
  line-height: 1.2;
  color: #7279b9;
}
.creatorpromotion .buynow__content .info__box-title .middle__middle-country {
  display: inline-block;
}
.creatorpromotion .buynow__content .info__box-title .middle__middle-country img {
  width: 48px;
  border-radius: 99em;
  -webkit-clip-path: circle(38.4% at 50% 50%);
          clip-path: circle(38.4% at 50% 50%);
}
.creatorpromotion .buynow__content .info__box-sku .middle__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  max-height: 200px;
  overflow-y: scroll;
}
.creatorpromotion .buynow__content .info__box-sku .middle__middle::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.creatorpromotion .buynow__content .info__box-sku .middle__middle a {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 3px;
  margin: 5px auto;
  padding: 10px;
  height: 60px;
  overflow: hidden;
  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;
  color: #fff;
}
.creatorpromotion .buynow__content .info__box-spec .middle__middle-ul {
  text-align: left;
  position: relative;
  color: #616082;
  margin-top: 20px;
}
.creatorpromotion .buynow__content .info__box-spec .middle__middle-ul li {
  text-align: left;
  margin-left: 24px;
  line-height: 1.5;
  list-style: disc;
  font-size: var(--text-lg);
}
.creatorpromotion .buynow__content .info__box-spec .middle__middle .pro-prize {
  text-align: right;
}
.creatorpromotion .buynow__content .info__box-spec .middle__middle .pro-prize__old del {
  color: #aaa;
  font-size: var(--block-text-xs);
}
.creatorpromotion .buynow__content .info__box-spec .middle__middle .pro-prize__new-num {
  font-size: var(--block-title-lg);
  font-weight: bold;
  color: #6c187a;
}
.creatorpromotion .buynow__content .info__box-spec .middle__middle .note {
  font-size: var(--block-text-xs);
  text-align: left;
  min-height: 60px;
  margin: 10px 0;
  color: #948ba1;
}
.creatorpromotion .buynow__content .info .hatch-prev {
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 50px;
  border-radius: 100px;
  border: 1px solid white;
  height: 50px;
  padding: 7px;
  -webkit-filter: drop-shadow(0 0 10px #948ba1);
          filter: drop-shadow(0 0 10px #948ba1);
}
.creatorpromotion .buynow__content .info .hatch-prev:hover {
  -webkit-filter: drop-shadow(0 0 5px white);
          filter: drop-shadow(0 0 5px white);
}
.creatorpromotion .buynow__content .info .hatch-next {
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 50px;
  border-radius: 100px;
  border: 1px solid white;
  height: 50px;
  padding: 7px;
  -webkit-filter: drop-shadow(0 0 10px #948ba1);
          filter: drop-shadow(0 0 10px #948ba1);
}
.creatorpromotion .buynow__content .info .hatch-next:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.creatorpromotion .buynow__nb--item {
  position: absolute;
  top: 0;
  opacity: 0;
}
.creatorpromotion .buynow__nb--item.active {
  position: relative;
  opacity: 1;
}
.creatorpromotion .buynow__nb--active {
  opacity: 1;
  position: relative;
}

.creatorpromotion .review {
  padding: 3em 0;
  background: url(https://storage-asset.msi.com/event/2023/NB/Creator-Series/images/review-bg.jpg) no-repeat top;
  background-size: cover;
  position: relative;
}
@media (min-width: 996px) {
  .creatorpromotion .review__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.creatorpromotion .review__content .figure {
  padding: 3em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.creatorpromotion .review__content .figure-img {
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  overflow: hidden;
  position: relative;
  -webkit-filter: drop-shadow(0 0 15px white);
          filter: drop-shadow(0 0 15px white);
  -webkit-box-shadow: 0 0 15px white;
          box-shadow: 0 0 15px white;
}
@media (min-width: 996px) {
  .creatorpromotion .review__content .figure {
    width: 50%;
  }
}
.creatorpromotion .review__content .figure h3 {
  padding-top: 1.5em;
  font-size: var(--title-lg);
}
.creatorpromotion .review__btn {
  font-size: var(--title-sm);
  color: white;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 20px;
  display: inline-block;
  padding: 1px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 1000% 100%, 0 90%);
          clip-path: polygon(10% 0, 100% 0, 1000% 100%, 0 90%);
  position: relative;
  background: #616082;
}
.creatorpromotion .review__btn--bg {
  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;
  text-align: center;
  padding: 10px 30px;
  color: #616082;
  background: #dfcae2;
  -webkit-clip-path: polygon(10% 0, 100% 0, 1000% 100%, 0 90%);
          clip-path: polygon(10% 0, 100% 0, 1000% 100%, 0 90%);
  position: relative;
}
.creatorpromotion .review__btn--bg::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}
.creatorpromotion .review__btn--bg:hover {
  background-color: #dfcae2;
  border-bottom: 4px solid #DCAA1;
  overflow: hidden;
}
.creatorpromotion .review__btn--bg:hover::before {
  -webkit-transform: skewX(-45deg) translateX(13.5em);
          transform: skewX(-45deg) translateX(13.5em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes btnmove {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes btnmove {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

.creatorpromotion .award {
  background: -webkit-gradient(linear, left top, left bottom, from(#cec1e5), to(#b4a1d1));
  background: linear-gradient(to bottom, #cec1e5, #b4a1d1);
  padding: 5em 0 7em;
  position: relative;
  overflow: hidden;
}
.creatorpromotion .award .msi__container {
  position: relative;
  z-index: 10;
}
.creatorpromotion .award h2 {
  color: white;
}
.creatorpromotion .award__box {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 2em;
}
.creatorpromotion .award__box:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.creatorpromotion .award__box img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.creatorpromotion .award__box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.creatorpromotion .gallery {
  background: url(https://storage-asset.msi.com/event/2023/NB/Creator-Series/images/gallery-bg.jpg) repeat-x bottom;
  padding: 5.5em 0 7em;
  position: relative;
}
.creatorpromotion .gallery .swiper-wrapper {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.creatorpromotion .gallery .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.creatorpromotion .gallery .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  opacity: 0.6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 15px;
}
@media (min-width: 768px) {
  .creatorpromotion .gallery .swiper-slide {
    width: 40%;
  }
}
.creatorpromotion .gallery .swiper-slide-active {
  opacity: 1;
}
.creatorpromotion .gallery .swiper-container-3d .swiper-slide-shadow-left, .creatorpromotion .gallery .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}
.creatorpromotion .swiper-button-next, .creatorpromotion .swiper-button-prev {
  color: white;
}
@media (min-width: 768px) {
  .creatorpromotion .swiper-button-next {
    right: 28%;
  }
}
@media (min-width: 768px) {
  .creatorpromotion .swiper-button-prev {
    left: 28%;
  }
}
.creatorpromotion .swiper-pagination {
  width: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.creatorpromotion .swiper-pagination-bullet {
  border-radius: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(114, 121, 185, 0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.creatorpromotion .swiper-pagination-bullet-active {
  background: white;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.creatorpromotion .performance {
  padding: 5em 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 225, 236, 0)), color-stop(#f6e1ec), to(rgba(246, 225, 236, 0)));
  background: linear-gradient(to top, rgba(246, 225, 236, 0), #f6e1ec, rgba(246, 225, 236, 0));
}
@media (min-width: 1300px) {
  .creatorpromotion .performance {
    padding: 15vw;
  }
}
@media (min-width: 1300px) {
  .creatorpromotion .performance__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1300px) {
  .creatorpromotion .performance .msi__container {
    position: relative;
  }
}
.creatorpromotion .performance__txt {
  text-align: center;
}
@media (min-width: 1300px) {
  .creatorpromotion .performance__txt {
    width: 45%;
  }
}
.creatorpromotion .performance__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
@media (min-width: 1300px) {
  .creatorpromotion .performance__img {
    position: absolute;
    right: 5%;
    width: 45%;
  }
}
.creatorpromotion .performance .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
  font-size: var(--block-text-xs);
  gap: 1em;
}
@media (min-width: 996px) {
  .creatorpromotion .performance .data {
    margin: 40px auto;
  }
}
.creatorpromotion .performance .data .cr-purple {
  color: #7779dd;
}
.creatorpromotion .performance .data__value {
  width: calc(33.3333333333% - 0px);
}
.creatorpromotion .performance .data__value img {
  margin-bottom: 3em;
}
.creatorpromotion .performance .data__value em {
  font-style: normal;
  font-size: 120%;
}
.creatorpromotion .performance .data__value span {
  margin: 0 8px;
  font-size: var(--block-title-lg);
  font-weight: bold;
}
.creatorpromotion .performance .data__value--desc {
  font-size: var(--block-text-xs);
}
.creatorpromotion .performance .data__value--icon {
  margin: 0 auto 15px德國leopardi gbr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creatorpromotion .performance .data__value--icon.intelLogo img {
  height: 70px;
}
.creatorpromotion .performance .data__value--icon.nvLogo img {
  height: 40px;
}
.creatorpromotion .performance .data__value--icon.coolerLogo img {
  height: 50px;
}

.videoBlock {
  position: relative;
}

.show_deskTop {
  display: none;
}
@media (min-width: 996px) {
  .show_deskTop {
    display: block;
  }
}

.show_moblie {
  display: block;
}
@media (min-width: 996px) {
  .show_moblie {
    display: none;
  }
}

.videoBox {
  position: relative;
}
.videoBox__showValue {
  display: none;
}
.videoBox__absolute {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.videoBox__block {
  width: 100%;
  position: relative;
  z-index: 8;
  padding-top: 18.7%;
}
.videoBox__block canvas {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoBox__block-box {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 100;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 950px;
  text-transform: uppercase;
}
.videoBox__block-text {
  font-size: 1.3em !important;
  text-shadow: 0 0 10px #000;
}
.videoBox .videoBlock {
  position: relative;
}

.design360 {
  line-height: 0;
  height: 100vh;
  background: url(https://storage-asset.msi.com/event/2022/nb/13thGen-GERaider/images/design360-bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  max-width: 2560px;
  margin: auto;
}
.design360::before, .design360::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  width: 20%;
  height: 100%;
}
.design360__block {
  line-height: 0;
}
.design360__block-main {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 3840px;
}
.design360__block-main canvas {
  width: 100%;
}

#grandseko2211.load-wait {
  height: var(--window-height);
  overflow: hidden;
}
#grandseko2211.load-wait .mv .video-inner {
  width: var(--window-width);
  height: var(--window-height);
  -webkit-transform: translate(0, -77px);
          transform: translate(0, -77px);
}
#grandseko2211 .mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #cbbce2 !important;
  -webkit-transition: background-color 1.5s ease;
  transition: background-color 1.5s ease;
}
#grandseko2211 .mv .mv-video-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 77px;
  text-align: center;
}
#grandseko2211 .mv .mv-text {
  position: absolute;
  margin: -216px auto 0;
  z-index: 2;
  left: 0;
  right: 0;
}
#grandseko2211 .mv .video-inner {
  width: 496px;
  height: 279px;
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
#grandseko2211 .mv .video-inner .icon-play {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 70px;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#grandseko2211 .mv .video-inner .icon-close {
  width: 70px;
  height: 70px;
  font-family: "Futura LT W01 Medium", sans-serif;
  background-color: #fff;
  border-radius: 70px;
  position: absolute;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #606a80;
  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;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: scale(0.4651) translate(57%, 57%);
          transform: scale(0.4651) translate(57%, 57%);
  right: 6px;
  bottom: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.creatorpromotion .mvvd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: 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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}
.creatorpromotion .mvvd__play {
  position: absolute;
  width: 30%;
  margin: 0 auto;
}
.creatorpromotion .mvvd__txt {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.creatorpromotion .mvvd__txt h3 {
  color: #7279b9;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: var(--block-title-lg);
}
.creatorpromotion .mvvd__txt .title--main {
  color: white;
  font-size: var(--block-title-xl);
  font-weight: bolder;
  text-transform: capitalize;
  margin-bottom: -40px;
}
@media (min-width: 996px) {
  .creatorpromotion .mvvd__txt p {
    width: 70%;
    margin: 0 auto;
  }
}
.creatorpromotion .scrollKv {
  position: relative;
  overflow: hidden;
  background: #eee;
}
.creatorpromotion .scrollKv .msiLogo {
  position: absolute;
  top: 3%;
  left: 3%;
  height: 45px;
  z-index: 30;
}
.creatorpromotion .scrollKv .wLogo {
  position: absolute;
  top: 4%;
  right: 3%;
  text-align: center;
  z-index: 30;
}
.creatorpromotion .scrollKv .black-bg {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #0a0f17;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 15, 23, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(10, 15, 23, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 20;
}

#videoBoxContainer2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #c9bae1;
  text-align: center;
  color: white;
}
#videoBoxContainer2 .cavasImg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0.85) drop-shadow(2px 4px 6px #000000);
          filter: brightness(0.85) drop-shadow(2px 4px 6px #000000);
  width: 40%;
  cursor: pointer;
}
#videoBoxContainer2 .cavasImg:hover {
  -webkit-filter: drop-shadow(0 0 8px #fff) brightness(1.5);
          filter: drop-shadow(0 0 8px #fff) brightness(1.5);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#videoBoxContainer2 .aegisCanvas {
  left: 50%;
  top: 35%;
  height: auto;
  padding: 1em 0;
  width: 60%;
}
@media (min-width: 996px) {
  #videoBoxContainer2 .aegisCanvas {
    left: 50%;
    top: 35%;
    height: auto;
    padding: 1em 0;
    width: 40%;
  }
}

body img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
body .container {
  width: 90%;
  /*max-width: 1600px;*/
  margin: 0 auto;
  -webkit-animation: wind 20s linear infinite;
          animation: wind 20s linear infinite;
}

.Creator13th__truepixel {
  background: -webkit-gradient(linear, left top, left bottom, from(#deddef), to(rgba(222, 221, 239, 0)));
  background: linear-gradient(to bottom, #deddef, rgba(222, 221, 239, 0));
}

.creatorpromotion {
  background-color: #e5dff1;
  color: #616082;
}
.creatorpromotion .noshow {
  display: none;
}
.creatorpromotion .shopNowBtn {
  -webkit-animation: none;
          animation: none;
  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;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 70;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  cursor: pointer;
}
@media (min-width: 996px) {
  .creatorpromotion .shopNowBtn {
    -webkit-animation: move 3s ease-in-out infinite;
            animation: move 3s ease-in-out infinite;
    cursor: pointer;
    position: relative;
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 20;
    color: #000000;
    background: -webkit-gradient(linear, left top, right top, from(#20e3f3), color-stop(#d399fb), to(#fa38fe));
    background: linear-gradient(to right, #20e3f3, #d399fb, #fa38fe);
    -webkit-clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
            clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
    padding: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: auto;
  }
}
.creatorpromotion .shopNowBtn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fa38fe), color-stop(#d399fb), to(#20e3f3));
  background: linear-gradient(to right, #fa38fe, #d399fb, #20e3f3);
}
.creatorpromotion .shopNowBtn:hover .shopNowBtn__inside::after, .creatorpromotion .shopNowBtn:hover .shopNowBtn__inside::before {
  width: 50%;
}
.creatorpromotion .shopNowBtn__inside {
  width: 100%;
  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;
  color: black;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding: 10px 20px;
}
@media (min-width: 996px) {
  .creatorpromotion .shopNowBtn__inside {
    width: auto;
    -webkit-clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
            clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
  }
}
.creatorpromotion .shopNowBtn__inside::after {
  right: 50%;
  left: auto;
}
.creatorpromotion .shopNowBtn__inside::before {
  left: 50%;
  right: auto;
}
.creatorpromotion .shopNowBtn__inside::after, .creatorpromotion .shopNowBtn__inside::before {
  width: 0;
  content: "";
  position: absolute;
  background: #1b1b1b;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.creatorpromotion .shopNowBtn__text {
  font-weight: 600;
}
.creatorpromotion .shopNowBtn__text-txtBg {
  font-weight: 600;
  background: -webkit-linear-gradient(left, #20e3f3, #d399fb, #fa38fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.creatorpromotion .shopNowBtn__figure {
  margin-left: 10px;
  width: 12px;
  -webkit-mask-size: 70%;
          mask-size: 70%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.creatorpromotion .shopNowBtn__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.creatorpromotion .title--main {
  color: #7279b9;
}
.creatorpromotion .title--main.center {
  text-align: center;
}
.creatorpromotion .commonTab {
  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-bottom: 20px;
  position: relative;
  z-index: 10;
}
.creatorpromotion .commonTab div {
  text-align: center;
}
.creatorpromotion .commonTab .slick-list {
  gap: 30px;
}
.creatorpromotion .commonTab .slick-list.slick-track {
  -webkit-transform: translate3d(0 0 0) !important;
          transform: translate3d(0 0 0) !important;
}
.creatorpromotion .commonTab .slick-current .commonTab__item {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.creatorpromotion .commonTab__item {
  font-size: 21px;
  color: #FFF;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 12px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  border-radius: 10px;
  max-width: 250px;
}
.creatorpromotion .commonTab__item.active {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  cursor: default;
}
.creatorpromotion .commonTab__item:hover {
  -webkit-box-shadow: 0 0 10px white, 0 0 30px white, inset 0 0 30px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 10px white, 0 0 30px white, inset 0 0 30px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-shadow: 0 0 10px white;
}
.creatorpromotion .commonTab__item.pinkbtn {
  background: #be5e92;
}
.creatorpromotion .commonTab__item.bluebtn {
  background: #485094;
}
.creatorpromotion .commonTab__item.hidden {
  display: none;
}
.creatorpromotion .kv {
  overflow: hidden;
  position: relative;
  background: #b0a6e2;
}
.creatorpromotion .kv__logo {
  width: 150px;
  position: relative;
  z-index: 10;
  display: block;
  padding: 16px;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__logo {
    position: absolute;
    width: 200px;
    left: 36px;
    top: 36px;
    padding: 0;
  }
}
.creatorpromotion .kv__layer {
  position: relative;
  overflow: hidden;
  margin: 0px -2em;
  padding: 8% 0;
}
.creatorpromotion .kv__wrap {
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__wrap {
    width: 50%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1930px) {
  .creatorpromotion .kv__wrap {
    width: 40%;
    padding-bottom: 10%;
  }
}
.creatorpromotion .kv__item--img {
  margin: 0 auto 3.5%;
  -webkit-animation: kvani 3s infinite alternate;
          animation: kvani 3s infinite alternate;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__item--img {
    width: 60%;
  }
}
@-webkit-keyframes kvani {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes kvani {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.creatorpromotion .kv__tab {
  position: relative;
  left: 0;
  right: 0;
  color: white;
  line-height: 0;
  width: 96%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__tab {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    z-index: 10;
  }
}
.creatorpromotion .kv__tab .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__tab .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100px !important;
  }
}
.creatorpromotion .kv__tab--item {
  cursor: pointer;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 996px) {
  .creatorpromotion .kv__tab--item {
    padding: 5px;
  }
}
.creatorpromotion .kv__tab--item.active {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  cursor: default;
}
.creatorpromotion .kv__tab--item img {
  vertical-align: bottom;
}
.creatorpromotion .kv__tab--item img.tabDesk {
  display: none;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__tab--item img.tabDesk {
    display: block;
  }
}
.creatorpromotion .kv__tab--item img.tabMobile {
  display: block;
}
@media (min-width: 996px) {
  .creatorpromotion .kv__tab--item img.tabMobile {
    display: none;
  }
}
.creatorpromotion .kv__tab--item.bgblue {
  background: #485094;
}
.creatorpromotion .kv__tab--item.bgpink {
  background: #be5e92;
  opacity: 0.5;
}
.creatorpromotion .kv__tab--item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.creatorpromotion .kv__tab .slick-current .kv__tab--item {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  cursor: default;
}
.creatorpromotion .kv .layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.creatorpromotion .kv .layer:nth-of-type(2) {
  background: url("https://storage-asset.msi.com/event/2023/NB/Creator-Series/images/kv-bg.jpg") no-repeat top;
  background-size: cover;
}
@media (min-width: 996px) {
  .creatorpromotion .kv .layer:nth-of-type(2) {
    background-size: 100%;
  }
}
.creatorpromotion .kv .layer__bg {
  position: absolute;
}
.creatorpromotion .kv .layer__nb {
  position: relative;
  z-index: 3;
}
.creatorpromotion .ball {
  position: absolute;
}
.creatorpromotion .ball.ballpurple {
  left: -20%;
  bottom: -20em;
  z-index: 2;
  width: 40%;
}
.creatorpromotion .ball.ballgold {
  right: 0%;
  top: 55%;
  position: absolute;
  width: 14%;
  z-index: 2;
}
.creatorpromotion .ball.ballpink {
  position: absolute;
  right: -13%;
  bottom: -70%;
  width: 50%;
}/*# sourceMappingURL=main.css.map */