body {
  margin: 0;
  padding: 0;
}

#TimeToBoost {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-family: "DINCondMediumRegular", "DINPro", "Helvetica", "Arial", sans-serif;
  overflow-x: hidden;
}

#TimeToBoost a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  display: inline-block;
}

#TimeToBoost p {
  font-size: 2rem;
  line-height: 1.5;
}

#TimeToBoost p.sizeLarge {
  font-size: 2.5rem;
}

#TimeToBoost p.sizeSmall {
  font-size: 1.5rem;
}

#TimeToBoost strong {
  color: #e83d36;
  font-size: 2.2rem;
}

#TimeToBoost img {
  width: 100%;
  max-width: 100%;
}

#TimeToBoost h1 {
  font-family: "DINCondMediumRegular", "DINPro", "Helvetica", "Arial", sans-serif;
  font-size: 5rem;
}

#TimeToBoost h2 {
  color: #07dffd;
  font-size: 4rem;
  text-transform: uppercase;
}

#TimeToBoost h2.title {
  position: relative;
  display: inline-block;
  padding: 0 10%;
  line-height: 3;
  margin-bottom: 3%;
}

#TimeToBoost h2.title::before {
  position: absolute;
  top: 0px;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/h2-after.png) no-repeat left;
  content: "";
  height: 32px;
  width: 100%;
  left: 0;
  background-size: contain;
  -webkit-animation: bgmove 2s;
          animation: bgmove 2s;
}

#TimeToBoost h2.title::after {
  position: absolute;
  bottom: 0px;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/h2-before.png) no-repeat bottom right;
  content: "";
  height: 32px;
  width: 100%;
  right: 0;
  background-size: cover;
}

#TimeToBoost h3 {
  color: #e83d36;
  font-size: 2.6rem;
  padding: 15px 0;
}

#TimeToBoost .topbar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  color: #a0caf4;
  text-align: center;
}

#TimeToBoost .commonwrap {
  width: 85%;
  max-width: 2200px;
  margin: 0 auto;
}

#TimeToBoost .commonflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#TimeToBoost .commonflex.flexCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#TimeToBoost .commonflex.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#TimeToBoost .kv {
  position: relative;
}

#TimeToBoost .kv__wrap {
  width: 65%;
  max-width: 2200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#TimeToBoost .kv__intel {
  position: absolute;
  width: 20%;
  max-width: 200px;
  right: 5%;
  top: 2%;
  z-index: 10;
}

#TimeToBoost .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#TimeToBoost .kv__info {
  position: absolute;
  z-index: 10;
}

#TimeToBoost .kv__info--slogan {
  width: 60%;
  max-width: 1550px;
  margin-bottom: -33%;
}

#TimeToBoost .kv__info--slogan img {
  mix-blend-mode: hard-light;
}

#TimeToBoost .kv__info--product {
  width: 60%;
}

#TimeToBoost .kv__info--prize {
  width: 10%;
  text-align: center;
  margin-bottom: 3%;
}

#TimeToBoost .kv__info--prize p {
  border-radius: 30px;
  border: 3px solid #07dffd;
  color: #ff7800;
  text-transform: uppercase;
  text-shadow: 0 0 25px #e83d36, 0 0 10px #e83d36, 0 0 10px #e83d36;
  -webkit-box-shadow: 0 0 15px #07dffd, inset 0 0 10px #07dffd;
          box-shadow: 0 0 15px #07dffd, inset 0 0 10px #07dffd;
  display: block;
  padding: 5px 8px;
  font-size: 2rem;
  line-height: 1;
}

#TimeToBoost .kv__info--prize span {
  color: #fff;
}

#TimeToBoost .kv__info--gift {
  width: 30%;
  max-width: 550px;
}

#TimeToBoost .kv__light {
  position: absolute;
  -webkit-animation: light 0.1s infinite;
          animation: light 0.1s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  mix-blend-mode: color-dodge;
  z-index: 1;
}

#TimeToBoost .kv__btn {
  text-align: center;
  margin: 0 auto;
  width: 18%;
  padding-bottom: 25px;
}

