/* ----------------------------------------------------------------
	Theme CSS
-----------------------------------------------------------------*/

:root {
  --color1: #44008B;
  --color2: #19213D;
  --color3: #D9D9D9;
  --color4: #FF00DD;
	--color5: #6D758F;
  --twhite: #fff;
	--gradient-bg: linear-gradient(264deg, #FFE5F1 57.93%, #B54EE5 94.25%, #E54ED1 106.56%);
	--cnvs-themecolor: #44008B;
	/* Font Families */
	--cnvs-body-font: "Inter", sans-serif;
	--cnvs-primary-font: "Inter", sans-serif;
	--cnvs-secondary-font: "Open Sans", sans-serif;
	/* Header */
	--cnvs-header-height: 90px;
	--cnvs-header-height-sm:	60px;
  --cnvs-header-height-md:	80px;
  --cnvs-header-height-lg:	120px;
  --cnvs-header-height-shrink:	60px;
  --cnvs-side-header-width:	260px;
  --cnvs-side-header-padding-gutters:	30px;
  --cnvs-side-panel-size:	300px;
  --cnvs-side-panel-padding:	50px 70px 50px 40px;
  --cnvs-side-panel-widget-padding:	40px;
  --cnvs-transitions:	0.5s ease;
	--cnvs-section-margin: 0;
}


#header-wrap div#logo img {
	height: 30px;
}
.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
	height: 25px;
}
div#logo {
	border: none !important;
}
div#header-wrap {
	border: none !important;
	background: rgba(68, 0, 139, 0.60);
	backdrop-filter: blur(2px);
}
.is-expanded-menu .sticky-header div#header-wrap {
	background-color: rgba(68, 0, 139, 0.40);
	backdrop-filter: blur(2px);
}
a.menu-link {
	color: #fff;
	text-transform: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: normal;
	font-family: var(--cnvs-primary-font);
}
ul.menu-container > .menu-item:hover > .menu-link {
	background: linear-gradient(266deg, #FFE5F1 8.07%, #B54EE5 169.68%, #E54ED1 333.02%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
ul.menu-container > .menu-item:hover > .menu-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(266deg, #FFE5F1 8.14%, #B54EE5 57.12%, #E54ED1 106.62%);
}
ul.menu-container > li.menu-item > .menu-link {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
}
ul.menu-container > li.menu-item.sub-menu > a::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxwYXRoIGQ9Ik05LjI1IDEuMjc4ODhMNS4xMjUgNS43MjExOUwxIDEuMjc4ODgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4xMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
	order: 9;
}
ul.menu-container .sub-menu-container .menu-item > .menu-link {
	letter-spacing: normal;
	text-transform: none;
	font-family: var(--cnvs-primary-font);
}
body .top-button {
	border-radius: 64px;
	border: 1px solid transparent;
	background: #44008B; 
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px; 
	position: relative;
	color: #FFF;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize; 
}
body .top-button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background: linear-gradient(to right, #fff, #C753F0, #6955FF);
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	max-width: unset;
	display: flex;
}
.button.button-theme {
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px;
	color: #FFF;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	border-radius: 64px;
	border: 1px solid transparent;
	background: var(--nGen-Purple, #44008B);
	box-shadow: 0px 11px 24px 0px rgba(96, 0, 189, 0.50);
}
.button.button-theme::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background: linear-gradient(to right, #fff, #C753F0, #6955FF);
	height: calc(100% + 5px);
	width: calc(100% + 5px);
	max-width: unset;
	display: flex;
}
.button.button-theme-1 {
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px;
	border-radius: 64px;
	border: 1px solid #fff;
	color: #fff;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
	background-color: transparent;
}
.button.button-theme-2 {
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px;
	border-radius: 64px;
	border: 1px solid transparent;
	background-image: linear-gradient(264deg, #FFE5F1 57.93%, #B54EE5 94.25%, #E54ED1 106.56%);
	box-shadow: 0px 11px 24px 0px rgba(96, 0, 189, 0.50);
	width: auto;
	color: #44008B;
	font-family: var(--cnvs-primary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
}
.button.button-theme-2::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background-image: linear-gradient(to right, #fff, #C753F0, #6955FF);
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	max-width: unset;
	display: flex;
}
.button.button-theme-3 {
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px;
	border-radius: 64px;
	border: 1px solid var(--color1);
	background: transparent;
	color: var(--color1);
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
}

section#slider {
	position: relative;
}
section#slider.home_hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(3px);
	background-color: var(--color1);
	mix-blend-mode: darken;
}
.slider_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	filter: blur(2px);
	opacity: 0.8;
}
.hero_slider_card {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 40px 40px;
	width: 400px;
	height: 100%;
	max-width: 100%;
	border-radius: 30px;
	background: linear-gradient(202deg, #5B36E2 1.9%, #711FF1 1.9%, #FF33BC 100.47%);
	height: 600px;
	max-height: 100%;
	position: relative;
}
.hsc_subtitle {
	font-family: var(--cnvs-secondary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 200% */
	text-transform: uppercase; 
	margin-bottom: 17px;
	color: #fff;
}
.hsc_title {
	font-family: var(--cnvs-primary-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.2px; /* 120% */ 
	color: #fff;
	margin-bottom: 32px;
}
.hh_subtitle {
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase; 
	background: linear-gradient(264deg, #FFE5F1 57.93%, #B54EE5 94.25%, #E54ED1 106.56%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hh_title {
	font-family: var(--cnvs-primary-font);
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 52.8px; /* 120% */ 
	background: linear-gradient(264deg, #FFE5F1 57.93%, #B54EE5 94.25%, #E54ED1 106.56%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hh_lead {
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */ 
	color: #fff;
}
.button.button-hero-1 {
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px;
	border-radius: 64px;
	border: 1px solid #fff;
	color: #fff;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize; 
	width: auto;
	background-color: transparent;
}
.button.button-hero-2 {
	display: inline-flex;
	padding: 16px 24px;
	align-items: center;
	gap: 8px; 
	border-radius: 64px;
	border: 1px solid transparent;
	background: #44008B;
	color: #FFF;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize; 
}
.border-gradient {
	position: relative;
	z-index: 1;
}
.border-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	margin: -2px;
	border-radius: inherit;
	background: linear-gradient(to right, #fff, #C753F0, #6955FF);
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	max-width: unset;
	display: flex;
}
.border-gradient::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #44008B;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: inherit;
}
.hsc_list ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 20px;
}
.hsc_list ul li {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}
a.hh_action {
	position: absolute;
	bottom: 86px;
	left: 40px;
}
.hsc_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	left: 0;
	top: 0;
	background-size: 60%;
	border-radius: inherit;
}
.hero_slider {
	width: 600px;
	height: 600px;
}


.itu_card_slider .slick-list {
	padding:0 30% 0 0 !important;
	overflow: visible;
}

.itu_card_slider .slick-slide:not(.slick-current)  {
  /* Make slides other than the current one translucent */
  opacity: 0;
	filter: blur(8px);
	transform: scale(0.7);
	transform-origin: -20% center;
	z-index: -9;
}
.itu_card_slider .slick-slide.slick-current + .slick-slide  {
  /* Make slides other than the current one translucent */
  opacity: 0.3;
	filter: blur(8px);
	transform: scale(0.7);
	transform-origin: -30% center;
}

.itu_card_slider .swiper-cards .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}
.itu_card_slider .swiper-cards .swiper-slide.swiper-slide-active + .swiper-slide {
	filter: blur(10px);
	opacity: 1;
}
.itu_card_slider .swiper-cards .swiper-slide.swiper-slide-active + .swiper-slide .hero_slider_card {
	transform: scale(0.85);
	transform-origin: right center;
}
.itu_card_slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.itu_card_slider .swiper-button-next:after, .itu_card_slider .swiper-button-prev:after {
	display: none;
}
.itu_card_slider .swiper-button-next svg, .itu_card_slider .swiper-button-prev svg {
	display: flex;
	width: 24px;
	height: 18px;
	fill: #fff;
}
.itu_card_slider .swiper-button-prev svg {
	transform: rotate(-180deg);
}
.itu_card_slider .swiper-button-prev {
	left: -40px;
}
.itu_card_slider .swiper-button-next, .itu_card_slider .swiper-button-prev {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-family: var(--cnvs-primary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16.8px; /* 140% */ 
}
.itu_card_slider .swiper-button-next {
	right: 50px;
}
.col-txt {
	padding-right: 2rem;
}
div.sw-counter {
	transform: rotate(-90deg)translateX(100%);
	z-index: 999;
	position: relative;
	/* background: gold; */
	transform-origin: top right;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */ 
	font-family: var(--cnvs-secondary-font);
	display: flex;
  align-items: end;
	justify-content: center;
	color: #fff;
}
.sw-counter .current-slide {
	font-size: 56px;
	font-style: normal;
	font-weight: 300;
	line-height: 1; /* 42.857% */ 
}

/* Footer */
#footer ul.fsocials {
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	gap: 16px;
	flex-direction: row;
}
footer#footer {
	border-top: none;
	border-bottom: solid 7px var(--color1);
}
#footer div.footer-widgets-wrap {
	padding: 72px 0;
}
#footer #copyrights {
	padding: 0;
	background-color: transparent;
}
#footer .copyrights_col {
	padding: 24px 0;
	position: relative;
}
#footer .copyrights_col::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	top: -3px;
	left: 0;
	background: linear-gradient(266deg, #FFE5F1 8.07%, #B54EE5 169.68%, #E54ED1 333.02%);
}
.footer-widgets-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	gap: 50px;
}
.fwr-col {
	width: auto;
}
.fwr-col p {
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */ 
	color: var(--color2);
}
img.flogo {
	display: flex;
	margin-bottom: 24px;
}
img.flogo + p {
	margin-bottom: 32px;
}
.fwr-col .footer_title {
	font-family: var(--cnvs-primary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */ 
	color: var(--color1);
	margin-bottom: 32px;
}
.fwr-col ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	padding: 0;
	margin: 0;
	gap: 20px;
}
.fwr-col ul a {
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */ 
	color: var(--color1);
}
.footer_icon_box {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	align-items: center;
	margin-bottom: 24px;
}
.fib_txt {
	display: flex;
	flex-direction: column;
}
.fib_txt_title {
	font-family: var(--cnvs-secondary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */ 
	color: var(--color1);
}
.fib_txt_content, .fib_txt_content a {
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */ 
	color: var(--color1);
}
.fib_newsletter {
	display: flex;
	justify-content: center;
}
.button.button_newsletter {
	padding: 14px 18px;
	justify-content: center;
	align-items: center;
	gap: 5px; 
	display: inline-flex;
	border-radius: 46px;
	border: 1px solid var(--color1);
	/* Neutral/Shadow 02 */
	box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
	background-color: transparent;
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */ 
	color: var(--color1);
	transition: ease all 0.3s ;
}


/* content */
#content > .content-wrap {
	padding: 0 0;
}
section#content.include-header > .content-wrap > .section.min-vh-md-100:first-of-type {
	padding-top: 11%;
}
.bg-primary {
	background-color: var(--color1) !important;
}
.bg-gradient-1 {
	background: linear-gradient(180deg, #D1C8FF 69.41%, #FFF 100%);
}
.bg-gradient-2 {
	background: linear-gradient(180deg, #D1C8FF -24.28%, #FFE5F1 28.92%, #FFF 90.8%);
}
.container .fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: unset !important;
	padding: 0 .5rem;
}
#content .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: unset !important;
	padding: 0 .5rem;
}
.section {
	padding: 4rem 0;
}
.section_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.bg-opacity-05 .section_bg {
	opacity: 0.05;
}
.section {
	display: flex;
	flex-wrap: wrap;
}
#content ol {
	padding-left: 20px;
}

