* {
	box-sizing: border-box;
}
body {
	margin: 0;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.form-label__asterisk::after {
	content: "*";
	color: red;
}
#wrapper {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 100vh;
}
#page__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	min-height: 0;
	flex: 1;
	background-color: #e9eef2;
}
.type-skip {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.type-skip:focus {
	position: static;
	width: auto;
	height: auto;
}
.type-button {
	color: #ffffff;
	background-color: #0088d1;
	opacity: 100%;
	text-align: center;
	font-family: Open Sans;
	font-size: 16pt;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	max-width: 500px;
	margin: 0pt;
	padding: 12pt 6pt;
	border-width: 1pt;
	border-style: none;
	border-color: #000000;
	border-radius: 48pt;
	text-decoration: none;
	align-self: center;
	display: flex;
	flex-direction: column;
}
.type-button__text {
	color: #ffffff;
	text-align: center;
	font-family: Open Sans;
	font-size: 16pt;
	line-height: normal;
	letter-spacing: normal;
	width: auto;
	align-self: center;
}
.type-link {
	color: #0088d1;
	opacity: 100%;
	font-size: 12pt;
	text-align: center;
	font-family: Open Sans;
	line-height: normal;
	letter-spacing: normal;
	margin: 0pt;
	padding: 0pt;
	width: 100%;
	border-width: 0pt;
	border-style: none;
	border-color: #000000;
	border-radius: 0pt;
	text-decoration: none;
	align-self: center;
}
.type-text {
	color: #000000;
	opacity: 100%;
	font-size: 12pt;
	text-align: center;
	font-family: Open Sans;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	max-width: 700px;
	margin: 0pt;
	padding: 0pt 10pt;
}
.type-checkbox {
	margin: 3pt;
	padding: 0pt;
	flex: none;
}
.type-checkbox-container {
	width: 100%;
	margin: 12pt 0pt;
	padding: 0pt;
	border-width: 0pt;
	border-style: none;
	border-color: #000000;
	border-radius: 0pt;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	order: 0;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	align-self: auto;
}
.type-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6pt 12pt;
	width: 100%;
	max-width: 700px;
	min-height: 150px;
	height: auto;
}
.type-field {
	width: 100%;
	border-width: 0pt;
	border-style: none;
	border-color: #000000;
	border-radius: 0pt;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	order: 0;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	align-self: auto;
}
.type-label {
	font-family: Open Sans;
	font-size: 12pt;
	color: black;
}
.type-input {
	color: #000000;
	background-color: #ffffff;
	opacity: 100%;
	text-align: left;
	font-family: Open Sans;
	font-size: 12pt;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	margin: 0pt;
	padding: 6pt;
	border-width: 2pt;
	border-style: solid;
	border-color: #000000;
	border-radius: 5pt;
}
.type-main {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #ffffff;
	flex: 1 1 auto !important;
}
.type-header {
	color: #000000;
	background-color: #ffffff;
	opacity: 100%;
	text-align: left;
	font-family: Open Sans;
	font-size: 12pt;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	height: auto;
	min-height: 44.25pt;
	margin: 0pt;
	border-width: 1pt;
	border-style: none;
	border-color: #000000;
	border-radius: 0pt;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	order: 0;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	z-index: 100;
	overflow: visible;
	padding: 0;
}
.type-footer {
	color: #000000;
	background-color: #ffffff;
	opacity: 100%;
	text-align: left;
	font-family: Open Sans;
	font-size: 12pt;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	height: auto;
	min-height: 50pt;
	margin: 0pt;
	border-width: 1pt;
	border-style: none;
	border-color: #000000;
	border-radius: 0pt;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	order: 0;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	overflow: visible;
	padding: 6pt;
}
.type-custom-header {
	width: 100%;
}
.type-custom-footer {
	width: 100%;
}
.type-image {
	display: flex;
	background-color: transparent;
	width: 100%;
	max-width: 500px;
	border-radius: 0pt;
	border-style: none;
	border-width: 0pt;
	border-color: #000000;
	height: auto;
	margin: 0pt;
	padding: 0pt;
	align-self: center;
	outline: none;
}
.type-container {
	color: #000000;
	opacity: 100%;
	text-align: left;
	font-family: Open Sans;
	font-size: 12pt;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	max-width: 700px;
	min-height: 0pt;
	margin: 0pt;
	padding: 6pt;
	border-width: 1pt;
	border-style: none;
	border-color: #000000;
	border-radius: 0pt;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	order: 0;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	overflow: visible;
}
[data-gjs-type="os-image-link"] {
	display: flex;
}
[error="true"] {
	outline: 2px solid #ff0000 !important;
}
[data-gjs-type="wrapper"] {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	min-height: 100vh;
}
#page__text {
	font-family: Roboto;
	text-align: left;
	width: 100%;
	margin: 10pt 0pt 0pt 0pt;
	max-width: 750px;
	font-size: 12pt;
}
#ikfsd {
	width: 90%;
	background-color: #ffffff;
	flex-direction: column;
	border-radius: 7pt;
	margin: 10pt 0pt 20pt 0pt;
	max-width: 700px;
	align-items: center;
}
#itp7v {
	font-family: Roboto;
	font-size: 16pt;
	font-weight: bold;
	margin: 10pt 0pt 0pt 0pt;
	max-width: 800px;
	letter-spacing: normal;
	line-height: 14pt;
}
#ix8ll {
	font-size: 10pt;
}
#ifvif {
	width: 100%;
	height: auto;
	max-width: 700px;
}
#imrha {
	font-size: 12pt;
	text-align: center;
	padding: 5pt 0pt 0pt 0pt;
	font-family: Roboto;
}
#i7a6k {
	max-width: 700px;
}
#i8cj7 {
	margin: 20pt 0pt 0pt 0pt;
	font-family: Roboto;
}
#i4ex6 {
	font-size: 10pt;
	font-family: Roboto;
}
#i3y5f {
	width: 100%;
	height: auto;
	max-width: 750px;
}
#idrmj {
	font-family: Roboto;
	font-size: 12pt;
}
#i398m {
	margin: 10pt 0 0 0;
}
#ix0on {
	text-align: center;
	padding: 10pt 0pt 0pt 0pt;
	font-weight: bold;
	font-size: 12pt;
	font-family: Roboto;
}
#inrjb {
	padding: 10pt 0pt 5pt 0pt;
	font-family: Roboto;
}
#i2jiy {
	flex-direction: column;
	padding: 6pt 0pt 6pt 0pt;
	background-color: #e8e8e8;
	border-style: solid;
	border-color: #0f6ab2;
	margin: 5pt 0pt 5pt 0pt;
	border-width: 2pt;
}
