@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Mochiy+Pop+P+One&display=swap");
body {
  font-size: 16px;
  color: #545e56;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  background-color: #fffaf2;
}
body:before {
  position: absolute;
  background: #fffaf2;
  content: "";
  width: 100%;
  height: 150px;
  z-index: -1;
}
body.hold {
  overflow: hidden;
}

a {
  cursor: pointer;
}

svg {
  -webkit-transform: translate3d(0, 0, 0);
  shape-rendering: geometricPrecision;
}

img[src$=".svg"] {
  -webkit-transform: translate3d(0, 0, 0);
  shape-rendering: geometricPrecision;
}

.appClick {
  color: #00c891;
  text-decoration: underline;
  display: inline-block;
}

#app {
  min-width: 375px;
  overflow: hidden;
}
#app #navBar:before {
  display: none;
}
#app #floatingButton {
  transition: all 0.2s ease-out;
  right: -120px;
  width: 120px;
}
#app #floatingButton a {
  display: block;
  position: relative;
}
#app #floatingButton a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#app #floatingButton embed {
  width: 100%;
}
#app #floatingButton .featercard {
  background: none;
  box-shadow: none;
  width: 0;
  height: 0;
  position: unset;
}
#app #floatingButton .featercard .topbar {
  padding: 0;
  width: 0;
}
#app.sticky #floatingButton {
  right: 0px;
}
@media (max-width: 440px) {
  #app.sticky #floatingButton {
    width: 88px;
  }
}
#app.sticky #navBar {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 9;
  transition: all 0.3s ease-out;
}
#app.sticky #navBar:before {
  display: flex;
  transition: all 0.3s ease-out;
  opacity: 1;
  z-index: -1;
}
#app.sticky #navBar.up {
  transform: translateY(-100px);
}
#app.sticky #navBar.down {
  transform: translateY(0px);
}
#app.sticky #navBar.down .mainLogo {
  max-width: 206px;
}
@media (max-width: 767px) {
  #app.sticky #navBar.down .mainLogo {
    max-width: 134px;
  }
}
@media (min-width: 768px) {
  #app.sticky #navBar .wrapper {
    padding: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#app.sticky #navBar .mainLogo {
  max-width: 168px;
}
#app .join_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 72px;
  margin: 0;
}
@media (max-width: 440px) {
  #app .join_wrapper {
    margin: 0px 0;
  }
}
#app .earning_detail,
#app .join_btn {
  position: absolute;
  transition: all 100ms ease-in-out;
  transform: translate(0, 0px);
  text-wrap: nowrap;
}
#app .earning_detail .btn,
#app .join_btn .btn {
  padding: 15px 24px 15px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 46px 12px;
  border-radius: 16px;
  box-shadow: 6px 6px 0 0 #7a78f2;
  border: solid 1.5px #fff;
  background-color: #4f4dda;
}
@media (max-width: 440px) {
  #app .earning_detail .btn,
  #app .join_btn .btn {
    padding: 10px 46px 10px;
    font-size: 30px;
  }
}
#app .earning_detail .btn span,
#app .join_btn .btn span {
  position: relative;
  top: -2px;
}
#app .earning_detail .btn:before,
#app .join_btn .btn:before {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.22px;
  text-align: center;
  color: #fff;
}
#app .earning_detail:active .btn,
#app .join_btn:active .btn {
  background: #4f4dda;
}
#app .earning_detail .text,
#app .join_btn .text {
  width: 100%;
}
#app .earning_detail:hover,
#app .join_btn:hover {
  text-decoration: none;
  transform: translate(6px, 6px);
}
#app .earning_detail:hover .btn,
#app .join_btn:hover .btn {
  box-shadow: 0px 0px 0 0 #ffbdb8;
}
#app .center {
  text-align: center;
}
#app #QA {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
}
@media (max-width: 768px) {
  #app #QA .wrapper {
    max-width: none;
    padding-top: 0 !important;
    padding: 16px 20px;
  }
  #app #QA .wrapper .section_label {
    margin-left: -15px;
  }
}
@media (max-width: 440px) {
  #app #terms .wrapper {
    max-width: none;
    padding-top: 0;
  }
}
#app #terms .modal-container {
  max-width: 1200px;
}
#app .wrapper2,
#app .wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1232px;
  margin: auto;
  padding: 0px 70px;
  justify-content: center;
}
@media (max-width: 768px) {
  #app .wrapper2,
  #app .wrapper {
    padding: 0 10px;
    padding-top: 10px;
    padding: 0px 16px 8px;
  }
}
#app .hero_bottom {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#app #heroBanner {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
  position: relative;
  z-index: 1;
}
#app #heroBanner .join_btn {
  height: 72px;
}
@media (max-width: 440px) {
  #app #heroBanner .join_btn {
    height: 46px;
  }
  #app #heroBanner .join_btn .btn:before {
    font-size: 28px;
  }
}
#app #heroBanner .join_btn .btn {
  box-shadow: 6px 6px 0 0 #ffbdb8;
  border: solid 1.5px #f6fffd;
  background-color: #fe5f55;
}
#app #heroBanner .join_btn:hover {
  text-decoration: none;
  transform: translate(6px, 6px);
}
#app #heroBanner .join_btn:hover .btn {
  box-shadow: 0px 0px 0 0 #ffbdb8;
}
#app #join_flow {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
}
#app #join_flow .join_btn {
  height: 64px;
}
#app #join_flow .btn:before {
  content: "立即參加";
  line-height: 40px;
}
@media (max-width: 440px) {
  #app #join_flow {
    padding: 5px 0px 5px;
  }
  #app #join_flow .btn:before {
    font-size: 30px;
  }
  #app #join_flow .features {
    padding-left: 0;
    padding-right: 0;
  }
}
#app #income_calculator {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
}
#app #income_calculator .earning_detail {
  width: 308px;
  height: 64px;
}
@media (max-width: 440px) {
  #app #income_calculator .earning_detail {
    width: 220px;
    height: 42px;
  }
}
#app #income_calculator .earning_detail .btn {
  padding: 8px 44px 10px;
}
#app #creator_insight {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
}
#app #creator_insight .join_btn {
  width: 308px;
  height: 64px;
}
@media (max-width: 440px) {
  #app #creator_insight .join_btn {
    height: 42px;
  }
}
#app #income_calculator {
  padding-bottom: 0px;
  padding-top: 32px;
  position: relative;
}
#app #income_calculator .btn:before {
  content: "收益詳情";
  line-height: 40px;
}
@media (max-width: 440px) {
  #app #income_calculator .btn:before {
    font-size: 30px;
  }
}
#app #income_calculator:before {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  bottom: 0;
  content: "";
  z-index: 0;
}
#app #income_calculator h3 {
  color: rgb(80, 80, 80);
  font-size: 1.125rem;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: left;
  line-height: 26px;
}
@media (max-width: 440px) {
  #app #income_calculator h3 {
    font-size: 1rem;
  }
}
#app #income_calculator > .wrapper > .title {
  border-radius: 12px;
  background-color: #1dd6a8;
  text-align: center;
  position: relative;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
}
#app #income_calculator > .wrapper > .title .icon {
  position: absolute;
  top: -22px;
  right: 40px;
  width: auto;
  height: 80px;
}
@media (max-width: 768px) {
  #app #income_calculator > .wrapper > .title .icon {
    top: 0;
    right: 2%;
    height: 53px;
  }
}
#app #income_calculator > .wrapper > .title + p {
  font-size: 1.75rem;
  padding: 26px 0 10px;
  text-align: center;
  margin: 0;
  color: #333;
}
@media (max-width: 440px) {
  #app #income_calculator > .wrapper > .title + p {
    font-size: 1.188rem;
  }
}
#app #income_calculator h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 56px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  margin: 0;
}
@media (max-width: 440px) {
  #app #income_calculator h2 img {
    height: 32px;
  }
}
#app #income_calculator h2 span {
  position: relative;
  z-index: 1;
  background: #1dd6a8;
}
#app #income_calculator h2 + p {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 440px) {
  #app #income_calculator h2 + p {
    font-size: 18px;
  }
}
#app #income_calculator .wrapper2 {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0px 70px;
  max-width: 1232px;
}
@media (max-width: 768px) {
  #app #income_calculator .wrapper2 {
    max-width: none;
    padding-top: 0 !important;
    padding: 16px 20px;
  }
}
#app #income_calculator .wrapper2 .bg {
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-box-shadow: inset -10px -10px 20px 0 rgba(47, 31, 2, 0.1), inset 10px 10px 10px 0 rgba(255, 253, 231, 0.2);
  box-shadow: inset -10px -10px 20px 0 rgba(47, 31, 2, 0.1), inset 10px 10px 10px 0 rgba(255, 253, 231, 0.2);
  background-color: #d8ebe3;
  margin-right: -6px;
  margin-left: -6px;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 440px) {
  #app #income_calculator .wrapper2 .bg {
    padding: 16px;
  }
}
@media (min-width: 441px) and (max-width: 990px) {
  #app #income_calculator .wrapper2 .bg {
    padding: 16px;
  }
}
#app #income_calculator .wrapper2 .bg > p {
  font-size: 1.75rem;
  padding: 10px 0 26px;
  text-align: center;
  margin: 0;
  color: #333;
}
@media (max-width: 440px) {
  #app #income_calculator .wrapper2 .bg > p {
    font-size: 1.188rem;
  }
}
#app #income_calculator .wrapper2 .bg .join_wrapper {
  margin-bottom: 48px;
  margin-top: 30px;
}
@media (max-width: 440px) {
  #app #income_calculator .wrapper2 .bg .join_wrapper {
    margin-top: 0;
  }
}
#app #income_calculator .wrapper {
  max-width: 1232px;
}
#app #income_calculator .wrapper.offset {
  max-width: 768px;
  position: relative;
  left: -16%;
}
@media (max-width: 1020px) {
  #app #income_calculator .wrapper.offset {
    left: 0%;
    padding: 0px 0px 8px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator .wrapper.offset {
    padding: 0px 0px 8px;
  }
}
#app #income_calculator .wrapper .boundary {
  max-width: 768px;
}
@media (max-width: 1200px) {
  #app #income_calculator .wrapper .boundary {
    left: 0%;
  }
}
#app #income_calculator .earning_detail {
  position: relative;
  cursor: pointer;
}
#app #income_calculator h3.title {
  padding: 0px 35px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (min-width: 441px) {
  #app #income_calculator h3.title {
    padding: 0px 54px;
  }
}
#app #income_calculator h3.title:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icn-calculator-money_new.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -2px;
}
@media (max-width: 440px) {
  #app #income_calculator h3.title:before {
    width: 22px;
    height: 24px;
    left: 6px;
  }
}
@media (min-width: 441px) {
  #app #income_calculator h3.title:before {
    left: 14px;
  }
}
#app #income_calculator .bottom {
  padding: 20px 20px 0px;
}
@media (min-width: 441px) {
  #app #income_calculator .bottom {
    padding: 20px 50px 0px;
  }
}
@media (min-width: 1021px) and (max-width: 1200px) {
  #app #income_calculator .bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-left: 200px;
  }
}
@media (min-width: 789px) and (max-width: 1021px) {
  #app #income_calculator .bottom {
    position: relative;
    display: flex;
    margin-top: 170px;
    margin-left: 200px;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 601px) and (max-width: 788px) {
  #app #income_calculator .bottom {
    position: relative;
    display: flex;
    margin-left: 100px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
}
#app #income_calculator .remark {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
#app #income_calculator #uu {
  position: relative;
}
#app #income_calculator #uu .message {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  position: absolute;
  border: solid 2px #333;
  background: #ffc458;
  border-radius: 12px;
  padding: 16px;
  color: #333;
  top: -360px;
  right: -472px;
  font-size: 1.125rem;
  max-width: 300px;
  min-width: 300px;
  margin-bottom: 50px;
}
#app #income_calculator #uu .message.show {
  opacity: 1;
}
@media (max-width: 440px) {
  #app #income_calculator #uu .message {
    padding: 10px;
  }
}
@media (min-width: 1021px) and (max-width: 1200px) {
  #app #income_calculator #uu .message {
    z-index: 1;
    top: -100px;
    right: -596px;
    max-width: 200px;
    min-width: 200px;
    min-height: 150px;
  }
}
@media (min-width: 789px) and (max-width: 1021px) {
  #app #income_calculator #uu .message {
    z-index: 1;
    top: -70px;
    right: -530px;
    max-width: 200px;
    min-width: 200px;
    min-height: 150px;
  }
}
@media (min-width: 601px) and (max-width: 788px) {
  #app #income_calculator #uu .message {
    z-index: 1;
    top: 80px;
    right: -170px;
    position: relative;
    min-height: 90px;
  }
}
@media (max-width: 600px) {
  #app #income_calculator #uu .message {
    z-index: 1;
    top: 50px;
    right: -50%;
    max-width: 100%;
    position: relative;
    text-align: center;
    font-size: 1rem;
    min-height: 84px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator #uu .message {
    min-height: 72px;
  }
}
#app #income_calculator #uu .message:before {
  content: "";
  display: block;
  transform: rotate(180deg);
  background-size: 100%;
  width: 43px;
  position: absolute;
  height: 30px;
  bottom: -21px;
  left: 42px;
  background: #ffc458;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  scale: 50%;
}
@media (min-width: 1021px) and (max-width: 1200px) {
  #app #income_calculator #uu .message:before {
    transform: rotate(270deg);
    top: 76px;
    left: -28px;
    background: #ffc458;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 789px) and (max-width: 1020px) {
  #app #income_calculator #uu .message:before {
    transform: rotate(-90deg);
    bottom: 76px;
    left: -28px;
    background: #ffc458;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 601px) and (max-width: 788px) {
  #app #income_calculator #uu .message:before {
    transform: rotate(180deg);
    bottom: -22px;
    left: 130px;
    background: #ffc458;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 600px) {
  #app #income_calculator #uu .message:before {
    transform: rotate(180deg);
    bottom: -22px;
    left: 42.5%;
    background: #ffc458;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
#app #income_calculator #uu .message:after {
  content: "";
  display: block;
  transform: rotate(180deg);
  background-size: 100%;
  width: 43px;
  position: absolute;
  height: 30px;
  bottom: -24px;
  left: 42px;
  background: #333;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  scale: 55%;
  z-index: -1;
}
@media (min-width: 1021px) and (max-width: 1200px) {
  #app #income_calculator #uu .message:after {
    transform: rotate(270deg);
    top: 76px;
    left: -31px;
  }
}
@media (min-width: 789px) and (max-width: 1020px) {
  #app #income_calculator #uu .message:after {
    transform: rotate(-90deg);
    bottom: 76px;
    left: -31px;
  }
}
@media (min-width: 601px) and (max-width: 788px) {
  #app #income_calculator #uu .message:after {
    transform: rotate(180deg);
    bottom: -25px;
    left: 130px;
  }
}
@media (max-width: 600px) {
  #app #income_calculator #uu .message:after {
    transform: rotate(180deg);
    bottom: -24px;
    left: 42.5%;
  }
}
#app #income_calculator #uu embed,
#app #income_calculator #uu img {
  bottom: -70px;
  right: -422px;
  position: absolute;
  width: 450px;
}
@media (min-width: 1021px) and (max-width: 1200px) {
  #app #income_calculator #uu embed,
  #app #income_calculator #uu img {
    width: 260px;
    right: -356px;
    bottom: -120px;
    position: absolute;
  }
}
@media (min-width: 789px) and (max-width: 1020px) {
  #app #income_calculator #uu embed,
  #app #income_calculator #uu img {
    width: 310px;
    right: -310px;
    bottom: -120px;
    position: absolute;
  }
}
@media (min-width: 601px) and (max-width: 788px) {
  #app #income_calculator #uu embed,
  #app #income_calculator #uu img {
    right: -70px;
    bottom: -20px;
    /* width: 80%;*/
    position: relative;
    width: 220px;
  }
}
@media (max-width: 600px) {
  #app #income_calculator #uu embed,
  #app #income_calculator #uu img {
    margin-top: -10px;
    right: -4%;
    bottom: 0;
    width: 90%;
    position: relative;
  }
}
#app #income_calculator h1 span {
  opacity: 0;
}
#app #income_calculator h1 + p {
  text-align: center;
}
#app #income_calculator .earning_highlight {
  display: inline-flex;
  color: #333333;
  line-height: 100%;
  font-weight: 500;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
