@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?la0w56');
	src: url('../fonts/icomoon.eot?la0w56#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?la0w56') format('truetype'), url('../fonts/icomoon.woff?la0w56') format('woff'),
		url('../fonts/icomoon.svg?la0w56#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: '\e901';
}

.icon-Vector:before {
	content: '\e900';
}

body {
	background-color: #fff !important;
}

.psr {
	position: relative;
}

.space--md {
	margin-block: 5.5rem;
}

.space--md:first-child {
	margin-top: unset;
}

.space--md:last-child {
	margin-bottom: unset;
}

.section-demo,
.section-hero {
	background-image: url(../img/hero.svg);
	background-size: contain;
	background-position: center center;
}

.section-hero2 {
	position: relative;
	overflow-x: clip;
}

.section-hero2::before {
	content: '\e900';
	font-family: 'icomoon';
	opacity: 0.5;
	color: #ede9fc;
	font-size: 50rem;
	line-height: 1;
	position: absolute;
	inset: 0;
	filter: blur(10rem);
}

p.sub.px-lg-5 {
	text-wrap-style: balance;
}

.hero__content {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-inline: auto;
	padding-block: 5rem;
	border-bottom: 1px solid #00000010;
}

.hero__content .title {
	font-size: 4.5rem;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.125rem;
	text-wrap-style: balance;
}

.hero__content .desc {
	color: #000000b2;
	font-size: 1.25rem;
	line-height: 1.5 !important;
}

.heros__img img {
	position: absolute;
}

.hero1 {
	top: 5vw;
	right: 5vw;
}

.hero2 {
	top: 5vw;
	left: 5vw;
}

.hero3 {
	bottom: 8vw;
	right: 8vw;
}

.hero4 {
	bottom: 8vw;
	left: 8vw;
}

a {
	text-decoration: none !important;
	transition: 0.5s;
}

.button i {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	transform: rotate(-45deg);
}

.button::before {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 0;
	left: 0;
	transition: 0.5s;
	content: '';
	background: #000;
}

.button:hover::before {
	width: 100%;
}

input#gform_submit_button_14,
.button {
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #fff !important;
	background: linear-gradient(180deg, #ea3ca0 0%, #ff674d 100%) !important;
	padding: 0.5rem;
	border-radius: 4rem !important;
	font-weight: 700;
	font-size: 1.25rem;
	width: fit-content;
	height: 4rem;
	justify-content: space-between;
	padding-left: 2rem;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	gap: 3rem;
	box-shadow: 0 0.5rem 1rem #ff674d80;
}

.hero__content img {
	margin-top: 1rem;
}

.section-cta {
	position: relative;
	padding-block: 7rem 10rem;
	background-color: #f2f2f2;
	background-position: bottom right;
	background-repeat: no-repeat;
	mask-image: linear-gradient(to right, black 35%, transparent 45%, black 80%);
}

.cta__content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cta__content .title {
	font-size: 4rem;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.25rem;
	margin-bottom: 1rem;
}

.cta__content .sub {
	font-size: 1rem;
	margin-bottom: unset !important;
	color: #000000;
	line-height: 1.5 !important;
}

.section-blog .title {
	max-width: 55rem;
	text-align: center;
	font-weight: 700;
	font-size: 3.75rem;
	color: #000;
	margin-inline: auto;
	margin-bottom: 4rem !important;
}

.post-card-image img {
	width: 100%;
	object-fit: cover;
	border-radius: 0.75rem;
}

.post-card-image {
	margin-bottom: 1.75rem;
	box-shadow: 10px 10px 25px 0px #00000008;
	overflow: hidden;
	border-radius: 0.75rem;
}

.post-card-title,
.post-card-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #171717;
	font-size: 1.375rem;
	font-weight: 600;
}

.post-card-title a:hover {
	color: #ff6545;
}

.post-card-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #171717;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.75rem;
	font-weight: 500;
}

.read-more i {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	width: 1.5rem;
	height: 1.5rem;
}

.read-more:hover {
	color: #ff6545;
}

.read-more {
	margin-top: 1.75rem;
	gap: 0.75rem;
	display: flex;
	align-items: center;
	width: fit-content;
	color: #171717;
	border-bottom: 2px solid #ff6545;
	padding-bottom: 0.375rem;
	font-weight: 800;
	font-size: 1rem;
	transition: 0.5s;
}

.blog--btn {
	margin-top: 3rem;
	margin-inline: auto;
}

.section-brands {
	text-align: center;
}

