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

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}


html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    overflow-y: scroll; /* 3 */
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, main, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
   
    vertical-align: baseline;
}



html,button,input,select,textarea {
    font-family: sans-serif;
}

body {
    line-height: 1;
}


article,aside,dialog,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}


audio,canvas,progress,video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
    *display: inline; /* 3 */
    *zoom: 1; /* 3 */
}


audio:not([controls]) {
    display: none;
    height: 0
}


[hidden],template {
    display: none
}




a {
    background: transparent
}



a:active,a:hover {
    outline: 0
}



abbr[title],dfn[title] {
    border-bottom: 1px dotted
}



b,
strong {
    font-weight: bold;
}



dfn {
    font-style: italic;
}



mark {
    background: #ff0;
    color: #000;
}



small {
    font-size: 80%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


address,cite,dfn,var {
    font-style: 400
}
abbr,acronym {
    border: 0;
    font-variant: normal
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {text-decoration: line-through}



     
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
a img {
    border: 0;
}



svg:not(:root) {
    overflow: hidden;
}


hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}



pre {
    overflow: auto;
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}


code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', courier, monospace;
    font-size: 1em;
}


blockquote,q {quotes: none} /* 1 */
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none} /* 2 */




button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
    font-size: 100%; /* 4 */
    vertical-align: baseline; /* 5 */
    *vertical-align: middle; /* 5 */
}


button,
input {
    line-height: normal;
}


button {
    overflow: visible;
    width: auto;
}


button,
select {
    text-transform: none;
}



button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}


button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height:auto;
}


input[type="search"] {
    -webkit-appearance:textfield; /* 1 */
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; /* 2 */
    box-sizing:content-box;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}



::-webkit-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}



fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}



textarea {
    overflow:auto;
    vertical-align: top; /* 2 */
}


optgroup {
    font-weight: bold;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
   /* vertical-align: top;*/
}


ul,ol,li {
    list-style: none
}

.untouchcallout {
    -webkit-touch-callout: none
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hide,.hidden{display:none;}


.ie7 img {-ms-interpolation-mode: bicubic;}

.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}


.fl{float:left}
.fr{float:right}
.clear{clear:both}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\00A0";clear:both;height:0}
* html .clearfix{zoom:1}
*:first-child+html .clearfix{zoom:1}
a[disabled]{
    background: #ccc !important;
    color: #fff !important;
    cursor: default !important;
    border: none !important;
}

.hbox,.vbox {
    display: -webkit-box; /* old - ios 6-, safari 3.1-6 */
    display: -moz-box; /* old - firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* tweener - ie 10 */
    display: -webkit-flex; /* new - chrome */
    display: flex; /* new, spec - opera 12.1, firefox 20+ */
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-box-align: stretch;
    box-align: stretch;
}
.hbox {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row; /* Chrome 21+ */
    -ms-flex-direction: row; /* WP IE 10 */
    flex-direction: row; /* android 4.4 */
}
.vbox {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column; /* Chrome 21+ */
    -ms-flex-direction: column; /* WP IE 10 */
    flex-direction: column; /* android 4.4 */
}
.hbox &gt; *,.vbox &gt; * {
    display: block;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.spacer {
    -webkit-box-flex: 1; /* old - ios 6-, safari 3.1-6 */
    -moz-box-flex: 1; /* old - firefox 19- */
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    width: 1px;
    height: 1px; /* for old syntax, otherwise collapses. */
    -webkit-flex: 1; /* chrome */
    -ms-flex: 1; /* ie 10 */
    flex: 1; /* new, spec - opera 12.1, firefox 20+ */
}


@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* using black and white print faster */
    a,a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    /* not display href or javascript links */
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }
    h2,h3 {
        page-break-after: avoid;
    }
}
address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

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

}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

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