* {
    margin: 0;
    padding: 0;
}

body * {
    display: block;
}

body {
    background-color: #2A2A2A;
}

body::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 0;
}

.line-hovered, .hovered {
    color: #FFFFFF
}

.line-hovered:after, .hovered:after {
    background: #FFFFFF;
}

.black-header {
    background-color: #2A2A2A;
}

header .black-button {
    background-color: #FFFFFF;
    color: #2A2A2A;
}

.black-button:hover {
    color: #FFFFFF;
}

.font-size-20 {
    color: #FFFFFF;
}

.font-size-24 {
    font-family: Font_Awesome_5_Free, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-8 {
    margin-bottom: 8px;
}

#privacy-text {
    padding-top: 144px;
    padding-bottom: 200px;
}

#privacy-text img {
    max-width: 1330px;
    width: 100%;
    margin-bottom: 60px;
}

#privacy-footer {
    margin: 20px 0;
}

#privacy-footer * {
    color: #FFFFFF;
}

#privacy-footer .section, #privacy-footer .section div {
    display: flex;
    justify-content: space-between;
}

#privacy-footer .section div:last-child {
    max-width: 664px;
    width: 100%;
}

hr {
    margin: 0;
    border: none;
    border-top: 1px solid #424242;
}

.black-header .mobile-menu a {
    color: #FFFFFF;
}

@media screen and (max-width: 992px) {
    #privacy-footer .section div:first-child {
        white-space: nowrap;
        margin-right: 16px;
    }
}

@media screen and (max-width: 580px) {
    #privacy-text {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    #privacy-text img {
        margin-bottom: 32px;
    }

    #privacy-footer .section, #privacy-footer .section div {
        flex-direction: column-reverse;
    }

    #privacy-footer .section div:last-child {
        max-width: 100%;
        position: relative;
    }

    #privacy-footer .section div:last-child a {
        margin-bottom: 8px;
    }

    #privacy-footer .section div:last-child a:first-child, #privacy-footer .section div:last-child a:nth-child(2) {
        display: none;
    }

    #privacy-footer .section div:last-child a:last-child {
        margin-bottom: 0;
        position: absolute;
        right: 0;
        bottom: -20px;
    }
}