.cookieConsentContainer {    z-index: 999;    width: 100%;    min-height: 20px;    box-sizing: border-box;    padding: 30px 30px 30px 30px;    background: white;    overflow: hidden;    position: fixed;    bottom: 0px;    right: 0px;    display: none;    box-shadow: 1px 0px 15px 1px rgb(0 0 0 / 10%);}    .cookieConsentContainer .cookieTitle a {        font-family: OpenSans, arial, "sans-serif";        color: #FFFFFF;        font-size: 22px;        line-height: 20px;        display: block;    }    .cookieConsentContainer .cookieDesc p {        margin: 0;        padding: 0;        font-family: OpenSans, arial, "sans-serif";        color: ##322262;        font-size: 13px;        line-height: 20px;        display: block;        margin-top: 10px;    }    .cookieConsentContainer .cookieDesc a {        font-family: OpenSans, arial, "sans-serif";        color: #7243a4;        text-decoration: underline;    }    .cookieConsentContainer .cookieButton {        position: absolute;        right: 30px;        top: 15px;    }.cookieConsentContainer .cookieButton a {    display: inline-block;    font-family: OpenSans, arial, "sans-serif";    color: white !important;    font-size: 14px;    font-weight: bold;    margin-top: 14px;    background: #f40021;    box-sizing: border-box;    padding: 15px 24px;    text-align: center;    transition: background 0.3s;}        .cookieConsentContainer .cookieButton a:hover {            cursor: pointer;            background: #3E9B67;        }@media (max-width: 980px) {    .cookieConsentContainer {        bottom: 0px !important;        left: 0px !important;        width: 100% !important;        padding: 15px 30px;    }}