<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.r2-open-side-menu-wrapper,
.r2-open-side-menu,
#r2-close-side-menu {
    display: none;
}

@media (min-width: 1200px) {
    .r2-mainmenu .megamenu {
        display: flex;
        justify-content: center;
    }
    .r2-mainmenu .megamenu,
    .r2-mainmenu ul {
        padding: 0;
        list-style: none;
    }
    .r2-mainmenu .megamenu &gt; li .dropdown-toggle .menu-title {
        display: inline-block;
        vertical-align: middle;
    }
    .r2-mainmenu .megamenu &gt; li .dropdown-toggle .caret {
        margin-left: 10px;
    }
    .r2-mainmenu .megamenu &gt; li &gt; a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .r2-mainmenu .megamenu &gt; li &gt; a:hover,
    .r2-mainmenu .megamenu &gt; li &gt; a:focus,
    .r2-mainmenu .megamenu &gt; li &gt; a:hover:focus {
        border: none;
        background: none;
    }
    .r2-mainmenu .megamenu li a &gt; i {
        margin-right: 5px;
    }
    .r2-mainmenu .megamenu li.dropdown &gt; .dropdown-menu {
        pointer-events: none;
        display: block;
        min-width: 250px;
        opacity: 0;
        margin-top: 0;
        transition: opacity 0.3s ease 0s;
    }
    .r2-mainmenu .megamenu li.dropdown:hover &gt; .dropdown-menu {
        pointer-events: initial;
        display: block;
        opacity: 1;
    }
    .r2-mainmenu .megamenu li.dropdown &gt; .dropdown-menu a {
        display: block;
        padding: 3px 20px;
    }
}

@media (max-width: 1199px) {
    .r2-open-side-menu-wrapper,
    .r2-open-side-menu {
        display: inline-block;
    }
    .r2-open-side-menu-wrapper {
        margin-right: 10px;
    }
    .r2-open-side-menu {
        padding: 10px 15px;
        background: #5778a4;
        border: 0;
        border-radius: 6px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }
    .r2-open-side-menu i {
        margin-right: 5px;
    }
    #r2-close-side-menu {
        display: block;
        position: sticky;
        top: 0;
        background: #5778a4;
        color: #ffffff;
        border: 0;
        padding: 15px 20px;
        width: 100%;
        font-size: 20px;
        text-align: right;
        z-index: 10;
    }
    .r2-mainmenu {
        float: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 320px;
        overflow-y: auto;
        margin: 0;
        background: #fff;
        font-size: 14px;
        z-index: 20;
        transform: translateX(-320px);
    }
    .r2-wrapper {
        transition: transform 0.5s ease-in-out;
    }
    .r2-wrapper::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 400;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
    }
    .r2-side-menu-open {
        overflow: hidden;
    }
    .r2-side-menu-open .r2-wrapper {
        transform: translateX(320px);
    }
    .r2-side-menu-open .r2-wrapper::before {
        opacity: 1;
        visibility: visible;
    }
    .r2-mainmenu .megamenu {
        display: block;
        float: none;
        margin: 0;
        padding: 0 0 75px 0;
    }
    .r2-mainmenu .megamenu * {
        display: block;
        position: static;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        float: none;
        margin: 0;
        padding: 0;
        min-width: auto;
        min-height: auto;
        width: auto;
        height: auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        z-index: auto;
    }
    .r2-mainmenu .megamenu .fa,
    .r2-mainmenu .megamenu .fas,
    .r2-mainmenu .megamenu .fal,
    .r2-mainmenu .megamenu .far {
        display: inline-block;
    }
    .r2-mainmenu .megamenu .menu-title br {
        display: none;
    }
    .r2-mainmenu .megamenu ul,
    .r2-mainmenu .megamenu li,
    .r2-mainmenu .megamenu a {
        display: block;
    }
    .r2-mainmenu .megamenu .dropdown-menu {
        display: none;
    }
    .r2-mainmenu .megamenu .open &gt; .dropdown-menu {
        display: block;
    }
    .r2-mainmenu .megamenu li {
        display: block;
    }
    .r2-mainmenu .megamenu li {
        border-bottom: 1px solid #c0c0c0;
    }
    .r2-mainmenu .megamenu li:last-child {
        border-bottom: 0;
    }
    .r2-mainmenu .megamenu li a,
    .r2-mainmenu .megamenu li.open a {
        display: flex;
        align-items: center;
        position: relative;
        background: #fff;
        color: #333;
        padding: 15px 25px;
        text-shadow: none;
    }
    .r2-mainmenu .megamenu li a:focus,
    .r2-mainmenu .megamenu li a:active,
    .r2-mainmenu .megamenu li a:hover,
    .r2-mainmenu .megamenu li.open a:focus,
    .r2-mainmenu .megamenu li.open a:active,
    .r2-mainmenu .megamenu li.open a:hover {
        outline: 0;
        background: #5778a4;
        color: #fff;
    }
    .r2-mainmenu .megamenu li a i {
        margin-right: 5px;
    }
    .r2-mainmenu .megamenu .menu-title {
        display: inline-block;
        width: 100%;
    }
    .r2-mainmenu .megamenu .caret {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        margin: 0;
        border: 0;
        text-align: center;
        line-height: 50px;
    }
    .r2-mainmenu .megamenu .caret::before {
        content: "+";
        display: block;
        position: relative;
        top: 50%;
        font-family: sans-serif;
        font-size: 28px;
        line-height: 1em;
        text-align: center;
        transform: translatey(-50%);
    }
    .r2-mainmenu .megamenu .open &gt; a &gt; .caret::before {
        content: "âˆ’";
    }
    .r2-mainmenu .megamenu .open {
        background: #999999;
    }
    .r2-mainmenu .megamenu .open &gt; .dropdown-menu {
        border-top: 1px solid #666666;
        border-left: 10px solid #666666;
    }
}
</pre></body></html>