.partner-slider{width:100%;overflow:hidden}.partner-slider__container{gap:16px;display:flex}.partner-slider__slide{flex:none;min-width:0}.partner-slider__item{background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:70px;transition:background-color .3s;display:flex}@media (min-width:1024px){.partner-slider__item{width:200px;height:90px}}.partner-slider__item:hover{background:#ffffff05}.partner-slider__image{object-fit:contain;width:auto;max-width:70%;height:auto;max-height:35%}
.slider-side-shadow{z-index:1;width:50px;height:100%;position:absolute;top:0}.slider-side-shadow--left{left:0}.slider-side-shadow--right{right:0}.slider-side-shadow--dark.slider-side-shadow--left{background:linear-gradient(270deg,#13111800 0%,#131118 85%)}.slider-side-shadow--dark.slider-side-shadow--right{background:linear-gradient(90deg,#13111800 0%,#131118 85%)}.slider-side-shadow--light.slider-side-shadow--left{background:linear-gradient(270deg,#fff0 0%,#fff 85%)}.slider-side-shadow--light.slider-side-shadow--right{background:linear-gradient(90deg,#fff0 0%,#fff 85%)}
.contact-cta{box-sizing:border-box;cursor:pointer;color:#282e49;letter-spacing:.08em;text-transform:uppercase;z-index:90;background:#e2f779;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:700;line-height:24px;transition:background .2s;display:inline-flex;position:relative}.contact-cta:hover,.contact-cta:focus-visible{background:#d0ed47}.contact-cta:active{background:#c8ea1b}.contact-cta:focus-visible{outline-offset:4px;outline:2px solid #e2f77999}.contact-cta__label{text-align:center;white-space:nowrap;position:relative}.contact-cta__icon{color:#fff;background:#282e49;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.contact-cta__arrow{width:7px;height:7px;display:block}.contact-cta_mobile{opacity:0;pointer-events:none;border-radius:30px;flex-direction:row-reverse;justify-content:center;width:calc(100% - 40px);max-width:400px;height:60px;margin:0 auto;transition:none;position:fixed;bottom:16px;left:0;right:0;transform:translateY(20px);box-shadow:0 9px 18px #12162933}.contact-cta_mobile--visible{pointer-events:auto;animation:.5s ease-in-out forwards contact-cta-bounce-in-mobile;transition:none!important}.contact-cta_mobile--hidden{pointer-events:none;animation:.2s ease-in-out forwards contact-cta-bounce-out-mobile}.contact-cta_mobile--ready{will-change:transform;transition:transform .3s ease-in-out!important;transform:translateY(0)!important}.contact-cta_desktop{display:none}.contact-cta_desktop:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;z-index:-1;background:#e2f779;animation:5s infinite contact-cta-ripple;position:absolute;inset:6px}@media (min-width:1024px){.contact-cta_mobile{display:none}.contact-cta_desktop{border-radius:80px;flex-direction:column;align-items:center;gap:16px;width:160px;height:160px;padding:0;display:inline-flex;position:fixed;bottom:40px;right:40px;box-shadow:0 28px 40px #12162933}.contact-cta_desktop .contact-cta__label{white-space:normal;max-width:120px;font-size:15px;line-height:20px}.contact-cta_desktop .contact-cta__icon{width:32px;height:32px}.contact-cta_desktop .contact-cta__arrow{width:9px;height:9px}.contact-cta_desktop{--mouse-x:0px;--mouse-y:0px;opacity:0;transform:translate3d(var(--mouse-x),var(--mouse-y),0)scale(.6);pointer-events:none;transition:none}.contact-cta_desktop--visible{pointer-events:auto;animation:.5s ease-in-out forwards contact-cta-bounce-in;transition:none!important}.contact-cta_desktop--hidden{pointer-events:none;animation:.2s ease-in-out forwards contact-cta-bounce-out}.contact-cta_desktop--ready{will-change:transform;transform:translate3d(var(--mouse-x),var(--mouse-y),0)scale(1)!important;transition:transform .3s ease-in-out!important}.contact-cta_desktop .contact-cta__label{will-change:transform;transition:transform .3s cubic-bezier(.19,1,.22,1)}}@keyframes contact-cta-ripple{0%{opacity:.9;transform:scale(1)}70%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(1.4)}}@keyframes contact-cta-bounce-in{0%{opacity:0;transform:translate(0,0)scale(.6)}60%{transform:translate(0,0)scale(1.1)}80%{transform:translate(0,0)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes contact-cta-bounce-out{0%{opacity:1;transform:translate(0,0)scale(1)}20%{transform:translate(0,0)scale(.95)}to{opacity:0;transform:translate(0,0)scale(.6)}}@keyframes contact-cta-bounce-in-mobile{0%{opacity:0;transform:translateY(20px)}60%{transform:translateY(-5px)}80%{transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-cta-bounce-out-mobile{0%{opacity:1;transform:translateY(0)}20%{transform:translateY(5px)}to{opacity:0;transform:translateY(20px)}}
.portfolio{background-color:#0000;padding-top:60px;padding-bottom:60px;scroll-margin-top:80px;position:relative}@media (min-width:1024px){.portfolio{padding-top:120px;padding-bottom:120px;scroll-margin-top:100px}}@media (max-width:767px){.portfolio{scroll-margin-top:100px}}.portfolio__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 10px;position:relative}@media (min-width:1024px){.portfolio__container{padding:0}}.portfolio__header{flex-direction:column;gap:9px;padding-bottom:12px;display:flex}@media (min-width:1024px){.portfolio__header{gap:11px;padding-bottom:14px}}.portfolio__content{flex-direction:column;display:flex}.portfolio__tabs-wrapper{z-index:10;justify-content:center;margin-bottom:20px;display:flex;position:sticky;top:10px}@media (max-width:767px){.portfolio__tabs-wrapper{top:50px}}@media (min-width:768px) and (max-width:1024px){.portfolio__tabs-wrapper{top:-4px}}.portfolio__works{width:100%}.portfolio__cases{flex-direction:column;gap:48px;display:flex}@media (min-width:768px){.portfolio__cases{gap:32px}}.portfolio__empty{justify-content:center;align-items:center;min-height:300px;display:flex}@media (min-width:1024px){.portfolio__empty{min-height:500px}}.portfolio__empty-text{color:#6b7280;text-align:center;font-size:18px;line-height:1.5}@media (min-width:768px){.portfolio__empty-text{font-size:20px}}@media (min-width:1024px){.portfolio__empty-text{font-size:24px}}.portfolio__load-more-wrapper{justify-content:center;margin-top:32px;display:flex}@media (min-width:1024px){.portfolio__load-more-wrapper{margin-top:48px}}.portfolio__load-more-btn{text-transform:uppercase;color:#697af6;text-align:center;cursor:pointer;background:0 0;border:1.5px solid #697af6;border-radius:9999px;width:260px;height:58px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .2s}@media (min-width:1024px){.portfolio__load-more-btn{width:210px;height:66px;font-size:15px}}.portfolio__load-more-btn:hover:not(:disabled){color:#fff;background:#697af6}.portfolio__load-more-btn:active:not(:disabled){background:#5c6ce4}.portfolio__load-more-btn:disabled{opacity:.6;cursor:not-allowed}.portfolio__load-more-text{display:inline-block}.portfolio__all-cases-btn{text-transform:uppercase;color:#697af6;text-align:center;cursor:pointer;background:0 0;border:1.5px solid #697af6;border-radius:9999px;width:260px;height:58px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .2s}@media (min-width:1024px){.portfolio__all-cases-btn{width:210px;height:66px;font-size:15px}}.portfolio__all-cases-btn:hover{color:#fff;background:#697af6}.portfolio__all-cases-btn:active{background:#5c6ce4}
.section-title{text-align:center;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:42px;font-weight:600;line-height:44px}@media (min-width:1024px){.section-title{font-size:84px;line-height:86px}}.section-title--dark{color:#1b1b1b}.section-title--light{background:linear-gradient(100.38deg,#fff 43.03%,#999 141.53%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.section-title--portfolio{font-weight:700}@media (min-width:1024px){.section-title--portfolio{font-weight:700}}.section-title--comprehensive{font-weight:700}@media (min-width:1024px){.section-title--comprehensive{font-weight:700}}.section-title--expertise{font-weight:800}.section-title--industries{font-weight:700}.section-title--process{background:linear-gradient(100.38deg,#fff 43%,#999 100%);-webkit-text-fill-color:#0000;z-index:1;-webkit-background-clip:text;background-clip:text;font-weight:700;position:relative}.section-title--process:before{content:"";opacity:.02;z-index:-1;object-fit:cover;background-image:url(/imgs/logo/logo-full-section-bg.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;width:100%;height:400px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.section-title--reviews{font-weight:800}.section-title--faq{font-weight:700}
.section-subtitle{text-align:center;max-width:290px;margin:0 auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:130%}@media (min-width:1024px){.section-subtitle{max-width:100%;font-size:24px;line-height:44px}}.section-subtitle--dark,.section-subtitle--light{color:gray}.section-subtitle--light span{color:#697af6;font-weight:500}.section-subtitle--portfolio{max-width:280px;font-weight:500}@media (min-width:1024px){.section-subtitle--portfolio{max-width:100%;font-weight:500}}.section-subtitle--comprehensive{max-width:280px;font-weight:400}@media (min-width:1024px){.section-subtitle--comprehensive{max-width:650px}}.section-subtitle--comprehensive span{font-weight:600}.section-subtitle--expertise{font-weight:500}.section-subtitle--industries{font-weight:400}.section-subtitle--reviews{font-weight:600}
.portfolio-tabs{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:linear-gradient(92.09deg,#fff 12.6% 103.87%);border:1px outset #0000001a;border-radius:24px;flex-wrap:nowrap;align-items:center;gap:12px;width:fit-content;max-width:100%;height:48px;margin:30px auto 20px;padding:5px;font-family:Inter,sans-serif;display:inline-flex;position:relative;overflow:auto hidden;box-shadow:0 0 22px #0000000a}.portfolio-tabs::-webkit-scrollbar{display:none}@media (min-width:1024px){.portfolio-tabs{border-radius:29px;gap:6px;height:58px;margin:16px auto 32px}}.portfolio-tabs__item{color:#1e293b;text-align:center;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:6px;height:100%;padding:0 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;transition:color .2s,background .2s;display:flex;position:relative}@media (min-width:1024px){.portfolio-tabs__item{padding:0 20px;font-size:15px}}.portfolio-tabs__item:hover:not(.portfolio-tabs__item--active){background:#f0ebf3}.portfolio-tabs__item--active{color:#fff}.portfolio-tabs__item--active:hover{background:0 0}.portfolio-tabs__active-indicator{z-index:0;pointer-events:none;background:#697af6;height:calc(100% - 10px);position:absolute;top:5px;bottom:5px}.portfolio-tabs__label{z-index:1;line-height:1;position:relative}.portfolio-tabs__count{color:#fff;z-index:1;background:#697af6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:600;line-height:20px;display:inline-flex;position:relative}@media (min-width:1024px){.portfolio-tabs__count{width:24px;height:24px;font-size:12px;line-height:21px}}.portfolio-tabs__item--active .portfolio-tabs__count{color:#282e49;background:#fff}
