@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Inter-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Moranga';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Latinotype-MorangaMedium.otf) format('opentype');
}

body {
	margin: 0;
}

ul {
	list-style-type: none;
}


.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 16px;
	gap: 16px;
	left: 0px;
	top: 80px;
	background: #006BC4;
}

.h4 {
	font-family: 'Moranga';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;

}

.h6 {
	/* Headline/H6 - Bold */
	font-family: 'Moranga';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	/* or 140% */

	margin: 0px;

	/* Base/Black */

	color: #2E2E2E;

}

.body1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */

	text-align: center;

	/* Base / White */

	color: #FFFFFF;
}

.body1black {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */


	/* Base/Gray 700 */

	color: #525252;
}

.body2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	/* or 133% */

	text-align: center;

	/* Transparency / Light 75 */

	color: rgba(255, 255, 255, 0.75);
}

.content {
	padding: 16px;
}

.content_card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 24px;
	/* Base/Gray 200 */

	background: #F2F2F2;
	border-radius: 16px;

	margin-bottom: 16px;

}

.content_card_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
}

.sumary_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	margin: 0px;
	gap: 8px;
}

.link {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	display: flex;
	align-items: center;
	text-decoration-line: underline;

	/* Brand / Primary 500 */

	color: #1374DE;
}

.table {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 30px;
	padding-left: 35px;
}