#cc_div *,
#cc_div :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

#cc_div {
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, sans-serif;
}

#cc_div h1,
#cc_div h2,
#cc_div h3 {
    font-weight: 700;
}

#cc_div a,
#cc_div button,
#cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#cc_div .c_button,
#cc_div .c_link {
    padding: 1em 1.6em;
    margin-bottom: 0.625em;
    display: inline-block;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 0.85em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
}

.c--anim #cc_div .c_button,
.c--anim #cc_div .c_link {
    transition: background-color 0.25s ease, color 0.25s ease,
        box-shadow 0.25s ease !important;
}

#cc_div #cm {
    font-family: inherit;
    padding: 1.2em 2.2em;
    position: fixed;
    z-index: 998;
    background: #fff;
    color: #000;
    max-width: 25em;
    width: 100%;
    bottom: 1.25em;
    right: 1.25em;
    box-shadow: 0 0.625em 1.875em #000;
    box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    border-radius: 0.25em;
    line-height: initial;
}

.c--anim #cc_div #cm {
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
}

.lb-show-cookie-consent .c--anim #cc_div #cm {
    opacity: 1;
    visibility: visible !important;
    transform: scale(1);
}

.lb-show-cookie-consent .c--anim #cc_div #cm #cm_inner {
    position: relative;
}

#cc_div #cm_title {
    color: inherit;
    margin: 0 0 0.6em 0;
    font-family: inherit;
    font-size: 1.5em;
    font-weight: bold;
}

#cc_div #cm_text {
    margin-bottom: 1.625em;
    font-size: 0.9em;
    font-family: inherit;
    line-height: 1.45em;
}

#cm_text .cookie-link {
    text-decoration: underline;
}

#cc_div #cm .c_button,
#cc_div #cm .c_link {
    width: 48.5%;
}

#cc_div #cm button + button {
    float: right;
}

#cc_div #cm_close_btn {
    float: right;
    vertical-align: middle;
    padding: 0;
    width: 2.7em;
    height: 2.7em;
    border: none;
    font-size: 1em;
    font-weight: 700;
    outline: 0;
    border-radius: 0.25em;
    cursor: pointer;
    margin: 0;

    background: #e5ebef;
    color: #40505a;
}

#cc_div #cm .c_button,
#cc_div .c_button {
    background: #e5ebef;
    color: #40505a;
}

#cc_div #cm .c_link {
    background: #eaeff2;
}

#cc_div #cm .c_link:hover,
#cc_div #cm_close_btn:hover,
#cc_div #cs_settings_close_btn:hover,
#cc_div #cs_cont button + button:hover {
    background: #d8e0e6;
}

.c_darkmode #cc_div #cm .c_link {
    background: #282b2e;
    color: #ccc;
}

.c_darkmode #cc_div #cm .c_link:hover,
.c_darkmode #cc_div #cs_settings_close_btn:hover,
.c_darkmode #cc_div #cs_cont button + button:hover {
    background: #3e454a;
}

#cc_div #cs_cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #070707;
    background: rgba(11, 13, 14, 0.8);
    display: table;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: none !important;
}

#cc_div #cm,
#cc_div #cs_cont {
    color: #2d4156;
}

#cc_div #cs_cont button + button {
    float: right;
}

#cc_div #cs_blocks .title {
    margin-top: 1.4em;
}

#cc_div #cs_blocks .title:first-child {
    margin-top: 0;
}

#cc_div #cs_blocks .title h2 {
    font-size: 1.1em;
}

#cc_div #cs_blocks .block_button {
    margin-top: 0;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

#cc_div #cs_blocks .block_button:hover {
    background-color: #e9eff4;
}

.c_darkmode #cc_div #cs_blocks .block_button:hover {
    background: #2b3035;
}

#cc_div #cs_blocks .accordion {
    margin-bottom: 0;
}

#cc_div #cs_blocks .accordion .p {
    margin-top: 0;
    padding: 1em;
}

#cc_div #cs_cont .block_button h2 {
    display: table-cell;
    font-family: inherit;
    padding-right: 1em;
    vertical-align: middle;
}

#cc_div #cs_blocks .block_button {
    display: table;
    width: 100%;
    padding: 1.2em 1em;
}

#cc_div #cs_blocks .cs_block {
    padding: 1em;
    margin-bottom: 0.5em;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    transition: background-color 0.25s ease;
}

#cc_div #cs_blocks .cs_block:last-child {
    margin-bottom: 0.5em;
}

