<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 10px;
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Red Hat Display', sans-serif;
    height: 100%;
}

body {
    font-size: 1.6rem;
}

h1, h2, h3, h4,h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

/* FOR LINKS AND BUTTONS */
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
/* END LINKS AND BUTTONS */

label {
    font-size: 20px;
}

select {
    font-size: 20px;
}

.form-group {
    margin-bottom: 2rem;
}

.col-form-label {
    font-size: 20px;
}

.form-control {
    font-size: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(4rem + 2px);
}

@media (min-width: 768px) {
    .navbar &gt; .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar &gt; .container {
        max-width: 90%;
    }
}

.heading-minimal {
    font-size: 36px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .heading-minimal {
        font-size: 48px;
    }
}

.heading-extream-minimal {
    font-size: 24px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .heading-extream-minimal {
        font-size: 36px;
    }
}

.heading-sub-heading {
    font-size: 20px;
    line-height: 1;
}

@media (min-width: 768px) {
    .heading-sub-heading {
        font-size: 30px;
    }
}

.btn {
    border-radius: .4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 1rem 2rem;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.text--green {
    color: #66a92f;
}

.text--orange {
    color: #f15a24;
}

.text--red {
    color: #f12724;
}

.background--green {
    background-color: #66a92f;
}

.background--orange {
    background-color: #f15a24;
}

.background--dark-blue {
    background-color: #171d4d;
}

.background--red {
    background-color: #f12724;
}

.orange-separator-bar {
    background-color: #f15a24;
    height: 3px;
    width: 100%;
}

.gray-separator-bar {
    background-color: #c5d3e3;
    height: 1px;
    width: 100%;
}

#userInfo {
    width:100%;
    text-align:center;
}

/* NAV BAR */
nav {
    border-bottom: .1rem solid #c5d3e3;
}

.navbar {
    padding: 1rem;
}

@media (min-width: 768px) {
    .navbar {
        padding: 0 1rem;
    }
}

.navbar-toggler {
    padding: .4rem 1.2rem;
    font-size: 2rem;
}

.navbar-nav .nav-item.active .nav-link  {
    color: #f15a24;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        /* padding-right: 0.8rem;
        padding-left: 0.8rem; */
        padding: 3.6rem .8rem;
    }

    .navbar-nav .nav-item.active {
        border-bottom: 3px solid #66a92f;
    }
}

@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 3.4rem;
    }

    .navbar-nav .nav-link {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 3rem;
    }

    .navbar-nav .nav-link {
        font-size: 24px;
    }
}


/* MAIN CONTENT CONTAINER */
.main-content__container {
    flex: 1;
    margin-bottom: 4rem;
}


/* FOOTER */
.main-footer {
    background-color: #252324;
    color: #bebebe;
    justify-content: flex-end;
    padding: 2rem 2rem;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-content {
        display: flex;
        justify-content: space-between;
    }
}

.footer-disclaimer-container {
    margin-bottom: 1rem;
    font-size:11px;
    line-height:9px;
}

@media (min-width: 768px) {
    .footer-disclaimer-container {
        width: auto;
    }
}

.footer-disclaimer {
    border: 1px solid #fff;
    padding: 1rem;
}

.footer-disclaimer small {
    font-size: 11px;
}

.footer-links-copyright-container {
    padding-top: 1.4rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-links-copyright-container {
        margin-bottom: 0;
        margin-right: 2rem;
        text-align: left;
    }
}

.footer-links-container {
    margin-bottom: 2rem;
}

.main-footer a {
    color: #bebebe;
    text-decoration: none;
    background-color: transparent;
}

.main-footer a:hover {
    color: #fff;
}

.main-footer p {
    color: #bebebe;
}

.footer-copyright {
    
}

.footer-logo-link_mobile {
    display: block;
    margin: 0 auto;
    width: 210px;
}

.footer-logo-link {
    display: none;
}

@media (min-width: 768px) {
    .footer-logo-link_mobile {
        display: none;
    }

    .footer-logo-link {
        display: block;
        margin: 0;
        width: 280px;
    }
}

.close {
    font-size: 2.4rem;
}


/* PRODUCTS PAGE */
.products-banner {
    width: 100%;
    min-height: 460px;
    background: url(/images/banners/all-products-banner.jpg);
    background-repeat: no-repeat;
    background-position: 22%;
    background-size: cover;
    /* margin-bottom: 4rem; */
    margin-bottom: 0;
    padding-top: 0;
}

@media (min-width: 1200px) {
    .products-banner {
        background-position: 50%;
    }
}

.products-banner__text-container {
    padding-top: 2.5rem;
}

@media (min-width: 768px) {
    .products-banner__text-container {
        margin-left: 10rem;
        padding-top: 5rem;
    }
}

@media (min-width: 1200px) {
    .products-banner__text-container {
        margin-left: 0;
    }
}
</pre></body></html>