<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap');

body {
	font-family: 'Roboto', sans-serif;
    background: #f2f0ff;
    color: #27292e;
}

a {
    color: #3803ce;
}

a:hover {
}

a.btn {
    color: #fff;
    border: 1px solid #3803ce;
    background-color: "transparent";
    color: #3803ce;
    font-weight: 800;
    transition: background-color .2s ease,color .2s ease;
    background: none !important;
}

a.btn:hover {
    background: #3803ce;
    opacity: .6;
    border: 1px solid #3803ce;
    color:#000;
}

ul strong, ol strong {
    color: #3803ce;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #3803ce;
}

h2 {
    color: #000;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #000000;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #3803ce;
}

header .navbar-brand img {
    width: 250px;
}

#topnv {
    padding: 20px;
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#topnv h3 {
    color: #f4c73f;
    margin-bottom: 0;
}

#topnv ul {
    margin-bottom: 10px !important;
}

#topnv ul li {
}

#topnv ul li a {
    color: #000;
    text-decoration: none;
}

#topnv ul li a:hover {
    color: #f4c73f;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article {
    margin-top: 165px;
}

article section#ftext {
}

article section#ftext h2 {
}

article section#mlist {border-image: linear-gradient(90deg,#3803ce,#ffffff,#3803ce) 2 0 2 0;border-bottom: 1px solid #3803ce;border-top: 1px solid #3803ce;}

article section#mlist h2 {
    color: #3803ce;
    padding-top: 30px;
}

article section#ltext {
    padding-top: 30px;
}

#mnav {
}

#mnav h3 {
    padding-left: 15px;
}

#mnav ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#mnav ul li {
}

#mnav ul li a {
    text-decoration: none;
    color: #000000;
}

#mnav ul li a:hover {
    color: #3803ce;
}

#mbox {
    margin-bottom: 25px;
    padding: 10px;
    display: block;
    -webkit-box-reflect: below -31px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

#mbox img {
    margin-bottom: 16px;
}

#mbox a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3803ce;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#mbox a:hover {
}

#bmatch {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}

#bmatch h3 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}

#bmatch span {
    font-size: 30px;
    color: #3803ce;
}

#c-ratings {
    color: #3803ce;
    font-size: 30px;
    margin-bottom: 23px;
}

footer {
    padding: 50px 0;
    margin-top: 20px;
    color: #bdbdbd;
    background: #3803ce;
}

footer a {
    text-decoration: underline;
    color: #bdbdbd;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 769px) {
    article {
        margin-top: 120px;
    }
}
</pre></body></html>