.notification.default-cookie {
    display: none;
    position: fixed;
    z-index: 21;
    align-items: center;
    inset: auto 32px 32px 32px;
}
.notification.default-cookie .notification-content {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(34, 60, 80, .2);
    display: flex;
    align-items: center;
    padding: 24px;
}
.notification.default-cookie .notification-description:not(.slim) {
    margin-right: 40px;
}
.notification.default-cookie .notification-description {
    color: gray;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.notification.default-cookie a, .notification.default-cookie svg {
    cursor: pointer;
}
.notification.default-cookie .notification-button-wrapper {
    display: flex;
    flex-shrink: 0;
    gap: 25px;
}
.intec-ui.intec-ui-control-button.intec-ui-scheme-current {
    border-color: #0065ff;
    background-color: #0065ff;
    color: #fff;
}
@media (max-width: 500px) {
    .notification.default-cookie:not(.slim) {
        align-items: center;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .notification.default-cookie .notification-content:not(.slim) {
        display: block;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .notification.default-cookie .notification-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .notification.default-cookie .notification-description:not(.slim) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .notification.default-cookie .notification-button-wrapper {
        flex-direction: column;
        gap: 5px;
    }
}