/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2022 | 09:20:46 */
@media only screen and (max-width: 1033px){
    .div_consentTrackAndCookieBar{
        position:fixed; 
        bottom: 0; width: 100%; 
        background: #fcbd65;
        box-shadow: 0px -2px 0px #e8962a; 
        display: flex; 
        flex-direction: column;
        justify-content: center; 
        align-items: center;
        z-index: 1000;
    }

    .text_consentTrackAndCookieBar{
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #212E4B;
        max-width: 736px;
        margin: 20px 25px 10px 25px;
    }

    .btn_consentTrackAndCookieBar{
        max-width: 196px;
        width: 90%;
        height: 40px;
        background: #E8962A;
        border-radius: 8px;
        border: none;
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 0px;
        text-transform: uppercase;
        color: #212E4B;
        margin-bottom: 10px;
    }
    .close_consentTrackAndCookieBar{
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }
}
@media only screen and (min-width: 1033px){
    .div_consentTrackAndCookieBar{
        position:fixed; 
        bottom: 0; width: 100%; 
        height: 72px; 
        background: #fcbd65;
        box-shadow: 0px -2px 0px #e8962a; 
        display: flex; 
        justify-content: center; 
        align-items: center;
        z-index: 1000;
    }

    .text_consentTrackAndCookieBar{
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #212E4B;
        width: 736px;
    }

    .btn_consentTrackAndCookieBar{
        width: 196px;
        height: 40px;
        background: #E8962A;
        border-radius: 8px;
        border: none;
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 0px;
        text-transform: uppercase;
        color: #212E4B;
    }

    .close_consentTrackAndCookieBar{
        margin: 4px 0 0 40px; 
        cursor: pointer;
    }
}