#app #income_calculator .earning_highlight.growth {
  font-size: 5rem;
}
@media (max-width: 440px) {
  #app #income_calculator .earning_highlight {
    font-size: 3rem;
  }
}
#app #income_calculator .earning_highlight .small {
  font-size: 20px;
  padding-top: 41px;
  line-height: 100%;
}
@media (min-width: 441px) and (max-width: 468px) {
  #app #income_calculator .earning_highlight .small {
    padding-top: 41px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator .earning_highlight .small {
    padding-top: 38px;
  }
}
#app #income_calculator .income_calculater_top {
  display: block;
  height: 11px;
  width: 100%;
  border-radius: 34px;
  background-color: #414141;
}
#app #income_calculator .income_calculater {
  background: #fff;
  border-radius: 16px;
  margin: 0 10px;
  padding: 16px 0px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: solid 0px transparent;
}
@media (max-width: 440px) {
  #app #income_calculator .income_calculater {
    margin: 0 -4px;
    padding: 20px 0px;
    box-shadow: none;
    margin-bottom: 8px;
  }
}
#app #income_calculator .income_calculater hr {
  height: 8px;
  width: 100%;
  background: #f9f9f9;
  border-top: none;
}
#app #income_calculator .cost {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
#app #income_calculator .cost .post_no,
#app #income_calculator .cost .dollar {
  padding-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 440px) {
  #app #income_calculator .cost .post_no,
  #app #income_calculator .cost .dollar {
    padding-top: 26px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator .cost {
    font-size: 4rem;
  }
  #app #income_calculator .cost .dollar {
    padding-top: 40px;
  }
}
#app #income_calculator .posts {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  padding: 0px 20px;
}
@media (min-width: 441px) {
  #app #income_calculator .posts {
    padding: 0px 54px;
  }
}
#app #income_calculator .posts h3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 440px) {
  #app #income_calculator .posts h3 {
    margin-left: 15px;
  }
}
#app #income_calculator .posts h3:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icn-calculator-posts_new.svg) no-repeat;
  position: absolute;
  left: -39px;
  background-size: 100%;
}
@media (max-width: 440px) {
  #app #income_calculator .posts h3:before {
    width: 22px;
    height: 24px;
    left: -29px;
  }
}
#app #income_calculator #earning_counter .boundary {
  position: relative;
}
#app #income_calculator #earning_counter .boundary #track {
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 60px;
  background: #d8ece3;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.15s ease-out;
  top: calc(50% - 3px);
  transform: translate(0%, -50%);
}
#app #income_calculator #earning_counter #post_vol,
#app #income_calculator #earning_counter #income_vol {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  --c: orange; /* active color */
  --g: 0px; /* the gap */
  --l: 0px; /* line thickness*/
  --s: 50px; /* thumb size*/
  --k: 10px; /* line thickness*/
  height: var(--s); /* needed for Firefox*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
#app #income_calculator #earning_counter input#post_vol[type=range]::-webkit-slider-thumb,
#app #income_calculator #earning_counter input#income_vol[type=range]::-webkit-slider-thumb {
  background: url(../img/handle-v-2.png);
  background-size: 100% auto;
  position: relative;
  height: var(--s);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--l) inset var(--c);
  clip-path: polygon(0 calc(50% + var(--k) / 2), -100vw calc(50% + var(--k) / 2), -100vw calc(50% - var(--k) / 2), 0 calc(50% - var(--k) / 2), 0 0, 100% 0, 100% calc(50% - var(--k) / 2), 100vw calc(50% - var(--k) / 2), 100vw calc(50% + var(--k) / 2), 100% calc(50% + var(--k) / 2), 100% 100%, 0 100%);
  -webkit-appearance: none;
  appearance: none;
}
#app #income_calculator #earning_counter #tickmarks {
  display: flex;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  width: 100%;
  position: relative;
}
@media (max-width: 440px) {
  #app #income_calculator #earning_counter #tickmarks {
    margin-top: -8px;
  }
}
#app #income_calculator #earning_counter #tickmarks option {
  position: relative;
  display: none;
}
#app #income_calculator #earning_counter #tickmarks option span {
  position: absolute;
}
#app #income_calculator #earning_counter #tickmarks option:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #000;
  display: inline-block;
  top: -10px;
  margin-left: 9px;
}
#app #income_calculator #earning_counter #tickmarks option:after {
  font-size: 0.875rem;
}
@media (max-width: 440px) {
  #app #income_calculator #earning_counter #tickmarks option:after {
    font-size: 0.875rem;
  }
}
#app #income_calculator #earning_counter #tickmarks option:first-child:before {
  font-size: 14px;
  color: #333;
  margin-top: -6px;
  left: 8px;
  margin-left: 0px;
}
#app #income_calculator #earning_counter #tickmarks option:first-child:after {
  content: "15";
  position: absolute;
  left: 17px;
}
@media (max-width: 440px) {
  #app #income_calculator #earning_counter #tickmarks option:first-child:after {
    left: 11px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(2) {
  margin-left: -15px;
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(2):before {
  left: -30px;
  margin-left: 0px;
}
@media (max-width: 376px) and (max-width: 768px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(2):before {
    left: -12px;
  }
}
@media (max-width: 375px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(2):before {
    left: -13px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(2):after {
  content: "75";
  position: absolute;
  left: -12px;
}
@media (max-width: 376px) and (max-width: 768px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(2):after {
    left: -12px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(2):after {
    left: -5px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(3) {
  margin-left: -40px;
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(3):before {
  left: -7px;
  margin-left: 0px;
}
@media (max-width: 376px) and (max-width: 768px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(3):before {
    left: 5px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(3):after {
  content: "150";
  position: absolute;
  left: -9px;
}
@media (max-width: 376px) and (max-width: 768px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(3):after {
    left: -6px;
  }
}
@media (max-width: 375px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(3):after {
    left: -6px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(4) {
  margin-left: -35px;
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(4):before {
  right: -8px;
  margin-left: 0px;
}
@media (max-width: 376px) and (max-width: 768px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(4):before {
    right: -15px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:nth-child(4):after {
  content: "225";
  position: absolute;
  left: -2px;
}
@media (max-width: 375px) {
  #app #income_calculator #earning_counter #tickmarks option:nth-child(4):after {
    left: -5px;
  }
}
#app #income_calculator #earning_counter #tickmarks option:last-child:before {
  right: 8px;
}
#app #income_calculator #earning_counter #tickmarks option:last-child:after {
  content: "300";
  position: absolute;
  right: 12px;
}
#app #income_calculator #features_counter {
  padding: 0px 16px 0px 16px;
}
@media (min-width: 441px) {
  #app #income_calculator #features_counter {
    padding: 0px 54px;
  }
}
#app #income_calculator #features_counter h3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 440px) {
  #app #income_calculator #features_counter h3 {
    padding-left: 17px;
  }
}
#app #income_calculator #features_counter h3:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icn-selected-posts_new.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -40px;
}
@media (max-width: 440px) {
  #app #income_calculator #features_counter h3:before {
    width: 22px;
    height: 24px;
    left: -11px;
  }
}
#app #income_calculator #features_counter ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#app #income_calculator #features_counter input[name=features],
#app #income_calculator #features_counter input[name=views] {
  display: none;
}
#app #income_calculator #features_counter input[name=features] + label,
#app #income_calculator #features_counter input[name=views] + label {
  position: relative;
  color: #333;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 15px;
  font-size: 1.25rem;
}
@media (max-width: 440px) {
  #app #income_calculator #features_counter input[name=features] + label,
  #app #income_calculator #features_counter input[name=views] + label {
    padding-left: 25px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator #features_counter input[name=features] + label,
  #app #income_calculator #features_counter input[name=views] + label {
    font-size: 16px;
  }
}
#app #income_calculator #features_counter input[name=features] + label:before,
#app #income_calculator #features_counter input[name=views] + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  height: 25px;
  width: 25px;
  background: rgb(255, 255, 255);
  border: 1px solid #333;
  border-radius: 50%;
}
@media (max-width: 440px) {
  #app #income_calculator #features_counter input[name=features] + label:before,
  #app #income_calculator #features_counter input[name=views] + label:before {
    height: 20px;
    width: 20px;
    top: 3px;
    left: -3px;
  }
}
#app #income_calculator #features_counter input[name=features]:checked + label:after,
#app #income_calculator #features_counter input[name=views]:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  height: 15px;
  width: 15px;
  background: #333;
  border-radius: 50%;
}
@media (max-width: 440px) {
  #app #income_calculator #features_counter input[name=features]:checked + label:after,
  #app #income_calculator #features_counter input[name=views]:checked + label:after {
    height: 16px;
    width: 16px;
    top: 5px;
    left: -1px;
  }
}
#app #income_calculator #features_counter input[name=features]:disabled + label,
#app #income_calculator #features_counter input[name=views]:disabled + label {
  color: #ccc;
}
#app #income_calculator #features_counter input[name=features]:disabled + label:before,
#app #income_calculator #features_counter input[name=views]:disabled + label:before {
  border: 1px solid #cdcdcd;
}
#app #income_calculator #features_counter label {
  padding: 0 30px 0 5px;
}
#app #income_calculator #views_counter {
  padding: 0px 16px 0px 16px;
}
@media (min-width: 441px) {
  #app #income_calculator #views_counter {
    padding: 0px 54px;
  }
}
#app #income_calculator #views_counter h3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 440px) {
  #app #income_calculator #views_counter h3 {
    padding-left: 17px;
  }
}
#app #income_calculator #views_counter h3:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icn-pv_new.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -40px;
}
@media (max-width: 440px) {
  #app #income_calculator #views_counter h3:before {
    width: 22px;
    height: 24px;
    left: -11px;
  }
}
#app #income_calculator #views_counter ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#app #income_calculator #views_counter input[name=features],
#app #income_calculator #views_counter input[name=views] {
  display: none;
}
#app #income_calculator #views_counter input[name=features] + label,
#app #income_calculator #views_counter input[name=views] + label {
  position: relative;
  color: #333;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 15px;
  font-size: 1.25rem;
}
@media (max-width: 440px) {
  #app #income_calculator #views_counter input[name=features] + label,
  #app #income_calculator #views_counter input[name=views] + label {
    padding-left: 25px;
  }
}
@media (max-width: 440px) {
  #app #income_calculator #views_counter input[name=features] + label,
  #app #income_calculator #views_counter input[name=views] + label {
    font-size: 16px;
  }
}
#app #income_calculator #views_counter input[name=features] + label:before,
#app #income_calculator #views_counter input[name=views] + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  height: 25px;
  width: 25px;
  background: rgb(255, 255, 255);
  border: 1px solid #333;
  border-radius: 50%;
}
@media (max-width: 440px) {
  #app #income_calculator #views_counter input[name=features] + label:before,
  #app #income_calculator #views_counter input[name=views] + label:before {
    height: 20px;
    width: 20px;
    top: 3px;
    left: -3px;
  }
}
#app #income_calculator #views_counter input[name=features]:checked + label:after,
#app #income_calculator #views_counter input[name=views]:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  height: 15px;
  width: 15px;
  background: #333;
  border-radius: 50%;
}
@media (max-width: 440px) {
  #app #income_calculator #views_counter input[name=features]:checked + label:after,
  #app #income_calculator #views_counter input[name=views]:checked + label:after {
    height: 16px;
    width: 16px;
    top: 5px;
    left: -1px;
  }
}
#app #income_calculator #views_counter label {
  padding: 0 30px 0 5px;
}
@media (max-width: 440px) {
  #app #income_calculator #result .post_effort {
    font-size: 1rem;
  }
  #app #income_calculator #result .post_effort .large {
    color: #ffb939;
    font-weight: 500;
    font-size: 3rem;
  }
}
#app #income_calculator #result .income {
  color: #ffb939;
  font-size: 1.5rem;
}
#app #income_calculator #result .large {
  color: #ffb939;
  font-weight: 500;
  font-size: 4rem;
  display: inline;
  line-height: 4rem;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
#app #income_calculator #result .large.growth {
  font-size: 5rem;
}
#app #income_calculator #result .coin_visual {
  width: 60px;
  display: inline-block;
}
#app #income_calculator #result .coin_visual embed,
#app #income_calculator #result .coin_visual img {
  display: block;
  width: 100%;
  position: relative;
  left: -2px;
  top: 5px;
}
@media (max-width: 440px) {
  #app #income_calculator #result .coin_visual embed,
  #app #income_calculator #result .coin_visual img {
    width: 80%;
  }
}
#app #heroBanner {
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 440px) {
  #app #heroBanner {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  #app #heroBanner .wrapper {
    padding: 0 8px;
  }
}
#app #heroBanner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/coin-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 1232px;
}
#app #heroBanner .wrapper {
  z-index: 2;
}
#app #heroBanner .tagline_s {
  margin-top: 0px;
  position: relative;
}
#app #heroBanner .tagline_s span {
  font-size: 20px;
  font-weight: 600;
  padding: 0 2px;
}
#app #heroBanner .tagline_s p {
  font-family: "Noto Sans TC";
  font-size: 30px;
  line-height: 36px;
  position: relative;
  color: #7c5af4;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #app #heroBanner .tagline_s p {
    font-size: 24px;
    line-height: 29px;
  }
}
#app #heroBanner .tagline {
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  background-color: #7c5af4;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
  border-radius: 55px;
}
@media (max-width: 767px) {
  #app #heroBanner .tagline {
    width: 100%;
  }
}
#app #heroBanner .tagline span {
  color: #ffffff;
}
#app #heroBanner .tagline p {
  font-family: "Noto Sans TC";
  font-size: 28px;
  line-height: 34px;
  position: relative;
  color: #d3c6ff;
  padding: 10px 25px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 10px 36px 12px;
}
@media (max-width: 767px) {
  #app #heroBanner .tagline p {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 32px 12px;
  }
}
#app #heroBanner .tagline .icon {
  position: absolute;
  top: 10px;
  right: 3%;
  height: 48px;
}
#app #heroBanner .tagline .icon.left {
  left: -2%;
}
@media (max-width: 550px) {
  #app #heroBanner .tagline .icon {
    top: 1%;
    right: 1%;
    height: 32px;
  }
  #app #heroBanner .tagline .icon.left {
    left: -1%;
    height: 32px;
    top: 20px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  #app #heroBanner .tagline .icon {
    top: 0px;
    height: 40px;
  }
  #app #heroBanner .tagline .icon.left {
    top: 0px;
    height: 40px;
  }
}
#app #heroBanner h1 {
  color: #00c891;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0px;
}
#app #heroBanner h1 span {
  opacity: 0;
  position: absolute;
}
@media (max-width: 440px) {
  #app #heroBanner h1 {
    margin-bottom: 0px;
  }
}
#app #heroBanner h1 embed,
#app #heroBanner h1 img {
  max-width: 832px;
  width: 100%;
}
@media (max-width: 832px) {
  #app #heroBanner h1 embed,
  #app #heroBanner h1 img {
    padding: 0 8px;
  }
}
#app #heroBanner h1 + p {
  color: #7a7f83;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 0px;
}
@media (max-width: 960px) {
  #app #heroBanner h1 + p {
    font-size: 26px;
    padding: 0 90px;
  }
}
@media (max-width: 769px) {
  #app #heroBanner h1 + p {
    padding: 0 20px;
  }
}
@media (max-width: 440px) {
  #app #heroBanner h1 + p {
    font-size: 19px;
    padding: 0 10px;
    line-height: 140%;
  }
}
@media (min-width: 769px) {
  #app #heroBanner h1 {
    z-index: 1;
    margin-bottom: 0;
    line-height: 100%;
  }
}
#app #heroBanner .motionGraphic {
  position: relative;
  z-index: -1;
}
#app #heroBanner .motionGraphic #g1 {
  animation-delay: 250ms;
}
#app #heroBanner .motionGraphic #g2 {
  animation-delay: 0ms;
}
@media (min-width: 441px) and (max-width: 768px) {
  #app #heroBanner .motionGraphic {
    height: auto;
    position: relative;
  }
  #app #heroBanner .motionGraphic #g1,
  #app #heroBanner .motionGraphic #g2 {
    top: 10% !important;
    width: 47% !important;
  }
  #app #heroBanner .motionGraphic #g1 {
    left: 0% !important;
  }
  #app #heroBanner .motionGraphic #g2 {
    right: 0% !important;
  }
}
@media (max-width: 440px) {
  #app #heroBanner .motionGraphic {
    height: auto;
    position: relative;
  }
  #app #heroBanner .motionGraphic #g1,
  #app #heroBanner .motionGraphic #g2 {
    top: 12% !important;
    width: 45% !important;
    max-width: 184px;
  }
  #app #heroBanner .motionGraphic #g1 {
    left: 7% !important;
  }
  #app #heroBanner .motionGraphic #g2 {
    right: 7% !important;
  }
  #app #heroBanner .motionGraphic.mobile {
    display: none;
  }
}
#app #heroBanner .motionGraphic #g1,
#app #heroBanner .motionGraphic #g2 {
  position: absolute;
  width: 25%;
  transition: all 0.15s ease-out;
  top: 50%;
  transform: translate(0%, -50%);
}
#app #heroBanner .motionGraphic #g1 {
  left: -50px;
}
#app #heroBanner .motionGraphic #g2 {
  right: -30px;
}
#app #heroBanner .motionGraphic #gL,
#app #heroBanner .motionGraphic #gC,
#app #heroBanner .motionGraphic #gR {
  width: 33.3%;
  transition: all 0.15s ease-out;
}
#app #heroBanner .motionGraphic #gFull {
  width: 100%;
  max-width: 864px;
  transition: all 0.15s ease-out;
}
@media (max-width: 440px) {
  #app #heroBanner .motionGraphic #g1 {
    transform: translate(-11%, -40%);
    scale: 1.2;
  }
  #app #heroBanner .motionGraphic #g2 {
    transform: translate(11%, -40%);
    scale: 1.2;
  }
}
@media (min-width: 441px) and (max-width: 538px) {
  #app #heroBanner .motionGraphic #g1 {
    transform: translate(-1%, -50%);
    scale: 1.2;
  }
  #app #heroBanner .motionGraphic #g2 {
    transform: translate(1%, -50%);
    scale: 1.2;
  }
}
@media (min-width: 539px) and (max-width: 768px) {
  #app #heroBanner .motionGraphic #g1 {
    transform: translate(-1%, -35%);
    scale: 1.2;
  }
  #app #heroBanner .motionGraphic #g2 {
    transform: translate(1%, -35%);
    scale: 1.2;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  #app #heroBanner .motionGraphic {
    height: auto;
    position: relative;
  }
  #app #heroBanner .motionGraphic #g1 {
    transform: translate(29%, -55%);
    scale: 2.2;
  }
  #app #heroBanner .motionGraphic #g2 {
    transform: translate(-29%, -55%);
    scale: 2.2;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  #app #heroBanner .motionGraphic #g1 {
    transform: translate(0%, -32%);
    left: -30px;
    scale: 1.5;
  }
  #app #heroBanner .motionGraphic #g2 {
    transform: translate(0%, -32%);
    right: -30px;
    scale: 1.5;
  }
}
@media (min-width: 1441px) {
  #app #heroBanner .motionGraphic #g1 {
    transform: translate(0%, -25%);
    left: -100px;
    scale: 1.6;
  }
  #app #heroBanner .motionGraphic #g2 {
    transform: translate(0%, -25%);
    right: -100px;
    scale: 1.6;
  }
}
#app #heroBanner #dateCounter {
  margin-top: -56px;
}
@media (max-width: 1024px) {
  #app #heroBanner #dateCounter {
    padding-top: 24px;
  }
}
#app #heroBanner #dateCounter .flipdown {
  display: none;
}
#app #heroBanner #dateCounter > p {
  color: #545e56;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 441px) {
  #app #heroBanner #dateCounter > p {
    font-size: 1.2rem;
  }
}
#app #heroBanner #dateCounter .countdown {
  position: relative;
}
@media (min-width: 441px) {
  #app #heroBanner #dateCounter .countdown > div {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (min-width: 769px) {
  #app #heroBanner #dateCounter .countdown > div {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
#app #heroBanner #dateCounter .countdown > div p {
  margin-bottom: 24px;
}
#app #heroBanner #dateCounter .countdown .dateCounter_wording {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 440px) {
  #app #heroBanner #dateCounter .countdown .dateCounter_wording {
    font-size: 1.188rem;
  }
}
#app #heroBanner #dateCounter .countdown .box {
  display: inline-block;
}
#app #heroBanner #dateCounter .countdown .box p {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #app #heroBanner #dateCounter .countdown .box p {
    font-size: 18px;
    flex-direction: column;
  }
}
@media (max-width: 440px) {
  #app #heroBanner #dateCounter .countdown .box p {
    padding: 3px 16px 4px;
  }
}
#app #heroBanner #dateCounter .countdown .box p > div:first-child {
  line-height: 60px;
}
@media (max-width: 1024px) {
  #app #heroBanner #dateCounter .countdown .box p > div:first-child {
    line-height: 40px;
  }
}
#app #heroBanner #dateCounter .countdown .box p > div:first-child:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 48px;
  background-image: url(../img/icn-calendar@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: 12px;
  right: 4px;
}
@media (max-width: 1024px) {
  #app #heroBanner #dateCounter .countdown .box p > div:first-child:before {
    width: 28px;
    height: 32px;
    top: 8px;
  }
}
#app #heroBanner #dateCounter #flipdown {
  margin-top: 10px;
}
#app #heroBanner #dateCounter #milestone {
  padding-top: 80px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  #app #heroBanner #dateCounter #milestone {
    padding-top: 55px;
    margin-bottom: 55px;
  }
}
@media (max-width: 440px) {
  #app #heroBanner #dateCounter #milestone {
    padding-top: 60px;
  }
}
#app #heroBanner #dateCounter #milestone #end_earn,
#app #heroBanner #dateCounter #milestone #run,
#app #heroBanner #dateCounter #milestone #coins,
#app #heroBanner #dateCounter #milestone #pig {
  position: absolute;
  width: 71px;
  left: -30px;
  bottom: 25px;
  display: none;
}
@media (max-width: 440px) {
  #app #heroBanner #dateCounter #milestone #end_earn,
  #app #heroBanner #dateCounter #milestone #run,
  #app #heroBanner #dateCounter #milestone #coins,
  #app #heroBanner #dateCounter #milestone #pig {
    width: 50px;
    left: -15px;
  }
}
#app #heroBanner #dateCounter #milestone #end_earn {
  left: -20px;
}
#app #heroBanner #dateCounter #milestone #timeline {
  height: 20px;
  margin: auto;
  background: #5059c8;
  position: relative;
  display: flex;
}
@media (max-width: 440px) {
  #app #heroBanner #dateCounter #milestone #timeline {
    max-width: calc(100% - 55px);
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  #app #heroBanner #dateCounter #milestone #timeline {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  #app #heroBanner #dateCounter #milestone #timeline {
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 991px) {
  #app #heroBanner #dateCounter #milestone #timeline {
    max-width: 40%;
  }
}
#app #heroBanner #dateCounter #milestone #timeline span {
  left: 0;
  background: #000;
  position: absolute;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-repeat: repeat-y;
  background-size: 50px 200px;
  background-position: 0 0;
  animation: shine 1s infinite;
  z-index: 1;
  z-index: 1;
  width: 0;
  transition: all 800ms cubic-bezier(0, 0, 0.81, 0.05);
}
#app #heroBanner #dateCounter #milestone #timeline #currentpoint,
#app #heroBanner #dateCounter #milestone #timeline #endtpoint,
#app #heroBanner #dateCounter #milestone #timeline #startpoint {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 60%;
  z-index: 2;
  top: 0px;
}
#app #heroBanner #dateCounter #milestone #timeline #currentpoint:before,
#app #heroBanner #dateCounter #milestone #timeline #endtpoint:before,
#app #heroBanner #dateCounter #milestone #timeline #startpoint:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 60%;
  background: #ffffff;
  left: 5px;
  top: 5px;
}
#app #heroBanner #dateCounter #milestone #timeline #startpoint {
  left: -10px;
  display: none;
}
#app #heroBanner #dateCounter #milestone #timeline #currentpoint {
  margin-left: -10px;
  z-index: 10;
  background: #4f4dda;
  left: 0;
  transition: all 800ms cubic-bezier(0, 0, 0.81, 0.05);
}
#app #heroBanner #dateCounter #milestone #timeline #endtpoint {
  right: -10px;
  z-index: 9;
  background: #ffc458;
}
#app #heroBanner #dateCounter #milestone #timeline #label_count {
  border-radius: 5px;
  left: -25px;
  top: 30px;
  position: absolute;
  display: flex;
  height: 30px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  color: #333;
  min-width: 70px;
  border: solid 1.5px #333;
  background-color: #ffc458;
}
#app #heroBanner #dateCounter #milestone #timeline #label_count div {
  text-wrap: nowrap;
  padding: 0 5px;
}
#app #heroBanner #dateCounter #milestone #timeline #label_count:before {
  content: "";
  position: absolute;
  top: -8px;
  background: #ffc458;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 15px;
  height: 10px;
  z-index: 1;
}
#app #heroBanner #dateCounter #milestone #timeline #label_count:after {
  content: "";
  position: absolute;
  top: -10px;
  background: #333;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 15px;
  height: 10px;
}
#app #heroBanner #dateCounter #milestone #timeline .breakpoint {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
}
#app #heroBanner #dateCounter #milestone #timeline .breakpoint .point {
  position: relative;
}
#app #heroBanner #dateCounter #milestone #timeline .breakpoint .point:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 60%;
  background: #ffffff;
  left: -5px;
  top: 5px;
}
#app #heroBanner #dateCounter #milestone #timeline .breakpoint .point:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 60%;
  background: rgb(213, 213, 213);
  left: -10px;
  top: 0;
  z-index: 0;
}
#app #heroBanner #dateCounter #milestone #timeline .breakpoint .point:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 60%;
  background: #5059c8;
  left: -10px;
  top: 0;
  z-index: 0;
}
#app #navBar {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#app #navBar .wrapper {
  padding: 24px;
  flex-direction: row;
}
@media (max-width: 767px) {
  #app #navBar .wrapper {
    flex-direction: column;
    padding: 0;
  }
  #app #navBar .wrapper > div.left {
    align-items: center;
    display: flex;
    width: 100%;
    padding: 4px 16px;
    justify-content: space-between;
  }
  #app #navBar .wrapper > div.left img {
    height: auto;
    max-width: 134px;
  }
  #app #navBar .wrapper > div.left .mobile_community {
    margin-right: 0;
  }
}
#app #navBar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fffaf2;
  opacity: 0;
}
@media (min-width: 768px) {
  #app #navBar {
    flex-direction: row;
  }
}
#app #navBar .mainLogo {
  transition: all 0.15s ease-out;
  max-width: 206px;
}
@media (min-width: 768px) {
  #app #navBar .mainLogo {
    max-width: 206px;
  }
}
#app #navBar .mobile_community {
  color: #fff;
  background: #05c791;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
}
#app #navBar .mobile_community img {
  width: 15px;
  margin-left: 2px;
  margin-top: -3px;
}
#app #navBar .modile_download_app_btn {
  text-align: center;
  background: #3087d9;
  justify-content: center;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  width: 100%;
}
#app #navBar .modile_download_app_btn img {
  width: 10px;
  margin-top: -4px;
  margin-right: 6px;
}
#app #navBar > div.right {
  justify-content: flex-end;
}
#app #navBar > div {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
}
#app #navBar a {
  margin: 5px;
}
#app #navBar a:hover {
  text-decoration: none;
}
#app #navBar .download_app_btn {
  display: flex;
  background: #3087d9;
  padding: 5px 10px 6px;
  border-radius: 50px;
}
#app #navBar .download_app_btn img {
  width: 8px;
  margin-right: 6px;
}
#app #navBar .download_app_btn span {
  color: #fff;
}
#app #navBar .web_community_btn {
  display: flex;
  background: #05c791;
  padding: 5px 10px;
  border-radius: 50px;
}
#app #navBar .web_community_btn img {
  width: 15px;
  margin-right: 6px;
}
#app #navBar .web_community_btn span {
  color: #fff;
}
#app #features {
  background: url(../img/bg-pattern@3x.png);
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
  padding-top: 20px;
}
#app #features h2 {
  color: #fff;
  font-size: 1.5rem;
  padding: 13px 78px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1.17px;
  line-height: 30px;
}
@media (max-width: 768px) {
  #app #features h2 {
    padding: 10px 70px;
    font-size: 20px;
    padding-bottom: 12px;
    line-height: 170%;
    letter-spacing: 0;
  }
}
@media (max-width: 550px) {
  #app #features h2 {
    line-height: 140%;
  }
}
#app #features .row {
  justify-content: center;
  margin-right: -6px;
  margin-left: -6px;
}
#app #features .block {
  padding: 32px 0px 12px 0px;
  border-radius: 16px;
}
#app #features .block .title {
  margin: auto;
  border-radius: 12px;
  background-color: #1dd6a8;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
#app #features .block .title .icon {
  position: absolute;
  top: -22px;
  right: 3%;
  width: auto;
  height: 80px;
}
#app #features .block .title .icon.left {
  left: 3%;
}
@media (max-width: 550px) {
  #app #features .block .title .icon {
    top: 1%;
    right: 1%;
    height: 53px;
  }
  #app #features .block .title .icon.left {
    left: 1%;
    height: 53px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  #app #features .block .title .icon {
    top: 0px;
    height: 53px;
  }
  #app #features .block .title .icon.left {
    top: 0px;
    height: 53px;
  }
}
#app #features .block .features {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
}
#app #features .block .features .card {
  padding: 8px 10px 16px;
  background: none;
  position: relative;
  height: 100%;
  border: 0;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: inset 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
}
#app #features .block .features .card:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: solid 2px #333;
  background-color: #fff;
  z-index: -1;
}
#app #features .block .features .items {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#app #features .block .features .items .feature_items {
  width: 100%;
}
#app #features .block .features .items img {
  width: 100%;
  max-width: 172px;
}
#app #features .block .features h5 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 0px;
  text-align: center;
  color: #333;
  min-height: 50px;
  margin-bottom: 0px;
  line-height: 140%;
}
#app #features .block .features h5 span {
  color: #4f4dda;
}
#app #features .block .xsmall {
  line-height: 20px;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 0px;
  color: #333;
  font-weight: 400;
}
@media (max-width: 440px) {
  #app #features .block .xsmall {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  #app #features .block .features .items {
    max-width: 120px;
    width: 100%;
  }
  #app #features .block .features h5 {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 16px;
    margin: 0;
  }
}
#app #featuresB {
  background: url(../img/bg-pattern@3x.png);
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
}
#app #featuresB h2 {
  color: #fff;
  font-size: 1.5rem;
  padding: 13px 78px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1.17px;
  line-height: 30px;
}
@media (max-width: 768px) {
  #app #featuresB h2 {
    padding: 10px 70px;
    font-size: 20px;
    padding-bottom: 12px;
    line-height: 140%;
    letter-spacing: 0;
  }
}
#app #featuresB .row {
  justify-content: center;
  margin-right: -6px;
  margin-left: -6px;
}
#app #featuresB .block {
  padding: 56px 0px 12px 0px;
  border-radius: 16px;
}
#app #featuresB .block .title {
  margin: auto;
  border-radius: 12px;
  background-color: #1dd6a8;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
#app #featuresB .block .title .icon {
  position: absolute;
  top: -22px;
  right: 3%;
  width: auto;
  height: 80px;
}
#app #featuresB .block .title .icon.left {
  left: 3%;
}
@media (max-width: 550px) {
  #app #featuresB .block .title .icon {
    top: 1%;
    right: 1%;
    height: 53px;
  }
  #app #featuresB .block .title .icon.left {
    left: 1%;
    height: 53px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  #app #featuresB .block .title .icon {
    top: 0px;
    height: 53px;
  }
  #app #featuresB .block .title .icon.left {
    top: 0px;
    height: 53px;
  }
}
#app #featuresB .block .features {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
}
#app #featuresB .block .features .card {
  padding: 8px 10px 16px;
  background: none;
  position: relative;
  height: 100%;
  border: 0;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: inset 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
}
#app #featuresB .block .features .card:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: solid 2px #333;
  background-color: #fff;
  z-index: -1;
}
#app #featuresB .block .features .items {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#app #featuresB .block .features .items .feature_items {
  width: 100%;
}
#app #featuresB .block .features .items img {
  width: 100%;
  max-width: 172px;
}
#app #featuresB .block .features h5 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 0px;
  text-align: center;
  color: #333;
  min-height: 50px;
  margin-bottom: 0px;
  line-height: 140%;
}
#app #featuresB .block .features h5 span {
  color: #4f4dda;
}
#app #featuresB .block .xsmall {
  line-height: 20px;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 0px;
  color: #333;
  font-weight: 400;
}
@media (max-width: 440px) {
  #app #featuresB .block .xsmall {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  #app #featuresB .block .features .items {
    max-width: 120px;
    width: 100%;
  }
  #app #featuresB .block .features h5 {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 16px;
    margin: 0;
  }
}
#app #join_flow {
  padding-top: 32px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 440px) {
  #app #join_flow {
    padding-bottom: 10px;
  }
}
#app #join_flow h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  margin: auto;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 56px;
  position: relative;
  text-align: center;
  position: relative;
  border-radius: 12px;
  background-color: #1dd6a8;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
@media (max-width: 440px) {
  #app #join_flow h2 {
    padding-bottom: 2px;
    line-height: 54px;
  }
  #app #join_flow h2 img {
    height: 32px;
  }
}
#app #join_flow h2 span {
  position: relative;
  z-index: 1;
}
#app #join_flow .icon {
  position: absolute;
  top: -22px;
  right: 3%;
  width: auto;
  height: 80px;
}
@media (max-width: 768px) {
  #app #join_flow .icon {
    top: 0px;
    height: 50px;
    right: 2%;
  }
}
#app #join_flow .join_btn .btn {
  background: #4f4dda;
  box-shadow: 6px 6px 0 0 #7a78f2;
  border: solid 1.5px #f6fffd;
  padding: 8px 44px 10px;
}
#app #join_flow .join_btn:hover {
  text-decoration: none;
  transform: translate(6px, 6px);
}
#app #join_flow .join_btn:hover .btn {
  box-shadow: 0px 0px 0 0 #7a78f2;
}
#app #join_flow .join_btn:active .btn {
  background: #4f4dda;
}
#app #join_flow .wrapper > div {
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  text-align: left;
}
@media (max-width: 440px) {
  #app #join_flow .wrapper > div {
    font-size: 16px;
    font-weight: 300;
  }
}
#app #join_flow .wrapper .xsmall {
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 10px;
  color: #333;
}
@media (max-width: 440px) {
  #app #join_flow .wrapper .xsmall {
    padding: 0 0px;
  }
}
#app #join_flow .row {
  justify-content: center;
  margin-right: -6px;
  margin-left: -6px;
}
#app #join_flow .title {
  text-align: center;
  position: relative;
}
#app #join_flow .features {
  padding: 0;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 8px;
}
#app #join_flow .features .card {
  padding: 8px 10px 16px;
  background: none;
  position: relative;
  height: 100%;
  border: 0;
  background-clip: border-box;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: inset 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
}
#app #join_flow .features .card:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: solid 2px #333;
  background-color: #fff;
  z-index: -1;
}
#app #join_flow .features .text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #333;
  line-height: 1.39;
  margin: 8px 10px 0;
}
@media (max-width: 440px) {
  #app #join_flow .features .text {
    font-size: 1rem;
  }
}
#app #join_flow .features .items {
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #9ecfc2;
  box-shadow: 4px 4px 1px 8px rgba(0, 200, 145, 0.5);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #b5d4cc;
  -webkit-box-shadow: 4px 4px 1px 0px rgb(139, 219, 188);
  -moz-box-shadow: 4px 4px 1px 0px rgb(139, 219, 188);
  box-shadow: 4px 4px 1px 0px rgb(139, 219, 188);
}
#app #join_flow .features .items img {
  padding: 2px;
  width: 100%;
}
#app #join_flow .features h5 {
  margin-top: 15px;
  text-align: center;
}
#app #creator_insight {
  padding-top: 16px;
}
#app #creator_insight .title {
  border-radius: 12px;
  background-color: #1dd6a8;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
  position: relative;
}
#app #creator_insight .title h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 56px;
  padding-bottom: 20px;
  position: relative;
  padding: 0;
  margin: 0;
}
#app #creator_insight .title h2 span {
  position: relative;
  z-index: 1;
  background: #d2f7e3;
}
@media (max-width: 440px) {
  #app #creator_insight .title h2 {
    padding-bottom: 2px;
    line-height: 54px;
  }
}
#app #creator_insight .title .icon {
  position: absolute;
  top: -22px;
  left: 40px;
  width: auto;
  height: 80px;
}
@media (max-width: 768px) {
  #app #creator_insight .title .icon {
    top: 0px;
    left: -1%;
    scale: 79%;
  }
}
#app #creator_insight .wrapper > div {
  text-align: center;
}
#app #creator_insight .row {
  display: flex;
  justify-content: center;
  margin-right: -6px;
  margin-left: -6px;
}
#app #creator_insight .block {
  margin: 0;
  padding: 0;
  padding: 27px 0px;
  border-radius: 16px;
}
#app #creator_insight .block .title {
  text-align: center;
  margin-bottom: 16px;
  margin-left: -8px;
  margin-right: -8px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  #app #creator_insight .block .title .icon {
    top: -5px;
    height: 60px;
  }
}
#app #creator_insight .block .features {
  display: flex;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 30px;
  position: relative;
}
#app #creator_insight .block .features .card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 0;
  background-color: #fff;
  box-shadow: inset 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
}
#app #creator_insight .block .features .items {
  text-align: center;
}
#app #creator_insight .block .features .items img {
  width: 100%;
}
#app #creator_insight .block .features .items + div {
  color: #333;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.39;
  padding: 18px;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 440px) {
  #app #creator_insight .block .features .items + div {
    font-size: 1rem;
  }
}
#app #creator_insight .block .features h5 {
  margin-top: 15px;
  text-align: center;
}
#app #creator_insight .join_btn span {
  position: relative;
  z-index: 1;
}
#app #creator_insight .join_btn .btn {
  background: #4f4dda;
  box-shadow: 6px 6px 0 0 #7a78f2;
  border: solid 1.5px #f6fffd;
  padding: 8px 44px 10px;
}
#app #creator_insight .join_btn .btn:before {
  content: "社群個人頁面";
  line-height: 40px;
}
@media (max-width: 440px) {
  #app #creator_insight .join_btn .btn:before {
    font-size: 30px;
  }
}
#app #creator_insight .join_btn:hover {
  text-decoration: none;
  transform: translate(6px, 6px);
}
#app #creator_insight .join_btn:hover .btn {
  box-shadow: 0px 0px 0 0 #7a78f2;
}
#app #creator_insight .join_btn:active .btn {
  background: #4f4dda;
}
#app #QA {
  padding-top: 32px;
}
#app #QA .wrapper {
  counter-reset: my-awesome-counter;
  padding-bottom: 0px;
}
#app #QA .wrapper .title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (max-width: 440px) {
  #app #QA .wrapper .title h2 {
    padding-bottom: 2px;
    line-height: 54px;
  }
}
@media (max-width: 440px) {
  #app #QA .wrapper .title h2 img {
    height: 32px;
  }
}
#app #QA .wrapper .title h2:before {
  top: 67%;
}
#app #QA .wrapper .title .icon {
  position: absolute;
  top: -22px;
  right: 40px;
  width: auto;
  height: 80px;
}
@media (max-width: 768px) {
  #app #QA .wrapper .title .icon {
    top: 0px;
    height: 53px;
    right: 2%;
  }
}
#app #QA .wrapper .title .icon.left {
  left: 3%;
}
#app #QA .wrapper .bg {
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
  margin-left: -8px;
  margin-right: -8px;
  box-shadow: inset 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
  margin-right: -6px;
  margin-left: -6px;
}
@media (max-width: 440px) {
  #app #QA .wrapper .bg {
    padding: 16px;
  }
}
@media (min-width: 441px) and (max-width: 990px) {
  #app #QA .wrapper .bg {
    padding: 16px 40px;
  }
}
#app #QA .wrapper a {
  color: #00c891;
}
#app #QA .title {
  text-align: center;
  margin-bottom: 16px;
  margin-left: -6px;
  margin-right: -6px;
  border-radius: 12px;
  background-color: #1dd6a8;
  position: relative;
  box-shadow: inset -4px -5px 4px 0 rgba(0, 0, 0, 0.25), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
#app #QA .title h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 56px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
#app #QA .title h2 span {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
#app #QA .group {
  position: relative;
  padding-top: 8px;
}
@media (min-width: 990px) {
  #app #QA .group {
    margin: 0 100px;
  }
}
#app #QA .group h2 {
  margin-left: -30px;
}
#app #QA .group h2 span {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #00b684;
  font-size: 1.125rem;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  /* padding-bottom: 20px; */
  /* padding-top: 20px; */
  border-radius: 21px;
  background-color: #eaf3ec;
  padding: 2px 12px;
}
@media (max-width: 440px) {
  #app #QA .group h2 span {
    font-size: 14px;
    font-weight: 500;
  }
}
#app #QA .group .row {
  counter-increment: my-awesome-counter;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}