.pre_tabs_title {
	background: var(--gradient-bg);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.itu_tabs {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}
.itu_tabs_buttons {
	width: 400px;
}
.itu_tabs_buttons ul#canvas-side-tab {
	background: transparent;
	border: none !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column !important;
	gap: 130px;
}
.itu_tabs_buttons ul#canvas-side-tab button.nav-link {
	border: none;
	padding: 0 0;
	background-color: transparent;
	color: var(--color3);
	opacity: 0.3;
	font-family: var(--cnvs-primary-font);
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 33.6px; /* 120% */ 
}
.itu_tabs_buttons ul#canvas-side-tab button.nav-link.active {
	opacity: 1;
	background: var(--gradient-bg);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.itu_tabs_content {
	width: calc(100% - 415px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}

.heading-box h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	color: var(--color2);
	margin: 0;
}
.heading-box h2 {
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 52.8px; /* 120% */ 
	text-shadow: 0px 13px 16px rgba(180, 102, 255, 0.70);
	background: linear-gradient(266deg, #B54EE5 2.6%, #6000BD 85.47%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.product_list_item {
	background: linear-gradient(205deg, #6000BD 7.75%, #9709DA 47.59%, #E54ED1 91.42%, #FF9DCA 91.42%);
	opacity: 0.75;
	backdrop-filter: blur(37px); 
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 640px;
	width: 372px;
	padding: 100px 43px;
	border-radius: 500px;
	position: relative;
}
.product_list_item_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: inherit;
	background-size: cover;
	background-position: center center;
	filter: blur(5.5px);
	opacity: 0.5;
	mix-blend-mode: overlay;
}
.pli-body {
	position: relative;
	color: #fff;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 57px;
}
.pli-subtitle {
	text-align: center;
	color: #fff;
	margin: 0;
}
.pli-title {
	text-align: center;
	color: #fff;
	margin: 0;
}
.products_all {
	font-family: var(--cnvs-primary-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px; /* 140% */
	color: var(--color4);
}

.heading-box.v2 h4 {
	color: #fff;
}
.heading-box.v2 h2 {
	text-shadow: 0px 13px 16px #44008B;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 33.6px; /* 120% */
	background: var(--gradient-bg);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.items_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.item_list_single {
	border-radius: 12px;
	border: 1px solid var(--color4);
	background: #FFF;
	box-shadow: 0px 14px 34px 0px rgba(181, 78, 229, 0.20);
	display: flex;
	flex-wrap: wrap;
	padding: 24px;
	gap: 24px;
}
.ils_subtitle {
	color: var(--color5);
	font-family: var(--cnvs-secondary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px; /* 116.667% */
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ils_title {
	font-family: var(--cnvs-secondary-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.6px; /* 140% */
	background: linear-gradient(265deg, #FFE5F1 -18.23%, #B54EE5 12.56%, #E54ED1 106.6%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 24px;
}
.ils_meta ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
	gap: 16px;
}
.ils_meta ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */ 
}

.about-1 .section_bg {
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.section.about-1 {
	padding-top: 150px;
	padding-bottom: 45%;
	background-color: #2b0054 !important;
}
.about-1 .heading-box h4 {
	color: #fff;
	margin-bottom: 22px;
}
.about-1 .heading-txt {
	color: #fff;
}
.heading-txt {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: var(--color1);
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */ 
}
.about-2 .section_bg {
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.section.about-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(118deg, #FFF 38%, #C8C2FF 95.77%);
}
.section.about-2 {
	padding-bottom: 40%;
	padding-top: 9%;
}
.heading-box.heading-box-img h4 {
	margin-bottom: 22px;
}
.about-2 .heading-txt {
	color: var(--color1);
}

.section.about-3 {
	padding-bottom: 50%;
	padding-top: 9%;
}
.heading-box.v3 h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 33.6px; /* 120% */
	background: linear-gradient(264deg, #FFE5F1 -77.2%, #B54EE5 21.15%, #E54ED1 106.56%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
.about-3 .heading-txt {
	color: var(--color1);
}
.about-3 .section_bg {
	background-position: bottom center;
}

.heading_after {
	display: flex;
	justify-content: center;
}
.section_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.section.about-4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #F3F2FF 0%, #DBD6FF 100%);
}
.about-4 .section_bg {
	background-position: bottom center;
}
.section.about-4 {
	padding-bottom: 25%;
	padding-top: 9%;
}

.itu_clients {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.itu_clients_title {
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	color: var(--color5);
	margin: 0;
}
.itu_clients_images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 80px;
	row-gap: 24px;
}
.section.about-5 {
	padding-top: 9%;
}

/* products */

.products_icons_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.products_icons_section img {
	display: block;
	height: auto;
	width: auto;
}
.products_icons_section > span:nth-child(2) {
	transform: translateY(75px);
}
.products_icons_section > span:nth-child(3) {
	transform: translateY(100px);
}
.products_icons_section > span:nth-child(4) {
	transform: translateY(45px);
}
.products_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 200px;
	align-items: center;
}
.col-image {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 13px 24px 0px rgba(180, 102, 255, 0.20);
}
.products_grid_title {
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 33.6px; /* 120% */
	background: linear-gradient(264deg, #FFE5F1 -57.5%, #B54EE5 17.48%, #E54ED1 101.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	gap: 12px;
	align-items: center;
}
.products_section .section_bg {
	position: absolute;
	width: 50%;
	left: auto;
	right: 0;
	height: 50%;
	transform: translateY(50%);
	border-radius: 200px 0px 0px 200px;
	background-image: linear-gradient(90deg, #FFE5F1 -33.83%, #B54EE5 81.62%, #E54ED1 120.75%) !important;
}
.v2 .products_grid .col-image {
	order: -1;
}
.products_section.v2 .section_bg {
	position: absolute;
	width: 50%;
	left: 0;
	right: auto;
	height: 50%;
	transform: translateY(50%);
	border-radius: 0px 200px 200px 0px;
	background-image: none !important;
	background-color: var(--color1);
}
ul.products_grid_links {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 26px;
}
ul.products_grid_links a {
	display: flex;
	align-items: center;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	gap: 8px;
}
.cta-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #6D758F;
}
.section.cta-section {
	min-height: 400px;
	display: flex;
	align-items: center;
}
.cta-section .section_bg {
	filter: blur(1px);
	opacity: 0.8;
	background-position: center center;
}
.cta_subtitle {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.cta_title {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 100% */
	width: 60%;
	max-width: 100%;
	margin-bottom: 40px;
}


/* product single */
.section.page_header_section {
	padding-top: 214px;
	padding-bottom: 108px;
	min-height: 66vh;
}
.page_header_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	max-width: 1055px;
	justify-content: center;
	margin: auto auto;
}
.page_action {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.page_header_section .section_bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(23, 0, 44, 0.50) 11.33%, rgba(52, 0, 102, 0.50) 100%);
	backdrop-filter: blur(7px);
}
.page_header_section.bg-no-blur .section_bg::after {
	background: unset;
	backdrop-filter:unset
}
ul.itu_breadcrumbs {
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul.itu_breadcrumbs a {
	color: #fff;
	text-align: center;
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-decoration-line: underline !important;
	text-transform: uppercase;
}
ul.itu_breadcrumbs span {
	color: #fff;
	text-align: center;
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
}
ul.itu_breadcrumbs > li:not(:last-child)::after {
	content: "/";
	display: inline-flex;
	margin: 0 18px;
	font-size: 14px;
}
.page_title {
	text-align: center;
	/* text-shadow: 0px 13px 16px rgba(69, 13, 124, 0.70); */
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 52.8px; /* 120% */
	/* background-image: linear-gradient(264deg, #FFE5F1 57.93%, #B54EE5 94.25%, #E54ED1 106.56%); */
	/* background-image: linear-gradient(270deg, #FFF 9.23%, #FFE5F1 88.27%); */
	background-image: linear-gradient(to right, #B54EE5, #FFE5F1, #fff, #fff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 24px;
}
.page_txt {
	color: #fff;
	text-align: center;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 24px;
}
.aps-header {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 24px;
	margin-bottom: 45px;
}
.aps-header h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 33.6px; /* 168% */
	letter-spacing: 4px;
	text-transform: uppercase;
	background: linear-gradient(265deg, #FFE5F1 -57.51%, #B54EE5 65.05%, #E54ED1 106.59%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}
.aps-header::after {
	content: "";
	display: flex;
	flex: 1;
	height: 3px;
	background-image: linear-gradient(to right, #B54EE5, #E54ED1, #FFE5F1 );
}
.aps-header-button {
	order: 9;
	color: var(--color1);
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	display: inline-flex;
	gap: 3px;
	align-items: center;
}
.cases_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.ucase {
	padding: 36px 63px;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(180, 102, 255, 0.27);
}
.ucase-img {
	margin-bottom: 56px;
}
.ucase_title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.ucase_title h4 {
	color: var(--color1);
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.6px; /* 135% */
	margin-bottom: 0;
	max-width: calc(100% - 15px);
}

.downloads_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.downloads_item {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #FFE5F1;
	background: #FFF;
	box-shadow: 0px 0px 14px 0px rgba(151, 71, 255, 0.18);
}
.downloads_title {
	color: var(--color1);
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19.2px; /* 120% */
	margin-bottom: 12px;
	/* height: 50px; */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}
.downloads_header {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin-bottom: auto;
}
.downloads_meta {
	display: flex;
	justify-content: center;
}
.downloads_meta span {
	color: var(--color5);
	font-family: var(--cnvs-secondary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
.other_products_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0px;
}
.other_products_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	background-size: cover;
	position: relative;
}
.other_products_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	background-image: linear-gradient(205deg, #6000BD 7.75%, #9709DA 47.59%, #E54ED1 91.42%);
	backdrop-filter: blur(37px);
}
.other_products_item > * {
	position: relative;
}
.other_products_item_subtitle {
	color: #fff;
	text-align: center;
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.other_products_item_title {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	margin-bottom: 80px;
}

/* Focus */

.focus-page-header .section_bg {
	mix-blend-mode: overlay;
	filter: blur(2px); 
}


/* News - events */

form#flter-news {
	margin-top: 40px;
	margin-bottom: 0;
	color: #fff;
	font-family: var(--cnvs-primary-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	display: flex;
	gap: 20px;
}
form#flter-news select {
	background: transparent;
	border: none;
	color: #fff;
	position: relative;
	border-bottom: solid 2px #fff;
	padding-bottom: 4px;
}
form#flter-news select option {
	color: var(--color1);
	font-size: 18px;
}
.posts_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 21px;
	row-gap: 30px;
}
.post_item {
	display: flex;
	flex-direction: column;
	padding: 24px;
	gap: 24px;
	border-radius: 12px;
	border: 1px solid #FF33BC;
	background: #FFF;
	box-shadow: 0px 14px 34px 0px rgba(181, 78, 229, 0.20);
}
.post_item_body {
	display: flex;
	flex-direction: column;
}
.pib_category a {
	color: var(--color5);
	font-family: var(--cnvs-secondary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px; /* 116.667% */
	text-transform: uppercase;
}
.pib_title a {
	font-family: var(--cnvs-secondary-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33.6px; /* 140% */
	background: linear-gradient(265deg, #FFE5F1 -18.23%, #B54EE5 12.56%, #E54ED1 106.6%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pib_meta ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
	gap: 16px;
}
.pib_meta ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
ul.pagination > li a {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: none;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
ul.pagination > li > span {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: none;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
ul.pagination > li.active a {
	color: var(--color1);
	border: none;
	background-color: transparent;
}
ul.pagination > li a:hover {
	color: var(--color1);
	border: none;
	background-color: transparent;
}

/* News - events - single */

.page_header_meta {
	margin-top: 20px;
	margin-bottom: 43px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	row-gap: 15px;
}
.page_header_meta > div {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px;
}
.section.page_header_section.single-post-header {
	padding-bottom: 320px;
}
.single-post-header > .section_bg {
	background-position: center;
}
.page_single_content {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-top: -250px;
	position: relative;
}
.page_single_content_img {
	border-radius: 12px;
	background: #D9D9D9;
	overflow: hidden;
	margin-bottom: 60px;
}
.psbs_share {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 18px;
	align-items: center;
}
ul.psbs_socials {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	gap: 16px;
}
ul.psbs_socials a {
	display: inline-flex;
	width: 32px;
	height: 32px;
	border: solid 1px var(--color1);
	border-radius: 50%;
	color: var(--color1);
	align-items: center;
	justify-content: center;
}
.psbs_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.section.post_single_bottom_section .container::before {
	height: 1px;
	margin-bottom: 30px;
	content: "";
	position: relative;
	display: block;
	opacity: 0.6;
	background: #B4B9C9;
}

/* page contact */

.section.small_page_header .section_bg {
	background-position: center;
}
.section.small_page_header .page_header_box {
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
}
.section.page_header_section.small_page_header {
	min-height: 273px;
	padding-bottom: unset;
	padding-top: 148px;
}
.page_contact {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.page_contact_left {
	width: 40%;
	padding-right: 22px;
	border-right: solid 1px rgba(180, 185, 201, 0.6);
}
.page_contact_right {
	width: 60%;
	padding-left: 62px;
}
.pcl_title {
	color: var(--color1);
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px; /* 133.333% */
	letter-spacing: 1.44px;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.pcl_info {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.pcl_info_box {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.pcl_info_box > span {
	display: block;
	width: 50%;
}
.pcl_info_box > span:first-child {
	color: var(--color5);
	font-family: var(--cnvs-primary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
}
.pcl_info_box > span:last-child {
	color: var(--color1);
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px; /* 120% */
}
.pcl_info_box_social {
	display: flex;
	gap: 16px;
	align-items: center;
}
.pcl_info_box_social  a {
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	background-color: var(--color1);
	color: #fff;
	font-size: 0.9rem;
	border-radius: 5px;
}

/* career */

.page_subtitle {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.jobs_list_item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 20px 0;
	border-bottom: solid 1px #B54EE5;
}
.jli_action {
	margin-left: auto;
}
.jli_title {
	width: 30%;
	color: var(--color1);
	font-family: var(--cnvs-primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 157.143% */
}
.jli_txt {
	color: var(--color1);
	font-family: var(--cnvs-secondary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}
.jli_action a.button {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize; 
}
.career_single_subtitle {
	color: var(--color2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.84px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.career_single_title {
	text-shadow: 0px 13px 16px rgba(180, 102, 255, 0.70);
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 52.8px; /* 120% */
	background: linear-gradient(266deg, #B54EE5 2.6%, #6000BD 85.47%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.career_single_info {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
}
.csi_left {
	display: flex;
	flex-direction: column;
	width: calc(50% - 8px);
	gap: 14px;
}
.csi_right {
	display: flex;
	flex-direction: column;
	width: calc(50% - 8px);
	gap: 14px;
}
.csi_bottom {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	color: #F0D;
	font-family: var(--cnvs-secondary-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}
#content .csi_bottom a {
	text-decoration-line: underline !important;
	color: #F0D;
	font-family: var(--cnvs-secondary-font);
}
.csi_left h4 {
	color: #353E5C;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 100% */
	margin-bottom: 0;
}
.csi_left h4 + h4 {
	color: #353E5C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
}
.csi_right h4 {
	color: #353E5C;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 100% */
	margin-bottom: 0;
}
.csi_right h4 + h4 {
	color: #353E5C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
}
.career_single_right h3 {
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 33.6px; /* 120% */
	background: linear-gradient(264deg, #FFE5F1 -57.5%, #B54EE5 17.48%, #E54ED1 101.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
ul.list {
	padding-left: 30px;
}
ul.list > li {
	margin-bottom: 20px;
}

/* subscribe */

.bg-align-top > .section_bg {
	background-position: top center !important;
}
.bg-align-bottom > .section_bg {
	background-position: bottom center !important;
}
.section.bg-blur-2 .section_bg::after {
	backdrop-filter: blur(1px);
}
.bg-subscribe .section_bg {
	width: 50%;
	left: auto;
	right: 0;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-subscribe::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(0deg, #C99EFA 6.43%, rgba(230, 207, 255, 0.00) 100%);
}
.bg-disclaimer {
	background: #F5ECFF;
}
.disclaimer p {
	color: #6D758F;
	font-family: var(--cnvs-secondary-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.8px; /* 140% */
	margin-bottom: 15px;
}

/* privacy */

.section.w-845 .container {
	width: 845px;
	max-width: 100%;
}





