<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/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Teko:300,400,700,900');

body {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #111;
}

ul, ol, li, p {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

a, a:hover {
    color: #C43D2F;
}

.clearfix {
    overflow: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*********************************************************************************
                                   Global styles
*********************************************************************************/

/*********************************************************************************
                                 Specific styles
*********************************************************************************/
.main-header {
    background-color: rgba(17,17,17,0.8);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.bg-faded {
    background: transparent;
}

.col-4 {
    max-width: 33.3333%;
    display: block;
    padding: 0;
}

.nav-grid {
    align-items: center;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    height: 65px;
    padding: 0;
    text-align: center;
    margin: auto;
}

.navbar-brand img {
    width: auto;
    height: 100%;
    padding: 20px 0px;
}

.nav-text p {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    margin-top: 3px;
}

.nav-btn .btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-wrapper {
    text-align: center;
    font-size: 10px;
}

.nav-btn a {
    background: #d20000;
    background-image: none;
    color: #FFF;
    font-size: 1.8em;
    padding: 5px 16px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.nav-btn a:hover {
    background: #AB0000;
}

.home-container {
    background: #111 url('../img/homepage-big.jpg') top center;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    overflow-x: hidden;
    background-size: cover;
    display: block;
}

.main-content {
    width: 60%;
    background-color: rgba(0,0,0,0.3);
    padding: 15px;
    box-shadow: 5px 5px 5px #000;
    margin: 110px 0 150px;
}

.home-container h1:first-of-type {
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: 'Teko';
    line-height: 58px;
    text-transform: uppercase;
    color: #83C400;
}

.home-container h1 {
    margin-bottom: 35px;
    font-size: 100px;
    line-height: 95px;
    font-family: 'Teko';
    font-weight: 900;
    color: #FFF;
}

.home-container h2 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Teko';
}

.home-container h3 {
    margin: 50px 0;
    text-transform: none;
    font-size: 24px;
}

.home-container .btn {
    font-size: 0;
}

.home-container .btn {
    display: inline-block;
}

.home-container .btn {
    text-decoration: none;
    color: #fff;
    background-color: #6ba000;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: none;
    width: 300px;
    text-transform: uppercase;
    border-radius: 3px !important;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.home-container .btn:hover {
    background-color: #517900;
}

.three-row {
    align-items: center;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

section.steps, section.rules {
    color: #fff;
    margin-bottom: 70px;
}

section.steps h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #83C400;
    margin-bottom: 30px;
}

.steps {
    margin-top: 30px;
}

.steps h3 {
    margin: 0;
}

.col-3-md-12 {
    display: block;
    max-width: 25%;
    flex-basis: 25%;
}

.step {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

.col-3-top {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    align-self: flex-start;
    flex: 1 1 0%;
    box-sizing: border-box;
    padding: 10px 5px;
}

.step-number {
    font-size: 65px;
    font-family: 'Lato', sans-serif;
    color: #ACACAC;
    margin: 0;
    text-align: right;
}

.col-9 {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    flex: 1 1 0%;
    box-sizing: border-box;
    padding: 30px 10px;
}

.col-9 h3 {
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
}

.step-text p {
    text-transform: none;
    text-align: left;
}

.home-container .rules h3 {
    font-size: 13px;
    margin-bottom: 20px;
}

.home-container .rules {
    margin: 70px 0 20px;
    text-align: left;
    text-transform: none;
    max-width: 1200px;
    background-color: rgba(17,17,17,0.8);
    padding: 15px;
}

.home-container .rules ul {
    padding-left: 15px;
}

.home-container .rules ul li {
    font-size: 11px;
}

.rules ul li a {
    color: #ccc;
}

.rules ul li a:hover {
    color: #fff;
}

body #launcher{
    display: none;
}

body.logedin #launcher{
    position: fixed;
    display: block;
    width: 200px !important;
    height: 40px;
    bottom: 0;
    left: 10px !important;
    margin: 0 !important;
    background-color: #C43D2F !important;
    z-index: 99999;
}

#footer{
    height: auto;
    background: #111;
    text-indent: 0;
    padding: 10px;
}
#footer-wrapper{
    width: 90%;
    height: auto;
    padding-bottom: 0;
    margin: 0 5%;
}

#footer-links{
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
}

#footer-links a{
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 10px;
    color: #CCC;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    transition: color .2s linear;
}

#footer-links a:hover{
    color: #FFF;
}

#authority, #apps{
    display: block;
    width: 100%;
    height: auto;
    padding:  10px 0;
    color: #666;
    text-align: center;
}

#authority &gt; img, #apps &gt; img{
    height: 30px;
    margin: 0 10px;
    opacity: .5;
}

