<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mini_buttom_orange {
    text-transform: uppercase;
    background: #EF892D;
    margin-top: 5px;
    height: 40px;
    width: 130px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.grad-orange {
    background: linear-gradient(to right, #ff601f, #ff922d);
}

.grad-orange-light, .bar-footer {
    background: linear-gradient(to right, red, orange);
}

.btn {
    border: 1px solid;
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}

    .btn.btn-dark {
        background-color: #45555f;
        border-color: #45555f;
    }

        .btn.btn-dark:hover {
            color: #45555f;
            background-color: transparent;
        }

body {
    font-family: Arial, serif;
    font-size: 75.0%;
}

.title {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 2px;
    width: 100%;
}

p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.09px;
    line-height: 26px;
    text-transform: none;
}

small {
    font-size: 0.833em;
    font-weight: 400;
    letter-spacing: 0.09px;
    line-height: 18px;
    text-transform: none;
}

.text-primary {
    color: #ef892d;
}

.text-secondary {
    color: #d27ed9;
}

.text-danger {
    color: #b80033;
}

.text-dark {
    color: #45555f;
}

.text-info {
    color: #93adc5;
}

.text-light {
    color: #ffffff;
}

.text-generic {
    font-size: 1.16em;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 26px;
    text-transform: none;
}

#body h1 {
    font-size: 35px !important;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 48px !important;
    text-transform: uppercase;
    color: #EF892D;
}

#body h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.09px;
    line-height: 38px;
    text-transform: capitalize;
}

#body h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 38px;
    text-transform: capitalize;
}

#body h4 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.18px;
    line-height: 30px;
    text-transform: uppercase;
}

#body h5 {
    font-size: 1.33em;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 30px;
    text-transform: uppercase;
}

#body h6 {
    font-size: 1.33em;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 30px;
    text-transform: capitalize;
}

#body label {
    color: #000000;
    font-size: 14px;
}

.banner {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}

    .banner h1 {
        background-color: #f9f8fb;
        color: #e89aa1;
        font-size: 2.35em;
        font-weight: 500;
        padding: 15px 0 15px 0;
        text-align: center;
        text-transform: none;
        line-height: 28px;
    }

.bar-footer {
    padding: 10px 0;
    background: linear-gradient(to right, #FF7C54,#EA8BFF,#5AADFF)
}

.main-navigation #check,
.main-navigation .icone {
    display: none;
}

@media (max-width: 767.97px) {
    .main-navigation #check:checked ~ ul {
        -webkit-transform: translate(310px);
        -moz-transform: translate(310px);
        -ms-transform: translate(310px);
        -o-transform: translate(310px);
        transform: translate(310px);
    }

    .main-navigation .icone {
        cursor: pointer;
        display: block;
        margin-left: 10px;
        position: fixed;
        z-index: 2;
    }
}

@media (max-width: 767.97px) {
    .main-navigation ul {
        background-color: white;
        box-shadow: 5px 0px 8px 0px grey;
        height: 100%;
        overflow-y: auto;
        padding-top: 50px;
        position: fixed;
        top: 0px;
        width: 300px;
        left: -310px;
        z-index: 1;
        -webkit-transition: transform .25s ease-in-out;
        -moz-transition: transform .25s ease-in-out;
        -ms-transition: transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
    }
}

.main-navigation ul li {
    color: black;
    cursor: pointer;
    font-size: 0.85em;
    font-weight: bold;
}

@media (max-width: 767.97px) {
    .main-navigation ul li {
        display: flex;
        padding: 30px 15px 15px;
    }

        .main-navigation ul li img {
            position: relative;
            top: -8px;
        }
}

.main-navigation ul li:hover {
    background-repeat: no-repeat;
    background-size: 20px;
    font-weight: bold;
    color: #000000;
}

