

.btn_cookie_consent_banner_close {
    margin: 0;
    border: 0;
    padding: 0;
    background: var(--cookie-consent-banner-close-background);
    border-radius: 50%;
    width: var(--cookie-consent-banner-close-size);
    height: var(--cookie-consent-banner-close-size);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 150ms;
}
.btn_cookie_consent_banner_close .icon-cross {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    width: calc(var(--cookie-consent-banner-close-size)/2);
    height: var(--cookie-consent-banner-close-size);
}
.btn_cookie_consent_banner_close .icon-cross:before, .btn_cookie_consent_banner_close .icon-cross:after {
    content: "";
    position: absolute;
    top: calc((var(--cookie-consent-banner-close-size) - var(--cookie-consent-banner-close-thickness)) / 2);
    left: 0;
    right: 0;
    height: var(--cookie-consent-banner-close-thickness);
    background: var(--cookie-consent-banner-close-color);
    border-radius: var(--cookie-consent-banner-close-thickness);
}
.btn_cookie_consent_banner_close .icon-cross:before {
    transform: rotate(45deg);
}
.btn_cookie_consent_banner_close .icon-cross:after {
    transform: rotate(-45deg);
}
.btn_cookie_consent_banner_close .icon-cross span {
    display: block;
}
.btn_cookie_consent_banner_close:hover, .btn_cookie_consent_banner_close:focus {
    transform: rotateZ(90deg);
    background: var(--cookie-consent-banner-close-background);
}
.btn_cookie_consent_banner_close .visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


.cookie_consent_banner_container .badge {
    position: relative;
    top: -1px;
    --bs-badge-padding-x: 16px;
    --bs-badge-padding-y: 6px;
    --bs-badge-font-size: 12px;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 14px;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color:var(--cookie-consent-banner-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    background: var(--cookie-consent-banner-badge-background);
    margin-left:5px;

}

.cookie_consent_banner_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--cookie-consent-banner-loader-background);
    z-index: 10000;
    top: 0;
    display: none;

}

.cookie_consent_banner_container {
    background: var(--cookie-consent-banner-container-background);
    border-radius: 8px;
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    color: var(--cookie-consent-banner-container-color);
    font-family: var(--cookie-consent-banner-container-font-family), serif;
    font-size: var(--cookie-consent-banner-container-mobile-font-size);
    height: 100%;
    left: 50%;
    line-height: 1.4;
    max-height: calc(100% - 30px);
    overflow: hidden;
    position: fixed;
    text-align: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    transition-property: width, max-width, top, bottom, left, opacity;
    width: calc(100% - 30px);
    max-width: 1000px;
    z-index: 5000;
}




.cookie_consent_banner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.cookie_consent_banner_header {
    align-items: center;
    display: flex;
    padding: 1em;
    width: 100%;
    height: auto;
    min-height: 30px;
    background: var(--cookie-consent-banner-header-background);
}

.cookie_consent_banner_header_wrapper {
    align-items: center;
    display: flex;
    flex: 1;
}

.cookie_consent_banner_header_title {
    font-family: var(--cookie-consent-banner-header-font-family);
    color: var(--cookie-consent-banner-header-color);
    font-size: var(--cookie-consent-banner-header-mobile-font-size);
    font-weight: var(--cookie-consent-banner-header-mobile-font-weight);

}

.cookie_consent_banner_header_logo img, .cookie_consent_banner_header_logo svg {
    position: relative;
    width: var(--cookie-consent-banner-header-logo-width);
    height: var(--cookie-consent-banner-header-logo-height);
    margin-right: 15px;
}
.cookie_consent_banner_header_lang{
    position: relative;
    display: block;
    margin-top: -2px;
}
.consent_toggle_lang{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    z-index: 5001;
    right: 12px;

}
.consent_toggle_lang img,.consent_toggle_lang svg{

    display: inline-block;
    height:20px;
    width: auto;

}

.cookie_consent_banner_header_close {
    float: right;
}

.cookie_consent_banner_nav_wrapper {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.cookie_consent_banner_nav {
    display: flex;
    list-style: none;
    overflow-x: auto;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--cookie-consent-banner-nav-border-color);

}

