@charset "UTF-8";



#homepage {
  font-family:
    Stolzl,
    StolzlRegular,
    PingFang SC,
    Hiragino Sans GB,
    Heiti SC,
    Microsoft YaHei,
    WenQuanYi Micro Hei,
    Helvetica,
    Arial,
    monospace,
    sans-serif;
  font-weight: 400px;
  overflow: hidden;

  scroll-behavior: smooth;

  /* Initially, the element is hidden */
  /* When the class 'visible' is added, make it fade in */
}

#homepage h1 {
  font-size: 0.34rem;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#homepage h2 {
  font-size: 0.25rem;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #1b39e6;
}
#homepage h3 {
  font-size: 0.2rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #d1f801;
}
#homepage h4,
#homepage p {
  font-size: 0.13rem;
  line-height: 1.2;
}
#homepage .font-500 {
  font-weight: 500;
}
#homepage .font-600 {
  font-weight: 600;
}
#homepage .green {
  color: #00ca20;
}
#homepage .red {
  color: #f4270b;
}
#homepage .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;
  text-transform: uppercase;
}
#homepage .btn .arrow {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.07rem;
}
#homepage .btn:hover {
  background-color: #c0dc1e;
}
#homepage .swiper-pagination-bullet {
  background-color: #e1e3ea;
  opacity: 100%;
  width: 0.11rem;
  height: 0.11rem;
}
#homepage .ticker {
  width: 120%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #d1f801;
  font-size: 0.21rem;
  padding: 0.13rem 0;
}
#homepage .ticker__track {
  display: inline-block;
  animation: ticker 50s linear infinite;
}
#homepage .ticker__track span {
  display: inline-block;
  font-weight: 500 !important;
  color: #05102c;
}
#homepage .ticker.ticker2 {
  transform: rotate(-2deg); /* slanted effect */
  transform-origin: center;
  margin: 0 -0.02rem;
}
#homepage .ticker.ticker3 {
  transform: rotate(2deg); /* slanted effect */
  transform-origin: center;
  margin: 0 -0.02rem;
}

/*  */

#homepage #join-us {
  background: #fff;
  padding: 0.55rem 0 0.41rem 0;
  position: relative;
  overflow: hidden;
}
#homepage #join-us .container {
  padding: 0 0.2rem;
}
#homepage #join-us h2 {
  width: 3rem;
  font-size: 48px;
  margin: 0 auto;
}

#homepage #join-us .content {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

#homepage #join-us .content p {
  max-width: 596px;
  height: 100%;
  line-height: 1.3;
  padding-top: 41px;
  font-size: 25px;
}

#homepage #join-us .content img {
  height: 357px;
}

#homepage #benefit {
  background: #05102c;
  padding: 0.55rem 0 0.41rem 0;
  position: relative;
  overflow: hidden;
}

#homepage #benefit .container {
  padding: 0px 0px;
}

#homepage #benefit h2 {
  font-size: 48px;
  margin: 0 auto;
  color: #d1f801;
}

#benefit .grid {
  padding-top: 82px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

/* ── Card ── */
#benefit .card-benefit {
  background:
    url(https://www.hsb.co.id/2025/homepage/assets/images/card-bg-2.png)
      center / contain no-repeat,
    #1b39e6;
  position: relative;
  border-radius: 18px;
  padding: 28px 28px 28px 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 50, 0.45);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#benefit .card-benefit img {
  width: 114px;
  object-fit: cover;
}

/* ── Text ── */
#benefit .content {
  position: relative;
  z-index: 1;
  flex: 1;
}

#benefit .content h3 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25;
  color: #d1f801;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

#benefit .content p {
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
  max-width: 350px;
}

#homepage #condition {
  background: #fff;
  padding: 0.55rem 0 0.41rem 0;
  position: relative;
  overflow: hidden;
}
#homepage #condition .container {
  padding: 0 0.2rem;
}
#homepage #condition .container h2 {
  max-width: 888px;
  font-size: 48px !important;
  margin: auto;
}

