body {
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

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

main {
  display: block;
}

picture,
img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

address,
i {
  font-style: normal;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

[hidden] {
  display: none;
}/*# sourceMappingURL=reset.css.map */