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

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	min-height: 100%;
	line-height: 1.5;
}

ul,
ol {
	list-style: none;
}

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

img,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

input,
button,
textarea,
fieldset {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	outline: none;
	text-align: left;
}

button,
input[type=submit],
label {
	cursor: pointer;
}

table {
	border-spacing: 0;
}

address {
	font-style: normal;
}

[hidden] {
	display: none;
}
