#akun-demo {
  font-family: Stolzl, StolzlRegular, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica, Arial, monospace, sans-serif;
  font-weight: 400;
  /* Initially, the element is hidden */
  /* When the class 'visible' is added, make it fade in */
}
#akun-demo #hero {
  background: radial-gradient(155.82% 207.59% at 100% 108.36%, #000000 0%, #061d6b 50%, #0c39d1 100%);
  color: white;
}
#akun-demo #hero .disclaimer {
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 0.1rem 0.19rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  font-size: 0.11rem;
  display: flex;
  place-content: center;
}
#akun-demo #hero .disclaimer p {
  font-size: 0.11rem;
  margin: auto;
  line-height: 0.18rem;
}
#akun-demo #hero .disclaimer p a {
  color: black;
  text-decoration: underline;
}
#akun-demo #hero .disclaimer .close {
  width: 0.12rem;
  height: 0.12rem;
  cursor: pointer;
  margin: auto;
}
#akun-demo #hero .container {
  padding: 0.1rem 0 0 0;
}
#akun-demo #hero .container .call-to-action {
  text-align: center;
  height: 90%;
}
#akun-demo #hero .container .call-to-action .left {
  padding-top: 0.36rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
#akun-demo #hero .container .call-to-action .left .content {
  padding: 0 0.1rem;
}
#akun-demo #hero .container .call-to-action .left h1 {
  color: white;
  padding-bottom: 0.27rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, white, transparent) 1;
}
#akun-demo #hero .container .call-to-action .left h1 em {
  font-size: 0.36rem;
  font-style: normal;
}
#akun-demo #hero .container .call-to-action .left p {
  font-size: 0.14rem;
  font-weight: 400;
  margin-top: 0.2rem;
  padding: 0 0.28rem;
}
#akun-demo #hero .container .call-to-action .left .hero-img {
  padding: 0 0.32rem;
}
#akun-demo #hero .container .call-to-action .left .btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.31rem;
  margin-bottom: 0.35rem;
}
#akun-demo #benefits {
  padding: 0.41rem 0.2rem;
  background-color: white;
}
#akun-demo #benefits p {
  margin-top: 0.2rem;
  text-align: center;
  padding: 0 0.15rem;
}
#akun-demo #benefits h2.why {
  margin-top: 0.45rem;
  padding: 0 0.2rem;
}
#akun-demo #benefits .cards-container {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0;
}
#akun-demo #benefits .cards-container .card {
  padding: 0.25rem 0.28rem 0.33rem 0.28rem;
  background: radial-gradient(212.64% 292.49% at 188.39% 213.42%, #0c39d1 0%, #061d6b 100%);
  border-radius: 0.2rem;
  width: 100%;
  max-width: 3.35rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  color: white;
  position: relative;
}
#akun-demo #benefits .cards-container .card .icon {
  width: 69px;
  height: 69px;
}
#akun-demo #benefits .cards-container .card .desc {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
}
#akun-demo #benefits .cards-container .card .desc p {
  padding: 0;
  text-align: left;
}
#akun-demo #steps {
  padding: 0.4rem 0.2rem;
  background: #e3eeff;
}
#akun-demo #steps .subtitle {
  margin-top: 0.2rem;
  text-align: center;
}
#akun-demo #steps .cards-container {
  margin-top: 0.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#akun-demo #steps .cards-container .card {
  position: relative;
}
#akun-demo #steps .cards-container .card .card-rectangle {
  transition: background 0.5s ease;
  position: absolute;
  width: 82px;
  height: 59px;
  border-width: 1px;
  border-top-left-radius: 12px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 11px;
  background: linear-gradient(270deg, #e3eeff 0%, #1c16f7 100%);
  z-index: 0;
  top: -16px;
  border-image-source: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#akun-demo #steps .cards-container .card .content {
  position: relative;
  z-index: 1;
  transition: background 0.5s ease;
  background: linear-gradient(180deg, rgba(253, 253, 253, 0.75) 0%, rgba(179, 209, 255, 0.75) 100%);
  backdrop-filter: blur(15px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  max-width: 3.5rem;
  padding: 0.2rem 0.3rem;
  border-radius: 0.12rem;
}
#akun-demo #steps .cards-container .card .content .number {
  color: #162eb8;
  font-size: 0.2rem;
  font-weight: 500;
}
#akun-demo #steps .cards-container .card.active .card-rectangle {
  background: linear-gradient(270deg, #1c16f7 0%, #e3eeff 100%);
}
#akun-demo #steps .cards-container .card.active .content {
  background: linear-gradient(180deg, rgba(179, 209, 255, 0.75) 0%, rgba(253, 253, 253, 0.75) 100%);
}
#akun-demo #steps p.btm {
  text-align: center;
  margin-top: 0.3rem;
  text-wrap: balance;
}
#akun-demo #steps .btn-wrap {
  display: flex;
  margin-top: 0.3rem;
}
#akun-demo #steps .btn-wrap .btn {
  padding: 0.26rem 0.52rem;
}
#akun-demo #video {
  background: url("/akun-demo/assets/images/mockup.webp");
  min-height: 664px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
