/*!
 * theme name: magoosh: live www.m.catharsisit.com   2025
 * author: design by cosmic, inc.
 * author uri: http://designbycosmic.com/
 * description: custom theme for magoosh built by design by cosmic, inc.
 * version: 0.1
 */
 @import url('https://fonts.googleapis.com/css2?family=inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.__container{
	max-width: 1326px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.vertical-edges{
	position: relative;
}
.vertical-edges::after, .vertical-edges::before{
	content:"";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: linear-gradient(180deg,#cecece 30%,transparent 0),linear-gradient(180deg,#cecece 30%,transparent 0);
  background-position: 0,100%;
  background-repeat: repeat-y,repeat-y;
  background-size: 1px 7px,1px 7px;
}
.vertical-edges::after{
	left: 0;
}
.vertical-edges::before{
	right: 0;
}
.horizontal-edges{
	position: relative;
}
.horizontal-edges::after, .horizontal-edges::before{
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background-image: linear-gradient(90deg,#cecece 30%,transparent 0),linear-gradient(90deg,#cecece 30%,transparent 0);
  background-repeat: repeat-x,repeat-x;
  background-size: 7px 1px,7px 1px;
}
.horizontal-edges::after{
	top: 0;
}
.horizontal-edges::before{
	bottom: 0;
}
.bottom-edge{
	position: relative;
}
.bottom-edge::after{
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background-image: linear-gradient(90deg,#cecece 30%,transparent 0),linear-gradient(90deg,#cecece 30%,transparent 0);
  background-repeat: repeat-x,repeat-x;
  background-size: 7px 1px,7px 1px;
}
.bottom-edge::after{
	bottom: 0;
}


.main-header{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
.main-header__wrapper{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	width: 100%;
}
.main-header__logo{
	width: 123px;
	height: 26px;
}
.main-header__logo-link{
	border-bottom: none;
	display: block;
	line-height: 0;
}

.hero2025{
	position: relative;
	padding: 0;
  background-size: cover;
  background-position: top center;
}
.hero2025 ._pb-70{
	padding-bottom: 70px;
}
.hero2025__bg{
  z-index: -1;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	height: calc(100% - 134px);
}
.hero2025__bg::before, .hero2025__bg::after{
	content:"";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}
.hero2025__bg::before{
	background: linear-gradient(129deg, #e8d3f8 0%, rgba(255, 255, 255, 0.00) 70%);
	left: 0;
}
.hero2025__bg::after{
	background: linear-gradient(219deg, #d4f3e1 0%, rgba(255, 255, 255, 0.00) 70%);
	right: 0;
}
.hero2025__bg-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #fff 5.12%, rgba(255, 255, 255, 0.00) 32.02%);
	z-index: 9;
}
.hero2025__bg-inner{
	position: absolute;
  top: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 100%;
	height: 100%;
  max-width: 1294px;
	overflow: hidden;
}
.hero2025__bg-cirkle-left, .hero2025__bg-cirkle-right{
	position: absolute;
	top: 0;
	height: 100%;
  aspect-ratio: 598/959;
}
.hero2025__bg-cirkle-left{
	left: 0;
	background-image: url('assets/images/backgrounds/hero2025__bg-cirkle-left.png');
}
.hero2025__bg-cirkle-right{
	right: 0;
	background-image: url('assets/images/backgrounds/hero2025__bg-cirkle-right.png');
}
.hero2025__overlay-wrapper{
	margin-top: -11rem;
  padding-top: 11rem;
  color: #1a101f;
  position: relative;
  z-index: 2;
}
.hero2025__body{
	position: relative;
	padding-top: 72px;
	padding-bottom: 54px;
	margin-top: 1px;
}
.hero2025 h1{
	margin: 0 auto 32px;
	color: #1a101f;
	text-align: center;
	font-size: 56px;
	font-family: "tondo bold";
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -1.68px;
	max-width: 700px;
}
.hero2025 p{
	color: #1a101f;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.216px;
	text-align: center;
	margin: 32px auto 72px;
}
.hero2025__cta-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto;
}
.hero2025__cta-list a{
	background: url('assets/images/backgrounds/hero2025__cta-list-a.png') 0 0 / contain no-repeat;
	aspect-ratio: 264 / 84;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00834e;
	font-size: 24px;
	border-bottom: none;
	font-family: "tondo bold";
	font-weight: 400;
}
.hero2025__cta-list a sup{
	top: -.3em;
	font-size: 60%;
}
.hero2025__cta-list a:hover{
	background: url('assets/images/backgrounds/hero2025__cta-list-a-hover.png') 0 0 / contain no-repeat;
}
.hero2025__trustpilot{
	background: rgba(0, 0, 0, 0.02);
	mix-blend-mode: plus-darker;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.33s all ease-in-out;
	border-bottom: none;
}
.hero2025__trustpilot:hover{
	background: rgba(0, 0, 0, 0.005);
}
.hero2025__trustpilot-score{
	color: #000;
	font-size: 22px;
}
.hero2025__trustpilot-score b{
	font-family: "tondo bold";
	font-weight: 400;
}
.hero2025__trustpilot-logo{
	line-height: 0;
}
@media (max-width: 1350px) {
	.hero2025__bg-cirkle-left, .hero2025__bg-cirkle-right{
		background-size: cover;
		height: 70%;
		top: 50px;
	}
}
@media (max-width: 1200px) {
	.hero2025__bg::before{
		background: linear-gradient(129deg, #e8d3f8 0%, rgba(255, 255, 255, 0.00) 50%);
	}
	.hero2025__bg::after{
		background: linear-gradient(219deg, #d4f3e1 0%, rgba(255, 255, 255, 0.00) 50%);
	}
}
@media (max-width: 1020px) {
	.hero2025__bg-cirkle-left{
		left: -100px;
	}
	.hero2025__bg-cirkle-right{
		right: -100px;
	}
}
@media (max-width: 980px) {
	.hero2025__cta-list{
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		padding: 0 20px;
	}
	.hero2025__cta-list a{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.hero2025__bg::before{
		background: linear-gradient(129deg, #e8d3f8 0%, rgba(255, 255, 255, 0.00) 40%);
	}
	.hero2025__bg::after{
		background: linear-gradient(219deg, #d4f3e1 0%, rgba(255, 255, 255, 0.00) 40%);
	}
	.hero2025 h1{
		margin: 0 auto 16px;
		font-size: 34px;
	}
	.hero2025 p{
		font-size: 16px;
		letter-spacing: -0.192px;
		margin: 16px auto 32px;
	}
	.hero2025__body{
		padding-bottom: 20px;
	}
	.hero2025__cta-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 0 20px;
	}
	.hero2025__cta-list a{
		font-size: 20px;
	}
	.hero2025__trustpilot{
		height: 80px;
		margin-top: 20px;
	}
	.hero2025__trustpilot-score{
		font-size: 18px;
	}
}

.vision2025{}
.vision2025__wrapper{
	padding-top: 72px;
}
.vision2025__subtitle{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #592385;
	font-family: inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	margin-bottom: 24px;
}
.vision2025__subtitle::before{
	content: "";
	background-image: url("data:image/svg+xml;base64,phn2zyb3awr0ad0imtgiighlawdodd0imtgiihzpzxdcb3g9ijagmcaxocaxocigzmlsbd0ibm9uzsigeg1sbnm9imh0dha6ly93d3cudzmub3jnlziwmdavc3znij4kphbhdgggzmlsbc1ydwxlpsjldmvub2rkiibjbglwlxj1bgu9imv2zw5vzgqiigq9ik04ljqzntk0ideunum0ljczmtk3ideunzc0njqgms43nzq2nca0ljczmtk2ideunsa4ljqzntk0sdmunzm1ndjdnc4wndy5nca4ljqzntk0idqumjk5ndggoc42odg0oca0lji5otq4idldnc4yotk0oca5ljmxmtuyidqumdq2otqgos41njqwniazljczntqyidkunty0mdzims41qzeunzc0njqgmtmumjy4idqunzmxotcgmtyumji1nca4ljqzntk0ide2ljvwmtqumjy0nkm4ljqzntk0idezljk1mzegoc42odg0ocaxmy43mda1idkgmtmunzawnum5ljmxmtuyidezljcwmdugos41njqwniaxmy45ntmxidkunty0mdygmtqumjy0nlyxni41qzezlji2ocaxni4ymju0ide2ljiyntqgmtmumjy4ide2ljugos41njqwnkgxnc4ynjq2qzezljk1mzegos41njqwniaxmy43mda1idkumzexntigmtmunzawnsa5qzezljcwmdugoc42odg0ocaxmy45ntmxidgundm1otqgmtqumjy0nia4ljqzntk0sde2ljvdmtyumji1nca0ljczmtk2idezlji2ocaxljc3ndy0idkunty0mdygms41vjmunzm1ndjdos41njqwnia0lja0njk0idkumzexntignc4yotk0oca5idqumjk5ndhdoc42odg0oca0lji5otq4idgundm1otqgnc4wndy5nca4ljqzntk0idmunzm1ndjwms41wk02ljkzmtc3idldni45mze3nya4ljy4odq4idcumtg0mzegoc40mzu5nca3ljq5ntgzidgundm1otrioc40mzu5nfy3ljq5ntgzqzgundm1otqgny4xodqzmsa4ljy4odq4idyuotmxnzcgosa2ljkzmtc3qzkumzexntigni45mze3nya5lju2nda2idcumtg0mzegos41njqwnia3ljq5ntgzvjgundm1otrimtaunta0mkmxmc44mtu3idgundm1otqgmteumdy4mia4ljy4odq4idexlja2odigoumxms4wnjgyidkumzexntigmtauode1nya5lju2nda2idewljuwndigos41njqwnkg5lju2nda2vjewljuwndjdos41njqwniaxmc44mtu3idkumzexntigmteumdy4mia5idexlja2odjdoc42odg0ocaxms4wnjgyidgundm1otqgmtauode1nya4ljqzntk0idewljuwndjwos41njqwnkg3ljq5ntgzqzcumtg0mzegos41njqwnia2ljkzmtc3idkumzexntigni45mze3nya5wiigzmlsbd0iizu5mjm4nsivpgo8l3n2zz4k");
	width: 18px;
	height: 18px;
}
.vision2025__title{
	color: #1a101f;
	text-align: center;
	font-size: 44px;
	line-height: 110%; /* 44px */
	letter-spacing: -2.64px;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	font-family: "tondo bold";
	font-weight: 400;
}
.vision2025__title span{
	border-radius: 2px;
	background: #fcf0bf;
	padding: 0 5px;
	z-index: -1;
	position: relative;
}
@media (max-width: 768px) {
	.vision2025__wrapper{
		padding-top: 32px;
	}
	.vision2025__subtitle{
		margin-bottom: 16px;
	}
	.vision2025__title{
		font-size: 28px;
		letter-spacing: -1.68px;
		max-width: 310px;
	}
	.vision2025__title br{
		display: none;
	}
}

.proofs2025{}
.proofs2025__wrapper{
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 72px 0;
}
.proofs2025__item{
	width: 356px;
	height: 143px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10), 0 4px 4px -2px rgba(0, 0, 0, 0.10);
	padding: 20px 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.proofs2025__item-head{
	display: flex;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
.proofs2025__item-image{
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}
.proofs2025__item header h2{
	color: #352d3a;
	font-family: "tondo";
	font-size: 16px;
	font-weight: 400;
	line-height: 155%; /* 24.8px */
	text-transform: capitalize;
	margin: 0;
}
.proofs2025__item p{
	color: #1a101f;
	font-family: "tondo bold";
	font-weight: 400;
	font-size: 48px;
	line-height: 100%; /* 57.6px */
	letter-spacing: -1.44px;
}
@media (max-width: 980px) {
	.proofs2025__wrapper{
		flex-direction: column;
		align-items: center;
	}
	.proofs2025__item{
		border-radius: 12px;
		padding: 16px 20px;
		height: auto;
		width: 440px;
	}
}
@media (max-width: 768px) {
	.proofs2025__wrapper{
		flex-direction: column;
		gap: 16px;
		padding: 32px 10px;
	}
	.proofs2025__item{
		border-radius: 12px;
		padding: 16px 20px;
		height: auto;
		width: 100%;
	}
	.proofs2025__item-head{
		flex-direction: column;
		align-items: center;
	}
	.proofs2025__item p{
		font-size: 40px;
		letter-spacing: -1.2px;
		text-align: center;
	}
}

.stories2025{
	background: url('assets/images/backgrounds/stories2025__bg.png') center top 20px no-repeat;
}
.stories2025__wrapper{
	padding: 72px 0;
}
.stories2025__head{
	margin-bottom: 78px;
}
.stories2025__head-uptitle{
	color: #592385;
	font-family: inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 24px;
}
.stories2025__head-uptitle::before{
	content:'';
	background-image: url("data:image/svg+xml;base64,phn2zyb3awr0ad0imtkiighlawdodd0imtgiihzpzxdcb3g9ijagmcaxosaxocigzmlsbd0ibm9uzsigeg1sbnm9imh0dha6ly93d3cudzmub3jnlziwmdavc3znij4kphbhdgggzd0ittkunsazlji0ntg2qzkunjq1mtigmy4xnda0nya5ljgyodk1idmumde5ntcgmtaumdq4osayljg5ote1qzewljy0mtegmi41nzuxidexljuwndqgmi4ynsaxmi41odmzidiumjvdmtmunjk4ncaylji1ide0ljgxmjigmi42otgyocaxns42ndqxidmuntg4njndmtyundc4nsa0ljq4mtcyide3iduunzg2mzygmtcgny40ntmxmkmxnya5ljk0mdigmtuumjm2nyaxmi4wmtg1idezlju0ndugmtmundixmumxmi42odm0ide0ljezndggmteuoda1msaxnc43mdm3idexljewmtggmtuumdk1n0mxmc43ntayide1lji5mtcgmtaundm2osaxns40ndy1idewlje4njmgmtuuntu0m0mxmc4wnje1ide1ljywnzkgos45ndywmyaxns42nti3idkuodq1mjmgmtuunjg1mum5ljc2mzmzide1ljcxmtqgos42mze1nsaxns43nsa5ljugmtuunzvdos4znjg0nsaxns43nsa5ljiznjy3ide1ljcxmtqgos4xntq3nyaxns42oduxqzkumduzotcgmtuunjuynya4ljkzodq4ide1ljywnzkgoc44mtm2nyaxns41ntqzqzguntyzmsaxns40ndy1idgumjq5odmgmtuumjkxnya3ljg5odi0ide1lja5ntddny4xotq4osaxnc43mdm3idyumze2ntqgmtqumtm0oca1ljq1ntq5idezljqymtfdmy43njmznsaxmi4wmtg1idigos45ndayidigny40ntmxmkmyiduunzg2mzygmi41mje0nia0ljq4mtcyidmumzu1otigmy41odg2m0m0lje4nzgxidiunjk4mjggns4zmde1niaylji1idyunde2njcgmi4ynum3ljq5nty0idiumjugoc4zntg5nsaylju3ntegoc45ntewnyayljg5ote1qzkumtcxmdugmy4wmtk1nya5ljm1ndg4idmumtqwndcgos41idmumjq1odzaiibmawxspsijntkymzg1ii8+cjwvc3znpgo=");
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.stories2025__head-title{
	color: #1a101f;
	text-align: center;
	font-size: 60px;
	font-family: "tondo bold";
	font-weight: 400;
	line-height: 1;
	letter-spacing: -3.6px;
	max-width: 612px;
	margin: 0 auto 22px;
	background-image: url("data:image/png;base64,ivborw0kggoaaaansuheugaaasiaaaaicayaaabd/vjsaaaacxbiwxmaaastaaaleweampwyaaaaaxnsr0iars4c6qaaaarnqu1baacxjwv8yquaaavvsurbvhgb7vnnuhtheo6elsifc8otee2sqtxqngdxboisvmwf5qlijrghmgwthiofioiclhmrtxdxbutbqmko5q2wiy0j7xs6z3zws0igqwxssbnflc3u7exp9/t/ckher41wufuvadtd+0m8f8+y7vtwn5w019fz3+r9us1shl08exhb/txqqhiqnjykqjjgcj30azjuvjf4+5mhsix017v5d/eta4wepncqluz/oix82j4v8nf827df7tccfwbdysz0re75u8j8h/39jmr3w95v53ovjh2ff/cc8foehln14fifslstnahoaslfx+c7h4bfr38n4vo3b861vbtkmk86t1lhddimvw9bv4dwnvan1z2n1yw6b1zokg4yjgvldfehftywxawkakjuk7f+uy+etv6e73tdgt9bhj5vqrojena4sxn++ayzv/bbfj5mb+0mrycnqm4vdedoabuqgcunndigrwegrjeaweweoqbugvtxumhusgpolnbnvmbea1wvoaqh8r+mv7zyphazcab/z3wf+qyg2k6hbo0zlxj0qmyrr+necaf1zjr0kgqiefmwmvuemdpskmqfiz/bzm3cjpa6uvonoaokht9untcnmo8ftoeptob5fxl5rm4djrssgbntgba8lv4t8umro4su8xhcjj+ybgpnxpkjtmiogjktiybxmiuyx4ry35kaut7y77fi+mgbblu0odnmn1+yci4+xjaadylghtseldh+zl0rhlprjtprlp/j651ettdkion9fltwndm5polaakr2mxqvrtolqg1zpyns2myidthq+jm6pogusf054hd6iqghyvathclshcra1ob2ikxhoc2iltbusbrmhmgalhekhu8gmp/3jx29jkeaexedwtecklvgtjhleepi0mhh6iuwjzi5ihp+qyztzmtcsclr4mog820ienpysb2hkm31ynhq6tcsikkyvnjkiiznvpmn1/h9hz+byli+nixkoxvwcakynx+pa4ksaco7e0/ihiwdqjckafiniy0bvhqqqhnyol2vsym8sby/xbqppkrjsjhnrlrvtcjvaadwrnxgjp87skpmfvi3qgxpdycsmwxa8wlv/cfwo2gbg39j3xilppg2z+khod1oinufgievt/ckmpx7/arwq9vp/vo5hifwkpxllauchxw41qxdoiq3t9031y5tphxuwos3nlisd1lzhd8+gzkgaxbtj0ukqjmywac6pn98oh4fipo5jtrganbtqckureylxegqkwnocbte1bkhlrulwysul5quszmztynzqfe6rr64ved98dydnhrzpk3ithfqnca+t1azt7kfwcebitj3ayaolz/f5udclma52tvmqztgbgj7lqnxkkbiwpbssacaqkzzif3qiys9+zy2nrmlv5okkwtlzn+dwgi0vf89j5urm89lmmi3qqbbgvrphxclukushzjqjcc0caud5kza0hjl1wwt50zq1a7nizjbr/a4vq30cf8bcxldbmy1jsguuddivfted0sfiisquiak/ynshpvcaukspl+fd69e/jyhfdmeuxkkszx3iu8myo4aro7i0f2bwfyky3xjnzcox5pwkfdob2bwtgjvvaz4qrwt+8feolru42qkqwutcaac+gy1ndpgsdw8vp10rsvbaksq6uvbc1//smeqafpo54nkhpbkqv7iymst0+wotvkkojlqjcdqt7orzis6ckquka8xsof3ouuepyphq5b8m0lycue/adtjrusjep8sxjcyz3xjcivbws9dgsorjilyehb0cye7k6nvsqk8u/njq4ksjurch+yvvrtk98p1/9dl/xfofwad9heqp0fg9gaaaabjru5erkjggg==");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.stories2025__row{
	display: flex;
	gap: 16px;
	max-width: 1152px;
  margin: 0 auto 16px;
}
.stories2025__item{
	flex: 1 0 0;
	width: 100%;
}
.stories2025__item-wrapper{
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10), 0 6px 6px -3px rgba(0, 0, 0, 0.07), 0 2px 2px -1px rgba(0, 0, 0, 0.07);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 24px;
	height: 100%;
	width: 100%;
}
.stories2025__item-wrapper:hover{
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 0 0 1.6px #b3d4c7, 0 6px 6px -3px rgba(0, 0, 0, 0.07), 0 2px 2px -1px rgba(0, 0, 0, 0.07);
}
.stories2025__row:nth-of-type(2) .stories2025__item-wrapper{
	transform: rotate(-2deg);
}
.stories2025__row:nth-of-type(2) .stories2025__item:nth-child(2n) .stories2025__item-wrapper{
	transform: rotate(2deg);
}
.stories2025__row:nth-of-type(3) .stories2025__item-wrapper{
	transform: rotate(2deg);
}
.stories2025__row:nth-of-type(3) .stories2025__item:nth-child(2n) .stories2025__item-wrapper{
	transform: rotate(-2deg);
}
.stories2025__item-figure{
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 12px;
}
.stories2025__item-figure div{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
}
.stories2025__item-figure figcaption{
	color: #1a101f;
	font-size: 15px;
	font-family: "tondo bold";
	font-weight: 400;
	letter-spacing: -0.15px;
	display: flex;
	align-items: center;
}
.stories2025__item-content{
	color: #1a101f;
	font-size: 18px;
	font-family: "tondo bold";
	font-weight: 400;
	line-height: 1.21;
	letter-spacing: -0.36px;
}
.stories2025__item-action{
	color: #23a973;
	font-size: 16px;
	font-family: "tondo bold";
	font-weight: 400;
	letter-spacing: -0.16px;
	margin-top: auto;
}
.stories2025__more-link{
	display: none;
	color: #23a973;
	font-size: 16px;
	font-family: "tondo bold";
	font-weight: 400;
	letter-spacing: -0.16px;
	text-decoration: underline;
	text-align: center;
	border-bottom: none;
}
@media (max-width: 980px) {
	.stories2025__row{
		padding: 0 30px 32px 30px;
		gap: 22px;
	}
	.stories2025__item:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 768px) {
	.stories2025{
		background: none;
	}
	.stories2025__wrapper{
		padding: 32px 0;
	}
	.stories2025__head{
		margin-bottom: 32px;
	}
	.stories2025__head-title{
		font-size: 32px;
		letter-spacing: -1.92px;
		background-size: 112px auto;
	}
	.stories2025__row{
		padding: 0 30px 32px 30px;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
		gap: 22px;
	}
	.stories2025__row:nth-child(n+3){
		display: none;
	}
	.stories2025__item:nth-child(n+4) {
		display: none;
	}
	.stories2025__more-link{
		display: block;
	}
}

.stories-popup{
	position: fixed;
	z-index: 2;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}
.stories-popup._active{
	visibility: visible;
	opacity: 1;
}
.stories-popup__item-popup-content{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
}
.stories-popup__nav{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	padding: 20px 24px;
	gap: 20px;
	aspect-ratio: 1/1;
	border-bottom: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 1px 0.5px rgba(0, 0, 0, 0.04), 0 3px 3px 1.5px rgba(0, 0, 0, 0.04), 0 6px 6px -3px rgba(0, 0, 0, 0.04), 0 12px 12px -6px rgba(0, 0, 0, 0.04), 0 24px 24px -12px rgba(0, 0, 0, 0.04), 0 1px 4px -1px rgba(3, 7, 18, 0.04);
}
.stories-popup__nav::after{
	content:'';
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	background-image: url("data:image/svg+xml;base64,phn2zyb3awr0ad0imjqiighlawdodd0imjuiihzpzxdcb3g9ijagmcayncaynsigzmlsbd0ibm9uzsigeg1sbnm9imh0dha6ly93d3cudzmub3jnlziwmdavc3znij4kpg1hc2sgawq9im1hc2swxzyzm180ntiiihn0ewxlpsjtyxnrlxr5cgu6ywxwageiig1hc2tvbml0cz0idxnlclnwywnlt25vc2uiihg9ijaiihk9ijaiihdpzhropsiyncigagvpz2h0psiynsi+cjxyzwn0ihk9ijaunsigd2lkdgg9iji0iibozwlnahq9iji0iibmawxspsijrdleouq5ii8+cjwvbwfzaz4kpgcgbwfzaz0idxjskcntyxnrmf82mznfnduyksi+cjxwyxroigq9ik05lju0otiyideyljuwmdfmmtyuodk5miaxos44ntaxqze3lje0otigmjaumtawmsaxny4ynzaxidiwljm5mtggmtcumjyxnyaymc43mjuxqze3lji1mzqgmjeumdu4ncaxny4xmjqyidixljm1mdegmtyuodc0miayms42mdaxqze2ljyyndigmjeuoduwmsaxni4zmzi2idixljk3ntegmtuuotk5miayms45nzuxqze1ljy2ntkgmjeuotc1msaxns4znzqyidixljg1mdegmtuumti0miayms42mdaxtdcundi0mjigmtmuoti1mum3ljiyndiyidezljcyntegny4wnzqymiaxmy41mdaxidyuotc0mjigmtmumjuwmum2ljg3ndiyidezljawmdegni44mjqymiaxmi43ntaxidyuodi0mjigmtiuntawmum2ljgyndiyideylji1mdegni44nzqymiaxmi4wmdaxidyuotc0mjigmteunzuwmum3lja3ndiyidexljuwmdegny4ymjqymiaxms4ynzuxidcundi0mjigmteumdc1muwxns4xmjqyidmumzc1mtfdmtuumzc0miazljeyntexide1ljy3mdegmy4wmdqyocaxni4wmte3idmumdeynjfdmtyumzuzncazljaymdk0ide2ljy0otigmy4xntaxmsaxni44otkyidmundawmtfdmtcumtq5miazljy1mdexide3lji3ndigmy45nde3ocaxny4ynzqyidqumjc1mtfdmtcumjc0mia0ljywodq0ide3lje0otignc45mdaxmsaxni44otkyiduumtuwmtfmos41ndkymiaxmi41mdaxwiigzmlsbd0iizfdmuixriivpgo8l2c+cjwvc3znpgo=");
}
.stories-popup__nav--right::after{
	transform: rotate(180deg);
}
.stories-popup__inner{
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10), 0 6px 6px -3px rgba(0, 0, 0, 0.07), 0 2px 2px -1px rgba(0, 0, 0, 0.07);
	max-width: 652px;
	max-height: 635px;
	padding: 32px 16px 0 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.stories-popup__wrap{
	overflow-y: auto;
	padding-right: 16px;
	padding-bottom: 8px;
	height: 100%;
}
.stories-popup__header{
	display: flex;
	gap: 12px;
}
.stories-popup__figure div{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-size: cover;
}
.stories-popup__title{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
}
.stories-popup__title strong{
	color: #1a101f;
	font-size: 15px;
	font-family: "tondo bold";
	font-weight: 400;
	letter-spacing: -0.15px;
}
.stories-popup__title div{
	color: #352d3a;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.13px;
}
.stories-popup__stats{
	display: flex;
	padding: 16px 0;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.stories-popup__stats-separator{
	height: 37px;
	width: 1px;
	background-color: rgba(0,0,0,0.05);
	flex-shrink: 0;
}
.stories-popup__stat{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
	color: #1a101f;
	font-family: "tondo bold";
	font-weight: 400;
	font-size: 15px;
	letter-spacing: -0.15px;
}
.stories-popup__stat h4{
	color: rgba(53, 45, 58, 0.60);
	font-size: 11px;
	font-family: "tondo bold";
	font-weight: 400;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	margin: 0;
}
.stories-popup__body{

}
.stories-popup__body h5{
	color: #1a101f;
	font-size: 24px;
	font-family: "tondo bold";
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.48px;
	margin-bottom: 24px;
}
.stories-popup__body-inner{
	color: #1a101f;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.32px;
}
@media (max-width: 768px) {
	.stories-popup__stats {
		padding: 12px 0;
		gap: 10px;
	}
	.stories-popup__item-popup-content{
		position: relative;
		padding: 20px;
	}
	.stories-popup__nav{
		width: 48px;
		height: 48px;
		padding: 10px 14px;
		position: absolute;
		bottom: -50px;
	}
	.stories-popup__nav--left{
		left: 45%;
    transform: translatex(-100%);
	}
	.stories-popup__nav--right{
		right: 45%;
		transform: translatex(100%);
	}
	.stories-popup__inner{
		height: calc(100vh - 200px);
	}
}

.features2025{}
.features2025__head{
	padding-top: 72px;
	margin-bottom: 48px;
}
.features2025__head-uptitle{
	color: #592385;
	font-family: inter;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 24px;
}
.features2025__head-uptitle::before{
	content:'';
	background-image: url("data:image/svg+xml;base64,phn2zyb3awr0ad0imtkiighlawdodd0imtkiihzpzxdcb3g9ijagmcaxosaxosigzmlsbd0ibm9uzsigeg1sbnm9imh0dha6ly93d3cudzmub3jnlziwmdavc3znij4kphbhdgggzmlsbc1ydwxlpsjldmvub2rkiibjbglwlxj1bgu9imv2zw5vzgqiigq9ik0yljc1iduumjq4mdvdmi43nsa0ljewodk2idmunjczndigmy4xodu1nsa0ljgxmjugmy4xodu1nugxnc4xodc1qze1ljmynjygmy4xodu1nsaxni4ynsa0ljewodk2ide2lji1iduumjq4mdvwmtmumtizqze2lji1ide0lji2mjegmtuumzi2niaxns4xodu1ide0lje4nzugmtuumtg1nugxmi4wmze5qzexljk4odmgmtuumtg1nsaxms45ndygmtuumjawocaxms45mtizide1ljiyoddmmtaumzm4niaxni41mzi1qzkuoduwnyaxni45mzy2idkumtqznjcgmtyuotm0nia4ljy1odeyide2ljuynzzmny4xmdkzmsaxns4ymjkzqzcumdc1ntygmtuumjaxmsa3ljazmjkxide1lje4ntugni45odg4niaxns4xodu1sdquodeynumzljy3mzqyide1lje4ntugmi43nsaxnc4ynjixidiunzugmtmumtizvjuumjq4mdvatteyljazntigoc4xotu4mkmxmi4yntq5idcuotc2mtugmtiumju0osa3ljyxotk5ideyljazntigny40mdazmkmxms44mtu1idcumtgwnjugmteundu5nca3lje4mdy1idexljizotggny40mdazmkw4ljc1idkuodkwmuw3ljkxmdizidkumduwmzjdny42ota1nya4ljgzmdy1idcumzm0ndegoc44mza2nsa3ljexndc0idkumduwmzjdni44otuwnya5lji3idyuodk1mdcgos42mjyxnya3ljexndc0idkuodq1odvmoc4zntiynyaxms4wodmzqzgundu3nzmgmteumtg4oca4ljywmdgyidexlji0oca4ljc1idexlji0oem4ljg5ote4idexlji0oca5lja0mji3idexlje4odggos4xndc3myaxms4wodmztdeyljazntigoc4xotu4mloiigzpbgw9iim1otizoduilz4kpc9zdmc+cg==");
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.features2025__head-title{
	color: #1a101f;
	text-align: center;
	font-size: 60px;
	font-family: "tondo bold";
font-weight: 400;
	line-height: 1;
	letter-spacing: -3.6px;
	max-width: 612px;
	margin: 0 auto;
	background-image: url("data:image/png;base64,ivborw0kggoaaaansuheugaaasiaaaaicayaaabd/vjsaaaacxbiwxmaaastaaaleweampwyaaaaaxnsr0iars4c6qaaaarnqu1baacxjwv8yquaaavvsurbvhgb7vnnuhtheo6elsifc8otee2sqtxqngdxboisvmwf5qlijrghmgwthiofioiclhmrtxdxbutbqmko5q2wiy0j7xs6z3zws0igqwxssbnflc3u7exp9/t/ckher41wufuvadtd+0m8f8+y7vtwn5w019fz3+r9us1shl08exhb/txqqhiqnjykqjjgcj30azjuvjf4+5mhsix017v5d/eta4wepncqluz/oix82j4v8nf827df7tccfwbdysz0re75u8j8h/39jmr3w95v53ovjh2ff/cc8foehln14fifslstnahoaslfx+c7h4bfr38n4vo3b861vbtkmk86t1lhddimvw9bv4dwnvan1z2n1yw6b1zokg4yjgvldfehftywxawkakjuk7f+uy+etv6e73tdgt9bhj5vqrojena4sxn++ayzv/bbfj5mb+0mrycnqm4vdedoabuqgcunndigrwegrjeaweweoqbugvtxumhusgpolnbnvmbea1wvoaqh8r+mv7zyphazcab/z3wf+qyg2k6hbo0zlxj0qmyrr+necaf1zjr0kgqiefmwmvuemdpskmqfiz/bzm3cjpa6uvonoaokht9untcnmo8ftoeptob5fxl5rm4djrssgbntgba8lv4t8umro4su8xhcjj+ybgpnxpkjtmiogjktiybxmiuyx4ry35kaut7y77fi+mgbblu0odnmn1+yci4+xjaadylghtseldh+zl0rhlprjtprlp/j651ettdkion9fltwndm5polaakr2mxqvrtolqg1zpyns2myidthq+jm6pogusf054hd6iqghyvathclshcra1ob2ikxhoc2iltbusbrmhmgalhekhu8gmp/3jx29jkeaexedwtecklvgtjhleepi0mhh6iuwjzi5ihp+qyztzmtcsclr4mog820ienpysb2hkm31ynhq6tcsikkyvnjkiiznvpmn1/h9hz+byli+nixkoxvwcakynx+pa4ksaco7e0/ihiwdqjckafiniy0bvhqqqhnyol2vsym8sby/xbqppkrjsjhnrlrvtcjvaadwrnxgjp87skpmfvi3qgxpdycsmwxa8wlv/cfwo2gbg39j3xilppg2z+khod1oinufgievt/ckmpx7/arwq9vp/vo5hifwkpxllauchxw41qxdoiq3t9031y5tphxuwos3nlisd1lzhd8+gzkgaxbtj0ukqjmywac6pn98oh4fipo5jtrganbtqckureylxegqkwnocbte1bkhlrulwysul5quszmztynzqfe6rr64ved98dydnhrzpk3ithfqnca+t1azt7kfwcebitj3ayaolz/f5udclma52tvmqztgbgj7lqnxkkbiwpbssacaqkzzif3qiys9+zy2nrmlv5okkwtlzn+dwgi0vf89j5urm89lmmi3qqbbgvrphxclukushzjqjcc0caud5kza0hjl1wwt50zq1a7nizjbr/a4vq30cf8bcxldbmy1jsguuddivfted0sfiisquiak/ynshpvcaukspl+fd69e/jyhfdmeuxkkszx3iu8myo4aro7i0f2bwfyky3xjnzcox5pwkfdob2bwtgjvvaz4qrwt+8feolru42qkqwutcaac+gy1ndpgsdw8vp10rsvbaksq6uvbc1//smeqafpo54nkhpbkqv7iymst0+wotvkkojlqjcdqt7orzis6ckquka8xsof3ouuepyphq5b8m0lycue/adtjrusjep8sxjcyz3xjcivbws9dgsorjilyehb0cye7k6nvsqk8u/njq4ksjurch+yvvrtk98p1/9dl/xfofwad9heqp0fg9gaaaabjru5erkjggg==");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.features2025__body{
	max-width: 912px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 72px;
}
.features2025__list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 20px;
}
.features2025__item-wrap{
	display: flex;
}
.features2025__item-wrap:nth-child(1) {
	grid-column: 1 / span 2;
	width: 100%;
	height: auto;
}
.features2025__item{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:12px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10), 0 6px 6px -3px rgba(0, 0, 0, 0.07), 0 2px 2px -1px rgba(0, 0, 0, 0.07);
}
.features2025__item-wrap:nth-child(1) .features2025__item{
	flex-direction: row-reverse;
	justify-self: center;
	padding:8px 12px;
}
.features2025__item-image{
	position: relative;
}
.features2025__item-wrap:nth-child(1) .features2025__item-image{
	width: 555px;
	flex-shrink: 0;
}
.features2025__item-img{
	width: 100%;
	height: auto;
}
.features2025__item-content{
	display: flex;
	padding: 20px 12px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	margin-top: -10px;
}
.features2025__item-wrap:nth-child(1) .features2025__item-content{
	justify-content: center;
}
.features2025__item-title{
	color: #1a101f;
	font-size: 24px;
	font-family: "tondo bold";
font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.72px;
}
.features2025__item-description{
	color: #352d3a;
	font-size: 16px;
	line-height: 1.55;
}
.features2025__item:nth-child(3) .features2025__item-img{
	height: 100%;
	width: auto;
}
.features2025__item:nth-child(3) .features2025__item-content{
	justify-content: center;
}
@media (max-width: 768px) {
	.features2025{
		background: none;
	}
	.features2025__head{
		padding-top: 32px;
		margin-bottom: 32px;
	}
	.features2025__head-title{
		font-size: 32px;
		letter-spacing: -1.92px;
		background-size: 112px auto;
	}
	.features2025__body{
		padding-bottom: 32px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.features2025__list {
		grid-template-columns: 1fr;
	}
	.features2025__item-wrap:nth-child(1) {
		grid-column: auto;
		width: 100%;
	}
	.features2025__item-wrap:nth-child(1) .features2025__item{
		flex-direction: column;
	}
	.features2025__item-wrap:nth-child(1) .features2025__item-image{
		width: 100%;
	}
	.features2025__item-content{
		padding: 16px 20px;
		margin-top: -5px;
	}
	.features2025__item-title{
		font-size: 20px;
		letter-spacing: -0.6px;
	}
}

.team2025{
	position: relative;
	padding-bottom: 90px;
	overflow: hidden;
}
.team2025::before{
	content:"";
	display: block;
	width: 100vw;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translatex(-50%);
	aspect-ratio: 1440/1345;
	pointer-events: none;
	background: url('assets/images/backgrounds/meet-team-bg-outer.png') center bottom / cover no-repeat;
	z-index: -1;
}
.team2025__wraper{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	padding: 160px 72px;
	align-self: stretch;
	background: url('assets/images/backgrounds/meet-team-bg.png') center bottom -50px no-repeat;
}
.team2025__wraper::before{
	content:"";
	display: block;
	width: 100%;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translatex(-50%);
	aspect-ratio: 1296/1345;
	pointer-events: none;
	background: url('assets/images/backgrounds/meet-team-bg-wrap.png') center bottom / cover no-repeat;
	z-index: -1;
}
.team2025__title{
	color: #1a101f;
	text-align: center;
	font-family: "tondo bold";
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -1.44px;
	max-width: 600px;
}
.team2025__link{
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: linear-gradient(180deg, #26b67c 0%, #23a973 100%);
	box-shadow: 0 1px 1px 0.5px rgba(0, 0, 0, 0.04), 0 3px 3px 1.5px rgba(0, 0, 0, 0.04), 0 6px 6px -3px rgba(0, 0, 0, 0.04), 0 12px 12px -6px rgba(0, 0, 0, 0.04), 0 24px 24px -12px rgba(0, 0, 0, 0.04), 0 1px 4px -1px rgba(3, 7, 18, 0.04);
	display: flex;
	height: 48px;
	padding: 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-family: inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.48px;
}
.team2025__list{
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.team2025__item{
	position: absolute;
	z-index: -1;
}
.team2025__item:nth-child(1){
	top: -116px;
  left: 47px;
}
.team2025__item:nth-child(2){
	top: 170px;
	left: -38px;
}
.team2025__item:nth-child(3){
	left: 24%;
  bottom: 100px;
}
.team2025__item:nth-child(4){
	right: 49px;
  top: -116px;
}
.team2025__item:nth-child(5){
	right: -35px;
  top: 172px;
}
.team2025__item:nth-child(6){
	right: 24.5%;
  bottom: 95px;
}
@media (max-width: 1080px) {
	.team2025__item:nth-child(1){
		left: -100px;
	}
	.team2025__item:nth-child(2){
		left: -130px;
	}
	.team2025__item:nth-child(3){
		left: 0;
	}
	.team2025__item:nth-child(4){
		right: -100px;
	}
	.team2025__item:nth-child(5){
		right: -130px;
	}
	.team2025__item:nth-child(6){
		right: 0;
	}
}
@media (max-width: 980px) {
	.team2025__list{
		position: relative;
		overflow: hidden;
		display: flex;
		gap: 10px;
		justify-content: center;
		min-width: 556px;
    height: 140px;
    width: 100vw;
	}
	.team2025__item{
		position: relative;
		z-index: 0;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: 130px;
		height: 130px;
		flex-shrink: 0;
	}
	.team2025__item img{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.team2025__wraper{
		padding: 32px 20px;
	}
	.team2025__title{
		font-size: 35px;
		letter-spacing: -2.1px;
	}
	.team2025__title br{
		display: none;
	}
	.team2025__list{
		position: relative;
		overflow: hidden;
		display: flex;
		gap: 10px;
		justify-content: center;
		min-width: 556px;
    height: 140px;
    width: 100vw;
	}
	.team2025__item{
		position: relative;
		z-index: 0;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: 130px;
		height: 130px;
		flex-shrink: 0;
	}
	.team2025__item img{
		width: 100%;
		height: auto;
	}
}

.footer2025{
	font-family: "inter";
}
.footer2025 .__container{
	max-width: 1278px;
}
.footer2025__outer{
	padding: 85px 0;
	position: relative;
	background: #472375;
  background-image: url(data:image/png;base64,ivborw0kggoaaaansuheugaaadiaaaaycamaaaap4xidaaaauvbmvewfhywdg4n3d3dtbw17e3t1dxwbgyghh4d5exlzc3oli4ubm5uvlzwpj4+njy19fx2jiyl/f39ra2urkzgzmzlpawmxl5dvb29xcxgtk5nnz2c8tv1maaaag3rstlnaqebaqebaqebaqebaqebaqebaqebaqebaqeaveowtaaafvkleqvr4xpwwb67c2bufb3g557t/hro9/wumzhlgr4bg8z4qqgqjlhi4a8szfvrapvmtf9o7dmyrfz60yibhjrcgh1fyhilamdvx0cztopne77me0zty/nwwzchdtiqrmqdeuv3powq5ta2en0fy0inkqdd73lt9c9lezwunqgfhs9vqce3tvclfcqrstfoiykvjqbmpbq2l6izavpnapcou0dsw0sutqz/gtrguxfbyybnikykowqwgqwwma7qiyaxi+ilpdqo+hyhnut5zpfnshjynidtnpjyaynbkf6cwoygamy92u2hxhf/c1m8up/ztydiuj26udadqqsxqerwsomzt/xwrwaz5gusbikwg1h3fabj2osuouhgc6tk4emtjo0ttc6ibd3km0ve0tjwmdsfjzo+eeisaetr9p3wyrgjxqyc1krckdhmpxent5jetoulscpyzhxn5frpuphvbeqakxfaeb6en+cyn6xd7rygpxpnndmmzgm5dcs3ysnfdhuo2lgfzuukswyuyirjadybf3mfqekmjm+i2efha94ig3l7ukrr+gdwd73ydlib+6hgref1qtlmgmbm3/lex5gi1ux1rwpgxpluz2+i+ijzz8wqe4nilvqdkudfhzi5qdwy+kw5wgg2pgpeevecca7b85bo3f9dzxb3cdqvbzwcmzbymiqhzuyqthrvg2y4x+kolnyqla8aowwpuboyrxzxrfkuill6sfiwcbjxozjuacbj1cjh7giadbc9kqby3w/rgjda1iqqcoju2ww+76pzc9qg7m00dffe9hnnseupfl53r8f7yhswjwukp2q+k7rdsxyob11n0xtovnw4irmmfnv4h0uqws5exsmp9axbdtc9jwgneat5vtiusm1e7bsflst3bfa1tv8di3r8n3af7mnwzs49hmaue2wp+ttrq+aswpfg2awvsuoqbipwhgtuvuaae+a1z/7gc9hesnr+7wqcwg8c5yag3al1fm8t9aztp/bbjgwl1pnre7ruox7pemruervappes+yqeosmuolokqw49pgomjleh7ichnlg19yjs6xxomedym5xh2yxpv2tc0ro2jjfxc50apuxgob7lmsxftbeuv07tyyxpeluceh1gnd4ikh2lag5tdvhlcafzvpskfnccfx8pohjzd76bjweyfnfciwcyfubrc12ip/ppiha1/msz/rxjfdrjc5xiffjjpy2xl5zxdgufqyytr1zsp1y9p+tktdyysnflcxi0iyo4tpbdlrcpeqjk/pif5bklq77vseaa+z8qmjtfziwiitbnzr794uskbuat0ntesvjzqlafvqjopn9odg70ipbfbhkk+/q/awr0tjzyhruloa4mp+w/hfgadzubfw177g7j/ogbis8tahlyynl4x4rinf793oz+bu0saxtuhrvbft/dna3ctnpogbs4hrijtok8i+algt1lthi4sxfvonknrgqfaq2/gfnwmxgwffgymjpikykmw3ttg3zq9jq+f8xn+a5eeukhwvjwj2sgj1sop+wwhqfvijqwajhwtd8mnlsbewnnwta5z5kpzw5+lbvt99wqtdx29lmuh4oig/d86rukeaubjvh5xy6um/sfj7ei6uuvk4ail3myd4msstofgswsh/qjwaq5as7zcmgbzkzjju1urq74ci1gwbcsghtuv1h2mhsno3wp/3fev5a+4wz//6qy8jxjzsmxxy5+4w9cdnjy09t072ikg0enos0areygxqynxcyhwjttunacmelod4xpkoqityicwfq0jsipfpdqdnt+4/wuqcxy47qilbgaaaabjru5erkjggg==);
}
.footer2025__outer::before{
	content:"";
	background: url('assets/images/backgrounds/footer__bg-wave2.svg') center bottom repeat-x;
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 0;

}
.footer2025{

}
.footer2025__wrap{

}
.footer2025__top{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	font-family: inter;
	font-size: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 15px;
	color: rgba(255,255,255, 0.7);
}
.footer2025__top strong, .footer2025__top a{
	color: #fff;
}
.footer2025__top-text{
	max-width: 400px;
}
.footer2025__top-navigation{
	width: 100%;
	max-width: 688px;
}
.footer2025__navigation{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 32px;
}
.footer2025__navigation-section, .footer2025__navigation-links{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 148px;
}
.footer2025__navigation-section strong{
	color: rgba(255,255,255,0.7);
	font-family: inter;
	font-size: 14px;
	line-height: 1.71;
	font-weight: 400;
}
.footer2025__navigation-links a{
	color: #fff;
	font-family: inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.71;
	text-decoration: none;
	border-bottom: none;
	white-space: nowrap;
}
.footer2025__top-logo{
	margin-top: -50px

}
.footer2025__bottom{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 16px;
	color: rgba(255,255,255, 0.7);
	font-family: inter;
	font-size: 14px;
	line-height: 1.71;
}
.footer2025__bottom-copyright{
	white-space: nowrap;
}
@media (max-width: 980px) {
	.footer2025__navigation-section, .footer2025__navigation-links{
		width: auto;
	}
}
@media (max-width: 768px) {
	.footer2025__outer{
		height: auto;
		padding-bottom: 45px;
	}
	.footer2025__top{
		flex-direction: column-reverse;
		font-size: 18px;
		gap: 80px;
	}
	.footer2025__top-text{
		max-width: 100%;
		padding-bottom: 150px;
	}
	.footer2025__top-logo{
		position: absolute;
		left: 0;
	}
	.footer2025__navigation{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 48px 54px;
	}
	.footer2025__bottom{
		flex-direction: column;
		gap: 24px;
		padding-bottom: 64px;
	}
}



.body .partners-page {}
.body .partners-page__h1 {
	color: #1a101f;
	text-align: center;
	font-family: tondo;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 67.2px */
	letter-spacing: -1.68px;
}
.body .partners-page__h2 {
	color: #1a101f;
	font-family: tondo;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 44px */
	letter-spacing: -2.64px;
}
.body .partners-page__h3 {
	color: #1a101f;
	font-family: tondo;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	letter-spacing: -0.216px;
	text-align: center;
}
.body .partners-page__btns-wrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 30px auto 50px;
}
.body .partners-page__btn-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 30px auto 50px;
	color: #1a101f;
	font-size: 15px;
}
.body .partners-page__btn {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background-color: #26b67c ;
	box-shadow: 0 1px 1px .5px rgba(0,0,0,.04),0 3px 3px 1.5px rgba(0,0,0,.04),0 6px 6px -3px rgba(0,0,0,.04),0 12px 12px -6px rgba(0,0,0,.04);
	display: flex;
	height: 48px;
	padding: 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-family: inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.48px;
	white-space: nowrap;
  transition: background-color .2s ease-in-out;
}
.body .partners-page__btn:hover {
  background-color: #1f9868;
}
.body .partners-page a:not(.partners-page__btn){
	color: #23a973;
	font-family: tondo;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.16px;
	text-decoration: none;
	border-bottom: none;
}
.body .partners-page a:not(.partners-page__btn):hover{
	text-decoration: underline;
}

@media (max-width: 768px) {
	.body .partners-page__h1 {
		font-size: 36px;
		letter-spacing: 0;
	}
	.body .partners-page__h2 {
		font-size: 26px;
		letter-spacing: 0;
	}
	.body .partners-page__h3 {
		font-size: 17px;
		letter-spacing: 0;
	}
	.body .partners-page__btns-wrap {
		gap: 15px;
		margin: 15px auto 30px;
	}
	.body .partners-page__btn-wrap {
		gap: 10px;
		margin: 15px auto 30px;
	}
	.body .partners-page__btn {
		padding: 6px 10px;
		font-size: 15px;
	}
	.body .partners-page ul{
		font-size: 15px;
		padding-left: 0;
	}
	.body .partners-page ol, .body .partners-page li{
		font-size: 15px;
	}
}
