.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 .hidden-fields-container {
	display: none;
}

.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{max-width:1190px;width:100%;padding:0 15px;margin:0 auto}@media(max-width:767px){.container{padding:0 29px}}.container--900{max-width:930px}h3:not(.redesignh3){color:#272d37;font-size:22px;font-weight:600;line-height:30px}p:not(.redesignp){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}.redesign a{text-decoration:none;transition:var(--transitionTime)}.section-title--main{font-family:Satoshi,sans-serif;font-weight:700;font-size:45px;line-height:120%;color:var(--dark);text-transform:uppercase}@media(max-width:1023px){.section-title--main{font-size:32px}}@media(max-width:767px){.section-title--main{font-weight:500;font-size:28px}}.section-title--main span{color:var(--accentBlue)}:root{--accentBlue:#1D45B0;--royalBlue:#2032A5;--thirdBlue:#7A8CE1;--iceLavender:#E5EBFF;--lavenderMist:#D6DFFF;--ghostLavender:#E8EBFF;--yellow:#F6C343;--red:#D10000;--slateBlue:#8C95AB;--steelGray:#707789;--graphite:#3A3A3A;--dark:#000000;--ghostWhite:#FEFEFF;--white:#FFFFFF;--transitionTime:.3s}body,html{height:100%;padding:0;margin:0;overflow-x:hidden}.redesign>body{font-family:"General Sans",sans-serif;padding-top:123px}@media(max-width:767px){.redesign>body{padding-top:90px}}*{box-sizing:border-box}*,:active,:focus,:hover{outline:0}select{-webkit-appearance:none}.main{flex:1 0 auto;position:relative;overflow-x:hidden}footer{flex-shrink:0}img{max-width:100%;height:auto}.no-scroll{overflow:hidden}.visible-mob{display:none}@media screen and (max-width:767px){.visible-mob{display:block}}.socials{display:flex;align-items:center;gap:24px}.btn--arrow{display:flex;justify-content:flex-end;align-items:center;gap:5px;font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:145%;color:var(--dark);transition:var(--transitionTime)}@media(max-width:767px){.btn--arrow{font-size:18px}}.btn--arrow::after{content:"";display:block;width:30px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98535 7C1.43307 7 0.985352 7.44772 0.985352 8C0.985352 8.55228 1.43307 9 1.98535 9L1.98535 8L1.98535 7ZM18.6925 8.70711C19.083 8.31658 19.083 7.68342 18.6925 7.29289L12.3285 0.928931C11.938 0.538407 11.3048 0.538407 10.9143 0.928931C10.5238 1.31946 10.5238 1.95262 10.9143 2.34315L16.5711 8L10.9143 13.6569C10.5238 14.0474 10.5238 14.6805 10.9143 15.0711C11.3048 15.4616 11.938 15.4616 12.3285 15.0711L18.6925 8.70711ZM1.98535 8L1.98535 9L17.9854 9L17.9854 8L17.9854 7L1.98535 7L1.98535 8Z' fill='black'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;transition:var(--transitionTime)}@media(min-width:1200px){.btn--arrow:hover{color:var(--royalBlue)}.btn--arrow:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98535 7C1.43307 7 0.985352 7.44772 0.985352 8C0.985352 8.55228 1.43307 9 1.98535 9L1.98535 8L1.98535 7ZM18.6925 8.70711C19.083 8.31658 19.083 7.68342 18.6925 7.29289L12.3285 0.928931C11.938 0.538407 11.3048 0.538407 10.9143 0.928931C10.5238 1.31946 10.5238 1.95262 10.9143 2.34315L16.5711 8L10.9143 13.6569C10.5238 14.0474 10.5238 14.6805 10.9143 15.0711C11.3048 15.4616 11.938 15.4616 12.3285 15.0711L18.6925 8.70711ZM1.98535 8L1.98535 9L17.9854 9L17.9854 8L17.9854 7L1.98535 7L1.98535 8Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}}.btn--arrow:active{color:var(--royalBlue)}.btn--arrow:active::after{background-image:url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98535 7C1.43307 7 0.985352 7.44772 0.985352 8C0.985352 8.55228 1.43307 9 1.98535 9L1.98535 8L1.98535 7ZM18.6925 8.70711C19.083 8.31658 19.083 7.68342 18.6925 7.29289L12.3285 0.928931C11.938 0.538407 11.3048 0.538407 10.9143 0.928931C10.5238 1.31946 10.5238 1.95262 10.9143 2.34315L16.5711 8L10.9143 13.6569C10.5238 14.0474 10.5238 14.6805 10.9143 15.0711C11.3048 15.4616 11.938 15.4616 12.3285 15.0711L18.6925 8.70711ZM1.98535 8L1.98535 9L17.9854 9L17.9854 8L17.9854 7L1.98535 7L1.98535 8Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}.btn--main-arrow{display:flex;justify-content:center;align-items:center;gap:15px;max-width:220px;width:100%;font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:145%;border-radius:17px;padding:20px;background-color:var(--accentBlue);color:var(--ghostWhite);transition:var(--transitionTime)}@media(max-width:767px){.btn--main-arrow{max-width:200px;padding:10px}}.btn--main-arrow::after{content:"";display:block;width:33px;height:33px;border-radius:50%;background-color:var(--ghostWhite);background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4209 5.63158C0.941283 5.63158 0.552477 6.02038 0.552477 6.5C0.552477 6.97962 0.941283 7.36842 1.4209 7.36842L1.4209 6.5L1.4209 5.63158ZM14.1929 7.11407C14.532 6.77493 14.532 6.22507 14.1929 5.88593L8.66626 0.359337C8.32712 0.020197 7.77727 0.020197 7.43813 0.359336C7.09899 0.698476 7.09899 1.24833 7.43813 1.58747L12.3507 6.5L7.43813 11.4125C7.09899 11.7517 7.09899 12.3015 7.43813 12.6407C7.77727 12.9798 8.32712 12.9798 8.66626 12.6407L14.1929 7.11407ZM1.4209 6.5L1.4209 7.36842L13.5788 7.36842L13.5788 6.5L13.5788 5.63158L1.4209 5.63158L1.4209 6.5Z' fill='%231D45B0'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;transition:var(--transitionTime)}@media(max-width:767px){.btn--main-arrow::after{width:27px;height:27px}}@media(min-width:1200px){.btn--main-arrow:hover{color:var(--ghostWhite);background-color:var(--royalBlue)}.btn--main-arrow:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4209 5.63158C0.941283 5.63158 0.552477 6.02038 0.552477 6.5C0.552477 6.97962 0.941283 7.36842 1.4209 7.36842L1.4209 6.5L1.4209 5.63158ZM14.1929 7.11407C14.532 6.77493 14.532 6.22507 14.1929 5.88593L8.66626 0.359337C8.32712 0.020197 7.77727 0.020197 7.43813 0.359336C7.09899 0.698476 7.09899 1.24833 7.43813 1.58747L12.3507 6.5L7.43813 11.4125C7.09899 11.7517 7.09899 12.3015 7.43813 12.6407C7.77727 12.9798 8.32712 12.9798 8.66626 12.6407L14.1929 7.11407ZM1.4209 6.5L1.4209 7.36842L13.5788 7.36842L13.5788 6.5L13.5788 5.63158L1.4209 5.63158L1.4209 6.5Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}}.btn--main-arrow:active{color:var(--ghostWhite);background-color:var(--royalBlue)}.btn--main-arrow:active::after{background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4209 5.63158C0.941283 5.63158 0.552477 6.02038 0.552477 6.5C0.552477 6.97962 0.941283 7.36842 1.4209 7.36842L1.4209 6.5L1.4209 5.63158ZM14.1929 7.11407C14.532 6.77493 14.532 6.22507 14.1929 5.88593L8.66626 0.359337C8.32712 0.020197 7.77727 0.020197 7.43813 0.359336C7.09899 0.698476 7.09899 1.24833 7.43813 1.58747L12.3507 6.5L7.43813 11.4125C7.09899 11.7517 7.09899 12.3015 7.43813 12.6407C7.77727 12.9798 8.32712 12.9798 8.66626 12.6407L14.1929 7.11407ZM1.4209 6.5L1.4209 7.36842L13.5788 7.36842L13.5788 6.5L13.5788 5.63158L1.4209 5.63158L1.4209 6.5Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}.slider-btn--main{display:flex;justify-content:center;align-items:center;width:63px;height:63px;border-radius:50%;background-color:var(--accentBlue)}.slider-btn--main::after{content:"";width:30px;height:23px;background-image:url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.48535 10C1.65692 10 0.985352 10.6716 0.985352 11.5C0.985351 12.3284 1.65692 13 2.48535 13L2.48535 11.5L2.48535 10ZM29.546 12.5607C30.1318 11.9749 30.1318 11.0251 29.546 10.4393L20.0001 0.8934C19.4143 0.307613 18.4645 0.307613 17.8788 0.8934C17.293 1.47919 17.293 2.42893 17.8788 3.01472L26.364 11.5L17.8787 19.9853C17.293 20.5711 17.293 21.5208 17.8787 22.1066C18.4645 22.6924 19.4143 22.6924 20.0001 22.1066L29.546 12.5607ZM2.48535 11.5L2.48535 13L28.4854 13L28.4854 11.5L28.4854 10L2.48535 10L2.48535 11.5Z' fill='%23FEFEFF'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}@media(max-width:767px){.slider-btn--main::after{transform:scale(.7)}}.slider-btn--main.swiper-button-prev{transform:scaleX(-1)}@media(min-width:1200px){.slider-btn--main:hover{background-color:var(--royalBlue)}}.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}.cookie-banner{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;position:fixed;bottom:30px;right:30px;z-index:1000;max-width:685px;width:100%;padding:30px;background-color:var(--iceLavender);border-radius:15px;transition:var(--transitionTime);transform-origin:right;transform:translateX(100%);visibility:hidden;animation-name:cookieBannerVisible;animation-duration:var(--transitionTime);animation-fill-mode:forwards;animation-delay:3s}@media(max-width:767px){.cookie-banner{max-width:calc(100% - 60px);flex-direction:column;align-items:flex-start;gap:20px;padding:20px}}.cookie-banner.close{display:none}.cookie-banner__title{font-weight:500;font-size:21px;line-height:140%;color:var(--dark)}.cookie-banner__text{font-weight:400;font-size:18px;line-height:140%;color:var(--dark);margin:10px 0}@media(max-width:767px){.cookie-banner__text{font-size:16px}}.cookie-banner__more{font-weight:400;font-size:16px;line-height:140%;color:var(--graphite)}.cookie-banner__more a{color:var(--accentBlue)}.cookie-banner__accept{display:flex;justify-content:center;align-items:center;max-width:140px;width:100%;flex-shrink:0;cursor:pointer;outline:0;padding:12px;font-family:Satoshi,sans-serif;font-weight:500;font-size:18px;line-height:145%;color:var(--ghostWhite);border-radius:13px;background-color:var(--accentBlue)}@keyframes cookieBannerVisible{0%{transform:translateX(100%);visibility:hidden}100%{transform:translateX(0);visibility:visible}}.header__burger{display:flex;align-items:center;gap:15px;max-width:105px;width:100%;cursor:pointer}@media(max-width:767px){.header__burger{max-width:30px}}.header__burger-logo{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px}.header__burger-logo span{position:absolute;left:0;right:0;width:100%;height:3px;background-color:var(--dark);border-radius:5px;transition:var(--transitionTime)}.header__burger-logo span:nth-child(1){top:5px}.header__burger-logo span:nth-child(3){bottom:5px}.header__burger-text{font-family:Satoshi,sans-serif;font-weight:700;font-size:22px;line-height:135%;color:var(--dark);opacity:1;transition:var(--transitionTime)}@media(max-width:767px){.header__burger-text{display:none}}.header.is-open .header__burger span{background-color:#a9c2ff}.header.is-open .header__burger span:nth-child(1){top:unset;transform:rotate(45deg)}.header.is-open .header__burger span:nth-child(2){opacity:0;transform:scaleY(0)}.header.is-open .header__burger span:nth-child(3){transform:rotate(-45deg);bottom:unset}.header.is-open .header__burger-text{font-size:10px;opacity:0}.header__menu{position:absolute;top:0;left:0;z-index:-1;display:flex;flex-direction:column;gap:15px;max-width:30px;width:100%;padding:160px 70px 130px;background-color:var(--accentBlue);opacity:0;transform:scaleY(0);transform-origin:top left;border-radius:50%;visibility:hidden;overflow:hidden;transition:var(--transitionTime)}@media(max-width:767px){.header__menu{padding:130px 30px 30px;gap:20px}}.header__menu a{display:block;font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:140%;color:var(--ghostWhite);transition:var(--transitionTime)}@media(max-width:767px){.header__menu a{font-size:18px}}@media(min-width:1200px){.header__menu a:hover{color:#a9c2ff}}.header.is-open .header__menu{top:-40px;left:-20px;max-width:450px;opacity:1;transform:scaleY(1);border-radius:0 0 20px 20px;visibility:visible}@media(max-width:1199px){.header.is-open .header__menu{top:-10px;left:0}}@media(max-width:1023px){.header.is-open .header__menu{top:-40px;left:0;max-width:100%}}@media(max-width:767px){.header.is-open .header__menu{height:100dvh;border-radius:0}}@media(max-width:1023px){.header.is-sticky.is-open .header__menu{top:-20px}}.header{position:fixed;top:0;left:0;right:0;z-index:100;width:100%;background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 0 5px;transition:var(--transitionTime)}.header.is-sticky{padding:10px 0}.header.is-sticky .header__logo{max-width:75px}.header.is-sticky .header__burger-text,.header.is-sticky .header__contact{font-size:18px}.header.is-open .header__overlay{z-index:-2;visibility:visible;opacity:.6}@media(max-width:1023px){.header.is-open .header__logo{filter:invert(1)}}.header:not(.header.is-sticky) .header__logo{margin-left:20px}.header__overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:-100;visibility:hidden;opacity:0;background-color:var(--iceLavender);-webkit-backdrop-filter:blur(500px);backdrop-filter:blur(500px);transition:var(--transitionTime)}.header .container{position:relative;max-width:1280px}.header__wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.header__logo{display:flex;max-width:108px;width:100%;transition:var(--transitionTime)}@media(max-width:767px){.header__logo{max-width:55px!important;min-height:39px}}.header__logo img{width:100%;height:auto;transition:var(--transitionTime)}.header__contact{font-weight:700;color:var(--dark)}@media(max-width:767px){.header__contact{display:none}}.footer{position:relative;margin-top:140px;background-color:var(--iceLavender);padding:50px 0}@media(max-width:1023px){.footer{padding:50px 0 30px}}@media(max-width:767px){.footer{margin:100px 0 25px}}.footer__logo{display:flex;justify-content:center;align-items:center;max-width:150px;min-height:105px;margin:0 auto}@media(max-width:767px){.footer__logo{max-width:85px;min-height:60px}}.footer__logo img{width:100%}.footer__scroll-top{display:block;width:40px;height:40px;position:absolute;right:20px;top:50px;z-index:2;background-color:#afc2ea;box-shadow:0 2px 8px 0 rgba(0,0,0,.0784313725);border-radius:50%;cursor:pointer;transition:all var(--transitionTime) ease-in-out;background-image:url("data:image/svg+xml,%3Csvg width='20' height='28' viewBox='0 0 20 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.30371L10 26.1973' stroke='white' stroke-width='2.29362' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.7603 10.5596L10.0036 1.80282L9.996 1.80282L1.23926 10.5596' stroke='white' stroke-width='2.29362' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}@media(max-width:767px){.footer__scroll-top{display:none}}@media(min-width:1200px){.footer__scroll-top:hover{background-color:var(--thirdBlue)}}.footer__scroll-top:active{background-color:var(--thirdBlue)}.footer__menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;max-width:920px;width:100%;margin:50px auto 0}@media(max-width:1023px){.footer__menu{max-width:725px;margin:30px auto 0}}@media(max-width:767px){.footer__menu{max-width:320px;gap:8px;margin:25px auto 0}}.footer__menu li{display:flex;align-items:center;gap:20px}@media(max-width:767px){.footer__menu li{gap:8px}}.footer__menu li::after{content:"●";display:inline-block;color:var(--accentBlue)}@media(min-width:1024px){.footer__menu li:last-child::after,.footer__menu li:nth-child(3)::after,.footer__menu li:nth-child(6)::after{content:none}}@media(min-width:767px)and (max-width:1023px){.footer__menu li:last-child::after,.footer__menu li:nth-child(2)::after,.footer__menu li:nth-child(4)::after,.footer__menu li:nth-child(7)::after{content:none}}@media(max-width:767px){.footer__menu li:last-child::after,.footer__menu li:nth-child(2)::after,.footer__menu li:nth-child(3)::after,.footer__menu li:nth-child(4)::after,.footer__menu li:nth-child(5)::after,.footer__menu li:nth-child(9)::after{content:none}}@media(max-width:767px){.footer__menu li:nth-child(7)::after{content:"";width:10px}}.footer__menu a{font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:140%;color:var(--dark)}@media(max-width:767px){.footer__menu a{font-size:16px}}@media(min-width:1200px){.footer__menu a:hover{color:var(--accentBlue)}}.footer__menu a:active{color:var(--accentBlue)}.footer__line{width:100%;height:2px;background-color:var(--accentBlue);margin:50px 0}@media(max-width:1023px){.footer__line{margin:30px 0}}@media(max-width:767px){.footer__line{margin:25px 0}}.footer--bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:50px}@media(max-width:1023px){.footer--bottom{flex-wrap:wrap;gap:30px}}@media(max-width:767px){.footer--bottom{flex-direction:column;flex-wrap:nowrap;gap:25px}}.footer__certification,.footer__contact,.footer__social{display:flex;align-items:flex-start;gap:20px}@media(max-width:767px){.footer__certification,.footer__contact,.footer__social{flex-direction:column;align-items:center;width:100%}}.footer .certification__title,.footer .contact__title,.footer .social__title{font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:140%;color:var(--dark)}@media(max-width:767px){.footer .certification__title,.footer .contact__title,.footer .social__title{font-size:16px;text-align:center}}.footer__social{max-width:192px;width:100%}@media(max-width:767px){.footer__social{max-width:100%}}.footer .contact__list,.footer .social__list{display:flex;flex-direction:column;gap:15px}@media(max-width:767px){.footer .social__list{flex-direction:row;justify-content:center}}.footer .social__link{font-weight:400;font-size:18px;line-height:130%;color:var(--dark)}@media(max-width:767px){.footer .social__link{font-size:0;width:28px;height:28px;border-radius:3px;background-repeat:no-repeat;background-size:contain}}@media(min-width:1200px){.footer .social__link:hover{color:var(--accentBlue)}}.footer .social__link:active{color:var(--accentBlue)}@media(max-width:767px){.footer .social__link.linkedin{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M6.28054 11.5712H9.59626V22.2138H6.28054V11.5712ZM7.9384 6.28223C8.99781 6.28223 9.85504 7.13948 9.85504 8.19889C9.85504 9.2583 8.99781 10.1155 7.9384 10.1155C6.87899 10.1155 6.01367 9.2583 6.01367 8.19889C6.01367 7.13948 6.8709 6.28223 7.9384 6.28223Z' fill='%23E5EBFF'/%3E%3Cpath d='M11.6741 11.5716H14.8442V13.0272H14.8847C15.3295 12.1862 16.4051 11.3047 18.0144 11.3047C21.3625 11.3047 21.9852 13.5044 21.9852 16.3753V22.2142H18.6775V17.0384C18.6775 15.8011 18.6533 14.216 16.955 14.216C15.2567 14.216 14.9736 15.5585 14.9736 16.9495V22.2142H11.666V11.5716H11.6741Z' fill='%23E5EBFF'/%3E%3C/svg%3E%0A")}}@media(max-width:767px){.footer .social__link.behance{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1426_1245)'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M13.8461 17.261C13.8461 17.7373 13.7494 18.1615 13.5559 18.5262C13.3624 18.8908 13.1019 19.1885 12.767 19.4341C12.4321 19.6797 12.0451 19.8658 11.5986 19.9923C11.1595 20.1188 10.6832 20.1858 10.1846 20.1858H4.70703V8.84375H10.7799C11.1744 8.84375 11.5316 8.92564 11.8516 9.09681C12.1716 9.26798 12.4396 9.49124 12.6628 9.75916C12.8861 10.0345 13.0573 10.3397 13.1838 10.6894C13.3029 11.0392 13.3699 11.3816 13.3699 11.7388C13.3699 12.2895 13.2285 12.8105 12.9531 13.2942C12.6777 13.778 12.2684 14.1352 11.74 14.3734C12.3875 14.5669 12.901 14.9092 13.2805 15.4004C13.6601 15.899 13.8461 16.5168 13.8461 17.261ZM6.90994 10.7267V13.5845H9.84965C10.2218 13.5845 10.5418 13.458 10.8023 13.1975C11.0627 12.9444 11.1967 12.5872 11.1967 12.1407C11.1967 11.6942 11.0776 11.3593 10.8395 11.0988C10.6013 10.8457 10.3036 10.7118 9.95383 10.7118H6.91739L6.90994 10.7267ZM11.6283 16.8442C11.6283 16.6433 11.5911 16.4498 11.5242 16.2637C11.4572 16.0776 11.3604 15.9139 11.2413 15.78C11.1223 15.6386 10.9883 15.5344 10.8246 15.4525C10.6683 15.3706 10.4897 15.3334 10.2962 15.3334H6.90994V18.3178H10.1846C10.3855 18.3178 10.579 18.2806 10.7502 18.2061C10.9288 18.1317 11.0776 18.0275 11.2041 17.8936C11.3307 17.7596 11.4349 17.6033 11.5093 17.4247C11.5837 17.2461 11.6209 17.0526 11.6209 16.8516L11.6283 16.8442Z' fill='%23E5EBFF'/%3E%3Cpath d='M18.6234 20.1871C17.976 20.1871 17.388 20.0755 16.8596 19.8522C15.8177 19.4057 15.0809 18.6615 14.6567 17.6121C14.4558 17.106 14.3516 16.5776 14.3516 16.0195C14.3516 15.4613 14.4483 14.8957 14.6493 14.3896C15.066 13.3253 15.8028 12.5737 16.8522 12.1197C17.3806 11.8964 17.9834 11.7773 18.6383 11.7773C19.2932 11.7773 19.8886 11.889 20.4096 12.1197C22.1213 12.8639 22.9325 14.5236 22.8581 16.332C22.8581 16.4586 22.8432 16.5627 22.8209 16.6446H16.547C16.5768 16.9646 16.6587 17.2474 16.7778 17.493C16.9043 17.7386 17.0606 17.9544 17.2541 18.1256C17.4476 18.3042 17.6708 18.4382 17.9164 18.5275C18.162 18.6168 18.4225 18.6689 18.6904 18.6689C19.0997 18.6689 19.4942 18.5647 19.8589 18.3638C20.2235 18.1628 20.4766 17.8949 20.6105 17.5674L22.3892 18.0661C22.0915 18.6838 21.6152 19.1973 20.9603 19.5917C20.3054 19.9862 19.524 20.1871 18.616 20.1871H18.6234ZM20.7296 15.2901C20.6775 14.6798 20.4542 14.1961 20.0523 13.824C19.6579 13.4593 19.1742 13.2732 18.6011 13.2732C18.3258 13.2732 18.0653 13.3254 17.8197 13.4221C17.5741 13.5189 17.3657 13.6602 17.1796 13.8314C16.9936 14.01 16.8447 14.2184 16.7257 14.464C16.6066 14.7096 16.5396 14.985 16.5173 15.2827H20.7296V15.2901Z' fill='%23E5EBFF'/%3E%3Cpath d='M15.8906 9.37891H21.3161V10.726H15.8906V9.37891Z' fill='%23E5EBFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1426_1245'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}}@media(max-width:767px){.footer .social__link.dribbble{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M14.0008 5.33496C9.08101 5.33496 5.07617 9.33228 5.07617 14.2521C5.07617 19.1719 9.08101 23.1617 14.0008 23.1617C18.9206 23.1617 22.9254 19.1644 22.9254 14.2521C22.9254 9.33978 18.9206 5.33496 14.0008 5.33496ZM19.8731 9.54227C20.893 10.8022 21.508 12.3997 21.538 14.1321C21.2005 14.0646 19.7681 13.7946 18.0506 13.7946C17.4957 13.7946 16.9182 13.8246 16.3332 13.8921C16.2807 13.7721 16.2357 13.6521 16.1832 13.5321C16.0332 13.1796 15.8682 12.8196 15.7032 12.4747C18.3431 11.3872 19.6181 9.87978 19.8806 9.53479L19.8731 9.54227ZM14.0008 6.72989C15.9057 6.72989 17.6381 7.43488 18.9656 8.59733C18.7556 8.88232 17.6156 10.3073 15.0733 11.2672C13.8958 9.11481 12.6059 7.32987 12.2984 6.91738C12.8458 6.78989 13.4158 6.72241 14.0008 6.72241V6.72989ZM10.7609 7.46487C11.0234 7.82485 12.3134 9.62476 13.5208 11.7622C10.281 12.6171 7.40107 12.6697 6.7036 12.6697H6.62861C7.13109 10.3672 8.68352 8.45483 10.7609 7.46487ZM6.46362 14.2596C6.46362 14.1996 6.46362 14.1321 6.46362 14.0721C6.50862 14.0721 6.57611 14.0721 6.65861 14.0721C7.59607 14.0721 10.8434 13.9971 14.1883 12.9996C14.3908 13.3971 14.5858 13.8021 14.7658 14.1996C14.6833 14.2221 14.6008 14.2446 14.5183 14.2746C10.7534 15.4895 8.67602 18.7144 8.36104 19.2394C7.18359 17.9119 6.46362 16.1645 6.46362 14.2521V14.2596ZM14.0008 21.7893C12.2684 21.7893 10.6784 21.2043 9.40349 20.2218C9.62098 19.8019 11.1809 16.982 15.3132 15.5495C15.3132 15.5495 15.3132 15.5495 15.3207 15.5495C16.3557 18.2419 16.7982 20.5068 16.9182 21.2118C16.0257 21.5868 15.0358 21.7968 14.0083 21.7968L14.0008 21.7893ZM18.2681 20.4618C18.1706 19.8843 17.7581 17.7619 16.8207 15.1745C17.3457 15.092 17.8556 15.0621 18.3356 15.0621C19.9106 15.0621 21.1405 15.407 21.433 15.497C21.0955 17.5519 19.9181 19.3294 18.2681 20.4693V20.4618Z' fill='%23E5EBFF'/%3E%3C/svg%3E%0A")}}@media(max-width:767px){.footer .social__link.x{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M15.6933 12.8567L22.3355 5.12988H20.7632L14.9954 11.8393L10.388 5.12988H5.07422L12.0443 15.2697L5.07422 23.3664H6.64648L12.7421 16.287L17.6103 23.3664H22.924L15.6933 12.8483V12.8567ZM13.5325 15.3706L12.8262 14.3617L7.2098 6.3238H9.63125L14.1631 12.8062L14.8693 13.8152L20.7632 22.2482H18.3418L13.5325 15.3706Z' fill='%23E5EBFF'/%3E%3C/svg%3E%0A")}}.footer__contact{max-width:355px;width:100%}@media(max-width:767px){.footer__contact{max-width:100%}}.footer .contact__email,.footer .contact__phone{font-weight:400;font-size:18px;line-height:130%;color:var(--dark)}@media(max-width:767px){.footer .contact__email,.footer .contact__phone{text-align:center;font-size:16px}}@media(min-width:1200px){.footer .contact__email:hover,.footer .contact__phone:hover{color:var(--accentBlue)}}.footer .contact__email:active,.footer .contact__phone:active{color:var(--accentBlue)}.footer .contact__address{font-weight:400;font-size:18px;line-height:130%;color:var(--dark)}@media(max-width:767px){.footer .contact__address{max-width:275px;text-align:center;font-size:16px}}.footer__certification{max-width:515px;width:100%}@media(max-width:1023px){.footer__certification{max-width:100%;justify-content:center;order:3}}@media(max-width:767px){.footer__certification{order:unset}}.footer .certification__logo{display:flex;justify-content:center}.footer .certification__logo img{width:100%}.footer__copyrights{text-align:center;font-weight:400;font-size:16px;line-height:130%;color:var(--dark);margin:35px auto 0}@media(max-width:767px){.footer__copyrights{margin:40px auto 0}}@media(min-width:768px){.footer__copyrights br{display:none}}.footer__privacy{font-weight:400;font-size:16px;line-height:130%;color:var(--dark)}@media(min-width:1200px){.footer__privacy:hover{color:var(--accentBlue)}}.footer__privacy:active{color:var(--accentBlue)}#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}.contact-us{padding:100px 0 50px}@media(max-width:1023px){.contact-us{padding:80px 0 0}}@media(max-width:767px){.contact-us{padding:0}}.contact-us__wrap{padding:65px 75px;border-radius:65px;background:linear-gradient(90deg,#e5ebff -76.33%,#e5ebff -59.85%,#fdfeff 35.53%,#fefeff 68.79%,#e5ebff 150.78%,#fefeff 230.12%)}@media(max-width:767px){.contact-us__wrap{padding:35px 20px;border-radius:25px}}.contact-us__title{text-align:center}@media(max-width:767px){.contact-us__title{text-align:left}}.contact-us__text{max-width:700px;width:100%;font-weight:400;font-size:21px;line-height:145%;color:var(--dark);text-align:center;margin:40px auto 0}@media(max-width:767px){.contact-us__text{font-size:18px;margin:25px auto 0;text-align:left}}.contact-us__form{margin-top:50px}.top-screen{padding:80px 0 0}@media(max-width:767px){.top-screen{padding:40px 0 0}}.top-screen__wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}@media(max-width:767px){.top-screen__wrap{flex-direction:column;gap:30px}}.top-screen--left{max-width:595px;width:100%}@media(min-width:1024px){.top-screen--left{flex-shrink:0}}.top-screen__text{font-weight:400;font-size:21px;line-height:120%;color:var(--graphite)}@media(max-width:1023px){.top-screen__text{font-size:18px}.top-screen__text br:first-child{display:none}}.top-screen--right{max-width:540px;width:100%}@media(max-width:1023px){.top-screen--right{max-width:300px}}.top-screen__img{display:flex;justify-content:center;align-items:center;min-height:145px}@media(min-width:360px){.top-screen__img{min-height:165px}}@media(min-width:1024px){.top-screen__img{min-height:200px}}.top-screen__img img{width:100%}.offer{padding:60px 0}@media(max-width:767px){.offer__title span{display:block}}.offer__wrap{display:grid;grid-template-columns:repeat(2,calc(50% - 20px));grid-gap:40px;position:relative;margin:60px 0 0}@media(max-width:1023px){.offer__wrap{grid-gap:25px;margin:40px 0 0}}@media(max-width:767px){.offer__wrap{grid-template-columns:1fr;margin:25px 0 0}}.offer__item{width:100%;position:relative;padding:50px;border:2px solid #8c95ab;border-radius:20px;transition:all var(--transitionTime) ease-in-out;cursor:pointer}@media(max-width:1023px){.offer__item{padding:25px 20px}}.offer__item::after{content:"";display:block;width:47px;height:47px;position:absolute;right:25px;top:205px;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.554688' width='47.4462' height='47.4462' rx='23.7231' fill='%23E5EBFF'/%3E%3Cpath d='M24.7227 13.7773C24.7227 13.2251 24.2749 12.7773 23.7227 12.7773C23.1704 12.7773 22.7227 13.2251 22.7227 13.7773H23.7227H24.7227ZM23.0155 35.4845C23.4061 35.875 24.0392 35.875 24.4298 35.4845L30.7937 29.1205C31.1842 28.73 31.1842 28.0968 30.7937 27.7063C30.4032 27.3158 29.77 27.3158 29.3795 27.7063L23.7227 33.3631L18.0658 27.7063C17.6753 27.3158 17.0421 27.3158 16.6516 27.7063C16.2611 28.0968 16.2611 28.73 16.6516 29.1205L23.0155 35.4845ZM23.7227 13.7773H22.7227V34.7773H23.7227H24.7227V13.7773H23.7227Z' fill='black'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;background-position:center center;border-radius:50%;transition:all var(--transitionTime) ease-in-out}@media(max-width:1023px){.offer__item::after{width:30px;height:30px;right:20px;top:25px}}.offer__item--top{display:flex;align-items:center;gap:20px;margin-bottom:35px}@media(max-width:1023px){.offer__item--top{max-width:calc(100% - 40px);gap:10px;margin-bottom:25px}}.offer__item-icon{display:flex;justify-content:center;align-items:center;width:55px;height:55px;flex-shrink:0}@media(max-width:1023px){.offer__item-icon{width:35px;height:35px}}.offer__item-icon img{width:auto}.offer__item-title{font-weight:500;font-size:35px;line-height:145%;color:var(--dark)}@media(max-width:1023px){.offer__item-title{font-size:24px}}@media(max-width:767px){.offer__item-title{font-size:18px}}.offer__item-answer,.offer__item-text{max-width:350px;width:100%;font-weight:400;font-size:21px;line-height:145%;color:var(--dark);transition:all var(--transitionTime) ease-in-out;visibility:visible;height:auto;transform:scaleY(1);transform-origin:top}@media(max-width:1023px){.offer__item-answer,.offer__item-text{font-size:18px}}.offer__item-answer{display:flex;align-items:normal;gap:10px;padding-top:20px}@media(max-width:1023px){.offer__item-answer{padding-top:15px}}.offer__item-answer::before{content:"";display:block;width:20px;height:32px;flex-shrink:0;background-repeat:no-repeat;background-position:center center}.offer__item:first-child .offer__item-answer::before{background-image:url("data:image/svg+xml,%3Csvg width='19' height='32' viewBox='0 0 19 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_962_2615)'%3E%3Cpath d='M12 24.25C11.2434 25.1659 10.2806 25.75 9 25.75C7.90598 25.75 6.85677 25.3154 6.08318 24.5418C5.3096 23.7682 4.875 22.719 4.875 21.625C4.875 17.7353 1.5 19 1.5 13.75C1.5 11.7609 2.29018 9.85322 3.6967 8.4467C5.10322 7.04018 7.01088 6.25 9 6.25C10.9891 6.25 12.8968 7.04018 14.3033 8.4467C15.7098 9.85322 16.5 11.7609 16.5 13.75' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.2994 19.75C13.1343 20.0361 12.8795 20.2598 12.5744 20.3863C12.2692 20.5127 11.9309 20.535 11.6118 20.4495C11.2928 20.364 11.0108 20.1756 10.8098 19.9135C10.6088 19.6514 10.4999 19.3303 10.5 19C10.5 16.75 12.75 16 12.75 13.75C12.75 12.7554 12.3549 11.8016 11.6516 11.0983C10.9484 10.3951 9.99456 10 9 10C8.00544 10 7.05161 10.3951 6.34835 11.0983C5.64509 11.8016 5.25 12.7554 5.25 13.75' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_962_2615'%3E%3Crect width='19' height='24' fill='white' transform='translate(0 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.offer__item:nth-child(2) .offer__item-answer::before{background-image:url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1398_2325)'%3E%3Cpath d='M2.59375 7.9668H6.15625V15.6855H2.59375C2.43628 15.6855 2.28526 15.623 2.17391 15.5116C2.06256 15.4003 2 15.2493 2 15.0918V8.56055C2 8.40307 2.06256 8.25205 2.17391 8.1407C2.28526 8.02935 2.43628 7.9668 2.59375 7.9668Z' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.9375 7.88867L8.90625 1.95117C9.53614 1.95117 10.1402 2.20139 10.5856 2.64679C11.031 3.09219 11.2812 3.69628 11.2812 4.32617V6.10742H16.0312C16.1997 6.10747 16.3662 6.14335 16.5197 6.21269C16.6732 6.28203 16.8102 6.38324 16.9216 6.50959C17.0331 6.63594 17.1163 6.78455 17.1659 6.94554C17.2154 7.10654 17.2302 7.27623 17.2091 7.44336L16.3185 14.5684C16.2823 14.8553 16.1427 15.1191 15.9259 15.3104C15.709 15.5017 15.4298 15.6073 15.1406 15.6074H5.9375' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1398_2325'%3E%3Crect width='19' height='19' fill='white' transform='translate(0 0.169922)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.offer__item:nth-child(3) .offer__item-answer::before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1398_2306)'%3E%3Cpath d='M10.9401 5.88483L11.7913 5.03359C12.1263 4.69848 12.5241 4.43265 12.9619 4.25128C13.3996 4.06991 13.8688 3.97656 14.3427 3.97656C14.8166 3.97656 15.2858 4.06991 15.7235 4.25128C16.1613 4.43265 16.5591 4.69848 16.8941 5.03359C17.2292 5.36861 17.495 5.76636 17.6764 6.20413C17.8578 6.64191 17.9511 7.11112 17.9511 7.58497C17.9511 8.05883 17.8578 8.52804 17.6764 8.96581C17.495 9.40358 17.2292 9.80134 16.8941 10.1364L15.0074 12.023L14.2073 12.8232C13.8719 13.1586 13.4736 13.4247 13.0353 13.606C12.5969 13.7874 12.1271 13.8806 11.6528 13.8803C11.1784 13.8799 10.7087 13.786 10.2707 13.604C9.83263 13.4219 9.43477 13.1553 9.09987 12.8193C8.75322 12.4728 8.48105 12.0591 8.30007 11.6035C8.11909 11.148 8.03312 10.6603 8.04743 10.1704' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.87047 15.6848L8.01924 16.5361C7.68383 16.8715 7.28557 17.1376 6.84724 17.3189C6.4089 17.5003 5.93911 17.5935 5.46473 17.5931C4.99035 17.5928 4.5207 17.4989 4.08265 17.3168C3.64459 17.1348 3.24673 16.8682 2.91183 16.5322C2.23703 15.855 1.85851 14.9378 1.85938 13.9818C1.86025 13.0258 2.24044 12.1092 2.91647 11.4333L5.60328 8.74648C5.9383 8.41137 6.33605 8.14554 6.77382 7.96417C7.21159 7.7828 7.68081 7.68945 8.15466 7.68945C8.62852 7.68945 9.09773 7.7828 9.5355 7.96417C9.97327 8.14554 10.371 8.41137 10.706 8.74648C11.0541 9.09298 11.3275 9.50713 11.5093 9.96338C11.6911 10.4196 11.7775 10.9083 11.7631 11.3992' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1398_2306'%3E%3Crect width='19.8105' height='19.8105' fill='white' transform='translate(0 0.880859)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.offer__item:nth-child(4) .offer__item-answer::before{background-image:url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_962_2831)'%3E%3Cpath d='M3.85352 17.1816H10.1457' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.12271 12.0674C2.37471 11.4831 1.76885 10.7368 1.35065 9.88475C0.932437 9.03267 0.712756 8.0969 0.708104 7.14773C0.689228 3.7374 3.43889 0.898857 6.84844 0.820205C8.1698 0.788199 9.46768 1.17311 10.5579 1.92034C11.6482 2.66756 12.4755 3.73914 12.9224 4.98304C13.3693 6.22694 13.4131 7.57999 13.0477 8.85021C12.6822 10.1204 11.926 11.2433 10.8864 12.0595C10.6571 12.2373 10.4713 12.465 10.3431 12.7253C10.2148 12.9856 10.1475 13.2716 10.1463 13.5618V14.0337C10.1463 14.2006 10.08 14.3606 9.96202 14.4786C9.84401 14.5966 9.68397 14.6629 9.51709 14.6629H4.48339C4.31651 14.6629 4.15646 14.5966 4.03846 14.4786C3.92046 14.3606 3.85417 14.2006 3.85417 14.0337V13.5618C3.85387 13.2735 3.78784 12.989 3.66109 12.7301C3.53434 12.4711 3.35021 12.2445 3.12271 12.0674Z' stroke='%231D45B0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_962_2831'%3E%3Crect width='14' height='17.7753' fill='white' transform='translate(0 0.113281)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.offer__item-list{display:grid;grid-gap:20px;padding-left:15px;list-style-type:disc;visibility:hidden;height:0;transform:scaleY(0);transform-origin:top;transition:all var(--transitionTime) ease-in-out}.offer__item-list li{font-weight:400;font-size:21px;line-height:130%;color:var(--dark)}@media(max-width:1023px){.offer__item-list li{font-size:18px}}.offer__item-list li::marker{color:var(--thirdBlue)}.offer__item-bottom_text{border-radius:15px;background-color:#e3f0ff;font-weight:400;font-size:21px;line-height:130%;color:var(--dark);transform-origin:top;transform:scaleY(0);transition:all var(--transitionTime) ease-in-out;height:0;visibility:hidden}@media(max-width:1023px){.offer__item-bottom_text{font-size:18px}}.offer__wrap.active{place-items:start}.offer__item.active{box-shadow:0 4px 8px 0 rgba(140,149,171,.2) inset;background:linear-gradient(90deg,#f0f6ff -76.33%,#f0f6ff -59.85%,#fdfeff 35.53%,#fefeff 68.79%,#f0f6ff 150.78%,#fefeff 230.12%)}.offer__item.active::after{top:50px;transform:rotate(180deg)}@media(max-width:1023px){.offer__item.active::after{top:25px}}.offer__item.active .offer__item-answer,.offer__item.active .offer__item-text{height:0;visibility:hidden;transform:scaleY(0)}.offer__item.active .offer__item-bottom_text,.offer__item.active .offer__item-list{height:auto;visibility:visible;transform:scaleY(1)}.offer__item.active .offer__item-bottom_text{margin-top:20px;padding:15px 20px}@media(max-width:1023px){.offer__item.active .offer__item-bottom_text{padding:15px}}.technology{padding:100px 0}@media(max-width:1023px){.technology{padding:80px 0}}@media(max-width:767px){.technology{padding:40px 0}}.technology__subtitle{font-weight:400;font-size:21px;line-height:145%;color:var(--dark);max-width:600px;width:100%;margin:40px 0 0}@media(max-width:1023px){.technology__subtitle{margin:25px 0 0}}@media(max-width:767px){.technology__subtitle{font-size:18px}}.technology__wrap{display:grid;grid-gap:60px;margin:60px 0 0}@media(max-width:1023px){.technology__wrap{grid-gap:30px;margin:25px 0 0}}@media(max-width:767px){.technology__wrap{grid-gap:25px}}.technology__item.active .technology__item-row-name::after{transform:rotate(180deg)}.technology__item.active .technology__list{max-height:-moz-fit-content;max-height:fit-content;visibility:visible;opacity:1;margin:25px 0 0}.technology__item-row-name{font-weight:500;font-size:21px;line-height:145%;color:#6f7482}@media(max-width:767px){.technology__item-row-name{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:18px}.technology__item-row-name::after{content:"";display:block;width:15px;height:18px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='19' viewBox='0 0 15 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.2 3.47266C8.2 3.08606 7.8866 2.77266 7.5 2.77266C7.1134 2.77266 6.8 3.08606 6.8 3.47266L7.5 3.47266L8.2 3.47266ZM7.00503 15.9676C7.27839 16.241 7.72161 16.241 7.99498 15.9676L12.4497 11.5129C12.7231 11.2395 12.7231 10.7963 12.4497 10.5229C12.1764 10.2495 11.7332 10.2495 11.4598 10.5229L7.5 14.4827L3.5402 10.5229C3.26684 10.2495 2.82362 10.2495 2.55025 10.5229C2.27689 10.7963 2.27689 11.2395 2.55025 11.5129L7.00503 15.9676ZM7.5 3.47266L6.8 3.47266L6.8 15.4727L7.5 15.4727L8.2 15.4727L8.2 3.47266L7.5 3.47266Z' fill='%236F7482'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;transition:var(--transitionTime)}}.technology__list{display:flex;align-items:center;gap:100px;margin:60px 0 0;transition:var(--transitionTime)}@media(max-width:1023px){.technology__list{flex-wrap:wrap;gap:30px;margin:25px 0 0}}@media(max-width:767px){.technology__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px 30px;max-height:0;margin:0;opacity:0;visibility:hidden}}.technology .list__item{display:flex;align-items:center;gap:15px;min-width:185px}@media(max-width:767px){.technology .list__item{gap:10px;min-width:unset}}.technology .list__item-icon{width:65px;height:65px;flex-shrink:0}@media(max-width:767px){.technology .list__item-icon{width:40px;height:40px}}.technology .list__item-icon img{width:100%}.technology .list__item-name{font-weight:500;font-size:18px;line-height:145%;color:#101920}.contact-us{padding:50px 0 150px}@media(max-width:1023px){.contact-us{padding:80px 0 0}}@media(max-width:767px){.contact-us{padding:0}}/*!
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
--------------------------------------------- */