.inner-container {
	max-width: 1200px;
}

#header .inner-container {
	max-width: 100%;
	min-height: 500px;
	position: relative;
	text-align: center;
	color: #ffffff;
	z-index: -2;
}

#header .inner-container > div {
	position: absolute;
	width: 100%;
}

#header .cover-img {
	background-color: #ebebeb;
	background-size: cover;
	background-position: center center;
	z-index: -2;
	height: 100%;
	transition: all 0.3s;
}

#header .top-overlay {
	top: 0;
	height: 100px;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
	z-index: -1;
}

#header .bottom-overlay {
	bottom: 0;
	height: 50%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
	z-index: -1;
}

#header .title {
	padding: 40px 30px;
	bottom: 0;
}

h1 {
	font-family: var(--font-family-samsung_sharp_sans-bold);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	letter-spacing: -0.2px;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main {
	margin-bottom: 80px;
}

#main .inner-container {
	background-color: #ffffff;
	padding-top: 50px;
}

#main .inner-container > div:not(:last-of-type) {
	margin: 0px 100px;
}

#entry-form {
	border-bottom: 1px solid #ebebeb;
}

#entry-form .form-row {
	display: inline-block;
	vertical-align: top;
}

#entry-form .form-row:first-of-type {
	width: 75%;
}

#entry-form .form-row:last-of-type {
	width: 25%;
	padding-left: 15px;
}

input[type=radio] {
	display: none;
}

label.selection {
	display: inline-block;
	width: 25%;
	padding: 12px 15px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666666;
	border: 1px solid #cccccc;
	margin: 0px;
}

label.selection:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 0px;
}

label.selection:nth-of-type(2),
label.selection:nth-of-type(3) {
	border-right: 0px;
}

label.selection:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

label.selection.selected + label.selection:nth-of-type(2),
label.selection.selected + label.selection:nth-of-type(3) {
	border-left: 0px;
}

label.selection.selected + label.selection:last-of-type {
	border-left: 0px;
}

label.selection.selected {
	color: #182AF1;
	font-weight: 600;
	border: 1px solid #182AF1;
}

button.btn {
	width: 100%;
	padding: 12px 15px;
}

#help {
	text-align: center;
	font-size: 16px;
	padding: 40px 0px;
}

.contact-imgs, .contact-img {
	display: inline-block;
}

.contact-imgs {
	padding-right: 10px;
	vertical-align: 1px;
}

.contact-img:first-of-type {
	position: relative;
	z-index: 999;
}

.contact-img:last-of-type {
	margin-left: -15px;
}

.contact-img img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #ffffff;
}

#help a {
	text-decoration: none;
	font-weight: 600;
	color: #1E1D1F;
}

#benefits, #clients {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

#benefits {
	padding: 70px 0px 60px;
}

#benefits img {
	width: 50px;
	margin-bottom: 30px;
}

#benefits p:last-of-type {
	font-size: 14px;
	color: #666666;
}

#clients {
	padding: 60px 0px;
}

#clients p {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

#clients .logos {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#clients img {
	width: 100%;
	max-width: 120px;
}

#how-it-works {
	text-align: center;
	padding: 60px 0px 65px;
}

#how-it-works > p {
	font-family: var(--font-family-samsungone-700);
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	letter-spacing: -0.5px;
	line-height: 1.2;
	margin-bottom: 40px;
}

#how-it-works .col-sm-4 {
	padding: 0px 20px;
}

.number {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	background-color: #323232;
	padding: 7px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.step {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.desc {
	color: #666666;
	line-height: 1.5;
}

#bottom-entry-form {
	background-color: #323232;
	padding: 70px 0px 80px;
	text-align: center;
}

#bottom-entry-form p {
	font-family: var(--font-family-samsung_sharp_sans-bold);
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 30px;
}

#bottom-entry-form a {
	display: inline-block;
	text-decoration: none;
	background-color: #182AF1;
	border-radius: 2px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 40px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#bottom-entry-form a:hover {
    background-color: #1323d1;
}

