<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset CSS */
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, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font: inherit;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -moz-tap-highlight-color:rgba(255,255,255,0);
}
body {
	line-height: 1;
    overflow-scrolling:touch;
    -webkit-overflow-scrolling:touch;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}
html {
    font-family:sans-serif;
    -ms-text-size-adjust:100%; /* ie */
    -webkit-text-size-adjust:100%; /* IOS */
    -moz-text-size-adjust:100%;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    vertical-align:middle;
    border:0;
}
a {
    font-family:inherit;
    color:inherit;
    text-decoration:none;
}
.clearfix:after {
    content:'';
    clear:both;
    display:block;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
textarea, select  {
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
input {
    line-height:normal;
    border-radius:0; 
    -webkit-border-radius:0; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
input[type="text"], input[type="password"] {
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
}
input[type="checkbox"], input[type="radio"] { 
    box-sizing: border-box; 
    padding: 0;
} 
button {
    background:none;
    border:none;
    padding:0;
    margin:0;
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
    cursor:pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}</pre></body></html>