                        /*Cookies plugin v2*/
            body.cookies_gdpr{
                position: relative;
                width: 100vw;
                height: 100vh;
                overflow: hidden;
                display: block;
            }
            section.cookies_gdpr_popup{
                position: fixed;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: block;
                background: hsla(0,0%,96.9%,.95);
                z-index: 100000;
            }
            .cookies_gdpr_popup_body{
                display: block;
                width: 48.9375em;
                max-height: 100vh;
                overflow-y: auto;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0);
                z-index: 10000;
                background: #fff;
                padding: 1.25em 1.875em 1.875em;
                color: #1c1c1c;
                border: 0.0625rem solid #dee2e6;
                box-shadow: 0 0 15px rgb(216 218 221 / 50%);
            }
            @media (max-width: 767px){
                .cookies_gdpr_popup_body{
                    padding: 15vh 1.875em 1.875em;
                }
            }
            .col-gdpr-title{
                margin-bottom: 24px;
            }
            .col-gdpr-intro-question{
                margin-bottom: 12px;
            }
            .cookies-gdpr-policy-link, .cookies-gdpr-more{
                margin-bottom: 12px;
                text-align: left;
            }
            #privacy-policy-link, #btn-cookies-gdpr-customize{
                display: inline-block;
                font-weight: 700;
                color: #0a76e1;
                padding: 0;
                margin-bottom: 6px;
                margin-top: 24px;
                border: none;
                box-shadow: none;
                background: transparent;
            }
            #privacy-policy-link:after{
                font-family: bootstrap-icons;
                font-style: normal;
                font-weight: 400!important;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                vertical-align: -0.125em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\F138";
                margin-left: 12px;
                font-size: 16px;
                display: inline-block;
            }
            #btn-cookies-gdpr-customize:before{
                font-family: bootstrap-icons;
                font-style: normal;
                font-weight: 400!important;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                vertical-align: -0.125em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\F3E5";
                margin-right: 12px;
                font-size: 16px;
                display: inline-block;
            }
            #privacy-policy-link:hover, #btn-cookies-gdpr-customize:hover{
                color: #0a53be;
                text-decoration: underline;
            }
            .cookies-gdpr-more{
                text-align: right;
            }
            .cookies-gdpr-more-info-page, .cookies-gdpr-more-info-config{
                display: none;
                visibility: hidden;
                height: 0;
                padding: 12px;
                transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                background-color: #FFF;
                border: 1px solid #f7f7f7;
                border-radius: 0.1875em;
                margin-bottom: 0;
                max-height: 30vh;
                overflow-y: auto;
            }
            .cookies-gdpr-more-info-page h4.widget-title,
            .cookies-gdpr-more-info-page h5.widget-title,
            .cookies-gdpr-more-info-page h6.widget-title{
                padding: 0 0 12px 0;
            }
            .cookies-gdpr-more-info-page.active, .cookies-gdpr-more-info-config.active{
                display: block;
                visibility: visible;
                height: 100%;
            }
            #btn-cookies-gdpr-more{
                display: block;
                width: 100%;
                font-weight: 700;
                color: #000;
                padding: 10px 0;
                text-align: left;
                margin-top: 6px;
                margin-bottom: 0;
                box-shadow: none;
                background: transparent;
                border: none;
            }
            #btn-cookies-gdpr-more:hover{
                color: #0a53be;
            }
            #btn-cookies-gdpr-more:before{
                font-family: bootstrap-icons;
                font-style: normal;
                font-weight: 400!important;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                vertical-align: -0.125em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\F128";
                margin-right: 12px;
                font-size: 16px;
                display: inline-block;
            }
            .cookies-gdpr-sec-block, .cookies-gdpr-first-block{
                display: none;
            }
            .cookies-gdpr-sec-block.active, .cookies-gdpr-first-block.active{
                display: block;
            }
            .cookies-gdpr-sec-block .form-check{
                margin-bottom: 12px;
                padding-bottom: 12px;
                border-bottom: 1px dashed #ebebeb;
            }
            .cookies-gdpr-sec-block .form-check:last-child{
                border-bottom: none;
            }
            .cookies-gdpr-accept .btn, .cookies-gdpr-cancel .btn{
                display: block;
                width: 100%;
            }
            .cookies-gdpr-first-block{
                width: 100%;
            }
            .cookies_gdpr_popup .cookies_gdpr_popup_body .btn-cookies-gdpr-accept{
                display: block;
                width: 100%;
                text-align: center;
                background: #8bc34a;
                border: 1px solid #8bc34a;
                color: #ffffff;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
            }
            .cookies_gdpr_popup .cookies_gdpr_popup_body .btn-default{
                display: block;
                width: 100%;
                text-align: center;
                background: #607d8b;
                border: 1px solid #607d8b;
                color: #FFF;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
            }
            h4.cookies-gdpr-title{
                font-weight: 700;
                color: #000;
            }
            h5.cookies-gdpr-subtitle{
                font-weight: 500;
                color: #000;
            }
            