/*!
Theme Name: solaracloudai
Theme URI: http://underscores.me/
Author: Mykyta Ponomarenko
Author URI: https://strangerinthefog.com.ua/
Version: 1.0.0
Text Domain: solaracloudai
*/


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* 
@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Black.eot');
	src: url('fonts/NunitoSans-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-Black.woff2') format('woff2'),
		url('fonts/NunitoSans-Black.woff') format('woff'),
		url('fonts/NunitoSans-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-ExtraBold.eot');
	src: url('fonts/NunitoSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
		url('fonts/NunitoSans-ExtraBold.woff') format('woff'),
		url('fonts/NunitoSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Bold.eot');
	src: url('fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-Bold.woff2') format('woff2'),
		url('fonts/NunitoSans-Bold.woff') format('woff'),
		url('fonts/NunitoSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Regular.eot');
	src: url('fonts/NunitoSans-Regular.ttf') format('truetype'),
		url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-Regular.woff') format('woff'),
		url('fonts/NunitoSans-Regular.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-SemiBold.eot');
	src: url('fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-SemiBold.woff2') format('woff2'),
		url('fonts/NunitoSans-SemiBold.woff') format('woff'),
		url('fonts/NunitoSans-SemiBold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Regular.eot');
	src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-Regular.woff2') format('woff2'),
		url('fonts/NunitoSans-Regular.woff') format('woff'),
		url('fonts/NunitoSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Light.eot');
	src: url('fonts/NunitoSans-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/NunitoSans-Light.woff2') format('woff2'),
		url('fonts/NunitoSans-Light.woff') format('woff'),
		url('fonts/NunitoSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
} */

:root {
	--container: 1230px;
	--gap: 30px;

	--text-size: 16px;
	--text-size-lg: 20px;
	--text-size-md: 18px;
	--text-size-sm: 14px;
	--text-size-esm: 12px;
	--h1-size: 42px;
	--h2-size: 40px;
	--h3-size: 38px;
	--h4-size: 32px;
	--h5-size: 28px;
	--h6-size: 24px;

	--text-color: #2B183F;
	--grey-text: #A3A3A3;
	--marker-list: #988BCF;
	--primary-color: #B462FF;
	--secondary-color: #6248D1;
	--aqua-color: #40C1BE;
	--orange-color: #ED8500;
	--grey: #999;
	--white: #FFFFFF;
	--black: #343333;

}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: 'Nunito Sans'
}

body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #fff;
	color: var(--text-color)
}

body.overflow-hidden {
	overflow: hidden
}

body:not(.home, .page-id-6247) {
	padding-top: 110px
}

img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

img[data-lazyloaded] {
	opacity: 0
}

img.litespeed-loaded {
	-webkit-transition: opacity .5s linear .2s;
	-moz-transition: opacity .5s linear .2s;
	transition: opacity .5s linear .2s;
	opacity: 1
}

.bg-fill img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center
}

.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.bg-contain img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center
}

.bg-cover figure {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	z-index: 0
}

.bg-cover figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.25)
}

.bg-cover video {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	height: auto;
	width: calc(100vw + 20%);
	background-size: cover;
	object-fit: cover;
	transition: opacity .5s ease 1s
}

a {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans';
	margin: 0 0 20px;
	font-weight: 600;
	line-height: normal
}

h1 {
	font-size: var(--h1-size)
}

h2 {
	font-size: var(--h2-size)
}

h3 {
	font-size: var(--h3-size)
}

h4 {
	font-size: var(--h4-size)
}

h5 {
	font-size: var(--h5-size)
}

h6 {
	font-size: var(--h6-size)
}

p,
ul,
ol,
blockquote,
.wp-caption,
gallery {
	margin: 0 0 20px
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
.wp-caption:last-child,
gallery:last-child {
	margin-bottom: 0
}

strong {
	font-weight: 700
}

.primary-text {
	color: var(--primary-color)
}

.form-fields {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -5px -20px
}

.form-fields .form-field:last-child {
	text-align: center
}

.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px
}

.form-field-mb {
	margin-bottom: 50px
}

.form-field-33 {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3)
}

.form-field-50 {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px)
}

form {
	max-width: 1020px;
	margin: 0 auto
}

.codedropz-upload-handler {
	margin: 0 auto;
	padding: 20px;
	max-width: 500px;
	border-radius: 20px;
	border: 1px dashed #3a62ec;
	cursor: pointer
}

.dnd-upload-status {
	max-width: 500px;
	margin: 0 auto
}

.dnd-upload-status .dnd-upload-details .name span {
	color: var(--primary-color)
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background: linear-gradient(90deg, #3a62ec 0, #b33aec 100%)
}

.codedropz-upload-inner>div:first-child {
	color: rgba(0, 0, 0, 0.25);
	text-align: center;
	font-family: 'Nunito Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	color: var(--primary-color);
	text-align: center;
	font-family: 'Nunito Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

form label {
	position: relative
}

.inp {
	position: relative;
	margin-bottom: 10px
}

.inp_name {
	display: none
}

.form-field-label span {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	background: var(--fiolet);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: var(--text-size-esm);
	font-weight: 700;
	line-height: 1;
	margin-right: 10px
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	font-family: 'Nunito Sans';
	font-size: var(--text-size-sm);
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	padding: 10px 20px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	background: var(--white);
	color: var(--grey-text);
	outline: 0;
	-webkit-appearance: none
}

textarea {
	height: 120px;
	border-radius: 5px
}

.wpcf7-radio {
	position: relative;
	display: block
}

.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin: 0 0 15px
}

.wpcf7-radio .wpcf7-list-item:last-child {
	margin-bottom: 0
}

.wpcf7-list-item-label {
	transition: .25s
}

.wpcf7-radio .wpcf7-list-item:hover label {
	color: var(--primary-color);
	cursor: pointer
}

button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: rgba(37, 26, 49, .1);
	border-radius: 3px;
	width: 24px;
	height: 24px;
	outline: 0;
	padding: 0;
	margin: -3px 15px 0 0;
	position: relative;
	cursor: pointer
}

input[type=radio]:checked:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	background: var(--primary-color);
	border-radius: 2px
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0
}

.wpcf7-not-valid-tip {
	font-size: var(--text-size-esm);
	display: block;
	margin-top: 5px
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	font-size: var(--text-size-sm);
	text-align: center
}

.form-field-contacts .wpcf7-radio {
	display: flex;
	align-items: center
}

.form-field-contacts .wpcf7-radio {
	flex-wrap: wrap
}

.form-field-contacts .wpcf7-list-item {
	margin: 0 10px 0 0
}

.form-field-contacts .wpcf7-list-item:last-child {
	margin-right: 0
}

.form-field-contacts .form-field-label {
	flex: auto
}

.form-field-contacts .wpcf7-list-item-label {
	background: 0;
	outline: 1px solid #f0e3ff;
	border: 8px solid #fff;
	border-radius: 2px;
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	cursor: pointer
}

.form-field-contacts input[type=radio] {
	background: 0;
	border: 1px solid #f0e3ff;
	border-radius: 10px;
	width: 55px;
	height: 55px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none
}

.form-field-contacts input[type=radio]:checked,
.form-field-contacts input[type=radio]:checked~.wpcf7-list-item-label {
	background: rgba(105, 75, 142, 0.15);
	border: 8px solid #fff;
	color: var(--fiolet)
}

.form-field-contacts input[type=radio]:before {
	content: '';
	flex: 0 0 39px;
	max-width: 39px;
	height: 39px;
	border-radius: 2px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.form-field-contacts input[value=Viber]:before {
	background-image: url(images/viber.svg)
}

.form-field-contacts input[value=Telegram]:before {
	background-image: url(images/telegram.svg)
}

.form-field-contacts input[value=WhatsApp]:before {
	background-image: url(images/whatsapp.svg)
}

.form-field-contacts input[type=radio]:after {
	display: none
}

.form-field-info {
	font-size: var(--text-size-esm);
	line-height: 1.42;
	color: var(--fiolet);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 30px;
	font-weight: 600;
	text-align: center
}

.form-field-info strong {
	font-weight: 600
}

.form-field-button {
	text-align: center
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: var(--container)
}

.flex-block {
	display: flex
}

.fw-wrap {
	flex-wrap: wrap
}

.jc-space-around {
	justify-content: space-around
}

.jc-space-between {
	justify-content: space-between
}

.ai-center {
	align-items: center
}

.ai-left {
	align-items: left
}

.ai-right {
	align-items: right
}

.flex-50 {
	flex: 50% 0 0
}

.flex-50:not(:last-child) {
	padding-right: 60px
}

.section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    z-index: 1;
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.d-none {
	display: none !important
}

.heading {
	position: relative;
	margin-bottom: 50px
}

.section .heading{
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}

.heading h1,
.heading h2,
.heading h3 {
	margin-bottom: 24px;
	font-size: var(--h1-size);
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.84px;
}

.heading h1:last-child,
.heading h2:last-child,
.heading h3:last-child {
	margin-bottom: 0
}

.heading p {
	color: var(--text-color);
	font-family: 'Nunito Sans';
	font-size: var(--h6-size);
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.12px;
}

.heading.center {
	text-align: center
}

.btn,
input[type=submit] {
    position: relative;
    padding: 10px 35px;
    display: inline-block;
    text-align: center;
    font-size: var(--h6-size);
    text-align: center;
    font-family: 'Nunito Sans';
    font-weight: 800;
    line-height: 142.857%;
    border-radius: 10px;
	white-space:nowrap;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s ease;
}

.btn.btn-small {
	padding: 12px 40px;
    font-size: var(--h6-size);
    border-radius: 5px;
}

.btn-primary,
input[type=submit] {
	padding: 13px 35px;
	color: #FBFBFB;
	background: linear-gradient(94deg, #cc208e 0, #6713d2 103.14%)
}

.btn-primary:hover,
input[type=submit]:hover{
	background: linear-gradient(50deg, #6713d2 0, #cc208e 103.14%)
}

.btn-secondary {
	border: 3px solid #B462FF;
	color: var(--text-color);
	background-color: rgba(0, 0, 0, 0)
}

.btn-secondary:hover {
	border: 3px solid #6247d1;
	color: #6247d1;
	background-color: rgba(0, 0, 0, 0)
}

input[type=submit] {
	padding: 20px 36px;
	max-width: 220px;
	width: 100%;
	font-size: var(--text-size-md)
}

.soc-links {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.soc-links ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.soc-links ul li {
	position: relative;
	margin-right: 10px
}

.soc-links ul li:last-child {
	margin-right: 0
}

.soc-links ul li a {
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	z-index: 1
}

.soc-links ul li a:before {
	content: '';
	position: absolute;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .25s
}

.soc-links ul li a:hover:before {
	border-color: var(--primary-color)
}

.soc-links ul li a:hover:active {
	background: var(--primary-color)
}

.soc-links ul li a svg {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px
}

.soc-mobile {
	display: none
}

@media(min-width:992px) {
	.hide-lg {
		display: none !important
	}
}

.blog-items {
	display: flex;
	flex-wrap: wrap;
}

.blog-item {
	flex-basis: 480px;
	margin-right: 60px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(239, 241, 251, 0.30) 100%);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
}

.blog-item:last-child {
	margin-right: 0;
}

.home .blog-item:nth-child(2n+2) {
	margin-right: 0;
}

.blog-item__image {
	height: 280px;
}

.blog-item__info {
	padding: 40px;
}

.blog-item__title a {
	color: var(--text-color);
	font-size: var(--h6-size);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.blog-item__description {
	margin-top: 30px;
	color: var(--text-color);
	font-size: var(--text-size);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.blog-button {
	text-align: center;
}

.blog-button .btn {
	padding: 20px 24px;
	max-width: 190px;
	width: 100%;
	font-size: var(--text-size-md);
}

.post-section .heading h1 {
	margin-bottom: 20px;
	font-size: var(--h1-size);
}

.blog-page-date {
	margin-bottom: 20px;
}

.single-post {
	position: relative;
}

.single-post:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .35;
	background: linear-gradient(-90deg, #ebc0fd 0, #d9ded8 100%);
	z-index: -1;
}

.blog-page-content {
	max-width: 1024px;
	margin: 0 auto;
	font-size: var(--font-size);
	font-weight: 600;
	line-height: 150%;
}

.blog-page-content ul {
	margin: 0;
	padding: 0
}

.blog-page-content li {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 0 25px;
	list-style: none;
	font-weight: 600;
	line-height: 150%;
}

.blog-page-content li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #6248d1;
	transform: rotate(-45deg)
}

.post-bg {121px
	margin: 0 auto 60px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
}

.blog-page-autor{
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
	max-width: 1024px;
	border-top: 1px solid #d8dbe1;
	border-bottom: 1px solid #d8dbe1;
}

.blog-page-autor-image{
	margin-right: 15px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100px;
}
.blog-page-autor-name{
	color: var(--black);
	font-size: var(--font-size);
	font-weight: 700;
	line-height: 125%;
}

.blog-page-autor-text{
	font-size: var(--font-size-sm);
	font-weight: 400;
	line-height: 142.857%;
}


.blog-page-content :is(h1, h2) {
	margin-top: 40px;
	font-size: var(--h3-size);
	font-size: 900;
}

.blog-page-content :is(h3, h4, h5, h6) {
	margin-top: 40px;
	font-size: var(--h5-size);
	font-size: 900;
}

.blog-page-content :is(p, ul, ol, blockquote, .wp-caption, gallery) {
	margin: 30px 0;
}

.blog-page-content :is(i, blockquote) {
	background: #fff;
	margin: 30px 0 20px;
	padding: 30px;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	font-size: var(--text-size-lg);
	line-height: 150%;
}

.blog-page-content :is(img, video) {
	margin: 40px 0;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
}

.wp-video {
	margin: 0 auto;
}

.similar-posts-section {}

.slider__similar{
	max-width:1020px;
	margin: 0 auto;
}

.slider__similar.swiper-slider .swiper-slide{
	flex-basis: auto;
    margin-right: 0;
	opacity:0;
	pointer-events: none;
	transition:all 0.5s ease;
	height:auto;
}

.slider__similar.swiper-slider .swiper-slide:is(.swiper-slide-active, .swiper-slide-next){
	opacity: 1;
	pointer-events: auto;
}

pre {
	white-space: break-spaces;
}

img.alignleft {
	margin-right: 50px
}

img.alignright {
	margin-left: 50px
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	max-width: 610px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem)
}

.modal-xl {
	max-width: 750px
}

.modal-content {
	position: relative;
	padding: 45px 45px 50px;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	border-radius: 15px;
	box-shadow: 0 20px 40px 0 #0d0415;
	overflow: hidden;
	z-index: 1
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background: rgba(13, 8, 18, 0.92);
	opacity: 0;
	z-index: -1
}

.modal-backdrop.show {
	opacity: .95;
	z-index: 1049
}

.modal-content-head {
	margin-bottom: 25px;
	text-align: center
}

.modal-heading {
	margin-bottom: 15px;
	color: var(--text-color);
	font-size: var(--h5-size);
	font-style: normal;
	font-weight: 900;
	line-height: normal
}

.modal-description {
	color: var(--text-color);
	font-size: var(--text-size);
	font-weight: 600;
	line-height: 156.25%
}

.modal-content-body {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.modal-close {
	position: absolute;
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/icons/ic-close.svg);
	mask-image: url(images/icons/ic-close.svg);
	background-color: #343333;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	opacity: .3;
	transition: .25s;
	z-index: 9
}

.modal-close:hover {
	opacity: 1
}

.form-field-button {
	margin-top: 40px
}

.form-line {
	margin-top: 15px;
	margin-bottom: 0;
	flex: 100% 0 0;
	color: var(--text-color);
	text-align: center;
	font-size: var(--text-size-sm);
	font-style: normal;
	font-weight: 400;
	line-height: 142.857%
}

.form-line a {
	color: #6248d1;
	text-decoration: underline
}

.form-line a:hover {
	text-decoration: none
}

.greyBg-modal .form-field-connection .wpcf7-list-item-label:before,
.greyBg-modal .form-field-connection .wpcf7-list-item-label:after {
	display: none
}

.greyBg-modal .form-field-connection .wpcf7-list-item-label {
	padding: 7px 25px
}

.wp-caption {
	max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.gallery {
	display: grid;
	grid-gap: var(--gap)
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
	display: block
}

.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap)
}

.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap)
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap)
}

