@import url("https://use.typekit.net/jhu8zaf.css");
@-webkit-keyframes titleWave {
  0% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate(50px, 50px) scale(1.5);
            transform: rotate(-3deg) translate(50px, 50px) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
}
@keyframes titleWave {
  0% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate(50px, 50px) scale(1.5);
            transform: rotate(-3deg) translate(50px, 50px) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
}
@-webkit-keyframes titleWave1 {
  0% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) translate(50px, 30px) scale(1.2);
            transform: rotate(0) translate(50px, 30px) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
}
@keyframes titleWave1 {
  0% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) translate(50px, 30px) scale(1.2);
            transform: rotate(0) translate(50px, 30px) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 0) scale(1);
            transform: rotate(0) translate(0, 0) scale(1);
  }
}
.MYProspect700R img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.MYProspect700R a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.MYProspect700R .tcNote {
  color: #fff;
  padding: 3% 0;
  text-align: center;
}
.MYProspect700R h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
  text-indent: -9999px;
}
@media (min-width: 996px) {
  .MYProspect700R .tcNote {
    text-align: left;
  }
}
.MYProspect700R .mainWrap {
  position: relative;
  width: 100%;
  background: #131a6f;
}
.MYProspect700R .common__subtitle {
  color: #ffffff;
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center;
  margin: 3% auto;
  max-width: 1280px;
}
.MYProspect700R .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;
}
.MYProspect700R .common__btns a {
  border-radius: 10px;
  display: block;
  color: #000000;
  cursor: pointer;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #ff0000;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  font-size: var(--text-lg);
  text-decoration: none;
  font-weight: bold;
}
.MYProspect700R .common__btns a:hover {
  color: #4f4bfc;
}
@media (min-width: 996px) {
  .MYProspect700R .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.MYProspect700R .kv {
  position: relative;
  background: #d1eafa;
  overflow: hidden;
}
.MYProspect700R .kv__title {
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
  width: 70%;
  height: 20%;
  -webkit-mask: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/kv__title.png) center no-repeat;
          mask: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/kv__title.png) center no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.MYProspect700R .kv__title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/title-pattern.jpg) no-repeat;
  background-size: cover;
}
.MYProspect700R .kv__date {
  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;
  position: absolute;
  top: 23%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  width: 50%;
}
.MYProspect700R .kv__date img {
  width: 2.2vw;
  height: auto;
}
.MYProspect700R .kv__bg {
  position: relative;
  background: #d1eafa;
}
.MYProspect700R .kv__bg::before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(209, 234, 250)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgb(209, 234, 250) 10%, rgba(125, 185, 232, 0) 100%);
  width: 50%;
  height: 100%;
  z-index: 3;
}
.MYProspect700R .kv__bg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgb(209, 234, 250)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to left, rgb(209, 234, 250) 10%, rgba(125, 185, 232, 0) 100%);
  width: 50%;
  height: 100%;
  z-index: 3;
}
.MYProspect700R .kv__bg--1 {
  width: 100%;
  margin: auto;
}
.MYProspect700R .kv__bg--2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  margin: auto;
}
.MYProspect700R .kv__bg--3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  width: 100%;
  margin: auto;
}
.MYProspect700R .kv__bg--4 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  width: 100%;
  margin: auto;
  margin-top: 4%;
}
.MYProspect700R .kv__note {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}
.MYProspect700R .kv__note p {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 576px) {
  .MYProspect700R .kv__date {
    font-size: 2.8vw;
    width: 32%;
    top: 23%;
  }
  .MYProspect700R .kv__date img {
    width: 1.6vw;
    padding-top: 5px;
  }
  .MYProspect700R .kv__note p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .MYProspect700R .kv {
    position: relative;
    background: #d1eafa;
    overflow: hidden;
  }
  .MYProspect700R .kv__title {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 5;
    width: 70%;
    height: 20%;
    -webkit-mask: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/kv__title.png) center no-repeat;
            mask: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/kv__title.png) center no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  .MYProspect700R .kv__title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/title-pattern.jpg) no-repeat;
    background-size: cover;
    -webkit-animation: titleWave1 5s infinite linear;
            animation: titleWave1 5s infinite linear;
  }
  .MYProspect700R .kv__date {
    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;
    position: absolute;
    top: 23%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 5;
    font-size: 2.2vw;
    font-weight: bold;
    color: #000;
    width: 26%;
  }
  .MYProspect700R .kv__date img {
    width: 1.3vw;
  }
  .MYProspect700R .kv__bg {
    position: relative;
    background: #d1eafa;
  }
  .MYProspect700R .kv__bg::before {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(209, 234, 250)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgb(209, 234, 250) 10%, rgba(125, 185, 232, 0) 100%);
    width: 50%;
    height: 100%;
    z-index: 3;
  }
  .MYProspect700R .kv__bg::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgb(209, 234, 250)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to left, rgb(209, 234, 250) 10%, rgba(125, 185, 232, 0) 100%);
    width: 50%;
    height: 100%;
    z-index: 3;
  }
  .MYProspect700R .kv__bg--1 {
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__bg--2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__bg--3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__bg--4 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 10;
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__note {
    width: 100%;
    position: absolute;
    left: 5%;
    bottom: 5%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 5;
  }
  .MYProspect700R .kv__note p {
    text-align: left;
    font-size: 16px;
  }
}
@media (min-width: 996px) {
  .MYProspect700R .kv {
    position: relative;
    background: #d1eafa;
    overflow: hidden;
  }
  .MYProspect700R .kv__title {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 5;
    width: 70%;
    height: 20%;
    -webkit-mask: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/kv__title.png) center no-repeat;
            mask: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/kv__title.png) center no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  .MYProspect700R .kv__title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(https://storage-asset.msi.com/event/2024/MY/prospect-700R-promotion/images/title-pattern.jpg) no-repeat;
    background-size: cover;
    -webkit-animation: titleWave 5s infinite linear;
            animation: titleWave 5s infinite linear;
  }
  .MYProspect700R .kv__date {
    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;
    position: absolute;
    top: 23%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 5;
    font-size: 1.6vw;
    font-weight: bold;
    color: #000;
    width: 22%;
  }
  .MYProspect700R .kv__date img {
    width: 1.3vw;
  }
  .MYProspect700R .kv__bg {
    position: relative;
    background: #d1eafa;
  }
  .MYProspect700R .kv__bg::before {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(209, 234, 250)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgb(209, 234, 250) 10%, rgba(125, 185, 232, 0) 100%);
    width: 50%;
    height: 100%;
    z-index: 3;
  }
  .MYProspect700R .kv__bg::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgb(209, 234, 250)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to left, rgb(209, 234, 250) 10%, rgba(125, 185, 232, 0) 100%);
    width: 50%;
    height: 100%;
    z-index: 3;
  }
  .MYProspect700R .kv__bg--1 {
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__bg--2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__bg--3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__bg--4 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 10;
    width: 100%;
    margin: auto;
  }
  .MYProspect700R .kv__note {
    width: 100%;
    position: absolute;
    left: 5%;
    bottom: 5%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 5;
  }
  .MYProspect700R .kv__note p {
    text-align: left;
    font-size: 16px;
  }
}
@media (min-width: 1930px) {
  .MYProspect700R .kv__subtitle {
    width: 70%;
    max-width: 100%;
  }
}
.MYProspect700R .pd {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(165, 65, 255)), to(rgb(63, 187, 254)));
  background: linear-gradient(to right, rgb(165, 65, 255) 1%, rgb(63, 187, 254) 100%);
}
.MYProspect700R .pd__title {
  width: 85%;
  max-width: 1280px;
  text-align: center;
  line-height: 1;
  margin: auto;
  padding: 1% 0;
}
.MYProspect700R .pd__title h2 {
  background-color: #52f8ff;
  background-image: linear-gradient(299deg, #52f8ff 25%, #FFE32C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 18px;
}
.MYProspect700R .pd__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;
  width: 70%;
}
.MYProspect700R .pd__txt {
  text-align: center;
  padding: 0 0 1%;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 576px) {
  .MYProspect700R .pd__title h2 {
    font-size: 3.8vw;
  }
  .MYProspect700R .pd__txt {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .MYProspect700R .pd__title h2 {
    font-size: 32px;
  }
}
@media (min-width: 996px) {
  .MYProspect700R .pd__flexbox {
    width: 40%;
  }
  .MYProspect700R .pd__title h2 {
    font-size: 32px;
  }
}
.MYProspect700R .redeem-txt {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 248, 248, 0)), color-stop(34%, rgb(255, 0, 0)), color-stop(77%, rgb(255, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 248, 0) 1%, rgb(255, 0, 0) 34%, rgb(255, 0, 0) 77%, rgba(255, 255, 255, 0) 100%);
  margin: 3% auto;
}
.MYProspect700R .redeem-txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px 5%;
}
@media (min-width: 996px) {
  .MYProspect700R .redeem-txt p {
    font-size: 20px;
    padding: 5px 20%;
  }
}
.MYProspect700R .pdbox__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3%;
  background: #fff;
}
.MYProspect700R .pdbox__itembox h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.MYProspect700R .pdbox__itembox h4 {
  font-weight: bold;
  font-size: 20px;
}
.MYProspect700R .pdbox__itembox-flex {
  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;
  margin: 3% auto;
}
.MYProspect700R .pdbox__itembox-flex figure {
  width: 35%;
}
.MYProspect700R .pdbox__itembox-list {
  width: 60%;
}
.MYProspect700R .pdbox__itembox-list li {
  font-size: 16px;
  list-style-type: disc;
}
.MYProspect700R .pdbox__itembox .addIcon img {
  width: 8%;
  text-align: center;
  margin: auto;
}
.MYProspect700R .pdbox__itembox:nth-of-type(1) {
  border-bottom: 2px solid #ccc;
  padding-bottom: 8%;
}
.MYProspect700R .pdbox__itembox:nth-of-type(2) {
  padding-top: 8%;
}
.MYProspect700R .pdbox__imgbox {
  width: 70%;
  margin: auto;
}
.MYProspect700R .pdbox__imgbox h4 {
  text-align: center;
}
@media (min-width: 996px) {
  .MYProspect700R .pdbox__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .MYProspect700R .pdbox__itembox h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
  }
  .MYProspect700R .pdbox__itembox h4 {
    font-weight: bold;
    font-size: 20px;
  }
  .MYProspect700R .pdbox__itembox-flex {
    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;
    margin: 3% auto;
  }
  .MYProspect700R .pdbox__itembox-flex figure {
    width: 35%;
  }
  .MYProspect700R .pdbox__itembox-list {
    width: 60%;
  }
  .MYProspect700R .pdbox__itembox-list li {
    font-size: 16px;
    list-style-type: disc;
  }
  .MYProspect700R .pdbox__itembox .addIcon img {
    width: 8%;
    text-align: center;
    margin: auto;
  }
  .MYProspect700R .pdbox__itembox:nth-of-type(1) {
    border-right: 2px solid #ccc;
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 2%;
  }
  .MYProspect700R .pdbox__itembox:nth-of-type(2) {
    padding-top: 0;
    padding-left: 2%;
  }
  .MYProspect700R .pdbox__imgbox {
    width: 70%;
    margin: auto;
  }
  .MYProspect700R .pdbox__imgbox h4 {
    text-align: center;
  }
}
.MYProspect700R .redeem {
  padding-top: 3vh;
  padding-bottom: 3vh;
  position: relative;
  background: #131a6f;
}
.MYProspect700R .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5% 0;
  text-align: center;
}
.MYProspect700R .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;
}
.MYProspect700R .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}
.MYProspect700R .redeem__block-item h4 {
  color: #97daff;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}
.MYProspect700R .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}
.MYProspect700R .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}
@media (min-width: 576px) {
  .MYProspect700R .redeem {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
@media (min-width: 996px) {
  .MYProspect700R .redeem a {
    width: calc(40% - 20px);
  }
  .MYProspect700R .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .MYProspect700R .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #ffffff;
    border-bottom: 0;
  }
  .MYProspect700R .redeem__block-item img {
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .MYProspect700R .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.MYProspect700R .shop img {
  width: auto;
  text-align: center;
  margin: auto;
}
.MYProspect700R .shop .wtbt_extend button {
  color: #fff;
}
.MYProspect700R .shop label {
  color: #fff;
}
.MYProspect700R .wtbw_selectorsbar {
  display: none;
}/*# sourceMappingURL=main.css.map */