html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

main,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary,
canvas {
  display: block;
}

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

button {
  font-family: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  font-size: 100%;
  color: inherit;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input,
select,
textarea {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

a,
button {
  display: inline-block;
}

b,
strong {
  font-weight: bold;
}

div,
p,
li,
dt,
dd,
th,
td,
pre {
  line-break: strict;
  -ms-line-break: strict;
  -webkit-line-break: strict;
  word-break: break-strict;
  -ms-word-break: break-strict;
}

ul,
ol {
  list-style: none;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}