.plwao-hide {
	display: none
}

.plwao-overflow {
	overflow: hidden
}

.plwao-loader-wrap,
.plwao-loader-wrap * {
	box-sizing: border-box
}

.plwao-loader-wrap {
	background: var(--text-color);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: start;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center
}

.plwao-loader-inr {
	text-align: center;
	margin: auto 0;
	padding: 40px
}

.plwao-loader-wrap .plwao-img {
	display: inline-block;
	animation: pulse 2s infinite;
	width: 100px
}

@keyframes pulse {
	0 {
		transform: scale(1)
	}

	70% {
		transform: scale(1.5)
	}

	100% {
		transform: scale(1)
	}
}

.wrapper {
	position: relative;
	z-index: 1
}

.header {
	position: fixed;
    top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	background: #FFF;
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	z-index: 99;
	transition: .25s
}

.header.sticky {
	top: 0
}

.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 121px;
	transition:all 0.3s ease;
}

.header.sticky .header-wrap {
	height: 70px
}

.header-logo {
	display: flex;
	align-items: center
}

.header-logo :is(img, svg) {
	max-height: 40px
}

.header__menu {
	position: relative;
    margin-left: auto;
    margin-right: auto;
}

.header__menu .menu {
	display: flex
}

.header-phone {
	position: relative;
	display: flex
}

.header-phone span {
	display: block;
	margin-right: 18px;
	line-height: 30px
}

.header-phone p {
	font-size: var(--text-size-md);
	font-weight: 500;
	line-height: 1.25;
	color: var(--white)
}

.header-phone p a {
	color: var(--text-color)
}

.header-phone p a:hover {
	color: var(--primary-color)
}

.header-toggle {
	display: none;
	align-items: center;
	justify-content: center
}

.header-toggle button {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--white);
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	border: 0;
	outline: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	transition: .25s
}

.header-toggle button:hover {
	background-color: var(--primary-color)
}

.qtranxs-lang-menu > a{
	font-size:0 !important;
}

.main-menu {
	position: relative;
	display: flex;
	align-items: center;
	gap:20px;
	margin: 0;
	padding: 0;
	list-style: none
}

.main-menu li {
	position: relative;
	margin-bottom: 0;
	margin-right: 0
}

body.home li.hidden_home {
	display: none
}

body:not(.home) li.hidden_pages {
	display: none
}

.main-menu li:hover {
	z-index: 2
}

.header__menu .main-menu li:last-child {
	margin-right: 0
}

.main-menu li a {
	position: relative;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	z-index: 1;
	color: var(--text-color);
	font-family: 'Nunito Sans';
	font-size: 20px;
	font-weight: 600;
	line-height: 150%
}

.main-menu li a:hover {
	color: var(--primary-color)
}

.main-menu li a:active {
	color: var(--secondary-color)
}

li.menu-item-has-children a:after {
	content: '';
	flex: 0 0 13px;
	max-width: 13px;
	width: 13px;
	height: 12px;
	margin-left: 5px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/icons/ic-arrow.svg);
	mask-image: url(images/icons/ic-arrow.svg);
	background-color: var(--text-color)
}

.main-menu ul {
	position: absolute;
	margin: 0;
	padding: 20px 30px 5px;
	display: none;
	top: 100%;
	left: 0;
	width: 230px;
	border-radius: 15px;
	border: 1px solid #f7f7f7;
	background: var(--white);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	list-style: none;
	z-index: 99
}

.main-menu li:hover>ul {
	display: block
}

.main-menu ul li {
	position: relative;
	margin-right: 0;
	margin-bottom: 15px;
	justify-content: left
}

.main-menu ul li a {
	flex: 1 0 0;
	padding: 0;
	display: block;
	font-weight: 600;
	font-size: var(--text-size);
	color: var(--text-color)
}

.main-menu ul li:hover>a {
	color: var(--primary-color)
}

.main-menu ul ul {
	background: var(--grey);
	left: 100%;
	top: -15px
}

.main-menu ul li.right ul {
	left: auto;
	right: 100%
}

.main-menu ul ul li:hover>a {
	background: var(--white)
}

.modal-mobile-logo {
	margin-bottom: 40px;
	display: flex;
	justify-content: center
}

.header-toggle {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 24px
}

.header-toggle button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu-burger.svg);
	mask-image: url(images/menu-burger.svg);
	background-color: var(--black);
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 0;
	cursor: pointer;
	transition: .25s
}

.header-toggle button:hover {
	background-color: var(--primary-color)
}

@media screen and (max-width:976px) {
	#jsBtnMenu {
		display: flex
	}
}

.mobile-menu {
	margin: 0;
	padding: 0
}

.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	color: var(--text-color);
	font-family: 'Nunito Sans';
	font-size: var(--text-size);
	font-weight: 600;
	line-height: 150%
}

.mobile-menu li:last-child {
	margin-right: 0
}

.mobile-menu li a {
	position: relative;
	padding: 10px 20px;
	flex: 100% 0 0;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: var(--text-size);
	font-weight: 600;
	color: var(--text-color);
	z-index: 1
}

.mobile-menu li a:before {
	content: '';
	background: var(--white);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: .25s
}

.mobile-menu li a:hover:before,
.mobile-menu li.current-menu-item a:before {
	width: 100%
}

.mobile-menu li a:hover,
.mobile-menu li.current-menu-item a {
	color: var(--primary-color)
}

.mobile-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 280px;
	background: var(--white);
	border-bottom: 1px solid var(--grey);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 99
}

.mobile-menu ul li {
	position: relative;
	margin-right: 0;
	justify-content: left
}

.mobile-menu ul li a {
	flex: 1 0 0;
	padding: 15px 25px;
	display: block;
	font-size: var(--text-size-sm);
	color: var(--text-color)
}

.mobile-menu ul li:hover>a {
	color: var(--grey);
	background: var(--grey)
}

.mobile-menu ul ul {
	background: var(--grey);
	left: 100%;
	top: -15px
}

.mobile-menu ul li.right ul {
	left: auto;
	right: 100%
}

.mobile-menu ul ul li:hover>a {
	background: var(--white)
}

.modal-mobile .mobile-menu ul {
	padding: 0;
	display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%
}

.modal-mobile .mobile-menu ul.section-active {
	display: block
}

.main {
	overflow: hidden
}

.hero-section {
    margin-top: 123px;
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 534px;
    height: auto;
	overflow:visible;
}

.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	z-index: -1
}

