.project .redeem {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background: #000;
}
@media (min-width: 1300px) {
  .project .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.project .redeem__flower {
  position: absolute;
  right: 3%;
  top: 15%;
}
@media (min-width: 1300px) {
  .project .redeem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 996px) {
  .project .redeem a {
    width: calc(40% - 20px);
  }
}
.project .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: 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;
  justify-content: center;
  aligniems: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .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 #fee5aa;
  padding: 1% 0;
  -webkit-filter: hue-rotate(285deg);
          filter: hue-rotate(285deg);
}
@media (min-width: 996px) {
  .project .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #dc8b65;
    border-bottom: 0;
  }
}
.project .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .redeem__block-item img {
    width: 25%;
  }
}
.project .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}
.project .redeem__block-item h4 {
  color: #ffd065;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}
.project .redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}

.project .common__subtitle {
    font-weight: bold;
    font-size: var(--title-xl);
    text-transform: uppercase;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #da49db), color-stop(50%, #578bff), color-stop(70%, #e60b8d));
    background: linear-gradient(to right, #da49db 30%, #578bff 50%, #e60b8d 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 15px 0;
  }

.project .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) {
    .project .common__btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }

.project .common__btns a {
    cursor: pointer;
    margin: 0 10px;
    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;
    color: #fff;
    width: 80%;
  }
.project .common__btns a:hover {
    background: linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%);
    text-shadow: 0 0 10px #fff12d;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  .project .wtbw_selector {
    color: #ccc;
  }

.project .shop {
    padding-bottom: 50px;
}