#homepage #condition p {
  margin: auto;
  text-align: center;
  margin-bottom: 72px !important;
  margin-top: 15px !important;
  font-size: 24px !important;
}

#homepage #condition .img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* height: 100%; */
}

#homepage #condition img {
  height: 400px;
  position: relative;
  bottom: -60px;
  right: 0;
  margin: auto;
}

#steps {
  background-color: #05102c;
  /* padding: 0.55rem 0 0.41rem 0; */
  position: relative;
  overflow: hidden;
}

#steps .container {
  display: flex;
  flex-direction: column;
  padding: 0.7rem 0 !important;
}
#steps .container h2 {
  padding: 0 0.27rem;
  text-wrap: balance;
  color: #d1f801;
}
#steps p {
  font-size: 15px;
}
#steps .cards-container {
  margin-top: 0.3rem;
  gap: 20px;
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#steps .cards-container .card {
  background: #1b39e6;
  border-radius: 0.2rem;
  height: 309px;
  width: 100%;
  max-width: 3.35rem;
  margin: auto;
  overflow: hidden;
  color: white;
  position: relative;
  padding: 0.17rem 0.27rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
#steps .cards-container .card .number {
  width: 0.49rem;
  height: 0.49rem;
}

#influencers {
  background-color: #e3eeff;
  /* padding: 0.55rem 0 0.41rem 0; */
  position: relative;
  overflow: hidden;
}

#influencers .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0 !important;
}
#influencers .container h2 {
  padding: 0 0.27rem;
  text-wrap: balance;
  max-width: 800px;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}
#influencers p {
  font-size: 15px;
}
#influencers .cards-container {
  width: 100%;
  margin-top: 100px;
  gap: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#influencers .card {
  background: #ffffff;
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 160px;
  height: 336px;
  flex: 1;
}

#influencers .avatar {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  object-fit: cover;
}

#influencers .card-name {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  /* margin-top: 29px; */
}

#influencers .card-meta {
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

#homepage #faq {
  padding: 0.4rem 0.24rem;
}
#homepage #faq ol {
  margin-top: 0.19rem;
  width: 100%;
}
#homepage #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;
}
#homepage #faq ol li.qna:not(:first-child) {
  margin-top: 0.1rem;
}
#homepage #faq ol li.qna .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#homepage #faq ol li.qna .question h3 {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
}
#homepage #faq ol li.qna .question img.arrow {
  width: 0.19rem;
  height: 0.19rem;
}
#homepage #faq ol li.qna .answer {
  display: none;
  margin-top: 0.2rem;
}
#homepage #faq ol li.qna .answer p {
  font-size: 0.11rem;
}
#homepage #faq .see-all {
  display: flex;
  place-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.16rem;
}
#homepage #faq .see-all a {
  color: #1b39e6;
  font-size: 0.13rem;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
}
#homepage #faq .see-all .i-info {
  margin-top: -2px;
  margin-left: 2px;
  width: 10px;
  height: 10px;
}
#homepage #faq .btn-wrap {
  display: flex;
  place-content: center;
  margin-top: 0.33rem;
}
#homepage #faq .btn-wrap a.btn {
  background-color: #1b39e6;
}
#homepage #faq .see-all {
  cursor: pointer;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 60px;
  font-size: 20px;
  border-radius: 5px;
  border: 2px solid #1b39e6;
}

#forms {
  position: relative;
  min-height: 85vh;
  /* padding: 90px 0; */
  background:
    url("/2025/preview/partnership/influencer/assets/images/bg-form.webp") center / cover no-repeat,
    #1b39e6;
}

#forms .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0 !important;
}
#forms .container .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* LEFT SIDE */
#forms .left {
  color: #fff;
}

#forms .left h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  color: #d1f801;
  margin-bottom: 20px;
  text-align: left;
}

#forms .left p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  max-width: 457px;
}

#forms .left img {
  margin-top: 50px;
  height: 407px;
  position: relative;
  left: -270px;
}