.cookie_consent_banner_nav_item, .cookie_consent_banner_nav_item:link, .cookie_consent_banner_nav_item:active {
    flex: 1 1 0%;
    margin: 0 auto;
    font-family: var(--cookie-consent-banner-nav-font-family);
    font-size: var(--cookie-consent-banner-nav-mobile-font-size);
    font-weight: var(--cookie-consent-banner-nav-mobile-font-weight);
    width: auto;
    padding: 15px;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    color: var(--cookie-consent-banner-nav-color);
    text-decoration: none;
}

.cookie_consent_banner_nav_item:focus, .cookie_consent_banner_nav_item:hover {
    background: var(--cookie-consent-banner-nav-hover-background);
    color: var(--cookie-consent-banner-nav-hover-color);

}

.cookie_consent_banner_nav_item.active {
    font-weight:600;
    background: var(--cookie-consent-banner-nav-active-background);
    color: var(--cookie-consent-banner-nav-active-color);
}

.cookie_consent_banner_tab_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    width: 100%;
    padding: 15px;
}

.cookie_consent_banner_tab_content_item_wrapper {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--cookie-consent-banner-container-background);

}

.cookie_consent_banner_tab_content_item {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: none;
}

.cookie_consent_banner_tab_content_item.active {
    display: block;

}
.cookie_consent_banner_tab_content_heading{
    font-size:var(--cookie-consent-banner-container-mobile-font-size);
    font-weight: var(--cookie-consent-banner-container-mobile-font-weight);
    margin-bottom: 10px;
}
.tab_content_consent_toggle_category{
    font-size:var(--cookie-consent-banner-container-mobile-font-size);
    font-weight: var(--cookie-consent-banner-container-mobile-font-weight);
 }



.cookie_consent_banner_tab_content_bodytext{
    position: relative;
    font-size:var(--cookie-consent-banner-container-mobile-font-size);
}
.cookie_consent_banner_tab_content_item_text {
    height: 100%;
}

#tab_content_consent .tab_max_height {
    max-height: 30vh;
    overflow-x: hidden;
    padding-bottom: 30px;
}

#tab_content_details {
    overflow: hidden;
}

#tab_content_details .tab_max_height {
    max-height: 100%;
    overflow-x: hidden;
    padding-bottom: 75px;
}

#tab_content_about {
    overflow: hidden;
}

#tab_content_about .tab_max_height {
    max-height: 100%;
    overflow-x: hidden;
    padding-bottom: 15px;
}

.cookie_consent_banner_tab_content_item_divider {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--cookie-consent-banner-divider-color);
}

.tab_content_consent_toggles {
    display: block;
    width: 100%;
}

