.accordion,.accordion__item{display:flex;justify-content:center;align-items:center;flex-direction:column}.accordion__item{background:#fff;cursor:pointer;justify-content:space-between;border:2px solid #f0e1ff;border-radius:10px;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.accordion__item+.accordion__item{border-top:none}.accordion__title{display:flex;justify-content:space-between;align-items:center;width:100%;font-weight:700;padding:23px 35px}.accordion__content{overflow:hidden;transition:max-height .4s}.accordion__content-inner{padding:0 35px 20px;line-height:1.6;white-space:pre-line}.accordion__icon svg{transform:rotate(0);transition:transform .4s}.accordion__icon--active svg{transform:rotate(-180deg)}.lazyImage_animated{transition:opacity .35s ease-out;opacity:0}.lazyImage_animated[data-loaded]{opacity:1}.studies .swiper-button-next:after,.studies .swiper-button-prev:after{color:#3f1696}.studies__slider-img{padding:10px 0 22px}.studies__slider-img .swiper-slide{opacity:0;max-width:600px;filter:blur(5px);transition:transform .4s,opacity .4s,filter .4s}@media(max-width:1450px){.studies__slider-img .swiper-slide{max-width:500px}}@media(max-width:1200px){.studies__slider-img .swiper-slide{max-width:400px}}@media(max-width:992px){.studies__slider-img .swiper-slide{max-width:none}}.studies__slider-img .swiper-slide-next,.studies__slider-img .swiper-slide-prev{opacity:1}.studies__slider-img .swiper-slide-active{opacity:1;filter:blur(0)}.studies__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.studies__slider-info{padding:10px 0}.studies__slider-info .swiper-button-next,.studies__slider-info .swiper-button-prev{background-color:transparent;border:none;top:140px;margin:0}@media(max-width:992px){.studies__slider-info .swiper-button-next,.studies__slider-info .swiper-button-prev{top:70px}}@media(max-width:576px){.studies__slider-info .swiper-button-next,.studies__slider-info .swiper-button-prev{width:50px;height:50px;border-radius:50%;background-color:rgba(240,225,255,.5);display:flex;justify-content:center;align-items:center;top:auto;bottom:0}.studies__slider-info .swiper-button-next:after,.studies__slider-info .swiper-button-prev:after{font-size:22px;font-weight:700}.studies__slider-info{padding-bottom:70px}.studies__slider-info .swiper-button-prev{left:50%;transform:translateX(-140%)}.studies__slider-info .swiper-button-next{right:50%;transform:translateX(140%)}}.studies__info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;max-width:1000px;margin:50px auto 0;text-align:center}@media(max-width:1200px){.studies__info{max-width:80%}}@media(max-width:992px){.studies__info{margin:0 auto}}@media(max-width:576px){.studies__info{max-width:none}}.studies__info-title{font-size:36px;line-height:1.2}@media(max-width:992px){.studies__info-title{font-size:20px}}.studies__btn{border:1px solid #a54aff;color:#9831ff}.studies__btn svg path{stroke:#9831ff}.clients{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:50px;flex-wrap:wrap;row-gap:63px}.clients svg{max-height:103px}.clients svg[data-index="7"]{max-width:275px}@media(min-width:1450px){.clients[data-index="10"],.clients[data-index="11"],.clients[data-index="6"],.clients[data-index="7"],.clients[data-index="8"],.clients[data-index="9"]{max-width:calc(16% - 10px)}}@media(max-width:1200px){.clients{column-gap:45px}}@media(max-width:992px){.clients{column-gap:45px}.clients svg{max-width:calc(30% - 10px)}}@media(max-width:768px){.clients{gap:10px}.clients svg{max-width:calc(30% - 10px)}.clients svg[data-index="4"],.clients svg[data-index="7"]{max-width:calc(70% - 10px)}.clients svg[data-index="10"],.clients svg[data-index="11"],.clients svg[data-index="8"],.clients svg[data-index="9"]{max-width:calc(25% - 10px)}}.breadcrumbs{display:flex;flex-wrap:wrap;margin-bottom:50px}@media(max-width:1200px){.breadcrumbs{display:none}}.breadcrumbs--dark{color:#fff}.breadcrumbs--dark .breadcrumbs__item:last-child .breadcrumbs__link{color:#f96e20}.breadcrumbs--dark .breadcrumbs__link:before{background-color:#fff}.breadcrumbs--light{color:#140612}.breadcrumbs--light .breadcrumbs__item:last-child .breadcrumbs__link{color:#a54aff}.breadcrumbs--light .breadcrumbs__link:before{background-color:#140612}.breadcrumbs__item+.breadcrumbs__item{margin-left:10px}.breadcrumbs__item+.breadcrumbs__item:before{content:">";margin-right:10px;font-size:18px;line-height:0}.breadcrumbs__item:last-child .breadcrumbs__link{color:#f96e20}.breadcrumbs__item:last-child .breadcrumbs__link:before{display:none}.breadcrumbs__link{text-transform:capitalize;font-size:14px;position:relative}.breadcrumbs__link:before{content:"";width:100%;height:1px;position:absolute;bottom:-3px;left:0;background:#fff;transition:width .4s,left .4s}.breadcrumbs__link:hover:before{width:0;left:50%}.lazyImageWithPlaceholder2{position:relative;z-index:0;transition:filter .35s ease-out}.lazyImageWithPlaceholder2__img{position:absolute;top:0;left:0;height:100%;width:100%;z-index:0;object-fit:cover;transition:opacity .35s linear,transform .7s ease-out;opacity:0;transform:scale(1.008)}.lazyImageWithPlaceholder2[data-loaded] .lazyImageWithPlaceholder2__img{opacity:1;transform:scale(1)}.lazyImageWithPlaceholder2__placeholder{height:100%;width:100%;object-fit:cover;transition:opacity .7s cubic-bezier(.8,.08,.68,.51);opacity:1}.lazyImageWithPlaceholder2_longAnimation .lazyImageWithPlaceholder2__img{transition:opacity .7s linear,transform 1.4s ease-out}.lazyImageWithPlaceholder2_longAnimation .lazyImageWithPlaceholder2__placeholder{transition:opacity 1.4s cubic-bezier(.8,.08,.68,.51)}.lazyImageWithPlaceholder2_removePlaceholderOnLoad .lazyImageWithPlaceholder2__img{transform:scale(.992)}.lazyImageWithPlaceholder2_invisiblePlaceholder .lazyImageWithPlaceholder2__placeholder,.lazyImageWithPlaceholder2_removePlaceholderOnLoad[data-loaded] .lazyImageWithPlaceholder2__placeholder{opacity:0}.intro{display:flex;flex-direction:column;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:60vh;padding:150px 0;position:relative;z-index:0}.intro__bgImage{position:absolute;top:-1px;left:0;height:100%;width:100%;z-index:-2}@media(max-width:2500px){.intro{min-height:100vh}}@media(max-width:992px){.intro{min-height:auto;padding:90px 0 70px;text-align:center}}.intro__inner{color:#fff;width:100%;margin:auto}.intro__title{font-weight:700;font-size:80px;line-height:1.2;margin-bottom:25px;max-width:880px}.intro__title span{color:#a54aff}@media(max-width:992px){.intro__title{font-size:45px}}.intro__text{font-size:30px;line-height:1.3;max-width:750px}.intro__text+.intro__text{margin-top:35px}@media(max-width:992px){.intro__text{font-size:20px}}.intro__btn{margin-top:40px}@media(max-width:992px){.intro__btn{margin:20px auto 0}}.intro--home{position:relative;background-color:#000;overflow:hidden}.intro--home .intro__bgImage{opacity:.5}.intro--home:before{content:"";width:800px;height:800px;background:radial-gradient(50% 50% at 50% 50%,#ac59ff 0,rgba(165,74,255,0) 100%);opacity:.3;position:absolute;right:-200px;bottom:-28%;z-index:0;pointer-events:none}@media(max-width:992px){.intro--home:before{display:none}}.intro--home .intro__inner{position:relative}.intro--home .intro__inner:before{content:"";width:800px;height:800px;background:radial-gradient(50% 50% at 50% 50%,#f96e20 0,rgba(249,110,32,0) 100%);opacity:.2;position:absolute;left:-30px;top:-360px;pointer-events:none;z-index:0}@media(max-width:992px){.intro--home .intro__inner:before{display:none}}.intro--home .intro__inner:after{content:"";width:900px;height:900px;background:radial-gradient(50% 50% at 50% 50%,#f96e20 0,rgba(249,110,32,0) 100%);opacity:.3;position:absolute;left:-210px;bottom:-170%;pointer-events:none;z-index:0}@media(max-width:992px){.intro--home .intro__inner:after{display:none}}.intro--reactjs .intro__text{max-width:850px}.intro--devOps .intro__bgImage_default{display:none}.intro--devOps .intro__bgImage_large{display:block}.intro--devOps .intro__title{max-width:800px}@media(max-width:2500px){.intro--devOps .intro__bgImage_default{display:block}.intro--devOps .intro__bgImage_large{display:none}}.intro--qa .intro__title{max-width:690px}.intro--company .intro__text{max-width:1000px}.ready-to-launch{padding:180px 0 50px;position:relative;background-color:#140612}@media(max-width:1200px){.ready-to-launch{padding-top:110px}}@media(max-width:992px){.ready-to-launch{padding:70px 0;background-color:#140612}.ready-to-launch:before{content:"";width:300px;height:300px;background:radial-gradient(50% 50% at 50% 50%,rgba(165,74,255,.43) 0,rgba(165,74,255,0) 100%);position:absolute;top:0;left:50%;transform:translateX(-50%)}}.ready-to-launch__slogan{font-size:200px;color:#a54aff;text-align:right;font-weight:700;line-height:1.1;opacity:.1;text-transform:uppercase;letter-spacing:10px;position:absolute;right:0;top:-110px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}@media(max-width:992px){.ready-to-launch__slogan{display:none}}.ready-to-launch__gradient-1{width:900px;height:900px;top:-150px;right:250px}.ready-to-launch__gradient-1,.ready-to-launch__gradient-2{background:radial-gradient(50% 50% at 50% 50%,#f96e20 0,rgba(249,110,32,0) 100%);opacity:.3;position:absolute;z-index:0;pointer-events:none}.ready-to-launch__gradient-2{width:550px;height:550px;top:-180px;right:0}.ready-to-launch__gradient-3{width:1100px;height:1100px;background:radial-gradient(50% 50% at 50% 50%,#ac59ff 0,rgba(165,74,255,0) 100%);opacity:.3;position:absolute;top:-200px;right:-700px;z-index:0;pointer-events:none}.ready-to-launch__bg{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:992px){.ready-to-launch__bg{display:none}}.ready-to-launch__inner{display:grid;grid-template-columns:52% 48%;padding-left:100px;position:relative}.ready-to-launch__inner:hover .ready-to-launch__lamp:after{opacity:1}@media(max-width:1450px){.ready-to-launch__inner{padding-left:15px}}@media(max-width:992px){.ready-to-launch__inner{grid-template-columns:1fr;position:static}}.ready-to-launch__content{z-index:2}@media(max-width:992px){.ready-to-launch__content{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}}.ready-to-launch__title{font-weight:700;font-size:80px;max-width:880px;color:#fff;line-height:1.1;text-align:left;margin-bottom:20px}.ready-to-launch__title span{display:block;color:#a54aff}@media(max-width:1200px){.ready-to-launch__title{font-size:70px}}@media(max-width:992px){.ready-to-launch__title{text-align:center;font-size:45px;margin-bottom:30px}}.ready-to-launch__text{font-size:30px;color:#fff;max-width:700px;margin-bottom:50px}@media(max-width:992px){.ready-to-launch__text{font-size:20px;margin-bottom:35px}}@media(max-width:576px){.ready-to-launch__btn{width:auto;min-width:270px}}.ready-to-launch__cosmo{margin:-50px 0 -100px 75px}@media(max-width:992px){.ready-to-launch__cosmo{margin:0}}.ready-to-launch__laptop{margin:-70px 0 -150px 75px}@media(max-width:1200px){.ready-to-launch__laptop{margin:0 0 0 45px}}@media(max-width:992px){.ready-to-launch__laptop{margin:0}}.ready-to-launch__lamp{margin:-70px 0 -140px 105px;position:relative}.ready-to-launch__lamp:after{content:"";width:100%;height:80%;background:radial-gradient(50% 50% at 50% 50%,#ac59ff 0,rgba(165,74,255,0) 100%);position:absolute;top:0;left:0;opacity:0;transition:1s}@media(max-width:992px){.ready-to-launch__lamp{margin:0}.ready-to-launch__lamp:after{display:none}}.ready-to-launch__apple{margin:-100px 0 -140px 105px}@media(max-width:1200px){.ready-to-launch__apple{margin:-40px 0 -90px 45px}}@media(max-width:992px){.ready-to-launch__apple{margin:0}}.ready-to-launch__img{z-index:1}.ready-to-launch__img img{width:100%;height:auto;margin:0 auto;object-fit:contain}@media(max-width:992px){.ready-to-launch__img{height:90%;position:absolute;top:30px;left:50%;transform:translateX(-50%);opacity:.2;z-index:1}}.subscribe{position:relative;max-width:1240px;margin:auto}.subscribe__form{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:40px;max-width:500px;margin:30px auto 0}@media(max-width:768px){.subscribe__form{gap:25px}}.subscribe__input{height:67px}.subscribe>h2{text-align:center}.subscribe__img{position:absolute;z-index:-1;bottom:0;left:50%;transform:translateX(-50%);width:1496px;height:196px;max-width:unset}@media(max-width:1450px){.subscribe__img{display:none}}.subscribe:before{width:912px;height:684px;background:radial-gradient(50% 50% at 50% 50%,#f96e20 0,rgba(249,110,32,0) 100%);left:0;top:40%;transform:translate(-35%,-45%)}.subscribe:after,.subscribe:before{content:"";display:block;opacity:.2;position:absolute;z-index:-1}.subscribe:after{width:1122.55px;height:842.4px;background:radial-gradient(50% 50% at 50% 50%,#ac59ff 0,rgba(165,74,255,0) 100%);right:0;bottom:0;transform:translate(44%,34%)}.ux{position:relative}.ux__inner{display:grid;grid-template-columns:repeat(2,calc(50% - 15px));-moz-column-gap:30px;grid-column-gap:30px;column-gap:30px}.ux__inner>img{width:-webkit-fill-available}.ux__inner__content{margin-top:52px;width:100%}@media(max-width:1200px){.ux__inner{grid-template-columns:1fr;justify-items:center}.ux__inner>img{width:100%}}.ux__ux-background:before{content:"";display:block;width:1027.17px;height:770.82px;background:radial-gradient(50% 50% at 50% 50%,#ac59ff 0,rgba(165,74,255,0) 100%);opacity:.3;position:absolute;left:0;top:4%;transform:translate(-48%);z-index:-1}@media(max-width:430px){.ux__ux-background:before{left:75%;top:0}}.ux__ui-background:before{content:"";display:block;width:1027.17px;height:770.82px;background:radial-gradient(50% 50% at 50% 50%,#ff967c 0,rgba(255,150,124,0) 100%);opacity:.3;position:absolute;right:-57%;top:-5%;transform:translate(-48%);z-index:-1}@media(max-width:430px){.ux__ui-background:before{left:0;top:35%}}.tools__container{margin-top:55px;display:grid;grid-template-columns:repeat(5,1fr);grid-row-gap:25px;row-gap:25px;grid-column-gap:25px;column-gap:25px}.tools__container__item{display:flex;justify-content:flex-start;align-items:center;font-size:30px;line-height:40px;width:17%}.tools__container__item-image{margin-right:20px;width:75px;height:50px}.tools__container__item:first-child,.tools__container__item:nth-child(6){width:350px}@media(max-width:1450px){.tools__container{grid-template-columns:repeat(4,1fr)}.tools__container__item:nth-child(n){width:calc(25% - 25px)}}@media(max-width:992px){.tools__container{grid-template-columns:repeat(3,1fr)}.tools__container__item:nth-child(n){width:calc(33.3333333333% - 37.5px)}}@media(max-width:768px){.tools__container{grid-template-columns:repeat(2,1fr);column-gap:0}.tools__container__item:nth-child(n){width:calc(50% - 25px)}.tools__container__item-image{margin-right:8px}}@media(max-width:1200px){.work__inner{display:none}}.work__frame{display:flex}.work__frame-block{min-height:109px;display:flex;justify-content:center;align-items:center;min-width:19.3%;position:relative}.work__frame-block:after{content:"";display:block;border-color:transparent transparent transparent #f5d441;border-style:solid;border-width:54.5px 0 54.5px 50px;position:absolute;right:-50px;top:0;z-index:9}.work__frame-block:first-child{background:#f5d441}.work__frame-block:first-child:after{border-color:transparent transparent transparent #f5d441}.work__frame-block:nth-child(2){background:#49b439;padding-left:35px}.work__frame-block:nth-child(2):after{border-color:transparent transparent transparent #49b439}.work__frame-block:nth-child(3){background:#1570c1;padding-left:50px}.work__frame-block:nth-child(3):after{border-color:transparent transparent transparent #1570c1}.work__frame-block:nth-child(4){background:#cd245f;padding-left:40px}.work__frame-block:nth-child(4):after{border-color:transparent transparent transparent #cd245f}.work__frame-block:nth-child(5){background:#e74834;padding-left:35px}.work__frame-block:nth-child(5):after{border-color:transparent transparent transparent #e74834}.work__frame-title{color:#fff;font-size:24px;font-weight:700;width:178px}@media(max-width:1450px){.work__frame-title{font-size:22px;padding-left:10px}}.work__item{max-width:337px;position:relative;padding-left:35px;border-left:3px dashed #f0e1ff;transition:border-color .4s}.work__item:before{content:"";display:block;width:35px;height:35px;background:#fff;border:10px solid #f0e1ff;position:absolute;left:0;border-radius:50%;transform:translate(-55%);transition:box-shadow .4s,background .4s}.work__item--hovered{border-color:#f96e20}.work__item--hovered:before{box-shadow:0 0 10px #f96e20;background:#f96e20}.work__item-title{font-weight:700;font-size:24px;line-height:1.1;margin-bottom:12px}.work__top{display:grid;grid-template-columns:repeat(14,1fr);justify-items:center}.work__top-item{padding-bottom:25px}.work__top-item:before{top:0}.work__top-item:first-child{grid-column:2/5}.work__top-item:nth-child(2){grid-column:7/10;justify-items:center}.work__top-item:nth-child(3){grid-column:12/16;padding-left:35px}.work__bottom{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:center}.work__bottom-item{padding-top:25px}.work__bottom-item:first-child{grid-column:2/3}.work__bottom-item:nth-child(2){grid-column:3/5}.work__bottom-item:before{bottom:0}.work-mobile{display:none;position:relative}.work-mobile__item{position:relative;padding-left:0;margin-left:30px;padding-bottom:25px;padding-top:25px;border-bottom:3px dashed #f0e1ff}.work-mobile__item-title{margin-bottom:10px}.work-mobile__item:first-child{padding-top:0}.work-mobile__item:first-child .work-mobile__item-title{color:#f5d441}.work-mobile__item:nth-child(2) .work-mobile__item-title{color:#49b439}.work-mobile__item:nth-child(3) .work-mobile__item-title{color:#1570c1}.work-mobile__item:nth-child(4) .work-mobile__item-title{color:#cd245f}.work-mobile__item:nth-child(5) .work-mobile__item-title{color:#e74834}.work-mobile:before{content:"";display:block;width:15px;height:100%;position:absolute;left:0;top:0;background-image:url(https://uuusoftware.com/_next/static/media/mobileFrameBigLine.758e62e6.webp);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:1200px){.work-mobile{display:block}}
/*# sourceMappingURL=371f17cea503d222.css.map*/