:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ModalForm_contactModalContent__i7z6l{background-color:transparent!important;border:none!important;border-radius:0!important;outline:none!important}.HeroWithCTA_container__PyGka{display:flex;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;min-height:100vh}.HeroWithCTA_dataContainer___iIik{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:65vw;margin-top:132px}.HeroWithCTA_CTAcontainer___s_I6{display:flex;flex-direction:column;position:relative;padding-top:20px}.HeroWithCTA_Pattern__xt9_4{position:absolute;left:0;top:0}.HeroWithCTA_orangeTitle__UWLve{color:var(--banao-primary,#fb610b);font-family:Helvetica Neue,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:38px;text-transform:uppercase}.HeroWithCTA_title__ExoMt{color:#000;font-family:Roboto Flex,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:70px;margin-top:48px;text-align:center}.HeroWithCTA_paragraph__IeqVK{color:#000;leading-trim:both;text-edge:cap;font-family:Helvetica Neue;font-size:20px;font-style:normal;font-weight:400;line-height:24px;margin-top:36px;text-align:center}.HeroWithCTA_button__mJaqj{display:flex;justify-content:center;align-items:center;padding:24px;gap:10px;background:var(--banao-primary,#fb610b);border-radius:100px;color:#fff;font-family:Helvetica Neue,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:20px;height:40px;margin-top:40px;margin-left:auto;margin-right:auto}.HeroWithCTA_childContainer2__g_uQU{position:relative;z-index:1;width:100%;margin:6rem 0 0;height:100%;overflow:hidden}.HeroWithCTA_childContainer2__g_uQU img{width:100vw;height:500px;object-fit:cover}@media screen and (max-width:992px){.HeroWithCTA_childContainer2__g_uQU{margin:2rem 0 0;display:flex;justify-content:center;align-items:center}}@media screen and (max-width:480px){.HeroWithCTA_container__PyGka{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:48px}.HeroWithCTA_dataContainer___iIik{display:flex;flex-direction:column;margin:var(--banao-margin-22);gap:var(--banao-margin-22);text-align:center;width:85%;padding-top:33px;align-items:center;max-width:324px;margin-bottom:12px}.HeroWithCTA_orangeTitle__UWLve{font-family:Helvetica Neue,Helvetica;font-size:var(--banao-font-size-16);font-weight:500;line-height:38px;letter-spacing:0;color:var(--banao-primary)}.HeroWithCTA_title__ExoMt{font-family:Roboto Flex,sans-serif;font-size:24px;font-weight:600;line-height:36px;letter-spacing:0;text-align:center;margin-top:12px;max-width:324px;width:90vw}.HeroWithCTA_paragraph__IeqVK{margin-top:2px;font-family:Helvetica Neue,Helvetica;font-size:16px;font-weight:400;line-height:29px;letter-spacing:0;text-align:center;max-width:324px}.HeroWithCTA_CTAcontainer___s_I6{display:none}.HeroWithCTA_childContainer2__g_uQU{margin-top:36px;min-width:100vw;width:100vw;max-width:100vw;background:transparent;height:max-content}.HeroWithCTA_childContainer2__g_uQU img{min-width:100vw;height:277.78px!important;object-fit:cover}}@media screen and (min-width:992px) and (min-height:640px){.HeroWithCTA_childContainer2__g_uQU{width:100vw;max-width:100vw;overflow:hidden!important}.HeroWithCTA_childContainer2__g_uQU img{width:100vw;height:500px}}@media screen and (min-width:992px){.HeroWithCTA_dataContainer___iIik{position:relative;margin-top:0;justify-content:center}}@media screen and (min-width:1440px){.HeroWithCTA_container__PyGka{padding-left:calc((100vw - 1440px) / 2);padding-right:calc((100vw - 1440px) / 2)}}.ServicesSection2_container__ICkgr{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;position:relative}.ServicesSection2_transparent__twryd{opacity:0}.ServicesSection2_circleBg__7Y3g1{background-image:url(/_next/static/media/CircleBg.add0df46.png);right:0;top:-4vw;background-position:100% 0}.ServicesSection2_circleBg2__H55oq,.ServicesSection2_circleBg__7Y3g1{position:absolute;width:18vw;height:18vw;background-size:contain;background-repeat:no-repeat;max-width:284px;max-height:284px;z-index:-1}.ServicesSection2_circleBg2__H55oq{background-image:url(/_next/static/media/CircleBg2.e5de8a53.png);left:0;bottom:-6vw;background-position:0 100%}.ServicesSection2_childContainer__6sN3h{display:flex;flex-direction:column;align-items:center;margin:119px 0 0;padding-top:var(--banao-padding-48);padding-bottom:var(--banao-padding-48);text-align:center;width:990px}.ServicesSection2_title__4YE0_{font-family:Roboto Flex,sans-serif;font-size:60px;font-weight:700;line-height:70px;letter-spacing:0;text-align:center;max-width:940px}.ServicesSection2_paragraph__q8DDJ{text-align:center;leading-trim:both;text-edge:cap;font-family:Helvetica Neue,Helvetica;font-size:var(--banao-font-size-16);font-style:normal;font-weight:400;line-height:28px;margin-top:38px;max-width:980px}.ServicesSection2_circleBg__7Y3g1.ServicesSection2_animate__J3oXY{animation:ServicesSection2_moveDown__ZdpLF 3s cubic-bezier(.175,.885,.32,1.275)}.ServicesSection2_circleBg2__H55oq.ServicesSection2_animate__J3oXY{animation:ServicesSection2_moveUp__Zh5vU 3s cubic-bezier(.175,.885,.32,1.275)}@keyframes ServicesSection2_moveDown__ZdpLF{0%{top:-200px;opacity:0}20%{opacity:1}to{top:-4vw;opacity:1}}@keyframes ServicesSection2_moveUp__Zh5vU{0%{bottom:-200px;opacity:0}20%{opacity:1}to{bottom:-6vw;opacity:1}}@media screen and (max-width:992px){.ServicesSection2_title__4YE0_{font-family:Roboto Flex,sans-serif;font-size:var(--banao-font-size-40);font-weight:700;line-height:46px;letter-spacing:0;text-align:center}.ServicesSection2_childContainer__6sN3h{display:flex;flex-direction:column;margin:var(--banao-margin-22);gap:var(--banao-margin-22);padding-top:var(--banao-padding-48);text-align:center;width:85%;margin-top:180px}.ServicesSection2_circleBg__7Y3g1{background-image:url(/_next/static/media/CircleBg.add0df46.png);right:0;top:-4vw;background-position:100% 0}.ServicesSection2_circleBg2__H55oq,.ServicesSection2_circleBg__7Y3g1{position:absolute;width:35vw;height:35vw;background-size:contain;background-repeat:no-repeat;z-index:-1;min-width:12rem;min-height:12rem}.ServicesSection2_circleBg2__H55oq{background-image:url(/_next/static/media/CircleBg2.e5de8a53.png);left:0;bottom:-6vw;background-position:0 100%}}@media screen and (max-width:768px){.ServicesSection2_childContainer__6sN3h{margin-top:22px}}@media screen and (max-width:480px){.ServicesSection2_childContainer__6sN3h{padding:var(--banao-padding-32) 0 0;margin:36px 18px}.ServicesSection2_title__4YE0_{font-family:Roboto Flex,sans-serif;font-size:var(--banao-font-size-24);font-weight:600;line-height:36px;letter-spacing:0;text-align:center}.ServicesSection2_paragraph__q8DDJ{margin-top:19px;font-family:Helvetica Neue,Helvetica;font-size:var(--banao-font-size-16);font-weight:300;line-height:28px;letter-spacing:0;text-align:center}.ServicesSection2_circleBg2__H55oq,.ServicesSection2_circleBg2__H55oq.ServicesSection2_animate__J3oXY,.ServicesSection2_circleBg__7Y3g1,.ServicesSection2_circleBg__7Y3g1.ServicesSection2_animate__J3oXY{display:none}}@media screen and (min-width:1440px){.ServicesSection2_container__ICkgr{padding-left:calc((100vw - 1440px) / 2);padding-right:calc((100vw - 1440px) / 2)}}.DevProcess_container__KF_9a{display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;padding:125px 2rem 72px;background-color:transparent}.DevProcess_header__19ZSZ{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem;z-index:2}.DevProcess_title__4JRMB{font-family:Roboto Flex,sans-serif;font-size:60px;font-weight:800;line-height:1.1;letter-spacing:-.01em;margin-bottom:1rem;max-width:940px;color:#111827}.DevProcess_subtitle__8z5ET{font-family:Roboto Flex,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--banao-grey,#6b7280);max-width:750px;margin:0}.DevProcess_processesContainer__l_dkE{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:1.5rem;width:100%;max-width:1300px;z-index:2}.DevProcess_processDiv__SiHVX{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;padding:24px;background-color:#fff;border-radius:16px;border:1px solid #f2f3f4;transition:transform .3s ease,box-shadow .3s ease}.DevProcess_processDiv__SiHVX:hover{transform:translateY(-2px);box-shadow:0 5px 10px rgba(0,0,0,.08)}.DevProcess_iconWrapper__E8nUY{margin-bottom:24px}.DevProcess_processIcon__3ezt0{width:auto;height:auto;max-width:64px;max-height:64px;object-fit:contain}.DevProcess_processTitle__VsyjN{font-size:var(--banao-font-size-20,20px);font-weight:700;line-height:1.3;color:#111827;margin-bottom:12px}.DevProcess_processDescription__J5njU,.DevProcess_processTitle__VsyjN{font-family:Roboto Flex,sans-serif;letter-spacing:-.01em;text-align:left}.DevProcess_processDescription__J5njU{font-size:var(--banao-font-size-14,14px);font-weight:400;line-height:1.6;color:var(--banao-grey,#6b7280);margin:0}.DevProcess_arrowWrapper__YyeUv{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;align-self:center}.DevProcess_circleBg__Caiuq{background-image:url(/_next/static/media/CircleBg.add0df46.png);width:28vw;height:28vw;right:-10vw;top:0;background-position:100% 100%}.DevProcess_circleBg2__p161F,.DevProcess_circleBg__Caiuq{position:absolute;background-size:contain;background-repeat:no-repeat;z-index:1}.DevProcess_circleBg2__p161F{background-image:url(/_next/static/media/CircleBg2.e5de8a53.png);width:18vw;height:18vw;left:0;bottom:0;background-position:0 0}.DevProcess_circleBg__Caiuq.DevProcess_animate___wL2M{position:absolute;animation:DevProcess_moveDown__QS_sm 3s cubic-bezier(.175,.885,.32,1.275)}.DevProcess_circleBg2__p161F.DevProcess_animate___wL2M{position:absolute;animation:DevProcess_moveUp__emqS7 3s cubic-bezier(.175,.885,.32,1.275)}.DevProcess_transparent__JgfJH{opacity:0}@keyframes DevProcess_moveDown__QS_sm{0%{top:-200px;opacity:0}20%{opacity:1}to{top:0;opacity:1}}@keyframes DevProcess_moveUp__emqS7{0%{bottom:-200px;opacity:0}20%{opacity:1}to{bottom:0;opacity:1}}@media screen and (min-width:1440px){.DevProcess_container__KF_9a{padding-left:calc((100vw - 1440px) / 2);padding-right:calc((100vw - 1440px) / 2)}}@media screen and (max-width:1024px){.DevProcess_container__KF_9a{padding:var(--banao-padding-48,48px) 1.5rem}.DevProcess_title__4JRMB{font-size:var(--banao-font-size-40,40px);line-height:1.2}.DevProcess_processesContainer__l_dkE{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.DevProcess_arrowWrapper__YyeUv{display:none}}@media screen and (max-width:992px){@keyframes DevProcess_moveDown__QS_sm{0%{top:-100px;opacity:0}20%{opacity:1}to{top:0;opacity:1}}@keyframes DevProcess_moveUp__emqS7{0%{bottom:-100px;opacity:0}20%{opacity:1}to{bottom:0;opacity:1}}.DevProcess_circleBg__Caiuq{width:35vw;height:35vw;right:-8rem;min-width:18rem;min-height:18rem}.DevProcess_circleBg2__p161F{width:35vw;height:35vw;min-width:12rem;min-height:12rem;background-position:0 100%}}@media screen and (max-width:600px){.DevProcess_processesContainer__l_dkE{grid-template-columns:1fr;gap:1.5rem}.DevProcess_title__4JRMB{font-size:var(--banao-font-size-32,32px)}.DevProcess_processDiv__SiHVX{padding:1.5rem}}@media screen and (max-width:480px){.DevProcess_title__4JRMB{font-size:var(--banao-font-size-24,24px);margin-top:22px}.DevProcess_subtitle__8z5ET{font-size:1rem}.DevProcess_processTitle__VsyjN{font-size:var(--banao-font-size-16,16px)}.DevProcess_circleBg2__p161F,.DevProcess_circleBg2__p161F.DevProcess_animate___wL2M,.DevProcess_circleBg__Caiuq,.DevProcess_circleBg__Caiuq.DevProcess_animate___wL2M{display:none}}.Title_container__op252{padding:var(--banao-padding-40) 3.75rem}.Title_title__8o4XG{font-weight:700;text-align:center;font-size:var(--banao-font-size-40);font-family:Roboto Flex,sans-serif;line-height:4.5rem;margin:0 0 var(--banao-margin-48) 0;color:#000}@media screen and (min-width:1020px){.Title_title__8o4XG{font-size:var(--banao-font-size-32)}}@media screen and (max-width:992px){.Title_container__op252{padding:var(--banao-padding-48) var(--banao-padding-32)}}@media screen and (max-width:768px){.Title_container__op252{padding:var(--banao-padding-40) var(--banao-padding-16)}.Title_title__8o4XG{font-size:var(--banao-font-size-24);line-height:1.5rem}}@media screen and (max-width:480px){.Title_title__8o4XG{margin-bottom:24px;font-family:Roboto Flex,sans-serif;font-size:24px;font-weight:600;line-height:36px;letter-spacing:0;text-align:center}}.FooterTop_sectionHead__Lp9lT{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:48px;font-family:Roboto Flex,sans-serif;font-weight:700;font-size:40px;padding-bottom:26px}.FooterTop_headContainer__LK6iy{padding-bottom:80px}.FooterTop_sectionHead__Lp9lT{color:var(--grey-darkest,#08090a);text-align:center;font-size:24px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:-.24px;padding-bottom:0}.FooterTop_headContainer__LK6iy p{max-width:590px;margin:0 auto;color:var(--grey-dark,#939ca3);text-align:center;font-size:20px;font-family:Helvetica Neue,Helvetica;font-style:normal;font-weight:400;line-height:32px}.FooterTop_headContainer__LK6iy a{font-weight:600!important;text-decoration:underline!important;text-underline-offset:4px}.FooterTop_headContainer__LK6iy a:hover{text-decoration:none!important}.FooterTop_headContainer__LK6iy a:after,.FooterTop_headContainer__LK6iy a:before{background-color:var(--grey-dark,#939ca3)}@media screen and (max-width:480px){.FooterTop_sectionHead__Lp9lT{font-size:20px;font-weight:600;line-height:30px;letter-spacing:-.01em;text-align:center;padding-bottom:16px;padding-top:48px}.FooterTop_headContainer__LK6iy p{font-family:Helvetica Neue,Helvetica;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;text-align:center}.FooterTop_headContainer__LK6iy{padding-bottom:0}}.DevFeatures_container__pHLXn{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin-top:108px;gap:80px}.DevFeatures_title__uqjqy{color:#000;text-align:center;leading-trim:both;text-edge:cap;font-family:Roboto Flex;font-size:60px;font-style:normal;font-weight:700;line-height:70px;max-width:895px}.DevFeatures_featuresContainer__n8ptS{width:81.95vw;max-width:1180px;min-width:900px;background:rgba(251,97,11,.15);display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between;grid-gap:1px;gap:1px;flex-wrap:wrap}.DevFeatures_features__F_Njs{display:flex;width:calc(100% - .25px);height:100%;padding:20px;flex-direction:column;align-items:center;justify-content:flex-start;gap:40px;flex-shrink:0;background:#fff;position:relative}.DevFeatures_features__F_Njs:nth-child(2n){margin-left:.25px}.DevFeatures_featureDataContainer__ryCxV{display:flex;width:367px;flex-direction:column;align-items:center;justify-content:flex-start;gap:15px;flex:1 0}.DevFeatures_featureHeading__yKMej{color:#000;text-align:center;font-family:Roboto Flex;font-size:24px;font-style:normal;font-weight:700;line-height:200%}.DevFeatures_featureDescription__dVVg3{color:var(--grey-darker,#6d747a);text-align:center;font-family:Roboto Flex;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.16px}.DevFeatures_dividerIcon__n7RW3{position:absolute;bottom:-8.5px;right:-9px;z-index:10}@media screen and (max-width:1023px){.DevFeatures_title__uqjqy{color:#000;text-align:center;font-family:Roboto Flex;font-size:24px;font-style:normal;font-weight:600;line-height:150%;max-width:90vw}.DevFeatures_featuresContainer__n8ptS{display:flex;background:#fff;justify-content:center;align-items:center;gap:36px;min-width:auto}.DevFeatures_features__F_Njs{display:flex;width:90vw;padding:16px 8px 24px;flex-direction:column;align-items:center;gap:24px;border-radius:16px;border:1px solid var(--grey-light,#ced4da);background:#fff}.DevFeatures_featureDataContainer__ryCxV{width:85vw}.DevFeatures_featureHeading__yKMej{color:#000;text-align:center;font-family:Roboto Flex;font-size:16px;font-style:normal;font-weight:700;line-height:200%}.DevFeatures_featureDescription__dVVg3{color:var(--grey-darker,#6d747a);text-align:center;font-family:Roboto Flex;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.14px}.DevFeatures_dividerIcon__n7RW3{display:none}}.ImpactSection_sectionWrapper__FHPaj{position:relative;padding:5rem 1.5rem;background-color:#fff;overflow:hidden;font-family:Roboto Flex,sans-serif}.ImpactSection_container__kyp4W{max-width:1200px;margin:0 auto;position:relative;z-index:2}.ImpactSection_bgCircleLeft__h7RdG{position:absolute;bottom:-10%;left:-5%;width:300px;height:300px;border-radius:50%;border:40px solid #fff5f0;z-index:1}.ImpactSection_bgCircleRight__DaUM2{position:absolute;top:-10%;right:-5%;width:400px;height:400px;border-radius:50%;border:50px solid #fff5f0;z-index:1}.ImpactSection_header__3dapO{text-align:center;margin-bottom:4rem}.ImpactSection_title__maj5q{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.ImpactSection_subtitle__ZAA0d{font-size:1.125rem;color:#6b7280;max-width:800px;margin:0 auto}.ImpactSection_statsLayout__GPo6B{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:5rem}.ImpactSection_divider__fDL2t{width:2px;height:180px;background-color:#ffedd5;flex-shrink:0}.ImpactSection_primaryStatBlock__B3U1f{flex:1 1;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.ImpactSection_secondaryStatsBlock__9hrqc{flex:1 1;display:flex;flex-direction:column;gap:2rem}.ImpactSection_statItem__kN_Q0{display:flex;flex-direction:column;gap:.25rem}.ImpactSection_statHeader__njVUq{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.ImpactSection_statValueLarge__IXZIh{font-size:5rem;font-weight:800;color:#ea580c;line-height:1}.ImpactSection_statValueMedium__59P4h{font-size:3rem;font-weight:800;color:#ea580c;line-height:1}.ImpactSection_statTitle__HKP1L{font-size:1.25rem;font-weight:700;color:#ea580c}.ImpactSection_statDescription__85mg9{color:#6b7280;font-size:1rem;margin:0}.ImpactSection_logosWrapper__nIGTv{border-top:1px solid #f3f4f6;padding-top:3rem}.ImpactSection_logoList__BatUv{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;list-style:none;padding:0;margin:0}.ImpactSection_logoItem__huONC{display:flex;align-items:center;justify-content:center;position:relative}.ImpactSection_logoItem__huONC:not(:last-child):after{content:"";position:absolute;right:-1.25rem;height:60%;width:1px;background-color:#e5e7eb}.ImpactSection_logoImage__HK_wz{max-height:40px;object-fit:contain;filter:grayscale(10%) opacity(.8);transition:all .3s ease}.ImpactSection_logoImage__HK_wz:hover{filter:grayscale(0) opacity(1)}@media (max-width:1024px){.ImpactSection_title__maj5q{font-size:2rem}.ImpactSection_statValueLarge__IXZIh{font-size:4rem}.ImpactSection_statValueMedium__59P4h{font-size:2.5rem}}@media (max-width:768px){.ImpactSection_statsLayout__GPo6B{flex-direction:column;text-align:center;gap:2.5rem}.ImpactSection_primaryStatBlock__B3U1f{align-items:center;text-align:center}.ImpactSection_statHeader__njVUq{justify-content:center}.ImpactSection_divider__fDL2t{height:2px;width:100px}.ImpactSection_bgCircleLeft__h7RdG,.ImpactSection_bgCircleRight__DaUM2,.ImpactSection_logoItem__huONC:not(:last-child):after{display:none}}.IndustrySection_sectionWrapper__xdULD{padding:5rem 1.5rem;font-family:Roboto Flex,sans-serif}.IndustrySection_container__7dD29{max-width:1200px;margin:0 auto}.IndustrySection_header__XtvPd{text-align:center;margin-bottom:4rem}.IndustrySection_title__HHC5W{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1rem;line-height:1.2}.IndustrySection_subtitle__slwJm{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto}.IndustrySection_cardsContainer__834Xd{display:flex;flex-direction:column;gap:3rem}.IndustrySection_card__J1FvI{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:20px;border:1px solid #fb610b26;box-shadow:0 4px 20px rgba(0,0,0,.03);overflow:hidden;padding:30px}.IndustrySection_cardReverse__Oyg5c{flex-direction:row-reverse}.IndustrySection_imageWrapper__Cnpjr{flex:1 1;position:relative}.IndustrySection_cardImage__NNMWb{object-fit:cover;object-position:center}.IndustrySection_contentWrapper__NFtTr{flex:1 1;display:flex;flex-direction:column;justify-content:center}.IndustrySection_cardTitle__kmSev{font-size:24px;font-weight:700;color:#111827;margin-bottom:1.5rem}.IndustrySection_pointList__imo1m{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.IndustrySection_pointItem__E_IIZ{display:flex;align-items:flex-start;gap:.75rem}.IndustrySection_iconWrapper__SuEW3{flex-shrink:0;margin-top:.15rem}.IndustrySection_pointIcon__Ul_ar{width:20px;height:20px;color:#ea580c}.IndustrySection_pointText__ElqXt{color:#6d747a;font-size:16px;line-height:1.5}@media (max-width:1024px){.IndustrySection_title__HHC5W{font-size:2rem}}@media (max-width:768px){.IndustrySection_cardReverse__Oyg5c,.IndustrySection_card__J1FvI{flex-direction:column}.IndustrySection_cardsContainer__834Xd{gap:2rem}}