#TimeToBoost .kv__btn a {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 30px;
  border: 3px solid #c164f7;
  color: #fff;
  text-shadow: 0 0 25px #850097,0 0 15px #850097,0 0 10px #c164f7,0 0 10px #c164f7,0 0 20px #c164f7,0 0 10px #c164f7;
  -webkit-box-shadow: 0 0 15px #c164f7,inset 0 0 10px #c164f7;
          box-shadow: 0 0 15px #c164f7,inset 0 0 10px #c164f7;
  display: block;
  padding: 5px 8px;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/btn-light-p.png);
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  -webkit-animation: btnlight 1s infinite;
          animation: btnlight 1s infinite;
  background-position: 0% 40%;
  background-size: 100%;
}

#TimeToBoost .kv__btn a:hover {
  background-position: 0% -600%;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  -webkit-animation: none;
          animation: none;
}

#TimeToBoost .tabwtb {
  width: 100%;
  position: relative;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(8, 82, 149, 0.1);
}

#TimeToBoost .tabwtb::before {
  position: absolute;
  top: -7px;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/line.png) no-repeat;
  content: "";
  height: 32px;
  width: 100%;
  background-size: 100%;
}

#TimeToBoost .tabwtb::after {
  position: absolute;
  bottom: -19px;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/line.png) no-repeat;
  content: "";
  height: 32px;
  width: 100%;
  background-size: 100%;
}

#TimeToBoost .tabwtb a {
  line-height: normal;
}

#TimeToBoost .tabwtb__btn {
  position: relative;
  outline: 0;
  border: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #d3c6ff;
  text-align: center;
  padding: 1.5% 0;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: ease-out 2s;
  transition: ease-out 2s;
}

#TimeToBoost .tabwtb__btn:hover {
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/btn-light.png) no-repeat top center;
  background-size: 100%;
  -webkit-transition: ease-out 2s;
  transition: ease-out 2s;
  -webkit-animation: btnlight 1s;
          animation: btnlight 1s;
}

@-webkit-keyframes light {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes light {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.9;
  }
}

@-webkit-keyframes btnlight {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.6;
  }
  10% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes btnlight {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.6;
  }
  10% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#TimeToBoost .subbg {
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/bg.jpg) no-repeat top;
  background-size: 100%;
  text-align: center;
  padding-bottom: 7%;
}

#TimeToBoost .subbg .boostup {
  padding: 3% 0;
}

#TimeToBoost .subbg .redeem {
  padding: 5% 0 7%;
}

#TimeToBoost .subbg .redeem__flex {
  padding: 3% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 auto;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#TimeToBoost .subbg .redeem__flex--stepbox {
  width: 20%;
  text-align: center;
}

#TimeToBoost .subbg .redeem__flex--arrowbox {
  width: 100px;
}

#TimeToBoost .subbg .redeem__flex .fa-x {
  text-shadow: 0 0 5px rgba(166, 43, 236, 0.1), 0 0 16px rgba(166, 43, 236, 0.5), 0 0 7px rgba(166, 43, 236, 0.3);
  padding: 1.5% 0px !important;
  color: #5a007d;
  font-size: 2.2em;
}

#TimeToBoost .subbg .redeem__flex p {
  color: #c164f7;
}

#TimeToBoost .subbg .redeem__icon {
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

#TimeToBoost .subbg .redeem__icon:hover svg {
  -webkit-animation: infinite-rotate 1s infinite linear;
          animation: infinite-rotate 1s infinite linear;
}

@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#TimeToBoost .subbg .redeem__icon svg {
  stroke-width: 8px;
  stroke: url(#myGradient);
  stroke-opacity: 0.8;
  fill-opacity: .1;
  width: 100%;
  height: 100%;
}

#TimeToBoost .subbg .redeem__icon svg:hover {
  -webkit-animation: infinite-rotate 1s infinite linear;
          animation: infinite-rotate 1s infinite linear;
}

#TimeToBoost .subbg .redeem__icon .circle-bg {
  stroke-opacity: 0.5;
  fill-opacity: 0.5;
  -webkit-filter: url(#Gaussian_Blur);
  filter: url(#Gaussian_Blur);
}

#TimeToBoost .subbg .redeem__icon--txt {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 28%;
  left: 0;
  font-size: 1.3em;
  text-transform: uppercase;
}

