@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: 400;
  overflow: hidden;
}

/* Media coverage */
#homepage #info.media-section {
  padding: 56px 0 72px;
  background: #fff;
  color: #05102c;
}

#homepage #info.media-section .container {
  padding-top: 0;
  padding-bottom: 0;
}

#homepage #info .media-heading {
  margin-bottom: 28px;
}

#homepage #info .media-heading h2 {
  margin: 0 0 10px;
  color: #243df2;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

#homepage #info .media-heading p {
  margin: 0;
  color: #05102c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

#homepage #info .media-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #0d0e17;
  color: #fff;
  cursor: pointer;
}

#homepage #info .media-featured>img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
}

#homepage #info .media-featured-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 8px 0 0;
}

#homepage #info .media-featured time,
#homepage #info .media-card time {
  display: block;
  color: #7f8497;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

#homepage #info .media-featured h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.12;
}

#homepage #info .media-featured p {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

#homepage #info .media-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 10px 18px;
  border: 1.5px solid #243df2;
  border-radius: 999px;
  color: #243df2;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#homepage #info .media-button-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

#homepage #info .media-button:hover .media-button-icon path {
  fill: #fff;
}

#homepage #info .media-button:hover {
  background: #243df2;
  color: #fff;
}

#homepage #info .media-button--filled {
  border-color: #d1f801;
  background: #d1f801;
  color: #05102c;
}

#homepage #info .media-button--filled:hover {
  border-color: #fff;
  background: #fff;
  color: #05102c;
}

#homepage #info .media-button-label--mobile {
  display: none;
}

#homepage #info .media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
  margin-top: 28px;
}

#homepage #info .media-card {
  display: flex;
  min-width: 0;
  min-height: 410px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #cfd2dc;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

#homepage #info .media-featured:focus-visible,
#homepage #info .media-card:focus-visible {
  outline: 3px solid #d1f801;
  outline-offset: 3px;
}

#homepage #info .media-card>img {
  display: block;
  width: 100%;
  height: 190px;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
}

#homepage #info .media-card h3 {
  margin: 10px 0 22px;
  color: #05102c;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

#homepage #info .media-grid:not(.media-grid--expanded) .media-card:nth-child(n + 7) {
  display: none;
}

#homepage #info .media-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 54px;
  margin: 30px auto 0;
  padding: 12px 28px;
  border: 1.5px solid #243df2;
  border-radius: 999px;
  background: #fff;
  color: #243df2;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#homepage #info .media-load-more:hover {
  background: #243df2;
  color: #fff;
}

#homepage #info .media-load-more[hidden] {
  display: none !important;
}

/* Awards */
#homepage #awards.awards-section {
  padding: 44px 0;
  background: #05102c;
  color: #fff;
}

#homepage #awards .container {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

#homepage #awards h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

#homepage #awards h2 span {
  color: #91a1ff;
}

#homepage #awards .awards-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  min-width: 0;
}

#homepage #awards .awards-img {
  display: block;
  flex: 0 1 150px;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0;
  object-fit: contain;
}

#homepage #awards .awards-note {
  display: none;
}

@media (max-width: 1023px) {
  #homepage #awards.awards-section {
    padding: 38px 0 34px;
    border-bottom: 3px solid #243df2;
  }

  #homepage #awards .container {
    display: block;
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #awards h2 {
    margin-bottom: 24px;
    font-size: clamp(20px, 6.2vw, 25px);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  #homepage #awards h2 span {
    color: #91a1ff;
  }

  #homepage #awards .awards-container {
    display: flex;
    gap: 14px;
    margin: 0 calc(var(--mobile-section-gutter) * -1);
    padding: 0 calc(var(--mobile-section-gutter) + 24px) 8px;
    scroll-padding-inline: calc(var(--mobile-section-gutter) + 24px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #homepage #awards .awards-container::-webkit-scrollbar {
    display: none;
  }

  #homepage #awards .awards-img {
    flex: 0 0 132px;
    width: 132px;
    max-width: none;
    height: 60px;
    margin: 0;
    object-fit: contain;
    scroll-snap-align: start;
  }

  #homepage #awards .awards-note {
    display: block;
    margin: 24px auto 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
  }

  #homepage #awards .awards-note strong {
    font-weight: 800;
  }
}

