:root{--primary-100:#5ba2180f;--primary-200:#b0ec77;--primary-300:#5da31a;--primary:#5aa116;--green:#34c759;--gray:#ddd;--gray-500:#393939;--cyan:#32ade6;--cyan-500:#1c6080;--cyan-600:#102031;--cyan-700:#020d19;--white:#fff;--black:#000;--background:#000;--foreground:#fff;--heading-font:"Sunflower",system-ui;--body-font:"Inter",sans-serif;--animation-size:calc(5% + 10px);--animate-duration:0.5s}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,var(--animation-size),0);transform:translate3d(0,var(--animation-size),0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,var(--animation-size),0);transform:translate3d(0,var(--animation-size),0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(var(--animation-size),0,0);transform:translate3d(var(--animation-size),0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(var(--animation-size),0,0);transform:translate3d(var(--animation-size),0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(calc(var(--animation-size)/-1),0,0);transform:translate3d(calc(var(--animation-size)/-1),0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(calc(var(--animation-size)/-1),0,0);transform:translate3d(calc(var(--animation-size)/-1),0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.font-medium{font-weight:500}[data-theme=light]{--background:#fff;--foreground:#000}[data-theme=dark]{--background:#000;--foreground:#fff}.only-on-light{display:revert}.only-on-dark{display:none}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);font-family:var(--body-font);font-size:16px;font-weight:400}.container{margin-inline:auto;max-width:1312px;padding-inline:16px;width:86%}@media only screen and (max-width:767.98px){body{font-size:15px}}@media only screen and (max-width:575.98px){body{font-size:14px}}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}svg{vertical-align:middle}ol,ul{padding-left:24px}ol,p,ul{margin-bottom:16px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:700;margin-bottom:16px;text-transform:uppercase}.h1,h1{font-size:60px}.h2,h2{font-size:54px}.h3,h3{font-size:32px}.h4,h4{font-size:28px}.h5,h5{font-size:24px}.h6,h6{font-size:21px}@media only screen and (max-width:1279.98px){.h1,h1{font-size:54px}.h2,h2{font-size:48px}}@media only screen and (max-width:1023.98px){.h1,h1{font-size:50px}.h2,h2{font-size:42px}}@media only screen and (max-width:767.98px){.h1,h1{font-size:44px}.h2,h2{font-size:38px}.h3,h3{font-size:30px}.h4,h4{font-size:26px}.h5,h5{font-size:22px}.h6,h6{font-size:18px}}@media only screen and (max-width:575.98px){.h1,h1{font-size:36px}.h2,h2{font-size:28px}.h3,h3{font-size:24px}.h4,h4{font-size:20px}.h5,h5{font-size:18px}.h6,h6{font-size:16px}}@media only screen and (max-width:1023.98px){.container{width:90%}}@media only screen and (max-width:575.98px){.container{width:100%}}.overflow-hidden{overflow:hidden}.btn{align-items:center;background-color:var(--foreground);border:none;border-radius:1000px;color:var(--background);cursor:pointer;display:inline-flex;font-family:var(--heading-font);font-size:inherit;font-weight:700;gap:8px;justify-content:center;letter-spacing:-.002em;line-height:1.3;outline:none;padding:16px 30px 15px;text-transform:uppercase;transition:background-color .3s,color .3s,border-color .3s}[class*=btn-outline]{border:1px solid transparent;padding:15px 29px 14px}@media only screen and (max-width:575.98px){.btn{padding-inline:24px}[class*=btn-outline]{padding-inline:23px}}.btn-theme-primary{color:var(--background)}.btn-primary,.btn-theme-primary{background-color:var(--primary);background:linear-gradient(86.16deg,var(--primary) -38.83%,var(--primary-200) 115.24%)}.btn-primary{color:var(--white)}.btn-outline-foreground{background-color:transparent;border-color:var(--foreground);color:var(--foreground)}.btn-outline-foreground:hover{background-color:var(--foreground);color:var(--background)}.btn-v2{--border-width:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:600;justify-content:center;margin:var(--border-width);padding:14px;position:relative;text-align:center;transition:background-color .3s;z-index:0}.btn-v2:after,.btn-v2:before{border:var(--border-width) solid var(--border-color);content:"";height:100%;inset-block:0;margin-block:auto;max-width:70px;position:absolute;transition:width .5s ease-in-out,max-width .5s ease-in-out;width:18%}.btn-v2:hover:after,.btn-v2:hover:before{max-width:100%;width:55%}.btn-v2:before{border-right:0;left:calc(var(--border-width)/-1)}.btn-v2:after{border-left:0;right:calc(var(--border-width)/-1)}@media only screen and (max-width:1279px){.btn-v2{--border-width:4px}}@media only screen and (max-width:1023px){.btn-v2{--border-width:3px}}@media only screen and (max-width:639px){.btn-v2{font-size:14px}}.btn-primary-v2{--border-color:var(--primary)}.btn-primary-v2:hover{background-color:#00b82221}.sec-header{margin-bottom:82px}.sec-heading{font-weight:500}.sec-caption{background-color:var(--primary-100);border:1px solid var(--primary);border-radius:100px;color:var(--primary);display:inline-block;font-family:var(--body-font);font-size:14px;font-weight:600;line-height:1.6;padding:8px 12px}.highlight-text span{background:linear-gradient(90deg,#5aa116,#b0ec77);background-clip:text;color:transparent}.sec-desc{font-size:18px;margin-inline:auto}.sec-desc ol,.sec-desc p,.sec-desc ul{letter-spacing:.05em;line-height:1.6}.richtext>:last-child{margin-bottom:0}@media screen and (max-width:1023.98px){.sec-header{margin-bottom:60px}.sec-desc{font-size:16px}}@media screen and (max-width:575.98px){.sec-header{margin-bottom:40px}.sec-desc{font-size:15px}}.splide{visibility:visible}.card-hover-efact{position:relative;z-index:1}.card-hover-efact:before{background:linear-gradient(180deg,#5aa116,rgba(90,161,22,0));content:"";height:100%;left:0;position:absolute;top:0;transition:width .4s ease-in-out;width:2px;z-index:-1}.card-hover-efact:hover:before{width:100%}@media (min-width:1536px){.richtext>:last-child{margin-bottom:0}}@media (min-width:1280px){.richtext>:last-child{margin-bottom:0}}@media (min-width:1024px){.richtext>:last-child{margin-bottom:0}}@media (min-width:768px){.richtext>:last-child{margin-bottom:0}}@media (min-width:576px){.richtext>:last-child{margin-bottom:0}}.hero-caption{font-weight:700;margin-bottom:22px;text-transform:uppercase}.gradient-text span{background:linear-gradient(90.64deg,var(--primary) 54.08%,#bbfc89 99.34%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dots-list ul{list-style:none}.dots-list ul li{margin-bottom:16px;position:relative}.dots-list ul li:before{aspect-ratio:1;border:2px solid;border-radius:50%;content:"";height:auto;left:-8px;position:absolute;top:3px;transform:translateX(-100%);width:10px}.site-header{position:fixed;width:100%;z-index:99}.navbar{padding-block:40px;position:relative;transition:background-color .3s,padding-block .3s}.site-header.fixed .navbar{background-color:var(--foreground);padding-block:26px}.navbar>.container{align-items:center;display:flex;gap:60px;justify-content:space-between}.nav-logo{width:190px}.nav-logo img{object-fit:contain;width:100%}.nav-menu{align-items:center;display:flex;gap:60px;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:inline-block;font-size:inherit;font-weight:500;letter-spacing:.05em;line-height:1.2;position:relative;text-transform:uppercase;transition:color .4s;z-index:0}@media (prefers-color-scheme:light){.nav-link{color:var(--gray-500)}}.nav-link:hover{color:var(--primary)!important}.nav-link:after{background-color:var(--primary);bottom:-4px;content:"";height:2px;left:0;position:absolute;transform:scale(0);transform-origin:right;transition:transform .4s;width:100%}.nav-link:hover:after{transform:scale(1);transform-origin:left}.nav-toggle{aspect-ratio:1;background-color:var(--primary);border:none;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:space-between;outline:none;padding:12px 10px;position:relative;width:40px}.nav-toggle span{background-color:var(--background);display:block;height:2px;transition:transform .3s;width:100%}.nav-toggle span:first-child{width:60%}.nav-toggle.active span{inset:0;margin:auto;position:absolute;width:calc(100% - 20px)}.nav-toggle.active span:first-child{transform:rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)}@media only screen and (min-width:1024px){.nav-toggle{display:none}.site-header.fixed .nav-link{color:var(--background)}}@media only screen and (max-width:1535.98px){.nav-menu,.navbar>.container{gap:40px}}@media only screen and (max-width:1279.98px){.navbar{font-size:14px}.nav-menu,.navbar>.container{gap:26px}}@media only screen and (max-width:1023.98px){.navbar{padding-block:30px}.site-header.fixed .navbar{padding-block:20px}.nav-inner{border-top:1px solid var(--gray);display:none;height:calc(100vh - var(--header-height));position:absolute;top:100%;inset-inline:0;overflow-y:auto;padding:16px}.nav-inner:after{background-color:var(--background);content:"";inset:0;position:fixed;z-index:-1}.nav-menu{align-items:start;flex-direction:column;gap:14px;margin-inline:auto;width:90%}.nav-link{padding-block:4px}}@media only screen and (max-width:767.98px){.navbar{padding-block:24px}.site-header.fixed .navbar{padding-block:16px}}@media only screen and (max-width:575.98px){.nav-logo{width:150px}.nav-menu{width:100%}}footer{background-color:var(--cyan-700)}.footer-inner{display:flex;gap:22px;justify-content:space-between;padding:100px 0}.footer-col{list-style:none;margin-bottom:0;padding-left:0}.footer-lists:not(:last-child){margin-bottom:28px}.footer-link{color:var(--white);font-family:var(--body-font);font-size:14px;font-weight:500;opacity:.8;padding-left:0;transition:color .3s ease-in-out}.footer-link:hover{color:var(--primary)}.footer-icone img{transition:filter .3s ease-in-out}.footer-link:hover .footer-icone img{filter:brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(979%) hue-rotate(48deg) brightness(100%) contrast(89%)}.footer-title{color:var(--white);font-family:var(--body-font);font-weight:500;margin-bottom:22px;text-transform:capitalize}.footer-icone-wrapper{align-items:center;display:flex;gap:10px}.footer-icone{height:24px;width:24px}.footer-icone svg{height:100%;width:100%}.footer-copyright{display:flex;gap:20px 30px;justify-content:space-between;padding:32px 0}.footer-sub-title{color:var(--white);display:inline-block;font-size:14px;font-weight:500;opacity:70%;text-align:center}.bottom-footer{border-top:1px solid var(--primary)}.footer-block{flex-grow:1}@media (max-width:1279.98px){.footer-inner{justify-content:start;padding:50px 0}.footer-copyright,.footer-inner{flex-wrap:wrap}}@media (max-width:1023.98px){.footer-inner{column-gap:50px;justify-content:start;padding:50px 0;row-gap:40px}.footer-copyright,.footer-inner{flex-wrap:wrap}}@media (max-width:767.98px){.footer-copyright{align-items:center;flex-direction:column}}@media (max-width:575.98px){.footer-inner{align-items:center}.footer-title{font-size:18px;margin-bottom:18px}.footer-lists:not(:last-child){margin-bottom:14px}}.hero-sec{background-position:top;background-repeat:no-repeat;background-size:100%;display:flex;flex-direction:column;gap:40px;justify-content:center;padding-bottom:50px;padding-top:calc(var(--header-height, 132.906px) + 40px);position:relative}.hero-sec:after{background-color:#5aa11691;border-radius:100%;bottom:6%;content:"";filter:blur(calc(200px + 12vw));height:80%;min-width:400px;position:absolute;right:0;width:46vw;z-index:-1}.hero-sec>.container{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.hero-sec .sec-caption{margin-bottom:30px}.hero-sec .sec-heading{font-weight:700;margin-bottom:18px}.hero-sec .sec-header{margin-bottom:30px;max-width:780px}.hero-btns{display:flex;flex-wrap:wrap;gap:20px}@media only screen and (max-width:1279.98px){.hero-sec{padding-top:calc(var(--header-height, 131.906px) + 40px)}}@media only screen and (max-width:1023.98px){.hero-sec{padding-top:calc(var(--header-height, 111.906px) + 40px)}}@media only screen and (max-width:767.98px){.hero-sec{padding-top:calc(var(--header-height, 99.9062px) + 40px)}}@media only screen and (max-width:575.98px){.hero-sec{padding-top:calc(var(--header-height, 89.6094px) + 40px)}}.brand-logo-slider .splide__list{align-items:center}.brand-logo-slider:not(.is-initialized) .splide__list{gap:66px}.brand-logo{max-height:43px;max-width:194px;object-fit:contain}@media (max-width:575.98px){.brand-logo{max-height:33px;max-width:144px}}.service-sec .sec-heading{font-weight:500;letter-spacing:.01em;line-height:120%;text-align:center}.service-cards{--gap:40px;display:flex;flex-wrap:wrap;gap:var(--gap)}.service-card{background:linear-gradient(270deg,rgba(52,199,89,0) -34.12%,rgba(52,199,89,.15));overflow:hidden;padding:32px;position:relative;width:calc(33.33% - (var(--gap)*2)/3)}.service-card-img{align-items:center;aspect-ratio:1;background-color:var(--primary);display:flex;height:auto;justify-content:center;margin-bottom:26px;padding:10px;transition:background-color .4s ease-in-out;width:52px}.service-card:hover .service-card-img{background-color:var(--white)}.service-img{transition:filter .4s ease-in-out}.service-card:hover .service-img{filter:brightness(0)}.service-card-title{line-height:1.4;margin-bottom:10px}.service-card-title,.service-desc{font-weight:500;letter-spacing:-.03em}.service-desc{line-height:1.2;margin-bottom:0}@media screen and (max-width:1535.98px){.service-card{padding:30px}}@media screen and (max-width:1279.98px){.service-cards{--gap:30px}.service-card{width:calc(50% - var(--gap)/2)}}@media screen and (max-width:1023.98px){.service-card-title{font-size:22px}}@media screen and (max-width:767.98px){.service-cards{--gap:16px}.service-card{padding:22px}.service-card-img{margin-bottom:16px;width:48px}.service-card-title{font-size:20px;margin-bottom:8px}}@media screen and (max-width:575.98px){.service-cards{--gap:16px}.service-card{padding:20px;width:100%}}.statistics-sec .sec-header{text-align:center}.statistics-sec .sec-desc{max-width:650px}.statistics-heading{font-weight:500;letter-spacing:.01em;line-height:120%;text-align:center}.statistics-heading span{background:linear-gradient(89.99deg,#5aa116 48.67%,#b0ec77 99.99%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.statistics-desc{font-weight:400;letter-spacing:.05em;line-height:160%;margin:0 auto 82px;max-width:550px;text-align:center}.statistics-counter{display:flex;margin-bottom:10px}.statistics-box{padding:26px 32px 32px;position:relative;width:25%}.statistics-counter{line-height:120%;margin-bottom:2px}.statistics-counter,.statistics-label{font-weight:500;letter-spacing:.01em;position:relative;z-index:2}.statistics-label{font-family:var(--body-font);line-height:1.2;margin-bottom:0;opacity:.6;text-transform:none}@media screen and (min-width:1280px){.statistics-counter{font-size:56px}}@media screen and (max-width:1023.98px){.statistics-counter{flex-wrap:wrap;row-gap:40px}.statistics-box{text-align:center;width:50%}.statistics-counter{justify-content:center;margin-inline:auto;max-width:620px}}@media screen and (max-width:575.98px){.statistics-counter{row-gap:20px}.statistics-box{padding:14px 12px 20px}.statistics-label{font-size:14px}}.project-sec .sec-desc{max-width:1130px}.pro-grid-wrap .text-center,.project-sec .sec-header{text-align:center}.pro-grid-wrap{display:grid;gap:40px;grid-template-columns:repeat(4,minmax(0,1fr))}.pro-grid-wrap .richtext{color:var(--gray);line-height:1.4}.img-grid-item{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.img-grid-item,.pro-grid-item-inner{position:relative}.img-grid-item:before{background:linear-gradient(270deg,rgba(16,32,49,0),rgba(16,32,49,.66));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.pro-grid-item.large-column-row-large{grid-column:span 2/span 2;grid-row:span 2/span 2;padding-inline:40px}.pro-grid-item.large-column-row-large h5{font-size:46px}.pro-grid-item.large-column .richtext,.pro-grid-item.large-column-row-large .richtext{font-size:18px;letter-spacing:.05em}.pro-grid-item.large-column{grid-column:span 2/span 2}.pro-grid-item.large-column .pro-grid-item-inner{max-width:460px}.pro-grid-item.large-column h5{font-size:32px}.pro-grid-item h5{color:var(--white);font-weight:500}.pro-grid-item{align-items:center;background-color:var(--cyan-600);display:flex;flex-direction:column;justify-content:center;padding:32px}@media screen and (max-width:1023.98px){.pro-grid-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-grid-wrap .pro-grid-item{grid-column:span 2/span 2;grid-row:span 1/span 1}}@media screen and (max-width:767.98px){.pro-grid-wrap{grid-template-columns:repeat(1,minmax(0,1fr))}.pro-grid-wrap .pro-grid-item{grid-column:span 1/span 1;grid-row:span 1/span 1}.pro-grid-item.large-column-row-large h5{font-size:38px}.pro-grid-item.large-column h5{font-size:30px}}@media screen and (max-width:575.98px){.pro-grid-wrap{gap:16px}.pro-grid-item.large-column h5{font-size:24px}}.business-section{background-repeat:no-repeat;background-size:100%;text-align:center;width:100%}.business-title{font-size:66px;font-weight:700;letter-spacing:.01em;line-height:120%;margin-inline:auto;max-width:555px}.business-title span{background:linear-gradient(90.08deg,#5aa116 7.59%,#b0ec77 92.24%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.business-desc{font-family:Inter;font-size:18px;font-weight:400;letter-spacing:.05em;line-height:160%;margin-inline:auto;margin-bottom:40px;margin-top:16px;max-width:604px}.business-btns{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.business-section .richtext{margin-bottom:40px;margin-inline:auto;max-width:600px}@media screen and (max-width:767.98px){.business-title{font-size:54px}}@media screen and (max-width:575.98px){.btn-group{flex-direction:column}.btn-group,.business-section{align-self:flex-start;display:flex}.business-section{align-items:inherit}.business-desc{font-size:15px;text-align:center}.business-title{font-size:40px;margin:0 0 16px;text-align:center}.business-btns{gap:14px}}.cta-sec{border-top:1px solid #5aa116}.form-title{display:none}.cta-wrepper{align-items:center;column-gap:100px;display:flex;flex-wrap:wrap;row-gap:30px}.sec-logo img{display:block;max-height:60px;max-width:234px}.cta-content-wrapper{align-items:center;column-gap:40px;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between;row-gap:20px}.cta-title{font-size:28px;font-weight:700;line-height:1.9}.cta-subtitle,.cta-title{letter-spacing:.05em;margin-bottom:0}.cta-subtitle{font-size:18px;font-Weight:400;line-height:1.8;margin-top:-5px}.cta-subtitle,.cta-title{font-family:var(--body-font);text-transform:none}.em-sing-up-form{flex-grow:1;margin-left:auto;max-width:440px}.em-sing-up-form hs-form-field{flex-grow:1}.em-sing-up-form .hs-form-private{display:flex;position:relative}.em-sing-up-form .input{height:100%}.em-sing-up-form .hs-input:focus-visible{outline:none}.em-sing-up-form .hs-input::placeholder{color:#fff;opacity:60%}.em-sing-up-form .hs-input{background:var(--cyan-600);border:none;border-radius:30px 0 0 30px;color:#fff;font-size:14px;height:100%;line-height:1.142;min-width:272px;padding:18px 14px 18px 40px;width:100%}.hs_error_rollup{display:none}.em-sing-up-form .actions{height:100%}.em-sing-up-form .hs-button{background:#5aa116;border:none;border-radius:0 30px 30px 0;color:#fff;cursor:pointer;font-family:var(--body-font);font-size:16px;font-weight:700;height:100%;line-height:1.5;min-width:max-content;padding:14px 20px;width:168px}.em-sing-up-form .no-list{color:red;font-size:12px;left:14px;line-height:1;list-style:none;margin-top:4px;padding-left:0;position:absolute;top:100%}.em-sing-up-form .no-list li{margin-bottom:0}@media (max-width:1023px){.sec-logo{flex-grow:1;max-width:100%;width:100%}.sec-logo img{height:100%;max-width:234px;width:100%}.cta-title{font-size:24px}.cta-subtitle{font-size:16px}}@media (max-width:767px){.em-sing-up-form .hs-button{font-size:14px;padding:14px 20px;width:unset}.cta-content-wrapper{align-items:stretch;flex-direction:column}.em-sing-up-form,.em-sing-up-form .hs-form-field{flex-grow:1;margin-left:unset;max-width:unset}.em-sing-up-form .hs-input{min-width:unset}}@media (max-width:575px){.em-sing-up-form{margin-left:0}}.partner-inner{display:flex;gap:40px}.partner-sec .partner-image{width:58%}.partner-sec .sec-header{display:flex;gap:40px;margin-bottom:30px}.partner-sec .sec-heading{width:58%}.partner-sec .partner-content,.partner-sec .sec-desc{width:42%}.partner-sec .partner-item:not(:last-child){margin-bottom:40px}.partner-sec .partner-image img{height:100%;object-fit:cover;width:100%}.partner-sec .partner-item{background-color:var(--cyan-600);color:var(--white);display:flex;gap:20px;padding:24px;position:relative;z-index:1}.partner-sec .partner-item:hover .partner-item-icon{background-color:var(--white)}.partner-sec .partner-item:hover .partner-icon{filter:invert(1)}.partner-sec .partner-item-icon{align-items:center;aspect-ratio:1;background-color:var(--primary);display:flex;flex-shrink:0;height:fit-content;justify-content:center;padding:8px;transition:background-color .4s ease-in-out;width:56px}.partner-sec .partner-icon{aspect-ratio:1;display:block;height:auto;transition:all .5s ease-in-out;width:90%}.partner-sec .partner-item-title{font-weight:500;margin-bottom:10px}.partner-sec .partner-item-desc{opacity:.8}@media screen and (max-width:1279.98px){.partner-sec .partner-inner,.partner-sec .sec-header{gap:20px}.partner-sec .partner-item:not(:last-child){margin-bottom:20px}}@media screen and (max-width:1023.98px){.partner-sec .sec-header{flex-wrap:wrap}.partner-sec .partner-inner{flex-wrap:wrap;gap:20px}.partner-sec .partner-content,.partner-sec .partner-image,.partner-sec .sec-desc,.partner-sec .sec-heading{width:100%}.partner-sec .partner-item:not(:last-child){margin-bottom:0}.partner-sec .sec-header{gap:16px}.partner-sec .partner-content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.partner-sec .partner-item{padding:12px}.partner-sec .partner-item-icon{padding:8px;width:48px}.partner-sec .partner-item{gap:12px}.partner-sec .partner-item-title{margin-bottom:6px}}@media screen and (max-width:767.98px){.partner-sec .partner-sec{padding-block:80px}.partner-sec .partner-content{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:575.98px){.partner-sec .partner-inner{gap:30px}.partner-sec .partner-item{padding:16px}.partner-sec .partner-item-icon{align-items:center;display:flex;padding:4px;width:38px}.partner-sec .partner-item-title{margin-bottom:6px}.partner-sec .sec-desc p{font-size:16px}.partner-sec .partner-item{gap:12px}}.testimonial-wrapper{display:flex;gap:20px}.sec-heading-2{flex-shrink:0;width:33.33%}.testimonial-slider{flex-grow:1;min-width:1px;width:100%}.testimonial-title{font-size:18px;font-weight:500;text-transform:none}.testimonial-sec .highlight-text{color:var(--foreground);font-weight:500}.testimonial-sec .highlight-text span{background:linear-gradient(90deg,var(--primary) 0,var(--primary-200) 100%);background-clip:text;color:transparent}.testimonial-card{background:linear-gradient(270deg,rgba(90,161,22,0),rgba(90,161,22,.15));padding:32px;position:relative;z-index:1}.testimonial-dsec{max-width:320px;opacity:.9}.testimonial-dsec p{line-height:1.5}.client-info-wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:44px}.client-img{aspect-ratio:1;height:auto;width:52px}.client-img img{display:block;height:100%;width:100%}.client-info{align-items:center;display:flex;gap:12px}.client-name{font-weight:500;margin-bottom:4px;text-transform:uppercase}.client-post p{color:var(--foreground);font-size:12px;font-weight:500;opacity:.5}.testimonial-stars{display:flex;gap:2px}.testimonial-star{aspect-ratio:1;display:flex;flex-shrink:0;height:auto;width:16px}.testimonial-star image{display:block;height:100%;width:100%}.testimonial-wrapper .sec-desc{width:100%}.testimonial-arrows{display:flex;gap:14px;margin-top:42px}.testimonial-next-btn,.testimonial-prev-btn{align-items:center;aspect-ratio:1;background-color:var(--cyan-700);border:none;cursor:pointer;display:flex;height:auto;justify-content:center;position:relative;width:48px}.testimonial-next-btn:before{left:0}.testimonial-next-btn:before,.testimonial-prev-btn:before{background:linear-gradient(180deg,#32ade6,rgba(28,96,128,0));content:"";display:flex;height:100%;position:absolute;top:0;transition:width .4s ease-in-out;width:2px}.testimonial-prev-btn:before{right:0}.testimonial-next-btn:hover:before,.testimonial-prev-btn:hover:before{width:100%}.testimonial-next-btn img,.testimonial-prev-btn img{aspect-ratio:1;height:auto;width:50%}@media screen and (max-width:1279.98px){.testimonial-sec .sec-heading-2{display:flex;flex-direction:column;flex-shrink:0;width:40%}.testimonial-dsec{max-width:500px}}@media screen and (max-width:1023.98px){.testimonial-wrapper{flex-direction:column}.testimonial-sec .sec-heading-2{margin-right:0;width:100%}.testimonial-arrows{margin-top:30px}.testimonial-slider{width:100%}}@media screen and (max-width:575.98px){.testimonial-next-btn,.testimonial-prev-btn{width:40px}.testimonial-arrows{justify-content:center;margin-top:20px}.testimonial-card{padding:28px 20px}.testimonial-dsec{max-width:100%}.testimonial-star{width:14px}}header.header-v2{background-color:var(--black);border-bottom:1px solid var(--primary-2);padding-block:10px}header.header-v2 .header-logo{display:inline-block;max-width:230px}@media only screen and (max-width:767px){header.header-v2 .header-logo{max-width:180px}}.hero-banner-v2{background-color:var(--black);background:linear-gradient(190deg,#000 19%,#004e0e 119%,#00b822 200%);color:var(--white);overflow:hidden}.hero-image{display:block;height:100%;object-fit:cover;width:100%}.hero-banner-v2 .two-col-wrapper{--gap:70px;--col-1:48%}.hero-banner-v2 .btn-v2{font-size:13px;text-transform:uppercase}.two-col-wrapper{--gap:50px;--col-1:40%;display:flex;gap:var(--gap)}.two-col-wrapper.dir-reverse{flex-direction:row-reverse}.two-col{flex-shrink:0}.two-col:first-child{align-self:center;width:calc(var(--col-1) - var(--gap)/2)}.two-col:last-child{flex-grow:1}.col-overflow .two-col:last-child{width:calc(50% - var(--col-1) + 50vw - var(--gap)/2 - var(--scrollbar-width, 16px)/2)}.two-col-wrapper.dir-reverse .two-col:last-child{display:flex;justify-content:end}.hero-heading{font-weight:900;margin-bottom:50px}@media only screen and (min-width:639px){.hero-banner-v2 .btn-v2{font-size:14px}.two-col-wrapper{--gap:40px}}@media only screen and (min-width:768px){.hero-banner-v2 .btn-v2{font-size:15px;padding:20px}}@media only screen and (max-width:1023px){.two-col-wrapper{flex-direction:column!important}.two-col{width:100%!important}}@media only screen and (min-width:1280px){.hero-banner-v2 .hero-heading{font-size:44px;margin-bottom:66px}.hero-banner-v2 .btn-v2{padding:24px 34px}}@media only screen and (max-width:1279px){.hero-banner-v2 .two-col-wrapper{--gap:40px;--col-1:52%}}.two-col-centent-section{position:relative}.two-col-centent-section .highlight-text span{color:var(--primary)}.two-col-centent-wrap{display:flex}.two-col-content{align-self:center;margin-right:auto;max-width:608px}.two-col-content ul li{font-size:18px}.two-col-column{width:50%}.two-col-img-column{height:412px;min-height:100%}.overflow-img.two-col-img-wrap{position:static;width:100%}.two-col-img-wrap{height:100%;padding-left:28px;position:absolute;right:0;top:0;width:50%}.reverse-two-col-centent .two-col-content{margin-left:auto;margin-right:0;order:2}.reverse-two-col-centent .two-col-img-wrap{left:0;padding-left:0;padding-right:28px;right:auto}.two-col-img{height:100%}.two-col-img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:767px){.two-col-centent-wrap{flex-direction:column;row-gap:35px}.two-col-img-wrap{padding:0!important;position:static;width:100%}.two-col-column{width:100%}}.features-wrapper-v2{display:grid;gap:34px;grid-template-columns:repeat(3,minmax(0,1fr))}.features-sec .sec-header{margin-bottom:60px;text-align:center}.features-sec .sec-heading{margin-bottom:0}.features-sec .sec-header .richtext{margin-inline:auto;max-width:934px}.features-sec .sec-desc{margin-top:10px}.feature-card-v2{border:1px solid #dadada;border-radius:10px;height:100%;padding:24px 28px;text-align:left;transition:box-shadow .3s;width:100%}.feature-card-v2:hover{box-shadow:0 9px 30px 0 #00000014}.feature-heading-v2{color:var(--primary)}.feature-card-v2 .richtext{font-size:18px}@media only screen and (max-width:1279px){.feature-card-v2 .richtext,.features-sec .sec-desc{font-size:16px}}@media only screen and (max-width:1024px){.features-wrapper-v2{gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:639px){.features-wrapper-v2{gap:16px;grid-template-columns:repeat(1,minmax(0,1fr));margin-inline:auto;max-width:420px}.feature-card-v2{padding:20px}.features-sec .sec-header{margin-bottom:40px}}.how-it-workes-wrap-v2{display:flex;--worke-gap:100px;gap:var(--worke-gap)}.how-it-workes-v2{background-color:var(--black);color:var(--white)}.how-it-workes-v2-heading{color:var(--primary)}.how-it-workes-v2 .sec-heading{color:var(--white)}.how-it-workes-item-v2{text-align:left}.how-it-workes-content-v2{flex-shrink:0;width:calc(52% - var(--worke-gap)/2)}.how-it-workes-content-v2 .how-it-workes-item-v2:not(:last-child){border-bottom:1px solid var(--white);margin-bottom:20px;padding-bottom:20px}.how-it-workes-img-v2{flex-grow:1;height:100%;max-width:100%;width:100%}.how-it-workes-img-v2 img{height:100%;object-fit:fill;width:100%}@media only screen and (max-width:1279px){.how-it-workes-content-v2{--worke-gap:60px;width:calc(52% - var(--worke-gap)/2)}}@media only screen and (max-width:767px){.how-it-workes-wrap-v2{--worke-gap:40px;flex-direction:column}.how-it-workes-content-v2{width:100%}}.business-worth-wrap{display:flex;--worth-gap:86px;gap:var( --worth-gap)}.business-worth .sec-header{margin-bottom:30px}.business-worth-content{flex-shrink:0;padding-bottom:50px;padding-top:30px;width:calc(52% - var(--worth-gap)/2)}.business-worth-desc,.business-worth-title{margin-bottom:20px}.business-worth .dots-list{margin-bottom:30px}.business-worth-content .btn-primary-v2{color:var(--primary)}.business-worth-img{align-self:end;flex-grow:1;height:100%;max-width:100%;width:100%}.business-worth-img img{display:block;height:100%;width:100%}@media only screen and (max-width:767px){.business-worth-wrap{--worke-gap:40px;flex-direction:column}.business-worth-content{width:100%}}.way-choose-us-section .sec-header{text-align:center}.way-choose-wrap{display:flex;gap:35px}.reverse-way-choose .way-chose-content{order:2}.way-chose-img{height:100%}.way-chose-content{align-self:center;font-size:20px}.way-chose-content ul li{line-height:1.7;margin-bottom:34px}.way-chose-content .dots-list ul li:before{top:8px}.chose-column{width:50%}.way-chose-img img{height:100%;object-fit:cover;width:100%}.way-chose-video{position:relative}.wchose-play-icon{align-items:center;background-color:#3c4f64d1;border-radius:100%;display:flex;height:100px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}.wchose-play-icon:hover{opacity:.7}@media only screen and (max-width:767px){.way-choose-wrap{flex-direction:column}.chose-column{width:100%}}.cta-content-sec:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.cta-content-sec{color:var(--white);position:relative;text-align:center}.cta-content{position:relative;z-index:999}.cta-content .cta-content-heading{margin-bottom:20px}.footer-wrap{align-items:center;display:flex;justify-content:space-between}.footer-v2{background-color:var(--black);color:var(--white);padding-block:15px}.footer-v2 .footer-logo img{max-width:397px;width:100%}@media only screen and (max-width:767px){.footer-wrap{flex-direction:column;row-gap:10px}.footer-v2 .footer-logo img{max-width:297px}}