.text-center{text-align:center}.text-left{text-align:left}@media (max-width:991px){.text-m-center{text-align:center}}.block-center{margin:0 auto}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-8{margin-bottom:8rem}.mt-2{margin-top:2rem}@media (max-width:991px){.mb-m-0{margin-bottom:0}}@media (max-width:991px){.mb-m-2{margin-bottom:2rem}}@media (max-width:991px){.mb-m-3{margin-bottom:3rem}}@media (max-width:991px){.mb-m-4{margin-bottom:4rem}}.container{max-width:1230px;margin:0 auto;padding:0 15px}.col-50{width:calc(50% - 1rem)}@media (max-width:991px){.col-50{width:100%}}.gap-2{gap:2rem}h1{font-size:clamp(3.5rem,4vw,4.6rem);color:#0d0d0d;line-height:1.2}h1 span{color:#da153b}@media (max-width:991px){h1 span{text-wrap:nowrap}}h2{font-size:clamp(3.5rem,4vw,6rem);color:#0d0d0d}h2 span{color:#da153b}.h2--secondary{font-size:clamp(2.8rem,2.8vw,3.2rem)}h3{font-size:4rem;font-size:clamp(2.6rem,3.5vw,4rem);color:#2b2d33}h4{font-weight:400}.button{display:inline-block;text-decoration:none;text-align:center;background-color:#da153b;color:#fff;border-radius:.8rem;padding:1.5rem 2.4rem;font-size:1.6rem;transition:background-color .3s ease}.button img,.button span{vertical-align:middle}.button:hover{transition:background-color .3s ease;background-color:#eb2e52}.button.button--secondary{transition:background-color .3s ease;background-color:#0d0d0d}.button.button--secondary:hover{background-color:#2b2d33}.d-d-none{display:none}@media (max-width:991px){.d-m-none{display:none}}.d-flex{display:flex}@media (max-width:991px){.d-m-block{display:block}}@media (max-width:991px){.f-f-m-column{flex-direction:column}}.f-v-center{align-items:center}.f-v-end{align-items:flex-end}.f-h-center{justify-content:center}.f-h-space-between{justify-content:space-between}.f-wrap{flex-wrap:wrap}img{max-width:100%;height:auto}.list{padding-left:2rem}*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;scroll-behavior:smooth}body{font-size:2rem;font-family:"Open Sans",sans-serif;line-height:1.6;color:#555a65}body.no-scroll{overflow:hidden}.bg-grid{position:relative}.bg-grid::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to right,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.1) 1px,transparent 1px);background-size:14rem 14rem;pointer-events:none;z-index:-1;box-shadow:inset 0 0 20rem 15rem #fff}header nav{display:flex;align-items:center;justify-content:space-between;padding:2rem 0}@media (max-width:991px){header nav .logo img{max-width:6rem}}header nav .menu-toggle{display:none;border:0}@media (max-width:991px){header nav .menu-toggle{display:block}}header nav .menu-toggle__icon,header nav .menu-toggle__icon::after,header nav .menu-toggle__icon::before{display:block;width:30px;height:3px;background-color:#25282b;position:relative;transition:all .3s ease-in-out}header nav .menu-toggle__icon::after,header nav .menu-toggle__icon::before{content:"";position:absolute;left:0}header nav .menu-toggle__icon::before{top:-8px}header nav .menu-toggle__icon::after{bottom:-8px}header nav .menu-toggle.active .menu-toggle__icon{background-color:#fff}header nav .menu-toggle.active .menu-toggle__icon::before{transform:rotate(45deg);top:0}header nav .menu-toggle.active .menu-toggle__icon::after{transform:rotate(-45deg);bottom:0}header nav .menu{display:flex}header nav .menu a{font-size:2rem;text-decoration:none;margin-right:2rem;color:#25282b;transition:opacity .3s ease}header nav .menu a:nth-last-child(1){margin-right:0}header nav .menu__items:hover>:not(:hover){opacity:.5}@media (max-width:991px){header nav .menu{display:flex;justify-content:center;align-items:center;position:fixed;top:12rem;right:-100%;bottom:0;width:100%;background-color:#fff;z-index:2;transition:right .3s ease-in-out}header nav .menu__items{display:flex;flex-flow:column;text-align:center;margin-top:-12rem}header nav .menu a{margin:1rem 0;font-size:2.5rem}header nav .menu.active{right:0}}.hero-section{padding:5rem 0}@media (max-width:991px){.hero-section{padding:0 0 2.5rem 0}}.hero-section__wrapper{justify-content:space-between;gap:8rem}@media (max-width:1279px){.hero-section__wrapper{gap:4rem}}.hero-section__left,.hero-section__right{max-width:600px;margin:0 auto}@media (max-width:1279px){.hero-section__left,.hero-section__right{max-width:50%}}@media (max-width:991px){.hero-section__left,.hero-section__right{max-width:100%}}.hero-section__left .button{min-width:24rem}.hero-section__right{display:grid;align-items:center;justify-items:center}@media (max-width:1279px){.hero-section__right{gap:3rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,auto)}}@media (min-width:1279px){.hero-section__right{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(8,1fr)}}@media (max-width:1279px){.hero-section__right img:nth-child(1){grid-column:1;grid-row:1}.hero-section__right img:nth-child(5){grid-column:2;grid-row:1}.hero-section__right img:nth-child(2){grid-column:1/span 2;grid-row:2}.hero-section__right img:nth-child(6){grid-column:1;grid-row:3}.hero-section__right img:nth-child(3){grid-column:2;grid-row:3}.hero-section__right img:nth-child(4){grid-column:1;grid-row:4}.hero-section__right img:nth-child(7){grid-column:2;grid-row:4}}@media (min-width:1279px){.hero-section__right img{animation:bounce 2s forwards}.hero-section__right img:nth-child(1){grid-row:span 2/span 2;animation-delay:0s}.hero-section__right img:nth-child(2){grid-row:span 2/span 2;grid-row-start:3;animation-delay:.2s}.hero-section__right img:nth-child(3){grid-row:span 2/span 2;grid-row-start:5;animation-delay:.4s}.hero-section__right img:nth-child(4){grid-row:span 2/span 2;grid-row-start:7;animation-delay:.6s}.hero-section__right img:nth-child(5){grid-row:span 2/span 2;grid-column-start:2;grid-row-start:2;animation-delay:.8s}.hero-section__right img:nth-child(6){grid-row:span 2/span 2;grid-column-start:2;grid-row-start:4;animation-delay:1s}.hero-section__right img:nth-child(7){grid-row:span 2/span 2;grid-column-start:2;grid-row-start:6;animation-delay:1.2s}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%{transform:translateY(-30px);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}60%{transform:translateY(-15px);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}}.splide__pagination{margin-top:2rem;gap:1rem}.splide__pagination .splide__pagination__page{width:1.6rem;height:1.6rem;border-radius:50%;border:1px solid #0d0d0d;cursor:pointer}.splide__pagination .splide__pagination__page.is-active{background-color:#0d0d0d}.what-we-do__saas{gap:4rem}@media (max-width:991px){.what-we-do__saas{gap:2rem}}.what-we-do__saas--item{width:25rem;padding:2.4rem 0;background-color:#fff;box-shadow:0 0 2rem 0 rgba(0,0,0,.2)}@media (max-width:991px){.what-we-do__saas--item{width:33%}}.what-we-do__saas--item span{width:6.4rem;height:6.4rem;border-radius:50%;background-color:#f7f8fa;margin-bottom:2.4rem}@media (max-width:991px){.what-we-do__saas--item span{margin-bottom:0}}@media (max-width:991px){.what-we-do__saas--item h4{display:none}}.what-we-do__digital-services .splide__track,.what-we-do__tech-stack .splide__track{padding:1rem!important}.what-we-do__digital-services--item,.what-we-do__tech-stack--item{padding:2.4rem 0;background-color:#fff;box-shadow:0 0 1.2rem 0 rgba(0,0,0,.2)}.what-we-do__digital-services--item span,.what-we-do__tech-stack--item span{width:6.4rem;height:6.4rem;border-radius:50%;background-color:#f7f8fa;margin-bottom:2.4rem}.what-we-do__digital-services--item{padding:2.4rem 2rem}.what-we-do__digital-services--item img{display:block;margin:0 auto 2rem;width:auto;height:120px}.what-we-do__digital-services--item h4{font-size:1.8rem;font-weight:600}.what-we-do__digital-services--item p{font-size:1.6rem}.our-cases__wrapper{padding:0 1rem}.our-cases__slider .splide__arrows{display:flex;justify-content:end;position:absolute;top:-7.5rem;right:0;gap:2rem}.our-cases__slider .splide__arrows .splide__arrow{width:5.6rem;height:5.6rem;background-color:#fff;border-radius:50%;cursor:pointer;transition:background-color .3s ease;border:2px solid #0d0d0d}.our-cases__slider .splide__arrows .splide__arrow svg{vertical-align:middle}.our-cases__slider .splide__arrows .splide__arrow.splide__arrow--next svg{transform:rotate(180deg)}.our-cases__slider .splide__arrows .splide__arrow:hover{transition:background-color .3s ease;background-color:#0d0d0d}.our-cases__slider .splide__arrows .splide__arrow:hover svg path{stroke:#fff}.our-cases__slider--item img{display:block;margin:0 auto 2rem;width:100%}.our-cases__slider--item a{text-decoration:none;color:#0d0d0d}.our-cases__slider--item h3{font-size:2rem}.our-cases__slider--item p{font-size:1.6rem}.wanna-chat{background-color:#f9f9fa;padding:4rem 0}@media (max-width:991px){.wanna-chat{padding:4rem 0 0 0}}footer{padding:3rem 0;background-color:#25282b}footer nav{gap:3rem}footer nav a{font-size:1.6rem;color:#fff;text-decoration:none;transition:opacity .3s ease}footer nav:hover>:not(:hover){opacity:.5}@media (max-width:991px){footer nav{gap:1.2rem}footer nav a{font-size:1.4rem}}footer p{font-size:1.4rem;color:#fff}footer .footer--email-link{color:#fff}footer .footer--email-link:hover{text-decoration:none}@media (max-width:991px){.landing h1 span{text-wrap:auto}}@media (min-width:991px){.why-work-with-us{background-image:url(../images/landing/pattern.svg);background-size:contain;background-position:center;background-repeat:no-repeat;padding:10rem 0 14rem 0}}.why-work-with-us h2{font-size:clamp(3.5rem,4vw,4.6rem)}.why-work-with-us__wrapper{gap:2rem}.why-work-with-us__wrapper .why-work-with-us__item{border:1px solid #555a65;background-color:#fff;border-radius:8px;padding:2.4rem;text-align:left}.why-work-with-us__wrapper .why-work-with-us__item h3{font-size:2.4rem;font-weight:600}.why-work-with-us__wrapper .why-work-with-us__item span{display:flex;align-items:center;justify-content:center;width:8.2rem;height:8.2rem;border-radius:50%;background-color:#eb2e52;margin-bottom:1rem;color:#fff;font-size:4rem;font-weight:600;text-align:center}.why-work-with-us__wrapper .why-work-with-us__item span img{vertical-align:middle}@media (min-width:991px){.what-we-do_landing{padding:7rem 0 7rem 0;background-image:url(../images/landing/pattern_2.svg);background-size:contain;background-position:center;background-repeat:no-repeat}}.what-we-do_landing h2{font-size:clamp(3.5rem,4vw,4.6rem)}.platforms_landing{background-color:#da153b;padding:2rem 0}.platforms_landing img{height:60px;filter:brightness(0) saturate(100%) invert(100%) sepia(76%) saturate(1%) hue-rotate(246deg) brightness(103%) contrast(101%)}@media (max-width:991px){.platforms_landing .platforms_landing--items{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2rem;scroll-snap-align:start}.platforms_landing .platforms_landing--items::-webkit-scrollbar{display:none}}@media (max-width:991px){.our-cases_landing .our-cases__item{flex-wrap:wrap}}.our-cases_landing .our-cases__item .our-cases__item--details{background-color:#f9f9fa;border-radius:8px;padding:2.4rem;max-width:385px}.our-cases_landing .our-cases__item .our-cases__item--details h3{font-size:3rem;line-height:normal}.our-cases_landing .our-cases__item .our-cases__item--details p{font-size:1.6rem}@media (max-width:991px){.our-cases_landing .our-cases__item .our-cases__item--details{max-width:100%;order:2}}.our-cases_landing .our-cases__item .our-cases__item--image{width:calc(100% - 385px)}@media (max-width:991px){.our-cases_landing .our-cases__item .our-cases__item--image{width:100%;order:1}}.our-cases_landing .our-cases__item .our-cases__item--image img{border-radius:8px;height:100%}.contact-us_landing{padding:2rem 0}@media (min-width:991px){.contact-us_landing{background-image:url(../images/landing/pattern_2.svg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:8rem 0 8rem 0}}.contact-us_landing__wrapper{border:1px solid #25282b;border-radius:8px;background-color:#fff;padding:5rem 2.4rem}@media (min-width:991px){.contact-us_landing__wrapper{padding:10rem 2.4rem}}.contact-us_landing__wrapper h2{font-size:clamp(3.5rem,4vw,4.6rem);line-height:normal}@media (min-width:991px){.contact-us_landing__wrapper p{font-size:3rem}}.contact-us_landing__wrapper .button{min-width:15rem}
.text-center{text-align:center}.text-left{text-align:left}@media (max-width:991px){.text-m-center{text-align:center}}.block-center{margin:0 auto}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-8{margin-bottom:8rem}.mt-2{margin-top:2rem}@media (max-width:991px){.mb-m-0{margin-bottom:0}}@media (max-width:991px){.mb-m-2{margin-bottom:2rem}}@media (max-width:991px){.mb-m-3{margin-bottom:3rem}}@media (max-width:991px){.mb-m-4{margin-bottom:4rem}}.container{max-width:1230px;margin:0 auto;padding:0 15px}.col-50{width:calc(50% - 1rem)}@media (max-width:991px){.col-50{width:100%}}.gap-2{gap:2rem}h1{font-size:clamp(3.5rem,4vw,4.6rem);color:#0d0d0d;line-height:1.2}h1 span{color:#da153b}@media (max-width:991px){h1 span{text-wrap:nowrap}}h2{font-size:clamp(3.5rem,4vw,6rem);color:#0d0d0d}h2 span{color:#da153b}.h2--secondary{font-size:clamp(2.8rem,2.8vw,3.2rem)}h3{font-size:4rem;font-size:clamp(2.6rem,3.5vw,4rem);color:#2b2d33}h4{font-weight:400}.button{display:inline-block;text-decoration:none;text-align:center;background-color:#da153b;color:#fff;border-radius:.8rem;padding:1.5rem 2.4rem;font-size:1.6rem;transition:background-color .3s ease}.button img,.button span{vertical-align:middle}.button:hover{transition:background-color .3s ease;background-color:#eb2e52}.button.button--secondary{transition:background-color .3s ease;background-color:#0d0d0d}.button.button--secondary:hover{background-color:#2b2d33}.d-d-none{display:none}@media (max-width:991px){.d-m-none{display:none}}.d-flex{display:flex}@media (max-width:991px){.d-m-block{display:block}}@media (max-width:991px){.f-f-m-column{flex-direction:column}}.f-v-center{align-items:center}.f-v-end{align-items:flex-end}.f-h-center{justify-content:center}.f-h-space-between{justify-content:space-between}.f-wrap{flex-wrap:wrap}img{max-width:100%;height:auto}.list{padding-left:2rem}