*, ::after, ::before, body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	color:#000 !important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529 !important;
	text-align: left;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 320px
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-top: 0
}
dl, ol, p, ul {
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd, h1, h2, h3, h4, h5, h6, label {
	margin-bottom: .5rem
}
dd {
	margin-left: 0
}
blockquote, figure {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #0065c1;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #003d75;
	text-decoration: underline
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
img, svg {
	vertical-align: middle
}
img {
	border-style: none
}
svg {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
label {
	display: inline-block
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[role=button] {
	cursor: pointer
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
.container {
	max-width: 540px
}
}

@media (min-width:768px) {
.container {
	max-width: 720px
}
}

@media (min-width:992px) {
.container {
	max-width: 960px
}
}

@media (min-width:1200px) {
.container {
	max-width: 1140px
}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:992px) {
.col--text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
}
.col--short-form {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

@media (min-width:992px) {
.col--short-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
}
.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}
.page-wrapper .main-content {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.visually-hidden {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	border: 0!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	overflow: hidden!important;
	color: transparent!important;
	pointer-events: none!important
}
.svg {
	vertical-align: top
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: .3s ease;
	transition: .3s ease
}
.overlay__container {
	position: absolute;
	top: 50px;
	left: 5px;
	right: 5px;
	bottom: 50px;
	z-index: 1
}
.overlay__content {
	border-radius: 5px;
	padding: 10px 30px;
	max-width: 1000px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff
}
.overlay__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	cursor: pointer
}
.overlay__close:after, .overlay__close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 2px;
	background-color: currentColor
}
.overlay__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.overlay__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

@media (max-width:767.98px) {
.overlay__container {
	left: 0;
	right: 0;
	bottom: 0
}
.overlay__content {
	padding: 10px;
	border-radius: 0
}
.overlay__close, .overlay__close:before {
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: none;
	transform: none;
	background-color: transparent
}
.overlay__close {
	height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,.8);
	color: #000
}
.overlay__close:before {
	content: "Tap to Close";
	height: auto;
	font-size: 24px;
	line-height: 50px;
	color: #fff
}
.overlay__close:after {
	display: none
}
}
html.js_popup_is_open, html.js_popup_is_open body {
	position: relative;
	height: 100%;
	overflow: hidden
}
.input, .select {
	width: 100%;
	height: 54px;
	padding-left: 15px;
	border-radius: 6px;
	border: 1px solid #696a73;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	font-size: 1rem;
	color: #2b335c
}
.input {
	padding-right: 15px
}
.input::-webkit-input-placeholder, .select::-webkit-input-placeholder {
color:inherit
}
.input::-moz-placeholder, .select::-moz-placeholder {
color:inherit
}
.input::-ms-input-placeholder, .select::-ms-input-placeholder {
color:inherit
}
.input::placeholder, .select::placeholder {
color:inherit
}
.input:focus, .select:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
	box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}
.btn:focus:not(:focus-visible), .input:focus:not(:focus-visible), .select:focus:not(:focus-visible) {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.input:focus-visible, .select:focus-visible {
outline:0;
-webkit-box-shadow:0 0 0 2px #000, 0 0 0 4px #fff;
box-shadow:0 0 0 2px #000, 0 0 0 4px #fff
}
.select {
	padding-right: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7"><path fill="%23696A73" d="M10.93 0 6.017 4.933 1.034.109 0 1.16 6.055 7 12 1.016 10.93 0Z"/></svg>');
	background-repeat: no-repeat;
	background-position: top 50% right 16px
}
.select option {
	color: #000;
	background-color: #fff
}
.header {
	background-color: #fff;
	-webkit-box-shadow: 0 15px 42px rgba(29,39,130,.13);
	box-shadow: 0 15px 42px rgba(29,39,130,.13)
}

@media (min-width:768px) {
.header {
	-webkit-box-shadow: 0 4px 18px rgba(0,0,0,.1);
	box-shadow: 0 4px 18px rgba(0,0,0,.1)
}
}
.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px
}

@media (min-width:992px) {
.header__content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px
}
}
.header .nav {
	display: none
}

@media (min-width:992px) {
.header .nav {
	display: block
}
}
.logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #696a73
}
.logo:hover {
	color: #696a73;
	text-decoration: none
}
.logo__txt {
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis
}
.logo__svg {
	width: 100%;
	height: 100%
}
.nav, .nav__item, .nav__link {
	padding: 0
}
.nav, .nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 0;
	gap: 16px
}
.nav__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	padding-left: 0;
	list-style: none
}
.nav__item+.nav__item {
	border: 0
}
.nav__link {
	color: #2b335c;
	font-size: .875rem
}
.nav--header .nav__list {
	margin-bottom: 0
}

@media (min-width:992px) {
.nav--header .nav__link {
	font-weight: 600
}
}
.nav__list--additional .nav__item {
	border-top: none
}

@media (min-width:992px) {
.nav__link--active {
	text-decoration: underline
}
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 17px;
	font-family: inherit;
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 100px;
	background-color: #009482;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer
}

