@import "./common-structure.css";

/* Affiliate page style */
.gaHeroSecWrap {
	position: relative;
	padding: 80px 0 75px;
}
.gaHeroSecWrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.gaHeroSecWrap .bg::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0.73;
}
.gaHeroSecWrap .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gaHeroSecWrap .row {
	align-items: center;
}
.gaHeroSecWrap .headlineWrap {
	position: relative;
}
.gaHeroSecWrap .headlineWrap::before {
	content: "";
	position: absolute;
	top: -75px;
	right: 0;
	width: 94px;
	height: 92px;
	background: url('/affiliates/images/white-arrow-icon.svg') center no-repeat;
	background-size: 100%;
}
.gaHeroSecWrap .headlineWrap .headline {
	color: #FFF;
	font-size: 46px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 45px;
	position: relative;
}
.gaHeroSecWrap .headlineWrap .headline::after {
	content: "";
	bottom: -27px;
	left: 0;
	width: 100%;
	max-width: 345px;
	height: 27px;
	background: url("/affiliates/images/hero-underline-curve-line.svg") no-repeat bottom left;
	background-size: 100% auto;
	position: absolute;
	z-index: -1;
}
.gaHeroSecWrap .headlineWrap p {
	color: rgba(255, 255, 255, 0.88);
	font-family: Spartan;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 0;
}

.gaHeroBottomBanner {
	background: #CFF0E2;
	position: relative;
	padding: 16px 0;
}

.gaHeroBottomBanner .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
}
.gaHeroBottomBanner .inner span {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: normal;
}
.gaHeroBottomBanner .inner .logo {
	max-width: 140px;
	height: auto;
}
.gaHeroBottomBanner .inner .sptr {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #000;
}

.gaThreeStepSecWrap {
	position: relative;
	padding: 100px 0;
}
.gaThreeStepSecWrap .imgWrap {
	width: 100%;
	max-height: 620px;

	overflow: hidden;
	border-radius: 28px;

	position: relative;
}
.gaThreeStepSecWrap .imgWrap img {}
.gaThreeStepSecWrap .imgWrap .bgImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gaThreeStepSecWrap .imgWrap .logoImg {
	position: absolute;
	bottom: 20px;
	right: 10px;

	max-width: 208px;
}

.gaThreeStepSecWrap .row {
	align-items: center;
}
.gaThreeStepSecWrap .contentWrap {}
.gaThreeStepSecWrap .contentWrap .subHeadline {
	color: #FF8A00;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.gaThreeStepSecWrap .contentWrap .headline {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 30px;
}
.gaThreeStepSecWrap .contentWrap .stepsWrap {}
.gaThreeStepSecWrap .contentWrap .stepsWrap .stepWrap {
	margin-bottom: 45px;
	display: grid;
	grid-template-columns: 66px 1fr;
	gap: 24px;
}
.gaThreeStepSecWrap .contentWrap .stepsWrap .stepWrap:last-child {
	margin-bottom: 0;
}
.gaThreeStepSecWrap .contentWrap .stepsWrap .stepWrap .numWrap {
	width: 66px;
	height: 66px;
	border-radius: 100%;

	background: #FFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.08);

	display: flex;
	justify-content: center;
	align-items: center;

	color: #278C61;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	padding-top: 4px;
}
.gaThreeStepSecWrap .contentWrap .stepsWrap .stepWrap .txtWrap {
	color: rgba(0, 0, 0, 0.51);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.gaExploreSecWrap {
	position: relative;
	padding: 110px 0 50px;
	background: #F8F8F8;
}

.gaExploreSecWrap .inner {}
.gaExploreSecWrap .headlineArea {
	display: grid;
	grid-template-columns: 35% 1fr;
	gap: 50px;
	margin-bottom: 63px;
}
.gaExploreSecWrap .headlineArea .headline {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
}
.gaExploreSecWrap .headlineArea p {
	color: rgba(0, 0, 0, 0.52);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 0;
}

.gaExploreSecWrap .programAreaWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 20px;
	margin-bottom: 65px;
}
.gaExploreSecWrap .programArea {
	flex: 1 31%;
	width: 31%;
	max-width: 435px;
	padding: 20px 24px 28px;
	border-radius: 15px;
	background: #D8F1FF;
}
.gaExploreSecWrap .programArea .num {
	color: #2983B5;
	font-size: 16px;
	font-weight: 600;
	line-height: 0;
	margin-bottom: 14px;

	width: 51px;
	height: 51px;

	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 100%;

	background: rgba(41, 131, 181, 0.27);
	padding-top: 4px;

}
.gaExploreSecWrap .programArea .headline {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
}
.gaExploreSecWrap .programArea .linkWrap {
	color: #29B57A;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	text-decoration: none;
}
.gaExploreSecWrap .programArea .linkWrap span {
	text-decoration: underline;
}
.gaExploreSecWrap .programArea .linkWrap i {
	font-size: 20px;
}

