.HOME-PFA { background-color: #F6F6FB; position: relative; }

.HOME-PFA .b-flourish { top: calc(1090px/-2); left: calc(1090px/-2); }

.HOME-PFA .b-frame { padding-bottom: 0; }

.HOME-PFA .content { padding: 0 40px 100px 0; }

.HOME-PFA .image {
	background: no-repeat center top;
	background-size: cover;
}

.HOME-PFA .image::after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.HOME-PFA .logos { position: relative; margin-bottom: -150px; }

.HOME-PFA .logos::before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.HOME-PFA .logos .container {
	position: relative;
	text-align: center;
	padding: 60px 40px 30px;
	color: #fff;
	background: #003282;
	border-radius: 10px;
	box-shadow: 0 20px 50px 0 rgba(88,88,88,0.3);
}

.HOME-PFA.CLIENTS-CAROUSEL .carousel .flickity-page-dots .dot {
	height: 8px;
	width: 8px;
	opacity: 0.3;
	background-color: #FFFFFF;
	transition: 0.25s;
}

.HOME-PFA.CLIENTS-CAROUSEL .carousel > .flickity-page-dots > .dot.is-selected {
	height: 12px;
	width: 12px;
	opacity: 1;
}

.HOME-PFA .logos h3 { margin-bottom: 60px; }

.HOME-PFA .b-column:nth-child(2) { align-self:flex-end; }

@media screen and (min-width: 1801px) {
	.HOME-PFA .content h1 {margin-right:-80px; font-size:70px;}
	.HOME-PFA .content > h1 > mark { background: linear-gradient(#C0DCFE, #C0DCFE) no-repeat 0 60px; }
}

@media screen and (min-width: 1501px) {
	.HOME-PFA .image { margin: -60px -185px 0 0 ;}
	.HOME-PFA .logos .container { margin:0 -120px; padding: 60px 120px 30px; }
}

@media screen and (min-width: 901px) {
	.HOME-PFA .b-button {margin-top:20px;}
	.HOME-PFA .b-button + .b-button {margin-left:20px;}
}

@media screen and (max-width: 900px) {
	.HOME-PFA .logos h3 { margin-bottom: 30px; }
	.HOME-PFA.CLIENTS-CAROUSEL .carousel .cell { width: 33.33%; }

	.HOME-PFA .content {padding: 0 0 40px 0;}
	.HOME-PFA .logos .container {padding:40px 20px;}
}




/* HOME-INTRO */
.HOME-INTRO .b-frame:first-of-type { padding: 250px 40px 0; }
.HOME-INTRO .b-frame:last-of-type { padding: 100px 40px 130px; }


.HOME-INTRO .stat {
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	color: #1C6BFF;
	text-align: center;
	border-radius: 10px;
	background-color: #F6F6FB;
}

.HOME-INTRO .stat .symbol,
.HOME-INTRO .stat .number {
	font-weight: 800;
	font-size: 110px;
	line-height: 110px;
}

.HOME-INTRO .stat > h5 {
	text-align: center;
	margin: 0 auto 0;
	color: #091018;
	display: block;
	margin-top: 15px;
}

.HOME-INTRO .divider {
	margin: 60px 0;
	position: relative;
	text-align: center;
}

.HOME-INTRO .divider::before {
	content: "";
	display: block;
	background: #D8D8D8;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
}

.HOME-INTRO .divider .content {
	padding: 10px 20px;
	background: #fff;
	width: fit-content;
	max-width: 900px;
	box-shadow: 0 15px 50px 0 rgba(0,0,0,0.1);
	margin: 0 auto;
	position: relative;
}

.HOME-INTRO .divider .b-media {
	height: 60.12px;
	width: 146.52px;
	margin: 0 auto ;
	background-color: initial;
}

.HOME-INTRO .divider .divider-text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.HOME-INTRO .carousel > .flickity-page-dots { margin-top: 40px; }
.HOME-INTRO .carousel > .flickity-page-dots > .dot { background-color: #1C6BFF; }

/* * Remove this if divider comess back */
.HOME-INTRO .awards { margin-top: 60px; }

.HOME-INTRO .awards > h2 {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.HOME-INTRO .awards .awards-carousel { margin: 60px 0 0; }

.HOME-INTRO .awards .awards-carousel.is-single { margin-bottom: none; }
.HOME-INTRO .awards .awards-carousel.is-single .flickity-page-dots { display: none; }

.HOME-INTRO .awards .awards-carousel .cell:not(:last-of-type) { margin-right: 100px; }
.HOME-INTRO .awards .awards-carousel .cell {
	height: 150px;
	width: 115px;
}

.HOME-INTRO .awards .awards-carousel img {
	/* height: 150px;
	width: 115px; */
	max-height: 100%;
	width: auto;
}

.HOME-INTRO .card {
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	box-shadow: 0 15px 50px 0 rgba(0,0,0,0.1);
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: inherit;
	z-index: 1;
}

.HOME-INTRO .card .content {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
}
.HOME-INTRO .card .content p:nth-last-of-type(2) { margin-top: 15px; }

.HOME-INTRO .card .content p:last-of-type {
	/* padding-top: 40px; */
	margin-top: auto;
}

@media screen and (min-width: 1201px) {
	/* .HOME-INTRO .b-frame:nth-of-type(1) { padding: 200px 40px 60px; } */
}

@media screen and (max-width: 900px) {
	.HOME-INTRO .b-frame:first-of-type { padding: 220px 40px 60px; }
	.HOME-INTRO .b-frame-head { text-align: center; }
	.HOME-INTRO .b-frame:first-of-type .b-frame-head > h2 { font-size: 26px; line-height: 36px; }
	.HOME-INTRO .b-frame:last-of-type { padding: 20px 40px 130px; }


	.HOME-INTRO .b-columns { margin: -10px; }
	.HOME-INTRO .b-columns > .b-column { padding: 10px; }

	.HOME-INTRO .stat .symbol,
	.HOME-INTRO .stat .number {font-size:58px; line-height:58px;}
	
	.HOME-INTRO .card {padding:20px;}
	.HOME-INTRO .card .button {padding-top:20px;}
	.HOME-INTRO .divider {margin:40px 0;}

	.HOME-INTRO .awards .awards-carousel { margin: 20px 0 0; }
	.HOME-INTRO .awards .awards-carousel .cell {
		width: 33.33%;
		height: 150px;
		/* width: 115px; */
	}
	.HOME-INTRO .awards .awards-carousel .cell img { margin: 0 auto; }
	.HOME-INTRO .awards .awards-carousel .cell:not(:last-of-type) { margin-right: 0; }
}



/* HOME-STEPS */
.HOME-STEPS { position: relative; background: #F6F6FB }

.HOME-STEPS .b-frame:last-child { padding-bottom: 0; }

.HOME-STEPS .b-frame-head { position: relative; }
.HOME-STEPS .b-frame-head > h2 { max-width: 1000px; margin: 0 auto 35px; }
.HOME-STEPS .b-frame-head > p { max-width: 1100px; margin: 0 auto; }

.HOME-STEPS .video-section {
	max-width: 900px;
	margin: 0 auto;
}

.HOME-STEPS .video-section .b-media::after { padding-bottom: 56.25%; }

.HOME-STEPS .video-section .b-media iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.HOME-STEPS .b-flourish { top: calc( 803.11px/-2); right: calc( 803.11px/-2); }


.HOME-STEPS .cards .card {
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
	padding: 40px;
	border-top: 3px solid transparent;
}

.HOME-STEPS .cards .card .image {
	width: 80px;
	height: 80px;
	background: no-repeat center / cover;
	margin-bottom: 30px;
}



.HOME-STEPS .cards .card .content {
	display: flex;
	flex-flow: column;
}

.HOME-STEPS .cards .card .image[style="background-image:url();"] {background:rgba(0,0,0,0.1); border-radius:35px;}

.HOME-STEPS .cards .b-column:nth-child(1) .card {border-color:#A06EED;}
.HOME-STEPS .cards .b-column:nth-child(2) .card {border-color:#F56261;}
.HOME-STEPS .cards .b-column:nth-child(3) .card {border-color:#2F8DFE;}


.HOME-STEPS .divider {
	margin: 60px 0;
	position: relative;
	text-align: center;
	height: 1px;
	background: #D8D8D8;
}

/* steps */
.HOME-STEPS .step > .b-columns { justify-content: space-between; }
.HOME-STEPS .step .content {margin: 0 auto; }

.HOME-STEPS .step-1 { margin-bottom: 40px; }
.HOME-STEPS .step-2 { margin-bottom: 100px; }
.HOME-STEPS .step-3 { margin-bottom: 120px; }

.HOME-STEPS .number {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 22px;
	background-color: #1C6BFF;
	font-size: 26px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.HOME-STEPS .number + * {margin-top:0;}

.HOME-STEPS .step .image {
	padding-bottom: 75%;
	background: no-repeat center / contain;
}

.HOME-STEPS .step .image[style="background-image:url();"] {background:rgba(0,0,0,0.1);}

.HOME-STEPS .step .card {
	border-radius: 10px;
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	box-shadow: 0 15px 50px 0 rgba(0,0,0,0.1);
	padding: 25px;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.HOME-STEPS .step .card .content {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
}
.HOME-STEPS .step .card .content p:first-of-type {
	opacity: 0.7;
	color: #091018;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.HOME-STEPS .step .card .content h4 { margin: 0 0 30px 0; }
.HOME-STEPS .step .card .content p:last-of-type {
	margin-top: auto;
}

.HOME-STEPS .step .button {
	padding-top: 40px;
}

.HOME-STEPS .step .card h6 {
	font-size: 16px;
	opacity: 0.7;
	margin-bottom: 20px;
}

.HOME-STEPS .step .card h6 + * {margin-top:0;}

.HOME-STEPS .step .b-columns + .b-columns {
	margin-top: 40px;
}

.HOME-STEPS .step img {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 900px) {
	.HOME-STEPS .step-1,
	.HOME-STEPS .step-2,
	.HOME-STEPS .step-3 { margin-bottom: 60px; }
	.HOME-STEPS .b-frame-head > p > span {
		display: block;
		margin: 1rem 0 0;
	}
}

/* cta */

.HOME-STEPS .cta {
	margin-top: 100px;
	position: relative;
	z-index: 1;
}

.HOME-STEPS .cta .container {
	position: relative;
	text-align: center;
	padding: 60px 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 20px 50px 0 rgba(88,88,88,0.3);
}

.HOME-STEPS .step .logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px 20px;
}

.HOME-STEPS .step .logos .img-wrapper {
	max-height: 50px;
	margin: 15px;
	max-width: 140px;
}
.HOME-STEPS .step .logos .img-wrapper:not(:last-of-type) { margin: 15px 50px 15px 15px; }

.HOME-STEPS .step .logos .img-wrapper img { width: auto; height: 100%; }

@media screen and (max-width: 900px) {
	.HOME-STEPS .step .logos {
		margin: 0 -15px 15px;
	}
	.HOME-STEPS .step .logos .img-wrapper:not(:last-of-type) { margin: 0; }
	.HOME-STEPS .step .logos .img-wrapper {
		margin: 0;
		padding: 15px;
		box-sizing: border-box;
		max-height: 70px;
		width: 50%;
	}
}

/* @media screen and (min-width: 1601px) {
	.HOME-STEPS {margin-left:100px; border-radius:10px 0 0 0;}
} */

@media screen and (min-width: 901px) {
	.HOME-STEPS .step-2 .b-columns:nth-child(1) .b-column:nth-child(1) {order:2;}
	.HOME-STEPS .step-2 .b-columns:nth-child(1) .b-column:nth-child(2) {order:1;}
	.HOME-STEPS .cta h2 + p .b-button {margin-top:20px;}
}

@media screen and (max-width: 1600px) {

	/* .HOME-STEPS .cta::before {
		content: "";
		position: absolute;
		top: 50%;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background: #252E80;
	} */
}

@media screen and (max-width: 900px) {
	.HOME-STEPS .step .image {margin-bottom:-15px;}
	.HOME-STEPS .step .card {padding:20px;}
	.HOME-STEPS .step .card .button {padding-top:20px;}
	.HOME-STEPS .divider {margin:40px 0;}
	.HOME-STEPS .step .b-columns + .b-columns {margin-top:20px;}
	.HOME-STEPS .cta {margin-top:40px;}
	.HOME-STEPS .cta .container{padding:40px 20px;}
}



/* HOME-TESTIMONIAL */

.HOME-TESTIMONIAL {
	position: relative;
	color: #fff;
	background-color: #252E80;
	/* background: #003282; */
	overflow: hidden;
}
.HOME-TESTIMONIAL .b-flourish { top: -500px; left: -500px; }

.HOME-TESTIMONIAL .image {
	margin: 0 auto;
	position: relative;
	max-width: 230px;
	border-radius: 100%;
	background: #F6F6FB no-repeat center / cover;
}

.HOME-TESTIMONIAL .image::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.HOME-TESTIMONIAL .image::after {
	content: "";
	position: absolute;
	top: 0;
	right: -45px;
	width: 90px;
	height: 90px;
	background: url('./../img/testimonial-avatar-flourish.svg') no-repeat center / cover;
}

.HOME-TESTIMONIAL .company {
	position: relative;
	max-width: 180px;
	background: #fff no-repeat center / contain;
	border-radius: 5px;
	height: 60px;
	margin: -20px auto 0;
}

.HOME-TESTIMONIAL .content p:first-of-type {
	opacity: 0.8;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 38px
}
.HOME-TESTIMONIAL .content p:last-of-type { font-weight: 700; }

.HOME-TESTIMONIAL {
	margin-top: -100px;
	padding-top: 180px;
	padding-bottom: 80px;
	position: relative;
}

@media screen and (min-width: 1601px) {
	.HOME-TESTIMONIAL { margin-right:100px; border-radius:0 20px 20px 0; }
	.HOME-TESTIMONIAL + section {margin-top:-100px; padding-top:100px;}
}

@media screen and (max-width: 900px) {
	.HOME-TESTIMONIAL .content {text-align:center;}
}




/* BOTTOM-CTA */

.BOTTOM-CTA { background-color: #F6F6FB; }

.BOTTOM-CTA h2 > mark { background: linear-gradient(#C0DCFE, #C0DCFE) no-repeat 0 30px; }

.BOTTOM-CTA .image {
	background: no-repeat center;
	background-size: contain;
	margin-bottom: -100px;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.BOTTOM-CTA .image::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.BOTTOM-CTA .b-column:nth-child(2) {align-self:flex-end;}

@media screen and (min-width: 1501px) {
	.BOTTOM-CTA .image {margin-right:-120px;}
}

@media screen and (min-width: 901px) {
	.BOTTOM-CTA h2 + p .b-button {margin-top:10px;}
}

@media screen and (max-width: 900px) {
	.BOTTOM-CTA h2 > mark { background: linear-gradient(#C0DCFE, #C0DCFE) no-repeat 0 20px; }
	.BOTTOM-CTA .image {margin-bottom:-40px;}
}

/* CTA */
.CTA.alt-home .content {
	max-width: 620px;
}



/* HOME ROW BLOCK */

.ROW.home-general-row {
	margin-bottom: 60px;
}