* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
	outline: 0;
}

.fp-watermark {
	display: none !important;
}

.draggable {
	cursor: all-scroll;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1320px;
	padding: 0 16px;
}

.header {
	padding: 16px 0;
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, .4);
	-webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
	z-index: 11111;
}

.header .container {
	display: flex;
	align-items: center;
}

.header .logo {
	text-decoration: none;
	display: block;
}

.header .logo img {
	max-width: 80%;
}

.btn {
	border-radius: 6px;
	padding: 12px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	background: transparent;
	font-weight: 600;
}

.btn.btn-primary {
	background: #C3E6FF;
	color: #03177E;
}

.cta {
	font-size: 14px;
	padding: 12px;
	display: inline-flex;
	align-items: center;
}

.cta img {
	margin-right: 8px;
	width: 14px;
}

.hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 10vh 0;
}

.hero .fp-overflow {
	overflow: unset;
	width: 90%;
}

.hero .content-center {
	text-align: center;
	position: relative;
	z-index: 1111;
	margin-bottom: 90px;
}

.hero h1 {
	padding: 14px;
	font-size: 22px;
	border: 1px dashed #01A4FF;
	margin: 0 0 28px;
}

.hero h1 .orange {
	font-family: 'Merriweather';
	color: #FF2E00;
}

.hero h1 .purple {
	font-family: 'Agbalumo';
	color: #4410B2;
}

.hero .content-center .curly,
.hero .content-center .heart {
	position: absolute;
	top: 0;
	z-index: 11;
}

.hero .content-center .curly {
	left: 0;
	transform: translate(-50%, -50%) scale(.4);
}

.hero .content-center .heart {
	right: 0;
	transform: translate(50%, -50%) scale(.4);
}

.hero .content-center .text-box {
	padding: 10px;
	font-size: 14px;
	border: 1px dashed #01A4FF;
	position: absolute;
	bottom: -60px;
	right: 0;
	transform: translate(10%, 0);
}

.hero .image-left {
	position: absolute;
	top: 26vh;
	left: 0;
	transform: translate(-60%);
	width: 65%;
}

.hero img.first,
.hero img.second {
	position: absolute;
	right: 0;
	z-index: 1111;
	max-width: 45%;
}

.hero img.first {
	top: 15vh;
	transform: translate(50%);
}

.hero img.second {
	top: 50vh;
	transform: translate(40%);
}

.hero .question,
.hero .sample-audio {
	position: absolute;
}

.hero .sample-audio {
	top: 0;
	left: 25%;
	display: none;
}

.hero .question {
	padding: 18px;
	border-radius: 14px;
	background: #F8F0FF; 
	bottom: 25%;
	left: 20px;
	width: 80%;
}

.feedback {
	position: relative;
	overflow: hidden;
}

.feedback .fp-overflow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feedback .grid {
	display: grid;
	grid-gap: 80px;
	padding: 40px 16px;
}

.feedback .customer-list {
	display: grid;
	grid-gap: 40px;
	align-items: flex-start;
}

.feedback .customer-list ul {
	padding: 18px;
	border-radius: 8px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, .1);
	list-style: none;
	margin-bottom: 18px;
}

.feedback .customer-list ul li.item {
	display: grid;
	grid-template: auto / 40px 1fr;
	grid-gap: 12px;
	margin-bottom: 12px;
}

.feedback .customer-list ul li:last-child {
	margin-bottom: 0;
}

.feedback .customer-list ul li .ava {
	padding-top: 100%;
	background: #ccc no-repeat center;
	background-size: cover;
	border-radius: 6px;
}

.feedback .customer-list ul li span {
	color: #686868;
}

.feedback .customer-list ul li .name {
	font-weight: 600;
	display: block;
	margin-bottom: 4px;
	color: #000;
}

.feedback .main-review {
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, .1);
	text-align: center;
}

.feedback .main-review .ava {
	display: block;
	width: 80px;
	height: 80px;
	background: #ccc no-repeat center;
	background-size: cover;
	border-radius: 50%;
	margin: 0 auto 24px;
}

.feedback .main-review blockquote,
.feedback .main-review .stars {
	margin-bottom: 12px;
}

.feedback .main-review blockquote {
	color: #686868;
}

.feedback .main-review .stars {
	color: #FF9700;
}

.feedback .content h2 {
	font-size: 34px;
	margin-bottom: 16px;
}

.feedback .content p {
	margin-bottom: 24px;
}

.feedback .stats {
	border-radius: 8px;
	padding: 24px;
	background: #266EF1 url(images/02.png) no-repeat center;
	background-size: cover;
	color: #a8c7ff;
	font-weight: 600;
	font-size: 16px;
}

.feedback .stats h4 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 4px;
}

.feedback img.first,
.feedback img.second {
	position: absolute;
	max-width: 45%;
}

.feedback img.first {
	top: 5vh;
	left: 0;
	transform: translate(-50%, 0);
}

.feedback img.second {
	bottom: 0;
	right: 0;
	transform: translate(25%, 20%);
}

@media (min-width: 1140px) {
	.cta {
		font-size: 20px;
		padding: 18px;
	}
	
	.cta img {
		width: auto;
		margin-right: 14px;
	}
	
	.header .logo img {
		max-width: 100%;
	}
	
	.hero {
		padding: 20vh 0;
	}
	
	.hero .fp-overflow {
		width: 55%;
	}

	.hero h1 {
		font-size: 50px;
	}

	.hero .image-left {
		top: 20vh;
		transform: translate(-50%);
		width: 40%;
	}
	
	.hero .content-center .curly {
		transform: translate(-60%, -60%);
	}
	
	.hero .content-center .heart {
		transform: translate(55%, -55%);
	}
	
	.hero img.first,
	.hero img.second {
		max-width: 100%;
	}
	
	.hero img.first {
		top: 0;
		transform: translate(40%);
	}
	
	.hero img.second {
		top: 50vh;
    transform: translate(25%);
	}
	
	.hero .content-center .text-box {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 12px;
		font-size: 20px;
		transform: translate(40%, -15%);
	}

	.hero .question {
		left: 40px;
		width: auto;
		bottom: 15%;
	}
	
	.hero .sample-audio {
		display: block;
	}
	
	.feedback .grid {
		grid-template: auto / 1fr 40%;
		width: 80%;
	}
	
	.feedback .customer-list {
		display: grid;
		grid-template: auto / 1fr auto;
	}
	
	.feedback img.first,
	.feedback img.second {
		max-width: 100%;
	}
}