@media (max-width: 1023px) {
  #homepage #info.media-section {
    padding: 44px 0 56px;
  }

  #homepage #info.media-section .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #info .media-featured {
    grid-template-columns: 1fr;
  }

  #homepage #info .media-featured>img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #homepage #info .media-featured-copy {
    padding: 4px 0 0;
  }

  #homepage #info .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #homepage #info .media-heading h2 {
    font-size: 28px;
  }

  #homepage #info .media-heading p {
    font-size: 12px;
  }

  #homepage #info .media-featured {
    position: relative;
    display: block;
    min-height: 287px;
    height: 287px;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    isolation: isolate;
  }

  #homepage #info .media-featured::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(5, 16, 44, 0.28) 48%, rgba(4, 8, 20, 0.92) 100%);
    content: "";
    pointer-events: none;
  }

  #homepage #info .media-featured>img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
  }

  #homepage #info .media-featured-copy {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    min-height: 78%;
    justify-content: flex-end;
    padding: 14px 16px 12px;
    background: linear-gradient(180deg, transparent, rgba(4, 8, 20, 0.68) 30%, rgba(4, 8, 20, 0.88));
  }

  #homepage #info .media-featured h3 {
    margin: 7px 0 8px;
    font-size: 14px;
    line-height: 1.2;
  }

  #homepage #info .media-featured p {
    display: -webkit-box;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #homepage #info .media-featured time {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }

  #homepage #info .media-featured .media-button--filled {
    min-height: 38px;
    margin-top: 0;
    border: 3px solid #d1f801;
    background: rgba(4, 8, 20, 0.46);
    color: #d1f801;
    font-size: 12px;
    font-weight: 800;
  }

  #homepage #info .media-featured .media-button--filled:hover {
    border-color: #d1f801;
    background: #d1f801;
    color: #05102c;
  }

  #homepage #info .media-button-label--desktop {
    display: none;
  }

  #homepage #info .media-button-label--mobile {
    display: inline;
  }

  #homepage #info .media-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #homepage #info .media-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: 1fr;
    column-gap: 18px;
    min-height: 0;
    padding: 22px 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #c8cbd3;
    border-radius: 0;
  }

  #homepage #info .media-card>img {
    grid-row: 1;
    width: 116px;
    height: 116px;
    margin: 0;
    border-radius: 12px;
    object-fit: cover;
  }

  #homepage #info .media-card h3 {
    align-self: start;
    margin: 0;
    color: #05102c;
    font-size: 16px;
    line-height: 1.25;
  }

  #homepage #info .media-card .media-button {
    display: none;
  }

  #homepage #info .media-grid:not(.media-grid--expanded) .media-card:nth-child(n + 4) {
    display: none;
  }

  #homepage #info .media-load-more {
    width: 100%;
    min-width: 0;
    min-height: 66px;
    margin-top: 24px;
    font-size: 16px;
  }

  #homepage #info .media-button-icon {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 390px) {
  #homepage #info .media-featured {
    min-height: 287px;
    height: 287px;
  }

  #homepage #info .media-featured-copy {
    padding: 14px 16px 12px;
  }

  #homepage #info .media-featured .media-button--filled {
    min-height: 38px;
  }
}

#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 p {
  font-size: 0.13rem;
  line-height: 1.2;
}

#homepage .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0.1rem;
}

#homepage .mobile {
  display: block;
}

#homepage .pc {
  display: none;
}

#homepage .card {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#homepage .card.visible {
  opacity: 1;
}

#homepage .ticker {
  width: 120%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #162EB8;
  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: #fff;
}

#homepage #methods {
  background: #fff;
  padding: 0.42rem 0 0.5rem;
}

#homepage #methods .container {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0 0.2rem;
}

#homepage #methods .methods-title {
  margin: 0;
  color: #1B39E6;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

#homepage #methods .info-segregated {
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #d9d9d9;
}

#homepage #methods .info-segregated h2 {
  margin: 0;
  min-height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #00175d;
  font-family:
    Stolzl,
    StolzlRegular,
    PingFang SC,
    Hiragino Sans GB,
    Heiti SC,
    Microsoft YaHei,
    WenQuanYi Micro Hei,
    Helvetica,
    Arial,
    monospace,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

#homepage #methods .info-account-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 10px;
}

#homepage #methods .info-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}

