* {
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	background: #42689c;
	font-family: "Lato", arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

header {
	background-color: #ffffff;
	text-align: left;
	padding: 0.65em 1em;
	position: relative;
}

header .logo {
	display: inline-block;
}

main {
	/* background: #ffffff url("../images/bg-desktop.jpg") left top no-repeat; */
	font-size: 0;
}

main .placeholder {
	display: inline-block;
	vertical-align: middle;
	width: 37%;
}

main .content-wrapper {
	background: linear-gradient(
		165deg,
		rgba(56, 175, 152, 0.8) 30%,
		rgba(66, 103, 156, 0.9) 75%
	);
	display: inline-block;
	font-size: 1rem;
	padding: 31.25em 0;
	padding-left: 6%;
	text-align: center;
	vertical-align: middle;
	width: 63%;
	border-top-left-radius: 62.5em;
	border-bottom-left-radius: 62.5em;
	margin: -25em 0;
}

main .content-wrapper .content {
	display: inline-block;
	text-align: center;
}

main .content-wrapper .content h1 {
	color: #fffb36;
	font-size: 5.171875em;
	font-weight: 700;
	margin: 0;
}

main .content-wrapper .content h4 {
	color: #ffffff;
	font-size: 2.159375em;
	font-weight: 400;
	margin: 0;
}

main .content-wrapper .content .categories {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	max-width: 39.0625em;
	margin: 0 auto;
	padding: 2em 0;
}

main .content-wrapper .content .category {
	flex: 1;
}

main .content-wrapper .content .category .icon {
	margin: 0 auto;
	max-width: 4.6875em;
}

main .content-wrapper .content .category .text {
	color: #fffb36;
	font-size: 1.62125em;
	font-style: italic;
	font-weight: 400;
	padding-top: 0.4em;
}

main .content-wrapper .content .form-wrapper {
	background: rgba(255, 255, 255, 0.08);
	border: 0.0625em solid rgba(254, 254, 254, 0.31);
	border-radius: 0.625em;
	box-shadow: 0px 0px 1.3125em 0.6875em rgba(0, 0, 0, 0.05);
	color: #ffffff;
	max-width: 760px;
	margin: 0 auto;
	padding: 1.4912125em 3.219725em 3.0234375em;
	width: 96%;
}

main .content-wrapper .content .form-wrapper form {
	max-width: 577px;
	margin: 0 auto;
	display: block;
}

main .content-wrapper .content .form-wrapper .field {
	display: block;
	margin: 0.5em auto 0.7em;
	width: 100%;
}

main .content-wrapper .content .form-wrapper .field.half {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main .content-wrapper .content .form-wrapper .field:not(.checkbox) label {
	display: block;
	font-size: 2.75em;
	font-weight: 700;
	padding-bottom: 0.25em;
}

main
	.content-wrapper
	.content
	.form-wrapper
	.field:not(.checkbox)
	label.hidden {
	position: absolute;
	z-index: -1;
}

main
	.content-wrapper
	.content
	.form-wrapper
	.field
	input:not([type="checkbox"]) {
	background: #ffffff;
	border: 0.06666667em solid #fefefe;
	border-radius: 0.16666667em;
	box-shadow: inset 0px 0px 0.3em rgba(47, 47, 47, 0.35);
	font-family: inherit;
	display: block;
	font-size: 1.875em;
	padding: 0.6em;
	text-align: center;
	width: 100%;
}

main
	.content-wrapper
	.content
	.form-wrapper
	.field.half
	input:not([type="checkbox"]) {
	width: 49%;
}

main .content-wrapper .content .form-wrapper .field.checkbox {
	align-items: center;
	display: flex;
	font-size: 16px;
	justify-content: center;
	padding: 1.5em 0.3em;
	margin: -0.8em 0 0;
}

main
	.content-wrapper
	.content
	.form-wrapper
	.field.checkbox
	input[type="checkbox"] {
	height: 2em;
	margin: 0;
	width: 2em;
}

main .content-wrapper .content .form-wrapper .field.checkbox label {
	padding-left: 0.5em;
	text-align: left;
	white-space: normal;
}

main .content-wrapper .content .form-wrapper .field a {
	color: #fffb36;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

main .content-wrapper .content .form-wrapper button[type="submit"] {
	align-items: center;
	background: #eeef41;
	border: 0.06666667em solid #fefefe;
	border-radius: 0.16666667em;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 1.875em;
	justify-content: center;
	margin: 0 auto;
	padding: 0.8em 0;
	width: 100%;
}

main .content-wrapper .content .form-wrapper button[type="submit"] .text {
	color: #15456f;
	font-weight: 700;
	text-transform: uppercase;
}

main .content-wrapper .content .form-wrapper button[type="submit"] .icon {
	margin-left: 1em;
	max-width: 0.9em;
}

footer {
	position: relative;
}

footer .details {
	background: #fbfbfb;
	text-align: center;
	padding: 2em 0;
}

footer .details .description {
	color: #426d9b;
	font-size: 1.125em;
	margin: 0 auto;
	max-width: 1243px;
	width: 96%;
}

footer .details .how-to-qualify {
	background: #ffffff;
	box-shadow: 0px 0px 8px rgba(41, 41, 41, 0.18);
	text-align: center;
	margin: 2.4em 0;
	padding: 1em 0 3em;
}

footer .details .how-to-qualify h2 {
	color: #426c9b;
	font-size: 3em;
	font-weight: 900;
	margin: 0 0 0.83em;
	text-transform: uppercase;
}

footer .details .how-to-qualify .steps {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

footer .details .how-to-qualify .step {
	flex: 1;
	padding: 0 2% 3em;
}

footer .details .how-to-qualify .step:not(:last-of-type) {
	border-right: 1px solid #3ebf4a;
}

footer .details .how-to-qualify .step .icon {
}

footer .details .how-to-qualify .step .title {
	color: #426c9b;
	font-size: 2em;
	font-weight: 900;
	padding: 0.3em 0;
}

footer .details .how-to-qualify .step .text {
	color: #0f7986;
	font-size: 1.1875em;
	margin: 0 auto;
	max-width: 405px;
	text-align: left;
}

footer .reaffirmation {
}

footer .reaffirmation .statement {
	color: #0f7986;
	font-size: 1.875em;
	font-style: italic;
	padding-top: 0.4em;
	max-width: 96%;
	margin: 0 auto;
}

footer .disclosure {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	padding-top: 0.5em;
	width: 90%;
}

footer .disclosure a {
	color: #ffffff;
	text-decoration: none;
}

footer .disclosure nav a {
	color: #eef041;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

footer .disclosure nav .separator:after {
	color: #ffffff;
	content: "|";
	cursor: default;
	display: inline-block;
	padding: 0 0.4em;
}

@media screen and (min-width: 769px) {
	main {
		background: #ffffff url("../images/bg-desktop.jpg") left top no-repeat;
	}
}

@media screen and (max-width: 1740px) {
	main {
		background-size: cover;
	}
	main .content-wrapper {
		font-size: 0.91954vw;
	}
}

@media screen and (max-width: 1522px) {
	main .content-wrapper .content .form-wrapper .field.checkbox {
		font-size: 16px;
	}
}

@media screen and (max-width: 1280px) {
	footer .details {
	}
	footer .details .how-to-qualify {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 1150px) {
	main {
		background-position: 40% top;
	}
	main .placeholder {
		width: 30%;
	}
	main .content-wrapper {
		width: 70%;
		padding-left: 7%;
	}
}

@media screen and (max-width: 1140px) {
	main .content-wrapper .content .categories {
		font-size: 10.5px;
	}
}

@media screen and (max-width: 1044px) {
	main .content-wrapper .content .form-wrapper button[type="submit"] {
		font-size: 18px;
	}
}

@media screen and (max-width: 1000px) {
	footer .details .how-to-qualify {
		font-size: 16px;
	}
	footer .details .how-to-qualify .steps {
		flex-direction: column;
	}
	footer .details .how-to-qualify .step {
		border-right: 0 !important;
		padding-bottom: 2em;
		max-width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 973px) {
	main .content-wrapper .content .form-wrapper .field.checkbox {
		align-items: flex-start;
	}
}

@media screen and (max-width: 928px) {
	main
		.content-wrapper
		.content
		.form-wrapper
		.field
		input:not([type="checkbox"]) {
		font-size: 16px;
	}
}

@media screen and (max-width: 806px) and (min-width: 769px) {
	main .content-wrapper .content h4 {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	header {
		text-align: center;
	}
	main {
		background: #ffffff url("../images/bg-mobile.jpg") left top no-repeat;
		background-size: cover;
	}
	main .placeholder {
		display: none;
		width: 0%;
	}
	main .content-wrapper {
		background: linear-gradient(
			165deg,
			rgba(56, 175, 152, 0.88) 30%,
			rgba(66, 103, 156, 0.9) 75%
		);
		border-radius: 0;
		font-size: 1.5625vw;
		margin: 0 auto;
		padding: 1em 0 3em;
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	header .logo {
		max-width: 40.517241vw;
	}
}

@media screen and (max-width: 465px) {
	footer .details .how-to-qualify {
		font-size: 3.44086vw;
	}
	footer .details .how-to-qualify h2 {
		font-size: 2.6em;
	}
}

@media screen and (max-width: 436px) {
	footer .reaffirmation .statement {
		font-size: 6.880734vw;
	}
}

body.loading {
	position: fixed;
}

#loader {
	display: none;
	opacity: 0;
	position: fixed;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(10, 28, 53, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: opacity 0.5s ease-in-out;
}

#loader.loading {
	display: flex;
	opacity: 1;
	z-index: 1;
}

#content-wrapper {
  filter: blur(0px);
	transition: filter 0.1s ease-in-out;
}

#content-wrapper.loading {
  filter: blur(15px);
}

@media screen and (max-width: 540px) {
	#content-wrapper.loading {
		filter: blur(8px);
	}
}

#loading {
	position: relative;
	font-size: 8rem;
	color: white;
}

#loading svg {
	width: 1em;
	height: 1em;
}

#loading svg#spinner {
	position: relative;
	transition: transform 0.5s ease-in-out;
	animation: loadingSpinner 1s ease-in-out infinite;
	z-index: 3;
}

#loading svg#overlay, #loading svg#final {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation: loadingFinal 2s ease-out forwards;
	animation-delay: 1.8s;
	animation-fill-mode: forwards;
}

#loading svg#overlay {
	z-index: 2;
}

#loading svg#final {
	color: #0ece67;
	z-index: 1;
	animation-delay: 2s;
}

#loader .bullets {
	display: block;
	color: #fffb36;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#loader .bullets li {
	list-style-type: none;
	padding: 0 0 1em;
	opacity: 0;
	animation: bulletSlideIn 1s ease forwards;
}

#loader .bullets li:nth-child(1) {
	animation-delay: 0.5s;
}
#loader .bullets li:nth-child(2) {
	animation-delay: 1.5s;
}
#loader .bullets li:nth-child(3) {
	animation-delay: 2.5s;
}

@keyframes loadingSpinner {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes loadingFinal {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bulletSlideIn {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}