<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-display: swap;
    font-family: SofiaSans;
    font-style: normal;
    font-weight: 400;
    src: local("Sofia Sans"),
    url("../fonts/SofiaSans/SofiaSans-Regular.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: SofiaSans;
    font-style: normal;
    font-weight: 700;
    src: local("Sofia Sans Bold"),
    url("../fonts/SofiaSans/SofiaSans-Bold.woff2") format("woff2");
}

:focus {outline: none;}
::-moz-focus-inner {border: 0;}

*,
:before,
:after {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    text-overflow: ellipsis;
}
* {
    line-height: 25px;
}

html {
    font-family: SofiaSans, sans-serif;
    font-size: 14px;
}

html,
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #fdfdfd;
    overflow: auto;
}

body {
    background: #181818;
}

.wrapper {
    overflow: auto;
    padding: 1em;
}
h1 {
    color: #ff8a00;
}

h3 {
    color: #ff8a00;
    font-size: 1.42em;
    margin: 1.14em 0;
}

h4 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 1.14em 0;
}

p {
    margin: 1.14em 0;
}

a {
    font-size: 1em;
    letter-spacing: 0.028em;
    font-weight: bold;
    text-decoration: underline;
    color: #fdfdfd;
}

b {
    color: #ffffff;
}

ul li {
    list-style: disc;
}

ul li ul li {
    list-style: circle;
}

.roman &gt; li {
    list-style: upper-roman;
}

.latin &gt; li {
    list-style: lower-latin;
}

.decimal &gt; li {
    list-style: decimal;
}

.square &gt; li {
    list-style: square;
}

.disc &gt; li {
    list-style: disc;
}


table, td, th {
    border: 1px solid #ffffff;
}

table, th {
    text-align: center;
    font-weight: bold;
    padding: 0.7em;
}

table, td {
    text-align: left;
    font-weight: normal;
    padding: 0.7em;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

.margin h4 {
    margin-bottom: 0;
}
.margin p {
    margin-top: 0.5em;
}

.menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu a {
    margin: 1em 0;
    width: 11.28em;
}

.accordion .arrow:before,
.accordion .arrow:after {
    transition: all 0.25s ease-in-out;
}

.no-select, h5 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fdfdfd;
    font-size: 1em;
    margin: 0;
}

.accordion {
    margin: 0;
    padding: 0;
}
.accordion &gt; li {
    position: relative;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #222222;
    padding: 1em 0;
}

.accordion &gt; li:first-child {
    border-top: 1px solid #222222;
}

.accordion &gt; li div {
    color: #fdfdfd;
    display: block;
}

.accordion &gt; li span.arrow {
    position: absolute;
    transform: translate(-0.5em, 0);
    margin-top: 0.25em;
    right: 0;
}

.accordion &gt; li span.arrow span {
    display: none;
}

.accordion &gt; li span.arrow:before, ul li span.arrow:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 0.21em;
    height: 0.64em;
}

.accordion &gt; li span.arrow:before {
    transform: translate(-0.14em, 0) rotate(45deg);
}

.accordion &gt; li span.arrow:after {
    transform: translate(0.14em, 0) rotate(-45deg);
}

.accordion &gt; li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 3.3em;
    padding: 0;
    z-index: 1;
    opacity: 0;
    top: 0;
    margin: 0;
}

.accordion &gt; li input[type=checkbox]:checked ~ div {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: none;
    transform: translate(0, 50%);
}

.accordion &gt; li input[type=checkbox]:not(:checked) ~ div {
    margin-top: 1em;
}

.accordion &gt; li input[type=checkbox]:checked ~ span.arrow:before {
    transform: translate(0.14em, 0) rotate(45deg);
}

.accordion &gt; li input[type=checkbox]:checked ~ span.arrow:after {
    transform: translate(-0.14em, 0) rotate(-45deg);
}

.download {
    display: inline-block;
    padding: 0.468em;
    border: 1px solid #FF8901;
    background-color: #FF8901;
    border-radius: 0.4em;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 20em;
    height: 2.5em;
}
</pre></body></html>