.c_darkmode #cc_div #cs_blocks .cs_block {
    border: 1px solid #373b40;
}

#cc_div #cs_blocks .cs_block:hover {
    background-color: #f0f4f7;
}

.c_darkmode #cc_div #cs_blocks .cs_block:hover {
    background: #23272a;
}

#cc_div #cs_blocks .cs_block:first-child {
    transition: none;
    padding: 0;
    margin-top: 0;
    border: none;
    margin-bottom: 2em;
}

#cc_div #cs_blocks .cs_block:first-child:hover {
    background-color: transparent;
    background-color: unset;
}

#cc_div #cs_blocks .cs_block.block__expand {
    margin-top: 2em;
    margin-bottom: 0.5em !important;
    padding: 0;
    border-radius: 5px;
    border: none;
    background: #f0f4f7;
    overflow: hidden;
    transition: none;
}

#cc_div #cs_blocks .cs_block.block__expand + .cs_block {
    margin-top: 2em;
}

#cc_div #cs_blocks .cs_block.block__expand + .cs_block.block__expand {
    margin-top: 0;
}

#cc_div #cs_blocks .cs_block.block__expand:first-child {
    margin-bottom: 1em;
}

.c_darkmode #cc_div #cs_blocks .cs_block.block__expand {
    background: #23272a;
}

#cc_div #cs_blocks .cs_block.block__expand:first-child {
    margin-bottom: 0.5em;
}

#cc_div #cs_blocks .cs_block.block__expand:first-child:hover {
    background: #f1f3f5;
}

#cc_div #cs_blocks .accordion {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
}

#cc_div #cs_blocks ._active .accordion {
    max-height: 100%;
}

#cc_div #cs_cont .p {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 1em;
}

#cc_div #cs_cont input {
    -webkit-appearance: none;
}

.c--anim #cc_div #cs_cont {
    transition: background-color 0.3s ease, visibility 0.3s ease,
        opacity 0.3s ease !important;
}

.lb-show-cookie-settings .c--anim #cc_div #cs_cont {
    opacity: 1;
    visibility: visible !important;
}

#cc_div #cs_valign {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#cc_div #cs {
    padding: 0 1.7em;
    border-radius: 0.1875em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.96);
    transition: none;
}

.c--anim #cc_div #cs {
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
}

#cc_div.ie #cs {
    max-height: 37.5em;
}

#cc_div.ie #cs_cont_inner {
    top: 0;
}

#cc_div #cs_inner {
    border-radius: 0.25em;
    padding-top: 4.9375em;
    padding-bottom: 4.9375em;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 80vw;
    max-width: 90vw;
    margin: 0 auto;
}

#cc_div.ie #cs {
    position: relative;
    top: 0;
    margin-top: -5.625em;
}

#cc_div.ie #cs_valign {
    height: 100%;
    padding-top: 5.62em;
}

#cc_div #cs_blocks {
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    padding: 1.5em 2.5em;
    padding-bottom: 0.5em;
}

#cc_div #cs_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1em 2.5em;
    border-top: 1px solid #f1f1f1;
    height: 4.9375em;
}

#cc_div #cm .cc-link,
#cc_div #cs .cc-link {
    color: #253b48;
    border-bottom: 3px dotted #253b48;
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    font-weight: 700;
}

.c_darkmode #cc_div #cm .cc-link,
.c_darkmode #cc_div #cs .cc-link {
    color: #b7cada;
    border-color: #b7cada;
}

#cc_div #cs_buttons,
#cc_div #cs_header,
#cc_div #cs_inner {
    background-color: #fff;
}

.c_darkmode #cc_div #cm .c_button,
.c_darkmode #cc_div .c_button {
    background: #33383c;
    color: #fff;
}

#cc_div #cm button:first-child,
#cc_div #cs_buttons button:first-child,
#cc_div .c_b_toggle input:checked ~ .sc_toggle {
    background: #253b48;
    color: #fff;
}

#cc_div #cm button:first-child:hover,
#cc_div #cs_buttons button:first-child:hover {
    background: #1d2e38;
}

.c_darkmode #cc_div #cm button:first-child,
.c_darkmode #cc_div #cs_buttons button:first-child,
.c_darkmode #cc_div .c_b_toggle input:checked ~ .sc_toggle {
    background: #b7cada;
    color: #000;
}

.c_darkmode #cc_div #cm button:first-child:hover,
.c_darkmode #cc_div #cs_buttons button:first-child:hover,
.c_darkmode #cc_div .c_b_toggle input:checked:hover ~ .sc_toggle {
    background: #b7cada;
    color: #000;
}