.tab_content_consent_toggle_wrapper {
    position: relative;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tab_content_consent_toggle_category {
    width: auto;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.tab_content_consent_toggle {
    width: auto;
    display: inline-block;
    float: right;
}


.tab_content_consent_buttons {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;

}

.tab_content_consent_buttons_item {
    position: relative;
    flex: 1 1 0%;
    margin: 0 auto;
    /*width: calc(100% / 3);*/
    width: auto;
    display: block;
    padding: 5px;
}

.tab_content_consent_buttons_item a, .tab_content_consent_buttons_item a:link, .tab_content_consent_buttons_item a:active {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--cookie-consent-banner-button-background);
    border: 2px solid var(--cookie-consent-banner-button-background);
    border-radius: .25em;
    font-family: var(--cookie-consent-banner-button-font-family);
    color: var(--cookie-consent-banner-button-color);
    font-size:var(--cookie-consent-banner-button-mobile-font-size);
    font-weight:var(--cookie-consent-banner-button-mobile-font-weight);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    user-select: none;
    text-decoration: none;
}

.tab_content_consent_buttons_item a:focus, .tab_content_consent_buttons_item a:hover {

    background-color: var(--cookie-consent-banner-button-hover-background);
    border: 2px solid var(--cookie-consent-banner-button-hover-background);
    color: var(--cookie-consent-banner-button-hover-color);

}

.button_inner {
    display: inline-block;
    position: relative;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.cookie_consent_banner_container .ps-0 {
    padding-left: 0;
}

.cookie_consent_banner_container .pe-0 {
    padding-right: 0;
}

.split-col-wrapper{
position: relative;
    width: 100%;
}
.cookie_consent_banner_container .split-col-info{
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.cookie_consent_banner_container .split-col-header{
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.cookie_consent_banner_container .split-col-settings .cookie_consent_banner_tab_content_item_divider{
    display: block;
}

.cookie_consent_banner_container .split-col-settings{
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.cookie_consent_banner_tab_content_category_wrapper {
    overflow: scroll;
    display: block;
    position: relative;
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}

#tab_content_consent .cookie_consent_banner_tab_content_item_wrapper {

}


#tab_content_details .cookie_consent_banner_tab_content_item_wrapper {
    /*padding-bottom: 130px;*/
}
.cookie_consent_banner_tab_content_category{
    position: relative;
    display: block;
}
.cookie_consent_banner_tab_content_category_details {
    position: relative;
    display:none;
}

.cookie_consent_banner_tab_content_about_wrapper {
    overflow: scroll;
    display: block;
    position: relative;
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}



#tab_content_about .cookie_consent_banner_tab_content_about_heading{
    font-size:var(--cookie-consent-banner-container-mobile-heading-font-size);
    font-weight: var(--cookie-consent-banner-container-mobile-heading-font-weight);
    margin-bottom:10px;
}

#tab_content_about .cookie_consent_banner_tab_content_about_bodytext{
    font-size:var(--cookie-consent-banner-container-mobile-font-size);
}

#tab_content_about .cookie_consent_banner_tab_content_about_settings_heading{
    font-size:var(--cookie-consent-banner-container-mobile-heading-font-size);
    font-weight: var(--cookie-consent-banner-container-mobile-heading-font-weight);
    margin-bottom:10px;
}
#tab_content_about .cookie_consent_banner_tab_content_about_settings_bodytext{
    font-size:var(--cookie-consent-banner-container-mobile-font-size);
}
#tab_content_about .body_settings_heading{
    font-size:var(--cookie-consent-banner-container-mobile-heading-font-size);
    font-weight: var(--cookie-consent-banner-container-mobile-heading-font-weight);

}

#tab_content_about .body_settings_text{
    font-size:var(--cookie-consent-banner-container-mobile-heading-font-size);
}
.letter-wrap{
    word-wrap: break-word;
}

#tab_content_about .cookie_settings_consent_curr_settings_wrapper{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
}
#tab_content_about .cookie_settings_consent_curr_settings_logo{
    display:inline-block;

}
#tab_content_about .cookie_settings_consent_curr_settings_logo img,#tab_content_about .cookie_settings_consent_curr_settings_logo svg{
    height:18px;
    width: auto;
}
#tab_content_about .cookie_settings_consent_curr_settings_logo svg#circle-check > path{
   fill: var(--cookie-consent-banner-settings-enabled-color) !important;
}
#tab_content_about .cookie_settings_consent_curr_settings_logo svg#circle-xmark > path{
    fill: var(--cookie-consent-banner-settings-disabled-color) !important;
}

#tab_content_details .category_details_button_action{
    display: inline-block;
}
.cookie_consent_banner_tab_content_category_title{
    position:relative;
    font-size:var(--cookie-consent-banner-container-mobile-heading-font-size);
    font-weight: var(--cookie-consent-banner-container-mobile-heading-font-weight);
    margin-bottom:15px;
    margin-left:10px;
    display: inline-block;
    line-height: 25px;
}
#tab_content_details .category_details_button_action img, #tab_content_details .category_details_button_action svg{
    height:25px;
    width:auto;
}
#tab_content_details .badge{
    margin-left:10px;
}

.cookie_details_wrapper{
    font-family: var(--cookie-consent-banner-cookie-details-font-family), serif;
    font-size: var(--cookie-consent-banner-cookie-details-font-size);
    font-weight: var(--cookie-consent-banner-cookie-details-font-weight);
     color: var(--cookie-consent-banner-cookie-details-color);
    padding:15px;
    margin:15px;
    border: 1px solid var(--cookie-consent-banner-cookie-details-background);
    background:  var(--cookie-consent-banner-cookie-details-background);
}

.cookie_details_wrapper .cookie_consent_banner_tab_content_item_divider {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid var(--cookie-consent-banner-cookie-details-divider-color);
}
.cookie_details_wrapper .cookie_details_name_retention_period
{
    font-size: var(--cookie-consent-banner-cookie-details-heading-font-size);
    font-weight: var(--ccookie-consent-banner-cookie-details-heading-font-weight);

}
.cookie_details_wrapper .cookie_details_retention_desc{
    float: right;

}
.cookie_details_wrapper .cookie_details_retention{

}