#TimeToBoost .subbg .redeem__icon--txt i {
  font-size: 5rem;
  text-shadow: 0 0 5px #272226, 0 0 15px #d72cb8, 0 0 15px #d72cb8, 0 0 25px #d72cb8, 0 0 35px #d72cb8;
}

#TimeToBoost .subbg .prize .reward {
  padding-bottom: 5%;
}

#TimeToBoost .subbg .prize .reward__gift {
  position: relative;
  width: 40%;
  max-width: 600px;
  margin: 0 auto;
}

#TimeToBoost .subbg .prize .reward__saleTxt {
  position: absolute;
  font-size: 1.5rem;
  left: 42%;
  top: 28%;
  line-height: 1;
  z-index: 10;
  text-shadow: 5px 5px 2px #5e0000,5px 5px 2px #5e0000,5px 5px 2px #5e0000;
}

#TimeToBoost .subbg .prize .reward__saleTxt strong {
  font-size: 10rem;
  color: #fff;
  display: block;
}

#TimeToBoost .subbg .prize .reward__lucky {
  position: absolute;
  bottom: 9%;
  left: 40%;
  z-index: 10;
}

#TimeToBoost .subbg .prize .reward__lucky--Txt {
  background: -webkit-gradient(linear, left top, right top, from(#03a9f4), to(#5b2efe));
  background: linear-gradient(to right, #03a9f4, #5b2efe);
  -webkit-transform: skewX(-25deg) rotate(-2deg);
          transform: skewX(-25deg) rotate(-2deg);
  padding: 0px 35px;
}

#TimeToBoost .subbg .prize .reward__lucky--Txt p {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

#TimeToBoost .subbg .prize .reward__Form {
  width: 60%;
  padding-top: 20px;
}

#TimeToBoost .subbg .prize .product {
  padding: 2% 0 7%;
}

#TimeToBoost .subbg .prize .product__pdbox {
  width: 25%;
  padding-top: 2%;
}

#TimeToBoost .subbg .prize .product__pdbox .shapebox {
  position: relative;
}

#TimeToBoost .subbg .prize .product__pdbox .shapebox__img {
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/pd-line.png) no-repeat;
  background-size: 100%;
  max-width: 353px;
  margin: 0 auto;
}

#TimeToBoost .subbg .prize .product__pdbox .shapebox p {
  color: #fff;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: -webkit-gradient(linear, left top, right top, from(#ba59a6), to(#1c12a8));
  background: linear-gradient(to right, #ba59a6 0%, #1c12a8 100%);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  padding: 0px 35px;
  font-size: 2rem;
  padding: 15px 0;
}

#TimeToBoost .subbg .prize .product__pdbox .shapebox span {
  color: #999;
  display: block;
  font-size: 1.5rem;
}

#TimeToBoost .subbg .mntPic {
  position: relative;
  padding-bottom: 9%;
}

#TimeToBoost .subbg .mntPic__txt {
  position: absolute;
  padding: 0 3%;
  width: 50%;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
}

#TimeToBoost .subbg .mntPic__mobile {
  display: none;
}

#TimeToBoost .subbg #pd {
  padding: 3% 0 9%;
}

#TimeToBoost .subbg #pd .owl-nav button {
  position: absolute;
  top: calc(50% - 37px);
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  color: #c164f7;
  text-shadow: 0 0 15px #c164f7;
  font-size: 50px;
  padding: 20px;
  display: block;
  height: auto;
  outline: none;
}

#TimeToBoost .subbg #pd .owl-nav button:hover {
  text-shadow: none;
  outline: none;
}

#TimeToBoost .subbg #pd .owl-next {
  right: 0;
}

#TimeToBoost .subbg .eligible__navtab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #222 1px solid;
  margin-bottom: 4%;
}

#TimeToBoost .subbg .eligible__navtab ul i {
  display: block;
  font-size: 56px;
  margin-bottom: 15px;
}

#TimeToBoost .subbg .eligible__navtab ul li {
  text-align: center;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  color: #999;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  list-style: none;
  background-position: bottom;
  font-size: 1.5rem;
  text-transform: uppercase;
}

#TimeToBoost .subbg .eligible__navtab ul li.active {
  color: #fff;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/btn-light-p.png) no-repeat bottom center;
  background-size: 100%;
}

