@charset "utf-8";
*,
*::before, 
*::after{
    box-sizing: border-box;
}
html{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body, p, table, blockquote, address, pre, iframe, form, figure, dl{
    margin: 0;
}
main{
    display: block;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
dt{
    font-weight: inherit;
}
dd{
    margin-left: 0;
}
hr{
    clear: both;
    height: 0;
    margin: 0;
    overflow: visible;
    border: 0;
    border-top: solid 1px;
    box-sizing: content-box;
    color: inherit;
}
pre{
    font-family: monospace, monospace;
    font-size: inherit;
}
address{
    font-style: inherit;
}
a{
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    outline: none;
}
abbr[title]{
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong{
    font-weight: bolder;
}
code, kbd, samp{
    font-family: monospace, monospace;
    font-size: inherit;
}
small{
    font-size: 80%;
}
sub, sup{
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub{
    bottom: -0.25em;
}
sup{
    top: -0.5em;
}
img{
    border-style: none;
    vertical-align: bottom;
}
embed, object, iframe{
    border: 0;
    vertical-align: bottom;
}
button, input, optgroup, select, textarea{
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    vertical-align: middle;
    outline: 0;
}
[type="checkbox"]{
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
[type="radio"]{
    -webkit-appearance: radio;
    appearance: radio;
}
button, input{
    overflow: visible;
}
button, select{
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"]{
    cursor: pointer;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled]{
    cursor: default;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{
    padding: 0;
    border-style: none;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
option{
    padding: 0;
}
fieldset{
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
legend{
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress{
    vertical-align: baseline;
}
textarea{
    overflow: auto;
}
[type="checkbox"], [type="radio"]{
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{
    height: auto;
}
[type="search"]{
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
::-webkit-file-upload-button{
    -webkit-appearance: button;
    font: inherit;
}
label{
    cursor: pointer;
}
details{
    display: block;
}
summary{
    display: list-item;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
caption{
    text-align: left;
}
td, th{
    padding: 0;
    text-align: left;
    vertical-align: top;
}
template{
    display: none;
}
[hidden]{
    display: none;
}
