footer {
    width: 100%;
    height: fit-content;
    padding-top: 62px;
    padding-bottom: 30px;
    /*position: absolute;*/
    /*bottom: 0;*/
    font-family: Helvetica Neue, Arial, sans-serif;
    z-index: -1;
    color: #fff;
    background-color: #00504A;
}

footer #footer-container {
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: normal;
}

footer .link-font-hn {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

footer #footer-container .font-hn-title {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 19.2px;
    font-weight: 400;
}

footer #footer-container #footer-contact .ct-fc {
    font-size: 51.2px;
    letter-spacing: -1px;
    font-weight: 400;
    font-style: normal;
}

footer #footer-container #footer-contact a {
    text-decoration: none;
}

footer #footer-container #footer-contact a:hover {
    text-decoration: underline;
}

footer #footer-container #footer-contact .footer-logo {
    width: 179.7px;
    height: 32.25px;
    position: relative;
    top: -19px;
}

footer #footer-container .footer-links {
    display: flex;
    flex-direction: column;
}

footer #footer-container .footer-links h2 {
    margin-bottom: 12px;
}

footer #footer-container .footer-links a {
    text-decoration: none;
}

footer #footer-container .footer-links a:hover {
    text-decoration: underline;
}

footer #footer-container .footer-links a:not(:first-child) {
    margin-top: 8px;
}

footer #footer-container #footer-socials .fs-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: flex-start;
    align-content: normal;
}

footer #footer-container #footer-socials .fs-container .fsc-item:not(:first-child) {
    margin-left: 8px;
}

footer #footer-container #footer-socials .fs-container a svg {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    transition: 200ms;
}

footer #footer-container #footer-socials .fs-container a svg:hover {
    fill-opacity: 77%;
}

footer #footer-sub {
    margin-top: 40px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

footer #footer-sub #footer-sub-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: normal;
}

footer #footer-sub #footer-sub-left .fsl-item:not(:first-child) {
    margin-left: 70px;
}

footer #footer-sub #footer-sub-left #fsl-ico {
    height: 67px;
}

footer #footer-sub #footer-sub-left #fsl-pr {
    height: 38px;
}

footer #footer-sub #footer-sub-left #fsl-cmp {
    height: 33px;
}

footer #footer-bottom {
    margin-top: 40px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}

footer #footer-bottom #footer-cookies {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-end;
}

footer #footer-bottom a {
    text-decoration: none;
}

footer #footer-bottom a:hover {
    text-decoration: underline;
}

footer #footer-bottom #footer-cookies a {
    margin-right: 5px;
}

footer #footer-bottom #footer-cookies a:not(:first-child) {
    margin-left: 5px;
}

footer #footer-bottom-2 {
    margin-top: 40px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}

footer #footer-bottom-2 #footer-sub-right { /* CREDITS */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: normal;
}

footer #footer-bottom-2 p,
footer #footer-bottom-2 a { /* CREDITS */
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12.8px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

@media all and (min-width: 1010px) and (max-width: 1237px) {
    footer #footer-container {
        margin-left: 100px;
        margin-right: 100px;
    }

    footer #footer-sub {
        margin-top: 40px;
        margin-left: 100px;
        margin-right: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: normal;
    }

    footer #footer-bottom {
        margin-left: 100px;
        margin-right: 100px;
        flex-direction: row;
    }

    footer #footer-bottom-2 {
        margin-left: 100px;
        margin-right: 100px;
        flex-direction: row;
        row-gap: 10px;
    }
}

@media all and (min-width: 880px) and (max-width: 1010px) {
    footer #footer-container {
        margin-left: 50px;
        margin-right: 50px;
    }

    footer #footer-sub {
        margin-left: 50px;
        margin-right: 50px;
        flex-direction: column;
    }

    footer #footer-sub #footer-sub-right {
        margin-top: 30px;
    }

    footer #footer-bottom {
        margin-left: 50px;
        margin-right: 50px;
        flex-direction: column;
        row-gap: 10px;
    }

    footer #footer-bottom-2 {
        margin-left: 50px;
        margin-right: 50px;
        flex-direction: row;
        row-gap: 10px;
    }
}

@media all and (max-width: 880px) {
    footer {
        height: max-content;
    }

    footer #footer-container {
        margin-left: 50px;
        margin-right: 50px;
        flex-direction: column;
    }

    footer #footer-container div:not(:last-child) {
        margin-bottom: 25px;
    }

    footer #footer-container #footer-cookies a:not(:first-child) {
        margin-top: 10px;
    }

    footer #footer-sub {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 50px;
        flex-direction: column;
    }

    footer #footer-sub #footer-sub-right {
        margin-top: 30px;
    }

    footer #footer-sub #footer-sub-left {
        flex-direction: row;
        align-items: flex-start;
    }

    footer #footer-sub #footer-sub-left #fsl-ico {
        height: 36px;
    }

    footer #footer-sub #footer-sub-left #fsl-pr {
        height: 29px;
    }

    footer #footer-sub #footer-sub-left #fsl-cmp {
        height: 26px;
    }


    footer #footer-sub #footer-sub-left .fsl-item:not(:first-child) {
        margin-top: 5px;
        margin-left: 15px;
    }

    footer #footer-bottom {
        margin-top: 20px;
        margin-left: 50px;
        margin-right: 50px;
        flex-direction: column;
        row-gap: 10px
    }

    footer #footer-bottom-2 {
        margin-left: 50px;
        margin-right: 50px;
        flex-direction: column;
        row-gap: 10px;
    }
}