@import url(https://storage-asset.msi.com/event/2024/NB/claw-bundle/css/how-to-redeem.css);
.clawBundle {
  color: #000;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}
.clawBundle img {
  max-width: 100%;
}
.clawBundle picture {
  display: block;
}
.clawBundle .common__txt {
  background: -webkit-gradient(linear, left top, right top, from(#1ff9fd), color-stop(#6936ee), to(#eb0079));
  background: linear-gradient(to right, #1ff9fd, #6936ee, #eb0079);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  line-height: normal;
  background-position: 0 0;
  display: inline-block;
  position: relative;
}
.clawBundle .common__title {
  background: -webkit-gradient(linear, left top, right top, from(#eb0079), color-stop(41%, #6936ee), color-stop(71%, #1651c4), to(#1ff9fd));
  background: linear-gradient(90deg, #eb0079 0%, #6936ee 41%, #1651c4 71%, #1ff9fd 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: var(--title-xl);
  display: inline-block;
  margin-bottom: 15px;
}
.clawBundle .common__title span {
  display: block;
}
@media (min-width: 996px) {
  .clawBundle .common__title span {
    background: linear-gradient(-60deg, transparent 0%, transparent 12.5%, rgba(255, 255, 255, 0.8) 13%, rgba(255, 255, 255, 0.8) 15%, transparent 15.5%, transparent 200%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    background-position: 0 0;
    background-size: 400% 100%;
    -webkit-animation: gradientChange 6s infinite linear;
            animation: gradientChange 6s infinite linear;
  }
  @-webkit-keyframes gradientChange {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -200%;
    }
  }
  @keyframes gradientChange {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -200%;
    }
  }
}
.clawBundle .common__btn {
  margin-top: 1.5vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  display: inline-block;
}
.clawBundle .common__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#eee)), -webkit-gradient(linear, right top, left top, from(#eb0079), color-stop(#c219f2), color-stop(#0599df), to(#1ff9fd));
  background-image: linear-gradient(to right, #eee, #eee), linear-gradient(to left, #eb0079, #c219f2, #0599df, #1ff9fd);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 14px;
}
@media (min-width: 996px) {
  .clawBundle .common__btn a {
    font-size: var(--text-lg);
  }
}
.clawBundle .common__btn a span {
  font-weight: 600;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #1ff9fd, #d399fb, #c219f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clawBundle .common__btn a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-shadow: 0 0 0px #fff, 0 0 10px #fff, 0 0 20px #fff;
}
.clawBundle .common__btn a img {
  width: 12px;
}
.clawBundle .common__btnbox {
  margin-top: 1.5vw;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(45deg, #fff, #fff), linear-gradient(to right, #eb0079, #c219f2, #0599df, #1ff9fd);
}
.clawBundle .common__btnbox a {
  background: #000;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  border: 3px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #eb0079, #c219f2, #0599df, #1ff9fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 996px) {
  .clawBundle .common__btnbox a {
    font-size: var(--text-lg);
  }
}
.clawBundle .common__btnbox a:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-shadow: 0 0 0px #000, 0 0 5px #d399fb, 0 0 10px #c219f2, 0 0 20px #1ff9fd;
}
.clawBundle a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clawBundle .topIcon {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 50;
}
.clawBundle .topIcon__itembox {
  position: relative;
  -webkit-animation: topIcon 1.5s infinite;
          animation: topIcon 1.5s infinite;
  border-radius: 50%;
}
.clawBundle .topIcon__itembox:hover {
  -webkit-animation: none;
          animation: none;
}
.clawBundle .topIcon__itembox figure {
  margin: auto;
}
.clawBundle .topIcon__itembox figure img {
  max-width: 100px;
}
.clawBundle .topIcon__itembox p {
  text-align: center;
  font-size: 12px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 15%;
  z-index: 1;
  width: 85%;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@-webkit-keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.clawBundle .kv {
  position: relative;
}
.clawBundle .kv h1 {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.clawBundle .kv__img {
  margin: 0 -15vw;
}
@media (min-width: 1930px) {
  .clawBundle .kv__img {
    margin: 0 auto;
  }
}
.clawBundle .kv__title {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 5px;
  top: 45%;
  text-align: center;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media (min-width: 996px) {
  .clawBundle .kv__title {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    left: 30%;
    text-align: left;
    position: absolute;
    top: 27%;
  }
}
.clawBundle .kv__title h2 {
  font-size: 4.4vw;
}
@media (min-width: 996px) {
  .clawBundle .kv__title h2 {
    font-size: 3.2vw;
    -webkit-filter: drop-shadow(0 0 10px #fff0d9);
            filter: drop-shadow(0 0 10px #fff0d9);
  }
}
@-webkit-keyframes kvflash {
  0%, 10% {
    -webkit-filter: drop-shadow(0 0 2px #fff);
            filter: drop-shadow(0 0 2px #fff);
  }
  20% {
    -webkit-filter: drop-shadow(0 0 10px #fff);
            filter: drop-shadow(0 0 10px #fff);
  }
  30%, 100% {
    -webkit-filter: drop-shadow(0 0 0px #fff);
            filter: drop-shadow(0 0 0px #fff);
  }
}
@keyframes kvflash {
  0%, 10% {
    -webkit-filter: drop-shadow(0 0 2px #fff);
            filter: drop-shadow(0 0 2px #fff);
  }
  20% {
    -webkit-filter: drop-shadow(0 0 10px #fff);
            filter: drop-shadow(0 0 10px #fff);
  }
  30%, 100% {
    -webkit-filter: drop-shadow(0 0 0px #fff);
            filter: drop-shadow(0 0 0px #fff);
  }
}
.clawBundle .kv__title h2 span {
  display: block;
}
@media (min-width: 996px) {
  .clawBundle .kv__title h2 span {
    background: linear-gradient(-60deg, transparent 0%, transparent 12.5%, rgba(255, 255, 255, 0.8) 13%, rgba(255, 255, 255, 0.8) 15%, transparent 15.5%, transparent 200%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    background-position: 0 0;
    background-size: 400% 100%;
    -webkit-animation: gradientChange 6s infinite linear;
            animation: gradientChange 6s infinite linear;
  }
  @-webkit-keyframes gradientChange {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -200%;
    }
  }
  @keyframes gradientChange {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -200%;
    }
  }
}
.clawBundle .kv__logo {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 6;
}
@media (min-width: 996px) {
  .clawBundle .kv__logo {
    left: 36px;
    top: 36px;
  }
}
.clawBundle .kv__logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 996px) {
  .clawBundle .kv__logo img {
    height: 65px;
  }
}
.clawBundle .kv__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  z-index: 20;
  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;
}
@media (min-width: 996px) {
  .clawBundle .kv__icon {
    top: 36px;
    right: 36px;
  }
}
.clawBundle .kv__icon img {
  width: 45px;
  margin-left: auto;
}
@media (min-width: 996px) {
  .clawBundle .kv__icon img {
    width: 75px;
  }
}
.clawBundle .kv__icon-text {
  font-size: 8px;
  color: #000;
  margin-right: 18px;
}
@media (min-width: 576px) {
  .clawBundle .kv__icon-text {
    font-size: 12px;
  }
}
.clawBundle .kv__wrap {
  position: relative;
}
@media (min-width: 996px) {
  .clawBundle .kv__wrap {
    bottom: 0;
    position: absolute;
  }
}
.clawBundle .kv__deco {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#2214f7), to(#ac21fe));
  background: linear-gradient(to right, #2214f7, #ac21fe);
}
@media (min-width: 996px) {
  .clawBundle .kv__deco {
    background: none;
  }
}
.clawBundle .kv__deco img {
  display: none;
}
@media (min-width: 996px) {
  .clawBundle .kv__deco img {
    display: block;
  }
}
.clawBundle .kv__deco--cost {
  text-align: center;
  font-size: 5vw;
  background: -webkit-gradient(linear, left top, right top, from(#e2a93a), color-stop(50%, #ffd154), to(#e2a93a));
  background: linear-gradient(to right, #e2a93a, #ffd154 50%, #e2a93a);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  bottom: 0;
}
@media (min-width: 996px) {
  .clawBundle .kv__deco--cost {
    position: absolute;
    font-size: 2.6vw;
    right: 10px;
    left: auto;
    text-align: right;
  }
}
@media (min-width: 1930px) {
  .clawBundle .kv__deco--cost {
    font-size: 3vw;
  }
}
.clawBundle .kv__clawT {
  width: 40%;
  margin: 0 auto;
  max-width: 650px;
  margin: -12vw auto 0;
}
@media (min-width: 996px) {
  .clawBundle .kv__clawT {
    width: 26%;
    margin: 0 auto -7vw;
  }
}
@media (min-width: 1930px) {
  .clawBundle .kv__clawT {
    width: 19%;
  }
}
.clawBundle .redeem {
  position: relative;
  background: #fff;
  padding: 5% 0;
}
.clawBundle .redeem__titlebox {
  text-align: center;
}
.clawBundle .redeem__flexbox {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .clawBundle .redeem__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.clawBundle .redeem .slick-track {
  height: 100%;
}
.clawBundle .redeem .slick-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.clawBundle .redeem .slick-next {
  right: -15px;
}
.clawBundle .redeem .slick-prev {
  left: -15px;
}
.clawBundle .redeem__itembox {
  width: 100%;
  margin: 3% auto;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .clawBundle .redeem__itembox {
    width: calc(50% - 0px);
    margin: 0;
  }
}
.clawBundle .redeem__itembox.box1 {
  border: 8px solid #f0b500;
  background: #202020;
}
.clawBundle .redeem__itembox.box2 {
  border: 8px solid #107c10;
  background: #fff;
}
.clawBundle .redeem__itembox-logo {
  max-width: 250px;
  margin: 0 auto;
}
.clawBundle .redeem__itembox-title {
  font-size: 22px;
  margin: 2% auto 5%;
  min-height: 70px;
}
.clawBundle .redeem__itembox-title-1 {
  color: #fff;
}
.clawBundle .redeem__itembox-title-1 span {
  font-size: 13px;
  color: #fff;
  display: block;
}
.clawBundle .redeem__itembox-title-2 {
  color: #202020;
}
.clawBundle .redeem__itembox-txt {
  font-size: var(--text-lg);
  font-weight: 400;
  font-style: normal;
}
.clawBundle .redeem__itembox-txt-1 {
  color: #fff;
}
.clawBundle .redeem__itembox-txt-2 {
  color: #202020;
}
.clawBundle .redeem__itembox-link {
  margin: 2% auto 5%;
}
.clawBundle .redeem__itembox-btn {
  position: relative;
  display: block;
  margin: 10px 10px 0;
  padding: 5px 20px;
  font-size: var(--text-lg);
  font-weight: bold;
}
@media (min-width: 996px) {
  .clawBundle .redeem__itembox-btn {
    display: inline-block;
  }
}
.clawBundle .redeem__itembox-btn:hover {
  cursor: pointer;
}
.clawBundle .redeem__itembox-btn.y-btn {
  border: 3px solid #f0b31d;
  color: #fff;
}
.clawBundle .redeem__itembox-btn.b-btn {
  border: 3px solid #1c86d9;
  color: #000000;
}
.clawBundle .redeem__itembox-btn.g-btn {
  border: 3px solid #107c10;
  color: #000000;
}
.clawBundle .redeem__textbox {
  padding: 0 10%;
  text-align: center;
  min-height: 320px;
}
.clawBundle .redeem__linkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 3% 0;
}
@media (min-width: 996px) {
  .clawBundle .redeem__linkbox {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 3% 0;
  }
}
@media (min-width: 1300px) {
  .clawBundle .redeem__linkbox {
    width: 50%;
  }
}
.clawBundle .redeem__linkbox a {
  border: 2px solid;
  border-image-source: linear-gradient(to right, #da49db 0%, #a1faf7 50%, #fd308d 100%);
  border-image-slice: 1;
  padding: 10px 30px;
  color: #fff;
  width: 80%;
  margin: 10px auto;
}
@media (min-width: 996px) {
  .clawBundle .redeem__linkbox a {
    margin: 0 10px;
  }
}
.clawBundle .redeem__linkbox a:hover {
  background: linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%);
  text-shadow: 0 0 10px #fff12d;
}
.clawBundle .performance {
  background: url(https://storage-asset.msi.com/event/2024/NB/claw-special-offer/images/performance.jpg) no-repeat;
  padding: 5% 0;
}
.clawBundle .performance__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 30px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .clawBundle .performance__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 60%;
    margin: 4% auto;
  }
}
.clawBundle .performance__title-num {
  font-size: 100px;
  font-weight: bolder;
}
.clawBundle .performance__title h2 {
  color: #000;
  font-size: var(--title-xl);
}
.clawBundle .performance__title h2 span {
  color: #7d5dff;
}
.clawBundle .performance__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  height: 0%;
  position: relative;
}
@media (min-width: 996px) {
  .clawBundle .performance__flex {
    width: auto;
  }
}
.clawBundle .performance__flex figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}
@media (min-width: 996px) {
  .clawBundle .performance__flex figure {
    display: block;
    width: calc(10% - 0px);
  }
}
.clawBundle .performance__flex figure.lgShow {
  display: block;
}
.clawBundle .performance__flex figure figcaption {
  text-align: center;
  font-size: var(--note-sm);
  line-height: 1.4;
  margin-top: 8px;
}
.clawBundle .performance__driver {
  width: 70%;
  margin: 20px auto;
  max-width: 800px;
}
.clawBundle .performance .text--note {
  text-align: center;
  color: #d92b81;
}
.clawBundle .fps {
  background: url(https://storage-asset.msi.com/event/2024/NB/claw-special-offer/images/fps-bg.jpg) no-repeat right;
  background-size: cover;
  padding: 7% 0;
  color: #fff;
}
.clawBundle .fps__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 768px) {
  .clawBundle .fps__flex {
    width: 68%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.clawBundle .fps__flex--item {
  border-radius: 20px;
  padding: 18px 15px;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 5px #000);
          filter: drop-shadow(0 0 5px #000);
}
@media (min-width: 996px) {
  .clawBundle .fps__flex--item {
    font-size: var(--text-xl);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 20px);
            flex: 0 0 calc(33.3333333333% - 20px);
  }
}
.clawBundle .fps__flex--item span {
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 996px) {
  .clawBundle .fps__flex--item span {
    font-size: var(--title-lg);
  }
}
@media (min-width: 1930px) {
  .clawBundle .fps__flex--item span {
    font-size: var(--text-xl);
  }
}
.clawBundle .fps__flex--item b {
  font-size: 4vw;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .clawBundle .fps__flex--item b {
    font-size: 3.4vw;
  }
}
.clawBundle .fps__flex--item:nth-child(odd) {
  border: 1px solid #eb0079;
  background: rgba(235, 0, 121, 0.2);
}
.clawBundle .fps__flex--item:nth-child(odd) b {
  background: -webkit-gradient(linear, left top, right top, from(#c219f2), to(#eb0079));
  background: linear-gradient(to right, #c219f2, #eb0079);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.clawBundle .fps__flex--item:nth-child(even) {
  border: 1px solid #0599df;
  background: rgba(5, 153, 223, 0.2);
}
.clawBundle .fps__flex--item:nth-child(even) b {
  background: -webkit-gradient(linear, left top, right top, from(#0599df), to(#6936ee));
  background: linear-gradient(to right, #0599df, #6936ee);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.clawBundle .fps .common__btn {
  margin: 30px auto 0;
  display: ruby;
}
.clawBundle .fps .common__btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#12262f), to(#0c3441)), -webkit-gradient(linear, right bottom, left top, from(#eb0079), color-stop(#c219f2), color-stop(#0599df), to(#1ff9fd));
  background-image: linear-gradient(to right, #12262f, #0c3441), linear-gradient(to top left, #eb0079, #c219f2, #0599df, #1ff9fd);
}
.clawBundle .fps .common__btn a img {
  width: 12px;
}
.clawBundle .buyNow {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
}
.clawBundle .buyNow h2 {
  -webkit-filter: drop-shadow(0 0 2px yellow);
          filter: drop-shadow(0 0 2px yellow);
}
.clawBundle .buyNow__titlebox {
  text-align: center;
}
.clawBundle .buyNow__titlebox h3 {
  color: #c219f2;
  font-size: var(--title-lg);
}
.clawBundle .buyNow__wrap {
  border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(120deg, #eb0079, #c219f2, #0599df, #1ff9fd);
  padding: 6% 3%;
  position: relative;
  z-index: 2;
}
.clawBundle .buyNow__itembox {
  width: 90%;
  margin: 5% auto;
  margin: 0;
}
@media (min-width: 996px) {
  .clawBundle .buyNow__itembox {
    width: 91% !important;
  }
}
.clawBundle .buyNow .slick-next {
  top: 50%;
  right: 0px;
}
.clawBundle .buyNow .slick-next::before {
  display: none;
}
.clawBundle .buyNow .slick-prev {
  left: 0px;
  top: 50%;
}
.clawBundle .buyNow .slick-prev::before {
  display: none;
}
.clawBundle .buyNow .slick-slide {
  text-align: center;
}
.clawBundle .buyNow .slick-dots {
  bottom: -40px;
}
.clawBundle .ballBox {
  position: relative;
  overflow: hidden;
}
.clawBundle .ballBox .ball {
  position: absolute;
}
.clawBundle .ballBox .ball.ballA {
  left: -20%;
  top: -15em;
  z-index: 2;
  width: 40vw;
  height: 40vw;
  background: linear-gradient(120deg, #eb0079, #c219f2, #0599df, #1ff9fd);
  border-radius: 900px;
}
.clawBundle .ballBox .ball.ballB {
  position: absolute;
  right: -7%;
  bottom: 15em;
  width: 20vw;
  height: 20vw;
  background: linear-gradient(120deg, #eb0079, #c219f2, #0599df, #1ff9fd);
  border-radius: 900px;
}
.clawBundle .ballBox .ball.ballC {
  position: absolute;
  left: -7%;
  bottom: -20em;
  width: 18vw;
  height: 18vw;
  background: linear-gradient(120deg, #67f1f5, #50b0cb);
  border-radius: 900px;
}
.clawBundle .accessoriesIntro {
  width: 100%;
  padding: 50px 0 5%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro {
    padding: 5% 0;
  }
}
.clawBundle .accessoriesIntro .msi__container {
  position: relative;
  z-index: 2;
}
.clawBundle .accessoriesIntro .common__btnbox {
  margin: 5px;
}
.clawBundle .accessoriesIntro__flex {
  margin-bottom: 50px;
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro__flex .Introblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro__flex .Introblock__img {
    width: 50%;
  }
}
.clawBundle .accessoriesIntro__flex .Introblock__txtbox {
  text-align: center;
  margin: 20px auto 0;
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro__flex .Introblock__txtbox {
    width: 46%;
    text-align: left;
    margin: 0;
  }
}
.clawBundle .accessoriesIntro__flex .Introblock__txtbox-btn {
  margin: 30px 0 0;
  font-weight: 600;
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro__flex .Introblock__txtbox-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
  }
}
.clawBundle .accessoriesIntro__flex .Introblock__txtbox-btn .btnstyle {
  color: #000;
  border-color: #000;
  margin: 0px 8px 10px;
  padding: 5px 10px;
  min-width: 165px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clawBundle .accessoriesIntro__flex .Introblock__txtbox-btn .btnstyle:hover {
  color: #fff;
  border-color: #fff;
}
.clawBundle .accessoriesIntro .slick-next {
  top: 25%;
  right: -15px;
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro .slick-next {
    right: -30px;
    top: 50%;
  }
}
.clawBundle .accessoriesIntro .slick-prev {
  left: -15px;
  top: 25%;
}
@media (min-width: 996px) {
  .clawBundle .accessoriesIntro .slick-prev {
    left: -30px;
    top: 50%;
  }
}
@-webkit-keyframes accessoriesIntro__btn {
  0%, 100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}
@keyframes accessoriesIntro__btn {
  0%, 100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}
.clawBundle .exclusive {
  padding: 50px 0 100px;
  position: relative;
}
@media (min-width: 996px) {
  .clawBundle .exclusive {
    padding: 2.5% 0 5%;
  }
}
.clawBundle .exclusive__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 996px) {
  .clawBundle .exclusive__flex {
    max-width: 70%;
    margin: 2% auto;
  }
}
@media (min-width: 1930px) {
  .clawBundle .exclusive__flex {
    max-width: 90%;
  }
}
.clawBundle .exclusive__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.clawBundle .exclusive__content--pd {
  width: 85%;
  margin: -1.5vw auto;
}
.clawBundle .exclusive__content--text {
  font-size: 53px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #eb0078), color-stop(#be1cff), color-stop(#0a65cc), to(#20cdff));
  background: linear-gradient(to bottom, #eb0078 30%, #be1cff, #0a65cc, #20cdff);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
  text-transform: uppercase;
}
.clawBundle .exclusive__content--text.t1 {
  text-align: left;
}
.clawBundle .exclusive__content--text.t2 {
  text-align: right;
}
@media (min-width: 996px) {
  .clawBundle .exclusive__content--text {
    font-size: 5.5vw;
  }
}
@media (min-width: 1930px) {
  .clawBundle .exclusive__content--text {
    font-size: 100px;
  }
}
.clawBundle .exclusive .popup-inner {
  max-width: 1280px;
}
.clawBundle .exclusivePopup a {
  color: #fff;
}
.clawBundle .exclusivePopup__content {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 4%;
  background: rgba(34, 31, 31, 0.9);
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 996px) {
  .clawBundle .exclusivePopup__content {
    font-size: 14px;
  }
}
.clawBundle .exclusivePopup__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 3vw;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .clawBundle .exclusivePopup__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.clawBundle .exclusivePopup__flex .redeembox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (min-width: 996px) {
  .clawBundle .exclusivePopup__flex .redeembox.step2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
.clawBundle .exclusivePopup__flex .redeembox__title {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: var(--text-lg);
  text-align: center;
}
.clawBundle .exclusivePopup__flex .redeembox__title img {
  width: 50px;
  margin: 0 auto;
}
.clawBundle .exclusivePopup__flex .redeembox__img {
  position: relative;
  margin: 8px auto;
  max-width: 450px;
}
.clawBundle .exclusivePopup__flex .redeembox__img p {
  position: absolute;
  left: 0;
  top: 5vw;
  text-align: left;
}
@media (min-width: 996px) {
  .clawBundle .exclusivePopup__flex .redeembox__img p {
    top: 0.5vw;
  }
}
.clawBundle .exclusivePopup__flex .redeembox ul {
  width: 100%;
}
.clawBundle .exclusivePopup__flex .redeembox ul li {
  list-style: disc;
  text-align: left;
}
.clawBundle .centerM {
  position: relative;
  overflow: hidden;
  padding: 0 0 5%;
}
@media (min-width: 996px) {
  .clawBundle .centerM {
    padding: 5% 0;
    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;
    background: url(https://storage-asset.msi.com/event/2024/NB/claw-special-offer/images/msi-center-bg.jpg) no-repeat;
    background-size: cover;
  }
}
.clawBundle .centerM .common__btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#d2cfd4), to(#d0c9bf)), -webkit-gradient(linear, right bottom, left top, from(#eb0079), color-stop(#c219f2), color-stop(#0599df), to(#1ff9fd));
  background-image: linear-gradient(to right, #d2cfd4, #d0c9bf), linear-gradient(to top left, #eb0079, #c219f2, #0599df, #1ff9fd);
  color: #000;
}
.clawBundle .centerM .common__btn a:hover {
  text-shadow: 0 0 0px #000, 0 0 1px #d399fb, 0 0 10px #eb0079, 0 0 20px #0599df;
}
.clawBundle .centerM__txtbox {
  text-align: center;
  padding: 30px 25px;
}
@media (min-width: 996px) {
  .clawBundle .centerM__txtbox {
    padding: 0;
    margin: 0 0 0 50%;
  }
}
.clawBundle .centerM__txtbox-icon {
  max-width: 80px;
  margin: 20px auto;
}
@media (min-width: 996px) {
  .clawBundle .centerM__txtbox-icon {
    margin: 10px auto;
  }
}
.clawBundle .centerM__txtbox-tag {
  font-weight: 700;
  margin: 40px auto;
}
.clawBundle .centerM__txtbox-tag li {
  width: 300px;
  text-align: center;
  text-shadow: none;
  margin: 10px auto;
}
.clawBundle .centerM__txtbox-tag li .colorBorder {
  position: relative;
  padding: 1px;
}
.clawBundle .centerM__txtbox-tag li .colorBorder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #1ff9fd, #eb0079) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.clawBundle .centerM__txtbox-tag li .colorBorder .borderMBox {
  padding: 5px 0;
}
.clawBundle .centerM__txtbox .note-text {
  font-size: 14px;
}
.clawBundle .centerM__img {
  position: relative;
  width: 100%;
}
@media (min-width: 996px) {
  .clawBundle .centerM__img {
    display: none;
  }
}
.clawBundle .centerM__img img {
  width: 100%;
}
.clawBundle .centerM .centerMBox__title {
  text-transform: capitalize;
}
.clawBundle .centerM .centerBox {
  position: relative;
  max-width: 100%;
  margin-top: 20px;
  z-index: 1;
  width: 100%;
}
@media (min-width: 996px) {
  .clawBundle .centerM .centerBox {
    width: 70%;
    margin: 20px auto 0;
  }
}
.clawBundle .centerM .centerBox__left {
  position: absolute;
  top: 40%;
  left: -3%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
}
@media (min-width: 996px) {
  .clawBundle .centerM .centerBox__left {
    position: absolute;
    top: 33%;
    left: -2%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .centerM .centerBox__left {
    left: -5%;
  }
}
.clawBundle .centerM .centerBox__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clawBundle .centerM .centerBox__right {
  position: absolute;
  top: 40%;
  right: -3%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
}
@media (min-width: 996px) {
  .clawBundle .centerM .centerBox__right {
    position: absolute;
    top: 33%;
    right: -2%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .centerM .centerBox__right {
    right: -5%;
  }
}
.clawBundle .centerM .centerBox__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clawBundle .centerM .centerBox__slide {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .centerM .centerBox__slide {
    margin-top: 10px;
    max-width: 95%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .centerM .centerBox__slide {
    margin-top: 1%;
    max-width: 100%;
  }
}
.clawBundle .centerM .centerBox__slide-figure {
  width: 100%;
}
.clawBundle .centerM .centerBox__slide-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1300px) {
  .clawBundle .centerM .centerBox__slide-figure {
    width: 100%;
  }
}
.clawBundle .centerM .centerBox__slide-color {
  font-weight: 700;
  font-size: var(--title-lg);
  text-align: center;
  margin: 10px auto 0;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1ff9fd), color-stop(30%, #1651c4), color-stop(40%, #c219f2), color-stop(50%, #eb0079));
  background: linear-gradient(to right, #1ff9fd, #1651c4 30%, #c219f2 40%, #eb0079 50%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.clawBundle .centerM .centerBox .centerDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .clawBundle .centerM .centerBox .centerDots {
    width: 40%;
  }
}
.clawBundle .centerM .centerBox .centerDots__item {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ff9fd), to(#eb0079)) border-box;
  background: linear-gradient(to bottom, #1ff9fd, #eb0079) border-box;
  -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;
}
.clawBundle .centerM .centerBox .centerDots__item--active {
  -webkit-transition: 0.5sv;
  transition: 0.5sv;
  width: 30px;
}
.clawBundle .game {
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .game {
    padding: 5% 0;
  }
}
.clawBundle .game__flexbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 996px) {
  .clawBundle .game__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.clawBundle .game__itembox {
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
  margin: 3% auto;
  padding: 2%;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .game__itembox {
    border: 1px solid;
    border-radius: 15px;
    width: calc(33.3333333333% - 50px);
    padding: 2%;
    text-align: center;
    margin: 0;
  }
}
.clawBundle .game__itembox .miniPC {
  position: relative;
}
.clawBundle .game__itembox .miniPC article {
  padding: 0 5px;
}
.clawBundle .game__itembox .miniPC p {
  font-size: var(--note-xl);
}
.clawBundle .game__itembox .miniPC__left {
  position: absolute;
  bottom: 35%;
  left: -3%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (min-width: 996px) {
  .clawBundle .game__itembox .miniPC__left {
    position: absolute;
    left: -2%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .game__itembox .miniPC__left {
    left: -5%;
  }
}
.clawBundle .game__itembox .miniPC__right {
  position: absolute;
  bottom: 35%;
  right: -3%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (min-width: 996px) {
  .clawBundle .game__itembox .miniPC__right {
    position: absolute;
    right: -2%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .game__itembox .miniPC__right {
    right: -5%;
  }
}
.clawBundle .game__itembox .miniPC .slick-dots li button::before, .clawBundle .game__itembox .miniPC .slick-dots li button::after {
  color: rgba(255, 255, 255, 0.6);
}
.clawBundle .game__itembox .miniPC .slick-dots li.slick-active button:before, .clawBundle .game__itembox .miniPC .slick-dots li.slick-active button:after {
  color: #fff;
}
.clawBundle .game__itembox p {
  color: #eee;
  font-size: var(--text-xs);
}
.clawBundle .game__itembox h5 {
  font-size: 22px;
  margin-bottom: 5%;
  line-height: 1.6;
}
.clawBundle .game__itembox h6 {
  color: #1e3e63;
  font-size: var(--text-xl);
  font-weight: bold;
}
.clawBundle .game__itembox h4 {
  font-size: var(--text-lg);
  font-weight: 100;
}
.clawBundle .game__itembox-1 {
  background: linear-gradient(45deg, #fff 0%, #422a79 50%);
  border-color: #8c69e1;
}
.clawBundle .game__itembox-2 {
  background: linear-gradient(45deg, #FFF -10%, #1a71c3 60%, #90d8da 110%);
  border-color: #a2f9f5;
}
.clawBundle .game__itembox-2 .game__imgbox {
  margin: 20% auto;
}
.clawBundle .game__itembox-3 {
  background: linear-gradient(45deg, #fff 0%, #ba4586 61%, #da3c84 130%);
  border-color: #f34799;
}
.clawBundle .game__itembox-3 .game__imgbox {
  margin: 10% auto;
}
.clawBundle .game__itembox-3 .game__logobox {
  margin: 10% auto;
}
.clawBundle .game__imgbox {
  margin: 5% auto;
}
.clawBundle .game__logobox {
  max-width: 100px;
}
.clawBundle .game .slick-next, .clawBundle .game .slick-prev {
  top: 20%;
}
.clawBundle .game .slick-next {
  right: -15px;
}
.clawBundle .game .slick-prev {
  left: -15px;
}
.clawBundle .review {
  width: 100%;
  background: #eee;
  position: relative;
  overflow: hidden;
  padding: 5% 0;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .review .common__btn {
    text-align: left;
  }
}
.clawBundle .review .common__btn a:hover {
  text-shadow: 0 0 0px #000, 0 0 1px #d399fb, 0 0 10px #eb0079, 0 0 20px #0599df;
}
.clawBundle .review__itembox {
  padding: 0;
  color: #000;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .clawBundle .review__itembox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0 25px 0;
  }
}
.clawBundle .review__imgbox {
  border: 1px solid #d5d5d5;
  width: 500px;
  max-width: 100%;
  margin: 3% auto;
}
@media (min-width: 996px) {
  .clawBundle .review__imgbox {
    margin: 20px;
  }
}
.clawBundle .review__imgbox-img {
  width: 100%;
}
.clawBundle .review__imgbox-img img {
  width: 100%;
}
.clawBundle .review__imgbox-text {
  padding: 25px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .review__imgbox-text {
    text-align: left;
  }
}
.clawBundle .review__imgbox-text h3 {
  font-size: 24px;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .review__imgbox-text h3 {
    font-size: 30px;
    text-align: left;
    margin: 0;
  }
}
.clawBundle .review__linkbox {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 20px auto;
  display: inline-block;
  padding: 1px;
  -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%);
  background: -webkit-gradient(linear, left top, right top, from(#20e3f3), color-stop(#d399fb), to(#fa38fe));
  background: linear-gradient(to right, #20e3f3, #d399fb, #fa38fe);
}
@media (min-width: 996px) {
  .clawBundle .review__linkbox {
    margin: 20px;
  }
}
.clawBundle .review__linkbox:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fa38fe), color-stop(#d399fb), to(#20e3f3));
  background: linear-gradient(to right, #fa38fe, #d399fb, #20e3f3);
  width: 50%;
}
.clawBundle .review__linkbox:hover .review__linkbox-btn::before, .clawBundle .review__linkbox:hover .review__linkbox-btn::after {
  width: 50%;
}
.clawBundle .review__linkbox-btn {
  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;
  font-size: 20px;
  color: #000;
  background: #eee;
  -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%);
}
.clawBundle .review__linkbox-btn::before {
  width: 0;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#c219f2), to(#0599df));
  background: linear-gradient(to left, #c219f2, #0599df);
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
}
.clawBundle .review__linkbox-btn::after {
  width: 0;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#c219f2), to(#0599df));
  background: linear-gradient(to right, #c219f2, #0599df);
  top: 0;
  bottom: 0;
  right: 50%;
  left: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clawBundle .review__linkbox-btn p {
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #20e3f3, #d399fb, #fa38fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clawBundle .review__linkbox-btn img {
  width: auto;
}
.clawBundle .popout__block {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.clawBundle .slick-next {
  -webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%);
          clip-path: polygon(50% 10%, 100% 50%, 50% 90%);
  background: -webkit-gradient(linear, left top, right top, from(#eb0079), to(#d399fb));
  background: linear-gradient(to right, #eb0079, #d399fb);
}
.clawBundle .slick-prev {
  -webkit-clip-path: polygon(50% 10%, 50% 90%, 0% 50%);
          clip-path: polygon(50% 10%, 50% 90%, 0% 50%);
  background: -webkit-gradient(linear, right top, left top, from(#0599df), to(#1ff9fd));
  background: linear-gradient(to left, #0599df, #1ff9fd);
}
@media (min-width: 996px) {
  .clawBundle .slick-next, .clawBundle .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.clawBundle .slick-next::before, .clawBundle .slick-prev::before {
  display: none;
}
.clawBundle .slick-next:hover, .clawBundle .slick-prev:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.clawBundle .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 996px) {
  .clawBundle .slick-dots {
    bottom: -50px;
  }
}
.clawBundle .slick-dots li {
  display: inline-block;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#d399fb), to(#c219f2)) border-box;
  background: linear-gradient(to right, #d399fb, #c219f2) border-box;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.clawBundle .slick-dots li button::before {
  display: none;
}
.clawBundle .slick-dots li.slick-active {
  width: 30px;
}
.clawBundle .slick-dots li.slick-active button::before {
  display: none;
}
.clawBundle .popup__content h2 {
  color: #fff;
}
.clawBundle .y-border {
  border: 3px solid #f0b31d;
}
.clawBundle .y-color {
  color: #f0b31d;
}
.clawBundle .g-border {
  border: 3px solid #107c10;
}
.clawBundle .g-color {
  color: #107c10;
}
.clawBundle .w-color {
  color: #fff;
}

.accessoriesIntroPopup__content table tr:not(:first-child) {
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  display: block;
}

.popup::before {
  display: none !important;
}

.popup__inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 40px 0;
  word-wrap: break-word;
  z-index: 9;
}/*# sourceMappingURL=main-th.css.map */