#cc_div #cs_header {
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 1.2em 2.5em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid #f1f1f1;
}

#cc_div #cs_title {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    font-family: inherit;
}

#cc_div #cs_title h1 {
    font-size: 1em;
}

#cc_div #cs_settings_close_btn {
    display: table-cell;
    float: right;
    vertical-align: middle;
    padding: 0;
    width: 2.7em;
    height: 2.7em;
    border: none;
    font-size: 1em;
    font-weight: 700;
    outline: 0;
    border-radius: 0.25em;
    cursor: pointer;
    margin: 0;
}

#cc_div #c_policy__text {
    height: 31.25em;
    overflow-y: auto;
    margin-top: 1.25em;
}

.lb-show-cookie-settings .c--anim #cc_div #cs {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#cc_div #cs_cont_inner {
    height: 100%;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: calc(100% - 2.5em);
    overflow: hidden;
    max-height: 37.5em;
}

#cc_div #cs_blocks::-webkit-scrollbar {
    width: 1em;
    height: 100%;
    background-color: transparent;
    border-radius: 0 0.25em 0.25em 0;
}

#cc_div #cs_blocks::-webkit-scrollbar-thumb {
    border: 0.3em solid #fff;
    background-color: #cfd5db;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -ms-border-radius: 100em;
    -o-border-radius: 100em;
    border-radius: 100em;
}

#cc_div #cs_blocks::-webkit-scrollbar-thumb:hover {
    background-color: #9199a0;
}

#cc_div #cs_blocks::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
    opacity: 0;
    visibility: hidden;
}

#cc_div #cs_blocks::-webkit-scrollbar-corner {
    background-color: transparent;
}

#cc_div .c_b_toggle {
    display: table-cell;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

#cc_div.ie .c_b_toggle {
    padding-left: 1em;
    margin-bottom: 0.7em;
}

#cc_div .c_b_toggle input {
    position: absolute;
    cursor: pointer;
    display: none;
}

#cc_div .c_b_toggle .sc_toggle {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4em;
    background-color: #919ea6;
    transition: background-color 0.25s ease;
}

#cc_div .c_b_toggle,
#cc_div .c_b_toggle .sc_toggle {
    width: 3.4em;
    height: 1.6em;
}

#cc_div .c_b_toggle .sc_toggle.sc_readonly {
    cursor: not-allowed;
}

#cc_div .c_b_toggle input ~ .sc_toggle.sc_readonly {
    background-color: #d5dee2;
}

#cc_div .c_b_toggle input ~ .sc_toggle.sc_readonly:after {
    box-shadow: none;
}

#cc_div .c_b_toggle .sc_toggle:after {
    content: "";
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    width: 1.2em;
    height: 1.2em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 100%;
}

#cc_div .c_b_toggle input:checked ~ .sc_toggle:after {
    transform: translateX(1.75em);
}

#cc_div.ie .c_b_toggle input:checked ~ .sc_toggle:after {
    left: 1.95em;
}

#cc_div #cs_blocks table,
#cc_div #cs_blocks table td,
#cc_div #cs_blocks table th {
    border: none;
}

#cc_div #cs_blocks table tbody tr {
    transition: background-color 0.3s ease;
}

#cc_div #cs_blocks table tbody tr:hover {
    background-color: #e9eff4;
}

.c_darkmode #cc_div #cs_blocks table tbody tr:hover {
    background-color: #2b3035;
}

#cc_div #cs_blocks table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#cc_div.ie #cs_blocks table {
    overflow: auto;
}

#cc_div #cs_blocks table td,
#cc_div #cs_blocks table th {
    padding: 0.8em 0.625em;
    text-align: left;
    vertical-align: top;
    font-size: 0.8em;
    padding-left: 1.2em;
}

#cc_div #cs_blocks table th {
    font-family: inherit;
    padding: 1.2em 1.2em;
}

#cc_div #cs_blocks thead tr:first-child {
    border-bottom: 1px solid #e6e8ed;
}

.c_darkmode #cc_div #cs_blocks thead tr:first-child {
    border-color: #2b3035;
}

.c_darkmode #cc_div #cm,
.c_darkmode #cc_div #cs {
    color: #fff;
}

.c_darkmode #cc_div #cs_blocks table td,
.c_darkmode #cc_div #cs_cont p {
    color: #c5cbd0;
}