#TimeToBoost .subbg .eligible__navtab ul li:hover {
  color: #fff;
  background: url(https://storage-asset.msi.com/event/2021/cnd/Time-To-Boost/images/btn-light-p.png) no-repeat bottom center;
  background-size: 100%;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  -webkit-animation: btnlight 1s;
          animation: btnlight 1s;
}

#TimeToBoost .subbg .eligible__navtab ul li:hover::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 5px;
  bottom: -2px;
  left: 0;
}

#TimeToBoost .subbg .eligible__content .modelsbox {
  display: none;
}

#TimeToBoost .subbg .eligible__content .modelsbox--active {
  display: block;
  opacity: 1;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  position: relative;
}

#TimeToBoost .subbg .eligible__content .btnlink {
  cursor: default;
}

#TimeToBoost .subbg .eligible__content .btnlink:hover {
  background: none;
}

#TimeToBoost .subbg .eligible__content .listtb {
  border-color: #850097;
  margin: 0% auto 5%;
  width: 80%;
}

#TimeToBoost .subbg .eligible__content a:hover {
  background: rgba(193, 100, 247, 0.2);
}

#TimeToBoost .subbg .eligible__content .th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e0857), to(#400b47));
  background: linear-gradient(top, #4e0857 0, #400b47 100%);
  color: #c164f7;
  font-size: 2rem;
  border-color: #850097;
}

#TimeToBoost .subbg .eligible__content .td {
  border-color: #850097;
}

#TimeToBoost .btnlink {
  background: none;
  border: 2px solid #850097;
  cursor: pointer;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  display: inline-block;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 30px rgba(226, 59, 203, 0.5), 0 0 5px rgba(226, 59, 203, 0.5) inset;
          box-shadow: 0 0 30px rgba(226, 59, 203, 0.5), 0 0 5px rgba(226, 59, 203, 0.5) inset;
}

#TimeToBoost .btnlink:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #850097), to(#1711aa));
  background: linear-gradient(left, #850097 0, #1711aa 100%);
  z-index: 4;
}

#TimeToBoost .btnlink p {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  color: #fff;
  padding: 5px 25px;
}

#TimeToBoost .listtb {
  display: table;
  width: 100%;
  font-size: 16px;
  border-spacing: 0px;
  border: 1px solid #df4f21;
  border-radius: 5px;
}

#TimeToBoost .listtb .tr {
  display: table-row;
}

#TimeToBoost .listtb .tr:nth-child(odd) {
  background: rgba(51, 51, 51, 0.3);
}

#TimeToBoost .listtb .td {
  display: table-cell;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-right: 1px solid #df4f21;
}

#TimeToBoost .listtb .th {
  display: table-cell;
  background: #c92606;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-right: 1px solid #df4f21;
}

#TimeToBoost .popup-inner {
  font-family: "DINCondMediumRegular", "DINPro", "Helvetica", "Arial", sans-serif;
}

#TimeToBoost h5 {
  font-size: 18px;
  border-bottom: 1px #c164f7 solid;
  color: #c164f7;
  line-height: 35px;
  text-align: center;
}

#TimeToBoost .lower-alpha {
  list-style: lower-alpha;
}

#TimeToBoost .modal-header {
  border-bottom: 0px;
}

#TimeToBoost .modal-content .modal-body {
  font-size: 16px;
}

#TimeToBoost .modal-content .modal-body p {
  font-size: 16px;
}

#TimeToBoost .modal-content .modal-body p:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #850097), to(#1711aa));
  background: linear-gradient(left, #850097 0, #1711aa 100%);
}

#TimeToBoost .popup-inner {
  border-color: #c164f7;
}

#TimeToBoost .product-item {
  border: 1px solid #c164f7;
}

#TimeToBoost .product-item tr:nth-of-type(1) {
  color: #fff;
}

#TimeToBoost .product-item td {
  border-right: 1px solid #c164f7;
  border-bottom: 1px solid #c164f7;
}

#TimeToBoost .product-item td:nth-of-type(1) {
  color: #fff;
}

@media screen and (max-width: 1920px) {
  #TimeToBoost .subbg .prize .reward__saleTxt {
    top: 25%;
  }
  #TimeToBoost .subbg .prize .reward__saleTxt strong {
    font-size: 9rem;
  }
}