@media (min-width: 768px) {
    .main-navigation ul {
        display: flex;
        margin-left: -77px;
        margin-right: -91px;
        padding-top: 100px;
    }

        .main-navigation ul li {
            font-size: 0.85em;
            text-align: center;
            font-family: Arial, serif;
            color: #675f62;
            font-weight: 500;
            padding-left: 5px;
            padding-right: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .main-navigation ul li div {
                padding-top: 5px;
                padding-bottom: 5px;
            }
}

/*********************
VARIABLES
**********************/
/*Controls Menu top &amp; bottom padding*/
/*Contols Menu left &amp; right padding*/
/*Control Menu Color Scheme*/
/*********************
RESPONSIVE BREAKPOINTS
**********************/
/*********************
NAVIGATION STYLES
**********************/

nav {
    width: 100%;
    padding-top: 30px;
    margin-left: -45px;
}

@media (max-width: 798px) {
    nav {
        margin: 10px 0 0 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }
}

nav ul {
    margin: 0 auto;
    list-style: none;
    display: flex;
    font-size: 1.05em;
    letter-spacing: 0.005em;
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}

@media (max-width: 798px) {
    nav ul {
        margin: 0;
        display: block;
        padding: 0;
        width: 100%;
        z-index: 15;
    }

    header .new-logo {
        padding-top: 9rem !important;
        margin-left: 0 !important;
    }
}

nav ul li {
    float: left;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    background-color: #FFFFFF;
    /******************
    SUBNAV
    ******************/
}

@media (max-width: 798px) {
    nav ul li {
        float: none;
        position: relative;
        margin: 0;
    }

        nav ul li ul li a {
            border: 1px solid #FFFFFF;
        }
}

nav ul li a {
    display: block;
    padding: 7.5px 15px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    transition: all 0.1s ease;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 13.33px;
    letter-spacing: 0.0735px;
}

    nav ul li a:hover {
        color: #000000;
        background-repeat: no-repeat;
        background-size: 12px;
        transition: all 0.2s ease;
    }

@media (max-width: 798px) {
    nav ul li a {
        display: table;
        margin: 0;
        padding: 15px 2px;
        color: #000000;
        box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
        text-shadow: none;
        width: 100%;
    }
}

nav ul li:hover ul {
    opacity: 1;
    max-height: 1000px;
    transition: all 0.3s ease;
}

@media (max-width: 798px) {
    nav ul li:hover ul {
        max-height: 0;
    }
}

nav ul li div ul {
    display: block;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 200px;
    max-height: 0;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 1em;
    transition: all 0.3s ease;
}

@media (max-width: 798px) {
    nav ul li div ul {
        max-height: 0;
        opacity: 1;
        width: 100%;
        position: relative;
        overflow: hidden;
        transition: all 2s ease;
    }
}

.submenu a {
    font-weight: 200;
}

img.home-icon {
    width: 30px;
}

a.home-icon {
    padding-top: 0;
}

nav ul li div ul li {
    float: none;
    margin: 0;
}

    nav ul li div ul li:last-child {
        border: 1px solid #FFFFFF;
    }

@media (max-width: 798px) {
    nav ul li div ul li {
        margin: 0;
    }
}

nav ul li div ul li a {
    display: block;
    text-align: left;
    padding: 7.5px 20px;
    margin: 0;
    border-left: 1px solid #FFFFFF;
    text-shadow: none;
    transition: all 0.2s ease;
    color: gray;
}

    nav ul li div ul li a:hover {
        color: #EF892D;
        background: white;
        transition: all 0.5s ease;
        text-decoration: underline;
        font-weight: 700;
    }

@media (max-width: 798px) {
    nav ul li div ul li a {
        color: #675f62;
        padding-left: 20px;
        background: none;
    }

        nav ul li div ul li a:hover {
            color: #EF892D;
            background: white;
            transition: all 0.5s ease;
        }
}

/***************************
MOBILE NAV STYLES
***************************/
.mobile-menu {
    top: 145px;
    display: none;
    left: 30px;
    margin: 0;
    padding: 20px 15px;
    position: absolute;
    color: #45555f;
    text-decoration: none;
    right: 15px;
    line-height: 0;
    font-size: 40px;
}

@media (max-width: 798px) {
    .mobile-menu {
        display: table;
    }

    .internal-header nav {
        display: none;
    }

        .internal-header nav.active {
            display: block;
        }
}

.active {
    max-height: 9000px !important;
    transition: all 1s ease;
}

@media (max-width: 798px) {
    .active {
        color: #EF892D;
    }
}

@media (max-width: 798px) {
    .arrow {
        display: block;
        float: right;
        height: 30px;
        width: 30px;
        position: absolute;
        right: 25px;
        top: 10px;
        transition: all 0.3s ease;
    }

        .arrow:hover {
            cursor: pointer;
        }

    .rotate {
        transition: all 0.3s ease;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

header {
    display: flex;
    min-height: 213px;
}

@media (max-width: 767.98px) {
    header img {
        margin: 0 auto;
        max-width: 270px;
        width: 50vw;
    }
}

header .internal-header {
    width: 100%;
    background-color: #FFFFFF;
}

header .new-logo {
    padding-top: 60px;
    margin-left: -20px;
}

header .img-left {
    text-align: center;
    background-image: url(/Public/images/Header-Left-Traingle-Fade-01.svg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    width: 105px;
    min-width: 105px;
    -webkit-background-size: 90px auto;
    -moz-background-size: 90px auto;
    -ms-background-size: 90px auto;
    background-size: 90px auto;
}

    header .img-left p {
        margin: 0 auto;
    }

header .img-right {
    background-image: url(/Public/images/Header-Right-Mixed-Shape-Fade-01.svg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    width: 235px;
    min-width: 235px;
    -webkit-background-size: 190px auto;
    -moz-background-size: 190px auto;
    -ms-background-size: 190px auto;
    background-size: 190px auto;
}


main {
    padding: 30px;
}

@media (min-width: 768px) {
    main {
        padding: 30px 60px;
    }

        main .container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

            main .container form {
                grid-column: 1 / 2;
            }
}

.footer {
    background-color: #93adc5;
    color: white;
    display: grid;
    padding: 30px 60px 15px;
}

.grid {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}


#footer li a.footer-menu {
    padding-bottom: 10px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#footer a.footer-submenu {
    font-weight: 500;
    padding-bottom: 7px;
    text-decoration: none;
    display: block;
}

    #footer a.footer-submenu:hover {
        color: #EF892D;
        text-decoration: underline;
    }

.footer-menu-container {
    padding-left: 3%;
    padding-bottom: 3%;
    padding-right: 5%;
}

.footer-copyright {
    padding: 10px;
    margin: 0 50px;
    line-height: normal;
}

    .footer-copyright sup {
        position: static;
    }

    .footer-copyright.policy {
        margin: 0 25px;
        padding: 20px 0 0 0;
    }

    .footer-copyright p {
        font-size: 13.33px;
        line-height: 18px;
        color: #45555F;
    }

    .footer-copyright &gt; p &gt; a {
        color: #EF892D !important;
        text-decoration: none !important;
    }

#footerpolicy {
    background-color: white;
    position: relative;
    padding-top: 20px;
}

    #footerpolicy &gt; p &gt; a {
        color: #EF892D !important;
        text-decoration: none !important;
    }

.grid-100 a.learn-more {
    color: #93ADC5;
}

    .grid-100 a.learn-more:hover {
        color: #ef892d;
        text-decoration: underline;
    }

h1.bold-bottom-border {
    color: #ef892d;
    border-bottom: 4px solid #ef892d;
}

h2.highlight,
a.page-link,
div.bold-bottom-border {
    color: #ef892d;
}

div a.btn-action {
    border-radius: 0;
    background-color: #45555f;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-copyright-line {
    padding-top: 1px;
    background-color: rgb(69, 85, 95, .4);
    margin-bottom: 10px;
}

span.first-word-title {
    color: #45555f;
}

.subsection-title {
    line-height: 42px;
    font-weight: bold;
    font-size: 21.33px;
    color: #45555F;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #b3b3b3;
    text-align: left;
}

.section-title {
    background: linear-gradient(to right, #FF866E, #FFC16E, #FFCE7F );
    text-transform: uppercase;
    font-size: 21.33px;
    padding: 20px;
    color: white;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    #wrapper {
        min-height: 100%;
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .mobile-menu {
        top: 2vw;
    }

    header {
        position: relative;
        min-height: unset !important;
    }

        header .img-left,
        header .img-right {
            display: none;
        }

        header .new-logo {
            padding-top: 1vw !important;
        }

        header .internal-header {
            justify-content: center;
        }
}

div.mobile-menu-section{
    margin-left: -5rem;
}

header .internal-header {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}


@media only screen and (max-width: 768px) {

    .grid-template-columns-4 {
        flex-direction: column;
        text-align: center;
    }

    #footer .footer-container a {
        display: none;
    }

        #footer .footer-container a.active {
            display: block;
        }

    .text-container {
        padding: 10px !important;
    }

    .footer-copyright {
        margin: 0 20px !important;
    }
}


