@charset "UTF-8";
/* NORMALIZE ------------------------------------------------------------------ TAG NATURES */
*,
*::before,
*::after,
html,
body {
  box-sizing: border-box;
}
*,
*::before,
*::after,
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
picture,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
details,
figcaption,
figure {
  display: block;
}
blockquote,
q {
  quotes: none;
}
picture {
  overflow: hidden;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
a {
  background-color: transparent;
  color: currentColor;
  vertical-align: bottom;
  text-decoration: none;
  border: none;
}
ins,
mark {
  background-color: transparent;
  color: currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
picture,
img,
input,
select {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
small,
b,
u,
s,
i,
dfn,
mark,
var,
code,
q,
cite,
samp,
kbd,
data,
time,
address,
abbr {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: none;
  line-height: 1.5;
}
p {
  line-height: 1.5;
}
