@charset "utf-8";
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333;
  background: #fff;
  font-weight: 200;
}
button,
input,
select,
textarea {
  font: inherit;
  color: #333;
  line-height: 1.44;
  border: 0;
  outline: 0;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  padding-left: 5px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a,
a:active {
  outline: none;
}
i,
em {
  font-style: normal;
}
a,
del,
ins,
s,
u {
  text-decoration: none;
}
fieldset,
img,
acronym {
  border: 0;
}
img,
acronym,
input,
textarea,
iframe,
button {
  vertical-align: middle;
}
input,
button,
textarea,
select,
optgroup,
option {
  resize: none;
  outline: none;
}
html,
body,
a,
button,
input,
li,
div,
span,
section {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
}
a,
img {
  -webkit-touch-callout: none;
}
a,
button {
  cursor: pointer;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 200px white inset;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
