<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
html {
    width:100%;
    height:auto;
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
    font: inherit;
    color: inherit;
}
a[href^="tel:"],
a[href^="fax:"] {
    text-decoration: none !important;
}
p,
li {
    font-size:1em;
    line-height:158%;
    word-spacing: inherit;
}
.justclear {
    clear:both;
}
figure {
    margin:0;
}
img {
    vertical-align:middle;
}
</pre></body></html>