.hero-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.hero-section .container {
	height: 100%;
	display: flex;
	flex-direction: column
}
.hero-section::before {
    content: '';
    width: 476px;
    height: 537px;
    background-image: url(/wp-content/uploads/2025/08/bg-hero-gradient.svg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -100px;
}
.hero-wrap {
    margin-top: 0;
	flex: auto;
	max-height: 100%;    
	max-width: calc(50% + 70px);
	display: flex;
	flex-direction: column
}
.hero-logo{
	margin-bottom:30px;
	opacity: 0;
	transition: opacity .5s ease;
}
.hero-section.section-active .hero-logo {
	opacity: 1;
}
.hero-logo img{
	max-width:100%;
}
.hero-heading {
	margin-bottom: 0;
	font-family: 'Nunito Sans';
	font-size: var(--h1-size);
	font-weight: 900;
	line-height: 120%;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.hero-section.section-active .hero-heading {
	transform: translateY(0);
	opacity: 1
}
.hero-heading strong {
	font-weight: inherit;
	background: -webkit-linear-gradient(90deg, #251459 0, #b7116a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.hero-subheading {
	margin: 24px 0 0;
	color: var(--text-color);
	font-family: 'Nunito Sans';
	font-size: var(--h6-size);
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: -0.12px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .4s, transform .5s ease .4s
}
.hero-subheading strong{
	font-weight: 800;
}
.hero-section.section-active .hero-subheading {
	transform: translateY(0);
	opacity: 1
}
.hero-subheading strong {
	font-weight: 800
}
.hero-text {
	margin-top: 16px;
	color: rgba(0, 0, 0, 0.55);
	font-family: 'Nunito Sans';
	font-size: var(--text-size-lg);
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: -0.1px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .2s, transform .5s ease .2s
}
.hero-section.section-active .hero-text {
	transform: translateY(0);
	opacity: 1
}

.hero-bottom {
	margin-top: 32px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap:24px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .6s, transform .5s ease .6s
}

.hero-section.section-active .hero-bottom {
	transform: translateY(0);
	opacity: 1
}

.hero-image {
    position: absolute;
    top: 89px;
    left: calc(50% + 100px);
    width: 558px;
	transform: translateX(10px);
	opacity: 0;
	transition: opacity .5s ease .6s, transform .5s ease .6s
}
.hero-image.change {
	top: 90px;
}

.hero-section.section-active .hero-image {
	transform: translateX(0);
	opacity: 1
}
.slide_video {
	position: absolute;
	top: 19px;
	bottom: 0;
	left: 44px;
	width: 591px;
	height: 415px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	z-index: 0
}
.slide_video video {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	height: auto;
	width: calc(100% + 5px);
	background-size: cover;
	object-fit: cover;
	transition: opacity .5s ease 1s
}
.hero-list-title {
	margin-top: 65px;
	color: #2b183f;
	font-size: var(--text-size);
	font-weight: 800;
	line-height: 156.25%;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease 1.1s, transform .5s ease 1.1s
}
.hero-section.section-active .hero-list-title {
	transform: translateY(0);
	opacity: 1
}
.hero-list {
	margin: 0;
	padding: 0;
	display: flex;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease 1.1s, transform .5s ease 1.1s
}
.hero-section.section-active .hero-list {
	transform: translateY(0);
	opacity: 1
}
.hero-list li {
	margin-right: 50px;
	margin-top: 30px;
	list-style: none;
	display: flex;
	align-items: center
}
.hero-list li span {
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #e3f8f7
}
.hero-list li p {
	color: var(--text-color);
	font-family: 'Nunito Sans';
	font-size: var(--text-size-sm);
	font-weight: 600;
	line-height: 142.857%
}
.hero-powered-by-title {
    margin-top: 60px;
	text-align: center;
    color: #2b183f;
    font-size: var(--h6-size);
    font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.12px;
}
.hero-powered-by-text{
    color: #2b183f;
    font-size: var(--text-size-lg);
    font-weight: 800;
    line-height: 156.25%;
}
.hero-powered-by-list{
	margin-top:20px;
	padding:0;
	display:flex;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
}
.powered-by-section{
	background-image: url(/wp-content/uploads/2025/08/bg-nextgentech-1.webp);
	background-position:center bottom;
	background-size:cover;
	z-index: 0;
}
.powered-by-section .hero-powered-by-list {
	margin: 80px auto 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    max-width: 100%;
	opacity: 0;
	transition: opacity .5s ease 0.2s;
}
.powered-by-section.section-active .hero-powered-by-list {
	opacity: 1;
}
.hero-powered-by-list li{
	margin: 0 2rem;
    list-style: none;
    width: 165px;
    height: 70px;
    display: flex;
    align-items: center;
}
.hero-powered-by-list li.change {
    margin: 0;
    text-align: center;
    width: auto;
    height: 40px;
}

.notjustai-section{
	background: rgba(64, 193, 190, 0.05);
	box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.10);
}
.notjustai-wrap{
	display:flex;
	align-items:center;
	gap:60px;
}
.notjustai-image-change{
	padding: 0;	
    display: flex;
    max-width: 400px;
    height: 366px;
    order: 1;
	transform: translateX(50px);
    opacity: 0;
    transition: opacity .5s ease 0.3s, transform .5s ease 0.3s;
}
.section-active .notjustai-image-change{
    transform: translateX(0);
    opacity: 1;
}
.notjustai-image-change img{
	width: 690px;
    height: auto;
    max-width: 690px;
}
.notjustai-content .heading{
	margin-bottom:32px;
}
.notjustai-content .heading h2{
	 margin-bottom:24px;
}
.notjustai-content .heading p{
    font-weight: 700;
    font-size: calc(var(--h6-size) - 1px);
}
.notjustai-text{
	font-size:var(--h6-size);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.48px;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity .5s ease 0.2s, transform .5s ease 0.2s;
}
.section-active .notjustai-text{
    transform: translateY(0);
    opacity: 1;
}
.notjustai-text img{
	height:48px;
}
.notjustai-items{
	margin-top:40px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:60px;
	text-align: center;
	opacity: 0;
	transition: opacity .5s ease 0.5s;
}
.section-active .notjustai-items {
	opacity: 1;
}
.notjustai-items li{
    flex: calc(100% / 3 - 40px) 0 0;
    height: 94px;
    align-content: center;
    list-style: none;
}
.notjustai-items li img{
	max-height:70px;
}

.beyondsimpleaI-section{
	background: #F8F6FF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.beyondsimpleaI-section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}
.beyondsimpleaI-wrap {
	display: flex;
    align-items: center;
	gap:100px;
}
.beyondsimpleaI-image {
    position: relative;
    margin-left: auto;
    flex: 400px 0 0;
    text-align: center;
	transform: scale(0.8);
    opacity: 0;
    transition: opacity .5s ease 0.2s, transform .5s ease 0.2s;
	order:-1;
}
.section-active .beyondsimpleaI-image{
    transform: scale(1);
    opacity: 1;
}
.beyondsimpleaI-content {
	flex: 1 0 0;
}
.beyondsimpleaI-section .heading {
	margin-bottom:20px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.beyondsimpleaI-section .heading p {
    font-size: var(--text-size-lg);
}
.beyondsimpleaI-items {
	margin-top: 36px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .7s, transform .5s ease .7s
}
.beyondsimpleaI-section.section-active .beyondsimpleaI-items {
	transform: translateY(0);
	opacity: 1
}
.beyondsimpleaI-item {
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	gap:12px;
}
.beyondsimpleaI-item:not(:last-child) {
	margin-bottom: 10px
}
.beyondsimpleaI-item-icon{
	flex: 37px 0 0;
}
.beyondsimpleaI-item-text {
	font-family: 'Nunito Sans';
	font-size: var(--text-size-md);
	font-weight: 400;
	line-height: 145%;
	letter-spacing: -0.09px;
}


.designedfor-section{
	background-image: url(/wp-content/uploads/2025/08/bg-team-roles.webp);
	background-position:center top;
	background-size:cover;
}
.designedfor-section .heading {
	margin-bottom:80px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.designedfor-section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}
.designedfor-items{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	justify-content:space-between;
    opacity: 0;
    transition: opacity .5s ease 0.2s;
}
.section-active .designedfor-items{
    opacity: 1;
}
.designedfor-item{
	flex: 330px 0 0;
}
.designedfor-item-title{
	margin-bottom:12px;
	color: var(--secondary-color, #6248D1);
	font-size: var(--h6-size);
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.48px;
}
.designedfor-item-text{
	font-size: var(--text-size-md);
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.36px;
}
.designedfor-text{
	margin-top:80px;
	text-align:center;
	font-size: var(--h6-size);
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.48px;
}


.numbers-section{
	padding-top:0;
    background-color: #fafafe;
    background-image: radial-gradient(91.21% 91.21% at 50% 8.79%, rgba(255, 255, 255, 0.10) 50%, rgba(152, 139, 207, 0.05) 100%);
}
.numbers-section .numbers-wrap {
	display: flex;
	gap:60px;
}
.numbers-image{
    max-width: 380px;
	transform: scale(0.8);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.section-active .numbers-image{
	transform: scale(1);
	opacity: 1
}
.numbers-section .container{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.numbers-list{
	display:flex;
	flex-direction:column;
	gap:12px;
	flex: 308px 0 0;
}
.numbers-item{
	position:relative;
	padding: 20px 24px;
	min-height:121px;
}
.numbers-item:before{
	content:'';
	position:absolute;
	z-index:-2;
	top:0;left:0;right:0;bottom:0;
	border-radius: 20px;
	border: 2px solid rgba(152, 139, 207,0.6);
	background: #FFF;
}
.numbers-item:after{
	content:'';
	position:absolute;
	z-index:-1;
	top:-2px;left:-2px;right:-2px;bottom:-2px;
	border-radius: 20px;
	background: linear-gradient(90deg, rgba(250, 250, 254,0.8) 0%, #fafafe 100%);
}
.numbers-item span{
	position: absolute;
    z-index: 0;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 20px;
    background: rgb(255 255 255 / 30%);
}
.numbers-list:first-child{
	transform: translateX(50px);
	opacity: 0;
	transition: opacity .5s ease 0.5s, transform .5s ease 0.5s;
}
.section-active .numbers-list:first-child{
	transform: translateX(0);
	opacity: 1
}
.numbers-list:last-child .numbers-item:after{
	background: linear-gradient(-90deg, rgba(250, 250, 254,0.8) 0%, #fafafe 100%);
}
.numbers-list:last-child{
	transform: translateX(-50px);
	opacity: 0;
	transition: opacity .5s ease 0.5s, transform .5s ease 0.5s;
}
.section-active .numbers-list:last-child{
	transform: translateX(0);
	opacity: 1
}
.numbers-item:first-child{
	min-height:148px;
}
.numbers-item-number{
	position: relative;
	margin-bottom:12px;
	color: var(--secondary-color);
	font-size: var(--h6-size);
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.12px;
	z-index: 1;
}
.numbers-item-text{
	position: relative;
	font-size: var(--text-size-md);
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.1px;
	z-index: 1;
}


/* content table */

.content-page-wrap{
	width: 100%;
	max-width:100%;
	overflow-x: scroll;
}
.content-page-wrap table{
    margin: 20px auto;
    width: 1100px;
    border-collapse: collapse;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}
.content-page-wrap table td{
	padding:10px;
	width:20%;
	font-size: var(--text-size-md);
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.09px;
	border-bottom: 1px solid #eaeaea;
}
.content-page-wrap table thead tr td{
	padding-top:20px;
	padding-bottom:20px;
}
.content-page-wrap table tbody tr:nth-child(odd){
	background-color: #f8f9fa;
}
.content-page-wrap table tbody tr:nth-child(even){
	/* background-color: #f8f9fa; */
}


.oneplatform-section {
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(250, 250, 254, 1) 79.33%, rgb(245 244 251) 100%); */
	background: none;
}
.oneplatform-section .heading {
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.oneplatform-section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}
.oneplatform-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	gap:20px;
	transition: opacity .5s ease .2s;
	opacity: 0;
}
.oneplatform-section.section-active .oneplatform-wrap {
	opacity: 1
}
.oneplatform-item {
	padding:14px 24px;
	display:flex;
    align-items: center;
	flex: 364px 0 0;
	min-height:98px;
	border-radius: 10px;
	border: 3px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}
.oneplatform-item-icon {
	position: relative;
	margin-right: 20px;
	flex: 50px 0 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.oneplatform-item-title {
	margin-bottom: 8px;
	color: var(--secondary-color, #6248D1);
	font-size: var(--text-size-lg);
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.4px;
}
.oneplatform-item-text {
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.32px;
}
.oneplatform-wrap-2{
	margin-top:44px;
}
.oneplatform-item-2{
    padding: 16px 10px;
    display: flex;
    align-items: center;
    flex: 364px 0 0;
}
.oneplatform-item-2 .oneplatform-item-icon{
	flex: 60px 0 0;
	width:60px;
	height:60px;
}
.oneplatform-item-2 .oneplatform-item-text{
	font-size: var(--text-size-lg);
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.1px;
}
.oneplatform-button{
	margin-top:44px;
	text-align: center;
	transition: transform .5s ease .4s, opacity .5s ease 0.4s;
	transform: scale(0.8);
	opacity:0;
}
.oneplatform-section.section-active .oneplatform-button {
	transform: scale(1);
	opacity:1;
}
.oneplatform-wrap-2.oneplatform-wrap-2-style2{
	flex-direction:column;
	align-items:center;
	gap:85px;
}
.oneplatform-wrap-2.oneplatform-wrap-2-style2 .oneplatform-item-2{
	flex:auto;
	flex-direction:column;
	text-align: center;
}
.oneplatform-wrap-2.oneplatform-wrap-2-style2 .oneplatform-item-icon{
	margin-bottom:12px;
}
.oneplatform-wrap-2.oneplatform-wrap-2-style2 .oneplatform-item-text strong{
	margin-bottom:20px;
	display:block;
	background: var(--title-text-gradient, linear-gradient(180deg, #B7116A 40.76%, #751262 58.01%, #251459 100.54%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: var(--h6-size);
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.12px;
}
.oneplatform-section-bg{
	position:absolute;
	z-index:0;
	top:0;left:0;bottom:0;right:0;
}
.oneplatform-section-bg svg:first-child{
	position:absolute;
	bottom:300px;
	left:0;
}
.oneplatform-section-bg svg:last-child{
	position:absolute;
	bottom:200px;
	right:0;
}



.integration-section {
	padding-top: 150px;
	background-image: url(/wp-content/uploads/2024/08/bg-services-1-jpg.avif);
	background-position: center 116px;
	background-repeat: no-repeat
}

.integration-section .heading {
	margin-bottom: 100px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}

.integration-section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}

.integration-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .3s, transform .5s ease .3s
}

.integration-section.section-active .integration-wrap {
	transform: translateY(0);
	opacity: 1
}

.integration-item {
	flex: 200px 0 0;
	margin: 0 15px 30px;
	padding: 25px 30px 20px 30px;
	border-radius: 10px;
	text-align: center;
	background: var(--white);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15)
}

.integration-item-icon img {
	width: auto;
	max-width: 100%;
	max-height: 50px
}

.integration-item-name {
	margin-top: 10px;
	color: var(--text-color);
	font-size: var(--text-size-md);
	font-weight: 400;
	line-height: 150%
}

.designed_for-section {
	border-top: 1px solid #e4e4e4
}

.designed_for-section .heading {
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}

.designed_for-section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}

.designed_for-wrap {
	position: relative;
	display: flex
}

.designed_for-image {
	flex: 515px 0 0;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	transform: translateX(50px);
	opacity: 0;
	transition: opacity .5s ease .3s, transform .5s ease .3s
}
.designed_for-image.change{
	border-radius: 0;
	box-shadow: none;
}

.designed_for-section.section-active .designed_for-image {
	transform: translateX(0);
	opacity: 1
}

.designed_for-content {
	position: relative;
	padding-top: 35px;
	padding-left: 100px;
	flex: 1 0 0;
	display: flex
}

.designed_for-content:before {
	content: '';
	position: absolute;
	top: 60px;
	width: calc(var(--container)* 2);
	height: 1px;
	left: calc(50% - var(--container)/2);
	background: #e4e4e4;
	z-index: -1
}
.designed_for-content.change:before {
    left:100px
}

.designed_for-content-item {
	flex: 317px;
	transform: translateX(30px);
	opacity: 0
}

.designed_for-section.section-active .designed_for-content-item {
	transform: translateX(0);
	opacity: 1
}

.designed_for-content-item:not(:last-child) {
	margin-right: 100px;
	transition: opacity .5s ease .6s, transform .5s ease .6s
}

.designed_for-content-item:last-child {
	transition: opacity .5s ease .9s, transform .5s ease .9s
}

.designed_for-content-item-icon {
	position: relative;
	margin-bottom: 10px;
	background: var(--white);
	display: inline-block
}

.designed_for-content-item-icon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	right: -15px;
	background: var(--white);
	z-index: -1
}



.designed_for-content-item-title {
	margin-bottom: 30px;
	color: var(--text-color);
	font-size: var(--text-size-lg);
	font-style: normal;
	font-weight: 800;
	line-height: 140%
}

.designed_for-content-item-text {
	margin-top: 30px
}

.designed_for-content ul {
	margin: 0;
	padding: 0
}

.designed_for-content li {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 0 25px;
	list-style: none;
	font-weight: 600;
	line-height: 150%;
	color: var(--grey-text)
}

.designed_for-content li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #6248d1;
	transform: rotate(-45deg)
}

.designed_for-industries-wrap {
	padding: 20px 50px;
	position: absolute;
	right: 15px;
	bottom: 70px;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1058px;
	border-radius: 15px;
	border: 1px solid #f7f7f7;
	background: var(--white);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease 1s, transform .5s ease 1s
}
.designed_for-industries-wrap.change-new{
	max-width: 100%;
	right: 20px;
    left: 20px;
    bottom: 20px;
}

.designed_for-section.section-active .designed_for-industries-wrap {
	transform: translateY(0);
	opacity: 1
}

.designed_for-industries-wrap span {
	margin-right: 25px;
	font-size: var(--text-size-lg);
	font-weight: 800;
	line-height: 140%
}

.designed_for-industries-item {
    flex: 1 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e4e4e4;
}

.designed_for-industries-item:last-child {
	padding-right: 0;
	border-right: 0
}

.designed_for-industries-item-icon {
	margin-right: 15px;
    min-width: 36px;
	height: 36px
}

.designed_for-industries-item-text {
	font-size: var(--text-size);
	font-weight: 600;
	line-height: 125%
}

.designed_for-reviews-wrap {
	margin-top: 100px;
	display: flex
}

.designed_for-contact {
	padding: 0;
	flex: 710px 0 0
}

.designed_for-contact-wrap {
	margin-bottom: 40px;
	display: flex;
	align-items: center
}

.designed_for-contact-logo {
	padding: 30px;
	flex: 310px 0 0;
	height: 130px;
	display: flex;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #f7f7f7;
	background: var(--white);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15)
}

.designed_for-contact-text {
	padding-left: 40px;
	font-size: var(--text-size-lg);
	font-weight: 400;
	line-height: 150%
}

.designed_for-contact-text strong {
	color: var(--secondary-color)
}

.designed_for-contact-buttons {
	display: flex
}

.designed_for-contact-buttons a {
	margin-right: 24px
}

.designed_for-contact-reviews {
	margin-left: auto;
	flex: 510px 0 0;
	max-width: 510px;
	overflow: hidden
}

.swiper-pagination-reviews-dots {
	margin-top: 50px
}

.designed_for-item {
	padding: 0
}

.designed_for-item-wrap {
	margin-bottom: 24px;
	display: flex;
	align-items: center
}

.designed_for-item-photo {
	margin-right: 15px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	overflow: hidden
}

.designed_for-item-name {
	color: var(--black);
	font-size: var(--font-size);
	font-weight: 700;
	line-height: 125%
}

.designed_for-item-profession {
	font-size: var(--font-size-sm);
	font-weight: 400;
	line-height: 142.857%
}

.designed_for-item-text {
	color: var(--grey);
	font-size: var(--font-size);
	font-weight: 600;
	line-height: 150%
}

.reviews-slider-navigation {
	margin-top: 50px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.about_us-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% + 160px);
    left: 0;
    bottom: 0;
    border-radius: 0 30px 30px 0;
    background: #1b1730;
}
.about_us-section.change:before{
    background-color: #1b1730;
    background-image: url(/wp-content/uploads/2025/03/10-baner_edit_прозорий-фон-png.webp);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
}

.about_us-section:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: calc(50% + var(--container)/2+60px);
	bottom: 0;
	border-radius: 30px 0 0 30px;
	background: #1b1730
}

.about_us-section .container {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 655px
}

.about_us-section .heading {
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}

.about_us-section.section-active .heading {
	transform: translateY(0);
	opacity: 1
}

.about_us-section .about_us-wrap {
	flex: 766px 0 0;
	margin-left: auto
}

.about_us-content {
	margin-bottom: 50px;
	max-width: 695px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .2s, transform .5s ease .2s
}

.about_us-section.section-active .about_us-content {
	transform: translateY(0);
	opacity: 1
}

.about_us-subheading {
	margin-bottom: 5px;
	font-size: var(--text-size-lg);
	font-weight: 800;
	line-height: 140%;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .4s, transform .5s ease .4s
}

.about_us-section.section-active .about_us-subheading {
	transform: translateY(0);
	opacity: 1
}

.about_us-subheading strong {
	color: var(--primary-color)
}

.about_us-text-1 {
	color: var(--grey-text);
	font-weight: 600;
	line-height: 150%;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .6s, transform .5s ease .6s
}

.about_us-section.section-active .about_us-text-1 {
	transform: translateY(0);
	opacity: 1
}

.about_us-items ul {
	margin: 35px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity .5s ease .8s, transform .5s ease .8s
}

.about_us-section.section-active .about_us-items ul {
	transform: translateY(0);
	opacity: 1
}

.about_us-items ul li {
	margin-right: 60px;
	margin-bottom: 30px;
	display: flex;
	flex: calc(50% - 60px) 0 0
}

.about_us-items ul li:last-child {
	margin-right: 0
}

.about_us-items ul li span {
	margin-right: 10px;
	width: 30px;
	height: 30px
}

.about_us-items ul li p {
	font-weight: 600;
	line-height: 150%
}

.about_us-bg {
	position: absolute;
	top: -50px;
	left: 80px;
	width: 485px;
	height: 545px;
	overflow: hidden;
	border-radius: 15px;
	background: var(--white);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	transform: translateX(-100px);
	opacity: 0;
	transition: opacity .5s ease .4s, transform .5s ease .4s
}

.about_us-section.section-active .about_us-bg {
	transform: translateX(0);
	opacity: 1
}

.about_us-section #laptop {
	position: absolute;
	top: 100px;
	right: calc(50% + 210px);
	width: 972.515px;
	height: 655px
}
.about_us-section #laptop.change {
    width: calc(50% - 110px);
    right: auto;
    left: 0;
}