@media screen and (max-width: 1680px) {
  #TimeToBoost h2 {
    font-size: 3rem;
  }
  #TimeToBoost .commonwrap {
    width: 90%;
  }
  #TimeToBoost .kv__wrap {
    width: 70%;
  }
  #TimeToBoost .kv__info--prize {
    width: 15%;
    margin-bottom: 4%;
  }
  #TimeToBoost .kv__intel {
    z-index: 12;
    right: 5px;
    top: 5px;
  }
  #TimeToBoost .subbg .prize .reward__lucky {
    bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  #TimeToBoost p.sizeLarge {
    font-size: 2rem;
  }
  #TimeToBoost .commonwrap {
    width: 96%;
  }
  #TimeToBoost .subbg .prize .reward__saleTxt strong {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 960px) {
  #TimeToBoost h1 {
    font-size: 4rem;
  }
  #TimeToBoost h3 {
    font-size: 2.5rem;
  }
  #TimeToBoost h2.title {
    line-height: 1.5;
    padding: 25px 0;
  }
  #TimeToBoost .commonflex.mobile {
    display: contents;
  }
  #TimeToBoost .kv__wrap {
    width: 100%;
    position: relative;
    margin-top: -37%;
  }
  #TimeToBoost .kv__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TimeToBoost .kv__info {
    position: relative;
  }
  #TimeToBoost .kv__info--product {
    width: 80%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #TimeToBoost .kv__info--slogan {
    width: 90%;
    margin-bottom: -16%;
  }
  #TimeToBoost .kv__info--prize {
    width: 30%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #TimeToBoost .kv__info--gift {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #TimeToBoost .kv__btn {
    width: 45%;
  }
  #TimeToBoost .tabwtb__btn {
    padding-bottom: 3.2%;
  }
  #TimeToBoost .subbg .redeem__flex {
    display: contents;
  }
  #TimeToBoost .subbg .redeem__flex--stepbox {
    width: 100%;
  }
  #TimeToBoost .subbg .redeem__flex--arrowbox {
    width: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: center;
    font-size: 2rem;
  }
  #TimeToBoost .subbg .prize .reward__gift {
    margin: 0 auto;
    width: 60%;
  }
  #TimeToBoost .subbg .prize .reward__Form {
    display: none;
  }
  #TimeToBoost .subbg .prize .reward__saleTxt strong {
    font-size: 8rem;
  }
  #TimeToBoost .subbg .prize .product h2 {
    display: none;
  }
  #TimeToBoost .subbg .prize .product__pdbox {
    width: 50%;
  }
  #TimeToBoost .subbg .prize .product__pdbox .shapebox {
    margin: 0 auto;
  }
  #TimeToBoost .subbg .prize .product__pdbox .shapebox p {
    width: 96%;
  }
  #TimeToBoost .subbg .prize .product .commonflex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TimeToBoost .subbg .mntPic__mobile {
    display: block;
  }
  #TimeToBoost .subbg .mntPic__desktop {
    display: none;
  }
  #TimeToBoost .subbg .mntPic__txt {
    position: relative;
    padding: 3%;
    width: 100%;
    right: 0%;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    text-align: center;
  }
  #TimeToBoost .subbg .eligible__navtab ul {
    margin-left: -35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TimeToBoost .subbg .eligible__navtab ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
  #TimeToBoost .subbg .eligible__navtab ul i {
    font-size: 36px;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 8px;
  }
  #TimeToBoost .subbg .prize .product__pdbox {
    width: 100%;
  }
  #TimeToBoost .subbg .prize .reward__gift {
    width: 80%;
  }
  #TimeToBoost .subbg .eligible__content .listtb {
    width: 100%;
  }
  #TimeToBoost .subbg .eligible__content .listtb .td {
    padding: 8px 0;
    font-size: 1.8rem;
  }
  #TimeToBoost .subbg .eligible__navtab ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }
  #TimeToBoost .product-item td {
    font-size: 12px;
  }
  #TimeToBoost .popup-inner {
    width: 100%;
  }
  #TimeToBoost .modal-body {
    padding: 3px;
  }
}
/*# sourceMappingURL=main.css.map */