#homepage #methods .info-card {
  min-height: 190px;
  padding: 20px;
  border: 1px solid #1B39E6;
  border-radius: 10px;
  background: #fff;
  color: #111;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

#homepage #methods .info-card:focus-visible {
  outline: 3px solid rgba(27, 57, 230, 0.35);
  outline-offset: 3px;
}

#homepage #methods .info-account-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background:
    radial-gradient(ellipse 86% 35% at 35% 16%, transparent 0 58%, #b7caff 59%, transparent 60%),
    radial-gradient(ellipse 68% 29% at 22% 41%, transparent 0 58%, #b7caff 59%, transparent 60%),
    radial-gradient(ellipse 90% 40% at 14% 79%, transparent 0 58%, #b7caff 59%, transparent 60%);
}

#homepage #methods .info-card__topline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

#homepage #methods .info-currency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 30px;
  border-radius: 7px;
  background: #f5f3fb;
  color: #333746;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

#homepage #methods .info-label,
#homepage #methods .info-owner,
#homepage #methods .info-method-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

#homepage #methods .info-account-number {
  position: relative;
  z-index: 1;
  margin: 8px 0 6px;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

#homepage #methods .info-method-card h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  color: #1B39E6;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

#homepage #methods .info-logo-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

#homepage #methods .info-logo-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #edf4ff;
  color: #1B39E6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#homepage #methods .info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #8BE89B;
  color: #0D6724;
  font-family:
    Stolzl,
    StolzlRegular,
    PingFang SC,
    Hiragino Sans GB,
    Heiti SC,
    Microsoft YaHei,
    WenQuanYi Micro Hei,
    Helvetica,
    Arial,
    monospace,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

#homepage #methods .info-detail-btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 128px;
  height: 32px;
  margin-top: auto;
  margin-left: auto;
  padding: 0;
  border-radius: 16px;
  background: transparent;
  line-height: 0;
  text-decoration: none;
}

#homepage #methods .info-detail-svg {
  display: block;
  width: 100%;
  height: auto;
}

#homepage #guide,
#homepage #legal {
  padding: 56px 0 42px;
}

#homepage #guide {
  background: #E3EEFF;
}

#homepage #legal {
  background: #fff;
}

#homepage #guide .container,
#homepage #legal .container {
  padding: 0;
}

#homepage #guide .pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid #1B39E6;
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

#homepage #guide .pricing-table {
  width: 100%;
  min-width: 850px;
  border-collapse: separate;
  border-spacing: 0;
  color: #111;
  font-family:
    Stolzl,
    StolzlRegular,
    PingFang SC,
    Hiragino Sans GB,
    Heiti SC,
    Microsoft YaHei,
    WenQuanYi Micro Hei,
    Helvetica,
    Arial,
    monospace,
    sans-serif;
}

#homepage #guide .pricing-table th,
#homepage #guide .pricing-table td {
  padding: 20px 28px;
  border-right: 1px solid #1B39E6;
  border-bottom: 1px solid #1B39E6;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

#homepage #guide .pricing-table th:last-child,
#homepage #guide .pricing-table td:last-child {
  border-right: 0;
}

#homepage #guide .pricing-table tbody tr:nth-child(2) td:last-child {
  border-right: 1px solid #1B39E6;
}

#homepage #guide .pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

#homepage #guide .pricing-table th {
  background: #E3EEFF;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

#homepage #guide .pricing-table td {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

#homepage #guide .pricing-table strong {
  font-weight: 500;
}

#homepage #guide .pricing-table td p {
  margin: 0;
}

#homepage #guide .pricing-table td p:not(:first-child) {
  margin-top: 18px;
}

#homepage #guide .pricing-table th:nth-child(1),
#homepage #guide .pricing-table td:nth-child(1) {
  width: 28%;
}

#homepage #guide .pricing-table th:nth-child(2),
#homepage #guide .pricing-table td:nth-child(2) {
  width: 43%;
}

#homepage #guide .pricing-table th:nth-child(3),
#homepage #guide .pricing-table td:nth-child(3) {
  width: 29%;
}

#homepage #guide .method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #8BE89B;
  color: #0D6724;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

#homepage #info {
  background: #e3eeff;
  padding: 18px 0;
}

#homepage #info .container {
  padding: 0;
}

#homepage #info .deposit-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 424px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

