@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes pdLight {
  0% {
    -webkit-filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
            filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 30px rgba(101, 217, 215, 0.6));
            filter: drop-shadow(0 0 30px rgba(101, 217, 215, 0.6));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
            filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
  }
}
@keyframes pdLight {
  0% {
    -webkit-filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
            filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 30px rgba(101, 217, 215, 0.6));
            filter: drop-shadow(0 0 30px rgba(101, 217, 215, 0.6));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
            filter: drop-shadow(0 0 0 rgba(101, 217, 215, 0));
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.basic-txt {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.basic-link {
  font-size: 18px;
  color: #ed1c24;
  line-height: 1.5;
}
.basic-link:hover {
  color: rgba(237, 28, 36, 0.6);
}

.BlindBoxOfLucky {
  overflow: hidden;
  background: #000;
  font-family: "mozaic-geo-variable", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.BlindBoxOfLucky .commonTitle {
  font-size: 32px;
  margin: 0 auto 2%;
  color: transparent;
  background-image: linear-gradient(45deg, #8ed9e7 20%, #a079e3);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 3px #000000);
          filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 3px #000000);
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .commonTitle {
    font-size: 7.5vw;
  }
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .commonTitle {
    font-size: 60px;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .commonTitle {
    font-size: 2.2vw;
  }
}
.BlindBoxOfLucky .commonTxt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  padding: 1% 0;
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .commonTxt {
    color: #fefefe;
    font-size: 20px;
    line-height: 1.6;
  }
}
.BlindBoxOfLucky .commonText {
  color: #fefefe;
  font-size: 1.5rem;
  line-height: 1.6;
  line-height: 1.2 !important;
  width: 80%;
  margin: 3% auto 0;
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .commonText {
    color: #fefefe;
    font-size: 5vw;
    line-height: 1.6;
  }
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .commonText {
    color: #fefefe;
    font-size: 45px;
    line-height: 1.6;
    width: 90%;
  }
}
@media (min-width: 1441px) {
  .BlindBoxOfLucky .commonText {
    width: 100%;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .commonText {
    color: #fefefe;
    font-size: 1.5vw;
    line-height: 1.6;
  }
}
.BlindBoxOfLucky .commonSubTitle {
  color: #fefefe;
  font-size: 4.5vw;
  line-height: 1.6;
  padding: 1% 0;
  font-weight: 700;
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .commonSubTitle {
    color: #fefefe;
    font-size: 36px;
    line-height: 1.6;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .commonSubTitle {
    color: #fefefe;
    font-size: 1.2vw;
    line-height: 1.6;
  }
}
.BlindBoxOfLucky .commonSubTitle-style {
  color: transparent;
  background-image: linear-gradient(45deg, #8ed9e7, #a079e3);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.BlindBoxOfLucky img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.BlindBoxOfLucky a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.BlindBoxOfLucky .highLight {
  background: #f00;
  color: #fff;
}
.BlindBoxOfLucky .kv {
  position: relative;
  width: 100%;
}
.BlindBoxOfLucky .kv h1 {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.BlindBoxOfLucky .kv__flexBox {
  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;
}
.BlindBoxOfLucky .kv__navBox {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.BlindBoxOfLucky .kv__navBox .slick-track {
  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;
}
.BlindBoxOfLucky .kv__navBox img {
  display: block;
}
.BlindBoxOfLucky .kv__lgImg--pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.BlindBoxOfLucky .kv__lgImg--pic::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.BlindBoxOfLucky .kv__lgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.BlindBoxOfLucky .kv__lgImg--0::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.BlindBoxOfLucky .kv__lgImg--0::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.BlindBoxOfLucky .kv-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.BlindBoxOfLucky .kv-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.BlindBoxOfLucky .kv-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3%;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.BlindBoxOfLucky .kv-video::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.BlindBoxOfLucky .kv__xsImg {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.BlindBoxOfLucky .kv .slick-center .kv__xsImg {
  opacity: 1;
  border: 3px solid #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.BlindBoxOfLucky .kv .slick-prev {
  left: 2.5%;
  width: 40px;
  height: 40px;
  z-index: 5;
}
.BlindBoxOfLucky .kv .slick-prev:before {
  content: "";
}
.BlindBoxOfLucky .kv .slick-next {
  right: 2.5%;
  width: 40px;
  height: 40px;
  z-index: 5;
}
.BlindBoxOfLucky .kv .slick-next:before {
  content: "";
}
.BlindBoxOfLucky .kv .slick-slide > div {
  pointer-events: none;
}
.BlindBoxOfLucky .kv__logoBox {
  position: absolute;
  left: 5%;
  top: 3%;
  z-index: 1;
  max-width: 33vw;
  max-width: 100px;
}
.BlindBoxOfLucky .kv__videoBtn {
  color: #000000;
  font-size: 20px;
  position: absolute;
  z-index: 2;
  right: 1.5%;
  top: 3%;
}
.BlindBoxOfLucky .kv__videoBtn-item {
  color: #65d9d8;
  font-size: 17px;
  line-height: 1.6;
  position: relative;
  font-weight: bold;
  border: 2px solid #65d9d8;
  padding: 5px 30px 2px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  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;
  max-width: 160px;
}
.BlindBoxOfLucky .kv__videoBtn-item:hover {
  background: #65d9d8;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}
.BlindBoxOfLucky .kv__videoBtn-item:hover .play-icon {
  border-color: transparent transparent transparent #000000;
}
.BlindBoxOfLucky .kv__videoBtn .play-icon {
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .kv__logoBox {
    position: absolute;
    left: 5%;
    top: 3%;
    z-index: 1;
    width: 23vw;
    max-width: 100%;
  }
  .BlindBoxOfLucky .kv__videoBtn {
    color: #000000;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    right: 1.5%;
    top: 3%;
  }
  .BlindBoxOfLucky .kv__videoBtn-item {
    color: #65d9d8;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    font-weight: bold;
    border: 2px solid #65d9d8;
    padding: 5px 30px 2px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.4);
    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;
    max-width: 160px;
  }
  .BlindBoxOfLucky .kv__videoBtn-item:hover {
    background: #65d9d8;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 0 10px #fff);
            filter: drop-shadow(0 0 10px #fff);
  }
  .BlindBoxOfLucky .kv__videoBtn-item:hover .play-icon {
    border-color: transparent transparent transparent #000000;
  }
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .kv-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .BlindBoxOfLucky .kv-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .BlindBoxOfLucky .kv__logoBox {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 1;
    max-width: 300px;
    width: 20vw;
  }
  .BlindBoxOfLucky .kv__lgImg {
    width: 80% !important;
    display: block !important;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .BlindBoxOfLucky .kv__lgImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .BlindBoxOfLucky .kv__lgImg--0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
  }
  .BlindBoxOfLucky .kv__lgImg--0::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
  }
  .BlindBoxOfLucky .kv .slick-center .kv__xsImg {
    border: 8px solid #fff;
  }
}
.BlindBoxOfLucky .intro {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/intro-bg.jpg) no-repeat #070827;
  background-size: cover;
  padding: 5% 0;
  position: relative;
}
.BlindBoxOfLucky .intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(10, 10, 44)), to(rgba(10, 10, 44, 0)));
  background: linear-gradient(to top, rgb(10, 10, 44) 20%, rgba(10, 10, 44, 0) 100%);
}
.BlindBoxOfLucky .intro .msi__container {
  position: relative;
  z-index: 1;
}
.BlindBoxOfLucky .intro__textBox {
  text-align: center;
  width: 100%;
  margin: 3% auto;
}
.BlindBoxOfLucky .intro__imgBox {
  position: relative;
}
.BlindBoxOfLucky .intro__imgBox img {
  -webkit-animation: pdLight 4s infinite;
          animation: pdLight 4s infinite;
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .intro__textBox {
    width: 80%;
  }
  .BlindBoxOfLucky .intro__imgBox {
    width: 60%;
    margin: auto;
    max-width: 1000px;
  }
}
.BlindBoxOfLucky .takeLucky {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/takeLucky-bg.jpg) no-repeat #070827;
  background-size: cover;
  padding: 5% 0;
  position: relative;
}
.BlindBoxOfLucky .takeLucky::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(10, 10, 44)), to(rgba(10, 10, 44, 0)));
  background: linear-gradient(to top, rgb(10, 10, 44) 20%, rgba(10, 10, 44, 0) 100%);
}
.BlindBoxOfLucky .takeLucky .msi__container {
  position: relative;
  z-index: 1;
}
.BlindBoxOfLucky .takeLucky .commonSubTitle {
  width: 80%;
  margin: auto;
}
.BlindBoxOfLucky .takeLucky-social {
  background: #0a0a2c;
}
.BlindBoxOfLucky .takeLucky__textBox {
  text-align: center;
  width: 100%;
  margin: 3% auto;
}
.BlindBoxOfLucky .takeLucky__itemBox {
  position: relative;
  z-index: 1;
}
.BlindBoxOfLucky .takeLucky__itemBox::before {
  content: "";
  position: absolute;
  left: -4%;
  bottom: -80%;
  width: 134%;
  height: 138%;
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/takeLucky-left-hand.png) no-repeat;
  background-size: 19%;
  z-index: 3;
}
.BlindBoxOfLucky .takeLucky__itemBox::after {
  content: "";
  position: absolute;
  right: -4%;
  top: -74%;
  width: 27%;
  height: 138%;
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/takeLucky-right-hand.png) no-repeat;
  background-size: cover;
}
.BlindBoxOfLucky .takeLucky__imgBox {
  width: 82%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.BlindBoxOfLucky .takeLucky-txt {
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 0;
}
.BlindBoxOfLucky .takeLucky-subhigh {
  color: #f1e042;
}
.BlindBoxOfLucky .takeLucky-subhigh em {
  color: #fff;
  font-style: normal;
}
.BlindBoxOfLucky .takeLucky-high {
  color: #17e8ff;
}
.BlindBoxOfLucky .takeLucky__iconBox {
  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;
  gap: 20px;
  margin-top: 7%;
}
.BlindBoxOfLucky .takeLucky__iconBox img {
  max-width: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.BlindBoxOfLucky .takeLucky__iconBox img:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.BlindBoxOfLucky .takeLucky-main {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 auto 3%;
}
.BlindBoxOfLucky .takeLucky .commonSubTitle {
  font-size: 1.4rem;
}
.BlindBoxOfLucky .takeLucky-tc a {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 5%;
  display: block;
}
.BlindBoxOfLucky .takeLucky-tc a:hover {
  color: #cfcfcf;
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .takeLucky__iconBox {
    margin-top: 0;
  }
  .BlindBoxOfLucky .takeLucky__iconBox img {
    max-width: 60px;
  }
  .BlindBoxOfLucky .takeLucky-main {
    font-size: 4vw;
  }
  .BlindBoxOfLucky .takeLucky-txt {
    font-size: 3vw;
  }
  .BlindBoxOfLucky .takeLucky .commonSubTitle {
    font-size: 4.5vw;
  }
  .BlindBoxOfLucky .takeLucky-tc a {
    font-size: 1rem;
  }
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .takeLucky .commonSubTitle {
    width: 90%;
    font-size: 36px;
  }
  .BlindBoxOfLucky .takeLucky__textBox {
    width: 80%;
  }
  .BlindBoxOfLucky .takeLucky-main {
    font-size: 2.2rem;
  }
  .BlindBoxOfLucky .takeLucky-txt {
    font-size: 1.5rem;
  }
  .BlindBoxOfLucky .takeLucky-tc {
    font-size: 1rem;
  }
}
@media (min-width: 1441px) {
  .BlindBoxOfLucky .takeLucky .commonSubTitle {
    width: 100%;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .takeLucky-txt {
    color: #fff;
    font-size: 0.8vw;
  }
  .BlindBoxOfLucky .takeLucky iframe {
    margin-bottom: 5%;
    padding-bottom: 10%;
  }
  .BlindBoxOfLucky .takeLucky__textBox {
    width: 100%;
  }
  .BlindBoxOfLucky .takeLucky .commonSubTitle {
    font-size: 1.2vw;
  }
  .BlindBoxOfLucky .takeLucky-tc {
    font-size: 1.3rem;
  }
}
.BlindBoxOfLucky .display {
  padding: 4%;
}
.BlindBoxOfLucky .display__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.BlindBoxOfLucky .display__itemBox {
  width: calc(20% - 10px);
}
.BlindBoxOfLucky .display__itemBox--1 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--2 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--3 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--4 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--5 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--6 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--7 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--8 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--9 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__itemBox--10 {
  visibility: hidden;
}
.BlindBoxOfLucky .display__imgBox {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.BlindBoxOfLucky .display__imgBox:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.BlindBoxOfLucky .display__txtBox {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  margin: 3% auto 7%;
}
.BlindBoxOfLucky .full {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/display-bg.jpg) top center no-repeat #070827;
  background-size: cover;
  position: relative;
}
.BlindBoxOfLucky .full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 8, 39)), to(rgba(7, 8, 39, 0)));
  background: linear-gradient(to right, rgb(7, 8, 39), rgba(7, 8, 39, 0) 100%);
}
.BlindBoxOfLucky .full::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(7, 8, 39)), to(rgba(7, 8, 39, 0)));
  background: linear-gradient(to left, rgb(7, 8, 39), rgba(7, 8, 39, 0) 100%);
}
.BlindBoxOfLucky .full__wrapBox {
  position: relative;
  padding: 10% 0;
}
.BlindBoxOfLucky .full__wrapBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(7, 8, 39)), to(rgba(7, 8, 39, 0)));
  background: linear-gradient(to top, rgb(7, 8, 39), rgba(7, 8, 39, 0) 100%);
}
.BlindBoxOfLucky .full .msi__container {
  position: relative;
  z-index: 1;
}
.BlindBoxOfLucky .full__textBox {
  text-align: center;
  width: 100%;
  margin: 0 auto 3%;
}
.BlindBoxOfLucky .full__flexBox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BlindBoxOfLucky .full__imgBoxWrap--common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.BlindBoxOfLucky .full__imgBoxWrap--special {
  width: 80%;
  margin-top: 12%;
}
.BlindBoxOfLucky .full__imgBoxWrap--special .full__imgBox {
  width: 70%;
  margin: auto;
}
.BlindBoxOfLucky .full__imgBoxWrap--special .full__imgBox-subTitle {
  text-align: center;
  margin: 0 auto;
}
.BlindBoxOfLucky .full__imgBoxWrap--special .full__imgBox-subTitle span {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  padding: 5px;
  border: 2px solid;
  display: inline-block;
  line-height: 1;
}
.BlindBoxOfLucky .full__imgBoxWrap--special .full__imgBox-txt {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  margin: 10% auto 6%;
  line-height: 1;
}
.BlindBoxOfLucky .full__imgBox {
  width: calc(33.3333333333% - 10px);
}
.BlindBoxOfLucky .full__imgBox-txt {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  line-height: 1;
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .full__imgBox-txt {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .BlindBoxOfLucky .full__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .BlindBoxOfLucky .full__imgBoxWrap--common {
    width: 60%;
  }
  .BlindBoxOfLucky .full__imgBoxWrap--special {
    width: 35%;
    margin-top: 0;
  }
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .full {
    background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/display-bg.jpg) top center no-repeat #070827;
    background-size: cover;
  }
  .BlindBoxOfLucky .full__imgBox {
    width: calc(33.3333333333% - 10px);
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .BlindBoxOfLucky .full--special .full__imgBox-subTitle span {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    padding: 5px 10px;
  }
  .BlindBoxOfLucky .full--special .full__imgBox-txt {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.6;
    margin: 3% auto 6%;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .full {
    background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/display-bg.jpg) top center no-repeat #070827;
    background-size: 62%;
  }
  .BlindBoxOfLucky .full::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(7, 8, 39)), to(rgba(7, 8, 39, 0)));
    background: linear-gradient(to right, rgb(7, 8, 39) 20%, rgba(7, 8, 39, 0) 100%);
  }
  .BlindBoxOfLucky .full::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(7, 8, 39)), to(rgba(7, 8, 39, 0)));
    background: linear-gradient(to left, rgb(7, 8, 39) 20%, rgba(7, 8, 39, 0) 100%);
  }
}
.BlindBoxOfLucky .figure {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/figure-bg.jpg) no-repeat #070827;
  background-size: cover;
  padding: 5% 0;
  position: relative;
}
.BlindBoxOfLucky .figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(7, 9, 39)), to(rgba(7, 9, 39, 0)));
  background: linear-gradient(to bottom, rgb(7, 9, 39) 10%, rgba(7, 9, 39, 0) 100%);
  z-index: 1;
}
.BlindBoxOfLucky .figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(7, 9, 39)), to(rgba(7, 9, 39, 0)));
  background: linear-gradient(to top, rgb(7, 9, 39) 10%, rgba(7, 9, 39, 0) 100%);
  z-index: 1;
}
.BlindBoxOfLucky .figure .msi__container {
  position: relative;
  z-index: 2;
}
.BlindBoxOfLucky .figure__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.BlindBoxOfLucky .figure__itemBox {
  display: grid;
  gap: 20px;
}
.BlindBoxOfLucky .figure__itemBox--1 {
  width: 57%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
.BlindBoxOfLucky .figure__itemBox--2 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.BlindBoxOfLucky .figure__itemBox--3 {
  width: 38%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 20px;
}
.BlindBoxOfLucky .figure__itemBox-wrap {
  display: grid;
  gap: 20px;
}
.BlindBoxOfLucky .figure__imgBox {
  position: relative;
  overflow: hidden;
}
.BlindBoxOfLucky .figure__imgBox a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.BlindBoxOfLucky .figure__imgBox a:hover img.figure__color {
  visibility: visible !important;
  opacity: 1 !important;
}
.BlindBoxOfLucky .figure__imgBox--1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.BlindBoxOfLucky .figure__imgBox--1 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.BlindBoxOfLucky .figure__imgBox--2 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--3 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.BlindBoxOfLucky .figure__imgBox--3 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--4 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.BlindBoxOfLucky .figure__imgBox--4 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--5 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.BlindBoxOfLucky .figure__imgBox--5 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--6 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.BlindBoxOfLucky .figure__imgBox--6 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--7 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.BlindBoxOfLucky .figure__imgBox--7 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--8 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.BlindBoxOfLucky .figure__imgBox--8 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--9 {
  grid-row: 1/2;
  grid-column: 3/4;
}
.BlindBoxOfLucky .figure__imgBox--9 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox--10 .figure__color {
  visibility: hidden;
}
.BlindBoxOfLucky .figure__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlindBoxOfLucky .figure__color {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .figure__flexBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .BlindBoxOfLucky .figure__itemBox--1 {
    width: 28%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .BlindBoxOfLucky .figure__itemBox--2 {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .BlindBoxOfLucky .figure__itemBox--3 {
    width: 19%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
.BlindBoxOfLucky .rule {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/rule-bg.jpg) no-repeat #070827;
  background-size: cover;
  padding: 10% 0;
}
.BlindBoxOfLucky .rule__flexBox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: auto;
  gap: 20px;
}
.BlindBoxOfLucky .rule__textBoxWrap {
  width: 100%;
}
.BlindBoxOfLucky .rule__textBox {
  text-align: center;
}
.BlindBoxOfLucky .rule__textBox ul {
  padding-left: 20px;
}
.BlindBoxOfLucky .rule__textBox-txt {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  padding: 2px 0;
  list-style-type: decimal;
  margin: 10px 0;
}
.BlindBoxOfLucky .rule__infoBox {
  margin-top: 10%;
  text-align: center;
}
.BlindBoxOfLucky .rule__listBox {
  display: table;
  width: 100%;
  margin-top: 2%;
}
.BlindBoxOfLucky .rule__listBox-row {
  display: table-row;
}
.BlindBoxOfLucky .rule__listBox-cell {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #ffffff;
  display: table-cell;
  padding: 10px 10px 0;
}
.BlindBoxOfLucky .rule__listBox-body {
  display: table-row-group;
}
.BlindBoxOfLucky .rule__imgBoxWrap {
  width: 80%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8%;
}
.BlindBoxOfLucky .rule__imgBox {
  margin-bottom: 5%;
  max-width: 400px;
}
.BlindBoxOfLucky .rule__note {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .rule__textBox {
    text-align: left;
  }
  .BlindBoxOfLucky .rule__infoBox {
    text-align: left;
  }
  .BlindBoxOfLucky .rule__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 80%;
  }
  .BlindBoxOfLucky .rule__textBoxWrap {
    width: 45%;
  }
  .BlindBoxOfLucky .rule__imgBoxWrap {
    width: 45%;
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .BlindBoxOfLucky .rule__imgBox {
    margin-bottom: 20%;
  }
  .BlindBoxOfLucky .rule__note {
    text-align: right;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .rule {
    padding: 10% 0 12%;
  }
  .BlindBoxOfLucky .rule__flexBox {
    width: 100%;
  }
  .BlindBoxOfLucky .rule__note {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
  }
}
.BlindBoxOfLucky .bundleInfo {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/bundle-bg.jpg) no-repeat #070827;
  background-size: cover;
  padding: 5% 0;
  position: relative;
}
.BlindBoxOfLucky .bundleInfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(7, 8, 39)), to(rgba(7, 8, 39, 0)));
  background: linear-gradient(to bottom, rgb(7, 8, 39) 20%, rgba(7, 8, 39, 0) 100%);
}
.BlindBoxOfLucky .bundleInfo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(15, 19, 57)), to(rgba(15, 19, 57, 0)));
  background: linear-gradient(to top, rgb(15, 19, 57) 20%, rgba(15, 19, 57, 0) 100%);
}
.BlindBoxOfLucky .bundleInfo .msi__container {
  position: relative;
  z-index: 1;
}
.BlindBoxOfLucky .bundleInfo__textBox {
  text-align: center;
  width: 100%;
  margin: 3% auto;
}
.BlindBoxOfLucky .bundleInfo__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.BlindBoxOfLucky .bundleInfo__itemBox {
  width: calc(50% - 20px);
  margin: 3% auto;
}
.BlindBoxOfLucky .bundleInfo__txtBox {
  text-align: center;
}
.BlindBoxOfLucky .bundleInfo__txtBox h3 {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
}
.BlindBoxOfLucky .bundleInfo__txtBox a {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  border-radius: 30px;
  border: 2px solid #6cc5c6;
  padding: 5px 20px 5px;
  display: inline-block;
  margin-top: 3%;
}
.BlindBoxOfLucky .bundleInfo__txtBox a:hover {
  background: #6cc5c6;
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .bundleInfo__flexBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .BlindBoxOfLucky .bundleInfo__itemBox {
    width: 25%;
    margin: 0;
  }
  .BlindBoxOfLucky .bundleInfo__textBox {
    width: 80%;
  }
  .BlindBoxOfLucky .bundleInfo__txtBox h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
  }
  .BlindBoxOfLucky .bundleInfo__txtBox a {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
  }
}
.BlindBoxOfLucky .luckyAll {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/luckyAll-bg.jpg) top center no-repeat #070827;
  background-size: cover;
  padding: 5% 0;
  position: relative;
}
.BlindBoxOfLucky .luckyAll .msi__container {
  position: relative;
  z-index: 1;
  margin: 9% auto 0;
}
.BlindBoxOfLucky .luckyAll__logo {
  max-width: 450px;
  width: 40vw;
  margin: auto;
}
.BlindBoxOfLucky .luckyAll__tcBtn {
  margin: 7% auto;
  text-align: center;
}
.BlindBoxOfLucky .luckyAll__tcBtn a {
  color: #65d9d7;
  font-size: 20px;
  line-height: 1.6;
  border: 1px solid #65d9d7;
  padding: 10px 30px;
  border-radius: 30px;
}
.BlindBoxOfLucky .luckyAll__tcBtn a:hover {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  background: #65d9d7;
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}
.BlindBoxOfLucky .luckyAll__imgBox {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: auto;
}
@media (min-width: 499px) {
  .BlindBoxOfLucky .luckyAll__logo {
    width: 25vw;
  }
  .BlindBoxOfLucky .luckyAll__tcBtn {
    margin: 5% auto 2%;
  }
}
@media (min-width: 996px) {
  .BlindBoxOfLucky .luckyAll {
    padding: 5% 0;
  }
  .BlindBoxOfLucky .luckyAll .msi__container {
    margin: 8% auto 0;
  }
  .BlindBoxOfLucky .luckyAll__imgBox {
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 1930px) {
  .BlindBoxOfLucky .luckyAll {
    background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/luckyAll-bg.jpg) top center no-repeat #070827;
    background-size: contain;
  }
  .BlindBoxOfLucky .luckyAll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgb(10, 10, 44)), to(rgba(10, 10, 44, 0)));
    background: linear-gradient(to right, rgb(10, 10, 44) 45%, rgba(10, 10, 44, 0) 100%);
  }
  .BlindBoxOfLucky .luckyAll::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(45%, rgb(10, 10, 44)), to(rgba(10, 10, 44, 0)));
    background: linear-gradient(to left, rgb(10, 10, 44) 45%, rgba(10, 10, 44, 0) 100%);
  }
  .BlindBoxOfLucky .luckyAll .msi__container {
    margin: 3% auto 0;
  }
  .BlindBoxOfLucky .luckyAll__imgBox {
    width: 40%;
  }
}

