body {
    padding-top: 5.75rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.site-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    background-color: #fff;

}

.site-header header {
    background-image: none;
}

.site-header .banner {
    height: 5.75rem;
    background-color: #fff;
    transition: all .2s ease-out;
    box-shadow: 0 .1875rem .25rem #00000014;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.site-header .banner.small {
    height: 5rem;
}

.site-header .banner .site-title {
    transition: font-size .2s ease-out;
}

.site-header .banner.small .site-title {
    font-size: 1.125rem;
}

.site-header .banner .site-logo {
    flex: 0 1 auto;
    padding-top: .5625rem;
}

.site-header .banner .site-logo .site-logo-claim {
    display: none;
    visibility: hidden;
    margin-top: .5625rem;
}

.site-header .banner.small .site-logo .site-logo-claim {
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease-out, visibility 0s linear;
}

.site-header .banner .banner-container {
    width: 100%;
    padding: 0 .625rem;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*.container-fluid::before, .container-fluid::after {
    display: table;
    content: " ";
}*/
.site-header .banner .site-logo {
    flex: 0 1 auto;
    padding-top: .5625rem;
}

.banner .site-logo .site-logo-brand {
    width: 4rem;
    height: 1.375rem;
    aspect-ratio: 4 / 1.375;
    max-width: 111px;
}

.site-header .banner .site-title {
    /*    position: absolute;*/
    /*    left: .625rem;*/
    /* top: 0;*/
    font-size: 1.5rem;
    line-height: 1.25;
    /*  margin-top: 1.125rem;*/
    margin-top: 0.5rem;
    max-width: 18.3rem;
    left: .9375rem;

}

.app-title {
    font-size: 1.5rem;
    color: #441267;
    line-height: 1.25;
    font-weight: bold;
}

.site-title, .site-title a {
    color: #441267 !important;
}

.site-header .banner .site-title > a {
    text-decoration: none;
    border: none;
    color: #00325f;
}

.site-title:hover, .site-title a:hover, .site-title:focus, .site-title a:focus, .site-title:active, .site-title a:active {
    border-color: #694185 !important;
    color: #694185 !important;
}

.site-header .banner .site-title > a:hover, .site-header .banner .site-title > a:focus {
    color: #000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.banner .site-logo .site-logo-brand:not(.generator-logo), .banner .site-logo .site-logo-claim:not(.generator-logo) {
    fill: #00325f;
}

.footer-legal > .container, .footer-legal > .nav-panel-container {
    text-align: center;
}

.footer-legal {
    font-size: .875rem;
    padding-top: .5rem;
    color: #464646;
    background-color: #fff;
}

.footer-legal ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-legal li {
    font-size: .875rem;
    display: inline-block;
}

.footer-legal p {
    font-size: .875rem;
    display: inline-block;
}

.footer-legal nav a:link, .footer-legal nav a:visited {
    color: #000;
    font-size: .875rem;
    text-decoration: none;
    display: inline-flex;
}

.footer-legal nav a:hover, .footer-legal nav a:active, .footer-legal nav a:focus {
    color: #000;
    font-size: .875rem;
    text-decoration: underline;
    background-color: transparent;
}

.footer-legal-links a svg {
    width: 1.0625rem;
    height: 1.0625rem;
    fill: #464646;
    margin-right: 0.4375rem;
    display: inline-block;
    flex: 0 0 1.375rem;
}

@media screen and (max-width: 47.9375rem) {
    .banner .site-title.site-title--long {
        max-width: unset;
        /*padding-right: 50px;*/
        /*  margin-top: 0.375rem;*/
        font-size: 1rem;
    }

    .app-title {
        font-size: 1rem;
        color: #441267;
        line-height: 1.25;
    }
}

@media screen and (min-width: 48rem) {

    body {
        padding-top: 8.1875rem;
    }

    .site-header-sm-fixed {
        position: fixed;
    }

    .site-header header {
        background-image: none;
    }

    .site-header .banner {
        height: 8.1875rem;
        background-color: #fff;
    }

    .site-header .banner .site-header .banner-container {
        justify-content: center;
    }

    .site-header .banner .site-logo {
        flex: 0 1 auto;
        padding-top: .5625rem;
    }

    .site-header .banner .site-logo {
        /* position: absolute;
         top: 0;
         right: .625rem;*/
        padding: 1.5rem 0 1rem 1rem;
        /*  right: .9375rem;*/
    }

    .site-header .banner .site-logo .site-logo-claim {
        display: block;
        visibility: visible;
        width: 6.9375rem;
        height: 1.8125rem;
        max-width: 111px;
        aspect-ratio: 6.9375 / 1.8125;

        opacity: 1;
        transition: opacity .1s ease-out, visibility 0s linear .1s;
        will-change: opacity;
    }

    .banner .site-logo .site-logo-brand {
        width: 6.8125rem;
        height: 2.1875rem;
        box-sizing: content-box;
        padding-right: .125rem;
    }
}

@media screen and (min-width: 75.375rem) {
    .site-header .banner .site-title {
        max-width: 20rem;
    }
}

@media screen and (min-width: 90em) {
    .footer-legal {
        padding-top: 0;
    }

    .footer-legal > .container {
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 2.5rem;
        width: 1440px;
        margin: 0 auto;
    }
}