.section-brands .t1 {
	color: #000;
	font-size: 3.75rem;
	font-weight: 700;
}

.section-brands .t2 {
	font-size: 1.25rem;
	color: #000000b2;
	padding-inline: 10rem;
	line-height: 1.5 !important;
	text-wrap-style: pretty;
	margin-top: 0.75rem;
}

.brands__wrapper {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 3rem;
	justify-content: center;
	flex-wrap: wrap;

	& img {
		width: 100%;
		max-width: 5rem;
		object-fit: contain;
	}
}

.section-guide {
	text-align: center;
}

.section-guide .t2 {
	color: #171717;
	font-size: 3.75rem;
	text-align: center;
	margin-top: 1rem;
	font-weight: 700;
	text-wrap-style: balance;
	margin-bottom: 4rem;
}

.section-guide .t1 {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(180deg, #ea3ca0 0%, #ff674d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.guide__item img {
	width: 6rem;
	height: 6rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guide__item p {
	color: #000000;
	font-style: italic;
	font-size: 1.25rem;
	text-align: justify;
}

.guide__item {
	background: #f6f4fa;
	padding: 1.5rem;
	border-radius: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	height: 100%;
}

.guide__item .foot {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
}

.guide__item .head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.25rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
}

.guide__wrapper .read-more i {
	width: 1rem !important;
	height: 1rem !important;
}

.guide__wrapper .read-more {
	margin-top: unset;
	line-height: 1;
	padding: 0;
}

.guide__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.guide__wrapper .name {
	font-size: 1.125rem;
	display: block;
	color: #000;
	font-weight: 600;
}

.guide__wrapper .d-flex {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.guide__wrapper .post {
	font-size: 1rem;
	color: #667085;
	display: block;
	line-height: 1.5;
}

.section-demo .title {
	font-size: 4.5rem;
	color: #000;
	font-weight: 700;
}

.section-demo {
	padding-block: 4rem;

	& .awards__wrapper {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;

		& .awards__item {
			& img {
				max-width: 10rem;
				max-height: 4rem;
				object-fit: contain;
			}
		}
	}
}

.demo-content a {
	color: #000000;
	font-size: 1rem;
	display: block;
	text-decoration: underline !important;
	transition: 0.5s;
	font-weight: 600;
}

.demo-content a:hover {
	color: #5d2ee0;
}

.demo-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.text-list .d-flex {
	align-items: center;
	gap: 1rem;
	font-size: 1rem;
	color: #000000;
	font-weight: 600;
}

.text-list i {
	width: 1.75rem;
	height: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(180deg, #9c18e8 0%, #5d2ee0 100%);
	border-radius: 50%;
	font-size: 1rem;
}

.text-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

form#gform_14 label {
	display: none !important;
}

form#gform_14 select::placeholder,
form#gform_14 input::placeholder {
	color: #0000008a !important;
	font-size: 1.125rem;
	font-weight: 500;
}

form#gform_14 select,
form#gform_14 input:not([type='submit']) {
	border: 0;
	height: 3.75rem;
	background: #f5f5f5 !important;
	border-radius: 0.5rem;
	color: #00000040 !important;
	font-size: 1.125rem;
	font-weight: 500;
	padding-inline: 2rem;
	color: #111 !important;
}

#rc-anchor-light {
	background: #f5f5f5;
	color: #000 !important;
	height: 3.75rem !important;
	background: #f5f5f5 !important;
	border-radius: 0.5rem !important;
	border: 0 !important;
}

form#gform_14 {
	padding: 2.5rem;
	border-radius: 1.5rem;
	gap: 1rem;
	box-shadow: 0px 27px 49px 0px #d8d8d840;
	background-color: #fff;
}

@media (max-width: 767.99px) {
	form#gform_14 {
		padding: 1.5rem;
	}

	.form__wrapper {
		padding: 0.5rem;
	}
}

iframe {
	display: block;
	margin: auto;
}

input#gform_submit_button_14 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	color: #fff !important;
	background: linear-gradient(180deg, #ea3ca0 0%, #ff674d 100%) !important;
}

input#gform_submit_button_14:hover {
	background: #000 !important;
	color: #fff !important;
	box-shadow: unset !important;
	border: 0 !important;
}

div#input_14_10 > div {
	width: 100% !important;
}

.form__wrapper {
	background: linear-gradient(360deg, rgba(75, 179, 253, 0.1) 0%, rgba(99, 65, 239, 0.4) 100%);
	padding: 0.75rem;
	border-radius: 2rem;
}

