.project {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: "ff-utility-web-pro";
}

.project::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bg.jpg") top center no-repeat;
}

.project img {
  max-width: 100%;
}

.project .common__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
  position: relative;
}

.project .common-title {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 30px;
}

.kv {
  position: relative;
  padding: 25px;
  text-align: center;
}

@media (min-width: 996px) {
  .kv {
    padding-bottom: 60px;
  }
}

.kv > div {
  position: relative;
}

.kv-title {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  padding-bottom: 30px;
}

@media (min-width: 996px) {
  .kv-title {
    padding: 60px 0;
    width: 30%;
  }
}

@media (min-width: 996px) {
  .kv__box {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}

.kv-pd img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 996px) {
  .kv-pd {
    width: 90%;
  }
  .kv-pd img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.kv-title {
  position: relative;
  overflow: hidden;
}

.kv-title img {
  position: relative;
  z-index: 0;
}

.kv-title-mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask: url("../images/kv-title-mask.png") center center no-repeat;
  mask: url("../images/kv-title-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.kv-title-mask::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  background: linear-gradient(45deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 30%, rgba(255, 0, 0, 0.3) 50%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%);
  -webkit-animation: 5s kvtitle infinite;
          animation: 5s kvtitle infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.kv__badge {
  position: relative;
}

@media (min-width: 996px) {
  .kv__badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
  }
}

.kv__badge-title {
  position: absolute;
  z-index: 2;
  width: 28%;
  left: 50%;
  top: 6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 996px) {
  .kv__badge-title {
    width: 36%;
    -webkit-animation: 1s kvbadge infinite ease-in-out;
            animation: 1s kvbadge infinite ease-in-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.kv h1 {
  position: relative;
  font-weight: normal;
  font-size: 20px;
}

@media (min-width: 996px) {
  .kv h1 {
    margin-top: -50px;
  }
}

@-webkit-keyframes kvtitle {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes kvtitle {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes kvbadge {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
  }
}

@keyframes kvbadge {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
  }
}

.model {
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .model {
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .model__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto;
  }
}

.model-badge {
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
          clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
  padding: 25px 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .model-badge {
    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;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 89% 0, 100% 50%, 91% 100%, 0 100%);
            clip-path: polygon(0 0, 89% 0, 100% 50%, 91% 100%, 0 100%);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-right: 6%;
  }
  .model-badge img {
    width: 60%;
  }
}

.model-plus {
  padding: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .model-plus {
    padding-top: 12%;
  }
}

.model-plus img {
  width: 40px;
  margin: 0 auto;
}

.redeem {
  text-align: center;
  padding: 40px 0px 100px;
  position: relative;
}

@media (min-width: 996px) {
  .redeem {
    padding-bottom: 150px;
  }
  .redeem::after {
    height: 100px;
  }
}

.redeem__box {
  padding-top: 40px;
}

.redeem__box img {
  width: 60px;
}

@media (min-width: 996px) {
  .redeem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.redeem__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (min-width: 996px) {
  .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
  .redeem__item:last-child {
    margin-right: 0;
  }
  .redeem__item h4 {
    margin: 20px auto;
    display: inline-block;
    border-radius: 30px;
    border: #7e0021 1px solid;
    padding: 10px 25px;
  }
}

.redeem__btns {
  padding-bottom: 40px;
}

.redeem__btns a {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #7e0021), color-stop(50%, #f00), color-stop(70%, #7e0021));
  background: linear-gradient(to right, #7e0021 30%, #f00 50%, #7e0021 70%);
  padding: 1px;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}

.redeem__btns a span {
  display: block;
  padding: 10px;
  background: #222;
}

.redeem__btns a:hover span {
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 996px) {
  .redeem__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .redeem__btns a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .redeem__btns a:last-child {
    margin-right: 0;
  }
}

.wtb {
  padding: 40px 0px 100px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}

.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #000;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 10px;
  border: #7e0021 1px solid;
}

.popup-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.popup-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #7e0021), color-stop(50%, #f00), color-stop(70%, #7e0021));
  background: linear-gradient(to right, #7e0021 30%, #f00 50%, #7e0021 70%);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.popup__header .common-title {
  padding-bottom: 0;
}

.popup__content {
  padding: 25px;
  height: 80vh;
  overflow-y: auto;
  margin: 10px 10px 30px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #333;
  border-radius: 10px;
}

.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #7e0021), color-stop(50%, #f00), color-stop(70%, #7e0021));
  background: linear-gradient(to bottom, #7e0021 30%, #f00 50%, #7e0021 70%);
  border-radius: 10px;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 20px 80px 80px;
  }
}

.terms h3 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #7e0021), color-stop(50%, #f00), color-stop(70%, #7e0021));
  background: linear-gradient(to right, #7e0021 30%, #f00 50%, #7e0021 70%);
  padding: 10px 45px;
  -webkit-clip-path: polygon(0 0, 89% 0, 100% 50%, 91% 100%, 0 100%);
          clip-path: polygon(0 0, 89% 0, 100% 50%, 91% 100%, 0 100%);
  margin-bottom: 25px;
  margin-top: 45px;
}

.terms a {
  color: #7e0021;
}

.terms a:hover {
  text-decoration: underline;
}

.terms p {
  padding-bottom: 20px;
}

.terms h4 {
  font-weight: bold;
  padding-bottom: 20px;
}

.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}

.terms ul li {
  list-style: disc;
  padding: 6px 0;
}

.terms ul.lower-roman li {
  list-style: lower-roman;
}
/*# sourceMappingURL=main.css.map */