@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
}

body {
	font-weight: 400;
	font-style: normal;
	color: #191919;
	line-height: 1.1;
	background-color: #e5e5e5;
}

#page-loader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px 20px 10%;
	z-index: 9999999;
	background: #fff;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

#page-loader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#page-loader.ending {
	display: none;
}

#page-loader>* {
	width: 100%;
	text-align: center;
}

#page-loader .page-loader-body {
	margin-top: 40px;
	text-align: center;
}

[data-x-mode="design-mode"] #page-loader {
	display: none;
}

#loadingProgressG {
	width: 400px;
	max-width: 90%;
	height: 5px;
	overflow: hidden;
	background: #2a2a2a;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: auto;
}

.loadingProgressG {
	background: #a234fd;
	margin-top: 0;
	margin-left: -400px;
	-webkit-animation-name: bounce_loadingProgressG;
	animation-name: bounce_loadingProgressG;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	width: 400px;
	height: 5px;
}

@-webkit-keyframes bounce_loadingProgressG {
	0% {
		margin-left: -400px;
	}

	100% {
		margin-left: 400px;
	}
}

@keyframes bounce_loadingProgressG {
	0% {
		margin-left: -400px;
	}

	100% {
		margin-left: 400px;
	}
}

.page {
	background-image: url("../img/hero-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center center;
	border-bottom-left-radius: 75px;
	border-bottom-right-radius: 75px;
}

.pre-header p {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17.92px;
	letter-spacing: -0.25px;
	color: #cdc1e6;
}

.header {
	position: relative;
}

.header.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	padding-top: 8px;
	padding-bottom: 8px;
	animation: stickyFadeIn 0.3s;
	z-index: 999;
}

@keyframes stickyFadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.container {
	margin: 0 auto;
	max-width: 1440px;
}