.gaExploreSecWrap .programArea.pa2 {
	background: #E1DFF3;
}
.gaExploreSecWrap .programArea.pa2 .num {
	background: #EFECFF;
	color: #6F59FF;
}

.gaExploreSecWrap .programArea.pa3 {
	background: #F4EDDA;
}
.gaExploreSecWrap .programArea.pa3 .num {
	background: #DFD1AA;
	color: #CF7913;
}

.gaExploreSecWrap .programArea.pa4 {
	background: #F7DDE9;
}
.gaExploreSecWrap .programArea.pa4 .num {
	background: #FFBBDA;
	color: #DE3984;
}

.gaExploreSecWrap .programArea.pa5 {
	background: #DFE8E9;
}
.gaExploreSecWrap .programArea.pa5 .num {
	background: #ACC4C7;
	color: #415865;
}

.gaExploreSecWrap .programArea.pa6 {
	background: #B1F4C4;
}
.gaExploreSecWrap .programArea.pa6 .num {
	background: #A1D993;
	color: #278C61;
}

.gaExploreSecWrap .bottomTxtWrap {}
.gaExploreSecWrap .bottomTxtWrap p {
	color: #000;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 0;
}

.gaLeadGenSecWrap {
	position: relative;
	padding: 100px 0 60px;
	overflow: hidden;
}
.gaLeadGenSecWrap::after {
	content: "";
	width: 634px;
	height: 414px;
	position: absolute;
	top: calc(100% - 50px);
	transform: translateX(-50%);
	left: 50%;
	border-radius: 634px;
	background: #54BE96;
	filter: blur(500px);
	z-index: -1;
}
.gaLeadGenSecWrap .row:last-child {
	justify-content: center;
}
.gaLeadGenSecWrap .headlineWrap {
	margin-bottom: 50px;
}
.gaLeadGenSecWrap .headline {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 10px;
}
.gaLeadGenSecWrap p {
	color: rgba(0, 0, 0, 0.51);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.gaLeadGenSecWrap .headlineWrap p {
	margin-bottom: 0;
}

.gaLeadGenSecWrap .iconWrap  {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 14px;
	margin-bottom: 50px;
}
.gaLeadGenSecWrap .iconWrap .icon {
	width: 60px;
	height: 60px;
	background: #fff;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
}
.gaLeadGenSecWrap .iconWrap .icon img {
	max-width: 100%;
	max-height: 100%;
}
.gaLeadGenSecWrap .iconWrap .txt {}
.gaLeadGenSecWrap .iconWrap .txt h3 {
	margin-bottom: 10px;
	color: #191A15;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.gaLeadGenSecWrap .iconWrap .txt p {
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.60);
}
.gaLeadGenSecWrap.tla::after {
	display: none;
}

.twoColSecWithBg {
	position: relative;
	padding: 120px 0 130px;
	background: #182934;
}

.twoColSecWithBg .row {
	align-items: center;
}
.twoColSecWithBg .txtWrap {}
.twoColSecWithBg .txtWrap h2 {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 30px;
}
.twoColSecWithBg .txtWrap p {
	color: rgba(255, 255, 255, 0.67);
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 25px;
}
.twoColSecWithBg .txtWrap p strong {
	color: #FFF;
	font-weight: 700;
}

.twoColSecWithBg .imgWrap {}
.twoColSecWithBg .imgWrap img {
	width: 100%;
	height: auto;
}


.gaCtaBannerWrap {
	padding: 80px 0;
	position: relative;
}
.gaCtaBannerWrap .inner {
	position: relative;
	padding: 40px 50px;
}

.gaCtaBannerWrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 19px;
	overflow: hidden;
}
.gaCtaBannerWrap .bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(93deg, #000 10.2%, rgba(0, 0, 0, 0.00) 89.16%);
}
.gaCtaBannerWrap .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gaCtaBannerWrap .txtWrap {
	max-width: 870px;
}
.gaCtaBannerWrap .txtWrap .headline {
	color: #FFF;
	font-size: 47px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.gaCtaBannerWrap .txtWrap .headline .underline {
	position: relative;
	white-space: nowrap;
}
.gaCtaBannerWrap .txtWrap .headline .underline::after {
	content: "";
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 14px;
	background: url("/affiliates/images/banner-txt-underline.svg") no-repeat bottom right;
	background-size: 100% auto;
	position: absolute;
	z-index: -1;
}
.gaCtaBannerWrap .txtWrap .btnWrap {}
.gaCtaBannerWrap .txtWrap .btnWrap .btn {
	display: inline-block;
	max-width: 205px;
	padding: 16px;
	border-radius: 5px;
	background: #FFF;
	color: #29B57A;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	border: unset;
}
.gaCtaBannerWrap.afa {
	overflow: hidden;
}
.gaCtaBannerWrap.afa .txtWrap {
	max-width: 780px;
}
.gaCtaBannerWrap.afa .txtWrap .headline {
	font-size: 27px;
	line-height: normal;
	margin-bottom: 24px;
}
.gaCtaBannerWrap.afa .container {
	position: relative;
	z-index: 1;
}
.gaCtaBannerWrap.afa::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1243px;
	height: 595px;
	border-radius: 100%;
	background: #54BE96;
	filter: blur(500px);
	z-index: -1;
}

