@font-face {
	font-family: almarai;
	src: url('../fonts/almarai/Almarai-Regular.eot');
	src:
		url('../fonts/almarai/Almarai-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/almarai/Almarai-Regular.ttf') format('truetype'),
		url('../fonts/almarai/Almarai-Regular.svg#Almarai-Regular') format('svg'),
		url('../fonts/almarai/Almarai-Regular.woff') format('woff'),
		url('../fonts/almarai/Almarai-Regular.woff2') format('woff2');
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: almarai;
	src: url('../fonts/almarai/Almarai-Bold.eot');
	src:
		url('../fonts/almarai/Almarai-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/almarai/Almarai-Bold.ttf') format('truetype'),
		url('../fonts/almarai/Almarai-Bold.svg#Almarai-Bold') format('svg'),
		url('../fonts/almarai/Almarai-Bold.woff') format('woff'),
		url('../fonts/almarai/Almarai-Bold.woff2') format('woff2');
	font-display: swap;
	font-weight: 700;
}
@font-face {
	font-family: almarai;
	src: url('../fonts/almarai/Almarai-ExtraBold.eot');
	src:
		url('../fonts/almarai/Almarai-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/almarai/Almarai-ExtraBold.ttf') format('truetype'),
		url('../fonts/almarai/Almarai-ExtraBold.svg#Almarai-ExtraBold') format('svg'),
		url('../fonts/almarai/Almarai-ExtraBold.woff') format('woff'),
		url('../fonts/almarai/Almarai-ExtraBold.woff2') format('woff2');
	font-display: swap;
	font-weight: 800;
}
@font-face {
	font-family: montserrat;
	src: url('../fonts/montserrat/Montserrat-Regular.eot');
	src:
		url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg'),
		url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
		url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: montserrat;
	src: url('../fonts/montserrat/Montserrat-SemiBold.eot');
	src:
		url('../fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'),
		url('../fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'),
		url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2');
	font-display: swap;
	font-weight: 600;
}
@font-face {
	font-family: montserrat;
	src: url('../fonts/montserrat/Montserrat-ExtraBold.eot');
	src:
		url('../fonts/montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype'),
		url('../fonts/montserrat/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg'),
		url('../fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'),
		url('../fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2');
	font-display: swap;
	font-weight: 800;
}
@font-face {
	font-family: inter;
	src: url('../fonts/inter/Inter-Regular.eot');
	src:
		url('../fonts/inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/inter/Inter-Regular.ttf') format('truetype'),
		url('../fonts/inter/Inter-Regular.svg#Inter-Regular') format('svg'),
		url('../fonts/inter/Inter-Regular.woff') format('woff'),
		url('../fonts/inter/Inter-Regular.woff2') format('woff2');
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: inter;
	src: url('../fonts/inter/Inter-SemiBold.eot');
	src:
		url('../fonts/inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/inter/Inter-SemiBold.ttf') format('truetype'),
		url('../fonts/inter/Inter-SemiBold.svg#Inter-SemiBold') format('svg'),
		url('../fonts/inter/Inter-SemiBold.woff') format('woff'),
		url('../fonts/inter/Inter-SemiBold.woff2') format('woff2');
	font-display: swap;
	font-weight: 600;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	transition: all 50000s linear 0s;
}
::-moz-selection {
	background: #924eff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}
::selection {
	background: #924eff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}
input[type="password"],
input[type="url"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea,
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	direction: inherit;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
*,
*::after,
*::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sr-only.sr-only-focusable {
	top: 10%;
	left: 20px;
	z-index: 11;
	text-decoration: none;
}
.sr-only.sr-only-focusable:focus {
	width: auto;
	height: auto;
	font-size: 24px;
	padding: 5px 20px;
	clip: unset;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form p {
	margin: 0;
}
a,
select,
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
	cursor: pointer;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}
figure {
	margin: 0;
	font-size: 0;
	line-height: 1px;
}
svg,
img {
	vertical-align: top;
}
hr,
svg,
img,
div,
embed,
iframe,
object {
	max-width: 100%;
}
textarea {
	overflow: auto;
	resize: vertical;
}
form,
blockquote {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: underline;
	color: #924eff;
}
a:hover {
	text-decoration: none;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid,
input.error,
textarea.error,
select.error {
	color: red;
	border: 1px solid red !important;
}
::-webkit-input-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
:-moz-placeholder{
	color: #5a5a5a;
	opacity: 1;
}
.wpcf7-not-valid::-webkit-input-placeholder {
	color: red !important;
	opacity: 1;
}
.wpcf7-not-valid:-moz-placeholder {
	color: red !important;
	opacity: 1;
}
.error::-webkit-input-placeholder {
	color: red !important;
	opacity: 1;
}
.error:-moz-placeholder {
	color: red !important;
	opacity: 1;
}
.select2.wpcf7-not-valid + label.error,
.select2.error + label.error {
	position: absolute;
	bottom: 0;
}
.select2.wpcf7-not-valid ~ .select2-container,
.select2.error ~ .select2-container {
	margin-bottom: 24px;
}
.select2.wpcf7-not-valid ~ .select2-container .select2-selection,
.select2.error ~ .select2-container .select2-selection {
	border-color: red;
}
.select2.wpcf7-not-valid ~ .select2-container .select2-selection__rendered,
.select2.error ~ .select2-container .select2-selection__rendered {
	color: red;
}
input[type="checkbox"].wpcf7-not-valid ~ span,
input[type="checkbox"].error ~ span {
	color: red;
}
.wpcf7-not-valid-tip {
	font-size: 16px;
	margin: 5px 0 0 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	min-height: 1px;
	margin: 0 0 -1px 0;
}
.clear {
	display: block;
	clear: both;
	min-height: 1px;
}
body.show-contrast *:not(.noContrast) {
	background-color: #000 !important;
	color: yellow !important;
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
}
body.show-contrast [fill]:not([fill=""]):not([fill="none"]):not(.noContrast) {
	fill: yellow !important;
}
body.show-contrast [stroke]:not([stroke=""]):not([stroke="none"]):not(.noContrast) {
	stroke: yellow !important;
}
body.show-contrast ::-webkit-input-placeholder {
	color: yellow !important;
}
body.show-contrast :-moz-placeholder {
	color: yellow !important;
}
body.show-contrast .contact-section-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance),
body.show-contrast .contact-section-form,
body.show-contrast .contact-details-box {
	border: 1px solid yellow;
}
body.show-contrast .hideOnContrast,
body:not(.show-contrast) .showOnContrast {
	display: none;
}
body.show-focus *:focus {
	outline: 3px solid #000 !important;
	background-color: yellow !important;
	color: #000 !important;
}
body.show-focus *:focus * {
	background-color: yellow !important;
	color: #000 !important;
}
body.show-focus .menu-btn:focus .menu-icon-spans,
body.show-focus .menu-btn:focus .menu-btn-inner:before{
	background-color: #000 !important;
}
body.show-focus *:focus::-webkit-input-placeholder {
	color: #000 !important;
}
body.show-focus *:focus:-moz-placeholder {
	color: #000 !important;
}
body.show-focus *:focus [fill]:not([fill=""]):not([fill="none"]) {
	fill: #000 !important;
}
body.show-focus *:focus [stroke]:not([stroke=""]):not([stroke="none"]) {
	stroke: #000 !important;
}
body.show-focus .closeYbox:focus::after,
body.show-focus .closeYbox:focus::before {
	background-color: #000;
}
body.show-focus .yBoxFrame.yBoxImgWrap .yBoxNextImg:focus::after, 
body.show-focus .yBoxFrame.yBoxImgWrap .yBoxPrevImg:focus::after {
	border-bottom-color: #000;
	border-left-color: #000;
}
.img-center-wrap,
.img-center-desktop-wrap,
.img-center-hover-wrap {
	position: relative;
	overflow: hidden;
}
.woocommerce img.img-center,
.woocommerce-page img.img-center,
.woocommerce img.img-center-hover,
.woocommerce-page img.img-center-hover,
.woocommerce .img-center img,
.woocommerce-page .img-center img,
.woocommerce .img-center-hover img,
.woocommerce-page .img-center-hover img,
.img-center,
.img-center img,
.img-center-hover,
.img-center-hover img {
	width: auto;
	max-width: none;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.unsupported-wrap {
	direction: ltr;
	text-align: center;
	font-family: arial;
}
.unsupported-title {
	color: #000;
	padding: 100px;
	font-family: almarai, arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 33px;
}
.unsupported-a {
	margin: 0 30px;
	height: 128px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	direction: ltr;
}
.unsupported-a img {
	height: 128px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.unsupported-a:hover img {
	-webkit-transform: translate(0,-10px);
	transform: translate(0,-10px);
}
.unsupported-a.unsupported-a-1:hover {
	color: #ce1f45;
}
.unsupported-a.unsupported-a-2:hover {
	color: #f17b06;
}
.unsupported-a.unsupported-a-3:hover {
	color: #4ad67a;
}
.unsupported-a.unsupported-a-4:hover {
	color: #43b3e8;
}
.unsupported-a.unsupported-a-5:hover {
	color: #dd133e;
}
html,
body {
	height: 100%;
}
body {
	font-family: almarai, arial;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	color: #4d4b45;
	text-align: left;
	direction: ltr;
}
.container1144,
.container1438,
.container1728 {
	width: 1192px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 24px;
}
.container1438 {
	width: 1486px;
}
.container1728 {
	width: 1776px;
}
#page-header {
	display: flex;
	width: 100%;
	height: 96px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
}
#page-header::before {
	content: "";
	background: rgba(251, 249, 242, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#page-header .container1728 {
	gap: 16px;
}
#page-header .container1728,
.header-nav-wrap {
	display: flex;
	align-items: center;
}
.header-nav-wrap {
	flex-grow: 1;
}
.header-start-bg-white#page-header::before,
.header-start-bg-white#page-header #main-nav ul ul,
body.mobile-menu-is-open #page-header::before,
body.header-active #page-header::before,
body.header-active #page-header #main-nav ul ul {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.header-start-bg-white#page-header a,
body.mobile-menu-is-open #page-header a,
body.header-active #page-header a {
	color: #1a1a1a;
}
.logo-link {
	position: relative;
	text-decoration: none;
}
.logo-img-white {
	height: 48px;
	flex-shrink: 0;
	vertical-align: top;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.logo-img-color {
	height: 100%;
	flex-shrink: 0;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header-start-bg-white .logo-img-white,
body.mobile-menu-is-open .logo-img-white,
body.header-active .logo-img-white {
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
}
.header-start-bg-white .logo-img-color,
body.mobile-menu-is-open .logo-img-color,
body.header-active .logo-img-color {
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.header-start-bg-white .menu-btn-inner:before,
.header-start-bg-white .menu-icon-spans,
body.mobile-menu-is-open .menu-btn-inner:before,
body.mobile-menu-is-open .menu-icon-spans,
body.header-active .menu-btn-inner:before,
body.header-active .menu-icon-spans {
	background: #1a1a1a;
}
.header-right{
	display:flex;
	margin:0 0 0 auto;
	gap: 16px;
	align-items: center;
}
.header-right-links-wrap {
	display:flex;
	gap: 16px;
	align-items: center;
}
#page-header svg {
	vertical-align:top;
}
#page-header path {
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header-start-bg-white#page-header path[stroke],
body.mobile-menu-is-open #page-header path[stroke],
body.header-active #page-header path[stroke] {
	stroke: #1a1a1a;
}
.header-start-bg-white#page-header path[fill],
body.mobile-menu-is-open #page-header path[fill],
body.header-active #page-header path[fill] {
	fill: #1a1a1a;
}
.menu-btn{
	display: flex;
	width: 28px;
	height: 31px;
	justify-content: center;
	align-items: center;
	margin: 0 24px 0 0;
}
.menu-btn-inner {
	width: 100%;
	height: 18px;
	position: relative;
}
.menu-btn-inner:before,
.menu-icon-spans{
	background:#fff;
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.menu-icon-span1{
	top:0;
	-webkit-transition:all 0.15s ease;
	transition:all 0.15s ease;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.menu-btn-inner:before{
	content:'';
	top:8px;
}
.menu-icon-span2{
	top:8px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.menu-icon-span3{
	top:16px;
	-webkit-transition:all 0.15s ease;
	transition:all 0.15s ease;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.show-contrast .menu-btn-inner:not(.noContrast)::before,
.show-contrast .menu-icon-spans:not(.noContrast) {
	background-color: yellow !important;
}
body.mobile-menu-is-open .menu-icon-span1{
	-webkit-transform:translate(0,6px);
	transform:translate(0,6px);
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
body.mobile-menu-is-open .menu-icon-span2{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
body.mobile-menu-is-open .menu-btn-inner:before{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
body.mobile-menu-is-open .menu-icon-span3{
	-webkit-transform:translate(0,-6px);
	transform:translate(0,-6px);
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.header-right-links{
	flex-shrink: 0;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 1px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0 !important;
	border: none !important;
	margin: 0 32px 3px;
	line-height: 1;
}
.wpml-ls-legacy-list-horizontal a {
	text-transform: uppercase;
	padding: 0 !important;
	color: #fff;
	font-size: 20px;
}
#main-nav {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 32px;
}
#main-nav ul {
	display: flex;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 32px;
}
#main-nav li {
	display: flex;
	align-items: center;
}
#main-nav a {
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
	padding: 12px 0;
	position: relative;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#main-nav a::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: scale(0.4,1);
	transform: scale(0.4,1);
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.open-sub-menu {
	width: 6px;
	height: 6px;
	margin: -5px 0 0 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header-start-bg-white .open-sub-menu,
body.mobile-menu-is-open .open-sub-menu,
body.header-active .open-sub-menu {
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
}
#main-nav a:hover + .open-sub-menu {
	border-right-color: #924eff;
	border-bottom-color: #924eff;
}
#main-nav li > a:hover::after,
#main-nav li.current_page_item > a::after {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
}
.header-start-bg-white #main-nav li.current_page_item > a,
body.mobile-menu-is-open #main-nav li.current_page_item > a,
body.header-active #main-nav li.current_page_item > a {
	color: #924eff;
}
.header-start-bg-white #main-nav li > a::after,
body.mobile-menu-is-open #main-nav li > a::after,
body.header-active #main-nav li > a::after {
	background: #924eff;
}
#main-nav ul ul {
	background: rgba(251, 249, 242, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	width: 100%;
	padding: 40px 60px;
	position: absolute;
	top: 100%;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#main-nav li.focus > ul,
#main-nav li:hover > ul {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	visibility: visible;
}
.flexible-content-wrap {
	overflow: hidden;
}
.hp-top-banner-section {
	display: flex;
	min-height: 100vh;
	position: relative;
}
.swiper {
	width: 100%;
}
.hp-top-banner-section .swiper-slide {
	display: flex;
	align-items: center;
}
.hp-top-banner-section .swiper-pagination-bullet {
	background: #fff;
}
.hp-top-banner-figure {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hp-top-banner-figure::after {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.hp-top-banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide .hp-top-banner-img {
	-webkit-transition:all 4s ease;
	transition:all 4s ease;
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}
.swiper-slide-active .hp-top-banner-img {
	-webkit-transform:scale(1);
	transform:scale(1);
}
.hp-top-banner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding-top: 140px;
	padding-bottom: 20vh;
	color: #fff;
	text-align: center;
}
.hp-top-banner-text {
	width: 100%;
}
.hp-top-banner-title {
	font-weight: 400;
	font-size: 96px;
	line-height: 1.3;
	margin: 0;
}
.hp-top-banner-title p {
	margin: 0;
}
.hp-top-banner-title b,
.hp-top-banner-title strong {
	background: linear-gradient(87.39deg, #0EA562 0%, #29DF83 33.33%, #86E5F1 64.58%, #974BFF 98.44%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.hp-top-banner-text2 {
	width: 852px;
	max-width: 100%;
	font-size: 32px;
	line-height: 1.5;
	margin: 24px auto 0;
}
.top-banner-article-date-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 32px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.top-banner-article-vs-date-separator {
	background: #fff;
	width: 24px;
	height: 1px;
}
.top-banner-article-headline {
	font-weight: 700;
	text-transform: uppercase;
}
.hp-top-banner-text .green-btn {
	margin: 48px auto 0;
}
.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
	bottom: 15%;
}
.scroll-down-btn {
	position: absolute;
	left: 50%;
	bottom: 6%;
	z-index: 6;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.scroll-down-btn-spans-wrap {
	display: flex;
    width: 48px;
    height: 32px;
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.scroll-down-btn-spans-wrap svg {
	animation: hp-banner-arrow 1.2s linear 2s infinite;
}
@keyframes hp-banner-arrow{
	0%,
	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	50% {
		-webkit-transform: translate(0,9px);
		transform: translate(0,9px);
	}
}
#page-footer{
	background: #EAFCF3;
	padding: 0 0 110px 0;
	font-size:16px;
	line-height: 1.3;
}
.footer-inner {
	display: flex;
	width: 100%;
	padding: 48px 0 0 0;
	color: rgb(26 26 26 / 60%);
}
.footer-links-wrap {
	width: 24%;
	padding: 0 24px 0 0;
}
.footer-links-title {
	margin:0 0 36px 0;
	color: #1a1a1a;
	font-size: 24px;
}
.footer-links-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links-wrap li {
	padding: 12px 0;
}
.footer-links-wrap a {
	display: block;
	text-decoration: none;
	color: rgb(26 26 26 / 60%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-links-wrap a:hover path[fill] {
	fill: #924eff;
}
.footer-links-wrap a:hover path[stroke] {
	stroke: #924eff;
}
.footer-links-wrap a:hover {
	color: #924eff;
}
.socials-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	line-height: 1px;
}
.socials-list img,
.socials-list svg {
	height: 24px;
}
.footer-right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 0 0 auto;
	gap: 24px;
}
.dooble {
	margin-left: auto;
}
.purple-btn,
.green-btn {
	background: linear-gradient(87.04deg, #26DE80 0%, #86E9F0 100%);
	display: inline-flex;
	min-width: 175px;
	min-height: 48px;
	border-radius: 24px;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #1a1a1a;
	line-height: 1.3;
	flex-shrink: 0;
	padding: 6px 64px 6px 24px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
.purple-btn {
	background: #924eff;
	color: #fff;
}
.purple-btn::before,
.purple-btn::after,
.green-btn::before,
.green-btn::after {
	content: "";
	background: url(../../images/arrow-right.svg) center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin: -12px 0 0 0;
}
.purple-btn::before,
.green-btn::before {
	left: -48px;
}
.purple-btn::after,
.green-btn::after {
	right: 24px;
}
.purple-btn::before,
.purple-btn::after {
	background: url(../../images/arrow-right-white.svg) center center no-repeat;
}
.submit-btn-wrap {
	display: block;
	position: relative;
}
.submit-btn-wrap::after {
	content: '';
	display: block;
	clear: both;
}
.submit-btn-wrap::before {
	content: '';
	display: none;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50000;
	align-items: center;
	justify-content: center;
}
.submit-btn-wrap .wpcf7-spinner {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50001;
	margin: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
form.submitting .submit-btn-wrap .wpcf7-spinner,
form.submitting .submit-btn-wrap::before {
	display: block;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	padding: 0 0 32px 0;
}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
	font-family: inherit;
	width: 100%;
	height: 64px;
	border: none;
	padding: 0 24px;
	outline: none;
	background: #EAFCF3;
	border-radius: 32px;
}
.wpcf7-form-control::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.wpcf7-form-control:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.inputs-label,
.val-is-empty:focus ~ .inputs-label {
	cursor: text;
	position: absolute;
	left: 24px;
	top: 7px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #0B8753;
	font-size: 14px;
	line-height: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	visibility: visible;
}
.val-is-empty ~ .inputs-label {
	overflow: hidden;
	color: #1a1a1a;
	font-size: 24px;
	top: 10px;
	line-height: 32px;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	visibility: hidden;
} 
.inputs-label span {
	position: relative;
	z-index: 1;
}
.inputs-label::before {
	content: "";
	background: #fff;
	width: 100%;
	height: 3px;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 0;
}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance):focus,
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance):not(.val-is-empty) {
	padding-top: 11px !important;
}
.val-is-empty ~ .inputs-label::before {
	background: none;
}
.val-is-empty:focus ~ .inputs-label::before {
	background: #fff;
}
.val-is-empty.wpcf7-not-valid ~ .inputs-label,
.val-is-empty.error ~ .inputs-label {
	color: red;
}
.wpcf7-not-valid ~ .inputs-label,
.wpcf7-not-valid::-webkit-input-placeholder {
	color: red;
}
.wpcf7-not-valid:-moz-placeholder {
	color: red;
}
.hide-inputs-label {
	display: none;
}
body.show-focus .wpcf7-acceptance input[type="checkbox"]:focus + .wpcf7-list-item-label::before,
body.show-focus .wpcf7-checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label::before {
	border-color: #000;
	background-color: yellow;
}
.wpcf7-acceptance,
.wpcf7-checkbox {
	position: relative;
	font-size: 16px;
	display: block;
	line-height: 1.5;
	color: rgb(26 26 26 / 80%);
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-acceptance label,
.wpcf7-checkbox label {
	cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"],
.wpcf7-checkbox input[type="checkbox"] {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	display: block;
	padding: 0 0 0 40px;
	position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::after {
	content: "";
	background: url(../../images/check-square-empty.svg) center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item-label::after {
	background: url(../../images/check-square-pressed.svg) center center no-repeat;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
}
.wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
}
.lets-grow-container {
	position: fixed;
	left: 50%;
	bottom: 48px;
	z-index: 11;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.lets-grow-btn {
	position: absolute;
	right: 24px;
	bottom: 0;
}
.lets-grow-ybox-frame .insertYboxAjaxHere {
	padding: 0;
}
.lets-grow-ybox-frame .closeYbox,
.lets-grow-ybox-frame .closeYbox[type=button] {
	top: 57px;
	right: 48px;
}
.contact-popup-style {
	display: flex;
	width: 852px;
	max-width: 100%;
	min-height: 561px;
}
.contact-popup-text-wrap {
	display: flex;
	width: 48.59%;
	align-items: flex-end;
	position: relative;
	padding: 48px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
}
.contact-popup-text-bg-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-popup-text-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-popup-text-bg-wrap::after {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-popup-text {
	position: relative;
	z-index: 2;
}
.contact-popup-text img {
	width: auto;
}
.contact-popup-form {
	width: 51.41%;
	padding: 48px;
	font-size: 20px;
	line-height: 1.3;
}
.contact-popup-form-title {
	font-size: 32px;
	line-height: 1.5;
	color: #292929;
	margin: 0 0 24px 0;
}
.our-vision-section {
	display: flex;
	min-height: 90vh;
	padding: 96px 0;
	font-size: 64px;
	line-height: 1.5;
	text-align: center;
	color: #1a1a1a;
}
.our-vision-section .container1438 {
	min-height: 55vh;
	margin: auto;
}
.our-vision-text > p {
	margin: 0;
}
.yellow-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	margin: 0 0 96px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ba9300;
}
.yellow-title::before,
.yellow-title::after {
	content: "";
	background: #ba9300;
	width: 10px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}
.our-vision-section .yellow-title,
.the-process-section .yellow-title {
	margin: 0 0 48px 0;
}
.our-vision-copy-this-text {
	display: none;
}
.our-vision-text b,
.our-vision-text strong {
	display: inline-block;
	font-weight: 400;
	border-radius: 48px;
	padding: 8px 0;
	line-height: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.our-vision-text.finish-typing b,
.our-vision-text.finish-typing strong {
	background: #D4F8E6;
	color: #0DA361;
	font-weight: 700;
	padding: 8px 32px;
	margin: 4px 0;
}
body.show-contrast .our-vision-text.finish-typing b:not(.noContrast),
body.show-contrast .our-vision-text.finish-typing strong:not(.noContrast) {
	background: yellow !important;
	color: #000 !important;
}
.our-vision-text.finish-typing b:nth-child(2),
.our-vision-text.finish-typing strong:nth-child(2) {
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.our-vision-text.finish-typing b:nth-child(12),
.our-vision-text.finish-typing strong:nth-child(12),
.our-vision-text.finish-typing b:nth-child(3),
.our-vision-text.finish-typing strong:nth-child(3) {
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.our-vision-text.finish-typing b:nth-child(4),
.our-vision-text.finish-typing strong:nth-child(4) {
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
}
.our-vision-text.finish-typing b:nth-child(13),
.our-vision-text.finish-typing strong:nth-child(13),
.our-vision-text.finish-typing b:nth-child(5),
.our-vision-text.finish-typing strong:nth-child(5) {
	-webkit-transition-delay:0.8s;
	transition-delay:0.8s;
}
.our-vision-text.finish-typing b:nth-child(6),
.our-vision-text.finish-typing strong:nth-child(6) {
	-webkit-transition-delay:1.0s;
	transition-delay:1.0s;
}
.our-vision-text.finish-typing b:nth-child(14),
.our-vision-text.finish-typing strong:nth-child(14),
.our-vision-text.finish-typing b:nth-child(7),
.our-vision-text.finish-typing strong:nth-child(7) {
	-webkit-transition-delay:1.2s;
	transition-delay:1.2s;
}
.our-vision-text.finish-typing b:nth-child(8),
.our-vision-text.finish-typing strong:nth-child(8) {
	-webkit-transition-delay:1.4s;
	transition-delay:1.4s;
}
.our-vision-text.finish-typing b:nth-child(15),
.our-vision-text.finish-typing strong:nth-child(15),
.our-vision-text.finish-typing b:nth-child(9),
.our-vision-text.finish-typing strong:nth-child(9) {
	-webkit-transition-delay:1.6s;
	transition-delay:1.6s;
}
.our-vision-text.finish-typing b:nth-child(10),
.our-vision-text.finish-typing strong:nth-child(10) {
	-webkit-transition-delay:1.8s;
	transition-delay:1.8s;
}
.our-vision-text.finish-typing b:nth-child(16),
.our-vision-text.finish-typing strong:nth-child(16),
.our-vision-text.finish-typing b:nth-child(11),
.our-vision-text.finish-typing strong:nth-child(11) {
	-webkit-transition-delay:2.0s;
	transition-delay:2.0s;
}
.the-process-section {
	display: flex;
	min-height: 100vh;
	padding: 96px 0 182px 0;
	position: relative;
}
.the-process-section .container1728 {
	margin: auto;
}
.the-process-title-in-circle-wrap {
	display: block;
	order: 2;
	width: 100%;
}
.the-process-title-in-circle {
	background: #EAFCF3;
	display: flex;
	width: 550px;
	height: 550px;
	justify-content: center;
	border-radius: 50%;
	padding: 50px 100px;
	margin: 0 auto;
	position: relative;
}
.the-process-title-in-circle--inner {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.5;
	margin: auto;
	text-align: center;
	background: linear-gradient(75.93deg, #924eff 2.64%, #26DE80 49.29%, #86E9F0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.the-process-title-in-circle::before,
.the-process-title-in-circle::after,
.the-process-title-in-circle--inner::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #26DE80;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.the-process-title-in-circle::before {
	animation:growing-circles 10s linear 5s infinite;
}
.the-process-title-in-circle::after {
	animation:growing-circles 10s linear 2.5s infinite;
}
.the-process-title-in-circle--inner::after {
	animation:growing-circles 10s linear 0s infinite;
}
@keyframes growing-circles {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-khtml-opacity: 0.5;
	}
	80% {
		filter: alpha(opacity=50);
		opacity: 0.5;
		-khtml-opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(4);
		transform: scale(4);
		filter: alpha(opacity=0);
		opacity: 0;
		-khtml-opacity: 0;
	}
}
.the-process-list {
	display: flex;
	flex-wrap: wrap;
}
.the-process-list-inner {
	display: flex;
	flex-wrap: wrap;
}
.the-process-item {
	display: flex;
	width: 50%;
	order: 3;
	position: relative;
	z-index: 2;
	margin: -235px 0 0 0;
}
.the-process-item:nth-of-type(2) {
	padding-right: 144px;
}
.the-process-item:nth-of-type(3) {
	padding-left: 144px;
}
.the-process-item:nth-of-type(3) .the-process-item-inner {
	max-width: 710px;
}
.the-process-item:nth-of-type(3) .the-process-item-text-wrap {
	padding: 0 0 0 160px;
}
.the-process-item-inner {
	display: flex;
	flex-direction: column;
	max-width: 580px;
}
.the-process-item:nth-of-type(1) {
	width: 100%;
	order: 1;
	margin: 0 0 -100px 0;
}
.the-process-item:nth-of-type(1) .the-process-item-inner {
	margin: 0 auto;
	flex-direction: column-reverse;
}
.the-process-item:nth-of-type(2) .the-process-item-inner {
	margin: 0 0 0 auto;
}
.the-process-item-text-wrap {
	order: 2;
}
.the-process-item-text-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.the-process-item-text-wrap li {
	padding: 0 0 0 40px;
	position: relative;
}
.the-process-item-text-wrap li::before {
	content: "";
	background: url(../../images/check.svg) center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 6px;
}
.the-process-item-title {
	margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: #1a1a1a;
}
.the-process-item-img-wrap {
	display: flex;
	width: 192px;
	height: 192px;
	margin-bottom: 48px;
	position: relative;
	align-items: center;
	justify-content: center;
	font-family: montserrat;
	font-weight: 600;
	font-size: 64px;
}
.the-process-item-img-bg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.the-process-item-img {
	max-width: 50%;
	max-height: 50%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.the-process-item:nth-of-type(1) .the-process-item-img-wrap {
	margin: 12px auto 0;
}
.the-process-item:nth-of-type(2) .the-process-item-img-wrap {
	margin-left: auto;
}
.swiper .swiper-slide .animate-to-top,
.waypoint .animate-to-top {
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: 
		padding 0.4s ease, 
		opacity 0.9s ease, 
		transform 1.3s ease;
	transition: 
		padding 0.4s ease,
		opacity 0.9s ease, 
		transform 1.3s ease;
}
.swiper .swiper-slide-active .animate-to-top,
.waypoint.active .animate-to-top {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.swiper .swiper-slide .animate-to-top.delay02,
.waypoint .animate-to-top.delay02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.swiper .swiper-slide .animate-to-top.delay03,
.waypoint .animate-to-top.delay03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.swiper .swiper-slide .animate-to-top.delay04,
.waypoint .animate-to-top.delay04 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.swiper .swiper-slide .purple-btn.animate-to-top.delay02,
.swiper .swiper-slide .purple-btn.animate-to-top.delay03,
.swiper .swiper-slide .purple-btn.animate-to-top.delay04,
.swiper .swiper-slide .green-btn.animate-to-top.delay02,
.swiper .swiper-slide .green-btn.animate-to-top.delay03,
.swiper .swiper-slide .green-btn.animate-to-top.delay04,
.waypoint .purple-btn.animate-to-top.delay02,
.waypoint .purple-btn.animate-to-top.delay03,
.waypoint .purple-btn.animate-to-top.delay04,
.waypoint .green-btn.animate-to-top.delay02,
.waypoint .green-btn.animate-to-top.delay03,
.waypoint .green-btn.animate-to-top.delay04 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.green-circles-numbers-section {
	text-align: center;
	padding: 96px 0;
}
.our-target-section {
	background: #eafcf3;
	padding: 96px 0;
	text-align: center;
}
.our-target-text-big {
	font-size: 48px;
	line-height: 1.5;
	color: #1a1a1a;
	margin: 0 0 32px 0;
}
.our-target-text-small {
	font-size: 32px;
	line-height: 1.5;
	color: #4d4b45;
}
.our-target-text-big p,
.our-target-text-small p {
	margin: 0;
}
.our-target-list {
	display: flex;
	justify-content: space-evenly;
	gap: 48px;
}
.our-target-list-item {
	width: 268px;
}
.our-target-list-item:nth-child(even) {
	margin-top: 96px;
}
.green-circle-wrap {
	position: relative;
	padding: 0 0 48px 0;
}
.green-circle {
	background: #26de80;
	padding: 96px 12px;
	text-align: center;
	border-radius: 256px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transform: translate(0, -40%);
	transform: translate(0, -40%);
	-webkit-transition:all 1.7s ease;
	transition:all 1.7s ease;
}
.green-circle-shadow-bottom {
	content: "";
	width: auto;
	height: 144px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	z-index: 0;
	-webkit-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);
	-webkit-transition:all 2.2s ease;
	transition:all 2.2s ease;
}
.green-circle::before {
	content: "";
	background: #86e9f0;
	width: 58%;
	height: 48%;
	box-shadow: #86e9f0 0 0 110px 120px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 40%;
}
.green-circle-inner {
	position: relative;
	z-index: 1;
	font-family: montserrat;
	color: #924eff;
}
.purple-big-num {
	font-weight: 600;
	font-size: 96px;
	line-height: 1;
}
.purple-text-under-number {
	font-style: normal;
	font-size: 48px;
	line-height: 1.3;
}
.text-under-green-circle {
	font-size: 24px;
	line-height: 1.5;
	color: #4D4B45;
	position: relative;
	z-index: 3;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition:all 1.5s ease;
	transition:all 1.5s ease;
}
.our-target-list.waypoint.active .text-under-green-circle,
.our-target-list.waypoint.active .green-circle {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.our-target-list.waypoint.active .green-circle-shadow-bottom {
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.our-target-list-item:nth-child(1) .green-circle-shadow-bottom,
.our-target-list-item:nth-child(2) .text-under-green-circle,
.our-target-list-item:nth-child(2) .green-circle {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.our-target-list-item:nth-child(2) .green-circle-shadow-bottom,
.our-target-list-item:nth-child(3) .text-under-green-circle,
.our-target-list-item:nth-child(3) .green-circle {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.our-target-list-item:nth-child(3) .green-circle-shadow-bottom,
.our-target-list-item:nth-child(4) .text-under-green-circle,
.our-target-list-item:nth-child(4) .green-circle {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.our-target-list-item:nth-child(4) .green-circle-shadow-bottom,
.our-target-list-item:nth-child(5) .text-under-green-circle,
.our-target-list-item:nth-child(5) .green-circle {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.our-target-list-item:nth-child(5) .green-circle-shadow-bottom,
.our-target-list-item:nth-child(6) .text-under-green-circle,
.our-target-list-item:nth-child(6) .green-circle {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.our-target-list-item:nth-child(6) .green-circle-shadow-bottom {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.our-target-list.more-than-3 .text-under-green-circle {
	font-size: 20px;
}
.our-values-section {
	min-height: 50vh;
	padding: 96px 0;
	display: flex;
	text-align: center;
}
.our-values-section .container1728 {
	margin: auto;
}
.our-values-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.our-values-list-item-btn {
	max-width: 100%;
	position: relative;
}
.our-values-list-item-title {
	display: inline-block;
	vertical-align: top;
	font-weight: 800;
	font-size: 128px;
	line-height: 1;
	margin: 0;
	letter-spacing: 4px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body.show-contrast .purple-btn:not(.noContrast),
body.show-contrast .green-btn:not(.noContrast) {
	background: yellow !important;
	color: #000 !important;
}
.our-values-list-item-text {
	overflow: hidden;
	font-size: 24px;
	line-height: 1.5;
	color: #666;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.our-values-list-item-icon-wrap {
	position: absolute;
	bottom: 60%;
	left: 3%;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transform: translate(0, 70%);
	transform: translate(0, 70%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.our-values-list > li:nth-child(even) .our-values-list-item-icon-wrap {
	left: auto;
	right: 3%;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(4) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(5) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(6) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(7) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.our-values-section .container1728.waypoint.active .our-values-list > li.animate-to-top:nth-child(8) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.testimonials-section {
	background: #fff;
	min-height: 100vh;
	padding: 96px 0;
	display: flex;
}
.testimonials-section .container1438 {
	margin: auto;
}
.testimonials-section .gallery-thumbs,
.testimonials-section .gallery-top {
	width: 1290px;
	max-width: 100%;
}
.testimonials-section .gallery-top .swiper-slide {
	background: #fff;
	display: flex;
	height: auto;
	justify-content: space-between;
	gap: 48px;
}
.testimonials-swiper-item-text {
	width: 852px;
	max-width: 100%;
	font-size: 48px;
	line-height: 1.5;
	color: #1a1a1a;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
.testimonials-swiper-item-img {
	width: 268px;
	height: 363px;
	border-radius: 256px;
	object-fit: cover;
}
.testimonials-section .gallery-thumbs .swiper-slide {
	text-align: left;
}
.slide-loader-wrap {
	background: rgba(146, 78, 255, 0.3);
	height: 1px;
	position: relative;
	margin: 0 0 25px 0;
}
.slide-loader {
	background: #924eff;
	width: 0;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-slide-thumb-active .slide-loader {
	width: 100%;
}
.gallery-thumbs .swiper-slide:not(.swiper-slide-thumb-active) .slide-loader {
	-webkit-transition: all 0s linear !important;
	transition: all 0s linear !important;
}
.testimonials-thumbs-title {
	font-size: 20px;
	line-height: 1.5;
	color: #1A1A1A;
}
.testimonials-thumbs-subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #4D4B45;
}
.testimonials-section .gallery-thumbs {
	margin-top: 96px;
}
.partners-section {
	display: flex;
	min-height: 50vh;
	padding: 96px 0;
}
.partners-section .container1438 {
	margin: auto;
}
.partners-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 48px 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners-list > li {
	width: 33.333%;
	height: 192px;
}
.partners-list-item-img-wrap {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.partners-list-item-img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 100%;
}
.blog-section {
	padding: 96px 0;
}
.articles-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 96px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.articles-list > li {
	width: 414px;
	max-width: -webkit-calc(33.333% - 64px);
	max-width: calc(33.333% - 64px);
}
.articles-list-item-link {
	display: block;
	text-decoration: none;
}
.article-item-img-wrap {
	max-width: 414px;
	height: 232px;
	border-radius: 256px;
	overflow: hidden;
	margin: 0 auto 24px;
}
.article-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.article-item-title {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.5;
	color: #1a1a1a;
	margin: 0 0 16px 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.article-item-cat-wrap {
	position: relative;
	padding: 17px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.article-item-cat-wrap::before {
	content: "";
	background: #924eff;
	width: 96px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -48px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.article-item-cat {
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(26, 26, 26, 0.8);
	margin: 0 0 8px 0;
}
.article-item-date {
	color: rgba(26, 26, 26, 0.6);
}
.instagram-section {
	background: #eafcf3;
	padding: 96px 0 0 0;
}
.instagram-section-title-wrap {
	margin: 0 0 96px 0;
	font-size: 16px;
	line-height: 24px;
	color: rgba(26, 26, 26, 0.6);
}
.instagram-section-green-text {
	font-family: inter;
	color: #0b8753;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0 48px 0 0;
}
.instagram-section-logo-a {
	text-decoration: none;
	vertical-align:middle;
	margin: 0 0 0 16px;
}
.text-section {
	display: flex;
	flex-direction: column;
	gap: 96px;
	padding: 48px 0;
}
.text-section img {
	height: auto;
	border-radius: 24px;
}
.text-section ul {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
	list-style: none;
	padding: 0;
}
.text-section ul li {
	display: flex;
	gap: 0 21px;
}
.text-section ul li::before {
	content: "";
	background: #924eff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 12px 0 0 5px;
	flex-shrink: 0;
}
.text-section .wp-caption-text {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #4D4B45;
}
.colored-text {
	background: linear-gradient(87.85deg, #9747FF 0.24%, #0C9C5D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	font-size: 48px;
	line-height: 1.5;
	text-align: center;
}
.text-section-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: #1a1a1a;
	margin: 0 0 24px 0;
}
button.aicon_link {
	background: url(../../images/accessability.svg) center center no-repeat !important;
	width: 48px;
	height: 48px;
	left: auto !important;
	right: -72px !important;
	bottom: 48px;
}
button.aicon_link img {
	display: none;
}
.accessibility-location-right .accessability_container {
	right: auto !important;
	left: -200px !important;
}
.accessability_container.active {
	right: auto !important;
	left: 0 !important;
}
.gallery-section {
	overflow: hidden;
	padding: 48px 0;
}
.gallery-section .swiper {
	overflow: visible;
}
.swiper-navigations-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	bottom: 0;
}
.swiper-navigations-wrap .swiper-pagination {
	position: static;
	width: auto;
}
.swiper-navigations-wrap .swiper-pagination,
.swiper-navigations-wrap .next,
.swiper-navigations-wrap .prev {
	margin: 42px 0 0 0;
	line-height: 1px;
}
.gallery-img-wrap {
	height: 644px;
	overflow: hidden;
	border-radius: 24px;
	position: relative;
	text-decoration: none;
}
.gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.closeYbox, 
.closeYbox[type=button] {
	border-radius: 0;
}
.play {
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
body.show-contrast .swiper-pagination-bullet:not(.noContrast) {
	background: yellow !important;
}
.officials-section {
	display: flex;
	padding: 96px 0;
	text-align: center;
}
.officials-section .container1728 {
	margin: auto;
}
.officials-swiper-item-img {
	width: 268px;
	max-width: 100%;
	height: 363px;
	margin: 0 auto 24px;
	border-radius: 256px;
	object-fit: cover;
	vertical-align: top;
}
.our-story-section {
	padding: 96px 0 48px 0;
	text-align: center;
}
.our-story-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.our-story-list-item {
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.our-story-list-item-title {
	margin: 0 0 24px 0;
	font-size: 48px;
	line-height: 1.5;
	font-weight: 400;
	background: linear-gradient(88.38deg, #9747FF 33.11%, #0C9C5D 64.89%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.model-farms-section {
	padding: 96px 0;
}
.model-farms-small-text {
	width: 852px;
	max-width: 100%;
	margin: 32px auto 0;
	text-align: center;
}
.model-farms-list-boxes-container {
	margin-top: 96px;
}
.model-farms-list-boxes-title {
	margin: 0 0 48px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	color: #1a1a1a;
}
.model-farms-list-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.model-farms-list-boxes-li {
	background: #e9e9e9;
	display: flex;
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	padding: 96px 48px;
}
.model-farms-list-boxes-item-inner {
	width: 378px;
	max-width: 100%;
	margin: auto;
}
.model-farms-list-boxes-item-img {
	height: 48px;
	margin: 0 0 22px 0;
	vertical-align: top;
}
.model-farms-list-boxes-item-text b,
.model-farms-list-boxes-item-text strong {
	background: rgb(122 122 122 / 30%);
	display: inline-block;
	padding: 0 16px;
	border-radius: 48px;
	margin: 2px 0;
}
.model-farms-list-boxes-columns-wrap {
	display: flex;
	width: 100%;
	gap: 24px;
}
.model-farms-list-boxes-columns {
	display: flex;
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
	flex-direction: column;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.model-farms-list-boxes-columns .model-farms-list-boxes-li {
	width: 100%;
}
.text-bg-img-section {
	display: flex;
	min-height: 800px;
	position: relative;
	padding: 96px 0;
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
}
.text-bg-img-wrap,
.text-bg-img-wrap::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.text-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-bg-img-wrap::after {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.text-bg-img-section .container1144 {
	margin: auto;
	position: relative;
	z-index: 3;
}
.text-bg-img-section .yellow-title {
	color: #fff;
}
.text-bg-img-section .yellow-title::before,
.text-bg-img-section .yellow-title::after {
	background: #fff;
}
.text-bg-img--btn {
	margin: 48px 0 0 0;
}
#breadcrumbs {
	font-family: inter;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(77, 75, 69, 0.6);
	margin: 0;
	padding: 64px 0 16px 0;
	border-bottom: 1px solid #924eff;
}
#breadcrumbs a {
	color: inherit;
	text-decoration: none;
}
.footer-newsletter-wrap {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	font-size: 32px;
	line-height: 1.5;
	color: #1A1A1A;
	padding: 48px 0;
	border-bottom: 1px solid #924eff;
	align-items: flex-start;
}
.benefits-section {
	padding: 96px 0;
}
.benefits-item-img-wrap {
	width: 414px;
	position: relative;
}
.benefits-item-img-wrap .the-process-item-img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
.benefits-list-item:nth-child(even) {
	flex-direction: row-reverse;
	margin-left: 0;
	margin-right: -145px;
}
.benefits-list-item:nth-child(4n) .the-process-item-img-wrap,
.benefits-list-item:nth-child(4n+1) .the-process-item-img-wrap {
	top:auto;
	bottom: 48px;
}
.benefits-list-item:nth-child(even) .the-process-item-img-wrap {
	left:auto;
	right: 0;
}
.benefits-list-item:nth-child(even) .benefits-item-img {
	float: left;
}
.blur-circle-num {
	position: relative;
	z-index: 1;
}
.benefits-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.benefits-list-item {
	display: flex;
	width: -webkit-calc(100% + 145px);
	width: calc(100% + 145px);
	justify-content: space-between;
	margin: 0 0 144px -145px;
}
.benefits-item-text-wrap {
	width: 854px;
	max-width: -webkit-calc(100% - 578px);
	max-width: calc(100% - 578px);
	margin: auto 0;
}
.benefits-item-title {
	font-weight: 800;
	font-size: 96px;
	line-height: 1;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.benefits-item-img {
	float: right;
	width: 268px;
	height: 400px;
	border-radius: 256px;
}
.implementations-section {
	display: flex;
	padding: 192px 0;
}
.contact-section {
	padding: 192px 0;
}
.contact-section-content-wrap {
	display: flex;
	width: 100%;
	gap: 48px;
	justify-content: space-between;
}
.contact-section-content {
	width: 706px;
	padding: 58px 0 0 0;
}
.contact-section-content .colored-text {
	margin: 0 0 32px 0;
	text-align: left;
}
.contact-section-form {
	background: rgba(38, 222, 128, 0.1);
	display: flex;
	width: 560px;
	border-radius: 24px;
	padding: 96px;
}
.contact-section-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
	background: #fff;
}
.contact-section-form .green-btn {
	min-width: 132px;
}
.blog-top-section {
	padding: 192px 0;
}
.blog-title {
	font-weight: 400;
	font-size: 96px;
	line-height: 1.3;
	margin: 0 0 96px 0;
	text-align: center;
	color: #1a1a1a;
}
.blog-title b,
.blog-title strong {
	background: linear-gradient(87.39deg, #0EA562 0%, #29DF83 33.33%, #86E5F1 64.58%, #974BFF 98.44%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.blog-filters-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 48px 0;
}
.blog-categories-list {
	display: flex;
	max-width: 100%;
	overflow: auto;
	gap: 48px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-categories-btn {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 4px;
	padding: 0 8px 8px;
	border-bottom: 2px solid transparent;
}
.blog-categories-btn.active {
	color: #924eff;
	border-bottom-color: #924eff;
	font-weight: 700;
}
.blog-filters-order-wrap {
	display: flex;
	gap: 24px 48px;
	align-items: center;
}
.sort-wrap {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 16px;
}
.gradient-border-btn::before,
.combo-style-wrap {
	background: rgb(38,222,128);
	background: -moz-linear-gradient(left,  rgba(38,222,128,1) 0%, rgba(134,233,240,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(38,222,128,1) 0%,rgba(134,233,240,1) 100%);
	background: linear-gradient(to right,  rgba(38,222,128,1) 0%,rgba(134,233,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26de80', endColorstr='#86e9f0',GradientType=1 );
	border-radius: 24px;
	padding: 2px;
	position: relative;
}
.gradient-border-btn {
	background: #fff;
	display: inline-flex;
	min-height: 48px;
	line-height: 1.2;
	align-items: center;
	text-align: center;
	border-radius: 24px;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 24px;
	position: relative;
	text-decoration: none;
}
.gradient-border-btn::before {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	z-index: -1;
}
.combo-style-wrap::after {
	content: "";
	background: url(../../images/arrow-bottom-grey.svg) center center/contain no-repeat;
	width: 15px;
	height: 10px;
	position: absolute;
	right: 28px;
	top: 50%;
	margin: -4px 0 0 0;
	pointer-events: none;
}
.combo-style {
	background: #fff;
	height: 48px;
	border-radius: 24px;
	padding: 0 54px 0 24px;
	border: none;
	font-weight: 700;
	font-size: 18px;
	color: #1a1a1a;
}
.combo-style-wrap .combo-style {
	height: 44px;
}
.blog-free-search-form {
	display: flex;
	gap: 8px;
	align-items: center;
}
.blog-free-search-input {
	background: none;
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: inherit;
	border: none;
}
.blog-free-search-submit {
	width: 24px;
	height: 24px;
}
.blog-free-search-submit svg {
	vertical-align: top;
}
.load-more-articles-wrap {
	text-align: center;
}
.js-load-more-articles {
	margin: 107px 0 0 0;
}
.hide {
	display: none !important;
}
.loading,
.loading * {
	cursor: wait;
}
.main-search-section {
	background: #fff;
	padding: 68px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 96px;
	bottom: 0;
	z-index: 11;
	overflow: auto;
}
.main-search-section,
.main-search-section * {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	visibility: hidden;
}
.main-search-is-open .main-search-section,
.main-search-is-open .main-search-section * {
	filter: alpha(opacity=100);
	opacity: 1;
	-khtml-opacity: 1;
	visibility: visible;
}
.main-search-form {
	position: relative;
	margin: 0 0 48px 0;
}
.show-contrast .main-search-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance):not(.noContrast) {
	border: 1px solid yellow;
}
body.show-contrast .search-highlight:not(.noContrast) {
	background-color: yellow !important;
	color: #000 !important;
}
.main-search-clear {
	display: none;
	position: absolute;
	right: 24px;
	top: 50%;
	margin: -12px 0 0 0;
}
.main-search-clear.active {
	display: block;
}
.main-search-form .wpcf7-form-control-wrap {
	padding: 0;
}
.main-search-results {
	display: flex;
	flex-direction: column;
	gap: 48px 0;
}
.main-search-item {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.main-search-item .article-item-img-wrap {
	width: 100%;
	margin: 0;
}
.main-search-item-text-wrap {
	padding: 0 0 0 24px;
	color: #525252;
}
.main-search-item-title {
	margin: 0 0 8px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: #383838;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.main-search-item:hover .main-search-item-title {
	color: #924eff;
}
.main-search-item:hover .article-item-img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.search-highlight { 
	background: rgba(38, 222, 128, 0.2);
	border-radius: 48px;
	color: #0da361;
	padding: 0 16px;
}
.search-results-count {
	margin: 0 0 24px 0;
	font-size: 16px;
}
.search-results-count-number {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
}
.error-page-section {
	min-height: 100vh;
	overflow: hidden;
	padding: 240px 0 224px 0;
	text-align: center;
}
.error-page-404-circle {
	background: rgba(38, 222, 128, 0.1);
	width: 400px;
	height: 400px;
	line-height: 400px;
	margin: 0 auto 48px;
	border-radius: 50%;
	color: #26DE80;
	font-family: montserrat;
	font-weight: 800;
	font-size: 128px;
	letter-spacing: 4px;
	position: relative;
}
.rotating-circles {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.rotating-circle1 {
	animation: rotate-circles 25s linear 0s infinite;
}
.rotating-circle2 {
	animation: rotate-circles-reverse 25s linear 0s infinite;
}
.rotating-circle3 {
	animation: rotate-circles 18s linear 0s infinite;
}
.rotating-circle4 {
	animation: rotate-circles-reverse 18s linear 0s infinite;
}
@keyframes rotate-circles{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate-circles-reverse{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.rotating-circles::before {
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	display: block;
	height: 100%;
}
.rotating-circle1::before {
	background-image: url(../../images/circle1.svg);
	-webkit-transform:scale(2.01);
	transform:scale(2.01);
}
.rotating-circle2::before {
	background-image: url(../../images/circle2.svg);
	-webkit-transform:scale(2.65);
	transform:scale(2.65);
}
.rotating-circle3::before {
	background-image: url(../../images/circle3.svg);
	-webkit-transform:scale(3.29);
	transform:scale(3.29);
}
.rotating-circle4::before {
	background-image: url(../../images/circle4.svg);
	-webkit-transform:scale(3.93);
	transform:scale(3.93);
}
.rotating-circles-inner {
	background: rgba(13, 163, 97, 0.1);
	width: 96px;
	height: 96px;
	border-radius: 50%;
	position: absolute;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.rotating-circle1 .rotating-circles-inner {
	background: rgba(186, 147, 0, 0.1);
    right: -35.5%;
    top: -30%;
}
.rotating-circle2 .rotating-circles-inner {
	background: rgba(146, 78, 255, 0.1);
	left: -94%;
	top: 37%;
}
.rotating-circle3 .rotating-circles-inner {
    right: -125.5%;
    top: 50%;
}
.rotating-circle4 .rotating-circles-inner {
	background: rgba(134, 233, 240, 0.1);
	left: -139.5%;
	top: 120%;
}
.error-page-text {
	margin: 0 0 24px 0;
	font-size: 32px;
}
.wpml-ls-current-language,
.wpml-ls-bracket,
.wpml-ls-native {
	display: none !important;
}
.contact-page-top-section {
	padding: 192px 0 96px 0;
	text-align: center;
}
.contact-page-top-section .blog-title {
	margin: 0 0 32px 0;
}
.contact-page-content-section {
	padding: 96px 0 192px 0;
}
.contact-page-content-flex {
	display: flex;
	gap: 48px;
}
.contact-details {
	width: 268px;
}
.contact-details-box {
	background: rgba(146, 78, 255, 0.1);
	min-height: 260px;
	padding: 48px 24px;
	border-radius: 24px;
	margin: 96px 0 28px 0;
	text-align: center;
	font-size: 20px;
}
.contact-details-box-img {
	width: auto;
	max-height: 96px;
	vertical-align: top;
}
.contact-details-box:nth-child(even) {
	background: rgba(134, 233, 240, 0.3);
	position: relative;
	left: 66px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.contact-details-box-title {
	font-weight: 700;
	font-size: 24px;
}
.contact-page-content-section .contact-section-form {
	width: -webkit-calc(100% - 492px);
	width: calc(100% - 492px);
	max-width: 852px;
}
.contact-page-content-section .contact-section-form .wpcf7 {
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}
.contact-section-form select.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
	background: #fff url(../../images/arrow-bottom-green.svg) 95% center no-repeat;
	padding-right: 48px;
}
.contact-page-socials-list {
	list-style: none;
	margin: 122px 0 0 0;
	padding: 0;
}
.contact-page-socials-list > li {
	margin: 0 0 39px 0;
}
.contact-page-socials-link {
	display: block;
	background: #f1f1f1;
	width: 128px;
	height: 128px;
	line-height: 128px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
}

.contact-page-socials-link svg,
.contact-page-socials-link img {
	width: auto;
	height: auto;
	max-height: 48px;
	max-width: 48px;
	vertical-align:middle;
}
#wpadminbar div {
	max-width: none;
}
