





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



html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}



body {
	min-height: 100vh;
	min-height: 100dvh;
	line-height: 1;
}



ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}



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



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



button {
	border: 0;
	padding: 0;
	background: none;
	appearance: none;
}



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



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



a[href^="tel"],
a[href^="mailto"],
a[href^="sms"],
a[href^="geo"] {
	text-decoration: none;
	font-style: normal;
	color: inherit;
}



@media (prefers-reduced-motion: reduce) {

	html:focus-within {
	scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.01ms !important;
	scroll-behavior: auto !important;
	}

}