*, ::before, ::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	min-height: 100vh;
	font-size: 1rem;
	line-height: 1.75;
}
ol, ul, menu {
	list-style: none;
}
a, hr {
	color: inherit;
}
code {
	font-size: inherit;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: .75rem;
}
sub, sup {
  position: relative;
  font-size: .75rem;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
label {
	cursor: pointer;
}
button, input, select, optgroup, textarea {
	font: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	color: inherit;
	background-color: inherit;
}
button, select {
	text-transform: none;
}
button, select, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	appearance: auto;
	-webkit-appearance: button;
}
button:disabled, input:disabled, select:disabled, textarea:disabled {
	cursor: default;
}
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	appearance: auto;
	-webkit-appearance: textfield;
}
input[type="file"] {
	min-width: 10rem;
}
input::placeholder, textarea::placeholder {
	opacity: 1;
}
img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
}
img, video {
	max-width: 100%;
	height: auto;
}
img {
	object-fit: contain;
}
progress {
	vertical-align: baseline;
}
summary {
	display: list-item;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
@media print {
	body {
		font-size: 8pt;
		color: #000;
		background: none;
	}
	img, video {
		display: none;
	}
}