.c_darkmode #cc_div #cm {
    background: #151619;
    -webkit-box-shadow: 0 0 1.875em rgba(57, 62, 72, 0.22);
    box-shadow: 0 0 1.875em rgba(0, 0, 0, 0.56);
}

.c_darkmode #cm #cm_text {
    color: #d4d8d9;
}

.c_darkmode #cc_div #cs_buttons,
.c_darkmode #cc_div #cs_header,
.c_darkmode #cc_div #cs_inner {
    background: #181b1d;
}

.c_darkmode #cc_div #cs_buttons,
.c_darkmode #cc_div #cs_header {
    border-color: #292d31;
}

.c_darkmode #cc_div .c_b_toggle .sc_toggle:after {
    background: #23272a;
}

.c_darkmode #cc_div .c_b_toggle input:checked ~ .sc_toggle.sc_readonly {
    background-color: #4b4e53;
}

.c_darkmode #cc_div #cs_blocks::-webkit-scrollbar-thumb {
    border: 0.3em solid #181b1d;
    background-color: #3d4349;
}

.c_darkmode #cc_div #cs_blocks::-webkit-scrollbar-thumb:hover {
    background-color: #535a5f;
}

.c_darkmode #cc_div #cs_blocks table td:before {
    color: #fff;
}

.c_darkmode #cc_div.ie #cs_blocks table {
    border: 1px solid #232529;
}

#cc_div.ie .c_b_toggle .sc_toggle {
    display: none;
}

#cc_div.ie .c_b_toggle input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2em;
}

html.force--consent #cc_div #cm {
    width: 100%;
    width: 100vw;
    max-width: 100%;
    max-width: 100vw;
    left: 0;
    right: 0;
    padding: 2em;
    bottom: 0;
    border-radius: 0;
    position: absolute;
}

html.force--consent #cc_div #cs,
html.force--consent #cc_div #cs_cont {
    width: 100vw;
}

html.force--consent #cc_div {
    width: 100%;
    width: 100vw;
    max-width: 100%;
    max-width: 100vw;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100%;
    min-height: 100vh;
    visibility: hidden;
    transition: none;
    opacity: 0;
    background: #000;
    background: rgba(20, 21, 22, 0.55);
}

html.force--consent .c--anim #cc_div {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

html.force--consent #cc_div #cm_inner {
    max-width: 500px;
    margin: 0 auto;
}

html.force--consent.lb-show-cookie-consent #cc_div,
html.force--consent.lb-show-cookie-settings #cc_div {
    opacity: 1;
    visibility: visible;
}

html.force--consent.lb-show-cookie-consent,
html.force--consent.lb-show-cookie-settings {
    overflow-y: hidden !important;
}

@media screen and (max-width: 900px) {
    #cc_div #cm {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.875em 10%;
        right: 0;
        bottom: 0;
        border-radius: 0;
        display: block;
    }
}

@media screen and (max-width: 688px) {
    #cc_div #cs {
        border-radius: 0;
        padding: 0;
    }
    #cc_div #cs_cont_inner {
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none;
    }
    #cc_div .c_b_toggle {
        font-size: 1.25em;
    }
    #cc_div #cs_cont button + button {
        margin-bottom: 0;
    }
    #cc_div #cs_inner {
        margin: 0;
        border-radius: 0;
        padding-bottom: 8.1em;
    }
    #cc_div #cs_cont .block_button h2 {
        font-size: 1em;
    }
    #cc_div #cs_blocks {
        padding: 1.3em;
    }
    #cc_div #cs_header {
        padding: 1.2em 1.3em;
    }
    #cc_div #cs_buttons {
        height: 8.1em;
        padding: 1em 1.3em;
    }
    #cc_div #cs_blocks table {
        width: 100%;
    }
    #cc_div #cs_blocks table,
    #cc_div #cs_blocks table tbody,
    #cc_div #cs_blocks table td,
    #cc_div #cs_blocks table th,
    #cc_div #cs_blocks table thead,
    #cc_div #cs_blocks table tr {
        display: block;
    }
    #cc_div #cs_blocks table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        display: none;
    }
    #cc_div #cs_blocks table td {
        border: none;
        position: relative;
        padding-left: 40%;
    }
    #cc_div #cs_blocks table td:before {
        position: absolute;
        left: 1em;
        width: 43%;
        padding-right: 0.625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #cc_div #cm .c_button,
    #cc_div #cm .c_link,
    #cc_div .c_button {
        width: 100%;
        margin-right: 0;
    }
    #cc_div #cm_btns button:last-child {
        margin-bottom: 0;
    }
}
