html, body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: never;
}

body {
	background: #fff;
	color: #0F2043;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a, a:hover {
	text-decoration: none;
	color: #2951A3;
}

header {
	background: #fff;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #F6F8FC;
	box-shadow: 0px 8px 24px 0px rgba(10, 22, 45, 0.02);
}

.container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.white {
	background: #fff;
}

.brand {
	position: absolute;
	left: 20px;
	top: 20px;
}

.nav ul li {
	display: inline-block;
	vertical-align: top;
}

.nav ul li a {
	color: rgba(10, 22, 45, 0.60);
	text-align: center;
	font-family: Fira Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 28px;
	padding: 30px 0;
	display: block;
}

.nav ul li a:hover {
	color: #2951A3;
}

.nav ul li.current_page_item a {
	color: #2951A3;
	border-bottom: 2px solid;
}

.nav-mobile, .menu-mobile {
	display: none;
}

.gradient {
	background: linear-gradient(136deg, #FFF 17.46%, #D6F1FF 100%);
	min-height: 836px;
	/*overflow: hidden;*/
}

.intro-top {
	/*padding-bottom: 100px;
	overflow: hidden;*/
}

.intro {
	text-align: left;
	max-width: 506px;
	padding-top: 100px;
}

.intro h2, h2 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 600;
}

.intro h2 strong {
	color: #0047BA;
}

.intro p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 24px 0 32px;
}

.cta-btn-wrap {
	position: relative;
}

.cta-btn {
	background: #0F2043;
	color: #fff;
	border-radius: 12px;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
}

.cta-btn:hover {
	background: #0047BA;
}

.cta-btn a {
	display: block;
	color: #fff;
	padding: 16px 24px;
	font-weight: 700;
	line-height: 28px;
}

.cta-btn a img {
	height: 22px;
	margin-right: 12px;
	display: block;
	float: left;
	margin-top: 1px;
}

.cta-btn-shadow {
	position: absolute;
	z-index: -1;
	width: 139px;
	height: 58px;
	background: #122242;
	filter: blur(12px);
	border-radius: 18px;
	opacity: 0.2;
	top: 16px;
	left: 10px;
}

.testimonial {
	background: #fff;
	width: 366px;
	margin: 120px 0 0 42px;
	padding: 16px 24px;
	text-align: left;
	box-shadow: 0px 4px 24px 0px rgba(0, 71, 186, 0.04);
	border-radius: 24px;
}

.test-thumb {
	display: inline-block;
	vertical-align: top;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	margin: 2px 16px 0 0;
}

.test-thumb img {
	width: 100%;
	border-radius: 100%
}

.test-text {
	display: inline-block;
	vertical-align: top;
	width: 280px;
}

.test-name {
	color: #0A162D;
	font-weight: 500;
	margin-bottom: 8px;
}

.test-desc p {
	font-style: italic;
	line-height: 22px;
	margin: 0;
}

.phone {
	position: absolute;
	right: 0;
	top: 0;
	width: 705px;
	z-index: 1;
}

.phone img {
	width: 100%;
}

.elipse-bottom {
	position: absolute;
	background: #D7F0FD;
	width: 670px;
	height: 670px;
	top: 500px;
	right: 0;
	border-radius: 50%;
	z-index: 0;
}

.rect-top {
	display: none;
	position: absolute;
	width: 490px;
	height: 330px;
	border-radius: 100px;
	background: linear-gradient(136deg, #FFF 0%, #D6F1FF 100%);
	top: 0;
	right: 0;
	z-index: 0;
	rotate: -146.29deg;
	margin-top: -100px;
}

.stream {
	position: relative;
	z-index: 1;
	width: 100%;
	bottom: -70px;
	text-align: center;
	margin: 0 auto;
}

.stream img {
	width: 100%;
}

.video-home {
	background: #fff;
	padding-bottom: 120px;
}

.video-shield {
	position: relative;
	background: #ECFFFC;
	width: 1140px;
	height: 600px;
	cursor: pointer;
	z-index: 1;
	border-radius: 56px;
	margin-top: 25px;
}

.video-shield img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 56px;
}

.video-shield:hover .video-play {
	filter: drop-shadow(0px 4px 24px rgba(0, 71, 186, 0.4));
}

.video-cover {
	position: absolute;
	top: 0;
	background: #ECFFFC;
	opacity: .8;
	width: 100%;
	height: 100%;
	border-radius: 56px;
	z-index: 1;
}

.video-play {
	position: relative;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	opacity: 1;
	filter: drop-shadow(0px 4px 24px rgba(0, 71, 186, 0.04));
	-moz-filter: drop-shadow(0px 4px 24px rgba(0, 71, 186, 0.04));
	transition: 0.3s;
	z-index: 2;
}

.video-play img {
	position: relative;
	width: 37px;
	height: 40px;
	border-radius: 0;
	margin: 30px 0 0 4px;
}

