.lgpd-consent-container{
    position:fixed;
    left:0;
    bottom:10px;
    display:flex;
    width:100vw;
    justify-content:center;
    z-index:9999
}
.lgpd-consent{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    height:0;
    width:calc(100vw - 20px);
    max-width:1326px;
    height:70px;
    padding:27px;
    background-color:#0072ce;
    box-shadow:0 8px 6px 0 rgba(0,0,0,.41);
    border-radius:5px;
    overflow:hidden;
    font-family:Arial,Helvetica,sans-serif;
    transform:none;
    text-align:center
}
.lgpd-consent__column{
    padding:0 54px;
    margin:0 -30px;
    color:#fff!important;
    font-size:14px;
    font-weight:400!important;
    line-height:16px;
    display:block!important
}
.lgpd-consent--version-b .lgpd-consent__title{
    display:block
}
.lgpd-consent__link{
    color:inherit;
    text-decoration:underline
}
.lgpd-consent__link:hover{
    color:inherit;
    text-decoration:none
}
.lgpd-consent__accept{
    position:relative;
    display:block;
    width:118px;
    height:36px;
    line-height:34px;
    background:#fff;
    border-radius:1px;
    cursor:pointer;
    color:#000!important;
    border:none;
    box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.4);
    transition:all .3s
}
.lgpd-consent__accept:hover{
    background:#fff
}
.lgpd-consent__accept:active{
    background:#fff
}
.lgpd-consent--show{
    animation:show 1s both
}
.lgpd-consent--hide{
    animation:hide 1s ease-in forwards
}
@media screen and (max-width:768px){
    .lgpd-consent-container{
        bottom:140px
    }
    .lgpd-consent{
        height:auto;
        padding:34px;
        flex-wrap:wrap
    }
    .lgpd-consent__column{
        width:100%;
        padding:0;
        margin:0;
        font-size:20px;
        line-height:24px
    }
    .lgpd-consent__accept{
        width:100%;
        margin:24px 0 0
    }
}
