@charset "utf-8";

html, body, * {
	padding: 0 !important;
	margin: 0 !important;
}

* {
	color: rgba(51 51 51/ 1.00);
	font: normal normal 1.05rem/ 1.35 serif;
	font-size: 1.05rem;
	font-style: normal;
}
p {
	padding: 0 !important;
	margin: 0 !important;
}

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

figcaption {
	margin-top: 0.50rem !important;
	font-size: 0.85rem;
}

a {
	color: rgba(51 51 51/ 1.00);
	text-decoration: transparent !important;
	outline: transparent !important;
}