<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
    background: rgba(43, 172, 227, 0.15);
}

#header h1 {
    left: 16px;
}

#header #top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

#header #top-right .meta-nav {
    display: inline-flex;
    align-items: center;
    height: 100%;
    margin: 0 16px;
}

#header .social {
    display: inline-flex;
    margin: 3px 5px;
}

#header .social a {
    margin: 0 5px;
}

#header .social a:not(:last-child) {
    margin-right: 5px;
}

#header #searchform {
    display: inline-flex;
    height: 100%;
}

#nav-wrap {
    width: auto;
}

#nav-wrap img {
    top: -6px;
}

@media (max-width: 1039px) {
    .wrapper #header .phone {
        display: none;
    }

    .wrapper .top-bar .title-area {
        display: flex;
        justify-content: center;
        padding: 6px;
    }

    .wrapper .top-bar .title-area .name {
        display: none;
    }

    .wrapper .top-bar .title-area .toggle-topbar {
        position: relative;
        top: initial;
        height: 100%;
        margin: 0 auto;
    }

    .wrapper .top-bar .title-area .toggle-topbar a {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .wrapper #top-right .meta-nav a {
        color: white;
        font-weight: 700;
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .wrapper #header {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .wrapper #header #top-right {
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        order: -1;
    }
    .wrapper #header h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wrapper #header .button-container {
        display: flex;
    }

    .wrapper #header a.header-btn {
        flex: 1;
        margin: 0 5px;
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        width: auto;
        height: auto;
        padding: 8px;
        font-size: 12px;
        line-height: 12px;
    }
}</pre></body></html>