/* UPSEX_GLOBAL_ALERTS_V1_START */

html body .upsex-alert-v1{
    --upsex-alert-accent:#7A5A18;
    --upsex-alert-soft:rgba(243,228,184,.66);

    position:relative!important;
    box-sizing:border-box!important;
    width:auto!important;
    max-width:min(620px,calc(100vw - 24px))!important;
    min-height:0!important;

    margin:12px auto!important;
    padding:15px 48px 15px 15px!important;

    overflow:hidden!important;

    color:#4d423f!important;
    background:#fffdf8!important;

    border:1px solid rgba(184,138,0,.26)!important;
    border-left:4px solid var(--upsex-alert-accent)!important;
    border-radius:17px!important;

    box-shadow:
        0 14px 34px rgba(73,54,35,.12),
        0 3px 10px rgba(73,54,35,.05)!important;

    font-family:Manrope,Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:600!important;
    line-height:1.55!important;

    text-align:left!important;
    text-shadow:none!important;
}

html body .upsex-alert-v1.upsex-alert-success-v1{
    --upsex-alert-accent:#168f4d;
    --upsex-alert-soft:rgba(22,143,77,.11);
}

html body .upsex-alert-v1.upsex-alert-warning-v1{
    --upsex-alert-accent:#B88A00;
    --upsex-alert-soft:rgba(243,228,184,.72);
}

html body .upsex-alert-v1.upsex-alert-error-v1{
    --upsex-alert-accent:#a0443e;
    --upsex-alert-soft:rgba(160,68,62,.10);
}

html body .upsex-alert-v1.upsex-alert-info-v1{
    --upsex-alert-accent:#7A5A18;
    --upsex-alert-soft:rgba(210,173,82,.17);
}

html body .upsex-alert-v1,
html body .upsex-alert-v1 *{
    box-sizing:border-box!important;
    font-family:Manrope,Arial,sans-serif!important;
}

html body .upsex-alert-v1 .upsex-alert-shell-v1{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    align-items:start!important;
    gap:12px!important;

    width:100%!important;
    min-width:0!important;

    margin:0!important;
    padding:0!important;
}

html body .upsex-alert-v1 .upsex-alert-icon-v1{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:40px!important;
    height:40px!important;
    min-width:40px!important;

    margin:1px 0 0!important;
    padding:9px!important;

    color:var(--upsex-alert-accent)!important;
    background:var(--upsex-alert-soft)!important;

    border:0!important;
    border-radius:13px!important;
    box-shadow:none!important;
}

html body .upsex-alert-v1 .upsex-alert-icon-v1 svg{
    display:block!important;
    width:22px!important;
    height:22px!important;

    margin:0!important;
    padding:0!important;

    overflow:visible!important;

    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

html body .upsex-alert-v1 .upsex-alert-body-v1{
    display:block!important;
    min-width:0!important;

    margin:0!important;
    padding:0!important;
}

html body .upsex-alert-v1 .upsex-alert-brand-v1{
    display:block!important;

    margin:0 0 3px!important;
    padding:0!important;

    color:#B88A00!important;

    font-size:12px!important;
    font-weight:800!important;
    line-height:1.25!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

html body .upsex-alert-v1 .upsex-alert-message-v1{
    display:block!important;
    min-width:0!important;

    margin:0!important;
    padding:0!important;

    color:#4d423f!important;

    font-size:14px!important;
    font-weight:600!important;
    line-height:1.55!important;

    overflow-wrap:anywhere!important;
    word-break:normal!important;
    white-space:normal!important;
}

html body .upsex-alert-v1 .upsex-alert-message-v1 strong,
html body .upsex-alert-v1 .upsex-alert-message-v1 b{
    color:#4d423f!important;
    font-weight:800!important;
}

html body .upsex-alert-v1 .upsex-alert-message-v1 a{
    color:#8F6B00!important;
    font-weight:800!important;
    text-decoration:underline!important;
    text-decoration-thickness:1px!important;
    text-underline-offset:2px!important;
}

html body .upsex-alert-v1 > i,
html body .upsex-alert-v1 > .fa,
html body .upsex-alert-v1 > .fas,
html body .upsex-alert-v1 > .far,
html body .upsex-alert-v1 > .fab,
html body .upsex-alert-v1 > .ion,
html body .upsex-alert-v1 > [class*="glyphicon-"]{
    display:none!important;
}

html body .upsex-alert-v1 .close,
html body .upsex-alert-v1 button.close,
html body .upsex-alert-v1 a.close,
html body .upsex-alert-v1 [data-dismiss="alert"]{
    position:absolute!important;
    z-index:3!important;

    top:9px!important;
    right:9px!important;
    left:auto!important;
    bottom:auto!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    float:none!important;

    width:32px!important;
    height:32px!important;
    min-width:32px!important;

    margin:0!important;
    padding:0!important;

    color:#5c514e!important;
    background:rgba(77,66,63,.07)!important;

    border:0!important;
    border-radius:50%!important;
    box-shadow:none!important;

    font-family:Arial,sans-serif!important;
    font-size:23px!important;
    font-weight:400!important;
    line-height:1!important;

    opacity:1!important;
    text-decoration:none!important;
    text-shadow:none!important;

    cursor:pointer!important;
}

html body .upsex-alert-v1 .close:hover,
html body .upsex-alert-v1 .close:focus,
html body .upsex-alert-v1 [data-dismiss="alert"]:hover,
html body .upsex-alert-v1 [data-dismiss="alert"]:focus{
    color:#4d423f!important;
    background:rgba(184,138,0,.15)!important;
    outline:none!important;
}

@media(max-width:767px){
    html body .upsex-alert-v1{
        max-width:calc(100vw - 20px)!important;
        margin:10px auto!important;
        padding:14px 43px 14px 13px!important;
        border-radius:15px!important;
    }

    html body .upsex-alert-v1 .upsex-alert-shell-v1{
        grid-template-columns:36px minmax(0,1fr)!important;
        gap:10px!important;
    }

    html body .upsex-alert-v1 .upsex-alert-icon-v1{
        width:36px!important;
        height:36px!important;
        min-width:36px!important;
        padding:8px!important;
        border-radius:12px!important;
    }

    html body .upsex-alert-v1 .upsex-alert-icon-v1 svg{
        width:20px!important;
        height:20px!important;
    }

    html body .upsex-alert-v1 .upsex-alert-message-v1{
        font-size:13.5px!important;
        line-height:1.5!important;
    }

    html body .upsex-alert-v1 .upsex-alert-brand-v1{
        font-size:11.5px!important;
    }

    html body .upsex-alert-v1 .close,
    html body .upsex-alert-v1 [data-dismiss="alert"]{
        top:8px!important;
        right:7px!important;
        width:29px!important;
        height:29px!important;
        min-width:29px!important;
        font-size:21px!important;
    }
}

/* UPSEX_GLOBAL_ALERTS_V1_END */
