:root{
	--grad-border: linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.02) 100%);
}
body,html{
	margin:0px;
	padding:0px;
	position: relative;
	background-color: #091811;
	font-weight: 300;
}
.container{
	max-width: 1330px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
.overlay{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.4);
}
.secondary-font{
	font-family:"Rethink Sans" , sans-serif;
}
body *{
	font-family: "Inter" ,sans-serif;
	box-sizing: border-box;
}
header{
	position: relative;
	z-index: 2;
}
header .right .menu>ul>li .header__dropdown ul>li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .right .menu>ul>li .header__dropdown ul>li>a>span>img{
	min-width: 16px;
	max-width: 16px;
	transition: filter .3s ease, opacity .3s ease;
}
header .right .menu>ul>li .header__dropdown ul>li>a>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	min-width: 16px;
	max-width: 16px;
}
header .right .menu>ul>li .header__dropdown ul>li:nth-child(1)>a{
	padding-top: 20px;
}
header .right .menu>ul>li .header__dropdown ul>li:last-child>a{
	padding-bottom: 20px;
}
header .right .menu>ul>li .header__dropdown ul>li{
	position: relative;
}
header .right .menu>ul>li .header__dropdown ul>li:before{
	content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .02), rgba(255, 255, 255, .06));
}
header .right .menu>ul>li .header__dropdown ul>li>a:hover{
	background-color:rgba(255,255,255,.03);
	color:#AED4C2;
}
header:not(.secondary) .right .menu>ul>li .header__dropdown ul>li>a:hover>span>img{ filter: brightness(1.3); }
header.secondary .right .menu>ul>li .header__dropdown ul>li>a:hover{ color:#ffffff; }
header.secondary .right .menu>ul>li .header__dropdown ul>li>a:hover span img{ opacity:1; }
header .right .menu>ul>li .header__dropdown ul>li>a{
	display: flex;
	padding:15px 20px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	line-height: 90%;
	color:#83B59F;
	transition:.3s ease all;
	letter-spacing: -0.03em;
}
header .right .menu>ul>li .header__dropdown ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
header .right .menu>ul>li .header__dropdown.complex .grid>ul:last-child{
	border-right:0px;
}
header .right .menu>ul>li .header__dropdown.complex .grid>ul{
	border-right:1px solid rgba(255,255,255,.08);
}
header .right .menu>ul>li .header__dropdown.complex .grid{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
}
header .right .menu>ul>li .header__dropdown.complex{
	min-width: 690px;
	max-width: 690px;
	left:50%;
	transform:translateX(-50%);
}
header .right .menu>ul>li{
	padding:15px 0px;
	opacity:1;
	transition:.3s ease opacity;
}

header .right .menu>ul>li:hover{
	opacity:1;
}
header .right .menu>ul>li>a>span>img{
	transition:.3s ease all;
}
header .right .menu>ul>li:hover>a>span>img{
	transform:rotate(180deg);
}
header .right .menu>ul>li:hover .header__dropdown{
	top:48px;
	opacity:1;
	pointer-events: initial;
}
header .right .menu>ul>li .header__dropdown{
	position: absolute;
	border-radius: 18px;
	overflow: hidden;
	backdrop-filter:blur(30px);
	box-shadow:0px 0px 160px 0px rgba(0,0,0,.8);
	border:1px solid rgba(255,255,255,.08);
	left:0px;
	min-width: 200px;
	top:48px;
	max-width: 200px;
	background:linear-gradient(to bottom , rgba(255,255,255,0) , rgba(0,0,0,.3));
	background-color:rgba(255,255,255,.08);
	opacity:0;
	pointer-events: none;
	transition:.2s ease all;
}
header .right .menu>ul>li{
	position: relative;
}

.hero__contact{
	position: relative;
}
.hero__contact .outer__contact{
	position: relative;
	z-index: 3;
}
.hero__contact>img,
.hero__contact>.svg-wrapper{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__contact>canvas.svg-wrapper{
	display: block;
	opacity: .1;
	pointer-events: none;
	z-index: 1;
	transform-origin: bottom left;
	transform:scale(0.55) translateX(-50%);
}
.customers__feedback .card.light .inn .customer-logo>.spacer{
	background:linear-gradient(to bottom, rgba(255,255,255,.2) , rgba(255,255,255,0));
}
.customers__feedback .card.dark .inn .customer-logo>.spacer{
	background:linear-gradient(to bottom, rgba(0,0,0,.2) , rgba(0,0,0,0));
}

footer{
	padding-top: 80px;
	position: relative;
	z-index: 2;
}
footer .top__footer{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .top__footer>.left-col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer .top__footer>.left-col>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease all;
	margin-bottom: 25px;
}
footer .top__footer>.left-col>p{
	margin:0px;
	font-size: 12px;
	line-height: 110%;
	color:#5E8272;
	letter-spacing: -0.03em;
}
footer .top__footer>.left-col>a:hover{
	opacity:.7;
}
footer .right-col{
	display: flex;
	align-items: flex-start;
	gap:80px;
}
footer .right-col>.el>ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer .right-col>.el>ul>li{
	margin-bottom: 12px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
footer .right-col>.el>ul>li>a:hover{
	color:#83B59F;
}
footer .right-col>.el>ul>li>a{
	text-decoration: none;
	font-size: 12px;
	color:#5E8272;
	letter-spacing: -0.03em;
	display: inline-flex;
	transition:.3s ease all;
}
footer .right-col>.el>ul>li:last-child{
	margin-bottom: 0px;
}
footer .right-col>.el>p{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 500;
	letter-spacing: -0.03em;
}
footer .bottom__footer>p{
	margin:0px;
	font-size: 12px;
	line-height: 110%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
footer .bottom__footer{
	padding:40px 0px;
	margin-top: 120px;
	border-top:1px solid rgba(255,255,255,.07);
}
.faq__wrapper{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #050E0A;
	overflow: hidden;
}
.faq__wrapper>.faq-field{
	position: absolute;
	right: 0;
	top: 0;
	width: 52%;
	height: 100%;
	opacity: .2;
	pointer-events: none;
	-webkit-mask-image: radial-gradient(ellipse 72% 66% at 74% 52%, #000 26%, rgba(0,0,0,.4) 58%, transparent 82%);
	        mask-image: radial-gradient(ellipse 72% 66% at 74% 52%, #000 26%, rgba(0,0,0,.4) 58%, transparent 82%);
}
.faq__wrapper>.faq-field canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.faq__wrapper .container{ position: relative; z-index: 1; }
.h2-title span.colored{
	color:#00FF8A;
}
.h2-title.bigger , .h2-title.bigger span{
	font-size: 80px;
	font-weight: 500;
}
.pre-title{
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 90%;
	font-weight: 500;
	color:#5E8272;
	letter-spacing: -0.03em;
}
.h2-title{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#fff;
	font-family: "Rethink Sans", sans-serif;
	font-weight: 500;
}
.h2-title span,
.h2-title span.bold{
	font-family: "Rethink Sans", sans-serif;
	font-weight: 500;
}
.faq__wrapper .outer__faq>.top>p{
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	margin-top: 0px;
	margin-bottom: 0px;
}
.faq__wrapper .outer__faq .content>.elem{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.faq__wrapper .outer__faq .content>.elem:last-child:before{
	content:none;
}
.faq__wrapper .outer__faq .content>.elem:before{
	content:"";
	position: absolute;
	left:0px;
	height: 1px;
	bottom:0px;
	width: 100%;
	background:linear-gradient(to left , rgba(255,255,255,0) ,rgba(255,255,255,.07));
}
.faq__wrapper .outer__faq .content{
	max-width: 880px;
	width: 100%;
}
.faq__wrapper .outer__faq .content>.elem .content-faq{
	padding-left: 42px;
	margin-top: 20px;
}
.faq__wrapper .outer__faq .content>.elem{
	cursor:pointer;
}
.faq__wrapper .outer__faq .content>.elem:nth-child(1){
	padding-top: 0px;
	border-top:0px;
}
.faq__wrapper .outer__faq .content>.elem .content-faq>p{
	margin:0px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.faq__wrapper .outer__faq .content>.elem .head-faq>p{
	margin:0px;
	font-size: 24px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 400;
	margin-left: 20px;
}
.faq__wrapper .outer__faq .content>.elem .head-faq>span>.vertical{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top:0px;
	width: 1px;
	height: 100%;
	background-color: #83B59F;
	transition:.3s ease all;
}
.faq__wrapper .outer__faq .content>.elem .head-faq>span>.horizontal{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #83B59F;
	transition:.3s ease all;
}
.faq__wrapper .outer__faq .content>.elem .head-faq>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
	position: relative;
}
.faq__wrapper .outer__faq .content>.elem .head-faq{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.faq__wrapper .outer__faq>.top{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 60px;
}
.customers__feedback{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
	background-color: #091811;
	border-top:1px solid rgba(255,255,255,.1);
	border-bottom:1px solid rgba(255,255,255,.1);
}
.customers__feedback .outer__customers>.top{
	margin-bottom: 60px;
}
.customers__feedback .outer__customers>.top>p{
	margin:0px;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 130%;
	color:#83B59F;
}
.customers__feedback .cards-box{
	display: flex;
	gap:20px;
	justify-content: flex-start;
}
.customers__feedback .cards-box>.card.long{
	width: 62%;
	max-width: 800px;
}
.customers__feedback .cards-box>.card.short{
	width: 38%;
	max-width: 460px;
}
.customers__feedback .card{
	padding:20px;
	background:linear-gradient(to bottom left , rgba(255,255,255,.03) , rgba(255,255,255,0));
	backdrop-filter: blur(20px);
	border-radius: 18px;
	position: relative;
}
.customers__feedback .card .inn .customer-logo>img{
	min-width: 59px;
	max-width: 59px;
}
.customers__feedback .card .inn .customer-logo .author>p{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
	font-weight: 500;
}
.customers__feedback .card .inn .customer-logo .author>span{
	display: block;
	font-size: 10px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:rgba(255,255,255,.5);
}
.customers__feedback .card.dark .inn .customer-logo .author>span{
	color:rgba(0,0,0,.5);
}

.customers__feedback .card .inn .customer-logo .author{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content:center;
}
.customers__feedback .card .inn .customer-logo>.spacer{
	min-width: 1px;
	max-width: 1px;
	margin:0px 15px;
}
.customers__feedback .card .inn .customer-logo{
	display: flex;
	justify-content: flex-start;
	margin-top: 70px;
}
.customers__feedback .card .inn>p{
	margin-top: 0px;
	font-size: 32px;
	line-height: 110%;
	margin-bottom: 0px;
	letter-spacing: -0.03em;
	font-weight: 500;
}
.customers__feedback .card .inn{
	padding:30px;
	border-radius: 12px;
	padding-right: 80px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.customers__feedback .card.light .inn{
	background-color: #FA4616;
}
.customers__feedback .card.dark .inn{
	background-color: #4AFF88;
}
.customers__feedback .card{
	position: relative;
}
.customers__feedback .card>.inn>img.outline-logo{
	position: absolute;
	opacity:.4;
	right:0px;
	bottom:0px;
}
.customers__feedback .card.dark .inn>p , .customers__feedback .card.dark .inn .customer-logo>.author>p{
	color:#000000;
}
.customers__feedback .card.light .inn>p , .customers__feedback .card.light .inn .customer-logo>.author>p{
	color:#fff;
}
.customers__feedback .card:before{
	content: "";
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .03) 100%) border-box;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
header .outer__header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header{
	position: absolute;
	left:0px;
	width: 100%;
	top:30px;
	z-index: 4;
}
header .outer__header .left a img{ transition: filter .35s ease; }
header .outer__header .menu>ul>li>a span{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
header .outer__header .menu>ul>li>a span img{
	min-width: 8px;
	max-width: 8px;
}
header .outer__header .menu>ul>li>a{
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#83B59F;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	transition: color .3s ease;
}
header .outer__header .menu>ul>li:hover>a{ color:#AED4C2; }
header:not(.secondary) .outer__header .menu>ul>li:hover>a>span>img{ filter: brightness(1.3); }
header.secondary .outer__header .menu>ul>li:hover>a{ color:#ffffff; }
header.secondary .outer__header .menu>ul>li:hover>a span img{ opacity:1; }
header .outer__header .left a:hover img{ filter: drop-shadow(0 0 12px rgba(255,255,255,.55)); }
header .outer__header .menu>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	gap:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .outer__header .menu{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% , -50%);
}
header .outer__header .right>.btns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .outer__header .right>.btns>.sign-in:hover{
	opacity:1!important;
}
header .outer__header .right>.btns>.start-trial span{
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 90%;
	color:#FFFFFF;
	font-weight: 500;
	letter-spacing: -0.03em;
	text-decoration: none;
	text-shadow:0px 0px 10px rgba(255,255,255,.4);
}
header .outer__header .right>.btns>.start-trial{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
header .outer__header .right>.btns>.sign-in{
	margin-right: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#83B59F;
	transition:.3s ease all;
}

.filled-btn span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.filled-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	padding: 15px 25px;
	background-color: #00FF8A;
	border-radius: 32px;
	text-decoration: none;
	font-size: 14px;
	line-height: 90%;
	color:#000000;
	font-weight: 500;
}

.outline-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	border-radius: 250px;
	padding: 15px 25px;
	text-decoration: none;
	font-size: 14px;
	line-height: 90%;
	position: relative;
	letter-spacing: -0.03em;
	border:1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(20px);
	background-color:rgba(255,255,255,.02);
	color:rgba(255,255,255,.6);
	transition:.3s ease all;
}
.outline-btn:hover:before{
	opacity:1;
}
.outline-btn:hover{
	color:rgba(255,255,255,.9);
}
.outline-btn:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	transition:.3s ease all;
	border-radius: 250px;
	opacity:.3;
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.16));
}
.outline-btn>p{
	position: relative;
	z-index: 2;
	margin:0px;
}

.regular-btn>p>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	position: relative;
	top:1px;
}
.regular-btn p span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.regular-btn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px;
	position: relative;
	z-index: 2;
	text-shadow: 0px 0px 10px rgba(255,255,255,.4);
}
.regular-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 200px;
  position: relative;
  height: 43px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  text-decoration: none;

  background-color: #091811;
  background-image:
    linear-gradient(243.5deg, rgba(0, 255, 138, 0) 0%, rgba(0, 255, 138, 0.03) 40%, rgba(0, 255, 138, 0.24) 100%),
    linear-gradient(rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.30));
  background-blend-mode: normal, overlay;

  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);

  transition:
    box-shadow 0.4s ease,
    transform 0.25s ease,
    text-shadow 0.4s ease;
}
.regular-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 200px;
  background-image:
    linear-gradient(243.5deg, rgba(0, 255, 138, 0.08) 0%, rgba(0, 255, 138, 0.18) 40%, rgba(0, 255, 138, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.regular-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 200px;
  padding: 1px;
  background-image: linear-gradient(
    243.5deg,
    rgba(0, 255, 138, 0.15) 0%,
    rgba(0, 255, 138, 0.5) 50%,
    #00ff8a 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.regular-btn > * {
  position: relative;
  z-index: 2;
}
.regular-btn:hover::after {
  opacity: 1;
}
.regular-btn:hover::before {
  opacity: 1;
}
.regular-btn:hover {
  box-shadow:
    0 0 15px rgba(0, 255, 138, 0.4),
    0 0 30px rgba(0, 255, 138, 0.15),
    inset 0 0 16px rgba(0, 255, 138, 0.1);
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.7);
}
.filled-btn{ position: relative; overflow: hidden; transition: padding .45s cubic-bezier(.65,0,.35,1); }
.filled-btn .fb-out{ transition: transform .45s cubic-bezier(.65,0,.35,1), opacity .3s ease; }
.filled-btn:hover .fb-out{ transform: translateX(60px); opacity: 0; }
.filled-btn .fb-in{
	position: absolute; top: 50%; left: 15px;
	display: inline-flex; align-items: center;
	color: #000;
	opacity: 0; transform: translate(-42px,-50%); pointer-events: none;
	transition: transform .45s cubic-bezier(.65,0,.35,1), opacity .3s ease;
}
.filled-btn .fb-in .fb-arrow{ display: block; height: 10px; width: auto; }
.filled-btn:hover .fb-in{ opacity: 1; transform: translate(0,-50%); }
.filled-btn:hover{ padding-left: 51px; padding-right: 12px; }
.compare__plans .plans .filled-btn .fb-in{ left: 27px; }

.regular-btn, .outline-btn{ --mx:50%; --my:50%; }
.btn-halo{ position:absolute; inset:0; border-radius:inherit; pointer-events:none; opacity:0; transition:opacity .3s ease; }
.regular-btn > .btn-halo{ z-index:1; background:radial-gradient(150px circle at var(--mx) var(--my), rgba(0,255,138,.7), rgba(0,255,138,.2) 42%, rgba(0,255,138,0) 72%); mix-blend-mode:screen; }
.outline-btn > .btn-halo{ z-index:1; background:radial-gradient(140px circle at var(--mx) var(--my), rgba(255,255,255,.32), rgba(255,255,255,.09) 46%, rgba(255,255,255,0) 74%); }
.regular-btn:hover > .btn-halo, .outline-btn:hover > .btn-halo{ opacity:1; }
.regular-btn > .btn-inner, .outline-btn > .btn-inner{ position:relative; z-index:3; display:inline-flex; align-items:center; justify-content:center; }
.outline-btn{ overflow:hidden; }
.outline-btn .btn-arrow{
	display:inline-flex; align-items:center; flex:0 0 auto;
	max-width:0; margin-left:0; opacity:0; overflow:hidden; color:inherit;
	transition: max-width .35s ease, margin-left .35s ease, opacity .3s ease;
}
.outline-btn .btn-arrow svg{ width:12px; height:11px; display:block; }
.outline-btn:hover .btn-arrow{ max-width:16px; margin-left:7px; opacity:1; }

.cta__wrapper{
	background:url('../img/cta-back.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
}
.cta__wrapper .outer__cta .btns{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:15px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.cta__wrapper .outer__cta .btns:last-child{
	margin-bottom: 0px;
}
.cta__wrapper .outer__cta>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:rgba(255,255,255,.6);
}
.cta__wrapper .outer__cta>.h2-title{
	margin-bottom: 30px;
}
.cta__wrapper .outer__cta{
	max-width: 800px;
}
.info__small{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 12px;
	border:1px solid rgba(255,255,255,.3);
}
.info__small>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.info__small>p{
	margin:0px;
	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:rgba(255,255,255,.4);
}
.info__small>span>img{
	min-width: 16px;
	max-width: 16px;
}

.more__case--studies{
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
	z-index: 2;

}
.more__case--studies .outer__cases>.top{
	margin-bottom: 60px;
}
.more__case--studies .outer__cases>.top>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}

.more__case--studies .slick-prev{
	display: none!important;
}
.more__case--studies .slick-next:before{
	content:none;
}
.more__case--studies .slick-next{
	right:30px!important;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	background:url('../img/btn-arrow-right.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	border-radius: 250px;
	background-color:rgba(255,255,255,.01);
	backdrop-filter:blur(20px);
	z-index: 4;
	border:1px solid rgba(255,255,255,.07);
	transition:.3s ease all;
}
.more__case--studies .slick-next:hover{
	background-color:rgba(255,255,255,.08);
}

.more__case--studies:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(55% 60% at 18% 0%, rgba(0,255,138,.12), transparent 70%);
}
.more__case--studies:after{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	opacity:.2;
	background-color: #091811;
}
.more__case--studies .outer__cases{
	position: relative;
	z-index: 3;
}
.more__case--studies{
	position: relative;
	background:url('../img/cases-back.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	border-bottom:1px solid rgba(255,255,255,.07);
}

.testimonial__wrapper{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
	overflow:hidden;
}
.testimonial__wrapper>img{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial__wrapper{
	position: relative;
}
.testimonial__wrapper .dots{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	opacity:.07;
}
.testimonial__wrapper .outer__testimonial{
	position: relative;
	z-index: 3;
}
.testimonial__wrapper .pre-title{
	text-align: center;
}
.testimonial__wrapper .outer__testimonial .comment>p{
	text-align: center;
}
.testimonial__wrapper .outer__testimonial{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.testimonial__wrapper .outer__testimonial .author{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.testimonial__wrapper .outer__testimonial .author>.desc>p{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.testimonial__wrapper{
	border-top:1px solid rgba(255,255,255,.07);
	border-bottom:1px solid rgba(255,255,255,.07);
	background-color: #091811;
}
.testimonial__wrapper .outer__testimonial .author>.desc>span{
	display: inline-flex;
	font-size: 10px;
	line-height: 130%;
	color:#5E8272;
}
.testimonial__wrapper .outer__testimonial .author>.desc{
	display: inline-flex;
	flex-direction: column;
	margin-left: 15px;
	align-items: flex-start;
}
.testimonial__wrapper .outer__testimonial .author>.image>img{
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.testimonial__wrapper .outer__testimonial .author>.image{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
	border-radius: 250px;
	border:1px solid rgba(255,255,255,.2);
}
.testimonial__wrapper .outer__testimonial>.comment>p{
	margin:0px;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.03em;
	color:#83B59F;
	font-weight: 500;
}
.testimonial__wrapper .outer__testimonial>.comment>p .type-caret{
	display:inline-block;
	width:2px;
	height:0.95em;
	margin-left:3px;
	vertical-align:-0.1em;
	background:currentColor;
	opacity:.8;
	animation:typeBlink 1s steps(1) infinite;
}
@keyframes typeBlink{ 50%{ opacity:0; } }

.more__case--studies .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: block;
	mix-blend-mode: screen;
	opacity: .14;

	-webkit-mask-image: radial-gradient(ellipse 46% 62% at 30% 50%, #000 36%, rgba(0,0,0,0) 100%);
	        mask-image: radial-gradient(ellipse 46% 62% at 30% 50%, #000 36%, rgba(0,0,0,0) 100%);
}

.case__feed{
	padding-top: 100px;
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}
.case__feed .outer__case .inn{
	display: flex;
	justify-content: space-between;
}
.case__feed .outer__case .inn>.left{
	min-width: 250px;
	max-width: 250px;
}
.case__feed .outer__case .inn>.left>.float-left{
	position: sticky;
	top:30px;
	left:0px;
	width: 100%;
}
.case__feed .outer__case .inn>.left>.float-left>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.case__feed .outer__case .inn>.left>.float-left>ul>li{
	width: 100%;
	margin-bottom: 25px;
}
.case__feed{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.case__feed .outer__case .inn>.left>.float-left>ul>li:last-child{
	margin-bottom: 0px;
}
.case__feed .outer__case .inn>.left>.float-left>ul>li>a:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 1px;
	opacity:.6;
	background:linear-gradient(to right , rgba(94,130,114,.7) 15%, rgba(94,130,114,.0) 65%)
}
.case__feed .outer__case .inn>.left>.float-left>ul>li>a.current{
	color:rgba(94,130,114,1);
}
.case__feed .outer__case .inn>.left>.float-left>ul>li>a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	line-height: 90%;
	font-weight: 500;
	letter-spacing: -0.03em;
	position: relative;
	padding-bottom: 25px;
	text-decoration: none;
	color:rgba(94,130,114,.4);
	transition:.3s ease all;
}
.case__feed .inner__content .text .list>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.case__feed .inner__content .text .list>ul>li>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	position: relative;
	top:-2px;
}
.case__feed .inner__content .text .list>ul>li:last-child{
	margin-bottom: 0px;
}
.case__feed .inner__content .text .list>ul>li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.case__feed .inner__content .text .list{
	margin-top: 40px;
	width: 100%;
	border-radius: 12px;
	border:1px solid rgba(255,255,255,.07);
	padding:28px;
}
.case__feed .inner__content .text>p{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.case__feed .inner__content .text>p:last-child{
	margin-bottom: 0px;
}
.case__feed  .right__box{
	margin-left: 60px;
}
.case__feed  .right__box .inn>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.case__feed  .right__box .inn>.hyperlink>p>a{
	display: inline-flex;
	min-width: 10px;
	max-width: 10px;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	transition:.3s ease all;
}
.case__feed  .right__box .inn>.hyperlink>p>a:hover{
	filter:brightness(1.4);
}
.case__feed  .right__box .inn>.tag__main>p{
	margin:0px;
	font-size: 12px;
	line-height: 90%;
	color:#5E8272;
	font-weight: 500;
}
.case__feed  .right__box .inn .bottom__tags{
	margin-left: -25px;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,.06);
	width: calc(100% + 50px);
}
.case__feed .inner__content  .elem__article--case{
	margin-top: 120px;
}
.case__feed .inner__content .elem__article--case .services__grid>.elem>p{
	margin:0px;
	margin-left: 20px;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 110%;
	font-weight: 500;
	color:#83B59F;
}
.case__feed .inner__content .elem__article--case .services__grid{
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.06));
}
.case__feed .inner__content .elem__article--case .services__grid>.elem{
	--mx:50%; --my:50%;
	position: relative;
	overflow: hidden;
	transition: background-color .3s ease;
}
.case__feed .inner__content .elem__article--case .services__grid>.elem::after{
	content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
	opacity:0; transition:opacity .35s ease;
	background:radial-gradient(170px circle at var(--mx) var(--my), rgba(0,255,138,.16), rgba(0,255,138,.05) 46%, rgba(0,255,138,0) 72%);
}
.case__feed .inner__content .elem__article--case .services__grid>.elem:hover::after{ opacity:1; }
.case__feed .inner__content .elem__article--case .services__grid>.elem>span,
.case__feed .inner__content .elem__article--case .services__grid>.elem>p{
	position: relative; z-index: 1;
}
.case__feed .inner__content .elem__article--case .services__grid>.elem>span{
	transition: transform .35s ease, box-shadow .35s ease;
}
.case__feed .inner__content .elem__article--case .services__grid>.elem:hover>span{
	transform: scale(1.04);
	box-shadow: 0 8px 20px rgba(0,255,138,.20);
}
.case__feed .inner__content .elem__article--case .services__grid>.elem{
	border-right:1px solid rgba(255,255,255,.07);
}
.case__feed .inner__content .elem__article--case .services__grid>.elem{
	border-top:1px solid rgba(255,255,255,.07);
}
.case__feed .inner__content .elem__article--case .services__grid>.elem:nth-child(1) , .case__feed .inner__content .elem__article--case .services__grid>.elem:nth-child(2){
	border-top:0px;
}

.case__feed .inner__content .elem__article--case .services__grid>.elem:nth-child(even){
		border-right:0px;
}
.case__feed .inner__content .elem__article--case .services__grid>.elem>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 8px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.case__feed .inner__content .elem__article--case .services__grid>.elem{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 90px;
	padding-left: 25px;
	padding-right: 25px;
}
.case__feed .inner__content .elem__article--case .services__grid{
	width: 100%;
	max-width: 460px;
	border-radius: 18px;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	border:1px solid rgba(255,255,255,.07);
}
.case__feed .inner__content .services{
	margin-top: 120px;
}
.case__feed  .right__box .inn .bottom__tags>.el{
	margin-bottom: 25px;
}
.case__feed  .right__box .inn .bottom__tags>.el:last-child{
	margin-bottom: 0px;
}
.case__feed  .right__box .inn .bottom__tags>.el>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	flex-wrap:wrap;
	gap:8px;
}
.case__feed  .right__box .inn .bottom__tags>.el>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
	border-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#83B59F;
	border:1px solid rgba(255,255,255,.05);
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.06));
}
.case__feed  .right__box .inn .bottom__tags>.el>p{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 90%;
	color:#5E8272;
	letter-spacing:-0.03em;
	font-weight: 500;
}
.case__feed  .right__box .inn .bottom__tags>.el{
	padding-left: 25px;
	padding-right: 25px;
}
.case__feed  .right__box .inn .bottom__tags{
	margin-top: 30px;
}
.case__feed  .right__box .inn>.tag__main{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:6px;
	border-radius: 6px;
	background-color:rgba(94,130,114,.1);
}
.case__feed  .right__box .inn>.hyperlink{
	margin-bottom: 15px;
}
.case__feed  .right__box .inn>.hyperlink>p{
	margin:0px;
	font-size: 12px;
	line-height: 130%;
	font-weight: 300;
	color:#5E8272;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.case__feed  .right__box .inn{
	min-width: 330px;
	position: sticky;
	top:30px;
	max-width: 330px;
	padding:30px 25px;
	background:linear-gradient(to top right, rgba(255,255,255,0) ,rgba(255,255,255,.06));
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border:1px solid rgba(255,255,255,.06);
}

.elem__article--case .slider .elem{
	min-width: 170px;
	max-width: 170px;
}
.elem__article--case{
	overflow:hidden;
}
.elem__article--case .slider{
	position: relative;
}
.elem__article--case .slider:before{
	content:"";
	position: absolute;
	top:0px;
	right:0px;
	width: calc(100% - 300px);
	height: 100%;
	pointer-events: none;
	z-index: 1;
	background:linear-gradient(to right , rgba(5,14,10,0) , rgba(5,14,10,1));
}
.elem__article--case .slider .elem>.inn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.elem__article--case .slider .elem>.inn>img{
	max-width: 100%;
	border-radius: 12px;
}
.elem__article--case .slider .slick-slide {
      margin: 0 10px;
  }

.cta__wrapper .social__buttons ul>li>a>p{
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta__wrapper .social__buttons ul>li>a>p>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.cta__wrapper .social__buttons ul>li>a p{
	position: relative;
	z-index: 3;
	font-size: 14px;
}
.cta__wrapper .social__buttons ul>li>a:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	z-index:2;
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.cta__wrapper .social__buttons ul>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	text-decoration: none;
	letter-spacing: -0.03em;
	color:rgba(255,255,255,.6);
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 200px;
	overflow: hidden;
	border:1px solid rgba(255,255,255,.07);
	background-color:rgba(255,255,255,.01);
	position: relative;
	backdrop-filter: blur(40px);
}
.cta__wrapper .social__buttons ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	max-width:440px;
	gap:15px;
}
.cta__wrapper .social__buttons{
	margin-top: 40px;
}
.customers__feedback + .trusted__wrapper{
	border-top:0px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.trusted__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
	padding-top: 80px;
}
.trusted__wrapper .pre-title{
	display: block;
	margin-bottom: 0px;
}
.trusted__wrapper{
	position: relative;
	z-index: 2;
}
.trusted__wrapper .marquee__wrapper ul li:before{
	content:"";
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	width: 1px;
	background:linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,.1));
}
.trusted__wrapper .marquee__wrapper ul li.ticker-spacer{
	display: none!important;
}
.trusted__wrapper .marquee__wrapper ul li{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 400px;
	max-width: 400px;
	min-height: 200px;
	max-height: 200px;
	background:linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,.04));
}
.tickercontainer{
	height: auto!important;
}
.hero__contact{
	position: relative;
	z-index: 2;
	padding-top: 187px;
	padding-bottom: 187px;
}
.hero__contact .outer__contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hero__contact .outer__contact .desc{
	position: relative;
}
.hero__contact .outer__contact .float{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hero__contact .outer__contact form{
	width: 100%;
	max-width: 580px;
	border:1px solid rgba(255,255,255,.07);
	overflow:hidden;
	padding:30px;
	border-radius: 18px;
	backdrop-filter:blur(100px);
	background-color:rgba(255,255,255,.05);
	background: linear-gradient(to top right , rgba(255,255,255,.0) , rgba(255,255,255,.14));
}
.hero__contact .outer__contact form .group__input{
	width: 100%;
}
.hero__contact .outer__contact form>.double{
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 20px;
}
.hero__contact .outer__contact form>.group__input{
	margin-bottom: 20px;
}
.hero__contact .outer__contact form .group__input>input::-webkit-input-placeholder {
  color: rgba(94,130,114,.4);
}
.hero__contact .outer__contact form .group__input>input::-moz-placeholder {
  color: rgba(94,130,114,.4);
}
.hero__contact .outer__contact form .group__input>input:-ms-input-placeholder {
  color: rgba(94,130,114,.4);
}
.hero__contact .outer__contact form .group__input>input:-moz-placeholder {
  color: rgba(94,130,114,.4);
}

.hero__contact .outer__contact form .group__input>textarea::-webkit-input-placeholder {
  color: rgba(94,130,114,.4);
}
.hero__contact .outer__contact form .group__input>textarea::-moz-placeholder {
  color: rgba(94,130,114,.4);
}
.hero__contact .outer__contact form .group__input>textarea:-ms-input-placeholder {
  color: rgba(94,130,114,.4);
}
.hero__contact .outer__contact form .group__input>textarea:-moz-placeholder {
  color: rgba(94,130,114,.4);
}

.hero__contact .outer__contact form .group__submit{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.hero__contact .outer__contact form .group__submit>button{
	cursor:pointer;
}

.hero__contact .outer__contact form .group__input>input , .hero__contact .outer__contact form .group__input>textarea{
	width: 100%;
	height: 47px;
	padding-left: 20px;
	padding-right: 20px;
	color:#5E8272;
	border-radius: 12px;
	outline:none;
	background-color: transparent;
	border:1px solid rgba(255,255,255,.1);
}
.hero__contact .outer__contact form .group__input{
	position: relative;
}
.hero__contact .outer__contact form .group__input>.custom-resize{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:12px;
	right:5px;
	opacity:.2;
	cursor:grab;
}
.hero__contact{
	position: relative;
}
.hero__contact:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:url('../img/gr.svg');
	background-repeat: no-repeat;
	background-size: cover;
	opacity:.12;
	background-position: bottom center;
}
.hero__contact .outer__contact form .group__input>textarea{
	height: 150px;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hero__contact .outer__contact form .group__input>p{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 90%;
	color:#5E8272;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.hero__contact .outer__contact .desc{
	position: relative;
}
.hero__contact .outer__contact .float.float-1 , .hero__contact .outer__contact .float.float-2{
	position: absolute;
}
.hero__contact .outer__contact .float{
	position: absolute;
	min-width: 90px;
	max-width: 90px;
	min-height: 90px;
	max-height: 90px;
	border-radius: 250px;
	backdrop-filter:blur(50px);
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
	border:1px solid rgba(255,255,255,.07);
	will-change: transform, translate;
}
.hero__contact .outer__contact .float.float-1{ animation: contact-float-1 7s ease-in-out infinite; }
.hero__contact .outer__contact .float.float-2{ animation: contact-float-2 6s ease-in-out infinite; }
@keyframes contact-float-1{
	0%,100%{ transform: translateY(0) rotate(-5deg); }
	50%{ transform: translateY(-13px) rotate(-5deg); }
}
@keyframes contact-float-2{
	0%,100%{ transform: translateY(0); }
	50%{ transform: translateY(11px); }
}
.customers__feedback{
	position: relative;
}
.customers__feedback .ellipse>svg{
	width: 100%;
	height: 100%;
}
.customers__feedback .ellipse{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
.cards-box .card .layered-line{
	position: absolute;
	right:-100px;
	bottom:-50px;
	opacity:.2;
}
.hero__plans>.media>img{
	width: 100%;
	object-fit: cover;
}
.cards-box .card>.inn{
	overflow:hidden;
	position: relative;
}
.faq__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
}
 .faq-dots .ascii-faq{
	width: 100%;
	height: 100%;
	display: block;
}
 .faq-dots{
	    position: absolute;
    top: 0px;
    right: 0px;
    width: 1131px;
    height: 869px;
    z-index: 1;
    opacity: .5;
    pointer-events: none;
}
.integrations__wrapper {
	position: relative;
	z-index: 2;
	overflow:hidden;
}
.integrations__wrapper .desc .small-txt>p{
	margin:0px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.integrations__wrapper .desc .small-txt{
	display: flex;
	margin-top: 30px;
}
.integrations__wrapper .desc>p{
	margin-top: 0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.integrations__wrapper .desc{
	max-width: 450px;
}
.integrations__wrapper  .outer__integrations  .circle-integration{
	position: absolute;
	top:50%;
	right: 0px;
	margin-top: -25px;
	transform:translateY(-50%);
	width: 700px;
	height: 700px;
	z-index: 5;
}
.integrations__wrapper .orbit{ position: absolute; inset: 0; }
.integrations__wrapper .orbit-ring{
	position: absolute; left: 50%; top: 50%;
	width: 600px; height: 600px;
	transform: translate(-50%,-50%) scale(0.91);
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.07);
}
.integrations__wrapper .orbit-node{
	position: absolute; left: 50%; top: 50%;
	width: 84px; height: 84px; margin: -42px 0 0 -42px;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: #0c1b14;
	transition: transform .9s cubic-bezier(.45,0,.12,1);
	will-change: transform;
}
.integrations__wrapper .orbit-node::before{
	content:"";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 1px;
	background: linear-gradient(to bottom, rgba(255,255,255,.16), rgba(255,255,255,0));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask-composite: exclude;
	pointer-events: none;
}
.integrations__wrapper .orbit-node>img{ width: 125%; height: 125%; display: block; }
.integrations__wrapper .orbit-node.docked{ z-index: 6; }
.integrations__wrapper .valiant-icon{ will-change: transform, filter; }
.integrations__wrapper .valiant-icon.pulse{ animation: valiant-pulse .9s cubic-bezier(.22,.61,.36,1); }
@keyframes valiant-pulse{
	0%{ transform: scale(1); filter: drop-shadow(0 0 0 rgba(0,255,138,0)); }
	30%{ transform: scale(1.1); filter: drop-shadow(0 0 22px rgba(0,255,138,.7)); }
	100%{ transform: scale(1); filter: drop-shadow(0 0 0 rgba(0,255,138,0)); }
}
.integrations__wrapper .outlined-box{
	position: absolute;
	margin: 0;
	gap: 16px;
	background: rgba(9,24,17,.5);
	z-index: 4;
}
.integrations__wrapper .outer__integrations .circle-integration .orbit-node img{
	transform:scaleX(-1);
}
.integrations__wrapper .outer__integrations .circle-integration{
	transform:scaleX(-1) scale(1.1) translateY(-50%);
	left:230px;
	margin-top: 34px;
	z-index: 20;
}
.integrations__wrapper .outer__integrations .desc{
	position: relative;
	z-index: 101;
}
.integrations__wrapper .outlined-box{
	position: static;
	margin-left: 170px!important;
	z-index: 10;
}
.integrations__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.integrations__wrapper .outer__integrations .circle-integration:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background:linear-gradient(to bottom right , rgba(9,24,17,0) 51%,#050E0A 64%);
}
.integrations__wrapper{
	background-color: #050E0A;
	position: relative;
}
.integrations__wrapper>.ellipse-left-bottom{
	position: absolute;
	left:0px;
	bottom:0px;
	z-index:100;
}
.workflows__wrapper .outer__workflow>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.workflows__wrapper>img{
	position: absolute;
	left:0px;
	top:0px;
	opacity:0.07;
}
.workflows__wrapper>.dots-corner{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.07;
	width: 1088px;
	max-width: 100%;
	aspect-ratio: 1088 / 935;
	pointer-events: none;
}
.workflows__wrapper>.dots-corner canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.workflows__wrapper{
	position: relative;
	z-index: 2;
	padding:100px 0px;
	border-bottom:1px solid rgba(255,255,255,.07);
	background:linear-gradient(to bottom right , #091811 , #050E0A);
}

.workflows__wrapper .grid>.elem>.media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.workflows__wrapper .grid>.elem .desc>span{

	font-size: 14px;
	line-height: 160%;
	color:#5E8272;
	letter-spacing: -0.03em;
}
.workflows__wrapper .grid>.elem .desc>p{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height:110%;
	color:#83B59F;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.workflows__wrapper .grid>.elem>.media>img{
	max-width: 100%;
	object-fit: contain;
}
.workflows__wrapper .grid>.elem{
	position: relative;
}
.workflows__wrapper .grid>.elem .desc{
	position: absolute;
	left:30px;
	width: calc(100% - 60px);
	bottom:30px;
}
.workflows__wrapper .grid>.elem{
	width: 100%;
	backdrop-filter:blur(20px);
	border-radius: 18px;
	overflow:hidden;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.12));
	height: 500px;
}
.workflows__wrapper .grid>.elem::after{
	content:"";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	padding: 1px;
	background: linear-gradient(to bottom, rgba(255,255,255,.18), rgba(255,255,255,0));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask-composite: exclude;
	pointer-events: none;
	z-index: 2;
}
.workflows__wrapper .grid{
	display: flex;
	max-width: 1190px;
	justify-content: flex-start;
	gap:25px;
	margin-top: 60px;
}

.how__scheme{
	overflow:hidden;
}
.case__hero .outer__case{
	text-align: center;
}
.case__hero .outer__case .outline{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	opacity:.6;
}
.case__hero .outer__case .desc>p{
	text-align: center;
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:rgba(255,255,255,.6);
}
.case__hero{
	padding-top: 193px;
	position: relative;
	z-index: 2;
}

.case__hero{
	overflow: hidden;
}
.case__hero:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: inherit;
	filter: blur(20px);
	transform: scale(1.06);
}
.case__hero:after{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	z-index: 1;
}
.case__hero.plain:after{
	display: none;
}
.case__hero .outer__case{
	position: relative;
	z-index: 2;
}
.case__hero{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
@keyframes csHeroReveal {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.reviews__wrapper>.dots{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top:0px;
	width: 1440px;
	max-width: 100%;
	aspect-ratio: 1440 / 1462;
	height: auto;
	opacity:.1;
	z-index: 1;
	pointer-events: none;
}
.reviews__wrapper>.dots canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.more__case--studies .dots-top-left{
	position: absolute;
	left:0px;
	top:0px;
	opacity:.1;
}
@media (prefers-reduced-motion: no-preference){
	.case__hero{
		animation: csHeroReveal 1.3s ease both;
	}
	.case__hero:before{
		animation: csHeroBlur 1.1s ease 1.05s both;
	}
	.case__hero .outer__case .desc>.h2-title{
		animation: csHeroRise 0.8s cubic-bezier(.22,.61,.36,1) 1.15s both;
	}
	.case__hero .outer__case .desc>p{
		animation: csHeroRise 0.8s cubic-bezier(.22,.61,.36,1) 1.55s both;
	}
	.case__hero .outer__case .outline{
		animation: csHeroFade 0.9s ease 2.2s both;
	}
}
@keyframes csHeroBlur{
	from{ opacity:0; }
	to{ opacity:1; }
}
@keyframes csHeroRise{
	from{ opacity:0; transform:translateY(40px); }
	to{ opacity:1; transform:translateY(0); }
}
@keyframes csHeroFade{
	from{ opacity:0; transform:translateY(20px); }
	to{ opacity:.6; transform:translateY(0); }
}
.elem__article--case .slick-prev{
	display: none;
}
.elem__article--case .slick-next:before{
	content:none;
}
.elem__article--case .slick-next{
	right:30px!important;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	background:url('../img/btn-arrow-right.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	border-radius: 250px;
	background-color:rgba(255,255,255,.01);
	backdrop-filter:blur(20px);
	z-index: 4;
	border:1px solid rgba(255,255,255,.07);
	transition:.3s ease all;
}
.elem__article--case .slick-next:hover{
	background-color:rgba(255,255,255,.08);
}

.elem__article--case .slider {
	margin-top: 60px;
}
.cta__wrapper .btns:last-child{
	margin-bottom: 0px;
}
.cta__wrapper.cta-team .outer__cta{
	position: relative;
	z-index: 2;
}
.cta__wrapper.cta-team video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cta__wrapper.cta-team{
	position: relative;
}
.our__story .outer__story .desc .txt>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: -0.03em;
}
.our__story .outer__story .desc .txt>p:last-child{
	margin-bottom: 0px;
}
.our__story .outer__story .desc .txt{
	 background: linear-gradient(to bottom, #5E8272, rgba(94,130,114,.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our__story .outer__story .desc .txt .hl-word{
	transition: color .45s ease, -webkit-text-fill-color .45s ease;
}
.our__story .outer__story .desc .txt .hl-word.lit{
	color:#83B59F;
	-webkit-text-fill-color:#83B59F;
}
.our__team--slider{
	position: relative;
}
.our__team--slider>img{
	position: absolute;
	bottom:0px;
	width: 100%;
	object-fit: cover;
	object-position: bottom right;
	right:0px;
}
.double__fade--section{
	position: relative;
	isolation: isolate;
	overflow-x: clip;
}
.double__fade--section .outer__elem .btn{
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}
.double__fade--section .outer__elem.double>.desc{
	min-width: 480px;
	max-width: 480px;
	margin-right: 60px;
}
.double__fade--section .outer__elem.double>.media{
	margin-top: 0px;
}
.double__fade--section .outer__elem.double{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.double__fade--section .outer__elem .btn>a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}
.double__fade--section .outer__elem  .media>img{
	max-width: 100%;
}
.double__fade--section .outer__elem  .media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.double__fade--section .outer__elem .desc>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
	max-width: 630px;
}
.double__fade--section .outer__elem{
	padding-top: 100px;
}
.double__fade--section{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.double__fade--section.fade-ready{
	height: 420vh;
}
.double__fade--section.fade-ready .elem{
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 1;
}
.double__fade--section.fade-ready .elem:nth-child(2){
	margin-top: -100vh;
}
.double__fade--section.fade-ready .elem>.container{ width: 100%; }
.double__fade--section.fade-ready .outer__elem,
.double__fade--section.fade-ready .outer__elem.double{ padding-top: 12vh; }
.double__fade--section.fade-ready .outer__elem.double .desc .pre-title{ margin-top: 0; }
.how__works--graph{
	position: relative;
	z-index: 2;
	padding:100px 0px;
}
.how__works--graph .outer__how--works>.top , .how__works--graph .outer__how--works>.top>.pre-title{
	text-align: center;
}
.how__works--graph .outer__how--works>.top{
	margin-bottom: 60px;
}
.how__works--graph .outer__how--works .inner>.left .el>span{
	display: block;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.how__works--graph .outer__how--works .inner>.left .el:nth-child(1){
	min-height: 420px;
}
.how__works--graph .outer__how--works .inner>.left .el:nth-child(2){
	min-height: 560px;
}
.how__works--graph .outer__how--works .inner>.left .el:nth-child(3){
	min-height: 655px;
}
.how__works--graph .outer__how--works .inner>.left .el:last-child{
	margin-top: auto;
}
.how__works--graph .outer__how--works .inner>.left .el>p{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.how__works--graph{
	position: relative;
}
.how__works--graph>img{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;

}
.how__works--graph .outer__how--works{
	position: relative;
	z-index: 2;
}
.how__works--graph .outer__how--works .inner>.right{
	position: relative;
}
.how__works--graph .hiw-trace{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
	z-index: 3;
}
.how__works--graph .hiw-trunk-persist{
	fill: none;
	stroke: #00FF8A;
	stroke-width: 2.2;
	stroke-linecap: round;
	filter: drop-shadow(0 0 3px rgba(0,255,138,0.55));
}
.how__works--graph .hiw-trunk-tip{
	fill: none;
	stroke: #6effb3;
	stroke-width: 2.6;
	stroke-linecap: round;
	filter: drop-shadow(0 0 5px rgba(0,255,138,0.9));
}
.how__works--graph .hiw-trunk-head{
	fill: #00FF8A;
	filter: drop-shadow(0 0 5px rgba(0,255,138,0.95)) drop-shadow(0 0 13px rgba(0,255,138,0.6));
}
.how__works--graph .hiw-shutter{
	fill: #050e0a;
}
.how__works--graph .outer__how--works .inner>.left{
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 400px;
}
.how__works--graph .outer__how--works .inner{
	display: flex;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}
.how__works--graph .outer__how--works>.top>p{
	margin:0px;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
header.secondary  .outer__header .right>.btns>.sign-in{
	color:rgba(255,255,255,.6);
}
header.secondary .outer__header .menu>ul>li>a{
	color:rgba(255,255,255,.6);
}
header.secondary .outer__header .menu>ul>li>a span img{
	opacity:.6;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7456%) hue-rotate(69deg) brightness(109%) contrast(110%);
}
header.secondary .right .menu>ul>li .header__dropdown ul>li>a span img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7456%) hue-rotate(69deg) brightness(109%) contrast(110%);
	opacity:.6;
}
header.secondary .right .menu>ul>li .header__dropdown ul>li>a{
	color:rgba(255,255,255,.6);
}

.customers__feedback .container{
	position: relative;
	z-index: 2;
}

.gradient-analytics>img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}
.gradient-analytics{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}
.hero__analytics .cards-left{
	position: absolute;
	left:0px;
	bottom:0px;
	max-width: 400px;
}
.hero__analytics{
	overflow:hidden;
	padding-top: 207px;
	padding-bottom: 206px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.07);
}
.hero__analytics .dots-analytics>img{
	max-width: 100%;
}
.hero__analytics .dots-analytics{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	width: 100%;
	max-width: 1400px;
	aspect-ratio: 1400 / 463;
	opacity:.1;
	pointer-events: none;
}
.hero__analytics>.card-right{
	position: absolute;
	right:0px;
	z-index: 2;
	bottom:280px;
	max-width: 220px;
}
@media (prefers-reduced-motion: no-preference){
	.hero__analytics>.card-right{
		animation: cardRightIn 1.1s cubic-bezier(.22,.61,.36,1) .6s both;
	}
}
@keyframes cardRightIn{
	from{ opacity:0; transform: translateX(130%); }
	to{ opacity:1; transform: none; }
}
.hero__analytics .dots-analytics .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}
.hero__analytics>.circle-side{
	position: absolute;
	right:0px;
	bottom:0px;
	opacity:.3;
}
.hero__analytics .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:15px;
}
.hero__analytics .outer__hero>p{
	text-align: center;
	margin-top: 0px;
	font-size: 16px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.hero__analytics .outer__hero .h2-title{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
.hero__analytics .outer__hero .media-analytics{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.hero__analytics .outer__hero{
	position: relative;
	z-index: 2;
}
.hero__analytics .btns{
	margin-top: 40px;
}

.hero__analytics .media-analytics .stat-stack{
	position: relative;
	width: 300px;
	height: 128px;
	transform-origin: center top;
}

.hero__grid--video{
	position: relative;
	z-index: 2;
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.hero__grid--video  .grid-float .row .el>*{
	max-width: 100%;
	border-radius: 12px;
	width: 100%;
}
.hero__grid--video  .grid-float .row .el{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 285px;
	min-width: 285px;
}
.hero__grid--video  .grid-float .row{
	display: flex;
	flex-direction: column;
	gap:15px;
	align-items: center;
	justify-content: center;
	transform:rotate(15deg);
}
.hero__grid--video  .grid-float{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top:-60px;
	right:240px;
	width: 70%;
	gap:25px;
	z-index: 1;
}
.hero__grid--video .grid-float .row .vmarq{
	display: flex;
	flex-direction: column;
	gap: 15px;
	will-change: transform;
}
@keyframes vmarq-up{
	from{ transform: translateY(0); }
	to{ transform: translateY(calc(-1 * var(--seth))); }
}
@keyframes vmarq-down{
	from{ transform: translateY(calc(-1 * var(--seth))); }
	to{ transform: translateY(0); }
}
.hero__grid--video:after{
	content:"";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
	background:
		linear-gradient(90deg, #050d09 0%, #050d09 24%, rgba(5,13,9,.72) 50%, rgba(5,13,9,.5) 78%, rgba(5,13,9,.62) 100%),
		linear-gradient(0deg, rgba(5,13,9,.85) 0%, rgba(5,13,9,0) 22%, rgba(5,13,9,0) 80%, rgba(5,13,9,.7) 100%);
}
.hero__grid--video .outer__hero .btns{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:15px;
	margin-top: 40px;
}
.hero__grid--video .outer__hero>.desc>p{
	max-width: 565px;
	font-size: 16px;
	line-height: 130%;
	margin:0px;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.hero__grid--video .outer__hero>.desc{
	width: 100%;
	max-width: 810px;
}
.hero__grid--video .outer__hero{
	min-height: 855px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	justify-content: center;
}
.hero__grid--video .outer__hero .desc{
	position: relative;
	z-index: 3;
}
.hero__grid--video .outer__hero>img{
	position: absolute;
	left:65px;
	top:50%;
	transform:translateY(-50%);
}
.hero__template .inn:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom, rgba(0,0,0,1) ,rgba(0,0,0,0));
	opacity:.25;
}

.case__hero--video>video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case__hero--video .outer__video--hero{
	position: relative;
	z-index: 2;
}
.customers__feedback{
	overflow: hidden;
}
.case__hero--video{
	position: relative;
	z-index: 2;
}
.case__hero--video .outer__video--hero .btns{
	margin-top: 40px;
	display: flex;
	gap:15px;
}
.case__hero--video .outer__video--hero>p{
	margin:0px;

	font-size: 16px;
	line-height: 130%;
	color:#83B59F;
	font-weight: 400;
}
.case__hero--video .outer__video--hero{
	min-height: 855px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 120px;
	justify-content: flex-end;
}
.screen__wrapper{
	overflow: hidden;
}
@media (max-width: 991px){
	.screen__wrapper .outer__screen>p br{
		display: none;
	}
	.screen__wrapper .outer__screen>p{
		max-width: 640px;
	}
	.hero__plans .switcher__plans{
		margin-top: 25px!important;
	}
	.hero__plans.not-hero .h2-title.bigger, .hero__plans.not-hero .h2-title.bigger span{
		font-size: 40px!important;
	}
	.laptop__screen--wrap{
		max-width: calc(100% + 200px)!important;
		width: calc(100% + 200px)!important;
		min-width: calc(100% + 200px)!important;
	}
	.workflows__wrapper .grid>.elem .desc{
		min-height: 0px!important;
	}
	.hero__analytics .media-analytics .stat-stack{ transform: scale(.82); }
}
@media (max-width: 767px){
	.hero__analytics .media-analytics .stat-stack{ transform: scale(.7); }
}
@media (max-width: 480px){
	.case__hero--video .outer__video--hero .btns{
		flex-wrap: wrap;
	}
	.hero__analytics .media-analytics .stat-stack{ transform: scale(.56); }
}
.hero__analytics .media-analytics .stat-card{
	position: absolute;
	inset: 0;
	border-radius: 18px;
	overflow: hidden;
	-webkit-backdrop-filter: blur(16px);
	        backdrop-filter: blur(16px);
	box-shadow: 0 24px 50px -24px rgba(0,0,0,.6);
	transform-origin: 50% 50%;
	transition: transform .6s cubic-bezier(.22,.61,.36,1), opacity .5s ease;
	will-change: transform, opacity;
}
.hero__analytics .outer__hero .media-analytics .stat-card img{
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

@keyframes cards-left-in{
	from{ opacity: 0; transform: translate(-60px, 60px); }
	to{ opacity: 1; transform: translate(0, 0); }
}
.hero__analytics .cards-left{
	animation: cards-left-in 1.3s cubic-bezier(.22,.61,.36,1) .15s both;
	will-change: opacity, transform;
}

@keyframes circle-spin{ to{ transform: rotate(360deg); } }
.hero__analytics>.circle-side{
	--cs: 700px;
	width: var(--cs);
	height: var(--cs);
	max-width: none;
	right: calc(var(--cs) / -2);
	bottom: calc(var(--cs) / -2);
	transform-origin: 50% 50%;
	animation: circle-spin 34s linear infinite;
	will-change: transform;
}
@media (prefers-reduced-motion: reduce){
	.hero__analytics .cards-left,
	.hero__analytics>.circle-side{ animation: none; }
}

.markets__dead{
	position: relative;
}
.markets__dead>img.markets-img{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.markets__dead .outer__markets{
	position: relative;
}
.markets__dead .outer__markets .circle{
	position: absolute;
	left:50%;
	top:50%;
	opacity:.4;
	transform:translate(-50% ,-50%);
}
.markets__dead .outer__markets .dots-fx{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
	width: 100%;
	max-width: 745px;
	aspect-ratio: 745 / 426;   
	overflow: hidden;
	pointer-events: none;
	opacity: .7;
	z-index: 0;
}
.markets__dead .outer__markets .dots-fx>canvas{
	display: block;
	width: 100%;
	height: 100%;
}
.markets__dead .outer__markets .skull__media,
.markets__dead .outer__markets>h2{
	position: relative;
	z-index: 2;
}
.markets__dead .outer__markets  h2{
	text-align: center;
	line-height: 110%;
}
.markets__dead .outer__markets .skull__media>.bones{
	margin-top: -33px;
}
.markets__dead .outer__markets .skull__media{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
}
.markets__dead .outer__markets{
	position: relative;
	min-height: 832px;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.portfolio__wrapper{
	overflow:hidden;
}
.portfolio__wrapper .outer__portfolio>h2.h2-title{
	text-align: center;
}
.portfolio__wrapper .outer__portfolio>p{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	text-align: center;
}
.portfolio__wrapper .outer__portfolio>span.pre-title{
	text-align: center;
}
.portfolio__wrapper{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 85px;
	border-bottom:1px solid rgba(255,255,255,.1);
}
.portfolio--box>img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);
	max-width: 350px;
}
.phone__rows:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}
.phone__rows .row{
	display: flex;
	flex-direction: column;
	gap:17px;
}
.phone__rows .row:nth-child(2n){
	padding-top: 170px;
}
.phone__rows .row:nth-child(3n){
	padding-top: 80px;
}
.phone__rows .row>img{
	opacity:.3;
	min-width: 260px;
	max-width: 260px;
	border-radius: 32px;
}
.phone__rows{
	position: absolute;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:17px;
}
.portfolio--box{
	position: relative;
	width: 100%;
	height: 1170px;
}
.portfolio--box .phone__rows{
	z-index: 1;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
	        mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}
.portfolio--box .phone__rows .row{
	will-change: transform;
}
.portfolio--box>img{
	will-change: transform;
}
.portfolio--box .phone__rows .row>img{
	transition: opacity .5s ease;
}
.portfolio--box>img{
	z-index: 4;
}
.portfolio__wrapper{
	overflow:hidden;
}
.portfolio__wrapper .outer__portfolio{
	position: relative;
	z-index: 4;
}
.portfolio--box:after{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	z-index:3;
	top:-500px;
	height: calc(100% + 800px);
	background: radial-gradient(circle at 50% 50%,
		rgba(3,10,7,0) 14%,
		rgba(3,10,7,.40) 46%,
		rgba(3,10,7,.86) 74%,
		rgba(3,10,7,.98) 100%);
}
@media (prefers-reduced-motion: reduce){
	.integrations__wrapper .orbit-node{ transition: none; }
	.integrations__wrapper .valiant-icon.pulse{ animation: none; }
}
.integrations__wrapper  .outer__integrations {
	position: relative;
}
.integrations__wrapper  .outer__integrations .outlined-box{
	margin-left: 180px;
	min-width: 380px;
	border-radius: 90px;
	max-width: 380px;
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
	border:1px solid rgba(255,255,255,.07);
}
.integrations__wrapper  .outer__integrations .valiant-icon{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.integrations__wrapper  .outer__integrations{
	min-height: 907px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.integrations__wrapper>img{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (prefers-reduced-motion: reduce){
	.hero__contact .outer__contact .float.float-1,
	.hero__contact .outer__contact .float.float-2{ animation: none; }
}
.hero__contact .outer__contact .desc>h1:last-child{
	margin-bottom: 0px;
}
.team__hero .outer__team{
	padding-top: 320px;
	padding-bottom: 320px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.team__hero{
	background-color: #091811;
	border-bottom:1px solid rgba(255,255,255,.07);
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.team__hero>video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team__hero .ascii-team{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: block;
	mix-blend-mode: screen;
	opacity: .14;

	-webkit-mask-image: radial-gradient(ellipse 46% 62% at 30% 50%, #000 36%, rgba(0,0,0,0) 100%);
	        mask-image: radial-gradient(ellipse 46% 62% at 30% 50%, #000 36%, rgba(0,0,0,0) 100%);
}
.team__hero .outer__team{
	position: relative;
	z-index: 2;
}
.team__hero .outer__team>.desc>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}

.faq__wrapper{
	position: relative;
	background-color: #050E0A;
}

.faq__wrapper .outer__faq{
	position: relative;
	z-index: 2;
}
.faq__wrapper:before{

	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:url('../img/faq-mask.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
	opacity:.1;
}

.faq__wrapper{
	overflow: hidden;
}
 .faq-dots{
	position: absolute;
	top:0px;
	right:0px;
	width: 1131px;
	height: 869px;
	z-index: 1;
	opacity:.5;
	pointer-events: none;
}
 .faq-dots .ascii-faq{
	width: 100%;
	height: 100%;
	display: block;
}
.cta__wrapper{
	text-align: center;
}
.cta__wrapper .outer__cta{
	margin-left: auto;
	margin-right: auto;
}
.cta__wrapper .outer__cta .btns{
	justify-content: center;
}
.compare__plans{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 75px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}
.compare__plans .inner{
	display: flex;
	justify-content: space-between;
}
.compare__plans .bottom__part{
	margin-top: 60px;
}
.compare__plans .plans .elem>.top .btn>a{
	min-width: 160px;
	max-width: 160px;
}
.compare__plans .plans{
	position: relative;
	padding-bottom: 40px;
}
.compare__plans .plans .elem>.top{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.compare__plans .plans .elem>.top>span{
	display: block;
	margin-bottom: 20px;
	 background: linear-gradient(to right, #5E8272, rgba(94,130,114,.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.compare__plans .plans .elem>.top>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 90%;
	font-weight: 500;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.compare__plans .plans{
	width: 100%;
	max-width: 675px;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
}
.compare__plans .inner>.left .list>.elem>p span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.compare__plans .inner>.left .list>.elem>p{
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.compare__plans .inner>.left .list>.elem{
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.compare__plans .bottom__part>.list{
	width: 100%;
}
.compare__plans .bottom__part>.list .elem>p>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.compare__plans .bottom__part>.list .elem>p{
	margin:0px;
	font-size: 18px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 500;
}
.compare__plans .bottom__part>.list .elem:last-child:before{
	content:none;
}
.compare__plans .bottom__part>.list .elem:before{
	width: 100%;
	height: 1px;
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	background:linear-gradient(to right , rgba(255,255,255,0) ,rgba(255,255,255,.08) 30%);
}
.compare__plans .bottom__part>.list .elem{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.compare__plans .bottom__part>.list .elem .sub__el{
	width: 321.5px;
	text-align: left;
	margin-left: auto;
	margin-right: 0px;
}
.compare__plans .bottom__part>.list .elem>p>span{
	font-weight: 300;
	display: inline;
}
.compare__plans .bottom__part>.list .elem .sub__el:last-child{
	margin-left: 0px;
}
.compare__plans .bottom__part>.list .elem .sub__el p:last-child{
	margin-bottom: 0px;
}
.compare__plans .bottom__part>.list .elem .sub__el span{
	color:rgba(94,130,114,.6);
	font-size: 12px;
	line-height: 110%;
	letter-spacing: -0.03em;
	display: block;
}
.compare__plans .bottom__part>.list .elem .sub__el>.el{
	margin-bottom: 25px;
}
.compare__plans .bottom__part>.list .elem .sub__el>.el:last-child{
	margin-bottom: 0px;
}
.compare__plans .bottom__part>.list .elem.top-align{
	align-items: flex-start;
}
.compare__plans .bottom__part>.list .elem .sub__el p{
	margin-top: 0px;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: -0.03em;
	color:#5E8272;
	margin-bottom: 10px;
}
.hero__plans{
	padding-top: 193px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.hero__plans>.ascii-ero{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: min(1000px, 92%);
	aspect-ratio: 1000 / 823;
	z-index: 1;
	pointer-events: none;
	display: block;
	opacity:.1;
	margin-top: -160px;
}
.hero__plans + .trusted__wrapper{
	background:linear-gradient(to bottom ,rgba(5,14,10,1) , rgba(5,14,10,0));
}
.hero__plans + .trusted__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.hero__plans .btn .outline-btn span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.hero__plans .btn .outline-btn{
	color:#5E8272;
}
.hero__plans .inner__plans>.elem .content{
	width: 100%;
}
.hero__plans .inner__plans>.elem .head>p span{
	color:#fff;
}
.hero__plans .inner__plans>.elem .head .bottom__list{
	margin-top: 20px;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: -20px;
	padding:20px;
	position: relative;
}
.hero__plans .inner__plans>.elem .head .bottom__list:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 1px;
	border-top:1px solid rgba(255,255,255,.07);
}
.hero__plans .inner__plans>.elem .head .bottom__list ul>li span{
	color:#fff;
}
.hero__plans .inner__plans>.elem .head .bottom__list ul>li{
	font-size: 12px;
	line-height: 110%;
	letter-spacing: -0.03em;
	color:rgba(94,130,114,.6);
}
.hero__plans .inner__plans>.elem .head .bottom__list ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	gap:18px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.hero__plans .inner__plans>.elem .head>p{
	margin:0px;
	font-size: 32px;
	font-weight: 500;
	color:#83B59F;
}
.hero__plans .inner__plans>.elem .head>.top>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 17px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#00FF8A;
	border-radius: 6px;
	font-size: 10px;
	line-height: 90%;
	color:#000000;
	letter-spacing: -0.03em;
}
.hero__plans .inner__plans>.elem .head>.top>p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 90%;
	color:#5E8272;
	letter-spacing: -0.03em;
}
.hero__plans .inner__plans>.elem .head>.top{
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	justify-content: space-between;
}
.hero__plans .inner__plans>.elem .content>ul>li>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14px;
	max-width: 14px;
	margin-right: 10px;
	position: relative;
	top:-1px;
}
.hero__plans .inner__plans>.elem{
	backdrop-filter:blur(50px);
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.hero__plans .inner__plans>.elem.featured::before {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4) , rgba(255,255,255,0.07));
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: -1;
}
.hero__plans .inner__plans>.elem.featured::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background-image:
    linear-gradient(211.4968944121259deg, rgba(0, 255, 138, 0.25) 14.796%, rgba(0, 255, 138, 0) 70.679%),
    linear-gradient(87.75367075986611deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 70%);
  pointer-events: none;
  z-index: -1;
}
.hero__plans .inner__plans>.elem.featured .shine {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background-image: linear-gradient(213.89474580410672deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 18.273%);
  backdrop-filter: blur(25px);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}

.hero__plans .inner__plans>.elem .content>ul>li>p span{
	font-weight: 500;
	color:#83B59F;
}
.hero__plans .inner__plans>.elem .content>ul>li>p{
	margin:0px;
	font-size: 12px;
	line-height: 110%;
	color:#5E8272;
	letter-spacing: -0.03em;
}
.hero__plans .inner__plans>.elem .content>ul>li:last-child{
	margin-bottom: 0px;
}
.hero__plans .inner__plans>.elem .content>ul>li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 21px;
	justify-content: flex-start;
}
.hero__plans .inner__plans>.elem {
	position: relative;
}
.hero__plans .inner__plans>.elem .content{
	padding-bottom: 58px;
}
.hero__plans .inner__plans>.elem .content>.btn:last-child{
	position: absolute;
	left:20px;
	bottom:20px;
	width: calc(100% - 40px);
}
.hero__plans .inner__plans>.elem .content>ul{
	margin:15px;
	margin-bottom: 0px;
	list-style-type: none;
	padding:0px;
	padding-bottom: 10px;
}
.hero__plans .inner__plans>.elem .head{
	padding:20px;
	border-radius: 18px;
	margin-bottom: 15px;
	backdrop-filter:blur(50px);
	background:linear-gradient(to top right, rgba(0,0,0,0) , rgba(0,0,0,.4));
	border:1px solid rgba(255,255,255,.07);
}
.hero__plans .inner__plans>.elem .content>.btn , .hero__plans .inner__plans>.elem .content>.btn>a{
	width: 100%;
}
.hero__plans .inner__plans>.elem{
	padding:15px;
	border-radius: 22px;
	border:1px solid rgba(255,255,255,.07);
}
.hero__plans .inner__plans{
	margin-top: 30px;
	width: 100%;
	max-width: 960px;
	display: grid;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 30px;
}
.hero__plans .outer__hero>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	text-align: center;
}
.hero__plans .outer__hero>h1{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
.hero__plans{
	position: relative;
}
.hero__plans>.media{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
}

.hero__plans .outer__hero{
	position: relative;
	z-index: 3;
}
.hero__plans>.media>img{
	max-width: 100%;
}
.hero__main{
	position: relative;
	z-index: 2;
	border-bottom:1px solid rgba(255,255,255,.07);
	padding-top: 193px;
}
.hero__main .outer__hero--main>h1{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
.hero__main .outer__hero--main>p{
	text-align: center;
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.hero__main .outer__hero--main .btns{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	align-items: center;
	gap:15px;
}
.hero__main .media img{
	max-width: calc(100% + 200px);
}
.hero__main{
	overflow: hidden;
}
.hero__main .media{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.industry__wrapper{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.industry__wrapper .outer__industry>.top{
	text-align: center;
}
.industry__wrapper .outer__industry>.top>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
	max-width: 635px;
	margin-left: auto;
	margin-right: auto;
}

.reviews__wrapper{
	padding-top: 100px;
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(255,255,255,.07);
	overflow: hidden;
}
.reviews__wrapper>.light-rays{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: screen;
	filter: blur(14px);
	opacity: .7;
}
.reviews__wrapper .quote__wall.qp-anim>.elem{
	opacity: 0;
	translate: 0 54px;
	transition: opacity 1.1s ease, translate 1.35s cubic-bezier(.22,.61,.36,1);
	will-change: opacity, translate;
}
.reviews__wrapper .quote__wall.qp-anim>.elem.qp-in{
	opacity: 1;
	translate: 0 0;
}
.reviews__wrapper .outer__reviews>.top{
	margin-bottom: 60px;
}
.reviews__wrapper .outer__reviews>.top>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.quote__wall{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.quote__wall .grid-sizer,
.quote__wall .elem{
	width: calc((100% - 40px) / 3);
}

.quote__wall .elem .top__quote>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.quote__wall .elem .top__quote>.list{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.quote__wall .elem .top__quote>.list>ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.quote__wall .elem .top__quote>.list>ul{
	display: flex;
	gap:5px;
	align-items: center;
	list-style-type: none;
	margin:0px;
	justify-content: flex-start;
}
.quote__wall .elem{
	backdrop-filter: blur(20px);
}
.quote__wall .elem>.text{
	margin-bottom: 30px;
}
.quote__wall .elem .author{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.quote__wall .elem .author>.author__info>p{
	margin:0px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 500;
}
.quote__wall .elem .author>.author__info>span{
	display: block;
	font-size: 10px;
	line-height: 130%;
	color:#5E8272;
	font-weight: 300;
}

.quote__wall .elem .author>.author__info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.quote__wall .elem .author>.media.profile>img{
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
	object-fit: cover;
	border-radius: 250px;
}
.quote__wall .elem .author>.media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
	border-radius: 250px;
	border:1px solid rgba(255,255,255,.07);
}
.quote__wall .elem >.text>p{
	margin:0px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.reviews__wrapper .quote__wall.qp-anim>.elem{
	backdrop-filter: blur(26px) saturate(1.35);
	-webkit-backdrop-filter: blur(26px) saturate(1.35);
}
.quote__wall .elem .top__quote{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quote__wall .elem{
	border-radius: 18px;
	border:1px solid rgba(255,255,255,.07);
	padding:25px;
	margin-bottom: 20px;
	background:linear-gradient(to top right , rgba(255,255,255,.02) ,rgba(255,255,255,.14));
	backdrop-filter: blur(24px) saturate(1.15);
	-webkit-backdrop-filter: blur(24px) saturate(1.15);
}

.quote__wall.qw-anim .elem{ opacity:0; transition: opacity .7s ease; }
.quote__wall.qw-anim .elem.qw-in{ opacity:1; }
.reviews__wrapper{
	position: relative;
}
.reviews__wrapper .outer__reviews{
	position: relative;
	z-index: 2;
}
.reviews__wrapper .ascii-dots{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: block;
	opacity: 1;
}
.reviews__hero .outer__reviews>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.reviews__hero .outer__reviews .single__review--wrapper{
	margin-top: 60px;
}
.reviews__hero{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.single__review--wrapper{
	max-width: 550px;
	width: 100%;
}
.single__review--wrapper .controls{
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:20px;
}
.single__review--wrapper .single__review--slider .slide>.inn .author>img{
	min-width: 60px;
	max-width: 60px;
}
.single__review--wrapper .single__review--slider .slide>.inn.dark>h2 , .single__review--wrapper .single__review--slider .slide>.inn.dark .desc>p{
	color:#000000;
}
.single__review--wrapper .single__review--slider .slide>.inn.dark .desc>span{
	color:rgba(0,0,0,.5);
}

.single__review--wrapper .single__review--slider .slide>.inn.light>h2 , .single__review--wrapper .single__review--slider .slide>.inn.light .desc>p{
	color:#fff;
}
.single__review--wrapper .single__review--slider .slide>.inn.light .desc>span{
	color:rgba(255,255,255,.5);
}
.single__review--wrapper .single__review--slider .slide>.inn.light .author .spacer{
	background:linear-gradient(to bottom , rgba(255,255,255,.4) , rgba(255,255,255,0));
}

.single__review--wrapper .single__review--slider .slide>.inn .author>.desc>span{
	display: block;
	font-size: 10px;
	line-height: 130%;
	letter-spacing: -0.03em;
}
.single__review--wrapper .single__review--slider .slide>.inn .author>.desc>p{
	margin:0px;
	margin-bottom: 5px;
	font-size: 500;
	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
}
.single__review--wrapper .single__review--slider .slide>.inn .author>.desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.single__review--wrapper .single__review--slider .slide>.inn .author>.spacer{
	min-width: 1px;
	min-height: 31px;
	margin:0px 15px;
	background:linear-gradient(to bottom, rgba(0,0,0,.1) , rgba(0,0,0,0));
}
.single__review--wrapper .single__review--slider .slide>.inn .author{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.single__review--wrapper .single__review--slider .slide>.inn>h2{
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.single__review--wrapper .single__review--slider .slide>.inn{
	padding:30px;
	border-radius: 12px;
}
.single__review--wrapper .single__review--slider{
	width: calc(100% - 70px);
	padding:20px;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
	backdrop-filter:blur(20px);
	border:1px solid rgba(255,255,255,.07);
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;

	transition: height .55s cubic-bezier(.22,.61,.36,1);
}

.single__review--wrapper .single__review--slider .slide{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .65s cubic-bezier(.22,.61,.36,1),
	            transform .65s cubic-bezier(.22,.61,.36,1);
	will-change: opacity, transform;
	pointer-events: none;
}
.single__review--wrapper .single__review--slider .slide.is-active{
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
	pointer-events: auto;
}
.single__review--wrapper .controls>a{
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.single__review--wrapper .controls>a:hover{
	transform: translateY(-2px);
}
.single__review--wrapper .controls>a:active{
	transform: scale(.94);
}

.single__review--wrapper .controls>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	border-radius: 250px;
	border:1px solid rgba(255,255,255,.07);
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.single__review--wrapper{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.reviews__hero{
	padding-top: 220px;
	padding-bottom: 145px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.reviews__hero>.container{
	position: relative;
	z-index: 2;
}

.reviews__hero .hero-fx{
	position: absolute;
	inset:0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

@property --ray-angle{
	syntax:'<angle>';
	inherits:false;
	initial-value:0deg;
}
.reviews__hero .hero-fx .hero-rays{
	position: absolute;
	inset:-25% -25% 0;
	pointer-events: none;
	mix-blend-mode: screen;
	will-change: background;
	transform-origin: 50% 0;
}

.reviews__hero .hero-fx .hero-rays--back{
	--ray-angle: 0deg;
	background: repeating-conic-gradient(
		from var(--ray-angle) at 50% -12%,
		rgba(74,255,136,0) 0deg,
		rgba(120,255,180,.10) 1.4deg,
		rgba(74,255,136,0) 3deg,
		rgba(74,255,136,0) 7.5deg
	);
	-webkit-mask: radial-gradient(125% 105% at 50% -12%, #000 8%, rgba(0,0,0,.5) 34%, transparent 72%);
	        mask: radial-gradient(125% 105% at 50% -12%, #000 8%, rgba(0,0,0,.5) 34%, transparent 72%);
	filter: blur(2.5px);
	animation: ray-sway-a 19s ease-in-out infinite,
	           ray-breathe 11s ease-in-out infinite;
}

.reviews__hero .hero-fx .hero-rays--front{
	--ray-angle: 0deg;
	background: repeating-conic-gradient(
		from var(--ray-angle) at 50% -12%,
		rgba(0,255,138,0) 0deg,
		rgba(0,255,138,.16) 2.6deg,
		rgba(160,255,200,.26) 5deg,
		rgba(0,255,138,0) 9deg,
		rgba(0,255,138,0) 19deg
	);
	-webkit-mask: radial-gradient(130% 110% at 50% -12%, #000 6%, rgba(0,0,0,.45) 30%, transparent 68%);
	        mask: radial-gradient(130% 110% at 50% -12%, #000 6%, rgba(0,0,0,.45) 30%, transparent 68%);
	filter: blur(7px);
	animation: ray-sway-b 27s ease-in-out infinite,
	           ray-breathe 14s ease-in-out infinite;
}

@keyframes ray-sway-a{
	0%   { --ray-angle: -7deg; }
	50%  { --ray-angle: 7deg; }
	100% { --ray-angle: -7deg; }
}
@keyframes ray-sway-b{
	0%   { --ray-angle: 6deg; }
	50%  { --ray-angle: -8deg; }
	100% { --ray-angle: 6deg; }
}
@keyframes ray-breathe{
	0%,100% { opacity: .45; }
	50%     { opacity: .8; }
}

.reviews__hero .hero-fx .hero-beam{
	position: absolute;
	inset:0;
	pointer-events: none;
	mix-blend-mode: screen;
	background: radial-gradient(40% 36% at 50% -10%,
		rgba(0,255,138,.34) 0%,
		rgba(0,255,138,.1) 42%,
		transparent 72%);
	animation: ray-breathe 9s ease-in-out infinite;
}

.reviews__hero .hero-fx .hero-glow{
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	mix-blend-mode: screen;
	filter: blur(110px);
	will-change: transform;
}
.reviews__hero .hero-fx .hero-glow--1{
	width: 60vw;
	height: 60vw;
	left:-10vw;
	bottom:-25vw;
	background: radial-gradient(circle, rgba(74,255,136,.16), transparent 65%);
	animation: glow-float-1 26s ease-in-out infinite;
}
.reviews__hero .hero-fx .hero-glow--2{
	width: 55vw;
	height: 55vw;
	right:-12vw;
	bottom:-20vw;
	background: radial-gradient(circle, rgba(0,255,138,.14), transparent 65%);
	animation: glow-float-2 32s ease-in-out infinite;
}
@keyframes glow-float-1{
	0%,100%{ transform: translate(0,0) scale(1); }
	50%{ transform: translate(6vw,-4vw) scale(1.08); }
}
@keyframes glow-float-2{
	0%,100%{ transform: translate(0,0) scale(1); }
	50%{ transform: translate(-5vw,-6vw) scale(1.06); }
}

.reviews__hero .hero-fx .particles{
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	display: block;
	mix-blend-mode: screen;
}
.cta__wrapper{
	position: relative;
}
.cta__wrapper .outer__cta{
	position: relative;
	z-index: 2;
}
.cta__wrapper .social__buttons ul>li>a:hover{
	background-color:rgba(255,255,255,.08);
}
.cta__wrapper .social__buttons ul>li>a:hover p{
	color:#fff;
}
.cta__wrapper .social__buttons ul>li>a{
	transition:.3s ease all;
}
.cta__wrapper .social__buttons ul>li>a p{
	transition:.3s ease all;
}
.cta__wrapper .outer__cta{
	position: relative;
	z-index: 4;
}
.cta__wrapper:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.1);
	z-index: 0;
}
.cta__wrapper .social__buttons{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.menu-btn{ display:none; }

.hero__contact .outer__contact .desc>.float{
	animation: contact-bob 6s ease-in-out infinite;
	will-change: transform, translate;
}
.hero__contact .outer__contact .desc>.float.float-2{
	animation-duration: 8s;
	animation-direction: alternate-reverse;
}
@keyframes contact-bob{
	0%,100%{ transform: translateY(-14px) rotate(-3deg); }
	50%    { transform: translateY(16px) rotate(3deg); }
}

.hero__contact:before{ display: none; }
.hero__contact .ascii-qr{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: block;
	opacity: .1;
}

header .right .menu>ul>li .header__dropdown{ border-color: transparent; }
header .right .menu>ul>li .header__dropdown::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.outline-btn{ border-color: transparent; }
.outline-btn::after{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.more__case--studies .slick-next{ border-color: transparent; }
.more__case--studies .slick-next::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.case__feed .inner__content .text .list{ position: relative; border-color: transparent; }
.case__feed .inner__content .text .list::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.case__feed .inner__content .elem__article--case .services__grid{ position: relative; border-color: transparent; }
.case__feed .inner__content .elem__article--case .services__grid::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.case__feed  .right__box .inn .bottom__tags>.el>ul>li{ position: relative; border-color: transparent; }
.case__feed  .right__box .inn .bottom__tags>.el>ul>li::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.case__feed  .right__box .inn{ border-color: transparent; }
.case__feed  .right__box .inn::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.cta__wrapper .social__buttons ul>li>a{ border-color: transparent; }
.cta__wrapper .social__buttons ul>li>a::after{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.hero__contact .outer__contact form{ position: relative; border-color: transparent; }
.hero__contact .outer__contact form::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.hero__contact .outer__contact .desc>.float{ border-color: transparent; }
.hero__contact .outer__contact .desc>.float::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.hero__plans .inner__plans>.elem .head{ position: relative; border-color: transparent; }
.hero__plans .inner__plans>.elem .head::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.hero__plans .inner__plans>.elem{ position: relative; border-color: transparent; }
.hero__plans .inner__plans>.elem::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.quote__wall .elem .author>.media{ position: relative; border-color: transparent; }
.quote__wall .elem .author>.media::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.quote__wall .elem{ position: relative; border-color: transparent; }
.quote__wall .elem::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.single__review--wrapper .single__review--slider{ position: relative; border-color: transparent; }
.single__review--wrapper .single__review--slider::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.single__review--wrapper .controls>a{ position: relative; border-color: transparent; }
.single__review--wrapper .controls>a::before{
	content:""; position:absolute; inset:0; border-radius:inherit; padding:1px;
	background:var(--grad-border);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; z-index:2;
}

.team__hero{
	position: relative;
}
.team__hero .person-float>img.person-image{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 250px;
	transform-origin: center;
	display: block;
}
.team__hero .person-float>.arrow{
	min-width: 18px;
	max-width: 18px;
	position: absolute;
	top:-24px;
	left:40px;
	opacity:.5;
}
.team__hero .person-float{
	position: absolute;
	top:0;
	left:0;
	width: 100px;
	padding:6px;
	height: 100px;
	border-radius: 250px;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.06));
	border:1px solid rgba(255,255,255,.1);
	z-index: 3;
	will-change: transform;
	display: flex;
	align-items: center;
	justify-content: center;
}
 .more__case--studies .ascii-dots{
	opacity:.05;
	mix-blend-mode: initial;
}
.case__feed .inner__content{
	width: calc(100% - 640px);
}

.case__feed .right__box .inn>.tag__main>p{
	line-height: 100%;
}

.compare__plans .container{
	position: relative;
}
.compare__plans .top-absolute>.inner{
	position: sticky;
	top:0px;
	left:0px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 24px;
	padding-right: 24px;
	z-index: 2;
	background-color: #050E0A;
}
.compare__plans .plans{
	padding-bottom: 0px;
}
.compare__plans .top-absolute{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}
.compare__plans .bottom__part{
	padding-top: 167px;
}
.compare__plans .bottom__part>.subtitle{
	position: sticky;
	top: 163px;
	z-index: 1;
	background: #050E0A;
	margin-top: 0;
	margin-bottom: 24px;
	box-sizing: border-box;
	min-height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
.compare__plans .bottom__part>.subtitle>p{
	margin:0px;
	font-size: 32px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#FFFFFF;
	font-weight: 500;
}
.compare__plans .compare-cat-fixed{
	display: none;
	position: fixed;
	top: 163px;
	left: 0;
	right: 0;
	z-index: 3;
	background: #050E0A;
	padding: 14px 24px;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.06);
	pointer-events: none;
}
.compare__plans .compare-cat-fixed>p{
	margin: 0;
	font-size: 20px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	font-weight: 500;
}
.hero__plans .inner__plans>.elem .head .bottom__list>span .semibold{
	font-weight: 600;
}
.hero__plans .inner__plans>.elem .head .bottom__list>span .medium{
	font-weight: 500;
	color:#83B59F;
}
.hero__plans .inner__plans>.elem .head .bottom__list>span{
	display: block;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 90%;
	color:#5E8272;
}
@media (min-width: 768px){
	.compare__plans .compare-cat-fixed{ display: none !important; }
}
.compare__plans{
	padding-top: 50px;
}
.compare__plans .inner .title>.h2-title{
	margin-bottom: 0px;
}

.faq__wrapper .content>.elem.opened> .head-faq>span>.vertical{
	transform:rotate(180deg);
	opacity:0;
}
.about__hero>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter:blur(8px);
}
.about__hero:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.3);
	z-index: 3;
}
.about__hero .outer__about>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.about__hero .outer__about{
	position: relative;
	z-index: 3;
}
.about__hero{
	border-bottom:1px solid rgba(255,255,255,.07);
	position: relative;
	z-index: 2;
}
.about__hero .outer__about{
	min-height: 855px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.our__story .desc>p{
	margin:0px;
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.our__story .desc>p:last-child{
	margin-bottom: 0px;
}
.our__story .desc .icon-float.icon-1{
	min-width: 110px;
	max-width: 110px;
	min-height: 110px;
	max-height: 110px;
	left:0px;
	bottom:-130px;
}

.our__story{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.our__story .desc .icon-float.icon-2 , .our__story .desc .icon-float.icon-3{
	min-width: 90px;
	max-width: 90px;
	min-height: 90px;
	max-height: 90px;

}

.our__story .desc .icon-float.icon-2{
	right:-180px;
	bottom:200px;
}
.our__story .desc .icon-float.icon-3{
	left:-220px;
	top:200px;
}
.our__story .desc .icon-float{
	display: inline-flex;
	align-items: center;
	border-radius: 250px;
	justify-content: center;
	position: absolute;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
	backdrop-filter:blur(50px);

	animation: story-float 7s ease-in-out infinite;
	will-change: transform, translate;
}
.our__story .desc .icon-float.icon-1{
	animation-duration: 7.5s;
}
.our__story .desc .icon-float.icon-2{
	animation-duration: 9s;
	animation-direction: alternate-reverse;
}
.our__story .desc .icon-float.icon-3{
	animation-duration: 8s;
	animation-delay: -2.5s;
}
.compare__plans .top-absolute>.inner .plans:before{
	content:"";
	position: absolute;
	right:120px;
	height: 2px;
	bottom:-30px;
	width: 600px;
	background:linear-gradient(to right , rgba(255,255,255,0) , rgba(255,255,255,.12) , rgba(255,255,255,0));
}
@keyframes story-float{
	0%,100%{ transform: translateY(-9px) rotate(-3deg); }
	50%    { transform: translateY(10px) rotate(3deg); }
}
.our__story .desc .icon-float:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: var(--grad-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}
.our__story .desc{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.our__story .desc>.h2-title{
	margin-bottom: 60px;
}
.our__story .outer__story>.mission .inn>p{
	margin:0px;
	margin-top: 70px;

	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
	letter-spacing: -0.03em;
	color:#000000;
}
.our__story .outer__story>.mission .inn>span{
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 90%;
	font-weight: 500;
	color:rgba(0,0,0,.5);
	text-transform: uppercase;
}
.our__story .outer__story>.mission .inn{
	width: 100%;
	min-height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color:#00FF8A;
	border-radius: 12px;
	padding:30px;
}
.our__story .outer__story>.mission{
	width: 100%;
	max-width: 460px;
	padding:20px;
	border-radius: 18px;
	border:1px solid rgba(255,255,255,.07);
}
.our__story .outer__story{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.our__story{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom:250px;
	overflow-x: clip;
}
.our__story.story-pin{
	min-height: 260vh;
	padding-top: 0;
	padding-bottom: 0;
}
.our__story.story-pin>.container{
	position: sticky;
	top: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.our__story .desc .story-logo-pin{
	position: absolute;
	right: -150px;
	bottom: 40px;
	min-width: 120px; max-width: 120px;
	min-height: 120px; max-height: 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
	background: linear-gradient(to top right, rgba(0,255,138,.05), rgba(0,255,138,.14));
	backdrop-filter: blur(50px);
	opacity: 0;
	transform: scale(.7);
	transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1);
	z-index: 3;
	pointer-events: none;
}
.our__story .desc .story-logo-pin.reached{
	opacity: 1;
	transform: none;
}
.testimonial__wrapper .outer__testimonial .comment>p{
    visibility: hidden;
}
.outline-btn > .btn-inner>p>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.outline-btn > .btn-inner>p{
	margin:0px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.about__hero .outer__about .h2-title{
	text-transform: initial;
}

.voyage__wrapper .outer__voyage>.desc>.h2-title{
	text-transform: initial;
}
.voyage__wrapper .outer__voyage>.desc>p{
	font-size: 18px;
	font-weight: 600;
}
.hero__analytics{
	background-color: #091811;
}
.how__works--graph{
	overflow: hidden;
}
.how__works--graph .outer__how--works .inner>.right .dots{
	position: absolute;
	left:50%;
	z-index: -1;
	transform:translateX(-50%);
	opacity:.1;
	width: min(862px, 100vw);
	aspect-ratio: 862 / 2351;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(50% - 265px), rgba(0,0,0,0) calc(50% - 205px), rgba(0,0,0,0) calc(50% + 205px), #000 calc(50% + 265px), #000 100%);
	        mask-image: linear-gradient(to right, #000 0%, #000 calc(50% - 265px), rgba(0,0,0,0) calc(50% - 205px), rgba(0,0,0,0) calc(50% + 205px), #000 calc(50% + 265px), #000 100%);
}
.how__works--graph .outer__how--works .inner>.right .dots canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.faq__wrapper{
	position: relative;
}
.faq__wrapper>.ellipse{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: auto;
}
.hero__grid--video{
	position: relative;
}
.hero__grid--video>img.ellipse-video{
	position: absolute;
	left:0px;
	bottom:0px;
	max-width: 100%;
	width: 100%;
	z-index: 3;
	object-fit: auto;
	pointer-events: none;
}
.outer__integrations>.dots{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	opacity: .07;
	margin-left: 45px;
	width: 1000px;
	max-width: 100%;
	aspect-ratio: 1000 / 907;
	pointer-events: none;
}
.outer__integrations>.dots .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.how__works .pin-stack>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.integrations__wrapper:before{
	content:"";
	position: absolute;
	top:50%;
	right:0px;
	transform:translateY(-50%);
	width: 50%;
	height: 1px;
	background:linear-gradient(to right , rgba(255,255,255,.0) 20%,rgba(255,255,255,.12));
}
header .right .menu>ul>li .header__dropdown ul>li:last-child:before{
	content:none!important;
}
.omniscient{
	position: relative;
}
.omniscient>img{
	position: absolute;
	left:50%;
	width: 100%;
	object-fit: contain;
	bottom:0px;
	transform:translateX(-50%);
	opacity:.6;
}
@media (max-width: 1400px){
	div.how__works .pin-stack>p{
		margin-bottom: 15px;
	}
	div.how__works .float__section{
		margin-top: 24px;
	}
	div.how__works.is-pinned .outer__how>.pin-stack{
		top:40px!important;
	}
	div.how__works .float__section>.side__how .side__list>.elem.active>span{
		margin-top: 12px;
	}
	div.how__works .float__section>.side__how .side__list>.elem{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	div.how__works .pre-title{
		margin-bottom: 20px;
	}
}
.workflows__wrapper{
	overflow:hidden;
}
.workflows__wrapper>img{
	pointer-events: none;
}
.trusted__wrapper.multiple{
	background:linear-gradient(to top , rgba(255,255,255,0) , rgba(255,255,255,.045));
}
.trusted__wrapper.multiple   .marquee__wrapper ul li{
	background:none;
}
.trusted__wrapper.multiple   .marquee__wrapper:nth-child(2) , .trusted__wrapper.multiple   .marquee__wrapper:nth-child(3){
	border-bottom:1px solid rgba(255,255,255,.07);
}
.trusted__wrapper.multiple   .marquee__wrapper:nth-child(3) li{
	border-left:1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
}
.trusted__wrapper.multiple   .marquee__wrapper:nth-child(3) li:before{
	content:none!important;
}
.customers__feedback{
	border-top:0px;
}
.trusted__wrapper.multiple   .marquee__wrapper:nth-child(4) li:before{
	background: linear-gradient(to top , rgba(255,255,255,0) , rgba(255,255,255,.1));
}
.cases__list .outer__list>.top{
	text-align: center;
	margin-bottom: 60px;
}
.cases__list .outer__list>.top>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.cases__list .outer__list>.top>span{
	text-align: center;
}
.cases__list{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.cases__list .main__list{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-row-gap: 40px;
	grid-column-gap: 40px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.cases__list .main__list>.el>.inn .desc{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.cases__list .main__list>.el>.inn .desc>.btn>a span.btn-halo{
	margin-left: 0px;
}
.cases__list .main__list>.el>.inn .desc>.btn{
	margin-left: 5px;
}
.cases__list .main__list>.el>.inn .desc>.btn>a span{
	margin-left: 7px;
}
.cases__list .main__list>.el>.inn .desc>p{
	margin:0px;
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
	color:#FFFFFF;
	letter-spacing: -0.03em;
}
.cases__list .outer__list{
	position: relative;
}
.cases__list{
	overflow:hidedn;
}
.cases__list .outer__list>.cases-dots{
	position: absolute;
	left:50%;
	opacity: .1;
	top:50%;
	transform:translate(-50% ,-50%);
	width: 862px;
	max-width: 100%;
	aspect-ratio: 862 / 2282;
}
.cases__list .outer__list>.cases-dots canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.cases__list .main__list>.el.shadow:before{
	content:"";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom left , rgba(0,0,0,0) , rgba(0,0,0,.8));
}
.cases__list .main__list>.el.marketmakes{
	background-color: #CEFC54;
}
.cases__list .main__list>.el{
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}
.cases__list .main__list>.el .inn{
	position: relative;
	z-index: 3;
}
.cases__list .main__list>.el:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	backdrop-filter:blur(3px);
	background-color: rgba(255,255,255,.01);
}
.cases__list .main__list>.el.blur:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	backdrop-filter:blur(10px);
	background-color: rgba(255,255,255,.01);
}
.cases__list .main__list>.el .btn>a{
	white-space: nowrap;
}
.cases__list .main__list>.el.hydra{
	background-size: cover!important;
	background-position: top right!important;
}
.cases__list .main__list>.el>.inn{
	min-height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding:35px;
	border-radius: 18px;
	overflow:hidden;
}
.cases__list .main__list>.el.long{
	grid-column: span 2;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.cases__list .main__list>.el.short{
	grid-column: span 1;
}
.cases__list .outer__list>.cases-dots{
	pointer-events: none;
}
.cases__list{
	overflow: hidden;
}
.hero__main .outer__hero--main{
	position: relative;
	z-index: 2;
}
.hero__main>video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.workflows__hero .h2-title{
	text-align: center;
}

.quote__wall .elem{
	background-color: rgba(0,0,0,.4)!important;
}
.quote__wall .elem >.text>p{
	color:#83B59F;
}
.hero__brain:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.3);
}
.hero__brain{
	position: relative;
}
.hero__plans .btn .outline-btn span.btn-halo{
	margin-left: 0px;
}
.compare__plans .bottom__part>.list .elem .sub__el p{
	font-size: 16px;
	color:#83B59F;
}
.compare__plans .bottom__part>.list .elem .sub__el span{
	font-size: 14px;
	color:#5E8272;
}
@media (max-width: 1200px){
	.cases__list{
		padding:60px 0px;
	}
	.cases__list .outer__list>.top>p{
		font-size: 12px;
	}
	.cases__list .outer__list>.top{
		margin-bottom: 40px;
	}
	.case__hero--video .outer__video--hero{
		min-height: 740px;
		padding-bottom: 70px;
	}
	.case__hero--video .outer__video--hero>p{
		font-size: 14px;
	}
	.case__hero--video .outer__video--hero .btns{
		margin-top: 30px;
	}
	.customers__feedback .card>.inn>img.outline-logo{
		max-width: 320px;
	}
	.outer__integrations>.dots{
		margin-left: -30px;
	}
	.hero__analytics>.card-right{
		max-width: 140px;
		bottom: 180px;
	}
	.our__story .outer__story .desc .txt>p{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.our__story .desc>.h2-title{
		margin-bottom: 40px;
	}
	.our__story .desc .icon-float.icon-2,
	.our__story .desc .icon-float.icon-3{
		min-width: 64px; max-width: 64px;
		min-height: 64px; max-height: 64px;
	}
	.our__story .desc .icon-float.icon-2>img,
	.our__story .desc .icon-float.icon-3>img{
		max-width: 26px; max-height: 26px;
	}
	.our__story .desc .icon-float.icon-2{
		right: 0;
		bottom: auto;
		top: -110px;
	}
	.our__story .desc .icon-float.icon-3{
		left: 0;
		top: -110px;
	}
	.our__story .desc .story-logo-pin{
		min-width: 96px; max-width: 96px;
		min-height: 96px; max-height: 96px;
		right: 0;
		bottom: -130px;
	}
	.our__story .desc .story-logo-pin>img{
		width: 42px;
	}

}
@media (max-width: 767px){

	.cases__list .main__list>.el.short>.inn .desc{
		flex-direction: column;
		align-items: flex-start;
		gap:15px;
	}
	.customers__feedback .card>.inn>img.outline-logo{
		max-width: 180px;
	}
	.our__story .desc .icon-float.icon-2,
	.our__story .desc .icon-float.icon-3{
		min-width: 48px; max-width: 48px;
		min-height: 48px; max-height: 48px;
	}
	.our__story .desc .icon-float.icon-2>img,
	.our__story .desc .icon-float.icon-3>img{
		max-width: 20px; max-height: 20px;
	}
	.our__story .desc .icon-float.icon-2{
		right: 4px;
		top: -64px;
	}
	.our__story .desc .icon-float.icon-3{
		left: 4px;
		top: -64px;
	}
	.our__story .desc .story-logo-pin{
		min-width: 64px; max-width: 64px;
		min-height: 64px; max-height: 64px;
		right: 8px;
		bottom: -70px;
	}
	.our__story .desc .story-logo-pin>img{
		width: 28px;
	}
}
.our__story .desc .story-logo-pin>img{
	width: 54px;
	height: auto;
}
.our__story .desc .story-logo-pin:before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: var(--grad-border);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor; mask-composite: exclude;
	pointer-events: none;
	z-index: 2;
}
.our__values{
	padding:100px 0px;
	position: relative;
	z-index: 2;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.our__values .values__block>.elem>.title>.media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 8px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	margin-right: 30px;
}
.our__values .values__block>.elem{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.our__values .values__block>.elem:last-child{
	border-bottom: 0px;
}
.our__values .values__block>.elem .desc>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#5E8272;
	font-weight: 400;
}
.our__values .values__block>.elem>.title>p{
	margin:0px;
	font-size: 18px;
	line-height: 110%;
	text-transform: capitalize;
	font-weight: 500;
	color:#83B59F;
}
.our__values .values__block>.elem>.title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 300px;
	max-width: 300px;
	margin-right: 40px;
}
.our__values .values__block>.elem{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding:30px;
}
.our__values .values__block{
	width: 100%;
	border-radius: 18px;
	border:1px solid rgba(255,255,255,.07);
	max-width: 900px;
}
.voyage__wrapper .outer__voyage>.media>img{
	border-radius: 18px;
	width: 100%;
	object-fit: cover;
}
.voyage__wrapper .outer__voyage>.desc{
	max-width: 700px;
}
.voyage__wrapper{
	background:url('../img/voyage-back.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	position: relative;
}
.voyage__wrapper .ascii-dots{
	position: absolute;
	left:0;
	top:0px;
	pointer-events: none;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.voyage__wrapper .outer__voyage{
	position: relative;
	z-index: 2;
}
.voyage__wrapper .outer__voyage>.desc>h2{
	margin-bottom: 60px;
}
.voyage__wrapper .outer__voyage>.desc>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.voyage__wrapper .outer__voyage>.desc>p:last-child{
	margin-bottom: 0px;
}
.voyage__wrapper .outer__voyage>.media>p{
	margin:0px;
	font-size: 12px;
	line-height: 110%;
	position: absolute;
	left:25px;
	bottom:25px;
	color:#FFFFFF;
}

.voyage__wrapper .outer__voyage>.media{
	display: inline-flex;
	align-items: center;
	position: relative;
	justify-content: center;
	max-width: 450px;
	min-width: 450px;
	margin-left: 36px;
	width: 100%;
}
.voyage__wrapper .outer__voyage{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.voyage__wrapper>.dots{
	position: absolute;
	left:0px;
	bottom:0px;
	width: min(1410px, 100%);
	aspect-ratio: 1410 / 633;
	opacity:.1;
	pointer-events: none;
}
.voyage__wrapper{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	overflow: hidden;
	padding-bottom: 165px;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.roadmap .outer__roadmap>p{
	margin-top: 0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.roadmap .outer__roadmap .map__box{
	position: relative;
}
.roadmap .outer__roadmap .map__box:before{
	content:"";
	position: absolute;
	width: 100%;
	top:var(--row);
	left:0px;
	height: 3px;
	background:linear-gradient(to right , rgba(20,42,30,1) 90%, rgba(20,42,30,0));
}
.roadmap .outer__roadmap .map__box>.step.current>.media{
	background:none;
	background-color: #00FF8A;
}
.roadmap .outer__roadmap .map__box>.step{
	position: relative;
}
.roadmap .outer__roadmap .map__box>.step>p{
	margin:0px;
	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#5E8272;
	font-weight: 500;
}
.roadmap .outer__roadmap .map__box>.step .date>p span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.roadmap .outer__roadmap .map__box>.step .date>p{
	margin:0px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#83B59F;
	min-height: 27px;
	border-radius: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 250px;
}
.roadmap .outer__roadmap .map__box>.active__state{
	position: absolute;
	left:0px;
	top:var(--row);
	height: 3px;

	width: calc(var(--pad) + (100% - var(--pad) * 2) / 4);
	background:linear-gradient(to right , rgba(0,255,138,0) , rgba(0,255,138,1));
}
.roadmap .outer__roadmap .map__box>.dot.filled{
	background-color: #00FF8A;
}
.roadmap.roadmap-anim .outer__roadmap .map__box>.step{
	opacity:0;
	transform: translateY(26px);
	transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1);
}
.roadmap.roadmap-anim .outer__roadmap .map__box>.step.rm-in{
	opacity:1;
	transform: none;
}
.roadmap.roadmap-anim .outer__roadmap .map__box>.active__state{
	width: 0;
	transition: width 1.5s cubic-bezier(.33,1,.68,1) .25s;
}
.roadmap.roadmap-anim.roadmap-in .outer__roadmap .map__box>.active__state{
	width: calc(var(--pad) + (100% - var(--pad) * 2) / 4);
}
.roadmap.roadmap-anim .outer__roadmap .map__box>.dot.filled{
	background-color: #1B3528;
	transition: background-color .5s ease .95s;
}
.roadmap.roadmap-anim.roadmap-in .outer__roadmap .map__box>.dot.filled{
	background-color: #00FF8A;
}
.roadmap .outer__roadmap .map__box>.dot{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 15px;
	max-width: 15px;
	min-height: 15px;
	max-height: 15px;
	border-radius: 250px;
	background-color:#1B3528;

	position: absolute;
	top:var(--row);
	margin:0;
	transform:translate(-50%,-50%);
	z-index: 1;
}
.roadmap .outer__roadmap .map__box>.dot:nth-child(3){
	left: calc(var(--pad) + (100% - var(--pad) * 2) * .25);
}
.roadmap .outer__roadmap .map__box>.dot:nth-child(5){
	left: calc(var(--pad) + (100% - var(--pad) * 2) * .5);
}
.roadmap .outer__roadmap .map__box>.dot:nth-child(7){
	left: calc(var(--pad) + (100% - var(--pad) * 2) * .75);
}
.roadmap .outer__roadmap .map__box>.step .date{
	display: inline-flex;
	border-radius: 250px;
	align-items: center;
	margin-top: 15px;
	border:1px solid rgba(255,255,255,.07);
	justify-content: center;
}
.roadmap .outer__roadmap .map__box>.step>.media{
	display: inline-flex;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 250px;
	align-items: center;
	justify-content: center;
	background:url('../img/circle-back.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 10px;
}
.roadmap .outer__roadmap .map__box>.step{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.roadmap .outer__roadmap .map__box{

	--pad: 45px;
	--row: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
	max-width: 1007px;
	padding:50px var(--pad);
	backdrop-filter:blur(70px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 18px;
	border:1px solid rgba(255,255,255,.07);
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}

.roadmap .outer__roadmap .map__box>.step{
	flex:1 1 0;
	min-width:0;
}
.roadmap{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.our__team--slider .slick-slide {
    margin: 0 10px;
}
.our__team--slider .slide>.elem:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--grad-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-even
}
.our__team--slider .slide>.elem .media>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.our__team--slider .slide>.elem .media{
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  height: 100%;
}
.our__team--slider .slide>.elem .bottom__info>ul li a:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--grad-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.our__team--slider .slide>.elem .bottom__info>ul li a:hover{
	background-color: rgba(255,255,255,.07);
}
.our__team--slider .slide>.elem .bottom__info>ul li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  border-radius: 250px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  font-size: 12px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #83B59F;
  text-decoration: none;
  transition: .3s ease all;
  position: relative;
  border-color: transparent;
}
.our__team--slider .slide>.elem .bottom__info>ul{
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.our__team--slider .slide>.elem .bottom__info>p{
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #83B59F;
}
.our__team--slider .slide>.elem .bottom__info{
  position: absolute;
  left: 25px;
  width: calc(100% - 50px);
  bottom: 25px;
  z-index: 2;
}
.our__team--slider .slide>.elem>p{
	position: absolute;
  z-index: 2;
  top: 25px;
  left: 25px;
  margin: 0px;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #83B59F;
}
.our__team--slider .slide>.elem{
	width: 280px;
	height: 350px;
	position: relative;
	border:1px solid transparent;
  backdrop-filter:blur(20px);
  background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.06));
  overflow: hidden;
  border-radius: 18px;
}
.our__team--slider .slide>.elem:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(to bottom, rgba(5,14,10,.55) 0%, rgba(5,14,10,0) 26%, rgba(5,14,10,0) 55%, rgba(5,14,10,.85) 100%);
}
.our__team--slider{
	padding:100px 0px;
	background-color: #091811;
	position: relative;
	z-index: 2;
	boder-bottom:1px solid rgba(255,255,255,.07);
}
.our__team--slider{
	border-bottom:1px solid rgba(255,255,255,.07);
	position: relative;
}

.our__team--slider .dots-frame{
	position: absolute;
	right:0px;
	top:0px;
	width: min(640px, 60%);
	aspect-ratio: 1152 / 744;
	overflow: hidden;
	z-index: 1;
	opacity:.1;
}
.our__team--slider .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.our__team--slider .outer__team--slider{
	position: relative;
	z-index: 2;
}
.roadmap{
	border-bottom: 1px solid rgba(255,255,255,.07);
}
.outer__team--slider>.h2-title{
	margin-bottom: 60px;
}
.our__team--slider .ascii-dots{
	pointer-events: none;
}
.hero__plans.not-hero{
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.how__works .outer__how .float__section{
	width: 100%;
}
.how__works .float__section>.side__how .progress{
	position: absolute;
	top:0px;
	left:0px;
}
.how__works .float__section>.side__how .side__list>.elem:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.how__works .float__section>.side__how .side__list>.elem:last-child:before{
	content:none;
}
.how__works .float__section>.side__how .side__list>.elem.active{
	opacity:1;
}
.how__works .float__section>.side__how .side__list>.elem.active>span{
	display: block;
}
.how__works .float__section>.side__how .side__list>.elem.active>p{
	background: linear-gradient(to right, #83B59F, #83B59F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how__works .float__section>.side__how .side__list>.elem>span{
	display: none;
	font-size: 14px;
	line-height: 110%;
	color:#5E8272;
	font-weight: 300;
	margin-top: 20px;
}
.how__works .float__section>.side__how .side__list>.elem>p{
	margin:0px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 110%;
	 background: linear-gradient(to right, #5E8272, rgba(94,130,114,.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how__works .float__section>.side__how .side__list>.elem{
	padding-right: 100px;
}
.how__works .float__section>.side__how .side__list>.elem:before{
	content:"";
	height: 1px;
	position: absolute;
	left:0px;
	bottom:0px;
	width: calc(100% - 100px);
	background:linear-gradient(to right , rgba(94,130,114,.3) , rgba(94,130,114,.01));
}
.how__works .float__section>.side__how .side__list>.elem{
	margin-bottom: 25px;
	padding-bottom: 25px;
	opacity:.5;
	transition:.4s ease all;
	position: relative;
}
.how__works .box-screen>.media-box>img{
	max-width: 100%;
	width: 100%;
	border-radius: 18px;
}
.how__works .box-screen>.media-box{
	display: inline-flex;
	padding:3px;
	border-radius: 18px;
	backdrop-filter:blur(20px);
	position: relative;
	align-items: center;
	overflow:hidden;
	justify-content: center;
	border:1px solid rgba(255,255,255,.04);
	width: 100%;
}
.how__works .box-screen>.media-box:before{
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.how__works .box-screen{
	width: calc(100% - 402px);
}
.how__works .float__section>.side__how{
	display: flex;
	min-width: 402px;
	max-width: 402px;
	position: relative;
	padding-left: 52px;
	align-items: flex-start;
	justify-content: flex-start;
}
.how__works .float__section{
	display: flex;
	justify-content: space-between;
}
.how__works .float__section{
	margin-top: 42px;
}
.how__works .outer__how>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
}
.how__works{
	position: relative;
	z-index: 2;
	border-bottom:1px solid rgba(255,255,255,.07);
	padding:0px 0px 100px;
	overflow: clip;
	isolation: isolate;
}

.how__works .container{ position: relative; z-index: 1; padding-top: 100px; }
.how__works .outer__how{ position: relative; }

.how__works.is-pinned .outer__how>.pin-stack{ position: sticky; top: 80px; }

.how__works .pin-stack>p{
	font-size: 14px;
	margin-bottom: 25px;
}

.how__works .float__section>.side__how .side__list>.elem.active>span{
	margin-top: 10px;
	font-size: 14px;
}
.how__works .how-fx{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-bottom: -100vh;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.how__works .how-fx>.light-rays{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	mix-blend-mode: screen;
	filter: blur(14px);
	opacity: .7;
}
.how__works .how-fx .ray{
	position: absolute;
	top: 0;
	right: -8%;
	width: 64vw;
	max-width: 1000px;
	height: 100vh;
	background: radial-gradient(ellipse 58% 60% at 78% 30%, rgba(0,255,138,.20), rgba(0,255,138,.06) 44%, transparent 72%);
	filter: blur(8px);
	animation: how-ray-breathe 11s ease-in-out infinite;
	will-change: transform, opacity;
}
.how__works .how-fx .ray::before{
	content:'';
	position: absolute;
	inset: -55%;
	background: conic-gradient(from 192deg at 74% 26%,
		transparent 0deg,
		rgba(0,255,138,.16) 9deg, transparent 24deg,
		transparent 38deg,
		rgba(0,255,138,.10) 49deg, transparent 66deg,
		transparent 82deg,
		rgba(0,255,138,.13) 95deg, transparent 112deg,
		transparent 360deg);
	filter: blur(18px);
	transform-origin: 72% 28%;
	animation: how-ray-sway 16s ease-in-out infinite;
	will-change: transform;
}
@keyframes how-ray-sway{
	0%,100%{ transform: rotate(-5deg); opacity:.85; }
	50%{ transform: rotate(5deg); opacity:1; }
}

.how__works .how-fx .dots-frame{
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
	height: 60%;
	overflow: hidden;
	pointer-events: none;
	opacity: .045;
}
.how__works .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
@keyframes how-ray-breathe{ 0%,100%{ opacity:.55; transform: scale(1);} 50%{ opacity:1; transform: scale(1.1);} }
@keyframes how-ray-rotate{ to{ transform: rotate(360deg);} }
@keyframes how-step-in{ from{ opacity:0; transform: translateY(16px);} to{ opacity:1; transform: translateY(0);} }

.how__works .float__section>.side__how .progress{ will-change: transform; }
.how__works .float__section>.side__how .side__list>.elem{ transition: opacity .5s ease; }

.how__works .float__section>.side__how .side__list>.elem>span{
	display: block;
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .55s cubic-bezier(.2,.7,.2,1), opacity .45s ease, margin-top .55s cubic-bezier(.2,.7,.2,1);
}
.how__works .float__section>.side__how .side__list>.elem.active>span{
	max-height: 90px;
	margin-top: 20px;
	opacity: 1;
}

.how__works .box-screen .media-box>img.screen-base{ position: relative; z-index: 1; }
.how__works .box-screen .media-box>img.screen-top{
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	object-fit: cover;
	opacity: 0;
	z-index: 2;
	pointer-events: none;
	will-change: opacity, transform;
}

.circle__process .dots canvas{
	opacity:.4;
}

.compare__plans .top-absolute>.inner img{
	position: absolute;
	bottom:-30px;
	max-height: 100%;
	right:140px;
}
.campaign__wrapper{
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	overflow: clip;
	isolation: isolate;
}
.campaign__wrapper .container{ padding-top: 80px; }
.campaign__wrapper .top{
	margin-bottom: 60px;
}
.campaign__wrapper .inner__steps{
	display: flex;
	flex-direction: column;
	min-width: 250px;
	max-width: 250px;
	align-items: flex-start;
}
.campaign__wrapper .inner__steps>.elem{
	margin-bottom: 20px;
}
.campaign__wrapper .inner__steps>.elem:last-child{
	margin-bottom: 0px;
}
.campaign__wrapper .inner__steps>.elem{
	border:1px solid rgba(255,255,255,.07);
	border-radius: 12px;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.campaign__wrapper .inner__steps>.elem>p>span.txt{
	font-size: 12px;
	line-height: 90%;
	font-weight: 500;
	color:#83B59F;
	display: block;
	white-space: nowrap;
	letter-spacing: -0.03em;
	transition:.3s ease all;
}
.campaign__wrapper .inner__steps>.elem.opened{
	padding:20px;
}
.campaign__wrapper .inner__steps>.elem.opened>p> span.txt{
	opacity:0;
	font-size: 0px;
}
.campaign__wrapper .inner__steps>.elem>p>span:nth-child(1){
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	position: relative;
	top:-1px;
}
.campaign__wrapper .inner__steps>.elem>p{
	margin:0px;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.campaign__wrapper .inner__steps>.elem{
	position: relative;
}
.campaign__wrapper .inner__steps>.elem>.media__full>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.campaign__wrapper .inner__steps>.elem>.media__full{
	opacity:0;
	transition: opacity .55s ease;
}
.campaign__wrapper .inner__steps>.elem.opened>.media__full{
	opacity:1;
}
.campaign__wrapper .inner__steps>.elem>.desc{
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	opacity: 0;
	margin-top: 0;
	transition: grid-template-rows .5s cubic-bezier(.22,.61,.36,1),
	            margin-top .5s cubic-bezier(.22,.61,.36,1),
	            opacity .35s ease;
}
.campaign__wrapper .inner__steps>.elem.opened>.desc{
	grid-template-rows: 1fr;
	opacity: 1;
	margin-top: 57px;
}
.regular-btn > .btn-halo{
	margin-left: 0px!important;
}
.campaign__wrapper .inner__steps>.elem>.desc>.desc-inner{
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 210px;
	max-width: 100%;
}
.trusted__wrapper .marquee__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.trusted__wrapper.multiple .marquee__wrapper{
	border-bottom:0px;
}
.cases__list .main__list>.el .btn>a{
	color:#fff;
}
.campaign__wrapper .inner__steps>.elem>.desc>.desc-inner>p{
	white-space: nowrap;
}
.campaign__wrapper .inner__steps>.elem>.media__full:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background:linear-gradient(to top right, rgb(70, 67, 67), rgba(0, 0, 0, .5));
}
.campaign__wrapper .inner__steps>.elem>.media__full{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}
.campaign__wrapper .inner__steps>.elem>.desc>.desc-inner>span{

	font-size: 10px;
	line-height: 13px;
	color:#5E8272;
	display: block;
}
.campaign__wrapper .inner__steps>.elem>.desc>.desc-inner>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.campaign__wrapper .inner__steps>.elem>.desc{
	position: relative;
	z-index:3;
}
.campaign__wrapper .inner__steps>.elem{
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	backdrop-filter:blur(50px);
	padding:15px 20px;
	overflow:hidden;
	box-sizing: border-box;
	background:linear-gradient(top top right, rgba(255,255,255,0) , rgba(255,255,255,.07));
	width: auto;
	max-width: 100%;
	transition: width .5s cubic-bezier(.22,.61,.36,1),
	            padding .45s cubic-bezier(.22,.61,.36,1),
	            background .35s ease, border-color .35s ease;
}
.campaign__wrapper .top>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.campaign__wrapper .inn{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:80px;
}
.campaign__wrapper .inn , .campaign__wrapper .top{
	position: relative;
	z-index: 6;
}
.campaign__wrapper{
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.hidden-body{
	overflow-x:hidden;
}

.campaign__wrapper .container{ position: relative; z-index: 6; }
.campaign__wrapper.is-pinned .pin-stack{ position: sticky; top: 40px; }
.campaign__wrapper .inn .screen__image{
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 45%, rgba(0,0,0,0) 88%);
	        mask-image: linear-gradient(to bottom, #000 0%, #000 45%, rgba(0,0,0,0) 88%);
	align-items: flex-start;
}
.campaign__wrapper .inn .screen__image .shot-lyr{
	max-height: 68vh;
	object-fit: cover;
	object-position: top;
}

.campaign__wrapper .float__back{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-bottom: -100vh;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}
.campaign__wrapper .float__back .back-lyr{
	position: absolute;
	left: 50%;
	top: -26px;
	transform: translateX(-50%) scale(1.03);
	min-width: 100%;
	min-height: calc(60vh + 26px);
	width: 100%;
	height: calc(60vh + 26px);
	object-fit: cover;
	filter: blur(9px) saturate(1.1);
	transform-origin: top left;
	will-change: opacity, transform;
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0,0,0,0) 100%);
	        mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0,0,0,0) 100%);
}
.campaign__wrapper .float__back .lyr-top{ opacity: 0; transition: opacity .8s ease; }
.campaign__wrapper .float__back:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background:linear-gradient(to bottom , rgba(9,24,17,.4) ,rgba(9,24,17,1) 90%);
}
.campaign__wrapper .float__back .dots{
	position: absolute;
	left: 0;
	top: 0;
	width: 1283px;
	max-width: 96%;
	aspect-ratio: 1283 / 1029;
	opacity: .14;
	z-index: 4;
	pointer-events: none;
	transform:scale(0.7);
	transform-origin: top left;
}
.campaign__wrapper .float__back .dots .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.campaign__wrapper .inn .screen__image{
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-bottom: -50px;
}
.campaign__wrapper .inn .screen__image .shot-lyr{
	display: block;
	width: calc(44vw + 430px);
	max-width: none;
	transform-origin: center center;
}
.campaign__wrapper .inn .screen__image{
	opacity: 0;
	transform: translateY(90px);
	transition: opacity .9s ease, transform 1s cubic-bezier(.22,.61,.36,1);
}
.campaign__wrapper .inn .screen__image.shown{
	opacity: 1;
	transform: none;
}
.campaign__wrapper .inn .screen__image .lyr-top{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.campaign__wrapper .inn .screen__image.swap .lyr-top{
	animation: shot-enlarge .8s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes shot-enlarge{
	0%{ opacity: 0; transform: scale(.93) translateY(10px); }
	60%{ opacity: 1; }
	100%{ opacity: 1; transform: scale(1) translateY(0); }
}

.campaign__wrapper .inn .screen__image .ptr{
	position: absolute;
	left: 22%;
	top: 30%;
	z-index: 4;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .5s ease, transform .5s ease;
	pointer-events: none;
}
.campaign__wrapper .inn .screen__image.shown .ptr{ opacity: 1; transform: translateY(0); }
.campaign__wrapper .inn .screen__image .ptr>i{
	position: absolute;
	left: 0; top: 0;
	width: 9px; height: 9px;
	border-radius: 50%;
	background: #00FF8A;
	box-shadow: 0 0 0 4px rgba(0,255,138,.18);
}
.campaign__wrapper .inn .screen__image .ptr>i:before{
	content:"";
	position: absolute;
	left: 4px; top: 4px;
	width: 58px; height: 1px;
	background: linear-gradient(to right, rgba(0,255,138,.9), rgba(0,255,138,0));
	transform-origin: left center;
	transform: rotate(28deg);
}
.campaign__wrapper .inn .screen__image .ptr>b{
	position: absolute;
	left: 60px; top: 22px;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #C9F4E1;
	background: rgba(9,24,17,.7);
	border: 1px solid rgba(0,255,138,.25);
	padding: 4px 9px;
	border-radius: 7px;
	backdrop-filter: blur(6px);
}
.hero__contact{
	padding:100px 0px;
}
.hero__contact form{
	width: 100%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.hero__contact .outer__contact form .group__submit>button{
	border:0px;
	padding-left: 35px;
	padding-right: 35px;
}
.hero__contact .outer__contact{
	flex-direction: column;
	align-items: center;
}
.hero__contact .h2-title{
	margin-bottom: 0px;
}
.hero__contact  .outer__contact>span.pre-title{
	margin-bottom: 40px;
}
.hero__contact form{
	margin-top: 60px;
}

.hero__contact .outer__contact form{
	position: relative;
	overflow:visible;
}
.hero__contact form .float.float-2{
	right:-150px;
	left:auto;
	top:-30px;
}
.hero__contact{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.hero__contact form .float.float-1{
	left:-200px;
	bottom:97px;
	transform:rotate(-5deg);
}

.hero__contact>.svg-wrapper{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	opacity:.1;
	max-width: 1240px;
}
.hero__contact{
	background:url('../img/contact-gradient.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}
.hero__video{
	position: relative;
	z-index: 2;
	background-color: #000000;
	border-bottom:1px solid rgba(255,255,255,.07);
	overflow: hidden;
}
.hero__video .outer__hero{
	position: relative;
	z-index: 3;
}
.hero__video>video{
	border:0px;
	outline:none;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.hero__video .btns{
	display: flex;
	justify-content: center;
	gap:15px;
}
.hero__video .outer__hero .h2-title{
	text-transform:initial;
	margin-bottom: 40px;
}
.hero__video .outer__hero{
	min-height: 855px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.our__values .outer__values .right-values>.inn>.desc>p{
	margin:0px;
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
	color:#000000;
	letter-spacing: -0.03em;
}
.our__values .outer__values .right-values>.inn>span{
	display: block;
	text-transform: uppercase;
	color:rgba(0,0,0,.5);
	font-size: 12px;
	line-height: 90%;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-weight: 500;
}
.our__values .outer__values .right-values>.inn{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:30px;
	border-radius: 12px;
	background-color: #00FF8A;
}
.our__values .outer__values .right-values{
	width: 100%;
	padding: 20px;
	display: flex;
	border-radius: 18px;
	border:1px solid rgba(255,255,255,.07);
	max-width: 460px;
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.our__values .outer__values{
	display: flex;
	justify-content: space-between;
	gap:100px;
}
.our__values>img{
	position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100%;
	opacity:1;
	pointer-events: none;
	object-fit: contain;
	object-position: right top;
}
.cta__wrapper.cta-team{
	background:none;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.our__values>.values-dots{
	position: absolute;
	top:0px;
	right:0px;
	width: min(1096px, 60%);
	aspect-ratio: 1096 / 815;
	overflow: hidden;
	opacity:.08;
	pointer-events: none;
	z-index: 1;
}
.our__team--slider>.team-dots{
	position: absolute;
	right:0px;
	bottom:0px;
	width: min(1440px, 100%);
	aspect-ratio: 1440 / 747;
	overflow: hidden;
	opacity:.22;
	pointer-events: none;
	z-index: 1;
}
.our__values>.values-dots>canvas,
.our__team--slider>.team-dots>canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.our__values{
	position: relative;
}
.our__values .outer__values{
	position: relative;
	z-index: 2;
}
.our__values>.gradient-values{
	position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top right;
}
.roadmap{
	position: relative;
}
.roadmap:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:url('../img/roadmap-ellipses.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	opacity:.03;
}
.voyage__wrapper>.voyage-dots{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	opacity:.1;
	object-fit: contain;
	object-position: bottom left;
}

.hero__funnel{
	position: relative;
	background:url('../img/funnel-back.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.hero__funnel .outer__funnel .desc .btns{
	margin-top: 40px;
	gap:15px;
	display: flex;
}
.hero__funnel .outer__funnel .desc>p{
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.hero__funnel .outer__funnel .desc{
	max-width: 750px;
	margin-left: auto;
}
.hero__funnel .outer__funnel{
	min-height: 855px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hero__funnel{
	overflow:hidden;
}
.hero__funnel .desc.revealed{
	opacity:1;
	transform:translateY(0px);
}
.hero__funnel .outer__funnel>img.revealed{
	opacity:1;
	transform:translateY(0px);
}
.hero__funnel .desc{
	transition:1.2s cubic-bezier(.22,.61,.36,1) all;
	opacity:0;
	transform:translateY(120px);
}
.hero__funnel .outer__funnel>img{
	transition:1.4s cubic-bezier(.22,.61,.36,1) all;
	opacity:0;
	transform:translateY(150px);
}
.customers__feedback{
	position: relative;
}
.customers__feedback>img{
	position: absolute;
	left:0px;
	bottom:0px;
	pointer-events: none;
}
@media (prefers-reduced-motion: reduce){
	.how__works .how-fx .ray,
	.how__works .how-fx .ray::before{ animation: none; }
}
.avatar__wrapper .outer__avatar>.top>h2{
	margin-top: 0px;
}
.avatar__wrapper .outer__avatar>.top{
	position: relative;
	z-index: 2;
}
.avatar__wrapper .outer__avatar>.top>p{
	margin:0px auto;
	text-align: center;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	max-width: 520px;
}
.avatar__wrapper .outer__avatar .avatar__media img{
	max-width: 600px;
}
.avatar__wrapper .outer__avatar .avatar__media{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.avatar__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.avatar__wrapper.av-pin{
	padding-top: 0;
	padding-bottom: 0;
}
.avatar__wrapper .av-ellipse{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	min-width: 1280px;
	max-width: 100%;
	width: 100%;
	z-index: -1;
	pointer-events: none;
}
.avatar__wrapper.av-pin>.container{
	position: sticky;
	top: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 90px;
	box-sizing: border-box;
}
.shorts-portfolio{
	position: relative;
}
.shorts-portfolio>.dots-float{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	opacity:.1;
	width: 1202px;
	max-width: 100%;
	aspect-ratio: 1202 / 1008;
	pointer-events: none;
}
.shorts-portfolio>.dots-float .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.shorts-portfolio>.ellipses-float{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
}
.shorts-portfolio{
	position: relative;
	border-bottom:1px solid rgba(255,255,255,.07);
}
@media (max-width: 991px){
	.legal__content p , .legal__content li{
		font-size: 13px!important;
	}
	.compare__plans .bottom__part>.list .elem .sub__el span{
		padding-right: 10px;
	}
	.case__hero--video .outer__video--hero>p{
		font-size: 12px;
	}
	.case__hero--video .outer__video--hero>p{
		max-width: 300px;
	}
	.case__hero--video .outer__video--hero>p br{
		display: none;
	}
	.cases__list .main__list>.el>.inn .desc>p{
		font-size: 22px;
	}
	.cases__list .main__list>.el>.inn{
		padding:20px;
	}
	.cases__list .main__list>.el>.inn{
		min-height: 320px;
	}
	.case__hero--video .outer__video--hero .btns{
		margin-top: 25px;
	}
	.case__hero--video .outer__video--hero{
		padding-bottom: 50px;
		min-height: 640px;
	}
	.how__works .pre-title{
		display: block;
		text-align: center;

	}

	.integrations__wrapper:before{
		content:none;
	}
	.how__works.is-pinned .outer__how>.pin-stack{
		text-align: center;
	}
	.avatar__wrapper.av-pin>.container{
		justify-content: flex-start;
		padding-top: 60px;
	}
	.hero__grid--video .outer__hero>.desc>p br{
		display: none;
	}
	.hero__grid--video .outer__hero .btns{
		flex-wrap: wrap;
	}
	.avatar__wrapper.av-pin>.container{ padding-bottom: 0; }
	.avatar__wrapper.av-pin .outer__avatar{
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
	}
	.avatar__wrapper.av-pin .outer__avatar>.top{
		margin-top: auto;
		margin-bottom: auto;
	}
	.avatar__wrapper.av-pin .avatar__media{
		position: relative;
		margin: 0 auto;
	}
	.avatar__wrapper.av-pin .avatar__media img{
		display: block;
		margin: 0 auto;
	}
}
.avatar__wrapper .outer__avatar>.top>p{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.avatar__wrapper .outer__avatar>.top{
	text-align: center;
	margin-bottom: 60px;
}
.avatar__media .avatar-float>p span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	position: relative;
	top:-2px;
}
.avatar__media .avatar-float>p{
	margin:0px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 90%;
	font-weight: 500;
	color:#83B59F;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.avatar__media .avatar-float p:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  border-radius: 250px;
  background: var(--grad-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.avatar__media .avatar-float{
	display: inline-flex;
	border-radius: 200px;
	padding:20px;
	backdrop-filter:blur(50px);
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.07));
	align-items: cener;
	justify-content: center;
}
.avatar__media .avatar-float{
	position: absolute;
}
.avatar__media .avatar-float.float-1>.stick:before{
	min-width: 5px;
	max-width: 5px;
	min-height: 5px;
	max-height: 5px;
	position: absolute;
	content:"";
	border-radius: 250px;
	left:-5px;
	top:-2px;
	background-color:rgba(255,255,255,.2);
}
.avatar__media .avatar-float.float-1>.stick{
	width: 230px;
	position: absolute;
	top:50%;
	transfom:translateY(-50%);
	left:-230px;
	height: 1px;
	background-color:rgba(255,255,255,.2);
}
.avatar__media .avatar-float.float-1{
	right:-101px;
	top:32px;
}
.avatar__media .avatar-float.float-2{
	right:-166px;
	top:176px;
}

.avatar__media .avatar-float.float-2>.stick:before{
	min-width: 5px;
	max-width: 5px;
	min-height: 5px;
	max-height: 5px;
	position: absolute;
	content:"";
	border-radius: 250px;
	left:-5px;
	top:-2px;
	background-color:rgba(255,255,255,.2);
}
.avatar__media .avatar-float.float-2>.stick{
	width: 290px;
	position: absolute;
	top:50%;
	transfom:translateY(-50%);
	left:-290px;
	height: 1px;
	background-color:rgba(255,255,255,.2);
}

.avatar__media .avatar-float.float-3{
	left:-189px;
	top:288px;
}

.avatar__media .avatar-float.float-3>.stick:before{
	min-width: 5px;
	max-width: 5px;
	min-height: 5px;
	max-height: 5px;
	position: absolute;
	content:"";
	border-radius: 250px;
	right:-5px;
	top:-2px;
	background-color:rgba(255,255,255,.2);
}
.avatar__media .avatar-float.float-3>.stick{
	width: 262px;
	position: absolute;
	top:50%;
	transfom:translateY(-50%);
	right:-262px;
	height: 1px;
	background-color:rgba(255,255,255,.2);
}

.avatar__media .avatar-float.float-4>.stick:before{
	min-width: 5px;
	max-width: 5px;
	min-height: 5px;
	max-height: 5px;
	position: absolute;
	content:"";
	border-radius: 250px;
	right:-5px;
	top:-2px;
	background-color:rgba(255,255,255,.2);
}
.avatar__media .avatar-float.float-4>.stick{
	width: 200px;
	position: absolute;
	top:50%;
	transfom:translateY(-50%);
	right:-200px;
	height: 1px;
	background-color:rgba(255,255,255,.2);
}

.avatar__media .avatar-float.float-4{
	left:-292px;
	bottom:261px;
}
.avatar__wrapper>img{
	position: absolute;
	left:50%;
	bottom:0px;
	transform:translateX(-50%);
	min-width: 1280px;
	max-width: 100%;
	width: 100%;
}
.avatar__wrapper{
	overflow: clip;   
	position: relative;
	z-index: 2;
	padding-top: 100px;
}

.perks__wrapper .grid__box{
	margin-top: 60px;
}
.perks__wrapper .grid__box>.left__side>.elem:before , .perks__wrapper .grid__box>.right__side>.elem:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: var(--grad-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}
.perks__wrapper .grid__box>.left__side>.elem, .perks__wrapper .grid__box>.right__side>.elem{
	margin-bottom: 30px;
	background:#101C16;
}
.perks__wrapper .grid__box>.left__side>.elem:last-child{
	margin-bottom: 0px;
}
.perks__wrapper .grid__box>.left__side>.elem>p , .perks__wrapper .grid__box>.left__side>.elem>span{
	padding-right: 60px;
}
.perks__wrapper .grid__box>.left__side>.elem , .perks__wrapper .grid__box>.right__side>.elem{
	position: relative;
	border-radius: 18px;
	padding:30px;
}
.perks__wrapper .grid__box>.left__side>.elem:nth-child(2) .media>img{
	max-width: 100%;
	min-height: 485px;
	width: auto;
	object-position: top left;
	object-fit: cover;
}
.perks__wrapper .grid__box>.left__side>.elem:nth-child(2) .media{
	display: flex;
	align-items: center;
	width: calc(100%  + 60px);
	margin-top: 30px;
	margin-bottom: -30px;
	margin-left: -30px;
	justify-content: center;
}
.perks__wrapper .grid__box>.left__side>.elem span:last-child{
	margin-bottom: 0px;
}
.perks__wrapper .grid__box>.left__side>.elem span , .perks__wrapper .grid__box>.right__side>.elem span{
	display: block;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
	margin-bottom: 20px;
}
.perks__wrapper .grid__box>.left__side>.elem p , .perks__wrapper .grid__box>.right__side>.elem p{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.03em;
	font-weight: 500;
	color:#83B59F;
}
.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media>img{
	max-width: 100%;
	width: 100%;
}
.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media{
	display: flex;
	justify-content: flex-end;
	width: calc(100% + 30px);
	margin-top: 30px;
	margin-right: -30px;
	margin-bottom: -30px;
}
.perks__wrapper .grid__box>.right__side{
	width: 100%;
	max-width: 750px;
}
.perks__wrapper .grid__box>.left__side{
	max-width: 500px;
}
.perks__wrapper .grid__box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap:30px;
}
.perks__wrapper .outer__perks>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.perks__wrapper{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom:1px solid rgba(255,255,255,.07);
	--grad-border: linear-gradient(180deg, #1A3025 0%, rgba(26,48,37,.2) 100%);
}
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.desc{
	min-width: 240px;
	max-width: 240px;
}
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media>img{
	max-width: 100%;
}
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media{
	display: inline-flex;
	align-items: center;
	margin-right: -30px;
	width: calc(100% + 30px);
	margin-bottom: -30px;
	justify-content: center;
}
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1){
	display: flex;
	align-items: flex-start;
	gap:30px;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem>.media>img{
	max-width: 100%;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem span{
	margin-bottom: auto;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--grad-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.perks__wrapper .grid__box>.right__side>.elem.double .elem{
	height: 505px;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem .media{
	margin-bottom: -30px;
	margin-left: -30px;
	width: calc(100% + 60px);
}
.perks__wrapper .grid__box>.right__side>.elem:last-child .media{
	margin-top: -45px;
	margin-bottom: -45px;
	margin-left: -30px;
}
.perks__wrapper .grid__box>.right__side>.elem:last-child .desc{
	margin-left: 80px;
	min-width: 240px;
	max-width: 240px;
}
.perks__wrapper .grid__box>.right__side>.elem:last-child{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem{
	position: relative;
	overflow:hidden;
	padding:30px;
	border-radius: 18px;
	background:#101C16;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.perks__wrapper .grid__box>.right__side>.elem.double .elem>.media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.perks__wrapper .grid__box>.right__side>.elem.double:before{
	content:none;
}
.perks__wrapper .grid__box>.right__side{
	width: 58.5%;
}
.perks__wrapper .grid__box>.left__side{
	width: 39.06%;
}
.perks__wrapper .grid__box>.right__side>.elem.double{
	display: grid;
	padding:0px;
	margin:30px 0px;
	background:none;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 30px;
}
.process__wrapper{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.process__wrapper .circle__process>.dot.dot-1{
	left:50%;
	transform:translateX(-50%);
	top:-7px;
}

.process__wrapper .circle__process>.dot.dot-2{
	right: 3px;
	top:34%;
}

.process__wrapper .circle__process>.dot.dot-3{
	right: 18%;
	bottom:9%;
}

.process__wrapper .circle__process>.dot.dot-4{
	left: 18%;
	bottom:9%;
}

.process__wrapper .circle__process>.dot.dot-5{
	left: 3px;
	top:34%;
}
.process__wrapper .circle__process>.dot.active:after{
	opacity:1;
}
.process__wrapper .circle__process>.dot>p{
	margin:0px;
	font-size: 18px;
	line-height: 90%;
	color:#83B59F;
	position: absolute;
}
.process__wrapper .circle__process>.dot.dot-1>p{
	left:50%;
	transform:translateX(-50%);
	top:-25px;
}

.process__wrapper .circle__process>.dot.dot-4>p , .process__wrapper .circle__process>.dot.dot-5>p{
	top:50%;
	transform:translateY(-50%);
	right:30px;
}
.process__wrapper .circle__process>.dot.dot-2>p , .process__wrapper .circle__process>.dot.dot-3>p{
	top:50%;
	transform:translateY(-50%);
	left:30px;
}

.process__wrapper .circle__process>.dot:after{
	content:"";
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% ,-50%);
	min-width: 10px;
	max-width: 10px;
	min-height: 10px;
	max-height: 10px;
	background-color: #00FF8A;
	border-radius: 250px;
	opacity:0;
	transition:.3s ease all;
}
.process__wrapper .circle__process>.dot:before{
	    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(to bottom ,rgba(255,255,255,.3) , rgba(255,255,255,0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}
.process__wrapper .circle__process>.dot{
	position: absolute;
	min-width: 20px;
	max-width: 20px;
	backdrop-filter:blur(50px);
	min-height: 20px;
	max-height: 20px;
	border-radius: 250px;
	background-color:rgba(255,255,255,.1);
}
.process__wrapper .circle__process{
	position: relative;
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
.process__wrapper .outer__process{
	position: relative;
	z-index: 2;
}
.process__wrapper>img{
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
}
span.bold{
	font-weight: bold;
}
.process__wrapper .outer__process>p{
	text-align: center;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#83B59F;
	font-weight: 300;
}
.process__wrapper .outer__process>h2{
	text-align: center;
}
.circle__process>.rocket{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
}
.circle__process>.rocket{ z-index: 2; }
.circle__process>.rocket>img{
	display: block;
	will-change: transform;
	animation: rocket-hover 5s ease-in-out infinite;
}
@keyframes rocket-hover{
	0%,100%{ transform: translateY(0) rotate(0deg); }
	25%    { transform: translateY(-6px) rotate(-1.2deg); }
	75%    { transform: translateY(7px) rotate(1.2deg); }
}
.circle__process>.dots{
	inset: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	transform: none;
	pointer-events: none;
}
.circle__process>.dots>.ascii-dots{
	width: 100%;
	height: 100%;
	display: block;
}

.process__wrapper .circle__process>svg .proc-ring{
	will-change: stroke-dashoffset;
}
.process__wrapper .circle__process>svg{
	position: relative;
	z-index: 1;
}

.features .outer__features>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.features .features__box>.feature__el>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	max-width: 40px;
	margin-bottom: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 8px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.features .features__box>.feature__el>.desc>span{

	font-size: 12px;
	line-height: 130%;
	color:#5E8272;
	letter-spacing: -0.03em;
}
.features .features__box>.feature__el>.desc>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 110%;
	font-weight: 500;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.features .features__box>.feature__el:nth-child(3n){
	border-right:0px;
}

.features{
	position: relative;
}
.features>img{
	position: absolute;
	right:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity:.6;
	object-position: bottom right;
}
.features .features__box>.feature__el:nth-child(1) , .features .features__box>.feature__el:nth-child(2) , .features .features__box>.feature__el:nth-child(3){
	border-top:0px;
}
.features .features__box>.feature__el{
	border-top:1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
}
.features .features__box>.feature__el>.desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 90px;
}
.features .features__box>.feature__el{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 270px;
	padding:30px;
}
.features{
	position: relative;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.features>.dots{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 1100px;
	max-width: 100%;
	height: 760px;
	max-height: 100%;
	opacity:.08;
	transform-origin: bottom right;
	pointer-events: none;
}
.features>.dots>.ascii-features{
	display: block;
	width: 100%;
	height: 100%;
}
.features .outer__features{
	position: relative;
	z-index: 2;
}
.features .features__box{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
	width: 100%;
	max-width: 780px;
	background:linear-gradient(to top right , rgba(0,0,0,0) , rgba(0,0,0,.12));
	border-radius: 18px;
	position: relative;
	backdrop-filter: blur(50px);
	border:1px solid rgba(255,255,255,.07);
	margin-top: 60px;
}
.features{
	position: relative;
	z-index: 2;
	padding:100px 0px;
	background-color: #091811;
}
@media (prefers-reduced-motion: reduce){
	.circle__process>.rocket>img{ animation: none; }
}
.circle__process>.dots{
	position: absolute;
	z-index: 2;
	opacity:.1;
}
.process__wrapper .outer__process>span{
	display: block;
	text-align: center;
}
.cta__wrapper.with-background>img{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top:0px;
	width: 100%;
	height:100%;
	object-fit: cover;
}
.cta__wrapper.with-background{
	padding:125px 0px;
	background:url('../img/connect-back.webp');
	basckground-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
.hero__bottom{
	position: relative;
	border-bottom:1px solid rgba(255,255,255,.1);
}
.hero__bottom video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__bottom .outer__hero>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
	max-width: 520px;
}
.hero__bottom .outer__hero .btns{
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
	gap:15px;
}
.hero__bottom .outer__hero{
	min-height: 855px;
	display: flex;
	flex-direction: column;
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
	align-items: flex-start;
	justify-content:flex-end;
}
.hero__middle .outer__hero .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:15px;
	margin-top: 40px;
}
.hero__middle .outer__hero>p{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 130%;
	color:#83B59F;
}
.hero__middle .outer__hero{
	min-height: 855px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 120px;
}
.hero__middle>img{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	max-width: 1132px;
}
.hero__middle{
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: bottom center!important;
	z-index: 2;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.ticker__tags>p{
	text-align: center;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.ticker__tags>h2{
	text-align: center;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.ticker__tags{
	position: relative;
	z-index: 2;
	padding:100px 0px;
}
.ticker__tags .info__box>.info span img{
	min-width: 16px;
	max-width: 16px;
}
.ticker__tags .info__box>.info span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.ticker__tags .info__box>.info>p{

	font-size: 14px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:#5E8272;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ticker__tags{
	overflow:hidden;
}
.ticker__tags .ticker ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: max-content;
	flex-wrap: nowrap;
	animation-name: ticker-marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	will-change: transform;
	margin:0px!important;
}
@keyframes ticker-marquee{
	from{ transform: translate3d(0,0,0); }
	to{ transform: translate3d(-50%,0,0); }
}
.ticker__tags .ticker ul li span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.ticker__tags .ticker{
	margin-bottom: 15px;
	overflow: hidden;
}
.ticker__tags .ticker.reverse ul{
	animation-direction: reverse;
}
.ticker__tags .ticker.first{
	margin-top: 60px;
}
.ticker__tags .ticker ul li {
	display: flex;
	position: relative;
	border-radius: 250px;
	margin:0px 7.5px;
	font-size: 14px;
	line-height: 90%;
	color:#83B59F;
	font-weight: 200!important;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	min-height: 58px;
	padding-left: 25px!important;
	padding-right: 25px!important;
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.08));
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: background .35s ease, transform .35s ease, filter .35s ease;
	filter: brightness(1);
}
.ticker__tags .ticker ul li::before{
	content:"";
	position: absolute;
	inset: 0;
	border-radius: 250px;
	padding: 1px;
	background: linear-gradient(to bottom, rgba(255,255,255,.16), rgba(255,255,255,0));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask-composite: exclude;
	pointer-events: none;
	transition: background .35s ease;
}
.ticker__tags .ticker ul li:hover{
	background:linear-gradient(to top right, rgba(255,255,255,.05), rgba(255,255,255,.13));
	filter: brightness(1.35);
}
.ticker__tags .ticker ul li:hover::before{
	background: linear-gradient(to bottom, rgba(255,255,255,.34), rgba(255,255,255,0));
}
.ticker__tags .info__box>.info{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 12px;
	border:1px solid rgba(255,255,255,.07);
}
.ticker__tags .info__box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.ticker__tags{
	border-bottom:1px solid rgba(255,255,255,.1);
	position: relative;
}
.ticker__tags>img{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: contain;
	bottom:0px;
}
.hero__brain{
	position: relative;
	z-index: 2;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	border-bottom:1px solid rgba(255,255,255,.07);
	background-position: bottom center!important;
}
.hero__brain .h2-title{
	font-weight: 500;
}
.hero__brain .outer__hero>p{
	margin:0px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	max-width: 380px;
}
.hero__brain .outer__hero .btns{
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
	gap:15px;
}
.hero__brain .outer__hero{
	min-height: 855px;
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	justify-content: flex-end;
	padding-bottom: 120px;
}
.how__scheme{
	position: relative;
	z-index: 2;
	padding-top: 100px;
	background-color: #091811;
}
.how__scheme .grid{
	margin-top: 60px;
}
.how__scheme .grid>.row .media{
	position: relative;
}
.how__scheme .grid>.row .media>img{
	position: relative;
	z-index: 2;
}
.how__scheme .grid>.row .media>.dots{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	opacity:.1;
}
.how__scheme .grid>.row .media>.dots .ascii-dots,
.testimonial__wrapper .dots .ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.testimonial__wrapper .dots{
	width: 1200px;
	max-width: 100%;
	height: 476px;
}
.hero__plans{
	background-color: #000000;
	border-bottom:1px solid rgba(255,255,255,.07);
	padding-bottom: 100px;
}
.hero__plans .inner__plans{
	align-items: flex-start;
}
.hero__plans .inner__plans>.elem .head>span{
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color:rgba(94,130,114,.6);
}
.testimonial__wrapper .dots .ascii-dots{
	-webkit-mask-image: radial-gradient(400px 300px at 50% 105%, #000 99%, rgba(0,0,0,0) 100%);
	        mask-image: radial-gradient(400px 300px at 50% 105%, #000 99%, rgba(0,0,0,0) 100%);
}
.how__scheme .grid>.row .desc>span{

	font-size: 14px;
	line-height: 160%;
	display: block;
	letter-spacing: -0.03em;
	color:#5E8272;
	margin-bottom: 15px;
}
.how__scheme .grid>.row .desc>span:last-child{
	margin-bottom: 0px;
}
.how__scheme .grid>.row{
	display: flex;
	justify-content: space-between;
	border-top:1px solid rgba(255,255,255,.07);
	position: relative;
}
.how__scheme .grid>.row.fifth{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.how__scheme .grid>.row:before{
	content:"";
	position: absolute;
	left:-80px;
	top:-1px;
	width: 80px;
	height: 1px;
	background:linear-gradient(to right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.how__scheme .grid>.row:after{
	content:"";
	position: absolute;
	right:-80px;
	top:-1px;
	width: 80px;
	height: 1px;
	background:linear-gradient(to left , rgba(255,255,255,0) , rgba(255,255,255,.07));
}

.how__scheme .grid>.row.first{
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.how__scheme .grid>.row.first>.desc{
	padding:50px;
	border-right:1px solid rgba(255,255,255,.07);
}
.how__scheme .grid>.row.first>.media{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
	padding:50px;
}

.how__scheme .grid>.row.second{
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.how__scheme .grid>.row.second>.desc{
	padding:50px;
	border-left:1px solid rgba(255,255,255,.07);
}
.how__scheme .grid>.row.second>.media{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
	padding:50px;
}

.how__scheme .grid .media{
	overflow:hidden;
}

.how__scheme .grid>.row.third>.desc{
	padding:50px;
}
.how__scheme .grid>.row.third>.media{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
	padding:50px;
}
.how__scheme .grid>.row.third>.media>img{
	max-width: 100%;
}
.how__scheme .grid>.row.third>.media.half-transparent>img{
	opacity:.6;
}

.how__scheme .grid>.row.fourth{
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.how__scheme .grid>.row.fourth>.desc{
	padding:50px;
	border-right:1px solid rgba(255,255,255,.07);
}
.how__scheme .grid>.row.fourth>.media>img{
	opacity:.65;
}
.how__scheme .grid>.row.fourth>.media{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
	padding:50px;
}

.how__scheme .grid>.row.third{
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
}

.how__scheme .grid>.row.fifth{
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
}

.how__scheme .grid>.row.fifth>.desc{
	padding:50px;
	border-right:1px solid rgba(255,255,255,.07);
}
.how__scheme .grid>.row.fifth>.media>img{
	opacity:.65;
}
.how__scheme .grid>.row.fifth>.media{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(255,255,255,.07);
	border-right:1px solid rgba(255,255,255,.07);
	padding:50px;
}

.how__scheme .grid>.row .desc>p{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.how__scheme .grid>.row .desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;

}
.how__scheme .outer__scheme>p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}

.how__scheme .grid .bottom__strokes:before{
	content:"";
	position: absolute;
	left:-80px;
	top:-1px;
	width: 80px;
	height: 1px;
	background:linear-gradient(to right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.how__scheme .grid .bottom__strokes:after{
	content:"";
	position: absolute;
	right:-80px;
	top:-1px;
	width: 80px;
	height: 1px;
	background:linear-gradient(to left , rgba(255,255,255,0) , rgba(255,255,255,.07));
}

.how__scheme .bottom__strokes>.stroke:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 1px;
	height: 100px;
	background:linear-gradient(to bottom, rgba(255,255,255,.07), rgba(255,255,255,0));
}
.how__scheme .bottom__strokes>.stroke:last-child:after{
	content:"";
	position: absolute;
	right:0px;
	top:0px;
	width: 1px;
	height: 100px;
	background:linear-gradient(to bottom, rgba(255,255,255,.07), rgba(255,255,255,0));
}
.how__scheme .bottom__strokes>.stroke{
	width: 100%;
	height: 100px;
	position: relative;
}
.how__scheme .bottom__strokes{
	position: relative;
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
}

.cases-slider{
	margin-top: 60px;
}
.cases-slider .slide .inn:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	z-index: 2;
	background:linear-gradient(to top right, rgba(0,0,0,1) ,rgba(0,0,0,0));
}
.cases-slider .slide.short .inn:before{
	background:linear-gradient(to top right, rgba(0,0,0,.5) ,rgba(0,0,0,0));
}
.cases-slider .slick-slide{
	margin:0px 15px!important;
}
.cases-slider{
	position: relative;
}
.cases-slider:before{
	position: absolute;
	right:0px;
	top:0px;
	content:"";
	z-index: 2;
	width: calc(100% - 840px);
	pointer-events: none;
	height: 100%;
	background:linear-gradient(to right , rgba(6,16,11,0) , rgba(6,16,11,1) 50%);
}
.cases-slider .slide .inn .logo{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.cases-slider .slide .inn .desc .btn>a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.cases-slider .slide .inn .desc .btn>a{
	color:#fff;
	white-space: nowrap;
}
.cases-slider .slide .inn .desc>p{
	margin:0px;
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
	color:#FFFFFF;
	position: relative;
	bottom:4px;
	margin-right: 15px;
}
.cases-slider .slide .inn .desc{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
.cases-slider .slide .inn{
	border-radius: 18px;
	position: relative;
	padding:40px;
	overflow:hidden;
	height:400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.cases-slider .slide.long{
	width: 800px;
}
.cases-slider .slide.short{
	width: 400px;
}
.cases-slider.cs-live .slide{
	transition: width .6s cubic-bezier(.22,.61,.36,1);
}
.cases-slider.cs-live .slide.cs-open{
	width: 800px;
}
@media (max-width: 991px){
	.team__members .grid__member>.elem:nth-child(3n+1):nth-last-child(2), .team__members .grid__member>.elem:nth-child(3n+2):last-child{
		transform:none!important;
	}
	.cases-slider.cs-live .slide.cs-open{ width: auto; }
}

.cases-slider .slide.long>.inn{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.shorts-controls{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;

}
.cases-controls{
	width: 800px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.cases-controls .dots ul , .shorts-controls ul {
	position: static;
	gap:5px;
}
.cases-controls .dots ul li button:before, .shorts-controls ul li button:before{
	content:none;
}
.cases-controls .dots ul li.slick-active button , .shorts-controls ul li.slick-active button{
	width: 30px;
	background-color: #5E8272;
}
.cases-controls .dots ul li , .shorts-controls ul li {
	margin:0px;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cases-controls .dots ul li button , .shorts-controls ul li button{
	width: 6px;
	padding:0px;
	border-radius: 250px;
	transition:.3s ease all;
	height: 6px;
	background-color: rgba(255,255,255,.2);
}
.cases-controls .dots ul , .shorts-controls ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews__hero{
	position: relative;
}
.reviews__hero:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color:rgba(0,0,0,.3);
}
.reviews__hero .outer__reviews{
	position: relative;
	z-index: 5;
	text-align: center;
}
.reviews__hero>video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__hero{
	padding:0px;
}
.reviews__hero .outer__reviews{
	min-height: 892px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 200px;
}
.reviews__hero .outer__reviews .single__review--wrapper .controls{
	display: none;
}
.single__review--wrapper .single__review--slider{
	width: 100%;
}
.single__review--wrapper .single__review--slider .slide>.inn>h2{
	text-align: left;
}
.reviews__hero .outer__reviews .single__review--wrapper{
	width: 100%;
	max-width: 651px;
}
.reviews__wrapper .top .pre-title{
	text-align: center;
}
.reviews__wrapper .top{
	text-align: center;
}
.team__members .outer__members>.top{
	text-align: center;
	margin-bottom: 60px;
}
.team__members .outer__members>.top>.pre-title{
	text-align: center;
}
.team__members .outer__members>img{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	opacity:.1;
	top:90px;
	max-width: 960px;
}
.team__members .outer__members>.member-dots{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top:90px;
	width: 960px;
	max-width: 90%;
	aspect-ratio: 1295 / 1767;
	opacity:.1;
	pointer-events: none;
}
.team__members .outer__members>.member-dots>.ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.team__members .outer__members{
	position: relative;
}
.team__members .grid__member>.elem>img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 18px;
}

.team__members .grid__member>.elem .bottom>ul>li>a:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--grad-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.team__members .grid__member>.elem .bottom>ul>li>a:hover{
	background-color: rgba(255,255,255,.07);
}
.team__members .grid__member>.elem .bottom>ul>li>a{
	display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  border-radius: 250px;
  padding-left: 12px;
  position: relative;
  padding-right: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  font-size: 12px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #83B59F;
  text-decoration: none;
  transition: .3s ease all;
}
.team__members .grid__member>.elem .bottom>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:5px;
}
.team__members .grid__member>.elem .bottom>p:last-child{
	margin-bottom: 0px;
}
.team__members .grid__member>.elem .bottom>p{
	margin:0px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 110%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.team__members .grid__member>.elem .bottom{
	position: absolute;
	left:25px;
	bottom:25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.team__members .grid__member>.elem>p{
	margin:0px;
	position: absolute;
	left:25px;
	top:25px;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.03em;
	font-weight: 500;
	color:rgba(255,255,255,.6);
}
.team__members .grid__member>.elem.dark>p{
	color:rgba(0,0,0,.3);
}
.team__members .grid__member>.elem{
	height: 350px;
	width: 100%;
	position: relative;
	border-radius: 18px;
}
.team__members .grid__member>.elem::after{
	content:"";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	padding: 1px;
	background: linear-gradient(to bottom, rgba(255,255,255,.28), rgba(255,255,255,.03));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask-composite: exclude;
	pointer-events: none;
	z-index: 3;
}
.team__members .grid__member{
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap:40px;
}
.team__members{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
	background:url('../img/team-back-png.webp');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.matrix_wrapper{
	position: relative;
	z-index: 2;
	padding:100px 0px;
}
.matrix_wrapper .outer__matrix{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:80px;
}
.matrix_wrapper .outer__matrix .media>img{
	max-width: 100%;
}
.matrix_wrapper .outer__matrix .media{
	display: flex;
	max-width: 700px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.matrix_wrapper .outer__matrix .text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.matrix_wrapper .outer__matrix .text>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color:#5E8272;
}
.matrix_wrapper{
	background:url('../img/smarter-back.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-bottom:1px solid rgba(255,255,255,.07);
	position: relative;
	overflow: hidden;
}
.matrix_wrapper .outer__matrix{
	position: relative;
	z-index: 2;
}
.matrix_wrapper>.mask-back{
	position: absolute;
	top:0px;
	right:0px;
	max-width: 100%;
	width: auto;
	opacity:.07;
}
.matrix_wrapper>.mask-back.matrix-glyphs{
	opacity: 1;
	width: 1440px;
	height: 712px;
	max-width: none;
	-webkit-mask: radial-gradient(125% 125% at 100% 0%, #000 28%, transparent 78%);
	        mask: radial-gradient(125% 125% at 100% 0%, #000 28%, transparent 78%);
}
.matrix_wrapper .matrix-glyphs text{
	font-family: ui-monospace, Menlo, Consolas, "Courier New", monospace;
	font-size: 13px;
	fill: #83B59F;
	transition: opacity .5s ease;
}
.matrix_wrapper .matrix-canvas{
	position: absolute;
	top: 0;
	right: 0;
	width: 1140px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	pointer-events: none;
	opacity: .15;
	z-index: 0;
	-webkit-mask: radial-gradient(60% 72% at 74% 24%, #000 30%, transparent 78%);
	        mask: radial-gradient(60% 72% at 74% 24%, #000 30%, transparent 78%);
}
.matrix_wrapper .outer__matrix .text>p:last-child{
	margin-bottom: 0px;
}
.matrix_wrapper .outer__matrix .desc>p{
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	font-weight: 300;
	letter-spacing: -0.03em;
}
.matrix_wrapper .outer__matrix .desc{
	width: 100%;
	max-width: 500px;
}
.hero__resources .outer__resources .btns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap:15px;
}
.hero__resources .outer__resources>p{
	margin:0px auto;
	max-width: 550px;
	text-align: center;

	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.hero__resources .outer__resources{
	min-height: 855px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 193px;
	flex-direction: column;
	text-align: center;
	position: relative;
}
.hero__resources .outer__resources .bottom__float>.float-el>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: clamp(5px, 1cqw, 8px);
}
.hero__resources .outer__resources .bottom__float>.float-el>span img{
	width: clamp(11px, 2.4cqw, 18px);
	height: auto;
}
.hero__resources .outer__resources .bottom__float>.float-el>p{
	margin:0px;
	font-size: clamp(8px, 1.95cqw, 14px);
	line-height: 90%;
	color:#FFFFFF;
	letter-spacing: -0.03em;
	white-space: nowrap;
	text-shadow:0px 0px 10px rgba(255,255,255,.4);
}
.hero__resources .outer__resources .bottom__float{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	width: min(720px, calc(100% - 24px));
	aspect-ratio: 720 / 230;
	height: auto;
	container-type: inline-size;
}
.hero__resources .outer__resources .bottom__float>.rays-canvas{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	z-index: 0;
}
.hero__resources .outer__resources .bottom__float>.float-el{
	z-index: 1;
}
.hero__resources .outer__resources .bottom__float>.float-el{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22.22%;            
	aspect-ratio: 160 / 40;
	background:url('../img/resources-back-btn.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.brain__wrapper{
	border-bottom:1px solid rgba(255,255,255,.07);
}
.hero__resources .outer__resources .bottom__float>.work-flow-1{ bottom:17.4%; left:5%; }
.hero__resources .outer__resources .bottom__float>.work-flow-2{ bottom:47.8%; left:18.9%; }
.hero__resources .outer__resources .bottom__float>.work-flow-3{ bottom:76.9%; left:50%; transform:translateX(-50%); }
.hero__resources .outer__resources .bottom__float>.work-flow-4{ bottom:47.8%; right:18.9%; }
.hero__resources .outer__resources .bottom__float>.work-flow-5{ bottom:19.6%; right:5%; }
@media (max-width: 767px){
	.cases__list .outer__list>.top{
		margin-bottom: 25px;
	}
	.cases__list{
		padding:40px 0px;
	}
	.avatar__wrapper .outer__avatar>.top>p br{
		display: none;
	}
	.shorts-portfolio .outer__shorts>h2 br{
		display: none;
	}
	.compare__plans .bottom__part>.subtitle{
		position: static;
		min-height: 0;
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.compare__plans .bottom__part>.subtitle>p{
		font-size: 20px;
	}
	.brain__wrapper .top{
		padding-left: 15px;
		padding-right: 15px;
	}
	.brain__wrapper .top br , .outer__perks br , .outer__portfolio br{
		display: none;
	}
	.portfolio__wrapper .outer__portfolio>h2.h2-title br{
		display: none;
	}
	.hero__resources .outer__resources{
		min-height: 0;
		padding-bottom: 70px;
	}
	.hero__resources .outer__resources .bottom__float{
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		margin: 36px auto 0;
		width: min(440px, calc(100% - 20px));
		aspect-ratio: 150 / 122;
	}
	.hero__resources .outer__resources .bottom__float>.float-el{
		width: 44%;
	}
	.hero__resources .outer__resources .bottom__float>.float-el>p{
		font-size: clamp(9px, 3.6cqw, 13px);
	}
	.hero__resources .outer__resources .bottom__float>.float-el>span img{
		width: clamp(11px, 4cqw, 16px);
	}
	.hero__resources .outer__resources .bottom__float>.work-flow-3{ top:4%; bottom:auto; left:50%; right:auto; transform:translateX(-50%); }
	.hero__resources .outer__resources .bottom__float>.work-flow-2{ top:36%; bottom:auto; left:0; right:auto; transform:none; }
	.hero__resources .outer__resources .bottom__float>.work-flow-4{ top:36%; bottom:auto; right:0; left:auto; transform:none; }
	.hero__resources .outer__resources .bottom__float>.work-flow-1{ top:68%; bottom:auto; left:0; right:auto; transform:none; }
	.hero__resources .outer__resources .bottom__float>.work-flow-5{ top:68%; bottom:auto; right:0; left:auto; transform:none; }
}
.hero__resources{
	position: relative;
	z-index: 2;
	overflow: hidden;
	background:url('../img/home-resources.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.resources__list--wrapper{
	padding-top: 80px;
	padding-bottom: 100px;
	border-bottom:1px solid rgba(255,255,255,.07);
	position: relative;
	z-index: 2;
}
.resources__list--wrapper .resources__list>ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	border-radius: 250px;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
	border:1px solid rgba(255,255,255,.10);
}
.resources__list--wrapper .resources__list>ul>li:nth-child(1)>a{
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
}
.resources__list--wrapper .resources__list>ul>li:last-child>a{
	border-top-right-radius: 250px;
	border-bottom-right-radius: 250px;
}
.resources__list--wrapper .resources__list>ul>li>a.current{
	position: relative;
	color:#fff;
	background:linear-gradient(135deg, rgba(0,255,138,.30) 0%, rgba(0,255,138,.08) 55%, rgba(0,255,138,0) 100%);
	text-shadow: 0 0 10px rgba(255,255,255,.35);
	z-index: 2;
}
.resources__list--wrapper .resources__list>ul>li>a.current::before{
	content:"";
	position:absolute;
	inset:0;
	border-radius:inherit;
	padding:1px;
	background:linear-gradient(135deg, #00FF8A 0%, rgba(0,255,138,.2) 50%, rgba(0,255,138,0) 100%);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude;
	pointer-events:none;
}
.resources__list--wrapper .resources__list>ul>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	font-size: 14px;
	line-height: 90%;
	color:#83B59F;
	letter-spacing: -0.03em;
	border:0;
	transition: color .3s ease;
}
.resources__list--wrapper .resources__list>ul>li+li>a{
	border-left:1px solid rgba(255,255,255,.07);
}
.resources__list--wrapper .resources__list>ul>li:has(>a.current)+li>a{
	border-left-color: transparent;
}
.resources__list--wrapper .resources__list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.resources__list--wrapper>.container{
	position: sticky;
	top: 0;
	z-index: 30;
	background-color: #050E0A;
	padding-top: 16px;
	padding-bottom: 16px;
}
.resources__list--wrapper .resource__el{
	scroll-margin-top: 110px;
}

.resources__list--wrapper .resource__el .inn >p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.resources__list--wrapper .resource__el .inn{
	max-width: 470px;
}
.resources__list--wrapper .resource__el>.desc:nth-child(1)>.inn{
	margin-left: auto;
}
.resources__list--wrapper .resource__el>.desc:nth-child(2)>.inn{
	margin-right: auto;
}
.resources__list--wrapper .resource__el .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.resources__list--wrapper .resource__el .media>img{
	max-width: 100%;
}
.resources__list--wrapper .resource__el{
	display: grid;
	grid-template-columns: repeat(2  ,1fr);
	gap:80px;
	margin-bottom: 80px;
}
.resources__list--wrapper .resource__el:last-child{
	margin-bottom: 0px;
}
.resources__list--wrapper>.container{
	margin-bottom: 78px;
}
.resources__list--wrapper .resource__el.js-reveal .desc,
.resources__list--wrapper .resource__el.js-reveal .media{
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1);
	will-change: opacity, transform;
}
.resources__list--wrapper .resource__el.js-reveal .media{
	transition-delay: .4s;
}
.resources__list--wrapper .resource__el.js-reveal.is-visible .desc,
.resources__list--wrapper .resource__el.js-reveal.is-visible .media{
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce){
	.resources__list--wrapper .resource__el.js-reveal .desc,
	.resources__list--wrapper .resource__el.js-reveal .media{
		transition: none;
		opacity: 1;
		transform: none;
	}
}
 .omniscient{
 	position: relative;
 	z-index: 2;
 	padding-bottom: 100px;
 	overflow:hidden;
 	border-bottom:1px solid rgba(255,255,255,.07);
 	background-color: #010101;
 }

 .omniscient .grid>.elem>span{
 	display: block;
 	font-size: 14px;
 	line-height: 160%;
 	color:#5E8272;
 }
 .omniscient .grid>.elem>p{
 	margin-top: 0px;
 	margin-bottom: 20px;
 	font-size: 16px;
 	line-height: 110%;
 	letter-spacing: -0.03em;
 	color:#83B59F;
 	font-weight: 500;
 }
  .omniscient .grid>.elem{
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  }
 .omniscient .grid{
 	margin-top: 80px;
 	display: grid;
 	grid-template-columns: repeat(3 ,1fr);
 	grid-column-gap: 60px;
 }
 .omniscient .video:before{
 	content:"";
 	position: absolute;
 	left:0px;
 	bottom:0px;
 	width: 100%;
 	height: 35%;
 	z-index: 2;
 	background:linear-gradient(to bottom, rgba(1,1,1,0), rgba(1,1,1,1));
 }
 .omniscient .outer__omniscient .media>img{
 	max-width: 100%;
 	border-radius: 20px;
 	border:1px solid rgba(255,255,255,.07);
 }
 .omniscient .outer__omniscient .media{
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin-top: 60px;
 }
 .omniscient .outer__omniscient>p{
 	text-align: center;
 	font-size: 14px;
 	line-height: 130%;
 	color:#83B59F;
 	letter-spacing: -0.03em;
 }
 .omniscient .outer__omniscient>.h2-title{
 	text-align: center;
 }
 .omniscient .outer__omniscient{
 	position: relative;
 	z-index: 2;
 }
 .omniscient .video>video{
 	width: 100%;
 }
 .omniscient .video{
 	position: relative;
 	margin-bottom: -15%;
 }

@media (max-width: 1100px){
	.resources__list--wrapper .resources__list{
		overflow-x: auto;
		justify-content: flex-start;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.resources__list--wrapper .resources__list::-webkit-scrollbar{ display: none; }
	.resources__list--wrapper .resources__list>ul{
		flex: 0 0 auto;
		margin-left: auto;
		margin-right: auto;
	}
	.resources__list--wrapper .resources__list>ul>li>a{
		white-space: nowrap;
	}
}
@media (max-width: 767px){
	.omniscient .outer__omniscient>p br{
		display: none;
	}
	.omniscient .outer__omniscient>p{
		max-width: 100%;
	}
	.resources__list--wrapper .resources__list>ul{
		gap: 8px;
	}
	.resources__list--wrapper .resources__list>ul>li>a{
		padding-left: 15px;
		padding-right: 15px;
		min-height: 38px;
		font-size: 12px;
	}
}
.hero__plans .switcher__plans ul{
	display: inline-flex;
	border-radius: 250px;
	padding:0px;
	list-style-type: none;
	margin:0px;
	background:linear-gradient(160deg, rgba(0,255,138,.05), rgba(4,14,10,.65) 55%, rgba(0,255,138,.03));
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(30px);
	position: relative;
	border:1px solid rgba(255,255,255,.10);
	gap:0px;
}
.hero__plans .switcher__plans ul>li{
	display: flex;
	flex:1 1 0;
}
.hero__plans .switcher__plans ul>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:100%;
	min-width: 118px;
	min-height: 42px;
	font-size: 14px;
	line-height: 90%;
	font-weight: 500;
	color:#83B59F;
	letter-spacing: -0.03em;
	border:1px solid transparent;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: color .3s ease, background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.hero__plans .switcher__plans ul>li:nth-child(1)>a{
	border-radius: 250px 7px 7px 250px;
}
.hero__plans .switcher__plans ul>li:last-child>a{
	border-radius: 7px 250px 250px 7px;
}
.hero__plans .switcher__plans ul>li>a.current{
	color:#FFFFFF;
	background: linear-gradient(160deg, rgba(0,255,138,.34), rgba(0,255,138,.09));
	border-color: transparent;
	box-shadow: 0 0 18px rgba(0,255,138,.26), inset 0 0 14px rgba(0,255,138,.10);
	text-shadow:0px 0px 10px rgba(255,255,255,.35);
	position: relative;
}
.hero__plans .switcher__plans ul>li>a.current::before{
	content:"";
	position:absolute;
	inset:0;
	border-radius:inherit;
	padding:1px;
	background-image: linear-gradient(135deg, #00FF8A 0%, rgba(0,255,138,.2) 50%, rgba(0,255,138,0) 100%);
	-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite:xor; mask-composite:exclude;
	pointer-events:none;
}
.hero__plans .switcher__plans{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.compare__plans .bottom__part>.list .sub__el>ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin:0px;
	padding:0px;
	list-style-type: none;
	gap:25px;
}
.compare__plans .bottom__part>.list:last-child .elem:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
@media (min-width: 1201px) {
	header .right .menu>ul>li>a,
	header .right .btns>a{
		transition: opacity .3s ease, color .3s ease;
	}

	header .right.nav-muted .menu>ul>li>a:not(.nav-active),
	header .right.nav-muted .btns>a:not(.nav-active){
		opacity:.4;
	}
}
.our__values>svg{
	pointer-events: none;
}
.compare__plans .bottom__part>.list .elem .sub__el:nth-chi d(2){
	padding-right: 15px;
}
.perks__wrapper .grid__box>.right__side>.elem:last-child .media>img{
	max-width: 100%;
	min-height: 323px;
	object-fit: cover;
	object-position: right center;
}
.perks__wrapper .grid__box>.right__side>.elem:last-child{
	margin-bottom: 0px;
}

.features{
	overflow: hidden;
}

.process__wrapper{
	overflow: hidden;
}
.circle__process>.dots{
	pointer-events: none;
}

.our__story .pre-title{
	text-align: center;
}
.our__story .h2-title{
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.reviews__hero .hero-fx .hero-rays,
	.reviews__hero .hero-fx .hero-glow{
		animation: none;
	}
	.hero__contact .outer__contact .desc>.float{ animation: none; }
	.our__story .desc .icon-float{ animation: none; }
	.our__values>svg{ animation: none; opacity:.85; }
}
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media{
	position: relative;
	top:10px;
}
.perks__wrapper .grid__box .elem{ overflow: hidden; }
.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media,
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media,
.perks__wrapper .grid__box>.right__side>.elem.double .elem>.media{ overflow: hidden; }

.perks__wrapper .grid__box>.right__side>.elem.double .elem>.media>img{
	width: 100%; height: 100%; object-fit: cover; display: block;
	object-position: top left;
}
.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media>img{
	width: 100%; height: 100%; object-fit: cover; display: block;
	object-position: top left;
}
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media>img{
	object-position: top left;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media{ height: 300px; }
.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media{ height: 250px; }
.perks__wrapper .grid__box>.right__side>.elem.double .elem>.media{ height: 290px; }

.avatar__media .avatar-float{
	--rv: 0;
	--dx: 16px;
	opacity: var(--rv);
	transform: translateX(calc(var(--dx) * (1 - var(--rv)))) scale(calc(.92 + .08 * var(--rv)));
	filter: blur(calc(6px * (1 - var(--rv))));
}
.avatar__media .avatar-float.float-3,
.avatar__media .avatar-float.float-4{ --dx: -16px; }
.avatar__media .avatar-float>.stick{
	transform: scaleX(var(--rv, 0));
}
.avatar__media .avatar-float.float-1>.stick,
.avatar__media .avatar-float.float-2>.stick{ transform-origin: left center; }
.avatar__media .avatar-float.float-3>.stick,
.avatar__media .avatar-float.float-4>.stick{ transform-origin: right center; }
.avatar__media .avatar-float>.stick:before{ opacity: var(--rv, 0); }
.avatar__media .avatar-float.revealed{ --rv: 1; }
.hero__middle .outer__hero{
	position: relative;
	z-index: 3;
}
.how__scheme .grid>.row.fifth>.desc{
	border-right:0px;
}
.our__values>.gradient-values{
	pointer-events: none;
}
.our__team--slider{
	overflow:hidden;
}
.our__team--slider>img.team-dots{
	position: absolute;
	right:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity:.1;
}
.roadmap .outer__roadmap{
	text-align: center;
}
.roadmap .outer__roadmap .pre-title{
	text-align: center;
}
.double__fade--section .outer__elem{
	overflow:visible;
}
.shorts-portfolio .slider-shorts .inn{
	border-radius: 12px;
	overflow:hidden;
}
.shorts-portfolio .slider-shorts .inn .media>img{
	max-width: 100%;
}
.shorts-portfolio .slider-shorts .inn .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.shorts-portfolio{
	overflow:hidden;
}
.shorts-portfolio .slick-slide {
    margin: 0 20px;
}
.shorts-portfolio .slider-shorts{
	position: relative;
}
.shorts-portfolio .slider-shorts:before{
	content:"";
	position: absolute;
	pointer-events: none;
	top:0px;
	left: calc(50% + 330px);
	right:0px;
	height: 100%;
	z-index: 3;
	background:linear-gradient(to left , rgba(5,14,10,1) , rgba(5,14,10,.0));
}
.shorts-portfolio .slider-shorts .inn .play-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
	z-index: 3;
}
.shorts-portfolio .slider-shorts .inn .media video.shorts-video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.shorts-portfolio .slider-shorts .inn .vp-progress{
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 12px;
	height: 3px;
	border-radius: 3px;
	background: rgba(255,255,255,.22);
	z-index: 4;
	overflow: hidden;
	pointer-events: none;
}
.shorts-portfolio .slider-shorts .inn .vp-progress>i{
	display: block;
	height: 100%;
	width: 0;
	border-radius: 3px;
	background: #00FF8A;
}
.shorts-portfolio .slider-shorts .inn .vp-progress{
	pointer-events: auto;
	cursor: pointer;
}
.shorts-portfolio .slider-shorts .inn .vp-progress::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: -10px;
}
.shorts-portfolio .slider-shorts .inn .play-btn .pause-ic{
	display: none;
	width: 46px;
	height: 46px;
	color: #FFFFFF;
	filter: drop-shadow(0 4px 14px rgba(0,0,0,.45));
}
.shorts-portfolio .slider-shorts .inn.is-playing .play-btn img{ display: none; }
.shorts-portfolio .slider-shorts .inn.is-playing .play-btn .pause-ic{ display: block; }
.shorts-portfolio .slider-shorts .inn.is-playing .play-btn{ opacity: 0; transition: opacity .25s ease; }
.shorts-portfolio .slider-shorts .inn.is-playing:hover .play-btn,
.shorts-portfolio .slider-shorts .inn.is-playing .play-btn:focus-visible{ opacity: 1; }
.shorts-portfolio .slider-shorts .inn .vc-sound{
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 9px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 250px;
	background: rgba(5,14,10,.45);
	backdrop-filter: blur(10px);
	color: #FFFFFF;
	cursor: pointer;
}
.shorts-portfolio .slider-shorts .inn .vc-sound svg{ width: 100%; height: 100%; display: block; }
.shorts-portfolio .slider-shorts .inn.user-mode .vc-sound{ display: inline-flex; }
.shorts-portfolio .slider-shorts .inn:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	opacity:.6;
	pointer-events: none;
	z-index: 2;
	background:linear-gradient(to top , rgba(0,0,0,1) ,rgba(0,0,0,0));
}
.shorts-portfolio .slider-shorts .inn{
	position: relative;
	width: 350px;
	height: 622px;
}

.shorts-portfolio.mixed-shorts .slider-shorts .elem.is-wide .inn{
	width: min(900px, 86vw);
}
.shorts-portfolio.mixed-shorts .slider-shorts .inn .media{
	width: 100%;
	height: 100%;
}
.shorts-portfolio.mixed-shorts .slider-shorts .inn .media>img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}
.shorts-portfolio.mixed-shorts .slider-shorts:before{
	left: calc(50% + 520px);
}

@media (max-width: 1280px){
	.hero__funnel>img{
		max-width: 500px;
	}
}
.shorts-portfolio .outer__shorts>p{
	text-align: center;
	margin:0px;
	font-size: 16px;
	letter-spacing: -0.03em;
	color:#83B59F;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.slider-shorts{
	margin-top: 60px;
}
.shorts-portfolio .outer__shorts>h2{
	text-align: center;
}
.shorts-portfolio .outer__shorts>span.pre-title{
	text-align: center;
}
.shorts-portfolio{
	padding:100px 0px;
	position: relative;
	z-index: 2;
}
.hero__email{
	position: relative;
	z-index: 2;
	background:url('../img/email-back.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}
.hero__email .btns{
	display: flex;
	justify-content: flex-start;
	gap:15px;
	margin-top: 40px;
}
.hero__email .outer__email>.desc>p{
	max-width: 560px;
	width: 100%;
	margin-top: 0px;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.hero__email .outer__email{
	min-height: 855px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.why__us{
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: relative;
}
.why__us .why__pin{
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	padding-top: 100px;
}
.why__us .why__grid>.elem.active{
	min-height: calc(100vh - 150px);
	margin-top: calc(-1 * var(--why-pull, 243px));
}
.why__us .why__grid>.elem.active:last-child{
	min-height: 100vh;
}
.why__us .why__grid>.elem.is-past{
	min-height: 0;
	opacity: 0;
	border-top-color: transparent;
}
.why__us .why__grid>.elem.active>.media{
	opacity:1;
}
.why__us .why__grid>.elem>.media>img{
	max-width: 100%;
}
.why__us .why__grid>.elem>.media{
	opacity:.3;
	position: absolute;
	inset: 0;
	transition: opacity .45s ease;
}
.why__us .why__grid>.elem .desc>p span{
	display: inline-flex;
	margin-right: 20px;
	opacity:.5;
}
.why__us .why__grid>.elem .desc>p{
	margin:0px;
	opacity:.65;
	display: flex;
	font-size: 24px;
	align-items: center;
	justify-content: flex-start;
	color:#5E8272;
	transition: opacity .6s ease, color .6s ease;
}
.why__us .why__grid>.elem.active .desc>p{
	opacity:1;
}
.why__us .why__grid>.elem.active .desc>span{
	opacity:1;
}
.why__us .why__grid>.elem.active .desc{
	bottom:91px;
}
.why__us .why__grid>.elem:nth-child(1){
	border-top:0px;
}
.why__us .why__grid>.elem .desc{
  max-width: 1330px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  left:50%;
  transform:translateX(-50%);

  bottom:44px;
  position: absolute;
  z-index: 2;
  transition: bottom .55s cubic-bezier(.6,.01,.2,1);
}
.why__us .why__grid>.elem{
	position: relative;
	border-top:1px solid rgba(255,255,255,.07);
	height: 0;
	min-height: 120px;
	overflow:hidden;
	transition: min-height .55s cubic-bezier(.6,.01,.2,1), margin-top .55s cubic-bezier(.6,.01,.2,1), opacity .4s ease, border-color .4s ease;
}
.why__us .outer__why>p{
	text-align: center;
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.why__us .outer__why>.h2-title{
	text-align: center;
}
.why__us .outer__why>span{
	text-align: center;
}
.why__us .outer__why{
	position: relative;
	z-index: 3;
}
.hero__template{
	position: relative;
	z-index: 2;
	height: 260vh;
}
.hero__template .hero__pin{
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}
.hero__template .hero__pin>img{
	border-radius: 12px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transform-origin: center;
	will-change: transform, opacity;
}
.hero__template .template-1{
	max-width: 180px;
	top:6%;
	left:3%;
}
.hero__template .template-2	{
	max-width: 120px;
	top:35%;
	left:10%;
}
.hero__template .template-3	{
	max-width: 200px;
	top:60%;
	left:5%;
}
.hero__template .template-4	{
	max-width: 130px;
	bottom:15%;
	left:20%;
}
.hero__template .template-5{
	max-width: 160px;
	right:10%;
	top:7%;
}
.hero__template .template-6{
	max-width: 150px;
	right:15%;
	top:38%;
}
.hero__template .template-7{
	max-width: 180px;
	right:4%;
	top:60%;
}
.hero__template .template-8{
	max-width: 180px;
	right:20%;
	bottom:15%;
}

.hero__template .inn .desc>.h2-title{
	position: relative;
}
.hero__template .inn .desc{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.hero__template .inn .desc .inline-ellipse{
	position: absolute;
	left:0px;
	width: 600px;
	top:0px;
	height: auto;
}
.hero__template .inn .desc>h1 , .hero__template .inn .desc>p , .hero__template .inn .desc>.btns{
	position: relative;
	z-index: 2;
}
.hero__template .inn .desc .btns{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:15px;
	margin-top: 40px;
}
.hero__template .inn .desc>p{
	margin:0px;
	max-width: 700px;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
}
.hero__template .inn .desc>.h2-title .icon{
	position: absolute;
	right: -80px;
	bottom:-6px;
}
.hero__template .hero__pin>.inn{
	position: absolute;
	inset: 0;
	width: 100%;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 120px;
	z-index: 2;
	overflow: hidden;
	border-radius: 0px;
	transform-origin: center center;
	will-change: transform, border-radius;
}
.hero__template .hero__pin>.inn .container{
	width: 100%;
}
.markets__dead .outer__markets{
	position: relative;
}
.markets__dead .outer__markets .video__box .caption>p span{
	color:#fff;
}
.markets__dead .outer__markets .video__box .caption>p{
	text-align: center;
	margin:0px;
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.markets__dead .outer__markets .video__box .caption{
	margin-top: 50px;
	position: relative;
	z-index: 3;
	text-align: center;
}
.markets__dead .outer__markets .video__box .video>img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 18px;
	opacity:.3;
}
.markets__dead .outer__markets .video__box .video>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:50%;
	left:50%;
	z-index: 3;
	transform:translate(-50% ,-50%);
}
.markets__dead .outer__markets .video__box .video{
	max-width: 745px;
	position: relative;
	width: 100%;
	height: 426px;
	border-radius: 18px;
	border:1px solid rgba(255,255,255,.07);
}
.markets__dead .outer__markets .video__box .video:before{
	content:"";
	top:0px;
	position: absolute;
	left:0px;
	width: 100%;
	background-color: rgba(0,0,0,.4);
	height: 100%;
	z-index: 3;
	border-radius: 18px;
}
.markets__dead .outer__markets .video__box{
	position: absolute;
	left:50%;
	top:50%;
	width: 100%;
	max-width: 745px;
	transform:translate(-50% ,-50%);
	z-index: 2;
}

.markets__dead .skull__media>.skull{
	opacity: 0;
	transform: translateY(26px) scale(.96);
	transition: opacity .9s ease, transform .9s ease;
}
.markets__dead .skull__media>.bones{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .9s ease, transform .9s ease;
}
.markets__dead .outer__markets>h2{
	opacity: 0;
	transform: translateX(-60px);
	transition: opacity 1s ease, transform 1s cubic-bezier(.2,.7,.2,1);
}
.markets__dead .outer__markets .skull__media{
	transition: opacity .9s ease, transform .9s ease;
}
.markets__dead .outer__markets .video__box{
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%,-42%) scale(.92);
	transition: opacity 1.2s ease .25s, transform 1.2s cubic-bezier(.22,.61,.36,1) .25s;
}
.markets__dead .outer__markets .video__box .video{
	box-shadow: 0 42px 120px rgba(0,0,0,.65), 0 8px 40px rgba(0,0,0,.5), 0 0 90px rgba(0,255,138,.07);
}
.markets__dead.m-skull .skull__media>.skull{ opacity: 1; transform: none; }
.markets__dead.m-bones .skull__media>.bones{ opacity: 1; transform: none; }
.markets__dead.m-title .outer__markets>h2{ opacity: 1; transform: none; }
.markets__dead.m-video .outer__markets .skull__media{ opacity: 0; transform: scale(.97); pointer-events: none; }
.markets__dead.m-video .outer__markets>h2{ opacity: 0; transform: translateY(-18px); }
.markets__dead.m-video .outer__markets .video__box{ opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }

.markets__dead{
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.07);
}
.hero__graphic--design .outer__graphic .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap:15px;
}
.hero__graphic--design .outer__graphic>p{
	text-align: center;
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -0.03em;
	color:#83B59F;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.hero__graphic--design{
	position: relative;
	border-bottom:1px solid rgba(255,255,255,.07);
	z-index: 2;
}
.hero__graphic--design .tickets-orbit{
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	-webkit-mask: radial-gradient(ellipse 46% 50% at var(--hero-fx,50%) var(--hero-fy,50%),
		rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, #000 52%, #000 100%);
	        mask: radial-gradient(ellipse 46% 50% at var(--hero-fx,50%) var(--hero-fy,50%),
		rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, #000 52%, #000 100%);
}
.hero__graphic--design .tickets-orbit .ticket{
	position: absolute;
	left: 0;
	top: 0;
	will-change: transform;
	opacity: 0;
	transition: opacity .9s ease;
}
.hero__graphic--design .tickets-orbit .ticket img{
	display: block;
	transform: translate(-50%, -50%);
	border-radius: 12px;
	box-shadow: 0 22px 55px rgba(0,0,0,.5);
	-webkit-user-drag: none;
	user-select: none;
}
.hero__graphic--design::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: radial-gradient(ellipse 52% 52% at var(--hero-fx,50%) var(--hero-fy,50%), rgba(6,14,11,1) 0%, rgba(6,14,11,1) 34%, rgba(6,14,11,.6) 60%, rgba(6,14,11,0) 86%);
}
.hero__graphic--design .graphic-ellipse{
	position: absolute;
	left: var(--hero-fx, 50%);
	top: var(--hero-fy, 50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	z-index: 2;
	pointer-events: none;
}
.hero__graphic--design .outer__graphic{
	min-height: 855px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}
.hero__graphic--design .outer__graphic{
	position: relative;
	z-index: 3;
}
.brain__wrapper{
	background-color: #000;
	overflow:hidden;
}
.brain__wrapper .media>img{
	max-width: 1920px;
	min-width: 1920px;
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
	        mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
}
.brain__wrapper .media{
	position: relative;
}
.brain__wrapper .media .icons__wrapper .icon.icon-1{
	left:19.7%;
	top:13.1%;
}
.brain__wrapper .media .icons__wrapper .icon.icon-2{
	left:47.5%;
	top:4.3%;
}
.brain__wrapper .media .icons__wrapper .icon.icon-3{
	left:72.0%;
	top:9.2%;
}
.brain__wrapper .media .icons__wrapper .icon.icon-4{
	left:85.7%;
	top:31.7%;
}
.brain__wrapper .media .icons__wrapper .icon.icon-5{
	left:87.3%;
	top:58.1%;
}
.brain__wrapper .media .icons__wrapper .icon.icon-6{
	left:76.7%;
	top:73.9%;
}
.brain__wrapper .media .icons__wrapper .icon.icon-7{
	left:40.5%;
	top:69.1%;
}

.brain__wrapper .media .icons__wrapper .icon.icon-8{
	left:22.9%;
	top:57.2%;
}

.brain__wrapper .media .icons__wrapper .icon.icon-9{
	left:8.2%;
	top:31.6%;
}

.brain__wrapper .media .icons__wrapper .icon{
	position: absolute;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	backdrop-filter:blur(22px);
	-webkit-backdrop-filter:blur(22px);
	border-radius: 250px;
	background:linear-gradient(to top right, rgba(255,255,255,0.01) , rgba(255,255,255,0.05));
	border:1px solid rgba(255,255,255,.09);
}
.brain__wrapper .media .icons__wrapper{
	width: 1080px;
	max-width: none;
	height: 790px;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
}
.brain__wrapper{
	position: relative;
}
.brain__wrapper>.dots{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	background: radial-gradient(ellipse 56% 72% at 50% 55%, rgba(2,7,5,.85), rgba(2,7,5,0) 78%);
	width: 1440px;
	max-width: 100%;
	height: 494px;
	-webkit-mask-image: radial-gradient(ellipse 54% 70% at 50% 52%, #000 0%, rgba(0,0,0,.75) 45%, rgba(0,0,0,.28) 66%, transparent 86%);
	        mask-image: radial-gradient(ellipse 54% 70% at 50% 52%, #000 0%, rgba(0,0,0,.75) 45%, rgba(0,0,0,.28) 66%, transparent 86%);
}
.brain__wrapper>.dots>.ascii-dots{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .34;
}
.brain__wrapper .bottom__box>p{
	margin:0px;
	font-size: 14px;
	line-height: 160%;
	color:#83B59F;
	letter-spacing: -0.03em;
}
.brain__wrapper .bottom__box{
	width: 100%;
	max-width: 756px;
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	background-color:rgba(255,255,255,.01);
	backdrop-filter:blur(20px);
	padding:28px;
	z-index: 2;
	bottom:80px;
	border-radius: 12px;
	border:1px solid rgba(255,255,255,.07);
}
.brain__wrapper .top>p{

	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	text-align: center;
}
.brain__wrapper .top{
	z-index: 2;
	text-align: center;
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top:100px;
}
.brain__wrapper .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.brain__wrapper .media>img{ position: relative; z-index: 0; }
.brain__wrapper .media>.brain-fog{
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	pointer-events: none;
	filter: blur(160px) saturate(1.1);
	transform: translateZ(0);
}
.brain__wrapper .media>.brain-glyphs{
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
	pointer-events: none;
}
.brain__wrapper .media .icons__wrapper{ z-index: 3; }
.brain__wrapper .media .icons__wrapper .icon{
	pointer-events: auto;
	cursor: pointer;
	transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.brain__wrapper .media .icons__wrapper .icon.active{
	transform: scale(1.06);
	border-color: rgba(255,255,255,.22);
	background: linear-gradient(to top right, rgba(255,255,255,.02), rgba(255,255,255,.08));
	box-shadow: 0 0 14px rgba(0,255,138,.10);
}
.brain__wrapper .media .brain-cards-layer{
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}
.brain__wrapper .media .brain-card{
	position: absolute;
	width: 260px;
	margin: 0;
	pointer-events: auto;
	opacity: 0;
	transform: translateY(8px) scale(.96);
	transition: opacity .26s ease, transform .26s cubic-bezier(.22,.61,.36,1);
	background: rgba(12,16,14,.72);
	border: none;
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0,0,0,.55);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}
.brain__wrapper .media .brain-card::before{
	content:"";
	position: absolute;
	inset: 0;
	border-radius: 14px;
	padding: 1px;
	background: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,0));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask-composite: exclude;
	pointer-events: none;
}
.brain__wrapper .media .brain-card .desc>p{ color: #83B59F; }
.brain__wrapper .media .brain-card .desc>span{ color: #5E8272; }
.brain__wrapper .media .brain-card.show{ opacity: 1; transform: none; }

.double__fade--section>img{
	position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	z-index: -1;
}
.double__fade--section .outer__elem.double{
	padding-top: 30px;
}
.double__fade--section .outer__elem.double .desc .pre-title{
	margin-top: -30px;
}

.hero__graphic--design .h2-title{
	text-transform: initial;
}
.hero__funnel .outer__funnel{
	position: relative;
}
.hero__funnel .outer__funnel>img{
	max-width: 605px;
	position: absolute;
	left:-160px;
	bottom:0px;
}
@media (max-width: 1640px){
	.hero__main .media img{
		max-width: calc(100% + 100px);
	}
}
.compare__plans .plans{
	gap:32px;
}
.compare__plans .bottom__part>.list .elem>.sub__el:nth-child(2){
	margin-right: 32px;
}
.omniscient.single .outer__omniscient>p{
	margin-right: auto;
	margin-left: 0px;
	text-align: left;
}
.omniscient.single .outer__omniscient>h2{
	text-align: left;
}
.omniscient.single{
	padding-top: 100px;
}
.about__hero{
	position: relative;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.about__hero:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.5);
	backdrop-filter:blur(3px);
}
.about__hero>video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our__team--slider>.team-dots-new{
	opacity:.1;
}
.hero__middle.hero-typing .outer__hero>p{
	max-width: 640px;
}
.hero__middle.hero-typing .h2-title{
	text-align: center;
}
.hero__middle.hero-typing{
	position: relative;
	background:none!important;
	background-color: #010303!important;
}
.hero__middle>video{
	max-height: calc(100% + 120px);
	height: calc(100% + 120px);
	max-width: 100%;
	width: 100%;
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top:-280px;
	opacity:.75;
}
@media (max-width: 1280px){
	.hero__funnel .outer__funnel>img{
		left:-240px;
	}
}
.markets__dead:before{
	content:"";
	position: absolute;
	top:50%;
	height: 1px;
	z-index: 3;
	transform:translateY(-50%);
	left:0px;
	width: 50%;
	background:linear-gradient(to right , rgba(255,255,255,.03) , rgba(255,255,255,0));
}
.markets__dead:after{
	content:"";
	position: absolute;
	top:50%;
	height: 1px;
	z-index: 3;
	transform:translateY(-50%);
	right:0px;
	width: 50%;
	background:linear-gradient(to left , rgba(255,255,255,.03) , rgba(255,255,255,0));
}
.screen__wrapper{
	position: relative;
	padding-top: 100px;
	border-bottom:1px solid rgba(255,255,255,.07);
	background-color: #091811;
}
.screen__wrapper .media>img{
	max-width: 100%;
}
.screen__wrapper .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.screen__wrapper .outer__screen>p{
	margin:0px;
	font-size: 14px;
	line-height: 130%;
	color:#83B59F;
}
.screen__wrapper .outer__screen{
	text-align: center;
	margin-bottom: 60px;
}
.screen__wrapper .media{
	display: flex;
	justify-content: center;
	align-items: center;
}
.workflows__hero .outer__workflows .btns{
	display: flex;
	gap:15px;
	margin-top: 40px;
}
.workflows__hero .outer__workflows>p{
	text-align: center;
	margin:0px auto;

	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color:#83B59F;
	max-width: 740px;
}
.workflows__hero>video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.workflows__hero{
	position: relative;
	z-index: 2;
}
.workflows__hero .outer__workflows{
	min-height: 855px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 120px;
	justify-content: flex-end;
}
.hero__brain .outer__hero{
	position: relative;
	z-index: 2;
}
@media (max-width: 1200px){
	.hero__brain{
		position: relative;
	}
	.hero__brain:before{
		content:"";
		position: absolute;
		left:0px;
		top:0px;
		width: 100%;
		height: 100%;
		background-color:rgba(0,0,0,.3);
		z-index: 2;
	}
	.hero__brain .brain-vid-box.vid-cover>video{
		object-position: 0% center!important;
	}
	.hero__middle>video{
		top:-220px;
	}
	.workflows__hero .outer__workflows .btns{
		margin-top: 25px;
	}
	.workflows__hero .outer__workflows{
		min-height: 750px;
		padding-bottom: 80px;
	}
	.workflows__hero .outer__workflows>p{
		font-size: 14px;
	}
	.screen__wrapper{
		padding-top: 60px;
	}
	.screen__wrapper .outer__screen>p{
		font-size: 12px;
	}
	.screen__wrapper .outer__screen{
		margin-bottom: 40px;
	}
	.hero__resources .outer__resources>p{
		font-size: 14px;
	}
	.omniscient .grid{
		margin-top: 45px;
	}
	.omniscient{
		padding-bottom: 60px;
	}
	.omniscient .outer__omniscient .media{
		margin-top: 40px;
	}
	.compare__plans .bottom__part>.subtitle>p{
		font-size: 24px;
	}
	.hero__plans{
		padding-bottom: 60px;
	}
	.brain__wrapper .bottom__box{
		padding:18px;
		bottom:45px;
	}
	.resources__list--wrapper{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.resources__list--wrapper .resources__list{
		margin-bottom: 50px;
	}
	.resources__list--wrapper .resource__el>.desc:nth-child(1){
		padding-left: 24px;
	}
	.resources__list--wrapper .resource__el>.desc:nth-child(2){
		padding-right: 24px;
	}
	.resources__list--wrapper .resource__el{
		margin-bottom: 45px;
	}
	.resources__list--wrapper .resource__el .inn >p{
		font-size: 12px;
	}
	.resources__list--wrapper .resource__el{
		gap:48px;
	}
	.hero__resources .outer__resources{
		min-height: 740px;
		padding-top: 140px;
	}
	.hero__main{
		padding-top: 120px;
	}
	.hero__main .media{
		margin-top: 40px;
	}
	.hero__main .outer__hero--main>p{
		font-size: 14px;
	}
	.hero__graphic--design .outer__graphic{
		min-height: 700px;
	}
	.hero__graphic--design .outer__graphic{
		padding-bottom: 60px;
	}
	.hero__graphic--design .outer__graphic>p{
		font-size: 14px;
		max-width: 540px;
	}
	.markets__dead .outer__markets{
		min-height: 700px;
	}
	.markets__dead .outer__markets .video__box .caption>p{
		font-size: 26px;
	}
	.hero__template .inn .desc>.h2-title .icon img{
		max-width: 50px;
	}
	.hero__template .inn .desc>.h2-title .icon{
		right: -70px;
	}
	.hero__template .inn .desc>p{
		font-size: 14px;
	}
	.hero__template .hero__pin>.inn{
		padding-bottom: 60px;
	}
	.why__us .why__pin{
		padding-top: 70px;
	}
	.why__us .why__grid>.elem.active .desc{
		bottom:60px;
	}
	.why__us .why__grid>.elem .desc>p{
		font-size: 20px;
	}
	.hero__grid--video .outer__hero .btns{
		margin-top: 30px;
	}
	.hero__grid--video .grid-float .row .el{
		min-width: 250px;
		max-width: 250px;
	}
	.hero__grid--video .outer__hero{
		min-height: 640px;
	}
	.hero__email .btns{
		margin-top: 25px;
	}
	.hero__email .outer__email>.desc>p{
		font-size: 14px;
		max-width: 520px;
	}
	.hero__grid--video .outer__hero>.desc>p{
		font-size: 14px;
		max-width: 480px;
	}
	.shorts-portfolio .outer__shorts>p{
		font-size: 14px;
	}
	.slider-shorts{
		margin-top: 40px;
	}
	.shorts-portfolio{
		padding:60px 0px;
	}
	.hero__email .outer__email{
		min-height: 650px;
	}
	.hero__funnel .outer__funnel>img{
		max-width: 460px;
		left:-30px;
	}
	.hero__funnel .outer__funnel{
		max-width: 980px;
	}
	.hero__funnel .outer__funnel .desc>p{
		font-size: 14px;
	}
	.campaign__wrapper .container{
		padding-top: 60px;
	}
	.campaign__wrapper .top{
		margin-bottom: 35px;
	}
	.hero__funnel .outer__funnel .desc{
		max-width: 480px;
		margin-right: 0px;
	}
	.hero__funnel .outer__funnel{
		min-height: 700px;
	}
	.portfolio__wrapper{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.portfolio__wrapper .outer__portfolio>p{
		font-size: 14px;
	}
	.portfolio--box>img{
		max-width: 280px;
	}
	.phone__rows .row>img{
		min-width: 220px;
		max-width: 220px;
	}
	.portfolio--box{
		height: 940px;
	}
	.hero__analytics .outer__hero .h2-title{
		margin-bottom: 20px;
	}
	.hero__analytics .outer__hero .media-analytics{
		margin-bottom: 35px;
	}
	.hero__analytics .btns{
		margin-top: 25px;
	}
	.hero__analytics .cards-left{
		max-width: 240px;
	}
	.hero__analytics{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.hero__analytics .outer__hero .media-analytics{
		margin-bottom: 35px;
	}
	.hero__analytics .outer__hero>p{
		font-size: 14px;
	}
	.hero__analytics>.circle-side{
		width: 400px;
		height: 400px;
		right:-200px;
		bottom:-200px;
	}
	.how__works--graph{
		padding:60px 0px;
	}
	.double__fade--section .outer__elem.double>.desc{
		min-width: 360px;
		max-width: 360px;
		margin-right: 35px;
	}
	.double__fade--section .outer__elem{
		padding-top: 60px;
	}
	.double__fade--section .outer__elem .media{
		margin-top: 40px;
	}
	.matrix_wrapper>.mask-back{
		min-width: 1240px;
	}
	.matrix_wrapper .outer__matrix .desc{
		max-width: 440px;
		width: 70%;
	}
	.matrix_wrapper .outer__matrix .desc>p{
		margin-bottom: 30px;
	}
	.matrix_wrapper{
		padding:60px 0px;
	}
	.voyage__wrapper{
		background-position: center center;
	}
	.voyage__wrapper .outer__voyage>.desc{
		max-width: 540px;
	}
	.our__values .values__block>.elem{
		flex-direction: column;
		align-items: flex-start;
	}
	.our__values .values__block>.elem>.title{
		margin-right: 0px;
		margin-bottom: 20px;
		min-width: 0px;
		max-width: 100%;
	}
	.our__values .outer__values{
		gap:30px;
	}
	.our__story .desc{
		max-width: 700px;
	}

	.about__hero .outer__about>p{
		font-size: 14px;
	}
	.team__members{
		padding:60px 0px;
	}
	.team__members .outer__members>.top{
		margin-bottom: 40px;
	}
	.team__hero .outer__team{
		padding:240px 0px;
	}
	.team__hero .outer__team>.desc>p{
		font-size: 14px;
	}
	.team__hero .person-float>.arrow{
		width: 16px;
    top: -23px;
    left: 32px;
    min-width: 16px;
	}
	.cases-slider .slide .inn{
		padding:25px;
	}
	.cases-slider{
		margin-top: 40px;
	}
	.cases-slider .slide .inn .desc>p{
		font-size: 26px;
		bottom:7px;
	}
	.elem__article--case .slider{
		margin-top: 40px;
	}
	.case__hero .outer__case .outline img{
		max-width: 400px;
	}
	.case__hero .outer__case .outline{
		margin-top: 40px;
	}
	.case__hero{
		padding-top: 120px;
	}
	.case__hero .outer__case .desc>p{
		font-size: 14px;
	}
	.how__scheme .bottom__strokes>.stroke{
		height: 60px;
	}
	.how__scheme .grid>.row .desc>p{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.how__scheme .grid>.row .desc>span{
		font-size: 12px;
	}
	.how__scheme{
		padding-top: 60px;
	}
	.how__scheme .grid{
		margin-top: 40px;
	}
	.how__scheme .grid>.row .media>img{
		width: 100%;
	}
	.how__scheme .grid>.row.fifth>.desc,.how__scheme .grid>.row.fifth>.media,.how__scheme .grid>.row.fourth>.media,.how__scheme .grid>.row.fourth>.desc, .how__scheme .grid>.row.first>.desc , .how__scheme .grid>.row.first>.media , .how__scheme .grid>.row.second>.desc , .how__scheme .grid>.row.second>.media , .how__scheme .grid>.row.third>.media , .how__scheme .grid>.row.third>.desc{
		padding:30px;
	}
	.hero__brain .outer__hero .btns{
		margin-top: 30px;
	}
	.ticker__tags .ticker.first{
		margin-top: 35px;
	}
	.ticker__tags{
		padding:60px 0px;
	}
	.hero__middle .outer__hero .btns{
		margin-top: 30px;
	}
	.hero__middle{
		overflow:hidden;
	}
	.hero__middle>img{
		max-width: 940px;
	}
	.about__hero .outer__about{
		min-height: 600px;
	}
	.hero__brain .outer__hero{
		min-height: 600px;
		padding-bottom: 40px;
	}
	.hero__brain .outer__hero>p{
		font-size: 14px;
	}
	.hero__middle .outer__hero{
		min-height: 600px;
		padding-bottom: 40px;
	}
	.hero__bottom .outer__hero{
		min-height: 600px;
		padding-bottom: 40px;
	}
	.hero__middle .outer__hero>p{
		font-size: 14px;
	}
	.hero__bottom .outer__hero>p{
		font-size: 14px;
	}
	.hero__bottom .outer__hero .btns{
		margin-top: 25px;
	}
	.workflows__wrapper .grid>.elem .desc{
		left:15px;
		bottom:15px;
		width: calc(100% - 30px);
	}
	.workflows__wrapper{
		padding:60px 0px;
	}
	.integrations__wrapper .outer__integrations .outlined-box{
		margin-left: 70px!important;
	}
	.integrations__wrapper .outer__integrations .circle-integration{
		left:128px!important;
	}
	.integrations__wrapper .outer__integrations{
		min-height: 720px;
	}
	.hero__plans.not-hero{
		padding:60px 0px;
	}
	.hero__contact form .float.float-1{ left:-110px; bottom:80px; }
	.hero__contact form .float.float-2{ right:-120px; top:-25px; }

	.features{
		padding:60px 0px;
	}
	.features .features__box{
		margin-top: 40px;
	}
	.perks__wrapper .grid__box>.right__side>.elem.double .elem{
		height: 485px;
	}
	.perks__wrapper .grid__box>.left__side>.elem>p, .perks__wrapper .grid__box>.left__side>.elem>span{
		padding-right: 0px;
	}
	.hero__video .outer__hero{
		min-height: 600px;
	}
	.hero__contact{
		padding:60px 0px;
	}
	.cta__wrapper.with-background{
		padding:60px 0px;
	}
	.how__works{
		padding-bottom: 60px;
	}
	.how__works .container{
		padding-top: 60px;
	}
	.perks__wrapper{
		padding:60px 0px;
	}
	.perks__wrapper .grid__box{
		margin-top: 35px;
	}
	.perks__wrapper .grid__box>.right__side>.elem:last-child .desc{
		margin-left: 30px;
	}
	.perks__wrapper .grid__box>.left__side>.elem span, .perks__wrapper .grid__box>.right__side>.elem span{
		font-size: 12px;
		margin-bottom: 12px;
	}
	.perks__wrapper .grid__box>.left__side>.elem span, .perks__wrapper .grid__box>.right__side>.elem span:last-child{
		margin-bottom: 0px;
	}
	.perks__wrapper .grid__box>.right__side>.elem:last-child .desc{
		margin-right: auto;
	}
	.perks__wrapper .grid__box>.left__side>.elem p, .perks__wrapper .grid__box>.right__side>.elem p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.avatar__wrapper{
		padding-top: 60px;
	}
	.avatar__wrapper .outer__avatar .avatar__media{
		max-width: 480px;
	}
	.avatar__wrapper .outer__avatar .avatar__media img{
		max-width: 480px;
	}
	.avatar__media .avatar-float.float-1{
		right: -50px;
	}
	.avatar__media .avatar-float.float-1>.stick{
		left:-150px;
		width: 150px;
	}
	.avatar__media .avatar-float.float-2{
		right: -100px;
		top:133px;
	}
	.avatar__media .avatar-float.float-2>.stick{
		left: -178px;
		width: 178px;
	}
	.avatar__media .avatar-float.float-3>.stick{
		right:-160px;
		width: 160px;
	}
	.avatar__media .avatar-float.float-4{
		left:-200px;
		bottom:207px;
	}
	.avatar__media .avatar-float.float-4>.stick{
		width: 120px;
		right: -120px;
	}
	.avatar__media .avatar-float.float-3{
		left:-120px;
		top:215px;
	}
	.process__wrapper{
		padding:60px 0px;
	}
 .faq-dots{
		width: 840px;
		height: auto;
	}
	.hero__plans .outer__hero>h1{
		margin-bottom: 20px;
	}
	.hero__plans .inner__plans{
		margin-top: 25px;
	}
	.hero__plans{
		padding-top: 160px;
	}
	.compare__plans{
		padding-bottom: 45px;
	}
	.compare__plans .plans{
		max-width: 560px;
		gap:25px;
	}
	.compare__plans .bottom__part>.list .elem .sub__el{
		width: 267.5px;
	}
	.compare__plans .bottom__part>.list .elem .sub__el:nth-child(2){
		margin-right: 25px;
	}
	.compare__plans{
		padding-top:20px;
	}
	.compare__plans .bottom__part>.list .elem .sub__e {
		width: 280px;
	}
	.our__team--slider{
		padding:60px 0px;
	}
	.outer__team--slider>.h2-title{
		margin-bottom: 35px;
	}
	.our__story{
		padding-top: 60px;
		padding-bottom: 150px;
	}
	.our__values{
		padding:60px 0px;
	}
	.our__values .values__block>.elem>.title>p{
		font-size: 16px;
	}
	.our__values .values__block>.elem>.title>.media{
		margin-right: 15px;
	}
	.our__values .values__block>.elem{
		padding:20px;
	}
	.our__values .values__block>.elem>.title{
		min-width: 260px;
		max-width: 260px;
	}
	.roadmap .outer__roadmap .map__box{
		margin-top: 35px;
	}
	.roadmap{
		padding:60px 0px;
	}
	.voyage__wrapper .outer__voyage>.desc>h2{
		margin-bottom: 40px;
	}
	.voyage__wrapper{
		padding:60px 0px;
	}
	.faq__wrapper{
		padding:60px 0px;
	}
	.faq__wrapper .outer__faq .content>.elem .head-faq>p{
		font-size: 20px;
	}
	.faq__wrapper .outer__faq .content>.elem .content-faq>p{
		font-size: 12px;
	}
	.faq__wrapper .outer__faq .content>.elem{
		padding-bottom: 20px;
	}
	.faq__wrapper .outer__faq .content>.elem{
		padding-top: 20px;
	}
	.faq__wrapper .outer__faq>.top{
		margin-bottom: 40px;
	}
	.case__feed .right__box .inn{
		min-width: 290px;
		max-width: 290px;
	}
	.case__feed .outer__case .inn>.left{
		min-width: 200px;
		max-width: 200px;
	}
	.case__feed .outer__case .inn>.left>.float-left>ul>li>a{
		font-size: 20px;
		padding-bottom: 20px;
	}
	.case__feed .inner__content{
		width: calc(100% - 550px);
	}
	.more__case--studies .outer__cases>.top{
		margin-bottom: 35px;
	}
	.hero__contact .outer__contact form{
		max-width: 500px;
	}
	.reviews__hero .outer__reviews .single__review--wrapper{
		margin-top: 35px;
	}
	.h2-title{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.customers__feedback .outer__customers>.top{
		margin-bottom: 35px;
	}
	.customers__feedback{
		padding:60px 0px;
	}
	.pre-title{
		margin-bottom: 20px;
	}
	.trusted__wrapper .pre-title{
		margin-bottom: 25px;
	}
	.h2-title.bigger, .h2-title.bigger span{
		font-size: 64px;
	}
	.cta__wrapper .outer__cta>.h2-title{
		margin-bottom: 20px;
	}
	.cta__wrapper .outer__cta>p{
		font-size: 14px;
	}
	.cta__wrapper .outer__cta .btns{
		margin-top: 25px;
		margin-bottom: 20px;
	}
	footer .bottom__footer{
		margin-top: 60px;
		padding:30px 0px;
	}
	footer{
		padding-top: 50px;
	}
	footer .right-col{
		gap:60px;
	}
	.trusted__wrapper{
		padding-top: 45px;
	}
	.trusted__wrapper .marquee__wrapper ul li>img{
		max-width: 80%;
		max-height: 100px;
	}
	.trusted__wrapper .marquee__wrapper ul li{
		min-width: 340px;
		max-width: 340px;
		padding-left: 25px;
		padding-right: 25px;
		min-height: 140px;
		max-height: 140px;
	}
	.customers__feedback .card .inn>p{
		font-size: 26px;
	}
	.customers__feedback .card .inn{
		padding:20px;
	}
	.customers__feedback .card .inn .customer-logo>.spacer{
		margin:0px 10px;
	}
	.testimonial__wrapper .outer__testimonial>.comment>p{
		font-size: 26px;
	}
	.testimonial__wrapper{
		padding:60px 0px;
	}
	.testimonial__wrapper .outer__testimonial .author{
		margin-top: 25px;
	}
	.menu-btn{
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		width: 34px;
		height: 34px;
		padding: 0;
		border-radius: 7px;
		border: 1px solid rgba(255,255,255,.1);
		background: linear-gradient(to top right, rgba(255,255,255,0), rgba(255,255,255,.07));
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
		cursor: pointer;
		position: relative;
		z-index: 12;
	}
	.menu-btn span{
		display: block;
		width: 16px;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		transition: transform .35s cubic-bezier(.7,0,.3,1), opacity .2s ease;
	}
	header.nav-open .menu-btn span:nth-child(1){ transform: translateY(5px) rotate(45deg); }
	header.nav-open .menu-btn span:nth-child(2){ opacity: 0; transform: scaleX(.3); }
	header.nav-open .menu-btn span:nth-child(3){ transform: translateY(-5px) rotate(-45deg); }

	header .outer__header .right{
		position: fixed;
		top: 0;
		right: 0;
		width: min(420px, 86vw);
		height: 100dvh;
		padding: 110px 28px 40px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		background: linear-gradient(180deg, rgba(12,28,20,.96), rgba(7,18,13,.98));
		-webkit-backdrop-filter: blur(24px);
		backdrop-filter: blur(24px);
		border-left: 1px solid rgba(255,255,255,.08);
		box-shadow: -40px 0 120px rgba(0,0,0,.6);
		transform: translateX(105%);
		opacity: 0;
		visibility: hidden;
		transition: transform .45s cubic-bezier(.6,0,.2,1), opacity .3s ease, visibility 0s linear .45s;
		overflow-y: auto;
		z-index: 10;
	}
	header.nav-open .outer__header .right{
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		transition: transform .45s cubic-bezier(.6,0,.2,1), opacity .3s ease;
	}

	header .nav-backdrop{
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,.5);
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s ease, visibility 0s linear .35s;
		z-index: 9;
	}
	header.nav-open .nav-backdrop{
		opacity: 1;
		visibility: visible;
		transition: opacity .35s ease;
	}

	header .outer__header .menu{
		position: static;
		transform: none;
		width: 100%;
	}
	header .outer__header .menu>ul{
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}
	header .right .menu>ul>li{
		width: 100%;
		padding: 0;
		border-bottom: 1px solid rgba(255,255,255,.07);
	}
	header .outer__header .menu>ul>li>a{
		justify-content: space-between;
		width: 100%;
		padding: 16px 2px;
		font-size: 16px;
	}
	header .outer__header .menu>ul>li>a span img{
		min-width: 12px;
		max-width: 12px;
	}

	header .right .menu>ul>li .header__dropdown,
	header .right .menu>ul>li .header__dropdown.complex{
		position: static;
		transform: none;
		min-width: 0;
		max-width: none;
		width: 100%;
		opacity: 1;
		pointer-events: auto;
		border: 0;
		box-shadow: none;
		background: transparent;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		border-radius: 0;
		display: none;
		transition: none;
	}

	header .right .menu>ul>li:hover>a>span>img{ transform: none; }
	header .right .menu>ul>li.open>a>span>img{ transform: rotate(180deg); }
	header .right .menu>ul>li:hover .header__dropdown{ top: auto; }

	header .right .menu>ul>li .header__dropdown::before{ display: none; }
	header .right .menu>ul>li .header__dropdown.complex .grid{ grid-template-columns: 1fr; }
	header .right .menu>ul>li .header__dropdown.complex .grid>ul{ border-right: 0; }
	header .right .menu>ul>li .header__dropdown ul>li:nth-child(1)>a{ padding-top: 12px; }

	header .outer__header .right>.btns{
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		margin-top: 28px;
		width: 100%;
	}
	header .outer__header .right>.btns>.sign-in{
		margin-right: 0;
		min-height: 46px;
		border: 1px solid rgba(255,255,255,.1);
		border-radius: 32px;
	}
	header .outer__header .right>.btns>.regular-btn{ width: 100%; }
	header .outer__header .right>.btns>.regular-btn p{ justify-content: center; width: 100%; }

	body.nav-lock{ overflow: hidden; }

	.team__hero .person-float{ width: 80px; height: 80px; padding: 5px; }
	.team__hero .person-float>.arrow{ width: 11px; top:-17px; left:17px; }
}

.more__case--studies{
	overflow:hidden
}
.why__us .why__grid>.elem>.media>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.why__us .why__grid>.elem>.media:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	opacity:.9;
	background:
		linear-gradient(to top , rgba(0,0,0,1) 0%, rgba(0,0,0,.55) 26%, rgba(0,0,0,0) 58%),
		linear-gradient(to bottom , rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 38%);
	z-index: 1;
}
.team__members{
	overflow:hidden;
}
.brain__wrapper .mobile-cards{
	display: none;
}
.brain__wrapper .elem__card>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.brain__wrapper .elem__card .desc>span{
	color:#5E8272;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: -0.03em;
	display: block;
}
.brain__wrapper .elem__card .desc>p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 90%;
	font-weight: 500;
	color:#83B59F;
	letter-spacing:-0.03em;
}
.brain__wrapper .elem__card .desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.brain__wrapper .elem__card{
	padding:20px;
	border-radius: 18px;
	backdrop-filter: blur(15px);
	background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.12));
	border:1px solid rgba(255,255,255,.12);
}
.compare__plans .top-absolute>.inner img{
	pointer-events: none;
}
.regular-btn p span>img , .filled-btn span>img{
	position: static!important;
}
.hero__brain{
	position: relative;
}
.hero__brain>video{
	position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.workflows__hero{
	border-bottom: 1px solid rgba(255,255,255,.07);
}
@media (max-width: 991px){
	.screen__wrapper{
		padding-top: 40px;
	}
	.screen__wrapper .outer__screen{
		margin-bottom: 20px;
	}
	.hero__template .inn .desc>p{
		max-width: 400px;
	}
	.workflows__hero .outer__workflows .btns{
		margin-top: 20px;
		flex-wrap:wrap;
		align-items: center;
		justify-content: center;
	}
	.workflows__hero .outer__workflows{
		min-height: 640px;
	}
	.workflows__hero .outer__workflows>p{
		font-size: 12px;
	}
	.cases__list .main__list{
		gap:25px;
	}
	.hero__analytics>.card-right{
		max-width: 100px;
		bottom:150px;
	}
	.our__story .outer__story .desc .txt>p{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.our__story .desc>.h2-title{
		margin-bottom: 25px;
	}
	.hero__resources .outer__resources>p{
		font-size: 12px;
	}
	.case__feed .inner__content .elem__article--case .services__grid>.elem>p{
		font-size: 12px;
	}
	.case__feed .inner__content .elem__article--case .services__grid>.elem{
		padding-left: 15px;
		padding-right: 15px;
	}
	.case__feed .inner__content .elem__article--case .services__grid>.elem>span{
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
	}
	.case__feed .inner__content .elem__article--case .services__grid>.elem>span>img{
		max-width: 16px;
	}
	.omniscient .grid>.elem>p{
		font-size: 14px;
		margin-bottom: 12px;
	}
	.omniscient .grid>.elem>span{
		font-size: 12px;
	}
	.omniscient .grid{
		grid-template-columns: 1fr;
		grid-row-gap:30px;
	}
	.omniscient .outer__omniscient>p{
		font-size: 12px;
	}
	.omniscient .outer__omniscient .media{
		margin-top: 25px;
	}
	.hero__main .outer__hero--main>h1{
		margin-bottom: 20px;
	}
	.compare__plans .bottom__part>.list .elem .sub__el{
		width: 227.5px;
		min-width: 227.5px;
		max-width: 227.5px;
	}
	.hero__plans{
		padding-bottom: 40px;
	}
	.more__case--studies .outer__cases>.top>p br{
		display: none;
	}
	.workflows__wrapper br{
		display: none;
	}
	.ticker__tags>p br{
		display: none;
	}
	.ticker__tags>p{
		font-size: 12px;
	}
	.ticker__tags>h2 br{
		display: none;
	}
	.perks__wrapper .outer__perks>h2 br{
		display: none;
	}
	.perks__wrapper .outer__perks>p{
		font-size: 12px;
	}
	.how__works .outer__how>.pre-title , .how__works .outer__how>.h2-title , .how__works .outer__how>p{
		text-align: center;
	}
	.how__works .outer__how br{
		display: none;
	}
	.how__works .outer__how>p{
		font-size: 12px;
	}
	.double__fade--section .outer__elem.double{
		padding-top: 0px;
	}
	.double__fade--section .outer__elem.double .desc .pre-title{
		margin-top: 0px;
	}
	.double__fade--section br{
		display: none;
	}
	.double__fade--section .outer__elem.double>.media{
		max-height: 340px;
		display: flex;
		align-items: flex-start;
	}
	.hero__main{
		overflow:hidden;
	}
	.brain__wrapper .top{
		top:40px;
	}
	.brain__wrapper .top>p{
		font-size: 12px;
	}
	.brain__wrapper .media>img{
		min-width: 1200px;
		max-width: 1200px;
	}
	.brain__wrapper .media .icons__wrapper{
    width: 100%;
    max-width: 600px;
    height: 468px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
	.resources__list--wrapper{
		padding:40px 0px;
	}
	.resources__list--wrapper .resource__el>.media:nth-child(2){
		margin-right: -20px;
		width: calc(100% + 20px);
	}
	.resources__list--wrapper .resource__el>.media:nth-child(1){
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	.resources__list--wrapper .resource__el{
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}
	.resources__list--wrapper .resource__el .desc{
		order:1;
		max-width: 100%!important;
		width: 100%!important;
		padding:0px!important;
	}
	.resources__list--wrapper .resource__el>.desc:nth-child(1)>.inn , .resources__list--wrapper .resource__el>.desc:nth-child(2)>.inn{
		max-width: 100%;
		padding:0px!important;
		width: 100%;
	}
	.resources__list--wrapper .resource__el{
		gap:32px;
	}
	.resources__list--wrapper .resource__el>.media{
		order:2;
	}
	.hero__resources .outer__resources{
		min-height: 650px;
		padding-top: 110px;
	}
	.hero__main{
		padding-top: 100px;
	}
	.hero__main .media{
		margin-top: 25px;
	}
	.hero__main .outer__hero--main>p{
		font-size: 12px;
	}
	.hero__main .outer__hero--main .btns{
		margin-top: 20px;
	}
	.hero__graphic--design .outer__graphic{
		min-height: 560px;
		padding-bottom: 0px;
	}
	.hero__graphic--design .outer__graphic{
		align-items: center;
		justify-content: flex-end;
		padding-bottom: 100px;
	}
	.hero__graphic--design .outer__graphic .btns{
		margin-top: 25px;
	}
	.hero__graphic--design .outer__graphic>p{
		font-size: 12px;
		max-width: 420px;
	}
	.markets__dead .outer__markets .video__box{
		max-width: 640px;
	}
	.markets__dead .outer__markets .video__box .video{
		height: 364px;
	}
	.markets__dead .outer__markets .dots-fx{
		max-width: 640px;
	}

	.hero__template .hero__pin>img{
		display: none;
	}
	.hero__template{
		height: 200vh;
	}
	.hero__template .inn .desc>.h2-title .icon>img{
		max-width: 45px;
	}
	.hero__template .inn .desc>.h2-title .icon{
		right: -60px;
	}
	.hero__template .inn .desc>p{
		font-size: 12px;
	}
	.hero__template .hero__pin>.inn{
		padding-bottom: 40px;
	}
	.why__us .why__pin{
		padding-top: 48px;
	}
	.why__us .why__grid>.elem .desc{
		bottom:24px;
	}
	.why__us .why__grid>.elem.active .desc{
		bottom:45px;
	}
	.why__us .why__grid>.elem .desc>p{
		font-size: 18px;
	}
	.hero__grid--video .outer__hero{
		min-height: 520px;
	}
	.hero__grid--video .grid-float .row .el{
		min-width: 200px;
		max-width: 200px;
	}
	.hero__grid--video .outer__hero>.desc>p{
		max-width: 360px;
	}
	.hero__grid--video .outer__hero .btns{
		margin-top: 22px;
	}
	.hero__grid--video .outer__hero>.desc>p{
		font-size: 12px;
	}
	.hero__email .outer__email>.desc>p{
		font-size: 12px;
	}
	.hero__email{
		position: relative;
	}
	.hero__email:before{
		content:"";
		position: absolute;
		left:0px;
		top:0px;
		width: 100%;
		height: 100%;
		background-color:rgba(0,0,0,.45);
	}
	.hero__email .outer__email{
		position: relative;
		z-index: 2;
	}
	.shorts-portfolio .outer__shorts>p{
		font-size: 12px;
	}
	.slider-shorts{
		margin-top: 25px;
	}
	.shorts-portfolio{
		padding:40px 0px;
	}
	.campaign__wrapper .container{
		padding-top: 40px;
	}
	.campaign__wrapper .top{
		margin-bottom: 25px;
	}
	.portfolio__wrapper{
		padding:40px 0px;
	}
	.hero__funnel .outer__funnel{
		min-height: 0px;
		padding-top: 140px;
		padding-bottom: 80px;
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero__funnel .outer__funnel .desc>p{
		font-size: 12px;
	}
	.hero__funnel .outer__funnel .desc .btns{
		margin-top: 25px;
	}
	.hero__funnel .outer__funnel .desc{
		max-width: 380px;
	}
	.hero__funnel .outer__funnel>img{
		max-width: 290px;
		left:-180px;
	}
	.hero__analytics .cards-left{
		max-width: 170px;
	}
	.hero__analytics .outer__hero .media-analytics img{
		max-width: 240px;
	}
	.hero__analytics .outer__hero>p{
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero__analytics .outer__hero>p{
		font-size: 12px;
	}
	.faq__wrapper .outer__faq .content>.elem .content-faq{
		padding-left: 32px;
	}

	.how__works--graph{
		padding:40px 0px;
	}
	.how__works--graph .outer__how--works .inner>.left{
		max-width: 280px;
	}
	.double__fade--section .outer__elem .media{
		margin-top: 25px;
	}
	.double__fade--section .outer__elem .desc>p{
		font-size: 12px;
	}
	.double__fade--section .outer__elem.double>.media{
		margin-top: 25px;
		justify-content: flex-end;
		margin-right: -25px;
	}
	.double__fade--section .outer__elem{
		padding-top: 40px;
	}
	.double__fade--section .outer__elem .btn{
		margin-top: 15px;
	}
	.double__fade--section .outer__elem.double{
		flex-direction: column;
	}
	.double__fade--section .outer__elem.double>.desc{
		min-width: 0px;
		max-width: 630px;
		margin-right: 0px;
	}
	.matrix_wrapper{
		padding:40px 0px;
	}
	.matrix_wrapper .outer__matrix .text>p{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.matrix_wrapper .outer__matrix .desc>p{
		margin-bottom: 20px;
	}
	.matrix_wrapper .outer__matrix{
		flex-direction: column;
		align-items: center;
	}
	.matrix_wrapper .outer__matrix .desc{
		max-width: 100%;
		width: 100%;
	}
	.matrix_wrapper .outer__matrix{
		gap:40px;
	}
	.matrix_wrapper .outer__matrix .media{
		max-width: 100%;
	}
	.voyage__wrapper .outer__voyage>.desc{
		max-width: 440px;
	}
	.our__values .outer__values{
		flex-direction: column;
		gap:32px;
	}
	.our__values .outer__values .right-values{
		max-width: 100%;
	}
	.our__values .outer__values .right-values>.inn{
		padding:20px;
	}
	.our__values .outer__values .right-values{
		padding:12px;
	}
	.our__values .outer__values .right-values>.inn>.desc{
		margin-top: 35px;
	}
	.our__values .outer__values .right-values>.inn>.desc>p{
		font-size: 24px;
	}
	.team__members{
		padding:40px 0px;
	}
	.team__members .grid__member{
		grid-template-columns: repeat(2 ,1fr);
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.team__members .outer__members>.top{
		margin-bottom: 25px;
	}

	.team__members .grid__member{
		grid-column-gap: 25px;
		grid-row-gap:25px;
	}
	.team__hero .outer__team>.desc>p{
		font-size: 12px;
	}
	.single__review--wrapper .single__review--slider .slide>.inn>h2{
		margin-bottom: 25px;
	}
	.reviews__hero .outer__reviews{
		min-height: 640px;
		padding-top: 120px;
	}
	.reviews__hero .outer__reviews .single__review--wrapper{
		margin-top: 15px;
	}
	.single__review--wrapper .single__review--slider{
		padding:12px;
	}
	.single__review--wrapper .single__review--slider .slide{
		top:12px;
		left:12px;
		right: 12px;
	}
	.cases-slider{
		margin-top: 25px;
	}
	.more__case--studies .outer__cases>.top>p{
		font-size: 12px;
	}
	.more__case--studies .outer__cases>.top{
		margin-bottom: 25px;
	}
	.cases-slider .slide .inn{
		height: 320px;
	}
	.cases-slider .slide .inn .desc>p{
		font-size: 22px;
		bottom:9.5px;
	}
	.cases-controls{
		width: 100%;
	}
	.cases-slider .slick-list{
		margin:0px -15px;
	}
	.cases-slider .slick-list{padding:0 10% 0 0;}
	.cases-slider{
		width: calc(100% + 25px)!important;
	}
	.cases-slider:before{
		content:none;
	}
	.more__case--studies .slick-next{
		display: none!important;
	}
	.elem__article--case .slider{
		margin-top: 20px;
	}
	.case__hero .outer__case .desc>p{
		font-size: 12px;
	}
	.case__hero .outer__case .outline{
		margin-top: 25px;
	}
	.case__hero .outer__case .outline img{
		max-width: 320px;
	}
	.how__scheme{
		padding-top: 40px;
	}
	.how__scheme .grid>.row.third{
		grid-template-columns: 1fr;
	}
	.how__scheme .grid>.row.third>.media{
		border-bottom:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row.second{
		border-bottom: 0px;
		border-top:0px;
	}
	.how__scheme .grid>.row.third{
		border-top:0px;
	}
	.how__scheme .grid>.row .desc{
		border-left:1px solid rgba(255,255,255,.07);
		border-right:1px solid rgba(255,255,255,.07);
		border-bottom:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row.first{
		grid-template-columns: 1fr;
	}
	.how__scheme .grid>.row.fifth>.desc, .how__scheme .grid>.row.fifth>.media, .how__scheme .grid>.row.fourth>.media, .how__scheme .grid>.row.fourth>.desc, .how__scheme .grid>.row.first>.desc, .how__scheme .grid>.row.first>.media, .how__scheme .grid>.row.second>.desc, .how__scheme .grid>.row.second>.media, .how__scheme .grid>.row.third>.media, .how__scheme .grid>.row.third>.desc{
		padding:20px;
	}
	.how__scheme .grid>.row.second{
		display: flex;
		flex-direction: column-reverse;
	}
	.how__scheme .grid>.row.second>.media{
		border-bottom:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row .desc>span{
		margin-bottom: 5px;
	}
	.how__scheme .grid>.row .desc>p{
		margin-bottom: 10px;
	}
	.how__scheme .grid>.row.first>.media{
		border-right:0px;
		border-bottom:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row.first>.desc{
		border-right:0px;
		border-left:1px solid rgba(255,255,255,.07);
		border-bottom:0px;
	}
	.how__scheme .grid>.row.fifth{
		display: flex;
		flex-wrap: wrap;
	}
	.how__scheme .grid>.row.fifth>.desc{
		width: 100%;
		order:1;
		border-right:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row.fifth>.media:nth-child(1){
		order:2;
		border-right:0px;
		width:50%;
		justify-content: center!important;
	}
	.how__scheme .grid>.row.fifth>.media:nth-child(3){
		order:3;
		width:50%;
		justify-content: center!important;
	}
	.how__scheme .grid>.row.third>.media:last-child{
		border-bottom:0px;
	}
	.how__scheme .grid>.row.first{
		border-right:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row.fourth{
		display: flex;
		flex-direction: column-reverse;
		border-top:0px;
	}
	.how__scheme .grid>.row>.media{
		justify-content: flex-start!important;
	}
	.how__scheme .outer__scheme>p{
		font-size: 12px;
	}
	.how__scheme .grid{
		margin-top: 30px;
	}
	.hero__brain:before{
		content:"";
		position: absolute;
		left:0px;
		top:0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.3);
	}
	.hero__brain .outer__hero{
		position: relative;
		z-index: 2;
	}
	.hero__brain .outer__hero .btns{
		margin-top: 20px;
	}
	.hero__brain .outer__hero>p{
		font-size: 12px;
	}
	.ticker__tags .ticker.first{
		margin-top: 25px;
	}
	.ticker__tags .info__box{
		margin-top: 25px;
	}
	.ticker__tags{
		padding:40px 0px;
	}
	.hero__middle .outer__hero .btns{
		margin-top: 20px;
	}
	.hero__middle .outer__hero {
		text-align: center;
	}
	.hero__middle .outer__hero>p{
		font-size: 12px;
		max-width: 400px;
	}
	.hero__bottom .outer__hero>p{
		font-size: 12px;
		max-width: 400px;
	}
	.workflows__wrapper .grid{
		max-width: 100%;
		display: grid;
		grid-template-columns: repeat(2 ,1fr);
	}
	.workflows__wrapper .outer__workflow>p{
		font-size: 12px;
	}
	.workflows__wrapper .grid{
		margin-top: 35px;
	}
	.workflows__wrapper{
		padding:40px 0px;
	}
	.integrations__wrapper .outer__integrations .circle-integration{
    left: -355px!important;
    margin-top: 157px;
	}
	.outer__integrations>.dots{
		margin-left: -337px;
		margin-top: 50px;
		max-width: 800px;
	}
	.integrations__wrapper .outer__integrations .circle-integration:before{
		background:linear-gradient(12deg, rgba(9, 24, 17, 0) 45%, #050E0A 64%);
	}
	.integrations__wrapper .outer__integrations{
		min-height: 0px;
		padding:60px 0px;
		padding-bottom: 150px;
	}
	.integrations__wrapper .outer__integrations .circle-integration{
		transform:scaleX(-1) scale(1.1);
		top:auto;
		bottom:-115px;
	}
	.integrations__wrapper .outer__integrations .desc{
		margin-bottom: 40px;
		max-width: 100%;
	}
	.integrations__wrapper .outer__integrations .desc br{
		display: none;
	}
	.integrations__wrapper .desc .small-txt{
		margin-top: 25px;
	}
	.integrations__wrapper .desc .small-txt>p{
		font-size: 12px;
	}
	.integrations__wrapper .outer__integrations{
		flex-direction: column;
		align-items: flex-start;
	}
	.integrations__wrapper .outer__integrations .outlined-box{
		margin-left: 0px!important;
	}
	.integrations__wrapper .outlined-box{
		margin-top: 50px!important;
	}
	.hero__plans.not-hero{
		padding:40px 0px;
	}
	.hero__plans.not-hero .inner__plans{
		margin-top: 20px;
	}
	.hero__contact .outer__contact .float{ min-width:76px;max-width:76px;min-height:76px;max-height:76px; }
	.hero__contact form .float.float-1{ left:-26px; bottom:-30px; }
	.hero__contact form .float.float-2{ right:-26px; top:-60px; }

	.features{
		padding:40px 0px;
	}
	.features .features__box{
		margin-top: 30px;
	}
	.hero__video .outer__hero .h2-title{
		margin-bottom: 25px;
	}
	.hero__contact{
		padding:40px 0px;
	}
	.cta__wrapper.with-background{
		padding:40px 0px;
	}
	.cta__wrapper.with-background>img{
		opacity:.6;
	}
	.how__works .container{
		padding-top: 40px;
	}
	.campaign__wrapper .top>p{
		font-size: 12px;
	}
	.campaign__wrapper.is-pinned .inn{ top: 70px; }
	.campaign__wrapper .inn{
		flex-direction: column;
		gap: 20px;
	}
	.campaign__wrapper .inner__steps{
		min-width: 0;
		max-width: 100%;
		width: 100%;
	}
	.campaign__wrapper .inner__steps{
		display: grid;
		grid-template-columns: repeat(2 ,1fr);
		grid-column-gap: 25px;
		grid-row-gap:25px;
	}
	.campaign__wrapper{
		padding-bottom: 40px;
	}
	.campaign__wrapper .inner__steps>.elem,
	.campaign__wrapper .inner__steps>.elem.opened,
	.campaign__wrapper .inner__steps>.elem.minified{ width: 100%; padding: 20px; }
	.campaign__wrapper .inner__steps>.elem{ margin-bottom: 16px; min-height: 150px; justify-content: space-between; }
	.campaign__wrapper .inner__steps>.elem>.media__full{ opacity: 1; }
	.campaign__wrapper .inner__steps>.elem>.desc>.desc-inner{ width: 100%; }
	.campaign__wrapper .inn .screen__image{ display: none; }
	.campaign__wrapper .float__back .back-lyr{ height: 50vh; }
	.how__works{
		padding-bottom: 40px;
	}
	.campaign__wrapper .inner__steps>.elem{
		margin-bottom: 0px;
	}
	.avatar__wrapper .outer__avatar>.top>p{
		font-size: 12px;
	}
	.compare__plans .top-absolute>.inner:before{
		right: 30px;
	}
	.process__wrapper>img{
		min-width: 1240px;
		left:50%;
		transform:translateX(-50%);
	}
	.process__wrapper .outer__process>p{
		font-size: 12px;
	}
	.process__wrapper{
		position: relative;
		overflow: hidden;
	}

	.how__works .float__section{
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		gap: 26px;
	}
	.how__works.is-pinned .outer__how>.pin-stack{ top: 45px; }
	.how__works .box-screen{
		width: 100%;
		max-width: 560px;
	}
	.how__works .float__section>.side__how{
		min-width: 0;
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		margin-top: 0;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.how__works .float__section>.side__how .progress{
		position: static;
		transform: none !important;
		margin: 0 auto 14px;
	}
	.how__works .float__section>.side__how .side__list{ width: 100%; }

	.how__works .float__section>.side__how .side__list>.elem{
		display: none;
		padding-right: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.how__works .float__section>.side__how .side__list>.elem:before{ display: none; }
	.how__works .float__section>.side__how .side__list>.elem.active{
		display: block;
		opacity: 1;
		animation: how-step-in .5s cubic-bezier(.2,.7,.2,1);
	}
	.how__works .float__section>.side__how .side__list>.elem.active>span{
		max-height: none;
		opacity: 1;
		margin-top: 14px;
		overflow: visible;
	}
	.how__works .how-fx{
		width: 100%;
	}
	.how__works .how-fx .dots-frame{
		width: 70%;
		height: 50%;
	}
	.faq-dots{
		width: 640px;
		height: auto;
		top:-40px;
		opacity:.35;
	}
	.customers__feedback .outer__customers>.top>p{
		font-size: 12px;
	}
	.hero__plans .outer__hero>p{
		font-size: 14px;
	}
	.hero__plans{
		padding-top: 140px;
	}
	.hero__plans .inner__plans{
		grid-template-columns: 1fr;
		grid-row-gap: 18px;
		max-width: 440px;
		margin-top: 40px;
	}
	.compare__plans{
		padding-bottom: 30px;
	}
	.compare__plans .top-absolute>.inner>.left{
		max-width: 230px;
	}
	.compare__plans .top-absolute>.inner>.left br{
		display: none;
	}
	.compare__plans .bottom__part>.list .elem>p{
		font-size: 14px;
	}
	.compare__plans .plans{
		max-width: 480px;
	}
	.roadmap .outer__roadmap>p{
		font-size: 12px;
	}
	.our__team--slider{
		padding:40px 0px;
	}
	.about__hero .outer__about>p{
		font-size: 12px;
		max-width: 540px;
	}
	.about__hero .outer__about>p br{
		display: none;
	}
	.our__story{
		padding:40px 0px;
	}
	.our__story .outer__story{
		flex-direction: column;
	}
	.our__story .desc>.h2-title{
		margin-bottom: 30px;
	}

	.our__story .desc{
		max-width: 100%;
		margin-right: 0px;
	}
	.our__story .outer__story>.mission{
		max-width: 100%;
		padding:12px;
		margin-top: 110px;
	}
	.our__values{
		padding:40px 0px;
	}
	.roadmap{
		padding:40px 0px;
	}
	.roadmap .outer__roadmap .map__box{
		--pad: 25px;
		--row: 55px;
		padding:35px var(--pad);
	}
	.roadmap .outer__roadmap .map__box>.step{
		text-align: center;
		padding:0 6px;
	}
	.roadmap .outer__roadmap .map__box>.step>p{
		font-size: 12px;
		line-height: 110%;
	}
	.roadmap .outer__roadmap .map__box>.step .date{
		margin-top: 10px;
	}
	.voyage__wrapper .outer__voyage>.desc>h2{
		margin-bottom: 25px;
	}
	.voyage__wrapper .outer__voyage>.desc>p{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.voyage__wrapper{
		padding:40px 0px;
	}
	.faq__wrapper{
		padding:40px 0px;
	}
	.faq__wrapper .outer__faq .content>.elem .head-faq>span{
		position: relative;
		top:-3px;
	}
	.faq__wrapper .outer__faq .content>.elem .head-faq>p{
		font-size: 18px;
		margin-left: 10px;
	}
	.reviews__wrapper .outer__reviews>.top{
		margin-bottom: 30px;
	}
	.reviews__wrapper{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.team__hero .outer__team{
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.quote__wall .grid-sizer,
	.quote__wall .elem{
		width: calc((100% - 20px) / 2);
	}
	.case__feed{
		padding:40px 0px;
	}
	.case__feed .outer__case .inn>.left{
		display: none;
	}
	.case__feed .inn{
		flex-direction: column-reverse;
	}
	.case__feed .right__box{
		margin-left: 0px;
		margin-bottom: 25px;
	}
	.case__feed .right__box .inn{
		max-width: 100%;
	}
	.case__feed .inner__content .text>p{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.case__feed .inner__content .elem__article--case{
		margin-top: 60px;
	}
	.case__feed .inner__content .text .list{
		margin-top: 25px;
		padding:15px;
	}
	.case__feed .inner__content .text .list>ul>li{
		font-size: 12px;
	}
	.case__feed .inner__content{
		width: 100%;
	}
	.more__case--studies{
		padding:40px 0px;
	}
	.single__review--wrapper .single__review--slider .slide>.inn>h2{
		font-size: 24px;
	}
	.single__review--wrapper .single__review--slider .slide>.inn{
		padding:20px;
	}
	.team__hero .outer__team>.desc>p{
		max-width: 400px;
	}
	.testimonial__wrapper .outer__testimonial>.comment>p{
		font-size: 20px;
	}
	.team__hero .outer__team>.desc>p br{
		display: none;
	}
	.hero__contact .outer__contact{
		flex-direction: column;
	}
	.hero__contact .outer__contact .desc{
		width: 100%;
	}
	.hero__contact .outer__contact form{
		max-width: 100%;
		margin-top: 50px;
	}
	.hero__contact .outer__contact .desc>.float.float-1{
		bottom:-30px;
		left:360px;
		min-width: 60px;
		max-width: 60px;
		min-height: 60px;
		max-height: 60px;
	}
	.hero__contact{
		overflow:hidden;
	}
	.hero__contact .outer__contact>span.pre-title{
		margin-bottom: 20px;
	}
	.hero__contact .outer__contact form{
		margin-top: 35px;
	}
	.hero__contact .outer__contact .desc>.float.float-2{
		top:-60px;
		min-width: 60px;
		max-width: 60px;
		min-height: 60px;
		max-height: 60px;
	}
	.hero__contact{
		padding-bottom: 60px;
	}
	.hero__contact .outer__contact .desc>.float.float-2>img , .hero__contact .outer__contact .desc>.float.float-1>img{
		max-width: 28px;
	}
	.customers__feedback .card .inn>p{
		font-size: 22px;
	}
	.customers__feedback .card .inn .customer-logo .author>p{
		font-size: 12px;
	}
	.customers__feedback{
		padding:40px 0px;
	}
	.customers__feedback .card{
		padding:15px;
	}
	.customers__feedback .outer__customers>.top{
		margin-bottom: 25px;
	}
	.trusted__wrapper .pre-title{
		margin-bottom: 15px;
	}
	.trusted__wrapper .marquee__wrapper ul li>img{
		max-width: 70%;
		max-height:70px;
	}
	.trusted__wrapper .marquee__wrapper ul li{
		min-width: 260px;
		max-width: 260px;
		padding-left: 25px;
		padding-right: 25px;
		min-height: 110px;
		max-height: 110px;
	}
	.cta__wrapper .social__buttons ul>li>a>p>span{
		margin-right: 8px;
	}
	.cta__wrapper .social__buttons ul>li>a>p>span>img{
		max-width: 12px;
		max-height: 12px;
	}
	.cta__wrapper .social__buttons ul>li>a p{
		font-size: 12px;
	}
	.cta__wrapper .social__buttons ul{
		gap:10px;
		max-width: 400px;
	}
	.cta__wrapper .social__buttons{
		margin-top: 24px;
	}
	.cta__wrapper .social__buttons ul>li>a{
		min-height: 36px;
	}
	.cta__wrapper{
		padding:60px 0px;
	}
	.h2-title.bigger, .h2-title.bigger span{
		font-size: 52px;
	}
	.cta__wrapper .outer__cta>p{
		font-size: 12px;
	}
	footer .top__footer{
		flex-direction: column;
		align-items: flex-start;
	}
	footer .top__footer>.left-col>a{
		margin-bottom: 15px;
	}
	footer .top__footer>.left-col{
		margin-bottom: 24px;
	}
	footer{
		padding-top: 35px;
	}
	footer .right-col{
		max-width: 100%;
		width: 100%;
		justify-content: space-between;
	}
	footer .bottom__footer{
		margin-top: 30px;
		padding:20px 0px;
	}
	footer .top__footer>.left-col>a>img{
		max-width: 124px;
	}
	.info__small{
		min-height: 30px;
		border-radius: 8px;
	}
	.info__small>p{
		font-size: 12px;
	}
	.info__small>span{
		margin-right: 5px;
	}
	.info__small>span img{
		min-width: 12px;
		max-width: 12px;
	}
	.more__case--studies .slick-prev:before{
		content:none;
	}
	.more__case--studies .slick-prev{
    min-width: 50px;
    transform:scaleX(-1);
    max-width: 50px;
    display: inline-block!important;
    min-height: 50px;
    max-height: 50px;
    background: url(../img/btn-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 250px;
    background-color: rgba(255, 255, 255, .01);
    backdrop-filter: blur(20px);
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: .3s ease all;
    top:auto;

    margin-left:-56px;
    bottom:-15px;
    left:50%;
    display: none!important;
	}
	.testimonial__wrapper .outer__testimonial>.comment>p{
		font-size: 22px;
	}
	.testimonial__wrapper{
		padding:40px 0px;
	}
	.team__hero .person-float{ width: 60px; height: 60px; padding: 4px; }
	.team__hero .person-float>.arrow{
    width: 13px;
    min-width: 13px;
    top: -17px;
    left: 22px;
	}
	.voyage__wrapper .outer__voyage>.media{
		min-width: 340px;
		max-width: 340px;
	}
	.voyage__wrapper .outer__voyage>.media>p{
		left:20px;
		bottom:20px;
	}
	.hero__contact{
		padding:40px 0px;
	}

	.features .outer__features>p{
		font-size: 12px;
	}
	.compare__plans .top-absolute>.inner .plans:before{
		right: 0px;
	}
	.compare__plans .top-absolute>.inner img{
		right: 50px;
	}
	.perks__wrapper{ padding-top: 40px; padding-bottom: 40px; }
	.perks__wrapper .grid__box{ flex-direction: column; gap: 30px; margin-top: 25px; }
	.perks__wrapper .grid__box>.left__side,
	.perks__wrapper .grid__box>.right__side{ width: 100%; max-width: 100%; }

	.perks__wrapper .grid__box>.left__side{ display: flex; flex-direction: row; gap: 30px; }
	.perks__wrapper .grid__box>.left__side>.elem{ width: 50%; margin-bottom: 0; }
	.perks__wrapper .grid__box>.left__side>.elem:nth-child(2) .media{ height: 500px; }
	.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media{
		height: 460px;
	}
	.perks__wrapper .grid__box>.left__side>.elem>p, .perks__wrapper .grid__box>.left__side>.elem>span{
		padding-right: 0px;
	}

	.avatar__wrapper .outer__avatar .avatar__media,
	.avatar__wrapper .outer__avatar .avatar__media img{ max-width: 384px; }
	.avatar__media .avatar-float{ padding: 16px; }
	.avatar__media .avatar-float>p{ font-size: 12px; }
	.avatar__media .avatar-float>p span{ margin-right: 8px; }
	.avatar__media .avatar-float.float-1{ right: -40px; top: 26px; }
	.avatar__media .avatar-float.float-1>.stick{ left: -120px; width: 120px; }
	.avatar__media .avatar-float.float-2{ right: -80px; top: 106px; }
	.avatar__media .avatar-float.float-2>.stick{ left: -142px; width: 142px; }
	.avatar__media .avatar-float.float-3{ left: -96px; top: 172px; }
	.avatar__media .avatar-float.float-3>.stick{ right: -128px; width: 128px; }
	.avatar__media .avatar-float.float-4{ left: -160px; bottom: 166px; }
	.avatar__media .avatar-float.float-4>.stick{ right: -96px; width: 96px; }
	.avatar__wrapper{
		padding:40px 0px;
		padding-bottom: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.how__works--graph .outer__how--works .inner{
		align-items: flex-start;
	}
	.how__works--graph .outer__how--works .inner>.right{
		display: block;
		flex: 0 0 auto;
		width: 42vw;
		max-width: 420px;
		position: relative;
	}
	.how__works--graph .hiw-graph{
		width: 100%;
		height: auto;
		display: block;
	}
	.how__works--graph .outer__how--works .inner>.left{
		max-width: 46%;
	}
	
}

@media (max-width: 767px){
	.hero__brain .brain-vid-box.vid-cover>video{
		object-position: 20% center!important;
	}
	.hero__brain .outer__hero .btns{
		flex-wrap: wrap;
	}
	.hero__funnel .outer__funnel .desc{
		max-width: 100%;
		width: 100%;
	}
	.hero__middle>video{
		top:-230px;
	}
	.hero__funnel .outer__funnel{
		max-width: 100%;
		padding-top: 110px;
		padding-bottom:380px;
	}
	.hero__funnel .outer__funnel .desc .btns{
		flex-wrap:wrap;
	}
	.hero__funnel .outer__funnel>img{
		left:-40px;
	}
	.hero__analytics .outer__hero br{
		display: none;
	}
	.hero__analytics .btns{
		flex-wrap: wrap;
	}
	.hero__middle>video{
		object-position: top;
		object-fit: cover;
	}
	.hero__middle.hero-typing .h2-title br{
		display: none;
	}
	.hero__middle.hero-typing .outer__hero>p br{
		display: none;
	}
	.hero__resources .outer__resources>p br{
		display: none;
	}
	.hero__resources .outer__resources>p{
		max-width: 440px;
	}
	.team__hero .outer__team>.desc>p{
		max-width: 360px;
	}
	
	.our__story .desc .txt>p{
		font-size: 12px;
		line-height: 130%;
		margin-bottom: 16px;
	}
	.our__story .desc>.h2-title{
		margin-bottom: 24px;
	}
	.our__story.story-pin{
		min-height: 220vh;
	}
	.brain__wrapper .top{
		position: static;
		transform:none;
	}
	.compare__plans .top-absolute>.inner, .compare__plans .bottom__part{
		overflow-x:auto;
	}
	.brain__wrapper{
		padding-top: 40px;
		background-color: #091811;
	}
	.brain__wrapper .mobile-cards{
		display: flex;
		padding-left: 15px;
		margin:25px 0px;
		padding-right: 15px;
		flex-direction: column;
		gap:15px;
	}
	.brain__wrapper .media{
		display: none;
	}
	.brain__wrapper .media .icons__wrapper{
		display: none;
	}
	.brain__wrapper .media>img{
		min-width: 0px;
		max-width: 100%;
	}
	.brain__wrapper .bottom__box{
		position: static;
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		transform:none;
		background:linear-gradient(to top right, rgba(255,255,255,0) , rgba(255,255,255,.12));
	}
	.brain__wrapper>.dots{
		display: none;
	}
	.brain__wrapper{
		padding-bottom: 40px;
	}
	.brain__wrapper .bottom__box>p{
		font-size: 12px;
	}
	.hero__main .outer__hero--main>p br, .hero__main .outer__hero--main>h1 br{
		display: none;
	}
	 .hero__main .outer__hero--main>h1{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero__main .media img{
		width: calc(100% + 80px);
		max-width: calc(100% + 80px);
	}
	.markets__dead .outer__markets .video__box .video{
		width: 100%;
		padding-bottom: 56%;
		height: auto;
		display: block;
	}
	.markets__dead .outer__markets .video__box .video>img{
		position: absolute;
		left:0px;
		top:0px;
	}
	.markets__dead .outer__markets .video__box .caption>p{
		font-size: 20px;
	}
	.markets__dead .outer__markets .video__box .caption{
		margin-top: 25px;
	}
	.markets__dead .outer__markets .video__box .video>a img{
		max-width: 25px;
	}
	.hero__template .inn .desc>.h2-title .icon{
		right:auto;
		left:0px;
		top:-60px;
	}
	.hero__grid--video .grid-float .row .el{
		min-width: 140px;
		max-width: 140px;
	}
	.hero__grid--video .grid-float{
		right: 120px;
		gap:15px;
	}
	.hero__email .outer__email{
		min-height: 500px;
	}
	.hero__email:before{
		background-color: rgba(0,0,0,.65);
	}
	.hero__analytics .outer__hero .media-analytics{
		margin-bottom: 0px;
	}
	.portfolio--box{
		height: 740px;
	}
	.portfolio--box>img{
		max-width: 220px;
	}
	.phone__rows .row>img{
		min-width: 190px;
		max-width: 190px;
	}
	.hero__analytics .cards-left{
		max-width: 135px;
	}
	.hero__analytics>.circle-side{
		width: 200px;
		height: 200px;
		right: -75px;
		bottom:-75px;
	}
	.campaign__wrapper .top>p br{
		display: none;
	}
	.campaign__wrapper .inn{
		gap:15px;
	}
	.how__works--graph .outer__how--works .inner>.right{
		display: none;
	}
	.how__works--graph .outer__how--works .inner>.left .el{
		min-height: 0px!important;
	}
	.how__works--graph .outer__how--works .inner>.left .el{
		margin-bottom: 90px;
		max-width: 100%!important;
	}
	.how__works--graph .outer__how--works .inner>.left{

		max-width: 100%;
	}
	.how__works--graph .outer__how--works .inner>.left .el:last-child{
		margin-bottom: 0px;
	}
	.double__fade--section .outer__elem .h2-title br{
		display: none;
	}
	.voyage__wrapper{
		background:none;
		background-color: #0A1812;
	}
	.our__values .outer__values .right-values>.inn>.desc>p br{
		display: none;
	}
	.team__hero .person-float{ width: 48px; height: 48px; padding: 4px; }
	.team__hero .person-float>.arrow{
    width: 11px;
    min-width: 11px;
    top: -17px;
    left: 18px;
	}
	.cases-slider .slick-list{
		padding:0 15% 0 0;
	}
	.testimonial__wrapper .outer__testimonial>.comment>p{
		font-size: 19px;
	}
	.case__hero .outer__case .desc>p br{
		display: none;
	}
	.case__hero .outer__case .desc>p{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.how__scheme .grid>.row.fifth>.media{
		padding:15px;
	}
	.how__scheme .grid>.row.first>.media{
		padding:15px;
	}
	.hero__middle>img{
		max-width: 740px;
	}
	.workflows__wrapper .grid{
		max-width: 440px;
		grid-template-columns: 1fr;
	}
	.hero__contact .outer__contact .float{ min-width:66px;max-width:66px;min-height:66px;max-height:66px; }

	.features .features__box{
		grid-template-columns: repeat(2 ,1fr);
	}
	.features .features__box>.feature__el{
		padding:20px;
		min-height: 240px;
	}
	.features .features__box>.feature__el:nth-child(2n){
		border-right:0px;
	}
	.features .features__box>.feature__el:nth-child(1) , .features .features__box>.feature__el:nth-child(3){
		border-bottom:1px solid rgba(255,255,255,.07);
		border-right:1px solid rgba(255,255,255,.07);
	}

	.avatar__media .avatar-float>p span img{
		max-width: 14px!important;
		min-width: 14px!important;
	}
	.compare__plans .top-absolute>.inner:before{
		right: -50px;
	}
	.circle__process>.rocket>img{
		max-width: 180px;
	}
	.circle__process>.dots>img{
		max-width: 640px;
	}
	.process__wrapper .circle__process{
		margin-top: 50px;
	}
	.circle__process>svg{
		max-width: 340px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.process__wrapper .circle__process{
		max-width: 340px;
	}

	.process__wrapper .circle__process>.dot p{
		font-size: 12px;
	}
	.process__wrapper .circle__process>.dot.dot-1>p{
		top:-20px;
	}
	.process__wrapper .circle__process>.dot.dot-2{
		right:-3px;
	}
	.process__wrapper .circle__process>.dot.dot-5{
		left:-3px;
	}
	.process__wrapper .circle__process>.dot.dot-3{
		right: 14%;
	}
	.process__wrapper .circle__process>.dot.dot-4{
		left:14%;
	}
	.faq-dots{
		width: 480px;
	}
	.hero__plans .inner__plans{
		margin-top: 25px;
	}
	.hero__plans .inner__plans>.elem .head>p{
		font-size: 28px;
	}
	.compare__plans .container{
		margin-top: -50px;
	}

	.compare__plans .top-absolute>.inner>.left{
		min-width: 280px;
		max-width: 280px;
		margin-right: 20px;
		flex: 0 0 280px;
	}
	.compare__plans .bottom__part>.list .elem>p{
		min-width: 280px;
		max-width: 280px;
		margin-right: 20px;
		flex: 0 0 280px;
	}
	.compare__plans .bottom__part{
		overflow-x:auto;
	}

	.compare__plans .bottom__part>.list,
	.compare__plans .bottom__part>.list .elem{
		width: max-content;
	}
	.compare__plans .bottom__part>.list .elem .sub__el{
		width: 240px;
		min-width: 240px;
		margin-left: 0px;
		flex: 0 0 240px;
	}
	.compare__plans .plans{
		min-width: 480px;
		flex-wrap: nowrap;
		padding-right: 0px;
	}

	.compare__plans .top-absolute>.inner{
		scrollbar-width: thin;
		scrollbar-color: rgba(0,255,138,.4) rgba(255,255,255,.06);
	}
	.compare__plans .top-absolute>.inner::-webkit-scrollbar{
		height: 6px;
	}
	.compare__plans .top-absolute>.inner::-webkit-scrollbar-track{
		background: rgba(255,255,255,.06);
		border-radius: 6px;
	}
	.compare__plans .top-absolute>.inner::-webkit-scrollbar-thumb{
		background: rgba(0,255,138,.4);
		border-radius: 6px;
	}
	.compare__plans .bottom__part{
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.compare__plans .bottom__part::-webkit-scrollbar{
		width: 0px;
		height: 0px;
		display: none;
	}
	.compare__plans .container{
		padding-right: 0px;
	}
	.our__story .outer__story>.mission .inn{
		padding:20px;
		min-height: 210px;
	}
	.our__story .outer__story>.mission .inn>p{
		font-size: 26px;
		margin-top: 45px;
	}
	.our__values .values__block>.elem{
		flex-direction: column;
		align-items: flex-start;
	}
	.our__values .values__block>.elem{
		padding:20px;
	}
	.our__values .values__block>.elem>.title{
		margin-right: 0px;
		margin-bottom: 15px;
		min-width: 0px;
		max-width: 100%;
	}

	.roadmap .outer__roadmap .map__box{
		flex-direction: column;
		align-items: stretch;
		--pad: 20px;
		padding: 25px var(--pad);
	}
	.roadmap .outer__roadmap .map__box:before,
	.roadmap .outer__roadmap .map__box>.active__state,
	.roadmap .outer__roadmap .map__box>.dot{
		display: none;
	}
	.roadmap .outer__roadmap .map__box>.step{
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 6px;
		align-items: start;
		text-align: left;
		width: 100%;
		max-width: none;
		padding: 0 0 30px 0;
		position: relative;
	}
	.roadmap .outer__roadmap .map__box>.step:last-child{
		padding-bottom: 0;
	}
	.roadmap .outer__roadmap .map__box>.step>.media{
		grid-column: 1;
		grid-row: 1 / span 2;
		align-self: start;
		margin-bottom: 0;
		position: relative;
		z-index: 1;
	}
	.roadmap .outer__roadmap .map__box>.step>p{
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		margin: 0;
	}
	.roadmap .outer__roadmap .map__box>.step>.date{
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
		margin-top: 0;
	}
	.roadmap .outer__roadmap .map__box>.step:before{
		content:"";
		position: absolute;
		left: 19px;
		top: 20px;
		width: 2px;
		height: 100%;
		background:#1B3528;
		z-index: 0;
	}
	.roadmap .outer__roadmap .map__box>.step:last-child:before{
		display: none;
	}
	.roadmap .outer__roadmap .map__box>.step.current:before{
		background:linear-gradient(to bottom , rgba(0,255,138,1) , rgba(0,255,138,.35));
	}
	.roadmap.roadmap-anim .outer__roadmap .map__box>.step:before{
		transform: scaleY(0);
		transform-origin: top center;
		transition: transform .7s ease .1s;
	}
	.roadmap.roadmap-anim.roadmap-in .outer__roadmap .map__box>.step.rm-in:before{
		transform: scaleY(1);
	}
	.voyage__wrapper .outer__voyage{
		flex-direction: column;
	}
	.voyage__wrapper .outer__voyage>.desc>p{
		margin-bottom: 15px;
	}
	.voyage__wrapper .outer__voyage>.media{
		margin-left: 0px;
		margin-top: 24px;
		width: 100%;
		max-width: 100%;
		min-width: 0px;
	}
	.voyage__wrapper .outer__voyage>.desc{
		max-width: 100%;
	}
	.reviews__hero .outer__reviews>p{
		font-size: 14px;
	}
	.reviews__hero .outer__reviews>p br{
		display: none;
	}
	.reviews__hero .outer__reviews .single__review--wrapper{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height:auto!important;
	}
	.single__review--wrapper .controls{
		margin-left: 0px;
		flex-direction: row;
		margin-top: 15px;
		align-items: center;
		justify-content: center;
	}
	.single__review--wrapper .single__review--slider{
		width: 100%;
	}

	.hero__contact .outer__contact form{
		margin-top: 25px;
	}
	.hero__contact .outer__contact .desc>.float.float-1{
		left:280px;
	}
	.hero__contact .outer__contact .desc>.float.float-2{
		left:285px;
	}
	.h2-title{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.customers__feedback .card .inn>p{
		font-size: 19px;
	}
	.customers__feedback .card .inn{
		padding:15px;
	}
	.pre-title{
		margin-bottom: 15px;
	}
	.customers__feedback .card .inn .customer-logo{
		margin-top: 40px;
	}
	.customers__feedback .cards-box{
		flex-direction: column;
	}
	.customers__feedback .cards-box>.card.long , .customers__feedback .cards-box>.card.short{
		width: 100%;
		max-width: 100%;
	}
	.trusted__wrapper .pre-title{
		font-size: 10px;
	}
	.trusted__wrapper{
		padding-top: 30px;
	}
	.trusted__wrapper .marquee__wrapper ul li>img{
		max-width: 60%;
		max-height:50px;
	}
	.trusted__wrapper .marquee__wrapper ul li{
		min-width: 200px;
		max-width: 200px;
		padding-left: 25px;
		padding-right: 25px;
		min-height: 80px;
		max-height: 80px;
	}
	.cta__wrapper .outer__cta .btns{
		gap:8px;
	}
	.h2-title.bigger, .h2-title.bigger span{
		font-size: 44px;
	}
	footer .right-col{
		display: grid;
		grid-template-columns: repeat(2 ,1fr);
		gap:36px 24px;
	}
	footer .right-col>.el>p{
		margin-bottom: 15px;
		font-size: 12px;
	}
	footer .right-col>.el>ul>li{
		margin-bottom: 8px;
	}
	.cta__wrapper .outer__cta .btns{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.cta__wrapper .outer__cta>.h2-title br{
		display: none;
	}
	.cta__wrapper .outer__cta>p br{
		display: none;
	}

	.perks__wrapper .grid__box>.left__side>.elem:nth-child(2) .media>img{
		min-height: 0px;
	}
	.perks__wrapper .grid__box>.right__side>.elem.double .elem{
		height: auto;
	}
	.perks__wrapper .grid__box>.left__side{ flex-direction: column; }
	.perks__wrapper .grid__box>.left__side>.elem{ width: 100%; margin-bottom: 0px; }
	.perks__wrapper .grid__box>.left__side>.elem:last-child{ margin-bottom: 0; }

	.perks__wrapper .grid__box>.right__side>.elem.double{ grid-template-columns: 1fr; grid-row-gap: 30px; }

	.perks__wrapper .grid__box>.right__side>.elem:nth-child(1),
	.perks__wrapper .grid__box>.right__side>.elem:last-child{ flex-direction: column; align-items: stretch; }
	.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.desc,
	.perks__wrapper .grid__box>.right__side>.elem:last-child .desc{ min-width: 0; max-width: 100%; margin-left: 0; }
	.perks__wrapper .grid__box>.right__side>.elem:last-child{ flex-direction: column-reverse; }
	.perks__wrapper .grid__box>.left__side>.elem:nth-child(1) .media{
		height: auto;
	}
	.perks__wrapper .grid__box>.left__side>.elem:nth-child(2) .media{
		height: auto;
	}
	.perks__wrapper .grid__box>.right__side>.elem:nth-child(1)>.media{
		height: auto;
	}
	.perks__wrapper .grid__box>.right__side>.elem.double .elem>.media{
		height: auto;
	}
	.perks__wrapper .grid__box>.right__side>.elem:last-child .media img{
		max-width: 100%;
		max-height: none;
		height: auto;
		min-height: 0px;
		width: 100%;
	}
	.perks__wrapper .grid__box>.right__side>.elem:last-child .media{
		margin-top: 20px;
		margin-bottom: -15px;
	}
	.avatar__wrapper .outer__avatar>.top{ margin-bottom: 25px; }
	.avatar__wrapper .outer__avatar .avatar__media,
	.avatar__wrapper .outer__avatar .avatar__media img{ max-width: 288px; }
	.avatar__media .avatar-float{ padding: 12px; }
	.avatar__media .avatar-float>p{ font-size: 11px; }
	.avatar__media .avatar-float>p span{ margin-right: 6px; }
	.avatar__media .avatar-float.float-1{ right: -30px; top: 19px; }
	.avatar__media .avatar-float.float-1>.stick{ left: -78px; width: 78px; }
	.avatar__media .avatar-float.float-2{ right: -60px; top: 80px; }
	.avatar__media .avatar-float.float-2>.stick{ left: -83px; width: 83px; }
	.avatar__media .avatar-float.float-3{ left: -72px; top: 129px; }
	.avatar__media .avatar-float.float-3>.stick{ right: -86px; width: 86px; }
	.avatar__media .avatar-float.float-4{ left: -120px; bottom: 124px; }
	.avatar__media .avatar-float.float-4>.stick{ right: -72px; width: 72px; }
}

@media (max-width: 575px){
	.hero__brain .brain-vid-box.vid-cover>video{
		object-position: 30% center!important;
	}
	.hero__middle>video{
		height: 100%;
	}
	.hero__middle .outer__hero .btns{
		flex-wrap:wrap;
	}
	.team__members .grid__member{
		grid-template-columns: 1fr;
	}
	.team__members .grid__member>.elem{
		height: auto;
		padding-bottom: 130%;
	}
	.cases-slider .slide .inn .desc{
		flex-direction: column;
		align-items: flex-start;
	}
	.cases-slider .slide .inn .desc>p{
		bottom:0px;
		margin-bottom: 12px;
	}
	.cases-slider .slide .inn{
		padding:15px;
	}
	.case__hero .outer__case .outline img{
		width: 100%;
	}
	.features .outer__features h2 br{
		display: none;
	}
	.quote__wall .grid-sizer,
	.quote__wall .elem{
		width: 100%;
	}

	.avatar__media .avatar-float>p span img{
      max-width: 11px !important;
	  min-width: 11px !important;
	}
	.avatar__media .avatar-float>p span {
		position: relative;
		top:0px;
	}

	.avatar__wrapper .outer__avatar .avatar__media,
	.avatar__wrapper .outer__avatar .avatar__media img{ max-width: 211px; }
	.avatar__media .avatar-float{ padding: 9px; }
	.avatar__media .avatar-float>p{ font-size: 10px; }
	.avatar__media .avatar-float>p span{ margin-right: 5px; }
	.avatar__media .avatar-float>p span img{ max-width: 14px; }
	.avatar__media .avatar-float.float-1{ right: -22px; top: 14px; }
	.avatar__media .avatar-float.float-1>.stick{ left: -44px; width: 44px; }
	.avatar__media .avatar-float.float-2{ right: -44px; top: 59px; }
	.avatar__media .avatar-float.float-2>.stick{ left: -45px; width: 45px; }
	.avatar__media .avatar-float.float-3{ left: -53px; top: 95px; }
	.avatar__media .avatar-float.float-3>.stick{ right: -55px; width: 55px; }
	.avatar__media .avatar-float.float-4{ left: -88px; bottom: 91px; }
	.avatar__media .avatar-float.float-4>.stick{ right: -45px; width: 45px; }
}

@media (max-width: 480px){
	.cases__list .outer__list>.top p br{
		display: none;
	}
	.cases__list .main__list>.el>.inn .desc{
		flex-direction: column;
		align-items: flex-start;
		gap:12px;
	}
	.cases__list .main__list{
		grid-template-columns: 1fr;
	}
	.cases__list .main__list>.el.long{
		grid-column: span 1;
	}
	.hero__resources .outer__resources br{
		display: none;
	}
	.cta__wrapper .outer__cta .btns{
		flex-wrap:wrap;
	}
	.team__hero .outer__team .desc br{
		display: none;
	}
	.team__hero .outer__team>.desc>p{
		max-width: 100%;
	}
	.hero__main .outer__hero--main .btns{
		flex-wrap:wrap;
	}
	.h2-title{
		font-size: 30px;
	}
	.markets__dead .outer__markets .dots-fx{
		max-width: 500px;
	}
	.markets__dead .outer__markets .skull__media{
		max-width: 140px;
	}
	.markets__dead .outer__markets .skull__media>img{
		max-width: 100%;
	}
	.markets__dead .outer__markets .skull__media>.bones{
		margin-top: -12px;
	}
	.shorts-portfolio .slider-shorts .inn{
		width: 250px;
		height: 448px;
	}
	.hero__analytics .outer__hero .media-analytics{
		margin-bottom: -20px;
	}
	.campaign__wrapper .inner__steps{
		grid-template-columns: 1fr;
		grid-row-gap: 15px;
	}
	.workflows__wrapper .h2-title br{
		display: none;
	}
	.hero__contact .outer__contact .float{ min-width:56px;max-width:56px;min-height:56px;max-height:56px; }
	.hero__contact form .float.float-1>img,
	.hero__contact form .float.float-2>img{ max-width:24px; }

	.features .features__box>.feature__el{
		padding:12px;
	}
	.features .features__box>.feature__el{
		min-height: 0px;
		justify-content: flex-start;
	}
	.features .features__box>.feature__el>.desc>span{
		font-size: 10px;
	}
	.features .features__box>.feature__el>.desc>p{
		font-size: 12px;
	}
	.features .features__box>.feature__el>span{
		margin-bottom: 25px;
	}
	.features .features__box>.feature__el>.desc{
		min-height: 0px;
	}
		.circle__process>.rocket>img{
		max-width: 140px;
	}
	.circle__process>.dots>img{
		max-width: 500px;
	}
	.circle__process>svg{
		max-width: 240px;
	}
	.process__wrapper .circle__process{
		max-width: 240px;
	}
	.process__wrapper .circle__process>.dot p{
		font-size: 10px;
	}
	.process__wrapper .circle__process>.dot{
		min-width: 15px;
		max-width: 15px;
		min-height: 15px;
		max-height: 15px;
	}
	.process__wrapper .circle__process>.dot:after{
		min-width: 6.5px;
		max-width: 6.5px;
		min-height: 6.5px;
		max-height: 6.5px;
	}
	.process__wrapper .circle__process>.dot.dot-1>p{
		top:-16px;
	}
	.process__wrapper .circle__process>.dot.dot-2>p, .process__wrapper .circle__process>.dot.dot-3>p{
		left:20px;
	}
	.process__wrapper .circle__process>.dot.dot-4>p, .process__wrapper .circle__process>.dot.dot-5>p{
		right: 20px;
	}
	.hero__plans{
		padding-top: 100px;
	}
	.compare__plans .inner .title>.h2-title{
		font-size: 28px;
	}
	.compare__plans .top-absolute>.inner>.left , .compare__plans .bottom__part>.list .elem>p{
		min-width: 190px;
		max-width: 190px;
		flex: 0 0 190px;
	}
	.compare__plans .plans{
		min-width: 380px;
		flex: 0 0 380px;
		grid-template-columns: 190px 190px;
	}
	.compare__plans .bottom__part>.list .elem .sub__el{
		width: 190px;
		min-width: 190px;
		flex: 0 0 190px;
	}
	.compare__plans .top-absolute>.inner{
		padding-left: 16px;
	}
	.our__story .outer__story>.mission{
		margin-top: 92px;
	}
	.case__feed .inner__content .elem__article--case .services__grid>.elem{
		flex-direction: column;
		align-items:flex-start;
		justify-content: center;
	}
	.case__feed .inner__content .elem__article--case .services__grid>.elem>p{
		margin-left: 0px;
		margin-top: 12px;
	}
	.more__case--studies .outer__cases>.top>p br{
		display: none;
	}
	.hero__contact .outer__contact form{
		padding:20px;
	}
	.hero__contact .outer__contact .desc>.float.float-1{
		left:240px;
		min-width: 45px;
		max-width: 45px;
		min-height: 45px;
		max-height: 45px;
	}
	.hero__contact .outer__contact .desc>.float.float-2>img, .hero__contact .outer__contact .desc>.float.float-1>img{
		max-width: 20px;
	}
	.hero__contact .outer__contact .desc>.float.float-2{
		left:185px;
		min-width: 45px;
		max-width: 45px;
		min-height: 45px;
		max-height: 45px;
		top:-60px;
	}
	.hero__contact .outer__contact form>.double{
		grid-template-columns: 1fr;
		grid-row-gap:20px;
	}
	.hero__contact .outer__contact form{
		margin-top: 25px;
	}
	.cta__wrapper .social__buttons ul>li>a{
		padding-left: 25px;
		padding-right: 25px;
	}
	.cta__wrapper .social__buttons ul{
		max-width: 270px;
		justify-content: center;
	}
	.cta__wrapper{
		padding:35px 0px;
	}
	.cta__wrapper .outer__cta>.h2-title{
		margin-bottom: 15px;
	}
	.h2-title.bigger, .h2-title.bigger span{
		font-size: 36px;
	}
	.cta__wrapper .outer__cta .btns{
		margin-top: 15px;
		margin-bottom: 12px;
	}
	.container{
		padding-left: 16px;
		padding-right: 16px;
	}
	footer .bottom__footer{
		margin-top: 20px;
		padding:15px 0px;
	}
}

@media (max-width: 430px){
	.integrations__wrapper .outer__integrations .outlined-box{
		transform:scale(0.8);
		margin-left: -30px!important;
	}
	.integrations__wrapper .outer__integrations .circle-integration{
		transform:scaleX(-1) scale(0.9);
	}
	.avatar__wrapper .outer__avatar .avatar__media,
	.avatar__wrapper .outer__avatar .avatar__media img{ max-width: 168px; }
	.avatar__media .avatar-float{ padding: 7px; }
	.avatar__media .avatar-float>p{ font-size: 9px; }
	.avatar__media .avatar-float>p span{ margin-right: 4px; }
	.avatar__media .avatar-float>p span img{ max-width: 12px; }
	.avatar__media .avatar-float.float-1{ right: -18px; top: 11px; }
	.avatar__media .avatar-float.float-1>.stick{ left: -33px; width: 33px; }
	.avatar__media .avatar-float.float-2{ right: -35px; top: 47px; }
	.avatar__media .avatar-float.float-2>.stick{ left: -33px; width: 33px; }
	.avatar__media .avatar-float.float-3{ left: -42px; top: 75px; }
	.avatar__media .avatar-float.float-3>.stick{ right: -31px; width: 31px; }
	.avatar__media .avatar-float.float-4{ left: -70px; bottom: 72px; }
	.avatar__media .avatar-float.float-4>.stick{ right: -42px; width: 42px; }
}


@media (min-width: 992px){
	.how__scheme .grid>.row.first,
	.how__scheme .grid>.row.second,
	.how__scheme .grid>.row.fourth{
		grid-template-columns: repeat(3, 1fr);
	}
	.how__scheme .grid>.row.first>.media,
	.how__scheme .grid>.row.fourth>.media{
		grid-column: 1 / 3;
	}
	.how__scheme .grid>.row.first>.desc,
	.how__scheme .grid>.row.fourth>.desc{
		grid-column: 3;
	}
	.how__scheme .grid>.row.second>.desc{
		grid-column: 1;
	}
	.how__scheme .grid>.row.second>.media{
		grid-column: 2 / 4;
	}
	.how__scheme .grid>.row.first>.media,
	.how__scheme .grid>.row.fourth>.media,
	.how__scheme .grid>.row.third>.media:first-child,
	.how__scheme .grid>.row.fifth>.media:first-child{
		border-right:none;
	}
	.how__scheme .grid>.row.first>.desc,
	.how__scheme .grid>.row.fourth>.desc,
	.how__scheme .grid>.row.third>.desc,
	.how__scheme .grid>.row.fifth>.desc{
		border-left:1px solid rgba(255,255,255,.07);
	}
	.how__scheme .grid>.row.fifth>.desc{
		border-right:none;
	}
}

.our__story .desc .story-logo-pin{
	min-width: 110px; max-width: 110px;
	min-height: 110px; max-height: 110px;
	right: -170px;
	bottom: 0px;
	background:linear-gradient(to top right , rgba(255,255,255,0) , rgba(255,255,255,.07));
}
.hero__plans{
	background:#05120C;
}
.hero__plans + .trusted__wrapper{
	background:linear-gradient(to bottom ,#05120C , #05160E);
}
.workflows__wrapper .grid>.elem .desc{
	min-height: 145px;
}

@media (max-width: 1200px){
	.hero__template .inn .desc>p{
		max-width: 500px;
	}
	.our__story{
		padding-bottom: 180px;
	}
	.our__story .desc .icon-float{
		display: none;
	}
	.our__story .desc .story-logo-pin{
		min-width: 112px; max-width: 112px;
		min-height: 112px; max-height: 112px;
		right: 0;
		bottom: -140px!important;
	}
}
@media (max-width: 767px){
	.compare__plans .plans .elem>.top .btn>a{
		min-width: 145px;
		max-width: 145px;
	}
	.compare__plans .top-absolute .plans .elem .top>span{
		font-size: 21px!important;
	}
	.compare__plans .bottom__part .list .elem .sub__el>span{
		font-size: 12px!important;
	}
	.compare__plans .bottom__part .list .elem .sub__el>p{
		font-size: 14px!important;
		margin-bottom: 5px!important;
	}
	.compare__plans .bottom__part>.list .elem>p{
		font-size: 16px!important;
	}
	.compare__plans .bottom__part>.list .sub__el>ul{
		gap:15px!important;
	}
	.our__story .desc .story-logo-pin{
		min-width: 100px; max-width: 100px;
		min-height: 100px; max-height: 100px;
		right: 8px;
		bottom: -120px!important;
	}
	.our__story .desc .story-logo-pin>img{
		width: 40px;
	}
}

.cases__list .main__list>.el:before,
.cases__list .main__list>.el.blur:before{
	transition: backdrop-filter .5s ease, background-color .5s ease;
}
.cases__list .main__list>.el:hover:before,
.cases__list .main__list>.el.blur:hover:before{
	backdrop-filter: blur(0px);
	background-color: rgba(255,255,255,0);
}

.resources__list--wrapper .resources__list>ul>li>a.current{
	background: linear-gradient(135deg, rgba(0,255,138,.28) 0%, rgba(0,255,138,.10) 55%, rgba(0,255,138,.04) 100%);
}
.resources__list--wrapper .resource__el{
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.how__works .float__section>.side__how .side__list>.elem>p{
	font-size: 24px;
}
.hero__plans.not-hero .h2-title.bigger , .hero__plans.not-hero .h2-title.bigger span{
	font-size: 48px;
}
.campaign__wrapper .inn .screen__image .shot-lyr{
	border-radius: 16px;
	overflow: hidden;
}
.cases__list .main__list>.el:before,
.cases__list .main__list>.el.blur:before{
	-webkit-mask-image: linear-gradient(to top, #fff 30%, rgba(255,255,255,0) 80%);
	mask-image: linear-gradient(to top, #fff 30%, rgba(255,255,255,0) 80%);
}
.hero__contact .outer__contact form .group__input>input,
.hero__contact .outer__contact form .group__input>textarea{
	color:#ffffff;
}
.voyage__wrapper .outer__voyage .desc>p{
	font-weight: 400;
}
.how__scheme .grid>.row .desc>p{
	font-weight: 400;
}
.how__works--graph .outer__how--works .inner>.left .el>p{
	font-weight: 400;
}
.shorts-portfolio .slider-shorts .elem .inn{
	position: relative;
}
.shorts-portfolio .slider-shorts .elem .inn:before{
	content:"";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,.16);
	mix-blend-mode: overlay;
	pointer-events: none;
	z-index: 4;
}
.brain__wrapper .media .icons__wrapper .icon{
	box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 4px 10px rgba(0,0,0,.55);
}
.quote__wall .elem{
	backdrop-filter: blur(24px) saturate(1.45);
	-webkit-backdrop-filter: blur(24px) saturate(1.45);
	background: linear-gradient(to top right, rgba(255,255,255,.02), rgba(255,255,255,.05));
}
.hero__brain{
	background-color: #020905;
	overflow: hidden;
}
.hero__brain .brain-vid-box{
	position: absolute;
	z-index: 0;
}
.hero__brain .brain-vid-box>video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.hero__brain .brain-vid-box:before,
.hero__brain .brain-vid-box:after{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 22%;
	z-index: 1;
	pointer-events: none;
}
.hero__brain .brain-vid-box:before{
	left: 0;
	background: linear-gradient(to right, #020905, rgba(2,9,5,0));
}
.hero__brain .brain-vid-box:after{
	right: 0;
	background: linear-gradient(to left, #020905, rgba(2,9,5,0));
}
.hero__brain>.container{
	position: relative;
	z-index: 2;
}
.omniscient.single{
	background-color: #050E0A;
}
.trusted__wrapper{
	position: relative;
	z-index: 2;
	background-color: #050E0A;
}
.team__members .grid__member>.elem:nth-child(3n+1):nth-last-child(2),
.team__members .grid__member>.elem:nth-child(3n+2):last-child{
	transform: translateX(calc(50% + 20px));
}
.our__story .desc .story-logo-pin{
	right: auto;
	left: 0;
	bottom: -170px;
}
@media (max-width: 1200px){
	.hero__plans .switcher__plans{
		margin-top: 40px;
	}
	.our__story .desc .story-logo-pin{
		left: 0;
		right: auto;
	}
}

.hero__plans .inner__plans>.elem .head .top>p{
	font-weight: 400;
	color:#83B59F;
}
.hero__plans .inner__plans>.elem .head>span{
	font-size: 14px;
	color:#5E8272;
}
.hero__plans .inner__plans>.elem .head .bottom__list>span{
	font-size: 12px;
	color:#5E8272;
	opacity: 1;
}
.hero__plans .inner__plans>.elem .head .bottom__list ul>li{
	color:#83B59F;
}
.hero__plans .inner__plans>.elem .head .bottom__list ul>li>span{
	color:#ffffff;
}
.hero__plans .inner__plans>.elem .content ul>li{
	color:#83B59F;
}
.compare__plans .top-absolute .plans .elem .top>span{
	font-size: 24px;
}
.compare__plans .bottom__part .list .elem .sub__el>p{
	font-size: 16px;
	color:#83B59F;
}
.compare__plans .bottom__part .list .elem .sub__el>span{
	font-size: 14px;
	color:#5E8272;
}

.hero__brain .brain-vid-box.vid-cover>video{
	object-fit: cover;
	object-position: 72% center;
}
.hero__brain .brain-vid-box.vid-cover:before,
.hero__brain .brain-vid-box.vid-cover:after{
	display: none;
}

.laptop__screen--wrap{
	position: relative;
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}
.laptop__screen--wrap>img{
	display: block;
	max-width: 100%;
}
.laptop__screen--wrap>video{
	    position: absolute;
    left: 23.454%;
    top: 3.156%;
    width: 55.315%;
    height: 56.2%;
    object-fit: contain;
    border-radius: 2px;
    z-index: 1;
    background-color: #000;
}


.elem__article--case .slider.video-slider .elem{
	min-width: 320px;
	max-width: 320px;
	margin-right: 20px;
}
.elem__article--case .slider.video-slider .elem>.inn img{
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,.07);
}

/* case heroes without the outline logo */
.case__hero.no-logo{
	padding-bottom: 100px;
}
.case__hero.no-logo .outer__case .desc>p{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1200px){
	.case__hero.no-logo{
		padding-bottom: 80px;
	}
}
@media (max-width: 991px){
	.case__hero.no-logo{
		padding-bottom: 60px;
	}
}

/* legal pages */
.case__hero.plain{
	background-color: #020905;
}
.case__hero.plain:before{
	display: none;
}
@media (prefers-reduced-motion: no-preference){
	.case__hero.plain,
	.case__hero.plain .outer__case .desc>.h2-title,
	.case__hero.plain .outer__case .desc>p{
		animation: none;
	}
}
.legal__wrapper{
	background-color: #020905;
	padding: 40px 0 130px;
}
.legal__wrapper .legal__content{
	max-width: 860px;
	margin: 0 auto;
}
.legal__content h2{
	color: #fff;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.02em;
	font-weight: 600;
	margin: 54px 0 18px;
}
.legal__content h3{
	color: #fff;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.02em;
	font-weight: 600;
	margin: 36px 0 14px;
}
.legal__content h4,
.legal__content h5{
	color: #B9E6CB;
	font-size: 16px;
	font-weight: 600;
	margin: 28px 0 12px;
}
.legal__content p{
	color: #83B59F;
	font-size: 15px;
	line-height: 168%;
	letter-spacing: -0.01em;
	margin: 0 0 14px;
}
.legal__content ul,
.legal__content ol{
	margin: 0 0 18px;
	padding-left: 22px;
}
.legal__content li{
	color: #83B59F;
	font-size: 15px;
	line-height: 168%;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}
.legal__content strong{
	color: #B9E6CB;
	font-weight: 600;
}
.legal__content em{
	color: #5E8272;
}
.legal__content a{
	color: #96E8B2;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.legal__content a:hover{
	color: #fff;
}

.elem__article--case .slider.video-slider .elem.email{
	min-width: 250px;
	max-width: 250px;
}
.elem__article--case .slider.video-slider .elem.email>.inn img{
	height: 430px;
	object-fit: cover;
	object-position: top;
}

.case__feed .inner__content .text .sol-img{
	margin: 10px 0 28px;
}
.case__feed .inner__content .text .sol-img img{
	width: 100%;
	display: block;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,.07);
}
/* ============================================================
   Showcase (dynamic campaign content) — see js/showcase.js
   ============================================================ */

/* Type-aware carousel cards: videos keep the default 9:16 card,
   graphics get a square card, emails a narrower top-aligned card. */
.shorts-portfolio .slider-shorts .elem--graphic .inn{
	width: 500px;
}
.shorts-portfolio .slider-shorts .elem--email .inn{
	width: 480px;
}
.shorts-portfolio .slider-shorts .inn .media--graphic>img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
/* Emails are a mixed batch of aspect ratios (short landscape banners → tall
   portrait). `contain` shows the WHOLE email preview top-aligned — never
   zoomed or side-cropped — with a dark backing filling any letterbox gap. */
.shorts-portfolio .slider-shorts .inn .media--email{
	background: #0b1210;
}
.shorts-portfolio .slider-shorts .inn .media--email>img,
.shorts-portfolio.mixed-shorts .slider-shorts .inn .media--email>img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: top;
}
/* Funnel cards: full-page website captures shown top-aligned (header/hero). */
.shorts-portfolio .slider-shorts .inn .media--funnel>img,
.shorts-portfolio.mixed-shorts .slider-shorts .inn .media--funnel>img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: top;
}
@media (max-width: 767px){
	.shorts-portfolio .slider-shorts .elem--graphic .inn{
		width: min(500px, 86vw);
	}
	.shorts-portfolio .slider-shorts .elem--email .inn{
		width: min(480px, 86vw);
	}
}

/* Homepage collage tiles: every dynamic tile keeps the 260x462 (9:16) box
   regardless of source aspect ratio; emails show their header, not the middle. */
.phone__rows .row>img.tile--dynamic{
	object-fit: cover;
	height: 462px;
}
.phone__rows .row>img.tile--email{
	object-position: top;
}

/* Homepage silent rotating phone player — sits in the phone mockup's screen.
   The mockup image (.portfolio--box>img, 350px wide, z-index 4) frames it. */
.showcase-phone-player{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width: 318px;
	height: 690px;
	border-radius: 44px;
	overflow: hidden;
	z-index: 5;
	background:#000;
}
.showcase-phone-player video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity .3s ease;
}
.showcase-phone-player video.is-front{
	opacity: 1;
}

/* Calendly booking modal */
.calendly-modal{
	position: fixed;
	inset: 0;
	z-index: 1200;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s ease, visibility .35s ease;
}
.calendly-modal.open{
	opacity: 1;
	visibility: visible;
}
.calendly-modal .calendly-modal__box{
	transform: translateY(16px) scale(.985);
	transition: transform .38s cubic-bezier(.22,.61,.36,1);
}
.calendly-modal.open .calendly-modal__box{
	transform: translateY(0) scale(1);
}
.calendly-modal__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(2, 9, 5, .82);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.calendly-modal__box{
	position: relative;
	z-index: 2;
	width: 90%;
	margin-top: 10vh;
	margin-left: auto;
	margin-right: auto;
	background-color: #1A2A22;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 18px;
	padding: 18px;
	height: 80vh;
	overflow: auto;
}
.calendly-modal__close{
	position: absolute;
	top: 8px;
	right: 12px;
	z-index: 3;
	background: none;
	border: 0;
	color: #83B59F;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
}
.calendly-modal__close:hover{
	color: #fff;
}
@media (max-width: 991px){
	.calendly-modal__box{
		margin-top: 5vh;
		height: 90vh;
		width: 95%;
	}
}
/* comparison table on phones: customer.io-style stacked layout, no horizontal scroll */
@media (max-width: 767px){
	.compare__plans .container{
		margin-top: 0;
		padding-right: 24px;
	}
	.compare__plans .top-absolute{
		position: static;
		height: auto;
	}
	.compare__plans .top-absolute>.inner{
		position: static;
		display: block;
		overflow: visible;
		padding-left: 0;
		padding-right: 0;
	}
	.compare__plans .top-absolute>.inner:before{
		display: none;
	}
	.compare__plans .top-absolute>.inner>.left{
		min-width: 0;
		max-width: none;
		flex: none;
		margin: 0 0 18px;
	}
	.compare__plans .plans{
		position: static;
		background-color: #050E0A;
		min-width: 0;
		max-width: none;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		padding: 12px 0;
	}
	.compare__plans .plans .elem{
		min-width: 0;
	}
	.compare__plans .plans>img{
		display: none;
	}
	.compare__plans .bottom__part{
		overflow: visible;
		padding-top: 0;
		margin-top: 24px;
	}
	.compare__plans .bottom__part>.list,
	.compare__plans .bottom__part>.list .elem{
		width: 100%;
	}
	.compare__plans .bottom__part>.list .elem{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.compare__plans .bottom__part>.list .elem>p{
		min-width: 0;
		max-width: none;
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 12px;
	}
	.compare__plans .bottom__part>.list .elem .sub__el{
		width: calc(50% - 8px);
		min-width: 0;
		max-width: none;
		flex: 0 0 calc(50% - 8px);
		margin: 0;
	}
	.compare__plans .bottom__part>.list .elem .sub__el:first-of-type{
		margin-right: 16px;
	}
}
@media (max-width: 480px){
	.compare__plans .top-absolute>.inner>.left,
	.compare__plans .bottom__part>.list .elem>p{
		min-width: 0;
		max-width: none;
		flex: 0 0 100%;
	}
	.compare__plans .plans{
		min-width: 0;
		flex: none;
		grid-template-columns: 1fr 1fr;
	}
	.compare__plans .bottom__part>.list .elem .sub__el{
		width: calc(50% - 8px);
		min-width: 0;
		flex: 0 0 calc(50% - 8px);
	}
}


/* tablet/mobile comparison: nothing sticky, plain flow */
@media (max-width: 991px){
	.compare__plans .container{
		margin-top: 0;
	}
	.compare__plans .top-absolute{
		position: static;
		height: auto;
	}
	.compare__plans .top-absolute>.inner{
		position: static;
	}
	.compare__plans .bottom__part{
		padding-top: 0;
		margin-top: 24px;
	}
	.compare__plans .bottom__part>.subtitle{
		position: static;
		top: auto;
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin: 36px 0 20px;
	}
	.compare__plans .bottom__part>.list .elem>p{
		margin-bottom: 14px;
	}
}
/* no floating category bar: comparison flows plainly on tablet/mobile */
.compare-cat-fixed{
	display: none !important;
}

/* touch devices: double-fade phases animate via CSS transitions (discrete states) */
.double__fade--section.fade-discrete > .elem{
	transition: opacity .5s ease;
}
.double__fade--section.fade-discrete > .elem .desc,
.double__fade--section.fade-discrete > .elem .media{
	transition: opacity .5s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}
