.site-navbar__menu {
    background-color: #13263f;
    border: 0;
    cursor: pointer;
    font: inherit;
    height: 2.75rem;
    padding: 0;
    position: fixed;
    right: 0.3125rem;
    top: 0;
    width: 2.75rem;
    z-index: 11;
}
@media screen and (min-width: 48rem) {
    .site-navbar__menu {
        display: none;
    }
}
.site-navbar__menu-icon-burger {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.00012207' y='0.00463867' width='20' height='2' fill='%23fff'/%3E%3Crect y='6' width='20' height='2' fill='%23fff'/%3E%3Crect y='12' width='20' height='2' fill='%23fff'/%3E%3C/svg%3E");
    display: block;
    height: 0.875rem;
    margin: 0 auto;
    width: 1.25rem;
}
.site-navbar__menu--is-open .site-navbar__menu-icon-burger {
    display: none;
}
.site-navbar__menu-icon-x {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg%3E%3Cpath fill='%23fff' d='M12.885-18l4.557-4.558a.625.625 0 0 0 0-.884.623.623 0 0 0-.884 0L12-18.885l-4.558-4.557a.623.623 0 0 0-.884 0 .625.625 0 0 0 0 .884L11.115-18l-4.557 4.558a.625.625 0 0 0 0 .884.623.623 0 0 0 .442.183.623.623 0 0 0 .442-.183L12-17.115l4.558 4.557a.623.623 0 0 0 .442.183.623.623 0 0 0 .442-.183.625.625 0 0 0 0-.884z' transform='translate(-4 26)'/%3E%3C/g%3E%3C/svg%3E");
    display: none;
    height: 1rem;
    margin: 0 auto;
    width: 1rem;
}
.site-navbar__menu--is-open .site-navbar__menu-icon-x {
    display: block;
}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
body {
    min-width: 18.75rem;
}
