<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}
#page.fullpage {
    min-height: 100vh;
    padding: 0;
    background-color: rgba(53,15,24,1);
    background-image: url(../img/bg/fullpage.png);
    background: url(../img/bg/fullpage.png), -moz-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
    background: url(../img/bg/fullpage.png), -webkit-gradient(left top, right top, color-stop(0%, rgba(53,15,24,1)), color-stop(20%, rgba(78,23,36,1)), color-stop(50%, rgba(100,29,46,1)), color-stop(80%, rgba(69,20,32,1)), color-stop(100%, rgba(30,9,14,1)));
    background: url(../img/bg/fullpage.png), -webkit-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
    background: url(../img/bg/fullpage.png), -o-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
    background: url(../img/bg/fullpage.png), -ms-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
    background: url(../img/bg/fullpage.png), linear-gradient(to right, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#350f18', endColorstr='#1e090e', GradientType=1 );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-weight: normal;
}

.fullpage-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
}
.fullpage-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 12px;
}
.fullpage-container {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 120px;
}
.fullpage-container .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.fullpage-footer {
    width: 100%;
    padding: 0 12px;
    position: absolute;
    left: 0; bottom: 40px; 
}

.msg-box .msg-heading {
    margin-bottom: 15px;
}
.msg-box .msg-action {
    margin-top: 50px;
}
.msg-remark {
    font-size: 14px;
    color: #ccc;
}

.fullpage a,
.msg-box .msg-heading {
    color: inherit;
}


@media screen and (max-width:991px) {
    
    #page.fullpage {
        background-image: url(../img/bg/fullpage-m.png);
        background: url(../img/bg/fullpage-m.png), -moz-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
        background: url(../img/bg/fullpage-m.png), -webkit-gradient(left top, right top, color-stop(0%, rgba(53,15,24,1)), color-stop(20%, rgba(78,23,36,1)), color-stop(50%, rgba(100,29,46,1)), color-stop(80%, rgba(69,20,32,1)), color-stop(100%, rgba(30,9,14,1)));
        background: url(../img/bg/fullpage-m.png), -webkit-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
        background: url(../img/bg/fullpage-m.png), -o-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
        background: url(../img/bg/fullpage-m.png), -ms-linear-gradient(left, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
        background: url(../img/bg/fullpage-m.png), linear-gradient(to right, rgba(53,15,24,1) 0%, rgba(78,23,36,1) 20%, rgba(100,29,46,1) 50%, rgba(69,20,32,1) 80%, rgba(30,9,14,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#350f18', endColorstr='#1e090e', GradientType=1 );
        background-position: center top;
        background-size: cover;
    }
    
}

@media screen and (max-width:767px) {
    
    .fullpage-container { padding-top: 60px; padding-bottom: 100px;}
    .fullpage-container .logo { width: 45%; margin-bottom: 40px;}
    .fullpage-footer { bottom: 30px;}
    
    .msg-box { font-size: 14px;}
    .msg-box .msg-action { margin-top: 40px;}
    
    .msg-remark { font-size: 12px;}

}

@media screen and (max-width:375px) {
    
    .fullpage-container .logo { margin-bottom: 30px;}
    
    .msg-box { font-size: 14px;}
    .msg-box .msg-heading { font-size: 20px;}
    
    .msg-remark { font-size: 11px;}
    
}

@media screen and (max-width:320px) {
    
    .fullpage-container { padding-top: 45px;}
    
    .msg-box .msg-action { margin-top: 30px;}
    
    .msg-remark { font-size: 9px;}
    
}</pre></body></html>