@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 #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: 900px;
    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;
    padding: 32px 28px 28px;
    border-radius: 8px;
    color: #333;
    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: 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: 20px 0 18px;
    overflow: hidden;
    overflow-x: auto;
    border: 1px solid #1B39E6;
    border-radius: 14px;
    -webkit-overflow-scrolling: touch;
}

#homepage #faq .faq-table {
    width: 100%;
    min-width: 620px;
    border-collapse: separate;
    border-spacing: 0;
    color: #111;
    font-family: "Montserrat", sans-serif;
}

#homepage #faq .faq-table th,
#homepage #faq .faq-table td {
    padding: 17px 24px;
    border-right: 1px solid #1B39E6;
    border-bottom: 1px solid #1B39E6;
    text-align: left;
    vertical-align: middle;
}

#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: #1B39E6;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

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

#homepage #faq .faq-table--two-col th,
#homepage #faq .faq-table--two-col td,
#homepage #faq .faq-table--status th,
#homepage #faq .faq-table--status td {
    width: 50%;
}

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

#homepage #faq .faq-steps {
    margin: 6px 0 0;
    padding-left: 24px;
    list-style: decimal;
}

#homepage #faq .faq-steps li {
    display: list-item;
    list-style: decimal;
    list-style-position: outside;
}

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

#homepage #faq .faq-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 28px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

#homepage #faq .faq-status--pending {
    border: 1px solid #d8a420;
    background: #fff3d2;
    color: #111;
}

#homepage #faq .faq-status--approved {
    border: 1px solid #17a851;
    background: #dffbea;
    color: #111;
}

#homepage #faq .faq-status--rejected {
    border: 1px solid #e05045;
    background: #ffe5e1;
    color: #111;
}

@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 #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: 26px 20px 24px;
    }

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

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

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

    #homepage #faq .faq-table th,
    #homepage #faq .faq-table td {
        padding: 12px 8px;
        overflow-wrap: anywhere;
        word-break: normal;
    }

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

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

    #homepage #faq .faq-status {
        min-width: 76px;
        min-height: 22px;
        padding: 4px 8px;
        font-size: 9px;
    }
}

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

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

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

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

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

    #homepage #faq .faq-status {
        min-width: 62px;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 8px;
    }

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

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