@media (max-width: 1024px) {
	.gaExploreSecWrap .programArea {
		flex: 1 48%;
		width: 48%;
	}
}
@media (max-width: 1023px) {
	.gaHeroSecWrap .headlineWrap {
		margin-bottom: 40px;
	}
	.gaHeroSecWrap .headlineWrap {
		padding-right: 40px;
	}
	.gaHeroSecWrap .headlineWrap::before {
		top: 70px;
		rotate: 90deg;
	}
}
@media (max-width: 991px) {
	.gaThreeStepSecWrap {
		padding: 50px 0;
	}
	.gaThreeStepSecWrap .row > .imgCol {
		order: 2;
	}
	.gaThreeStepSecWrap .contentWrap {
		margin-bottom: 30px;
	}
	.gaThreeStepSecWrap .imgWrap {
		border-radius: 20px;
	}

	.gaExploreSecWrap {
		padding: 50px 0;
	}
	.gaExploreSecWrap .headlineArea {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.gaExploreSecWrap .headlineArea .headline {
		margin-bottom: 12px;
	}

	.gaExploreSecWrap .bottomTxtWrap p {
		font-size: 26px;
		line-height: 1.5;
	}

	.gaLeadGenSecWrap {
		padding: 50px 0;
	}

	.twoColSecWithBg {
		padding: 50px 0;
	}

	.gaCtaBannerWrap {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.gaHeroSecWrap .headlineWrap {
		text-align: left;
		padding-right: 30px;
	}
	.gaHeroSecWrap .headlineWrap::before {
		width: 64px;
		height: 64px;
		top: 100px;
	}
	.gaHeroSecWrap .headlineWrap .headline {
		font-size: 36px;
		margin-bottom: 12px;
	}
	.gaHeroSecWrap .headlineWrap .headline::after {
		display: none;
	}

	.gaThreeStepSecWrap .contentWrap {
		text-align: left;
	}
	.gaThreeStepSecWrap .contentWrap .subHeadline {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.gaThreeStepSecWrap .contentWrap .headline {
		font-size: 28px;
		line-height: 48px;
	}
	.gaThreeStepSecWrap .contentWrap .stepsWrap .stepWrap .numWrap {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}
	.gaThreeStepSecWrap .contentWrap .stepsWrap .stepWrap {
		margin-bottom: 20px;
		grid-template-columns: 48px 1fr;
		gap: 14px;
	}
	.gaThreeStepSecWrap .imgWrap {
		max-height: 425px;
	}

	.gaExploreSecWrap {
		text-align: left;
	}
	.gaExploreSecWrap .headlineArea {
		margin-bottom: 38px;
	}
	.gaExploreSecWrap .headlineArea .headline {
		font-size: 28px;
		line-height: 1.35;
	}
	.gaExploreSecWrap .programAreaWrap {
		margin-bottom: 25px;
		gap: 16px;
	}
	.gaExploreSecWrap .programArea {
		flex: 1 100%;
		width: 100%;
	}
	.gaExploreSecWrap .bottomTxtWrap p {
		font-size: 18px;
		line-height: 28px;
	}

	.gaLeadGenSecWrap {
		text-align: left;
	}
	.gaLeadGenSecWrap::after {
		top: calc(60% - 50px);
	}
	.gaLeadGenSecWrap .headlineWrap {
		margin-bottom: 40px;
	}
	.gaLeadGenSecWrap .headline {
		font-size: 28px;
	}
	.gaLeadGenSecWrap .iconWrap {
		grid-template-columns: 56px 1fr;
		margin-bottom: 30px;
	}
	.gaLeadGenSecWrap .iconWrap .icon {
		width: 56px;
		height: 56px;
	}
	.gaLeadGenSecWrap .iconWrap .txt h3 {
		font-size: 18px;
		line-height: 130%;
		margin-bottom: 12px;
	}
	.gaLeadGenSecWrap .iconWrap .txt p {
	}

	.twoColSecWithBg {
		text-align: left;
	}
	.twoColSecWithBg .txtWrap h2 {
		margin-bottom: 20px;
	}
	.twoColSecWithBg .txtWrap p {
		font-size: 16px;
	}

	.gaCtaBannerWrap {
		text-align: left;
	}
	.gaCtaBannerWrap .inner {
		padding: 50px 20px;
	}
	.gaCtaBannerWrap .txtWrap .headline {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 28px;
	}
	.gaCtaBannerWrap .bg::after {
		background: rgba(0, 0, 0, 0.69);
	}
	.gaCtaBannerWrap .txtWrap .btnWrap .btn {
		width: 178px;
		padding: 15px;
		font-size: 16px;
	}

	.gaCtaBannerWrap.afa .txtWrap .headline {
		font-size: 22px;
	}
}
@media (max-width: 375px) {
	.gaHeroBottomBanner .inner {
		gap: 10px;
	}
	.gaHeroBottomBanner .inner span {
		font-size: 16px;
	}
}

/* title loans affiliate */
.tlaHeroSecWrap {
	position: relative;

	padding: 135px 0 20px;
}
.tlaHeroSecWrap .bg {
	position: absolute;
	top: 47px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: calc(100% - 47px);
	z-index: -1;
	max-width: 1600px;
	border-radius: 20px;
	overflow: hidden;
}
.tlaHeroSecWrap .bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 154px;
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 0.01%, #FFF 100%);
}
.tlaHeroSecWrap .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tlaHeroSecWrap .row {
	align-items: center;
}
.tlaHeroSecWrap .headlineWrap {}
.tlaHeroSecWrap .headlineWrap .headline {
	color: #000;
	font-size: 47px;
	font-weight: 700;
	line-height: normal;
	position: relative;
	margin-bottom: 45px;
}
.tlaHeroSecWrap .headlineWrap .headline::after {
	content: "";
	bottom: -27px;
	left: 0;
	width: 100%;
	max-width: 345px;
	height: 27px;
	background: url('/affiliates/images/hero-underline-curve-line.svg') no-repeat bottom left;
	background-size: 100% auto;
	position: absolute;
	z-index: -1;
}
.tlaHeroSecWrap .headlineWrap p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}
.tlaHeroSecWrap .headlineWrap p:last-child {
	margin-bottom: 0;
}
.tlaHeroSecWrap .headlineWrap .btn {
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	background: #29B57A;
	padding: 16px;
	max-width: 230px;
	text-align: center;
	text-decoration: none;
}

.tlaHeroSecWrap .logoImgWrap {
	padding: 12px;
	display: flex;
	gap: 30px;
	margin-top: 70px;
	opacity: 0.8;
}
.tlaHeroSecWrap .logoImgWrap .imgWrap {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tlaHeroSecWrap .logoImgWrap .imgWrap img {
	max-height: 100%;
}

.tlaHeroSecWrap.ila {
	padding: 175px 0 40px;
}
.tlaHeroSecWrap.ila .bg {
	background: #B1FDDD;
	top: 0;
	left: 0;
	transform: unset;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border-radius: unset;
}
.tlaHeroSecWrap.ila .bg::before {
	height: 175px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.tlaHeroSecWrap.ila .bg img {
	display: none;
}
@media (min-width: 768px) {
	.tlaHeroSecWrap.ila .bg::before {
		display: none;
	}
}

.tlaHeroSecWrap.afa .bg {
	top: 0;
	left: 0;
	transform: unset;
	height: 100%;
	max-width: 100%;
	border-radius: 0;
}
.tlaHeroSecWrap.cfa {
	padding: 120px 0 50px;
}
.tlaHeroSecWrap.cfa .bg {
	top: 0;
	left: 0;
	transform: unset;
	width: 100%;
	height: 100%;
	z-index: -1;
	max-width: 100%;
	border-radius: unset;
	background: #000;
}
.tlaHeroSecWrap.cfa .bg::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(91deg, #000 -2.68%, rgba(0, 0, 0, 0.00) 95.45%);
}
.tlaHeroSecWrap.cfa .headlineWrap .headline {
	color: #FFF;
}
.tlaHeroSecWrap.cfa .headlineWrap p {
	color: #FFF;
}
.tlaHeroSecWrap.cfa .logoImgWrap {
	margin-top: 50px;
	display: inline-flex;
	opacity: 1;
	border-radius: 15px;
	background: #FFF;
	padding: 18px 22px;
}

.tlaHeroSecWrap.pda {
	padding-bottom: 50px;
}
.tlaHeroSecWrap.pda .bg {
	top: 0;
	height: 100%;
	background: #1a2b36;
	border-radius: 48px;
}
.tlaHeroSecWrap.pda .bg::before {
	display: none;
}
.tlaHeroSecWrap.pda div:not(.formWrap) > .headlineWrap .headline,
.tlaHeroSecWrap.pda .headlineWrap p {
	color: #fff;
}
.tlaHeroSecWrap.pda .logoImgWrap {
	margin-top: 100px;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1440px) {
	.tlaHeroSecWrap.pda .bg {
		border-radius: unset;
	}
}

.twoColSecWrap {
	padding: 100px 0 70px;
	position: relative;
}
.twoColSecWrap .row {
	align-items: center;
}
.twoColSecWrap.afa.imgLeft::before {
	content: "";
	position: absolute;
	top: -500px;
	right: 0;
	border-radius: 100%;
	width: 595px;
	height: 595px;
	background: #54BE96;
	filter: blur(500px);
	z-index: -10;
}
.twoColSecWrap.imgLeft::after {
	content: "";
	position: absolute;
	top: 30%;
	left: calc(30% - 450px);
	border-radius: 100%;
	width: 450px;
	height: 450px;
	background: #54BE96;
	filter: blur(500px);
	z-index: -10;
}
.twoColSecWrap.imgLeft .row > * {
	order: 2;
}
.twoColSecWrap.imgLeft .row > .imgCol {
	order: 1;
}
.twoColSecWrap .txtWrap h2 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 23px;
}
.twoColSecWrap .txtWrap p {
	color: rgba(0, 0, 0, 0.51);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 20px;
}
.twoColSecWrap .imgWrap {
	width: 100%;
	max-height: 545px;
	overflow: hidden;
	border-radius: 28px;
	position: relative;
}
.twoColSecWrap .imgWrap img.bgImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.twoColSecWrap .imgWrap img.logoImg {
	position: absolute;
	bottom: 20px;
	left: 10px;
	max-width: 208px;
}
.twoColSecWrap.imgLeft .imgWrap img.logoImg {
	left: unset;
	right: 10px;
}
.twoColSecWrap .txtWrap .underline {
	white-space: nowrap;
	position: relative;
}
.twoColSecWrap .txtWrap .underline::after {
	content: "";
	position: absolute;
	bottom: -14px;
	right: 35px;
	width: 80%;
	height: 25px;
	background: url('/affiliates/images/banner-txt-underline.svg') no-repeat;
	background-position: 100% 100%;
	background-size: contain;
}

.threeStepBannerWithBg {
	position: relative;
	padding: 50px 0;
}
.threeStepBannerWithBg .inner {
	position: relative;
	padding: 35px 0 40px;
}
.threeStepBannerWithBg .bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1350px;
	max-width: 100vw;
	height: 100%;
	z-index: -1;
	border-radius: 28px;
	background: #182934;
}
.threeStepBannerWithBg .txtWrap {}
.threeStepBannerWithBg .headlineWrap {
	max-width: 60%;
}
.threeStepBannerWithBg .headlineWrap .subheadline {
	color: #FF8A00;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.threeStepBannerWithBg .headlineWrap .headline {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 35px;
}

.threeStepBannerWithBg .stepGridWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.threeStepBannerWithBg .stepGridWrap .stepWrap {
	display: grid;
	grid-template-columns: 66px 1fr;
	gap: 24px;
}
.threeStepBannerWithBg .stepGridWrap .stepWrap .num {
	flex: 0 0 66px;
	width: 66px;
	height: 66px;
	background: #FFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.08);

	display: flex;
	align-items: center;
	justify-content: center;

	color: #278C61;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	padding-top: 3px;
	border-radius: 100%;
}
.threeStepBannerWithBg .stepGridWrap .stepWrap .txt {
	padding-top: 9px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.grdBannerBgWrap {
	position: relative;
	overflow: hidden;
	text-align: center;

	padding: 120px 0 150px;
}
.grdBannerBgWrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.grdBannerBgWrap .bg::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1243px;
	height: 595px;
	border-radius: 100%;
	background: #54BE96;
	filter: blur(500px);

}
.grdBannerBgWrap p {
	color: #000;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 0;
}

@media (max-width: 1400px) {
	.threeStepBannerWithBg .inner {
		padding: 48px 20px;
	}
	.threeStepBannerWithBg .bg {
		max-width: calc(100vw - (2 * var(--container-pad-x)));
	}
}
@media (max-width: 1024px) {
	.tlaHeroSecWrap .bg {
		border-radius: unset;
	}
}
@media (max-width: 991px) {
	.tlaHeroSecWrap .headlineWrap .headline::after {
		display: none;
	}
	.tlaHeroSecWrap .headlineWrap .headline {
		margin-bottom: 20px;
	}

	.tlaHeroSecWrap .logoImgWrap {
		margin-top: 20px;
		justify-content: center;
	}
	.tlaHeroSecWrap .formWrap {
		margin-top: 38px;
		border-radius: 20px;
	}

	.twoColSecWrap.imgLeft .row > * {
		order: 1;
	}
	.twoColSecWrap.imgLeft .row > .imgCol {
		order: 2;
	}

	.twoColSecWrap {
		padding: 40px 0 40px;
	}
	.twoColSecWrap .imgWrap {
		max-height: 398px;
	}

	.threeStepBannerWithBg .stepGridWrap {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.threeStepBannerWithBg .headlineWrap {
		max-width: 100%;
	}

	.tlaHeroSecWrap.pda {
		padding-top: 80px;
	}
	.tlaHeroSecWrap.pda .logoImgWrap {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.tlaHeroSecWrap {
		text-align: left;
	}
	.tlaHeroSecWrap .headlineWrap .headline {
		margin-bottom: 12px;
		font-size: 38px;
	}
	.tlaHeroSecWrap .headlineWrap p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 22px;
	}
	.tlaHeroSecWrap .logoImgWrap {
		padding: 10px;
		gap: 14px;
	}

	.twoColSecWrap {
		text-align: left;
	}
	.twoColSecWrap .txtWrap h2 {
		font-size: 28px;
		margin-bottom: 12px;
	}
	.twoColSecWrap .txtWrap p {
		font-size: 14px;
		line-height: 24px;
	}
	.twoColSecWrap .imgWrap img.logoImg {
		bottom: 0px;
	}

	.threeStepBannerWithBg {
		text-align: left;
	}
	.threeStepBannerWithBg .headlineWrap .subheadline {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.threeStepBannerWithBg .headlineWrap .headline {
		font-size: 28px;
		margin-bottom: 22px;
	}

	.threeStepBannerWithBg .stepGridWrap .stepWrap {
		gap: 18px;
	}
	.threeStepBannerWithBg .stepGridWrap .stepWrap .num {

		flex:  0 0 52px;
		width: 52px;
		height: 52px;

		font-size: 22px;
	}

	.grdBannerBgWrap {
		padding: 48px 0;
	}
	.grdBannerBgWrap p {
		font-size: 28px;
		line-height: 32px;
	}
	.grdBannerBgWrap .bg::after {
		width: 536px;
		height: 257px;
		filter: blur(215);
		top: 50%;
	}
}
@media (max-width: 375px) {}


/* affiliateFormWrap */
.affiliateFormWrap {
	overflow: hidden;
	background: white;
	border-radius: 32px;

	padding: 40px 30px 28px;
	text-align: left;
}
.affiliateFormWrap .headlineWrap {}
.affiliateFormWrap .headlineWrap .headline {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 22.68px;
	margin-bottom: 20px;
}
.tlaHeroSecWrap.cfa .affiliateFormWrap .headlineWrap .headline {
	color: #000;
}
.affiliateFormWrap .headlineWrap .headline::after {
	display: none;
}
.affiliateFormWrap .pageWrap:not(.active) {
	display: none;
}
.affiliateFormWrap .pageWrap .fieldRow {}
.affiliateFormWrap .pageWrap .fieldRow.col2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}
.affiliateFormWrap .pageWrap .fieldGroup {
	margin-bottom: 22px;
}
.affiliateFormWrap .pageWrap .fieldGroup label {
	color: rgba(18, 20, 29, 0.49);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 4px;
}
.affiliateFormWrap .pageWrap .fieldGroup select,
.affiliateFormWrap .pageWrap .fieldGroup input {

	width: 100%;

	border-radius: 5px;
	border: 1px solid #DDE1E0;
	background: #FFF;

	color: #12141D;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;

	padding: 9px 22px 10px 20px;
}
.affiliateFormWrap .pageWrap .fieldRow.footerRow {
	margin-top: 45px;
}
.affiliateFormWrap .pageWrap .fieldRow.footerRow .fieldGroup {
	margin-bottom: 0;
}
.affiliateFormWrap .pageWrap .fieldGroup .nextBtn,
.affiliateFormWrap .pageWrap .fieldGroup .submitBtn {
	border: none;
	width: 100%;

	border-radius: 10px;
	background: #14B082;
	padding: 16px 20px;

	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;

	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;

	gap: 9px;
}
.affiliateFormWrap .pageWrap .fieldGroup .submitBtn.disabled,
.affiliateFormWrap .pageWrap .fieldGroup .submitBtn:disabled {
	opacity: 0.65;
}

.affiliateFormWrap .msgWrap {
	text-align: center;
}
.affiliateFormWrap .msgWrap h3 {
	color: #000;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	line-height: normal;
}
.affiliateFormWrap .msgWrap p {
	color: rgba(0, 0, 0, 0.47);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
}

@media (max-width: 1024px) {
	.affiliateFormWrap .pageWrap .fieldRow.col2 {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
@media (max-width: 1023px) {
	.affiliateFormWrap .pageWrap .fieldRow.col2 {
		grid-template-columns: 1fr 1fr;
		gap: 25px;
	}
}
@media (max-width: 767px) {
	.affiliateFormWrap {
		padding: 35px 22px;
	}
	.affiliateFormWrap .pageWrap .fieldRow.col2 {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.affiliateFormWrap .pageWrap .fieldGroup {
		margin-bottom: 14px;
	}
	.affiliateFormWrap .pageWrap .fieldRow.footerRow {
		margin-top: 28px;
	}
	.affiliateFormWrap .headlineWrap {
		margin-bottom: 22px;
	}
}

/* affRcrSectionWrap */
.affRcrSectionWrap {
	position: relative;
	padding: 120px 0 60px;

}
.affRcrSectionWrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.affRcrSectionWrap .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.affRcrSectionWrap .textWrap {}
.affRcrSectionWrap .textWrap h2 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 15px;
}
.affRcrSectionWrap .textWrap p {
	color: #767A78;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 30px;
}
.affRcrSectionWrap .textWrap p:last-child {
	margin-bottom: 0;
}
.affRcrSectionWrap .textWrap .btn {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;

	border-radius: 10px;
	background: #14B082;

	padding: 16px 32px;
    text-align: center;
    max-width: fit-content;
}
.affRcrSectionWrap .quickLinkWrap {
	display: grid;
	justify-content: center;
	align-items: center;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
}
.affRcrSectionWrap .quickLinkWrap .quickLink {
	aspect-ratio: 1 / 1.05;
	width: 100%;
	height: auto;
	border-radius: 14px;
	border: 1px solid #CBFFE9;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 52%, #DCFFF0 100%), linear-gradient(0deg, #F3FFFA 4.1%, #A5FFD9 117.9%);
	box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	position: relative;
}
.affRcrSectionWrap .quickLinkWrap .quickLink .imgWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.affRcrSectionWrap .quickLinkWrap .quickLink .imgWrap img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	z-index: 1;
}
.affRcrSectionWrap .quickLinkWrap .quickLink .txtWrap {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    background: linear-gradient(180deg, rgba(240, 241, 255, 0.00) 0%, rgba(245, 245, 255, 0.79) 32%, #FFF 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 26px;
}
.affRcrSectionWrap .quickLinkWrap .quickLink .txtWrap h3 {
	color: #262556;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.193px;
    margin-bottom: 8px;
}
.affRcrSectionWrap .quickLinkWrap .quickLink .txtWrap p {
	color: #6C6F89;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.169px;
    margin-bottom: 0;
}
.affRcrSectionWrap .quickLinkWrap .quickLink:hover {
	border: 1px solid #29B57A;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 52%, #DCFFF0 100%), linear-gradient(357deg, #F3FFFA 22.84%, #A5FFD9 120.23%);
	box-shadow: 0px 14px 48px 0px rgba(118, 204, 167, 0.40);
}
.affRcrSectionWrap .row {
	align-items: center;
}

@media (max-width: 991px) {
	.affRcrSectionWrap {
		padding: 60px 0;
	}

	.affRcrSectionWrap .quickLinkWrap {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.affRcrSectionWrap {
		text-align: center;
	}
	.affRcrSectionWrap .quickLinkWrap {
		grid-template-columns: 1fr;
	}
	.affRcrSectionWrap .quickLinkWrap .quickLink {
		max-width: 300px;
		margin: 0 auto;
	}
	.affRcrSectionWrap .textWrap h2 {
		font-size: 30px;
		line-height: 1.4;
	}
	.affRcrSectionWrap .textWrap p {
		font-size: 16px;
		line-height: 1.8;
	}
}


/* form style */
.max_cash_embeded_forms {}
.max_cash_embeded_forms .appFormPageField {
	margin-bottom: 23px;
}
.max_cash_embeded_forms .appFormPageField label {
	color: rgba(18, 20, 29, 0.49);
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 4px;
}
.max_cash_embeded_forms .appFormPageField input,
.max_cash_embeded_forms .appFormPageField select {
	width: 100%;
    max-width: 100%;

	border-radius: 5px;
	border: 1px solid #DDE1E0;
	background: #FFF;
	padding: 10px 12px;

	color: #12141D;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
}
.max_cash_embeded_forms .submitBtn {
	border-radius: 10px;
	background: #14B082;
	width: 100%;
	max-width: 100%;

	color: #FFF;
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;

	padding: 17px 10px;

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;

	cursor: pointer;
	text-decoration: none;
}

.max_cash_embeded_forms .submitBtn.disabled,
.max_cash_embeded_forms .submitBtn:disabled {
	opacity: 0.65;
}
.max_cash_embeded_forms .appFormConfirmationMessage {
	text-align: center;
}
.max_cash_embeded_forms .appFormConfirmationMessage h3 {
	color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.max_cash_embeded_forms .appFormConfirmationMessage p {
	color: rgba(0, 0, 0, 0.71);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.loader {
	display: block;
    margin: auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite
}
.loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid #14B082;
	animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
	100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/* influencer banner style */
.influBannerWrap {
	position: relative;
	padding: 120px 0 60px;
}

.influBannerWrap .inner {
    border-radius: 16px;
    background: linear-gradient(137deg, #29B57A 16.14%, #EAF7F1 138.51%);
	background: linear-gradient(137deg, #29B57A 16.14%, #EAF7F1 138.51%);
    overflow: hidden;
    padding: 50px;
}
.influBannerWrap .imgWrap {
}
.influBannerWrap .imgWrap img {
	display: block;
	max-width: 100%;
}

.influBannerWrap .txtWrap {}
.influBannerWrap .txtWrap .subheadline {
	color: rgba(255, 255, 255, 0.68);
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 12px;
}
.influBannerWrap .txtWrap .headline {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 17px;
}
.influBannerWrap .txtWrap p {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 34px;
}
.influBannerWrap .txtWrap .btn {
	display: inline-block;
	width: auto;
	max-width: 100%;
	background: #FFF;
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	padding: 17px 30px;
	border: 1px solid #FFF;
}
.influBannerWrap .txtWrap p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.influBannerWrap .imgWrap {
		margin-bottom: 30px;
	}
}
@media (max-width: 1023px) {
	.influBannerWrap {
		padding: 60px 0;
	}
	.influBannerWrap .inner {
		padding: 50px 25px;
	}
	.influBannerWrap .txtWrap .subheadline {
		font-size: 18px;
	}
	.influBannerWrap .txtWrap .headline {
		font-size: 28px;
	}
	.influBannerWrap .txtWrap .btn {
		font-size: 16px;
		padding: 16px 10px;
	}
}