@charset "UTF-8";

.common__subtitle {
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center;
  color: #830202;
  margin: 15px 0;
}

.common__btns {
  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;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.common__btns a {
  cursor: pointer;
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: var(--text-lg);
  text-decoration: none;
  /* border: 2px solid;
  border-image-source: linear-gradient(to right, #da49db 0%, #a1faf7 50%, #fd308d 100%);
  border-image-slice: 1; */
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  width: 80%;
  background-image: linear-gradient(120deg, #bf4a03 0%, #830202 100%);
  margin: 1% auto;
}

.common__btns a:hover {
  background-image: linear-gradient(120deg, #830202 0%, #bf4a03 100%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 996px) {
  .common__btns a {
    margin: 0 10px;
  }
}
.shopbtn {
  text-align: center;
}

.shopbtn a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-size: var(--title-lg);
  z-index: 2;
  border-radius: 5px;
  background: #f00;
  padding: 5px 15px;
  display: inline-block;
  margin: 3% auto;
}

.shopbtn a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: url(https://asset-account.msi.com/rewards/images/light.png)
    no-repeat center;
  background-size: 200%;
  left: 0;
  mix-blend-mode: lighten;
}

.shopbtn a:hover::after {
  -webkit-animation: bglight 2s;
  animation: bglight 2s;
}

@-webkit-keyframes bglight {
  0% {
    background-position: 40% 100%;
  }

  50% {
    background-position: 170% 100%;
  }

  100% {
    background-position: 200% 100%;
  }
}

@keyframes bglight {
  0% {
    background-position: 40% 100%;
  }

  50% {
    background-position: 170% 100%;
  }

  100% {
    background-position: 200% 100%;
  }
}

.redeem {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
  background-color: #e3dbbc;
}

.redeem::after {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  right: 0;
  /* background: #d6d2c1; */
  background: url("https://storage-asset.msi.com/event/2025/SG/brighter-with-lux-2025/images/snow-bg-top.png")
    no-repeat;
  background-size: 100%;
  opacity: 0.85;
}

@media (min-width: 1300px) {
  .redeem {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.redeem__flower {
  position: absolute;
  right: 3%;
  top: 15%;
}

@media (min-width: 1300px) {
  .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 996px) {
  .redeem a {
    width: calc(40% - 20px);
  }
}

.redeem__block {
  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;
  padding: 5% 0;
  text-align: center;
  /* border: 2px solid #66a3fa; */
  /* 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, #000000, #000000), linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%); */
  padding: 5% 0 2%;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background: #830202; */
  margin: 3% auto 0;
}

@media (min-width: 996px) {
  .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.redeem__block-item {
  width: calc(80% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  text-align: center;
  /* border-bottom: 1px solid #ffffff; */
  padding: 1% 0;
}

@media (min-width: 996px) {
  .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    /* border-right: 1px solid #ffffff; */
    border-bottom: 0;
  }
}

.redeem__block-item img {
  width: 50%;
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  .redeem__block-item img {
    width: 60%;
  }
}

.redeem__block-item:nth-last-of-type(1) {
  border: 0;
}

.redeem__block-item h4 {
  color: #830202;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}

.redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #313131;
}

.shop {
  padding-bottom: 5%;
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 2% 0 5%;
}

.wtbw_selector {
  color: #ccc;
}

.wtbt_extend button {
  background: #fff;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #fff;
}

.wtbt_extend button:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}
.wtbitem_logo {
  width: auto !important;
  margin: auto;
}
/*# sourceMappingURL=main.css.map */
