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

#homepage h2 {
    font-size: 0.25rem;
    text-align: center;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #1B39E6;
}

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

#homepage .mobile {
    display: block;
}

#homepage .pc {
    display: none;
}

#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 #terms {
    background: #e3eeff;
    padding: 68px 24px 65px;
    position: relative;
    overflow: hidden;
}

#homepage #terms .container {
    padding: 0;
    text-align: center;
}

#homepage #terms h2 {
    font-size: 48px;
    margin: 0 auto;
    color: #1B39E6;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 1.1;
}

#homepage #terms .terms-copy {
    margin: 12px auto 0;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

#homepage #terms .terms-actions {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

#homepage #terms .terms-actions a {
    display: inline-flex;
}

#homepage #terms .terms-actions svg {
    display: block;
    width: 345px;
    max-width: 100%;
    height: auto;
}

#homepage #legal {
    padding: 56px 0 42px;
    background: #E3EEFF;
}

#homepage #legal .container {
    padding: 0;
    text-align: center;
}

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

#homepage #legal .explainer {
    max-width: 720px;
    margin: 15px auto 45px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

#homepage #legal img {
    display: block;
    margin: 0 auto;
}

#homepage #legal img.pc {
    height: 147px;
    width: auto;
}

#homepage #legal img.mobile {
    width: 100%;
    height: auto;
}

#homepage #download {
    background: #05102c;
    color: #fff;
    padding: 54px 24px;
}

#homepage #download .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 302px;
    padding: 48px 76px 0;
    border-radius: 28px;
    background: #243df2;
    overflow: hidden;
}

#homepage #download .content {
    padding-bottom: 46px;
}

#homepage #download h2 {
    margin: 0;
    color: #d1f801;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.08;
    text-align: left;
}

#homepage #download .download-desc {
    margin: 20px 0 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.18;
}

#homepage #download .download-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 205px;
    min-height: 46px;
    margin-top: 24px;
    padding: 0 22px;
    border-radius: 999px;
    background: #d1f801;
    color: #05102c;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

#homepage #download .download-person {
    width: 360px;
    max-width: 46%;
    height: auto;
    flex: 0 0 auto;
    align-self: flex-end;
}

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

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

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

#homepage #faq ol li.qna {
    border: 1px solid #1B39E6;
    background: #fff;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

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

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

#homepage #faq ol li.qna .question h3 {
    color: #1B39E6;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    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;
    padding: 28px 24px 24px;
}

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

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

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

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

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

#homepage #faq .faq-table-wrap {
    margin: 16px 0 14px;
    overflow-x: auto;
    border: 1px solid #1B39E6;
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

#homepage #faq .faq-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 #faq .faq-table th,
#homepage #faq .faq-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 #faq .faq-table th:last-child,
#homepage #faq .faq-table td:last-child {
    border-right: 0;
}

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

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

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

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

#homepage #faq .faq-table--four-col {
    min-width: 980px;
}

#homepage #faq .faq-note {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

#homepage #faq .faq-note a {
    color: #1B39E6;
    text-decoration: underline;
}

#homepage #faq .faq-callout {
    margin-top: 16px;
    padding: 18px 20px 18px 24px;
    border-left: 4px solid #1B39E6;
    border-radius: 8px;
    background: #e7e7e7;
}

#homepage #faq .faq-callout-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #d1f801;
    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: 11px;
    font-weight: 500;
    line-height: 1;
}

#homepage #faq .faq-callout p {
    margin: 0;
    color: #333;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

#homepage #faq .faq-steps {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: faq-step;
}

#homepage #faq .faq-steps li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    list-style: none;
    }

#homepage #faq .faq-steps li:not(:first-child) {
    margin-top: 10px;
}

