*, *::before, *::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
p, figure, blockquote, dl, dd {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  appearance: none;
}
button {
  background-color: transparent;
  cursor: pointer;
  border: none;
}
input, textarea, select, button {
  border-radius: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[hidden] {
  display: none !important;
}
article, aside, footer, header, nav, section {
  display: block;
}
iframe {
  border: 0;
}
b, strong {
  font-weight: bolder;
}
i, em {
  font-style: normal;
}
