@keyframes slideInFromBottom {
 0% {
 transform: translateY(100%);
 }
 100% {
 transform: translateY(0);
 }
}

#teconsent{
    display:none;  
	transition: opacity 350ms ease 0s;
    opacity: 1;
    position: absolute;
    right: 2%;
    top: 3px;
    transform: translateX(-18px);
}

#teconsent a{
display:none;
color: #000;
font-size: 14px;
line-height: 1.5;
}
.footer_bottom .copyright{
left: 16px;
margin-top: 3px;
}
.trustarc-banner-wrapper{
animation: 1s ease-out 0s 1 slideInFromBottom !important;
}
.footer_bottom #block-2levelfooter{
    width: 80%;
}
.footer_bottom #block-2levelfooter ul{
display: flex;
justify-content: flex-start;
width: 88%;
flex-direction: row;
}
@media screen and (max-width: 1024px) {
/*.footer_bottom .copyright{
left:-382px;
}*/
}
@media screen and (max-width: 992px) {
.footer_bottom #block-2levelfooter ul{
width: 83%;
}
}
@media screen and (max-width: 767px) {
/*.footer_bottom .copyright{
left: 16px;
margin-top: 3px;
}*/

.footer_bottom #block-2levelfooter{
    width: auto;
}
.footer_bottom #block-2levelfooter ul{
display: flex;
justify-content: flex-start;
width: auto;
flex-direction: column;
}
.footer_bottom .copyright{
margin:155px 0 0 0 !important;
}
    #teconsent{
        top: 42px;
        right: 0px;
        transform: translateX(-50%);
        width: 50%;
    }
}