#app #QA .group .row .collapse {
  font-size: 16px;
}
#app #QA .group .row > .title-bar[aria-expanded=false]:after {
  right: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
  background: url(../img/arrow_collapse_1.svg) no-repeat;
  background-position-y: center;
  transition: all 0.15s ease-out;
  transform: rotate(90deg);
  top: 8px;
}
@media (max-width: 440px) {
  #app #QA .group .row > .title-bar[aria-expanded=false]:after {
    right: 0px;
  }
}
#app #QA .group .row > .title-bar[aria-expanded=true]:after {
  right: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
  background: url(../img/arrow_collapse_1.svg) no-repeat;
  background-position-y: center;
  transition: all 0.15s ease-out;
  transform: rotate(-90deg);
  top: 10px;
}
@media (max-width: 440px) {
  #app #QA .group .row > .title-bar[aria-expanded=true]:after {
    top: 8px;
    right: -1px;
  }
}
#app #QA .group .row:before {
  content: counter(my-awesome-counter);
  left: -4px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 1.3rem;
  position: absolute;
  color: #333;
}
@media (min-width: 990px) {
  #app #QA .group .row:before {
    left: -5px;
  }
}
@media (max-width: 440px) {
  #app #QA .group .row:before {
    top: 8px;
    font-size: 1rem;
    line-height: 25px;
  }
}
#app #QA .group .row:after {
  content: "";
  height: 1px;
  width: 1001px;
  margin: 20px 0;
  border: 0.5px solid #d4d4d4;
  width: 100%;
  margin-left: 20px;
}
@media (max-width: 440px) {
  #app #QA .group .row:after {
    margin: 10px 0;
    margin-left: 20px;
  }
}
#app #QA .group .row > .title-bar {
  padding-left: 1.6rem;
  padding-right: 2.1rem;
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 440px) {
  #app #QA .group .row > .title-bar {
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    padding: 8px 30px 8px 20px;
  }
}
#app #QA .group .row p {
  padding-top: 10px;
  margin-bottom: 9px;
  padding-left: 1.2rem;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 300;
}
@media (max-width: 440px) {
  #app #QA .group .row p {
    font-size: 1rem;
    line-height: 25px;
  }
}
#app #QA .group .row p ol b {
  color: #585858;
  margin-bottom: -10px;
  display: block;
}
#app #terms {
  padding: 10px;
}
#app #terms .modal-header {
  background: none;
  padding-bottom: 0;
}
#app #terms .wrapper {
  max-width: 1200x;
  color: #333;
  font-size: 1.25rem;
}
#app #terms .wrapper h2 {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 33px;
}
#app #terms .wrapper ol {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
#app #terms .wrapper ol a {
  color: #00c891;
}
#app #terms .wrapper .more {
  color: #333;
  text-align: center;
}
@media (max-width: 440px) {
  #app #terms .wrapper .more {
    font-size: 16px;
    padding: 20px;
  }
}
#app #terms .wrapper .terms {
  opacity: 1;
  color: #00c891;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