.section-content .row {
	align-items: center;
}

.section-content .d-flex {
	flex-direction: column;
}

.section-content p {
	font-size: 1.25rem;
	color: #000000b2;
	margin-top: 0.5rem;
}

.section-content h2 {
	font-size: 4.5rem;
	font-weight: 700;
	color: #000;
}

@media (max-width: 767px) {
	.section-content h2,
	.section-ctbox h2 {
		font-weight: 700;
		text-align: left !important;
		font-size: 2.375rem !important;
	}
}

.section-ctbox h2 {
	text-align: center;
	color: #171717;
	font-size: 3.75rem;
	margin-bottom: 2.5rem;
}

.ctbox {
	background-color: #fafafa;
	padding: 2.5rem;
	border-radius: 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ctbox p.sub {
	font-size: 1.125rem;
	color: #000000b2;
	line-height: 1.5 !important;
	text-align: justify;
}

.ctbox h3.title {
	font-size: 1.375rem;
	color: #000000;
	font-weight: 600;
	text-wrap-style: pretty;
	line-height: 1.5 !important;
	min-height: 4.125rem;
}

.ctbox img {
	width: 2rem;
	object-fit: scale-down;
	margin-bottom: 1.25rem;
}

.ctbox i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.75rem;
	height: 0.75rem;
	font-size: 1rem;
	transform: rotate(-45deg);
}

.ctbox a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.125rem;
	background: #ea3ca0;
	transition: 0.5s;
}

.ctbox a::after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transform: rotate(-45deg);
}

.ctbox a:hover::before {
	background-color: #9f17e9;
}

.ctbox a:hover {
	color: #9f17e9;
}

.ctbox a {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #ea3ca0;
	font-weight: 700;
	position: relative;
	margin-top: auto;
	padding-bottom: 0.5rem;
	transition: 0.5s;
}

.follow--content h2 {
	font-size: 3.75rem !important;
	color: #171717;
	font-weight: 700;
	margin-bottom: 0.75rem !important;
	text-wrap-style: balance;
}

.follow--content p {
	color: #000000b2;
	font-size: 1.25rem;
	line-height: 1.6 !important;
}

.follow--content {
	display: flex;
	flex-direction: column;
}

