.cd_footermenu {
    padding-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.cd_footermenu-logo-container {
    width: 250px;
}
.cd_footermenu-logo-container img {
    width: auto;
    max-width: 100%;
}
.cd_footermenu-links {
    padding-left: 85px;
    width: calc( 100% - 250px );
    display: flex;
    flex-flow: column;
    max-height: 220px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.cd_footermenu-links > li {
    margin-bottom: 16px;
}
.cd_footermenu-links > li:nth-child(1),
.cd_footermenu-links > li:nth-child(2) {
    /*width: 28%;*/
    width: 23%;
}
.cd_footermenu-links > li:nth-child(3),
.cd_footermenu-links > li:nth-child(4) {
    /*height: 100%;*/
    width: 30%;
}
.cd_footermenu-links > li:nth-child(4) {
    width: 26%;
}
.cd_footermenu-links > li:nth-last-child( -n + 4 ) {
    width: 16%;
    margin-bottom: 8px;
}
.cd_footermenu-links a,
.cd_footermenu-links button {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.0625rem;
    font-weight: 700;
    background: transparent;
    border: none;
    text-decoration: none;
    padding: 0;
}
.cd_footermenu-links > li > a,
.cd_footermenu-links > li > button {
    color: #ffed00;
}
.cd_footermenu-sublinks {
    padding: 0;
}
.cd_footermenu-sublinks a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    margin-bottom: 3px;
}
.cd_footermenu-links-technique {
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    width: 100%;
}
.cd_footermenu-links-technique li {
    display: inline-block;
    text-align: center;
    padding: 0;
}
.cd_footermenu-links-technique a {
    color: #fff;
    display: block;
    font-size: 0.9rem;
    font-family: "AlegreyaSans";
    padding: 5px 20px;
    position: relative;
}
.cd_footermenu-links-technique li + li a::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 5px;
    left: -2px;
    width: 3px;
    bottom: 6px;
}
.footer-copyright {
    font-family: "AlegreyaSans";
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
}
.footer-copyright a {
    color: #fff;
}
.footer-copyright img {
    max-height: 16px;
}



@media screen and ( max-width: 1480px ) {
    .cd_footermenu-links {
        padding-left: 50px;
    }
    .cd_footermenu-links > li:nth-child(n),
    .cd_footermenu-links > li:nth-child(2),
    .cd_footermenu-links > li:nth-child(4) {
        width: 25%;
    }
}

@media screen and ( max-width: 1080px ) {
    .cd_footermenu {
        display: block;
    }
    .cd_footermenu-logo-container {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .cd_footermenu-logo-container img {
        max-width: 320px;
    }
    .cd_footermenu-links {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and ( max-width: 990px ) {
    .cd_footermenu-links {
        flex-flow: row;
        flex-wrap: wrap;
        max-height: 100%;
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
    }
    .cd_footermenu br {
        display: none;
    }
    .cd_footermenu-links > li:nth-child(n) {
        width: 50%;
        margin-bottom: 25px;
    }
}