html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section,
picture {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

button {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  font: inherit;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}/*# sourceMappingURL=riset.css.map */