.scroll-navbar{position:fixed;background-color:#fff;top:0;width:100%;height:90px;z-index:100;display:grid;grid-template-columns:190px 65% 140px 35px;align-items:center;justify-content:center;justify-items:center;padding:1% 2%;font-family:poppins;transition:transform .3s ease-in-out;transform:translateY(-100%)}.scroll-navbar.visible{transform:translateY(0)}.nav-scrollbar-profile{margin-right:20px}.scroll-navbar-search{margin-left:0!important}.scroll-navbar-login{font-weight:600;font-size:16px;background-color:#1b0d6f;padding:4px 25px;border-radius:50px;color:#fff;justify-self:end;margin-right:20px;transition:background-color .3s ease,color .3s ease}.scroll-navbar-login:hover{background-color:#00e0ac;color:#1b0d6f}.scroll-navbar-menu-btn{cursor:pointer}.header-profile-image{margin-right:20px}.scroll-navbar-search{margin-left:-8%}.scroll-navbar-search-container{position:fixed;width:100%;top:70px;z-index:100;background-color:#fff;padding:10px 15px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:grid;grid-template-columns:85% 10%;align-items:center;justify-content:center;justify-self:center}.scroll-navbar-close-search{width:fit-content;cursor:pointer;color:#fff;font-size:14px;font-weight:600;padding:5px 10px;background-color:#1b0d6f;border-radius:8px;transition:background-color .3s ease,color .3s ease}.scroll-navbar-close-search:hover{background-color:#00e0ac}@media (max-width:1500px){.scroll-navbar-search{margin-left:-10%}}@media (max-width:1200px){.scroll-navbar-search{margin-left:0}}@media(max-width:1050px){.scroll-navbar{grid-template-columns:185px 61% 130px 35px}.nav-scrollbar-profile,.scroll-navbar-login{display:none}.header-name{margin:0 10px}}@media(max-width:950px){.scroll-navbar{padding:1%}.scroll-navbar-search{margin-left:-10%}.scroll-navbar-logo{justify-self:start}}@media(max-width:890px){.scroll-navbar{grid-template-columns:170px 60% 110px 35px;gap:10px;justify-content:start;padding:1% 2%}.header-name{font-size:15px;margin:0 7px}.scroll-navbar-logo{width:130px}.scroll-navbar-search-icon{justify-self:end;background-color:#1b0d6f;padding:1.2%;border-radius:50px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.scroll-navbar-search-container{padding:10px 15px;display:grid;grid-template-columns:80% 15%;align-items:center;justify-content:center;justify-items:center;justify-self:center}.scroll-navbar-search-icon:hover{background-color:#00e0ac}.scroll-navbar-login{display:none}}@media (max-width:850px){.scroll-navbar{grid-template-columns:150px 70% 0 40px;gap:10px;justify-content:start;padding:1% 2%}.header-profile-image{display:none}}@media (max-width:760px){.scroll-navbar{grid-template-columns:150px 70% 0 35px;padding:1%}.scroll-navbar-search{transform:scale(.9);margin-left:0}.scroll-navbar-search-icon{padding:2.2%}}@media (max-width:720px){.scroll-navbar{grid-template-columns:150px 67% 0 40px;padding:1% 2%}}@media(max-width:660px){.scroll-navbar{grid-template-columns:140px 65% 40px;padding:1% 2%}.second-search{display:grid;align-self:start;transform:translateY(-90px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.scroll-navbar-search-container{grid-template-columns:90%}.scroll-navbar-logo2{position:fixed;top:0;width:100%;height:90px;display:grid;grid-template-columns:200px 90px;align-items:center;justify-content:space-between;justify-items:center;padding:1% 2%;font-family:poppins;background-color:#fff;transform:translateY(0);z-index:1000000000!important}}.home-statistics{width:100%;display:grid;place-items:center;font-family:poppins;margin:70px 0 110px}.home-statistics-title{font-size:40px;font-weight:700;margin-bottom:20px}.home-statistics-description{color:#a8a8a8;font-size:18px}.home-statistics-list{display:grid;grid-template-columns:repeat(4,1fr);width:55%;margin-top:25px;justify-content:space-between;justify-self:center}.home-statistics-content{display:grid;place-items:center}.home-statistics-nbr{font-size:36px;color:#00e0ac;font-weight:600}.home-statistics-text{color:#a8a8a8;font-size:18px}@media (max-width:1400px){.home-statistics-list{width:70%;gap:20px}}@media (max-width:1170px){.home-statistics-title{font-size:40px;flex-wrap:wrap;text-align:center;padding:0 9%}.home-statistics-description{font-size:17px;flex-wrap:wrap;text-align:center;padding:10px 11%}.home-statistics-list{grid-template-columns:repeat(2,1fr);row-gap:30px}}@media (max-width:767px){.home-statistics-title{font-size:32px;padding:0 7%}.home-statistics-description{font-size:16px;padding:0 10%}}@media(max-width:600px){.home-statistics{margin:0 0 40px}.home-statistics-list{width:90%}.home-statistics-title{font-size:30px;padding:0 20px}.home-statistics-nbr{font-size:32px}.home-statistics-text{font-size:16px}}@media (max-width:380px){.home-statistics-list{column-gap:0;width:95%}.home-statistics-text{font-size:14px}.home-statistics-nbr{font-size:30px}}.services-process{width:100%;margin:100px 0;display:grid;place-items:center;font-family:poppins}.services-process-title{font-size:40px;font-weight:700;margin-bottom:20px;flex-wrap:wrap;text-align:center}.services-process-description{font-size:18px;flex-wrap:wrap;text-align:center;padding:10px 40px 20px;color:#a8a8a8}.services-process-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:30px 4%;justify-items:center;width:100%}.services-process-item{display:grid;grid-template-rows:64px 50px auto;width:400px;height:fit-content;min-height:320px;border-radius:16px;place-items:center;padding:4% 5% 5%}.services-process-item-title{font-size:20px;font-weight:600}.services-process-item-description{font-size:18px;align-self:start;margin-top:10px}@media(max-width:1400px){.services-process-item{width:370px}.services-process-item-description{font-size:17px}}@media(max-width:1295px){.services-process-item{width:330px}}@media (max-width:1160px){.services-process-item{width:400px}.services-process-list{grid-template-columns:repeat(2,400px);width:100%;justify-content:center;gap:50px}.services-process-title{padding:0 8%}.services-process-description{padding:10px 11%}}@media(max-width:991px){.services-process-item{width:350px}.services-process-list{grid-template-columns:repeat(2,350px);width:100%;justify-content:center;gap:50px;margin-top:30px}.services-process-title{padding:0 9%}.services-process-description{padding:10px 6%}}@media(max-width:880px){.services-process-item{width:400px}.services-process-list{grid-template-columns:1fr;width:100%;justify-content:center;gap:50px;margin-top:30px}.services-process-title{padding:0 3%}.services-process-description{padding:10px 4%}}@media(max-width:767px){.services-process-title{font-size:32px;padding:10px 7%}.services-process-description{font-size:16px;padding:0 10%}}@media(max-width:600px){.services-process-title{font-size:30px}}@media (max-width:500px){.services-process-item{width:330px}}@media (max-width:400px){.services-process-item{width:290px}.services-process-list{gap:30px}.services-process-item-title{font-size:18px}.services-process-item-description{font-size:16px}}.work-process{display:grid;width:100%;place-items:center;margin-bottom:100px;font-family:poppins}.work-process-title{font-size:40px;font-weight:700;margin-bottom:20px;text-align:center}.work-process-description{font-size:18px;margin-bottom:60px;color:#a8a8a8;text-align:center}.work-process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;height:290px}.work-process-steps.bg-img{background-image:url(/_next/static/media/progress.aedc518d.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;background-position-x:-30px}.work-process-content{display:grid;grid-template-rows:20px auto;align-items:center;background-color:hsla(0,0%,94%,.45);padding:20px;width:250px;height:250px;border-radius:50%;transform:translate(-15px,30px)}.work-process-number{font-size:20px;font-weight:700;color:#1b0d6f;background-color:#00e0ac;width:45px;height:45px;border-radius:50%;text-align:center;align-content:center}.work-process-text{font-size:18px;font-weight:600;text-align:center;color:rgba(0,0,0,.8)}@media(max-width:1200px){.work-process-steps{grid-template-columns:repeat(2,1fr);gap:50px;background:none;height:fit-content}.work-process-content{transform:translate(0)}.work-process-title{padding:0 9%}.work-process-description{padding:10px 11%}}@media (max-width:767px){.work-process-title{font-size:33px;padding:0 7%}.work-process-description{font-size:16px;padding:10px 10%}}@media (max-width:700px){.work-process-content{width:230px;height:230px}.work-process-text{font-size:16px}.work-process-number{margin-top:-10px}}@media(max-width:600px){.work-process-steps{grid-template-columns:repeat(1,1fr);gap:0;width:250px;height:945px}.work-process-steps.bg-img{background-image:url(/_next/static/media/mobile-progress.9dcc3c7e.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;background-position-y:-2px}.work-process-content{width:230px;height:230px}.work-process-title{font-size:31px;padding:0 20px}.work-process-text{font-size:18px}}@media (max-width:400px){.work-process-content{width:240px;height:240px}.work-process-text{font-size:16px}}@media(max-width:1200px) and (min-width:600px){.work-process-steps.bg-img{background:none}}@media (orientation:landscape) and (max-height:600px){.work-process-steps.bg-img{background-image:none}}