#app #terms .wrapper .terms:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  background: url(../img/arrow_collapse_1.svg);
  margin: 4px;
}
#app #footer {
  background: url("../img/bg-pattern@3x.png");
  background-attachment: fixed;
  background-size: 40px;
  background-color: #fffaf2;
  padding-bottom: 30px;
  padding-top: 10px;
}
@media (min-width: 990px) {
  #app #footer {
    padding: 16px 0px;
  }
}
#app #footer .copyright {
  font-size: 14px;
  font-weight: 200;
  color: #333;
  padding: 5px 0;
}
#app #footer ul {
  list-style: none;
  padding: 0;
  display: flex;
}
@media (max-width: 440px) {
  #app #footer ul {
    flex-direction: column;
  }
  #app #footer ul li {
    padding-right: 0px;
    padding: 5px 0;
  }
}
#app #footer ul li {
  padding-right: 20px;
}
#app #footer ul li a {
  color: #333;
  text-decoration: underline;
  opacity: 1;
  font-size: 1rem;
  opacity: 1;
  letter-spacing: 0px;
}
@media (max-width: 440px) {
  #app #footer ul li a {
    font-size: 14px;
  }
}
#app .floatingButton {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 1;
}
@media (max-width: 440px) {
  #app .floatingButton img {
    width: 88px;
  }
}
#app #pagesModal .modal-header {
  padding: 10px;
  justify-content: flex-end;
}
#app #pagesModal .modal-header .close_btn {
  background: none;
  border: 0;
  display: flex;
  outline: 0;
  font-size: 16px;
  align-items: center;
}
#app #pagesModal .modal-container {
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
#app #pagesModal .modal-container iframe {
  position: fixed;
  border: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 67px);
}

