.drawerBackdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .3s ease-in-out;z-index:40;opacity:0;touch-action:none;-webkit-overflow-scrolling:none;overscroll-behavior:none}.drawerBackdrop.backdropVisible{opacity:1}.drawerContainer{position:fixed;top:0;right:0;height:100vh;max-height:100vh;background-color:#fff;box-shadow:0 25px 50px -12px #00000040;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;z-index:100;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;overflow:hidden;box-sizing:border-box}.drawerContainer.drawerOpen{transform:translate(0)}.drawerContainer.drawerClosed{transform:translate(100%)}.drawerContainer .drawerHeader{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:8px;padding:12px 16px;background:#fff;flex-shrink:0}.drawerContainer .drawerHeader .imageAndTitleWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px;flex:1}.drawerContainer .drawerHeader .imageAndTitleWrapper .logo{width:40px;height:40px;flex-shrink:0}.drawerContainer .drawerHeader .imageAndTitleWrapper .logo img{width:100%;height:100%;object-fit:contain}.drawerContainer .drawerHeader .drawerTitle{color:#212121;font-size:20px;font-weight:500;line-height:normal;letter-spacing:-.4px}.drawerContainer .drawerHeader .drawerCloseButton{width:24px;height:24px;cursor:pointer}.drawerContainer .drawerHeader .drawerCloseButton img{width:100%;height:100%}.drawerContainer .drawerContent{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:100%;flex:1;overflow:hidden;padding:24px 16px 16px;min-height:0}.drawerContainer .drawerButtons{display:flex;justify-content:flex-end;align-items:center;flex-direction:row;width:100%;gap:16px;padding:16px 24px;border-top:1px solid #e5e7eb}.headerWrapper{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;height:64px;transition:transform .3s ease-in-out}.headerWrapper.visible{transform:translateY(0)}.headerWrapper.hidden{transform:translateY(-120%)}.headerWrapper .header{position:relative;background:#fff;max-width:1000px;height:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-direction:row;box-shadow:0 2px 8px #d0d0d040}.headerWrapper .header:before,.headerWrapper .header:after{content:"";position:absolute;top:0;width:80px;height:100%;z-index:1;background:#fff}.headerWrapper .header:before{box-shadow:0 2px #d0d0d040;left:-5%;transform:skew(27deg);border-bottom-left-radius:20px;border-right:0;border-top:0}.headerWrapper .header:after{box-shadow:0 2px #d0d0d040;right:-5%;transform:skew(-27deg);border-bottom-right-radius:20px;border-left:0;border-top:0}.headerWrapper .header .logo{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;padding:0 16px;gap:8px;z-index:2;cursor:pointer}.headerWrapper .header .logo .logoIcon{width:40px;height:30px;cursor:pointer}.headerWrapper .header .logo .logoIcon img{width:100%;height:100%}.headerWrapper .header .logo .logoText{color:#212121;font-size:20px;font-weight:500;line-height:normal;letter-spacing:-.4px}.headerWrapper .header .navLinks{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:16px;list-style:none;z-index:2;height:45px}.headerWrapper .header .navLinks li{padding:12px;color:#000;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.28px;text-transform:capitalize;cursor:pointer;position:relative;text-align:right;white-space:nowrap;height:44px}.headerWrapper .header .navLinks li.active{color:#02ad4d;font-size:normal;font-weight:500;line-height:20px;padding-bottom:0}.headerWrapper .header .navLinks li.active:after{content:"";position:absolute;bottom:7px;left:50%;transform:translate(-50%);width:26px;height:3px;background:#02ad4d;border-radius:3px 3px 0 0}.headerWrapper .header .navLinks li:hover:not(.active){color:#02ad4d;border-radius:60px;background:#02ad4d0d}.headerWrapper .header .navLinks li.has-submenu{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:8px}.headerWrapper .header .navLinks li.has-submenu .menu-text{display:inline-block}.headerWrapper .header .navLinks li.has-submenu .iconWrapper{height:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.headerWrapper .header .navLinks li.has-submenu .iconWrapper .dropdown-icon{width:16px;height:16px;transition:transform .2s ease}.headerWrapper .header .navLinks li.has-submenu:hover .dropdown-icon,.headerWrapper .header .navLinks li.has-submenu.submenu-open .dropdown-icon{transform:rotate(180deg)}.headerWrapper .header .navLinks li.has-submenu .submenu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 2px 4px -2px #00000014,0 4px 8px -2px #0000000a;border-radius:8px;border:1px solid #e1e1e1;padding:8px;min-width:200px;list-style:none;margin-top:8px}.headerWrapper .header .navLinks li.has-submenu .submenu:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px;background:transparent}.headerWrapper .header .navLinks li.has-submenu .submenu li{text-align:left;padding:10px 12px;color:#000;white-space:nowrap;height:auto}.headerWrapper .header .navLinks li.has-submenu .submenu li:hover{background:#02ad4d0d;color:#02ad4d}.headerWrapper .header .navLinks li.has-submenu .submenu li.active-submenu{background:#02ad4d0d;color:#02ad4d;border-radius:60px}.headerWrapper .header .navLinks li.has-submenu .submenu li:after{display:none}.headerWrapper .header .contactBtn{background:none;border:none;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.28px;text-transform:capitalize;color:#02ad4d;cursor:pointer;z-index:2;padding:8px 16px;width:105px;white-space:nowrap}.headerWrapper .header .contactBtn:hover{border-radius:8px;border:1px solid var(--Light-Green, #02ad4d);background:#02ad4d0d;color:#02ad4d;line-height:21px}.headerWrapper .header .contactBtn.contactButtonClicked{border-radius:8px;background:var(--Dark-Green, #142823);color:#fff}@media screen and (max-width:1132px){.headerWrapper .header{max-width:780px}}@media screen and (max-width:1135px){.headerWrapper{padding:12px 16px;background-color:#fff;position:sticky}.headerWrapper .header{box-shadow:none;max-width:unset}.headerWrapper .header:before,.headerWrapper .header:after{display:none}.headerWrapper .header .logo{padding:0;gap:10px}.headerWrapper .header .logo .logoIcon{width:40px;height:40px}.headerWrapper .header .logo .logoIcon img{width:100%;height:100%}.headerWrapper .header .hamBurgerIcon{width:24px;height:24px;cursor:pointer}.headerWrapper .header .hamBurgerIcon img{width:100%;height:100%}.drawerNavLinks{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px;list-style:none}.drawerNavLinks .drawer-menu-item{width:100%}.drawerNavLinks .drawer-menu-item .menu-item-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;color:#212121;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.28px;text-transform:capitalize;cursor:pointer;transition:color .2s ease}.drawerNavLinks .drawer-menu-item .menu-item-header.has-submenu .expand-icon{width:16px;height:16px;transition:transform .3s ease}.drawerNavLinks .drawer-menu-item .menu-item-header.has-submenu .expand-icon.expanded{transform:rotate(180deg)}.drawerNavLinks .drawer-menu-item .menu-item-header:hover:not(.active){color:#02ad4d}.drawerNavLinks .drawer-menu-item .menu-item-header.active{color:#02ad4d;font-size:normal;font-weight:600;line-height:21px;position:relative}.drawerNavLinks .drawer-menu-item .menu-item-header.active span{position:relative;display:inline-block}.drawerNavLinks .drawer-menu-item .menu-item-header.active span:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#02ad4d}.drawerNavLinks .drawer-menu-item .mobile-submenu{list-style:none;padding-left:16px;margin-top:16px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.drawerNavLinks .drawer-menu-item .mobile-submenu li{color:#000;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px;cursor:pointer;transition:color .2s ease}.drawerNavLinks .drawer-menu-item .mobile-submenu li:hover{color:#02ad4d}.drawerNavLinks .drawer-menu-item .mobile-submenu li.active{color:#02ad4d;font-size:normal;font-weight:600;line-height:21px}}.dropdown-icon{transition:filter .2s ease}.dropdown-icon.active-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(373%) hue-rotate(81deg) brightness(93%) contrast(90%)}footer .footerTopSection{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:40px 0;background-color:#f5f5f5}footer .footerTopSection .footerTopSectionWrapper{width:88.88%;display:flex;justify-content:space-between;align-items:center;flex-direction:row}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionLeft{width:29.921875%;height:398px;display:flex;justify-content:center;align-items:center;flex-direction:row}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionLeft img{width:260.108px;height:214.397px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight{width:53.984375%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper h1{background:linear-gradient(90deg,#000 .11%,#2d5a1c 91.91%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper p{color:#353535;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px;text-transform:capitalize}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper p span{color:#60b741;font-size:20px;font-weight:700;line-height:30px;letter-spacing:-.4px;text-transform:capitalize}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .buttonsWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:20px}footer .footerBottomSection{background-image:url(/assets/footer-CMWEHpM9.webp);background-repeat:no-repeat;padding:60px 60px 203px;display:flex;justify-content:center;align-items:center;flex-direction:row;background-size:100% 100%;position:relative}footer .footerBottomSection .footerBottomSectionWrapper{width:100%;max-width:1320px;border-radius:8px;background:#fff;padding:40px 40px 20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:20px}footer .footerBottomSection .footerBottomSectionWrapper hr{width:100%;height:0;border:.5px solid #e1e1e1}footer .footerBottomSection .footerBottomSectionWrapper .copy{color:gray;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:140%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper{width:100%;padding-bottom:20px;display:flex;justify-content:space-between;align-items:start;flex-direction:row}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .textWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .textWrapper .logoAndTextWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .textWrapper .logoAndTextWrapper span{width:40px;height:40px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .textWrapper .logoAndTextWrapper span img{width:100%;height:100%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .textWrapper .logoAndTextWrapper h3{color:#212121;font-size:32px;font-weight:400;line-height:normal;letter-spacing:-.64px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .textWrapper h2{color:#353535;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .socialIcons{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .socialIcons .socialIcon{border-radius:28px;background:var(--Text---Light, #353535);width:28px;height:28px;display:flex;justify-content:center;align-items:center;flex-direction:row;cursor:pointer}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .socialIcons .socialIcon img{width:16px;height:16px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft .socialIcons .socialIcon:hover{background-color:#02ad4d}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:40px;align-items:stretch}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks{padding-right:40px;border-right:1px solid #e1e1e1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks h1{color:#212121;font-size:18px;font-weight:600;line-height:140%;letter-spacing:-.36px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks .footerMenus{display:grid;column-gap:12px;grid-template-columns:repeat(2,1fr);row-gap:12px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks .footerMenus li{color:gray;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px;cursor:pointer}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks .footerMenus li:hover{color:#02ad4d}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .address{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;padding-right:40px;border-right:1px solid #e1e1e1}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .address h4{color:#212121;font-size:18px;font-weight:600;line-height:140%;letter-spacing:-.36px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .address p{color:gray;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px;max-width:200px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .contacts{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .contacts h1{color:#212121;font-size:18px;font-weight:600;line-height:140%;letter-spacing:-.36px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .contacts p{color:gray;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px;cursor:pointer}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .virikshaCopyRight{display:none}footer .footerBottomSection .copyRight{position:absolute;bottom:16px;right:16px;color:#fff;text-align:right;font-variant-numeric:lining-nums tabular-nums;font-size:12px;font-weight:500;line-height:140%;opacity:.5}@media screen and (max-width:1172px){footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}}@media screen and (max-width:992px){footer .footerTopSection{padding:40px 16px}footer .footerTopSection .footerTopSectionWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionLeft{width:100%;height:223px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionLeft img{width:100%;height:100%;object-fit:contain}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight{width:100%;gap:32px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper h1{color:#212121;font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px;background:transparent;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper p{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.28px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .contentWrapper p span{color:#02ad4d;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.28px}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .buttonsWrapper{width:100%;display:flex;justify-content:flex-start;align-items:start;flex-direction:column}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .buttonsWrapper .arrowButtons{width:100%}footer .footerTopSection .footerTopSectionWrapper .footerTopSectionRight .buttonsWrapper .transparentButtons{width:100%}footer .footerBottomSection{background-image:url(/assets/footerMobile-SLFBcC6i.png);padding:32px 16px 84px}footer .footerBottomSection .footerBottomSectionWrapper{width:100%;padding:20px 16px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper{width:100%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperLeft{width:100%;padding-bottom:20px;border-bottom:1px solid #e1e1e1}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight{gap:20px;flex-direction:column;width:100%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks{width:100%;padding-right:0;border-right:unset;gap:12px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks h1{font-size:16px;letter-spacing:-.32px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks .footerMenus{grid-template-columns:repeat(1,1fr);row-gap:12px;width:100%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .footerLinks .footerMenus li{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .address{padding-right:0;border-right:unset;gap:12px;width:100%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .address p{max-width:100%;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .contacts{gap:12px;width:100%}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .contacts p{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}footer .footerBottomSection .footerBottomSectionWrapper .footerBottomSectionContentWrapper .footerBottomSectionContentWrapperRight .virikshaCopyRight{display:block;color:gray;text-align:center;font-variant-numeric:lining-nums tabular-nums;font-size:12px;font-weight:500;line-height:140%;width:100%;padding-top:20px;border-top:1px solid #e1e1e1}footer .footerBottomSection .copyRight{display:none}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}html{height:100%;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior:none}body{height:100%;overflow:auto}.container{max-width:1440px;margin:0 auto}a{text-decoration:none;cursor:pointer;width:100%}ul{list-style:none}section{width:100%}::-webkit-scrollbar{display:none}img{width:100%;height:100%}button{cursor:pointer}.heroSection{width:100%;min-height:100vh;background:url(/assets/HomeHeroBG-EjYXyZ-c.webp) center/cover no-repeat;display:flex;justify-content:center;align-items:center;flex-direction:row;padding:60px 20px}.heroSection .heroContent{max-width:1106px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:48px}.heroSection .heroContent .textSection{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px;align-self:stretch}.heroSection .heroContent .textSection .heroTitle{color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:66px;letter-spacing:-.96px;margin:0}.heroSection .heroContent .textSection .heroSubtitle{color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:21px;line-height:28px;margin:0;max-width:866px}.heroSection .heroContent .buttonsSection{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:40px;flex-wrap:wrap}@media(max-width:767px){.heroSection{min-height:calc(100vh - 64px);padding:40px 16px}.heroSection .heroContent{gap:40px}.heroSection .heroContent .textSection{gap:8px}.heroSection .heroContent .textSection .heroTitle{font-size:26px;font-weight:600;line-height:36px;letter-spacing:-.52px}.heroSection .heroContent .textSection .heroSubtitle{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}.heroSection .heroContent .buttonsSection{gap:12px;flex-direction:column}.heroSection .heroContent .buttonsSection button,.heroSection .heroContent .buttonsSection a[role=button]{flex:none;width:100%}}.arrowButton{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:8px;border:none;border-radius:8px;font-size:14px;font-weight:600;line-height:normal;color:#fff;outline:none;cursor:pointer;padding:8px 16px;font-family:inherit}.arrowButton .buttonText{font-size:14px;font-weight:400;line-height:21px;white-space:nowrap}.arrowButton .arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.arrowButton:active .arrow{transform:translate(4px)}.arrowButton.changeWidth,.arrowButton.partnerWidth{width:100%}.transparentArrowButton{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:8px;border:none;border-radius:8px;font-size:14px;font-weight:600;line-height:normal;color:#fff;outline:none;cursor:pointer;padding:8px 16px;font-family:inherit;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.transparentArrowButton .buttonText{font-size:14px;font-weight:400;line-height:21px;white-space:nowrap}.transparentArrowButton .arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.transparentArrowButton:active .arrow{transform:translate(4px)}.transparentArrowButton.changeWidth{width:100%}.transparentArrowButton.changeWidth:hover{color:#02ad4d}.transparentArrowButton.partnerWidth{width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:#02ad4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.transparentArrowButton.blackBg{background-color:#212121!important}.whatWeDoSection{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;padding:40px 20px 80px;background:#f5f5f5}@media(max-width:992px){.whatWeDoSection{padding:60px 30px}}@media(max-width:767px){.whatWeDoSection{padding:32px 16px}}.divContainer{max-width:1280px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}@media screen and (max-width:992px){.divContainer{gap:40px;flex-direction:column}}.divContainer .leftSection{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;align-self:stretch;max-width:470px}@media(max-width:992px){.divContainer .leftSection{max-width:100%}}.divContainer .textSection{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.divContainer .textSection .sectionHeading{color:#212121;text-align:center;font-family:Inter;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px;margin:0}@media(max-width:767px){.divContainer .textSection .sectionHeading{font-size:24px;font-weight:600;line-height:36px}}.divContainer .textSection .sectionDescription{color:#353535;font-family:Inter;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px;margin:0}@media(max-width:767px){.divContainer .textSection .sectionDescription{font-size:14px;font-weight:400;line-height:26px}}.divContainer .rightSection{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-width:635px;width:100%}@media(max-width:1200px){.divContainer .rightSection{grid-template-columns:repeat(1,1fr);max-width:100%}}@media(max-width:690px){.divContainer .rightSection{flex-direction:column;align-items:stretch}}.reusableCard{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;min-width:312px;max-width:1224px;padding:24px;gap:24px;border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}@media(max-width:690px){.reusableCard{min-width:100%;max-width:100%}}.reusableCard.emissionReusableCard{flex:1;max-width:388px;padding:28px;height:296px}.reusableCard.emissionReusableCard .cardContent{height:100%;justify-content:space-between;max-width:unset}.reusableCard.emissionReusableCard .cardContent h2{font-size:26px;font-weight:500;line-height:38px;letter-spacing:-.6px;max-width:unset}.reusableCard.emissionReusableCard .cardContent p{font-size:16px;font-weight:300;line-height:26px;letter-spacing:-.32px}.reusableCard:hover .cardBgImage.hasHover{opacity:0}.reusableCard:hover .cardBgImageHover{opacity:1}.reusableCard:hover .cardLogo{transform:scale(.8)}.reusableCard:hover .cardContent{transform:translateY(-4px)}.reusableCard.aboutPage{justify-content:space-between;min-height:270px}.reusableCard.aboutPage .cardContent{gap:12px;max-width:100%}.reusableCard.aboutPage .cardContent .cardHeading{max-width:100%}.cardBgImage{position:absolute;top:-94px;right:-12px;pointer-events:none;width:35%;transition:opacity .3s ease}.cardBgImageHover{position:absolute;top:-94px;right:-12px;pointer-events:none;width:35%;opacity:0;transition:opacity .3s ease}.cardLogo{width:32px;height:32px;flex-shrink:0;transition:transform .3s ease}.cardContent{display:flex;justify-content:center;align-items:start;flex-direction:column;width:100%;gap:24px;transition:transform .3s ease}.cardContent .cardHeading{align-self:stretch;font-family:Inter;font-size:22px;font-weight:500;line-height:31px;margin:0}@media screen and (max-width:767px){.cardContent .cardHeading{font-size:18px;font-weight:500;line-height:26px}}.cardContent .cardSubheading{align-self:stretch;font-family:Inter;font-size:16px;font-weight:300;line-height:24px;margin:0}@media screen and (max-width:767px){.cardContent .cardSubheading{font-size:14px;font-weight:300;line-height:20px}}.cardContent ul{list-style-type:disc;padding-left:16px}.cardContent ul li{color:#f1f1f1;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:767px){.cardContent ul li{font-size:14px;font-weight:300;line-height:32px}}.cardHeading{align-self:stretch;font-family:Inter;font-size:22px;font-weight:500;line-height:31px;margin:0}@media screen and (max-width:767px){.cardHeading{font-size:14px;font-weight:300;line-height:20px}}.cardSubheading{align-self:stretch;font-family:Inter;font-size:16px;font-weight:300;line-height:24px;margin:0}@media screen and (max-width:1158px){.reusableCard.aboutPage{max-width:313px}}@media screen and (max-width:992px){.reusableCard.aboutPage{min-height:252px}}@media screen and (max-width:1024px){.reusableCard.emissionReusableCard .cardContent h2{font-size:24px;letter-spacing:-.4px}}@media screen and (max-width:568px){.reusableCard.emissionReusableCard{padding:12px;height:220px}.reusableCard.emissionReusableCard .cardContent{gap:54px}.reusableCard.emissionReusableCard .cardContent h2{font-size:20px;letter-spacing:-.4px}}@keyframes breathingGlow{0%{stroke-opacity:.1}50%{stroke-opacity:.35}to{stroke-opacity:.1}}.glowingBullet .glowRing{animation:breathingGlow 2s ease-in-out infinite}.tagBadge{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:8px 16px;gap:8px;border-radius:8px;border:1px solid #e1e1e1;background:#fff;width:fit-content}@media screen and (max-width:992px){.tagBadge{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:6px}}.tagBadge.virikshaTagBadge{border:none}.tagIcon{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-shrink:0}.tagText{color:#000;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;text-transform:uppercase}@media screen and (max-width:992px){.tagText{font-size:12px}}@media screen and (max-width:767px){.tagText{font-size:10px}}.ourGrowingImpactContainer{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:60px 0;background:#f5f5f5}.ourGrowingImpactContainer .ourGrowingImpactWrapper{width:88.888888889%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:60px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .textAndButtonWrapper{width:166px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .textAndButtonWrapper h1{color:#212121;font-size:40px;font-weight:600;line-height:50px;letter-spacing:-.8px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper{flex:1;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards{border-radius:12px 0 0 12px;border:1px solid #f1f1f1;padding:40px 20px;width:33.333333333%}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards:nth-child(2){border-radius:0}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards:last-child{border-radius:0 12px 12px 0}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:48px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .image{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .image img{width:40px;height:40px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .numberAndTextWrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:12px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .numberAndTextWrapper h1{color:#212121;font-size:48px;font-weight:500;line-height:normal;letter-spacing:-.96px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .numberAndTextWrapper h2{color:#212121;font-size:22px;font-weight:500;line-height:normal;letter-spacing:-.44px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card p{width:100%;color:#353535;text-align:center;font-size:16px;font-weight:300;line-height:24px;letter-spacing:-.32px;text-transform:capitalize}@media screen and (max-width:992px){.ourGrowingImpactContainer{padding:60px 30px}}@media screen and (max-width:992px)and (max-width:767px){.ourGrowingImpactContainer{padding:32px 16px}}@media screen and (max-width:992px){.ourGrowingImpactContainer .ourGrowingImpactWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .textAndButtonWrapper{width:100%;gap:12px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .textAndButtonWrapper h1{font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards{width:100%;border-radius:12px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card{gap:12px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .numberAndTextWrapper{gap:4px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .numberAndTextWrapper h1{font-size:32px;font-weight:600;line-height:48px;letter-spacing:-.64px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card .numberAndTextWrapper h2{font-size:24px;font-weight:500;line-height:36px;letter-spacing:-.48px}.ourGrowingImpactContainer .ourGrowingImpactWrapper .numberCardsWrapper .numberCards .card p{font-size:14px;font-weight:300;line-height:26px;letter-spacing:-.28px}}.whyChooseVirikshaContainer{background-image:url(/assets/whyChooseViriksha-rMARv6gF.png);background-repeat:no-repeat;background-size:100% 100%;padding:40px 0;display:flex;justify-content:center;align-items:center;flex-direction:row}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper{width:88.888888889%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:60px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .badgeAndTextWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .badgeAndTextWrapper h1{color:#fff;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);row-gap:30px;width:100%;column-gap:22px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row;gap:22px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper:first-child .contentWrapper h1{max-width:175px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .image{width:48.251192369%;height:423px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .image img{object-fit:cover;border-radius:12px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper{width:48.251192369%;border-radius:8px;background:#1d3a3399;padding:42px 29px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper h1{color:#fff;font-size:28px;font-weight:500;line-height:30px;letter-spacing:-.56px}@media screen and (max-width:767px){.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper h1{font-size:18px!important}}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper p{color:#f1f1f1;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px}@media screen and (max-width:767px){.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper p{font-weight:300!important}}@media screen and (max-width:992px){.whyChooseVirikshaContainer{padding:60px 30px}}@media screen and (max-width:992px)and (max-width:767px){.whyChooseVirikshaContainer{padding:32px 16px}}@media screen and (max-width:992px){.whyChooseVirikshaContainer .whyChooseVirikshaWrapper{width:100%;gap:40px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .badgeAndTextWrapper{gap:12px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .badgeAndTextWrapper h1{font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper{grid-template-columns:repeat(1,1fr);row-gap:40px;column-gap:0}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper:first-child .contentWrapper h1{max-width:unset}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .image{width:100%}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .image img{object-fit:cover}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper{padding:0;border:0;background:unset;gap:4px;width:100%}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper h1{color:#fff;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px}.whyChooseVirikshaContainer .whyChooseVirikshaWrapper .cardsWrapper .imageAndContentWrapper .contentWrapper p{color:#f5f5f5;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}}.whoWeWorkWithSection{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;padding:40px 80px;background:#f5f5f5}@media(max-width:1024px){.whoWeWorkWithSection{padding:40px 30px}}@media(max-width:768px){.whoWeWorkWithSection{padding:32px 16px}}.outerContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}@media screen and (max-width:768px){.outerContainer{gap:20px}}.whoWeWorkWithSectionHeader{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;max-width:347px;gap:20px;position:relative;z-index:20;background:#f5f5f5}.whoWeWorkWithSectionHeader.sticky{position:sticky;top:20px}@media(max-width:768px){.whoWeWorkWithSectionHeader{gap:16px;max-width:100%}}.whoWeWorkWithSectionCardsContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px;align-self:stretch;width:100%}.whoWeWorkWithSectionTitle{color:#212121;text-align:center;font-family:Inter;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px;align-self:stretch;margin:0;text-align:left}@media(max-width:768px){.whoWeWorkWithSectionTitle{font-size:32px;font-weight:500;line-height:48px;letter-spacing:-.6px}}@media(max-width:480px){.whoWeWorkWithSectionTitle{font-size:28px;font-weight:500;line-height:40px}}.whoWeWorkWithSectionEmpowerCard{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;height:580px;padding:40px 704px 408px 40px;border-radius:8px;background-size:cover;background-position:center;width:100%;box-sizing:border-box;position:sticky;transform-origin:top center;will-change:transform}@media(max-width:1200px){.whoWeWorkWithSectionEmpowerCard{padding:40px 400px 40px 40px}}@media(max-width:1024px){.whoWeWorkWithSectionEmpowerCard{height:500px;padding:40px;justify-content:flex-start}}@media(max-width:768px){.whoWeWorkWithSectionEmpowerCard{height:400px;padding:24px;align-items:flex-start}}@media(max-width:480px){.whoWeWorkWithSectionEmpowerCard{height:360px;padding:20px}}.whoWeWorkWithSectionCardContent{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px;align-self:stretch}@media(max-width:1024px){.whoWeWorkWithSectionCardContent{max-width:60%}}@media(max-width:768px){.whoWeWorkWithSectionCardContent{max-width:100%;justify-content:flex-start;height:auto}}.whoWeWorkWithSectionCardHeading{color:#fff;font-family:Inter;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px;align-self:stretch;margin:0}@media(max-width:768px){.whoWeWorkWithSectionCardHeading{font-size:32px;font-weight:600;line-height:48px;letter-spacing:-.6px}}@media(max-width:480px){.whoWeWorkWithSectionCardHeading{font-size:24px;font-weight:600;line-height:32px}}.whoWeWorkWithSectionCardDescription{flex:1 0 0;align-self:stretch;color:#fff;font-family:Inter;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px;margin:0}@media(max-width:768px){.whoWeWorkWithSectionCardDescription{flex:0 0 auto;font-size:16px;font-weight:500;line-height:24px}}.introSection{max-width:1440px;margin:0 auto;padding:80px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.introSection .leftSection{max-width:605px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;flex:unset}.introSection .leftSection .textSections{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.introSection .leftSection .textSections h3{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.introSection .leftSection .textSections p{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.introSection .rightSection{position:relative;max-width:605px;height:auto;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.introSection .rightSection .imageCarousel{position:relative;width:100%;height:100%;overflow:hidden}.introSection .rightSection .imageCarousel .carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.introSection .rightSection .imageCarousel .carousel-image.active{opacity:1;position:relative}.introSection .rightSection .bottomContainer{position:absolute;bottom:-15px;width:358px;height:43.189px;border-radius:99px;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:row}.introSection .rightSection .bottomContainer .bulletWrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:8px 16px;gap:4px;border-radius:999px;background:#0a1c04}.introSection .rightSection .bottomContainer .bulletWrapper .bullet{width:8px;height:3px;border-radius:999px;background:#edffe9;cursor:pointer;transition:all .3s ease}.introSection .rightSection .bottomContainer .bulletWrapper .bullet.active{width:10px;height:10px;border-radius:50%;background:#02ad4d}@media screen and (max-width:1260px){.introSection .leftSection{max-width:450px}.introSection .rightSection{max-width:555px}}@media screen and (max-width:1120px){.introSection{flex-direction:column;align-items:center;gap:40px}.introSection .leftSection{max-width:100%}}@media screen and (max-width:992px){.introSection{padding:60px 30px}}@media screen and (max-width:767px){.introSection{padding:32px 16px}.introSection .leftSection .textSections{gap:20px}.introSection .leftSection .textSections h3{font-size:24px;font-weight:600;line-height:36px}.introSection .leftSection .textSections p{font-size:14px;font-weight:400;line-height:24px}.introSection .rightSection .bottomContainer{width:200px;height:39px}.introSection .rightSection .bottomContainer .bulletWrapper{padding:5px 12px}}.aggregationSection{max-width:1440px;margin:0 auto;padding:80px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:50px}.aggregationSection .headContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.aggregationSection .headContainer p{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:8px 16px;border-radius:999px;border:1px solid #e1e1e1;background:#fff;color:#000;font-size:12px;font-weight:400;line-height:21px}.aggregationSection .headContainer h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.aggregationSection .topContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.aggregationSection .topContainer h3{color:#212121;font-size:24px;font-weight:600;line-height:normal;letter-spacing:-.48px}.aggregationSection .topContainer .contentArea{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.aggregationSection .topContainer .contentArea .listContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px;max-width:580px;width:100%}.aggregationSection .topContainer .contentArea .listContainer .listItem{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px;padding-top:20px}.aggregationSection .topContainer .contentArea .listContainer .listItem .itemWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:12px}.aggregationSection .topContainer .contentArea .listContainer .listItem .itemWrapper .iconWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;height:29px}.aggregationSection .topContainer .contentArea .listContainer .listItem .itemWrapper .iconWrapper img{width:12px;height:12px}.aggregationSection .topContainer .contentArea .listContainer .listItem .itemWrapper p{color:#353535;font-size:18px;font-weight:400;line-height:30px;letter-spacing:-.4px}.aggregationSection .topContainer .contentArea .imgWrapper{max-width:650px;height:auto}.aggregationSection .topContainer .contentArea .imgWrapper img{width:100%;height:100%}.aggregationSection .bottomContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.aggregationSection .bottomContainer .headWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.aggregationSection .bottomContainer .headWrapper h3{color:#212121;font-size:24px;font-weight:600;line-height:normal;letter-spacing:-.48px}.aggregationSection .bottomContainer .headWrapper p{color:#353535;font-size:18px;font-weight:400;line-height:30px;letter-spacing:-.4px}.aggregationSection .bottomContainer .contentArea{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.aggregationSection .bottomContainer .contentArea .listContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;max-width:580px;width:100%}.aggregationSection .bottomContainer .contentArea .listContainer .listControl{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.aggregationSection .bottomContainer .contentArea .listContainer .listControl .listItem{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.aggregationSection .bottomContainer .contentArea .listContainer .listControl .listItem p{color:#353535;font-size:20px;font-weight:600;line-height:36px;letter-spacing:-.4px}.aggregationSection .bottomContainer .contentArea .listContainer .listControl .listItem span{color:#353535;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.aggregationSection .bottomContainer .contentArea .listContainer hr{width:100%;height:0px;border:.5px dashed #e1e1e1}.aggregationSection .bottomContainer .contentArea .imgWrapper{max-width:650px;height:auto}.aggregationSection .bottomContainer .contentArea .imgWrapper img{width:100%;height:100%}@media screen and (max-width:1024px){.aggregationSection{padding:60px 30px}.aggregationSection .topContainer .contentArea{flex-direction:column-reverse;align-items:center}.aggregationSection .topContainer .contentArea .listContainer{max-width:100%}.aggregationSection .topContainer .contentArea .listContainer .listItem{padding-top:0}.aggregationSection .bottomContainer .contentArea{flex-direction:column;align-items:center}.aggregationSection .bottomContainer .contentArea .listContainer,.aggregationSection .bottomContainer .contentArea .listContainer .listControl .listItem{max-width:100%}}@media screen and (max-width:767px){.aggregationSection{padding:32px 16px;gap:30px}.aggregationSection .headContainer{gap:12px}.aggregationSection .headContainer h1{font-size:24px;font-weight:600;line-height:36px}.aggregationSection .topContainer{gap:20px}.aggregationSection .topContainer h3{font-size:18px;font-weight:600;line-height:normal}.aggregationSection .topContainer .contentArea{gap:12px}.aggregationSection .topContainer .contentArea .listContainer{padding-top:0;gap:16px}.aggregationSection .topContainer .contentArea .listContainer .listItem{gap:16px}.aggregationSection .topContainer .contentArea .listContainer .listItem .itemWrapper p{font-size:14px;font-weight:400;line-height:24px}.aggregationSection .bottomContainer{gap:20px}.aggregationSection .bottomContainer .headWrapper{gap:12px}.aggregationSection .bottomContainer .headWrapper h3{font-size:18px;font-weight:600;line-height:normal}.aggregationSection .bottomContainer .headWrapper p{font-size:14px;font-weight:400;line-height:26px}.aggregationSection .bottomContainer .contentArea{gap:12px}.aggregationSection .bottomContainer .contentArea .listContainer,.aggregationSection .bottomContainer .contentArea .listContainer .listControl{gap:16px}.aggregationSection .bottomContainer .contentArea .listContainer .listControl .listItem p{font-size:16px;font-weight:600;line-height:24px}.aggregationSection .bottomContainer .contentArea .listContainer .listControl .listItem span{font-size:14px;font-weight:400;line-height:20px}}.carbonFactoriesSection{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;padding:80px;background:#f5f5f5}.carbonFactoriesSection .divContainer{max-width:1280px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.carbonFactoriesSection .divContainer .foldContainer{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px;max-width:605px;width:100%}@media screen and (max-width:767px){.carbonFactoriesSection .divContainer .foldContainer .leftContainer{gap:32px}}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .heads{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:4px}@media screen and (max-width:767px){.carbonFactoriesSection .divContainer .foldContainer .leftContainer .heads{gap:8px}}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .heads h3{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .heads p{color:#353535;font-size:18px;font-weight:400;line-height:30px;letter-spacing:-.4px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:32px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer .listItem{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:12px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer .listItem .iconWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;height:29px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer .listItem .iconWrapper img{width:12px;height:12px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer .listItem p{color:#353535;font-size:18px;font-weight:400;line-height:30px;letter-spacing:-.4px}.carbonFactoriesSection .divContainer .foldContainer .imgWrapper{max-width:616px;min-width:500px;height:auto}.carbonFactoriesSection .divContainer .videoSection{width:100%;height:100%;aspect-ratio:1280/563;position:relative}.carbonFactoriesSection .divContainer .videoSection video{width:100%;height:100%;object-fit:cover;border-radius:12px}.carbonFactoriesSection .divContainer .videoSection .videoContent{position:absolute;bottom:35px;left:35px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.carbonFactoriesSection .divContainer .videoSection .videoContent h3{color:#fff;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.carbonFactoriesSection .divContainer .videoSection .videoContent .para{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;max-width:667px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#fafee31a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.carbonFactoriesSection .divContainer .videoSection .videoContent .para p{color:#fff;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.08px}@media screen and (max-width:1024px){.carbonFactoriesSection{padding:60px 30px}.carbonFactoriesSection .divContainer .foldContainer{flex-direction:column-reverse;align-items:center}.carbonFactoriesSection .divContainer .foldContainer .leftContainer{max-width:100%}}@media screen and (max-width:767px){.carbonFactoriesSection{padding:32px 16px}.carbonFactoriesSection .divContainer{gap:30px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .heads h3{font-size:24px;font-weight:600;line-height:30px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .heads p{font-size:14px;font-weight:400;line-height:24px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer{gap:12px}.carbonFactoriesSection .divContainer .foldContainer .leftContainer .listContainer .listItem p{font-size:14px;font-weight:400;line-height:24px}.carbonFactoriesSection .divContainer .foldContainer .imgWrapper{min-width:unset}.carbonFactoriesSection .divContainer .videoSection{min-height:300px;width:100%;aspect-ratio:unset}.carbonFactoriesSection .divContainer .videoSection video{height:300px}.carbonFactoriesSection .divContainer .videoSection .videoContent{left:16px;bottom:16px;gap:12px}.carbonFactoriesSection .divContainer .videoSection .videoContent h3{font-size:24px;font-weight:600;line-height:30px}.carbonFactoriesSection .divContainer .videoSection .videoContent .para{max-width:400px}.carbonFactoriesSection .divContainer .videoSection .videoContent .para p{font-size:12px;font-weight:400;line-height:140%}}@media screen and (max-width:510px){.carbonFactoriesSection .divContainer .videoSection .videoContent h3{font-size:20px;font-weight:600;line-height:30px}.carbonFactoriesSection .divContainer .videoSection .videoContent .para{padding:6px;max-width:calc(100% - 20px)}.carbonFactoriesSection .divContainer .videoSection .videoContent .para p{font-size:12px;font-weight:300;line-height:140%}}.missingLinkSection{width:100%;min-height:478px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:100px;background:#142823}.missingLinkSection .contentArea{max-width:1440px;padding:64px 80px 0;width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px;flex-wrap:wrap}.missingLinkSection .contentArea .leftContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;max-width:459px}.missingLinkSection .contentArea .leftContainer h1{color:#fff;font-size:40px;font-weight:700;line-height:60px;letter-spacing:-.8px}.missingLinkSection .contentArea .rightContainer{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:680px;width:100%}@media screen and (min-width:1441px){.missingLinkSection{aspect-ratio:1440/478}}@media screen and (max-width:992px){.missingLinkSection{padding-bottom:0}.missingLinkSection .contentArea{padding:40px 30px}}@media screen and (max-width:767px){.missingLinkSection .contentArea{padding:32px 16px}.missingLinkSection .contentArea .leftContainer h1{font-size:24px;font-weight:600;line-height:36px}.missingLinkSection .contentArea .rightContainer{grid-template-columns:repeat(1,1fr);gap:20px}}.opportunitySection{padding:60px 80px;max-width:1440px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:32px}.opportunitySection .heading{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.opportunitySection .heading h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.opportunitySection .contentArea{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.opportunitySection .contentArea p{color:#353535;font-size:18px;font-weight:400;line-height:30px;letter-spacing:-.4px}.opportunitySection .contentArea .cardWrapper{display:grid;height:353px;grid-template-columns:repeat(4,1fr)}.opportunitySection .contentArea span{color:gray;font-size:18px;font-weight:300;line-height:30px;letter-spacing:-.36px}@media screen and (max-width:1024px){.opportunitySection{padding:60px 30px}.opportunitySection .contentArea .cardWrapper{grid-template-columns:repeat(2,1fr);height:unset}}@media screen and (max-width:767px){.opportunitySection{padding:32px 16px;gap:24px}.opportunitySection .heading h1{font-size:24px;font-weight:600;line-height:36px}.opportunitySection .contentArea{gap:20px}.opportunitySection .contentArea .cardWrapper{grid-template-columns:repeat(1,1fr)}.opportunitySection .contentArea p{font-size:14px;font-weight:400;line-height:24px}.opportunitySection .contentArea span{font-size:14px;font-weight:400;line-height:20px}}.opportunityCardContainer{padding:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:48px;flex:1;border:1px solid #f1f1f1;border-right:none}.opportunityCardContainer:last-child{border-right:1px solid #f1f1f1}.opportunityCardContainer img{width:49px;height:40px}.opportunityCardContainer h3{color:#212121;text-align:center;font-size:28px;font-weight:600;line-height:normal;letter-spacing:-.56px}.opportunityCardContainer h6{color:#353535;text-align:center;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px;opacity:.8}@media screen and (max-width:767px){.opportunityCardContainer h6{font-size:14px;font-weight:400;line-height:24px}}.opportunityCardContainer:first-child{border-radius:12px 0 0 12px}.opportunityCardContainer:last-child{border-radius:0 12px 12px 0}@media screen and (max-width:1024px){.opportunityCardContainer:first-child{border-radius:12px 0 0;border-bottom:none}.opportunityCardContainer:nth-child(2){border-radius:0 12px 0 0;border-bottom:none;border-right:1px solid #f1f1f1}.opportunityCardContainer:nth-child(3){border-radius:0 0 0 12px}.opportunityCardContainer:last-child{border-radius:0 0 12px}}@media screen and (max-width:767px){.opportunityCardContainer{gap:30px}.opportunityCardContainer:first-child{border-right:1px solid #f1f1f1;border-radius:12px 12px 0 0}.opportunityCardContainer:nth-child(2){border-right:1px solid #f1f1f1;border-radius:0}.opportunityCardContainer:nth-child(3){border-right:1px solid #f1f1f1;border-radius:0;border-bottom:none}.opportunityCardContainer:last-child{border-right:1px solid #f1f1f1;border-radius:0 0 12px 12px}}.reusableHeroSectionContainer{width:100%;min-height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;flex-direction:row;padding:60px 0;position:relative}.reusableHeroSectionContainer .reusableHeroSectionWrapper{width:73.888888889%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:8px}.reusableHeroSectionContainer .reusableHeroSectionWrapper h1{color:#fff;text-align:center;font-size:48px;font-weight:600;line-height:72px;letter-spacing:-.96px}.reusableHeroSectionContainer .reusableHeroSectionWrapper p{color:#fff;text-align:center;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px;max-width:742px}.reusableHeroSectionContainer.methodology .reusableHeroSectionWrapper{width:100%;max-width:1138px}.reusableHeroSectionContainer.methodology .reusableHeroSectionWrapper h1{padding:0 16px}.reusableHeroSectionContainer.methodology .reusableHeroSectionWrapper p{padding:0 16px;max-width:100%;font-size:18px;font-weight:400;line-height:28px}.reusableHeroSectionContainer.registers .reusableHeroSectionWrapper{width:100%;max-width:1138px}.reusableHeroSectionContainer.registers .reusableHeroSectionWrapper h1{padding:0 16px}.reusableHeroSectionContainer.registers .reusableHeroSectionWrapper p{padding:0 16px;max-width:689px;font-size:16px;font-weight:400;line-height:24px}.reusableHeroSectionContainer.investors .reusableHeroSectionWrapper{width:100%;max-width:848px}.reusableHeroSectionContainer.investors .reusableHeroSectionWrapper h1{padding:0 16px}.reusableHeroSectionContainer.investors .reusableHeroSectionWrapper p{padding:0 16px;max-width:689px;font-size:16px;font-weight:400;line-height:24px}.reusableHeroSectionContainer.farm .reusableHeroSectionWrapper{width:100%;max-width:100%}.reusableHeroSectionContainer.farm .reusableHeroSectionWrapper h1{padding:0 16px}.reusableHeroSectionContainer.farm .reusableHeroSectionWrapper p{padding:0 16px;max-width:870px;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:992px){.reusableHeroSectionContainer{padding:60px 16px;min-height:calc(100vh - 64px)}.reusableHeroSectionContainer .reusableHeroSectionWrapper h1{color:#fff;text-align:center;font-size:26px;font-weight:600;line-height:36px;letter-spacing:-.52px}.reusableHeroSectionContainer .reusableHeroSectionWrapper p{color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}}@media screen and (max-width:568px){.reusableHeroSectionContainer .reusableHeroSectionWrapper{width:100%}.reusableHeroSectionContainer .reusableHeroSectionWrapper h1{max-width:213px}.reusableHeroSectionContainer .reusableHeroSectionWrapper p{max-width:343px}.reusableHeroSectionContainer.investorReusableHeroContainer .reusableHeroSectionWrapper h1{max-width:230px}.reusableHeroSectionContainer.methodology .reusableHeroSectionWrapper h1,.reusableHeroSectionContainer.methodology .reusableHeroSectionWrapper p,.reusableHeroSectionContainer.registers .reusableHeroSectionWrapper h1,.reusableHeroSectionContainer.registers .reusableHeroSectionWrapper p,.reusableHeroSectionContainer.farm .reusableHeroSectionWrapper h1,.reusableHeroSectionContainer.farm .reusableHeroSectionWrapper p,.reusableHeroSectionContainer.investors .reusableHeroSectionWrapper h1,.reusableHeroSectionContainer.investors .reusableHeroSectionWrapper p{max-width:100%}}.whatMakesDifferentContainer{padding:40px 0;background:#f5f5f5;display:flex;justify-content:center;align-items:center;flex-direction:row}.whatMakesDifferentContainer .whatMakesDifferentWrapper{width:88.888888889%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:60px}.whatMakesDifferentContainer .whatMakesDifferentWrapper .badgeAndTextWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;width:100%}.whatMakesDifferentContainer .whatMakesDifferentWrapper .badgeAndTextWrapper .buttonWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px;flex-wrap:wrap}.whatMakesDifferentContainer .whatMakesDifferentWrapper .badgeAndTextWrapper .buttonWrapper h1{color:#212121;text-align:left;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}@media screen and (max-width:992px){.whatMakesDifferentContainer .whatMakesDifferentWrapper .badgeAndTextWrapper .buttonWrapper h1{font-size:24px;font-weight:600;line-height:36px}}.whatMakesDifferentContainer .whatMakesDifferentWrapper .cardsWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:10px}.whatMakesDifferentContainer .whatMakesDifferentWrapper .cardsWrapper .reusableCard{flex:1;min-width:250px;height:auto;align-self:stretch}@media(max-width:992px){.whatMakesDifferentContainer .whatMakesDifferentWrapper .cardsWrapper{flex-direction:column}.whatMakesDifferentContainer .whatMakesDifferentWrapper .cardsWrapper .reusableCard{width:100%;min-width:100%;max-width:100%}}@media screen and (max-width:992px){.whatMakesDifferentContainer{padding:40px 30px}.whatMakesDifferentContainer .whatMakesDifferentWrapper{width:100%;gap:32px}}@media screen and (max-width:767px){.whatMakesDifferentContainer{padding:32px 16px}}.founderCredibilityContainer{display:flex;padding:80px;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch;background:#fff;max-width:1440px;margin:0 auto}.founderCredibilityContainer .contentWrapper{display:flex;align-items:flex-start;gap:60px;align-self:stretch}.founderCredibilityContainer .contentWrapper .leftSection{display:flex;max-width:605px;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.founderCredibilityContainer .contentWrapper .leftSection .introSection{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.founderCredibilityContainer .contentWrapper .leftSection .introSection .founderName{align-self:stretch;color:var(--Text---Dark, #212121);font-family:Inter;font-size:40px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-.8px;margin:0}.founderCredibilityContainer .contentWrapper .leftSection .introSection .founderDesignation{align-self:stretch;color:var(--Text---Light, #353535);font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.4px;margin:0}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection .keyPoint{display:flex;align-items:center;gap:12px;align-self:stretch}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection .keyPoint .pointIcon{flex-shrink:0}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection .keyPoint .pointText{color:var(--Text---Light, #353535);font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.4px;margin:0}.founderCredibilityContainer .contentWrapper .leftSection .slogan{color:var(--Text---Light, #353535);font-family:Inter;font-size:14px;font-style:italic;font-weight:300;line-height:21px;letter-spacing:-.28px;margin:0}.founderCredibilityContainer .contentWrapper .rightSection{display:flex;max-width:616px;padding:24px;border-radius:12px;align-self:stretch}.founderCredibilityContainer .contentWrapper .rightSection .founderImage{width:100%;height:100%;object-fit:cover;border-radius:8px}@media screen and (max-width:1024px){.founderCredibilityContainer{padding:60px;gap:32px}.founderCredibilityContainer .contentWrapper{gap:40px;flex-direction:column}.founderCredibilityContainer .contentWrapper .rightSection{max-width:100%;padding:0}}@media screen and (max-width:768px){.founderCredibilityContainer{padding:32px 16px;gap:24px}.founderCredibilityContainer .contentWrapper{gap:24px}.founderCredibilityContainer .contentWrapper .leftSection{max-width:100%;gap:24px}.founderCredibilityContainer .contentWrapper .leftSection .introSection .founderName{font-size:28px;line-height:42px;letter-spacing:-.56px}.founderCredibilityContainer .contentWrapper .leftSection .introSection .founderDesignation{font-size:16px;line-height:24px;letter-spacing:-.32px}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection{gap:16px}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection .keyPoint{gap:10px}.founderCredibilityContainer .contentWrapper .leftSection .keyPointsSection .keyPoint .pointText{font-size:16px;line-height:24px;letter-spacing:-.32px}.founderCredibilityContainer .contentWrapper .leftSection .slogan{font-size:12px;line-height:18px;letter-spacing:-.24px}}.credibilityAnchorsContainer{display:flex;padding:40px 80px;align-items:center;min-height:478px;gap:40px;align-self:stretch;background:var(--Dark-Green, #142823)}.credibilityAnchorsContainer .credibilityAnchorsWrapper{display:flex;align-items:center;gap:40px;width:100%;max-height:174px}.credibilityAnchorsContainer .credibilityAnchorsWrapper .dataSection{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.credibilityAnchorsContainer .credibilityAnchorsWrapper .dataSection .credibilityTitle{max-width:459px;color:var(--White, #fff);font-family:Inter;font-size:40px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-.8px;margin:0}.credibilityAnchorsContainer .credibilityAnchorsWrapper .logoSection{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;flex:1 0 0;align-self:stretch;gap:62px}.credibilityAnchorsContainer .credibilityAnchorsWrapper .logoSection .anchorLogo{width:63.562px;height:40px;object-fit:contain}.credibilityAnchorsContainer .credibilityAnchorsWrapper .logoSection .anchorText{color:var(--White, #fff);font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:36px;letter-spacing:-.48px;margin:0}@media screen and (max-width:992px){.credibilityAnchorsContainer{display:none}}.ourmissioncontainer{display:flex;max-width:1440px;padding:60px 80px;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;width:100%;margin:0 auto}.ourmissioncontainer .headingsection{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.ourmissioncontainer .headingsection .missiontitle{max-width:1200px;color:#212121;font-family:Inter;font-size:48px;font-style:normal;font-weight:500;line-height:66px;letter-spacing:-1.44px;margin:0}.ourmissioncontainer .end-trigger{position:absolute;bottom:0;left:0;width:100%;height:1px;visibility:hidden;pointer-events:none}.ourmissioncontainer .scroll-track{position:relative;height:190vh;width:100%}.ourmissioncontainer .scroll-track.finished{height:auto}.ourmissioncontainer .scroll-track.finished .sticky-wrapper{position:relative;top:auto}.ourmissioncontainer .scroll-track.finished .videosection .videocontent{pointer-events:auto;transform:translateY(0);opacity:1}.ourmissioncontainer .sticky-wrapper{position:sticky;top:0;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.ourmissioncontainer .animation-trigger{position:absolute;top:150vh;left:0;width:100%;height:1px;visibility:hidden;pointer-events:none}.ourmissioncontainer .videosection{display:flex;max-width:1280px;justify-content:center;align-items:center;border-radius:12px;width:100%;overflow:hidden;position:relative}.ourmissioncontainer .videosection .videoelement{width:100%;height:100%;object-fit:cover;border-radius:12px}.ourmissioncontainer .videosection .videocontent{position:absolute;left:0;width:100%;display:flex;gap:40px;padding:60px;align-items:flex-start;pointer-events:none;transform:translateY(100px);opacity:0;transition:transform .9s cubic-bezier(.25,.46,.45,.94),opacity .9s cubic-bezier(.25,.46,.45,.94);box-sizing:border-box}.ourmissioncontainer .videosection.videovisible .videocontent{pointer-events:auto;transform:translateY(0);opacity:1}.ourmissioncontainer .leftsectionvideo{display:flex;max-width:556px;flex-direction:column;align-items:flex-start;gap:24px}.ourmissioncontainer .leftsectionvideo .visiondescription{color:#fff;font-family:Inter;font-size:40px;font-style:normal;font-weight:500;line-height:52px;letter-spacing:-.8px;margin:0}.ourmissioncontainer .rightsectionvideo{display:flex;max-width:464px;flex-direction:column;align-items:flex-start;gap:16px}.ourmissioncontainer .rightsectionvideo .valuecard{display:flex;padding:20px;align-items:center;gap:12px;align-self:stretch;border-radius:12px;border:1px solid rgba(255,255,255,0);background:#0000005c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardlogo{width:24px;height:24px;flex-shrink:0;object-fit:contain}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardcontent{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardcontent .valuecardtitle{color:#fff;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:24px;margin:0}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardcontent .valuecarddescription{color:#e0e0e0;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;align-self:stretch;margin:0}@media screen and (max-width:992px){.ourmissioncontainer{padding:40px 30px;gap:32px}.ourmissioncontainer .scroll-track{height:300vh}.ourmissioncontainer .sticky-wrapper{position:sticky;height:100vh;display:flex}.ourmissioncontainer .animation-trigger{display:block;top:150vh}.ourmissioncontainer .headingsection{gap:12px;width:100%}.ourmissioncontainer .headingsection .missiontitle{color:var(--Text---Dark, #212121);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:36px;letter-spacing:-.48px}.ourmissioncontainer .videosection{max-width:100%;height:750px;max-height:none}.ourmissioncontainer .videosection .videocontent{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:24px;pointer-events:none;background:transparent;align-items:flex-start;border-radius:12px;justify-content:center}.ourmissioncontainer .leftsectionvideo{max-width:100%;gap:16px;width:100%}.ourmissioncontainer .leftsectionvideo .visiondescription{color:var(--White, #fff);font-family:Inter;font-size:24px;font-style:normal;font-weight:500;line-height:32px;letter-spacing:-.48px}.ourmissioncontainer .rightsectionvideo{max-width:100%;width:100%;gap:12px;overflow-y:visible;max-height:none}.ourmissioncontainer .rightsectionvideo .valuecard{padding:12px}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardlogo{width:20px;height:20px}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardcontent{gap:4px}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardcontent .valuecardtitle{color:var(--White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.28px}.ourmissioncontainer .rightsectionvideo .valuecard .valuecardcontent .valuecarddescription{color:#e0e0e0;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}}@media screen and (max-width:640px){.ourmissioncontainer{padding:32px 16px}.ourmissioncontainer .headingsection .missiontitle{font-size:20px;line-height:30px;letter-spacing:-.4px}.ourmissioncontainer .videosection .videocontent{justify-content:center;overflow-y:scroll}}.ourMethodologyWrapper{display:grid;grid-template-columns:.8fr 1fr;gap:0;width:100%;height:100vh;margin:0 auto;max-width:1440px}.ourMethodologyWrapper .methodologyLeftSection{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:32px;padding:40px 40px 60px 80px;position:sticky;top:0;height:auto;background:#fff}.ourMethodologyWrapper .methodologyLeftSection .textWrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.ourMethodologyWrapper .methodologyLeftSection .textWrapper .title{color:#212121;text-align:left;font-family:Inter;font-size:40px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:-.8px;margin:0}.ourMethodologyWrapper .methodologyLeftSection .textWrapper .description{color:var(--Text---Light, #353535);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.32px;margin:0;max-width:500px}.ourMethodologyWrapper .rightSectionWrapper{display:flex;flex-direction:column;gap:20px;width:100%;padding:40px 80px 20px;overflow-y:auto}.ourMethodologyWrapper .ourMethodologySection{display:flex;align-items:center;justify-content:center;padding:0;min-height:auto;width:100%}.ourMethodologyWrapper .methodologyCard{display:flex;flex-direction:column;align-items:flex-start;gap:28px;padding:20px;border-radius:12px;background:#fff;max-width:620px;width:100%;animation:slideIn .6s cubic-bezier(.25,.46,.45,.94) forwards;background:var(--BG-Grey, #f5f5f5)}.ourMethodologyWrapper .methodologyCard .methodologyCardImage{width:132px;height:102px;border-radius:8px;object-fit:cover}.ourMethodologyWrapper .methodologyCard .methodologyCardContent{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.ourMethodologyWrapper .methodologyCard .methodologyCardContent .methodologyCardTitle{color:var(--Text---Dark, #212121);font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:30px;letter-spacing:-.4px;margin:0}.ourMethodologyWrapper .methodologyCard .methodologyCardContent .methodologyCardDescription{color:var(--Text---Light, #353535);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.32px;margin:0}@media screen and (max-width:767px){.ourMethodologyWrapper .methodologyCard .methodologyCardContent .methodologyCardDescription{font-size:14px}}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width:992px){.ourMethodologyWrapper{padding:40px 30px;display:flex;flex-direction:column;gap:0px;height:unset}.ourMethodologyWrapper .methodologyLeftSection{padding:0 0 32px;width:100%;position:static}.ourMethodologyWrapper .methodologyLeftSection .textWrapper{width:100%}.ourMethodologyWrapper .methodologyLeftSection .textWrapper .description{max-width:100%}.ourMethodologyWrapper .rightSectionWrapper{width:100%;padding:0}.ourMethodologyWrapper .ourMethodologySection{height:auto;padding:0}.ourMethodologyWrapper .methodologyCard{max-width:100%}}@media screen and (max-width:767px){.ourMethodologyWrapper{padding:32px 16px}.ourMethodologyWrapper .methodologyLeftSection{gap:20px}.ourMethodologyWrapper .methodologyLeftSection .textWrapper .title{font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.ourMethodologyWrapper .methodologyLeftSection .textWrapper .description{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.28px}}.commonHeroSectionContainer{width:100%;min-height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;flex-direction:row;padding:60px 0;position:relative}.commonHeroSectionContainer .commonHeroSectionWrapper{width:73.888888889%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:8px}.commonHeroSectionContainer .commonHeroSectionWrapper h1{color:#fff;text-align:center;font-size:48px;font-weight:600;line-height:72px;letter-spacing:-.96px}.commonHeroSectionContainer .commonHeroSectionWrapper p{color:#fff;text-align:center;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px;max-width:742px}@media screen and (max-width:992px){.commonHeroSectionContainer{padding:60px 16px;min-height:570px}.commonHeroSectionContainer .commonHeroSectionWrapper h1{color:#fff;text-align:center;font-size:26px;font-weight:600;line-height:36px;letter-spacing:-.52px}.commonHeroSectionContainer .commonHeroSectionWrapper p{color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}}@media screen and (max-width:568px){.commonHeroSectionContainer .commonHeroSectionWrapper{width:100%}.commonHeroSectionContainer .commonHeroSectionWrapper h1{max-width:213px}.commonHeroSectionContainer .commonHeroSectionWrapper p{max-width:343px}}.scrollStepsContainer{width:100%;background:#fff;position:relative;max-width:1440px;margin:0 auto}.progressBarWrapper{position:absolute;left:46px;top:50vh;bottom:56vh;width:8px;height:auto;z-index:5;pointer-events:none}.progressBarBackground{position:relative;width:8px;height:100%;background:#eaeaea;border-radius:4px;overflow:hidden}.progressBarFill{width:100%;height:0%;background:linear-gradient(180deg,#02ad4d,#7fea57);border-radius:4px;transition:height .1s ease-out}.stepsContentSection{width:100%}.stepPage{width:100%;min-height:100vh;display:flex;align-items:center;padding:60px 40px 60px 80px}.stepPageWrapper{display:flex;gap:80px;width:100%;max-width:1400px;margin:0 auto;align-items:center}.progressSection{display:flex;max-width:501px;align-items:flex-start;gap:40px;flex-shrink:0}.stepNumberDisplay{color:#000;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.64px;text-transform:capitalize;flex-shrink:0;position:relative;z-index:20;margin-left:-50px;white-space:nowrap;background:#fff}.stepInfoContent{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%}.stepHeading{color:#212121;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:42px;letter-spacing:-.64px;text-transform:capitalize;align-self:stretch;margin:0;padding:0}.stepDescription{color:#7d7d7d;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:32px;letter-spacing:-.4px;text-transform:capitalize;align-self:stretch;margin:0;padding:0}.imageSection{display:flex;align-items:center;justify-content:center;flex:1;max-width:632px}.stepImage{max-width:100%;max-height:666px;width:100%;height:auto;border-radius:8px;object-fit:cover}@media(max-width:1024px){.stepPage{padding:60px 40px}.stepPageWrapper{flex-direction:column;gap:40px}.progressBarWrapper{display:none}.stepNumberDisplay{margin-left:0}.imageSection{max-width:100%}}@media(max-width:768px){.stepPage{padding:32px 16px 0;min-height:auto}.stepPage:last-child{padding-bottom:32px}.stepPageWrapper{flex-direction:column;gap:24px}.stepPageWrapper .progressSection{flex-direction:column;gap:8px}.stepPageWrapper .progressSection .stepNumberDisplay{color:var(--Stroke-grey, #e1e1e1);text-align:center;font-size:34px;font-weight:700;line-height:36px;letter-spacing:-.68px}.stepPageWrapper .progressSection .stepInfoContent{gap:8px}.progressBarWrapper{display:none}.stepNumberDisplay{font-size:24px;letter-spacing:-.48px;margin-left:0}.stepHeading{font-size:24px;line-height:36px;letter-spacing:-.48px}.stepDescription{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.28px;color:#353535}}.carbonCreditAggregationContainer{padding:80px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;flex-direction:row}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper{width:100%;max-width:1280px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft{max-width:605px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle h1{color:#212121;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle p{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle span{color:#212121;font-size:16px;font-weight:500;line-height:normal;letter-spacing:-.32px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases h2{color:#212121;font-size:16px;font-weight:500;line-height:normal;letter-spacing:-.32px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer .carbonCard{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px;padding:18px;width:100%;border-radius:12px;border:1px dashed #e1e1e1;background:#fff}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer .carbonCard .card{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer .carbonCard .card .image{width:32px;height:32px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer .carbonCard .card h4{color:#212121;font-size:16px;font-weight:400;line-height:normal}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperRight{width:556.059px;height:auto}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperRight img{object-fit:cover}@media screen and (max-width:1024px){.carbonCreditAggregationContainer{padding:40px 30px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column-reverse;align-items:center;gap:16px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperRight{width:100%;height:350px;flex-shrink:0}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperRight img{object-fit:contain}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft{max-width:100%;width:100%;gap:20px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle{gap:16px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle h1{font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .titleAndSubtitle p{color:#353535;font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.28px;text-transform:capitalize}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases{gap:20px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer{flex-direction:column;gap:10px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer .carbonCard{width:100%;padding:18px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperLeft .useCases .cardsContainer .carbonCard .card{width:100%}}@media screen and (max-width:568px){.carbonCreditAggregationContainer{padding:32px 16px}.carbonCreditAggregationContainer .carbonCreditAggregationWrapper .carbonCreditAggregationWrapperRight{height:276px}}.projectDesignContainer{padding:80px 0;display:flex;justify-content:center;align-items:center;flex-direction:row}.projectDesignContainer .projectDesignWrapper{width:88.888888889%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row}.projectDesignContainer .projectDesignWrapper .projectDesignImage{width:48.125%}.projectDesignContainer .projectDesignWrapper .projectDesign{width:47.265625%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.projectDesignContainer .projectDesignWrapper .projectDesign h1{color:#212121;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px;max-width:403px}.projectDesignContainer .projectDesignWrapper .projectDesign .listWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.projectDesignContainer .projectDesignWrapper .projectDesign .listWrapper h2{color:#353535;font-size:18px;font-weight:500;line-height:normal;letter-spacing:-.36px}.projectDesignContainer .projectDesignWrapper .projectDesign .listWrapper .lists{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.projectDesignContainer .projectDesignWrapper .projectDesign .listWrapper .lists .greenPolygonImage{width:12px;height:12px}.projectDesignContainer .projectDesignWrapper .projectDesign .listWrapper .lists span{color:#353535;font-size:15px;font-weight:500;line-height:normal;letter-spacing:-.32px}.projectDesignContainer .projectDesignWrapper .projectDesign p{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}@media screen and (max-width:992px){.projectDesignContainer{padding:40px 16px}.projectDesignContainer .projectDesignWrapper{width:100%;flex-direction:column;gap:20px}.projectDesignContainer .projectDesignWrapper .projectDesignImage{width:100%;height:478px}.projectDesignContainer .projectDesignWrapper .projectDesignImage img{object-fit:cover;border-radius:12px}.projectDesignContainer .projectDesignWrapper .projectDesign{width:100%}.projectDesignContainer .projectDesignWrapper .projectDesign h1{font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px}.projectDesignContainer .projectDesignWrapper .projectDesign .listWrapper h2{color:var(--Text---Dark, #212121);font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:27px;letter-spacing:-.36px}.projectDesignContainer .projectDesignWrapper .projectDesign p{color:var(--Text---Light, #353535);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.32px}}@media screen and (max-width:420px){.projectDesignContainer .projectDesignWrapper .projectDesign h1{max-width:202px}}.partnerProgramsContainer{padding:80px 0 120px;background-color:#142823;display:flex;justify-content:center;align-items:center;flex-direction:row}.partnerProgramsContainer .partnerProgramsWrapper{width:88.888888889%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:84px}.partnerProgramsContainer .partnerProgramsWrapper h1{color:#fff;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:55px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard{display:flex;justify-content:center;align-items:stretch;flex-direction:row;padding:24px 0;width:30.446194226%;border-radius:12px;border:1px dashed rgba(227,255,160,.2)}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card{height:246px;width:87.596899225%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .image{width:51px;height:40px;flex-shrink:0}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .details{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:18px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .details h2{color:#fff;font-size:22px;font-weight:500;line-height:31px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .details p{color:#fff;font-size:16px;font-weight:300;line-height:21.6px}@media screen and (max-width:992px){.partnerProgramsContainer{padding:32px 16px}.partnerProgramsContainer .partnerProgramsWrapper{width:100%;gap:32px;align-items:start}.partnerProgramsContainer .partnerProgramsWrapper h1{font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:32px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard{padding:20px 0;border:0;width:100%}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card{width:100%;height:auto;gap:24px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .image{width:31px;height:24px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .details{gap:4px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .details h2{font-size:20px;line-height:30px;letter-spacing:-.4px}.partnerProgramsContainer .partnerProgramsWrapper .programDetails .detailsCard .card .details p{font-size:14px;font-weight:300;line-height:21px;letter-spacing:-.28px}}@media screen and (max-width:460px){.partnerProgramsContainer .partnerProgramsWrapper h1{max-width:343px}}.carbonMonetizationContainer{padding-left:80px}.carbonMonetizationContainer .carbonMonetizationWrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:115px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper{width:35.073529412%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper h1{color:#212121;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper h2{color:#212121;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.36px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper .lists{display:flex;justify-content:flex-start;align-items:baseline;flex-direction:row;gap:12px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper .lists .greenPolygonImage{width:12px;height:12px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper .lists span{color:#212121;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.32px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonImage{flex:1;height:638px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonImage img{object-fit:cover}@media screen and (max-width:992px){.carbonMonetizationContainer{padding:40px 16px}.carbonMonetizationContainer .carbonMonetizationWrapper{flex-direction:column;gap:24px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonImage{width:100%;flex:unset}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonImage img{object-fit:cover;border-radius:12px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper{width:100%}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper h1{color:var(--Text---Dark, #212121);font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:30px;letter-spacing:-.4px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper h2{color:var(--Text---Dark, #212121);font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:27px;letter-spacing:-.36px}.carbonMonetizationContainer .carbonMonetizationWrapper .carbonDetailsWrapper .listWrapper .lists span{color:var(--Text---Light, #353535);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.32px}}.verificationSupportContainer{padding:82px 0;background-color:#142823;display:flex;justify-content:center;align-items:center;flex-direction:row;position:relative}.verificationSupportContainer .verificationSupportWrapper{width:88.888888889%}.verificationSupportContainer .verificationSupportWrapper .verificationImage{position:absolute;right:0;bottom:11%}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:65px;max-width:811px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationTextWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:23px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationTextWrapper h1{color:#fff;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationTextWrapper h2{color:#fff;font-size:18px;font-weight:500;line-height:normal;letter-spacing:-.36px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper{display:flex;flex-direction:row;gap:51px;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard{padding:24px;border-radius:12px;height:180px;width:46.855733662%;position:relative}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard .card{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;height:100%}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard .card .cardImage{width:38px;height:38px;flex-shrink:0}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard .card p{color:#fff;font-size:22px;font-weight:500;line-height:normal;letter-spacing:-.44px;max-width:184px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard .backgroundImage{position:absolute;right:0;bottom:0}@media screen and (max-width:1220px){.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent{max-width:100%}.verificationSupportContainer .verificationSupportWrapper .verificationImage{display:none}}@media screen and (max-width:992px){.verificationSupportContainer{padding:32px 16px}.verificationSupportContainer .verificationSupportWrapper{width:100%}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent{gap:32px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationTextWrapper{gap:8px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationTextWrapper h1{color:var(--White, #fff);font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationTextWrapper h2{color:var(--BG-Grey, #f5f5f5);font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper{flex-direction:column;gap:10px;width:100%}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard{width:100%;height:164px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard .card .cardImage{width:32px;height:32px}.verificationSupportContainer .verificationSupportWrapper .verificationLeftContent .verificationCardsWrapper .verificationCard .card p{color:var(--White, #fff);font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px}}.whoWeEmpowerSection{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;max-width:1440px;padding:40px 80px;gap:28px;margin:0 auto}@media(max-width:1024px){.whoWeEmpowerSection{padding:40px}}@media(max-width:768px){.whoWeEmpowerSection{padding:32px 16px;gap:20px}}.whoWeEmpowerSectionHeader{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;max-width:347px;gap:20px;position:relative;z-index:10}@media(max-width:768px){.whoWeEmpowerSectionHeader{gap:16px;max-width:100%}}.whoWeEmpowerSectionCardsContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px;align-self:stretch;width:100%}.whoWeEmpowerSectionTitle{color:#212121;text-align:center;font-family:Inter;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px;align-self:stretch;margin:0;text-align:left}@media(max-width:768px){.whoWeEmpowerSectionTitle{font-size:32px;font-weight:500;line-height:48px;letter-spacing:-.6px}}@media(max-width:480px){.whoWeEmpowerSectionTitle{font-size:28px;font-weight:500;line-height:40px}}.whoWeEmpowerSectionEmpowerCard{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;height:580px;padding:40px 704px 408px 40px;border-radius:8px;background-size:cover;background-position:center;width:100%;box-sizing:border-box}@media(max-width:1200px){.whoWeEmpowerSectionEmpowerCard{padding:40px 400px 40px 40px}}@media(max-width:1024px){.whoWeEmpowerSectionEmpowerCard{height:500px;padding:40px;justify-content:flex-start}}@media(max-width:768px){.whoWeEmpowerSectionEmpowerCard{height:400px;padding:24px;align-items:flex-start}}@media(max-width:480px){.whoWeEmpowerSectionEmpowerCard{height:320px;padding:20px}}.whoWeEmpowerSectionCardContent{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px;align-self:stretch}@media(max-width:1024px){.whoWeEmpowerSectionCardContent{max-width:60%}}@media(max-width:768px){.whoWeEmpowerSectionCardContent{max-width:100%;justify-content:flex-start;height:auto}}.whoWeEmpowerSectionCardHeading{color:#fff;font-family:Inter;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px;align-self:stretch;margin:0}@media(max-width:768px){.whoWeEmpowerSectionCardHeading{font-size:32px;font-weight:600;line-height:48px;letter-spacing:-.6px}}@media(max-width:480px){.whoWeEmpowerSectionCardHeading{font-size:24px;font-weight:600;line-height:32px}}.whoWeEmpowerSectionCardDescription{flex:1 0 0;align-self:stretch;color:#fff;font-family:Inter;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px;margin:0 0 20px}@media(max-width:768px){.whoWeEmpowerSectionCardDescription{flex:0 0 auto;font-size:16px;font-weight:500;line-height:24px}}.carbonProgramsSection{padding:60px 0}.carbonProgramsSection .cardsWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:60px;overflow-y:auto;max-height:580px}.carbonProgramsSection .cardsWrapper .bgWrapper{max-width:calc(100% - 160px);height:580px;width:100%;position:relative;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.carbonProgramsSection .cardsWrapper .bgWrapper img{width:100%;height:580px;object-fit:cover;border-radius:8px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper{position:absolute;top:40px;left:40px;max-width:550px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper h3{color:#fff;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper p{color:#fff;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px}@media screen and (max-width:1024px){.carbonProgramsSection{padding:40px 0}.carbonProgramsSection .cardsWrapper{max-height:420px}.carbonProgramsSection .cardsWrapper .bgWrapper{height:420px;max-width:calc(100% - 60px)}.carbonProgramsSection .cardsWrapper .bgWrapper img{height:420px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper{max-width:500px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper h3{font-size:32px;font-weight:600;line-height:48px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper p{font-size:18px;font-weight:500;line-height:24px}}@media screen and (max-width:767px){.carbonProgramsSection{padding:32px 0}.carbonProgramsSection .cardsWrapper{max-height:400px}.carbonProgramsSection .cardsWrapper .bgWrapper{height:400px;max-width:calc(100% - 32px)}.carbonProgramsSection .cardsWrapper .bgWrapper img{height:400px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper{max-width:280px;left:16px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper h3{font-size:24px;font-weight:600;line-height:36px}.carbonProgramsSection .cardsWrapper .bgWrapper .dataWrapper .contentWrapper p{font-size:14px;font-weight:500;line-height:20px}}.caseStudiesContainer{width:100%;min-height:100vh;background:#f5f5f5}.caseStudiesListContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:1440px;padding:0 80px;gap:120px;flex:1 0 0;margin:0 auto}@media(max-width:1024px){.caseStudiesListContainer{padding:0 30px;gap:80px}}@media(max-width:768px){.caseStudiesListContainer{padding:0 16px;gap:60px}}.caseStudyItem{margin-top:120px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;max-width:1280px;gap:60px;width:100%}@media(max-width:1024px){.caseStudyItem{margin-top:80px;gap:40px}}@media(max-width:768px){.caseStudyItem{margin-top:20px;gap:24px}}.caseStudyHeader{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.backButtonWrapper{position:absolute;left:0;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.backButtonWrapper:hover{transform:scale(1.1)}.backArrowIcon{width:24px;height:24px}@media screen and (max-width:658px){.backArrowIcon{display:none}}.caseStudyHeading{color:#142823;text-align:center;font-family:Inter;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px;margin:0}@media(max-width:768px){.caseStudyHeading{font-size:32px;font-weight:600;line-height:48px;letter-spacing:-.6px}}@media(max-width:480px){.caseStudyHeading{font-size:26px;font-weight:600;line-height:40px}}.caseStudyImage{max-width:1280px;max-height:506px;border-radius:8px;width:100%;object-fit:cover}@media(max-width:1024px){.caseStudyImage{min-height:400px}}@media(max-width:768px){.caseStudyImage{min-height:300px}}@media(max-width:480px){.caseStudyImage{min-height:200px}}.caseStudyDetailsContainer{display:flex;padding:40px 200px 80px;align-items:flex-start;gap:28px;align-self:stretch}@media(max-width:1024px){.caseStudyDetailsContainer{padding:0 40px 60px}}@media(max-width:768px){.caseStudyDetailsContainer{padding:0 0 40px}}.fullDataSection{display:flex;align-items:flex-start;flex-direction:column;gap:40px;align-self:stretch}@media(max-width:1024px){.fullDataSection{flex-direction:column;gap:28px}}.overviewSection,.keyDetailsSection,.impactFocusSection{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;flex:1}.sectionHeading{color:#212121;font-family:Inter;font-size:40px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.8px;margin:0}@media(max-width:1024px){.sectionHeading{font-size:24px;letter-spacing:-.6px}}@media(max-width:480px){.sectionHeading{font-size:24px}}.sectionDescription{color:#353535;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px;align-self:stretch;margin:0}.keyDetailsList{list-style-type:disc;margin:0;padding-left:20px;align-self:stretch}.keyDetailItem{color:#353535;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:12px}.keyDetailItem:last-child{margin-bottom:0}.keyDetailItem::marker{color:#353535}.nextCaseStudiesContainer{display:flex;max-height:669px;padding:80px;flex-direction:column;align-items:flex-start;gap:28px;align-self:stretch;background:#fff}@media(max-width:1024px){.nextCaseStudiesContainer{padding:60px 30px;max-height:unset;height:auto}}@media(max-width:768px){.nextCaseStudiesContainer{padding:40px 16px}}.nextCasesWrapper{display:flex;max-width:1270px;align-items:stretch;gap:28px;width:100%}@media(max-width:1024px){.nextCasesWrapper{flex-direction:column;align-items:stretch}}.nextCaseCard{display:flex;max-width:643px;padding:44px;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;border-radius:8px;border:1px solid #e1e1e1;background:#fff;width:100%;flex:1}@media(max-width:1024px){.nextCaseCard{max-width:100%;max-height:auto;height:auto}}@media(max-width:768px){.nextCaseCard{padding:20px}}.nextCaseContentWrapper{display:flex;align-items:center;gap:40px;align-self:stretch;height:100%}@media(max-width:768px){.nextCaseContentWrapper{flex-direction:column-reverse;gap:20px}}.leftSideSection{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:40px;align-self:stretch;flex:1}@media(max-width:768px){.leftSideSection{gap:20px}}.textInfoWrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex:1 0 0}.projectTitle{color:#212121;font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.4px;margin:0}.projectDescription{color:#353535;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px;text-transform:capitalize;max-width:291px;margin:0}.nextCaseViewButton .buttonText{color:#212121}.nextCaseViewButton .arrow{filter:invert(1) brightness(0)}.rightSideSection{flex:1 0 0;display:flex;justify-content:center;align-items:center;height:100%}.projectImage{height:361px;width:100%;object-fit:cover;border-radius:4px}@media(max-width:1200px){.projectImage{height:361px}}@media(max-width:768px){.projectImage{height:auto;max-height:361px}}.letsTalkSection{width:100%;display:flex;justify-content:center;background-color:#fff}.letsTalkSection .letsTalkContainer{display:flex;max-width:1440px;width:100%;padding:80px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:40px}@media(max-width:1024px){.letsTalkSection .letsTalkContainer{flex-direction:column;padding:40px 30px;gap:60px}}@media(max-width:767px){.letsTalkSection .letsTalkContainer{padding:32px 16px}}.letsTalkSection .letsTalkContainer .dataSection{display:flex;flex-direction:column;align-items:flex-start;gap:54px;flex:1}.letsTalkSection .letsTalkContainer .dataSection .headingSection{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.letsTalkSection .letsTalkContainer .dataSection .headingSection h2{color:#212121;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:60px;letter-spacing:-.8px;text-align:left}.letsTalkSection .letsTalkContainer .dataSection .headingSection p{color:#353535;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.4px;max-width:538px}.letsTalkSection .letsTalkContainer .dataSection .emailContainer{display:flex;flex-direction:column;align-items:flex-start;gap:54px}.letsTalkSection .letsTalkContainer .dataSection .mailSection,.letsTalkSection .letsTalkContainer .dataSection .phoneSection{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.letsTalkSection .letsTalkContainer .dataSection .mailSection .label,.letsTalkSection .letsTalkContainer .dataSection .phoneSection .label{color:#212121;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.letsTalkSection .letsTalkContainer .dataSection .mailSection .value,.letsTalkSection .letsTalkContainer .dataSection .phoneSection .value{color:#353535;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:27px;letter-spacing:-.36px;text-decoration:none;transition:color .3s ease}.letsTalkSection .letsTalkContainer .dataSection .mailSection .value:hover,.letsTalkSection .letsTalkContainer .dataSection .phoneSection .value:hover{color:#02ad4d}.letsTalkSection .letsTalkContainer .formSection{display:flex;max-width:565px;width:100%;flex-direction:column;align-items:flex-start;gap:24px;flex-shrink:0}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm{width:100%;display:flex;flex-direction:column;gap:24px}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .messageBox{width:100%;padding:16px;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-align:center}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .messageBox.successBox{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .messageBox.errorBox{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formRow{display:flex;gap:20px;width:100%}@media(max-width:600px){.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formRow{flex-direction:column;gap:24px}}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup{display:flex;flex-direction:column;gap:8px;width:100%;flex:1;position:relative}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup.fullWidth{width:100%}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup label{color:#212121;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.5}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup label .asterisk{color:#e74c3c;margin-left:4px}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup input,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea{width:100%;padding:10px 16px;border-radius:8px;background:#f9f9f9;border:1px solid transparent;font-family:Inter,sans-serif;font-size:14px;color:#353535;outline:none;transition:all .3s ease}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup input::placeholder,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea::placeholder{color:#b2b2b2}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup input:focus,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea:focus{background:#fff;border-color:#02ad4d;box-shadow:0 0 0 2px #02ad4d0d}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup input.error,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea.error{border-color:#e74c3c;background:#fff5f5}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup input.error:focus,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea.error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea{resize:vertical;min-height:120px}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper{position:relative;width:100%;display:flex;align-items:center}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select{width:100%;padding:10px 16px;border-radius:8px;background:#f9f9f9 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23353535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 16px center;background-size:12px 12px;border:1px solid transparent;font-family:Inter,sans-serif;font-size:14px;color:#353535;outline:none;appearance:none;cursor:pointer;transition:all .3s ease;box-sizing:border-box;line-height:1.5;min-width:0}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select.placeholder{color:#b2b2b2}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select:focus{background-color:#fff;border-color:#02ad4d;box-shadow:0 0 0 2px #02ad4d0d;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23353535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:12px 12px}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select.error{border-color:#e74c3c;background-color:#fff5f5;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23353535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:12px 12px}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select.error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33;background-color:#fff5f5}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select option{padding:8px 12px;line-height:1.5;background:#fff;color:#353535}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select option:checked{background:linear-gradient(#02ad4d,#02ad4d);background-color:#02ad4d;color:#fff}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .errorMessage{position:absolute;bottom:-18px;color:#e74c3c;font-family:Inter,sans-serif;font-size:13px;font-weight:400;display:block}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .submitButton{width:100%;padding:16px;margin-top:8px;background-color:#02ad4d;color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .submitButton:hover:not(:disabled){background-color:#60b741}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .submitButton:disabled{background-color:#9e9e9e;cursor:not-allowed;opacity:.7}@media screen and (max-width:1024px){.letsTalkSection .letsTalkContainer{gap:24px}.letsTalkSection .letsTalkContainer .dataSection{gap:24px;width:100%}.letsTalkSection .letsTalkContainer .dataSection .headingSection{gap:8px;width:100%}.letsTalkSection .letsTalkContainer .dataSection .headingSection h2{font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px;text-align:center}.letsTalkSection .letsTalkContainer .dataSection .headingSection p{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.28px}.letsTalkSection .letsTalkContainer .dataSection .emailContainer{flex-direction:row;align-items:center;width:100%;padding-bottom:24px;border-bottom:1px solid #e1e1e1}.letsTalkSection .letsTalkContainer .dataSection .mailSection{gap:8px;width:100%}.letsTalkSection .letsTalkContainer .dataSection .mailSection .label{font-size:18px;font-weight:600;line-height:140%;letter-spacing:-.36px}.letsTalkSection .letsTalkContainer .dataSection .mailSection .value{font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.28px}.letsTalkSection .letsTalkContainer .dataSection .phoneSection{width:100%;gap:8px}.letsTalkSection .letsTalkContainer .dataSection .phoneSection .label{font-size:18px;font-weight:600;line-height:140%;letter-spacing:-.36px}.letsTalkSection .letsTalkContainer .dataSection .phoneSection .value{font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.28px}.letsTalkSection .letsTalkContainer .formSection{width:100%;max-width:100%}.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup input,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup .selectWrapper select,.letsTalkSection .letsTalkContainer .formSection .letsTalkForm .formGroup textarea{padding:8px 16px}}@media screen and (max-width:400px){.letsTalkSection .letsTalkContainer .dataSection .emailContainer{flex-direction:column;align-items:flex-start;gap:24px}}.emissionReductionContainer{padding:100px 0;display:flex;justify-content:center;align-items:center;flex-direction:row;background-image:url(/assets/grid-CTNEljq2.png);background-repeat:no-repeat;background-size:100% 100%}.emissionReductionContainer .emissionReductionWrapper{width:88.888888889%}.emissionReductionContainer .emissionReductionWrapper .emissionCardsWrapper{display:flex;justify-content:center;align-items:stretch;flex-direction:row;gap:18px;flex-wrap:wrap}.emissionReductionContainer .emissionReusableCard{flex:0 1 calc(33.333% - 12px)}@media screen and (max-width:992px){.emissionReductionContainer .emissionReusableCard{flex:0 1 calc(50% - 9px)}}@media screen and (max-width:568px){.emissionReductionContainer .emissionReusableCard{flex:0 1 100%}}@media screen and (max-width:992px){.emissionReductionContainer{padding:40px 30px}.emissionReductionContainer .emissionReductionWrapper{width:100%}}@media screen and (max-width:568px){.emissionReductionContainer{padding:32px 16px}.emissionReductionContainer .emissionReductionWrapper .emissionCardsWrapper{gap:24px}}.imgCardContainer{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:24px;min-height:180px;padding:24px;border-radius:12px;background:#fff}.imgCardContainer img{width:38px;height:38px;flex-shrink:0}.imgCardContainer p{color:#142823;font-size:20px;font-weight:500;line-height:33px;letter-spacing:-.44px}@media screen and (max-width:767px){.imgCardContainer{padding:16px;min-height:unset}.imgCardContainer p{font-size:18px;font-weight:500;line-height:24px}}.beyondCarbonSection{padding:80px 20px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#f5f5f5}.beyondCarbonSection .outerContainer{width:100%;max-width:1240px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px}.beyondCarbonSection .outerContainer .headingContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:11px;max-width:842px;width:100%}.beyondCarbonSection .outerContainer .headingContainer h1{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.beyondCarbonSection .outerContainer .headingContainer p{color:gray;text-align:center;font-size:16px;font-weight:400;line-height:27px;letter-spacing:-.36px}.beyondCarbonSection .outerContainer .lastContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:35px}.beyondCarbonSection .outerContainer .lastContainer .imgWrapper{width:404px;height:auto;flex-shrink:0;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.beyondCarbonSection .outerContainer .lastContainer .imgWrapper img{object-fit:cover;border-radius:12px}.beyondCarbonSection .outerContainer .lastContainer .cardWrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}@media screen and (max-width:1024px){.beyondCarbonSection{padding:40px 30px}.beyondCarbonSection .outerContainer .headingContainer h1{font-size:32px;font-weight:600;line-height:48px}.beyondCarbonSection .outerContainer .lastContainer .imgWrapper{width:360px}.beyondCarbonSection .outerContainer .lastContainer .cardWrapper{gap:20px}}@media screen and (max-width:900px){.beyondCarbonSection .outerContainer .lastContainer{flex-direction:column;align-items:center}.beyondCarbonSection .outerContainer .lastContainer .imgWrapper{width:100%;height:350px}}@media screen and (max-width:520px){.beyondCarbonSection{padding:32px 16px}.beyondCarbonSection .outerContainer .headingContainer h1{font-size:24px;font-weight:600;line-height:36px}.beyondCarbonSection .outerContainer .headingContainer p{font-size:14px;font-weight:400;line-height:22px}.beyondCarbonSection .outerContainer .lastContainer{gap:24px}.beyondCarbonSection .outerContainer .lastContainer .imgWrapper{width:100%;height:auto}.beyondCarbonSection .outerContainer .lastContainer .cardWrapper{width:100%;grid-template-columns:repeat(1,1fr)}}.marketOpportunityContainer{padding:100px 0;display:flex;justify-content:center;align-items:center;flex-direction:row}.marketOpportunityContainer .marketOpportunityWrapper{width:88.888888889%;border-radius:38px;background:#142823;padding:118px 0 128px;position:relative}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px;max-width:605px;margin-left:75px}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper h1{color:#fff;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper h2{color:#fff;font-size:18px;font-weight:300;line-height:27px;letter-spacing:-.36px}.marketOpportunityContainer .marketOpportunityWrapper .marketImage{position:absolute;top:-12%;right:-5%}@media screen and (max-width:1300px){.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper{max-width:450px;margin-left:30px}}@media screen and (max-width:1100px){.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper{max-width:350px;margin-left:10px}.marketOpportunityContainer .marketOpportunityWrapper .marketImage{top:6%}}@media screen and (max-width:992px){.marketOpportunityContainer{padding:50px}.marketOpportunityContainer .marketOpportunityWrapper{width:100%;padding:22px 12px 22px 22px;border-radius:12px}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper{margin:0;gap:18px}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper h1{color:#fff;font-size:18px;font-weight:500;line-height:21px;letter-spacing:-.36px}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper h2{color:var(--BG-Grey, #f5f5f5);font-size:12px;font-weight:300;line-height:18px;letter-spacing:-.24px}.marketOpportunityContainer .marketOpportunityWrapper .marketImage{width:149.516px;height:141.097px;right:0}}@media screen and (max-width:568px){.marketOpportunityContainer{padding:32px 16px}.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper{max-width:200px}.marketOpportunityContainer .marketOpportunityWrapper .marketImage{top:15%;right:-4%}}@media screen and (max-width:390px){.marketOpportunityContainer .marketOpportunityWrapper .marketContentWrapper{max-width:175px}}.commonCardWrapper{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:24px;min-height:180px;max-width:380px;width:100%;border-radius:12px;background:#fff;padding:24px}.commonCardWrapper .cardImage{width:38px;height:38px;flex-shrink:0}.commonCardWrapper .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:12px}.commonCardWrapper .contentWrapper h1{color:#142823;font-size:16px;font-weight:400;line-height:24px}.commonCardWrapper .contentWrapper p{color:#142823;font-size:20px;font-weight:500;line-height:normal;letter-spacing:-.44px}@media screen and (max-width:1065px){.commonCardWrapper{padding:10px}}@media screen and (max-width:992px){.commonCardWrapper{width:100%;max-width:100%;padding:24px;min-height:unset}.commonCardWrapper .cardImage{width:32px;height:32px}.commonCardWrapper .contentWrapper h1{color:var(--Text---Dark, #212121);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:-.36px}.commonCardWrapper .contentWrapper p{font-size:18px;font-weight:500;line-height:normal}}.businessModelContainer{padding:80px 20px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;flex-direction:row}.businessModelContainer .businessModelWrapper{width:100%;max-width:1240px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px}.businessModelContainer .businessModelWrapper .topContent{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:11px}.businessModelContainer .businessModelWrapper .topContent h1{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.businessModelContainer .businessModelWrapper .topContent p{color:#212121;font-size:30px;font-weight:500;line-height:normal;letter-spacing:-.6px}.businessModelContainer .businessModelWrapper .topContent #topP{padding-top:40px;color:#212121;font-size:30px;font-weight:500;line-height:normal;letter-spacing:-.6px}.businessModelContainer .businessModelWrapper .bottomContent{display:flex;justify-content:space-between;align-items:center;flex-direction:row;position:relative;gap:35px;width:100%}.businessModelContainer .businessModelWrapper .bottomContent .leftBottomContent{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:35px;width:100%}.businessModelContainer .businessModelWrapper .bottomContent .leftBottomContent .commonCard{width:100%}.businessModelContainer .businessModelWrapper .bottomContent .image{width:404px;height:395px;flex-shrink:0}.businessModelContainer .businessModelWrapper .bottomContent .image img{object-fit:cover;border-radius:12px}.businessModelContainer .businessModelWrapper .bottomContent .rightBottomContent{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:35px;width:100%}.businessModelContainer .businessModelWrapper .bottomContent .rightBottomContent .commonCard{width:100%}.businessModelContainer .businessModelWrapper .bottomContent .rightBottomContent .commonCard:first-child .commonCardContainer .commonCardWrapper h1{max-width:275px}.businessModelContainer .businessModelWrapper .bottomContent h4{position:absolute;color:#fff;font-size:18px;font-weight:500;line-height:normal;letter-spacing:-.36px;max-width:369px;bottom:5%;left:35%}@media screen and (max-width:1370px){.businessModelContainer .businessModelWrapper .bottomContent h4{max-width:300px}}@media screen and (max-width:1048px){.businessModelContainer .businessModelWrapper .bottomContent h4{max-width:260px}}@media screen and (max-width:992px){.businessModelContainer{padding:40px 30px}.businessModelContainer .businessModelWrapper{width:100%;gap:32px}.businessModelContainer .businessModelWrapper .topContent{gap:8px}.businessModelContainer .businessModelWrapper .topContent h1{color:var(--Text---Dark, #212121);font-size:24px;line-height:36px;letter-spacing:-.48px}.businessModelContainer .businessModelWrapper .topContent p{font-size:20px;font-weight:500}.businessModelContainer .businessModelWrapper .topContent #topP{padding-top:20px;font-size:20px;font-weight:500}.businessModelContainer .businessModelWrapper .bottomContent{flex-direction:column;gap:13px;width:100%}.businessModelContainer .businessModelWrapper .bottomContent .image{width:100%}.businessModelContainer .businessModelWrapper .bottomContent h4{bottom:70%;left:4%;max-width:100%}.businessModelContainer .businessModelWrapper .bottomContent .cardsWrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:13px}}@media screen and (max-width:600px){.businessModelContainer{padding:32px 16px}.businessModelContainer .businessModelWrapper .bottomContent h4{max-width:313px;line-height:27px}.businessModelContainer .businessModelWrapper .bottomContent .cardsWrapper{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:568px){.businessModelContainer .businessModelWrapper .bottomContent .image{height:180px}.businessModelContainer .businessModelWrapper .bottomContent h4{bottom:83%}}.tableWrapper{width:100%;overflow-x:auto}.tableWrapper .customTable{width:100%;border-collapse:collapse;border-radius:12px 12px 0 0;overflow:hidden}.tableWrapper .customTable thead{background:#f8fafb}.tableWrapper .customTable thead th{text-align:left;height:50px;padding:8px 16px;overflow:hidden;color:#888e9e;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.tableWrapper .customTable thead th:first-child{min-width:110px}.tableWrapper .customTable thead th:nth-child(2){min-width:350px}.tableWrapper .customTable thead th:last-child{min-width:230px}.tableWrapper .customTable tbody tr{transition:background .2s ease}.tableWrapper .customTable tbody tr td{height:64px;padding:6px 16px;overflow:hidden;color:#0f0f10;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border-bottom:1px solid #eaedf2}.tableWrapper.revenuModel .customTable thead th:first-child{min-width:230px}.tableWrapper.revenuModel .customTable thead th:nth-child(2){min-width:250px}.tableWrapper.buyer .customTable thead th:first-child{min-width:230px}.tableWrapper.buyer .customTable thead th:nth-child(2){min-width:150px}.tableWrapper.buyer .customTable thead th:last-child{min-width:150px}.tableWrapper.investor .customTable thead th:first-child{min-width:200px}.tableWrapper.investor .customTable thead th:nth-child(2){min-width:150px}.tableWrapper.investor .customTable thead th:nth-child(3){min-width:230px}.tableWrapper.investor .customTable thead th:last-child{min-width:200px}.tableWrapper.investor .customTable tbody{background:#fff}.riskMitigationContainer{padding:80px 0 96px;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:row}.riskMitigationContainer .riskMitigationWrapper{width:88.888888889%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:39px}.riskMitigationContainer .riskMitigationWrapper h1{color:#212121;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper{width:100%;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;gap:20px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .image{width:55.223880597%;height:544px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .image img{object-fit:cover;border-radius:12px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper{width:43.11774461%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:20px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card{padding:24px;border-radius:12px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon{height:214px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:18px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .contentWrapper h2{font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:33px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .contentWrapper p{font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .dataImage{width:38px;height:38px;flex-shrink:0}@media screen and (max-width:1200px){.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card{padding:12px}}@media screen and (max-width:992px){.riskMitigationContainer{padding:32px 16px}.riskMitigationContainer .riskMitigationWrapper{width:100%;gap:32px;align-items:start}.riskMitigationContainer .riskMitigationWrapper h1{text-align:center;font-size:24px;font-style:normal;font-weight:600;line-height:36px;letter-spacing:-.48px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper{flex-direction:column;gap:12px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .image{height:350px;width:100%}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper{width:100%;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,auto);gap:12px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card{padding:24px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon{height:172px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .contentWrapper h2{font-size:20px;font-weight:500;line-height:30px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .contentWrapper p{font-size:14px}.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .cardsWrapper .card .cardCon .dataImage{width:32px;height:32px}}@media screen and (max-width:568px){.riskMitigationContainer .riskMitigationWrapper .imageAndCardsWrapper .image{height:180px}}.competitiveEdgeContainer{background:#f5f5f5;display:flex;justify-content:end;align-items:flex-start;flex-direction:row}.competitiveEdgeContainer .competitiveEdgeWrapper{width:94.444444444%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:93px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper{width:40.955882353%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:41px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper h1{color:#212121;font-size:40px;font-weight:500;line-height:60px;letter-spacing:-.8px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper .iconAndText{width:100%;padding-bottom:30px;border-bottom:2px dotted #e1e1e1;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper .iconAndText .icon{width:14px;height:14px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper .iconAndText p{color:#142823;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px}.competitiveEdgeContainer .competitiveEdgeWrapper .competitiveImage{flex:1;height:638px}.competitiveEdgeContainer .competitiveEdgeWrapper .competitiveImage img{object-fit:cover}@media screen and (max-width:992px){.competitiveEdgeContainer .competitiveEdgeWrapper{width:100%;flex-direction:column;gap:32px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper{width:100%;padding:32px 16px 0;gap:32px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper h1{color:var(--Text---Dark, #212121);text-align:center;font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.48px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper{width:100%;gap:32px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper .iconAndText{padding-bottom:0;border:0}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper .iconAndText .icon{min-width:14px}.competitiveEdgeContainer .competitiveEdgeWrapper .textWrapper .iconAnTextWrapper .iconAndText p{color:var(--Text---Light, #353535);font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.32px}.competitiveEdgeContainer .competitiveEdgeWrapper .competitiveImage{width:100%;height:350px;flex:unset}}@media screen and (max-width:568px){.competitiveEdgeContainer .competitiveEdgeWrapper .competitiveImage{height:250px}}.interestedPartneringContainer{padding:80px 0;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:row}.interestedPartneringContainer .interestedPartneringWrapper{width:88.888888889%;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;gap:60px}.interestedPartneringContainer .interestedPartneringWrapper .image{flex:1}.interestedPartneringContainer .interestedPartneringWrapper .image img{object-fit:cover;border-radius:12px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper{width:53.064516129%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:160px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper{border-radius:12px;background:#f5f5f5;padding:20px;width:100%}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper .contentAndImage{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper .contentAndImage .flowerImage{width:24px;height:24px;flex-shrink:0}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper .contentAndImage p{color:#000;font-size:16px;font-weight:500;line-height:24px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent{width:100%;padding:24px;border-radius:16px;background:#02ad4d;position:relative}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:44px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .textWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .textWrapper h1{color:#fff;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.48px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .textWrapper h2{color:#fffc;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px;text-transform:capitalize}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .buttonsWrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .leafImage{height:162px;position:absolute;top:0%;right:0}@media screen and (max-width:1320px){.interestedPartneringContainer .interestedPartneringWrapper{flex-direction:column}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper{width:100%;gap:100px}}@media screen and (max-width:992px){.interestedPartneringContainer{padding:32px 16px}.interestedPartneringContainer .interestedPartneringWrapper{width:100%;gap:16px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper{gap:32px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper{padding:24px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper .contentAndImage{height:92px;gap:0}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .topContent .contentAndImageWrapper .contentAndImage p{color:var(--Text---Dark, #212121);font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.28px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper{gap:40px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .textWrapper h1{color:#fff;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .textWrapper h2{color:#fffc;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.28px;text-transform:capitalize}.interestedPartneringContainer .interestedPartneringWrapper .partneringContentWrapper .bottomContent .textAndButtonsWrapper .buttonsWrapper{width:100%;flex-direction:column;gap:12px}}.marketValuationSection{padding:80px;max-width:1440px;margin:0 auto;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.marketValuationSection h1{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.marketValuationSection .cardWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:60px}.marketValuationSection .cardWrapper .cardContainer{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:60px}.marketValuationSection .cardWrapper .cardContainer .leftContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.marketValuationSection .cardWrapper .cardContainer .leftContainer h3{color:#212121;font-size:24px;font-weight:500;line-height:36px;letter-spacing:-.6px;max-width:430px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper,.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper .contentWrapper p{color:#212121;font-size:20px;font-weight:600;line-height:36px;letter-spacing:-.4px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper .contentWrapper span{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper hr{width:100%;height:0;border:.5px dashed #e1e1e1}.marketValuationSection .cardWrapper .cardContainer.left{flex-direction:row-reverse}.marketValuationSection .cardWrapper .cardContainer .imgWrapper{width:610px;height:auto;flex-shrink:0;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.marketValuationSection .cardWrapper .cardContainer .imgWrapper img{object-fit:cover;border-radius:16px}@media screen and (max-width:1180px){.marketValuationSection .cardWrapper .cardContainer .imgWrapper{width:450px}}@media screen and (max-width:1024px){.marketValuationSection{padding:40px 30px}}@media screen and (max-width:900px){.marketValuationSection h1{font-size:32px;font-weight:600;line-height:48px}.marketValuationSection .cardWrapper .cardContainer{gap:30px;flex-direction:column-reverse}.marketValuationSection .cardWrapper .cardContainer .imgWrapper{width:100%;height:350px}.marketValuationSection .cardWrapper .cardContainer.left{flex-direction:column-reverse}.marketValuationSection .cardWrapper .cardContainer .leftContainer{gap:20px}.marketValuationSection .cardWrapper .cardContainer .leftContainer h3{font-size:24px;font-weight:600;line-height:normal}}@media screen and (max-width:767px){.marketValuationSection{padding:32px 16px;align-items:center}.marketValuationSection h1{font-size:24px;font-weight:600;line-height:36px}.marketValuationSection .cardWrapper{gap:40px}.marketValuationSection .cardWrapper .cardContainer .leftContainer h3{font-size:18px;font-weight:600;line-height:normal}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper,.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper{gap:12px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper .contentWrapper p{font-size:16px;font-weight:500;line-height:24px}.marketValuationSection .cardWrapper .cardContainer .leftContainer .listWrapper .itemWrapper .contentWrapper span{font-size:14px;font-weight:400;line-height:20px}}@media screen and (max-width:490px){.marketValuationSection .cardWrapper .cardContainer .imgWrapper{width:100%;height:unset}}.gmvContainer{padding:80px 20px 113px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#f5f5f5}.gmvContainer .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.gmvContainer .outerContainer .imgWrapper{width:556px;height:auto}.gmvContainer .outerContainer .imgWrapper img{object-fit:cover}.gmvContainer .outerContainer .contentWrapper{max-width:633px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.gmvContainer .outerContainer .contentWrapper h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.gmvContainer .outerContainer .contentWrapper .cardWrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:18px;gap:24px;flex:1 0 0;border-radius:12px;border:1px dashed #ddd}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer h3{color:#212121;font-size:18px;font-weight:600;line-height:normal;letter-spacing:-.36px}@media screen and (max-width:767px){.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer h3{font-weight:500}}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer .listWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer .listWrapper .itemWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer .listWrapper .itemWrapper img{width:14px;height:14px;flex-shrink:0}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer .listWrapper .itemWrapper p{color:#212121;font-size:14px;font-weight:400;line-height:normal}.gmvContainer .outerContainer .contentWrapper .cardWrapper .cardContainer .listWrapper .itemWrapper p span{color:#212121;font-size:14px;font-weight:500;line-height:normal}@media screen and (max-width:1024px){.gmvContainer{padding:40px 30px}.gmvContainer .outerContainer{flex-direction:column;align-items:center;gap:40px}.gmvContainer .outerContainer .contentWrapper{max-width:100%;align-items:center}.gmvContainer .outerContainer .contentWrapper h1{font-size:32px;font-weight:600;line-height:48px}}@media screen and (max-width:767px){.gmvContainer{padding:32px 16px}.gmvContainer .outerContainer{gap:30px}.gmvContainer .outerContainer .imgWrapper{width:400px}.gmvContainer .outerContainer .contentWrapper{gap:20px}.gmvContainer .outerContainer .contentWrapper h1{font-size:24px;font-weight:600;line-height:36px;text-align:center}.gmvContainer .outerContainer .contentWrapper .cardWrapper{grid-template-columns:repeat(1,1fr);gap:16px}}@media screen and (max-width:470px){.gmvContainer .outerContainer .imgWrapper{width:100%}}.founderCredentialSection{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:80px;gap:60px;max-width:1440px;margin:0 auto;width:100%}.founderCredentialSection h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.founderCredentialSection .cardWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:60px}.founderCredentialSection .cardWrapper .cardContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:60px}.founderCredentialSection .cardWrapper .cardContainer.left{flex-direction:row-reverse}.founderCredentialSection .cardWrapper .cardContainer .contentContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:100%;max-width:605px;gap:20px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .topContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:4px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .topContainer h3{color:#212121;font-size:30px;font-weight:600;line-height:48px;letter-spacing:-.8px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .topContainer p{color:#353535;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer h4{color:#212121;font-size:20px;font-weight:600;line-height:30px;letter-spacing:-.4px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:36px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:12px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .iconWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;height:30px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .iconWrapper img{width:12px;height:12px;flex-shrink:0}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .para{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .para p{color:#353535;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .para span{color:gray;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .strengthWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .strengthWrapper h4{color:#212121;font-size:20px;font-weight:600;line-height:30px;letter-spacing:-.4px}@media screen and (max-width:767px){.founderCredentialSection .cardWrapper .cardContainer .contentContainer .strengthWrapper h4{font-size:16px;font-weight:500;line-height:30px}}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .strengthWrapper h6{color:#353535;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px}.founderCredentialSection .cardWrapper .cardContainer .imgWrapper{width:616px;height:588px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-shrink:0;position:sticky;top:20px}.founderCredentialSection .cardWrapper .cardContainer .imgWrapper img{object-fit:cover;border-radius:12px}@media screen and (max-width:1260px){.founderCredentialSection .cardWrapper .cardContainer{gap:30px}.founderCredentialSection .cardWrapper .cardContainer .imgWrapper{width:500px}}@media screen and (max-width:1024px){.founderCredentialSection{padding:40px 30px;align-items:center}.founderCredentialSection .cardWrapper .cardContainer{gap:30px;flex-direction:column-reverse;align-items:center}.founderCredentialSection .cardWrapper .cardContainer.left{flex-direction:column-reverse;align-items:center}.founderCredentialSection .cardWrapper .cardContainer .contentContainer{max-width:100%}.founderCredentialSection .cardWrapper .cardContainer .imgWrapper{width:500px;height:360px;position:static}}@media screen and (max-width:767px){.founderCredentialSection{padding:32px 16px;align-items:center;gap:30px}.founderCredentialSection h1{font-size:24px;font-weight:600;line-height:36px;text-align:center}.founderCredentialSection .cardWrapper{gap:40px}.founderCredentialSection .cardWrapper .cardContainer{gap:30px;flex-direction:column-reverse;align-items:center}.founderCredentialSection .cardWrapper .cardContainer.left{flex-direction:column-reverse;align-items:center}.founderCredentialSection .cardWrapper .cardContainer .contentContainer{max-width:100%}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .topContainer h3{font-size:24px;font-weight:600;line-height:36px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .topContainer p{font-size:16px;font-weight:400;line-height:24px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer h4{font-size:18px;font-weight:600;line-height:24px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .para p{font-size:16px;font-weight:500;line-height:24px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .middleContainer .listWrapper .itemWrapper .para span{font-size:14px;font-weight:400;line-height:24px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .strengthWrapper{gap:16px}.founderCredentialSection .cardWrapper .cardContainer .contentContainer .strengthWrapper h6{font-size:14px;font-weight:400;line-height:24px}.founderCredentialSection .cardWrapper .cardContainer .imgWrapper{width:500px}}@media screen and (max-width:550px){.founderCredentialSection .cardWrapper .cardContainer .imgWrapper{width:100%;height:auto}}.whyNowSection{padding:60px 80px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#142823}.whyNowSection .outerContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:60px;max-width:1280px;width:100%}.whyNowSection .outerContainer h1{color:#fff;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.whyNowSection .outerContainer .middleContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px;width:100%}.whyNowSection .outerContainer .middleContainer p{color:#fff;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px}.whyNowSection .outerContainer .middleContainer .gapWrapper{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;gap:16px;border:1px solid #26463e;min-height:351px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer:first-child{border-radius:12px 0 0 12px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer:last-child{border-radius:0 12px 12px 0}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer img{width:40px;height:40px;flex-shrink:0;margin-bottom:28px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer h3{color:#fff;text-align:center;font-size:28px;font-weight:500;line-height:normal;letter-spacing:-.56px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer p{color:#fff;text-align:center;font-size:16px;font-weight:300;line-height:24px;letter-spacing:-.32px;opacity:.8;max-width:285px}.whyNowSection .outerContainer .bottomContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px;width:100%}.whyNowSection .outerContainer .bottomContainer span{color:#fff;font-size:16px;font-weight:500;line-height:normal;letter-spacing:-.32px}.whyNowSection .outerContainer .bottomContainer .gridWrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.whyNowSection .outerContainer .bottomContainer .gridWrapper .itemWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;padding:17px;gap:16px;border-radius:12px;border:1px dashed #26463e;background:#142823}.whyNowSection .outerContainer .bottomContainer .gridWrapper .itemWrapper img{width:12px;height:12px;flex-shrink:0}.whyNowSection .outerContainer .bottomContainer .gridWrapper .itemWrapper p{color:#fff;font-size:16px;font-weight:300;line-height:normal}@media screen and (max-width:1024px){.whyNowSection{padding:40px 30px}.whyNowSection .outerContainer{gap:40px;align-items:center}.whyNowSection .outerContainer h1{font-size:32px;font-weight:600;line-height:48px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer{padding:16px;min-height:300px;gap:36px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer h3{font-size:24px;font-weight:600;line-height:normal}}@media screen and (max-width:650px){.whyNowSection{padding:32px 16px}.whyNowSection .outerContainer{gap:30px}.whyNowSection .outerContainer h1{font-size:24px;font-weight:600;line-height:36px}.whyNowSection .outerContainer .middleContainer p{font-size:16px;font-weight:400;line-height:24px}.whyNowSection .outerContainer .middleContainer .gapWrapper{grid-template-columns:repeat(1,1fr)}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer{min-height:unset;gap:24px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer:first-child{border-radius:12px 12px 0 0}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer:last-child{border-radius:0 0 12px 12px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer img{width:32px;height:32px}.whyNowSection .outerContainer .middleContainer .gapWrapper .cardContainer h3{font-size:20px;font-weight:500;line-height:normal}.whyNowSection .outerContainer .bottomContainer .gridWrapper{grid-template-columns:repeat(1,1fr)}.whyNowSection .outerContainer .bottomContainer .gridWrapper .itemWrapper{padding:12px;border-radius:8px;gap:12px}.whyNowSection .outerContainer .bottomContainer .gridWrapper .itemWrapper p{font-size:14px;font-weight:300;line-height:normal}}.philosophyCardContainer{padding:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px;border-radius:8px;border:1px dashed #e1e1e1}.philosophyCardContainer .topHead{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.philosophyCardContainer .topHead .round{width:12px;height:12px;border-radius:50%;background:#7fea57}.philosophyCardContainer .topHead h3{color:#212121;font-size:20px;font-weight:600;line-height:36px;letter-spacing:-.4px}.philosophyCardContainer p{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.philosophySection{max-width:1440px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px;padding:40px 80px}.philosophySection .topContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.philosophySection .topContainer p{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:8px 16px;gap:8px;border-radius:999px;border:1px solid #e1e1e1;background:#fff;color:#000;text-align:center;font-size:12px;font-weight:400;line-height:21px;text-transform:uppercase}.philosophySection .topContainer h3{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.philosophySection .topContainer #newSpan{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.philosophySection .bottomContainer{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:1024px){.philosophySection{padding:40px 30px}.philosophySection .topContainer h3{font-size:24px;font-weight:600;line-height:36px}}@media screen and (max-width:992px){.philosophySection .bottomContainer{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.philosophySection{padding:32px 16px}.philosophySection .topContainer{gap:16px}.philosophySection .topContainer h3{font-size:24px;font-weight:600;line-height:36px}.philosophySection .bottomContainer{grid-template-columns:repeat(1,1fr)}}.economicModelSection{padding:40px 80px 80px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#142823}.economicModelSection .outerContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;max-width:1280px;width:100%}.economicModelSection .outerContainer .mainContent{display:flex;flex-direction:column;gap:60px;width:100%}.economicModelSection .outerContainer .topContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.economicModelSection .outerContainer .topContainer h3{color:#fff;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.economicModelSection .outerContainer .middleContainer,.economicModelSection .outerContainer .bottomContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px;padding:24px}.economicModelSection .outerContainer .middleContainer h5,.economicModelSection .outerContainer .bottomContainer h5{color:#fff;text-align:center;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.48px}.economicModelSection .outerContainer .middleContainer .cardContainer,.economicModelSection .outerContainer .bottomContainer .cardContainer,.economicModelSection .outerContainer .middleContainer .cardContainer .cardWrappers,.economicModelSection .outerContainer .bottomContainer .cardContainer .cardWrappers{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:40px}.economicModelSection .outerContainer .middleContainer .cardContainer .cardWrappers img,.economicModelSection .outerContainer .bottomContainer .cardContainer .cardWrappers img{width:64px;height:20px}.economicModelSection .outerContainer .bottomContainer{border-radius:12px;background:#18302a}.economicModelSection .outerContainer p{color:var(--White, #fff);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:300;line-height:30px;letter-spacing:-.4px;text-align:center;margin-top:2px}@media screen and (max-width:1439px){.economicModelSection .outerContainer .middleContainer .cardContainer,.economicModelSection .outerContainer .bottomContainer .cardContainer{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1210px){.economicModelSection .outerContainer .middleContainer .cardContainer,.economicModelSection .outerContainer .bottomContainer .cardContainer{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.economicModelSection .outerContainer .middleContainer .cardContainer .cardWrappers,.economicModelSection .outerContainer .bottomContainer .cardContainer .cardWrappers{gap:20px}}@media screen and (max-width:1024px){.economicModelSection{padding:40px 30px}.economicModelSection .outerContainer p{margin-top:24px;font-size:18px;line-height:28px}.economicModelSection .outerContainer .topContainer h3{font-size:24px;font-weight:600;line-height:36px}}@media screen and (max-width:800px){.economicModelSection{padding:32px 16px}.economicModelSection .outerContainer{gap:30px}.economicModelSection .outerContainer .topContainer h3{font-size:24px;font-weight:600;line-height:36px}.economicModelSection .outerContainer .middleContainer,.economicModelSection .outerContainer .bottomContainer{padding:16px;align-items:center;gap:16px}.economicModelSection .outerContainer .middleContainer h5,.economicModelSection .outerContainer .bottomContainer h5{font-size:18px;font-weight:500;line-height:26px}.economicModelSection .outerContainer .middleContainer .cardContainer,.economicModelSection .outerContainer .bottomContainer .cardContainer{display:grid;grid-template-columns:repeat(1,1fr)}.economicModelSection .outerContainer .middleContainer .cardContainer .cardWrappers,.economicModelSection .outerContainer .bottomContainer .cardContainer .cardWrappers{flex-direction:column;align-items:center}.economicModelSection .outerContainer .middleContainer .cardContainer .cardWrappers img,.economicModelSection .outerContainer .bottomContainer .cardContainer .cardWrappers img{transform:rotate(90deg);width:64px;height:64px}.economicModelSection .outerContainer p{margin-top:16px;font-size:16px;line-height:24px}}.economicModelCardContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:20px;width:200px;padding:16px 0}.economicModelCardContainer .imgWrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;padding:24px;border-radius:12px;border:1px solid #406f63}.economicModelCardContainer .imgWrapper .icon{width:40px!important;height:40px!important;transform:rotate(0)!important}.economicModelCardContainer p{color:#fff;text-align:center;font-size:18px!important;font-weight:400!important;letter-spacing:-.4px}@media screen and (max-width:767px){.economicModelCardContainer .imgWrapper{padding:16px}.economicModelCardContainer .imgWrapper .icon{width:32px!important;height:32px!important}.economicModelCardContainer p{font-size:16px;font-weight:500;line-height:normal}}.processComponentSection{max-width:1440px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:80px;gap:40px}.processComponentSection .topContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.processComponentSection .topContainer .btnWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px;flex-wrap:wrap}.processComponentSection .topContainer .btnWrapper h3{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}@media screen and (max-width:1024px){.processComponentSection .topContainer .btnWrapper h3{font-size:24px;font-weight:600;line-height:36px}}.processComponentSection .topContainer .btnWrapper .btnContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:18px}.processComponentSection .topContainer .btnWrapper .btnContainer .arrowWrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;border-radius:50%;width:48px;height:48px;background:#0000000f;cursor:pointer}.processComponentSection .topContainer .btnWrapper .btnContainer .arrowWrapper.disabled{opacity:.25;cursor:not-allowed}.processComponentSection .topContainer .btnWrapper .btnContainer .arrowWrapper img{width:6px;height:12px;flex-shrink:0}.processComponentSection .bottomContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:40px;overflow-x:hidden;scroll-behavior:smooth}@media screen and (max-width:1024px){.processComponentSection{padding:40px 30px}}@media screen and (max-width:767px){.processComponentSection{padding:32px 16px}.processComponentSection .topContainer .btnWrapper h3{font-size:24px;font-weight:600;line-height:36px}.processComponentSection .topContainer .btnWrapper .btnContainer{gap:10px}.processComponentSection .topContainer .btnWrapper .btnContainer .arrowWrapper{width:36px;height:36px}}.processCarouselContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;padding:24px;gap:42px;width:729px;flex-shrink:0}.processCarouselContainer .leftContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:310px;gap:20px}.processCarouselContainer .leftContainer h3{color:#212121;font-size:28px;font-weight:600;line-height:normal;letter-spacing:-.56px}.processCarouselContainer .leftContainer .listWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.processCarouselContainer .leftContainer .listWrapper .dataContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:12px}.processCarouselContainer .leftContainer .listWrapper .dataContainer .iconWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;height:29px}.processCarouselContainer .leftContainer .listWrapper .dataContainer .iconWrapper img{width:12px;height:12px;flex-shrink:0}.processCarouselContainer .leftContainer .listWrapper .dataContainer span{color:gray;font-size:18px;font-weight:400;line-height:24px;letter-spacing:-.36px}.processCarouselContainer .rightContainer{max-width:329px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.processCarouselContainer .rightContainer img{object-fit:cover}@media screen and (max-width:1024px){.processCarouselContainer{padding:0;width:fit-content;gap:20px}.processCarouselContainer .leftContainer{gap:16px;width:260px}.processCarouselContainer .leftContainer h3{font-size:20px;font-weight:600;line-height:normal}.processCarouselContainer .leftContainer .listWrapper{gap:16px}.processCarouselContainer .leftContainer .listWrapper .dataContainer span{font-size:14px;font-weight:500;line-height:20px}.processCarouselContainer .rightContainer{max-width:260px}}@media screen and (max-width:767px){.processCarouselContainer{flex-direction:column-reverse;align-items:center}}.assuranceCardContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;padding:18px;gap:16px;border-radius:12px;border:1px dashed #e1e1e1;background:#fff}.assuranceCardContainer img{width:32px;height:32px;flex-shrink:0}.assuranceCardContainer p{color:#212121;font-size:16px;font-weight:500;line-height:normal}@media screen and (max-width:767px){.assuranceCardContainer img{width:28px;height:28px}.assuranceCardContainer p{font-size:14px;font-weight:500;line-height:normal}}.qualityAssuranceSection{padding:80px;background:#f5f5f5;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.qualityAssuranceSection .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.qualityAssuranceSection .outerContainer .topContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.qualityAssuranceSection .outerContainer .topContainer h3{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}@media screen and (max-width:1024px){.qualityAssuranceSection .outerContainer .topContainer h3{font-size:24px;font-weight:600;line-height:36px}}.qualityAssuranceSection .outerContainer .topContainer p{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.qualityAssuranceSection .outerContainer .bottomContainer{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (max-width:1024px){.qualityAssuranceSection{padding:40px 30px}}@media screen and (max-width:767px){.qualityAssuranceSection{padding:32px 16px}.qualityAssuranceSection .outerContainer .topContainer{gap:16px}.qualityAssuranceSection .outerContainer .topContainer h3{font-size:24px;font-weight:600;line-height:36px}.qualityAssuranceSection .outerContainer .topContainer p{font-size:14px;font-weight:400;line-height:20px}.qualityAssuranceSection .outerContainer .bottomContainer{grid-template-columns:repeat(1,1fr)}}.technologyStackSection{padding:80px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#f5f5f5}.technologyStackSection .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px}.technologyStackSection .outerContainer .topContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;max-width:1106px;gap:11px}.technologyStackSection .outerContainer .topContainer h3{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.technologyStackSection .outerContainer .topContainer p{color:gray;text-align:center;font-size:16px;font-weight:400;line-height:27px;letter-spacing:-.36px}.technologyStackSection .outerContainer .imgWrapper{max-width:1280px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.technologyStackSection .outerContainer .imgWrapper img{object-fit:cover;border-radius:12px}.technologyStackSection .outerContainer .cardWrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}@media screen and (max-width:1024px){.technologyStackSection{padding:40px 30px}.technologyStackSection .outerContainer .cardWrapper{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:767px){.technologyStackSection{padding:32px 16px}.technologyStackSection .outerContainer{gap:30px}.technologyStackSection .outerContainer .topContainer h3{font-size:24px;font-weight:600;line-height:36px}.technologyStackSection .outerContainer .topContainer p{font-size:14px;font-weight:400;line-height:20px}.technologyStackSection .outerContainer .imgWrapper{height:300px}.technologyStackSection .outerContainer .cardWrapper{width:100%;grid-template-columns:repeat(1,1fr)}}.technologyCardContainer{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;min-height:275px;padding:24px;border-radius:12px;background:#fff;gap:24px}.technologyCardContainer img{width:38px;height:38px;flex-shrink:0}.technologyCardContainer .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.technologyCardContainer .contentWrapper h3{color:#142823;font-size:22px;font-weight:500;line-height:33px;letter-spacing:-.44px}.technologyCardContainer .contentWrapper .smallContent{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:12px}.technologyCardContainer .contentWrapper .smallContent p{color:gray;font-size:18px;font-weight:400;line-height:24px}@media screen and (max-width:767px){.technologyCardContainer .contentWrapper .smallContent p{font-size:16px;font-weight:400;line-height:24px}}.technologyCardContainer .contentWrapper .smallContent span{color:gray;font-size:16px;font-weight:300;line-height:24px}@media screen and (max-width:767px){.technologyCardContainer{min-height:unset;padding:16px;gap:16px}.technologyCardContainer .contentWrapper{gap:16px}}.carbonMeasurementSection{padding:80px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px;max-width:1440px;margin:0 auto}.carbonMeasurementSection .topContainer{max-width:1163px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.carbonMeasurementSection .topContainer h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.carbonMeasurementSection .carouselWrapper{width:100%;position:relative;padding:20px 0}.carbonMeasurementSection .carouselWrapper .carouselSlider{overflow-x:hidden;overflow-y:visible;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:40px;scroll-behavior:smooth}.carbonMeasurementSection .carouselWrapper .btnWrapper{position:absolute;left:0;bottom:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:18px}.carbonMeasurementSection .carouselWrapper .btnWrapper .arrowWrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;width:48px;height:48px;border-radius:50%;background:#0000000f;cursor:pointer}.carbonMeasurementSection .carouselWrapper .btnWrapper .arrowWrapper.disabled{opacity:.25;cursor:not-allowed}.carbonMeasurementSection .carouselWrapper .btnWrapper .arrowWrapper img{width:6px;height:12px;flex-shrink:0}@media screen and (max-width:1200px){.carbonMeasurementSection{padding:40px 30px}.carbonMeasurementSection .topContainer h1{font-size:32px;font-weight:600;line-height:48px}.carbonMeasurementSection .carouselWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:0}.carbonMeasurementSection .carouselWrapper .btnWrapper{position:static}}@media screen and (max-width:767px){.carbonMeasurementSection{padding:32px 16px;gap:30px}.carbonMeasurementSection .topContainer{gap:16px}.carbonMeasurementSection .topContainer h1{font-size:24px;font-weight:600;line-height:36px}.carbonMeasurementSection .carouselWrapper{padding:0;align-items:flex-end;gap:20px;flex-direction:column-reverse}}.carouselCardContainer{width:100%;min-width:100%;flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:40px}.carouselCardContainer .leftContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:50px;width:100%}.carouselCardContainer .leftContainer h3{color:#000;font-size:26px;font-weight:600;line-height:normal}.carouselCardContainer .leftContainer .listWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.carouselCardContainer .leftContainer .listWrapper p{color:#000;font-size:24px;font-weight:600;line-height:24px}.carouselCardContainer .leftContainer .listWrapper ul{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.carouselCardContainer .leftContainer .listWrapper ul .itemWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.carouselCardContainer .leftContainer .listWrapper ul .itemWrapper img{width:12px;height:12px;flex-shrink:0}.carouselCardContainer .leftContainer .listWrapper ul .itemWrapper span{color:gray;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px}.carouselCardContainer .imgWrapper{width:620px;height:auto;flex-shrink:0}.carouselCardContainer .imgWrapper img{object-fit:cover;border-radius:38px}@media screen and (max-width:1200px){.carouselCardContainer .leftContainer{gap:30px}.carouselCardContainer .leftContainer .listWrapper,.carouselCardContainer .leftContainer .listWrapper ul{gap:20px}.carouselCardContainer .leftContainer .listWrapper ul .itemWrapper span{font-size:18px;font-weight:500;line-height:24px}.carouselCardContainer .imgWrapper{height:400px;width:auto;margin-bottom:40px}}@media screen and (max-width:992px){.carouselCardContainer{flex-direction:column;align-items:center}}@media screen and (max-width:767px){.carouselCardContainer{flex-direction:column;gap:20px}.carouselCardContainer .leftContainer{gap:20px}.carouselCardContainer .leftContainer h3{font-size:22px;font-weight:600;line-height:normal}.carouselCardContainer .leftContainer .listWrapper p{font-size:18px;font-weight:600;line-height:normal}.carouselCardContainer .leftContainer .listWrapper ul .itemWrapper{gap:8px}.carouselCardContainer .leftContainer .listWrapper ul .itemWrapper span{font-size:16px;font-weight:400;line-height:normal}}@media screen and (max-width:500px){.carouselCardContainer .imgWrapper{width:100%;height:auto;flex-shrink:1;margin-bottom:0}.carouselCardContainer .imgWrapper img{border-radius:20px}}.farmerPartnershipSection{padding:80px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px;max-width:1440px;margin:0 auto}.farmerPartnershipSection .topContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.farmerPartnershipSection .topContainer h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.farmerPartnershipSection .listWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:100px}@media screen and (max-width:1024px){.farmerPartnershipSection{padding:40px 30px}.farmerPartnershipSection .topContainer h1{font-size:32px;font-weight:600;line-height:48px}}@media screen and (max-width:767px){.farmerPartnershipSection{padding:32px 16px}.farmerPartnershipSection .topContainer h1{font-size:24px;font-weight:600;line-height:36px}.farmerPartnershipSection .listWrapper{gap:60px}}.listImgCardContainer{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:60px}.listImgCardContainer .leftContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.listImgCardContainer .leftContainer h3{color:#212121;font-size:30px;font-weight:600;line-height:normal;letter-spacing:-.6px}.listImgCardContainer .leftContainer .subTitleWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.listImgCardContainer .leftContainer .subTitleWrapper p{color:#353535;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.4px}.listImgCardContainer .leftContainer .subTitleWrapper ul{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:18px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:12px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper .iconWrapper{height:30px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper .iconWrapper img{width:12px;height:12px;flex-shrink:0}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper .contentWrapper p{color:#353535;font-size:18px;font-weight:500;line-height:30px;letter-spacing:-.36px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper .contentWrapper span{color:gray;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.32px}.listImgCardContainer .imgWrapper{width:616px;height:auto;flex-shrink:0;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.listImgCardContainer .imgWrapper img{object-fit:cover;border-radius:12px}.listImgCardContainer.revenueModel .leftContainer{padding-top:30px;gap:32px}.listImgCardContainer.revenueModel .leftContainer h3{font-size:24px;font-weight:600;line-height:normal}.listImgCardContainer.revenueModel .leftContainer .subTitleWrapper ul{gap:24px}.listImgCardContainer.revenueModel .leftContainer .subTitleWrapper ul .itemWrapper span{font-size:16px;font-weight:500;line-height:normal;letter-spacing:-.32px}.listImgCardContainer.right{flex-direction:row-reverse}.listImgCardContainer.alignCenter{align-items:center}@media screen and (max-width:1200px){.listImgCardContainer .imgWrapper{width:500px}}@media screen and (max-width:1024px){.listImgCardContainer{gap:20px;flex-direction:column;align-items:center}.listImgCardContainer .leftContainer{gap:30px}.listImgCardContainer .leftContainer h3{font-size:24px;font-weight:600;line-height:normal}.listImgCardContainer .leftContainer .subTitleWrapper p{font-size:18px;font-weight:400;line-height:24px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper span{font-size:18px;font-weight:500;line-height:24px}.listImgCardContainer.right{flex-direction:column-reverse;align-items:center}.listImgCardContainer .imgWrapper{width:100%;height:350px}}@media screen and (max-width:767px){.listImgCardContainer{flex-direction:column;align-items:center;gap:30px}.listImgCardContainer .leftContainer{gap:20px}.listImgCardContainer .leftContainer h3{font-size:20px;font-weight:600;line-height:normal}.listImgCardContainer .leftContainer .subTitleWrapper p{font-size:16px;font-weight:400;line-height:24px}.listImgCardContainer .leftContainer .subTitleWrapper ul{gap:16px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper{gap:8px}.listImgCardContainer .leftContainer .subTitleWrapper ul .itemWrapper span{font-size:16px;font-weight:400;line-height:24px}.listImgCardContainer.right{flex-direction:column-reverse;align-items:center}.listImgCardContainer .imgWrapper{width:400px}.listImgCardContainer.revenueModel .leftContainer{padding-top:0}}@media screen and (max-width:500px){.listImgCardContainer .imgWrapper{width:100%;height:unset}}.approvedSection{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding:80px 100px;gap:40px;max-width:1440px;margin:0 auto}.approvedSection h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.approvedSection .cardWrapper{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;gap:35px;flex-wrap:wrap}.approvedSection .cardWrapper .imgWrapper{height:auto;width:390px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-shrink:0}.approvedSection .cardWrapper .imgWrapper img{object-fit:cover;border-radius:12px}@media screen and (max-width:1410px){.approvedSection{padding:80px 20px}}@media screen and (max-width:1024px){.approvedSection{padding:40px 30px}.approvedSection h1{font-size:32px;font-weight:600;line-height:48px}}@media screen and (max-width:767px){.approvedSection{padding:32px 16px;gap:32px}.approvedSection h1{font-size:24px;font-weight:600;line-height:36px}.approvedSection .cardWrapper{gap:20px}}@media screen and (max-width:500px){.approvedSection .cardWrapper .imgWrapper{width:100%}}.standardCardContainer{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:30px;padding:24px;max-width:390px;width:100%;min-height:450px;border-radius:12px;border:1px solid #e1e1e1;background:#fff}.standardCardContainer img{width:38px;height:38px}.standardCardContainer .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.standardCardContainer .contentWrapper p{color:#142823;font-size:22px;font-weight:500;line-height:33px}.standardCardContainer .contentWrapper ul{list-style-type:disc;padding-left:20px}.standardCardContainer .contentWrapper ul li{color:gray;font-size:16px;font-weight:400;line-height:28px;letter-spacing:-.32px}@media screen and (max-width:767px){.standardCardContainer{min-height:unset}}@media screen and (max-width:500px){.standardCardContainer{max-width:100%;padding:16px;gap:20px}.standardCardContainer .contentWrapper{gap:20px}.standardCardContainer .contentWrapper p{font-size:18px;font-weight:500;line-height:24px}.standardCardContainer .contentWrapper ul li{font-size:14px;font-weight:400;line-height:22px}}.detailedProcess{padding:80px 20px;background:#f5f5f5;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.detailedProcess .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.detailedProcess .outerContainer h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.detailedProcess .outerContainer .dataContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:50px}.detailedProcess .outerContainer .dataContainer .accord{max-width:615px;width:100%}.detailedProcess .outerContainer .dataContainer .imgWrapper{height:auto;width:615px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.detailedProcess .outerContainer .dataContainer .imgWrapper img{object-fit:cover;border-radius:24px}@media screen and (max-width:1100px){.detailedProcess{padding:40px 30px}}@media screen and (max-width:1024px){.detailedProcess .outerContainer{align-items:center}.detailedProcess .outerContainer h1{font-size:32px;font-weight:600;line-height:48px}.detailedProcess .outerContainer .dataContainer{flex-direction:column-reverse;gap:40px;align-items:center}.detailedProcess .outerContainer .dataContainer .accord{max-width:100%}.detailedProcess .outerContainer .dataContainer .imgWrapper{display:flex;align-items:center;justify-content:center;width:100%;height:500px}}@media screen and (max-width:767px){.detailedProcess{padding:32px 16px}.detailedProcess .outerContainer h1{font-size:24px;font-weight:600;line-height:36px}}@media screen and (max-width:450px){.detailedProcess .outerContainer .dataContainer{gap:30px}}@media screen and (max-width:560px){.detailedProcess .outerContainer .dataContainer .imgWrapper{display:flex;align-items:center;justify-content:center;width:100%;height:unset}.detailedProcess .outerContainer .dataContainer .imgWrapper img{border-radius:12px}}.accordionContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.accordionContainer .accordionItem{width:100%;padding:18px;border-radius:12px;border:1px dashed #e1e1e1;background:#fbfbfb;overflow:hidden;transition:all .3s ease}.accordionContainer .accordionItem .accordionHeader{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:16px;cursor:pointer;transition:background .3s ease}.accordionContainer .accordionItem .accordionHeader .initial{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.accordionContainer .accordionItem .accordionHeader .initial img{width:26px;height:26px;flex-shrink:0}.accordionContainer .accordionItem .accordionHeader .initial h3{color:#212121;font-size:18px;font-weight:500;line-height:normal}.accordionContainer .accordionItem .accordionHeader .icon{transition:all .3s ease;flex-shrink:0}.accordionContainer .accordionItem .accordionHeader .icon img{width:24px;height:24px}.accordionContainer .accordionItem .accordionHeader .icon.open{transform:rotate(180deg)}.accordionContainer .accordionItem .accordionContent{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease,padding .3s ease;overflow:hidden;padding-top:0}.accordionContainer .accordionItem .accordionContent.open{grid-template-rows:1fr;padding-top:20px}.accordionContainer .accordionItem .accordionContent>*{overflow:hidden}.accordionContainer .accordionItem .accordionContent ul{list-style-type:disc;padding-left:20px}.accordionContainer .accordionItem .accordionContent ul li{color:#142823;font-size:16px;font-weight:400;line-height:28px;letter-spacing:-.32px}@media screen and (max-width:767px){.accordionContainer{gap:20px}.accordionContainer .accordionItem{padding:16px}.accordionContainer .accordionItem .accordionHeader,.accordionContainer .accordionItem .accordionHeader .initial{gap:12px}.accordionContainer .accordionItem .accordionHeader .initial img{width:20px;height:20px}.accordionContainer .accordionItem .accordionHeader .initial h3{font-size:16px;font-weight:500;line-height:normal}.accordionContainer .accordionItem .accordionHeader .icon img{width:20px;height:20px}.accordionContainer .accordionItem .accordionContent ul li{font-size:14px;font-weight:400;line-height:24px}}.technicalVerificationSection{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding:80px;gap:60px;max-width:1440px;margin:0 auto}.technicalVerificationSection h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.technicalVerificationSection .middleContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.technicalVerificationSection .middleContainer h3{color:#000;font-size:24px;font-weight:600;line-height:24px}.technicalVerificationSection .middleContainer p{color:#212121;font-size:16px;font-weight:400;line-height:27px;letter-spacing:-.32px}.technicalVerificationSection .middleContainer span{color:gray;font-size:14px;font-weight:500;line-height:27px;font-style:italic;letter-spacing:-.28px}.technicalVerificationSection .bottomContainer{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:60px}@media screen and (max-width:1024px){.technicalVerificationSection{padding:40px 30px;gap:40px}.technicalVerificationSection h1{font-size:36px;font-weight:600;line-height:48px}.technicalVerificationSection .bottomContainer{gap:30px}}@media screen and (max-width:767px){.technicalVerificationSection{padding:32px 16px;gap:30px}.technicalVerificationSection h1{font-size:24px;font-weight:600;line-height:26px}.technicalVerificationSection .middleContainer{gap:16px}.technicalVerificationSection .middleContainer h3{font-size:18px;font-weight:600;line-height:20px}.technicalVerificationSection .middleContainer p{font-size:14px;font-weight:400;line-height:20px}.technicalVerificationSection .middleContainer span{font-size:12px;font-weight:500;line-height:18px}.technicalVerificationSection .bottomContainer{grid-template-columns:repeat(1,1fr);gap:16px}}.verificationCardContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:40px;gap:24px;border-radius:12px;border:1px solid #e1e1e1}.verificationCardContainer h3{color:#000;font-size:24px;font-weight:600;line-height:normal}.verificationCardContainer ul{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.verificationCardContainer ul .itemWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.verificationCardContainer ul .itemWrapper img{width:12px;height:12px}.verificationCardContainer ul .itemWrapper span{color:gray;font-size:16px;font-weight:400;line-height:normal;letter-spacing:-.32px}@media screen and (max-width:1024px){.verificationCardContainer{padding:20px}}@media screen and (max-width:767px){.verificationCardContainer{gap:18px}.verificationCardContainer h3{font-size:20px;font-weight:600;line-height:normal}.verificationCardContainer ul{gap:16px}.verificationCardContainer ul .itemWrapper{gap:8px}.verificationCardContainer ul .itemWrapper img{width:10px;height:10px}.verificationCardContainer ul .itemWrapper span{font-size:14px;font-weight:400;line-height:normal}}.farmerJourneySection{padding:80px 20px;background:#f5f5f5;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.farmerJourneySection .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px}.farmerJourneySection .outerContainer .headerContainer{position:relative;z-index:20;background:#f5f5f5}.farmerJourneySection .outerContainer .headerContainer.sticky{position:sticky;top:60px}.farmerJourneySection .outerContainer .headerContainer h1{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.farmerJourneySection .outerContainer .journeyWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:35px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;padding:60px 30px;gap:40px;border-radius:12px;border:1px solid #e1e1e1;background:#fff;position:sticky;transform-origin:top center;will-change:transform}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .leftContainer h1{color:#212121;text-align:left;font-size:30px;font-weight:600;line-height:40px;letter-spacing:-.6px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper h3{color:#142823;font-size:22px;font-weight:500;line-height:33px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper ul{list-style-type:disc;padding-left:20px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper ul li{color:#353535;font-size:16px;font-weight:300;line-height:32px;letter-spacing:-.32px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper ul li span{font-size:16px;font-weight:500;line-height:28px}@media screen and (max-width:992px){.farmerJourneySection{padding:40px 30px}.farmerJourneySection .outerContainer{gap:30px}.farmerJourneySection .outerContainer .headerContainer h1{font-size:32px;font-weight:600;line-height:48px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{padding:30px;flex-direction:column;gap:28px;min-height:492px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .leftContainer h1{font-size:20px;font-weight:600;line-height:30px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper{gap:16px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper h3{font-size:18px;font-weight:500;line-height:24px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper ul li{color:gray;font-size:14px;font-weight:400;line-height:24px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper ul li span{color:#353535;font-size:14px;font-weight:500;line-height:24px}}@media screen and (max-width:767px){.farmerJourneySection{padding:32px 16px}.farmerJourneySection .outerContainer .headerContainer h1{font-size:24px;font-weight:600;line-height:36px}.farmerJourneySection .outerContainer .journeyWrapper{gap:24px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{gap:20px;padding:16px;min-height:437px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .leftContainer h1{font-size:18px;font-weight:600;line-height:24px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper{gap:12px}.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer .listWrapper h3{font-size:16px;font-weight:500;line-height:20px}}@media screen and (max-width:659px){.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{min-height:474px}}@media screen and (max-width:507px){.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{min-height:570px}}@media screen and (max-width:449px){.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{min-height:600px}}@media screen and (max-width:393px){.farmerJourneySection .outerContainer .journeyWrapper .journeyDataContainer{min-height:710px}}.farmerDocumentationSection{padding:80px 20px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#142823}.farmerDocumentationSection .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.farmerDocumentationSection .outerContainer h1{color:#fff;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.farmerDocumentationSection .outerContainer .cardContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:34px}.farmerDocumentationSection .outerContainer .cardContainer h3{color:#fff;font-size:20px;font-weight:400;line-height:24px}.farmerDocumentationSection .outerContainer .cardContainer .cardWrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.farmerDocumentationSection .outerContainer .lisContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.farmerDocumentationSection .outerContainer .lisContainer p{color:#fff;font-size:20px;font-weight:600;line-height:24px}.farmerDocumentationSection .outerContainer .lisContainer ul{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.farmerDocumentationSection .outerContainer .lisContainer ul .itemWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px}.farmerDocumentationSection .outerContainer .lisContainer ul .itemWrapper img{width:12px;height:12px;flex-shrink:0}.farmerDocumentationSection .outerContainer .lisContainer ul .itemWrapper span{color:#fff;font-size:16px;font-weight:300;line-height:30px;letter-spacing:-.4px}@media screen and (max-width:1100px){.farmerDocumentationSection{padding:40px 30px}.farmerDocumentationSection .outerContainer .cardContainer .cardWrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.farmerDocumentationSection .outerContainer h1{font-size:32px;font-weight:600;line-height:48px}.farmerDocumentationSection .outerContainer .cardContainer{gap:24px}}@media screen and (max-width:767px){.farmerDocumentationSection{padding:32px 16px}.farmerDocumentationSection .outerContainer h1{font-size:24px;font-weight:600;line-height:36px}.farmerDocumentationSection .outerContainer .cardContainer h3{font-size:16px;font-weight:300;line-height:20px}.farmerDocumentationSection .outerContainer .cardContainer .cardWrapper{gap:20px;grid-template-columns:repeat(2,1fr)}.farmerDocumentationSection .outerContainer .lisContainer p{font-size:18px;font-weight:500;line-height:22px}.farmerDocumentationSection .outerContainer .lisContainer ul{gap:16px}.farmerDocumentationSection .outerContainer .lisContainer ul .itemWrapper span{font-size:16px;font-weight:300;line-height:22px}}@media screen and (max-width:500px){.farmerDocumentationSection .outerContainer .cardContainer{width:100%}.farmerDocumentationSection .outerContainer .cardContainer .cardWrapper{width:100%;grid-template-columns:repeat(1,1fr)}}.documentationCardContainer{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:24px;min-height:275px;padding:24px;border-radius:12px;background:#1d3a3399}.documentationCardContainer img{width:40px;height:40px;flex-shrink:0}.documentationCardContainer .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px}.documentationCardContainer .contentWrapper p{color:#fff;font-size:22px;font-weight:500;line-height:33px;letter-spacing:-.44px}.documentationCardContainer .contentWrapper span{color:#fff;font-size:18px;font-weight:200;line-height:24px}@media screen and (max-width:767px){.documentationCardContainer{min-height:unset;padding:16px}.documentationCardContainer .contentWrapper{gap:16px}.documentationCardContainer .contentWrapper p{font-size:18px;font-weight:500;line-height:24px}.documentationCardContainer .contentWrapper span{font-size:16px;font-weight:300;line-height:22px}}.revenueModelSection{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:80px;gap:40px;max-width:1440px;margin:0 auto}.revenueModelSection h1{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.revenueModelSection .middleContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.revenueModelSection .middleContainer p{color:#000;font-size:18px;font-weight:400;line-height:24px}@media screen and (max-width:1024px){.revenueModelSection{padding:40px 30px}.revenueModelSection h1{font-size:32px;font-weight:600;line-height:48px}}@media screen and (max-width:767px){.revenueModelSection{padding:32px 16px;gap:30px}.revenueModelSection h1{font-size:24px;font-weight:600;line-height:36px}.revenueModelSection .middleContainer p{font-size:16px;font-weight:400;line-height:20px}}.buyerCategorySection{max-width:1440px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px;padding:80px}.buyerCategorySection h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.buyerCategorySection .carouselWrapper{width:100%;position:relative;padding:20px 0}.buyerCategorySection .carouselWrapper .carouselSlider{overflow-x:hidden;overflow-y:visible;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:40px;scroll-behavior:smooth}.buyerCategorySection .carouselWrapper .btnWrapper{position:absolute;left:0;bottom:20px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:18px}.buyerCategorySection .carouselWrapper .btnWrapper .arrowWrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;width:48px;height:48px;border-radius:50%;background:#0000000f;cursor:pointer}.buyerCategorySection .carouselWrapper .btnWrapper .arrowWrapper.disabled{opacity:.25;cursor:not-allowed}.buyerCategorySection .carouselWrapper .btnWrapper .arrowWrapper img{width:6px;height:12px;flex-shrink:0}@media screen and (max-width:1200px){.buyerCategorySection{padding:40px 30px}.buyerCategorySection .carouselWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:0}.buyerCategorySection .carouselWrapper .btnWrapper{position:static}}@media screen and (max-width:767px){.buyerCategorySection{padding:32px 16px;gap:30px}.buyerCategorySection h1{font-size:24px;font-weight:600;line-height:36px}.buyerCategorySection .carouselWrapper{padding:0;align-items:flex-end;gap:20px;flex-direction:column-reverse}}.carbonCreditSection{padding:80px 20px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;background:#f5f5f5}.carbonCreditSection .outerContainer{max-width:1280px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:28px}.carbonCreditSection .outerContainer h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.carbonCreditSection .outerContainer .middleContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}.carbonCreditSection .outerContainer .middleContainer h3{color:gray;font-size:18px;font-weight:500;line-height:normal;letter-spacing:-.6px}.carbonCreditSection .outerContainer .middleContainer .wrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:50px}.carbonCreditSection .outerContainer .middleContainer .wrapper .imgWrapper{width:615px;height:auto;flex-shrink:0}.carbonCreditSection .outerContainer .middleContainer .wrapper .imgWrapper img{object-fit:cover;border-radius:24px}@media screen and (max-width:1200px){.carbonCreditSection .outerContainer .middleContainer .wrapper .imgWrapper{width:400px}}@media screen and (max-width:1024px){.carbonCreditSection{padding:40px 30px}.carbonCreditSection .outerContainer h1{font-size:32px;font-weight:600;line-height:48px}.carbonCreditSection .outerContainer .middleContainer h3{font-size:24px;font-weight:600;line-height:normal}.carbonCreditSection .outerContainer .middleContainer .wrapper{gap:30px}}@media screen and (max-width:835px){.carbonCreditSection .outerContainer .middleContainer .wrapper{flex-direction:column-reverse;align-items:center}.carbonCreditSection .outerContainer .middleContainer .wrapper .imgWrapper{width:100%;height:375px}}@media screen and (max-width:600px){.carbonCreditSection{padding:32px 16px}.carbonCreditSection .outerContainer h1{font-size:24px;font-weight:600;line-height:36px}.carbonCreditSection .outerContainer .middleContainer{gap:20px}.carbonCreditSection .outerContainer .middleContainer h3{font-size:16px;font-weight:400;line-height:normal}.carbonCreditSection .outerContainer .middleContainer .wrapper .imgWrapper{width:100%;height:unset}}.registryComplianceSection{padding:80px;max-width:1440px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:40px}.registryComplianceSection h1{color:#212121;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.registryComplianceSection .innerContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:100px}.registryComplianceSection .innerContainer .topContainer{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:20px}.registryComplianceSection .innerContainer .topContainer .leftContainer,.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper{width:100%;max-width:580px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper .contentWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper .contentWrapper p{color:#212121;font-size:20px;font-weight:600;line-height:36px;letter-spacing:-.4px}.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper .contentWrapper span{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper hr{width:100%;height:0;border:.5px dashed #e1e1e1}.registryComplianceSection .innerContainer .topContainer .imgWrapper{width:650px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-shrink:0}.registryComplianceSection .innerContainer .topContainer .imgWrapper img{object-fit:cover;border-radius:16px}.registryComplianceSection .innerContainer .bottomContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.registryComplianceSection .innerContainer .bottomContainer p{color:#000;font-size:20px;font-weight:500;line-height:24px}@media screen and (max-width:1200px){.registryComplianceSection .innerContainer .topContainer .imgWrapper{width:500px}}@media screen and (max-width:1024px){.registryComplianceSection{padding:40px 30px}.registryComplianceSection h1{font-size:32px;font-weight:600;line-height:48px}.registryComplianceSection .innerContainer{gap:60px}}@media screen and (max-width:992px){.registryComplianceSection .innerContainer .topContainer{flex-direction:column-reverse;gap:30px;align-items:center}.registryComplianceSection .innerContainer .topContainer .imgWrapper{width:100%;height:400px}.registryComplianceSection .innerContainer .topContainer .leftContainer,.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper{max-width:100%}}@media screen and (max-width:767px){.registryComplianceSection{padding:32px 16px;align-items:center}.registryComplianceSection h1{font-size:24px;font-weight:600;line-height:36px}.registryComplianceSection .innerContainer .topContainer{flex-direction:column-reverse;gap:30px;align-items:center}.registryComplianceSection .innerContainer .topContainer .leftContainer,.registryComplianceSection .innerContainer .topContainer .leftContainer .itemWrapper{max-width:100%}}@media screen and (max-width:540px){.registryComplianceSection .innerContainer .topContainer .imgWrapper{width:100%;height:unset}}.carbonBuyerSection{display:flex;background:#f5f5f5;padding:60px;flex-direction:column;justify-content:center;align-items:flex-start;width:100%}.carbonBuyerSection .headingsection{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.carbonBuyerSection .headingsection .missiontitle{max-width:1200px;color:#212121;font-family:Inter;font-size:48px;font-style:normal;font-weight:500;line-height:66px;letter-spacing:-1.44px;margin:0}.carbonBuyerSection .end-trigger{position:absolute;bottom:0;left:0;width:100%;height:1px;visibility:hidden;pointer-events:none}.carbonBuyerSection .scroll-track{position:relative;height:190vh;width:100%}.carbonBuyerSection .scroll-track.finished{height:auto}.carbonBuyerSection .scroll-track.finished .sticky-wrapper{position:relative;top:auto}.carbonBuyerSection .scroll-track.finished .videosection .videocontent{pointer-events:auto;transform:translateY(0);opacity:1}.carbonBuyerSection .sticky-wrapper{position:sticky;top:0;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.carbonBuyerSection .animation-trigger{position:absolute;top:150vh;left:0;width:100%;height:1px;visibility:hidden;pointer-events:none}.carbonBuyerSection .videosection{display:flex;max-width:1320px;justify-content:center;align-items:center;border-radius:12px;width:100%;overflow:hidden;position:relative}.carbonBuyerSection .videosection:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#0000004d 0% 100%);border-radius:12px;pointer-events:none;z-index:1}.carbonBuyerSection .videosection .videoelement{width:100%;height:100%;object-fit:cover;border-radius:12px}.carbonBuyerSection .videosection .videocontent{position:absolute;left:0;width:100%;display:flex;gap:40px;padding:60px 100px;justify-content:space-between;align-items:center;pointer-events:none;transform:translateY(100px);opacity:0;transition:transform .9s cubic-bezier(.25,.46,.45,.94),opacity .9s cubic-bezier(.25,.46,.45,.94);box-sizing:border-box;z-index:2}.carbonBuyerSection .videosection.videovisible .videocontent{pointer-events:auto;transform:translateY(0);opacity:1}.carbonBuyerSection .leftsectionvideo{display:flex;max-width:535px;flex-direction:column;align-items:flex-start;gap:24px}.carbonBuyerSection .leftsectionvideo h3{color:#fff;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.carbonBuyerSection .leftsectionvideo .visiondescription{color:#fff;font-size:22px;font-style:normal;font-weight:600;line-height:33px;letter-spacing:-.8px;margin:0}.carbonBuyerSection .rightsectionvideo{display:flex;max-width:464px;flex-direction:column;align-items:flex-start;gap:16px}.carbonBuyerSection .rightsectionvideo .valuecard{display:flex;padding:20px;align-items:center;gap:12px;align-self:stretch;border-radius:12px;border:1px solid rgba(255,255,255,0);background:#0000005c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardlogo{width:24px;height:24px;flex-shrink:0;object-fit:contain}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardcontent{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardcontent .valuecardtitle{color:#fff;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:24px;margin:0}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardcontent .valuecarddescription{color:#e0e0e0;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;align-self:stretch;margin:0}@media screen and (max-width:992px){.carbonBuyerSection{padding:40px 30px;gap:32px}.carbonBuyerSection .scroll-track{height:300vh}.carbonBuyerSection .sticky-wrapper{position:sticky;height:100vh;display:flex}.carbonBuyerSection .animation-trigger{display:block;top:150vh}.carbonBuyerSection .headingsection{gap:12px;width:100%}.carbonBuyerSection .headingsection .missiontitle{color:var(--Text---Dark, #212121);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:36px;letter-spacing:-.48px}.carbonBuyerSection .videosection{max-width:100%;height:750px;max-height:none}.carbonBuyerSection .videosection .videocontent{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:24px;pointer-events:none;background:transparent;align-items:flex-start;border-radius:12px;justify-content:center}.carbonBuyerSection .leftsectionvideo{max-width:100%;gap:16px;width:100%}.carbonBuyerSection .leftsectionvideo .visiondescription{color:var(--White, #fff);font-family:Inter;font-size:24px;font-style:normal;font-weight:500;line-height:32px;letter-spacing:-.48px}.carbonBuyerSection .rightsectionvideo{max-width:100%;width:100%;gap:12px;overflow-y:visible;max-height:none}.carbonBuyerSection .rightsectionvideo .valuecard{padding:12px}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardlogo{width:20px;height:20px}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardcontent{gap:4px}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardcontent .valuecardtitle{color:var(--White, #fff);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.28px}.carbonBuyerSection .rightsectionvideo .valuecard .valuecardcontent .valuecarddescription{color:#e0e0e0;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}}@media screen and (max-width:640px){.carbonBuyerSection{padding:32px 16px}.carbonBuyerSection .headingsection .missiontitle{font-size:20px;line-height:30px;letter-spacing:-.4px}.carbonBuyerSection .videosection .videocontent{justify-content:center;overflow-y:scroll}}.pricingStrategySection{padding:80px 20px;display:flex;justify-content:center;align-items:flex-start;flex-direction:row}.pricingStrategySection .innerContainer{max-width:1240px;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px}.pricingStrategySection .innerContainer h1{color:#212121;text-align:center;font-size:40px;font-weight:600;line-height:60px;letter-spacing:-.8px}.pricingStrategySection .innerContainer .contentWrapper{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:24px;gap:30px;border-radius:12px;border:1px solid #e1e1e1;background:#fff}.pricingStrategySection .innerContainer .contentWrapper .leftContainer h3{color:#142823;font-size:22px;font-weight:600;line-height:33px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px;width:100%}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:6px;width:100%}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper .headingWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper .headingWrapper .round{width:12px;height:12px;border-radius:50%;background:#7fea57}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper .headingWrapper p{color:#212121;font-size:20px;font-weight:600;line-height:36px;letter-spacing:-.4px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper span{color:#212121;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.32px}.pricingStrategySection .innerContainer .contentWrapper .rightContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:24px;gap:30px;border-radius:12px;border:1px solid #e1e1e1;background:#fff}.pricingStrategySection .innerContainer .contentWrapper .rightContainer h3{color:#142823;font-size:22px;font-weight:500;line-height:33px}.pricingStrategySection .innerContainer .contentWrapper .rightContainer ul{list-style-type:disc;padding-left:20px}.pricingStrategySection .innerContainer .contentWrapper .rightContainer ul li{color:#142823;font-size:16px;font-weight:400;line-height:28px;letter-spacing:-.32px}@media screen and (max-width:1024px){.pricingStrategySection{padding:40px 20px}.pricingStrategySection .innerContainer h1{font-size:32px;font-weight:600;line-height:48px}.pricingStrategySection .innerContainer .contentWrapper{gap:24px}}@media screen and (max-width:767px){.pricingStrategySection{padding:32px 16px}.pricingStrategySection .innerContainer h1{font-size:24px;font-weight:600;line-height:36px}.pricingStrategySection .innerContainer .contentWrapper{grid-template-columns:repeat(1,1fr)}.pricingStrategySection .innerContainer .contentWrapper .leftContainer{padding:16px;gap:20px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer h3{font-size:20px;font-weight:600;line-height:30px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper .headingWrapper p{font-size:18px;font-weight:600;line-height:24px}.pricingStrategySection .innerContainer .contentWrapper .leftContainer ul .itemWrapper span{font-size:14px;font-weight:400;line-height:22px}.pricingStrategySection .innerContainer .contentWrapper .rightContainer{padding:16px;gap:20px}.pricingStrategySection .innerContainer .contentWrapper .rightContainer h3{font-size:20px;font-weight:600;line-height:30px}.pricingStrategySection .innerContainer .contentWrapper .rightContainer ul li{font-size:14px;font-weight:400;line-height:22px}}.customerAcquisitionSection{background:#f0f0f0;display:flex;justify-content:center;align-items:flex-start;flex-direction:row;min-height:915px}.customerAcquisitionSection .outerContainer{max-width:1440px;width:100%;position:relative}.customerAcquisitionSection .outerContainer .leftContainer{position:absolute;top:70px;left:80px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:80px;max-width:583px;width:100%;z-index:1}.customerAcquisitionSection .outerContainer .leftContainer h1{text-align:center;font-size:40px;font-weight:600;line-height:normal;letter-spacing:-.8px;background:linear-gradient(90deg,#000 .11%,#2d5a1c 91.91%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper,.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:60px}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper .row{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:24px}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper .row img{width:66px;flex-shrink:0}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper .row .right{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:14px}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper .row .right h6{color:#3d3d3d;font-size:20px;font-weight:600;line-height:normal;letter-spacing:-.4px}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper .row .right span{color:#5f5f5f;font-size:16px;font-weight:400;line-height:normal;letter-spacing:-.32px}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper hr{width:100%;height:0;border:.5px solid #cdcdcd}.customerAcquisitionSection .outerContainer .imgWrapper{position:absolute;top:0;right:0;width:815px;height:auto}@media screen and (max-width:1340px){.customerAcquisitionSection{min-height:1000px}.customerAcquisitionSection .outerContainer .leftContainer{max-width:500px}.customerAcquisitionSection .outerContainer .imgWrapper{width:666px}}@media screen and (max-width:1130px){.customerAcquisitionSection{padding:40px 30px}.customerAcquisitionSection .outerContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:column-reverse;gap:0px}.customerAcquisitionSection .outerContainer .leftContainer{position:static;max-width:100%;align-items:center;gap:40px}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper,.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper{gap:30px}.customerAcquisitionSection .outerContainer .imgWrapper{position:static;width:500px}}@media screen and (max-width:767px){.customerAcquisitionSection{padding:32px 16px}.customerAcquisitionSection .outerContainer .leftContainer{gap:30px}.customerAcquisitionSection .outerContainer .leftContainer h1{font-size:24px;font-weight:600;line-height:normal}.customerAcquisitionSection .outerContainer .leftContainer .listWrapper,.customerAcquisitionSection .outerContainer .leftContainer .listWrapper .itemWrapper{gap:20px}}@media screen and (max-width:530px){.customerAcquisitionSection .outerContainer .imgWrapper{width:100%}}