.is-draggable .fancybox__content {
  position: relative;
  width: 90%;
  background: transparent;
  border: 3px solid #6cc5c6;
  border-radius: 30px;
  margin: auto;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/popup-bg.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  .is-draggable .fancybox__content {
    width: 70%;
    padding: 3% 0;
  }
}
@media (min-width: 1930px) {
  .is-draggable .fancybox__content {
    width: 50%;
  }
}

.nice-block {
  color: white;
  background-color: #3e3e3e;
  margin: 0 auto;
  top: 40px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  text-align: center;
}

.animated-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  width: 40px;
  height: 20px;
  margin-top: 70px;
}

.fancybox__content > .f-button.is-close-btn {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/popup-close-icon.png) no-repeat;
  background-size: cover;
  top: 2% !important;
  right: 5% !important;
  width: 5.6vw;
  height: 5.6vw;
}
@media (min-width: 996px) {
  .fancybox__content > .f-button.is-close-btn {
    top: 4% !important;
    right: 2% !important;
    width: 2.6vw;
    height: 2.6vw;
  }
}
@media (min-width: 1930px) {
  .fancybox__content > .f-button.is-close-btn {
    width: 1.8vw;
    height: 1.8vw;
  }
}

.fancybox__content > .f-button.is-close-btn:focus-visible {
  outline: none;
}

