.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.container{width:1230px;padding:0 15px;margin:0 auto}.container--900{max-width:930px}@media screen and (max-width:1310px){.container{width:1170px}}@media screen and (max-width:1199px){.container{width:1100px}}@media screen and (max-width:1100px){.container{width:970px}}@media screen and (max-width:991px){.container{width:850px}}@media screen and (max-width:860px){.container{width:100%}}h3{color:#272d37;font-size:22px;font-weight:600;line-height:30px}p{color:#5f6d7e;line-height:150%;letter-spacing:-.1px}a{color:#5f6d7e;text-decoration:none}.title{color:#272d37;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.48px;margin-bottom:16px}@media screen and (min-width:767px){.title{margin-bottom:25px;letter-spacing:-.64px;color:#272d37;font-size:32px;font-weight:700;line-height:40px}}.title--main{color:#333;font-size:32px;font-weight:600;line-height:36px;letter-spacing:-.64px}@media screen and (min-width:767px){.title--main{color:#333;font-size:52px;font-weight:700;line-height:60px;letter-spacing:-.52px}}.title--white{color:#fff}.subtitle{color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px;margin-bottom:30px;max-width:800px}.subtitle--main{color:#333;font-size:18px;font-weight:400;line-height:26px}.subtitle--white{color:#fff}body,html{height:100%;padding:0;margin:0}body{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#5f6d7e;background:#fff;overflow-x:hidden;position:relative;line-height:24px;overflow-x:hidden}body.stop-scrolling{height:100%;overflow:hidden}*{box-sizing:border-box}*,:active,:focus,:hover{outline:0}select{-webkit-appearance:none}.main{flex:1 0 auto;position:relative}footer{flex-shrink:0}img{max-width:100%;height:auto}.no-scroll{overflow:hidden}.visible-mob{display:none}@media screen and (max-width:991px){.main{padding-top:85px}}@media screen and (max-width:767px){.visible-mob{display:block}}.socials{display:flex;align-items:center;gap:24px}.button{position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #333;max-width:150px;filter:drop-shadow(0 1px 2px rgba(16, 24, 40, .04));border-radius:30px;color:#333;font-size:15px;font-weight:600;line-height:22px;padding:12px 18px;transition:all .2s ease}.button:hover{background:#669eff;color:#fff;border:1px solid #fff}.button--hover-arrow{transition:max-width .2s ease}@media screen and (min-width:1200px){.button--hover-arrow:hover{max-width:160px}.button--hover-arrow:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}}@media screen and (max-width:1199px){.button--hover-arrow::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}}.button--arrow::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}.button--arrow:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.circle-scroll-top{display:block;position:fixed;bottom:80px;right:12.5px;cursor:pointer;width:50px;height:50px;background-image:url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2564_37' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='23' height='21'%3E%3Crect x='22.5' y='20.2273' width='22' height='19.1986' transform='rotate(-180 22.5 20.2273)' fill='%23C4C4C4' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(//theappsolutions.com/wp-content/themes/appsolution_theme/css/%23mask0_2564_37)'%3E%3Cpath d='M19.7158 13.5137L11.2668 6.29988L3.28724 13.5137' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;background-color:#669eff;border-radius:50%;opacity:0;transform:translateY(25px);z-index:-1;transition:.3s}.circle-scroll-top.visible{opacity:1;transform:translateY(0);z-index:10}.hamburger{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:9}@media screen and (min-width:992px){.hamburger{display:none}}.hamburger{cursor:pointer;padding:10px 35px 16px 0}.hamburger span,.hamburger span:after,.hamburger span:before{cursor:pointer;border-radius:10px;height:2px;width:20px;background:#333;position:absolute;display:inline-block;content:""}.hamburger span:before{top:-5px}.hamburger span:after{bottom:-5px}.hamburger span,.hamburger span:after,.hamburger span:before{transition:all .3s cubic-bezier(.645,.045,.355,1)}.hamburger.active span{background-color:rgba(0,0,0,0)}.hamburger.active span:after,.hamburger.active span:before{top:0}.hamburger.active span:before{transform:rotate(45deg)}.hamburger.active span:after{transform:translateY(-10px) rotate(-45deg);top:10px}.header{width:100%;z-index:9;position:absolute;top:0;left:0;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (min-width:991px){.header{position:absolute}}@media(max-width:1023px){.header.is-overflow{overflow:hidden}}.header__inner{display:flex;align-items:center;justify-content:space-between;height:90px}@media screen and (max-width:992px){.header__inner{height:60px}}.header__button-wrapper{display:flex;justify-content:space-between;gap:10px}@media screen and (max-width:992px){.header__button{display:none}}.header__button-calc{max-width:201px;background:#669eff;color:#fff;border:1px solid #669eff}.header__button-calc:hover{background:rgba(0,0,0,0);color:#333;border:1px solid #333}@media screen and (max-width:992px){.header__button-calc{margin:15px auto 0}}@media screen and (min-width:993px){.header__button-calc.mobile{display:none}}@media screen and (max-width:992px){.header__button-calc.mobile{display:flex}}.header__logo{z-index:9}@media screen and (max-width:992px){.header__logo{width:90px;margin-top:7px}}.header.is-sticky{position:fixed;box-shadow:0 5px 16px rgba(0,0,0,.1);padding:8px 0;top:0;left:0;z-index:9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideDown .35s ease-in-out}@media screen and (max-width:992px){.header.is-sticky{background-color:#fff}}.header.is-sticky .header__inner{height:50px}.header__socials{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}@media screen and (min-width:991px){.header__socials{display:none}}@media screen and (max-width:992px){.main-navigation{position:absolute;top:0;left:0;background:#464646;z-index:2;width:100%;height:100vh;padding:35px 15px;transform:translateX(104%) scaleX(0);transition:all .25s ease-in;background-color:#fff}.main-navigation.is-active{transform:translateX(0) scaleX(1)}}.main-navigation .menu{display:flex;gap:30px}@media screen and (max-width:992px){.main-navigation .menu{flex-direction:column;align-items:center;margin-top:100px}}.main-navigation .menu a{display:inline-block;width:auto;position:relative;color:#272d37;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:991px){.main-navigation .menu a{color:#333;font-size:15px;font-weight:600;line-height:22px}}.main-navigation .menu a::before{content:"";display:block;width:0;height:1px;position:absolute;bottom:0;left:0;background:#5f6d7e;transition:width .3s}.main-navigation .menu a:hover{color:#333b44}.main-navigation .menu a:hover::before{width:100%;transition:width .3s}@media screen and (max-width:992px){.main-navigation .menu li:last-child:not(.sub-menu>li:last-child){max-width:201px;width:100%}}@media screen and (max-width:992px){.main-navigation .menu a[href="/contact-us/"]{text-align:center;border:1px solid #333;width:100%;filter:drop-shadow(0 1px 2px rgba(16, 24, 40, .04));border-radius:30px;color:#333;font-size:15px;font-weight:600;line-height:22px;padding:12px 18px;transition:all .2s ease}}.main-navigation .menu-item-has-children{position:relative}@media(min-width:1024px){.main-navigation .menu-item-has-children:hover a::after{transform:rotate(180deg)}.main-navigation .menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(10px);z-index:1}}@media(max-width:1023px){.main-navigation .menu-item-has-children.is-open a::after{transform:rotate(180deg)}.main-navigation .menu-item-has-children.is-open .sub-menu{display:grid;visibility:visible}}.main-navigation .menu-item-has-children a{display:flex;gap:5px;align-items:center}@media(max-width:1023px){.main-navigation .menu-item-has-children a{justify-content:center}}.main-navigation .menu-item-has-children a::after{content:"";display:block;width:15px;height:15px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath stroke='%23393A40' stroke-width='1.5' d='M4 6.5 8.5 11 13 6.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;transition:.3s}.main-navigation .sub-menu{position:absolute;top:100%;left:0;z-index:-1;visibility:hidden;display:grid;grid-template-columns:repeat(3,auto);grid-gap:5px 20px;width:-moz-max-content;width:max-content;padding:20px;border-radius:20px;background-color:#fff;transition:.3s}@media(min-width:1024px){.main-navigation .sub-menu{opacity:0;transform:translateY(-20px)}}@media(max-width:1023px){.main-navigation .sub-menu{display:none;grid-template-columns:1fr;padding:0;border-radius:0;background-color:rgba(0,0,0,0);position:relative;top:unset;left:unset;z-index:1}}.main-navigation .sub-menu a::after{content:none}.submenu{display:flex;opacity:0;pointer-events:none;width:100%;height:230px;justify-content:center;gap:60px;position:absolute;top:-200px;z-index:-1;left:50%;transform:translateX(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;transition:all .4s ease}.submenu.hovered{display:flex;transform:translate(-50%,280px);opacity:1;pointer-events:all;z-index:0}.submenu__item{background-color:#fff;padding:16px;border-radius:30px;display:flex;flex-direction:column;gap:18px;max-width:302px}.submenu__item:hover{background:#669eff;transition:all .2s ease}.submenu__item:hover .submenu__button,.submenu__item:hover .submenu__text,.submenu__item:hover .submenu__title{color:#fff}.submenu__item:hover .submenu__button{border-color:#fff}.submenu__title{color:#333;font-size:15px;font-weight:600;line-height:22px}.submenu__text{color:#333;font-size:15px;font-weight:400;line-height:22px}.submenu__button{padding:12px 18px;border-radius:30px;border:1px solid #333;width:200px;color:#333;font-size:15px;font-weight:600;line-height:22px}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.footer{background:linear-gradient(270deg,#e8f4ff 0,#ecfffe 100%);padding:30px 0}@media screen and (min-width:767px){.footer{padding:64px 0}}.footer a{display:inline-block;width:auto;position:relative}.footer a::after{content:"";display:block;width:0;height:1px;background:#5f6d7e;transition:width .3s}.footer a:hover{color:#333b44}.footer a:hover::after{width:100%;transition:width .3s}.footer__logo a::after,.footer__socials a::after{display:none}@media screen and (max-width:767px){.footer__logo{width:100px}}.footer__inner{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:1200px){.footer__inner{gap:40px 30px}}@media(max-width:767px){.footer__inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 10px}}.footer__column{min-width:100px;max-width:100%;width:auto}@media(min-width:768px)and (max-width:1200px){.footer__column{flex:1 0 200px}}@media screen and (min-width:500px){.footer__column{max-width:240px}}.footer__column p{font-weight:500}@media(max-width:767px){.footer__column .footer__contact,.footer__column:first-child,.footer__column:nth-child(3),.footer__column:nth-child(4){grid-column-start:1;grid-column-end:3}}.footer__column:first-child{margin-right:0}@media screen and (min-width:767px){.footer__column:first-child{margin-right:20px}}.footer__row{margin-bottom:20px}@media screen and (min-width:767px){.footer__row{margin-bottom:40px}}.footer__heading{font-weight:600;color:#272d37;margin-bottom:15px}@media screen and (min-width:767px){.footer__heading{margin-bottom:24px}}.footer p.footer__text{margin:16px 0;font-weight:400}.footer__copyright{text-align:center;margin-top:60px}@media screen and (min-width:767px){.footer__copyright br{display:none}}.footer-menu{padding:0;list-style:none}.footer-menu li:not(:last-child){margin-bottom:10px}.footer-menu a{font-weight:500}.footer__contact{max-width:280px}.footer__contact-link{font-weight:500}.footer__contact-link:not(:last-child){margin-bottom:10px}.footer__address{margin-bottom:10px}.footer__img{margin:20px 0}.footer-icons-list{display:flex;align-items:center;gap:30px;justify-content:flex-end;margin-top:20px}@media screen and (max-width:1200px){.footer-icons-list{justify-content:center;margin-top:40px}}@media screen and (max-width:400px){.footer-icons-list{margin-top:0}}.footer-icons-list__item{width:90px;height:90px}.footer-icons-list__item:last-child{width:155px}.footer-icons-list__item:hover::after{display:none}.footer-icons-list__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:20px;z-index:9999}#preloader-spinner{width:40px;height:40px;border-radius:50%;border:4px solid #669eff;border-top-color:#fff;animation:spin 1s infinite linear;margin-top:15px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#preloader-text{margin-top:20px;font-family:Arial,sans-serif}.loaded#preloader{display:none}.card{position:relative;z-index:2;width:385px;height:445px;padding:8px 8px 24px;background:#f6fdff;box-shadow:0 1px 2px rgba(16,24,40,.04);border-radius:20px}@media screen and (max-width:1300px){.card{width:32%;height:480px}}@media screen and (max-width:1000px){.card{flex:1 0 340px;max-width:385px;height:445px}}@media screen and (max-width:600px){.card{height:auto}}.card__image-wrapper{width:368px}@media screen and (max-width:1300px){.card__image-wrapper{width:100%}}.card__image{border-radius:10px}.card__content{padding:16px 0 16px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}@media screen and (min-width:767px){.card__content{padding:24px 24px 0}}.card__title{color:#272d37;font-size:22px;font-weight:700;line-height:30px}.card .button{display:none;margin-top:20px}@media screen and (min-width:600px){.card .button{display:flex;position:absolute;bottom:20px;z-index:4}}.card .button.card__button{display:none}.card .button.card__button--mobile{display:block;margin-left:auto;background-color:rgba(0,0,0,0)}@media screen and (min-width:767px){.card .button.card__button--mobile{display:none}}.card__hover-content{opacity:0;pointer-events:none;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:#669eff;color:#fff;border-radius:20px;padding:25px 30px;transform:translateY(10px)}@media screen and (min-width:1200px){.card__hover-content{transition:all .3s ease}}.card__hover-content p{color:#fff}.card__hover-content strong{font-weight:700;margin:15px 0 0;display:block}.card__hover-content h3{color:#fff;margin-bottom:10px}.card__hover-content ol,.card__hover-content ul{list-style:initial;padding-left:20px}.card__hover-content li{color:#fff;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.1px}@media screen and (min-width:1200px){.card:hover .button{background:#fff;color:#272d37;border:1px solid #272d37}.card:hover .button::after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.card:hover .card__hover-content{opacity:1;transform:translateY(0)}}@media screen and (max-width:1199px){.card.show-hover{padding:0;height:calc(100% + 40px)}.card.show-hover .card__image-wrapper,.card.show-hover .card__text,.card.show-hover .card__title{display:none}.card.show-hover .card__content{padding:0}.card.show-hover .card__hover-content{opacity:1;transform:translateY(0);min-height:300px;height:100%;position:relative}.card.show-hover .card__button{display:flex;background:#fff}}.swiper{width:100%;height:100%}.swiper-slide{font-size:18px;background:rgba(0,0,0,0);display:flex;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.technology{padding:32px 0}@media screen and (min-width:767px){.technology{padding:65px 0}}.technology .subtitle{color:#5f6d7e}@media screen and (max-width:767px){.technology__wrapper{display:flex;flex-direction:column;gap:15px 0}}@media screen and (max-width:767px){.technology__name-row{position:relative;height:40px}.technology__name-row::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 11.6665L9.91074 7.2558C10.2362 6.93036 10.7638 6.93036 11.0893 7.2558L15.5 11.6665' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");width:21px;height:20px;display:block;position:absolute;top:5px;right:10px;transform:rotate(180deg)}.technology__name-row.current::after{content:"";transform:rotate(0)}}.technology__list{padding:30px 0 30px 50px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:30px 150px;list-style:none}@media screen and (max-width:767px){.technology__list{max-height:0;pointer-events:none;overflow:hidden;padding:0}.technology__list.active{max-height:800px;margin-bottom:20px;gap:20px}}.technology__item{display:flex;align-items:center;gap:10px;flex-basis:150px}.technology__name{color:#333}.faq{padding:32px 0;position:relative}@media screen and (min-width:767px){.faq{padding:136px 0 64px;display:flex}}@media screen and (max-width:767px){.faq{background:url(../webp/faq-bg-mob.webp) no-repeat;background-size:cover;background-position:0 -200px}}.faq::after{content:"";display:block;position:absolute;top:40%;left:35%;filter:blur(195px);background:rgba(83,143,248,.3);width:400px;height:400px;z-index:-1}@media screen and (max-width:767px){.faq::after{display:none}}.faq__inner{display:flex;position:relative;z-index:2;flex-direction:column}@media screen and (min-width:1230px){.faq__inner{flex-direction:row;justify-content:space-between}}.faq__left{width:100%}@media screen and (min-width:1230px){.faq__left{width:280px}}.faq__right{width:100%}@media screen and (min-width:1230px){.faq__right{width:900px}}.accordion{display:flex;flex-direction:column;gap:16px}.accordion ul{list-style:initial;padding-left:20px}.accordion__item{background:rgba(255,255,255,.75);border:1px solid #fff;border-radius:10px}.accordion__title{cursor:pointer;color:#272d37;font-weight:500;padding:12px 24px;border:1px solid transparent;border-radius:10px;position:relative}@media screen and (max-width:767px){.accordion__title{padding-right:40px}}.accordion__title:hover{border:1px solid #fff}.accordion__content{max-height:0;overflow:hidden;padding:0 24px;transition:all .1s ease}.accordion__arrow{float:right;width:12px;height:7px;margin-top:8px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.33301L6.58926 5.74375C6.26382 6.06919 5.73618 6.06919 5.41074 5.74375L1 1.33301' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}@media screen and (max-width:767px){.accordion__arrow{float:initial;position:absolute;top:50%;transform:translateY(-50%);right:10px}}.accordion__item.active .accordion__content{max-height:700px;transition:all .1s ease}.accordion__item.active .accordion__arrow{transform:rotate(-180deg)}.page-builder{padding-top:80px}@media screen and (max-width:767px){.page-builder{padding-top:0}}.page-builder .wp-block-image{margin-top:20px}.page-builder .wp-element-caption{margin-bottom:30px}.page-builder p{letter-spacing:-.01em;color:#222;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.page-builder a{color:#669eff}.page-builder a:hover{text-decoration:underline}.page-builder h2,.page-builder h3,.page-builder h4,.page-builder h5{color:#222;font-size:40px;font-weight:900;line-height:130%;margin:30px 0}@media screen and (max-width:767px){.page-builder h2,.page-builder h3,.page-builder h4,.page-builder h5{font-size:24px;line-height:110%}}.page-builder h3,.page-builder h4,.page-builder h5{line-height:110%}.page-builder h3{font-size:36px;margin:45px 0}@media screen and (max-width:767px){.page-builder h3{font-size:20px}}.page-builder h4{font-size:32px;margin:40px 0}@media screen and (max-width:767px){.page-builder h4{font-size:16px}}.page-builder h5{font-size:28px;margin:40px 0}@media screen and (max-width:767px){.page-builder h5{font-size:16px}}.page-builder ol:not([class]),.page-builder ul:not([class]){padding-left:45px;margin:50px 0}.page-builder ol:not([class]) li,.page-builder ul:not([class]) li{letter-spacing:-.01em;position:relative;color:#222;font-size:16px;font-weight:400;line-height:24px}.page-builder ol:not([class]) li:not(:last-child),.page-builder ul:not([class]) li:not(:last-child){margin-bottom:10px}.page-builder ul:not([class]) li::before{content:"";width:14px;height:14px;background:#669eff;border-radius:50%;position:absolute;top:5px;left:-25px}.page-builder ol:not([class]){counter-reset:item;padding-left:17px}.page-builder ol:not([class]) li{display:block}.page-builder ol:not([class]) li:before{content:counter(item) ". ";counter-increment:item;color:#669eff;font-size:16px;font-weight:400;line-height:24px}.page-builder .wp-block-quote{margin:50px 0}.page-builder .wp-block-quote cite,.page-builder .wp-block-quote p{color:#222;font-size:24px;font-weight:500;line-height:35px}/*!
Theme Name: appsolution_theme
Theme URI: 
Author: Dmitry Tishakov
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appsolution_theme


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

appsolution_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */.career-culture {
	padding: 40px 0;
}
@media screen and (max-width: 1100px) {
	.career-culture {
		padding: 32px 0;
	}
	.career-culture br {
		display: none;
	}
}
.career-culture__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1200px) {
	.career-culture__list {
		gap: 30px;
	}
}
.career-culture__item {
	max-width: 380px;
	width: 100%;
	padding: 32px;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 16px;
}
@media screen and (max-width: 1200px) {
	.career-culture__item {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.career-culture__item {
		width: 100%;
		gap: 10px;
	}
}
.career-culture__item-icon {
	width: 48px;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.career-culture__item-icon {
		margin-bottom: 16px;
	}
}
.career-culture__item-title {
	color: #272d37;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.career-culture__item-title {
		font-size: 20px;
	}
}
.career-culture__item-text {
	text-align: center;
}.trusted-by {
    .trusted-by__list {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1200px) {
    .trusted-by__list {
        gap: 20px
    }
}.cta-gt {
	border-radius: 40px;
	padding: 32px;
	margin-bottom: 30px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	@media screen and (max-width: 767px) {
		flex-direction: column;
		padding: 32px 16px;
	}

	& .cta-gt__text {
		max-width: 65%;

		font-family: Inter, sans-serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 42px; /* 131.25% */
		letter-spacing: -0.32px;

		@media screen and (max-width: 767px) {
			font-size: 28px;
			line-height: 36px;
			max-width: 100%;
			text-align: center;
		}
	}

	& .cta-gt__link {
		
		height: 46px;

		border-radius: 30px;

		border: 1px solid #333;
		color: #333;
		padding: 12px 18px;

		text-decoration: none;

		font-size: 15px;
		line-height: 22px;
		font-weight: 600;

		display: flex;
		align-items: center;
		gap: 4px;

		@media screen and (max-width: 767px) {
			width: 100%;
			justify-content: center;
		}

		&::after {
			content: '';
			background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.0001M10.8334 5L15.2442 9.41074C15.5696 9.73618 15.5696 10.2638 15.2442 10.5893L10.8334 15' stroke='%23333333' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
			width: 20px;
			height: 20px;
			display: block;
		}
	}

	&.blue {
		background: #669eff;
		& .cta-gt__text {
			color: #fff;
		}

		& .cta-gt__link {
			border-color: #fff;
			color: #fff;

			&::after {
				content: '';
				background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.0001M10.8334 5L15.2442 9.41074C15.5696 9.73618 15.5696 10.2638 15.2442 10.5893L10.8334 15' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
				width: 20px;
				height: 20px;
				display: block;
			}
		}
	}
	&.gradient {
		background: linear-gradient(270deg, #a4d3ff 0%, #b2fffa 100%);
		& .cta-gt__text {
			color: #333333;
		}

		
	}
	&.light {
		background-color: #f6fdff;
		& .cta-gt__text {
			color: #333333;
		}

		
	}
}.statistics-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
@media screen and (max-width: 1200px) {
    .statistics-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 32px;
        margin-left: 0;
    }
}
.statistics-item {
    /* width: calc(100% / 4); */
    /* max-width: 240px; */
}
@media screen and (max-width: 1200px) {
    .statistics-item {
        max-width: 100%;
        width: 100%;
    }
}
.statistics-number {
    color: #333;
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 12px;
    display: block;
}
@media screen and (max-width: 767px) {
    .statistics-number {
        font-size: 28px;
        line-height: 36px;
    }
}
.statistics-text {
    color: #5f6d7e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.security {
	padding: 32px 0;
}
@media screen and (min-width: 767px) {
	.security {
		padding: 64px 0;
	}
}
.security .container {
	position: relative;
}
.security .container::after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 0%;
	filter: blur(195px);
	background: rgba(83, 143, 248, 0.3);
	width: 400px;
	height: 400px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.security .container::after {
		display: none;
	}
}
.security__offers {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 7px;
}
@media screen and (max-width: 1200px) {
	.security__offers {
		justify-content: flex-start;
		gap: 10px;
	}
}
.security__offer {
	flex: 1 0 190px;
	height: 180px;
	border-radius: 30px;
	background: #f6fdff;
	box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.1) inset;
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (max-width: 500px) {
	.security__offer {
		flex-basis: 160px;
	}
}
.security__offer-icon {
	width: 48px;
	height: 48px;
}
.security__offer-text {
	font-size: 15px;
	line-height: 22px;
}
.security__labels {
	border-radius: 30px;
	margin-top: 40px;
	background: #f6fdff;
	min-height: 350px;
	padding: 44px 80px;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.security__labels {
		display: none;
	}
}
.security__labels .security__column {
	position: relative;
	height: 100%;
}
.security__labels .security__column:nth-child(1) {
	width: 220px;
}
.security__labels .security__column:nth-child(1) .security__labels-icons {
	height: 100%;
}
.security__labels .security__column:nth-child(1) img {
	top: 80px;
}
.security__labels .security__column:nth-child(1) img:nth-child(1) {
	left: 0;
}
.security__labels .security__column:nth-child(1) img:nth-child(2) {
	right: 0px;
}
.security__labels .security__column:nth-child(1) img:nth-child(3) {
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
}
.security__labels .security__column:nth-child(2) {
	width: 440px;
}
.security__labels .security__column:nth-child(2) img {
	top: 80px;
}
.security__labels .security__column:nth-child(2) img:nth-child(1) {
	left: 0px;
}
.security__labels .security__column:nth-child(2) img:nth-child(2) {
	left: 50%;
	transform: translateX(-50%);
	top: 68px;
}
.security__labels .security__column:nth-child(2) img:nth-child(3) {
	right: 0px;
}
.security__labels .security__column:nth-child(2) img:nth-child(4) {
	top: 160px;
	left: 0px;
}
.security__labels .security__column:nth-child(2) img:nth-child(5) {
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
}
.security__labels .security__column:nth-child(2) img:nth-child(6) {
	top: 160px;
	right: 0;
}
.security__labels .security__column:nth-child(3) {
	width: 200px;
}
.security__labels .security__column:nth-child(3) img {
	top: 80px;
}
.security__labels .security__column:nth-child(3) img:nth-child(1) {
	left: 0;
}
.security__labels .security__column:nth-child(3) img:nth-child(2) {
	right: 0px;
}
.security__labels .security__column img {
	position: absolute;
}
.security__labels-wrapper {
	display: flex;
	justify-content: space-between;
}
.security__labels-title {
	color: #272d37;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.16px;
	margin-bottom: 24px;
}
.security__labels-icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.security__labels-text {
	text-align: center;
	margin-top: 40px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.process {
	 /* background: linear-gradient(270.63deg, #a4d3ff 0.91%, #b3fffa 99.83%); */
}
 @media screen and (min-width: 1200px) {
	 .process {
		 height: 300px;
	}
}
 .process__inner {
	 padding: 32px 0;
	 display: flex;
	 align-items: center;
	 gap: 40px;
	 flex-direction: column;
}
 @media screen and (min-width: 767px) {
	 .process__inner {
		 padding: 65px 0;
		 gap: 20px;
	}
}
 @media screen and (min-width: 1200px) {
	 .process__inner {
		 flex-direction: row;
		 gap: initial;
	}
}
 .process__text-wrapper {
	 flex-basis: 29.166667%;
	 border-right: 0.5px solid transparent;
	/* 350px/1200 */
}
 @media screen and (min-width: 1200px) {
	 .process__text-wrapper .title {
		 margin-bottom: 46px;
	}
}
 .process__list {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 15px;
	 flex-wrap: wrap;
	 flex-basis: 70.416667%;
	/* 845px/1200 */
}
 @media screen and (min-width: 1200px) {
	 .process__list {
		 gap: initial;
		 flex-wrap: nowrap;
		 justify-content: space-between;
	}
	 .process__list:hover .description-card:not(:hover) {
		 max-width: 135px;
		 overflow: hidden;
		 transition: all 0.4s ease-in-out;
	}
}
 .process__item {
	 min-height: 180px;
	 padding: 16px;
	 background: rgba(255, 255, 255, 0.75);
	 box-shadow: inset 0px 0.5px 0px rgba(255, 255, 255, 0.1);
	 border-radius: 30px;
	 overflow: hidden;
}
 .description-card {
	 display: flex;
	 position: relative;
	 transition: flex-basis 0.3s ease;
	 height: 200px;
	 width: 338px;
}
 @media screen and (max-width: 500px) {
	 .description-card {
		 width: 100%;
		 height: 180px;
	}
}
 @media screen and (max-width: 1199px) {
	 .description-card {
		 justify-content: space-between;
	}
}
 @media screen and (min-width: 1200px) {
	 .description-card {
		 flex-basis: 155px;
		 width: auto;
	}
	 .description-card:hover {
		 flex-basis: 280px;
		 background-color: #669eff;
		 color: #fff;
		 z-index: 2;
		 border-radius: 30px;
	}
	 .description-card:hover .description-card__wrapper {
		 border-right: 0.5px solid #fff;
		 padding-right: 10px;
	}
	 .description-card:hover .description-card__text {
		 width: 110px;
	}
	 .description-card:hover .description-card__icon {
		 z-index: 4;
	}
	 .description-card:hover .description-card__desc {
		 opacity: 1;
		 max-width: 100%;
		 z-index: 5;
		 padding-left: 10px;
		 height: 100%;
	}
}
 .description-card__wrapper {
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
 @media screen and (max-width: 1199px) {
	 .description-card__wrapper {
		 border-right: 0.5px solid #a7a7a7;
		 padding-right: 20px;
	}
}
 .description-card__desc {
	 width: 50%;
}
 @media screen and (min-width: 1200px) {
	 .description-card__desc {
		 opacity: 0;
		 pointer-events: none;
		 max-width: 0;
		 height: 0px;
		 width: 140px;
		 color: #fff;
		 font-size: 15px;
		 font-weight: 400;
		 line-height: 22px;
	}
}
 .description-card__text {
	 width: 115px;
	 font-size: 15px;
}.faq {
	padding: 32px 0;
	position: relative;
}
@media screen and (min-width: 767px) {
	.faq {
		padding: 40px 0;
		display: flex;
	}
}

.faq::after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 35%;
	filter: blur(195px);
	background: rgba(83, 143, 248, 0.3);
	width: 400px;
	height: 400px;
	z-index: -1;
}

.faq__inner {
	display: flex;
	position: relative;
	z-index: 2;
	flex-direction: column;
    
}

body.wp-admin .faq__inner {
	justify-content: center;
	align-items: center;
	gap: 40px;
}
@media screen and (min-width: 1230px) {
	.faq__inner {
		flex-direction: row;
		justify-content: space-between;
        gap: 20px;
	}
}
.faq__left {
	width: 100%;
}
@media screen and (min-width: 1230px) {
	.faq__left {
		width: 280px;
	}
}
.faq__right {
	width: 100%;
}
@media screen and (min-width: 1230px) {
	.wp-admin .faq__right {
		width: 800px;
	}
}
.accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.accordion ul {
	list-style: initial;
	padding-left: 20px;
}
.accordion__item {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #fff;
	border-radius: 10px;
}
.accordion__title {
	cursor: pointer;
	color: #272d37;
	font-weight: 500;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 10px;
	position: relative;
}

.accordion__title:hover {
	border: 1px solid #fff;
}
.accordion__content {
	max-height: 0;
	overflow: hidden;
	padding: 0 24px;
	transition: all 0.1s ease;
}
.accordion__arrow {
	float: right;
	width: 12px;
	height: 7px;
	margin-top: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.33301L6.58926 5.74375C6.26382 6.06919 5.73618 6.06919 5.41074 5.74375L1 1.33301' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
	.accordion__arrow {
		float: initial;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}
}
.accordion__item.active .accordion__content {
	max-height: 700px;
	/* Adjust the value as needed */
	transition: all 0.1s ease;
}
.accordion__item.active .accordion__arrow {
	transform: rotate(-180deg);
}