#homepage #info .deposit-info-stack {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 26px;
}

#homepage #info .deposit-info-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #243df2;
  color: #fff;
  box-sizing: border-box;
}

#homepage #info .deposit-info-card--hero {
  min-height: 369px;
  padding: 72px 28px 28px;
}

#homepage #info .deposit-info-card--row {
  min-height: 106px;
  padding: 18px 28px 18px 108px;
  display: flex;
  align-items: center;
}

#homepage #info .deposit-info-bg-placeholder {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background:
    radial-gradient(ellipse 100% 58% at 28% 14%, transparent 0 58%, rgba(255, 255, 255, 0.35) 59%, transparent 60%),
    radial-gradient(ellipse 76% 42% at 14% 32%, transparent 0 58%, rgba(255, 255, 255, 0.28) 59%, transparent 60%),
    radial-gradient(ellipse 120% 54% at 10% 70%, transparent 0 58%, rgba(255, 255, 255, 0.22) 59%, transparent 60%);
}

#homepage #info .deposit-info-icon-placeholder,
#homepage #info .deposit-info-row-icon {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

#homepage #info .deposit-info-icon-placeholder {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
}

#homepage #info .deposit-info-row-icon {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

#homepage #info .deposit-info-hero-copy {
  position: relative;
  z-index: 1;
}

#homepage #info .deposit-info-kicker {
  display: block;
  margin: 0 0 14px;
  color: #d1f801;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

#homepage #info .deposit-info-card--hero h2 {
  color: #d1f801;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

#homepage #info .deposit-info-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family:
    Stolzl,
    StolzlRegular,
    PingFang SC,
    Hiragino Sans GB,
    Heiti SC,
    Microsoft YaHei,
    WenQuanYi Micro Hei,
    Helvetica,
    Arial,
    monospace,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.32;
}

#homepage #info .deposit-info-card--hero p {
  max-width: 358px;
}


#homepage #steps {
  background: #05102C;
  padding: 0.4rem 0.2rem 0;
}

#homepage #steps h2 {
  margin: 0 auto;
}

#homepage #steps img.person {
  width: 100%;
  margin-top: 0.4rem;
}

#homepage #steps .list {
  margin: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.1rem;
}

#homepage #steps .list .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.94rem;
  height: 0.65rem;
  padding-left: 0.37rem;
  padding-right: 0.2rem;
  position: relative;
  color: white;
  border-radius: 12px;
  border: 1px solid transparent;
  background:
    linear-gradient(#1B39E6, #1B39E6) padding-box,
    linear-gradient(180deg, #011446 0%, #FFFFFF 100%) border-box;
}

#homepage #steps .list .step p {
  margin: 0.04rem 0 0;
  color: #fff;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.2;
}

#homepage #steps .list .step .no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  left: -15px;
  border: 1px solid white;
  border-radius: 100%;
  background: #d1f801;
  color: #1B39E6;
  font-size: 0.2rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#homepage #faq {
  padding: 64px 24px;
  background: #f7f7f7;
}

#homepage #faq .container {
  max-width: 900px;
  padding: 0;
}

#homepage #faq .faq-heading {
  text-align: center;
}

#homepage #faq .faq-heading h2 {
  margin: 0;
  color: #243df2;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
}

#homepage #faq .faq-heading p {
  margin: 10px 0 0;
  color: #05102c;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

#homepage #faq ol {
  margin-top: 28px;
  width: 100%;
  padding: 0;
  list-style: none;
}

#homepage #faq ol li.qna {
  border: 1px solid #1B39E6;
  background: #fff;
  padding: 32px 28px 28px;
  border-radius: 8px;
  color: #333333;
  cursor: pointer;
  position: relative;
}

#homepage #faq ol li.qna:not(:first-child) {
  margin-top: 20px;
}

#homepage #faq ol li.qna .question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

#homepage #faq ol li.qna .question h3 {
  color: #1B39E6;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}

#homepage #faq ol li.qna .question img.arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

#homepage #faq ol li.qna .answer {
  display: block;
  margin-top: 18px;
  padding-right: 24px;
}

#homepage #faq ol li.qna .answer p,
#homepage #faq ol li.qna .answer li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
}

#homepage #faq ol li.qna .answer p:not(:first-child) {
  margin-top: 21px;
}

