.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke,.cc-animate.cc-revoke2 {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top,.cc-animate.cc-revoke2.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom ,.cc-animate.cc-revoke2.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke2.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover,.cc-revoke2:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover,.cc-revoke2:hover {
    text-decoration: underline
}

.cc-revoke,.cc-revoke2,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 1.7em 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke,.cc-revoke2 {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke,.cc-revoke2 {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    /* padding: .2em */
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top,.cc-revoke2.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom,.cc-revoke2.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left,.cc-revoke2.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right,.cc-revoke2.cc-right {
    right: 3em;
    left: unset;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    /*display: none;*/
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1.3em
}

@media (min-width: 769px) {
    .cc-window.cc-floating .cc-compliance {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}


.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 768px) {
    .cc-btn+.cc-btn {
        margin-left: .5em
    }
}

@media print {

    .cc-revoke,.cc-revoke2,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

#cc-window input[type="checkbox"],
#cmplz-manage-consent-container input[type="checkbox"],
.cmplz-tcf-container input[type="checkbox"] {
    width: initial;
    -webkit-appearance: checkbox
}

#cc-window input[type="checkbox"]:checked::before,
#cmplz-manage-consent-container input[type="checkbox"]:checked::before,
.cmplz-tcf-container input[type="checkbox"]:checked::before {
    content: ''
}

#cc-window.cc-floating {
    min-width: 468px
}
#cc-window.cc-floating {
    max-width: 600px;
}

@media screen and (max-width:768px) {
    #cc-window.cc-floating {
        min-width: 100%
    }

    #cc-window.cc-type-categories.cc-floating,
    #cc-window.cc-type-categories .cc-btn {
        min-width: 100%
    }
    #cc-window.cc-type-categories.cc-floating .cc-compliance {
        display: flex;
        flex-direction: column;
    }
}

#cc-window a.cc-btn {
    text-decoration: none
}

#cc-window a.cc-btn:hover {
    text-decoration: underline
}

#cc-window.cc-theme-block .cc-btn {
    border: 0
}

#cc-window.cc-type-categories.cc-top .cmplz-categories-wrap,
#cc-window.cc-type-categories.cc-bottom .cmplz-categories-wrap {
    line-height: 28px
}

#cc-window.cc-type-categories.cc-top .cmplz-slider-checkbox,
#cc-window.cc-type-categories.cc-bottom .cmplz-slider-checkbox {
    margin: 3px 15px 5px 0
}

@media screen and (min-width:768px) {

    #cc-window.cc-type-categories.cc-top .cmplz-categories-wrap,
    #cc-window.cc-type-categories.cc-bottom .cmplz-categories-wrap {
        line-height: 29px
    }
}

#cc-window.cc-type-categories.cc-top.cc-theme-edgeless:not(.cc-floating) .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-bottom.cc-theme-edgeless:not(.cc-floating) .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-top.cc-theme-edgeless:not(.cc-floating) .cc-compliance .cc-save,
#cc-window.cc-type-categories.cc-bottom.cc-theme-edgeless:not(.cc-floating) .cc-compliance .cc-save {
    margin: 0
}

#cc-window.cc-type-categories.cc-floating .cc-compliance {
    display: flex;
}

#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-btn {
    padding: .8em 0;
    margin: 15px 0 0 0
}

#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-accept-all {
    margin: 15px 0 0 0
}

#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-dismiss {
    float: left
}

#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-save {
    float: right
}

#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-accept-all {
    clear: both;
    width: 100%
}

#cc-window.cc-type-categories.cc-floating.cmplz-categories-no .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating.cmplz-categories-hidden .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating.cmplz-categories-no .cc-compliance .cc-save,
#cc-window.cc-type-categories.cc-floating.cmplz-categories-hidden .cc-compliance .cc-save {
    width: calc(50% - .8em);
    margin: 0
}

#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless.cmplz-categories-no .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless.cmplz-categories-hidden .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless.cmplz-categories-no .cc-compliance .cc-save,
#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless.cmplz-categories-hidden .cc-compliance .cc-save {
    width: 50%
}

#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless.cmplz-categories-no .cc-compliance .cc-save-settings,
#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless.cmplz-categories-hidden .cc-compliance .cc-save-settings {
    margin-top: 0
}

