html {
    box-sizing: border-box;
    overflow-y: scroll;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
big,
blockquote,
body,
button,
cite,
code,
del,
details,
dfn,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
hgroup,
html,
iframe,
img,
input,
label,
legend,
li,
mark,
menu,
nav,
ol,
object,
optgroup,
p,
pre,
section,
select,
span,
summary,
table,
time,
textarea,
tbody,
tfoot,
thead,
tr,
th,
td,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
}
optgroup {
    font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
summary {
    display: list-item;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
img,
video {
    height: auto;
    max-width: 100%;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}
pre {
    overflow: auto;
}
textarea {
    overflow: auto;
    resize: vertical;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5rem;
}
sub {
    bottom: -0.25rem;
}
del {
    text-decoration: line-through;
}
figure {
    margin: 1rem 2.5rem;
}
abbr[title] {
    border-bottom: 0.0625rem dotted;
    text-decoration: none;
}
dfn {
    font-style: italic;
}
mark {
    color: #000;
    background: #ff0;
}
hr {
    height: 0;
    overflow: visible;
}
ul,
ol {
    list-style: none;
}
dl:before,
dl:after {
    content: " ";
    display: table;
}
dl:after {
    clear: both;
}
dl dt {
    float: left;
    width: 25%;
    display: block;
    font-weight: 400;
}
dl dd {
    overflow: hidden;
    display: block;
}
blockquote {
    font-family: sans-serif;
    font-weight: 400;
    color: #424242;
    font-style: italic;
    margin: 3em 0;
}
blockquote p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 0.4em;
}
blockquote cite {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    font-weight: 700;
    font-style: normal;
    color: #777;
}
caption {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    padding: 0.5em 0;
    border-bottom: 0.0625rem solid #d7d7d7;
}
input {
    border-radius: 0;
    line-height: normal;
}
button,
input {
    overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 0.0625rem dotted ButtonText;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    display: block;
    text-align: left;
    vertical-align: middle;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    text-align: left;
}
