/*
 * Basics
 ===================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #1b1b1b;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.3;
}
h1, .h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
}
h2, .h2 {
 	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 2rem;
	}
}
h3, .h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.75rem;
	}
}
h4, .h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 1.5rem;
	}
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol, ul {
	padding-left: 2rem;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
img, svg {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
}

/*
 * Common
 ===================*/
.container {
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1200px;
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.75rem 1.875rem;
	font-size: 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	padding: 0.75rem 1.875rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e5e7eb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: -2;
}
.overlay-fixed {
	position: fixed;
}
.divider {
	margin: 1rem 0;
	border: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 0.125rem;
	border-color: #f9fafb;
	color: #e5e7eb;
}
.divider.divider-sm {
	max-width: 3.25rem;
}
.text-center .divider-sm {
	margin-right: auto;
	margin-left: auto;
}
.disclaimer {
	font-size: 80%;
}

.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/*
 * Helpers
 ===================*/
.text-center {
	text-align: center;
}
.text-white {
	color: #fff;
}

/*
 * Template 1
 ===================*/
.one {
 	font-family: "Poppins", sans-serif;
}
.one #hero {
 	position: relative;
 	z-index: 1;
 	background-repeat: no-repeat;
 	background-size: cover;
 	padding: 1rem 0 14rem;
}
@media (min-width: 992px) { 
	.one #hero {
		padding: 4rem 0 14rem;
	}
}
.one .waves-bottom-center {
 	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	top: auto;
	z-index: -1;
	margin: 0;
}
.one section {
	position: relative;
	z-index: 10;
}
.one .content-box {
	background-color: #fff;
	border-radius: 0.375rem;
	margin-top: -12rem;
	margin-bottom: 2.5rem;
	border: 1px solid #e2e5e8;
	box-shadow: 0 0.2rem 1.25rem 0 rgba(55, 26, 134, 0.1);
	display: flex;
	flex-direction: column;
}
.one .content-box > div {
	padding: 1.5rem;
}
.one .content-box .info {
	width: 100%;
}
@media (min-width: 992px) { 
	.one .content-box {
		flex-direction: row;
	}
	.one .content-box > div {
		padding: 3rem;
	}
	.one .content-box .info {
		width: 66.66666667%;
	}
	.one .content-box .pin-entry {
		width: 33.33333333%;
	}
}
.one .disclaimer {
	text-align: justify;
	margin-bottom: 2.5rem;
}
.one input, .one .btn {
	border-radius: 0.375rem;
}
.one fieldset {
	display: flex;
	width: auto;
}
.one fieldset input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: calc(8ch + 3.75rem);
}
.one fieldset .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
	.one fieldset {
		width: 100%;
	}
	.one fieldset input {
		width: 100%;
	}
}

/*
 * Template 2
 ===================*/
.two {
 	font-family: "Inter", sans-serif;
}
.two #topBar {
	background-color: #fff;
}
.two #topBar .container {
	text-align: center;
}
.two #topBar img {
	max-height: 64px;
	width: auto;
	margin: 1rem auto;
}
.two #topBar p {
	font-size: .9rem;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}
.two #hero {
	position: relative;
	background-image: url("img/two-hero.svg");
	background-size: 102% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 1rem;
	padding: 50px 0;
}
.two #hero .info {
	padding: 0 1rem;
	width: 100%;
}
.two #hero .hero-img {
	display: none;
}
.two #hero .hero-img svg {
	width: 100%;
}
.two .disclaimer {
	padding: 1rem;
}
@media (min-width: 768px) {
	.two #topBar {
		height: 70px;
	}
	.two #topBar .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
	}
	.two #topBar img {
		margin: 0 1rem 0 0;
	}
	.two #topBar p {
		line-height: 64px;
		text-align: right;
	}
	.two #hero {
		padding: 100px 0 50px;
		margin-top: 0;	
	}
	.two #hero .container {
		display: flex;
	}
	.two #hero .info {
		width: 50%;
	}
	.two #hero .hero-img {
		display: block;
		width: 50%;
	}
}
@media (min-width: 1400px) {  
	.two #hero .info {
		width: 41.66666667%;
	}
	.two #hero .hero-img {
		margin-left: 8.33333333%;
	}
}
.two fieldset {
	margin-top: 2rem;
	margin-bottom: 2rem;
	position: relative;
	display: inline-block;
}
.two fieldset input:not([type=submit]) {
	padding: 15px 100px 15px 30px;
	/*width: calc(10ch + 230px);*/
	font-size: 1.1rem;
	border: 1px solid;
	outline: none;
	background-color: rgba(255,255,255,0.85);
	border-radius: 1.9rem;
}
@media (mas-width: 768px) {
	.two fieldset input:not([type=submit]) {
		padding: 15px 100px 15px 30px;
		width: calc(10ch + 130px);
		font-size: 1.1rem;
		border: 1px solid;
		outline: none;
		background-color: rgba(255,255,255,0.85);
		border-radius: 1.9rem;
	}
}

	.two fieldset button.btn {
		position: absolute;
		top: 6px;
		right: 8px;
		outline: none;
		border-radius: 1.9rem;
		font-size: 1rem;
		padding: 9px 30px;
	}

	.subBtn {
		position: absolute;
		top: 6px;
		right: 8px;
		outline: none;
		border-radius: 1.9rem;
		font-size: 1rem;
		padding: 9px 30px;
		width: 100px;
	}

	.two fieldset submit.btn {
		position: absolute;
		top: 6px;
		right: 8px;
		outline: none;
		border-radius: 1.9rem;
		font-size: 1rem;
		padding: 9px 30px;
	}

	/*
 * Template 3
 ===================*/
	.three {
		font-family: "Karla", sans-serif;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 1rem 0.5rem 0.5rem;
	}

	@media (min-width: 992px) {
		.three {
			padding: 6.25rem 4.75rem 4.75rem;
		}
	}

	.three .content-box .content-body {
		background-color: #fff;
		padding: 1rem;
		box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}

	.three .content-box .disclaimer {
		box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		padding: 1rem;
	}

	@media (min-width: 992px) {
		.three .content-box .content-body {
			padding: 3rem;
		}

		.three .content-box .disclaimer {
			padding: 1.5rem 3rem;
		}
	}

	.three .content-body {
		display: flex;
		flex-direction: column;
	}

		.three .content-body img.desktop {
			display: none;
		}

		.three .content-body > div {
			width: 100%;
		}

		.three .content-body img.mobile {
			margin-bottom: 1rem;
			margin-top: 1rem;
			width: 100%;
			box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
		}

	@media (min-width: 992px) {
		.three .content-body {
			flex-direction: row;
		}

			.three .content-body img.desktop {
				display: block;
				align-self: flex-start;
				width: 41.666667%;
				box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
			}

			.three .content-body > div {
				width: 58.333333%;
				padding-left: 3rem;
			}

			.three .content-body img.mobile {
				display: none;
			}
	}

	.three h1 .logo {
		max-height: 52px;
		width: auto;
		margin-right: 10px;
	}

	.three fieldset {
		margin-top: 3rem;
		display: flex;
		align-items: center;
	}

	.three input {
		border-radius: 0.125rem;
		border: 2px solid;
		transition: border-color .15s ease-in-out;
		margin-right: 1rem;
		width: calc(8ch + 3.75rem);
	}

	.three .btn {
		border-radius: 0.125rem;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	}