#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless .cc-compliance .cc-save-settings {
    margin-top: 0
}

#cc-window.cc-type-categories.cc-floating:not(.cc-theme-edgeless) .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating:not(.cc-theme-edgeless) .cc-compliance .cc-save {
    margin-top: 0
}

#cc-window.cc-type-categories.cc-floating.cmplz-categories-visible .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating.cmplz-categories-visible .cc-compliance .cc-save {
    width: 100%
}

#cc-window.cc-type-categories.cc-floating.cmplz-categories-legacy .cc-compliance .cc-dismiss,
#cc-window.cc-type-categories.cc-floating.cmplz-categories-legacy .cc-compliance .cc-save {
    margin: 0
}

#cc-window.cc-type-categories.cc-floating.cmplz-categories-legacy .cc-compliance .cc-btn {
    float: initial;
    margin: 15px 0 0 0
}

#cc-window.cc-theme-edgeless .cc-btn {
    border: 0
}

#cc-window.cc-theme-minimal .cc-btn {
    border-radius: 5px
}

#cc-window.cc-window.cc-theme-minimal .cc-btn.cc-accept-all {
    border-radius: 5px;
    border-width: 1px
}

#cc-window.cmplz-hide-cats {
    display: none
}

#cc-window .cc-message {
    word-wrap: break-word
}

#cc-window .cc-deny {
    display: none
}

#cc-window .cc-link {
    padding-right: 0
}

#cc-window.cc-center.cc-type-categories .cc-save,
#cc-window.cc-left.cc-type-categories .cc-save,
#cc-window.cc-right.cc-type-categories .cc-save {
    margin-top: 15px
}

#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless label {
    margin-left: 1em
}

#cc-window.cc-type-categories.cc-floating.cc-theme-edgeless .cc-message {
    margin-bottom: .5em
}

@media screen and (max-width:768px) {
    .cc-revoke {
        display: none !important
    }
}

.cc-center.cc-revoke {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-center.cc-revoke.cc-animate {
    transform: translateY(2em)
}

.cc-center.cc-revoke.cc-animate:hover {
    transform: translateY(0)
}

.cc-hidden {
    display: none !important
}

.cc-window.cc-theme-minimal {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.cc-window.cc-theme-minimal:not(.cc-floating) .cc-message {
    text-align: center
}

.cc-window.cc-theme-minimal .cc-btn.cc-allow,
.cc-window.cc-theme-minimal .cc-btn.cc-save,
.cc-window.cc-theme-minimal .cc-btn.cc-dismiss {
    border-radius: 5px;
    border-width: 1px
}

.cc-window.cc-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-width: 360px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

#cc-window.cc-window .cmplz-square-checkbox:checked+.cc-check svg path,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-square-checkbox:checked+.cc-check svg path,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-square-checkbox:checked+.cc-check svg path {
    stroke-dashoffset: 60;
    transition: all .3s linear
}

#cc-window.cc-window .cmplz-square-checkbox:checked+.cc-check svg polyline,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-square-checkbox:checked+.cc-check svg polyline,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-square-checkbox:checked+.cc-check svg polyline {
    stroke-dashoffset: 42;
    transition: all .2s linear;
    transition-delay: .15s
}

#cc-window.cc-window .cmplz-square-checkbox:focus+.cc-check svg,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-square-checkbox:focus+.cc-check svg,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-square-checkbox:focus+.cc-check svg {
    outline: -webkit-focus-ring-color auto 1px
}

#cc-window.cc-window input.cmplz-svg-checkbox,
#cmplz-manage-consent-container.cmplz-manage-consent-container input.cmplz-svg-checkbox,
#cmplz-tcf-container.cmplz-tcf-container input.cmplz-svg-checkbox,
#cc-window.cc-window .cmplz-slider-checkbox input,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox input,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox input {
    display: block !important;
    opacity: 0 !important;
    height: 0 !important
}

