<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

body {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
}



h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
}


.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.form-control {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: inherit !important;
}


.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.block-21 .text .heading a {
    color: #000;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    text-decoration: none;
}

.block-21 .text .meta &gt; div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}



footer {
    padding: 7em 0;
}

.footer-09 {
    background: #00a0e3;
    background: -moz-linear-gradient(45deg, #2a1a5e 0%, #00a0e3 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #2a1a5e), color-stop(100%, #00a0e3));
    background: -webkit-linear-gradient(45deg, #2a1a5e 0%, #00a0e3 100%);
    background: -o-linear-gradient(45deg, #2a1a5e 0%, #00a0e3 100%);
    background: -ms-linear-gradient(45deg, #2a1a5e 0%, #00a0e3 100%);
    background: linear-gradient(45deg, #2a1a5e 0%, #00a0e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a1a5e', endColorstr='#5126a7', GradientType=1);
}

.footer-09 .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-09 a {
    color: #fe59d7;
}

.footer-09 a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer-09 p {
    color: rgba(255, 255, 255, 0.3);
}

.footer-09 .footer-heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-09 .footer-heading .icon {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    height: 40px;
    display: block;
    color: #fe59d7;
    border: 1px solid #fe59d7;
}

.footer-09 ul.list-unstyled li a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-09 .block-21 .heading a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-09 .block-21 .meta div a {
    color: rgba(255, 255, 255, 0.3);
}

.footer-09 .block-23 ul li {
    color: rgba(255, 255, 255, 0.5);
}

.footer-09 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-09 .subscribe-form .form-group input {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 2px solid #fe8ce3 !important;
    outline: none !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 16px;
    border-radius: 0;
}

.footer-09 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-09 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 52px;
    height: 52px;
    font-size: 16px;
    background: #fe8ce3 !important;
    border: none;
    border-radius: 0;
}

.footer-09 .subscribe-form .form-group .submit:hover, .footer-09 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}





h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

</pre></body></html>