/* ==========================================================================
   Become A Partner — template stylesheet
   Enqueued at: /assets/css/become-a-partner-template.css
   ========================================================================== */

.bp-page {
	--bp-ink: #16241d;
	--bp-body: #5b665f;
	--bp-green-dark: #17543d;
	--bp-green: #2f9e5f;
	--bp-green-light: #86c96b;
	--bp-bg-soft: #f5f8f4;
	--bp-bg-alt: #eef0ee;
	--bp-white: #ffffff;
	--bp-border: #e3e7e1;
	--bp-radius-lg: 20px;
	--bp-radius-pill: 999px;
	--bp-shadow: 0 20px 40px -24px rgba(23, 84, 61, 0.25);
	--bp-max: 1600px;

	color: #000;
	overflow-x: hidden;
}

.page-template-become-a-partner-template h2 span {
	color: #187A4D;

}

.page-template-become-a-partner-template h2 {
	color: #10201A;
	-webkit-text-fill-color: unset;
}

.bp-section {
	padding: 60px 0;
}

/* -------------------------------------------------------------------------
   Shared text elements
   ------------------------------------------------------------------------- */

.bp-sub_heading {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 14%;
	text-transform: uppercase;
	color: #187A4D;
	margin: 0 0 30px;
}

.bp-sub_heading--center {
	justify-content: center;
	color: var(--bp-body);
}

.bp-sub_heading__dash {
	display: inline-block;
	width: 26px;
	height: 2.5px;
	background: #2FA968;
	flex-shrink: 0;
}

.bp-highlight {
	color: #37A35A;
}

.bp-section__heading {
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.15;
	font-weight: 800;
	margin: 0 0 16px;
	max-width: 820px;
}

.bp-section__desc {
	font-size: 17px;
	line-height: 1.65;
	color: var(--bp-body);
	max-width: 620px;
	margin: 0 0 40px;
}




/* -------------------------------------------------------------------------
   Hero Section
   ------------------------------------------------------------------------- */

.bp-hero {
	background: #F6F9F7;
	border-radius: 0 0 var(--bp-radius-lg) var(--bp-radius-lg);
	padding-top: var(--headerHeight);
	padding-bottom: 60px;
}

.bp-hero-section {
	display: flex;
	align-items: center;
	gap: 26px;
}

.bv-hero-content {
	flex: 1 1 0;
	max-width: 580px;
}

.bp-hero__image {
	flex: 0 0 380px;
	max-width: 380px;
}

.bp-hero__image img {
	width: 100%;
	height: auto;
	display: block;
}



.bp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 21.33px;
	margin: 28px 0;
}

.page-template-become-a-partner-template  .btn-secondary {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.16px;
	background: var(--white) !important;
	border: 1px solid #57B957;
	color: #57B957;
	text-decoration: none;
	text-align: center;
	gap: 8px;
	padding: 15px 24px;
	border-radius: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.page-template-become-a-partner-template .btn-secondary:hover{
	color: #25d466;
	border-color: #25d466;
	background: #fff;
}
.bp-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #7A897F;
}

.bp-hero__badges li {
	position: relative;
	padding-left: 16px;
}

.bp-hero__badges li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #7A897F;
}

.bp-hero__badges li:first-child {
	padding-left: 0;
}

.bp-hero__badges li:first-child::before {
	display: none;
}

.title-with-logo-list .title h2 {
	margin-bottom: 10px;
}