#tab_content_details .category_details_button_action svg>path{
    fill:var(--cookie-consent-banner-details-icon-color)!important;
}
#tab_content_details .category_details_button_action svg>path:hover{
    fill:var(--cookie-consent-banner-details-hover-icon-color)!important;
}
#tab_content_about .cookie_settings_consent_curr_settings_title{
    display:inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: var(--cookie-consent-banner-container-mobile-font-size);


}




.cookie_consent_banner_tab_content_item_toggle_button_wrapper{
    position: fixed;
    bottom: 15px;
    width: calc(100% - 30px);
    background:var(--cookie-consent-banner-container-background);
}
.cookie_consent_banner_tab_content_category_button_wrapper{
    position: fixed;
    bottom: 0;
    width: calc(100% - 30px);
    background: var(--cookie-consent-banner-container-background);
    padding-bottom: 10px;
    padding-top: 5px;
}

.tab_content_consent_toggle .switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px;
    margin-bottom: 0;
}


.tab_content_consent_toggle .switch input {
    display: none;
}

.tab_content_consent_toggle .slider {
    background-color: var(--cookie-consent-banner-toggle-background);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.tab_content_consent_toggle .slider:before {
    background-color: var(--cookie-consent-banner-toggle-color);
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 16px;
}

.tab_content_consent_toggle input:checked + .slider {
    background-color: var(--cookie-consent-banner-toggle-active-background);
}

.tab_content_consent_toggle input.disabled + .slider {
    background-color: #ccc;
}



.tab_content_consent_toggle input:checked + .slider:before {
    transform: translateX(16px);
}

.tab_content_consent_toggle .slider.round {
    border-radius: 24px;
}

.tab_content_consent_toggle .slider.round:before {
    border-radius: 50%;
}





.tab_details_consent_toggle{
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 0;
}
.tab_details_consent_toggle .switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px;
    margin-bottom: 0;
}


.tab_details_consent_toggle .switch input {
    display: none;
}

.tab_details_consent_toggle .slider {
    background-color: var(--cookie-consent-banner-toggle-background);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.tab_details_consent_toggle .slider:before {
    background-color: var(--cookie-consent-banner-toggle-color);
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 16px;
}

.tab_details_consent_toggle input:checked + .slider {
    background-color: var(--cookie-consent-banner-toggle-active-background);
}

.tab_details_consent_toggle input.disabled + .slider {
    background-color: #ccc;
}

.tab_details_consent_toggle input:checked + .slider:before {
    transform: translateX(16px);
}

.tab_details_consent_toggle .slider.round {
    border-radius: 24px;
}

.tab_details_consent_toggle .slider.round:before {
    border-radius: 50%;
}


.cookie_consent_button_container {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 100;
    display: none;
}

.cookie_consent_button {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
}

.cookie_consent_button .cookie_consent_button_back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cookie_consent_button .cookie_consent_button_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
}