.howitworks-section {
	padding-top:0;
}
.howitworks-section .heading {
	transform: translateX(30px);
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}
.howitworks-section.section-active .heading {
	transform: translateX(0);
	opacity: 1
}
.howitworks-section .heading h3 strong {
    font-weight: inherit;
    background: -webkit-linear-gradient(90deg, #251459 0, #b7116a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.howitworks-wrap{
	margin-bottom:60px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:60px;
	opacity: 0;
	transition: opacity .5s ease .3s
}
.section-active .howitworks-wrap{
	opacity: 1
}
.steps-item{
	position:relative;
	flex:320px 0 0;
}
.steps-item ~ .steps-item:before{
	content: '';
    position: absolute;
    left: -110px;
    top: 6px;
    width: 100px;
    height: 50px;
    background-image: url(/wp-content/themes/solaracloudai/icons/arrow-steps.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.steps-item-row{
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.steps-item-row .steps-item-number{
	background: #6248D1;
	flex: 60px 0 0;
	height: 60px;
	border-radius:100px;
	display:flex;
	align-items:center;
	justify-content: center;
	color: #FFF;
	font-size: 40px;
	font-weight: 900;
	line-height: 110%; 
	letter-spacing: -0.2px;
}
.steps-item-title{
	color: var(--secondary-color);
	font-size: calc(var(--h6-size) - 1px );
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.12px;
}
.steps-item-icon{
    flex: 64px 0 0;
    height: 60px;
}
.steps-item-text{
	font-size: var(--text-size-md);
	font-style: italic;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.09px;
}
.howitworkslist-heading{
	margin-bottom:32px;
	font-size: var(--h4-size);
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.64px;
	opacity: 0;
	transition: opacity .5s ease .5s
}
.section-active .howitworkslist-heading{
	opacity: 1
}
.howitworks-list{
	display:flex;
	flex-wrap:wrap;
	gap:32px 120px;
	opacity: 0;
	transition: opacity .5s ease .7s
}
.section-active .howitworks-list{
	opacity: 1
}
.howitworks-item{
	padding-left:53px;
	flex:500px 0 0;
	position:relative;
}
.howitworks-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 29px;
    background-image: url(/wp-content/themes/solaracloudai/images/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.howitworks-item-title{
	margin-bottom:11px;
	font-size: var(--h6-size);
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -0.48px;
}
.howitworks-item-text{
	font-size: var(--text-size-lg);
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.4px;
}
.howitworks-row-buttons{
	margin-top:60px;
	display:flex;
	gap:24px;
}
.howitworks-row-buttons a{
	opacity: 0;
	transform: scale(0.8);
	transition: opacity .5s ease .9s, transform .5s ease .9s
}
.section-active .howitworks-row-buttons a{
	opacity: 1;
	transform: scale(1);
}
.howitworks-section-style2 .howitworks-wrap {
	margin:0 auto;
    flex-direction: column;
	max-width:636px;
    gap: 150px;
}
.howitworks-section-style2 .steps-item{
    padding: 16px 0;
    flex: auto;
    max-width: 420px;
    text-align: left;
}
.howitworks-section-style2 .steps-item .steps-item-number {
    background: #A3A3A3;
	transform: scale(1) translateX(0);
	transition: all 0.3s ease;
}
.howitworks-section-style2 .steps-item.current-active .steps-item-number {
    background: #6248D1;
	transform: scale(1.15) translateX(0);
}
.howitworks-section-style2 .steps-item .steps-item-title,
.howitworks-section-style2 .steps-item .steps-item-text {
    color: #A3A3A3;
	transition: all 0.3s ease;
}
.howitworks-section-style2 .steps-item.current-active .steps-item-title,
.howitworks-section-style2 .steps-item.current-active .steps-item-text {
    color: #6248D1;
}
.howitworks-section-style2 .steps-item ~ .steps-item:before{
	display:none;
}
.howitworks-section-style2 .steps-item-row{
	gap:24px;
}
.howitworks-section-style2 .steps-item-icon {
	margin:auto;
	width: 300px;
    height: 235px;
    position: absolute;
    left: calc(100% + 26px);
    top:0;bottom:0;
	filter: grayscale(1)
}
.howitworks-section-style2 .steps-item.current-active .steps-item-icon{
	filter: grayscale(0)
}
.howitworks-section-style2 .howitworkslist-heading {
    margin: 144px 0 60px;
	text-align: center;
}
.howitworks-section-style2 .howitworkslist-image{
	margin:0 auto 60px;
	max-width:346px;
}
.howitworks-section-style2 .howitworks-list{
	gap:50px 30px;
	justify-content: center;
}
.howitworks-section-style2 .howitworks-row-buttons{
	justify-content: center;
}
.steps-item-text{
    margin: 0;
    max-width: 100%;
}



.prices-section {
	background: #F8F6FF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.prices-section > .container{
	margin-bottom:60px;
}
.prices-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:26px;
}
.prices-item {
	position: relative;
	margin: 0;
	padding: 16px;
	flex: 350px 0 0;
	border-radius: 30px;
	border: 3px solid rgb(193 185 226);
	border-radius: 20px;
	transform: translateY(50px);
	opacity: 0;
}
.prices-item:hover{
	border: 3px solid #B462FF;
}
.prices-section.section-active .prices-item {
	flex: calc(100% / 3 - 52px / 3) 0 0;
    max-width: calc(100% / 3 - 52px / 3);
    transform: translateY(0);
    opacity: 1;	
}
.prices-item:nth-child(1) {
	transition: opacity .5s ease .2s, transform .5s ease .2s, border .2s ease
}
.prices-item:nth-child(2) {
	transition: opacity .5s ease .4s, transform .5s ease .4s, border .2s ease
}
.prices-item:nth-child(3) {
	transition: opacity .5s ease .6s, transform .5s ease .6s
}
.prices-item-heading {
    padding: 16px 18px;
    color: #fff;
    text-align: center;
    font-family: 'Nunito Sans';
    font-size: var(--text-size-lg);
    font-weight: 700;
    line-height: 125%;
    border-radius: 10px;
    background: linear-gradient(90deg, #B462FF 0%, #40C1BE 100%);
    font-size: var(--h6-size);
    font-weight: 800;
    line-height: normal;
    min-height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prices-item:nth-child(2) .prices-item-heading{
	background-image:none;
	background-color: #40C1BE;
}
.prices-item small{
	display: inline-block;
    transform: translateY(-1px);
    font-size: 16px;
}
.prices-item:nth-child(3) .prices-item-heading{
	background: linear-gradient(270deg, #B462FF 0%, #40C1BE 100%);
}
.prices-btns{
	margin-top:30px;
	display:flex;
	flex-direction:column;
	gap:20px;
}
.prices-item-content {
    padding: 30px 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 1px;
}
.prices-item-content a{
	margin-top:24px;
	width:100%;
}
.prices-item-content a:hover{
    animation: pulse 0.8s ease-in-out infinite;
    transition: transform 0.3s ease;
}
@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.prices-item-number {
    display: flex;
    align-items: center;    
	width: 100%;
}
.prices-item-number span:first-child{
	padding:0 32px;
	font-size: var(--h4-size);
	font-weight: 900;
	line-height: normal;
	background: var(--button-gradient, linear-gradient(90deg, #CC208E 0%, #6713D2 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.prices-item-number span:last-child{
	color: #000;
	font-size: var(--text-size-md);
	font-weight: 800;
	line-height: normal;
}
.prices-item-price {
	display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
	min-height:65px;
}
.prices-item-price b{
	font-size: var(--h4-size);
	background: var(--button-gradient, linear-gradient(90deg, #CC208E 0%, #6713D2 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.prices-item-price i{
    display: inline-block;
    transform: translate(5px, 15px);
    font-size: var(--text-size);
    font-weight: 800;
    white-space: nowrap;
    background: none;
}
.prices-item-price span{
	flex: 100% 0 0;
    text-align: center;
    padding-left: 0;
    font-size: var(--text-size);
    white-space: nowrap;
    color: #A3A3A3;
    font-weight: 800;
}
.prices-item-text {
    padding: 24px 8px;
    display: flex;
    align-items: center;
    min-height: 157px;
    border-radius: 20px;
    border: 4px solid #FFF;
    background: var(--white-gradient, linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%));
}
.prices-item-text ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 250px;
}
.prices-item-text li {
	position: relative;
	padding: 0 0 0 48px;
	list-style: none;
	line-height: 150%;
	font-size: var(--text-size-md);
	font-weight: 800;
	line-height: normal;
}
.prices-item-text li:before {
	content: '';
	position: absolute;
	top:0;bottom:0;
	margin:auto;
	left: 0;
	width: 37px;
	height: 29px;
	background-image:url('/wp-content/themes/solaracloudai/images/icons/check.svg');
	background-size:contain;
	background-repeat:no-repeat;
}



.faq-section{
	background-color:#fff;
}
.faq-section .container {
	max-width: 900px
}
.faq-item:not(:last-child) {
	border-bottom: 1px solid #e4e4e4
}
.faq-item__question {
	padding: 2rem 0;
	display: flex;
	cursor: pointer;
	color: var(--text-color);
	font-size: var(--text-size-lg);
	font-weight: 500;
	line-height: 156.25%
}
.faq-item__question span {
	margin-left: auto;
	order: 1;
	padding-left: 30px
}
.faq-item__question span svg {
	width: 14px;
	height: 14px
}
.faq-item__question:hover {
	color: var(--primary-color)
}
.faq-item__question.active {
	color: var(--primary-color)
}
.faq-item__answer {
	position: relative;
	padding: 1.5rem 0;
	list-style: none;
	font-weight: 600;
	line-height: 150%;
	color: var(--grey-text)
}



.banner-section.section {
	padding-top:0;
	padding-bottom: 0;
	overflow:visible
}
.banner-section .container{
	display:flex;
	gap:60px;
}
.banner-section .heading {
	margin-bottom:20px;
}
.banner-image {
	flex:378px 0 0;
	transform: scale(0.8);
	opacity: 0;
	transition: opacity .5s ease .2s, transform .5s ease .2s
}
.banner-image img{
    margin-left: -50px;
    width: 427px;
    max-width: 427px;
}
.banner-section.section-active .banner-image {
	transform: scale(1);
	opacity: 1
}
.banner-content{
	flex:560px 0 0;
	transform: translateX(50px);
	opacity: 0;
	transition: opacity .5s ease .3s, transform .5s ease .3s
}
.banner-section.section-active .banner-content{
	transform: translateX(0);
	opacity: 1
}
.banner-content ul{
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	gap:8px;
}
.banner-item{
	display:flex;
	list-style:none;
	font-size: var(--text-size-lg);
	font-weight: 400;
	line-height: 145%;
	letter-spacing: -0.1px;
}
.banner-item span{
	margin-right:12px;
	display:block;
	width:30px;
	height:30px;
	border-radius:100px;
	background-color:var(--secondary-color);
	font-size: var(--text-size-md);
	font-style: normal;
	font-weight: 900;
	line-height: 145%;
	letter-spacing: -0.09px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content: center;
}
.banner-text{
	margin-top:20px;
	color: var(--text-color);
    font-family: 'Nunito Sans';
    font-size: var(--h6-size);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.12px;
}
.banner-button {
	margin-top: 36px;
}
.banner-section.banner-section-style2{
	padding-top: 120px;
    padding-bottom: 60px;
	overflow:visible;
	z-index: 1;
}
.banner-section.banner-section-style2 .container {
	align-items: center;
    justify-content: center;
}
.banner-section.banner-section-style2 .heading h3 strong{
	background: var(--title-text-gradient, linear-gradient(180deg, #B7116A 40.76%, #751262 58.01%, #251459 100.54%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.84px;
}
.banner-section.banner-section-style2 .banner-button {
    margin-top: 60px;
    text-align: center;
}
.banner-section.banner-section-style2 .heading {
    margin-bottom: 32px;
}
.banner-section.banner-section-style2 .banner-text {
    margin-top: 32px;
}

.open-form-section .heading {
	font-size: var(--h2-size);
	text-align: center
}

.wpcf7-form-control-wrap {
	display: block
}

.wpcf7-not-valid-tip {
	display: none;
	position: absolute;
	top: 100%;
	left: 10px
}

input.wpcf7-not-valid {
	border-color: red
}

.custom-select {
	background-color: #fff;
	position: absolute;
	width: 100%;
	color: #000;
	border: 1px solid #d3d3d3;
	overflow-y: scroll;
	max-height: 160px;
	margin-top: -4px;
	list-style: none;
	padding-left: 10px;
	z-index: 3;
	display: none
}

.custom-select li {
	padding: 10px 15px;
	cursor: pointer
}

.custom-select li:hover {
	background-color: aliceblue
}

.footer {
	position: relative;
	overflow: hidden;
	padding: 85px 0 0;
	background: #1B1730
}

.footer .container {
	position: relative;
	padding: 0 15px
}

.footer>.container {
	padding-bottom: 85px
}

.footer-wrap {
	display: flex;
	justify-content: space-between
}

.footer-wrap .footer__column {
	flex: calc(100%/3) 0 0;
}
.footer__column.footer__logo{
	margin-right:auto;
}

.footer-wrap .footer__column:last-child{
	margin-left:auto;
}

.footer-wrap .footer__column:last-child .footer-menu {
	padding: 0
}

.footer-wrap .footer__column:last-child .footer-menu li {
	list-style: none
}

.footer__column.footer__menu{
	display:flex;
}

.footer-menu {
	margin: 0;
	padding: 0 30px;
	color: #fff
}

.footer-menu li {
	list-style: none;
	margin-bottom: 10px
}

.footer-menu li a {
    color: var(--white);
    font-family: 'Nunito Sans';
    font-size: var(--text-size-lg);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 1;
}

.footer-menu li a:hover/* ,
.footer-menu li.current-menu-item a */ {
	color:var(--primary-color);
}

.footer-menu li a:active/* ,
.footer-menu li.current-menu-item a */ {
	text-decoration: underline
}

.socials__footer {
	display: flex
}

.social-item {
	margin-right: 20px
}

.social-item a {
	fill: #fff
}

.social-item svg {
	fill: #fff;
	opacity: 1
}

.social-item a:hover svg {
	opacity: .7
}

.social-item a:active svg {
	opacity: .4
}

.footer-bottom {
	padding: 32px 0;
	background: #211c3a
}

.footer-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.copyright__footer,
.copyright__footer a {
	color: var(--white);
	font-family: 'Nunito Sans';
	font-size: var(--text-size);
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	opacity: .3;
	transition: all .5s ease
}

.copyright__footer a:hover {
	opacity: .7
}

.copyright__footer a:active {
	text-decoration: underline
}

.bottom-menu {
	margin: 0;
	margin-top: auto;
	padding: 0;
	flex: 100% 0 0;
	display: flex;
	list-style: none;
	line-height: 1.25
}

.bottom-menu li {
	margin-left: 30px
}

.bottom-menu li a {
	color: var(--white);
	font-family: 'Nunito Sans';
	font-size: var(--text-size);
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	opacity: .3;
	transition: all .5s ease
}

.bottom-menu li a:hover {
	opacity: .7;
	text-decoration: none
}

.page-header {
	position: relative;
	padding: 30px 0 0;
	z-index: 1
}

.page-title {
	font-size: calc(var(--h1-size) * 1.2);
	font-weight: 700;
	line-height: 1.2
}

.error-404.section {
	padding-top: 50px;
	text-align: center
}

.error-404-number {
	margin-bottom: var(--gap);
	font-size: calc(var(--h1-size)* 5);
	color: var(--text-color);
	font-weight: 700;
	text-align: center;
	line-height: 1
}

.error-404-button {
	margin-bottom: 100px;
	text-align: center
}

.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .25s
}

.modal-mobile.show {
	z-index: 9999;
	opacity: 1
}

.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.modal-mobile.show .modal-mobile-bg {
	opacity: 1
}

.modal-mobile-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px 20px 20px;
	transition: .25s;
	overflow: auto;
	background-color: var(--white);
	z-index: 1
}

.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0)
}

.modal-mobile-close {
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-mask-image: url(images/icons/ic-close.svg);
	mask-image: url(images/icons/ic-close.svg);
	-webkit-mask-size: 12px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .25s
}

.modal-mobile-close:hover {
	background-color: var(--primary-color)
}

.sidebar {
	max-width: 360px;
	flex: 360px 0 0;
	padding-right: 40px
}

.blog-wrap .blog-items {
	margin-bottom: 0
}

.blog-wrap .blog-item {
	margin-bottom: 60px
}

.blog-wrap .blog-item {
	flex-basis: calc(33.3333% - 60px);
	margin-right: 60px;
	margin-bottom: 60px;
}

.blog-wrap .blog-item:nth-child(3n+3) {
	margin-right: 0
}

.blog-wrap .blog-item__description {
	padding-bottom: 20px
}

.blog-item__tags {
	flex-wrap: wrap
}

:is(.blog-wrap, .swiper-slider) .tag__link {
	margin: 20px 10px 0 0
}

.blog-item__info {
	padding: 25px;
}

.posts__navigation {
	margin-top: 5px
}

.posts__navigation ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0
}

.posts__navigation li {
	list-style: none;
	margin-right: 20px
}

.posts__navigation li a,
.dots__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 115px;
	border: 1px solid #ced8fc;
	color: var(--primary-color);
	font-family: 'Nunito Sans';
	font-size: var(--text-size-md);
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.posts__navigation li a:hover {
	color: var(--text-color)
}

.posts__navigation li.section-active a {
	color: var(--text-color);
	border: 1px solid #FFF;
	background: linear-gradient(0, rgba(255, 255, 255, 0.50) 0, rgba(239, 241, 251, 0.30) 100%);
	box-shadow: 0 -10px 20px 0 #FFF, 0 5px 20px 0 #ced8fc
}

.arrow__navigation:first-child a:before {
	transform: rotate(-180deg)
}

.posts__navigation li.arrow__navigation a {
	font-size: 0;
	border-radius: 115px;
	background: linear-gradient(90deg, #3a62ec 0, #b33aec 100%)
}

.posts__navigation li.arrow__navigation a:before {
	content: url('data:image/svg+xml,<svgxmlns="http://www.w3.org/2000/svg"width="11"height="13"viewBox="001113"fill="none"><pathd="M104.76795C11.33335.5377511.33337.46225108.23205L3.2512.1292C1.9166612.8990.24999911.93670.24999910.3971L0.252.60288C0.251.063281.916670.1010343.250.870834L104.76795Z"fill="white"/></svg>')
}

.cookie-line {
	padding: 20px 34px;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 2;
	background: var(--white);
	border-bottom: 1px solid #f3f3f3;
	background: var(--white);
	box-shadow: 0 20px 40px 0 rgba(15, 69, 68, 0.15);
	max-width: var(--container);
	margin: 0 auto;
	border-radius: 10px
}

.cookie-line>div {
	display: flex;
	justify-content: space-between
}

.cookie-text {
	color: var(--text-color);
	font-size: var(--text-size-sm);
	max-width: 720px;
	padding-right: 30px;
	line-height: 1.5
}

.buttons-row {
	display: flex
}

.cookie-line button:last-child {
	margin-left: 20px;
	color: var(--white)
}

.cookie-line button:last-child:hover {
	color: var(--white)
}

.single-section.section {
	padding-top: 50px
}

/* blog offer line */

.offer-line-section {
    background-color: var(--black);
    background-image: url(/wp-content/uploads/2024/08/bg-oneplatform-1.svg), url(/wp-content/uploads/2024/08/bg-oneplatform-3.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
}

.offer-line-section .container{
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
}

.offer-line-section .heading{
	margin-right:60px;
	margin-bottom:0;
}

.offer-line-section .heading strong {
    color: var(--aqua-color);
    font-weight: inherit;
}

.offer-line-section .heading h2{
	color:var(--white);
}

@media(max-width:1499px) {


	
}

@media(max-width:1399px) {
	:root {
		--container: 1280px;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 20px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 32px;
		--h4-size: 28px;
		--h5-size: 24px;
		--h6-size: 20px
	}

	body{
		overflow-x:hidden;
	}
	.container,
	.footer .container {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media(max-width:1299px) {
	:root {
		--container: 1180px;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 20px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 32px;
		--h4-size: 28px;
		--h5-size: 24px;
		--h6-size: 20px
	}

	.oneplatform-section .oneplatform-wrap {
		justify-content: center;
	}
	.howitworks-wrap{
		flex-wrap:wrap;
	}
	.steps-item {
		position: relative;
		flex: 45% 0 0;
	}
	.steps-item:last-child{
		margin-left: 100px;
	}
	.howitworks-section-style2 .steps-item:last-child {
        margin-left: 0;
    }
	.howitworks-list {
    	gap: 32px 40px;
	}
	.content-page-wrap table{
		width:100%;
	}
	.hero-image {
    left: calc(50% + 30px);
	}

}

@media(max-width:1199px) {
	:root {
		--container: 1080px;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 20px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 32px;
		--h4-size: 28px;
		--h5-size: 24px;
		--h6-size: 20px
	}
	/* .hero-text {
		max-width: 50%;
	}
	.hero-text br{
		display:none;
	}
	.hero-image {
		left: calc(50% + 20px)
	}
	.hero-section .container {
		height: auto
	}
	.hero-image {
		top: 175px;
		width: 742px
	} */
	.hero-bg{
		display: none;
	}

}

@media(max-width:1099px) {
	:root {
		--container: 980px;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 20px;
		--text-size-md: 18px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 42px;
		--h2-size: 36px;
		--h3-size: 32px;
		--h4-size: 28px;
		--h5-size: 24px;
		--h6-size: 20px
	}

	.main-menu li a {
		padding: 10px 10px
	}
	.hero-heading,
	.hero-subheading,
	.hero-text {
		max-width: 50%
	}
	.hero-text br {
		display: none
	}

	.beyondsimpleaI-image {
		margin-right: auto;
		padding-left: 0;
		flex: 670px 0 0
	}

	.prices-item {
		flex: 400px 0 0
	}

	.hero-section {
		height: auto
	}

	.blog-wrap .blog-item {
		flex-basis: calc(50% - 30px);
	}

	.blog-wrap .blog-item:nth-child(3n+3) {
		margin-right: 60px;
	}

	.blog-wrap .blog-item:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media(max-width:991px) {
	:root {
		--container: 710px;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 19px --text-size-md:17px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 22px;
		--h6-size: 20px
	}
	.section{
		padding-top:80px;
		padding-bottom:80px;
	}
	body:not(.home, .page-id-6247) {
		padding-top: 70px
	}
	.heading {
		margin-bottom: 40px
	}
	.header-wrap {
		height: 70px
	}
	.header__menu {
		display: none
	}
	.header-button {
		margin-left: auto;
		margin-right: 30px
	}
	.hero-section {
        padding-top: 70px;
		min-height: 600px
	}
	.hero-section {
    	margin-top: 72px;
	}
	.hero-wrap {
    	max-width: 100%;
	}
	.hero-logo{
		display:none;
	}
    .hero-image.change {
        margin-top: 0;
        margin-bottom: 30px;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 450px;
        position: relative;
        order: -1;
    }
	.main-menu li a {
		padding: 10px 10px
	}

	.hero-heading, .hero-subheading, .hero-text {
        max-width: 100%;
    }

	.hero-text {
		margin-top: 35px
	}
	.hero-list-title{
		order:1;
	}
	.hero-list{
		order:2;
	}
	.powered-by-section .hero-powered-by-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.hero-subheading {
		font-size: 20px
	}

	.hero-image {
		top: 175px;
		width: 540px
	}
	.btn {
		padding: 10px 55px
	}

	.btn.btn-primary, input[type=submit]{
		padding: 13px 55px
	}
	.btn.btn-small {
    	padding: 10px 30px !important;
	}
	.powered-by-section .hero-powered-by-list {
		justify-content: center;
		gap: 50px;
	}
	.notjustai-wrap, .beyondsimpleaI-wrap, .numbers-section .container, .prices-wrap,.banner-section .container, .hero-bottom{
		flex-wrap:wrap;
	}
	.notjustai-image-change {
		max-width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	.notjustai-image-change img {
		width: 100%;
		max-width: 100%;
	}
	.notjustai-items li {
		height: 80px;
	}
	.beyondsimpleaI-image {
        flex: 100% 0 0;
        margin-top: 50px;
        max-width: 500px;
    }
	.beyondsimpleaI-content {
		flex: 100% 0 0;
	}
	.designedfor-item {
		flex: calc(50% - 20px) 0 0;
		text-align: center;
	}
	.numbers-section {
    	padding-bottom: 0;
	}
	.numbers-image {
		margin-bottom:60px;
		order: -1;
		max-width: 100%;
		flex: 100% 0 0;
		text-align: center;
	}
	.numbers-image img{
		max-width:400px;
	}
	.oneplatform-item {
    	flex: calc(50% - 20px) 0 0;
	}
	.oneplatform-wrap-2.oneplatform-wrap-2-style2 {
		gap: 40px;
	}
    .steps-item {
        position: relative;
        flex: 100% 0 0;
    }
	.steps-item ~ .steps-item:before{
		display:none;
	}
	.steps-item:last-child {
        margin-left: 0;
    }
	.prices-section.section-active .prices-item {
		flex: 100% 0 0;
		max-width: 400px;
	}
	.prices-item-price i {
		display: inline-block;
		transform: translate(5px, 8px);
	}
	.banner-section .container {
		text-align: center;
		justify-content: center;
	}
	.banner-image img {
		margin-left: 0;
		width: 100%;
		max-width: 500px;
	}
	.banner-content ul {
		max-width: 320px;
		margin: 0 auto;
	}
	.footer-wrap {
        flex-wrap: wrap;
        justify-content: center;
		text-align: center;
    }
	.footer-wrap .footer__column {
		flex: 100%;
		justify-content: center;
	}
	.footer-wrap .footer__logo.footer__column {
		margin-bottom: 50px;
		flex-basis: 100%
	}
	.footer-wrap .footer__column {
		margin-bottom: 50px;
		flex-basis: 50%
	}
	.footer__column:last-child {
		flex-basis: 100%;
		margin-bottom: 0
	}
	.soc-links {
		justify-content: center
	}
	.howitworks-section-style2 .steps-item-icon {
		width: 227px;
		height: 190px;
	}
	.content-page-wrap table td {
		padding: 5px;
		font-size: var(--text-size);
	}
	table tr:first-child td {
    	padding: 10px 5px;
	}
}

@media(max-width:767px) {
	:root {
		--container: 560px;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 19px;
		--text-size-md: 17px;
		--text-size-sm: 15px;
		--text-size-esm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px
	}

	.section {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.btn.btn-small {
		padding: 8px 24px
	}
	.btn,
	input[type=submit] {
		padding: 15px 45px
	}
    .hero-section {
        padding-top: 0;
    }
	.hero-wrap {
		margin-top: 80px
	}
	

	.hero-subheading {
		font-size: 18px
	}

	.hero-image {
		display: none
	}
	.hero-image.change {
        display: block;
    }

	.hero-heading,
	.hero-subheading,
	.hero-text {
		max-width: 100%
	}

	.hero-list li {
		flex: 100% 0 0
	}

	.hero-list li br {
		display: block
	}

	.hero-bottom {
		margin-top: 30px
	}

	
	.footer-bottom .container {
		flex-wrap: wrap;
		justify-content: center
	}

	.footer-bottom .container>div {
		flex: 100% 0 0;
		text-align: center
	}

	.footer-bottom .container .links__footer {
		order: -1;
		margin-bottom: 15px
	}

	.bottom-menu {
		justify-content: center
	}

	.bottom-menu li {
		margin: 0 10px
	}

	.cookie-line {
		bottom: 10px;
		left: 10px;
		right: 10px
	}

	.cookie-line>div {
		flex-direction: column
	}

	.cookie-text {
		padding-bottom: 20px;
		padding-right: 0
	}

	img.alignleft {
		margin-right: 0;
		float: none
	}

	img.alignright {
		margin-left: 0;
		float: none
	}

	.blog-wrap .blog-item {
		flex-basis: calc(100%);
		margin-right: 0;
	}

	.blog-wrap .blog-item:nth-child(3n+3) {
		margin-right: 0;
	}

	.blog-wrap .blog-item:nth-child(2n+2) {
		margin-right: 0;
	}
	.offer-line-section .container{
		flex-direction:column;
	}
	.offer-line-section .heading{
		margin-bottom:50px;
		margin-right:0;
		text-align: center;
	}
	.slider__similar.swiper-slider .swiper-slide:is(.swiper-slide-next) {
		opacity: 0;
		pointer-events: none;
	}
	span.md-title {
        font-size: 1em;
    }
	span.sm-title {
        font-size: 0.8em;
    }
	span.lg-title {
        font-size: 1.2em;
    }
	.analyze-image-change,
	.beyondsimpleaI-image {
		margin:0 auto;
        flex: 80% 0 0;
    }
	.howitworks-section-style2 .steps-item-icon {
		margin: auto;
		width: 100px;
		height: 100px;
		position: absolute;
		left: auto;
		right: 0;
		top: -25px;
		bottom: 0;
	}
}

@media(max-width:575px) {
	:root {
		--container: 100vw;
		--gap: 30px;
		--text-size: 16px;
		--text-size-lg: 17px;
		--text-size-md: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 30px;
		--h2-size: 28px;
		--h3-size: 26px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px
	}
	.hero-section::before {
		width: 100%;
	}
	
	.header-button {
		display: none
	}
	.header-logo :is(img, svg) {
		max-height: 36px;
	}
	.container,
	.footer .container {
		padding-left: 20px;
		padding-right: 20px
	}
	.hero-wrap {
        margin-top: 40px;
    }
	.hero-subheading {
		font-size: 18px;
		margin-top: 10px
	}
	.hero-image.change {
        width: 90%;
	}
	.hero-heading br{
		display:none;
	}
	.hero-text {
		margin-top: 20px
	}
	.powered-by-section .hero-powered-by-list{
    	margin: 40px auto 0;
 	}
	.hero-powered-by-list li.change {
        height: 34px;
    }
	.notjustai-image-change {
    	transform: translateX(0);
	}
	.notjustai-text img {
		height: 29px;
	}
	.notjustai-text br{
		display:none;
	}
	.notjustai-wrap {
		gap: 40px;
	}
	.notjustai-items {
		margin-top: 40px;
		gap:30px;
		justify-content: flex-start;
		text-align: left;
	}
	.notjustai-items li {
    	flex: calc(100% / 2 - 15px) 0 0;
        height: 43px;
    }
	.notjustai-items li img {
		max-height: 43px;
	}
	.beyondsimpleaI-image{
		margin-top:50px;
	}
	.howitworks-row-buttons{
		flex-wrap:wrap;
	}
	.designedfor-section .heading {
    	margin-bottom: 40px;
	}
	.designedfor-items {
    	gap: 30px 40px;
	}
	.designedfor-item {
        flex: 100% 0 0;
        text-align: center;
    }
	.numbers-image img {
        max-width: 80%;
    }
	.numbers-list{
		margin-bottom:20px;
	}
	.numbers-list:first-child {
    	transform: translateX(0);
	}
	.numbers-item {
		min-height: 121px !important;
		text-align: center;
	}
	.numbers-list .numbers-item:after,
	.numbers-list:last-child .numbers-item:after{
		    background: linear-gradient(0deg, rgba(250, 250, 254, 0.8) 0%, #fafafe 100%);
	}
	.section.oneplatform-section {
    	padding-top: 0;
	}
	.oneplatform-item {
        flex: 100% 0 0;
    }
	.oneplatform-item-2 {
		flex: 100% 0 0;
		flex-direction: column;
		text-align: center;
	}
	.oneplatform-item-2 .oneplatform-item-icon {
		margin: 0 0 10px 0;
	}
	.btn.btn-primary, input[type=submit] {
        padding: 13px 20px;
        width: 100%;
        max-width: 320px;
    }
	.btn{
        padding: 10px 20px;
        width: 100%;
        max-width: 320px;
    }
	.steps-item-row .steps-item-number {
		flex: 50px 0 0;
		height: 50px;
		font-size: 25px;
	}
	.steps-item-icon {
		flex: 50px 0 0;
		height: 50px;
	}
	.howitworks-item {
		flex: 100% 0 0;
	}
	.prices-item-number {
		flex-direction: column;
		text-align: center;
	}
	.prices-item-content {
		min-height: 1px;
	}
	.banner-image img {
        max-width: 80%;
    }
	.banner-content {
    	flex: 100% 0 0;
	}
	.banner-item {
    	align-items: center;
	}
	.banner-content {
    	transform: translateX(0);
	}
	.numbers-section .container {
		justify-content: center;
	}
	.howitworks-section .heading {
    transform: translateX(0);
	}
	.banner-image {
		flex: 100% 0 0;
	}
	.prices-item {
		flex: 100% 0 0;
		border-radius: 20px
	}
	.form-line br {
		display: none
	}
	.footer-wrap .footer__column:nth-child(4) {
		flex-basis: 100%
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.howitworkslist-image{
		text-align: center;
	}
	.howitworkslist-image img{
		max-width:90%
	}
    .howitworks-section-style2 .steps-item-icon {
		margin: auto;
        width: 170px;
        height: 140px;
        position: absolute;
        left: 0;
        right: 0;
        top: -62px;
        bottom: auto;
    }
	.howitworks-section-style2 .howitworks-wrap {
    	margin-top: 100px;
	}
	.howitworks-section-style2 .steps-item{
		padding-top:80px;
	}
	.oneplatform-section-bg {
		opacity: 0.3;
	}
	.btn{
		white-space: break-spaces;
	}
	.hero-subheading br{
		display:none
	}
	
}


/**
 * Swiper 6.5.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 30, 2021
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-container-pointer-events {
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}


/**
 * Fancybox v5.0.0
 */
:root {
	--f-spinner-width: 36px;
	--f-spinner-height: 36px;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
	--f-spinner-stroke: 2.75
}

.f-spinner {
	margin: auto;
	padding: 0;
	width: var(--f-spinner-width);
	height: var(--f-spinner-height)
}

.f-spinner svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
	stroke-width: var(--f-spinner-stroke);
	fill: none
}

.f-spinner svg *:first-child {
	stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
	stroke: var(--f-spinner-color-2);
	animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

.f-throwOutUp {
	animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
	animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
	to {
		transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
		opacity: 0
	}
}

@keyframes f-throwOutDown {
	to {
		transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
		opacity: 0
	}
}

.f-zoomInUp {
	animation: var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
	animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
	from {
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-zoomOutDown {
	to {
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

.f-fadeIn {
	animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
	z-index: 2
}

.f-fadeOut {
	animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
	z-index: 1
}

@keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeOut {
	100% {
		opacity: 0
	}
}

.f-fadeFastIn {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	z-index: 2
}

.f-fadeFastOut {
	animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
	z-index: 2
}

@keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeFastOut {
	100% {
		opacity: 0
	}
}

.f-fadeSlowIn {
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	z-index: 2
}

.f-fadeSlowOut {
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	z-index: 1
}

@keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeSlowOut {
	100% {
		opacity: 0
	}
}

.f-crossfadeIn {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	z-index: 2
}

.f-crossfadeOut {
	animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
	z-index: 1
}

@keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-crossfadeOut {
	100% {
		opacity: 0
	}
}

.f-slideIn.from-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
	0% {
		transform: translateX(100%)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInNext {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideOutNext {
	100% {
		transform: translateX(-100%)
	}
}

@keyframes f-slideOutPrev {
	100% {
		transform: translateX(100%)
	}
}

.f-classicIn.from-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	z-index: 2
}

.f-classicIn.from-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	z-index: 2
}

.f-classicOut.to-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	z-index: 1
}

.f-classicOut.to-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	z-index: 1
}

@keyframes f-classicInNext {
	0% {
		transform: translateX(-75px);
		opacity: 0
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInPrev {
	0% {
		transform: translateX(75px);
		opacity: 0
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicOutNext {
	100% {
		transform: translateX(-75px);
		opacity: 0
	}
}

@keyframes f-classicOutPrev {
	100% {
		transform: translateX(75px);
		opacity: 0
	}
}

:root {
	--f-button-width: 40px;
	--f-button-height: 40px;
	--f-button-border: 0;
	--f-button-border-radius: 0;
	--f-button-color: #374151;
	--f-button-bg: #f8f8f8;
	--f-button-hover-bg: #e0e0e0;
	--f-button-active-bg: #d0d0d0;
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 20px;
	--f-button-svg-height: 20px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: none;
	--f-button-svg-disabled-opacity: 0.65
}

.f-button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	position: relative;
	margin: 0;
	padding: 0;
	width: var(--f-button-width);
	height: var(--f-button-height);
	border: var(--f-button-border);
	border-radius: var(--f-button-border-radius);
	color: var(--f-button-color);
	background: var(--f-button-bg);
	box-shadow: var(--f-button-shadow);
	pointer-events: all;
	cursor: pointer;
	transition: var(--f-button-transition)
}

@media(hover: hover) {
	.f-button:hover:not([disabled]) {
		color: var(--f-button-hover-color);
		background-color: var(--f-button-hover-bg)
	}
}

.f-button:active:not([disabled]) {
	background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
	outline: none
}

.f-button:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
	width: var(--f-button-svg-width);
	height: var(--f-button-svg-height);
	fill: var(--f-button-svg-fill);
	stroke: currentColor;
	stroke-width: var(--f-button-svg-stroke-width);
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: opacity .15s ease;
	transform: var(--f-button-transform);
	filter: var(--f-button-svg-filter);
	pointer-events: none
}

.f-button[disabled] {
	cursor: default
}

.f-button[disabled] svg {
	opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
	position: absolute;
	z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
	top: 50%;
	transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
	left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
	left: auto;
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
	right: auto;
	left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
	top: auto;
	left: 50%;
	transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
	top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
	bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
	transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
	pointer-events: none
}

html.with-fancybox {
	width: auto;
	overflow: visible;
	scroll-behavior: auto
}

html.with-fancybox body {
	touch-action: none
}

html.with-fancybox body.hide-scrollbar {
	width: auto;
	margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
	overflow: hidden !important;
	overscroll-behavior-y: none
}

.fancybox__container {
	--fancybox-color: #dbdbdb;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(24, 24, 27, 0.98);
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #f8f8f8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: visible;
	z-index: var(--fancybox-zIndex, 1050);
	outline: none;
	transform-origin: top left;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
	box-sizing: inherit
}

.fancybox__container::backdrop {
	background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: var(--fancybox-bg);
	opacity: var(--fancybox-opacity, 1);
	will-change: opacity
}

.fancybox__carousel {
	position: relative;
	box-sizing: border-box;
	flex: 1;
	min-height: 0;
	z-index: 10;
	overflow-y: visible;
	overflow-x: clip
}

.fancybox__viewport {
	width: 100%;
	height: 100%
}

.fancybox__viewport.is-draggable {
	cursor: move;
	cursor: grab
}

.fancybox__viewport.is-dragging {
	cursor: move;
	cursor: grabbing
}

.fancybox__track {
	display: flex;
	margin: 0 auto;
	height: 100%
}

.fancybox__slide {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 var(--fancybox-slide-gap) 0 0;
	padding: 4px;
	overflow: auto;
	overscroll-behavior: contain;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 40px
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
	overflow: hidden
}

.fancybox__slide.has-image {
	overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
	overflow: visible
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	flex: 0 0 0;
	margin: auto
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
	display: block
}

.fancybox__content {
	align-self: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
	padding: 2rem;
	max-width: 100%;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	cursor: default;
	border-radius: 0;
	z-index: 20
}

.is-loading .fancybox__content {
	opacity: 0
}

.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab
}

.can-zoom_in .fancybox__content {
	cursor: zoom-in
}

.can-zoom_out .fancybox__content {
	cursor: zoom-out
}

.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
	cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: none;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
	width: 100%;
	height: auto;
	max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
	will-change: transform, width, height
}

.fancybox-image {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	user-select: none;
	filter: blur(0px)
}

.fancybox__caption {
	align-self: center;
	max-width: 100%;
	flex-shrink: 0;
	margin: 0;
	padding: 14px 0 4px 0;
	overflow-wrap: anywhere;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	cursor: auto;
	visibility: visible
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
	opacity: 0;
	visibility: hidden
}

.is-compact .fancybox__caption {
	padding-bottom: 0
}

.f-button.is-close-btn {
	--f-button-svg-stroke-width: 2;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
	--f-button-width: 34px;
	--f-button-height: 34px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: transparent;
	--f-button-hover-bg: transparent;
	--f-button-active-bg: transparent;
	--f-button-svg-width: 22px;
	--f-button-svg-height: 22px;
	position: absolute;
	top: -38px;
	right: 0;
	opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
	opacity: 1
}

.fancybox__footer {
	padding: 0;
	margin: 0;
	position: relative
}

.fancybox__footer .fancybox__caption {
	width: 100%;
	padding: 24px;
	opacity: var(--fancybox-opacity, 1);
	transition: all .25s ease
}

.is-compact .fancybox__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
	padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
	--f-button-border-radius: 50%;
	--f-button-color: #fff;
	--f-button-hover-color: #fff;
	--f-button-outline-color: #000;
	--f-button-bg: rgba(0, 0, 0, 0.6);
	--f-button-active-bg: rgba(0, 0, 0, 0.6);
	--f-button-hover-bg: rgba(0, 0, 0, 0.6);
	--f-button-svg-width: 18px;
	--f-button-svg-height: 18px;
	--f-button-svg-filter: none;
	top: 5px;
	right: 5px
}

.fancybox__nav {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border: 0;
	--f-button-border-radius: 50%;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: transparent;
	--f-button-hover-bg: rgba(24, 24, 27, 0.3);
	--f-button-active-bg: rgba(24, 24, 27, 0.5);
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 26px;
	--f-button-svg-height: 26px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
	--f-button-svg-disabled-opacity: 0.65;
	--f-button-next-pos: 1rem;
	--f-button-prev-pos: 1rem;
	opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
	position: absolute;
	content: "";
	top: -30px;
	right: -20px;
	left: -20px;
	bottom: -30px;
	z-index: 1
}

.is-idle .fancybox__nav {
	animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
	pointer-events: none;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
	z-index: 30;
	cursor: pointer
}

.fancybox-protected {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	user-select: none
}

.fancybox-ghost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	z-index: 40;
	user-select: none;
	pointer-events: none
}

.fancybox-focus-guard {
	outline: none;
	opacity: 0;
	position: fixed;
	pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
	opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
	animation: var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
	animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
	animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
	animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	max-width: 100%;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
	width: calc(100% - 120px);
	height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
	width: 100%;
	height: 100%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff
}

.has-map .fancybox__content {
	background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.f-carousel__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-outline: 0;
	--f-thumb-outline-color: #5eb0ef;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1;
	--f-thumb-border-radius: 2px;
	--f-thumb-offset: 0px;
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 16px;
	--f-thumb-clip-width: 46px
}

.f-thumbs {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	perspective: 1000px;
	transform: translateZ(0)
}

.f-thumbs .f-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-image: linear-gradient(#ebeff2, #e2e8f0);
	z-index: -1
}

.f-thumbs .f-spinner svg {
	display: none
}

.f-thumbs.is-vertical {
	height: 100%
}

.f-thumbs__viewport {
	width: 100%;
	height: auto;
	overflow: hidden;
	transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
	display: flex
}

.f-thumbs__slide {
	position: relative;
	flex: 0 0 auto;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: var(--f-thumb-width);
	height: var(--f-thumb-height);
	overflow: visible;
	cursor: pointer
}

.f-thumbs__slide.is-loading img {
	opacity: 0
}

.is-classic .f-thumbs__viewport {
	height: 100%
}

.is-modern .f-thumbs__track {
	width: max-content
}

.is-modern .f-thumbs__track::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((var(--f-thumb-clip-width, 0))*-0.5);
	width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
	cursor: pointer
}

.is-modern .f-thumbs__slide {
	width: var(--f-thumb-clip-width);
	transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
	transition: none;
	pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
	transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
	transition: clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
	filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
	appearance: none;
	width: var(--f-thumb-width);
	height: 100%;
	margin: 0 -100% 0 -100%;
	padding: 0;
	border: 0;
	position: relative;
	border-radius: var(--f-thumb-border-radius);
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	opacity: var(--f-thumb-opacity);
	transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
	opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
	outline: none
}

.f-thumbs__slide__button:focus-visible {
	outline: none;
	opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
	--clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
	clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
	opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	bottom: 0;
	border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
	border-radius: var(--f-thumb-border-radius);
	animation: f-fadeIn .2s ease-out;
	z-index: 10
}

.f-thumbs__slide__img {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: var(--f-thumb-offset);
	box-sizing: border-box;
	pointer-events: none;
	object-fit: cover;
	border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
	padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
	margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
	flex-wrap: wrap;
	padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
	margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-border-radius: 2px;
	--f-thumb-outline: 2px;
	--f-thumb-outline-color: #ededed;
	position: relative;
	opacity: var(--fancybox-opacity, 1);
	transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

.fancybox__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 16px;
	--f-thumb-clip-width: 46px;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-horizontal {
	padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
	padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
	--f-thumb-width: 64px;
	--f-thumb-clip-width: 32px;
	--f-thumb-height: 48px;
	--f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
	max-height: 0px !important
}

.is-closing .fancybox__thumbs {
	transition: none !important
}

.fancybox__toolbar {
	--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
	--f-button-width: 46px;
	--f-button-height: 46px;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: rgba(24, 24, 27, 0.65);
	--f-button-hover-bg: rgba(70, 70, 73, 0.65);
	--f-button-active-bg: rgba(90, 90, 93, 0.65);
	--f-button-border-radius: 0;
	--f-button-svg-width: 24px;
	--f-button-svg-height: 24px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
	--f-button-svg-fill: none;
	--f-button-svg-disabled-opacity: 0.65;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
	pointer-events: none;
	z-index: 20
}

.fancybox__toolbar :focus-visible {
	z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.is-idle .fancybox__toolbar {
	pointer-events: none;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
	flex-grow: 1;
	flex-basis: 0
}

.fancybox__toolbar__column.is-right {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap
}

.fancybox__infobar {
	padding: 0 5px;
	line-height: var(--f-button-height);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: default;
	user-select: none
}

.fancybox__infobar span {
	padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
	background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
	position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
	height: 100%;
	opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
	display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: flex
}

.f-progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
	z-index: 30;
	user-select: none;
	pointer-events: none
}

/* custom swiper */

.swiper-button-prevArrow,
.swiper-button-nextArrow,
.swiper-button-prev-similar,
.swiper-button-next-similar{
	cursor: pointer;
	margin: 0 10px;
	position: relative;
	width: 60px;
	height: 60px;
	left:0;right:0;top:0;bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #6248D1;
	backdrop-filter: blur(7.5px);
}

.swiper-button-prevArrow.swiper-button-disabled,
.swiper-button-nextArrow.swiper-button-disabled,
.swiper-button-prev-similar.swiper-button-disabled,
.swiper-button-next-similar.swiper-button-disabled {
	opacity: 0.2;
}

.swiper-button-prevArrow:hover,
.swiper-button-nextArrow:hover,
.swiper-button-prev-similar:hover,
.swiper-button-next-similar:hover {
	background: var(--primary-color)
}

.swiper-button-prevArrow:after,
.swiper-button-nextArrow:after,
.swiper-button-prev-similar:after,
.swiper-button-next-similar:after {
	content:'';
	/*flex: 10px 0 0;
	width:10px;
	height:10px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/ic-arrow.svg);
    mask-image: url(images/ic-arrow.svg);
    background-color: #fff; */
}

.swiper-button-prevArrow,
.swiper-button-prev-similar {
	transform: rotate(0)
}

.swiper-button-nextArrow,
.swiper-button-next-similar {
	transform: rotate(-180deg)
}

.swiper-pagination-dots {
	margin-top: 0;
}

.swiper-pagination-dots .swiper-pagination-bullet {
	margin-right: 15px;
	width: 25px;
	height: 10px;
	border-radius: 30px;
	background: #F0F0F0;
	opacity: 1;
}

.swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px;
	background: #6248D1;

}

.similar-slider-navigation {
    margin-top: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}

.single-section :is(ul, ol){
	margin: 20px 0;
}
.single-section :is(ul, ol) li{
	margin: 0 0 20px;
}
.single-section :is(h2){
	font-size:var(--h6-size)
}
.single-section :is(h3){
	font-size:var(--h6-size)
}
.single-section :is(h4, h5, h6){
	font-size:var(--h6-size)
}