<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header, footer, main, section, nav, article, menu, aside, figure, figcaption {display:block;}
header, footer, main, section {clear: both;}
time {display: inline-block;}
[hidden] {display:none!important;}

audio {
    visibility: visible!important;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin:0;
    padding:0;
    background:none transparent no-repeat center top;
    outline: none;
    border:0;
    text-decoration: none;
}

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body * {
    font-size: inherit;
    color: inherit;
}

small {font-size: smaller;}

s, del {text-decoration: line-through;}
ins {background-color: yellow;}
b, strong {font-weight: bolder;}
i, em, dfn, cite {font-style: italic;}
sup, sub {font-size: 65%;}
sup {vertical-align: top; line-height: 70%;}
sub {vertical-align: bottom; line-height: 30%;}
code, kbd, var, samp, pre {font-family: monospace, serif; line-height: 1.4;}
img {display: inline-block;}

q {quotes: none;}
q:before,
q:after {content: "\0022";}

pre {overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
ul, ol, menu {list-style-type: none;}
li {display: block;}
blockquote {quotes: none;}

:required,
:valid,
:invalid {box-shadow: none;}

label {cursor: pointer;}
textarea {resize: vertical;}

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

input[type="search"] {-webkit-appearance: none;}
input[type="search"].no-default-close::-webkit-search-decoration,
input[type="search"].no-default-close::-webkit-search-cancel-button,
input[type="search"].no-default-close::-webkit-search-results-button,
input[type="search"].no-default-close::-webkit-search-results-decoration {
    display: none;
}
input, textarea, button {border-radius:0;}

@media screen and (max-width: 768px) {
    input, textarea, select {font-size: 17px;}
}

select optgroup {font-weight: bold;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer;}

[disabled] {cursor: default;}

button,
input,
select,
textarea {-moz-box-sizing:border-box; -webkit-box-sizing:border-box;-ms-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}


label,
button,
input,
select,
textarea {vertical-align: middle; display: inline-block;}

::-webkit-input-placeholder {color: #dddee0;}
:-moz-placeholder {color: #dddee0;}
::-moz-placeholder {color: #dddee0;}
:-ms-input-placeholder {color:#dddee0;}

table {border-collapse: collapse; border-spacing: 0; width: 100%;}
td,
th {vertical-align: top;}

ul,ol, menu {list-style: none;}
li {display: block;}


a {text-decoration: none;}
a:hover {text-decoration: underline;}

.clear {clear: both;}
.clearfix:before,
.clearfix:after {display: block; clear: both; width: 100%; content: ""; font-size: 0;}

.border-box {-moz-box-sizing:border-box; -webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
.content-box {-moz-box-sizing:content-box; -webkit-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    clip: auto;
    color: #21759b;
    display: block;
    font: bold 14px/normal "Open Sans", sans-serif;
    height: auto;
    outline: none;
    padding: 15px 23px 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}
</pre></body></html>