@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  padding-left: 0 !important;
}

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

body {
  color: #000000;
  line-height: 1;
}

img {
  max-width: 100%;
}