@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes kvLight {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kvLight {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes btnLight {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 0px rgba(255, 147, 255, 0.3));
            filter: drop-shadow(0 0 0px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 0px rgba(255, 147, 255, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
  }
}
@keyframes btnLight {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 0px rgba(255, 147, 255, 0.3));
            filter: drop-shadow(0 0 0px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 0px rgba(255, 147, 255, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
  }
}
.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);
}

.topontop {
  overflow: hidden;
  font-family: "raleway", sans-serif;
  font-style: normal;
}
.topontop .toTopWrap {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 50;
}
.topontop .toTopWrap .topIcon {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topontop .toTopWrap .topIcon__itembox {
  position: relative;
  -webkit-animation: topIcon 1.5s infinite;
          animation: topIcon 1.5s infinite;
  width: 100px;
  height: 100px;
  border-radius: 999em;
  background: linear-gradient(45deg, #fb00ff, #0b07fe);
}
.topontop .toTopWrap .topIcon__itembox:hover {
  -webkit-animation: none;
          animation: none;
}
.topontop .toTopWrap .topIcon__itembox p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.topontop .toTopWrap .totop {
  margin: 10% auto 0;
  text-align: center;
  cursor: pointer;
}
.topontop .toTopWrap .totop p {
  color: #ffffff;
  background: linear-gradient(45deg, #fb00ff, #0b07fe);
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 999em;
  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;
  font-weight: bold;
}
.topontop .toTopWrap__arrow {
  width: 50px;
  height: 50px;
  margin: auto;
  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;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topontop .toTopWrap__arrow-chevron {
  position: absolute;
  width: 25px;
  height: 10px;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
  opacity: 0;
  top: 0;
}
.topontop .toTopWrap__arrow-chevron:first-of-type {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
.topontop .toTopWrap__arrow-chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
.topontop .toTopWrap__arrow-chevron::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
.topontop .toTopWrap__arrow-chevron::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
.topontop .toTopWrap__arrow-chevron::before, .topontop .toTopWrap__arrow-chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.topontop .toTopWrap__arrow-chevron:nth-of-type(1)::before, .topontop .toTopWrap__arrow-chevron:nth-of-type(1)::after {
  content: " ";
  background: #8c00ff;
  background: #033eff;
}
.topontop .toTopWrap__arrow-chevron:nth-of-type(2)::before, .topontop .toTopWrap__arrow-chevron:nth-of-type(2)::after {
  content: " ";
  background: #033eff;
}
.topontop .toTopWrap__arrow-chevron:nth-of-type(3)::before, .topontop .toTopWrap__arrow-chevron:nth-of-type(3)::after {
  content: " ";
  background: #fb00ff;
  background: #033eff;
}
.topontop .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 5%;
}
.topontop .commonTitleBox h2 {
  background: linear-gradient(45deg, #00c2ff, #fb00ff, #0b07fe);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 36px;
  display: inline-block;
  font-weight: 400;
}
.topontop .commonTitleBox p {
  color: #d6d6d6;
  font-size: 17px;
  margin: 3% auto;
  font-weight: bold;
}
@media (min-width: 499px) {
  .topontop .commonTitleBox h2 {
    font-size: 45px;
  }
  .topontop .commonTitleBox p {
    color: #d6d6d6;
    font-size: 20px;
  }
}
@media (min-width: 996px) {
  .topontop .commonTitleBox {
    width: 70%;
  }
  .topontop .commonTitleBox h2 {
    font-size: 55px;
  }
}
.topontop img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.topontop a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topontop .kv {
  position: relative;
  overflow: hidden;
}
.topontop .kv__mainBox {
  position: relative;
}
.topontop .kv__textBox {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 90%;
  margin: auto;
  text-align: center;
  font-weight: 400;
}
.topontop .kv-pd-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/kv-pd.png) no-repeat;
          mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/kv-pd.png) no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.topontop .kv-pd-mask::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 20%;
  height: 100%;
  -webkit-animation: 4s kvLight infinite linear;
          animation: 4s kvLight infinite linear;
}
.topontop .kv__pdBox {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.topontop .kv h1 {
  color: #ffffff;
  font-size: 14vw;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-shadow: rgb(168, 48, 0) 3px 3px 5px, rgb(255, 115, 3) 3px 3px 5px, rgba(255, 115, 3, 0.3) 3px 3px 10px, rgba(119, 54, 0, 0.3) 5px 5px 50px;
}
.topontop .kv h2 {
  color: #ffffff;
  font-size: 7.5vw;
  text-shadow: rgb(168, 48, 0) 3px 3px 5px, rgb(255, 115, 3) 3px 3px 5px, rgba(255, 115, 3, 0.3) 3px 3px 10px, rgba(119, 54, 0, 0.3) 5px 5px 50px;
}
.topontop .kv-logo {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 35vw;
}
.topontop .kv__light {
  display: none;
}
@media (min-width: 996px) {
  .topontop .kv__textBox {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 7%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 45%;
    margin: auto;
    text-align: center;
    font-weight: 400;
  }
  .topontop .kv h1 {
    color: #ffffff;
    font-size: 7vw;
  }
  .topontop .kv h2 {
    color: #ffffff;
    font-size: 3.5vw;
  }
  .topontop .kv__pdBox {
    position: absolute;
    right: 6.5%;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 8%;
    width: 47vw;
  }
  .topontop .kv-logo {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 18vw;
  }
  .topontop .kv__light {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.topontop .intro {
  margin: 5% auto 0;
}
.topontop .intro__textBox {
  text-align: center;
  width: 85%;
  margin: auto;
}
.topontop .intro__textBox p {
  font-size: 4.5vw;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(45deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 996px) {
  .topontop .intro {
    margin: 0;
  }
  .topontop .intro p {
    font-size: 1.6vw;
  }
}
@media (min-width: 1930px) {
  .topontop .intro p {
    font-size: 1vw;
  }
}
.topontop .combo {
  position: relative;
  padding: 5% 0;
}
.topontop .combo .msi__container {
  position: relative;
  z-index: 1;
}
.topontop .combo-badge {
  width: 60%;
  margin: 5% auto;
}
.topontop .combo__wrapBox--1 .combo__itemBox {
  border: 5px solid #ea2129;
}
.topontop .combo__wrapBox--1 .combo__itemBox::after {
  background: #ea2129;
}
.topontop .combo__wrapBox--2 .combo__itemBox {
  border: 5px solid #0ea4e7;
}
.topontop .combo__wrapBox--2 .combo__itemBox::after {
  background: #0ea4e7;
}
.topontop .combo__wrapBox--3 .combo__itemBox {
  border: 5px solid #939292;
}
.topontop .combo__wrapBox--3 .combo__itemBox::after {
  background: #939292;
}
.topontop .combo__itemBox {
  border: 2px solid;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 3%;
  width: 90%;
  margin: auto;
  background-image: linear-gradient(70deg, #f7f7f7 0%, #eef1f5 100%);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.topontop .combo__itemBox::after {
  content: "";
  position: absolute;
  right: -70%;
  bottom: -170%;
  width: 240%;
  height: 200%;
  background: #222121;
  border-radius: 100%;
}
.topontop .combo h3 {
  text-align: center;
}
.topontop .combo__pdName {
  width: 90%;
  margin: auto;
}
.topontop .combo__pdName-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
}
.topontop .combo__pdCategory {
  width: 90%;
  margin: auto;
}
.topontop .combo__pdCategory-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
}
.topontop .combo__imgBox {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.topontop .combo__imgBox-pic {
  max-width: 250px;
  margin: auto;
}
.topontop .combo__imgBox-txt {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.topontop .combo-symbol {
  width: 10%;
  position: relative;
  text-align: center;
  margin: 0 auto 3%;
}
.topontop .combo-symbol::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #222121;
  border-radius: 100%;
}
.topontop .combo-symbol p {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .topontop .combo__wrapBox {
    margin: 5% auto;
  }
  .topontop .combo__wrapBox--1 {
    margin-top: 0;
  }
  .topontop .combo__wrapBox--3 {
    margin-bottom: 0;
  }
  .topontop .combo__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;
  }
  .topontop .combo-badge {
    width: 15%;
    margin: 0;
  }
  .topontop .combo__itemBox {
    border: 2px solid;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 1% 0 1% 3%;
    width: 82%;
    margin: 0;
  }
  .topontop .combo__itemBox::after {
    content: "";
    position: absolute;
    right: -49%;
    bottom: -114%;
    width: 80%;
    height: 200%;
    background: #222121;
    border-radius: 100%;
  }
  .topontop .combo__itemBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
  .topontop .combo__pdName {
    width: 30%;
    margin: 0;
  }
  .topontop .combo__pdName-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  .topontop .combo__pdCategory {
    width: 30%;
    margin: 0;
  }
  .topontop .combo__pdCategory-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  .topontop .combo__imgBox {
    width: 30%;
    margin: 0;
  }
  .topontop .combo__imgBox-pic {
    max-width: 250px;
    margin: auto;
  }
  .topontop .combo__imgBox-txt {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }
  .topontop .combo-symbol {
    width: 10%;
    position: relative;
    text-align: center;
    margin: 0;
  }
  .topontop .combo-symbol::after {
    content: "";
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #222121;
    border-radius: 100%;
  }
  .topontop .combo-symbol p {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 1;
  }
}
.topontop .btn {
  padding: 3% 0;
}
.topontop .btn__item {
  margin: 3%;
  position: relative;
  text-align: center;
}
.topontop .btn__item a {
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 80%;
  margin: auto;
  -webkit-animation: btnLight 2s infinite;
          animation: btnLight 2s infinite;
}
.topontop .btn__item a:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
          filter: drop-shadow(0 0 10px rgba(255, 147, 255, 0.3)) drop-shadow(0 0 10px rgba(255, 147, 255, 0.3));
  -webkit-animation: none;
          animation: none;
}
.topontop .btn__item a span {
  color: #ffffff;
  font-size: 4vw;
  padding: 20px 45px;
  display: block;
  background-color: #222121;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 29%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
          clip-path: polygon(0 0, 90% 0%, 100% 29%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
  border-bottom: 3px solid #f811af;
}
.topontop .btn__item a:hover span {
  color: #232222;
  font-size: 4vw;
  background-color: #fff;
}
@media (min-width: 996px) {
  .topontop .btn__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;
  }
  .topontop .btn__item {
    margin: 0 3%;
  }
  .topontop .btn__item a {
    width: auto;
    margin: 0;
  }
  .topontop .btn__item a:hover span {
    color: #232222;
    font-size: 1.2vw;
  }
  .topontop .btn__item a span {
    color: #ffffff;
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .topontop .btn__item a:hover span {
    color: #232222;
    font-size: 0.8vw;
  }
  .topontop .btn__item a span {
    color: #ffffff;
    font-size: 0.8vw;
  }
}
.topontop .deals h2 {
  font-size: 7vw;
  text-align: center;
  padding: 5% 0 0;
  color: transparent;
  background-image: linear-gradient(45deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.topontop .deals p {
  color: #000000;
  font-size: 3.5vw;
  text-align: center;
  margin: 2% auto 3%;
  width: 80%;
}
.topontop .deals__imgBox {
  position: relative;
}
.topontop .deals__imgBox-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/images/deals-banner.jpg) no-repeat;
          mask: url(https://storage-asset.msi.com/event/2025/MY/top-on-the-top/images/deals-banner.jpg) no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.topontop .deals__imgBox-mask:hover::before {
  content: "";
  position: absolute;
  left: -30%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 30%;
  height: 100%;
  -webkit-animation: 2s kvLight 1 linear;
          animation: 2s kvLight 1 linear;
}
@media (min-width: 996px) {
  .topontop .deals h2 {
    font-size: 2.5vw;
  }
  .topontop .deals p {
    color: #000000;
    font-size: 1.2vw;
  }
  .topontop .deals__imgBox {
    width: 80%;
    margin: 0 auto 3%;
  }
}
@media (min-width: 1930px) {
  .topontop .deals h2 {
    font-size: 2vw;
  }
  .topontop .deals p {
    color: #000000;
    font-size: 1vw;
  }
}
.topontop .wtb {
  background: #222121;
}
.topontop .wtb h2 {
  color: #ffffff;
  font-size: 7vw;
  text-align: center;
  padding: 5% 0;
}
@media (min-width: 996px) {
  .topontop .wtb h2 {
    color: #ffffff;
    font-size: 2.5vw;
  }
}
@media (min-width: 1930px) {
  .topontop .wtb h2 {
    color: #ffffff;
    font-size: 2vw;
  }
}
.topontop .wtbitem_logo {
  width: auto !important;
  margin: auto !important;
}
.topontop .wtbw_selectorsbar label {
  color: #fff !important;
}
.topontop .wtbt_extend button {
  color: #fff !important;
}/*# sourceMappingURL=main.css.map */