/* RIGHT SIDE - CARD */
#forms .card {
  flex-shrink: 0;
  width: 45%;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 36px 36px;
}

#forms .card h2 {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 24px;
  text-align: center;
}

#forms .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

#forms .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#forms .form-group.full {
  grid-column: 1 / -1;
}

#forms label {
  font-size: 12px;
  font-weight: 500;
  color: #121212;
}

.error-msg {
  font-size: 10.5px;
  color: #e53935;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 1px;
}
.error-msg::before {
  content: "⚠";
  font-size: 10px;
}

.success-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 16px;
  text-align: center;
  gap: 14px;
}
.success-icon {
  width: 64px;
  height: 64px;
  background: #2c2cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  animation: pop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.success-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.success-sub {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
}
.btn-reset {
  padding: 10px 32px;
  background: #2c2cff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 4px;
}
.btn-reset:hover {
  background: #1a1aee;
}

/* Fade */
.fade-enter-active {
  transition: opacity 0.3s ease;
}
.fade-leave-active {
  transition: opacity 0.2s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

#forms input,
#forms select {
  width: 100%;
  height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #333;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}

#forms input::placeholder,
#forms select option[value=""] {
  color: #bdbdbd;
}

#forms input:focus,
#forms select:focus {
  border-color: #2c2cff;
}

#forms select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
  cursor: pointer;
}

/* Social Media Section */
#forms .section-label {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}

#forms .social-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#forms .social-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#forms .social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #e8e8e8;
}

/* Icon colors */
#forms .social-icon.instagram {
  background-color: #c13584;
}
#forms .social-icon.tiktok {
  background-color: #010101;
}
#forms .social-icon.twitter {
  background-color: #1da1f2;
}
#forms .social-icon.youtube {
  background-color: #ff0000;
}

#forms .social-item input {
  flex: 1;
}

/* Submit Button */
#forms .btn-submit {
  width: 100%;
  height: 44px;
  background-color: #2c2cff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  transition:
    background 0.2s,
    transform 0.1s;
}

#forms .btn-submit:hover {
  background-color: #1a1aee;
}

#forms .btn-submit:active {
  transform: scale(0.99);
}

#forms .btn-submit .arrow {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

/*  */

/*  */

#feature .container .card .desc h4 {
  font-size: 28px;
  color: #d1f801;
  font-weight: 900;
}

#feature .container .card .desc p {
  margin-top: 0.11rem;
  font-size: 15px;
}

#feature .container .card {
  padding: 25px 16px 25px 27px;
  background:
    url(https://www.hsb.co.id/2025/homepage/assets/images/card-bg.png) center /
      contain no-repeat,
    #1b39e6;
  border-radius: 0.2rem;
  min-width: 0;
  max-width: 100%;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
}

#feature .container .card .icon {
  width: 62px;
}
/*  */

/*  */

#trading-app {
  background: #05102c;
  padding: 0.55rem 0 0.41rem 0;
  position: relative;
  overflow: hidden;
}

#trading-app .container {
  padding: 0 0.2rem;
}

#trading-app h2 {
  font-size: 48px !important;
  color: #d1f801;
  margin: 0 auto;
}

/*  */

/*  */
#reviews .rating-card {
  background:
    url("https://www.hsb.co.id/2025/homepage/assets/images/card-bg-white.png")
      left/contain no-repeat,
    white;
  width: 204px;
  height: 179px;
  border-radius: 20px;
  background: #1b39e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 27px;
  gap: 11px;
}

#reviews .rating-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
}

#reviews .rating-number {
  padding-right: 0 !important;
  font-size: 60px !important;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

#reviews .rating-label {
  font-size: 12px;
  color: white;
  font-weight: 400px;
  letter-spacing: 0.1px;
}

#homepage #reviews .sw-card {
  background:
    url("https://www.hsb.co.id/2025/homepage/assets/images/card-bg-white.png")
      left/contain no-repeat,
    white;
  border-radius: 0.2rem;
  border: 1px solid #1b39e6;
  padding: 0.44rem 0.49rem 0.25rem 0.24rem;
  height: 418px;
  width: 100%;
  max-width: 3.35rem;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