.video {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.video iframe {
	width: 100%;
	height: 600px;
	border: 0;
}

.process h2 {
	margin-bottom: 50px;
}

.process h2 strong {
	color: #0047BA;
}

.step {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 0 16px;
	padding: 40px 30px;
	border-radius: 24px;
	border: 2px solid transparent;
}

.step:hover {
	border: 2px solid #E2F0FF;
}

.step-symbol {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}

.step-symbol.create {
	background: #FFE4E3;
}
.step-symbol.send {
	background: #E8F0FF;
}
.step-symbol.sign {
	background: #E3FFFC;
}

.step-symbol img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.step-symbol.sign img {
	margin-left: 4px;	
} 

.step h3 {
	font-size: 20px;
}

.step p {
	line-height: 22px;
}

footer {
	margin: 100px auto 24px;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

/*  AGENTS  */

.who {
	margin-top: 70px;
}

.who h2 {
	margin-bottom: 36px;
}

.who h2 strong {
	color: #0047BA;
}

.who p {
	font-size: 18px;
	max-width: 641px;
	margin: 0 auto;
	line-height: 1.5;
}

.agents-test {
	position: relative;
	max-width: 570px;
	background: #fff;
	margin: 48px auto;
	padding: 36px;
	text-align: center;
	box-shadow: 0px 4px 24px 0px rgba(0, 71, 186, 0.04);
	border-radius: 24px;
}

.agents-test-thumb-wrap {
	border: 1px solid #E8F0FF;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 24px;
}

.agents-test-thumb {
	width: 112px;
	height: 112px;
	margin: 4px auto;
}

.agents-test-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.open-quote, .close-quote {
	color: #E8F0FF;
	position: absolute;
	font-size: 64px;
}

.open-quote {
	top: 128px;
	left: 34px;
}

.agents-test-desc {
	padding: 0 20px;
	line-height: 1.5;
	font-style: italic;
}

.close-quote {
	bottom: 36px;
	right: 34px;
}

.agents-test-name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
}

.agents-test-title {
	font-size: 14px;
	margin-top: 8px;
}

.sky {
	background-color: rgba(232, 240, 255, .3);
	margin: 100px 0;
	padding: 30px 0 100px;
}

/*  FAQ  */

.inner {
	padding: 70px 20px;
}

.inner h2 {
	margin-bottom: 36px;
}

.inner h2 strong {
	color: #0047BA;
}

.questions {
	padding: 0;
}

.question {
	position: relative;
	max-width: 570px;
	background: #fff;
	margin: 24px auto;
	padding: 12px 24px;
	text-align: left;
	box-shadow: 0px 4px 24px 0px rgba(0, 71, 186, 0.04);
	border: 1px solid #E2F0FF;
	border-radius: 24px;
	line-height: 1.5;
}

.question:hover {
	color: #0047BA;
	cursor: pointer;
}

.question:hover .answer {
	color: #0F2043;
}

.answer {
	display: none;
	margin-bottom: 16px;
	line-height: 1.5;
}

/*  Contact  */

.contact {
	position: relative;
	max-width: 570px;
	background: #fff;
	margin: 24px auto;
	padding: 12px 24px;
	text-align: left;
	box-shadow: 0px 4px 24px 0px rgba(0, 71, 186, 0.04);
	border-radius: 24px;
	line-height: 1.5;
}

input, textarea {
	border: 2px solid #E2F0FF;
	border-radius: 8px;
	padding: 12px;
	width: 100%;
	margin-top: 4px;
	font-size: 16px;
}

label {
	display: block;
	width: 95%;
	font-size: 14px;
	font-weight: 500;
}

input[type=submit] {
	background: #0F2043;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #0047BA;
}

/*  How  */

.how .step:hover, .step:hover {
	border: 2px solid #fff;
}

.step-screen {
	max-width: 335px;
}

.step-screen img {
	width: 100%;
}

@media only screen and (max-width: 1140px) {
	.gradient {
		min-height: auto;
	}
	.intro {
		position: relative;
		padding-top: 50px;
		max-width: 450px;
		z-index: 3;
	}
	.intro h2 {
		font-size: 36px;
	}
	.intro p {
		font-size: 16px;
		line-height: auto;
	}
	.testimonial {
		margin: 50px 0 0;
	}
	.phone {
		width: 500px;
	}
	.video-home {
		padding-bottom: 60px;
	}
	.video-shield {
		width: 768px;
		height: 432px;
		margin: 60px auto;
	}
	.video iframe {
		height: 432px;
	}
	.step {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.nav {
		display: none;
	}
	.menu-mobile {
		display: block;
		position: absolute;
		right: 20px;
		top: 32px;
		cursor: pointer;
	}
	.nav-mobile {
		top: 81px;
		position: relative;
		background: #fff;
		z-index: 100;
		padding: 20px;
		text-align: center;
	}
	.nav-mobile li {
		display: block;
		margin: 20px 0;
	}
	.nav-mobile li a {
		
	}
	.intro {
		max-width: 100%;
		padding-top: 20px;
	}
	.testimonial, .test-text {
		width: auto;
	}
	.test-name {
		margin-top: 16px;
	}
	.phone {
		display: block;
		position: relative;
		left: 0;
		width: 100%;
		margin-top: 25px;
	}
	.stream {
		bottom: -10px;
	}
	.elipse-bottom {
		display: none;
	}
	.video-shield {
		width: 100%;
		height: 211px;
	}
	.video-play {
		top: 30%;
	}
	.video iframe {
		height: 211px;
	}
	.process h2 {
		margin-bottom: 20px;
		font-size: 36px;
	}
	.step {
		padding-bottom: 20px;
	}
}

