.kv {
  position: relative;
  z-index: 3;
}

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

.kv__shadow {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.kv__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 100%, 0 90%, 0 0, 100% 0, 100% 90%);
          clip-path: polygon(50% 100%, 0 90%, 0 0, 100% 0, 100% 90%);
  background: url("../images/kv-xs.jpg") top center no-repeat ;
  background-size: cover;
  padding: 10vw 0 40vw;
}

@media (min-width: 996px) {
  .kv__inner {
    background: url("../images/kv-lg.jpg") top center no-repeat ;
    background-size: cover;
    padding: 5vw 0 6vw;
  }
}

.kv__box {
  position: relative;
  z-index: 2;
}

.kv__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(1, 141, 99, 0.5)), color-stop(rgba(1, 208, 116, 0.5)), to(rgba(1, 208, 116, 0)));
  background: linear-gradient(to right, rgba(1, 141, 99, 0.5), rgba(1, 208, 116, 0.5), rgba(1, 208, 116, 0));
}

.kv__box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#018d63), color-stop(#01d074), to(rgba(1, 208, 116, 0)));
  background: linear-gradient(to right, #018d63, #01d074, rgba(1, 208, 116, 0));
}

.kv .common-container {
  position: relative;
  z-index: 2;
}

.kv-text {
  padding: 30px 0 50px;
}

@media (min-width: 996px) {
  .kv-text {
    width: 70%;
  }
}

