.kv__content-timebox {
  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;
  margin-top: 20px;
}

.campaign {
  padding-top: 0 !important;
  position: relative;
}
@media screen and (max-width: 991px) {
  .campaign {
    padding-top: 40px !important;
  }
}
.campaign__box {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.campaign__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .campaign__box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.campaign__box-item-img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .campaign__box-item-img {
    width: 100%;
  }
}
.campaign__box-item-text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .campaign__box-item-text {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.campaign__box-item-text h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.campaign__box-item-text li {
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
  opacity: 0.9;
}
.campaign__abox {
  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;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .campaign__abox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.campaign__abox a {
  width: 20%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 991px) {
  .campaign__abox a {
    width: 70%;
    margin-top: 20px;
  }
}
.campaign__abox a:hover {
  text-decoration: underline;
}
.campaign__abox a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .campaign__abox a::after {
    display: none;
  }
}
.campaign__abox a:last-child::after {
  display: none;
}
.campaign__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .campaign__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.campaign__block-item {
  width: calc(25% - 20px);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .campaign__block-item {
    width: calc(50% - 20px);
    margin: 30px 10px;
  }
}
.campaign__block-item span {
  background: #fff;
  color: #000;
  width: 50%;
  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: 10px 0;
}
.campaign__block-item p {
  border: 1px solid #e5e5e5;
  width: 50%;
  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: 10px 0;
}
.campaign__block-item .note {
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #fff;
}

.join {
  padding-top: 6vh;
  padding-bottom: 6vh;
}
@media (max-width: 1300px) {
  .join {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .join {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .join {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.join__img {
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .join__img {
    width: 100%;
    margin-top: 20px;
  }
}

.wtb {
  padding-top: 6vh;
  padding-bottom: 6vh;
}
@media (max-width: 1300px) {
  .wtb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .wtb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .wtb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.wtb__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .wtb__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wtb__box a {
  width: calc(20% - 20px);
  background: #fff;
  margin: 10px;
}
@media screen and (max-width: 991px) {
  .wtb__box a {
    max-width: 200px;
    width: 100%;
  }
}
.wtb__box a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=ind.css.map */