* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
img,
small,
time,
svg {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

caption,
th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input,
textarea,
select {
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]),
select {
  padding: 0 10px;
}

input[type=submit],
input[type=button],
button {
  background-color: transparent;
  cursor: pointer;
}

textarea {
  padding: 10px 15px;
  overflow: auto;
  resize: vertical;
}

a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*# sourceMappingURL=reset.css.map */
