@font-face {
    font-family: 'Conv_SourceSansPro-Light';
    src: url(./fonts/SourceSansPro-Light.eot);
    src: url(./fonts/SourceSansPro-Light.eot?#iefix) format('embedded-opentype') , url(./fonts/SourceSansPro-Light.woff) format('woff') , url(./fonts/SourceSansPro-Light.ttf) format('truetype') , url(./fonts/SourceSansPro-Light.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Conv_SourceSansPro-Regular';
    src: url(./fonts/SourceSansPro-Regular.eot);
    src: url(./fonts/SourceSansPro-Regular.eot?#iefix) format('embedded-opentype') , url(./fonts/SourceSansPro-Regular.woff) format('woff') , url(./fonts/SourceSansPro-Regular.ttf) format('truetype') , url(./fonts/SourceSansPro-Regular.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Conv_SourceSansPro-Semibold';
    src: url(./fonts/SourceSansPro-Semibold.eot);
    src: url(./fonts/SourceSansPro-Semibold.eot?#iefix) format('embedded-opentype') , url(./fonts/SourceSansPro-Semibold.woff) format('woff') , url(./fonts/SourceSansPro-Semibold.ttf) format('truetype') , url(./fonts/SourceSansPro-Semibold.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Conv_SourceSansPro-LightIt';
    src: url(./fonts/SourceSansPro-LightIt.eot);
    src: url(./fonts/SourceSansPro-LightIt.eot?#iefix) format('embedded-opentype') , url(./fonts/SourceSansPro-LightIt.woff) format('woff') , url(./fonts/SourceSansPro-LightIt.ttf) format('truetype') , url(./fonts/SourceSansPro-LightIt.svg#AmaticSCBold) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Conv_SourceSansPro-It';
    src: url(./fonts/SourceSansPro-It.eot);
    src: url(./fonts/SourceSansPro-It.eot?#iefix) format('embedded-opentype') , url(./fonts/SourceSansPro-It.woff) format('woff') , url(./fonts/SourceSansPro-It.ttf) format('truetype') , url(./fonts/SourceSansPro-It.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Conv_SourceSansPro-SemiboldIt';
    src: url(./fonts/SourceSansPro-SemiboldIt.eot);
    src: url(./fonts/SourceSansPro-SemiboldIt.eot?#iefix) format('embedded-opentype') , url(./fonts/SourceSansPro-SemiboldIt.woff) format('woff') , url(./fonts/SourceSansPro-SemiboldIt.ttf) format('truetype') , url(./fonts/SourceSansPro-SemiboldIt.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.cc-cookies {
    height: auto;
    padding: 40px 60px;
    width: 100%;
    left: calc(50% - 300px);
    bottom: calc(50% - 200px);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    z-index: 99999;
    text-align: center;
    color: #000;
    display: flex;
    font-family: 'Conv_SourceSansPro-Regular';
    flex-direction: column;
    box-shadow: #121212 2px 2px 14px 2px;
    max-width: 600px;
    /* max-width: 480px; */
}

.cc-cookies p {
    font-family: "Conv_SourceSansPro-light";
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    color: #1a171b;
}

.cc-cookies-buttons {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    width: 100%;
}

.cc-cookies-checkbox input {
    position: static !important;
    opacity: 1 !important;
    margin: 7px 12px 0px 0px !important;
    width: auto;
}

.cc-cookies-checkbox span {
    vertical-align: sub !important;
}

.cc-cookies-checkboxes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 15px;
}

.cc-cookies-checkbox label {
    text-decoration: underline;
}

.cc-cookies-more-details {
    display: none;
    margin-top: 20px;
}

.cc-cookies-more-details-button button {
    background-color: white;
    border: 1px solid black;
    color: black;
    font-family: 'Conv_SourceSansPro-Regular';
    padding: 5px 20px;
    cursor: pointer;
}

.cc-cookies a.cc-cookie-accept {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 5px 60px;
    font-size: 14px;
    font-family: 'Conv_SourceSansPro-Regular';
    margin-bottom: 5px;
    border: 1px solid #000;
}

.cookiesTableGroups {
    display: flex;
    flex-direction: row;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.cookiesTableGroup {
    border: 1px solid black;
    border-radius: 3px;
    padding: 3px 6px;
    cursor: pointer;
}

.cookiesTableGroup.selected {
    font-weight: 600;
    text-decoration: underline;
    background-color: black;
    color: white;
}

.cookiesTable table {
    width: 600px;
    margin: 0 auto;
    max-height: 130px;
    overflow-y: auto;
    display: block;
    max-width: 100%;
}

.cookiesTable table tbody tr {
    display: none;
}

.cookiesTable table th {
    text-align: center;
    width: 20%;
    min-width: 70px;
}

.cookiesTable table td {
    width: 20%;
    text-align: center;
}

.cookiesTable table td.left {
    text-align: left !important;
    float: none !important;
}

.cookiesTable table thead tr {
    border-bottom: 1px solid black;
}

.cookiesTable table tbody tr {
    border-bottom: 1px solid grey;
}

.cookiesTable table tbody tr td {
    font-size: 10px;
    line-height: 12px;
}

.cookiesTable table tbody tr.selected {
    display: table-row;
}

.cookiesGroupExplanation {
    display: none;
}

.cookiesGroupExplanation.selected {
    display: block;
}

.cookiesGroupExplanation p {
    font-size: 12px;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    line-height: 12px;
    margin-bottom: 10px;
}

.cc-cookie-accept-grey {
    background-color: #d6d6d3 !important;
}

.about-cookies-explanation {
    display: none;
    line-height: 14px;
}

.cc-cookies-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000005c;
}

.cc-cookies-checkbox input:after {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.cc-cookies-checkbox input:checked:after {
    background-color: black;
    content: "✔";
    content: "\2714"; /* HEX CODE */
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding-left: 1px;
}

.cc-cookies-message h4 {
    padding-bottom: 10px;
    font-weight: 600;
    font-weight: bolder;
    font-family: 'Conv_SourceSansPro-Semibold';
    font-size: 18px;
    line-height: 30px;
}

.cc-cookies-checkbox label {
    color: black !important;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .cc-cookies {
        padding: 40px 20px;
    }

    .cc-cookies a.cc-cookie-decline {
        top: -30px;
        right: 0px;
    }
}

@media screen and (max-width:767px) {
    .cc-cookies-buttons {
        width: 100%;
        margin: 25px 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .cc-cookies a.cc-cookie-decline {
        top: -20px;
        right: -30px;
    }
}

@media screen and (max-width:499px) {
    .cookiesTableGroup {
        width: 100%;
        margin-bottom: 3px;
        padding: 5px 10px;
    }
    
    .cc-cookies-buttons {
        margin: 10px 0;
    }
    
    .cc-cookies a.cc-cookie-decline {
        right: -20px;
    }
}

@media screen and (max-width:479px) {
    .cc-cookies a.cc-cookie-accept {
        padding: 5px 30px;
    }

    .cookiesTableGroup {
        line-height: 12px;
    }

    .cc-cookies {
        height: 100%;
        padding: 30px 20px;
        left: 0;
        max-width: 100%;
        overflow-y: scroll;
    }
}

@media screen and (max-width:399px) {
    .cc-cookies-checkbox label {
        font-size: 12px;
    }

    .cc-cookies-message {
        font-size: 12px;
        line-height: 16px;
    }
}