#jenis-akun {
  font-family: Stolzl, StolzlRegular, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica, Arial, monospace, sans-serif;
  font-weight: 400;
  overflow: hidden;
  /* Initially, the element is hidden */
  /* When the class 'visible' is added, make it fade in */
}
#jenis-akun #hero {
  background: linear-gradient(180deg, #1b39e6 0%, #0f2080 100%);
  background-size: cover;
  background-position: center;
  color: white;
}
#jenis-akun #hero .disclaimer {
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 0.1rem 0.19rem;
  margin: 0 0.1rem 0 0.1rem;
  font-size: 0.11rem;
  display: flex;
  place-content: center;
}
#jenis-akun #hero .disclaimer p {
  font-size: 0.11rem;
  margin: auto;
  line-height: 0.18rem;
}
#jenis-akun #hero .disclaimer p a {
  color: black;
  text-decoration: underline;
}
#jenis-akun #hero .disclaimer .close {
  width: 0.12rem;
  height: 0.12rem;
  cursor: pointer;
  margin: auto;
}
#jenis-akun #hero .container {
  padding: 0.1rem 0 0 0;
}
#jenis-akun #hero .container .call-to-action {
  text-align: center;
  height: 90%;
  padding-top: 0.36rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
}
#jenis-akun #hero .container .call-to-action .hero {
  width: 100%;
}
#jenis-akun #hero .container .call-to-action p {
  width: 2.94rem;
  margin-top: 0.3rem;
}
#jenis-akun #specs .container {
  padding: 0.4rem 0.2rem;
  display: flex;
  flex-direction: column;
}
#jenis-akun #specs .container .cards-container .card {
  padding: 0;
  background: linear-gradient(90deg, #1b39e6 0%, #0f2080 100%);
  border-radius: 0.2rem 0.2rem 0.3rem 0.3rem;
  margin: auto;
  color: white;
  position: relative;
}
#jenis-akun #specs .container .cards-container .card h3 {
  padding: 0.23rem 0;
}
#jenis-akun #specs .container .cards-container .card .inside {
  background: #f6f6fa;
  color: #000000;
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.23rem 0.23rem 0.36rem 0.23rem;
  display: flex;
  flex-direction: column;
}
#jenis-akun #specs .container .cards-container .card .inside .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: #000000 solid 1px;
  padding-bottom: 0.23rem;
}
#jenis-akun #specs .container .cards-container .card .inside .top .amount {
  font-size: 0.45rem;
  font-weight: 800;
}
#jenis-akun #specs .container .cards-container .card .inside .top .desc {
  font-size: 0.15rem;
  color: #595959;
  margin-top: 0.1rem;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list {
  background-color: #f7f8fa;
  font-size: 0.15rem;
  padding: 0.31rem 0.11rem 0 0.11rem;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.28rem;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row:last-child {
  margin-bottom: 0;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row .spec-label {
  color: #333;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row .spec-value {
  color: #000;
  font-weight: 500;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row .icon.yes {
  background-color: #d1f801;
  color: #000;
}
#jenis-akun #specs .container .cards-container .card .inside .spec-list .spec-row .icon.no {
  background-color: #ee2d3a;
  color: #fff;
}
#jenis-akun #specs .container .cards-container .card:not(:first-child) {
  margin-top: 0.2rem;
}
#jenis-akun #specs .container .cards-container .card p {
  margin-top: 0.2rem;
}
#jenis-akun #specs .container .cards-container .card .badge-new {
  width: 71px;
  height: 71px;
  position: absolute;
  top: -0.18rem;
  left: 0.01rem;
}
#jenis-akun #specs .container .cards-container .card .badge-new .spin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#jenis-akun #specs .container .cards-container .card .badge-new .fire {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
#jenis-akun #specs .container .cards-container .card.card2 {
  background: linear-gradient(90deg, #cfcfcf 0%, #7b7b7b 100%);
}
#jenis-akun #specs .container .cards-container .card.card3 {
  background: linear-gradient(90deg, #e1c88b 0%, #a26e20 100%);
}
#jenis-akun #specs .container .cards-container .card.card3 .inside,
#jenis-akun #specs .container .cards-container .card.card3 .spec-list {
  background: #fff4d7;
}
#jenis-akun #specs .container .cards-container .card.card3 .btn {
  background: linear-gradient(-90deg, #e1c88b 0%, #a26e20 100%);
  color: #fef2c0;
}
#jenis-akun #specs .container .cards-container .card.card3 .btn:hover {
  background: linear-gradient(90deg, #e1c88b 0%, #a26e20 100%);
}
#jenis-akun #specs .container .btn {
  margin-top: 0.37rem;
}
#jenis-akun #details {
  padding: 0.55rem 0.2rem;
}
#jenis-akun #details .container {
  display: flex;
  flex-direction: column;
}
#jenis-akun #details .container h2 {
  padding: 0 0.27rem;
}
#jenis-akun #details .container .explainer {
  margin-top: 0.3rem;
  gap: 0.13rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.15rem 0.15rem 0.15rem;
}
#jenis-akun #details .container .explainer p {
  font-size: 0.13rem;
}
#jenis-akun #details .container .cards-container {
  margin-top: 0.2rem;
}
#jenis-akun #details .container .cards-container .card {
  padding: 0;
  background: linear-gradient(90deg, #1b39e6 0%, #0f2080 100%);
  border-radius: 0.2rem 0.2rem 0.3rem 0.3rem;
  margin: auto;
  color: white;
  position: relative;
}
#jenis-akun #details .container .cards-container .card h3 {
  padding: 0.23rem 0;
}
#jenis-akun #details .container .cards-container .card .mid {
  background: #000000;
  color: #d1f801;
  font-size: 0.18rem;
  font-weight: 500;
  text-align: center;
  padding: 0.09rem 0 0.13rem 0;
}
#jenis-akun #details .container .cards-container .card .inside {
  background: #f6f6fa;
  color: #000000;
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.19rem 0.25rem 0.31rem 0.25rem;
  display: flex;
  flex-direction: column;
  font-size: 0.14rem;
  text-align: center;
}
#jenis-akun #details .container .cards-container .card:not(:first-child) {
  margin-top: 0.2rem;
}
#jenis-akun #details .container .cards-container .card.card2 {
  background: linear-gradient(90deg, #cfcfcf 0%, #7b7b7b 100%);
}
#jenis-akun #details .container .cards-container .card.card3 {
  background: linear-gradient(90deg, #e1c88b 0%, #a26e20 100%);
}
#jenis-akun #details .container p.disc {
  font-size: 0.13rem;
  margin-top: 0.45rem;
  padding: 0 0.1rem;
}
#jenis-akun #benefits {
  background: #000000;
}
#jenis-akun #benefits .container {
  padding: 0.5rem 0.2rem 0 0.2rem;
  display: flex;
  flex-direction: column;
}
#jenis-akun #benefits .container h2 {
  padding: 0;
  color: #d1f801;
  text-wrap: balance;
}
#jenis-akun #benefits .container p.explainer {
  width: 3rem;
  margin: 0.2rem auto 0 auto;
  text-align: center;
  color: white;
  font-size: 0.13rem;
}
#jenis-akun #benefits .container .cards-container {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
#jenis-akun #benefits .container .cards-container .card {
  background: #1b39e6;
  border-radius: 0.12rem;
  border: #d1f801 solid 1px;
  padding: 0.16rem 0.25rem 0.25rem 0.25rem;
  display: flex;
  flex-direction: column;
  width: 277px;
  height: 171px;
}
#jenis-akun #benefits .container .cards-container .card .no-wrap {
  display: flex;
}
#jenis-akun #benefits .container .cards-container .card .no-wrap .no {
  color: #1b39e6;
  background: #d1f801;
  display: flex;
  border-radius: 100%;
  font-size: 0.2rem;
  font-weight: 500;
  width: 0.32rem;
  height: 0.32rem;
  align-items: center;
  justify-content: center;
}
#jenis-akun #benefits .container .cards-container .card p {
  color: #ffffff;
  font-size: 0.13rem;
  margin-top: 0.27rem;
}
#jenis-akun #benefits .container .hero {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 0.45rem;
}
#jenis-akun #features {
  padding: 0.55rem 0.2rem;
}
#jenis-akun #features .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#jenis-akun #features .container .explainer {
  margin-top: 0.3rem;
  gap: 0.3rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.15rem 0.15rem 0.15rem;
}
#jenis-akun #features .container .explainer p {
  font-size: 0.13rem;
}
#jenis-akun #features .container .cards-container {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
#jenis-akun #features .container .cards-container .card {
  background: #1b39e6;
  border-radius: 0.12rem;
  border: #d1f801 solid 1px;
  padding: 0.16rem 0.25rem 0.25rem 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 229px;
}
#jenis-akun #features .container .cards-container .card .icon {
  width: 56px;
}
#jenis-akun #features .container .cards-container .card h3 {
  margin-top: 0.19rem;
  font-size: 0.25rem;
  color: #d1f801;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
