:root {
	--font-scale: 1;
}
@font-face {
	font-family: 'OpenSans-Medium';
	src: url('OpenSans-Medium.ttf');
}
@font-face {
	font-family: 'Calibri-Bold';
	src: url('Calibri-Bold.ttf');
}
body {
	background-color: rgba(246, 229, 196, 1);
	padding: 16px;
	margin: 0;
}
.button.button-primary {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 22px;
	color: rgba(0, 31, 109, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
.button.button-secondary {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 22px;
	color: rgba(0, 31, 109, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
.button.button-tertiary {
	background-color: rgba(59, 198, 244, 1);
	border-radius: 22px;
	color: rgba(0, 31, 109, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
a {
	color: rgba(83, 41, 123, 1);
	line-height: 1.33;
	text-transform: none;
	font-family: 'OpenSans-Medium';
	font-style: normal;
	font-size: calc(15px * var(--font-scale));
	text-decoration: underline;
}
ul {
	color: rgba(0, 11, 38, 1);
	line-height: 1.54;
	text-transform: none;
	font-family: 'OpenSans-Medium';
	font-style: normal;
	font-size: calc(13px * var(--font-scale));
}
p {
	color: rgba(0, 11, 38, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'OpenSans-Medium';
	font-style: normal;
	font-size: calc(13px * var(--font-scale));
}
body {
	color: rgba(0, 11, 38, 1);
	line-height: 1;
	text-transform: none;
	font-family: 'OpenSans-Medium';
	font-style: normal;
	font-size: calc(13px * var(--font-scale));
}
h5 {
	color: rgba(0, 11, 38, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(14px * var(--font-scale));
}
h4 {
	color: rgba(0, 11, 38, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(16px * var(--font-scale));
}
h3 {
	color: rgba(0, 11, 38, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(18px * var(--font-scale));
}
h2 {
	color: rgba(0, 11, 38, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(18px * var(--font-scale));
}
h1 {
	color: rgba(0, 11, 38, 1);
	line-height: 1.43;
	text-transform: uppercase;
	font-family: 'Calibri-Bold';
	font-style: bold;
	font-size: calc(28px * var(--font-scale));
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	text-decoration: none;
}