
code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
display:none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    background-color: #080808;
    padding: 15px 50px;
    border-radius: 0px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 0px;
    font-family: system-ui;
    font-family: 'Montserrat', sans-serif;
    z-index: 9;
    border-radius: 0px;
}
    #gdpr-cookie-message h4 {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        display:none
    }
    #gdpr-cookie-message h5 {
        color: #d6d6d6;
        /* font-family: 'Quicksand', sans-serif; */
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 12px;
        line-height: 1.5em;
        width: 70%;
        float: left;
        margin-bottom:0px;
    }
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
    width:25%
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
    #gdpr-cookie-message a {
        color: #eae38e;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted #eae38e;
        transition: all 0.3s ease-in;
    }
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: white;
    transition: all 0.3s ease-in;
}
    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: #0249A3;
        color: white;
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 3px;
        margin-left: 15px;
        font-weight: 500;
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
        transition: all 0.3s ease-in;
    }
        #gdpr-cookie-message button:hover {
            background: #0071BA;
            color: #fff;
            transition: all 0.3s ease-in;
        }
button#gdpr-cookie-advanced {
    background: white;
    color: #0249A3;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #gdpr-cookie-message p:last-child {
        margin-top: 25px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        width: 100%;
    }

    #gdpr-cookie-message button, button#ihavecookiesBtn {
        margin-left: 0px;
        margin-right: 5px;
    }

    #gdpr-cookie-message p:last-child {
        text-align: center
    }
    #gdpr-cookie-message p:last-child{
        width:100%
    }
}
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        #gdpr-cookie-message p:last-child {
            margin-top: 25px;
        }

        #gdpr-cookie-message p, #gdpr-cookie-message ul {
            width: 100%;
        }

        #gdpr-cookie-message button, button#ihavecookiesBtn {
            margin-left: 0px;
            margin-right: 5px;
        }

        #gdpr-cookie-message p:last-child {
            text-align: center
        }
    }

    @media only screen and (max-width: 767px) {
        #gdpr-cookie-message p:last-child {
            margin-top: 25px;
            width: 100%;
            margin-left: 0px;
        }

        #gdpr-cookie-message p, #gdpr-cookie-message ul {
            width: 100%;
        }

        #gdpr-cookie-message button, button#ihavecookiesBtn {
            margin-left: 0px;
            margin-right: 5px;
        }

        #gdpr-cookie-message {
            padding: 15px 20px;
        }

            #gdpr-cookie-message p:last-child {
                text-align: center
            }
    }
#gdpr-cookie-types {
    float: left;
    width: 70%;
}.pt-60px{
    padding-top: 60px!important;
}