/*FOOTER BEGIN*/

#f-cover {
    top: 0;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    background: #ffffff;
    color: #6e6e73;
    min-width: 1024px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
    box-sizing: content-box;
    padding: 0;
    pointer-events: auto;
    padding-left: max(22px,env(safe-area-inset-left));
    padding-right: max(22px,env(safe-area-inset-right));
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#f-cover *, #f-cover *::before, #f-cover *::after {
    font-size: 1em;
    /*font-family: inherit;*/
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    box-sizing: content-box;
    padding: 0;
    pointer-events: auto;
    letter-spacing: normal;
}

#f-cover nav {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 20px;
}

.f-column {
    flex-basis: 25%;
    pointer-events: none;
}

#f-title-logo, #f-cover .f-column > .f-title {
    color: var(--theme-text, #1d1d1f);
    display: block;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0.8em;
    outline: none;
}

.f-content {
    margin-right: 20px;
    list-style: none;
    padding: 0;
}

.f-content li {
    display: block;
    pointer-events: auto;
    margin-bottom: 0.8em;
}

#f-cover {
    text-decoration: none;
}

#f-cover a {
    color: var(--theme-muted-text, #424245);
}

#f-cover .footer-right {
    padding-top: 34px;
    border-top: none;
    padding: 17px 0 21px;
    display: block;
}

@supports (padding: calc(max(0px))) {
    #f-cover .footer-right {
        padding-bottom:calc(max(21px, env(safe-area-inset-bottom)))
    }
}

#f-cover .footer-locale {
    float: right;
    margin-top: 5px;
    position: relative;
    top: -3px;
    z-index: 2;
    white-space: nowrap;
}

#f-cover .footer-legal {
    position: relative;
    top: -3px;
    z-index: 1;
}

#f-cover .footer-legal::before, #f-cover .footer-legal::after {
    content: ' ';
    display: table;
}

#f-cover .footer-legal-copyright {
    max-height: 9999px;
    margin-right: 30px;
    float: left;
    margin-top: 5px;
    list-style-type: none;
}

#f-cover .footer-legal::after {
    clear: both;
}

@media only screen and (max-width: 1044px) {
    #f-cover {
        min-width: 320px;
        width: 100%;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 833px) {
    #f-cover nav {
        padding-left: max(16px,env(safe-area-inset-left));
        padding-right: max(16px,env(safe-area-inset-right));
        flex-direction: column;
    }

    .f-column {
        flex-basis: auto;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid var(--theme-border, #d2d2d7);
        overflow: hidden;
        pointer-events: auto;
    }

    #f-title-logo, #f-cover .f-column > .f-title {
        display: none;
    }

    .f-content {
        margin: 0;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        transform: translateY(-100px);
        will-change: transform;
    }

    .f-content li {
        margin-bottom: 0;
    }

    .f-content li a {
        padding: 6px 14px;
        display: block;
    }

    #f-cover .footer-right {
        padding-top: 17px;
    }

    #f-cover .footer-locale {
        left: -1px;
        padding-top: 5px;
        float: none;
    }

    #f-cover .footer-legal {
        padding-top: 12px;
    }

    #f-cover .footer-legal-copyright {
        margin-right: 0;
        float: none;
    }
}