#footer-sidespace {
	background-color: #000000;
	padding: 40px 0px 50px;
	text-align: center;
}

#footer-sidespace img {
	max-width: 130px;
}

#footer-sidespace p {
	/* font-family: 'Playfair Display', serif; */
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#footer-sidespace a {
	display: inline-block;
	text-decoration: none;
	background-color: #182AF1;
	border-radius: 2px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 40px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#footer-sidespace a:hover {
    background-color: #1323d1;
}

@media (max-width: 1200px) {
	#main {
		margin-bottom: 0px;
	}
}

@media (max-width: 991px) {
	#header .title {
		padding: 40px 60px;
	}

	#main .inner-container > div:not(:last-of-type) {
		margin: 0px 60px;
	}

	#header .inner-container {
		min-height: 350px;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 16px;
	}

	#clients img {
		width: 90%;
		max-width: 120px;
	}
}

@media (max-width: 900px) {
	.logos {
		flex-wrap: wrap;
	}

	.logos div {
		flex-basis: 33.3%;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	#help .sm {
		display: none;
	}
}

@media (max-width: 767px) {
	#main .inner-container > div:not(:last-of-type) {
		margin: 0px 30px;
	}

	#header .inner-container {
		min-height: 300px;
	}

	#header .title {
		padding: 30px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 14px;
	}

	#main .inner-container {
		padding-top: 30px;
	}

	#help {
		padding: 20px 0px;
	}

	#help span:not(.sm) {
		display: none;
	}

	#entry-form .form-row:first-of-type,
	#entry-form .form-row:last-of-type {
		width: 100%;
		padding: 0px;
	}

	label.selection,
	label.selection.selected + label.selection {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		border-radius: 3px !important;
	}

	label.selection:nth-of-type(1),
	label.selection:nth-of-type(3) {
		margin-right: 10px;
	}

	label.selection:not(.selected) {
		border: 1px solid #cccccc !important;
	}

	.btn {
		margin-top: 10px;
	}

	#benefits {
		padding: 30px 0px;
	}

	#benefits .col-sm-4:not(:last-of-type) { 
		margin-bottom: 30px;
	}

	#benefits img {
		width: 50px;
		margin-bottom: 15px;
	}

	#benefits p:first-of-type {
		margin-bottom: 5px;
	}

	#benefits p:last-of-type {
		font-size: 14px;
		color: #666666;
	}

	#clients, #how-it-works {
		padding: 30px 0px 15px;
	}

	#how-it-works > p {
		font-size: 22px;
		margin-bottom: 30px;
	}

	#how-it-works .col-sm-4 {
		padding: 0px 20px;
		margin-bottom: 30px;
	}

	.number {
		width: 35px;
		height: 35px;
		font-size: 16px;
		padding: 6px 14px;
		margin-bottom: 15px;
	}

	#bottom-entry-form {
		padding: 50px 30px 60px;
	}

	#footer-sidespace {
		padding: 50px 30px 60px;
	}
}

@media (max-width: 575px) {
	#main .inner-container {
		padding-top: 20px;
	}

	#main .inner-container > div:not(:last-of-type) {
		margin: 0px 20px;
	}

	#header .title {
		padding: 20px 15px;
	}

	h1 {
		font-size: 22px;
	}

	#clients img {
		width: 80%;
	}

	.step {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.desc {
		font-size: 13px;
	}

	#bottom-entry-form {
		padding: 30px 20px 40px;
	}

	#bottom-entry-form p {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#bottom-entry-form a {
		font-size: 14px;
		padding: 12px 30px;
	}

	#footer-sidespace {
		padding: 30px 20px 40px;
	}

	#footer-sidespace p {
		margin-bottom: 20px;
	}

	#footer-sidespace a {
		font-size: 14px;
		padding: 12px 30px;
	}
}

@media (max-width: 320px) {
	label.selection,
	label.selection.selected + label.selection {
		display: block;
		width: 100%;
	}

	label.selection:nth-of-type(1),
	label.selection:nth-of-type(3) {
		margin-right: 0px;
	}
}