.follow__social {
	display: flex;
	align-items: center;
	gap: 1rem;
	row-gap: 2rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.follow--content span.lb {
	font-size: 1rem;
	color: #000000b2;
	font-weight: 400;
}

.follow--content span.vl {
	color: #000000e5;
	font-size: 1rem;
	font-weight: 500;
}

.follow--content .d-flex > div {
	flex: 1 0 0;
	flex-direction: column;
	display: flex;
	gap: 1rem;
}

.follow--content .d-flex {
	margin-top: 5rem;
	gap: 1rem;
}

.follow--content a:hover {
	color: #9f17e9;
}

.follow--content a {
	transition: 0.5s;
	font-size: 1.375rem;
	font-weight: 600;
	color: #000000;
	gap: 1rem;
	display: flex;
	align-items: center;
}

.follow--content a i {
	background: -webkit-linear-gradient(90deg, #9f17e9 0%, #5532e0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.25em;
}

.contactform label {
	display: none !important;
}

.contactform h3.gform_title {
	font-size: 2.5rem !important;
	text-align: center;
	color: #000000;
	margin-bottom: 2rem !important;
}

.contactform textarea::placeholder,
.contactform input::placeholder {
	color: #0000008a;
	font-size: 1rem !important;
	font-weight: 500;
}

.contactform textarea,
.contactform input {
	border-radius: 0.5rem !important;
	color: #0000008a;
	padding: 1rem !important;
	font-weight: 500;
	width: 100%;
	margin: 0 !important;
}

.contactform .gform-footer.gform_footer.top_label {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactform {
	background: linear-gradient(180deg, rgba(237, 224, 255, 0.2) 0%, #ede0ff 100%);
	border-radius: 1.25rem;
	padding: 2.5rem 4rem;
}

section.section-content.space--md {
	margin-top: 5.5rem;
}

@media (max-width: 767px) {
	section.contact-page {
		margin-top: 3rem !important;
	}
}

section.section-content.space--md .container,
section.section-ctbox.space--md .container {
	border-bottom: 1px solid #00000020;
	padding-bottom: 5.5rem;
}

input#gform_submit_button_18:hover {
	background: #000 !important;
	box-shadow: unset;
	border-radius: 6rem !important;
}

input#gform_submit_button_18 {
	width: calc(100% - 4rem);
	display: flex;
	margin: 0 !important;
	justify-content: center;
}

div#input_18_6 span {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

div#input_18_6 {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1rem;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right: 16px;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.section-feature h2 {
	color: #171717;
	font-weight: 700;
	font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
	.section-feature h2 {
		font-size: 2.125rem !important;
	}
}

.section-feature h3 {
	color: #000000b2;
	font-size: 1.125rem;
	line-height: 1.6 !important;
	text-wrap-style: balance;
}

.feature--rows {
	margin-top: 2.5rem;
	row-gap: 2rem;
}

.feature__item h4 {
	font-size: 1.375rem;
	font-weight: 500;
	color: #000000;
	margin: unset !important;
	text-wrap-style: balance;
}

.feature__item p {
	font-size: 1.125rem;
	color: #000000b2;
	line-height: 1.5 !important;
	text-wrap-style: balance;
}

.feature__item {
	border-radius: 1rem;
	background-color: #fafafa;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	justify-content: space-between;
}

.feature-bg {
	background-color: #fbf9ff;
	padding-block: 7rem;
	margin-block: unset !important;
}

.feature-bg .feature__item {
	background-color: #fff;
}

.feature__head.center {
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-inline: auto;
}

.feature__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.mission {
	position: relative;
	padding: 2rem;
	border-radius: 1.25rem;
	background-color: #fff;
	margin-top: 2rem;
}

.mission span {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.mission p {
	color: #000000;
	font-size: 2.375rem;
	text-wrap-style: balance;
	font-weight: 600;
	line-height: 1.2 !important;
}

.mission-img:first-of-type {
	right: 0;
	top: 0;
	transform: translate(75%, -25%);
}

.mission-img:last-of-type {
	left: 0;
	bottom: 0;
	transform: translate(-75%, 25%);
}

.mission-img {
	position: absolute;
}

.section-about {
	background-color: #fbf9ff;
	padding-block: 6rem;
}

.section-about h2 {
	font-size: 3.75rem;
	color: #171717;
	font-weight: 700;
}

.section-about p {
	line-height: 1.6 !important;
	color: #000000b2;
	font-size: 1.25rem;
}

.editor-wrap ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.375rem;
	margin-top: 1.375rem;
}

.editor-wrap li::before {
	width: 1.125rem;
	height: 0.125rem;
	background: linear-gradient(180deg, #ea3ca0, #ff674d);
	content: '';
	display: block;
}

.editor-wrap li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.aic {
	align-items: center;
}

.br--desc {
	text-align: center;
	color: #858585;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.br--wrapper img {
	height: 3rem;
	object-fit: scale-down;
}

.br--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4rem;
}

.br--wrapper {
	border-bottom: 1px solid #0000001a;
	padding-bottom: 4rem;
	flex-wrap: wrap;
}

.award--title {
	font-weight: 700;
	font-size: 3.75rem;
	color: #171717;
	text-align: center;
	margin-bottom: 4rem;
}

.award img {
	width: 100%;
	object-fit: cover;
}

.val--rows {
	justify-content: center;
	row-gap: 2rem;
}

.value__item b {
	font-size: 3rem;
	display: flex;
	justify-content: flex-end;
	color: #cccccc80;
	line-height: 1;
}

.value__item .title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #000000;
	text-wrap-style: balance;
	margin: 0 !important;
}

.value__item {
	display: flex;
	flex-direction: column;
	border-radius: 1rem;
	background-color: #fafafa;
	padding: 2rem;
	height: 100%;
	gap: 1.5rem;
}