@media (hover:hover) {
.btn:hover {
	color: #000;
	text-decoration: none;
	background-color: #00c1aa
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.btn:hover {
	color: #000;
	text-decoration: none;
	background-color: #00c1aa
}
}
.btn:active {
	color: #000;
	background-color: #00685c
}
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
	box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}
.btn:focus-visible {
outline:0;
-webkit-box-shadow:0 0 0 2px #000, 0 0 0 4px #fff;
box-shadow:0 0 0 2px #000, 0 0 0 4px #fff
}
.btn--link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px;
	font-size: .875rem;
	border-radius: 7px
}
.entry__content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 70px;
	padding-top: 32px;
	padding-bottom: 32px
}

@media (min-width:992px) {
.entry__content-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	min-height: 575px;
	padding-top: 50px;
	padding-bottom: 50px
}
}
.entry__main-form-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.entry__content>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.entry__content {
	color: #fff
}


.entry__subtitle {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 1.5rem
}

@media (min-width:992px) {
.entry__subtitle {
	margin-bottom: 12px;
	font-size: 2rem
}
}
.entry__title {
	margin-top: 0;
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 1.75rem
}

@media (min-width:992px) {
.entry__title {
	font-size: 2.75rem
}
}
.entry-info {
	padding: 16px;
	border: 1px solid #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,.25)
}

@media (min-width:992px) {
.entry-info {
	padding: 24px 24px 7px;
	width:540px;
	margin:0 auto;
}
}
.disclosures h3, .entry-info__title {
	margin-top: 0;
	margin-bottom: 22px;
	font-weight: 600;
	font-size: 1rem
}

@media (min-width:992px) {
.entry-info__title {
	margin-bottom: 24px
}
}
.entry-info__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none
}

@media (min-width:768px) {
.entry-info__list {
	display: block;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px
}
}
.entry-info__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	font-size: .75rem
}

@media (min-width:768px) {
.entry-info__list-item {
	margin-bottom: 17px
}
}
.entry-info__list-item::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><circle cx="8" cy="8" r="8" fill="%23F9AA11"/><path fill="%23FFFFFF" d="M6.74 9.576 4.701 7.524 4 8.23 6.739 11 12 5.712 11.293 5 6.74 9.576Z"/></svg>')
}
.footer__disclosures-wrapper {
	color: #2b335c;
	background-color: #e8e9ef
}
.footer__content-wrapper {
	background-color: #f6f6f9
}
.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width:992px) {
.footer__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.footer__content>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.footer .nav--header {
	display: none
}
}
.footer .nav__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

@media (min-width:992px) {
.footer .nav__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 16px
}
}
.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 19px
}

