/* _content/Fundue.Intake.Web/Pages/Index.cshtml.rz.scp.css */
.gray-block[b-ammk2j6n6f] {
    background-color: #D9D9D9;
    min-height: 300px;
}

#connectData[b-ammk2j6n6f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px
}

.form-container[b-ammk2j6n6f] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

[b-ammk2j6n6f] .form-inner-container {
    max-width: var(--container-width);
    padding-top: 74px;
    padding-bottom: 80px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

.input-container-wrapper[b-ammk2j6n6f] {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-grow: 1;
}

.input-container[b-ammk2j6n6f] {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}


.input[b-ammk2j6n6f] {
    display: flex;
    flex-direction: column;
    max-width: 404px;
    flex-grow: 1;
}

    .input label[b-ammk2j6n6f] {
        color: #303030;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .input[b-ammk2j6n6f]  input {
        background-color: white;
        border-radius: 5px;
        border: #818385 1px solid;
        height: 56px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 20px;
    }

        .input[b-ammk2j6n6f]  input:disabled {
            background-color: #b9b9b9;
        }



.input-error-container[b-ammk2j6n6f] {
    position: relative;
}

    .input-error-container[b-ammk2j6n6f]  span {
        position: absolute;
        width: 100%;
    }

.input-separator[b-ammk2j6n6f] {
    text-transform: uppercase;
    color: #303030;
    font-weight: bold;
}

.input-separator-middle[b-ammk2j6n6f] {
    margin-top: 46px;
    width: 108px;
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-separator-right[b-ammk2j6n6f] {
    display: none;
}

.button-container[b-ammk2j6n6f] {
    margin-top: 52px;
}

.button[b-ammk2j6n6f] {
    background-color: #303030;
    border: none;
    height: 50px;
    padding-left: 28px;
    padding-right: 28px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.notice_warning[b-ammk2j6n6f] {
    background-color: #D96704;
    color: white;
    display: flex;
    align-items: flex-start;
    width: calc(100vw - 32px - 20px);
    max-width: 846px;
    border-radius: 5px;
    position: relative;
    margin-top: 40px;
}

.notice_warning_img[b-ammk2j6n6f] {
    margin-right: 8px;
    height: 40px;
    width: 40px;
}

.notice_warning_title[b-ammk2j6n6f] {
    margin: 15px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.notice_warning_desc[b-ammk2j6n6f] {
    margin: 20px 46px 20px 10px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.notice_warning_desc-inner[b-ammk2j6n6f] {
    max-width: 540px;
}

.notice_warning_close[b-ammk2j6n6f] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    margin: 12px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.notice_warning_close_img[b-ammk2j6n6f] {
    width: 24px;
    height: 24px;
}

.expl[b-ammk2j6n6f] {
    margin-top: 72px;
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
}

.expl__text[b-ammk2j6n6f] {
    max-width: 536px;
}

.expl__title[b-ammk2j6n6f] {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin: 0;
    margin-bottom: 16px;
    color: #303030;
}

.expl__desc[b-ammk2j6n6f] {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    color: #303030;
}

    .expl__desc ul[b-ammk2j6n6f],
    .expl__desc p[b-ammk2j6n6f] {
        margin: 0;
        margin-bottom: 10px;
    }

    .expl__desc li[b-ammk2j6n6f] {
        margin-bottom: 4px;
    }

.expl__notice[b-ammk2j6n6f] {
    margin-top: 19px;
    margin-left: 6px;
    max-width: 530px;
    display: flex;
    justify-content: center;
    color: var(--color-2);
    background-color: var(--color-1);
    border-radius: 5px;
    padding: 14px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.expl__notice_img[b-ammk2j6n6f] {
    flex-shrink: 0;
    margin-right: 12px;
    width: 40px;
    height: 40px;
}


.expl__img[b-ammk2j6n6f] {
    border-radius: 5px;
    margin-left: 66px;
    margin-top: 8px;
}


@media (max-width: 768px) {
    .expl__img[b-ammk2j6n6f] {
        display: none;
    }

    [b-ammk2j6n6f] .form-inner-container {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .input-separator-middle[b-ammk2j6n6f] {
        display: none;
    }

    .isr-line[b-ammk2j6n6f] {
        height: 30px;
        width: 15px;
        border-right: 0.5px solid #818385;
    }

    .isr-line-up[b-ammk2j6n6f] {
        border-top: 0.5px solid #818385;
    }

    .isr-line-down[b-ammk2j6n6f] {
        border-bottom: 0.5px solid #818385;
    }

    .isr-text[b-ammk2j6n6f] {
        margin-left: 7px;
        line-height: 28px;
    }

    .input-separator-right[b-ammk2j6n6f] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 26px;
        margin-top: 28px;
        font-size: 16px;
        margin-left: -2px;
        z-index: 0;
    }

    .input-container[b-ammk2j6n6f] {
        flex-direction: column;
        flex-grow: 1;
        font-size: 14px;
        gap: 14px;
        margin-left: 20px;
    }

    .input[b-ammk2j6n6f] {
        max-width: 100%;
    }

        .input label[b-ammk2j6n6f] {
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            margin-bottom: 3px;
        }

        .input[b-ammk2j6n6f]  input {
            border-radius: 5px;
            border: #818385 1px solid;
            height: 43px;
            font-size: 16px;
            z-index: 1;
        }

    .input-error-container[b-ammk2j6n6f] {
        font-size: 12px
    }

    .button[b-ammk2j6n6f] {
        font-size: 14px;
        letter-spacing: 0.15px;
        line-height: 24px;
        height: 30px;
    }

    .notice_warning[b-ammk2j6n6f] {
        flex-direction: column;
        width: 100%;
    }

    .notice_warning_img[b-ammk2j6n6f] {
        width: 24px;
        height: 24px;
    }

    .notice_warning_title[b-ammk2j6n6f] {
        font-size: 21px;
        font-weight: 400;
        line-height: 21px;
    }

    .notice_warning_desc[b-ammk2j6n6f] {
        margin: 0 20px 20px 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .notice_warning_close_img[b-ammk2j6n6f] {
        width: 16px;
        height: 16px;
    }

    .notice_warning_close[b-ammk2j6n6f] {
        margin: 10px;
    }

    .expl[b-ammk2j6n6f] {
        margin-top: 36px;
    }

    .expl__title[b-ammk2j6n6f] {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .expl__desc[b-ammk2j6n6f] {
        font-size: 16px;
        line-height: 24px;
    }

        .expl__desc ul[b-ammk2j6n6f] {
            padding-left: 18px;
        }

    .expl__notice[b-ammk2j6n6f] {
        font-size: 14px;
        line-height: 18px;
        margin-left: 0px;
        background-color: var(--color-2);
        color: var(--color-1);
        border: var(--color-1) 2px solid;
        padding: 14px 12px 14px 4px;
    }

    .expl__notice_img[b-ammk2j6n6f] {
        width: 35px;
        height: 35px;
        margin-right: 2px;
    }

        .expl__notice_img path[b-ammk2j6n6f] {
            fill: var(--color-1);
        }
}
/* _content/Fundue.Intake.Web/Pages/Registration.cshtml.rz.scp.css */
.gray-block[b-2cx8vgfi5k] {
    background-color: #D9D9D9;
}

.form-container[b-2cx8vgfi5k] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

[b-2cx8vgfi5k] .form-inner-container {
    max-width: var(--container-width);
    padding-top: 74px;
    padding-bottom: 80px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

.input-container-wrapper[b-2cx8vgfi5k] {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-grow: 1;
}

.input-container[b-2cx8vgfi5k] {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.input[b-2cx8vgfi5k] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .input label[b-2cx8vgfi5k] {
        color: #303030;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .input[b-2cx8vgfi5k]  input {
        background-color: white;
        border-radius: 5px;
        border: #818385 1px solid;
        height: 56px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 20px;
    }

.input-error-container[b-2cx8vgfi5k] {
    position: relative;
}

    .input-error-container[b-2cx8vgfi5k]  span {
        position: absolute;
        width: 100%;
    }

.input-separator[b-2cx8vgfi5k] {
    text-transform: uppercase;
    color: #303030;
    font-weight: bold;
}

.input-separator-middle[b-2cx8vgfi5k] {
    margin-top: 46px;
    width: 108px;
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-separator-right[b-2cx8vgfi5k] {
    display: none;
}

.button-container[b-2cx8vgfi5k] {
    margin-top: 52px;
}

.button[b-2cx8vgfi5k] {
    background-color: #303030;
    border: none;
    height: 50px;
    padding-left: 28px;
    padding-right: 28px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.notice_warning[b-2cx8vgfi5k] {
    background-color: #D96704;
    color: white;
    display: flex;
    align-items: flex-start;
    width: calc(100vw - 32px - 20px);
    max-width: 846px;
    border-radius: 5px;
    position: relative;
    margin-top: 40px;
}

.notice_warning_img[b-2cx8vgfi5k] {
    margin-right: 8px;
    height: 40px;
    width: 40px;
}

.notice_warning_title[b-2cx8vgfi5k] {
    margin: 15px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.notice_warning_desc[b-2cx8vgfi5k] {
    margin: 20px 46px 20px 10px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.notice_warning_desc-inner[b-2cx8vgfi5k] {
    max-width: 540px;
}

.notice_warning_close[b-2cx8vgfi5k] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    margin: 12px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.notice_warning_close_img[b-2cx8vgfi5k] {
    width: 24px;
    height: 24px;
}

.expl[b-2cx8vgfi5k] {
    margin-top: 72px;
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
}

.expl__text[b-2cx8vgfi5k] {
    max-width: 536px;
}

.expl__title[b-2cx8vgfi5k] {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin: 0;
    margin-bottom: 16px;
    color: #303030;
}

.expl__desc[b-2cx8vgfi5k] {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    color: #303030;
}

    .expl__desc ul[b-2cx8vgfi5k],
    .expl__desc p[b-2cx8vgfi5k] {
        margin: 0;
        margin-bottom: 10px;
    }

    .expl__desc li[b-2cx8vgfi5k] {
        margin-bottom: 4px;
    }

.expl__notice[b-2cx8vgfi5k] {
    margin-top: 19px;
    margin-left: 6px;
    max-width: 530px;
    display: flex;
    justify-content: center;
    color: var(--color-2);
    background-color: var(--color-1);
    border-radius: 5px;
    padding: 14px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.expl__notice_img[b-2cx8vgfi5k] {
    flex-shrink: 0;
    margin-right: 12px;
    width: 40px;
    height: 40px;
}


.expl__img[b-2cx8vgfi5k] {
    border-radius: 5px;
    margin-left: 66px;
    margin-top: 8px;
}


@media (max-width: 768px) {
    .expl__img[b-2cx8vgfi5k] {
        display: none;
    }

    [b-2cx8vgfi5k] .form-inner-container {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .input-separator-middle[b-2cx8vgfi5k] {
        display: none;
    }

    .isr-line[b-2cx8vgfi5k] {
        height: 30px;
        width: 15px;
        border-right: 0.5px solid #818385;
    }

    .isr-line-up[b-2cx8vgfi5k] {
        border-top: 0.5px solid #818385;
    }

    .isr-line-down[b-2cx8vgfi5k] {
        border-bottom: 0.5px solid #818385;
    }

    .isr-text[b-2cx8vgfi5k] {
        margin-left: 7px;
        line-height: 28px;
    }

    .input-separator-right[b-2cx8vgfi5k] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 26px;
        margin-top: 28px;
        font-size: 16px;
        margin-left: -2px;
        z-index: 0;
    }

    .input-container[b-2cx8vgfi5k] {
        flex-direction: column;
        flex-grow: 1;
        font-size: 14px;
        gap: 14px;
        margin-left: 20px;
    }

    .input[b-2cx8vgfi5k] {
        max-width: 100%;
    }

        .input label[b-2cx8vgfi5k] {
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            margin-bottom: 3px;
        }

        .input[b-2cx8vgfi5k]  input {
            border-radius: 5px;
            border: #818385 1px solid;
            height: 43px;
            font-size: 16px;
            z-index: 1;
        }

    .input-error-container[b-2cx8vgfi5k] {
        font-size: 12px
    }

    .button[b-2cx8vgfi5k] {
        font-size: 14px;
        letter-spacing: 0.15px;
        line-height: 24px;
        height: 30px;
    }

    .notice_warning[b-2cx8vgfi5k] {
        flex-direction: column;
        width: 100%;
    }

    .notice_warning_img[b-2cx8vgfi5k] {
        width: 24px;
        height: 24px;
    }

    .notice_warning_title[b-2cx8vgfi5k] {
        font-size: 21px;
        font-weight: 400;
        line-height: 21px;
    }

    .notice_warning_desc[b-2cx8vgfi5k] {
        margin: 0 20px 20px 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .notice_warning_close_img[b-2cx8vgfi5k] {
        width: 16px;
        height: 16px;
    }

    .notice_warning_close[b-2cx8vgfi5k] {
        margin: 10px;
    }

    .expl[b-2cx8vgfi5k] {
        margin-top: 36px;
    }

    .expl__title[b-2cx8vgfi5k] {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .expl__desc[b-2cx8vgfi5k] {
        font-size: 16px;
        line-height: 24px;
    }

        .expl__desc ul[b-2cx8vgfi5k] {
            padding-left: 18px;
        }

    .expl__notice[b-2cx8vgfi5k] {
        font-size: 14px;
        line-height: 18px;
        margin-left: 0px;
        background-color: var(--color-2);
        color: var(--color-1);
        border: var(--color-1) 2px solid;
        padding: 14px 12px 14px 4px;
    }

    .expl__notice_img[b-2cx8vgfi5k] {
        width: 35px;
        height: 35px;
        margin-right: 2px;
    }

        .expl__notice_img path[b-2cx8vgfi5k] {
            fill: var(--color-1);
        }
}
/* _content/Fundue.Intake.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.nav[b-lnj8c200wh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    max-width: var(--container-width);
    width: 100%;
}

.nav__brand_img[b-lnj8c200wh] {
    margin-right: 16px;
    width: 50px;
    height: 50px;
    transform: rotate(-30deg);
}

[b-lnj8c200wh] .nav__brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-2);
}

.nav__brand-title[b-lnj8c200wh] {
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.nav__brand-desc[b-lnj8c200wh] {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
}

[b-lnj8c200wh] .nav__privacy {
    display: flex;
    align-items: center;
    color: var(--color-2);
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.nav__privacy_img[b-lnj8c200wh] {
    margin-right: 9px;
    width: 30px;
    height: 30px;
}

.copy-container[b-lnj8c200wh] {
    max-width: var(--container-width);
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 21px;
}

.copyright-img[b-lnj8c200wh] {
    width: 30px;
    height: 30px;
}

.copyright-text[b-lnj8c200wh] {
    margin-top: 1px;
    margin-left: 10px;
}

a[b-lnj8c200wh] {
    color: #0880EF;
}

@media (max-width: 768px) {

    .nav__brand_img[b-lnj8c200wh] {
        width: 30px;
        height: 30px;
    }

    .nav__brand-title[b-lnj8c200wh] {
        font-size: 21px;
        line-height: 25px;
    }

    .nav__brand-desc[b-lnj8c200wh] {
        font-size: 12px;
        line-height: 14px;
    }

    .nav__privacy_img[b-lnj8c200wh] {
        width: 21px;
        height: 21px;
    }

    [b-lnj8c200wh] .nav__privacy {
        font-size: 14px;
        line-height: 16px;
    }

    .copyright-img[b-lnj8c200wh] {
        width: 21px;
        height: 21px;
    }

    .copyright-text[b-lnj8c200wh] {
        font-size: 14px;
    }
}
