body.page-home .hero.hero-image.hero-slider-layout .hero-slide{
	position: relative;
	height: 70vh;
	padding: 0;
}

body.page-home .hero.hero-image.hero-slider-layout::before{
	display: none;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-slide::before{
	display: none;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: url('../../images/home/hero-section.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateX(60px);
	animation: homeHeroImageIn 1s ease-out forwards;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content{
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 55%;
	max-width: 55%;
	z-index: 3;
	text-align: left;
	opacity: 0;
	transform: translate(-40px, -50%);
	animation: homeHeroTextIn 0.9s ease-out 0.2s forwards;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content h1{
	color: var(--dark-color);
	font-size: 48px;
	line-height: 1.08em;
	font-weight: 700;
	margin: 0 0 20px;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content p{
	color: #808285;
	font-size: 15px;
	line-height: 1.4em;
	margin: 0 0 24px;
	max-width: 900px;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content p span{
	color: var(--dark-color);
	font-weight: 700;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-button{
	display: inline-block;
	background-color: var(--dark-color);
	color: var(--white-color);
	font-size: 18px;
	font-weight: 700;
	padding: 14px 28px;
	line-height: 1;
	opacity: 0;
	transform: translateX(-24px);
	animation: homeHeroButtonIn 0.7s ease-out 0.55s forwards;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-button:hover{
	color: var(--white-color);
}

@keyframes homeHeroImageIn{
	from{
		opacity: 0;
		transform: translateX(60px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes homeHeroTextIn{
	from{
		opacity: 0;
		transform: translate(-40px, -50%);
	}
	to{
		opacity: 1;
		transform: translate(0, -50%);
	}
}

@keyframes homeHeroButtonIn{
	from{
		opacity: 0;
		transform: translateX(-24px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
	}
}

@media only screen and (max-width: 991px){
	body.page-home .hero.hero-image.hero-slider-layout .hero-slide{
		height: 100svh;
		padding: 0;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-slide .hero-slider-image{
		background-image: url('../../images/home/mobile-hero.png');
		background-size: cover;
		background-position: center;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content{
		left: 20px;
		right: 20px;
		top: 0;
		bottom: 0;
		width: auto;
		max-width: none;
		transform: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-top: 25svh;
		text-align: center;
		animation: homeHeroTextInMobile 0.9s ease-out 0.2s forwards;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content h1{
		font-size: 34px;
		text-align: center;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content p{
		font-size: 16px;
		text-align: center;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-button{
		margin-top: auto;
		margin-bottom: 60px;
		align-self: center;
	}
}

@keyframes homeHeroTextInMobile{
	from{
		opacity: 0;
		transform: translateY(-20px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

/* iPhone SE and very small screens */
@media only screen and (max-width: 375px){
	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content{
		padding-top: 24svh;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content h1{
		font-size: 24px;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-content p{
		font-size: 12px;
	}

	body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-button{
		font-size: 14px;
		padding: 10px 20px;
		margin-bottom: 32px;
	}
}

body.page-home .loan-needs-section{
	padding: 70px 0;
	display: grid;
	justify-content: center;
}

body.page-home .loan-needs-section h2{
	color: #EA220F;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 36px;
	text-align: center;
}

body.page-home .loan-needs-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 86px;
	align-items: stretch;
}

body.page-home .loan-needs-col{
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	row-gap: 16px;
	text-align: center;
	justify-items: center;
}

body.page-home .loan-needs-image-wrap{
	width: 100%;
	aspect-ratio: 1 / 1;
	max-width: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-home .loan-needs-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

body.page-home .loan-needs-col h3{
	margin: 0;
	color: #808285;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0;
	white-space: normal;
	overflow-wrap: break-word;
	max-width: 230px;
}

body.page-home .loan-needs-col p{
	margin: 0;
	color: #17223E;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	white-space: normal;
	width: 100%;
	max-width: 260px;
}

body.page-home .loan-needs-col .loan-apply-btn{
	display: inline-block;
	justify-self: center;
	background-color: var(--dark-color);
	color: var(--white-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	border-radius: 0;
}

body.page-home .hero.hero-image.hero-slider-layout .hero-overlay-button{
	border-radius: 0;
}

body.page-home .loan-needs-col .loan-apply-btn:hover{
	color: var(--white-color);
}

@media only screen and (max-width: 991px){
	body.page-home .loan-needs-section{
		padding: 50px 0;
	}

	body.page-home .loan-needs-section h2{
		font-size: 28px;
		margin-bottom: 26px;
	}

	body.page-home .loan-needs-grid{
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.page-home .loan-needs-col{
		border-top: 1px solid #E4E6E7;
		padding-top: 24px;
	}

	body.page-home .loan-needs-col:first-child{
		border-top: 0;
		padding-top: 0;
	}

	body.page-home .loan-needs-image-wrap{
		max-width: 220px;
	}
}

body.page-home .testimonial-section{
	padding: 0 0 80px;
}

body.page-home .testimonial-banner-row{
	background-color: #F1F2F2;
}

body.page-home .testimonial-banner-grid{
	display: grid;
	grid-template-columns: 65fr 35fr;
	align-items: stretch;
	min-height: 420px;
}

body.page-home .testimonial-banner-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 40px 56px 0;
	text-align: left;
}

body.page-home .testimonial-banner-content h2{
	margin: 0 0 20px;
	color: #EA220F;
	font-size: 44px;
	line-height: 1.08;
	font-weight: 700;
	text-align: left;
}

body.page-home .testimonial-banner-content p{
	margin: 0;
	color: #17223E;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	max-width: 780px;
	white-space: pre-line;
}

body.page-home .testimonial-banner-content p span{
	color: #EA220F;
	font-weight: 700;
}

body.page-home .testimonial-banner-image-col{
	height: 100%;
	min-height: 420px;
}

body.page-home .testimonial-banner-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}


body.page-home .testimonial-viewer-row{
	padding-top: 44px;
}

body.page-home .testimonial-viewer{
	display: flex;
	align-items: stretch;
	gap: 16px;
}

body.page-home .testimonial-nav-btn{
	flex: 0 0 68px;
	appearance: none;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-home .testimonial-nav-icon{
	width: 86px;
	height: 86px;
	display: block;
}

body.page-home .testimonial-nav-next .testimonial-nav-icon{
	transform: scaleX(-1);
}

body.page-home .testimonial-track{
	display: flex;
	gap: 16px;
	flex: 1 1 0;
	min-width: 0;
}

body.page-home .testimonial-card{
	flex: 1 1 0;
	min-width: 0;
	background: #FFFFFF;
	padding: 22px;
	border: 1px solid #E4E6E7;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

body.page-home .testimonial-name{
	margin: 0;
	color: #17223E;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}

body.page-home .testimonial-role{
	margin: 4px 0 0;
	color: #808285;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
}

body.page-home .testimonial-quote{
	margin: 12px 0 0;
	color: #17223E;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
}

@media only screen and (max-width: 991px){
	body.page-home .testimonial-section{
		padding-bottom: 60px;
	}

	body.page-home .testimonial-banner-grid{
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.page-home .testimonial-banner-content{
		padding: 42px 0 30px;
	}

	body.page-home .testimonial-banner-content h2{
		font-size: 34px;
	}

	body.page-home .testimonial-banner-content p{
		font-size: 16px;
	}

	body.page-home .testimonial-banner-image-col{
		min-height: 280px;
	}

	body.page-home .testimonial-viewer-row{
		padding-top: 30px;
	}

	body.page-home .testimonial-nav-btn{
		flex: 0 0 48px;
	}

	body.page-home .testimonial-nav-icon{
		width: 48px;
		height: 48px;
	}

	body.page-home .testimonial-card{
		padding: 18px;
	}

	body.page-home .testimonial-name{
		font-size: 17px;
	}

	body.page-home .testimonial-quote{
		font-size: 13px;
	}
}

@media only screen and (max-width: 640px){
	body.page-home .testimonial-viewer{
		gap: 8px;
	}

	body.page-home .testimonial-track{
		gap: 8px;
	}

	body.page-home .testimonial-nav-btn{
		flex: 0 0 36px;
	}

	body.page-home .testimonial-nav-icon{
		width: 32px;
		height: 32px;
	}
}

body.page-home .why-trust-section{
	background-color: #F1F2F2;
	padding: 70px 0 80px;
}

body.page-home .why-trust-intro{
	text-align: left;
	margin-bottom: 34px;
}

body.page-home .why-trust-intro h2{
	margin: 0 0 18px;
	color: #EA220F;
	font-size: 44px;
	line-height: 1.08;
	font-weight: 700;
	text-align: left;
}

body.page-home .why-trust-intro p{
	margin: 0;
	color: #17223E;
	font-size: 18px;
	line-height: 1.5;
	max-width: none;
	white-space: normal;
	text-align: left;
}

body.page-home .why-trust-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

body.page-home .why-trust-card{
	flex: 0 0 calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
	background-color: transparent;
	border: none;
	border-radius: 16px;
	padding: 32px 24px 44px;
	display: grid;
	grid-template-rows: 72px auto 1fr;
	row-gap: 14px;
	text-align: center;
	opacity: 1;
	transform: translateY(0) scale(1);
	box-shadow: none;
	will-change: transform, opacity, box-shadow, background-color;
	transition:
		background-color 0.5s cubic-bezier(.4,0,.2,1),
		box-shadow 0.5s cubic-bezier(.4,0,.2,1),
		transform 0.5s cubic-bezier(.4,0,.2,1),
		opacity 0.5s cubic-bezier(.4,0,.2,1);
}

body.page-home .why-trust-card.is-active{
	background-color: #808285;
	opacity: 1;
	transform: translateY(-6px) scale(1.02);
	box-shadow:
		0 8px 24px rgba(0,0,0,0.12),
		0 2px 6px rgba(0,0,0,0.06);
}

body.page-home .why-trust-card:not(.is-active){
	opacity: 0.88;
}

body.page-home .why-trust-icon-wrap{
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-home .why-trust-icon{
	width: 72px;
	height: 72px;
	display: block;
	object-fit: contain;
	transition: transform 0.5s cubic-bezier(.4,0,.2,1), filter 0.5s cubic-bezier(.4,0,.2,1);
	animation: trustIconFloat 3s ease-in-out infinite;
}

body.page-home .why-trust-card.is-active .why-trust-icon{
	transform: scale(1.1);
	animation: trustIconPulse 2.2s ease-in-out infinite;
}

/* white-out only icons that are simple/solid (cards 2-4);
   cards 1 (arrows) & 5 (hands) have fine black linework that gets lost */
body.page-home .why-trust-card:nth-child(2).is-active .why-trust-icon,
body.page-home .why-trust-card:nth-child(3).is-active .why-trust-icon,
body.page-home .why-trust-card:nth-child(4).is-active .why-trust-icon{
	filter: brightness(0) invert(1);
}

@keyframes trustIconFloat{
	0%, 100%{ transform: translateY(0); }
	50%{ transform: translateY(-4px); }
}

@keyframes trustIconPulse{
	0%, 100%{ transform: scale(1.1) translateY(0); }
	50%{ transform: scale(1.15) translateY(-3px); }
}

body.page-home .why-trust-card h3{
	margin: 0;
	color: #17223E;
	font-size: 17px;
	line-height: 1.32;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.01em;
	transition: color 0.5s cubic-bezier(.4,0,.2,1);
}

body.page-home .why-trust-card p{
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.68;
	text-align: center;
	transition: color 0.5s cubic-bezier(.4,0,.2,1);
}

body.page-home .why-trust-card.is-active h3,
body.page-home .why-trust-card.is-active p{
	color: #FFFFFF;
}



body.page-home .why-trust-card.is-entering{
	animation: trustCardIn 0.6s cubic-bezier(.22,1,.36,1) both;
}

body.page-home .why-trust-card.is-leaving{
	animation: trustCardOut 0.5s cubic-bezier(.4,0,1,1) both;
}

@keyframes trustCardIn{
	0%{
		opacity: 0.5;
		transform: translateY(14px) scale(0.96);
		box-shadow: none;
	}
	60%{
		opacity: 0.96;
		transform: translateY(-8px) scale(1.03);
	}
	100%{
		opacity: 1;
		transform: translateY(-6px) scale(1.02);
		box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);
	}
}

@keyframes trustCardOut{
	0%{
		opacity: 1;
		transform: translateY(-6px) scale(1.02);
		box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);
	}
	100%{
		opacity: 0.88;
		transform: translateY(0) scale(1);
		box-shadow: none;
	}
}

@media only screen and (max-width: 1199px){
	body.page-home .why-trust-intro h2{
		font-size: 38px;
	}

	body.page-home .why-trust-grid{
		gap: 16px;
	}

	body.page-home .why-trust-card{
		flex: 0 0 calc((100% - 32px) / 3);
		max-width: calc((100% - 32px) / 3);
	}

	body.page-home .why-trust-card{
		padding: 28px 20px 40px;
		grid-template-rows: 66px auto 1fr;
	}

	body.page-home .why-trust-icon-wrap{
		height: 66px;
	}

	body.page-home .why-trust-icon{
		width: 64px;
		height: 64px;
	}
}

@media only screen and (max-width: 991px){
	body.page-home .why-trust-section{
		padding: 48px 0 56px;
	}

	body.page-home .why-trust-intro{
		margin-bottom: 22px;
	}

	body.page-home .why-trust-intro h2{
		font-size: 34px;
	}

	body.page-home .why-trust-intro p{
		font-size: 16px;
	}

	body.page-home .why-trust-grid{
		gap: 14px;
	}

	body.page-home .why-trust-card{
		flex: 0 0 calc((100% - 14px) / 2);
		max-width: calc((100% - 14px) / 2);
	}

	body.page-home .why-trust-card{
		padding: 24px 18px 36px;
		grid-template-rows: 60px auto 1fr;
	}

	body.page-home .why-trust-icon-wrap{
		height: 60px;
	}

	body.page-home .why-trust-icon{
		width: 56px;
		height: 56px;
	}

	body.page-home .why-trust-card h3{
		font-size: 16px;
	}

	body.page-home .why-trust-card p{
		font-size: 13px;
		line-height: 1.62;
	}
}

@media only screen and (max-width: 640px){
	body.page-home .why-trust-intro h2{
		font-size: 28px;
	}

	body.page-home .why-trust-grid{
		gap: 10px;
	}

	body.page-home .why-trust-card{
		flex: 0 0 100%;
		max-width: 100%;
	}

	body.page-home .why-trust-card{
		padding: 22px 16px 34px;
		border-radius: 12px;
	}
}

body.page-home .home-blog-signup-section{
	background-color: #58595B;
	padding: 56px 0 82px;
}

body.page-home .home-blog-signup-section .container{
	text-align: center;
}

body.page-home .home-blog-signup-section h2{
	margin: 0;
	color: #D1D3D4;
	font-size: 44px;
	line-height: 1.16;
	font-weight: 700;
	text-align: center;
	max-width: none;
}

body.page-home .home-blog-signup-section h2 span{
	color: #BFB924;
}

body.page-home .home-blog-signup-btn{
	display: inline-block;
	margin-top: 18px;
	background-color: #BFB924;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 26px;
	border-radius: 0;
}

body.page-home .home-blog-signup-btn:hover{
	color: #FFFFFF;
}

body.page-home .home-blog-tales-link{
	display: inline-block;
	margin-top: 10px;
	margin-left: 14px;
	color: #D1D3D4;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.22s ease;
}

body.page-home .home-blog-tales-link:hover{
	color: #BFB924;
	text-decoration: none;
}

body.page-home .home-blog-signup-section .blog-insights-viewer{
	margin-top: 44px;
}

body.page-home .blog-insights-viewer .testimonial-track{
	align-items: stretch;
	justify-content: center;
}

body.page-home .blog-insight-card{
	align-items: center;
	text-align: center;
	padding: 0;
	border: none;
	background: transparent;
	display: grid;
	grid-template-rows: auto auto 1fr;
	row-gap: 16px;
	justify-items: center;
}

body.page-home .blog-insight-image-wrap{
	width: 100%;
	aspect-ratio: 1 / 1;
	max-width: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-home .blog-insight-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

body.page-home .blog-insight-card h3{
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	min-height: calc(1.4em * 3);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-transform: none;
	text-align: center;
	letter-spacing: 0;
	white-space: pre-line;
	max-width: none;
	width: 100%;
}

body.page-home .blog-insight-card p{
	margin: 0;
	color: #D1D3D4;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	white-space: normal;
	width: 100%;
	max-width: 260px;
}

@media only screen and (max-width: 991px){
	body.page-home .home-blog-signup-section{
		padding: 44px 0 58px;
	}

	body.page-home .home-blog-signup-section h2{
		font-size: 34px;
	}

	body.page-home .home-blog-signup-section .blog-insights-viewer{
		margin-top: 32px;
	}

	body.page-home .blog-insight-image-wrap{
		max-width: 220px;
	}

	body.page-home .blog-insight-card p{
		max-width: 220px;
	}
}

@media only screen and (max-width: 640px){
	body.page-home .home-blog-signup-section h2{
		font-size: 28px;
	}

	body.page-home .blog-insight-card h3{
		font-size: 15px;
	}

	body.page-home .blog-insight-card p{
		font-size: 13px;
	}
}
