/* Reset and base styles  */
/* line 3, reset.scss */
* {
  padding: 0px;
  margin: 0px;
  border: none; }

/* line 9, reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Links */
/* line 17, reset.scss */
a, a:link, a:visited {
  text-decoration: none; }

/* line 21, reset.scss */
a:hover {
  text-decoration: none; }

/* Common */
/* line 27, reset.scss */
aside, nav, footer, header, section, main {
  display: block; }

/* line 31, reset.scss */
h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit; }

/* line 36, reset.scss */
ul, ul li {
  list-style: none; }

/* line 40, reset.scss */
img {
  vertical-align: top; }

/* line 44, reset.scss */
img, svg {
  max-width: 100%;
  height: auto; }

/* line 49, reset.scss */
address {
  font-style: normal; }

/* Form */
/* line 55, reset.scss */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

/* line 62, reset.scss */
input::-ms-clear {
  display: none; }

/* line 66, reset.scss */
button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer; }

/* line 74, reset.scss */
input:focus, input:active,
button:focus, button:active {
  outline: none; }

/* line 79, reset.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 84, reset.scss */
label {
  cursor: pointer; }

/* line 88, reset.scss */
legend {
  display: block; }

/* line 92, reset.scss */
input[type='file'] {
  max-width: 100%; }