#homepage #reviews .sw-card .top {
  display: flex;
  flex-direction: column;
}
#homepage #reviews .sw-card p.desc {
  margin-top: 0.25rem;
}
#homepage #reviews .sw-card .rating {
  height: 0.17rem;
  width: fit-content;
}
#homepage #reviews .sw-card .person {
  display: flex;
  margin-top: 0.2rem;
  align-items: center;
  gap: 0.19rem;
}
#homepage #reviews .sw-card .person img {
  width: 0.4rem;
  height: 0.4rem;
}

/*  */

/*  */

/*  */

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#homepage .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;
  }
}
#homepage .pulse {
  animation: pulse 2s infinite;
}
#homepage .card {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#homepage .card.visible {
  opacity: 1;
}
#homepage .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0.1rem;
}
#homepage .mobile {
  display: block;
}
#homepage .pc {
  display: none;
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }

  #homepage #hero .container .hero .hero-image {
    height: 333px;
    margin: auto;
  }

  #homepage #hero {
    min-height: 719px;
    margin: 0 auto;
  }

  #homepage #hero .container .call-to-action h1 {
    font-size: 34px !important;
    line-height: 40px;
    text-align: center;
  }

  #homepage #hero .container .call-to-action {
    height: fit-content;
    align-items: center !important;
  }

  /*  */

  #homepage #reviews .container {
    overflow: hidden;
  }

  #homepage #join-us img {
    height: 441px;
    width: auto;
  }

  #homepage #join-us .content {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }

  #homepage #join-us h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  #homepage #join-us .content p {
    max-width: 596px;
    height: 100%;
    line-height: 1.3;
    padding-top: 0px;
    font-size: 13px !important;
    padding: 30px 0px 30px 0px;
  }

  #homepage #join-us .content img {
    height: 261px;
    object-fit: cover;
  }

  #homepage #condition .container h2 {
    max-width: 303px;
    line-height: 1.3;
    font-size: 25px !important;
    margin: auto;
  }

  #homepage #condition p {
    color: #011a5a;
    margin: auto;
    text-align: center;
    margin-bottom: 72px !important;
    margin-top: 15px !important;
    font-size: 13px !important;
    max-width: 303px;
  }

  #homepage #condition .img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* height: 100%; */
  }

  #homepage #condition img {
    height: 630px;
    position: relative;
    bottom: -60px;
    right: 0;
    margin: auto;
  }

  #benefit .container {
    padding: 0 0.2rem;
  }

  #benefit h2 {
    font-size: 25px !important;
    line-height: 1.3;
  }

  #benefit .grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #benefit .card-benefit {
    padding: 22px 18px;
    flex-direction: column-reverse;
    align-items: start;
  }

  #benefit .card-benefit img {
    width: 65px;
  }

  #benefit .card-benefit .content h3 {
    font-size: 20px;
  }
  #benefit .card-benefit .content p {
    font-size: 15px;
  }

  #steps .cards-container {
    gap: 20px;
    margin-top: 0.3rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  #steps .cards-container .card {
    background: #1b39e6;
    border-radius: 0.2rem;
    height: 205px;
    width: 100%;
    max-width: 3.35rem;
    margin: auto;
    overflow: hidden;
    color: white;
    position: relative;
    padding: 0.17rem 0.27rem;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
  }

  #steps .cards-container .card h3 {
    font-size: 20px;
  }

  #steps .cards-container .card p {
    font-size: 13px;
  }

  #influencers .container h2 {
    font-size: 24px;
  }

  #influencers .cards-container {
    gap: 0px;
    display: grid;
    margin-top: 50px;
  }

  #influencers .swiper {
    padding: 0 0.2rem;
  }

  #homepage #influencers .swiper-influencers-pagination {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }
  #homepage #influencers .swiper-pagination-bullet-active {
    background-color: #1b39e6 !important;
  }

  #homepage #faq .see-all {
    cursor: pointer;
    margin: 20px auto;
    width: 197px;
    height: 39px;

    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #1b39e6;
  }

  #forms {
    position: relative;
    min-height: 85vh;
    /* padding: 90px 0; */
    background:
      url("/2025/preview/partnership/influencer/assets/images/bg-form.webp") center / cover no-repeat,
      #1b39e6;
  }

  #forms .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 20px !important;
  }

  #forms .left h2 {
    font-size: 24px;
    text-align: center;
  }
  #forms .left p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 48px;
  }
  #forms .container .wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  #forms .container .card {
    width: 100%;
    padding: 43px 22px;
  }

  #forms .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px 16px;
  }

  #forms img {
    margin-top: 50px;
    height: 350px;
    position: relative;
    right: 100;
  }

  /*  */

  /*  */

  .container .right {
    margin-top: 70px;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #feature .container {
    padding: 0.5rem 0.2rem;
  }

  .container .right .card {
    height: 233px;
  }

  /*  */

  #trading-app h2 {
    font-size: 25px !important;
    color: #d1f801;
    margin: 0 auto;
  }

  /*  */

  #reviews .container {
    padding: 0.5rem 0.2rem;
  }

  #reviews .rating-card {
    width: 100%;
    height: 152px;
    border-radius: 20px;
    background: #1b39e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 21px;
    gap: 11px;
  }

  #reviews .card-wrapper {
    gap: 10px !important;
  }

  #reviews .rating-number {
    padding-right: 0 !important;
    font-size: 47px !important;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
  }

  #reviews .rating-label {
    padding-right: 0 !important;
    font-size: 9px !important;
  }

  #reviews .review-desc {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  #homepage #reviews .sw-card {
    height: 295px;
  }

  #homepage #faq ol li.qna .question h3 {
    color: #333333;
    font-weight: 400;
    font-size: 13px;
  }

  /*  */
}
@media (min-width: 1024px) {
  html {
    font-size: 140px;
  }
  #homepage .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #homepage .pc {
    display: block;
  }
  #homepage .mobile {
    display: none !important;
  }

  .navigation {
    padding-top: 0;
  }
  .navigation a {
    color: white;
  }
  .navigation .breadCrumbs-icon {
    color: white;
  }
  .navigation {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* end advantag */

  /*  */

  #homepage #join-us .container {
    padding: 0;
    overflow: hidden;
    /* max-width: 1050px !important; */
  }
  #homepage #join-us .container h2 {
    width: 5.7rem;
    line-height: 1.3;
  }
  #homepage #join-us .container p.explainer {
    width: 100%;
  }

  #homepage #join-us img {
    height: 501px;
    width: auto;
  }
  /*  */

  /*  */

  #feature {
    padding: 125px 0;
  }

  #feature .container {
    display: flex;
    gap: 15px;
    padding-left: 0 !important;
    padding-right: 22px;
  }

  #feature .container h2 {
    font-size: 48px !important;
    text-align: left;
    line-height: 1.1;
  }

  /*  */

  .container .left {
    flex: 0 0 437px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .container .right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .accent {
    width: 133px;
    height: 20px;
    background: #d1f801;
    border-radius: 2px;
  }

  /*  */

  #reviews {
    padding: 120px 0;
  }

  #reviews .container {
    display: flex;
    gap: 81px;
    padding-left: 0 !important;
    padding-right: 22px;
  }

  #reviews .container h2 {
    display: flex;
    gap: 15px;
    font-size: 46px;
    padding-left: 0 !important;
    padding-right: 22px;
    text-align: left;
  }

  #reviews p {
    font-size: 15px;
    color: #0f1118;
  }

  /*  */

  #homepage #steps .cards-container {
    max-width: 1400px;
    padding: 75px 125px;
    margin: 60px auto 0 auto;
    border: 2px solid white;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.13rem;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  /*  */
}

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