<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.windowed-controls {
    float: right;
    padding-top: 9px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .windowed-controls {
        float: right;
        padding-top: 0px;
    }
}

.window_top {
    height: 40px;
    font-size: 1rem;
    line-height: 1.2;
    background-color: #f2f6fa;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.window-header {
    position: relative;
    z-index: 2;
}

.window_main {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .0784313725490196);
}

.window_main .header__logo {
    height: 7rem;
}

.cancel {
    font: normal normal medium Gotham;
    letter-spacing: 0px;
    color: #212121;
    text-transform: uppercase;
    cursor: pointer;
}

.close {
    color: #005093;
    font-size: 50px;
    border: none;
    padding: 0;
    background: none;
}


.window-header {
    cursor: default;
    tab-size: 4;
    word-break: break-word;
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #212121;
    -webkit-text-size-adjust: none;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: normal;
    animation: none !important;
    transition: none !important;
    position: relative;
    z-index: 2;
}

.bg-offwhite_window_top {
    cursor: default;
    tab-size: 4;
    word-break: break-word;
    color: #212121;
    -webkit-text-size-adjust: none;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: normal;
    animation: none !important;
    transition: none !important;
    height: 40px;
    font-size: 1rem;
    line-height: 1.2;
    background-color: #f2f6fa;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

bg-offwhite_window_main {
    cursor: default;
    tab-size: 4;
    word-break: break-word;
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #212121;
    -webkit-text-size-adjust: none;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: normal;
    animation: none !important;
    transition: none !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .0784313725490196);
}

.header__main_win {
    cursor: default;
    tab-size: 4;
    word-break: break-word;
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #212121;
    -webkit-text-size-adjust: none;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: normal;
    animation: none !important;
    transition: none !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: normal;
    height: auto;
}

header__logo_win {
    cursor: default;
    tab-size: 4;
    word-break: break-word;
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #212121;
    -webkit-text-size-adjust: none;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: normal;
    animation: none !important;
    transition: none !important;
    box-sizing: content-box;
    margin-right: auto;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: auto;
    height: 7rem;
}

.article{
    display: block;
}
</pre></body></html>