<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slick Modals - Simple Message */
.simpleMsg * {
    text-align: justify;
}
.simpleMsg .top {
    background: #f4eee8;
    padding: 30px;
}
.simpleMsg .title {
    font-weight: 700;
    font-size: 32px;
    color: #333;
}
.simpleMsg p {
    font-size: 14px;
    color: #333;
}
.simpleMsg .bottom {
    background: #fff;
    width: 100%;
    padding: 30px 0;
}
.simpleMsg .close {
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 32px;
    letter-spacing: 1px;
    cursor: pointer;
}
.simpleMsg .close:hover {
    background: #333;
}</pre></body></html>