.site-header {
    background: #ffffff;
    color: #111111;
    text-align: center;
    border-bottom: 1px solid #333;
}

.header-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
}

.header-banner__link {
    display: block;
    width: 100%;
    text-align: center;
}

.header-banner__image {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.header-nav {
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 700;
}

.header-nav__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.main-nav {
    flex: 1 1 auto;
}

.main-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.main-nav__list a {
    display: inline-block;
    padding: 8px 0;
    font-size: 0.75rem;
    color: #111111;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.main-nav__list a:hover,
.main-nav__list a.is-active {
    border-bottom-color: #111111;
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.header-tools a {
    font-size: 0.75rem;
    color: #111111;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.header-tools a:hover {
    border-bottom-color: #111111;
}

.nav-logout-form {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-logout-button {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;

    font: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;

    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.nav-logout-button:hover {
    text-decoration: underline;
}


.header-tools .nav-logout-button {
    font-size: inherit;
}

.header-tools .nav-logout-button {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;

    font-family: inherit !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;

    vertical-align: baseline !important;
    position: relative;
    top: -1px;
}

.header-tools .nav-logout-button:hover {
    text-decoration: underline !important;
}

.nav-logout-form {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