#cc-window.cc-window .cmplz-slider-checkbox,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider:before,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider:before,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider.cmplz-round,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider.cmplz-round,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider.cmplz-round {
    border-radius: 20px
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider.cmplz-round:before,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider.cmplz-round:before,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider.cmplz-round:before {
    border-radius: 50%
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider-na,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider-na,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider-na {
    padding: 2px 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider-na:before,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider-na:before,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider-na:before {
    position: absolute;
    content: "N/A";
    color: white
}

#cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider-na.cmplz-round,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider-na.cmplz-round,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider-na.cmplz-round {
    border-radius: 20px
}

#cc-window.cc-window .cmplz-slider-checkbox input:checked+.cmplz-slider:before,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox input:checked+.cmplz-slider:before,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox input:checked+.cmplz-slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px)
}

#cc-window.cc-window .cmplz-slider-checkbox input[type="checkbox"]:focus+.cmplz-slider,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox input[type="checkbox"]:focus+.cmplz-slider,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox input[type="checkbox"]:focus+.cmplz-slider {
    outline: -webkit-focus-ring-color auto 1px
}

#cc-window.cc-window label,
#cmplz-manage-consent-container.cmplz-manage-consent-container label,
#cmplz-tcf-container.cmplz-tcf-container label {
    color: inherit;
    font-weight: normal;
    margin-bottom: 0;
    line-height: inherit
}

#cc-window.cc-window div.cc-check,
#cmplz-manage-consent-container.cmplz-manage-consent-container div.cc-check,
#cmplz-tcf-container.cmplz-tcf-container div.cc-check {
    display: inline-block;
    padding-bottom: 10px
}

#cc-window.cc-window .cc-check,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check,
#cmplz-tcf-container.cmplz-tcf-container .cc-check,
#cc-window.cc-window .cc-check svg,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check svg,
#cmplz-tcf-container.cmplz-tcf-container .cc-check svg {
    display: inherit;
    transform: translate3d(0, 0, 0)
}

#cc-window.cc-window label:not(.cc-check),
#cmplz-manage-consent-container.cmplz-manage-consent-container label:not(.cc-check),
#cmplz-tcf-container.cmplz-tcf-container label:not(.cc-check) {
    white-space: nowrap;
    margin-right: 15px;
    margin-left: 0;
    padding-left: 0
}

#cc-window.cc-window.cc-theme-edgeless .cmplz-categories-wrap .cmplz-classic-checkbox,
#cmplz-manage-consent-container.cmplz-manage-consent-container.cc-theme-edgeless .cmplz-categories-wrap .cmplz-classic-checkbox,
#cmplz-tcf-container.cmplz-tcf-container.cc-theme-edgeless .cmplz-categories-wrap .cmplz-classic-checkbox {
    margin-left: 15px
}

#cc-window.cc-window .cmplz-categories-wrap .cmplz-slider-checkbox,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox {
    vertical-align: top;
    margin: 3px 15px 10px 0
}

#cc-window.cc-window .cmplz-categories-wrap .cmplz-consent-checkbox,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-consent-checkbox,
#cmplz-tcf-container.cmplz-tcf-container .cmplz-consent-checkbox {
    margin-right: 15px
}

#cc-window.cc-window .cmplz-categories-wrap label,
#cmplz-manage-consent-container.cmplz-manage-consent-container label,
#cmplz-tcf-container.cmplz-tcf-container label {
    box-sizing: initial
}

#cc-window.cc-window .cmplz-categories-wrap .cc-check,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check,
#cmplz-tcf-container.cmplz-tcf-container .cc-check {
    cursor: pointer;
    position: relative;
    margin: auto 7px auto auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent
}

#cc-window.cc-window .cmplz-categories-wrap .cc-check:before,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check:before,
#cmplz-tcf-container.cmplz-tcf-container .cc-check:before {
    content: "";
    position: absolute;
    opacity: 0
}

#cc-window.cc-window .cmplz-categories-wrap .cc-check:hover:before,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check:hover:before,
#cmplz-tcf-container.cmplz-tcf-container .cc-check:hover:before {
    opacity: 1
}

#cc-window.cc-window .cmplz-categories-wrap .cc-check svg,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check svg,
#cmplz-tcf-container.cmplz-tcf-container .cc-check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.5;
    transition: all .2s ease;
    stroke: #000
}

#cc-window.cc-window .cmplz-categories-wrap .cc-check svg path,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check svg path,
#cmplz-tcf-container.cmplz-tcf-container .cc-check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0
}

