html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, ol {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-display: swap;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

.page ol {
	line-height: 1.6;
	padding-left: 25px;
}

.page ol>li {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

.page ol>li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	transition: all 0.3s ease 0.01s;
	-webkit-transition: all 0.3s ease 0.01s;
	text-decoration: none!important;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
}

strong {
	font-weight: 700;
}

.line {
	width: 100%;
	margin: 18px auto 40px auto;
	background-image: linear-gradient(to right, #6b6b6b 30%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
	height: 1px;
}

.green-text {
	color: #6fba58 !important;
}

.green-bg {
	background-color: #6fba58 !important;
}

.orange-text {
	color: #eb9334 !important;
}

.orange-bg {
	background-color: #eb9334 !important;
}

.blue-bg {
	background-color: #2a99d2 !important;
}

.blue-text {
	color: #2a99d2 !important;
}

.m-l-26 {
	margin-left: 26px !important;
}

.input-container {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	color: rgb(65, 65, 65);
	border-radius: 6px;
	transition: all 0.3s ease 0.02s;
	-webkit-transition: all 0.3s ease 0.02s;
	padding: 0px;
	border: 0px;
	min-height: 30px;
	height: auto;
	font-size: 20px;
	font-size: 15px;
	font-weight: 300;
}

.input-container input[type='radio'], .input-container input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radio-checkmark {
	height: 20px;
	width: 20px;
	flex: 0 0 20px;
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	transition: all 0.3s ease 0.02s;
	-webkit-transition: all 0.3s ease 0.02s;
	cursor: pointer;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(187, 187, 187);
	border-radius: 100%;
}

.input-container.input-check input:checked~.radio-checkmark {
	background-color: #fe701a;
	position: relative;
}

.input-container.input-check input:checked~.radio-checkmark::after {
	content: '';
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0px;
	left: 0px;
	border: 2px solid #fff;
	position: absolute;
	border-radius: 100%;
}

.input-container a {
	color: #4dc0aa;
}

.input-container a:hover {
	color: rgb(36, 84, 156);
}

.input-container.input-check input:checked~.radio-checkmark~div {
	font-weight: 500;
}

.yellow-text {
	color: #ffd93b;
}

.red-text {
	color: #d75a4a;
}

h1 {
	font-size: 34px;
	color: rgb(30, 30, 30);
	font-weight: 700;
	margin-block-start: 0.67rem;
	margin-block-end: 0.67rem;
}

h2 {
	margin-block-start: 0.67rem;
	margin-block-end: 0.67rem;
}

h3 {
	margin-block-start: 0.67rem;
	margin-block-end: 0.67rem;
}

h4 {
	margin-block-start: 0.67rem;
	margin-block-end: 0.67rem;
}

h5 {
	margin-block-start: 0.67rem;
	margin-block-end: 0.67rem;
}

h6 {
	margin-block-start: 0.67rem;
	margin-block-end: 0.67rem;
}