*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}
p,
h1,
h2, 
h3, 
h4,
h5,
h6,
form,
input,
label,
textarea,
button {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  font-family: sans-serif;
  font-size: 100%;
}
body {
  min-height: 100vh;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: initial;
  font-weight: initial;
}
a,
a:visited,
a:active,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
img,
video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  object-fit: cover;
  object-position: center;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
label,
button,
textarea {
  display: block;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}