#cc-window.cc-window .cmplz-categories-wrap .cc-check svg polyline,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cc-check svg polyline,
#cmplz-tcf-container.cmplz-tcf-container .cc-check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66
}

.cmplz-soft-cookiewall {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999
}

.cmplz-document .cmplz-soft-cookiewall {
    background-color: transparent;
    display: none
}

.cmplz-video.cmplz-iframe-styles {
    background-color: transparent
}

.cmplz-video.cmplz-hidden {
    visibility: hidden !important
}

.cmplz-blocked-content-container {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: inherit;
    position: relative
}

.cmplz-blocked-content-container iframe {
    max-height: 100%;
    border: 0 !important
}

.cmplz-blocked-content-container div div {
    display: none
}

.cmplz-blocked-content-container.gmw-map-cover {
    max-height: 100%;
    position: absolute
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice:focus {
    border: 1px dotted #cecece
}


#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {
    color: #fff;
    background-color: #adacb2 !important;
    border-color: #adacb2 !important;

}

#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover {
    background-color: #f09800ce !important;

}

/* COOKIES  AVISO alargado*/
/*
    @media (min-width:768px) {
        .cc-compliance.cc-highlight {
            width: 300px;
            position: absolute;
            right: 0;
            margin: 0px;
            top:23px!important;
            padding-right: 20px;
        }
        #cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {
            margin-top: 0px!important;
            display: block!important;
            margin: 0 auto!important;
        }
        #cc-window.cc-floating {
            width:auto!important;
            left: 1em;
        }
        #cc-window .cc-message {
            margin-bottom:0px!important;
        }
    }
    @media (max-width:767px) {
        .cc-window.cc-floating {
            padding: 1.5em!important;
        }
        #cc-window .cc-message {
            margin-bottom:0px!important;
        }
    }
    
    .cc-window.cc-floating{
        max-width: inherit !important;
        width:100% !important;
    }
  */
/* FIN alargado */

/* COOKIES  AVISO BOX*/

#cc-window.cc-floating {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 300px;
    text-align: center;
}

@media (max-width: 768px) {
    #cc-window.cc-floating {
        height: 380px !important;
    }
}

@media (max-width: 575px) {
    #cc-window.cc-floating {
        height: 400px !important;
    }
}

@media (max-width: 439px) {
    #cc-window.cc-floating {
        height: 450px !important;
    }
}

.cc-accept-all {
    width: 50% !important;
}

#cc-window.cc-window.cc-theme-minimal .cc-btn.cc-accept-all,
#cc-window.cc-window.cc-theme-minimal .cc-btn.cc-dismiss,
a.cc-btn.cc-save.cc-show-settings.cc-btn-no-href,
a.cc-btn.cc-save.opengescookies.cc-btn-no-href {
    margin: 6px !important;
    display: inline-block;
}

#cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss.cc-btn-no-href,
#cc-window.cc-window a.cc-btn.cc-save.opengescookies.cc-btn-no-href,
#cc-window.cc-window a.cc-btn.cc-accept-all.cc-btn-no-href,
#modal_cookies button#btnaceptar {
    background-color: #FF9700 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 6px !important;
}   

#cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss.cc-btn-no-href:hover,
#cc-window.cc-window a.cc-btn.cc-save.opengescookies.cc-btn-no-href:hover,
#cc-window.cc-window a.cc-btn.cc-accept-all.cc-btn-no-href:hover,
#modal_cookies button#btnaceptar:hover {
    border-color: #0099e6 !important;
    background-color: #0099e6 !important;
}

span#cookieconsent\:desc {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
}

/* FIN box */

/* .cc-dismiss {
    display: none;
} */

/* .cc-show-settings,
.cc-revoke {
    display: none;
} */

.cmplz-categories-wrap {
    visibility: hidden;
}



#modal_cookies {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*min-height: 400px;*/
    /* height: 560px; */
    /* text-align: center; */
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    /* min-width: 468px; */
    width: 600px;
}

@media (min-width:768px) {
    #modal_cookies {
        min-height: fit-content;
        height: auto;
        top: 50%;
        bottom: 50%;
    }
}

#modal_cookies p {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: normal !important;
}

