.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #f1f6f4;
    text-align: justify;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 12px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 2px;
}

.cookie-consent-banner__actions {
}

.cookie-consent-banner__header {
    margin-bottom: 10px;
    font-family: "IBM Plex bold", sans-serif;
    font-weight: normal;
    font-size: 16px;    
    margin-left: 20px;
    margin-right: 20px;
}

.cookie-consent-banner__description {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #838f93;
    font-size: 12px;
    line-height: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.cookie-consent-banner__cta {
   
    margin-left: 20px;
    margin-right: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;

    border: 2px solid #19d3c5;

    background-color: transparent;

    color: #fff;
}

.cookie-consent-banner__cta:hover {
    color: #000;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838f93;
    background-color: transparent;
    color: #002f87;
}

.cookie-consent-banner__cta:last-child {
}

.hidden {
    display: none;
}
