* {
  line-height: 1.5;
  word-break: break-word;
}

.btnGroup {
  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;
  margin: 16px 0px;
}

.btn,
.btnLine {
  width: 160px;
  height: 45px;
  border-radius: 4px;
  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;
  font-size: 16px;
  margin: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover,
.btnLine:hover {
  opacity: 0.7;
}

.btn {
  background-color: #866ED2;
  color: #fff;
}

.btnLine {
  border: solid 1px #866ED2;
  color: #866ED2;
  background-color: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.color-primary {
  color: #00A19B !important;
}

.mt-0 {
  margin-top: 0px;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center {
  text-align: center;
}

.wrapper {
  background-color: #FBF7FF;
}

.p1 {
  font-size: 18px;
  color: #003057;
  font-weight: 500;
}

.p1.highLight {
  color: #866ED2;
}

.p2 {
  color: #003057;
  font-size: 16px;
}

.kv {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 80px;
  overflow: hidden;
}
.kv .kvWords--img {
  position: absolute;
  left: 0px;
  width: 120px;
  -webkit-animation: updown 2s infinite alternate;
          animation: updown 2s infinite alternate;
}
.kv #kv {
  max-width: 600px;
  width: 160%;
}

.kvWords {
  max-width: 90%;
  margin: 0 auto;
}
.kvWords .p1 {
  margin: 0px;
}
.kvWords .p1:nth-child(1) {
  margin-bottom: 8px;
}

h1 {
  color: #00A19B;
  font-size: 32px;
  font-weight: normal;
  margin: 24px 0px;
}

h2 {
  color: #00A19B;
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
  padding: 20px 0px;
  text-align: center;
}

.features {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.56%, #FFFFFF), to(#F4E9FF));
  background: linear-gradient(180deg, #FFFFFF 12.56%, #F4E9FF 100%);
  border-radius: 8px;
  position: relative;
}
.features svg {
  width: 16px;
  vertical-align: middle;
}
.features ul {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  margin-top: 0px;
}

.features:nth-child(2) h2 {
  color: #003057;
}
.features:nth-child(2) .p2 {
  color: #00a19b;
}

.features--img1 {
  width: 48px;
  margin-left: 8px;
}

.features--img2 {
  width: 40px;
  vertical-align: middle;
  margin: 4px;
}

.features--img3 {
  width: 155px;
  margin: 0px 8px;
  vertical-align: middle;
}

.features--img4 {
  position: relative;
  width: 120px;
  margin: 0 auto;
  display: block;
  right: 0px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: flag 2s ease-in-out infinite alternate;
          animation: flag 2s ease-in-out infinite alternate;
}

.features--img5 {
  width: 200px;
}

.features--img6 {
  width: 230px;
}

.features--stepAll {
  display: inline-block;
  text-align: left;
}

.features--step {
  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: left;
  margin: 24px 0px;
}
.features--step:first-child {
  margin-top: 0px;
}
.features--step .p1 {
  margin: 12px 0px;
}
.features--step .p2 {
  margin: 4px 0px;
}
.features--step div:nth-child(2) {
  max-width: 60%;
}
.features--step .num {
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBD9FF), color-stop(64.9%, #FFFFFF));
  background: linear-gradient(180deg, #EBD9FF 0%, #FFFFFF 64.9%);
  color: #866ED2;
  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;
  margin-right: 20px;
}

.stepGroup {
  padding-bottom: 20px;
}

.activity {
  margin: 30px 0px;
  text-align: center;
}
.activity .activityMain {
  background-color: #fff;
  max-width: 800px;
  width: 90%;
  margin: 24px auto;
  margin-top: 0px;
  padding: 24px;
  text-align: left;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 180, 222, 0.25);
          box-shadow: 0px 4px 4px rgba(188, 180, 222, 0.25);
  border-radius: 8px;
}
.activity .activityMain .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0px;
}
.activityMain .p1 {
  font-size: 16px;
  max-width: 70%;
  margin: 0px;
  color: #00a19b;
}
.activity .p1 {
  max-width: 70%;
  margin: 0px;
  color: #00a19b;
}
.activity .activityMain .p1 .highLight {
  font-size: 16px;
  color: #E66900;
}

.QA {
  padding-bottom: 40px;
}
.QA .p2 {
  margin: 0px;
}
.QA .QAGroup {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.QA .QAGroup .QAItem {
  background-color: #fff;
  border-radius: 4px;
  color: #003057;
  margin: 24px 0px;
  -webkit-box-shadow: 0px 2px 4px rgba(188, 180, 222, 0.25);
          box-shadow: 0px 2px 4px rgba(188, 180, 222, 0.25);
}
.QA .QAGroup .QAItem.active .QAItemTitle img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.QA .QAGroup .QAItem .QAItemTitle {
  position: relative;
  padding: 8px 24px;
  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;
  color: #866ED2;
  cursor: pointer;
}
.QA .QAGroup .QAItem .QAItemTitle:hover {
  opacity: 0.7;
}
.QA .QAGroup .QAItem .QAItemContent {
  padding: 16px 24px;
  display: none;
}
.QA .QAGroup table {
  border-collapse: collapse;
  border: solid 1px #003057;
  margin-bottom: 16px;
}
.QA .QAGroup table td {
  padding: 4px;
  border: solid 1px #003057;
}
.QA .QAGroup ol {
  padding-left: 16px;
}

.slideBox {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  -webkit-box-shadow: 0px 4px 4px rgba(188, 180, 222, 0.25);
          box-shadow: 0px 4px 4px rgba(188, 180, 222, 0.25);
  margin: 8px;
  text-align: left;
  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;
}
.slideBox .d-flex {
  -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;
}
.slideBox img {
  width: 150px;
}
.slideBox .p1 {
  color: #00A19B;
  font-size: 16px; 
}
.slideBox .highLight {
  color: #E66900;
  font-size: 16px;
}

.swiperArrow {
  width: 70%;
  margin: 0 auto;
  margin-top: 12px;
}
.swiperArrow .h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .btn,
  .btnLine {
    width: 200px;
    height: 65px;
    font-size: 20px;
  }
  .kv .kvWords--img {
    width: 200px;
  }
  .kvWords {
    text-align: center;
  }
  .features--step {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .features--step div:nth-child(2) {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding-top: 70px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .p1 {
    font-size: 20px;
  }
  .p2 {
    font-size: 18px;
  }
  .kv {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 0px;
    overflow: visible;
  }
  .kv h1 {
    font-size: 40px;
  }
  .kv .kvWords--img {
    width: 240px;
    left: -160px;
    z-index: 2;
  }
  .kvWords {
    text-align: left;
  }
  .features {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  .features svg {
    width: 20px;
  }
  .features--img1 {
    width: 72px;
    margin-left: 8px;
  }
  .features--img4 {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 200px;
  }
  .features--2 {
    margin-top: 24px;
  }
  .features--step .num {
    font-size: 32px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBD9FF), color-stop(64.9%, #FFFFFF));
    background: linear-gradient(180deg, #EBD9FF 0%, #FFFFFF 64.9%);
    color: #866ED2;
    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;
    margin-right: 20px;
  }
  .stepGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stepGroup > div {
    margin: 0px 20px;
    width: 50%;
  }
  .features--img5,
  .features--img6 {
    width: auto;
    height: 320px;
  }
  .activity {
    margin: 20px 0px;
    padding: 20px 0px;
    text-align: center;
  }
  .activity .activityItem {
    width: 90%;
    max-width: 800px;
    margin: 24px auto;
  }
  .activity .activityItem .btnLine {
    width: 120px;
    height: 45px;
  }
  .activity .activityMain .p1 .highLight {
    font-size: 30px;
  }
  .slideBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slideBox img {
    margin-right: 16px;
  }
  .slideBox .highLight {
    font-size: 30px;
  }
  .slideBox .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .swiperArrow {
    width: 53%;
  }
}
.swiper-button-next,
.swiper-button-prev {
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 27px;
  height: 44px;
  z-index: 10;
}

.swiperArrow {
  position: relative;
  display: inline-block;
  text-align: center;
}
.swiperArrow .h3 {
  font-size: 24px;
}

.swiper-button-next {
  right: -50px;
}
.swiper-button-next::after {
  content: url("../img/swiperArrow.svg");
}

.swiper-button-prev {
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.swiper-button-prev::after {
  content: url("../img/swiperArrow.svg");
}

.swiper-pagination {
  bottom: -20px !important;
}

.swiper-pagination-bullet-active {
  background: #00a19b;
}

.show-popup {
  text-decoration: none;
}

.overlay-bg .p2 {
  margin: 0px;
}
.overlay-bg .swiperArrow {
  width: 90%;
}
.overlay-bg .swiper-button-next {
  right: -20px;
}
.overlay-bg .swiper-button-prev {
  left: -20px;
}
.overlay-bg #popup1 .swiperArrow img {
  width: 100%;
  max-width: 200px;
}
.overlay-bg #popup2 .swiperArrow img {
  width: 100%;
  max-width: 280px;
}

@-webkit-keyframes flag {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes flag {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}