#modal_cookies label input {
    margin-right: 10px;
}
#modal_cookies label {
    font-weight: bold;
}
#modal_cookies .divbtn {
    text-align: right;
}

#modal_cookies #btnaceptar, #modal_cookies #btnrechazartodo, #modal_cookies #btnaceptartodo {
    
    display: inline;
}


span#cookieconsent\:desc:before {
    display: block;
    margin-bottom: 10px;
    content: url("/images/lingua-franca-logo.png");
    transform: scale(.8);
    text-align: center;
}

#modal_cookies #btnaceptar, #modal_cookies #btnrechazartodo, #modal_cookies #btnaceptartodo {
    margin-top: 10px;
}

/* ACEPTACIÃ“N DE COOKIES */
@media (max-width: 439px) {
    div#cc-window {
        height: 510px !important;
        min-height: 430px !important;
    }
    span#cookieconsent\:desc:before {
        display: block;
        width:10%;
    }
}
@media (min-width: 440px) and (max-width: 469px) {
    div#cc-window {
        height: 490px !important;
        min-height: 420px !important;
    }
    span#cookieconsent\:desc:before {
        display: block;
        width:10%;
    }
}

#cc-window.cc-window .cc-compliance .cc-btn,
#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all,
a.cc-btn.cc-accept-all.cc-btn-no-href,
#modal_cookies #btnaceptar {
    font: normal normal normal 18px !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    padding: 8px 15px !important;
    text-transform: initial !important;
    border: none !important;
}

@media (max-width: 767px) {
    #modal_cookies {
        min-height: fit-content;
        /* overflow-y: auto; */
        height: auto;
        top: 50%;
        bottom: 50%;
        width: 95%;
    }

    #modal_cookies .divbtn {
        display: flex;
        flex-direction: column !important;
    }
    #modal_cookies .divbtn .cc-save-settings, #modal_cookies .divbtn .cerrarmodal.cc-dismiss, #modal_cookies .divbtn .cerrarmodal.cc-accept-all {
        width: 100% !important;
    }
}

#cc-window .cc-link {
    /* margin-top: 20px !important; */
    text-decoration: underline !important;
    color: #8b7f6b !important;
    /* font-size: 14px !important; */
}

#cc-window.cc-window .cc-compliance .cc-btn {
    text-decoration: none !important;
}

.cmplz-categories-wrap {
    display: none !important;
}

#modal_cookies label,
#modal_cookies button {
    margin-top: 10px;
}

a.cc-btn.cc-accept-all.cc-btn-no-href {
    order: 3 !important;
}
a.cc-btn.cc-save.opengescookies.cc-btn-no-href {
    order: 2 !important;
}
#cc-window a.cc-btn.cc-save.cc-btn-no-href.cc-save-settings {
    order: 2 !important;
}

#cc-window.cc-floating {
    max-width: 600px !important;
}

span#cookieconsent\:desc {
    font-size: 14px;
}

.cc-revoke,.cc-revoke2,
.cc-window,
#modal_cookies {
    font-family: "Open Sans", sans-serif !important;
}

#modal_cookies label {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
}

#modal_cookies button#btnaceptar {
    margin-top: 15px;
}

@media(min-width:992px) {
    .cc-revoke2.cc-right {
        right: 4em !important;
    }
}

/* CAMBIOS ABRIL 2024 */
@media(min-width: 769px) {
    a.cc-btn.cc-accept-all.cc-btn-no-href {
        order: 3 !important;
    }
    a.cc-btn.cc-dismiss.cc-btn-no-href {
        order: 2 !important;
    }
    a.cc-btn.cc-save.opengescookies.cc-btn-no-href {
        order: 1 !important;
    }
    }
    @media (max-width: 768px) {
    a.cc-btn.cc-accept-all.cc-btn-no-href {
        order: 1 !important;
    }
    a.cc-btn.cc-dismiss.cc-btn-no-href {
        order: 2 !important;
    }
    a.cc-btn.cc-save.opengescookies.cc-btn-no-href {
        order: 3 !important;
    }
    }

    @media (min-width: 769px) {
        #cc-window.cc-type-categories.cc-floating.cmplz-categories-hidden .cc-compliance .cc-dismiss {
            margin: 6px 60px 6px 6px !important;
        }
    }

    #cc-window.cc-window .cc-compliance  a.cc-btn.cc-save.opengescookies.cc-btn-no-href {
        background-color: #FFF !important;
        color: #FF9700 !important;
        border: 1px solid #FF9700 !important;
        padding: 7px 15px 7px !important;
        text-shadow: none !important;
    }
    #cc-window.cc-window .cc-compliance  a.cc-btn.cc-save.opengescookies.cc-btn-no-href:hover {
        background-color: #FFF !important;
        color: #0099e6 !important;
        border: 1px solid #0099e6 !important;
    }

    /* MODIFICACIONES BANNER DE COOKIES */