.title-with-logo-list {
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.title-with-logo-list .title-with-logo-list-box {
	width: 100%;
}

.title-with-logo-list .title-with-logo-list-box .container {
	padding: 0 20px;
}

.title-with-logo-list .title {
	text-align: center;
}

.title-with-logo-list .logo-list {
	justify-content: center;
	padding-top: 36px;
}

.title-with-logo-list .title-with-logo-list-slider .slick-list {
	margin: 0 -10px;
}

.title-with-logo-list .logo-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	border-radius: 20px;
	overflow: hidden;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.title-with-logo-list .logo-box img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.title-with-logo-list .logo-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.title-with-logo-list .logo-box picture {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

	aspect-ratio: 9 / 4;
	width: 180px;
	padding: 10px;
	height: auto;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
	background: rgba(255, 255, 255, .85);
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 4px rgba(0, 82, 130, .12);
}

.title-with-logo-list .logo-box picture img {
	object-fit: contain;
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow {
	position: absolute;
	border: none;
	background-color: var(--maincolor);
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 0px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	top: calc(50% - 23px);
	transition: all 0.3s ease 0s;
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow:hover,
.title-with-logo-list .title-with-logo-list-slider .slick-arrow:focus {
	background-color: var(--buttonhover);
	-webkit-box-shadow: rgba(58, 156, 62, 0.40) 0px 2px 18px 2px;
	box-shadow: rgba(58, 156, 62, 0.40) 0px 2px 18px 2px;
	-moz-box-shadow: rgba(58, 156, 62, 0.40) 0px 2px 18px 2px;
	outline: unset;
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow::before {
	font-family: "ecomva" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	font-size: 18px;
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow.slick-prev {
	left: -90px;
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow.slick-prev::before {
	content: '\67';
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow.slick-next {
	right: -90px;
}

.title-with-logo-list .title-with-logo-list-slider .slick-arrow.slick-next::before {
	content: '\68';
}

@media screen and (max-width: 1799px) {
	.title-with-logo-list .title-with-logo-list-slider {
		margin-left: auto;
		margin-right: auto;
	}
}

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

	.title-with-logo-list .logo-box {
		height: 130px;
	}
}

@media screen and (max-width: 1199px) {
	.title-with-logo-list .title-with-logo-list-slider {
		margin-top: 30px;
	}

	.title-with-logo-list .logo-list {
		padding-top: 16px;
	}

	.title-with-logo-list .logo-box {
		height: 110px;
	}
	.title-with-logo-list .logo-box picture{
		width: 160px;
	}
}



@media screen and (max-width: 767px) {
	.title-with-logo-list .title-with-logo-list-slider .slick-arrow {
		top: unset;
		bottom: 4px;
		width: 36px;
		height: 36px;
	}

	.title-with-logo-list .title-with-logo-list-slider .slick-arrow::before {
		font-size: 14px;
	}

	.title-with-logo-list .title-with-logo-list-slider .slick-arrow.slick-prev {
		left: calc(50% - 50px);
	}

	.title-with-logo-list .title-with-logo-list-slider .slick-arrow.slick-next {
		right: calc(50% - 50px);
	}

	.title-with-logo-list .title-with-logo-list-slider {
		margin-top: 20px;
		max-width: 100%;
	}

	.title-with-logo-list .logo-box {
		height: 130px;
	}

	.title-with-logo-list .logo-box picture {
		margin: 0 auto;
	}
}

@media screen and (max-width: 575px) {
	.title-with-logo-list .logo-box {
		height: 110px;
	}
}

@media screen and (max-width: 400px) {
	.title-with-logo-list .title-with-logo-list-slider .slick-list {
		margin: 0 -6px;
	}

	.title-with-logo-list .logo-box {
		height: 110px;
		margin-right: 6px;
		margin-left: 6px;
	}
}

/* -------------------------------------------------------------------------
   Stats Section
   ------------------------------------------------------------------------- */

.bp-stats {
	background: #EFEFEF;
}

.bp-stats__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 0px 50px;
}

.bp-stats__item::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background: #D5D5D5;
}

.bp-stats__item:first-child {
	padding-right: 40px;
	padding-left: 0px;
}

.bp-stats__item:first-child::after {
	content: none;
}

.bp-stats__item:last-child {
	padding-left: 64px;
	padding-right: 0;
}

.bp-stats__number {
	font-size: 66px;
	font-weight: 600;
	color: #187A4D;
	line-height: 100%;
	letter-spacing: -2%;
}

.bp-stats__label {
	font-weight: 500;
	line-height: 118%;
	letter-spacing: 0%;
	max-width: 220px;
	color: #6E6E6E;
}

.bp-stats__item:first-child .bp-stats__label {
	max-width: 284px;
}

.bp-stats__item:last-child .bp-stats__label {
	max-width: 244px;
}


/* -------------------------------------------------------------------------
   Why Partner Section
   ------------------------------------------------------------------------- */

.bp-why {
	background: var(--bp-bg-soft);
}

.bp-why .bp-why-desc {
	max-width: 710px;
}

.bp-why h2 {
	margin-bottom: 20px;
}

.bp-steps .bp-step__title,
.bp-why .bp-card__title {
	font-size: 26px;
}

.bp-why__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 70px;
}

.bp-card {
	background: var(--bp-white);
	border-radius: var(--bp-radius-lg);
	padding: 45.33px 42.67px;
	box-shadow: 0 5.33px 21.33px rgba(15, 33, 26, 0.05);
	margin-bottom: 30px;
	border: 1.33px solid #E7EDE9;
}

.bp-card__icon {
	width: 66.67px;
	height: 66.67px;
	border-radius: 18.67px;
	border: 1.33px solid #DFF0E6;
	background: #EEF6F0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18.67px;
}

.bp-card__icon img {
	width: 44px;
	height: 44px;
}

.bp-card__title {
	margin: 0 0 18px;
	color: #10201A;
}

.bp-card__desc {
	color: #55655C;
	margin: 0;
}



/* -------------------------------------------------------------------------
   Program Steps Section
   ------------------------------------------------------------------------- */

.bp-steps-content {
	display: flex;
	flex-direction: column;
	gap: 21.33px;
	margin-bottom: 60px;
	color: #10201A;
}

.bp-steps-sub_heading {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 14%;
	line-height: 100%;
	text-transform: uppercase;
	color: #187A4D;
}





.bp-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	margin: 32px 0 40px;
	border-top: 1.33px solid #E7EDE9;
}

.bp-step {
	padding: 45.33px 34.67px 45.33px 0px;
	border-right: 1.33px solid #E7EDE9;
}

.bp-steps__grid .bp-step:last-child {
	border-right: 1.33px solid transparent;
}

.bp-step__number {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 20px;
	color: #2FA968;
	margin-bottom: 18px;
}

.bp-step-divider {
	display: block;
	width: 100%;
	height: 2.67px;
	border-radius: 2.67px;
	margin-top: 21.33px;
	margin-bottom: 29.33px;
	background: linear-gradient(90deg, #12603E 0%, #1E8A57 50%, #2FA968 100%);
}


.bp-step__desc {
	color: #55655C;
	margin-top: 14px;

}




.bp-empty {
	text-align: center;
	color: var(--bp-body);
}

/* -------------------------------------------------------------------------
   Accessibility
   ------------------------------------------------------------------------- */

.bp-page a:focus-visible,
.bp-page .bp-btn:focus-visible {
	outline: 2px solid var(--bp-green-dark);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.bp-btn {
		transition: none;
	}
}



/* =========================================================================
   RESPONSIVE
   ========================================================================= */

@media (max-width: 1440px) {
	.bp-hero__image {
		flex-basis: 320px;
		max-width: 320px;
	}

	.bp-stats__number {
		font-size: 48px;
	}

}

@media (max-width: 1200px) {

	.global-cta__image {
		max-width: 50%;
	}

	.bp-hero__image {
		flex-basis: 280px;
		max-width: 280px;
	}

	.bp-trusted {
		padding: 40px 80px;
	}

}

@media (max-width: 1024px) {


	.bp-hero-section {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.bp-hero__image,
	.bv-hero-content {
		width: 100%;
		max-width: 100%;
	}

	.bp-hero__image {
		margin-bottom: 32px;
	}

	.bp-hero__image img {
		max-height: 420px;
		object-fit: cover;
	}


	.bp-why .bp-why-desc {
		margin-bottom: 48px;
	}


	.bp-steps__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bp-step {
		border-right: none;
		border-bottom: 1.33px solid #E7EDE9;
		padding: 32px 0;
	}

	.bp-steps__grid .bp-step:nth-child(2n) {
		border-right: none;
	}


	.bp-stats .row {
		row-gap: 40px;
	}

	.bp-stats__item,
	.bp-stats__item:first-child,
	.bp-stats__item:last-child {
		padding: 0;
	}

	.bp-stats__item:nth-child(odd)::after {
		content: none;
	}



	.bp-stats__label,
	.bp-stats__item:first-child .bp-stats__label,
	.bp-stats__item:last-child .bp-stats__label {
		max-width: none;
	}
}

@media (max-width: 991px) {

	.bp-hero-section {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.bp-stats__number {
		font-size: 38px;
	}

	.bp-card__icon img {
		width: 34px;
		height: 34px;
	}

	.bp-hero__image,
	.bv-hero-content {
		flex-basis: auto;
		max-width: 100%;
		width: 100%;
	}

	.bp-hero__heading,
	.bp-hero__desc {
		max-width: 100%;
	}

	.bp-hero__image {
		margin-bottom: 32px;
	}

	.bp-hero__image img {
		max-height: 360px;
		object-fit: cover;
		border-radius: var(--bp-radius-lg, 12px);
	}

	.bp-trusted__list {
		justify-content: space-between;
		gap: 32px 40px;
	}

	.bp-stats__item {
		padding: 0 24px;
	}

	.bp-stats__item:first-child {
		padding-right: 24px;
	}

	.bp-stats__item:last-child {
		padding-left: 24px;
	}
}

@media (max-width: 767px) {
	.bp-section {
		padding: 56px 0px;
	}

	.global-cta__image {
		max-width: 100%;
	}

	.bp-steps-content {
		gap: 10px;
	}

	.bp-hero__actions {
		gap: 16px;
	}

	.bp-stats__item:first-child,
	.bp-stats__item:nth-child(2) {
		padding-right: 24px;
	}

	.bp-why__grid {
		grid-template-columns: 1fr;
	}

	.bp-card {
		padding: 32px 28px;
		margin-bottom: 0;
	}

	.bp-sub_heading {
		font-size: 14px;
	}
}

@media (max-width: 600px) {

	.bp-steps .bp-step__title,
	.bp-why .bp-card__title {
		font-size: 20px;
	}

	.bp-hero__badges {
		gap: 16px;
		flex-direction: column;
	}

	.bp-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bp-hero__actions .bp-btn {
		text-align: center;
	}

	.bp-hero__image img {
		max-height: 240px;
	}

	.bp-trusted__item {
		font-size: 18px;
	}

	.bp-stats .row {
		row-gap: 32px;
	}

	.bp-stats__item,
	.bp-stats__item:first-child,
	.bp-stats__item:last-child {
		padding: 0;
	}

	.bp-stats__item::after {
		content: none;
	}

	.bp-stats .bp-stats__item {
		gap: 20px;
		text-align: center;
		justify-content: center;
	}

	.bp-stats__item:first-child .bp-stats__label,
	.bp-stats__item:last-child .bp-stats__label {
		max-width: none;
	}

	.title-with-logo-list .logo-box picture {
		width: 150px;
	}

	.bp-steps__grid {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.bp-step {
		border-bottom: 1.33px solid #E7EDE9;
	}

	.bp-steps__grid .bp-step:last-child {
		border-bottom: none;
	}

	.bp-step__desc {
		max-width: none;
	}

	.bp-btn {
		padding: 16px 26px;
		font-size: 16px;
	}
}