#homepage #faq .faq-steps li::before {
    counter-increment: faq-step;
    content: counter(faq-step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #E3EEFF;
    color: #1B39E6;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

#homepage #faq .faq-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 24px;
    padding: 5px 14px;
    border-radius: 999px;
    background: #8BE89B;
    color: #0D6724;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

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

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

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

    .pc {
        display: none !important;
    }

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

    #homepage #terms h2 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    #homepage #terms .terms-copy {
        font-size: 12px;
        line-height: 1.3;
    }

    #homepage #terms .terms-actions {
        margin-top: 28px;
    }

    #homepage #terms .terms-actions svg {
        width: 245px;
    }

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

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

    #homepage #legal .explainer {
        margin: 12px auto 28px;
        font-size: 12px;
        line-height: 1.3;
    }

    #homepage #download {
        color: white;
        background: #243df2;
        padding: 40px var(--mobile-section-gutter);
    }

    #homepage #download .container {
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 22px;
        min-height: 0;
        padding: 34px 22px 0;
        border-radius: 22px;
        background: #243df2;
        text-align: center;
    }

    #homepage #download .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: none;
        padding-bottom: 0;
    }

    #homepage #download h2 {
        color: #d1f801;
        font-size: 27px;
        line-height: 1.12;
        text-align: center;
        text-transform: capitalize;
    }

    #homepage #download .download-desc {
        display: block;
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.25;
        text-align: center;
    }

    #homepage #download .download-cta {
        min-width: 190px;
        min-height: 42px;
        margin-top: 22px;
        padding: 0 18px;
        font-size: 10px;
    }

    #homepage #download .download-person {
        width: auto;
        max-width: 100%;
        margin-top: 0;
        position: relative;
        bottom: -40px;
    }

    #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 ol li.qna .question h3 {
        color: #1B39E6;
        font-weight: 600;
        font-size: 14px;
    }

    #homepage #faq ol li.qna {
        padding: 0;
    }

    #homepage #faq ol li.qna .question {
        padding: 16px 18px;
    }

    #homepage #faq ol li.qna .answer {
        padding: 22px 18px 20px;
    }

    #homepage #faq .faq-table-wrap {
        overflow-x: auto;
    }

    #homepage #faq .faq-table {
        min-width: 760px;
    }

    #homepage #faq .faq-table--four-col {
        min-width: 920px;
    }

    #homepage #faq .faq-table-wrap--manual-wd {
        overflow-x: visible;
    }

    #homepage #faq .faq-table--manual-wd {
        min-width: 0;
        table-layout: fixed;
    }

    #homepage #faq .faq-table th,
    #homepage #faq .faq-table td {
        padding: 12px 10px;
        word-break: normal;
    }

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

    #homepage #faq .faq-table td {
        font-size: 12px;
        line-height: 1.35;
    }

    #homepage #faq .faq-status {
        min-height: 22px;
        padding: 4px 10px;
        font-size: 10px;
    }

    #homepage #faq .faq-table--manual-wd th,
    #homepage #faq .faq-table--manual-wd td {
        padding: 10px 6px;
        overflow-wrap: normal;
    }

    #homepage #faq .faq-table--manual-wd th {
        font-size: 12px;
    }

    #homepage #faq .faq-table--manual-wd td {
        font-size: 10px;
        line-height: 1.25;
    }

    #homepage #faq .faq-table--manual-wd .faq-status {
        padding: 4px 7px;
        font-size: 8px;
    }
}

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

    #homepage #faq ol li.qna {
        padding-right: 0;
        padding-left: 0;
    }

    #homepage #faq .faq-table th,
    #homepage #faq .faq-table td {
        padding: 10px 8px;
    }

    #homepage #faq .faq-table th {
        font-size: 14px;
    }

    #homepage #faq .faq-table td {
        font-size: 11px;
    }

    #homepage #faq .faq-status {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 9px;
    }

    #homepage #faq .faq-table--manual-wd th,
    #homepage #faq .faq-table--manual-wd td {
        padding: 8px 4px;
    }

    #homepage #faq .faq-table--manual-wd th {
        font-size: 10px;
    }

    #homepage #faq .faq-table--manual-wd td {
        font-size: 9px;
    }

    #homepage #faq .faq-table--manual-wd .faq-status {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 7px;
    }

    #homepage #terms .terms-actions svg {
        width: 220px;
    }

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

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

    #homepage #download .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    #homepage #download h2 {
        font-size: 23px;
    }

    #homepage #download .download-cta {
        min-width: 0;
        width: 100%;
        max-width: 210px;
    }

    #homepage #download .download-person {
        width: 220px;
    }

}

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