
#gdpr-consent .gdpr__modal{
    width: 1328px;
    fill: #FFF;
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    padding: 32px;
    background: #FFF;
    color: #585F82;
    font-size: 14px;
    font-family: Helvetica;
}
#gdpr-consent .gdpr__modal .gdpr__content{
    color: #585F82;
    flex: 1;
}
#gdpr-consent .gdpr__modal .gdpr__content a{
    color:#585F82 !important;
}

#gdpr-consent .gdpr__preference-wrap h2 {
    color: #fff;
    line-height: unset;
    color: #2E3763;
    font-family: Helvetica;
    font-weight: 700;
}

#gdpr-consent .gdpr__content span {
    display: inline;
}
#gdpr-consent .gdpr__preference-wrap{
    border-bottom: 1px solid #DADCE9;
}
#gdpr-consent .gdpr__modal button.gdpr__consent{
    width: 162px;
    font-size: 14px;
    border-radius: 58px;
    background: #EC6237;
    color: #FFF;
    border: 0;
}

#gdpr-consent .gdpr__modal button.gdpr__set{
    width: 162px;
    border-radius: 58px;
    background: #F1F3FF;
    font-size: 14px;
    color: #2E3763;
}
#gdpr-consent .gdpr__preference-wrap p{
    color: #2E3763;
    font-family: Helvetica;
}
#gdpr-consent .gdpr__analytical-wrap .text-wrap {
    width: unset;
    margin-right: 100px;
    font-size: 14px;
}
#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label{
    width: 61px;
    height: 32px;
    background: #5FCFBF;
    border: 0;
    bottom: 28px;
}
#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label::before{
    content: '';
    background: #fff;
}
#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]:checked+label::before{
    content: '';
    background: #fff;
}

#gdpr-consent .gdpr__analytical-wrap input[type=checkbox]+label::after{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin:0;
    margin: 3px;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    #gdpr-consent .gdpr__modal{
        width: unset;
    }
    #gdpr-consent .gdpr__modal .gdpr__content {
        flex: auto;
        margin-bottom: 12px;
    }
    .gdpr__analytical-wrap input[type=checkbox]+label{
        top: 25px !important;
    }
    #gdpr-consent .gdpr__analytical-wrap{
        color: #585F82;
    }
    .gdpr__analytical-wrap .text-wrap{
        margin-right: 100px !important;
    }
    #gdpr-consent .gdpr__modal .gdpr__content{
        width: unset;
        color: #585F82;
    }
    #gdpr-consent .gdpr__modal button.gdpr__consent{
        bottom: 77px;

    }
    #gdpr-consent .gdpr__modal button.gdpr__set{
        bottom: 26px;

    }
}