*{box-sizing:border-box}button,input,select,textarea{font:inherit}html{width:100%;font-size:62.5%}body,html{height:100%}body{min-width:375px;margin:0;overflow-x:hidden;overflow-y:visible;text-align:left;font-family:Inter,Inter Placeholder,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a[role=button]{-webkit-user-select:none;-moz-user-select:none;user-select:none}a.disabled{pointer-events:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal--visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.about{background:#fff;display:flex;align-items:center;justify-content:center;padding:60px 20px}.about>.reveal{width:100%}@media(min-width:768px){.about{padding:60px 40px}}@media(min-width:1200px){.about{padding:80px}}.about__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.about__container{gap:80px}}.about__header{display:flex;align-items:center;justify-content:space-between}.about__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.about__title{font-size:36px}}@media(min-width:1200px){.about__title{font-size:44px}}.about__cv-button{display:flex;align-items:center;justify-content:center;gap:5px;padding:17px 26px;background:#f5f5fa;color:#111;font-weight:500;font-size:16px;line-height:1em;text-decoration:none;white-space:nowrap;transition:background-color .3s cubic-bezier(.44,0,.56,1),color .3s cubic-bezier(.44,0,.56,1)}.about__cv-button:hover{background:#6528e0;color:#fff}.about__body{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;padding:0}@media(min-width:768px){.about__body{flex-direction:row;gap:50px;padding:0 30px 0 0}}@media(min-width:1200px){.about__body{gap:60px;padding:0 30px}}.about__image{flex:none;width:100%;height:400px;object-fit:cover;object-position:center top;border-radius:20px}@media(min-width:768px){.about__image{width:350px}}@media(min-width:1200px){.about__image{width:400px;height:500px}}.about__bio{flex:none;max-width:unset;width:100%}@media(min-width:768px){.about__bio{flex:1 0;max-width:500px}}.about__bio h5{font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#111;margin:0 0 40px;font-size:18px}@media(min-width:768px){.about__bio h5{font-size:22px}}@media(min-width:1200px){.about__bio h5{font-size:30px}}.about__bio h5:last-child{margin-bottom:0}.benefits{background:#fff;padding:60px 20px}@media(min-width:768px){.benefits{padding:60px 40px}}@media(min-width:1200px){.benefits{padding:80px}}.benefits__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:50px}.benefits__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.benefits__title{font-size:36px}}@media(min-width:1200px){.benefits__title{font-size:44px}}.benefits__grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media(min-width:768px){.benefits__grid{grid-template-columns:repeat(2,minmax(50px,1fr))}}@media(min-width:1200px){.benefits__grid{grid-template-columns:repeat(3,minmax(50px,1fr))}}.benefits__card{background:#f5f5fa;border-radius:20px;min-height:145px;padding:20px;display:flex;flex-direction:column;justify-content:center;gap:8px}.benefits__card-subtitle{font-weight:500;font-size:20px;line-height:1.2em;color:#712cf9;margin:0}.benefits__card-description{font-weight:500;font-size:16px;letter-spacing:-.02em;line-height:1.6em;color:#888;margin:0;text-wrap:balance}.cta{background:#111}.cta__gradient{background:linear-gradient(111deg,rgba(129,74,200,.6),rgba(13,13,13,.8) 35%,rgba(13,13,13,.8) 65%,rgba(129,74,200,.6));padding:60px 20px}@media(min-width:768px){.cta__gradient{padding:60px 40px}}@media(min-width:1200px){.cta__gradient{padding:80px}}.cta__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px}.cta__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#fff;margin:0;text-align:center}@media(min-width:768px){.cta__title{font-size:36px}}@media(min-width:1200px){.cta__title{font-size:44px}}.cta__steps{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:100%}@media(min-width:768px){.cta__steps{flex-direction:row;align-items:stretch}}.cta__step{flex:none;width:100%;display:flex;align-items:center;gap:20px}@media(min-width:768px){.cta__step{flex:1 1;width:auto}}.cta__step-number{flex:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f2f6;border-radius:5px;font-weight:500;font-size:20px;letter-spacing:-.02em;color:#2b2b2c}.cta__step-label{font-weight:400;font-size:18px;letter-spacing:-.04em;line-height:1.2em;color:#fff}@media(min-width:1200px){.cta__step-label{font-size:24px}}.cta__description{font-style:italic;font-weight:500;font-size:16px;line-height:1.6em;color:#b3b3b3;text-align:center;margin:0}.cta__button{display:flex;align-items:center;gap:10px;padding:16px 36px;background:#712cf9;color:#fff;font-weight:500;font-size:20px;text-decoration:none;transition:background-color .3s ease}.cta__button:hover{background:#6528e0}.cta__button-icon{width:24px;height:24px}.divider{width:100%;height:1px;margin:0;border:none;background:#ebebeb}.footer{background:#111}.footer__gradient{background:linear-gradient(123deg,rgba(129,74,200,.6),rgba(13,13,13,.8) 35%,rgba(13,13,13,.8) 65%,rgba(129,74,200,.6));padding:0 20px}@media(min-width:768px){.footer__gradient{padding:0 40px}}@media(min-width:1200px){.footer__gradient{padding:0 80px}}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:80px;padding:30px 0 20px}@media(min-width:768px){.footer__inner{gap:150px;padding:40px 0}}@media(min-width:1200px){.footer__inner{padding:60px 0}}.footer__social{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;padding-top:30px}@media(min-width:768px){.footer__social{flex-wrap:nowrap;justify-content:flex-end;gap:30px;padding-top:0}}.footer__social-item{display:flex;align-items:center;gap:10px}.footer__social-icon svg{width:24px;height:24px}.footer__social-label{font:500 16px/1.2 Inter,sans-serif;letter-spacing:-.04em;color:#f5f5fa;text-decoration:none;transition:color .3s ease}.footer__social-label:hover{color:#b3b3b3}.footer__social-icon{text-decoration:none}.footer__cta{display:flex;flex-direction:column;justify-content:space-between;gap:40px}@media(min-width:768px){.footer__cta{flex-direction:row;gap:0}}.footer__cta-text{flex:1 1 50%;gap:20px}.footer__cta-schedule,.footer__cta-text{display:flex;flex-direction:column}.footer__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#fff;margin:0}@media(min-width:768px){.footer__title{font-size:36px}}@media(min-width:1200px){.footer__title{font-size:44px}}.footer__subtitle{font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#fff;margin:0;font-size:18px}@media(min-width:992px){.footer__subtitle{font-size:30px}}.footer__schedule{display:block;font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#712cf9;margin:0;font-size:18px;text-decoration:none}@media(min-width:992px){.footer__schedule{font-size:30px}}.footer__form{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}.footer__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.footer__form-row{display:flex;flex-direction:row;gap:20px}.footer__input,.footer__textarea{flex:1 1;min-width:0;background:hsla(0,0%,100%,.95);border:none;border-bottom:1px solid rgba(0,0,0,0);padding:20px;font:400 16px/1.2 Inter,sans-serif;color:#111;transition:border-color .3s ease}.footer__input::placeholder,.footer__textarea::placeholder{color:#b3b3b3}.footer__input:focus,.footer__textarea:focus{outline:none;border-bottom-color:#111}.footer__input{height:52px}.footer__textarea{min-height:140px;resize:vertical}@media(min-width:768px){.footer__textarea{min-height:160px}}.footer__submit{align-self:flex-start;background:#712cf9;color:#fff;border:none;border-radius:0;padding:16px 57px;font:500 16px/1.2 Inter,sans-serif;cursor:pointer;opacity:.7;transition:background-color .3s ease}.footer__submit:disabled{opacity:.7;cursor:default}.footer__submit:hover:not(:disabled){background:#6528e0}.footer__submit--ready{opacity:1}.footer__error{color:#ff8a80;font:500 14px/1.4 Inter,sans-serif;margin:0}.footer__detail{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:6px;text-align:center}@media(min-width:768px){.footer__detail{flex-direction:row;align-items:flex-start;gap:0;text-align:left}}.footer__info{display:flex;flex-direction:column;align-items:center;gap:10px}@media(min-width:768px){.footer__info{align-items:normal;gap:0}}.footer__info-link{font:500 16px/1.6 Inter,sans-serif;letter-spacing:-.02em;color:#fff;text-decoration:none;transition:color .3s ease}.footer__info-link:hover{color:#b3b3b3}.footer__legal{font:500 16px/1.6 Inter,sans-serif;letter-spacing:-.02em;color:#fff;text-align:center;margin:0}@media(min-width:768px){.footer__legal{text-align:left}}.guide{background:#fff;padding:60px 20px}@media(min-width:768px){.guide{padding:60px 40px}}@media(min-width:1200px){.guide{padding:80px}}.guide__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:30px}@media(min-width:768px){.guide__container{gap:80px}}.guide__header{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.guide__title{flex:1 0;font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.guide__title{font-size:36px}}@media(min-width:1200px){.guide__title{font-size:44px}}.guide__button{display:flex;align-items:center;justify-content:center;padding:16px 26px;background:#f5f5fa;color:#111;font-weight:500;font-size:16px;letter-spacing:-.04em;line-height:1.2em;text-decoration:none;white-space:nowrap;transition:background-color .3s cubic-bezier(.44,0,.56,1),color .3s cubic-bezier(.44,0,.56,1)}.guide__button:hover{background:#6528e0;color:#fff}.guide__grid{display:grid;grid-template-columns:1fr;grid-gap:60px;gap:60px}@media(min-width:768px){.guide__grid{grid-template-columns:repeat(2,minmax(50px,1fr))}}.guide__card{display:flex;flex-direction:column;gap:30px;text-decoration:none}.guide__image-wrap{position:relative;width:100%;height:250px;border-radius:20px;overflow:hidden;background:#f5f5fa}.guide__image{width:100%;height:100%;object-fit:cover}.guide__date{position:absolute;top:10px;left:10px;padding:3px 10px;background:hsla(0,0%,100%,.8);border-radius:5px;font-weight:500;font-size:16px;line-height:1.6em;color:#333;white-space:nowrap}.guide__content{display:flex;flex-direction:column;gap:20px}.guide__card-title{font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#111;margin:0;font-size:18px}@media(min-width:768px){.guide__card-title{font-size:30px}}.guide__card-description{font-weight:500;font-size:16px;letter-spacing:-.04em;line-height:1.2em;color:#888;text-align:left;margin:0}@media(min-width:1200px){.guide__card-description{font-size:20px}}.hero{background:#fff;padding:0 20px}@media(min-width:768px){.hero{padding:0 30px}}@media(min-width:1200px){.hero{padding:0 80px}}.hero__container{display:flex;flex-direction:column;justify-content:center;gap:50px;max-width:1200px;margin:0 auto;height:auto;max-height:1200px;min-height:unset;padding:140px 0 80px}@media(min-width:768px){.hero__container{gap:150px;height:100vh;min-height:850px}}.hero__profile{display:flex;align-items:flex-start;flex-direction:column;gap:30px}@media(min-width:768px){.hero__profile{flex-direction:row;gap:10px}}.hero__name{flex:1 1;display:flex;flex-direction:column;gap:0;order:1;width:100%}@media(min-width:768px){.hero__name{order:0;width:auto}}.hero__first-name,.hero__last-name{font-weight:600;font-size:70px;letter-spacing:-.09em;line-height:1em;color:#111;margin:0}@media(min-width:768px){.hero__first-name,.hero__last-name{font-size:100px}}@media(min-width:1200px){.hero__first-name,.hero__last-name{font-size:150px}}.hero__last-name{padding-bottom:30px}@media(min-width:768px){.hero__last-name{padding-bottom:0}}.hero__photo{flex:none;order:0;width:120px;height:120px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1px #ebebeb}.hero__photo img{width:100%;height:100%;object-fit:cover}@media(min-width:768px){.hero__photo{width:200px;height:200px}}@media(min-width:1200px){.hero__photo{width:250px;height:250px}}.hero__bio{display:flex;flex-direction:column;justify-content:space-between;gap:34px}@media(min-width:768px){.hero__bio{flex-direction:row;gap:20px}}.hero__cta{flex:none;display:flex;align-items:flex-start;gap:20px;padding-left:0;text-decoration:none}@media(min-width:768px){.hero__cta{padding-left:5px}}.hero__cta--hidden{visibility:hidden}.hero__cta-label{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#712cf9;margin:0;text-align:right}@media(min-width:768px){.hero__cta-label{font-size:36px}}@media(min-width:1200px){.hero__cta-label{font-size:44px}}.hero__cta-icon{width:20px;height:20px;color:#1f1f1f}@media(min-width:768px){.hero__cta-icon{width:26px;height:26px}}@media(min-width:1200px){.hero__cta-icon{width:30px;height:30px}}.hero__description{flex:none;max-width:643px;width:100%;font-weight:500;font-size:26px;letter-spacing:-.06em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.hero__description{width:50%;font-size:30px}}@media(min-width:1200px){.hero__description{flex:1 1;width:auto;font-size:36px}}.hero-inner{background:#fff;padding:0 20px}@media(min-width:768px){.hero-inner{padding:0 30px}}@media(min-width:1200px){.hero-inner{padding:0 80px}}.hero-inner__container{max-width:1200px;margin:0 auto;min-height:unset;padding:140px 0 40px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:768px){.hero-inner__container{min-height:350px;padding:140px 0 80px}}@media(min-width:1200px){.hero-inner__container{min-height:400px}}.hero-inner__title{font-style:italic;font-weight:700;font-size:34px;letter-spacing:-.05em;line-height:1em;color:#111;margin:0}@media(min-width:768px){.hero-inner__title{font-size:80px;letter-spacing:-.08em}}@media(min-width:1200px){.hero-inner__title{font-size:90px}}.nav{position:fixed;top:0;left:0;width:100%;z-index:1;cursor:default;background:hsla(0,0%,100%,.98);border-bottom:1px solid #ebebeb}.nav__bar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;max-width:1600px;margin:0 auto;padding:20px}@media(min-width:768px){.nav__bar{padding:24px 30px}}@media(min-width:1200px){.nav__bar{padding:30px 36px}}.nav__logo{display:flex;flex:none}.nav__logo img{width:50px;height:50px}.nav__right{display:none;align-items:center;gap:20px}@media(min-width:768px){.nav__right{display:flex}}@media(min-width:992px){.nav__right{display:flex;gap:50px}}.nav__links{align-items:center;gap:30px}.nav__lang--desktop,.nav__links{display:flex}.nav__link{font:500 18px/1.1 Inter,sans-serif;letter-spacing:-.06em;color:#666;font-weight:500;text-decoration:none;white-space:nowrap}.nav__link--active{color:#111}.nav__cta{display:flex;align-items:flex-start;gap:10px;font:500 18px/1.1 Inter,sans-serif;letter-spacing:-.06em;color:#712cf9;text-decoration:none;white-space:nowrap}.nav__cta-icon{width:10px;height:10px;color:#1f1f1f}.nav__lang{position:relative;display:flex;align-items:center;align-self:flex-start;width:max-content;border:2px solid #6528e0;border-radius:50px;background:#fff;overflow:hidden}.nav__lang-highlight{position:absolute;top:0;left:0;width:50%;height:100%;background:#6528e0;border-radius:50px;transition:transform .3s ease;z-index:0}.nav__lang-highlight--ru{transform:translateX(100%)}.nav__lang-option{position:relative;z-index:1;padding:15px 30px;font:600 14px/1 Inter,sans-serif;color:#111;text-decoration:none}.nav__lang-option--active{color:#fff}.nav__burger{position:relative;width:20px;height:20px;padding:0;background:none;border:none;cursor:pointer;z-index:3}.nav__burger span{position:absolute;top:50%;left:50%;width:5px;height:5px;margin:-2.5px;background:#111;transition:transform .25s ease,opacity .25s ease}.nav__burger span:first-child{transform:translate(-7px,-7px)}.nav__burger span:nth-child(2){transform:translate(7px,-7px)}.nav__burger span:nth-child(3){transform:translate(-7px,7px)}.nav__burger span:nth-child(4){transform:translate(7px,7px)}.nav__burger span:nth-child(5){opacity:0}@media(min-width:768px){.nav__burger{display:none}}.nav__burger--open span:first-child{transform:translate(-5px,-5px)}.nav__burger--open span:nth-child(2){transform:translate(5px,-5px)}.nav__burger--open span:nth-child(3){transform:translate(-5px,5px)}.nav__burger--open span:nth-child(4){transform:translate(5px,5px)}.nav__burger--open span:nth-child(5){opacity:1}.nav__mobile{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100vh;padding:90px 20px 40px;background:#fff;overflow-y:auto;overscroll-behavior:none;z-index:1;transform:translateY(-100%);pointer-events:none;transition:transform .3s ease .15s}@media(min-width:768px){.nav__mobile{display:none}}.nav__mobile--open{transform:translateY(0);pointer-events:auto;transition:transform .3s ease}.nav__mobile-content{display:flex;flex-direction:column;align-items:center;gap:100px;opacity:0;transition:opacity .15s ease}.nav__mobile--open .nav__mobile-content{opacity:1;transition:opacity .2s ease .3s}.nav__links--mobile{flex-direction:column;align-items:center;gap:50px;text-align:center}.nav__links--mobile .nav__cta,.nav__links--mobile .nav__link{font-size:24px}.nav__links--mobile .nav__cta{position:relative;display:inline-flex;gap:0}.nav__links--mobile .nav__cta-icon{position:absolute;top:0;left:100%;margin-left:10px}.nav__mobile-content .nav__lang{align-self:center}.not-found{background:#fff;padding:0 20px}@media(min-width:768px){.not-found{padding:0 30px}}@media(min-width:1200px){.not-found{padding:0 80px}}.not-found__container{max-width:1200px;margin:0 auto;height:100vh;min-height:850px;display:flex;flex-direction:column;justify-content:center;gap:200px}.not-found__title{font-weight:600;font-size:70px;letter-spacing:-.09em;line-height:1em;color:#111;text-align:left;margin:0;white-space:pre-line}@media(min-width:768px){.not-found__title{font-size:100px}}@media(min-width:1200px){.not-found__title{font-size:150px}}.not-found__footer{display:flex;align-items:center;justify-content:space-between;width:100%}.not-found__button{display:flex;align-items:center;justify-content:center;padding:20px 36px;background:#f5f5fa;color:#111;font-weight:500;font-size:16px;letter-spacing:-.04em;line-height:1.2em;text-decoration:none;white-space:nowrap;transition:background-color .3s cubic-bezier(.44,0,.56,1),color .3s cubic-bezier(.44,0,.56,1)}.not-found__button:hover{background:#6528e0;color:#fff}.not-found__code{font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#111;margin:0;font-size:18px}@media(min-width:768px){.not-found__code{font-size:30px}}.services{background:#f5f5fa;padding:60px 20px}@media(min-width:768px){.services{padding:60px 40px}}@media(min-width:1200px){.services{padding:80px}}.services__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.services__container{gap:50px}}.services__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.services__title{font-size:36px}}@media(min-width:1200px){.services__title{font-size:44px}}.services__grid{display:grid;grid-template-columns:1fr}@media(min-width:768px){.services__grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}.services__card{gap:16px;text-align:center}.services__card,.services__card-content{display:flex;flex-direction:column;align-items:center}.services__card-content{gap:10px;padding:30px 15px;width:100%}.services__card-title{font-style:italic;font-weight:700;font-size:24px;letter-spacing:-.06em;color:#111;margin:0}@media(min-width:768px){.services__card-title{font-size:32px}}@media(min-width:1200px){.services__card-title{font-size:36px}}.services__card-text{font-weight:500;font-size:16px;letter-spacing:-.04em;line-height:1.2em;color:#888;margin:0}@media(min-width:1200px){.services__card-text{font-size:20px}}.services__card-divider{width:100px;height:1px;border:none;background:#b3b3b3;margin:0}.skills{background:#fff;padding:60px 20px}@media(min-width:768px){.skills{padding:60px 40px}}@media(min-width:1200px){.skills{padding:80px}}.skills__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.skills__container{gap:60px}}.skills__header{display:flex;flex-direction:column;gap:12px}.skills__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.skills__title{font-size:36px}}@media(min-width:1200px){.skills__title{font-size:44px}}.skills__subtitle{font-weight:500;font-size:16px;letter-spacing:-.02em;line-height:1.4em;color:#888;margin:0}@media(min-width:768px){.skills__subtitle{font-size:18px}}.skills__grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media(min-width:768px){.skills__grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}.skills__card{display:flex;flex-direction:column;gap:8px;padding:30px;border-radius:20px;text-decoration:none;transition:background-color .3s ease}.skills__card,.skills__card:hover{background:#f5f5fa}.skills__card-heading{display:flex;align-items:center;gap:10px}.skills__card-type-icon{flex:none;width:28px;height:28px;color:#1f1f1f}.skills__card-title{font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#111;margin:0;font-size:22px}@media(min-width:768px){.skills__card-title{font-size:24px}}.skills__card-description{font-weight:500;font-size:16px;letter-spacing:-.02em;line-height:1.4em;color:#888;margin:0}.skills__card-url{display:block;margin-top:8px;font-weight:500;font-size:14px;letter-spacing:-.02em;color:#0969da}.solutions__list>li{font-size:16px!important;font-weight:500!important;letter-spacing:-.8px!important;line-height:1.6em!important;color:#888!important}@media(min-width:1200px){.solutions__list>li{font-size:20px!important}}.solutions-section{background:#fff;padding:60px 20px}@media(min-width:768px){.solutions-section{padding:60px 40px}}@media(min-width:1200px){.solutions-section{padding:80px}}.solutions-section__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.solutions-section__container{gap:80px}}.solutions-section__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.solutions-section__title{font-size:36px}}@media(min-width:1200px){.solutions-section__title{font-size:44px}}.solutions-tabs__links{display:flex;flex-direction:column;gap:12px;padding:8px;background:#f5f5fa;border-radius:16px}@media(min-width:768px){.solutions-tabs__links{flex-direction:row;gap:0}}.solutions-tabs__link{flex:1 1;width:100%;padding:16px;border:1px solid rgba(0,0,0,0);border-radius:10px;background:rgba(0,0,0,0);font-weight:500;font-size:16px;line-height:1.6em;color:#111;text-align:center;cursor:pointer}@media(min-width:768px){.solutions-tabs__link{width:auto}}.solutions-tabs__link--active{background:#712cf9;border-color:rgba(116,128,125,.3);color:#fff}.solutions-tabs__viewport{position:relative;overflow:hidden;margin-top:24px}.solutions-tabs__panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:stretch;gap:24px;transform:translateX(100%);opacity:0;pointer-events:none;transition:transform .5s ease,opacity .5s ease}@media(min-width:768px){.solutions-tabs__panel{flex-direction:row}.solutions-tabs__panel--reverse{flex-direction:row-reverse}}.solutions-tabs__panel--active{position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translateX(0);opacity:1;pointer-events:auto}.solutions-tabs__panel--exiting-left{transform:translateX(-100%);opacity:0}.solutions-tabs__panel--exiting-right{transform:translateX(100%);opacity:0}.solutions-tabs__panel--pending-right{transition:none;transform:translateX(100%);opacity:0}.solutions-tabs__panel--pending-left{transition:none;transform:translateX(-100%);opacity:0}.solutions-tabs__image{flex:none;align-self:auto;width:100%;height:350px;overflow:hidden;box-shadow:0 0 0 1px #ebebeb}.solutions-tabs__image img{width:100%;height:100%;object-fit:contain}@media(min-width:768px){.solutions-tabs__image{align-self:stretch;width:45%;height:auto}}.solutions-tabs__content{flex:1 1;padding:30px;display:flex;flex-direction:column;gap:16px}.solutions-tabs__content-title{font-weight:500;font-size:30px;letter-spacing:-.03em;line-height:1.2em;color:#111;margin:0;font-size:18px}@media(min-width:768px){.solutions-tabs__content-title{font-size:30px}}.solutions-tabs__content-body{display:flex;flex-direction:column;gap:16px}.solutions-tabs__content-body p{font-weight:500;font-size:16px;letter-spacing:-.04em;line-height:1.6em;color:#888;margin:0}@media(min-width:1200px){.solutions-tabs__content-body p{font-size:20px}}.solutions-tabs__content-body h6{font-weight:500;font-size:20px;letter-spacing:0;line-height:1.2em;color:#111;margin:14px 0 0}.solutions-tabs__content-body ul{margin:0;padding-left:20px}.space{height:50px}@media(min-width:768px){.space{height:100px}}.tech-stack{display:flex;align-items:center;justify-content:center;padding:60px 20px}.tech-stack>.reveal{width:100%}@media(min-width:768px){.tech-stack{padding:60px 40px}}@media(min-width:1200px){.tech-stack{padding:80px}}.tech-stack__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.tech-stack__container{gap:80px}}.tech-stack__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.tech-stack__title{font-size:36px}}@media(min-width:1200px){.tech-stack__title{font-size:44px}}.tech-stack__grid{display:grid;grid-template-columns:repeat(3,minmax(50px,1fr));grid-gap:20px;gap:20px;width:100%}@media(min-width:768px){.tech-stack__grid{grid-template-columns:repeat(4,minmax(50px,1fr))}}@media(min-width:1200px){.tech-stack__grid{grid-template-columns:repeat(5,minmax(50px,1fr))}}.tech-stack__item{display:flex;align-items:center;justify-content:center;padding:12px;height:102px;cursor:pointer;transition:transform .3s cubic-bezier(.44,0,.56,1)}.tech-stack__item:hover{transform:scale(1.1)}.tech-stack__icon{max-width:64px;max-height:64px;width:auto;height:auto}.testimonials{background:#fff;padding:60px 20px}@media(min-width:768px){.testimonials{padding:80px 40px}}@media(min-width:1200px){.testimonials{padding:80px}}.testimonials__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:768px){.testimonials__container{gap:80px}}.testimonials__title{font-weight:500;font-size:28px;letter-spacing:-.05em;line-height:1.2em;color:#111;margin:0}@media(min-width:768px){.testimonials__title{font-size:36px}}@media(min-width:1200px){.testimonials__title{font-size:44px}}.testimonials__title strong{font-weight:700}.testimonials__card{position:relative}.testimonials__slides{position:relative;overflow:hidden;border-radius:24px}.testimonials__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:stretch;flex-direction:column-reverse;transform:translateX(100%);opacity:0;pointer-events:none;transition:transform .5s ease,opacity .5s ease}@media(min-width:768px){.testimonials__slide{flex-direction:row;height:474px}}.testimonials__slide--active{position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translateX(0);opacity:1;pointer-events:auto}.testimonials__slide--exiting-left{transform:translateX(-100%);opacity:0}.testimonials__slide--exiting-right,.testimonials__slide--pending-right{transform:translateX(100%);opacity:0}.testimonials__slide--pending-right{transition:none}.testimonials__slide--pending-left{transition:none;transform:translateX(-100%);opacity:0}.testimonials__quote-panel{flex:none;background:#f5f5fa;border-radius:0 0 24px 24px;padding:20px;display:flex;flex-direction:column;gap:24px;justify-content:center}@media(min-width:768px){.testimonials__quote-panel{flex:1 1 58%;padding:40px;border-radius:24px 0 0 24px}}.testimonials__quote-icon{width:40px;height:34px}.testimonials__quote{font-size:18px;letter-spacing:-.02em;line-height:1.4em;color:#111;margin:0}@media(min-width:768px){.testimonials__quote{font-size:24px}}.testimonials__divider{width:100%;height:1px;border:none;border-top:1px dashed rgba(0,0,0,.1);margin:0}.testimonials__person{display:flex;align-items:center;gap:12px}.testimonials__avatar{flex:none;width:48px;height:48px;border-radius:50%;overflow:hidden}.testimonials__avatar img{width:100%;height:100%;object-fit:cover}.testimonials__name{font-weight:500;font-size:18px;letter-spacing:-.02em;line-height:1.5em;color:#111;margin:0}.testimonials__role{font-weight:500;font-size:14px;color:#888;margin:0}.testimonials__logo-panel{flex:none;height:339px;position:relative;background:#161616;border-radius:20px 20px 0 0;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width:768px){.testimonials__logo-panel{flex:1 1 42%;height:auto;border-radius:0 20px 20px 0}}.testimonials__logo{max-width:70%;height:auto}.testimonials__dots{position:absolute;bottom:20px;left:0;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.testimonials__dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:hsla(0,0%,100%,.3);cursor:pointer}.testimonials__dot--active{background:#fff}.testimonials__arrow{position:absolute;top:169.5px;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:50%;border:none;background:#fff;box-shadow:0 12px 30px 0 rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;color:#111;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease}.testimonials__arrow:hover{background:#712cf9;color:#fff;transform:translateY(-50%) scale(1.08)}@media(min-width:768px){.testimonials__arrow{top:50%}}.testimonials__arrow-icon{width:22px;height:22px}.testimonials__arrow--prev{left:-14px}@media(min-width:768px){.testimonials__arrow--prev{left:-24px}}.testimonials__arrow--next{right:-14px}@media(min-width:768px){.testimonials__arrow--next{right:-24px}}.wrapper>*,.wrapper>div>*{width:100%!important}