#akun-demo #video .container {
  width: 100%;
  display: flex;
}
#akun-demo #video .video-wrap {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.31rem;
  cursor: pointer;
}
#akun-demo #video .video-wrap .embed-vid,
#akun-demo #video .video-wrap .embed-thumbnail {
  border-radius: 10px;
  height: 188px;
}
#akun-demo #features {
  padding: 0.41rem 0.2rem;
  background: #e3eeff;
}
#akun-demo #features .container img.client {
  max-width: 100%;
  margin-top: 0.48rem;
}
#akun-demo #features .container .cards-container {
  margin-top: 0.31rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#akun-demo #features .container .cards-container a {
  text-decoration: none;
}
#akun-demo #features .container .cards-container .card {
  margin: auto;
  display: flex;
  color: white;
  position: relative;
  align-items: center;
  background-color: white;
  border-radius: 0.11rem;
  padding: 0.24rem 0.34rem;
}
#akun-demo #features .container .cards-container .card img {
  width: 69px;
  height: 69px;
}
#akun-demo #features .container .cards-container .card .desc {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
#akun-demo #features .container .cards-container .card .desc h3 {
  color: #1b39e6;
  font-size: 0.2rem;
}
#akun-demo #features .container .cards-container .card .desc h4 {
  color: #011a5a;
  font-size: 0.15rem;
}
#akun-demo #features .container .cards-container .card .desc p {
  color: #05102c;
  font-size: 0.13rem;
}
#akun-demo #features .container .cards-container .card .desc:hover {
  text-decoration: none;
}
#akun-demo #features .container .cards-container .card:hover h3 {
  text-decoration: underline;
}
#akun-demo #features .container .cards-container::before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1px;
  right: -1.5px;
  bottom: 0;
  background: linear-gradient(to bottom, #011446, white); /* Gradient border */
  border-radius: 30px; /* Same as the container */
  z-index: -1; /* Ensure the border is behind the content */
  padding: 2px; /* Control the border thickness */
}
#akun-demo #features .container .btn-wrap {
  display: flex;
  margin-top: 0.31rem;
}
#akun-demo #features .container .btn-wrap .btn {
  margin: 0 auto;
  background-color: #05102c;
  color: white;
  padding: 0.26rem 0.57rem;
  font-size: 0.18rem;
}
#akun-demo #reviews {
  padding: 0.55rem 0.2rem;
}
#akun-demo #reviews h2 {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%) 1;
}
#akun-demo #reviews p {
  color: #011a5a;
  text-align: center;
  margin-top: 0.3rem;
  font-size: 0.14rem;
}
#akun-demo #reviews .sw-card {
  margin-top: 0.3rem;
  background-color: #e3eeff;
  height: 2.17rem;
  border-radius: 0.15rem;
  border: 1px solid #05102c;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
}
#akun-demo #reviews .sw-card .quote-mark {
  font-size: 0.49rem;
  position: absolute;
  position: absolute;
  top: -15px;
  right: 23px;
}
#akun-demo #reviews .sw-card .rating {
  width: 109px;
}
#akun-demo #reviews .sw-card p {
  text-align: left;
  font-size: 0.13rem;
  padding: 0;
  margin: 0;
  color: #05102c;
}
#akun-demo #reviews .sw-card .source {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.05rem;
}
#akun-demo #reviews .sw-card .source .author {
  font-weight: 500;
  font-size: 0.15rem;
}
#akun-demo #reviews .sw-card .source .age-job {
  font-size: 0.12rem;
}
#akun-demo #reviews .swiper-reviews-pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
#akun-demo #reviews .swiper-reviews-pagination .swiper-pagination-bullet-active {
  background-color: #d39f2d;
}
#akun-demo #cta {
  background: radial-gradient(ellipse at bottom right, #0c39d1 0%, #061d6b 40%, #000000 100%);
  background-size: cover;
  background-position: center;
  padding: 0.4rem 0.2rem 0 0.2rem;
}
#akun-demo #cta .container {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
#akun-demo #cta .container .right {
  display: flex;
  flex-direction: column;
}
#akun-demo #cta .container .right h1 {
  color: white;
  font-size: 0.23rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffffff 50%, rgba(0, 0, 0, 0) 100%) 1;
}
#akun-demo #cta .container .right p {
  color: white;
  font-size: 0.14rem;
  font-weight: 400;
  text-transform: capitalize;
}
#akun-demo #cta .container .right .btn {
  background-color: white;
  color: #05102c;
  box-shadow: 0px 0px 11.77px 0px rgba(255, 255, 255, 0.5019607843);
  width: 3.11rem;
  font-size: 0.13rem;
  padding: 0.2rem 0;
  margin-top: 0.32rem;
  max-width: 2.44rem;
}
#akun-demo #cta .container .cta-img {
  width: 100%;
  margin-top: 0.3rem;
}
#akun-demo #faq {
  padding: 0.4rem 0.24rem;
  background: linear-gradient(160deg, #ffffff 50%, #e3eeff 100%);
}
#akun-demo #faq ol {
  margin-top: 0.19rem;
}
#akun-demo #faq ol li.qna {
  background: linear-gradient(to left, #e3eeff, white, white);
  padding: 0.2rem 0.16rem;
  border-radius: 0.06rem;
  color: #333333;
  cursor: pointer;
  position: relative;
  border: 1px solid #011a5a;
}
#akun-demo #faq ol li.qna:not(:first-child) {
  margin-top: 0.1rem;
}
#akun-demo #faq ol li.qna .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#akun-demo #faq ol li.qna .question h4 {
  font-weight: 400;
}
#akun-demo #faq ol li.qna .question img.arrow {
  width: 0.19rem;
  height: 0.19rem;
}
#akun-demo #faq ol li.qna .answer {
  display: none;
  margin-top: 0.2rem;
}
#akun-demo #faq ol li.qna .answer p {
  font-size: 0.11rem;
}
#akun-demo #faq ol .extra-qna {
  display: none;
  margin-top: 0.1rem;
}
#akun-demo #faq .see-all {
  display: flex;
  place-content: center;
  cursor: pointer;
  background: #05102c;
  color: white;
  font-size: 0.12rem;
  font-weight: 500;
  align-items: center;
  width: 2.23rem;
  margin: 0 auto;
  margin-top: 0.33rem;
  padding: 0.11rem 0.17rem;
  border-radius: 0.18rem;
}
#akun-demo #faq .see-all .arrow {
  margin-left: 0.05rem;
  width: 16px;
  height: 16px;
}
#akun-demo #faq .see-all.less {
  display: none;
}
#akun-demo #faq .btn-wrap {
  display: flex;
  place-content: center;
  margin-top: 0.33rem;
}
#akun-demo #faq .btn-wrap a.btn {
  background-color: #1b39e6;
}
#akun-demo h1 {
  font-size: 0.28rem;
  text-align: center;
  font-weight: 500;
  color: #011a5a;
}
#akun-demo h2 {
  font-size: 0.2rem;
  text-align: center;
  font-weight: 500;
  color: #011a5a;
}
#akun-demo h3 {
  font-size: 0.15rem;
  font-weight: 500;
}
#akun-demo h4,
#akun-demo p {
  font-size: 0.13rem;
  line-height: 0.15rem;
}
#akun-demo .font-500 {
  font-weight: 500;
}
#akun-demo .font-600 {
  font-weight: 600;
}
#akun-demo .green {
  color: #00ca20;
}
#akun-demo .red {
  color: #f4270b;
}
#akun-demo .btn {
  padding: 0.17rem 0.36rem;
  text-align: center;
  color: white;
  border: none;
  margin: 0 auto;
  font-size: 0.16rem;
  border-radius: 0.32rem;
}
#akun-demo .btn.regis {
  background-color: white;
  color: #000000;
  box-shadow: 0px -1px 7px 1px rgba(253, 253, 253, 0.75);
  -webkit-box-shadow: 0px -1px 7px 1px rgba(253, 253, 253, 0.75);
  -moz-box-shadow: 0px -1px 7px 1px rgba(253, 253, 253, 0.75);
}
#akun-demo .btn.black {
  margin: 0 auto;
  background-color: #05102c;
  color: white;
}
#akun-demo .card {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#akun-demo .card.visible {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulsePhone {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.02);
  }
}
#akun-demo .pulse {
  animation: pulse 2s infinite;
}
#akun-demo .pulse-phone {
  animation: pulsePhone 2s ease-out infinite;
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 150px;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #akun-demo .pc {
    display: block;
  }
  #akun-demo .mobile {
    display: none !important;
  }
  #akun-demo #hero {
    overflow: hidden;
  }
  #akun-demo #hero .disclaimer {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: rgba(230, 232, 251, 0.6941176471);
    color: #121212;
  }
  #akun-demo #hero .disclaimer:not(.mobile) {
    display: flex !important;
  }
  #akun-demo #hero .disclaimer p {
    margin: 0;
    font-size: 0.07rem;
  }
  #akun-demo #hero .disclaimer p a {
    color: #1c16f7;
  }
  #akun-demo #hero .disclaimer .close {
    margin: auto 0 auto 0.1rem;
  }
  #akun-demo #hero .container {
    padding-top: 0;
    height: 4.33rem;
  }
  #akun-demo #hero .container .navigation a {
    color: white;
  }
  #akun-demo #hero .container .navigation .breadCrumbs-icon {
    color: white;
  }
  #akun-demo #hero .container .call-to-action {
    padding: 0;
    display: flex;
    height: 96.5%;
    position: relative;
  }
  #akun-demo #hero .container .call-to-action .left {
    max-width: 4.38rem;
    padding-top: 0;
    justify-content: center;
    z-index: 1;
  }
  #akun-demo #hero .container .call-to-action .left .content {
    padding: 0;
  }
  #akun-demo #hero .container .call-to-action .left h1,
  #akun-demo #hero .container .call-to-action .left p {
    text-align: left;
    padding: 0;
  }
  #akun-demo #hero .container .call-to-action .left h1 {
    line-height: 0.38rem;
    padding-bottom: 0.19rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, white, transparent) 1;
  }
  #akun-demo #hero .container .call-to-action .left h1 em {
    font-size: 0.32rem;
  }
  #akun-demo #hero .container .call-to-action .left p {
    margin-top: 0.16rem;
    width: auto;
    line-height: 1.5;
    text-transform: none;
    font-size: 0.13rem;
    max-width: 4rem;
  }
  #akun-demo #hero .container .call-to-action .left .btn-wrap {
    position: static;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-top: 0.26rem;
  }
  #akun-demo #hero .container .call-to-action .left .btn-wrap .btn.regis {
    min-width: 311px;
    margin: 0;
    font-size: 0.12rem;
    padding: 0.17rem 0.19rem;
  }
  #akun-demo #hero .container .call-to-action .hero-img {
    max-width: 523px;
    object-fit: contain;
  }
  #akun-demo #benefits {
    padding: 0.67rem 0 1.04rem 0;
  }
  #akun-demo #benefits .cards-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.05rem;
    margin-top: 0.31rem;
    padding-left: 0;
    padding-right: 0;
  }
  #akun-demo #benefits .cards-container .card {
    padding: 0.17rem 0.19rem 0.27rem 0.19rem;
    height: 1.7rem;
  }
  #akun-demo #benefits .cards-container .card .desc {
    margin-top: 0.13rem;
  }
  #akun-demo #benefits .cards-container .card .desc h3 {
    font-size: 0.13rem;
    line-height: 0.15rem;
  }
  #akun-demo #benefits .cards-container .card .desc p {
    font-size: 0.1rem;
    line-height: 0.12rem;
    margin-top: 0.1rem;
  }
  #akun-demo #steps {
    padding-top: 0.67rem;
    padding-bottom: 0.51rem;
  }
  #akun-demo #steps .cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.6rem;
    column-gap: 0.23rem;
    row-gap: 0.34rem;
  }
  #akun-demo #steps .cards-container .card .card-rectangle {
    width: 133px;
    height: 81px;
  }
  #akun-demo #steps .cards-container .card .content {
    width: 269px;
    height: 202px;
    margin: 0;
    padding: 0.23rem 0.26rem;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 500;
  }
  #akun-demo #steps .cards-container .card .content .number {
    font-size: 0.27rem;
  }
  #akun-demo #steps p.subtitle {
    font-size: 0.1rem;
    margin-top: 0.17rem;
  }
  #akun-demo #steps p.btm {
    max-width: 600px;
    font-size: 0.1rem;
    text-wrap: unset;
    margin: 0.24rem auto;
  }
  #akun-demo #steps .btn-wrap .btn {
    font-size: 0.12rem;
    padding: 0.17rem 0.27rem;
  }
  #akun-demo #video {
    background: url("/akun-demo/assets/images/mockup-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 614px;
  }
  #akun-demo #video .container {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #akun-demo #video .container .video-wrap {
    margin: 0;
  }
  #akun-demo #video .container .video-wrap .embed-vid,
  #akun-demo #video .container .video-wrap .embed-thumbnail {
    border-radius: 20px;
    height: 389px;
    width: 691px;
  }
  #akun-demo #features {
    padding: 0.67rem 0;
  }
  #akun-demo #features .container {
    display: flex;
    flex-direction: column;
  }
  #akun-demo #features .container .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.23rem;
    margin-top: 0.39rem;
  }
  #akun-demo #features .container .cards-container .card {
    margin: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.36rem 0.23rem 0.36rem 0.14rem;
  }
  #akun-demo #features .container .cards-container .card img {
    height: 78px;
    width: auto;
  }
  #akun-demo #features .container .cards-container .card .desc {
    margin-left: 0.15rem;
    gap: 0.1rem;
  }
  #akun-demo #features .container .cards-container .card .desc h3 {
    font-size: 0.15rem;
  }
  #akun-demo #features .container .cards-container .card .desc p {
    font-size: 0.1rem;
    padding-right: 0.05rem;
  }
  #akun-demo #features .container .btn-wrap {
    margin-top: 0.23rem;
  }
  #akun-demo #features .container .btn-wrap .btn {
    padding: 0.17rem 0.38rem;
    font-size: 0.12rem;
  }
  #akun-demo #reviews {
    padding: 0.67rem 0 0.5rem 0;
  }
  #akun-demo #reviews .container {
    overflow: hidden;
  }
  #akun-demo #reviews h2 {
    padding-bottom: 0.17rem;
  }
  #akun-demo #reviews .desc {
    margin-top: 0.17rem;
    font-size: 0.1rem;
    text-wrap: balance;
  }
  #akun-demo #reviews .swiper-wrapper .sw-card {
    margin-top: 0.4rem;
    padding: 0.34rem 0.15rem 0.2rem 0.18rem;
  }
  #akun-demo #reviews .swiper-wrapper .sw-card p {
    font-size: 0.11rem;
    line-height: 1.2;
  }
  #akun-demo #reviews .swiper-wrapper .sw-card .source {
    gap: 0.03rem;
  }
  #akun-demo #reviews .swiper-wrapper .sw-card .source .author {
    font-size: 0.13rem;
  }
  #akun-demo #reviews .swiper-wrapper .sw-card .source .age-job {
    font-size: 0.1rem;
  }
  #akun-demo #cta {
    padding: 0 0.49rem 0 0.49rem;
    background: radial-gradient(ellipse at bottom right, #07217a 0%, #061d6b 30%, #000000 100%);
  }
  #akun-demo #cta .container {
    display: flex;
    flex-direction: row;
  }
  #akun-demo #cta .container .cta-img {
    max-width: 3.2rem;
    padding: 0;
  }
  #akun-demo #cta .container .right {
    justify-content: center;
    margin-left: 0.37rem;
  }
  #akun-demo #cta .container .right .awards {
    width: 80%;
  }
  #akun-demo #cta .container .right h1,
  #akun-demo #cta .container .right p {
    text-align: left;
    padding: 0;
  }
  #akun-demo #cta .container .right h1 {
    font-size: 0.32rem;
    margin-top: 0.25rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.16rem;
    border-image: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%) 1;
  }
  #akun-demo #cta .container .right p {
    width: auto;
  }
  #akun-demo #cta .container .right .btn {
    margin: 0;
    margin-top: 0.3rem;
    padding: 0.17rem;
    font-size: 0.12rem;
  }
  #akun-demo #cta .container .hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #akun-demo #faq {
    padding: 0.53rem 0;
  }
  #akun-demo #faq ol {
    margin-top: 0.24rem;
  }
  #akun-demo #faq ol li.qna {
    max-width: 6rem;
    margin: auto;
  }
  #akun-demo #faq .see-all {
    margin-top: 0.23rem;
  }
  #akun-demo #faq .see-all .arrow {
    height: 0.15rem;
    width: 0.15rem;
  }
  #akun-demo .btn.regis .arrow {
    width: 15px;
  }
  #akun-demo h2 {
    font-size: 0.2rem;
  }
}

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