@keyframes flash {
  0% {
    opacity: 1;
    transform: translate(45px);
  }
  100% {
    opacity: 0;
    transform: translate(0);
  }
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.modal-mask .modal-wrapper {
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}
.modal-mask .calc_dec {
  opacity: 0;
}
.modal-mask .backdrop {
  opacity: 0;
}
.modal-mask.active {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
.modal-mask.active .modal-wrapper {
  transform: translateY(0px);
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.modal-mask.active .calc_dec {
  opacity: 1;
  transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.modal-mask.active .backdrop {
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 1;
}

img.coins {
  position: absolute;
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 3;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.backdrop {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.modal-container {
  overflow-y: auto;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 618px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.modal-header {
  position: relative;
  background: linear-gradient(180deg, #fff0aa 0.04%, #ffffff 100%);
  justify-content: space-between;
  border-bottom: none;
}
.modal-header .close_btn {
  background: none;
  border: 0;
  outline: 0;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  padding-top: 0;
}
.modal-body * {
  font-family: "Noto Sans TC", "微軟正黑體";
}
.modal-body .info_remark {
  color: #969494;
  font-size: 0.75rem;
}
.modal-body .info_remark a {
  text-decoration: underline;
  color: #969494;
}
.modal-body .calc_dec {
  max-height: 620px;
  overflow-y: auto;
}
@media (max-width: 440px) {
  .modal-body .calc_dec {
    max-height: 500px;
  }
}
.modal-body .calc_dec h3 {
  color: #534505;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.modal-body .calc_dec h3 {
  color: #534505;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.modal-body .calc_dec h4 {
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  color: #534505;
  margin-bottom: 12px;
  line-height: 24px;
}
.modal-body .calc_dec p {
  padding: 0;
  margin: 0;
}
.modal-body .calc_dec .formula {
  font-size: 12.8px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #534505;
  margin-bottom: 16px;
}
.modal-body .calc_dec .formula .formula_item {
  margin-bottom: 12px;
}
.modal-body .calc_dec .formula .formula_item__title {
  font-weight: 600;
}
.modal-body .calc_dec ol {
  padding-left: 20px;
}
.modal-body .calc_dec .info_remark {
  color: #969494;
  font-size: 0.75rem;
}
.modal-body .calc_dec .info_remark a {
  text-decoration: underline;
  color: #969494;
}
.modal-body .calc_dec ul.column {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.modal-body .calc_dec ul.column li {
  text-align: center;
  padding: 10px;
}
.modal-body .calc_dec ul.column li:before {
  display: none;
}
.modal-body .calc_dec ul.column li.line {
  padding: 0px;
  width: 1px;
  background: #f4f4f4;
}
.modal-body .calc_dec ul.column li h3 {
  padding-top: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
  color: #534505;
}
.modal-body .calc_dec ul.column li p {
  font-size: 0.75rem;
  color: #a09874;
  line-height: initial;
}
.modal-body .calc_dec .point {
  counter-reset: my-awesome-counter;
  list-style: none;
}
.modal-body .calc_dec .point li {
  counter-increment: my-awesome-counter;
  font-size: 16px;
}
.modal-body .calc_dec .point li:before {
  content: "-";
  left: -19px;
  top: -1px;
  padding-right: 20px;
  font-weight: 300;
  position: absolute;
  height: auto;
  width: auto;
  background: none;
}
.modal-body .calc_dec .point,
.modal-body .calc_dec .example {
  counter-reset: my-awesome-counter;
  list-style: none;
}
.modal-body .calc_dec .point li,
.modal-body .calc_dec .example li {
  counter-increment: my-awesome-counter;
  font-size: 16px;
  position: relative;
}
.modal-body .calc_dec .point li:before,
.modal-body .calc_dec .example li:before {
  content: "(" counter(my-awesome-counter) ")";
  left: -23px;
  top: -1px;
  padding-right: 20px;
  font-weight: 300;
  position: absolute;
  height: auto;
  width: auto;
  background: none;
}
.modal-body .calc_dec > ul {
  counter-reset: my-awesome-counter;
}
.modal-body .calc_dec > ul li {
  counter-increment: my-awesome-counter;
  list-style: none;
  color: #333333;
  font-family: "PingFang TC";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  padding-bottom: 10px;
  position: relative;
}
.modal-body .calc_dec > ul li:before {
  content: counter(my-awesome-counter);
  height: 26px;
  width: 26px;
  background-color: #ffde3b;
  border-radius: 60%;
  left: 0;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  color: #333;
  justify-content: center;
  align-items: center;
  left: -36px;
  top: -2px;
}

.modal-default-button {
  float: right;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.vert-move {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}
.st0 {
  fill: #489bff;
}

.st1 {
  font-family: "MyriadPro-Regular";
}

.st2 {
  font-size: 52.9764px;
}

.st3 {
  font-family: "KozGoPr6N-Regular-83pv-RKSJ-H";
}

.st4 {
  font-size: 33.9042px;
}

@media (max-width: 440px) {
  #app.sticky #navBar.down .mainLogo {
    max-width: 134px;
  }
  #app #navBar .mainLogo {
    max-width: 134px;
  }
  #app #features .block {
    padding: 0;
  }
  #app #features .block .features {
    max-width: 49%;
    padding-left: 3px;
    padding-right: 3px;
  }
  #app #creator_insight .block {
    padding: 0;
  }
  #app #creator_insight .block .row {
    padding-bottom: 16px;
  }
  #app #creator_insight .block .features {
    margin-bottom: 8px;
  }
}
:root {
  --bg: #4b55f2;
  --grid: rgba(255, 255, 255, .12);
  --card: #ffffff;
  --bar: #ff6a6a;
  --ink: #333;
  --link: #3b55ff;
  --btn: #ff6a6a;
  --badge: #c9ff73;
  --border: #0e0e0e;
}

* {
  box-sizing: border-box;
}

.featercard {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff1d8, #fff9dd);
  box-shadow: inset -10px -10px 20px 0 rgba(47, 31, 2, 0.1), inset 10px 10px 10px 0 rgba(255, 253, 231, 0.2);
  border-radius: 56px;
  overflow: visible;
  margin: auto;
}
.featercard .icon {
  position: absolute;
  bottom: -68px;
  right: -6%;
  height: 196px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .featercard .icon {
    height: 160px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  .featercard .icon {
    bottom: -48px;
    right: 0;
    height: 148px;
  }
}
@media (max-width: 550px) {
  .featercard .icon {
    bottom: -52px;
    right: 0;
    height: 126px;
  }
}
@media (max-width: 440px) {
  .featercard .icon {
    bottom: -60px;
  }
}
.featercard .icon.cloud {
  bottom: unset;
  right: unset;
  top: -30px;
  left: -4%;
  height: 126px;
}
@media (max-width: 1200px) {
  .featercard .icon.cloud {
    height: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1010px) {
  .featercard .icon.cloud {
    top: 0px;
    left: -3%;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  .featercard .icon.cloud {
    top: -5px;
    left: -2%;
  }
}
@media (max-width: 550px) {
  .featercard .icon.cloud {
    top: -5px;
    left: -1%;
    height: 90px;
  }
}
@media (max-width: 440px) {
  .featercard .icon.cloud {
    top: -45px;
    left: -3%;
    height: 90px;
  }
}
.featercard .icon.calendar {
  position: unset;
  height: 40px;
  margin-right: 4px;
}

.feature_wording {
  padding: 8px 16px 56px;
  text-align: center;
  color: #333;
  margin: auto;
}
.feature_wording h3 {
  font-size: 40px;
  line-height: 59px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .feature_wording h3 {
    font-size: 28px;
    line-height: 41px;
  }
}
.feature_wording p {
  font-size: 20px;
  font-weight: 400;
  color: #5d574c;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .feature_wording p {
    font-size: 18px;
  }
}
.feature_wording p span {
  color: #4f4dda;
  font-weight: 500;
}

.topbar {
  color: #ff8747;
  font-weight: 500;
  text-align: center;
  padding: 32px 16px 0px;
  border-radius: 15px 15px 0 0;
  letter-spacing: 0.5px;
  font-size: clamp(16px, 2.2vw, 20px);
}
.topbar span {
  font-size: 32px;
}
.topbar p {
  margin-bottom: 0;
}

h2 {
  margin: 6px 0 14px;
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: 0.5px;
}

.desc {
  margin: 0 auto 22px;
  max-width: 980px;
  line-height: 1.85;
  font-size: clamp(14px, 1.5vw, 18px);
}

.desc a {
  color: var(--link);
  text-decoration: none;
  font-weight: 800;
}

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

.cta {
  display: inline-block;
  padding: 16px 56px;
  font-weight: 900;
  font-size: clamp(18px, 2.1vw, 30px);
  color: #fff;
  background: var(--btn);
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transform: translateY(0);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:active {
  transform: translateY(2px);
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.45);
}

/* binder clips */
.clip {
  position: absolute;
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 60%;
  background: #fff;
  border: 2px solid var(--border);
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.12);
}

.clip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 20px;
  height: 40px;
  transform: translateX(-50%);
  background: #ccc;
  border: 2px solid var(--border);
  border-radius: 12px;
}

.clip.left {
  left: 180px;
}

.clip.left2 {
  left: 240px;
}

.clip.right {
  right: 240px;
}

.clip.right2 {
  right: 180px;
}

/* badge */
.badge {
  position: absolute;
  right: -12px;
  top: -62px;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  font-weight: 900;
  text-align: center;
  line-height: 1.15;
  color: #000;
  white-space: break-spaces;
  padding-right: 0;
}
.badge[aria-hidden=false] {
  opacity: 1;
}
.badge[aria-hidden=true] {
  opacity: 0;
}
.badge .timecount {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  width: 80px;
  height: 75px;
  flex-grow: 0;
  padding: 0;
}
.badge .timecount .timecount_box {
  height: 75px;
}
.badge .timecount .timecount_box:before {
  content: "";
  width: 60px;
  height: 44px;
  background: url(../img/peanut.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}
.badge .timecount .twomth {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2px 6px;
  border-radius: 12px;
  box-shadow: inset -10px -10px 20px 0 rgba(0, 0, 0, 0.05), inset 10px 10px 10px 0 rgba(255, 255, 255, 0.2), 0 6px 0 0 #30908d;
  background-color: #0fc7c1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.badge .timecount .last14 {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2px 6px;
  border-radius: 12px;
  box-shadow: inset -10px -10px 20px 0 rgba(0, 0, 0, 0.05), inset 10px 10px 10px 0 rgba(255, 255, 255, 0.2), 0 6px 0 0 #c45046;
  background-color: #ff6a00;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.badge .timecount .last14 span.text_large {
  color: #fff;
  font-size: 16px;
}
.badge .timecount .end {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2px 6px;
  border-radius: 12px;
  box-shadow: inset -10px -10px 20px 0 rgba(0, 0, 0, 0.05), inset 10px 10px 10px 0 rgba(255, 255, 255, 0.2), 0 6px 0 0 #30908d;
  background-color: #0fc7c1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.badge .timecount .end span.text_large {
  color: #fff;
  font-size: 16px;
}

.badge span.small {
  display: block;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 0;
}

.badge span.large {
  display: block;
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #09aaa5;
  padding: 0 4px;
  height: 30px;
  border-radius: 4px;
  margin: 2px 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.badge span.large:after {
  content: "天";
  font-size: 12px;
}

.badge span.text_large {
  display: block;
  font-size: 20px;
  margin-top: -2px;
}

.badge b {
  display: block;
  font-size: 24px;
}

.badge span.join_text {
  color: #fffb11;
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 4px;
}

/* make it nicer on very small screens */
@media (max-width: 1024px) {
  .clip.left {
    left: 5%;
  }
  .clip.left2 {
    left: 12%;
  }
  .clip.right {
    right: 5%;
  }
  .clip.right2 {
    right: 12%;
  }
  .topbar span {
    font-size: 28px;
  }
  .badge {
    right: -12px;
    top: 50px;
  }
  .cta {
    padding: 14px 44px;
  }
}
.wrapper {
  position: relative;
}

#app #heroBanner .featercard .join_wrapper .join_btn {
  height: auto;
  position: relative;
}

#app #heroBanner .featercard .join_wrapper {
  height: unset;
}

#app #heroBanner .join_btn .btn span {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