.kv-pd {
  position: absolute;
  z-index: 3;
  width: 50vw;
  bottom: -15vw;
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

@media (min-width: 768px) {
  .kv-pd {
    bottom: -20vw;
  }
}

@media (min-width: 996px) {
  .kv-pd {
    width: 30%;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -3%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}

.kv-tree {
  position: absolute;
  z-index: 1;
  width: 50vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

@media (min-width: 996px) {
  .kv-tree {
    width: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.prod-img {
  width: 60%;
  margin: 0 auto;
  max-width: 500px;
}

.prod-img img {
  width: 100%;
  -webkit-filter: drop-shadow(#9add79 0 20px 40px);
          filter: drop-shadow(#9add79 0 20px 40px);
}

.info {
  text-align: center;
}

.info__text {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.info .t1 {
  font-weight: bold;
  font-size: 24px;
}

@media (min-width: 996px) {
  .info .t1 {
    font-size: 30px;
  }
}

.info .t1 span {
  display: block;
}

.info .t2 {
  font-weight: bold;
  font-size: 30px;
  color: #14be66;
  padding: 30px 0;
}

@media (min-width: 996px) {
  .info .t2 {
    font-size: 42px;
  }
}

.info .t2 span {
  display: block;
}

.info .t2 b {
  color: #e92727;
}

.info .date {
  margin: 40px 0;
}

.info .date-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffff00;
  -webkit-box-shadow: #14be66 0 0 20px;
          box-shadow: #14be66 0 0 20px;
  padding: 10px 25px;
  font-size: 24px;
  color: #14be66;
}

.info .date-text img {
  width: 10px;
  margin: 0 10px;
  vertical-align: middle;
}

.info .date-text span {
  font-size: 140%;
}

.info .date-text b {
  font-weight: 600;
}

@media (min-width: 996px) {
  .info .date-text {
    min-width: 800px;
  }
}

.redeem__inner {
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
          clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
  background: url("../images/redeem-bg.jpg") top center no-repeat ;
  background-size: cover;
}

.redeem__box {
  padding-top: 40px;
}

@media (min-width: 996px) {
  .redeem__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.redeem__item {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border: #14be66 2px solid;
  outline: #fff 5px solid;
  -webkit-box-shadow: #fff 0 5px 10px;
          box-shadow: #fff 0 5px 10px;
}

@media (min-width: 996px) {
  .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 25px;
  }
  .redeem__item:last-child {
    margin-right: 0;
  }
}

.redeem__item a {
  color: var(--color-gray-800);
}

.redeem__item a:hover {
  opacity: 0.8;
}

.redeem__item a:hover p {
  background: #14be66;
  color: #fff;
  border-color: #fff;
}

.redeem__item a:hover p img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.redeem__item p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: var(--color-gray-800) 1px solid;
  padding: 8px 20px;
  margin-top: 5px;
}

.redeem__item p img {
  width: 10px;
  margin: 0 10px;
}

@media (min-width: 996px) {
  .redeem-text {
    min-height: 80px;
    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;
  }
}

.redeem-step {
  color: #14be66;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: #14be66 1px solid;
  text-transform: uppercase;
}

.redeem-note {
  text-align: center;
  padding-top: 60px;
  text-shadow: #000 0 0 20px;
  color: #fff;
}

.redeem-btn {
  padding-top: 60px;
}

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

.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  color: #111;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 10px;
}

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

.popup-close:hover::before {
  background: -webkit-gradient(linear, right top, left top, from(#14be66), color-stop(#58db3a), to(#4dcf61));
  background: linear-gradient(to left, #14be66, #58db3a, #4dcf61);
}

.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: #333;
  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, right top, left top, from(#14be66), color-stop(#58db3a), to(#4dcf61));
  background: linear-gradient(to left, #14be66, #58db3a, #4dcf61);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #24560a 1px 1px 10px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.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: #f1f1f1;
}

.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#38d543), color-stop(#26b62b), to(#51be58));
  background: linear-gradient(to bottom, #38d543, #26b62b, #51be58);
  border-radius: 10px;
}

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

.terms {
  color: #222;
  font-weight: 300;
}

.terms a {
  background: linear-gradient(45deg, #203221, #26b62b, #51be58);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-bottom: 1px solid #51be58;
}

.terms a:hover {
  border: none;
}

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

.terms-title {
  padding: 40px 0 20px;
}

.terms-title span {
  display: inline-block;
  background: linear-gradient(45deg, #203221, #26b62b, #51be58);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 10px 20px;
  border: #51be58 1px solid;
  font-size: 20px;
}

.terms-subtitle {
  color: #38d543;
  padding: 20px 0 10px;
}

.terms-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}

.terms-table .tr {
  display: table-row;
}

.terms-table .th {
  display: table-cell;
  background: -webkit-gradient(linear, left top, right top, from(#3c563e), color-stop(#528554), to(#51be58));
  background: linear-gradient(to right, #3c563e, #528554, #51be58);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.terms-table .td {
  display: table-cell;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}

.terms-date li {
  padding: 5px 0;
}

.terms-note {
  padding-bottom: 15px;
  color: var(--color-gray-600);
}

.terms-note li {
  padding: 2px 0;
}

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

.terms-decimal li {
  list-style: decimal;
  padding-bottom: 5px;
}

.terms-decimal li::before {
  content: ")";
  margin-right: 10px;
}

.terms-lower-roman {
  margin-left: 20px;
  padding-bottom: 15px;
}

.terms-lower-roman li {
  list-style: lower-roman;
  padding-bottom: 5px;
}

.terms-lower-roman li::before {
  content: ")";
  margin-right: 10px;
}

.terms-lower-alpha {
  margin-left: 20px;
  padding-bottom: 15px;
}

.terms-lower-alpha li {
  list-style: lower-alpha;
}

.project {
  font-family: "mamelon", sans-serif;
  position: relative;
  color: #222;
  background: url("../images/bg.png") top left repeat;
  background-color: #f5ffe7;
}

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

.project picture {
  display: block;
}

.project h1 {
  font-size: 0;
  position: absolute;
  top: -10%;
}

.project .common-container {
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 996px) {
  .project .common-container {
    padding: 40px 0 80px;
  }
}

.project .common-title, .project .common-btn {
  text-align: center;
  font-size: var(--title-xl);
  font-weight: bold;
  padding-bottom: 25px;
}

@media (min-width: 996px) {
  .project .common-title, .project .common-btn {
    padding-bottom: 40px;
  }
}

.project .common-title span, .project .common-title button, .project .common-btn span, .project .common-btn button {
  color: #14be66;
  border: #14be66 2px solid;
  border-radius: 50px;
  background: #f5ffe7;
  -webkit-box-shadow: #75e9a9 0 0 30px;
          box-shadow: #75e9a9 0 0 30px;
  display: inline-block;
  padding: 5px 30px;
}

.project .common-btn {
  outline: none;
  cursor: pointer;
}

.project .common-btn button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project .common-btn button:hover {
  background: #14be66;
  color: #fff;
  border-color: #14be66;
}

.project .common-btn img {
  width: 24px;
  margin-left: 10px;
}
/*# sourceMappingURL=main.css.map */