/*----------------------------------
reset
----------------------------------*/
body {
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}
body *,
body :after,
body :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
body :after,
body :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
body * {
  padding: 0;
  margin: 0;
}
body audio:not([controls]) {
  display: none;
  height: 0;
}
body hr {
  overflow: visible;
}
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body main,
body menu,
body nav,
body section,
body summary {
  display: block;
}
body summary {
  display: list-item;
}
body small {
  font-size: 80%;
}
body [hidden],
body template {
  display: none;
}
body abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
body li,
body ol {
  list-style: none;
}
body a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
body a:active,
body a:hover {
  outline-width: 0;
  text-decoration: none;
}
body code,
body kbd,
body pre,
body samp {
  font-family: monospace, monospace;
}
body b,
body strong {
  font-weight: bolder;
}
body dfn {
  font-style: italic;
}
body mark {
  color: #000;
}
body sub,
body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body sub {
  bottom: -0.25em;
}
body sup {
  top: -0.5em;
}
body [role="button"],
body [type="button"],
body [type="reset"],
body [type="submit"],
body button {
  cursor: pointer;
  background-color: transparent;
}
body [disabled] {
  cursor: default;
}
body [type="number"] {
  width: auto;
}
body [type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
body [type="search"]::-webkit-search-cancel-button,
body [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body textarea {
  overflow: auto;
  resize: vertical;
}
body button,
body input,
body optgroup,
body select,
body textarea {
  font: inherit;
}
body optgroup {
  font-weight: 700;
}
body button {
  overflow: visible;
}
body [type="button"]::-moz-focus-inner,
body [type="reset"]::-moz-focus-inner,
body [type="submit"]::-moz-focus-inner,
body button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
body [type="button"]::-moz-focus-inner,
body [type="reset"]::-moz-focus-inner,
body [type="submit"]::-moz-focus-inner,
body button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body [type="reset"],
body [type="submit"],
body button,
body html [type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
body button,
body select {
  text-transform: none;
}
body select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body select::-ms-expand {
  display: none;
}
body select::-ms-value {
  color: currentColor;
}
body legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body [type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
body img {
  border-style: none;
  image-rendering: auto;
}
body progress {
  vertical-align: baseline;
}
body svg:not(:root) {
  overflow: hidden;
}
body audio,
body canvas,
body progress,
body video {
  display: inline-block;
}
@media screen {
  body [hidden~="screen"] {
    display: inherit;
  }
  body [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
body [aria-busy="true"] {
  cursor: progress;
}
body [aria-controls] {
  cursor: pointer;
}
body [aria-disabled] {
  cursor: default;
}
/*# sourceMappingURL=reset.css.map */