img {
	width: 100%;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.pre-header {
	max-width: 1200px;
	padding: 0 0 0 40px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	height: 40px;
	box-sizing: border-box;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.pre-header p {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17.92px;
	letter-spacing: -0.25px;
	color: #cdc1e6;
}

.pre-header a {
	font-weight: 400;
	font-size: 16px;
	line-height: 23.27px;
	letter-spacing: -0.25px;
	text-decoration: none;
	color: #9b92a5;
	cursor: pointer;
}

.pre-header a span {
	font-weight: 700;
	font-size: 16px;
	line-height: 24.89px;
	color: #fff;
}

.header {
	position: relative;
	z-index: 1000;
	background-color: transparent;
	transition: all 0.3s ease;
}

.header.scrolled {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}

.header .container {
	max-width: 1410px;
	padding: 3px 10px 3px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 36px;
	background-color: #fff;
}

.nav {
	align-items: center;
	display: flex;
	gap: 25px;
	justify-content: space-between;
}

.nav.active {
	gap: 15px;
}

.nav.active .button {
	padding: 10px 15px;
}

.nav a {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0%;
	text-decoration: none;
	white-space: nowrap;
	color: #260935;
	cursor: pointer;
}

.nav a:hover,
.nav.active a:hover {
	color: #a234fd;
}

.nav .button {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-decoration: none;
	border-radius: 29.5px;
	color: #fff;
	background-color: #260935;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-height: 60px;
	max-width: 305px;
	padding: 21px 12px 21px 21px;
	white-space: nowrap;
}

.nav .button div {
	padding: 16px 23px;
	border-radius: 50px;
	background-color: #fff;
}

.logo {
	margin-right: 98px;
}

.hamburger {
	margin-left: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 24px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
	transform: rotate(180deg);
}

.hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	background: #374151;
	transition: all 0.3s ease;
}

.hamburger span:first-of-type {
	width: 16px;
}

.hamburger span:nth-of-type(2) {
	width: 30px;
}

.hamburger span:nth-of-type(3) {
	width: 22px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	transform: none;
	opacity: 1;
	width: 30px;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 998;
}

.overlay.active {
	display: block;
	opacity: 1;
}

.nav {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
}

@media (max-width: 1200px) {

	.pre__footer {
		gap: 30px;
	}

	.fun-facts__counters {
		max-width: 100vw;
		height: auto;
		min-height: 0;
	}

	.fun-facts__counter {
		min-width: 160px;
	}

	.fun-facts__counter.third {
		right: 180px;
	}

	.hamburger {
		display: flex;
	}

	.nav {
		position: fixed;
		top: 80px;
		left: -100%;
		width: 80%;
		max-width: 400px;
		height: 100vh;
		background: #fff;
		flex-direction: column;
		justify-content: flex-start;
		padding: 100px 30px 30px;
		transition: left 0.3s ease;
		z-index: 999;
		overflow-y: auto;
		margin: 0;
	}

	.nav.active {
		left: 0;
		right: auto;
	}

	.nav a {
		width: 100%;
		padding: 15px 0;
		text-align: left;
	}

	.nav .button {
		margin: 20px 0 0;
		width: 100%;
		text-align: center;
	}

	.nav .button div {
		max-height: 50px;
		background-color: #fff;
	}

	.mobile-close-btn {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 40px;
		cursor: pointer;
		color: #2a002d;
		z-index: 1001;
	}
}

header.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 990;
	animation: slideDown 0.3s ease;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.intro {
	position: relative;
	padding: 151px 0 155px 40px;
}

.intro__pretitle {
	margin-bottom: 23px;
	padding: 10px 12px;
	max-width: 274px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	border: 2px solid #4a454e;
	border-radius: 30px;
	border-left-color: transparent;
	border-right-color: transparent;
	background-image: url("../img/hero-pretitle-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.intro__pretitle p {
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	white-space: nowrap;
	color: #fff;
}

.intro__title {
	position: relative;
	margin-bottom: 23px;
	width: 64%;
	font-weight: 700;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: -2.3px;
	color: #fff;
	z-index: 2;
}

.intro__title__text {
	position: relative;
	width: 48%;
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	z-index: 2;
}

.intro__buttons {
	display: flex;
	gap: 10px;
}

.intro__buttons a:first-child {
	padding: 0px 24px;
	max-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 10px;
	border: 2px solid #4a454e;
	border-radius: 30px;
	background: linear-gradient(135deg, #9b0c72 0%, #2a002d 50%, #6f3aff 100%);
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
}

.intro__buttons a:first-child span {
	display: inline-block;
	transition: transform 0.3s ease;
}

.intro__buttons a:first-child:hover {
	background: linear-gradient(135deg, #6f3aff 0%, #2a002d 50%, #9b0c72 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.intro__buttons a:first-child:hover span {
	transform: translateX(3px);
}

.intro__buttons a:last-child {
	padding: 0 27px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 30px;
	transition: all 0.4s ease;
}

.intro__buttons a:last-child:hover {
	border: 1px solid #fff;
	border-radius: 30px;
	background-color: transparent;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.intro__gradient__top {
	width: 93%;
	height: 32px;
	position: absolute;
	bottom: -25px;
	left: 59px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
	background: #5d00f7;
	opacity: 0.25;
	z-index: -1;
}

.intro__gradient__bottom {
	width: 87%;
	height: 54px;
	position: absolute;
	bottom: -7%;
	left: 7%;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
	background: #5d00f7;
	opacity: 0.25;
	z-index: -1;
}

.curved-shape__members__images {
	display: flex;
	align-items: center;
	gap: 10px;
}

.members-img {
	width: 52px;
	height: 52px;
}

.members-img:nth-child(2) {
	margin-left: -30px;
}

.members-img:nth-child(3) {
	margin-left: -30px;
}

.curved-shape__more {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #07000e;
}

.about-us {
	padding: 147px 0 0 0;
}

.about-us {}

.about-us__inner {
	display: flex;
	flex-direction: column;
}

.about-us__title {
	width: 49%;
	margin: 0 auto;
	margin-bottom: 89px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #666;
}

.about-us__title span {
	font-weight: 600;
}

.about-us__main {
	padding: 77px 0 45px 0;
	background-image: url("../img/about-us-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.about-us__main__inner {
	max-width: 1208px;
	margin: 0 auto;
}

.about-us__main__pretitle {
	max-width: 194px;
	margin-bottom: 31px;
	padding: 0 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 7px;
	border: 3px solid #5d00f7;
	border-radius: 35px;
}

.about-us__main__pretitle p {
	font-weight: 700;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: -0.25px;
	color: #0d0712;
}

.about-us__main__text h4 {
	width: 85%;
	font-weight: 700;
	font-size: 64px;
	line-height: 75.01px;
	letter-spacing: -1.6px;
	color: #0d0712;
}

.about-us__main__text h4 span {
	background: linear-gradient(90deg, #e900ff 0%, #5d00f7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-us__main__text__button {
	width: 174px;
	height: 553px;
	background-image: url("../img/about-us-btn.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 87px;
}

.about-us__main__text__button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.about-us__main__text__button a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.about-us__main__text__button a div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-flex;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: transform 0.1s ease-out;
	will-change: transform;
	position: relative;
	z-index: 1;
}

.about-us__main__text__button a div img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}

.about-us__main__text {
	display: flex;
	gap: 24px;
}

.about-us__items {
	margin-top: -140px;
	display: flex;
	gap: 24px;
	transform: translateY(57%);
	position: relative;
	z-index: 3;
}

.about-us__items__item {
	max-width: 365px;
	padding: 12px 20px 4px 22px;
	display: flex;
	flex-direction: column;
	border-radius: 26px;
	background-color: #efefef;
	box-shadow: 12px 12px 0 rgba(140, 77, 255, 0.9);
	transition: box-shadow 0.4s ease;
}

.about-us__items__item:hover {
	background-image: linear-gradient(180deg, #edcdf1 0%, #fff 100%);
	box-shadow: 12px 12px 0 rgba(255, 255, 255, 0.9);
}

.about-us__items__item img {
	transition: transform 0.4s ease;
}

.about-us__items__item:hover img {
	transform: rotate(54deg);
}

.about-us__items__item a {
	margin-bottom: 18px;
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	background: linear-gradient(90deg,
			rgba(234, 0, 255, 0.14) 0%,
			rgba(93, 0, 247, 0.14) 100%);
	border-radius: 51px;
}

.about-us__items__item h6 {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 28px;
	line-height: 40.73px;
	letter-spacing: -0.25px;
	text-align: center;
	color: #07000e;
}

.about-us__items__item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24.89px;
	letter-spacing: 0%;
	text-align: center;
	color: #262626;
}

.fun-facts {
	padding-top: 158px;
	position: relative;
	width: 100vw;
	min-width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/fun-facts-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.fun-facts-container {
	display: flex;
	flex-direction: column;
	max-width: 1188px;
	margin: 0 auto;
	padding: 48px 0 134px 0;
	gap: 163px;
	text-align: center;
}

.fun-facts-suptitle {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 207px;
	padding: 0 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	z-index: 1;
	background: transparent;
}

.fun-facts-suptitle::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 30px;
	padding: 3px;
	background: linear-gradient(180deg, #a49bad 0%, #261338 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.fun-facts-suptitle span {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}

.fun-facts-title h2 {
	margin-bottom: 25px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.25px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.fun-facts-title p {
	width: 66%;
	margin: 0 auto;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30.01px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.fun-facts__counters {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	min-height: 264px;
	height: 264px;
}

.fun-facts__counter {
	position: absolute;
	min-width: 220px;
}

.fun-facts__counter.first {
	left: 0;
	top: 0;
}

.fun-facts__counter.second {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.fun-facts__counter.third {
	right: 260px;
	top: 0;
}

.fun-facts__counter.fourth {
	right: 0;
	bottom: 0;
}

.fun-facts__counter-value {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.fun-facts__counter-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
}

.fun-facts__counter-label.purple {
	padding: 6px 19px;
	background-color: #a234fd;
	border-radius: 30px;
}

.fun-facts__counter-label.pink {
	padding: 6px 19px;
	background-color: #e900ff;
	border-radius: 30px;
}

.fun-facts__counter-label.yellow {
	padding: 6px 19px;
	background-color: #f9f367;
	color: #0b0b0b;
	border-radius: 30px;
}

.fun-facts__counter-label.deep-purple {
	padding: 6px 19px;
	background-color: #643fb8;
	border-radius: 30px;
}

.fun-facts__counter.first {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.split-section {
	position: relative;
	width: 100%;
	height: 110vh;
	overflow: hidden;
	background: #f5f5f5;
	--split-progress: 0;
	--content-progress: 0;
}

.split-container {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("../img/servises-bg2.webp");
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.split-left,
.split-right {
	position: absolute;
	width: 50%;
	height: 100%;
	will-change: transform;
	background-size: cover;
	background-position: center;
}

.split-left {
	left: 0;
	transform: translateX(calc(-100% * var(--split-progress)));
	transition: transform 0.1s linear;
	background-image: url("../img/services-bg-left.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.split-right {
	right: 0;
	transform: translateX(calc(100% * var(--split-progress)));
	transition: transform 0.1s linear;
	background-image: url("../img/services-bg-right.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.split-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 886px;
	background: transparent;
	text-align: center;
	will-change: transform, opacity;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: opacity 0.3s ease-out,
		transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	border-radius: 8px;
	z-index: -1;
}

.split-content h2 {
	color: #333;
	margin-bottom: 20px;
	font-size: 2.5rem;
}

.split-content__pretitle {
	margin-bottom: 40px;
	padding: 9px 22px 9px 22px;
	max-width: 294px;
	max-height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	font-weight: 700;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 30px;
	border: 2px solid #a49bad;
	color: #fff;
}

.split-content__pretitle img {
	width: 16px;
	height: 16px;
}

.split-section[data-phase="content"] .split-content {
	opacity: var(--content-progress, 0);
	transform: translate(-50%, -50%) scale(0.8 + (0.2 * var(--content-progress, 0)));
}

.split-section .split-content {
	opacity: 1 !important;
	transform: translate(-50%, -50%) scale(1) !important;
}

.split-content__inner {
	padding-top: 20px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.split-content__inner a {
	padding: 0px 24px;
	max-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 10px;
	border: 2px solid #4a454e;
	border-radius: 30px;
	background: linear-gradient(135deg, #9b0c72 0%, #2a002d 50%, #6f3aff 100%);
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
}

.split-content__inner a:hover {
	background: linear-gradient(135deg, #6f3aff 0%, #2a002d 50%, #9b0c72 100%);
	transition: all 0.3s ease;
}

.split-content__title h3 {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 54.3px;
	line-height: 55.18px;
	letter-spacing: -0.25px;
	text-align: center;
	color: #fff;
}

.split-content__text {
	margin-bottom: 75px;
	width: 100%;
}

.questions__item {
	position: relative;
	padding: 0 22px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: transparent;
	border-radius: 49px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.submenu {
	display: none;
}

.submenu.active {
	display: block;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
}

.questions__items {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
}

.questions__item p {
	font-weight: 700;
	font-size: 30px;
	line-height: 94px;
	letter-spacing: -0.25px;
	color: #fff;
	opacity: 1;
}

.questions__item:has(.submenu.active)>p {
	width: 80%;
	color: #fff;
}

.questions__item:has(.submenu.active) .submenu.active {
	margin-top: 30px;
	color: rgba(216, 216, 216, 0.8);
}

.questions__item:has(.submenu.active) .questions__icon {
	position: absolute;
	top: 50%;
	right: 50px;
}

.questions__icon {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.questions__icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease;
	object-fit: contain;
}

.questions__icon img:last-child {
	opacity: 0;
}

.questions__item:has(.submenu.active) .questions__icon img:first-child {
	opacity: 0;
}

.questions__item:has(.submenu.active) .questions__icon img:last-child {
	opacity: 1;
}

.questions__img {
	display: none;
}

.questions__item:has(.submenu.active) .questions__img {
	display: block;
	border-radius: 16px;
}

.questions__dots img:last-child {
	display: none;
}

.questions__item:has(.submenu.active) .questions__dots img:first-child {
	display: none;
}

.questions__item:has(.submenu.active) .questions__dots img:last-child {
	display: block;
}

.how-it-works {
	padding-top: 182px;
	padding-bottom: 84px;
	width: 100%;
	background-color: #000;
}

.how-it-works__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1147px;
	margin: 0 auto;
}

.how-it-works__content {
	width: 50%;
}

.how-it-works__content a {
	margin-left: 55px;
	max-width: 159px;
	max-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 10px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 56px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 56px;
	color: #fff;
	background: linear-gradient(135deg, #9b0c72 0%, #2a002d 50%, #6f3aff 100%);
}

.how-it-works__content a:hover {
	background: linear-gradient(135deg, #6f3aff 0%, #2a002d 50%, #9b0c72 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.how-it-works__content a:hover span {
	transform: translateX(3px);
	transition: transform 0.3s ease;
}

.how-it-works__image {
	width: 50%;
}

.how-it-works__step .hidden-img {
	display: none;
}

.how-it-works__pretitle {
	position: relative;
	margin-bottom: 41px;
	max-width: 294px;
	max-height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	font-weight: 700;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	z-index: 1;
}

.how-it-works__pretitle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 2px;
	background: linear-gradient(180deg, #a49bad 0%, #261338 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.how-it-works__title {
	margin-bottom: 55px;
	font-weight: 700;
	font-size: 54.3px;
	line-height: 55.18px;
	letter-spacing: -0.25px;
	text-align: left;
	color: #fff;
}

.how-it-works__step {
	margin-bottom: 30px;
	cursor: pointer;
}

.how-it-works__step h6 {
	margin-bottom: 31px;
	font-weight: 700;
	font-size: 30px;
	line-height: 37.5px;
	letter-spacing: 0%;
	text-align: left;
	color: #5e5a5a;
}

.how-it-works__step p {
	color: #3e3e3e;
}

.how-it-works__step.active h6,
.how-it-works__step.hover-active h6 {
	color: #fff;
}

.how-it-works__step1 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #3e3e3e;
}

.how-it-works__step.active p,
.how-it-works__step.hover-active p {
	color: #979797;
}

.how-it-works__step.first-step p {
	width: 71%;
}

.how-it-works__step.first-step h6 {
	width: 90%;
}

.how-it-works__image div {
	max-width: 485px;
	aspect-ratio: 3 / 4;
	border-radius: 60px;
	transform: rotate(10deg);
	overflow: hidden;
}

.how-it-works__image div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 60px;
}

.how-it-works__steps-wrapper {
	display: flex;
	gap: 48px;
}

.how-it-works__progress-line {
	position: relative;
	width: 2px;
	background: linear-gradient(180deg,
			#191a20 1%,
			#5d00f7 40%,
			#a234fd 50%,
			#ffffff 100%);
	border-radius: 1px;
	transition: height 0.5s ease-in-out;
}

.how-it-works__progress-line img:first-child {
	left: -40px;
	width: 31px;
	height: 100%;
}

.how-it-works__progress-line img:last-child {
	position: absolute;
	bottom: -19px;
	right: -13px;
	width: 28px;
	height: 28px;
}

.orbit-container {
	position: absolute;
	bottom: 59%;
	left: 11%;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
	transform: rotate(-39deg);
}

.orbit {
	fill: none;
	stroke: #c84fff;
	stroke-width: 2px;
}

.satellite {
	fill: #ff80ff;
	stroke: white;
	stroke-width: 1px;
	filter: drop-shadow(0 0 6px #ffb3ff);
}

.our-values {
	position: relative;
	padding: 98px 0 45px 0;
}

.our-values>img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	height: auto;
	top: 0;
	z-index: 0;
}

.our-values__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.our-values__pretitle {
	margin-bottom: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.our-values__pretitle p {
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 24.89px;
	letter-spacing: 2.56px;
	text-transform: uppercase;
	color: #a234fd;
}

.our-values__pretitle .divider-left {
	width: 52px;
	height: 2px;
	background: linear-gradient(90deg, #a234fd 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 5px;
}

.our-values__pretitle .divider-right {
	width: 52px;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #a234fd 100%);
	border-radius: 5px;
}

.our-values__title {
	width: 78%;
	margin: 0 auto;
	margin-bottom: 52px;
	font-weight: 700;
	font-size: 56px;
	line-height: 59.92px;
	letter-spacing: -2.24px;
	text-align: center;
	text-transform: capitalize;
	opacity: 0.2;
	color: #07000e;
}

.our-values__items {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 30px;
}

.our-values__item {
	max-width: 405px;
	background-color: #fff;
	border-radius: 8px;
	clip-path: polygon(0 0,
			100% 0,
			100% calc(100% - 60px),
			calc(100% - 60px) 100%,
			0 100%);
	position: relative;
	overflow: hidden;
}

.our-values__item img {
	margin-bottom: 54px;
}

.our-values__item h6 {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 26px;
	line-height: 31.98px;
	letter-spacing: -0.52px;
	color: #010101;
}

.our-values__item p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #716f73;
}

.our-values__item__content {
	padding: 0 31px 21px 31px;
}

.testimonials {
	position: relative;
	padding-top: 134px;
}

.testimonials>img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	height: auto;
	bottom: 0;
	z-index: 0;
}

.testimonials__items {
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	padding: 38px 35px 45px 35px;
	max-width: 1410px;
	margin: 0 auto;
	border-radius: 50px;
	background-color: #fff;
}

.testimonials__item {
	position: relative;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 35px 48px 36px 37px;
	background-color: #f2f2f2;
	border-radius: 40px;
	z-index: 1;
}

.testimonials__item span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 20.36px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: #07040ade;
}

.testimonials__item p {
	font-weight: 700;
	font-size: 24px;
	line-height: 28.08px;
	letter-spacing: 0%;
	color: #07040a;
}

.testimonials__item__author {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.testimonials__item__author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0px 3px 9.7px 0.3px #00000078;
}

.testimonials__item__author span:first-child {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #131313;
}

.testimonials__item__author span:last-child {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 21.78px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #777c83;
}

.testimonials__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.testimonials__items-wrapper {
	margin-bottom: 146px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 20px;
	margin: 0 -20px 146px;
	padding: 0 20px 20px;
	scrollbar-width: none;
}

.testimonials__items-wrapper::-webkit-scrollbar {
	display: none;
}

.testimonials__item {
	position: relative;
	max-width: 320px;
	flex: 0 0 auto;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 45px;
	padding: 35px 48px 36px 37px;
	background-color: #f2f2f2;
	border-radius: 40px;
	z-index: 1;
}

.testimonials__items-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.testimonials__items-bottom__images img:nth-child(2) {
	margin-left: -30px;
}

.testimonials__items-bottom__images img:nth-child(3) {
	margin-left: -30px;
}

.our-books {
	padding-top: 141px;
}

.our-books__image,
.accessible__image {
	width: 42%;
}

.our-books__content,
.accessible__content {
	width: 58%;
}

.accessible__content {
	padding-top: 47px;
}

.our-books__content {
	padding-top: 66px;
}

.our-books,
.accessible {
	max-width: 1272px;
	margin: 0 auto;
	margin-bottom: 118px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 68px;
}

.our-books__content__pretitle,
.accessible__content__pretitle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.divider.left {
	display: block;
	background: linear-gradient(90deg, #a234fd 0%, rgba(255, 255, 255, 0) 100%);
	width: 52px;
	height: 2px;
}

.our-books__content__pretitle {
	margin-bottom: 7px;
}

.our-books__content__pretitle h6 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24.89px;
	letter-spacing: 2.56px;
	text-transform: uppercase;
	color: #a234fd;
}

.our-books__content__title h2,
.accessible__content__title h2 {
	margin-bottom: 28px;
	font-weight: 700;
	font-size: 56px;
	line-height: 59.92px;
	letter-spacing: -2.54px;
	opacity: 0.2;
	text-transform: capitalize;
	color: #07000e;
}

.accessible__content__title__list p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}

.accessible__content__title__list ul {
	margin-left: 20px;
}

.accessible__content__title__list ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}

.accessible__content__title__list ul span {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.72px;
	color: #07000e;
}

.accessible__content__title__list:first-child {
	margin-bottom: 35px;
}

.accessible p:last-child {
	width: 90%;
	margin-top: 35px;
	color: #5f5d61;
}

.our-books__content__title>p,
.accessible__content__title>p,
.accessible__content__title ol li {
	margin-bottom: 25px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}

.our-books__content__title>p {
	width: 95%;
}

.accessible__content__title ol li {
	margin-bottom: 0;
}

.accessible__content__title ul li {
	width: 73%;
	margin-bottom: 24px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	list-style: none;
	letter-spacing: -0.72px;
	color: #5f5d61;
}

.accessible__content__title ul li:before {
	content: url(../img/list-star.png);
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}

.our-books__content__title__list {
	margin-bottom: 32px;
}

.our-books__content__title__list p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}

.our-books__content__title__list ul li {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	list-style: none;
	letter-spacing: 0%;
	color: #07000e;
}

.our-books__content__title__list ul li::before {
	content: url(../img/list-star.png);
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}

.ebooks {
	position: relative;
	padding: 0px 0px 100px 0px;
	background: url(../img/ebooks-bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	background-color: #e5e5e5;
}

#ebooks .text-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

#ebooks .text-wrapper h2 {
	width: 58%;
	margin: 0 auto;
	margin-bottom: 18px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 59.92px;
	letter-spacing: -2.54px;
	text-align: center;
	text-transform: capitalize;
	opacity: 0.2;
	color: #07000e;
}

#ebooks .text-wrapper.mw-690 p {
	width: 51%;
	margin: 0 auto;
	margin-bottom: 61px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #5f5d61;
}

.ebooks__items.row {
	margin-bottom: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 33px;
}

.ebooks__items.row .item {
	max-width: 400px;
	max-height: 566px;
}

.ebooks__items.row .item img {
	width: 100%;
	max-width: 100%;
}

.ebooks__button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ebooks__button a {
	position: relative;
	z-index: 1;
}

.ebooks-slider-wrapper {
	width: 1270px;
	margin: 0 auto 40px auto;
	position: relative;
	overflow: visible;
}

.ebooks__slider {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.ebooks__items {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	will-change: transform;
	gap: 30px;
}

.ebooks__item {
	min-width: 400px;
	max-width: 400px;
	flex: 0 0 400px;
	background: #241b38;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.ebooks__slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 16px !important;
	border: 2px solid;
	border-image: linear-gradient(180deg, #e5b0e6 0%, #a234fd 100%);
	border-image-slice: 1;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1),
		border-color 0.25s cubic-bezier(0.77, 0, 0.18, 1), box-shadow 0.2s;
	box-shadow: none;
	font-family: inherit;
	font-weight: bold;
}

.ebooks__slider-btn:disabled {
	opacity: 0.3;
	cursor: default;
}

.ebooks__slider-btn.left {
	left: -80px;
}

.ebooks__slider-btn.right {
	right: -80px;
}

.ebooks__slider-btn {
	background: linear-gradient(180deg, #e5b0e6 0%, #a234fd 100%);
	border: 2px solid #db9600;
	box-shadow: 0 4px 24px 0 rgba(162, 52, 253, 0.18);
}

.ebooks__slider-btn:hover,
.ebooks__slider-btn:focus {
	background: linear-gradient(180deg, #e5b0e6 0%, #a234fd 100%);
	border: 2px solid transparent;
	box-shadow: 0 4px 24px 0 rgba(162, 52, 253, 0.18);
	outline: none;
}

.ebooks__slider-btn:active {
	background: linear-gradient(180deg, #a234fd 0%, #e5b0e6 100%);
}

.price {
	padding: 112px 0 190px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #000;
}

.price__suptitle {
	position: relative;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	z-index: 1;
}

.price__suptitle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 3px;
	background: linear-gradient(180deg, #a49bad 0%, #261338 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.price__title {
	width: 60%;
	margin-bottom: 137px;
	font-weight: 700;
	font-size: 54.3px;
	line-height: 55.18px;
	letter-spacing: -0.25px;
	text-align: center;
	color: #fff;
}

.price-item:nth-child(2) {
	border: 3px solid #a234fd;
}

.price-item__box {
	padding: 39px 50px 47px 66px;
}

.price__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.price-item__name {
	text-align: center;
}

.price-item__name span {
	margin-bottom: 13px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 29.87px;
	letter-spacing: 0%;
	text-align: center;
	color: #0b1b2b;
}

.disc.price-item__description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #0b1b2b;
}

.price-item__price .price-item__currency {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 31.5px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #0b1b2b;
}

.price-item__trial {
	margin-bottom: 40px;
}

.price-item:nth-child(2) .price-item__trial::after {
	content: "";
	display: block;
	width: 290px;
	height: 124px;
	margin: 24px auto 0 auto;
	background-image: url(../img/price-img.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.price-item__trial span {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #0b1b2b;
}

.price-item__trial {
	margin-bottom: 40px;
}

.price-item {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: visible;
	background-color: #fefdff;
	box-shadow: 0px 3px 109px 0px #00000014;
}

.price-item-image {
	display: block;
	width: 120px;
	height: auto;
	transition: transform 0.3s ease;
	position: relative;
	z-index: 1;
}

.price-item:hover .price-item-image {
	transform: scale(1.05);
	opacity: 0.95;
}

.price-item__button-wrapper {
	position: relative;
	z-index: 2;
}

.price-item__button-wrapper .button {
	padding: 17px 103px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 56px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	white-space: nowrap;
	color: #fff;
	background-color: #a234fd;
	backdrop-filter: blur(30px);
}

.price-item__button-wrapper .button:hover {
	background: radial-gradient(ellipse at center, #5d00f7 0%, #9a30ff 100%);
	transition: all 0.4s ease-in-out;
}

.coaching {
	padding-top: 141px;
}

.coaching__image,
.simplify__image {
	width: 42%;
}

.coaching__content,
.simplify__content {
	width: 58%;
}

.coaching,
.simplify {
	max-width: 1272px;
	margin: 0 auto;
	margin-bottom: 118px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 68px;
}

.coaching__content__pretitle,
.simplify__content__pretitle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.coaching__content__pretitle {
	margin-bottom: 7px;
}

.coaching__content__pretitle h6 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24.89px;
	letter-spacing: 2.56px;
	text-transform: uppercase;
	color: #a234fd;
}

.coaching__content__title h2,
.simplify__content__title h2 {
	margin-bottom: 18px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 59.92px;
	letter-spacing: -2.54px;
	opacity: 0.2;
	text-transform: capitalize;
	color: #07000e;
}

.simplify__content__title h2 {
	margin-bottom: 40px;
}

.coaching__content__title h2 {
	font-size: 53px;
}

.simplify__content__title__list p {
	margin-bottom: 15px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}

.simplify__content__title__list ol {
	margin-left: 20px;
}

.simplify__content__title__list ol li span {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #07000E;
}

.simplify__content__title__list {
	width: 97%;
}

.simplify__content__title__list:first-child {
	margin-bottom: 35px;
}

.simplify p:last-child {
	margin-top: 35px;
	color: #5f5d61;
}

.coaching__content__title>p,
.simplify__content__title>p,
.simplify__content__title ol li {
	margin-bottom: 25px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}


.simplify__content__title__list ol li {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	list-style: none;
	color: #5F5D61;

}

.simplify__content__title ul li {
	margin-bottom: 10px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	list-style: none;
	letter-spacing: -0.72px;
	color: #07000e;
}

.simplify__content__title ul li:before {
	content: url(../img/list-star.png);
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}

.coaching__content__title__list {
	margin-bottom: 32px;
}

.coaching__content__title__list p {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #5f5d61;
}

.coaching__content__title__lists {
	width: 83%;
}

.coaching__content__title__list ul li {
	margin-bottom: 17px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	list-style: none;
	letter-spacing: 0%;
	color: #07000e;
}

.coaching__content__title__list ul li span {
	font-weight: 600;
}

.coaching__content__title__list ul li::before {
	content: url(../img/list-star.png);
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}

.questions-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.questions__pretitle {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.questions__pretitle p {
	font-weight: 700;
	font-size: 24px;
	line-height: 37.33px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}

.questions__title {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 54.3px;
	line-height: 69.52px;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
}

.questions {
	padding: 110px 0 170px 0;
	position: relative;
	background-image: url("../img/faq-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.questions__item {
	padding: 23px 50px 30px 45px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #454545;
	border-radius: 12px;
	cursor: pointer;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #454545;
}

.submenu {
	display: none;
}

.submenu.active {
	display: block;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
}

.questions__items {
	margin-bottom: 105px;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
}

.questions .questions__item p {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.25px;
	color: #fff;
	opacity: 1;
}

.questions__item:has(.submenu.active) {
	align-items: flex-start;
	background-color: #121212;
	color: #fff;
	border: none;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.questions__item:has(.submenu.active)>p {
	color: #fff;
	width: 70%;
}

.questions__item:has(.submenu.active) .submenu.active {
	margin-left: auto;
	margin-right: 20%;
	margin-top: -73px;
	width: 50%;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
}

.questions__item:has(.submenu.active) .questions__icon {
	align-self: end;
	margin-left: auto;
}

.questions__item:hover {
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.questions__icon {
	position: relative;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.questions__icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	transition: opacity 0.3s ease;
	object-fit: contain;
}

.questions__icon img:last-child {
	opacity: 0;
}

.questions__item:has(.submenu.active) .questions__icon img:first-child {
	opacity: 0;
}

.questions__item:has(.submenu.active) .questions__icon img:last-child {
	opacity: 1;
}

.questions__img {
	display: none;
}

.questions__item:has(.submenu.active) .questions__img {
	display: block;
	border-radius: 16px;
}

.questions__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.questions__bottom h3 {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 46px;
	font-weight: 700;
	font-size: 56px;
	line-height: 64.4px;
	letter-spacing: -0.25px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.questions__bottom ul {
	margin-bottom: 56px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.questions__bottom ul li {
	font-weight: 400;
	font-size: 22px;
	line-height: 34.22px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	list-style: none;
	color: #fefefe;
}

.questions__bottom a {
	max-width: 302px;
	max-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 10px;
	padding: 0 58px;
	font-weight: 700;
	font-size: 28px;
	line-height: 90px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 56px;
	color: #fff;
	background: linear-gradient(135deg, #9b0c72 0%, #2a002d 50%, #6f3aff 100%);
}

.questions__bottom a span {
	display: inline-block;
	transition: transform 0.3s ease;
}

.questions__bottom a:hover {
	background: linear-gradient(135deg, #6f3aff 0%, #2a002d 50%, #9b0c72 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.questions__bottom a:hover span {
	transform: translateX(3px);
}

.questions__gradient {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	z-index: 0;
	width: 100%;
	max-width: 100%;
	max-height: 44%;
	margin: 0 auto;
}

#contacts {
	max-width: 1170px;
	margin: 0 auto;
	padding: 124px 0 97px 0;
}

.contacts__inner {
	background-color: #000;
}

.new-validate {
	padding: 28px 28px 40px 28px;
	border-radius: 15px;
	border: 1px solid #dfe1e5;
}

.form__elem {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 57px;
}

.contact-box {
	background-color: #fff;
	border-radius: 15px;
}

.form__elem__content h3 {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: -0.25px;
	vertical-align: middle;
	color: #fff;
}

.form__elem__content p {
	width: 88%;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #716f73;
}

.new-validate__line.new-validate__name,
.new-validate__line.new-validate__email,
.new-validate__line.new-validate__subject,
.new-validate__line.new-validate__message {
	margin-bottom: 27px;
	display: flex;
	flex-direction: column;
}

.new-validate #name,
.new-validate #email,
.new-validate #subject,
.new-validate #message {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 1px;
	vertical-align: middle;
	opacity: 0.56;
	color: #07000e;
}

.new-validate label {
	font-weight: 500;
	font-size: 12px;
	line-height: 18.67px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #07000e;
}

.new-validate input,
.new-validate textarea {
	padding: 10px 0;
	min-width: 526px;
	height: 45px;
	border: transparent;
	border-bottom: 1px solid #dfe1e5;
}

.new-validate .btn-site {
	padding: 0 9px;
	font-weight: 700;
	font-size: 16px;
	line-height: 57px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 8px;
	border: 3px solid #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	cursor: pointer;
	color: #fff;
	background-color: #a234fd;
}

.new-validate .btn-site:hover {
	background-color: rgb(68, 0, 124);
	transition: all 0.5s ease;
}

.btn-site__icon-block {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 4px 4px 2px 0px #00000033;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-site__icon {
	display: block;
	width: 24px;
	height: 24px;
}

.footer {
	position: relative;
	background-color: #000;
}

.footer-links {
	color: #c1c1c1;
	padding: 60px 0 20px;
	font-family: "DM Sans", sans-serif;
}

.footer-links__inner {
	max-width: 1137px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.footer-links__col {
	flex: 1;
	max-width: 182px;
	padding: 0;
}

.footer-links__col:first-child {
	max-width: 233px;
	margin-right: 165px;
}

.footer-logo {
	max-width: 110px;
	margin-bottom: 31px;
}

.footer-about {
	width: 100%;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.25px;
	color: #716f73;
}

.social-links {
	display: flex;
	gap: 15px;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: all 0.3s ease;
}

.social-link:hover {
	background-color: #a234fd;
	transform: translateY(-3px);
}

.footer-title {
	margin-bottom: 21px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30.72px;
	letter-spacing: -0.25px;
	color: #fff;
}

.footer-title.hidden {
	visibility: hidden;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 12px;
}

.footer-menu a {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
}

.footer-menu a:hover {
	color: #a234fd;
}

.contact-info p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
	color: #9f9e9e;
}

.contact-info i {
	margin-right: 10px;
	color: #a234fd;
	margin-top: 4px;
}

.newsletter h4 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}

.newsletter-form {
	display: flex;
	position: relative;
	max-width: 100%;
}

.newsletter-form input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}

.newsletter-form button {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #a234fd;
	border: none;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.newsletter-form button:hover {
	background: #8a2be2;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #9f9e9e;
}

.legal-links {
	display: flex;
	gap: 20px;
}

.legal-links a {
	color: #9f9e9e;
	text-decoration: none;
	transition: color 0.3s ease;
}

.legal-links a:hover {
	color: #a234fd;
}

@media (max-width: 991px) {

	.questions__item:has(.submenu.active) .questions__img {
		margin-right: 20px;
		margin-bottom: 45px;
	}

	.questions__item:has(.submenu.active)>p {
		width: 80%;
	}

	.questions__item:has(.submenu.active) .submenu.active {
		margin-left: auto;
		margin-right: 20%;
		margin-top: 4px;
		width: 90%;
	}

	.how-it-works__content a {
		margin-left: 0;
	}

	.how-it-works__content {
		width: 100%;
	}

	.how-it-works__step {
		display: flex;
		gap: 20px;
	}

	.how-it-works__step .hidden-img {
		max-width: 280px;
	}

	.how-it-works__step.first-step p {
		width: 95%;
	}

	.footer-links__col {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.our-values__items {
		overflow-x: auto;
		padding-bottom: 20px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 20px;
		margin: 0 -20px;
		padding: 0 20px 20px;
	}

	.our-values__item {
		flex: 0 0 465px;
		scroll-snap-align: start;
	}
}

@media (max-width: 576px) {
	.footer-links__col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
}

.footer-contacts .footer-menu {
	margin-top: -5px;
}

.footer-contacts .contact-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
	color: #a0a0a0;
}

.contact-item .contact-label {
	display: inline-block;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
}

.contact-item .contact-value {
	flex: 1;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
}

.contact-value a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-value a:hover {
	color: #4a90e2;
}

@media (max-width: 767px) {
	.footer-contacts .contact-item {
		flex-direction: column;
	}

	.contact-label {
		margin-bottom: 5px;
		min-width: 100%;
	}
}

.copyright {
	background-color: #230938;
}

.copyright .pre-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 40px;
	background-color: #000;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 20px 0;
}

.copyright .links {
	padding: 0 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.copyright .links a,
.copyright p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	letter-spacing: 0%;
	white-space: nowrap;
	color: #fff;
}

.copyright .links a:first-child {
	margin-right: 20px;
}

.copyright .links a:hover {
	color: #4a90e2;
	cursor: pointer;
}

.footer-bg {
	position: absolute;
	right: 0;
	top: 0;
}

.curved-shape {
	position: absolute;
	right: 18%;
	bottom: -15%;
	width: 263px;
	height: 226px;
	background-image: url("../img/curved-shape.png");
	background-size: cover;
	background-position: center;
	background-color: transparent;
}

.curved-shape {
	padding: 25px 35px 25px 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.curved-shape__members {
	font-weight: 700;
	font-size: 37px;
	line-height: 37px;
	letter-spacing: 0%;
	color: #07000e;
}

.curved-shape__members__text {
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

.curved-shape__text {
	margin-bottom: 9px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #716f73;
}

.curved-shape__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 77px;
	height: 77px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	background-color: #fff;
}

.curved-shape__btn img {
	width: 16px;
	height: 16px;
}

.curved-shape__btn>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #5d00f7;
}

.curved-shape__btn>div:hover {
	transform: rotate(45deg);
	border: 4px solid #5d00f7;
	transition: transform 0.6s ease;
}

.guide__items {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.guide__item {
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 886px;
	max-height: 100px;
	background-color: transparent;
	border-radius: 49px;
	border: 3px solid #4A454E;
}

.guide__item.active {
	max-height: 220px;
	align-items: baseline;
}

.guide__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 94px;
	letter-spacing: -0.25px;
	color: #fff;
	opacity: 0.13;
}

.guide__item.active .guide__title {
	opacity: 1;
	color: #fff;
}

.guide__text {
	display: none;
	color: #9e9e9e;
}


.color-dots {
	display: none;
}

.icon-active {
	display: none;
}

.default-dots,
.color-dots,
.icon-default,
.icon-active {
	width: 46px;
	height: 46px;
}

/**************** MEDIA QUERIES ****************/

@media (min-width: 1450px) {
	.pre-header {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}

	.orbit-container {
		display: none;
	}
}

@media (max-width: 1450px) {

	.intro,
	.about-us__main__inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-us__main {
		background-position: top center;
	}
}

@media (max-width: 1400px) {
	.orbit-container {
		position: absolute;
		bottom: 57%;
		left: 9%;
	}

	.intro__gradient__top {
		width: 91%;
	}

	.intro__gradient__bottom {
		bottom: -6%;
	}
}

@media (max-width: 1393px) {
	.orbit-container {
		bottom: 50%;
		left: 7%;
		transform: rotate(-41deg);
	}
}

@media (max-width: 1330px) {
	.orbit-container {
		bottom: 47%;
		left: 7%;
		transform: rotate(-40deg);
	}
}

@media (max-width: 1350px) {

	.how-it-works,
	.our-values,
	.our-books,
	.accessible,
	.coaching,
	.simplify {
		padding-left: 20px;
		padding-right: 20px;
	}

	.price {
		padding: 112px 20px 190px 20px;
	}
}

@media (max-width: 1300px) {
	.price__items {
		padding: 0 20px;
	}

	.price-item__box {
		padding: 39px 25px 47px 25px;
	}

	.price-item__button-wrapper .button {
		padding: 17px 79px;
	}

	.price-item:nth-child(2) .price-item__button-wrapper .button {
		padding: 17px 103px;
	}
}

@media (min-width: 1201px) {
	.mobile-close-btn {
		display: none;
	}
}

@media (max-width: 1250px) {
	.fun-facts-container {
		padding: 48px 30px 180px 30px;
	}

	#contacts {
		padding: 124px 20px 97px 20px;
	}
}

@media (max-width: 1200px) {

	.footer-links {
		padding: 60px 20px 20px;
	}

	.questions {
		padding: 110px 20px 170px 20px;
	}

	.testimonials__items-wrapper {
		margin: 0 -20px 30px;
	}

	.header .container {
		min-height: 80px;
	}

	.how-it-works__image div {
		max-width: 400px;
	}

	.how-it-works__container {
		gap: 50px;
	}

	.about-us__items {
		transform: translateY(45%);
	}

	.about-us__main__text h2 {
		font-size: 46px;
		line-height: 60.01px;
	}

	.fun-facts-container {
		padding: 90px 30px 100px 30px;
	}

	.about-us__main {
		padding: 77px 0 0 0;
	}

	.header .container {
		border-radius: 0;
	}

	.pre-header {
		display: none;
	}

	.orbit-container {
		display: none;
	}
}

@media (max-width: 1100px) {

	.price__items {
		gap: 10px;
	}

	.price-item__box {
		padding: 39px 20px 47px 20px;
	}

	.intro__gradient__bottom {
		bottom: -6%;
	}

	.intro__gradient__bottom {
		width: 87%;
	}

	.intro__gradient__top {
		width: 89%;
	}

	.intro__gradient__bottom {
		width: 82%;
	}
}

@media (max-width: 1024px) {


	.about-us__main__text h4 {
		font-size: 45px;
		line-height: 80px;
	}

	.split-left,
	.split-right {
		display: none;
	}

	.pre__footer__links ul li a,
	.pre__footer__contacts ul li a {
		font-size: 15px;
	}

	.new-validate input,
	.new-validate textarea {
		min-width: 400px;
	}

	.form__elem__content h3 {
		font-size: 45px;
		line-height: 1.07;
	}

	.form__elem__content p {
		width: 100%;
	}

	.form__elem__content {
		width: 50%;
	}

	.contact-box {
		width: 50%;
	}

	.contact-box>.contact-box {
		width: 100%;
	}

	.price__items {
		flex-direction: column;
	}

	.price .price__items .price-item__box {
		padding: 39px 80px 47px 80px;
	}

	.testimonials {
		padding-top: 60px;
	}

	.our-books__content,
	.accessible__content {
		padding-top: 0;
	}

	.about-us__items__item h6 {
		font-size: 22px;
		line-height: 28px;
	}

	.about-us__items__item {
		padding: 10px 20px 4px 10px;
	}

	.intro__title,
	.fun-facts-title h2,
	.split-content__title h3,
	.split-content__title h3,
	.our-values__title,
	.our-books__content__title h2,
	.accessible__content__title h2,
	.accessible__content__title h2,
	#ebooks .text-wrapper h2,
	.price__title,
	.coaching__content__title h2,
	.simplify__content__title h2,
	.questions__title,
	.questions__bottom h3,
	.form__elem__content h3 {
		font-size: 50px;
		line-height: 60px;
	}

	.intro__title__text {
		width: 75%;
	}
}

@media (max-width: 991px) {
	.how-it-works__image {
		display: none;
	}

	.how-it-works__step .hidden-img {
		display: block;
	}
}

@media (max-width: 950px) {
	.pre__footer__logo .footer__logo img {
		max-width: 190px;
	}

	.fun-facts__counters {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.fun-facts__counters__top,
	.fun-facts__counters__bottom {
		display: flex;
		gap: 100px;
	}
}

@media (max-width: 930px) {

	.about-us__main__text h4 {
		font-size: 45px;
		line-height: 75px;
	}

	.guide__title {
		font-size: 26px;
		line-height: 60px;
	}

	.new-validate input,
	.new-validate textarea {
		min-width: 330px;
	}

	.our-books {
		flex-direction: column;
	}

	.our-books__image,
	.accessible__image,
	.coaching__image,
	.simplify__image {
		display: flex;
		width: 100%;
	}

	.our-books__image img,
	.accessible__image img,
	.coaching__image img,
	.simplify__image img {
		max-width: 300px;
		margin: 0 auto;
	}

	.our-books__content,
	.accessible__content,
	.coaching__content,
	.simplify__content {
		width: 100%;
	}

	.our-books,
	.accessible,
	.coaching,
	.simplify {
		flex-direction: column;
	}

	.accessible,
	.simplify {
		flex-direction: column-reverse;
	}

	.intro__gradient__top {
		width: 81%;
		bottom: -18px;
	}

	.intro__gradient__bottom {
		width: 76%;
		bottom: -4%;
	}
}

@media (max-width: 900px) {

	.about-us__main__text h4 {
		font-size: 45px;
		line-height: 65px;
	}

	.fun-facts__counters {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 32px;
		min-height: 0;
		height: auto;
		position: static;
	}

	.fun-facts__counter {
		position: static;
		min-width: 0;
		transform: none !important;
		margin-bottom: 12px;
	}

	.fun-facts__counters {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 32px;
		min-height: 0;
	}

	.fun-facts__counter {
		align-items: center;
		min-width: 0;
		justify-self: center !important;
		align-self: center !important;
	}
}


@media (max-width: 835px) {
	.footer-links__col:first-child {
		margin-bottom: 30px;
	}
}


@media (max-width: 768px) {
	.questions {
		padding: 50px 20px 50px 20px;
	}

	.coaching {
		margin-bottom: 60px;
		padding-top: 60px;
	}

	.guide__dots,
	.guide__icon {
		display: none;
	}

	.default-dots,
	.color-dots,
	.icon-default,
	.icon-active {
		width: 35px;
		height: 35px;
	}

	.guide__title {
		font-size: 22px;
		line-height: 45px;
	}

	.how-it-works {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.logo {
		margin-right: 0;
	}

	.how-it-works__title {
		font-size: 33px;
		line-height: 35px;
	}

	.pre__footer {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 20px;
		padding: 30px 15px;
	}

	.pre__footer__title {
		font-size: 35px;
		line-height: 40px;
	}

	.pre__footer__wrapper {
		padding: 30px 0;
	}

	.form__elem {
		flex-direction: column;
	}

	.form__elem__content,
	.contact-box {
		width: 100%;
	}

	.form__elem__content h3,
	.questions__title h2,
	.price__title,
	.gallery-masonry__title {
		font-size: 33px;
		line-height: 1.07;
	}

	.about-us__main__text h4 {
		font-size: 34px;
		line-height: 40.01px;
	}

	.about-us__main {
		padding: 50px 0 0 0;
	}

	.questions__bottom a {
		max-width: 240px;
		max-height: 60px;
	}

	.questions__bottom a {
		padding: 20px 58px;
		font-size: 20px;
		line-height: 24px;
	}

	.questions__bottom ul li {
		font-weight: 400;
		font-size: 18px;
		line-height: 24.22px;
	}

	.price {
		padding: 30px 0;
	}

	.price__title {
		margin-bottom: 73px;
		width: 75%;
	}

	#ebooks .text-wrapper h2 {
		width: 80%;
	}

	#ebooks .text-wrapper.mw-690 p {
		width: 80%;
	}

	.our-books {
		padding-top: 60px;
		margin-bottom: 60px;
	}

	.accessible {
		margin-bottom: 60px;
	}

	.testimonials {
		padding-top: 20px;
	}

	.nav {
		width: 100%;
		max-width: 100%;
	}

	.how-it-works__progress-line {
		display: none;
	}

	.how-it-works__step .hidden-img {
		max-width: 33%;
	}

	.fun-facts {
		padding-top: 180px;
	}

	.fun-facts-title h2 {
		font-size: 33px;
		line-height: 1.07;
	}

	.fun-facts__counters {
		display: none;
	}

	.fun-facts-container {
		padding: 48px 30px 100px 30px;
	}

	.fun-facts-title p {
		width: 95%;
	}

	.about-us__items {
		display: flex;
		flex-direction: column;
		transform: translateY(25%);
	}

	.about-us__items__item {
		max-width: 100%;
	}

	.about-us__main__text__button {
		width: 100%;
		height: 300px;
	}

	.about-us__main__text h4 {
		width: 100%;
	}

	.about-us__main__text {
		flex-direction: column;
	}

	.about-us__title {
		width: 80%;
	}

	.intro__title,
	.fun-facts-title h2,
	.split-content__title h3,
	.split-content__title h3,
	.our-values__title,
	.our-books__content__title h2,
	.accessible__content__title h2,
	.accessible__content__title h2,
	#ebooks .text-wrapper h2,
	.price__title,
	.coaching__content__title h2,
	.simplify__content__title h2,
	.questions__title,
	.questions__bottom h3,
	.form__elem__content h3 {
		font-size: 33px;
		line-height: 40px;
	}

	.intro__title__text {
		width: 85%;
	}

	.intro__gradient__top {
		width: 83%;
	}

	.intro__gradient__bottom {
		width: 78%;
	}
}

@media (max-width: 650px) {
	.questions__item {
		padding: 23px 20px 30px 20px;
	}

	.questions .questions__item p {
		font-size: 15px;
	}
}

@media (max-width: 630px) {
	.footer-links__col:first-child {
		max-width: 65%;
		margin-right: 0;
	}

	.intro__title__text {
		width: 95%;
	}

	.accessible__content__title ul li {
		width: 100%;
	}
}

@media (max-width: 600px) {

	.testimonials__items-bottom {
		flex-direction: column;
	}

	.fun-facts {
		padding-top: 200px;
	}

	.intro__gradient__top {
		width: 81%;
		bottom: -18px;
	}

	.intro__gradient__bottom {
		width: 76%;
		bottom: -4%;
	}
}

@media (max-width: 560px) {

	.questions__bottom ul {
		flex-direction: column;
	}

	.how-it-works__step {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.how-it-works__step .hidden-img {
		max-width: 50%;
	}
}

@media (max-width: 500px) {
	.price .price__items .price-item__box {
		padding: 39px 50px 47px 50px;
	}
}

@media (max-width: 475px) {
	.intro__gradient__top {
		display: none;
	}
}

@media (max-width: 425px) {

	.guide__item {
		min-height: 100px;
	}

	.guide__title {
		font-size: 20px;
		line-height: 29px;
	}

	.about-us__main__text h4 {
		font-size: 24px;
		line-height: 34.01px;
	}

	.questions__bottom h3 {
		width: 100%;
	}

	.questions__item:has(.submenu.active) .submenu.active {
		font-size: 14px;
		line-height: 22px;
	}

	.questions__title {
		margin-bottom: 20px;
	}

	.questions__item {
		padding: 20px 10px 25px 10px;
	}

	.questions .questions__item p {
		font-size: 14px;
	}

	.price-item {
		width: 90%;
		margin: 0 auto;
	}

	.testimonials__item {
		gap: 25px;
		padding: 20px;
	}

	.our-values__item {
		flex: 0 0 100%;
	}

	.our-values__items {
		margin: 0;
	}

	.about-us__items {
		transform: translateY(17%);
	}

	.fun-facts {
		padding-top: 240px;
	}

	.fun-facts-container {
		padding: 48px 20px 50px 20px;
	}

	.fun-facts-title h2 {
		font-size: 33px;
		line-height: 1.07;
	}

	.fun-facts-title p {
		width: 100%;
	}

	.intro__buttons {
		flex-direction: column;
	}

	.intro__buttons a:first-child {
		max-width: 180px;
		white-space: nowrap;
	}

	.about-us__title {
		width: 90%;
	}
}

@media (max-width: 375px) {

	.about-us__items {
		transform: translateY(14%);
	}

	.questions .questions__item p {
		font-size: 12px;
	}

	.price .price__items .price-item__box {
		padding: 39px 20px 47px 20px;
	}

	.testimonials__item {
		width: 100%;
	}

	.testimonials__item p {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 25px;
	}

	.curved-shape {
		right: 14%;
	}

	.about-us__title {
		margin: 20px auto;
	}
}

@media (max-width: 320px) {
	.about-us__title {
		width: 95%;
	}

	.questions .questions__item p {
		font-size: 11px;
	}

	.about-us__items {
		transform: translateY(12%);
	}
}

.preloader-spinner {
	display: inline-block;
	animation: spin 1.5s linear infinite;
	width: 100px;
	height: 100px;
}

.preloader-spinner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#page-loader {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

.page-loader-logo {
	text-align: center;
}

h1 .word,
h2 .word,
h3 .word,
.price__title .word,
.about-us-bold .word,
.fun-facts-title h2 .word,
.ebooks h2 .word,
.questions__title h2 .word {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	white-space: nowrap;
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

h1.animate-words .word,
h2.animate-words .word,
h3.animate-words .word,
.price__title.animate-words .word,
.about-us-bold.animate-words .word,
.fun-facts-title h2.animate-words .word,
.ebooks h2.animate-words .word,
.questions__title h2.animate-words .word {
	animation: fadeInUp 0.6s ease forwards;
	opacity: 0;
}