#homepage #faq ol li.qna .answer ul {
  margin: 4px 0 0;
  padding-left: 18px;
  list-style: disc;
}

#homepage #faq ol li.qna .answer ul li {
  display: list-item;
  list-style: disc;
  list-style-position: outside;
}

#homepage #faq .faq-contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 34px;
  margin-top: 36px;
  padding: 20px 18px 20px 32px;
  overflow: hidden;
  border-radius: 12px;
  background: #e6e6e6;
}

#homepage #faq .faq-contact::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: #243df2;
  content: "";
}

#homepage #faq .faq-contact h3 {
  margin: 0 0 8px;
  color: #111827;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

#homepage #faq .faq-contact p {
  margin: 0;
  color: #252936;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

#homepage #faq .faq-contact>a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 58px;
  padding: 12px 20px;
  border: 1.5px solid #243df2;
  border-radius: 999px;
  color: #243df2;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#homepage #faq .faq-contact-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

#homepage #faq .faq-contact>a:hover .faq-contact-icon path {
  fill: #fff;
}

#homepage #faq .faq-contact>a:hover {
  background: #243df2;
  color: #fff;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1023px) {
  #homepage {
    --mobile-section-gutter: 20px;
  }

  .pc {
    display: none !important;
  }

  #homepage #methods .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #methods .methods-title {
    font-size: 28px;
  }

  #homepage #methods .info-card {
    min-height: 180px;
    padding: 18px;
  }

  #homepage #methods .info-account-number {
    font-size: 22px;
  }

  #homepage #methods .info-method-card h3 {
    font-size: 20px;
  }

  #homepage #methods .info-detail-btn {
    width: 116px;
    height: 29px;
  }

  #homepage #steps {
    padding-right: 0;
    padding-left: 0;
  }

  #homepage #steps .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #steps .list {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  #homepage #steps .list .step {
    box-sizing: border-box;
    width: 100%;
    max-width: 335px;
  }

  #homepage #guide,
  #homepage #legal {
    padding: 32px 0;
  }

  #homepage #guide .container,
  #homepage #legal .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #info .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #info .deposit-info-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #homepage #info .deposit-info-stack {
    gap: 16px;
  }

  #homepage #info .deposit-info-card--hero {
    min-height: 320px;
    padding: 56px 28px 28px;
  }

  #homepage #info .deposit-info-card--row {
    min-height: 106px;
  }

  #homepage #info .deposit-info-card p {
    font-size: 14px;
    font-weight: 400;
  }

  #homepage #guide .pricing-table-wrap {
    overflow-x: auto;
    border-radius: 18px;
  }

  #homepage #guide .pricing-table {
    min-width: 760px;
    table-layout: fixed;
  }

  #homepage #guide .pricing-table th,
  #homepage #guide .pricing-table td {
    padding: 14px 16px;
  }

  #homepage #guide .pricing-table th {
    font-size: 16px;
    line-height: 1.15;
  }

  #homepage #guide .pricing-table td {
    font-size: 12px;
    line-height: 1.15;
  }

  #homepage #guide .pricing-table th:nth-child(1),
  #homepage #guide .pricing-table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 170px;
    box-shadow: 4px 4px 8px 0px #00000040;
  }

  #homepage #guide .pricing-table th:nth-child(1) {
    z-index: 3;
  }

  #homepage #guide .pricing-table th:nth-child(2),
  #homepage #guide .pricing-table td:nth-child(2) {
    width: 320px;
  }

  #homepage #guide .pricing-table th:nth-child(3),
  #homepage #guide .pricing-table td:nth-child(3) {
    width: 270px;
  }

  #homepage #faq ol li.qna .question h3 {
    color: #1B39E6;
    font-weight: 600;
    font-size: 14px;
  }

  #homepage #faq {
    padding-right: 0;
    padding-left: 0;
  }

  #homepage #faq h2 {
    padding-right: var(--mobile-section-gutter);
    padding-left: var(--mobile-section-gutter);
  }

  #homepage #faq .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #faq .faq-heading h2 {
    padding: 0;
    font-size: clamp(30px, 8vw, 42px);
  }

  #homepage #faq .faq-heading p {
    font-size: 18px;
  }

  #homepage #faq .faq-contact {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px 22px 26px;
  }

  #homepage #faq .faq-contact>a {
    min-height: 50px;
  }

  #homepage #faq .faq-contact-icon {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

}

