<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    font-family: 'Poppins', sans-serif;
!important;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header a {
    color: #7a7a7a;
!important;
    letter-spacing: 1px
}

h1 {
    font-weight: 900;
    font-size: 52px;
    line-height: 80px;
    letter-spacing: 1px;
    color: #191a20;
}

h1,h2,h3,h4 {
    em {
        font-style: normal;
        color: #f26f26;
    }
}

.gesta-table-header th {
    background-color: #006572 !important;
    color: white !important;
}

.gesta-table-header-2 th {
    background-color: #6e0e0e !important;
    color: white !important;
}

/*
---------------------------------------------
body
---------------------------------------------
*/


body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;
}

.container-md, .nampa {
      flex: 1;
}

/*
---------------------------------------------
footer
---------------------------------------------
*/


footer {
    margin-top: 5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

footer .footer-content {
    padding: 120px 0px;

}

footer .right-content {
    align-self: center;
}

.footer-content .right-content {
    color: #fff;
}

.footer-content .right-content h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-content .right-content h2 em {
    font-style: normal;
    color: #f26f26;
}

.footer-content .right-content p {
    color: #FFF;
}

.footer-content .right-content a {
    color: #FFF;
}

.footer-content .right-content a:hover {
    color: #FC3;
}

footer .social {
    overflow: hidden;
    margin-top: 30px;
}

footer .social li:first-child {
    margin-left: 0px;
}

footer .social li {
    margin: 0px 7.5px;
    display: inline-block;
}

footer .social li a {
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer .social li a:hover {
    background-color: #f26f26;
    border-color: #f26f26;
    color: #fff;
}

footer .copyright {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}

footer .sub-footer {
    padding: 60px 0px;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
    text-align: center;
}

footer .sub-footer a {
    color: #FFF;
}

footer .sub-footer a:hover {
    color: #FC3;
}

footer .sub-footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
</pre></body></html>