@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--main-color: #123839;--secondary-color: #748b71;--regular-font: "Roboto Flex", sans-serif;--bold-font: "Satoshi-Bold"}body{font-family:var(--regular-font)}ul{list-style:none}a{text-decoration:none}img{width:100%;height:100%;object-fit:cover}input,button,textarea{outline:none;font-family:var(--regular-font)}h1,h2,h3,h4,h5,h6{font-family:var(--bold-font)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.inner-row{width:1280px;margin:auto}.inner-row-2{width:90%;margin:auto}.landing{height:105dvh;position:relative;overflow:hidden}header{position:relative;z-index:99;padding-top:10px}.header-content{display:flex;gap:20px;background:#ffffffc8;justify-content:space-between;align-items:center;padding:5px 40px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.logo{display:flex;width:200px;height:85px}.logo img{display:block;object-fit:contain}.header-content ul{display:flex;gap:30px;align-items:center}.header-content ul li a{font-size:16px;color:#000;position:relative;display:inline-flex;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.header-content ul li a.active,.header-content ul li a:hover{color:var(--main-color)}.header-content ul li a:after{content:"";width:0%;height:2px;position:absolute;bottom:-10px;background:var(--main-color);transition:all .75s ease;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-ms-transition:all .75s ease;-o-transition:all .75s ease}.header-content ul li a:hover:after,.header-content ul li a.active:after{width:100%}.header-extra{display:flex;gap:20px;align-items:center}.header-extra a{width:200px;display:flex;height:55px;background:var(--main-color);align-items:center;justify-content:center;color:#fff;font-size:15px;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.header-extra a:hover{transform:scale(.96);-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96)}.header-extra .menu-btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:2px solid var(--main-color);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;font-size:22px;cursor:pointer;display:none}.sidebar-section{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-100}.sidebar-section.active{opacity:1;z-index:100}.sidebar-overlay{position:absolute;top:0;width:100%;height:100%;background:#123839;transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.sidebar-content{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sidebar-content-inner{width:85%;height:90%}.sidebar-header{display:flex;align-items:center;justify-content:space-between;opacity:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.sidebar-header span{width:50px;height:50px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--main-color);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;cursor:pointer;font-size:20px}.sidebar-nav ul{margin-top:10px;display:flex;flex-direction:column;gap:20px;border-top:1px solid rgba(220,220,220,.16);padding-top:20px;opacity:0}.sidebar-nav ul li a{font-size:28px;color:#f5f5f5;position:relative;display:inline-flex;font-weight:300;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease;transform:translate(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);opacity:0}.sidebar-nav ul li a.active,.sidebar-nav ul li a:hover{font-weight:400;transform:scale(.96);-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96)}.sidebar-nav ul li a:after{content:"";width:0%;height:2px;position:absolute;bottom:-10px;background:#fff;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.sidebar-nav ul li a:hover:after,.sidebar-nav ul li a.active:after{width:100%}.sidebar-contact-details{margin-top:30px;opacity:0;transform:translateY(100px);-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-ms-transform:translateY(100px);-o-transform:translateY(100px)}.sidebar-contact-details h3{font-size:16px;color:#dcdcdc;font-family:var(--regular-font);text-transform:uppercase;font-weight:400;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(220,220,220,.16)}.sidebar-contact-grid{display:grid;grid-template-columns:1fr 1fr}.sidebar-contact-details p{color:#f8f8ff;font-weight:200;margin-bottom:10px;display:flex;align-items:center;gap:5px}.sidebar-contact-details p span{display:flex}.social-links h4{font-size:14px;margin-bottom:10px;color:#dcdcdc;text-transform:uppercase;font-family:var(--regular-font);font-weight:300}.social-links ul{display:flex;gap:25px}.social-links ul li a{color:#dcdcdc}footer{background:var(--main-color);border-radius:60px 60px 0 0;-webkit-border-radius:60px 60px 0px 0px;-moz-border-radius:60px 60px 0px 0px;-ms-border-radius:60px 60px 0px 0px;-o-border-radius:60px 60px 0px 0px}.footer-content{padding:100px 0 80px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.footer-column p{color:#d7d5d1;font-weight:250;font-size:16px;line-height:1.6}.footer-column .top-part ul{display:flex;gap:7.5%;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(220,220,220,.2);flex-wrap:wrap}.footer-column .top-part ul li a{font-size:30px;display:flex;font-weight:500;color:#dcdcdc}.footer-column .bottom-part{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin-top:50px}.single-column p{font-size:18px;margin-bottom:20px;display:flex;gap:10px;align-items:center}.single-column .social-links{border-left:1px solid rgba(220,220,220,.318);padding:20px}.single-column .social-links ul li a{width:40px;height:40px;display:flex;background:#fff;align-items:center;justify-content:center;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px}.single-column .social-links ul li a span{display:flex;color:var(--main-color)}.single-column p span{display:flex}.copyright{padding:30px 0 60px;display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}.copyright p{font-size:14px;font-weight:300;color:#dcdcdc}.copyright .copyright-flexed{display:flex;gap:10px;align-items:center}.copyright-flexed span{color:#dcdcdc}.loader-wrap{display:flex;justify-content:center;padding-top:40px}.loader{width:40px;height:40px;border:3px solid var(--main-color);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1290px){.inner-row{width:90%}.footer-column .top-part ul li a{font-size:25px}}@media (max-width: 1090px){.header-extra .menu-btn{display:flex}.header-content nav{display:none}.footer-content{grid-template-columns:1fr;gap:40px}}@media (max-width: 769px){.header-extra a{display:none}.sidebar-nav ul li a{font-size:20px}.sidebar-contact-grid{grid-template-columns:1fr;gap:10px}.social-links h4{margin-top:25px}.footer-column .bottom-part{grid-template-columns:1fr}}@media (max-width: 540px){.header-content{padding:5px 25px}footer{border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.footer-column .top-part ul{flex-direction:column;gap:20px;border-bottom:0}.footer-column .top-part ul li a{font-size:20px}.footer-column .bottom-part{margin-top:20px}.copyright{text-align:center;align-items:center;flex-direction:column;padding-top:0}.bottom-part .social-links{padding:0;border-left:0}.bottom-part .social-links ul{justify-content:center}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-section{position:absolute;top:0;width:100%;height:100%;overflow:hidden}.hero-section-content{width:100%;height:100%;position:relative}.hero-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(transparent,#0000004d,#00000080);z-index:4}.hero-section-content video{z-index:1;position:absolute;top:0;object-fit:cover;width:100%;height:100%}.hero-texts{position:relative;z-index:5;height:inherit;display:flex;align-items:flex-end;justify-content:center}.hero-texts .inner-row{position:absolute;bottom:15%}.hero-texts h1{font-size:90px;color:#fff}.hero-text-action{display:flex;margin-top:20px;width:1000px;gap:50px;align-items:flex-end}.hero-text-action p{font-size:21px;color:#f5f5f5;line-height:1.5;font-weight:300}.hero-text-action a{width:200px;height:55px;display:flex;border:2px solid white;color:#fff;flex-shrink:0;align-items:center;justify-content:center;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;gap:5px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.hero-text-action a span{display:flex;margin-top:2px}.hero-text-action a:hover{background:#fff;color:var(--main-color);transform:scale(.95);-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95)}.about-section{padding:100px 0}.about-section-content{display:grid;grid-template-columns:1fr 1.25fr;gap:60px}.about-section-column h3{font-size:18px}.about-section-column h3 span{color:var(--secondary-color);font-size:40px}.about-section-column h2{font-size:55px;margin-top:10px}.about-section-column p{font-size:20px;font-weight:300;margin-bottom:20px;line-height:1.6}.about-section-column p span{font-weight:500;font-size:21px;color:var(--main-color)}.about-section-column a{width:200px;height:50px;background-color:var(--main-color);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;font-size:16px;gap:5px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.about-section-column a span{display:flex;margin-top:1px}.about-section-column a:hover{transform:scale(.98);-webkit-transform:scale(.98);-moz-transform:scale(.98);-ms-transform:scale(.98);-o-transform:scale(.98);gap:8px}.reasons-wrapper{margin-top:60px}.reasons-wrapper h3{width:900px;margin:auto;text-align:center;font-size:36px;font-family:Satoshi-Light;line-height:1.5;color:var(--main-color)}.reasons-wrapper-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;width:1100px;margin:60px auto 0}.reason-moja{padding:60px;background:#cbf1c331;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.reason-moja img{width:45px;height:45px;margin-bottom:15px;filter:invert(16%) sepia(6%) saturate(5025%) hue-rotate(133deg) brightness(95%) contrast(90%)}.reason-moja h4{font-size:25px;width:90%;margin:10px 0;font-family:Satoshi-Regular}.reason-moja p{line-height:1.75;color:#505050}.services-section{background:var(--main-color);padding:100px 0}.services-section-content{display:grid;grid-template-columns:1fr 3fr;gap:80px}.services-column{display:flex;flex-direction:column;justify-content:space-between}.services-column h3{font-size:18px;font-family:Satoshi-Regular;color:#dcdcdc}.services-column h3 span{color:var(--secondary-color);font-size:40px}.services-column .intro-texts p{color:#f8f8ff;line-height:1.5;margin-bottom:20px;font-weight:100}.services-column .intro-texts a{width:240px;display:flex;height:55px;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;border:2px solid white;justify-content:center;align-items:center;font-size:15px;color:#f5f5f5;gap:5px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.services-column .intro-texts a span{display:flex}.services-column .intro-texts a:hover{transform:scale(.96);-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96)}.services-column-flexed{display:flex}.services-column-flexed .flex-container{width:25%;position:relative;padding:5px 25px;height:550px;display:flex;flex-direction:column;align-items:center;border-right:1px solid rgba(134,159,149,.15);cursor:pointer;overflow:hidden}.flex-container.active{width:60%}.flex-container span.top{display:flex;color:#909090be;font-size:30px;margin-right:20px}.flex-container img{position:absolute;top:0;width:95%;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;transition:all .5s ease;transform-origin:right;transform:scaleX(0);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);-webkit-transition:all .3s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.flex-container.active img{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.flex-container .opened-texts{position:absolute;background:#fff;width:80%;bottom:10px;border-radius:20px;padding:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;display:flex;gap:10px;align-items:center;opacity:0;transform:translateY(100px);-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-ms-transform:translateY(100px);-o-transform:translateY(100px);transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.flex-container.active .opened-texts{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.opened-texts .column{border-right:1px solid gainsboro;display:flex;align-items:center;gap:5px;padding-right:10px}.opened-texts h2{font-size:40px;color:var(--main-color)}.opened-texts p{font-size:16px;color:#505050;font-weight:500}.opened-texts span{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;cursor:pointer;background:var(--main-color);color:#fff}.inverted-texts{position:absolute;top:45%;display:flex;align-items:center;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);width:400px;gap:10px;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.flex-container.active .inverted-texts{opacity:0}.inverted-texts h3{font-size:50px;color:#b8b8b8b6;font-family:Satoshi-Regular}.inverted-texts h2{color:#b8b8b8b6;font-size:22px;font-family:Satoshi-Regular}.process-section{background-color:var(--main-color);padding-bottom:100px;height:100vh;overflow:hidden;width:99.9%}.process-content h3{font-size:35px;width:990px;line-height:1.5;font-family:Satoshi-Light;color:#f5f5f5}.process-boxes{margin-top:40px;display:flex;gap:30px;overflow:hidden}.process-wrap-scroller{display:flex;gap:30px}.process-box-moja{padding:50px;width:65%;flex-shrink:0;background:#cbf1c31f;margin-bottom:20px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.process-box-moja h2{font-size:50px;font-family:Satoshi-Medium;color:#dcdcdcb3}.process-box-moja h4{font-size:36px;font-family:Satoshi-Light;color:#fcfcfc;margin-bottom:10px}.process-box-moja p{font-size:19px;line-height:1.4;font-weight:300;color:#dcdcdc}.numbers-section{padding:100px 0 30px}.numbers-section-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px}.numbers-column{display:flex;flex-direction:column;align-items:center;justify-content:center}.numbers-wrap{border-bottom:1px solid rgb(235,241,232);text-align:center;padding:20px 0}.numbers-wrap:last-child{border-bottom:none}.numbers-wrap h2{font-size:18px;font-family:Satoshi-Regular}.numbers-wrap h2 span{font-size:30px}.numbers-wrap p{line-height:1.5;color:#505050}.testimonials-section{padding:0 0 100px;overflow:hidden}.testimonials-intro{grid-template-columns:1fr 1fr;display:grid;gap:50px;width:90%;margin:auto;align-items:end}.testimonials-intro h2{font-size:60px}.testimonials-intro p{font-size:18px;color:#505050;line-height:1.75;margin-bottom:20px}.testimonials-slider{margin-top:50px}.testimonial-moja{padding:40px 30px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;background:#41b10a0f}.testimonial-moja .quotes{font-size:30px;color:var(--secondary-color);margin-bottom:10px}.testimonial-moja p{font-size:16px;line-height:1.6;font-weight:350;color:#3c3c3c;margin-bottom:10px}.testimonial-moja h3{font-size:17px;font-family:Satoshi-Regular}.testimonial-moja h3 span{font-size:15px;font-family:Satoshi-Light;display:inline-flex}.partners-section{background:var(--main-color);padding:100px 0}.partners-content h3{text-transform:uppercase;text-align:center;color:#f5f5f5;font-family:Satoshi-Light;font-size:15px}.partner-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:30px;margin-top:30px}.partner-logos img{width:180px;filter:invert(10);-webkit-filter:invert(10)}.blog-section{padding:100px 0}.blog-intro{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.blog-intro h3{font-size:18px;font-family:Satoshi-Regular}.blog-intro h3 span{font-size:35px;color:var(--secondary-color)}.blog-intro h2{font-size:45px}.blog-intro p{font-size:18px;line-height:1.6;margin-bottom:10px;color:#505050}.blog-intro a{width:200px;height:55px;background:var(--main-color);color:#fff;font-size:15px;display:flex;justify-content:center;align-items:center;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;gap:5px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.blog-intro a span{display:flex}.blog-intro a:hover{transform:scale(.96);-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96)}.blog-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}.article-moja{cursor:pointer}.article-moja .image-section{height:400px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.split-overlay{position:absolute;width:100%;height:100%;top:0;z-index:5}.split-overlay .overlay-left{position:absolute;top:0;width:100%;height:100%;clip-path:polygon(0 0,0 100%,100% 100%);background:#1238398c;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transform:translate(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}.split-overlay .overlay-right{position:absolute;top:0;width:100%;height:100%;clip-path:polygon(0 0,100% 0,100% 100%);background:#1238398c;transition:all .6s ease;transform:translate(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-ms-transition:all .6s ease;-o-transition:all .6s ease}.article-moja:hover .overlay-left,.article-moja:hover .overlay-right{transform:translate(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.image-section img{display:block;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.image-section .link-btn{position:absolute;z-index:10}.link-btn span{display:flex;height:60px;width:60px;justify-content:center;align-items:center;background:var(--main-color);border-radius:60px;-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;-o-border-radius:60px;color:#fff;transition:all .8s ease;transform-origin:center;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease;opacity:0}.article-moja:hover .link-btn span{opacity:1;animation:pop 1s ease;-webkit-animation:pop 1s ease}@keyframes pop{0%{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}to{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}}.article-moja h3{font-size:25px;margin:10px;font-family:Satoshi-Regular;width:90%}.article-moja:hover h3{color:var(--main-color)}.call-to-action{padding:50px 0 100px}.call-to-action-content{padding:100px 0;display:flex;align-items:center;justify-content:center;background:linear-gradient(#0000004d,#0000004d),url(/assets/callBg-B8pYB7Wa.jpg) no-repeat;background-size:cover;background-position:center;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.call-to-action-texts{border-radius:16px;width:800px;text-align:center;padding:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.call-to-action-texts h2{font-size:70px;font-family:Satoshi-Medium;margin-bottom:10px;color:#f5f5f5}.call-to-action-texts p{font-size:20px;line-height:1.6;margin-bottom:20px;color:#e6e6e6;font-weight:200}.call-to-action-texts a{width:200px;height:55px;display:flex;margin:auto;border:2px solid white;align-items:center;justify-content:center;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;color:#f5f5f5;font-size:15px;transition:all .6s ease;-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-ms-transition:all .6s ease;-o-transition:all .6s ease;gap:5px}.call-to-action-texts a:hover{background:#fff;color:var(--main-color);transform:scale(.96);-webkit-transform:scale(.96);-moz-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96)}.call-to-action-texts a span{display:flex}@media (max-width: 1290px){.hero-texts h1{font-size:80px}.reasons-wrapper-row{width:1000px}}@media (max-width: 1090px){.hero-texts h1{font-size:70px}.hero-texts h1 br{display:none}.hero-text-action,.reasons-wrapper-row,.reasons-wrapper h3,.process-content h3{width:90%}.about-section-content,.services-section-content,.testimonials-intro{grid-template-columns:1fr;gap:20px}.process-section{height:110vh}.process-content h3{font-size:28px}.process-box-moja{width:45%}.numbers-section-content{grid-template-columns:1fr}.numbers-section-content img{height:450px}.blog-intro{grid-template-columns:1fr;gap:20px}.blog-row{grid-template-columns:1fr 1fr}.call-to-action-texts{width:90%}}@media (max-width: 900px){.hero-texts .inner-row{bottom:10%}.hero-texts h1{font-size:60px;text-align:center}.hero-texts p{text-align:center}.hero-text-action{flex-direction:column;align-items:center;width:100%;gap:25px}.reasons-wrapper h3{width:100%}.reasons-wrapper-row{grid-template-columns:1fr;width:100%}.services-column-flexed{flex-direction:column}.services-column-flexed .flex-container{width:100%;height:160px}.flex-container.active{width:100%}.flex-container img{width:150px;height:150px;right:0}.flex-container span.top{display:none}.inverted-texts{width:70%;left:5%;transform:rotate(0);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);display:none}.flex-container .opened-texts{opacity:1;width:90%;bottom:auto;top:20%;justify-content:space-between;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.flex-container.active .inverted-texts{opacity:1}.process-content h3{font-size:24px;line-height:1.25}.process-box-moja{width:40%}.process-box-moja h4{font-size:28px}.process-box-moja p{font-size:16px}.blog-row{grid-template-columns:1fr}.call-to-action-texts h2{font-size:60px}}@media (max-width: 769px){.hero-texts h1,.about-section-column h2,.testimonials-intro h2{font-size:45px}.hero-texts p{font-size:18px}.reasons-wrapper h3{font-size:28px}.reason-moja{padding:40px}.process-section{height:auto}.process-content h3{text-align:center;width:100%;line-height:1.5}.process-wrap-scroller{flex-direction:column;gap:0px}.process-box-moja{width:100%}.process-box-moja h2,.blog-intro h2{font-size:40px}.call-to-action-texts h2{font-size:50px}}@media (max-width: 530px){.hero-texts h1,.about-section-column h2,.testimonials-intro h2{font-size:40px}.hero-texts p,.testimonials-intro p{font-size:16px}.about-section-column h2,.blog-intro h2{font-size:36px}.reasons-wrapper h3{font-size:24px}.numbers-wrap h2,.article-moja h3{font-size:22px}.numbers-wrap h2 span{font-size:35px}.call-to-action-texts{width:95%;padding:30px}.call-to-action-texts h2{font-size:40px}.call-to-action-texts p{font-size:18px}}@media (max-width: 290px){.hero-texts h1,.testimonials-intro h2{font-size:35px}}@font-face{font-family:Satoshi-Bold;src:url(/assets/Satoshi-Bold-C3YRi9Vg.otf)}@font-face{font-family:Satoshi-Medium;src:url(/assets/Satoshi-Medium-DoW3kFbX.otf)}@font-face{font-family:Satoshi-Regular;src:url(/assets/Satoshi-Regular-B3SN4yqc.otf)}@font-face{font-family:Satoshi-Light;src:url(/assets/Satoshi-Light-BqtVaFVY.otf)}.about-page-landing{height:90dvh;background:linear-gradient(#0000004d,#0006),url(/assets/aboutBg-CD3dlBjB.jpg) no-repeat;background-size:cover;background-position:center 80%}.about-hero-content{height:calc(90dvh - 120px);display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:80px}.about-hero-content h3{text-transform:uppercase;color:#ededed;font-family:Satoshi-Regular;font-size:17px;margin-bottom:10px}.about-hero-content h2{font-size:45px;color:#f5f5f5;font-family:Satoshi-Regular}.about-content{padding:100px 0}.about-content-row{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:center}.about-content-image img{display:block;max-height:500px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.about-content-texts h3{font-size:30px;margin-bottom:10px}.about-content-texts p{font-size:18px;line-height:1.5;color:#505050;margin-bottom:10px}.about-content-texts p span{font-size:19px;color:var(--main-color);font-weight:500}.about-statements{width:1000px;margin:60px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:40px}.statement-moja{padding:60px;background:#cbf1c331;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.statement-moja h4{font-size:25px;margin:10px 0;font-family:Satoshi-Regular}.statement-moja p{color:#505050;line-height:1.7}.values-section{padding:100px 0;background-color:var(--main-color)}.values-intro{display:grid;grid-template-columns:1fr 1fr;gap:50px}.values-intro h2{font-size:60px;color:#f5f5f5}.values-intro p{font-size:20px;font-weight:300;color:#dcdcdc;line-height:1.6}.values-content-row{width:950px;margin:50px auto 0}.value-moja{display:flex;gap:20px;align-items:center;margin-bottom:30px}.value-moja span{width:1px;height:80px;background:#daddd47d}.value-moja h3{font-size:24px;color:#f5f5f5;width:200px;flex-shrink:0}.value-moja p{color:#dcdcdc;line-height:1.5;font-weight:200}@media (max-width: 1090px){.about-hero-content h2{font-size:35px}.about-statements,.values-content-row{width:100%}.about-content-row,.values-intro{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.about-hero-content h2{font-size:25px}.about-statements{grid-template-columns:1fr}.values-intro h2{font-size:45px}.values-intro p{font-size:18px}.value-moja{flex-direction:column;align-items:flex-start;gap:10px}.value-moja h3{width:100%}.value-moja span{display:none}}@media (max-width: 540px){.values-intro h2{font-size:36px}}.contact-page-landing{height:70dvh;background:linear-gradient(#0000004d,#0006),url(/assets/contactBg2-DY0Sb7bN.jpg) no-repeat;background-size:cover;background-position:center}.contact-hero-content{height:calc(70dvh - 120px);display:flex;align-items:center;justify-content:center}.contact-hero-content h1{font-size:70px;font-family:Satoshi-Medium;color:#f5f5f5}.contact-body{padding:100px 0}.contact-body-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-body-texts h2{font-size:60px;font-family:Satoshi-Medium;margin-bottom:20px}.contact-body-texts p{font-size:18px;color:#505050;line-height:1.6;margin-bottom:10px}.contact-body-texts .contact-box{width:70%;margin-bottom:20px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;padding:20px;border:1px solid rgba(203,241,217,.304)}.contact-body h3{font-size:18px;font-family:Satoshi-Regular;margin-bottom:10px}.contact-box p{font-size:16px;margin-bottom:0}.contact-form{background:#cbf1c331;padding:50px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.contact-form h2{font-size:40px;margin-bottom:10px}.contact-form p{font-size:16px;color:#505050;line-height:1.6}.contact-form form{margin-top:30px}.form-row{margin-bottom:20px}.form-row.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-row label{font-size:14px;color:#5a5a5a;margin-bottom:5px;display:block}.form-row .form-control{width:100%;height:55px;padding-left:10px;border:1px solid rgba(202,224,211,.304);background:#ffffffa1;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.form-row textarea{width:100%;height:155px;padding:10px;border:1px solid rgba(202,224,211,.304);background:#ffffffa1;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.form-btn button{width:200px;height:55px;background:var(--main-color);color:#f5f5f5;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;cursor:pointer}@media (max-width: 1090px){.contact-body-content{grid-template-columns:1fr;gap:30px}}@media (max-width: 768px){.contact-body-texts h2,.contact-hero-content h1{font-size:45px}.contact-body-texts .contact-box{width:100%}.form-row.split{grid-template-columns:1fr}}@media (max-width: 530px){.contact-body-texts h2{font-size:36px}}.services-page-landing{height:90dvh;background:linear-gradient(#0000004d,#0006),url(/assets/servicesBg-CV0XnaIr.jpg) no-repeat;background-size:cover;background-position:center 80%}.services-hero-content{height:calc(90dvh - 120px);display:flex;gap:50px;align-items:flex-end;justify-content:flex-end;padding-bottom:80px}.services-hero-content h1{font-size:50px;flex-shrink:0;color:#f5f5f5}.services-hero-content h3{color:#e7e7e7;font-size:28px;font-family:Satoshi-Light;line-height:1.5}.services-body{padding:100px 0}.services-body-content{display:grid;grid-template-columns:1fr 2.5fr;gap:50px}.services-tabs{background:#f7ffe695;padding:40px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.services-tabs ul{display:flex;flex-direction:column;gap:20px}.services-tabs ul li{cursor:pointer;padding:20px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;line-height:1.3;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.services-tabs ul li.active,.services-tabs ul li:hover{background:var(--main-color);color:#fff}.service-content-moja{display:grid;grid-template-columns:2fr 1.5fr;gap:40px;align-items:center}.service-content-moja h3{font-size:32px;margin-bottom:20px}.service-content-moja p{font-size:16px;line-height:1.5;color:#505050;margin-bottom:10px}.service-content-moja img{max-height:500px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}@media (max-width: 1090px){.services-hero-content{flex-direction:column;gap:10px;align-items:flex-start}.service-content-moja{grid-template-columns:1fr}}@media (max-width: 768px){.services-hero-content h1{font-size:40px}.services-hero-content h3{font-size:22px}.services-body-content{grid-template-columns:1fr}}@media (max-width: 530px){.services-hero-content h3{font-size:20px}}.resources-page-landing{height:70dvh;background:linear-gradient(#0000004d,#0006),url(/assets/contactBg2-DY0Sb7bN.jpg) no-repeat;background-size:cover;background-position:center}.resources-hero-content{height:calc(70dvh - 120px);display:flex;align-items:center;justify-content:center}.resources-hero-content h1{font-size:70px;font-family:Satoshi-Medium;color:#f5f5f5}.resources-body{padding:100px 0}.resources-body-content h3.intro{font-size:30px;width:900px;margin:0 auto 30px;text-align:center;font-family:Satoshi-Regular;color:var(--main-color);line-height:1.5}.single-article-wrapper{padding:30px 0 100px}.single-article-content{width:1000px;margin:auto}.single-article-image{height:600px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;overflow:hidden;margin:auto}.article-intro-group{display:flex;gap:10px;align-items:center;margin:10px 0 20px}.article-intro-group h4{font-family:var(--font-regular);font-weight:300;font-size:15px}.article-intro-group h4 span{font-weight:400}.article-intro-group span.line{width:1px;height:15px;background:#dcdcdc}.article-intro-group p{font-size:15px}.single-article-body{width:90%;margin:30px auto}.single-article-body p{font-size:18px;line-height:1.6;color:#363636;font-weight:300;margin-bottom:10px}.single-article-body p strong{font-size:25px;font-weight:600;color:#000}.single-article-body h3{font-family:var(--font-bold)}.single-article-body ul{width:95%;margin:auto;list-style-type:disc}.single-article-body ol{width:95%;margin:auto}.single-article-body ul li,.single-article-body ol li{font-size:17px;margin-bottom:10px;color:#363636}@media (max-width: 1090px){.resources-body-content h3.intro{width:90%}}@media (max-width: 768px){.resources-hero-content h1{font-size:55px}}@media (max-width: 530px){.resources-hero-content h1{font-size:40px}.resources-body-content h3.intro{font-size:25px}}
