#root>div {
    height: unset;
}

.jss153 {
    height: unset;
    display: block;
}

.cmp-layout-container--footer {
    background: #f2f2f2;
    padding: 0 3em;
}

.responsivegrid.aem-GridColumn {
    padding-left: 0;
    padding-right: 0;
    float: none !important;
}

.r4-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #757575;
    background-color: #f2f2f2;
}

.r4-footer__social {
    display: flex;
    justify-content: center;
}

.r4-footer__social ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
    padding: 30px 0;
    list-style: none;
}

.r4-footer__social li,
.r4-footer__nav li,
.r4-footer__legal li {
    position: relative;
    white-space: nowrap;
    display: flex;
}

.r4-footer__social li {
    display: flex;
    justify-content: center;
    position: relative;
    flex: 1;
}

ul.cmp-navigation__group,
li {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
}

.r4-footer__social a[aria-label="linkedin"] {
    background-image: url(../images/ms-icon-linkedin-gr.svg);
}

.r4-footer__social a[aria-label="instagram"] {
    background-image: url(../images/ms-icon-instagram-gr.svg);
}

.r4-footer__social a[aria-label="twitter"] {
    background-image: url(../images/ms-icon-twitter-gr.svg);
}

.r4-footer__social a[aria-label="facebook"] {
    background-image: url(../images/ms-icon-facebook-gr.svg);
}

.r4-footer__social a[aria-label="youtube"] {
    background-image: url(../images/ms-icon-youtube-gr.svg);
}

.r4-footer__social a {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.screen-reader-only {
    position: absolute !important;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.r4-footer__nav {
    font-size: 18px;
}

.r4-footer__nav nav {
    padding: 30px 0;
}

.r4-footer .cmp-navigation__group {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cmp-navigation__item.cmp-navigation__item--level-0 {
    padding: 10px 20px;
    line-height: 20px;
}

.r4-footer .cmp-navigation__group a {
    font-family: "Karla", sans-serif;
    text-decoration: none;
    color: #333;
}

.r4-footer__legal a {
    display: flex;
    align-items: center;
}

.r4-footer__legal a img {
    padding-left: 5px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.r4-footer hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 60%;
    margin: auto;
    border: .5px solid #ddd;
}

.r4-footer__legal {
    font-size: 14px;
    line-height: 1;
}

.r4-footer__legal,
.r4-footer__copyright {
    font-family: "Karla", sans-serif;
    padding: 20px 0;
    color: #4c4c4c;
}

.r4-footer__legal,
.r4-footer__copyright {
    font-family: "Karla", sans-serif;
    padding: 20px 0;
    color: #4c4c4c;
}

.cmp-layout-container--footer p {
    text-align: center;
}

@media (min-width: 768px) {
    .r4-footer__social ul {
        flex-basis: 40%;
    }
}

@media (max-width: 1024px) {
    .r4-footer__legal li.cmp-navigation__item {
        padding: 5px 20px;
        font-size: 11px;
    }
}

@media screen and (max-width: 1024px) {
    .cmp-navigation__group {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .r4-footer__legal ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

#root {
    background: white;
}