.section-hero3 {
	padding-top: 15rem;
	margin-top: -10rem;
	background: linear-gradient(180deg, rgba(237, 224, 255, 0.2) 0%, #ede0ff 100%);
}

.section-hero3 h1 {
	text-wrap-style: pretty;
	font-size: 4.5rem;
	color: #000000;
	max-width: 60%;
	text-align: center;
	margin-inline: auto;
	font-weight: 600;
}

.section-hero3 p {
	font-size: 1.25rem;
	color: #000000b2;
	text-wrap-style: pretty;
	max-width: 60%;
	text-align: center;
	margin-inline: auto;
}

.section-hero3 img {
	margin-top: 3rem;
	display: block;
	width: 100%;
	margin-inline: auto;
	object-fit: cover;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 0 0rem 1rem #ffffff80;
}

.row-reverse {
	flex-direction: row-reverse;
}

.section--space {
	margin-block: 7.5rem;
}

.iconbox__title,
.block_content__title {
	color: #000000;
	font-size: 3.75rem;
	font-weight: 700;
	text-wrap-style: balance;
}

.iconbox__text,
.block_content__text {
	text-wrap-style: balance;
	line-height: 1.6;
	font-size: 1.25rem;
	color: #000000b2;
}

.block_content__button {
	margin-top: 2rem;
}

.has_eae_slider.elementor-element.elementor-element-59ef0df,
.has_eae_slider.elementor-element.elementor-element-2a96075 {
	background: unset !important;
}

.iconbox__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.iconbox__item {
	border-radius: 1rem;
	background-color: #fff;
	padding: 2.5rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.iconbox__item span {
	font-size: 1.375rem;
	color: #000;
	display: block;
	font-weight: 700;
}

.section-iconbox {
	background-color: #fafafa;
	padding-block: 7rem;
}

.section-hero4 {
	position: relative;
	margin-top: 1rem;
}

.hero4__wrapper {
	display: flex;
	align-items: center;
	padding-left: 4rem;
	padding-block: 4rem;
	background: linear-gradient(180deg, rgba(237, 224, 255, 0.2) 0%, #ede0ff 100%);
	border-radius: 1.25rem;
}

.hero4__wrapper img {
	align-items: flex-end;
	margin-bottom: -12rem;
	margin-right: -1rem;
	width: 50%;
}

.hero4__content h1 {
	color: #000000;
	font-size: 4rem;
	font-weight: 700;
	text-wrap-style: balance;
}

.hero4__content p {
	color: #000000b2;
	font-size: 1.25rem;
	line-height: 1.6 !important;
	text-wrap-style: balance;
}

.tabs__content span {
	flex: 1 0 0;
	gap: 1rem;
}

.tabs__content img {
	width: 100%;
	object-fit: cover;
	margin-top: 2.5rem;
}

.tabs__content {
	background: linear-gradient(180deg, rgba(234, 60, 160, 0.03) 0%, rgba(255, 103, 77, 0.15) 100%);
	border-radius: 1rem;
	padding: 3rem 3rem 0;
}

.tabs__content__title {
	font-size: 2.375rem;
	font-weight: 500;
	color: #000000;
}

.tabs__content__text {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #000000;
}

.tabs__button a.active {
	color: #000;
	border-color: #5532e0;
}

.tabs__button a {
	display: block;
	color: #00000050;
	font-size: 1.125rem;
	transition: 0.5s;
	border-bottom: 0.25rem solid #fff;
	padding-block: 1rem;
	white-space: nowrap;
}

.tabs__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
	width: 100%;
	overflow-x: auto;
}

.section-tab__heading {
	width: 66%;
	margin-inline: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.tab__content {
	display: none;
}

.tab__content.active {
	display: block;
}

.tab__title {
	font-size: 3.75rem;
	font-weight: 700;
	color: #000;
	text-wrap-style: balance;
}

p.tab__text {
	text-align: center;
	color: #000;
	text-wrap-style: balance;
	font-size: 1.125rem;
	line-height: 1.6 !important;
}

@media (min-width: 992px) {
	section.section-brands.space--md {
		margin-block: 7.5rem;
	}
}

@media (max-width: 1399.98px) {
	.section-cta {
		padding-block: 3rem 12rem !important;
		background-size: contain;
		background-position: bottom;
	}
}

@media (max-width: 1199.98px) {
	.tabs__button {
		justify-content: flex-start;
	}

	.hero__content .title {
		font-size: 2.375rem;
	}

	.hero__content .desc {
		font-size: 1rem;
	}

	.button {
		height: 3.5rem;
		font-size: 1rem;
		gap: 1rem;
	}

	.hero__content {
		padding-block: 2rem 3rem;
		gap: 1rem;
	}

	.section-hero {
		background-position: center bottom;
		background-repeat: no-repeat;
	}

	.space--md {
		margin-block: 3rem;
	}

	.section-blog .title {
		font-size: 2rem !important;
		max-width: 100%;
		margin-bottom: 2rem !important;
	}

	.post-card-title {
		font-size: 1.25rem;
	}

	.post-card {
		margin-bottom: 2rem;
	}

	.read-more {
		font-size: 0.9375rem;
		margin-top: 1.25rem;
	}

	.blog--btn {
		margin-top: 0.5rem;
	}

	.button i {
		width: 2.5rem;
		height: 2.5rem;
	}

	.cta__content .title {
		font-size: 2rem !important;
		letter-spacing: -0.125rem;
	}

	.section-cta {
		mask-image: unset;
	}

	.section-guide .t2,
	.section-brands .t1 {
		font-size: 2.125rem;
	}

	.section-guide .t2 {
		margin-bottom: 1rem !important;
	}

	.brands__wrapper {
		gap: 1rem;
	}

	.section-brands .t2 {
		padding: 1rem;
		font-size: 1.125rem;
	}

	.guide__item p {
		font-size: 1.125rem;
	}

	.guide__item {
		padding: 1rem;
	}

	.guide__item .head {
		font-size: 1rem;
	}
}

@media (max-width: 991.98px) {
	.section-tab__heading {
		width: 100%;
	}

	.tab__content .d-flex {
		flex-direction: column;
	}

	.tabs__content {
		padding: 1rem 1rem 0;
	}

	.tabs__content__title {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.tabs__content__text {
		font-size: 1rem;
		line-height: 1.6;
	}

	.hero4__wrapper img {
		align-items: flex-end;
		margin-bottom: -6rem;
		margin-right: -2rem;
		width: 75%;
	}

	.hero4__wrapper {
		flex-direction: column;
		padding: 1rem;
		align-items: flex-end;
	}

	.hero4__content p {
		font-size: 1rem;
	}

	.guide__wrapper {
		grid-template-columns: 1fr;
	}

	section.section-content.space--md .container,
	section.section-ctbox.space--md .container {
		padding-bottom: 1.5rem;
	}

	.section-ctbox .col-lg-4 {
		margin-bottom: 2rem !important;
	}

	.contactform {
		padding: 1rem;
	}

	.gform_legacy_markup_wrapper h3.gform_title {
		font-size: 1.5rem !important;
	}

	.follow--content h2 {
		font-size: 1.75rem !important;
		color: #171717;
	}

	input#gform_submit_button_18 {
		padding: 0 !important;
	}

	.follow--content .d-flex {
		flex-direction: column;
	}

	.section-follow .row {
		flex-direction: column-reverse;
		gap: 2rem !important;
	}

	.ctbox {
		padding: 1.5rem;
	}

	.feature-bg {
		padding-block: 4rem;
	}

	.section-about {
		padding-block: 3.5rem;
	}

	.section-about p {
		font-size: 1.125rem !important;
	}

	.br--wrapper {
		gap: 1rem;
	}

	.award--title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.award img {
		margin-block: 1rem;
	}

	.mission p {
		font-size: 1.25rem !important;
	}

	.mission-img {
		position: absolute;
		transform: scale(0.5) !important;
	}

	.mission-img:first-of-type {
		transform: scale(0.5) translate(75%, -100%) !important;
	}

	.mission-img:last-of-type {
		transform: scale(0.5) translate(-75%, 100%) !important;
	}

	.block_content__image {
		margin-top: 2rem;
	}

	.block_content__title {
		font-size: 1.875rem !important;
	}

	.block_content__text {
		font-size: 1rem;
	}

	.section--space {
		margin-block: 4.5rem;
	}

	.section-hero3 h1,
	.section-hero3 p {
		max-width: 100%;
	}

	.section-hero3 {
		padding-top: 12rem;
	}

	.section-iconbox {
		padding-block: 3rem;
	}
}

@media (max-width: 767.98px) {
	.feature__head {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.section-cta {
		padding-block: 3rem 9rem !important;
	}

	.guide__item .foot {
		flex-direction: column;
		gap: 1rem;
	}

	.guide__wrapper .read-more {
		line-height: 2 !important;
	}

	.guide__wrapper .post {
		font-size: 0.9375rem !important;
	}

	.iconbox__items {
		grid-template-columns: 1fr;
	}
}

/* xMP Styles Start */
.image-container.image-has-bg-gradient::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: red;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 1rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(75, 179, 253, 0.1) 0%, rgba(99, 65, 239, 0.4) 100%);
}

.image-container.image-has-bg-gradient {
	position: relative;
	padding: 2rem 2rem 0 0;
}

.row.aic.row-reverse .image-container.image-has-bg-gradient {
	position: relative;
	padding: 2rem 0 0 2rem;
}

.col-lg-6:has(.image-container.image-has-bg-gradient) {
	display: flex;
}

.section-cta.no_bg_and_centered {
	mask-image: revert;
}
/* xMP Styles End */