#modal_cookies details {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

#modal_cookies summary {
    display: grid;
    grid-template-columns: 1fr auto 15px;
    grid-template-rows: minmax(0, 1fr);
    align-items: center;
    grid-gap: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    font-weight: 600;
    font-size: 14px;
    color: #222222;
}

#modal_cookies summary .cmplz-icon.cmplz-open {
    grid-column-start: 3;
    cursor: pointer;
    content: '';
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: cover;
    height: 18px;
    width: 18px;
    position: relative;
    top: -3px;
}

#modal_cookies .cmplz-always-active {
    font-size: 12px;
    font-weight: 500;
    color: green;
}

#modal_cookies details[open] summary .cmplz-icon.cmplz-open {
    transform: rotate(180deg);
    position: relative;
    top: 3px;
}

#modal_cookies p {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #222222;
    margin: 0;
    max-width: 100%;
    padding: 10px;
}

#modal_cookies input.cmplz-consent-checkbox {
    opacity: 0;
    margin: 0;
    margin-top: -10px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 20px;
}

#modal_cookies .cmplz-label {
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
}

#modal_cookies .cmplz-label>span {
    display: none;
}

#modal_cookies .cmplz-label:before,
#modal_cookies .cmplz-label:after {
    box-sizing: border-box;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: background-color 0.3s, left 0.3s;
}

#modal_cookies .cmplz-label:before {
    display: block;
    content: "";
    color: #fff;
    box-sizing: border-box;
    font-family: 'FontAwesome', sans-serif;
    padding-left: 23px;
    font-size: 12px;
    line-height: 20px;
    background-color: #b5b5b5;
    left: 0px;
    top: -7px;
    height: 15px;
    width: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#modal_cookies input.cmplz-consent-checkbox:checked+.cmplz-label::before {
    display: block;
    background-color: #086d13;
    content: "";
    padding-left: 6px;
}

#modal_cookies .cmplz-label:after {
    display: block;
    content: "";
    letter-spacing: 20px;
    background: #ffffff;
    left: 4px;
    top: -5px;
    height: 11px;
    width: 11px;
}

#modal_cookies input.cmplz-consent-checkbox:checked+.cmplz-label:after {
    left: 14px;
}

.texto-modal {
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    #modal_cookies button,
    #modal_cookies a.cc-btn {
        margin: 6px !important;
    }

    #modal_cookies button,
    a.cc-btn.cc-save.opengescookies.cc-btn-no-href {
        margin-left: 0 !important;
    }

    #modal_cookies a.cc-btn:last-child,
    a.cc-btn.cc-accept-all.cc-btn-no-href {
        margin-right: 0 !important;
    }
}

#modal_cookies .texto-checkbox {
    overflow-y: auto;
    max-height: 55vh;
}

#modal_cookies .texto-checkbox::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

#modal_cookies .texto-checkbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}

#modal_cookies .cc-btn {
    background-color: #FF9700 !important;
    color: white !important;
    font-size: 14px;
    padding: 8px 15px 10px;
    border-radius: 6px;
    border-color: #FF9700 !important;
    line-height: 1.33;
    border: none;
}

#modal_cookies .cc-btn:hover {
    text-decoration: none;
    border-color: #0099e6 !important;
    background-color: #0099e6 !important;
}


/* Estilos específicos para Firefox */
@supports (-moz-appearance:none) {
    #modal_cookies {
        display: table;
        top: 25%;
    }
}
@media (max-width: 767px) {
    /* Estilos específicos para Firefox */
    @supports (-moz-appearance:none) {
        #modal_cookies {
            display: table;
            top: 15% !important;
        }
    }
    }