@media (min-width: 768px) {
    .cookie_consent_banner_container {
        height:auto;
        min-height: 500px;
        max-height: 600px;
        font-size:var(--cookie-consent-banner-container-font-size);
        font-weight:var(--cookie-consent-banner-container-font-weight);

    }

    .cookie_consent_banner_header_title {
        color: var(--cookie-consent-banner-header-color);
        font-size: var(--cookie-consent-banner-header-font-size);
        font-weight: var(--cookie-consent-banner-header-font-weight);

    }
    #tab_content_details .tab_max_height {
        height:425px;
    }
    #tab_content_about .tab_max_height {
        height:445px;
    }
    #tab_content_about .cookie_consent_banner_tab_content_item_wrapper {
        padding-bottom: 115px;
    }

    .cookie_consent_banner_container .split-col-info{
        width: 55%;
        float: left;
        padding-right:10px;
    }

    .cookie_consent_banner_container .split-col-header{
        width: 55%;
        float: left;
        padding-right:10px;
    }
    .cookie_consent_banner_container .split-col-header .cookie_consent_banner_tab_content_item_divider{
        display: none;
    }
    .cookie_consent_banner_container .split-col-settings{
        width: 45%;
        float: right;
        padding-right:10px;
    }
    .cookie_consent_banner_container .split-col-settings .cookie_consent_banner_tab_content_item_divider{
        display: none;
    }
    #tab_content_consent .tab_max_height {
        max-height: unset;
        overflow-x: hidden;
    }

    .cookie_consent_banner_tab_content_heading,.tab_content_consent_toggle_category{
        font-size:var(--cookie-consent-banner-container-heading-font-size);
        font-weight:var(--cookie-consent-banner-container-heading-font-weight);

    }
    .cookie_consent_banner_tab_content_bodytext{
        font-size:var(--cookie-consent-banner-container-font-size);
        font-weight:var(--cookie-consent-banner-container-font-weight);

    }

    #tab_content_about .cookie_consent_banner_tab_content_about_heading{

        font-size:var(--cookie-consent-banner-container-heading-font-size);
        font-weight:var(--cookie-consent-banner-container-heading-font-weight);
    }

    #tab_content_about .cookie_consent_banner_tab_content_about_bodytext{
        font-size:var(--cookie-consent-banner-container-font-size);
        font-weight:var(--cookie-consent-banner-container-font-weight);

    }

    #tab_content_about .cookie_consent_banner_tab_content_about_settings_heading{
        font-size:var(--cookie-consent-banner-container-heading-font-size);
        font-weight:var(--cookie-consent-banner-container-heading-font-weight);
    }

    #tab_content_about .cookie_consent_banner_tab_content_about_settings_bodytext{
        font-size:var(--cookie-consent-banner-container-font-size);
        font-weight:var(--cookie-consent-banner-container-font-weight);

    }


    .cookie_consent_banner_nav_item, .cookie_consent_banner_nav_item:link, .cookie_consent_banner_nav_item:active {
        font-size: var(--cookie-consent-banner-nav-font-size);
        font-weight: var(--cookie-consent-banner-nav-font-weight);
    }



    .tab_content_consent_toggles {
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 100%;

    }

    .tab_content_consent_toggle_wrapper {
        flex: 1 1 0%;
        margin: 0 auto;
        width: calc(100% / 4);

    }

    .tab_content_consent_toggle_category {
        width: 100%;
        margin-bottom: 10px;
        height: 34px;
        line-height: 34px;
    }

    .tab_content_consent_toggle {
        width: 100%;
    }

    .tab_content_consent_toggle_wrapper.left-border {
        border-left: 1px solid var(--cookie-consent-banner-toggle-border-color);
    }


    .tab_content_consent_toggle .switch {
        width: 60px;

    }

    .tab_content_consent_toggle .switch {
        height: 34px;
    }

    .tab_content_consent_toggle .slider.round {
        border-radius: 34px;
    }

    .tab_content_consent_toggle .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

    .tab_content_consent_toggle input:checked + .slider:before {
        transform: translateX(26px);
    }


    .tab_details_consent_toggle{
        top: 50%;
        transform: translate(0, -50%);
        display: block;
    }

    .tab_details_consent_toggle .switch {
        width: 60px;

    }

    .tab_details_consent_toggle .switch {
        height: 34px;
    }

    .tab_details_consent_toggle .slider.round {
        border-radius: 34px;
    }

    .tab_details_consent_toggle .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

    .tab_details_consent_toggle input:checked + .slider:before {
        transform: translateX(26px);
    }
.cookie_consent_banner_tab_content_category_introduction{
    padding-right:75px;

}
    .tab_content_consent_buttons {
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 100%;
    }

    .tab_content_consent_buttons_item {
        flex: 1 1 0%;
        margin: 0 auto;
        width: calc(100% / 3);


    }
    .tab_content_consent_buttons_item a {
        font-size:var(--cookie-consent-banner-button-font-size) !important;
        font-weight:var(--cookie-consent-banner-button-font-weight)!important;
    }


}
@media (min-width: 992px) {
    .cookie_consent_banner_container {

        min-height:500px;
        max-height:600px;
    }

    .cookie_consent_banner_container .split-col-info{
        width: 60%;

    }


    .cookie_consent_banner_container .split-col-header{
        width: 60%;

    }



    .cookie_consent_banner_container .split-col-settings{
        width: 40%;

    }
}


