/* Home Banner
============================================================================= */
#syb-banner { position: relative; padding-top: var(--header-height); min-height: 100vh; overflow: visible; background-color: var(--secondary); background-image: url('/images/home-banner-1.webp'); background-size: cover; background-position: top center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; justify-content: center; }
#syb-banner::after { content: ''; background: rgba(var(--secondary-rgb),.5); position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
#syb-banner .container-fluid { position: relative; z-index: 9; padding: 0 6vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

/* Home Banner Prompt */
#syb-banner .prompt { color: #fff; position: relative; padding: 120px 0; width: 515px; max-width: 100%; text-align: center; width: 1000px; margin-left: auto; margin-right: auto;  }
#syb-banner .prompt__lead { font-size: 56px!important; color: inherit!important; font-weight: 600; margin: 0 0 16px; letter-spacing: -.5px; line-height: 1; }
#syb-banner .prompt__sub { font-size: 20px; color: inherit!important; font-weight: 500; margin: 25px 0 40px; letter-spacing: .5px; line-height: normal; }

@media (max-width:991px) {
	#syb-banner .prompt { text-align: center; width: 100%; }
}
@media (max-width:500px) {
	#syb-banner { background-image: none!important; }
	#syb-banner .prompt__lead { font-size: 36px!important; }
}

/* Home CTAs
============================================================================= */
#syb-ctas { width: 1100px; max-width: 100%; margin: auto auto -75px; }
.syb-ctas { display: flex; align-items: stretch; justify-content: center; gap: 20px; }
.syb-cta__item { padding: 32px; background-color: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.03), 0 24px 32px 0 rgba(156, 157, 184, 0.10); border-radius: 8px; flex: 1 1 calc(33.33% - 20px); text-align: center; }
.syb-cta__item p { color: var(--gray-light); font-size: 16px; font-weight: 400; line-height: normal; letter-spacing: 0.5px; margin: 0; }
.syb-cta__title { color: #000; font-size: 24px; font-weight: 600; line-height: normal; margin: 0;  display: flex; align-items: center; justify-content: center; gap: 16px; }
.syb-cta__title span { color: var(--primary); font-size: 64px; font-weight: 300; line-height: normal; letter-spacing: -1.5px; }
@media (max-width: 992px){
	#syb-ctas { padding: 0 12px; }
	.syb-ctas { flex-direction: column; align-items: center; }
	.syb-cta__item { max-width: 400px; }
}

/* SYB why
============================================================================= */
#syb-why { padding: 200px 0 120px; }
#syb-why header .display-1 { font-size: 34px!important; margin: 0 0 48px; }
.syb-why__container { display: flex; gap: 20px; justify-content: center; align-items: start; }
.syb-why__item h4 { margin: 24px 0; }
.syb-why__item p { font-size: 16px; letter-spacing: 0.5px; margin: 0; font-weight: 400; }
.syb-why__icon { height: 80px; width: 80px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; }

@media(min-width:992px){
	.syb-why__item { flex: 1 1 calc(25% - 20px); }
}
@media (max-width: 991px){
	.syb-why__container { flex-wrap: wrap; }
}

/* Home Steps
============================================================================= */
#home-steps {  }
.home-steps__container { display: flex; gap: 20px; justify-content: center; counter-reset: step-counter; }
.home-steps__item { flex: 1 1 calc(33.33% - 20px); }
.home-steps__item img { border-radius: 8px; }
.home-steps__item h4 { padding-left: 88px; position: relative; margin: 41px 0; }
.home-steps__item h4::before { counter-increment: step-counter; content: counter(step-counter); position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 64px; width: 64px; border-radius: 50%; border: 4px solid var(--primary); display: flex; align-items: center; justify-content: center; font-size: 38px; font-weight: 600; }
.home-steps__item p { margin: 0; font-weight: 400!important; }

@media (max-width: 768px){
	.home-steps__container { display: block; }
	.home-steps__item { width: 400px; max-width: 100%; margin: 0 auto 30px; text-align: center; }
	.home-steps__item h4 { padding: 84px 0 0; margin: 20px 0; }
	.home-steps__item h4::before { left: 50%; transform: translateX(-50%); top: 0; }
}


/* Home FAQ
============================================================================= */
#home-faq { }
#home-faq .container-fluid { display: flex; justify-content: space-between; }
#home-faq header { flex: 0 1 30%; }
.home-faq { flex: 0 1 64%; }
.home-faq > li { background: var(--gray); border-radius: 8px; }
.home-faq > li.active { padding-bottom: 24px; }
.home-faq > li > h4 { color: #000!important; font-size: 16px!important; font-weight: 600; line-height: normal; letter-spacing: 0.15px; padding: 24px!important; align-items: center; border-radius: 8px; }
.home-faq > li > div { padding-left: 24px!important; color: var(--gray-light); }
.home-faq > li > h4::after { content: '\f078'!important; margin-left: auto; font-family: "Font Awesome 6 Pro"!important; color: var(--gray-light)!important; font-size: 18px!important; }
.home-faq > li:not(.active) > h4::after { opacity: 1!important; }
.home-faq > li.active > h4:after { transform: rotate(180deg) translate(-25%, -25%)!important; }

@media (max-width: 768px){
	#home-faq .container-fluid { display: block; }
	#home-faq header { text-align: center; }
}

/* Home Team
============================================================================= */
.home-team__item h4 { margin: 24px 0 0; }
.home-team__item h5 { color: var(--primary); font-size: 20px; font-weight: 500; line-height: normal; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 24px; }
.home-team__item .arrow-link { font-size: 14px!important; font-weight: 500!important; letter-spacing: 1.25px; }
.home-team__photo { width: 96px; height: 96px; border-radius: 50%; border: 2px solid var(--primary); padding: 8px; display: flex; align-items: center; justify-content: center; }
.home-team__photo img { height: 80px; width: 80px; border-radius: 50%; object-fit: cover; }

/* Home Exit
============================================================================= */
#home-exit { background-size: cover; }
#home-exit .container-fluid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
#home-exit header { max-width: 600px; }
#home-exit p { color: #A1A5AD; }
.home-exit__image img { border-radius: 8px; }
.home-exit__cta { display: flex; align-items: center; justify-content: start; gap: 16px; }
.home-exit__cta span { color: #A1A5AD; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: 0.5px; }
.home-exit__cta .text-link { color: #fff; font-size: 22px; font-style: normal; font-weight: 600; line-height: 30px; text-decoration-line: underline; }
.home-exit__cta .text-link:hover { color: var(--primary)!important; }

@media (max-width: 992px){
	#home-exit .container-fluid { display: block; }
	#home-exit header { margin: 0 0 50px; max-width: unset; text-align: center; }
	.home-exit__cta { justify-content: center; }
	.home-exit__image { text-align: center; }
}
@media (max-width: 500px){
	.home-exit__cta { flex-direction: column; }
}

.mw-1270 { width: 1270px; }
