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

body, div, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li,
ol, p, select, table, td, caption, label, nav, textarea, th, ul, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none;
  background: transparent;
}

body, button, input, select, table, textarea {
  font-family: "Noto Sans", sans-serif;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

em, address {
  font-style: normal;
}

strong {
  font-weight: normal;
}

img {
  vertical-align: top;
}

input, textarea, button, select {
  border-radius: 0;
  font-size: 16px;
  border: 0;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

.ir {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  white-space: nowrap;
}



/*# sourceMappingURL=reset.css.map */