@media (min-width:992px) {
.footer__logo {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
}
.footer__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
.disclosures {
	padding-top: 32px;
	padding-bottom: 32px
}

@media (min-width:992px) {
.disclosures {
	padding-top: 62px;
	padding-bottom: 62px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px
}
}
.disclosures h3 {
	margin-bottom: 6px
}
.disclosures p {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: .875rem;
	line-height: 1.2
}
.disclosures p:last-of-type {
	margin-bottom: 0
}
.copyright {
	font-size: .75rem;
	text-align: center;
	color: #a6a6a6
}

@media (min-width:992px) {
.copyright {
	text-align: left
}
.copyright__br {
	display: none
}
}
.main-content {
	padding-top: 43px;
	padding-bottom: 43px
}

@media (min-width:992px) {
.main-content {
	padding-top: 60px;
	padding-bottom: 60px
}
}
.short-form {
	max-width: 350px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 42px rgba(9,15,30,.08);
	box-shadow: 0 15px 42px rgba(9,15,30,.08)
}

@media (min-width:992px) {
.short-form {
	position: sticky;
	top: 30px;
	margin-bottom: 60px;
	padding: 32px
}
}
.short-form__title {
	margin-bottom: 16px;
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center
}

@media (max-width:419.98px) {
.short-form__title br {
	display: none
}
}

@media (min-width:768px) {
.short-form__title {
	font-size: 1.375rem
}
}
.short-form__row {
	margin-bottom: 16px
}
.short-form__row:last-child {
	margin-bottom: 0
}
.short-form .btn {
	width: 100%
}
.short-form__e-signature {
	font-size: .75rem;
	line-height: 1.2
}
.short-form__e-signature a, .wysiwyg a {
	color: #0065c1;
	text-decoration: underline
}

@media (hover:hover) {
.short-form__e-signature a:hover {
	text-decoration: none
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.short-form__e-signature a:hover {
	text-decoration: none
}
}
.short-form__ssl-logo {
	text-align: center
}
.short-form__row--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 12px
}
.short-form__row--flex .btn {
	min-width: initial;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.wysiwyg {
	color: #696a73;
	font-size: 1rem;
	line-height: 1.2
}
.wysiwyg :first-child {
	margin-top: 0
}
.wysiwyg :last-child {
	margin-bottom: 0
}
.wysiwyg .page_title {
	display: none
}
.wysiwyg .h2, .wysiwyg .h3, .wysiwyg .h4, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
	font-weight: 600;
	color: #2b335c
}
.wysiwyg .h1, .wysiwyg h1 {
	margin-top: .67em;
	margin-bottom: .4285714286em;
	font-weight: 700;
	font-size: 1.75rem;
	color: #2b335c
}

@media (min-width:992px) {
.wysiwyg .h1, .wysiwyg h1 {
	margin-top: .67em;
	margin-bottom: .375em;
	font-size: 4rem
}
}
.wysiwyg .h2, .wysiwyg h2 {
	margin-top: 1.2em;
	margin-bottom: .3em;
	font-size: 1.25rem
}

@media (min-width:992px) {
.wysiwyg .h2, .wysiwyg h2 {
	margin-top: 1em;
	margin-bottom: .25em;
	font-size: 1.5rem
}
}
.wysiwyg .h3, .wysiwyg h3 {
	margin-top: .6666666667em;
	margin-bottom: .3333333333em;
	font-size: 1.125rem
}

@media (min-width:992px) {
.wysiwyg .h3, .wysiwyg h3 {
	margin-top: .6em;
	margin-bottom: .3em;
	font-size: 1.25rem
}
}
.wysiwyg .h4, .wysiwyg h4, .wysiwyg p {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-size: 1rem
}
.wysiwyg p {
	margin-top: .375em;
	margin-bottom: .875em;
	color: currentColor
}

@media (min-width:992px) {
.wysiwyg p {
	margin-top: .3333333333em;
	margin-bottom: .7777777778em;
	font-size: 1.125rem
}
}
.wysiwyg p strong {
	color: #2b335c
}

@media (hover:hover) {
.wysiwyg a:hover {
	text-decoration: none
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.wysiwyg a:hover {
	text-decoration: none
}
}
.wysiwyg table {
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: 15px;
	border-collapse: separate;
	border-spacing: 0
}

@media (min-width:768px) {
.wysiwyg table {
	display: block;
	border: 1px solid #dee2e6;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	overflow: hidden
}
}
.wysiwyg tr:first-child td:first-child, .wysiwyg tr:first-child th:first-child {
	border-top-left-radius: .25rem
}
.wysiwyg tr:first-child td:last-child, .wysiwyg tr:first-child th:last-child {
	border-top-right-radius: .25rem
}
.wysiwyg tr:last-child td:first-child, .wysiwyg tr:last-child th:first-child {
	border-bottom-left-radius: .25rem
}
.wysiwyg tr:last-child td:last-child, .wysiwyg tr:last-child th:last-child {
	border-bottom-right-radius: .25rem
}
.wysiwyg td span, .wysiwyg th span {
	display: inline-block;
	word-break: break-word
}
.wysiwyg th {
	padding: 6px;
	vertical-align: middle;
	font-weight: 500;
	font-size: .75rem;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #009482
}

@media (min-width:576px) {
.wysiwyg th {
	padding: 12px;
	font-size: .875rem
}
}
.wysiwyg th:not(:first-child) {
	border-left: 1px solid #fff
}
.wysiwyg th:not(:last-child) {
	border-right: 1px solid #fff
}
.wysiwyg td {
	padding: 6px;
	font-size: .75rem;
	vertical-align: top;
	word-break: break-word;
	border: 1px solid #dee2e6;
	background-color: #fff
}

@media (min-width:576px) {
.wysiwyg td {
	padding: 12px;
	font-size: .875rem
}
}
.wysiwyg ol, .wysiwyg ul {
	padding-left: 20px
}
.wysiwyg ol {
	list-style: decimal outside
}
.wysiwyg ul {
	list-style: disc outside url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none'%3E%3Cpath fill='%23F9AA11' d='M.496 6.146a1.297 1.297 0 010-1.83c.505-.524 1.261-.524 1.765 0l1.891 1.96L9.825.393a1.335 1.335 0 011.891 0 1.619 1.619 0 010 1.831l-6.555 6.8a1.336 1.336 0 01-1.891 0L.496 6.146z'/%3E%3C/svg%3E%0A")
}
.wysiwyg li {
	margin-top: .75em;
	margin-bottom: .75em
}
.page--index .main-content {
	padding: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00c1aa), to(#00685c));
	background-image: linear-gradient(#00c1aa 0%, #00685c 100%)
}
.form-benefits-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 48px auto 0;
	max-width: 540px;
	list-style: none
}

@media (min-width:992px) {
.form-benefits-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: initial
}
}
.fbli {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:768px) {
.fbli {
	gap: 12px;
	padding: 6px 12px;
	border: 1px solid #d0c9c6;
	border-radius: 6px;
	background-color: #f6f6f6
}
}
.fbli__icon--mobile {
	display: block;
	width: 16px;
	height: 16px
}

@media (min-width:768px) {
.fbli__icon--mobile {
	display: none
}
}
.fbli__icon--desktop {
	display: none;
	width: 48px;
	height: 48px
}

@media (min-width:768px) {
.fbli__icon--desktop {
	display: block
}
}
.fbli__text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
	color: #0a2540
}
.form-benefits-fill {
	fill: #009482
}