.fancybox__content > .f-button.is-close-btn:hover {
  -webkit-filter: drop-shadow(0 0 3px #fff);
          filter: drop-shadow(0 0 3px #fff);
}

.is-close-btn svg {
  display: none;
}

.fancybox__nav .is-prev {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/figure-arrow-prev.png) no-repeat;
  background-size: contain;
  width: 7vw;
  height: 17vw;
  border-radius: 0;
  left: 2% !important;
}
@media (min-width: 996px) {
  .fancybox__nav .is-prev {
    width: 7.5vw;
    height: 7.5vw;
    left: 14% !important;
  }
}
@media (min-width: 1600px) {
  .fancybox__nav .is-prev {
    width: 5.5vw;
    height: 5.5vw;
  }
}
@media (min-width: 1930px) {
  .fancybox__nav .is-prev {
    width: 5.2vw;
    height: 3.5vw;
    left: 24.4% !important;
  }
}

.fancybox__nav .is-next {
  background: url(https://storage-asset.msi.com/event/2024/GNP/lucky-around-the-world-blind-box-of-lucky/images/figure-arrow-next.png) no-repeat;
  background-size: contain;
  width: 7vw;
  height: 17vw;
  border-radius: 0;
  right: 5.5vw !important;
}
@media (min-width: 768px) {
  .fancybox__nav .is-next {
    right: 3.5vw !important;
  }
}
@media (min-width: 996px) {
  .fancybox__nav .is-next {
    width: 7.5vw;
    height: 7.5vw;
    right: 10.6% !important;
  }
}
@media (min-width: 1300px) {
  .fancybox__nav .is-next {
    right: 10.2% !important;
  }
}
@media (min-width: 1600px) {
  .fancybox__nav .is-next {
    width: 5.5vw;
    height: 5.5vw;
    right: 11.6% !important;
  }
}
@media (min-width: 1930px) {
  .fancybox__nav .is-next {
    width: 5.2vw;
    height: 3.5vw;
    right: 20.6% !important;
  }
}
@media (min-width: 2267px) {
  .fancybox__nav .is-next {
    right: 21.1% !important;
  }
}
@media (min-width: 3000px) {
  .fancybox__nav .is-next {
    right: 20.6% !important;
  }
}

.fancybox__nav .f-button {
  -webkit-filter: drop-shadow(0 0 3px #fff);
          filter: drop-shadow(0 0 3px #fff);
}

.f-button:hover:not([disabled]) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.is-idle .fancybox__nav {
  -webkit-animation: none;
          animation: none;
}

.fancybox__nav button svg {
  display: none;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0 !important;
}

.fancybox__footer {
  display: none;
}

.f-button {
  border-radius: 0 !important;
}/*# sourceMappingURL=main.css.map */