#jenis-akun #features .container .cards-container .card p {
  color: #ffffff;
  font-size: 0.13rem;
  margin-top: 0.17rem;
}
#jenis-akun #features .container .disc {
  margin-top: 0.45rem;
  padding: 0 0.15rem;
  gap: 0.13rem;
  display: flex;
  flex-direction: column;
}
#jenis-akun #features .container .disc p {
  font-size: 0.13rem;
}
#jenis-akun #download {
  color: white;
  background: #1b39e6;
}
#jenis-akun #download .container {
  padding: 0.4rem 0.2rem 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Push image to the bottom */
}
#jenis-akun #download .container h2 {
  color: #d1f801;
  line-height: 1.5;
}
#jenis-akun #download .container p {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.17rem;
}
#jenis-akun #download .container .content {
  padding: 0 0.1rem;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}
#jenis-akun #download .container .content .btn {
  margin-top: 0.3rem;
  width: 245px;
  display: flex;
  justify-content: center;
  font-size: 0.13rem;
}
#jenis-akun #download .container .content .btn.download {
  background: #000000;
  color: white;
  margin-top: 0.1rem;
}
#jenis-akun #download .container img.app-display {
  width: 100%;
  margin-top: 0.3rem;
}
#jenis-akun #faq {
  padding: 0.4rem 0.24rem;
}
#jenis-akun #faq ol {
  margin-top: 0.19rem;
}
#jenis-akun #faq ol li.qna {
  border: #1b39e6 1px solid;
  background: white;
  padding: 0.2rem 0.16rem;
  border-radius: 0.06rem;
  color: #333333;
  cursor: pointer;
  position: relative;
}
#jenis-akun #faq ol li.qna:not(:first-child) {
  margin-top: 0.1rem;
}
#jenis-akun #faq ol li.qna .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#jenis-akun #faq ol li.qna .question h4 {
  font-weight: 400;
  font-size: 0.13rem;
  line-height: 1.2;
}
#jenis-akun #faq ol li.qna .question img.arrow {
  width: 0.19rem;
  height: 0.19rem;
}
#jenis-akun #faq ol li.qna .answer {
  display: none;
  margin-top: 0.2rem;
}
#jenis-akun #faq ol li.qna .answer p {
  font-size: 0.13rem;
  line-height: 1.2;
}
#jenis-akun #faq .see-all {
  display: flex;
  place-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.16rem;
}
#jenis-akun #faq .see-all a {
  color: #1b39e6;
  font-size: 0.13rem;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
}
#jenis-akun #faq .see-all .i-info {
  margin-top: -2px;
  margin-left: 2px;
  width: 10px;
  height: 10px;
}
#jenis-akun #faq .btn-wrap {
  display: flex;
  place-content: center;
  margin-top: 0.33rem;
}
#jenis-akun #faq .btn-wrap a.btn {
  background-color: #1b39e6;
}
#jenis-akun h1 {
  font-size: 0.28rem;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #d1f801;
}
#jenis-akun h2 {
  font-size: 0.25rem;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #1b39e6;
  line-height: 1.2;
}
#jenis-akun h3 {
  font-size: 0.22rem;
  font-weight: 500;
  color: white;
  text-align: center;
}
#jenis-akun h4,
#jenis-akun p {
  font-size: 0.15rem;
  line-height: 1.1;
}
#jenis-akun .font-500 {
  font-weight: 500;
}
#jenis-akun .font-600 {
  font-weight: 600;
}
#jenis-akun .green {
  color: #00ca20;
}
#jenis-akun .red {
  color: #f4270b;
}
#jenis-akun .btn {
  padding: 0.22rem 0.3rem;
  text-align: center;
  border: none;
  margin: 0 auto;
  font-size: 0.16rem;
  border-radius: 0.32rem;
  display: flex;
  align-items: center;
  background-color: #d1f801;
  color: #000000;
}
#jenis-akun .btn .arrow {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.07rem;
}
#jenis-akun .btn:hover {
  background-color: #c0dc1e;
}
#jenis-akun .spin {
  animation: spin 40s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#jenis-akun .pulse {
  animation: pulse 2s infinite;
}
#jenis-akun .card {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#jenis-akun .card.visible {
  opacity: 1;
}
#jenis-akun .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0.1rem;
}
#jenis-akun .mobile {
  display: block;
}
#jenis-akun .pc {
  display: none;
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 150px;
  }
  #jenis-akun .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #jenis-akun .pc {
    display: block;
  }
  #jenis-akun .mobile {
    display: none !important;
  }
  #jenis-akun #hero .disclaimer {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3); /* 30% opacity white */
    color: white;
  }
  #jenis-akun #hero .disclaimer:not(.mobile) {
    display: flex !important;
  }
  #jenis-akun #hero .disclaimer p {
    margin: 0;
    font-size: 0.07rem;
  }
  #jenis-akun #hero .disclaimer p a {
    color: white;
    text-decoration: underline;
  }
  #jenis-akun #hero .disclaimer .close {
    margin: auto 0 auto 0.1rem;
  }
  #jenis-akun #hero .container .navigation {
    padding-top: 0;
  }
  #jenis-akun #hero .container .navigation a {
    color: white;
  }
  #jenis-akun #hero .container .navigation .breadCrumbs-icon {
    color: white;
  }
  #jenis-akun #hero .container .call-to-action {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  #jenis-akun #hero .container .call-to-action .left {
    text-align: left;
  }
  #jenis-akun #hero .container .call-to-action .left h1 {
    text-align: left;
    font-size: 64px;
  }
  #jenis-akun #hero .container .call-to-action .left p {
    width: auto;
    margin-top: 41px;
  }
  #jenis-akun #hero .container .call-to-action .hero {
    width: 520px;
    margin-top: 20px;
  }
  #jenis-akun #specs {
    padding: 95px 0;
  }
  #jenis-akun #specs p.explainer {
    width: auto;
    text-align: center;
    text-wrap: balance;
  }
  #jenis-akun #specs .container {
    padding: 0;
  }
  #jenis-akun #specs .container .cards-container {
    display: flex;
    justify-content: space-evenly;
    gap: 33px;
  }
  #jenis-akun #specs .container .cards-container .card {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
  }
  #jenis-akun #specs .container .cards-container .card .badge-new {
    width: 91px;
    height: 91px;
  }
  #jenis-akun #specs .container .cards-container .card .desc h3 {
    padding: 28px 0;
  }
  #jenis-akun #specs .container .cards-container .card .desc .inside {
    padding: 25px 25px 40px 25px;
  }
  #jenis-akun #specs .container .cards-container .card .desc .inside .top {
    padding-bottom: 26px;
  }
  #jenis-akun #specs .container .cards-container .card .desc .inside .top .amount {
    font-size: 50px;
  }
  #jenis-akun #specs .container .cards-container .card .desc .inside .top .desc {
    font-size: 16px;
  }
  #jenis-akun #specs .container .cards-container .card .desc .inside .spec-list {
    font-size: 16px;
  }
  #jenis-akun #specs .container .cards-container .card .desc .inside .spec-list .spec-row {
    gap: 0.2rem;
  }
  #jenis-akun #specs .container .cards-container .card:not(:first-child) {
    margin-top: 0;
  }
  #jenis-akun #specs .container .cards-container .card p {
    font-size: 0.1rem;
    margin-top: 0.1rem;
  }
  #jenis-akun #specs .btn {
    margin-top: 0.4rem;
  }
  #jenis-akun #details {
    padding: 95px 0;
  }
  #jenis-akun #details .container {
    padding: 0;
  }
  #jenis-akun #details .container .explainer {
    padding: 0;
    margin-top: 69px;
  }
  #jenis-akun #details .container .explainer p {
    font-size: 16px;
  }
  #jenis-akun #details .container .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
    margin-top: 49px;
  }
  #jenis-akun #details .container .cards-container .card {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
  }
  #jenis-akun #details .container .cards-container .card .desc h3 {
    padding: 28px 0;
    font-size: 28px;
  }
  #jenis-akun #details .container .cards-container .card .desc .mid {
    font-size: 20px;
  }
  #jenis-akun #details .container .cards-container .card .desc .inside {
    padding: 25px 25px 40px 25px;
    min-height: 130px;
    font-size: 16px;
  }
  #jenis-akun #details .container .cards-container .card .desc .inside .top {
    padding-bottom: 26px;
  }
  #jenis-akun #details .container .cards-container .card:not(:first-child) {
    margin-top: 0;
  }
  #jenis-akun #details .container p.disc {
    font-size: 16px;
    margin-top: 49px;
    padding: 0;
  }
  #jenis-akun #benefits {
    overflow: hidden;
  }
  #jenis-akun #benefits .container h2 {
    font-size: 0.32rem;
  }
  #jenis-akun #benefits .container p.explainer {
    width: auto;
    text-align: center;
    width: 921px;
    font-size: 16px;
    margin-top: 33px;
  }
  #jenis-akun #benefits .container p.explainer strong {
    font-weight: 600;
  }
  #jenis-akun #benefits .container .content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 75px;
    margin-top: 43px;
  }
  #jenis-akun #benefits .container .content .hero {
    width: 559px;
    margin-bottom: -60px;
    margin-top: 0;
  }
  #jenis-akun #benefits .container .content .cards-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 98px;
    margin-top: 0;
  }
  #jenis-akun #benefits .container .content .cards-container .card {
    padding: 25px;
  }
  #jenis-akun #benefits .container .content .cards-container .card .no-wrap .no {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  #jenis-akun #benefits .container .content .cards-container .card p {
    font-size: 15px;
    margin-top: 27px;
  }
  #jenis-akun #features {
    overflow: hidden;
  }
  #jenis-akun #features .container h2 {
    font-size: 0.32rem;
  }
  #jenis-akun #features .container .explainer,
  #jenis-akun #features .container .disc {
    padding-left: 0;
    padding-right: 0;
  }
  #jenis-akun #features .container .explainer {
    margin-top: 64px;
    display: flex;
    gap: 25px;
    padding-bottom: 0;
  }
  #jenis-akun #features .container .explainer p {
    font-size: 16px;
  }
  #jenis-akun #features .container .cards-container {
    margin-top: 31px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #jenis-akun #features .container .cards-container .card {
    width: 372px;
    height: 254px;
    padding: 28px;
  }
  #jenis-akun #features .container .cards-container .card h3 {
    font-size: 28px;
  }
  #jenis-akun #features .container .cards-container .card p {
    font-size: 16px;
    text-align: center;
  }
  #jenis-akun #features .container .disc {
    margin-top: 31px;
  }
  #jenis-akun #features .container .disc p {
    font-size: 16px;
  }
  #jenis-akun #download {
    background: white;
    padding: 0 0.1rem;
  }
  #jenis-akun #download .container {
    border-radius: 0.33rem;
    background: #1b39e6;
    display: flex;
    flex-direction: row;
    padding: 0.32rem 0.86rem 0 0.86rem;
    max-width: 1400px;
  }
  #jenis-akun #download .container img.app-display {
    height: 450px;
    width: auto;
    margin-top: 0;
  }
  #jenis-akun #download .container .content {
    margin-top: -50px;
    margin-left: 0.32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #jenis-akun #download .container .content h2,
  #jenis-akun #download .container .content p {
    text-align: left;
    line-height: 1.2;
  }
  #jenis-akun #download .container .content h2 {
    text-wrap: balance;
  }
  #jenis-akun #download .container .content .desc {
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #jenis-akun #download .container .content p {
    margin-top: 0;
  }
  #jenis-akun #download .container .content .buttons-wrap {
    display: flex;
    margin-top: 37px;
    gap: 15px;
  }
  #jenis-akun #download .container .content .buttons-wrap .btn,
  #jenis-akun #download .container .content .buttons-wrap .btn.download {
    margin: 0;
    width: 260px;
    font-size: 15px;
    padding: 20px;
  }
  #jenis-akun #download .container .content .buttons-wrap .btn .arrow,
  #jenis-akun #download .container .content .buttons-wrap .btn.download .arrow {
    width: 20px;
    height: 20px;
  }
  #jenis-akun #faq {
    padding: 0.53rem 0;
  }
  #jenis-akun #faq ol {
    width: 6rem;
    margin: 0.24rem auto 0 auto;
  }
  #jenis-akun #faq .btn-wrap a.btn {
    font-size: 0.12rem;
  }
  #jenis-akun .btn {
    font-size: 15px;
    padding: 20px 36px;
  }
  #jenis-akun h2 {
    font-size: 0.32rem;
  }
  #jenis-akun h3 {
    font-size: 24px;
  }
}

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