@font-face {
	font-family: Inter;
	src: url("https://cdn.prod.website-files.com/69241b6e09c89ae05c6116f8/69241e1ea116f71368675c51_Inter-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url("https://cdn.prod.website-files.com/69241b6e09c89ae05c6116f8/69241e1e16318d75b0a90efa_Inter-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Switzer;
	src: url("https://cdn.prod.website-files.com/69241b6e09c89ae05c6116f8/69242f9e73fc50f074d4d104_Switzer-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

HTML {
	height: 100%;
}
BODY {
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0;
	position: relative;
	color: rgb(40, 39, 35);
}
HEADER {
	height: 100px;
	margin-bottom: 1rem;
	padding: 34px;
	box-sizing: border-box;
	font-size: 16px;
}
HEADER IMG {
	height: 32px;
}
FOOTER {
	background: #FBF9F4;
	padding: 8px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}
MAIN {
	padding: 0 40px 70px 40px;
}
H1 {
	font-size: 64px;
	font-family: Switzer, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
H3 {
	margin-top: 2rem;
}
A, A:active, A:visited {
	font-weight: bold;
	color: rgb(111, 110, 108);
	text-decoration: none;
}
A:hover {
	color: rgb(156, 156, 154);
}

TABLE, TR, TH, TD, .ui-widget {
	font-family: inherit;
	font-size: inherit;
}
TABLE {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
	border-radius: 16px;
	table-layout: fixed;
	overflow: hidden;
}
TR:nth-of-type(even) {
	background: #E6ECF2;
}
THEAD, TH {
	background: #3C5B7B;
	color: white;
	position: sticky;
	top: 0;
}
TH, TD {
	padding: 0 6px;
	overflow: hidden;
	box-sizing: border-box;
}
TH:not(:nth-of-type(1)):not(:nth-of-type(2)), TD:not(:nth-of-type(1)):not(:nth-of-type(2)) {
	text-align: center;
	width: 75px;
}
TH:nth-of-type(1), TD:nth-of-type(1) {
	width: 100px;
}
TH:nth-of-type(2), TD:nth-of-type(2) {
	width: 300px;
	text-overflow: ellipsis;
}
TD.nowrap {
	white-space: nowrap;
}
TD .material-symbols-outlined {
	font-size: 200%;
}

BUTTON {
	color: rgb(40, 39, 35);
	background-image: linear-gradient(105deg, rgb(65, 238, 175), rgb(35, 201, 140));
	background-color: #25CC8F;
	border-radius: 8px;
	height: 42px;
	font-weight: 600;
	padding: 11px;
	border: 1px solid rgb(70, 183, 138);
	font-size: inherit;
	box-sizing: border-box;
	letter-spacing: -0.16px;
}
FOOTER INPUT {
	height: 42px;
	width: 50%;
	min-width: 200px;
	box-sizing: border-box;
}
INPUT[type="checkbox"] {
	height: 28px;
	width: 28px;
	appearance: none;
	border-radius: 8px;
	border: 1px solid #30D99B;
	cursor: pointer;
}
INPUT[type="checkbox"]:checked {
	background: #30D99B;
}

[title] {
	cursor: help;
}
[onClick] {
	cursor: pointer;
}

.ui-accordion .ui-accordion-header {
	margin-top: 10px;
}
.ui-accordion .ui-accordion-content {
	padding: 0;
	overflow: visible;
}

[itemprop="numberOfItems"] {
	display: none;
}
