footer{
    position: relative;
    z-index: 10;
    border-top: 1px solid var(--dark-grey-15);
    background-color: var(--dark-grey-5);
}
footer .container{
    justify-content: space-between;
}
footer .container:first-of-type{
    padding-top: 100px;
    padding-bottom: 100px;
}

footer h2{
    margin-bottom: 0;
}

footer .col{
    margin-top: 0;
}
footer .col-1{
    width: 28%;
}
footer .col-2{
    width: 22%;
}
footer .col-3{
    width: 14%;
}
footer .col-4{
    width: 19%;
}
footer .col-5{
    width: 10%;
}

footer dt{
    font-weight: bold;
    margin-bottom: 12px;
}
footer dd{
    margin-left: 0;
    color: var(--gsi-grey);
    line-height: 1.8;
}
footer dd a{
    color: var(--gsi-grey);
    text-decoration: none;
}
footer dd a:hover{
    color: initial;
}




footer .container.prelast{
    align-items: flex-end;
    padding-bottom: 45px;
}


footer .language-select{
    position: relative;
    cursor: pointer;
}
footer .language-select:before{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    bottom: 1px;
    margin-right: 10px;
    content: '';
    width: 20px;
    height: 18px;
    background-image: url('../images/speech-bubble.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
footer .language-select-list{
    position: absolute;
    z-index: 1;
    bottom: 44px;
    left: -20px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 3px;
    min-width: 155px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    display: none;
}
footer .language-select-list::before {
    position: absolute;
    content: '';
    bottom: -7px;
    left: 22px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.025);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.025);
    box-shadow: 5px 5px 5px 0
    rgba(0,0,0,0.025);
}
/*footer .language-select-list li{
    margin-bottom: 5px;
    padding: 5px 8px;
}*/
/*footer .language-select li:hover,
footer .language-select li.active{
    background-color: var(--dark-grey-5);
}
footer .language-select li:last-of-type{
    margin-bottom: 0;
}*/
footer .language-select-list a{
    display: block;
    margin-bottom: 5px;
    padding: 5px 8px;
    color: var(--dark-grey-100);
    text-decoration: none;
}
footer .language-select-list a:hover,
footer .language-select-list a.active{
    background-color: var(--dark-grey-5);
}






footer #scroll-to-top{
    position: relative;
    background-color: #fff;
    width: 49px;
    height: 49px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
footer #scroll-to-top:after{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 17px;
    height: 15px;
    transform: rotate(-90deg);
    background-image: url('../images/read-more-arrow-black.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}










footer .container:last-of-type{
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

footer .container:last-of-type:before{
    position: absolute;
    top: 0;
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: var(--dark-grey-10);
}

footer .container:last-of-type p{
    margin-bottom: 0;
}
