<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset HTML Tags */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 100;
}

li:hover,
i:hover,
img:hover,
span:hover,
a:hover,
input:focus,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

p {
    color: #66757f;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    margin: 0;
}

ul, ol {
    padding-left: 40px;
    list-style-position: inside;
    list-style: none;
    margin: 0;
}

ol li,
ul li {
    color: #66757f;
    line-height: 30px;
}

label {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    outline: none !important;
}

a:active,
a:hover {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

img {
    border: 0;
    outline: none;
}

figure {
    margin: 0;
    max-width: 100%;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 12px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

tr {
    border-bottom: 1px solid #c7cdd2;
}

td,
th {
    padding: 5px 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    color: inherit;
    background-color: inherit;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dt,
dd {
    line-height: 30px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: bold;
    line-height: 90px;
    word-wrap: break-word;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    word-wrap: break-word;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    word-wrap: break-word;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    word-wrap: break-word;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

blockquote {
    font-style: italic;
    color: #8899a6;
    padding-left: 30px;
    margin: 0 0 30px 0;
    border-left: 1px solid #000;
}</pre></body></html>