._CWC .IncentiveBanner {
    width: 816px;
    position: fixed;
    z-index: 2000;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 32px 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(252, 213, 53, .3);
    box-shadow: 0px 0px 50px 0px rgba(252, 213, 53, .1)
}

._CWC .IncentiveBanner_content {
    display: flex;
    align-items: center
}

._CWC .IncentiveBanner_logo {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    margin: 0px 24px 0px 0px;
    min-width: 0px;
    max-width: 100%
}

._CWC .IncentiveBanner_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-textPrimary)
}

._CWC .IncentiveBanner_register_btn {
    width: 110px;
    height: 32px
}

._CWC .IncentiveBanner_close_btn {
    position: absolute;
    right: 8px;
    top: 8px;
    color: var(--color-line)
}

@media screen and (max-width: 1439px) {
    ._CWC .IncentiveBanner {
        width: 720px
    }
}

@media screen and (max-width: 767px) {
    ._CWC .IncentiveBanner {
        width: 100%;
        padding: 12px 16px 12px 40px;
        bottom: 64px;
        border: none;
        border-radius: 0;
        box-shadow: none
    }
    ._CWC .IncentiveBanner_logo {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 8px
    }
    ._CWC .IncentiveBanner_text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding-right: 17px
    }
    ._CWC .IncentiveBanner_register_btn {
        width: 76px;
        min-width: 76px !important;
        height: 24px
    }
    ._CWC .IncentiveBanner_close_btn {
        top: 50%;
        left: 18px;
        transform: translateY(-50%)
    }
}

._CWC .CommonWidgetCompliance {
    width: 100%;
    box-sizing: border-box;
    z-index: 1299
}

._CWC .CommonWidgetCompliance_sticky {
    position: sticky;
    top: 0px
}

._CWC .CommonWidgetCompliance_warning_icon {
    min-width: 16px;
    min-height: 16px;
    margin-top: 4px;
    margin-right: 4px
}

._CWC .CommonWidgetCompliance_content {
    padding: 12px 40px 12px 24px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration-color: rgba(0, 0, 0, 0)
}

._CWC .CommonWidgetCompliance_close_btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

._CWC .CommonWidgetCompliance_content_link {
    text-decoration: underline
}

@media screen and (max-width: 1439px) {
    ._CWC .ComplianceBanner {
        width: 720px
    }
}

@media screen and (max-width: 767px) {
    ._CWC .ComplianceBanner {
        width: 100%;
        padding: 12px 16px 12px 40px;
        bottom: 64px;
        border: none;
        border-radius: 0;
        box-shadow: none
    }
    ._CWC .ComplianceBanner_logo {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 8px
    }
    ._CWC .ComplianceBanner_text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding-right: 17px
    }
    ._CWC .ComplianceBanner_register_btn {
        width: 76px;
        min-width: 76px !important;
        height: 24px
    }
    ._CWC .ComplianceBanner_close_btn {
        top: 50%;
        left: 18px;
        transform: translateY(-50%)
    }
}