@media (max-width: 480px) {

  #homepage #guide .container,
  #homepage #legal .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #info .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #guide .pricing-table-wrap {
    border-radius: 14px;
  }

  #homepage #guide .pricing-table th,
  #homepage #guide .pricing-table td {
    padding: 12px 10px;
  }

  #homepage #guide .pricing-table th {
    font-size: 16px;
  }

  #homepage #guide .pricing-table td {
    font-size: 12px;
  }

  #homepage #guide .pricing-table {
    min-width: 700px;
  }

  #homepage #guide .pricing-table th:nth-child(1),
  #homepage #guide .pricing-table td:nth-child(1) {
    width: 145px;
  }

  #homepage #guide .pricing-table th:nth-child(2),
  #homepage #guide .pricing-table td:nth-child(2) {
    width: 285px;
  }

  #homepage #guide .pricing-table th:nth-child(3),
  #homepage #guide .pricing-table td:nth-child(3) {
    width: 270px;
  }

  #homepage #guide .method-badge {
    margin-left: 6px;
    padding: 4px 8px;
    font-size: 9px;
  }

  #homepage #info .deposit-info-card--hero {
    min-height: 300px;
    padding: 48px 26px 26px;
  }

  #homepage #info .deposit-info-card--row {
    padding: 16px 18px 16px 84px;
  }

  #homepage #info .deposit-info-icon-placeholder,
  #homepage #info .deposit-info-row-icon {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  #homepage #info .deposit-info-row-icon {
    left: 18px;
  }

  #homepage #info .deposit-info-kicker {
    font-size: 23px;
  }

  #homepage #info .deposit-info-card--hero h2 {
    font-size: 28px;
  }

  #homepage #info .deposit-info-card p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
  }

  #homepage #methods .info-detail-btn {
    width: 108px;
    height: 27px;
  }
}

@media (max-width: 280px) {
  #homepage {
    --mobile-section-gutter: 12px;
  }
}

@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;
  }

  #homepage #info {
    padding: 0;
  }

  #homepage #info .container {
    padding: 64px 0;
  }

  #homepage #info .deposit-info-card--hero h2 {
    margin-bottom: 30px;
  }

  #homepage #methods {}

  #homepage #methods .container {
    max-width: 1266px;
    gap: 28px;
    padding: 0;
  }

  #homepage #methods .methods-title {
    font-size: 36px;
    line-height: 1.14;
    margin-bottom: -4px;
  }

  #homepage #methods .info-segregated {
    border-radius: 12px;
  }

  #homepage #methods .info-account-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 8px;
  }

  #homepage #methods .info-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  #homepage #methods .info-card {
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  #homepage #methods .info-account-card {
    min-height: 228px;
    padding: 0px 26px 20px 20px;
    border-radius: 10px;
  }

  #homepage #methods .info-card__topline {
    margin-bottom: 10px;
  }

  #homepage #methods .info-currency {
    min-width: 53px;
    height: 31px;
    border-radius: 6px;
    font-size: 18px;
  }

  #homepage #methods .info-label {
    font-size: 16px;
    line-height: 1.2;
  }

  #homepage #methods .info-account-number {
    margin: 9px 0 7px;
    font-size: 20px;
    line-height: 1;
  }

  #homepage #methods .info-owner {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  #homepage #methods .info-detail-btn {
    width: 128px;
    height: 32px;
    margin-right: 0;
  }

  #homepage #methods .info-method-card {
    min-height: 238px;
  }

  #homepage #methods .info-card:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }

  #homepage #steps {
    padding: 0.6rem 0 0.3rem;
  }

  #homepage #steps .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }

  #homepage #steps .main-content .list .step {
    width: 2.77rem;
    height: 0.62rem;
    padding-left: 0.25rem;
    padding-right: 0.1rem;
    border-radius: 0.08rem;
  }

  #homepage #steps .main-content .list .step .no {
    width: 0.21rem;
    height: 0.21rem;
    font-size: 0.13rem;
  }

  #homepage #steps .main-content .list .step p {
    font-size: 0.1rem;
  }

  #homepage #steps .main-content img.person {
    position: relative;
    width: 640px;
    height: auto;
    margin: 0;
    bottom: -65px;
  }
}
