/* FOOTER */

.footer {
    width: 100%;
    padding: 100px 20px 0;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.footer-top p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.footer-logo img {
    width: 100%;
    display: block;
}

.footer span {
    font-weight: 600;
}

.footer {
    width: 100%;
    padding: 100px 20px 0;

    position: fixed;
    bottom: 0;
    left: 0;

    z-index: 20;

    pointer-events: none;
}

.footer-logo {
    mix-blend-mode: difference;

    isolation: isolate;
}

.footer-logo img {
    width: 100%;
    display: block;
}