.text-content a {
    color: #EF892D;
}

.text-container {
    padding: 0.01em 5vw;
}

.text-content {
    padding: 20px 3vw 0 3vw;
    text-align: justify;
    min-height: 400px;
}

.title-box {
    border-top: 1px solid #EF892D;
    padding-left: 3vw;
    border-bottom: 1px solid #EF892D;
    min-width: 290px;
}

#body .title-box h1 {
    border-color: #EF892D !important;
    border-left: 1px solid;
    color: #45555f;
    padding-top: 10px;
    padding-left: 2vw;
    padding-bottom: 10px;
}

html, body {
    min-width: fit-content !important;
    line-height: 1.5 !important;
    overflow-x: hidden;
}

#body &gt; .content {
    width: 95vw !important;
    margin: 0 !important;
}

    #body &gt; .content &gt; .main {
        min-width: 100%;
    }

.LoginButton.md_medium_btn,
.enter_button.md_btn_small,
.content .text-container .enter_button {
    text-transform: uppercase;
    background: #EF892D;
    padding: 10px 40px;
    height: 50px;
    width: 170px;
    border: 1px solid #FEC784;
    cursor: pointer;
    margin: 20px 0;
    font-weight: bold;
    color: #FFFFFF;
}

.main_content_top,
.main_content_bottom {
    width: unset;
    height: unset;
    margin: 0;
}

sup{
    vertical-align: super;
}

.message--normal-size {
    font-size: 14px;
}

.message__error--red {
    color: #FF0000;
    font-weight: bold;
}
</pre></body></html>