#authority &gt; a, #apps &gt; a {
    display: inline-block;
    height: 30px;
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

#authority &gt; a:hover, #apps &gt; a:hover {
    opacity: 1;
}

#authority &gt; a img, #apps &gt; a img {
    height: 40px !important;
    margin: 20px 10px;
}

#legal{
    display: block;
    width: 100%;
    height: auto;
    padding:  10px 0;
    color: #888;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

#legal a {
    color: #666;
    text-decoration: none;
}

/*********************************************************************************
                                 Helper Classes
*********************************************************************************/

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

button:focus {
    outline: 0 !important;
}

/*********************************************************************************
                                 Responsive
*********************************************************************************/

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

    .main-header {
        min-height:70px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .nav-text p {
        display: none;
    }
    .main-content {
        width: 100%;
    }

}

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

    body {
        position: relative;
    }

    .navbar-brand {
        width: 162px;
    }

    .navbar-brand img {
        padding: 22px 10px;
    }

    .navbar-collapse {
        border-top: 1px solid #732719;
        padding: 10px 0;
    }

    main .home-container {
        padding-top: 70px !important;
    }

    .home-container {
        background: #111 url('../img/homepage-mobile.jpg') top center;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-transform: uppercase;
        position: relative;
        overflow-x: hidden;
        background-size: cover;
        display: block;
    }
    
    .home-container h1:first-of-type {
        font-size: 48px;
        margin-top: 40px;
        margin-bottom: 40px;
        line-height: 36px;
    }

    .home-container h1 {
        margin-bottom: 50px;
        font-size: 80px;
        line-height: 80px;
    }

    .home-container h2 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 20px;
    }

    .home-container h3 {
        margin: 50px 0;
        text-transform: none;
        font-size: 20px;
    }

    section.steps h2 {
        font-size: 30px;
    }

    .steps {
        margin-top: 100px;
    }

    .col-3-md-12 {
        max-width: 100%;
        flex-basis: 100%;
    }
    #footer-links a {
        font-size: 10px;
        margin: 0 5px;
    }
    #authority &gt; a img{
        height: 20px !important;
    }
    #legal {
        font-size: 9px;
    }
}

@media screen and (max-width: 660px) {
    .home-container h1:first-of-type {
        font-size: 46px;
        line-height: 40px;
    }

    .home-container h1 {
        margin: 0 0 40px;
        font-size: 80px;
        line-height: 70px;
    }

    .home-container h2 {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .home-container h3 {
        margin: 30px 0 20px;
        text-transform: none;
        font-size: 18px;
    }

    .home-container .btn {
        width: 240px !important;
        font-size: 24px;
    }

    .home-container .rules {
        margin-top: 30px;
    }
}

@media screen and (max-width: 520px) {
    .home-container h1:first-of-type {
        font-size: 40px;
        line-height: 32px;
    }

    .home-container h1 {
        font-size: 78px;
        line-height: 70px;
        margin: 0 0 50px;
    }

    .home-container h2 {
        margin-top: 20px;
        font-size: 20px;
    }

    .home-container h3 {
        margin: 30px 0 20px;
        text-transform: none;
        font-size: 18px;
    }

}
@media screen and (max-width: 450px) {
    .home-container h1:first-of-type {
        font-size: 36px;
        line-height: 32px;
    }
    .home-container h1 {
        font-size: 68px;
        line-height: 60px;
        margin: 0 0 50px;
    }

    .home-container h2 {
        margin-top: 20px;
        font-size: 17px;
    }

    .home-container h3 {
        margin: 30px 0 20px;
        text-transform: none;
        font-size: 18px;
    }
    section.steps h2 {
        font-size: 30px;
    }
    .home-container .rules h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .home-container .rules ul li {
        font-size: 11px;
    }

    #authority &gt;img {
        height: 26px;
    }

    #apps &gt; a {
        opacity: 1;
    }
}

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

    .home-container h1:first-of-type {
        font-size: 44px;
        line-height: 41px;
    }

    .home-container h1 {
        font-size: 55px;
        line-height: 50px;
        margin: 0 0 50px;
    }

    .home-container h2 {
        margin-top: 20px;
        font-size: 15px;
    }

    .home-container .btn {
        width: 200px !important;
        font-size: 20px;
    }

    #authority &gt;img {
        height: 22px;
    }

}

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

    .home-container h1:first-of-type {
        font-size: 50px;
        line-height: 40px;
    }

    .home-container h1 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 50px;
    }

    .home-container h2 {
        margin-top: 20px;
        font-size: 15px;
    }

    #authority &gt;img {
        height: 22px;
    }

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