{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/H6qQltZ96lqboq3zriPo/S5vV3GUxhzOqeFVnPSQa/IA3wRbYVI.js"],
  "sourcesContent": ["// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import MegaMenu from\"#framer/local/canvasComponent/ALdKQbNNY/ALdKQbNNY.js\";import BG from\"#framer/local/canvasComponent/jjL8Im2GY/jjL8Im2GY.js\";import Donor360Button from\"#framer/local/canvasComponent/KXoRrEOSP/KXoRrEOSP.js\";import CopyrightsBar from\"#framer/local/canvasComponent/MZRdfIGA8/MZRdfIGA8.js\";import ImagePreviewer from\"#framer/local/canvasComponent/pzdpmTsRb/pzdpmTsRb.js\";import Breadcrumb from\"#framer/local/canvasComponent/qrDr76SNP/qrDr76SNP.js\";import Footer from\"#framer/local/canvasComponent/YrQkNU2aE/YrQkNU2aE.js\";import Products from\"#framer/local/collection/clSgCD1Aa/clSgCD1Aa.js\";import*as sharedStyle4 from\"#framer/local/css/GYxrQg8Zg/GYxrQg8Zg.js\";import*as sharedStyle3 from\"#framer/local/css/sblm8uoY9/sblm8uoY9.js\";import*as sharedStyle from\"#framer/local/css/vQbnVE0zi/vQbnVE0zi.js\";import*as sharedStyle2 from\"#framer/local/css/wOB85XHz8/wOB85XHz8.js\";import*as sharedStyle1 from\"#framer/local/css/xSlPKXXDB/xSlPKXXDB.js\";import metadataProvider from\"#framer/local/webPageMetadata/IA3wRbYVI/IA3wRbYVI.js\";const MegaMenuFonts=getFonts(MegaMenu);const BGFonts=getFonts(BG);const BGWithVariantAppearEffect=withVariantAppearEffect(BG);const ContainerWithFX=withFX(Container);const ImagePreviewerFonts=getFonts(ImagePreviewer);const BreadcrumbFonts=getFonts(Breadcrumb);const Donor360ButtonFonts=getFonts(Donor360Button);const PhosphorFonts=getFonts(Phosphor);const VideoFonts=getFonts(Video);const FooterFonts=getFonts(Footer);const CopyrightsBarFonts=getFonts(CopyrightsBar);const breakpoints={dInGLnpJo:\"(min-width: 1200px) and (max-width: 1499px)\",PG9HTgnTI:\"(max-width: 809px)\",uTjygoSX5:\"(min-width: 1500px)\",Wwc5hAZte:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-F3iOm\";const variantClassNames={dInGLnpJo:\"framer-v-1pwrnew\",PG9HTgnTI:\"framer-v-msjysh\",uTjygoSX5:\"framer-v-1bq0wrt\",Wwc5hAZte:\"framer-v-vd4or7\"};const transition1={damping:16,delay:0,mass:.1,stiffness:1e3,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-60};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const greaterThan=(a,b)=>{return typeof a===\"number\"&&typeof b===\"number\"?a>b:false;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop - LG\":\"dInGLnpJo\",Desktop:\"uTjygoSX5\",Phone:\"PG9HTgnTI\",Tablet:\"Wwc5hAZte\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uTjygoSX5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"IA3wRbYVI\",data:Products,type:\"Collection\"},select:[{collection:\"IA3wRbYVI\",name:\"Gimvqg7dR\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"ku6XNYKcq\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"EWewyRkJL\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"bh31H6V7V\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"dWKj7l6Ay\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"SZBsiksYj\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"VnWVs8I75\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"TnFAlkwvv\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"OcRyC7LF1\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"sYYqKdTVe\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"qg8YsJYIi\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"zV5QDnvbj\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"gLMjLPY5C\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"I0PgEj3p7\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"pKuspzzSa\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"TjyyYVvXJ\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"J6ko199Zo\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"YNfCl8IAV\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"BqAi4ZN5Y\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"vd3377Tbt\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"nKbdHP1De\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"FwNFzxzFG\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"zixg4t2qy\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"B022mRrAr\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"l2RxxZzjh\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"lbUopJRQC\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"bZ8JABhQJ\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"NIhMiD35u\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"oItGjGdpN\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"zwHU5l1On\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"UDjZAsSdv\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"kuf_X6yr3\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"FsToRmF9h\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"RppD1lX0V\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"UmOeGAhG0\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"CiQlHQTmo\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"yF2HgP6sV\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"uAQSSb0KD\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"n8wQBBgxv\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"HRyI55jkq\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"Z0l1hGuZK\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"alDSVbaMZ\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"uUk3BZ7Ps\",type:\"Identifier\"},{collection:\"IA3wRbYVI\",name:\"n73N5i8ED\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"IA3wRbYVI\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,TnFAlkwvv=getFromCurrentRouteData(\"TnFAlkwvv\"),OcRyC7LF1=getFromCurrentRouteData(\"OcRyC7LF1\"),sYYqKdTVe=getFromCurrentRouteData(\"sYYqKdTVe\"),qg8YsJYIi=getFromCurrentRouteData(\"qg8YsJYIi\"),ku6XNYKcq=getFromCurrentRouteData(\"ku6XNYKcq\"),Gimvqg7dR=getFromCurrentRouteData(\"Gimvqg7dR\")??\"\",EWewyRkJL=getFromCurrentRouteData(\"EWewyRkJL\")??0,bh31H6V7V=getFromCurrentRouteData(\"bh31H6V7V\")??\"\",pKuspzzSa=getFromCurrentRouteData(\"pKuspzzSa\")??\"\",SZBsiksYj=getFromCurrentRouteData(\"SZBsiksYj\")??0,TjyyYVvXJ=getFromCurrentRouteData(\"TjyyYVvXJ\")??\"\",J6ko199Zo=getFromCurrentRouteData(\"J6ko199Zo\")??\"\",YNfCl8IAV=getFromCurrentRouteData(\"YNfCl8IAV\")??\"\",BqAi4ZN5Y=getFromCurrentRouteData(\"BqAi4ZN5Y\"),vd3377Tbt=getFromCurrentRouteData(\"vd3377Tbt\"),VnWVs8I75=getFromCurrentRouteData(\"VnWVs8I75\")??\"\",nKbdHP1De=getFromCurrentRouteData(\"nKbdHP1De\")??\"\",FwNFzxzFG=getFromCurrentRouteData(\"FwNFzxzFG\")??\"\",zixg4t2qy=getFromCurrentRouteData(\"zixg4t2qy\")??\"\",B022mRrAr=getFromCurrentRouteData(\"B022mRrAr\")??\"\",l2RxxZzjh=getFromCurrentRouteData(\"l2RxxZzjh\")??\"\",dWKj7l6Ay=getFromCurrentRouteData(\"dWKj7l6Ay\")??\"\",lbUopJRQC=getFromCurrentRouteData(\"lbUopJRQC\")??\"\",bZ8JABhQJ=getFromCurrentRouteData(\"bZ8JABhQJ\")??\"\",NIhMiD35u=getFromCurrentRouteData(\"NIhMiD35u\")??\"\",oItGjGdpN=getFromCurrentRouteData(\"oItGjGdpN\")??\"\",zwHU5l1On=getFromCurrentRouteData(\"zwHU5l1On\")??\"\",UDjZAsSdv=getFromCurrentRouteData(\"UDjZAsSdv\")??\"\",kuf_X6yr3=getFromCurrentRouteData(\"kuf_X6yr3\")??\"\",FsToRmF9h=getFromCurrentRouteData(\"FsToRmF9h\")??\"\",RppD1lX0V=getFromCurrentRouteData(\"RppD1lX0V\")??\"\",UmOeGAhG0=getFromCurrentRouteData(\"UmOeGAhG0\")??\"\",CiQlHQTmo=getFromCurrentRouteData(\"CiQlHQTmo\")??\"\",yF2HgP6sV=getFromCurrentRouteData(\"yF2HgP6sV\")??\"\",uAQSSb0KD=getFromCurrentRouteData(\"uAQSSb0KD\")??\"\",n8wQBBgxv=getFromCurrentRouteData(\"n8wQBBgxv\")??\"\",HRyI55jkq=getFromCurrentRouteData(\"HRyI55jkq\")??\"\",Z0l1hGuZK=getFromCurrentRouteData(\"Z0l1hGuZK\")??\"\",alDSVbaMZ=getFromCurrentRouteData(\"alDSVbaMZ\")??\"\",uUk3BZ7Ps=getFromCurrentRouteData(\"uUk3BZ7Ps\")??\"\",n73N5i8ED=getFromCurrentRouteData(\"n73N5i8ED\")??\"\",zV5QDnvbj=getFromCurrentRouteData(\"zV5QDnvbj\"),gLMjLPY5C=getFromCurrentRouteData(\"gLMjLPY5C\"),I0PgEj3p7=getFromCurrentRouteData(\"I0PgEj3p7\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"Q45kkh5mF\");const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId1=useRouteElementId(\"PXZgySaRR\");const elementId2=useRouteElementId(\"oAKniLs_7\");const ref3=React.useRef(null);const router=useRouter();const activeLocaleCode=useLocaleCode();const textContent=numberToString(EWewyRkJL,{currency:\"USD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"standard\",style:\"currency\"},activeLocaleCode);const visible=isSet(pKuspzzSa);const visible1=greaterThan(SZBsiksYj,1);const visible2=greaterThan(SZBsiksYj,2);const visible3=isSet(BqAi4ZN5Y);const visible4=isSet(vd3377Tbt);const visible5=isSet(nKbdHP1De);const visible6=isSet(FwNFzxzFG);const visible7=isSet(zixg4t2qy);const visible8=isSet(B022mRrAr);const visible9=isSet(l2RxxZzjh);const visible10=isSet(dWKj7l6Ay);const visible11=isSet(lbUopJRQC);const visible12=isSet(bZ8JABhQJ);const visible13=isSet(NIhMiD35u);const visible14=isSet(oItGjGdpN);const visible15=isSet(zwHU5l1On);const visible16=isSet(UDjZAsSdv);const visible17=isSet(kuf_X6yr3);const visible18=isSet(FsToRmF9h);const visible19=isSet(RppD1lX0V);const visible20=isSet(UmOeGAhG0);const visible21=isSet(CiQlHQTmo);const visible22=isSet(yF2HgP6sV);const visible23=isSet(uAQSSb0KD);const visible24=isSet(n8wQBBgxv);const visible25=isSet(HRyI55jkq);const visible26=isSet(Z0l1hGuZK);const visible27=isSet(alDSVbaMZ);const visible28=isSet(uUk3BZ7Ps);const visible29=isSet(n73N5i8ED);const visible30=isSet(zV5QDnvbj);const visible31=isSet(gLMjLPY5C);const visible32=isSet(I0PgEj3p7);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uTjygoSX5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f1548c98-c130-4b09-8135-c4949f5d7e71, rgb(248, 250, 252)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1bq0wrt\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l1c79i\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8n0wpv-container\",nodeId:\"gV_9vYKfP\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{variant:\"X68QSIyhz\"},Wwc5hAZte:{variant:\"yuwHKiKpk\"}},children:/*#__PURE__*/_jsx(MegaMenu,{height:\"100%\",id:\"gV_9vYKfP\",layoutId:\"gV_9vYKfP\",style:{width:\"100%\"},variant:\"TiExXrA0y\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"1500px\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-i5f9tg-container\",id:elementId,nodeId:\"Q45kkh5mF\",ref:ref1,rendersWithMotion:true,scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(BGWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:0,ref:ref1,target:\"PskdDRJLk\"},{ref:ref2,target:\"yWyD447oq\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Q45kkh5mF\",layoutId:\"Q45kkh5mF\",style:{height:\"100%\",width:\"100%\"},variant:\"PskdDRJLk\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5yff6a\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kbm58q\",\"data-framer-name\":\"Product Preview\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{width:\"350px\",y:(componentViewport?.y||0)+0+0+80+0+0},Wwc5hAZte:{width:\"310px\",y:(componentViewport?.y||0)+0+0+80+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:`max((min(${componentViewport?.width||\"100vw\"}, 1500px) - 100px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+100+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7a936k-container\",id:elementId2,nodeId:\"oAKniLs_7\",ref:ref3,scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{variant:\"zDPdikvL3\"},Wwc5hAZte:{variant:\"zDPdikvL3\"}},children:/*#__PURE__*/_jsx(ImagePreviewer,{Anusu6PPA:equals(ku6XNYKcq,\"WxL93iq54\"),height:\"100%\",id:\"oAKniLs_7\",layoutId:\"oAKniLs_7\",NmPNOQqc1:toResponsiveImage(TnFAlkwvv),PWthtet2f:toResponsiveImage(qg8YsJYIi),SRdmFnG4A:toResponsiveImage(sYYqKdTVe),style:{width:\"100%\"},UZVJIfErG:toResponsiveImage(OcRyC7LF1),variant:\"VPzinXdAY\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pj28x9\",\"data-framer-name\":\"Detail\",id:\"1pj28x9\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"Fxp49xbNN\"},implicitPathVariables:undefined},{href:{webPageId:\"JyEZD24Vs\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"Fxp49xbNN\"},implicitPathVariables:undefined},{href:{webPageId:\"JyEZD24Vs\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"Fxp49xbNN\"},implicitPathVariables:undefined},{href:{webPageId:\"JyEZD24Vs\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"Fxp49xbNN\"},implicitPathVariables:undefined},{href:{webPageId:\"JyEZD24Vs\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1248px) - 40px)`,y:(componentViewport?.y||0)+0+0+80+657+30+0},Wwc5hAZte:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1500px) - 40px) * 0.6, 1px) - 60px)`,y:(componentViewport?.y||0)+0+0+80+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1500px) - 100px) / 2)`,y:(componentViewport?.y||0)+0+0+100+30+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13ntncl-container\",nodeId:\"hgxqLUN61\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dInGLnpJo:{CWreuuC_m:resolvedLinks[3],JaLjeh6GL:resolvedLinks[4],s_CTIwjhk:resolvedLinks[5]},PG9HTgnTI:{CWreuuC_m:resolvedLinks[9],JaLjeh6GL:resolvedLinks[10],s_CTIwjhk:resolvedLinks[11],variant:\"dgyuHdW33\"},Wwc5hAZte:{CWreuuC_m:resolvedLinks[6],JaLjeh6GL:resolvedLinks[7],s_CTIwjhk:resolvedLinks[8],variant:\"dgyuHdW33\"}},children:/*#__PURE__*/_jsx(Breadcrumb,{bNBb0m12H:\"ZY54iPnl8\",c5NjzphXZ:\"Direct Sell\",cuZ7vAPuw:true,CWreuuC_m:resolvedLinks[0],DSGdnWrgu:true,Dtb6UZ02B:Gimvqg7dR,EENzpBjVf:\"ShoppingBagOpen\",Gqkq5XSQT:\"ywSQcVv8f\",gtLjmkqLG:true,height:\"100%\",id:\"hgxqLUN61\",ieF851JPc:\"Gift\",JaLjeh6GL:resolvedLinks[1],jeI6PGIi9:\"House\",layoutId:\"hgxqLUN61\",ncuO0_c0J:\"TShirt\",RmYM0QLIg:\"IAFGFwxkM\",s_CTIwjhk:resolvedLinks[2],style:{width:\"100%\"},variant:\"E9B0wLW5T\",wA3hlj_x8:\"Home\",width:\"100%\",wT6vnxeTp:\"Marketplace\",zktom2uqD:\"ZY54iPnl8\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8w22ye\",\"data-framer-name\":\"Price & Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v5mbo\",\"data-styles-preset\":\"vQbnVE0zi\",children:\"Pullover Hoodie\"})}),className:\"framer-1nxa025\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Gimvqg7dR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sxaw8o\",\"data-framer-name\":\"Price\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bgbzi7\",\"data-styles-preset\":\"xSlPKXXDB\",style:{\"--framer-text-color\":\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\"},children:\"$NaN\"})}),className:\"framer-1ddt7vd\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bgbzi7\",\"data-styles-preset\":\"xSlPKXXDB\",style:{\"--framer-text-color\":\"var(--token-242a4b26-32f0-4c25-b24f-79e42b092172, rgb(148, 163, 184))\"},children:\"per item (includes one side print)\"})}),className:\"framer-188a5lp\",\"data-framer-name\":\"Info\",fonts:[\"Inter\"],text:bh31H6V7V,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jl91je\",\"data-framer-name\":\"Size\",children:[visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tftv39\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bgbzi7\",\"data-styles-preset\":\"xSlPKXXDB\",style:{\"--framer-text-color\":\"var(--token-242a4b26-32f0-4c25-b24f-79e42b092172, rgb(148, 163, 184))\"},children:\"Sizes:\"})}),className:\"framer-1q8uakp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bgbzi7\",\"data-styles-preset\":\"xSlPKXXDB\",style:{\"--framer-text-color\":\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\"},children:\"S - 2XL\"})}),className:\"framer-wbj1p\",fonts:[\"Inter\"],text:pKuspzzSa,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{y:(componentViewport?.y||0)+0+0+80+657+30+176+0+27.6},Wwc5hAZte:{y:(componentViewport?.y||0)+0+0+80+30+176+0+27.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+100+30+176+0+27.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ojlxg3-container\",\"data-framer-name\":\"Size Cahrt\",name:\"Size Cahrt\",nodeId:\"vsz_MDGfk\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Donor360Button,{height:\"100%\",id:\"vsz_MDGfk\",KHdguAqgV:{borderColor:\"var(--token-a18b56a8-31eb-4425-97a8-2d7f2d2934b4, rgb(47, 72, 88))\",borderStyle:\"solid\",borderWidth:1},kjcoMDRid:false,kk9_G6bjS:true,layoutId:\"vsz_MDGfk\",LBppNomxV:\"var(--token-a18b56a8-31eb-4425-97a8-2d7f2d2934b4, rgb(47, 72, 88))\",name:\"Size Cahrt\",OgyeRIJZ6:{borderColor:\"var(--token-effa355f-763b-4c31-a6e2-eba21cf0e002, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:1},variant:\"t6lA76dar\",width:\"100%\",wK2o4507v:\"var(--token-7bc19dbb-c16c-4c85-b035-a28b460b9214, rgb(44, 167, 83))\",YZOGJsOC4:\"CaretRight\",zpuFjdqkI:\"Size Chart\"})})})})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hi5ia6\",\"data-framer-name\":\"Variant\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bgbzi7\",\"data-styles-preset\":\"xSlPKXXDB\",style:{\"--framer-text-color\":\"var(--token-242a4b26-32f0-4c25-b24f-79e42b092172, rgb(148, 163, 184))\"},children:\"Variants:\"})}),className:\"framer-1fh3qdp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c48qw6\",\"data-framer-name\":\"Selection\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j6l0sc\",\"data-framer-name\":\"Varinat1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\"},children:\"Varinat1\"})}),className:\"framer-19eo3f9\",fonts:[\"FS;Poppins-regular\"],text:TjyyYVvXJ,verticalAlignment:\"top\",withExternalLayout:true})}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rybyo5\",\"data-framer-name\":\"Varinat2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\"},children:\"Varinat2\"})}),className:\"framer-v9d4wt\",fonts:[\"FS;Poppins-regular\"],text:J6ko199Zo,verticalAlignment:\"top\",withExternalLayout:true})}),visible2&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-sf8elh\",\"data-framer-name\":\"Varinat3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\"},children:\"Varinat2\"})}),className:\"framer-u5cf5q\",fonts:[\"FS;Poppins-regular\"],text:YNfCl8IAV,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1efi4k\",\"data-framer-name\":\"Certifications\",children:[visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+657+30+311.6+0),sizes:\"100px\",...toResponsiveImage(BqAi4ZN5Y),...{positionX:\"center\",positionY:\"center\"}}},Wwc5hAZte:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+30+311.6+15),sizes:\"70px\",...toResponsiveImage(BqAi4ZN5Y),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+30+311.6+0),sizes:\"100px\",...toResponsiveImage(BqAi4ZN5Y),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1uv084t\",\"data-framer-name\":\"C1\"})}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+657+30+311.6+0),sizes:\"100px\",...toResponsiveImage(vd3377Tbt),...{positionX:\"center\",positionY:\"center\"}}},Wwc5hAZte:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+30+311.6+0),sizes:\"100px\",...toResponsiveImage(vd3377Tbt),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+30+311.6+0),sizes:\"100px\",...toResponsiveImage(vd3377Tbt),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1kw62fw\",\"data-framer-name\":\"C2\"})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16n9zqk\",\"data-styles-preset\":\"wOB85XHz8\",children:\"Some Description\"})}),className:\"framer-1836nzq\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:VnWVs8I75,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{y:(componentViewport?.y||0)+0+0+80+657+30+606.6},Wwc5hAZte:{y:(componentViewport?.y||0)+0+0+80+30+606.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+100+30+606.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1maiuld-container\",nodeId:\"OX8Xxfrjz\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Donor360Button,{g_fkqQHOB:\"https://app.donorthreesixty.com/signup\",height:\"100%\",id:\"OX8Xxfrjz\",KHdguAqgV:{borderColor:\"var(--token-a18b56a8-31eb-4425-97a8-2d7f2d2934b4, rgb(47, 72, 88))\",borderStyle:\"solid\",borderWidth:1},kjcoMDRid:false,kk9_G6bjS:true,layoutId:\"OX8Xxfrjz\",LBppNomxV:\"var(--token-a18b56a8-31eb-4425-97a8-2d7f2d2934b4, rgb(47, 72, 88))\",OgyeRIJZ6:{borderColor:\"var(--token-effa355f-763b-4c31-a6e2-eba21cf0e002, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:1},variant:\"l9HWSo16T\",width:\"100%\",wK2o4507v:\"var(--token-7bc19dbb-c16c-4c85-b035-a28b460b9214, rgb(44, 167, 83))\",YZOGJsOC4:\"PlusCircle\",zpuFjdqkI:\"Add to your eShop\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wpc3pd\",\"data-framer-name\":\"Key Details\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tn6w54\",\"data-framer-name\":\"2 Columns Text Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fi5jey\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uuuios\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1k1tgkn\",\"data-styles-preset\":\"sblm8uoY9\",children:\"Key Details\"})}),className:\"framer-1viw19q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9knyjd\",\"data-framer-name\":\"Bullets\",children:[visible5&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-572910\",\"data-framer-name\":\"Organic Cotton\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zwkqa5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Xv6KRpDgO\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Plant\",id:\"Xv6KRpDgO\",layoutId:\"Xv6KRpDgO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Made with 100% certified organic cotton\"})}),className:\"framer-1hz4wum\",fonts:[\"Inter\"],text:nKbdHP1De,verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-150emxw\",\"data-framer-name\":\"Carbon Neutral\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kzq97g-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oJDrbIcQG\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"GlobeHemisphereEast\",id:\"oJDrbIcQG\",layoutId:\"oJDrbIcQG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1u7zpuc\",fonts:[\"Inter\"],text:FwNFzxzFG,verticalAlignment:\"top\",withExternalLayout:true})]}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tz4q82\",\"data-framer-name\":\"Made by Hand\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u4kcm2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vgiOntLSj\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Hand\",id:\"vgiOntLSj\",layoutId:\"vgiOntLSj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1nxds04\",fonts:[\"Inter\"],text:zixg4t2qy,verticalAlignment:\"top\",withExternalLayout:true})]}),visible8&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1htq9j5\",\"data-framer-name\":\"Saves Water\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ake32a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RV3Qrp4ni\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Drop\",id:\"RV3Qrp4ni\",layoutId:\"RV3Qrp4ni\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-9cbbya\",fonts:[\"Inter\"],text:B022mRrAr,verticalAlignment:\"top\",withExternalLayout:true})]}),visible9&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f19rx4\",\"data-framer-name\":\"Pinted Locally\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4rq5op-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"I84n5gS1Z\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Printer\",id:\"I84n5gS1Z\",layoutId:\"I84n5gS1Z\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1hd6w84\",fonts:[\"Inter\"],text:l2RxxZzjh,verticalAlignment:\"top\",withExternalLayout:true})]}),visible10&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1heduel\",\"data-framer-name\":\"Print Faces\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j5jte6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"eWupiFbrq\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Printer\",id:\"eWupiFbrq\",layoutId:\"eWupiFbrq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Front($0) & Back(+$5)\"})}),className:\"framer-1k1ji30\",fonts:[\"Inter\"],text:dWKj7l6Ay,verticalAlignment:\"top\",withExternalLayout:true})]}),visible11&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o2pz8m\",\"data-framer-name\":\"Artwork\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lfpao6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ECUWZhWgE\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Image\",id:\"ECUWZhWgE\",layoutId:\"ECUWZhWgE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1vzj05n\",fonts:[\"Inter\"],text:lbUopJRQC,verticalAlignment:\"top\",withExternalLayout:true})]}),visible12&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3y8fmj\",\"data-framer-name\":\"Light Weight\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17fabys-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BDSz3KEbn\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Feather\",id:\"BDSz3KEbn\",layoutId:\"BDSz3KEbn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1tq99s7\",fonts:[\"Inter\"],text:bZ8JABhQJ,verticalAlignment:\"top\",withExternalLayout:true})]}),visible13&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wblpyo\",\"data-framer-name\":\"Fair trade\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lplfy7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"eYk0asMhW\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"HandCoins\",id:\"eYk0asMhW\",layoutId:\"eYk0asMhW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1gu9vty\",fonts:[\"Inter\"],text:NIhMiD35u,verticalAlignment:\"top\",withExternalLayout:true})]}),visible14&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnst84\",\"data-framer-name\":\"USDA\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vbm0yp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"i2twwfgK3\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"ShieldStar\",id:\"i2twwfgK3\",layoutId:\"i2twwfgK3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-wc2e27\",fonts:[\"Inter\"],text:oItGjGdpN,verticalAlignment:\"top\",withExternalLayout:true})]}),visible15&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dzc9x5\",\"data-framer-name\":\"Pack Size\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zjzea3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RENVFSQFS\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Package\",id:\"RENVFSQFS\",layoutId:\"RENVFSQFS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1qhz1hb\",fonts:[\"Inter\"],text:zwHU5l1On,verticalAlignment:\"top\",withExternalLayout:true})]}),visible16&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-188uubz\",\"data-framer-name\":\"Insulation\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-177gjim-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"w4k_TuEUM\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Thermometer\",id:\"w4k_TuEUM\",layoutId:\"w4k_TuEUM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-s3gya4\",fonts:[\"Inter\"],text:UDjZAsSdv,verticalAlignment:\"top\",withExternalLayout:true})]}),visible17&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dszf0w\",\"data-framer-name\":\"Design\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kv3gr7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"N3MYFduSa\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Diamond\",id:\"N3MYFduSa\",layoutId:\"N3MYFduSa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-qai1l3\",fonts:[\"Inter\"],text:kuf_X6yr3,verticalAlignment:\"top\",withExternalLayout:true})]}),visible18&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b8asmw\",\"data-framer-name\":\"Material\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rpsys2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gkIxSw_VC\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"DiamondsFour\",id:\"gkIxSw_VC\",layoutId:\"gkIxSw_VC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1o80qo1\",fonts:[\"Inter\"],text:FsToRmF9h,verticalAlignment:\"top\",withExternalLayout:true})]}),visible19&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbpx1x\",\"data-framer-name\":\"Grip\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-btzxw8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TuJsLHukV\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"HandFist\",id:\"TuJsLHukV\",layoutId:\"TuJsLHukV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-mvc4hl\",fonts:[\"Inter\"],text:RppD1lX0V,verticalAlignment:\"top\",withExternalLayout:true})]}),visible20&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nw8ito\",\"data-framer-name\":\"Lid\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-154rmu2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KYvMO4WKi\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"CircleNotch\",id:\"KYvMO4WKi\",layoutId:\"KYvMO4WKi\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-ypedgv\",fonts:[\"Inter\"],text:UmOeGAhG0,verticalAlignment:\"top\",withExternalLayout:true})]}),visible21&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g0c3cz\",\"data-framer-name\":\"Compact\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1imjgt8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"S_HAZYkCF\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"ArrowsIn\",id:\"S_HAZYkCF\",layoutId:\"S_HAZYkCF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-6bc0gm\",fonts:[\"Inter\"],text:CiQlHQTmo,verticalAlignment:\"top\",withExternalLayout:true})]}),visible22&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ggrgin\",\"data-framer-name\":\"Eco Friendly\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i6mmld-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EaW6qlTJb\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"GlobeHemisphereEast\",id:\"EaW6qlTJb\",layoutId:\"EaW6qlTJb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-wuf3ek\",fonts:[\"Inter\"],text:yF2HgP6sV,verticalAlignment:\"top\",withExternalLayout:true})]}),visible23&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y6ctln\",\"data-framer-name\":\"Heavy Weight\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jso8ad-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NarCeIDBd\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Barbell\",id:\"NarCeIDBd\",layoutId:\"NarCeIDBd\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-9ffsz3\",fonts:[\"Inter\"],text:uAQSSb0KD,verticalAlignment:\"top\",withExternalLayout:true})]}),visible24&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lw26hw\",\"data-framer-name\":\"Zippered\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9r3atm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xqtdZikHi\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"ToggleRight\",id:\"xqtdZikHi\",layoutId:\"xqtdZikHi\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-4x82rk\",fonts:[\"Inter\"],text:n8wQBBgxv,verticalAlignment:\"top\",withExternalLayout:true})]}),visible25&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15lohpu\",\"data-framer-name\":\"Position\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ycdaaj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bJfdg4ZAV\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"ShoppingBag\",id:\"bJfdg4ZAV\",layoutId:\"bJfdg4ZAV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-1qpczl9\",fonts:[\"Inter\"],text:HRyI55jkq,verticalAlignment:\"top\",withExternalLayout:true})]}),visible26&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rhoxd7\",\"data-framer-name\":\"Handles\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-33y0hz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hLzjrGxYS\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Notches\",id:\"hLzjrGxYS\",layoutId:\"hLzjrGxYS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Carbon neutral product\"})}),className:\"framer-17o1bhb\",fonts:[\"Inter\"],text:Z0l1hGuZK,verticalAlignment:\"top\",withExternalLayout:true})]}),visible27&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14wc3cm\",\"data-framer-name\":\"Drop\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xv3840-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"busVEHx7q\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Union\",id:\"busVEHx7q\",layoutId:\"busVEHx7q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Sewn by hand in ethical factories\"})}),className:\"framer-16yo6ml\",fonts:[\"Inter\"],text:alDSVbaMZ,verticalAlignment:\"top\",withExternalLayout:true})]}),visible28&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9zgflr\",\"data-framer-name\":\"Pocket\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nlo05n-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tYVez7kGS\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Backpack\",id:\"tYVez7kGS\",layoutId:\"tYVez7kGS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Saves an estimated 64 gallons of water compared to other mass-produced shirts\"})}),className:\"framer-1tf1yni\",fonts:[\"Inter\"],text:uUk3BZ7Ps,verticalAlignment:\"top\",withExternalLayout:true})]}),visible29&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jc2dn1\",\"data-framer-name\":\"Sustainable\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v6i44w-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"F59TQW9p_\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-5fb291f8-c5ab-423b-b088-02920be20d9f, rgb(100, 116, 139))\",height:\"100%\",iconSearch:\"chevron-right\",iconSelection:\"Recycle\",id:\"F59TQW9p_\",layoutId:\"F59TQW9p_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-kd7zjn\",\"data-styles-preset\":\"GYxrQg8Zg\",children:\"Printed locally in Austin, Texas\"})}),className:\"framer-17187ws\",fonts:[\"Inter\"],text:n73N5i8ED,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),visible30&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dInGLnpJo:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+787+0+0+0),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1248px), 1px)`,...toResponsiveImage(zV5QDnvbj)}},PG9HTgnTI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1332+0+0+0+636.6),sizes:`min(${componentViewport?.width||\"100vw\"}, 1248px)`,...toResponsiveImage(zV5QDnvbj)}},Wwc5hAZte:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+737+0+0+0+636.6),sizes:`min(${componentViewport?.width||\"100vw\"}, 1248px)`,...toResponsiveImage(zV5QDnvbj)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+787+0+0+219.0389),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1248px), 1px)`,...toResponsiveImage(zV5QDnvbj)},className:\"framer-vxekco\",\"data-framer-name\":\"Image\"})}),visible31&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dInGLnpJo:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+787+0+0+0),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1248px), 1px)`,...toResponsiveImage(gLMjLPY5C)}},PG9HTgnTI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1332+0+0+0+936.6),sizes:`min(${componentViewport?.width||\"100vw\"}, 1248px)`,...toResponsiveImage(gLMjLPY5C)}},Wwc5hAZte:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+737+0+0+0+1136.6),sizes:`min(${componentViewport?.width||\"100vw\"}, 1248px)`,...toResponsiveImage(gLMjLPY5C)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+787+0+0+219.0389),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1248px), 1px)`,...toResponsiveImage(gLMjLPY5C)},className:\"framer-zrh53x\",\"data-framer-name\":\"Image2\"})}),visible32&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g25j4e-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TqhGVTgfz\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"TqhGVTgfz\",isMixedBorderRadius:false,layoutId:\"TqhGVTgfz\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:I0PgEj3p7,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{y:(componentViewport?.y||0)+0+1968.6},Wwc5hAZte:{y:(componentViewport?.y||0)+0+1373.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:345,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1423.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yc106d-container\",nodeId:\"PohQ8JlIq\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dInGLnpJo:{variant:\"ZwNzggyrr\"},PG9HTgnTI:{variant:\"gq6qNIXRP\"},Wwc5hAZte:{variant:\"nVh7P5uR8\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"PohQ8JlIq\",layoutId:\"PohQ8JlIq\",style:{width:\"100%\"},variant:\"grkTP9sqm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PG9HTgnTI:{y:(componentViewport?.y||0)+0+2313.6},Wwc5hAZte:{y:(componentViewport?.y||0)+0+1718.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1768.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wrwaoa-container\",nodeId:\"sPHCQQlLy\",scopeId:\"IA3wRbYVI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dInGLnpJo:{variant:\"qAVVgmkPq\"},PG9HTgnTI:{variant:\"TwEsvXKan\"},Wwc5hAZte:{variant:\"g7tPnqY08\"}},children:/*#__PURE__*/_jsx(CopyrightsBar,{height:\"100%\",id:\"sPHCQQlLy\",layoutId:\"sPHCQQlLy\",style:{width:\"100%\"},variant:\"uLSnGzXkS\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-F3iOm.framer-s6wpwo, .framer-F3iOm .framer-s6wpwo { display: block; }\",\".framer-F3iOm.framer-1bq0wrt { align-content: center; align-items: center; background-color: var(--token-f1548c98-c130-4b09-8135-c4949f5d7e71, #f8fafc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1500px; }\",\".framer-F3iOm .framer-1l1c79i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-F3iOm .framer-8n0wpv-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-F3iOm .framer-i5f9tg-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 1500px; z-index: -1; }\",\".framer-F3iOm .framer-5yff6a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1500px; overflow: hidden; padding: 100px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-kbm58q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-F3iOm .framer-7a936k-container { flex: 1 0 0px; height: auto; mix-blend-mode: multiply; position: relative; width: 1px; }\",\".framer-F3iOm .framer-1pj28x9 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: flex-start; overflow: hidden; padding: 30px 0px 30px 0px; position: relative; width: 50%; }\",\".framer-F3iOm .framer-13ntncl-container, .framer-F3iOm .framer-1yc106d-container, .framer-F3iOm .framer-wrwaoa-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-F3iOm .framer-8w22ye, .framer-F3iOm .framer-1jl91je { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-1nxa025, .framer-F3iOm .framer-1836nzq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-F3iOm .framer-1sxaw8o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-1ddt7vd, .framer-F3iOm .framer-188a5lp, .framer-F3iOm .framer-1q8uakp, .framer-F3iOm .framer-wbj1p, .framer-F3iOm .framer-1fh3qdp, .framer-F3iOm .framer-19eo3f9, .framer-F3iOm .framer-v9d4wt, .framer-F3iOm .framer-u5cf5q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-F3iOm .framer-1tftv39, .framer-F3iOm .framer-hi5ia6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-1ojlxg3-container, .framer-F3iOm .framer-1maiuld-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-F3iOm .framer-c48qw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-F3iOm .framer-j6l0sc, .framer-F3iOm .framer-1rybyo5, .framer-F3iOm .framer-sf8elh { align-content: center; align-items: center; background-color: var(--token-01da1843-2e4d-4509-bddb-698b0dab959c, #e2e8f0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: min-content; }\",\".framer-F3iOm .framer-1efi4k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-1uv084t, .framer-F3iOm .framer-1kw62fw { flex: none; height: 100px; opacity: 0.5; position: relative; width: 100px; z-index: 1; }\",\".framer-F3iOm .framer-wpc3pd { align-content: center; align-items: center; background-color: var(--token-effa355f-763b-4c31-a6e2-eba21cf0e002, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-1tn6w54 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1248px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-1fi5jey { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-F3iOm .framer-uuuios { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1000px; padding: 50px; position: relative; width: 1px; }\",\".framer-F3iOm .framer-1viw19q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-F3iOm .framer-9knyjd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-572910, .framer-F3iOm .framer-150emxw, .framer-F3iOm .framer-1tz4q82, .framer-F3iOm .framer-1htq9j5, .framer-F3iOm .framer-1f19rx4, .framer-F3iOm .framer-1heduel, .framer-F3iOm .framer-o2pz8m, .framer-F3iOm .framer-3y8fmj, .framer-F3iOm .framer-1wblpyo, .framer-F3iOm .framer-wnst84, .framer-F3iOm .framer-1dzc9x5, .framer-F3iOm .framer-188uubz, .framer-F3iOm .framer-dszf0w, .framer-F3iOm .framer-1b8asmw, .framer-F3iOm .framer-1vbpx1x, .framer-F3iOm .framer-1nw8ito, .framer-F3iOm .framer-1g0c3cz, .framer-F3iOm .framer-ggrgin, .framer-F3iOm .framer-y6ctln, .framer-F3iOm .framer-1lw26hw, .framer-F3iOm .framer-15lohpu, .framer-F3iOm .framer-1rhoxd7, .framer-F3iOm .framer-14wc3cm, .framer-F3iOm .framer-9zgflr, .framer-F3iOm .framer-1jc2dn1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-F3iOm .framer-zwkqa5-container, .framer-F3iOm .framer-kzq97g-container, .framer-F3iOm .framer-u4kcm2-container, .framer-F3iOm .framer-ake32a-container, .framer-F3iOm .framer-4rq5op-container, .framer-F3iOm .framer-1j5jte6-container, .framer-F3iOm .framer-lfpao6-container, .framer-F3iOm .framer-17fabys-container, .framer-F3iOm .framer-1lplfy7-container, .framer-F3iOm .framer-1vbm0yp-container, .framer-F3iOm .framer-zjzea3-container, .framer-F3iOm .framer-177gjim-container, .framer-F3iOm .framer-kv3gr7-container, .framer-F3iOm .framer-1rpsys2-container, .framer-F3iOm .framer-btzxw8-container, .framer-F3iOm .framer-154rmu2-container, .framer-F3iOm .framer-1imjgt8-container, .framer-F3iOm .framer-i6mmld-container, .framer-F3iOm .framer-jso8ad-container, .framer-F3iOm .framer-9r3atm-container, .framer-F3iOm .framer-1ycdaaj-container, .framer-F3iOm .framer-33y0hz-container, .framer-F3iOm .framer-1xv3840-container, .framer-F3iOm .framer-1nlo05n-container, .framer-F3iOm .framer-v6i44w-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-F3iOm .framer-1hz4wum, .framer-F3iOm .framer-1u7zpuc, .framer-F3iOm .framer-1nxds04, .framer-F3iOm .framer-9cbbya, .framer-F3iOm .framer-1hd6w84, .framer-F3iOm .framer-1k1ji30, .framer-F3iOm .framer-1vzj05n, .framer-F3iOm .framer-1tq99s7, .framer-F3iOm .framer-1gu9vty, .framer-F3iOm .framer-wc2e27, .framer-F3iOm .framer-1qhz1hb, .framer-F3iOm .framer-s3gya4, .framer-F3iOm .framer-qai1l3, .framer-F3iOm .framer-1o80qo1, .framer-F3iOm .framer-mvc4hl, .framer-F3iOm .framer-ypedgv, .framer-F3iOm .framer-6bc0gm, .framer-F3iOm .framer-wuf3ek, .framer-F3iOm .framer-9ffsz3, .framer-F3iOm .framer-4x82rk, .framer-F3iOm .framer-1qpczl9, .framer-F3iOm .framer-17o1bhb, .framer-F3iOm .framer-16yo6ml, .framer-F3iOm .framer-1tf1yni, .framer-F3iOm .framer-17187ws { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-F3iOm .framer-vxekco { align-content: center; align-items: center; aspect-ratio: 1.0074441687344913 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 393px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-F3iOm .framer-zrh53x { align-content: center; align-items: center; aspect-ratio: 1.0074441687344913 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 199px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-F3iOm .framer-1g25j4e-container { flex: 1 0 0px; height: 604px; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 1200px) and (max-width: 1499px) { .framer-F3iOm.framer-1bq0wrt { width: 1200px; } .framer-F3iOm .framer-vxekco { height: var(--framer-aspect-ratio-supported, 377px); }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-F3iOm.framer-1bq0wrt { width: 810px; } .framer-F3iOm .framer-1l1c79i { overflow: hidden; z-index: 1; } .framer-F3iOm .framer-5yff6a { padding: 80px 20px 20px 20px; } .framer-F3iOm .framer-kbm58q { width: 40%; } .framer-F3iOm .framer-7a936k-container { flex: none; width: 310px; } .framer-F3iOm .framer-1pj28x9 { flex: 1 0 0px; padding: 30px; width: 1px; } .framer-F3iOm .framer-1uv084t { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 70px); width: 70px; } .framer-F3iOm .framer-1tn6w54 { flex-direction: column; gap: 0px; } .framer-F3iOm .framer-1fi5jey, .framer-F3iOm .framer-zrh53x, .framer-F3iOm .framer-1g25j4e-container { flex: none; width: 100%; } .framer-F3iOm .framer-vxekco { flex: none; height: var(--framer-aspect-ratio-supported, 199px); width: 100%; }}\",\"@media (max-width: 809px) { .framer-F3iOm.framer-1bq0wrt { width: 390px; } .framer-F3iOm .framer-1l1c79i { gap: 10px; left: 0px; overflow: hidden; transform: unset; } .framer-F3iOm .framer-8n0wpv-container { order: 0; z-index: 3; } .framer-F3iOm .framer-i5f9tg-container { order: 1; } .framer-F3iOm .framer-5yff6a { flex-direction: column; gap: 20px; max-width: 1248px; padding: 80px 20px 20px 20px; } .framer-F3iOm .framer-kbm58q { width: 100%; } .framer-F3iOm .framer-7a936k-container { flex: none; width: 350px; } .framer-F3iOm .framer-1pj28x9 { align-self: unset; height: min-content; width: 100%; } .framer-F3iOm .framer-1tn6w54 { flex-direction: column; gap: 0px; } .framer-F3iOm .framer-1fi5jey, .framer-F3iOm .framer-zrh53x, .framer-F3iOm .framer-1g25j4e-container { flex: none; width: 100%; } .framer-F3iOm .framer-uuuios { align-content: center; align-items: center; justify-content: flex-start; padding: 50px 20px 50px 20px; } .framer-F3iOm .framer-vxekco { flex: none; height: var(--framer-aspect-ratio-supported, 199px); width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1974\n * @framerIntrinsicWidth 1500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dInGLnpJo\":{\"layout\":[\"fixed\",\"auto\"]},\"Wwc5hAZte\":{\"layout\":[\"fixed\",\"auto\"]},\"PG9HTgnTI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Q45kkh5mF\":{\"pattern\":\":Q45kkh5mF\",\"name\":\"1\"},\"PXZgySaRR\":{\"pattern\":\":PXZgySaRR\",\"name\":\"2\"},\"oAKniLs_7\":{\"pattern\":\":oAKniLs_7\",\"name\":\"\"}}\n * @framerResponsiveScreen\n */const FramerIA3wRbYVI=withCSS(Component,css,\"framer-F3iOm\");export default FramerIA3wRbYVI;FramerIA3wRbYVI.displayName=\"Products\";FramerIA3wRbYVI.defaultProps={height:1974,width:1500};addFonts(FramerIA3wRbYVI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...MegaMenuFonts,...BGFonts,...ImagePreviewerFonts,...BreadcrumbFonts,...Donor360ButtonFonts,...PhosphorFonts,...VideoFonts,...FooterFonts,...CopyrightsBarFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIA3wRbYVI\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"Q45kkh5mF\\\":{\\\"pattern\\\":\\\":Q45kkh5mF\\\",\\\"name\\\":\\\"1\\\"},\\\"PXZgySaRR\\\":{\\\"pattern\\\":\\\":PXZgySaRR\\\",\\\"name\\\":\\\"2\\\"},\\\"oAKniLs_7\\\":{\\\"pattern\\\":\\\":oAKniLs_7\\\",\\\"name\\\":\\\"\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dInGLnpJo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wwc5hAZte\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PG9HTgnTI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1500\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1974\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCL,EAAqB,WAAW,CAAC,CAAC,EAAQM,EAAwBC,GAAK,CAAC,GAAG,CAACL,EAAiB,MAAM,IAAIM,GAAc,mCAAmC,KAAK,UAAUR,CAAoB,CAAC,EAAE,EAAE,OAAOE,EAAiBK,CAAG,CAAE,EAAO,CAAC,MAAAxC,EAAM,UAAA0C,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAUN,EAAwB,WAAW,EAAE,UAAAO,EAAUP,EAAwB,WAAW,EAAE,UAAAQ,EAAUR,EAAwB,WAAW,EAAE,UAAAS,GAAUT,EAAwB,WAAW,EAAE,UAAAU,GAAUV,EAAwB,WAAW,EAAE,UAAAW,EAAUX,EAAwB,WAAW,GAAG,GAAG,UAAAY,GAAUZ,EAAwB,WAAW,GAAG,EAAE,UAAAa,GAAUb,EAAwB,WAAW,GAAG,GAAG,UAAAc,EAAUd,EAAwB,WAAW,GAAG,GAAG,UAAAe,GAAUf,EAAwB,WAAW,GAAG,EAAE,UAAAgB,GAAUhB,EAAwB,WAAW,GAAG,GAAG,UAAAiB,GAAUjB,EAAwB,WAAW,GAAG,GAAG,UAAAkB,GAAUlB,EAAwB,WAAW,GAAG,GAAG,UAAAmB,EAAUnB,EAAwB,WAAW,EAAE,UAAAoB,EAAUpB,EAAwB,WAAW,EAAE,UAAAqB,GAAUrB,EAAwB,WAAW,GAAG,GAAG,UAAAsB,GAAUtB,EAAwB,WAAW,GAAG,GAAG,UAAAuB,GAAUvB,EAAwB,WAAW,GAAG,GAAG,UAAAwB,GAAUxB,EAAwB,WAAW,GAAG,GAAG,UAAAyB,GAAUzB,EAAwB,WAAW,GAAG,GAAG,UAAA0B,GAAU1B,EAAwB,WAAW,GAAG,GAAG,UAAA2B,GAAU3B,EAAwB,WAAW,GAAG,GAAG,UAAA4B,GAAU5B,EAAwB,WAAW,GAAG,GAAG,UAAA6B,GAAU7B,EAAwB,WAAW,GAAG,GAAG,UAAA8B,GAAU9B,EAAwB,WAAW,GAAG,GAAG,UAAA+B,GAAU/B,EAAwB,WAAW,GAAG,GAAG,UAAAgC,GAAUhC,EAAwB,WAAW,GAAG,GAAG,UAAAiC,GAAUjC,EAAwB,WAAW,GAAG,GAAG,UAAAkC,GAAUlC,EAAwB,WAAW,GAAG,GAAG,UAAAmC,GAAUnC,EAAwB,WAAW,GAAG,GAAG,UAAAoC,GAAUpC,EAAwB,WAAW,GAAG,GAAG,UAAAqC,GAAUrC,EAAwB,WAAW,GAAG,GAAG,UAAAsC,GAAUtC,EAAwB,WAAW,GAAG,GAAG,UAAAuC,GAAUvC,EAAwB,WAAW,GAAG,GAAG,UAAAwC,GAAUxC,EAAwB,WAAW,GAAG,GAAG,UAAAyC,GAAUzC,EAAwB,WAAW,GAAG,GAAG,UAAA0C,GAAU1C,EAAwB,WAAW,GAAG,GAAG,UAAA2C,GAAU3C,EAAwB,WAAW,GAAG,GAAG,UAAA4C,GAAU5C,EAAwB,WAAW,GAAG,GAAG,UAAA6C,GAAU7C,EAAwB,WAAW,GAAG,GAAG,UAAA8C,GAAU9C,EAAwB,WAAW,GAAG,GAAG,UAAA+C,EAAU/C,EAAwB,WAAW,EAAE,UAAAgD,EAAUhD,EAAwB,WAAW,EAAE,UAAAiD,GAAUjD,EAAwB,WAAW,EAAE,GAAGkD,EAAS,EAAEzE,GAASI,CAAK,EAAQsE,GAAU,IAAI,CAAC,IAAMC,EAASA,EAAiBxD,EAAiBzC,CAAY,EAAE,GAAGiG,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAACzD,EAAiBzC,CAAY,CAAC,EAAQmG,GAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiBxD,EAAiBzC,CAAY,EAAE,SAAS,MAAMiG,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAACxD,EAAiBzC,CAAY,CAAC,EAAE,GAAK,CAACoG,EAAYC,EAAmB,EAAEC,GAA8BpD,EAAQqD,GAAY,EAAK,EAAQC,GAAe,OAAgKC,GAAkBC,EAAGrH,GAAkB,GAAjK,CAAa2D,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ2D,GAAUC,EAAkB,WAAW,EAAQC,GAAW9E,EAAO,IAAI,EAAQ+E,GAAW/E,EAAO,IAAI,EAAQgF,GAAWH,EAAkB,WAAW,EAAQI,GAAWJ,EAAkB,WAAW,EAAQK,GAAWlF,EAAO,IAAI,EAAQmF,GAAOC,GAAU,EAAQC,GAAiBC,GAAc,EAAQC,GAAYxH,GAAe2D,GAAU,CAAC,SAAS,MAAM,gBAAgB,SAAS,OAAO,GAAG,SAAS,WAAW,MAAM,UAAU,EAAE2D,EAAgB,EAAQG,GAAQvG,EAAM2C,CAAS,EAAQ6D,GAASvG,GAAY2C,GAAU,CAAC,EAAQ6D,GAASxG,GAAY2C,GAAU,CAAC,EAAQ8D,GAAS1G,EAAMgD,CAAS,EAAQ2D,GAAS3G,EAAMiD,CAAS,EAAQ2D,GAAS5G,EAAMmD,EAAS,EAAQ0D,GAAS7G,EAAMoD,EAAS,EAAQ0D,GAAS9G,EAAMqD,EAAS,EAAQ0D,GAAS/G,EAAMsD,EAAS,EAAQ0D,GAAShH,EAAMuD,EAAS,EAAQ0D,GAAUjH,EAAMwD,EAAS,EAAQ0D,GAAUlH,EAAMyD,EAAS,EAAQ0D,GAAUnH,EAAM0D,EAAS,EAAQ0D,GAAUpH,EAAM2D,EAAS,EAAQ0D,GAAUrH,EAAM4D,EAAS,EAAQ0D,GAAUtH,EAAM6D,EAAS,EAAQ0D,GAAUvH,EAAM8D,EAAS,EAAQ0D,GAAUxH,EAAM+D,EAAS,EAAQ0D,GAAUzH,EAAMgE,EAAS,EAAQ0D,GAAU1H,EAAMiE,EAAS,EAAQ0D,GAAU3H,EAAMkE,EAAS,EAAQ0D,GAAU5H,EAAMmE,EAAS,EAAQ0D,GAAU7H,EAAMoE,EAAS,EAAQ0D,GAAU9H,EAAMqE,EAAS,EAAQ0D,GAAU/H,EAAMsE,EAAS,EAAQ0D,GAAUhI,EAAMuE,EAAS,EAAQ0D,GAAUjI,EAAMwE,EAAS,EAAQ0D,GAAUlI,EAAMyE,EAAS,EAAQ0D,GAAUnI,EAAM0E,EAAS,EAAQ0D,GAAUpI,EAAM2E,EAAS,EAAQ0D,GAAUrI,EAAM4E,CAAS,EAAQ0D,GAAUtI,EAAM6E,CAAS,EAAQ0D,GAAUvI,EAAM8E,EAAS,EAAE,OAAA0D,GAAiB,CAAC,CAAC,EAAsBpI,EAAKqI,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAnK,EAAiB,EAAE,SAAsBoK,EAAMC,GAAY,CAAC,GAAG1G,GAAUhB,EAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAewI,EAAME,GAAO,IAAI,CAAC,GAAG7D,GAAU,UAAUW,EAAGD,GAAkB,iBAAiBzD,CAAS,EAAE,IAAIhB,EAAW,MAAM,CAAC,GAAG1B,CAAK,EAAE,SAAS,CAAcoJ,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAActI,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM/D,GAAmB,OAAO,OAAO,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBhF,EAAK4I,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5I,EAAK0I,EAA0B,CAAC,OAAO,GAAG,MAAM,SAAS,EAAE,EAAE,SAAsB1I,EAAK6I,GAAgB,CAAC,kBAAkB,CAAC,WAAW1K,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAS,EAAE,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,GAAGmH,GAAU,OAAO,YAAY,IAAIE,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzF,EAAK8I,GAA0B,CAAC,sBAAsB,GAAM,kBAAkB,CAAC,CAAC,OAAO,EAAE,IAAIrD,GAAK,OAAO,WAAW,EAAE,CAAC,IAAIC,GAAK,OAAO,WAAW,CAAC,EAAE,oBAAoB,EAAE,qCAAqC,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAActI,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,GAAG2F,GAAW,IAAID,GAAK,SAAsB1F,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,GAAG/D,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYzH,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,EAAE,SAAsBjB,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,GAAG/C,GAAW,OAAO,YAAY,IAAIC,GAAK,QAAQ,YAAY,SAAsB7F,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBhF,EAAK+I,EAAe,CAAC,UAAUxK,GAAO4D,GAAU,WAAW,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU9D,EAAkB0D,CAAS,EAAE,UAAU1D,EAAkB6D,EAAS,EAAE,UAAU7D,EAAkB4D,CAAS,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU5D,EAAkB2D,CAAS,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,GAAG,UAAU,SAAS,CAActI,EAAKgJ,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BjJ,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAY/D,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,GAAG,CAAC,EAAE,UAAU,CAAC,MAAM,iBAAiBA,GAAmB,OAAO,OAAO,wCAAwC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,CAAC,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,GAAG,MAAM,aAAazH,GAAmB,OAAO,OAAO,0BAA0B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,SAAsBjB,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiE,EAAc,CAAC,EAAE,UAAUA,EAAc,CAAC,EAAE,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,UAAUA,EAAc,EAAE,EAAE,UAAUA,EAAc,EAAE,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,UAAUA,EAAc,CAAC,EAAE,UAAUA,EAAc,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBjJ,EAAKkJ,EAAW,CAAC,UAAU,YAAY,UAAU,cAAc,UAAU,GAAK,UAAUD,EAAc,CAAC,EAAE,UAAU,GAAK,UAAU7G,EAAU,UAAU,kBAAkB,UAAU,YAAY,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,UAAU6G,EAAc,CAAC,EAAE,UAAU,QAAQ,SAAS,YAAY,UAAU,SAAS,UAAU,YAAY,UAAUA,EAAc,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,OAAO,MAAM,OAAO,UAAU,cAAc,UAAU,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeX,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAS,CAActI,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,KAAK,CAAC,UAAU,6BAA6B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,KAAKoC,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAekG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAS,CAActI,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,KAAKkG,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAelG,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oCAAoC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAKsC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6D,IAAsBmC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAACnC,IAAsBmC,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAActI,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,KAAKuC,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAevC,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG/D,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,GAAG,IAAI,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,IAAI,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,GAAG,GAAGzH,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,GAAG,IAAI,EAAE,KAAK,SAAsBjB,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,aAAa,KAAK,aAAa,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKqJ,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,CAAC,YAAY,qEAAqE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,GAAM,UAAU,GAAK,SAAS,YAAY,UAAU,qEAAqE,KAAK,aAAa,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,sEAAsE,UAAU,aAAa,UAAU,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEjD,IAAuBkC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAActI,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAesI,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAActI,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAsBA,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,oBAAoB,EAAE,KAAKyC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAE2D,IAAuBpG,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAsBA,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,oBAAoB,EAAE,KAAK0C,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAE2D,IAAuBrG,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAsBA,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,oBAAoB,EAAE,KAAK2C,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAuBgC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAChC,IAAuBtG,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQsE,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,GAAG,MAAM,CAAC,EAAE,MAAM,QAAQ,GAAG5C,EAAkBuE,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ0G,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,MAAM,EAAE,EAAE,MAAM,OAAO,GAAG5C,EAAkBuE,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,CAAC,EAAE,SAAsB5C,EAAKuJ,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQD,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,GAAG,MAAM,CAAC,EAAE,MAAM,QAAQ,GAAG5C,EAAkBuE,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,CAAC,CAAC,CAAC,EAAE2D,IAAuBvG,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQsE,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,GAAG,MAAM,CAAC,EAAE,MAAM,QAAQ,GAAG5C,EAAkBwE,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQyG,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,MAAM,CAAC,EAAE,MAAM,QAAQ,GAAG5C,EAAkBwE,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,CAAC,EAAE,SAAsB7C,EAAKuJ,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQD,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,GAAG,MAAM,CAAC,EAAE,MAAM,QAAQ,GAAG5C,EAAkBwE,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7C,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,KAAK8C,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe9C,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG/D,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,GAAG,KAAK,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,KAAK,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,GAAG,GAAGzH,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,GAAG,MAAM,SAAsBjB,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKqJ,EAAe,CAAC,UAAU,yCAAyC,OAAO,OAAO,GAAG,YAAY,UAAU,CAAC,YAAY,qEAAqE,YAAY,QAAQ,YAAY,CAAC,EAAE,UAAU,GAAM,UAAU,GAAK,SAAS,YAAY,UAAU,qEAAqE,UAAU,CAAC,YAAY,wEAAwE,YAAY,QAAQ,YAAY,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,sEAAsE,UAAU,aAAa,UAAU,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerJ,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAsBsI,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,SAAS,CAActI,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBsI,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAActI,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAesI,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAC9B,IAAuB8B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAK+C,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAuB6B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,sBAAsB,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKgD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAuB4B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKiD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAuB2B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKkD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAuB0B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKmD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwByB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKoD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBwB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKqD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBuB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKsD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKuD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBqB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKwD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBoB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKyD,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBmB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAK0D,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBkB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAK2D,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBiB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,eAAe,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAK4D,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBgB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,WAAW,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAK6D,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBe,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAK8D,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,WAAW,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAK+D,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBa,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,sBAAsB,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKgE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBY,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKiE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBW,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKkE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBU,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKmE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBS,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKoE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBQ,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mCAAmC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKqE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBO,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,WAAW,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,+EAA+E,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKsE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBM,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAActI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKwJ,EAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,gBAAgB,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexJ,EAAKmJ,EAAS,CAAC,sBAAsB,GAAK,SAAsBnJ,EAAWoJ,EAAS,CAAC,SAAsBpJ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKuE,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAwBjI,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQsE,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,MAAM,WAAWA,GAAmB,OAAO,OAAO,kBAAkB,GAAG5C,EAAkBmG,CAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ8E,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,OAAOA,GAAmB,OAAO,OAAO,YAAY,GAAG5C,EAAkBmG,CAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ8E,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,OAAOA,GAAmB,OAAO,OAAO,YAAY,GAAG5C,EAAkBmG,CAAS,CAAC,CAAC,CAAC,EAAE,SAAsBxE,EAAKuJ,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQD,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,WAAWA,GAAmB,OAAO,OAAO,kBAAkB,GAAG5C,EAAkBmG,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAE0D,IAAwBlI,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQsE,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,MAAM,WAAWA,GAAmB,OAAO,OAAO,kBAAkB,GAAG5C,EAAkBoG,CAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,OAAOA,GAAmB,OAAO,OAAO,YAAY,GAAG5C,EAAkBoG,CAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,OAAOA,GAAmB,OAAO,OAAO,YAAY,GAAG5C,EAAkBoG,CAAS,CAAC,CAAC,CAAC,EAAE,SAAsBzE,EAAKuJ,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQD,GAA2BrI,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,WAAWA,GAAmB,OAAO,OAAO,kBAAkB,GAAG5C,EAAkBoG,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,CAAC,CAAC,CAAC,EAAE0D,IAAwBnI,EAAK0I,EAA0B,CAAC,SAAsB1I,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKyJ,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAK,QAAQ/E,GAAU,QAAQ,SAAS,OAAO,uEAAuE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1E,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG/D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,IAAI,MAAMzH,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsBjB,EAAK2I,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBhF,EAAK0J,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1J,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG/D,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,SAAsBjB,EAAK0I,EAA0B,CAAC,OAAO,GAAG,MAAMzH,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsBjB,EAAK2I,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3I,EAAKyI,EAAkB,CAAC,WAAWzD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBhF,EAAK2J,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3J,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4J,GAAI,CAAC,kFAAkF,gFAAgF,sVAAsV,+UAA+U,4HAA4H,4IAA4I,2TAA2T,4QAA4Q,oIAAoI,uTAAuT,0LAA0L,0TAA0T,iRAAiR,gRAAgR,mZAAmZ,+SAA+S,kJAAkJ,0RAA0R,iaAAia,gRAAgR,0JAA0J,6VAA6V,oSAAoS,+QAA+Q,2RAA2R,sSAAsS,+QAA+Q,q/BAAq/B,mjCAAmjC,y7BAAy7B,uVAAuV,uVAAuV,4GAA4G,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,8LAA8L,g1BAAg1B,2hCAA2hC,EAa1pqEC,EAAgBC,GAAQvJ,GAAUqJ,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,WAAWA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAc,GAAGC,GAAQ,GAAGC,GAAoB,GAAGC,GAAgB,GAAGC,GAAoB,GAAGC,GAAc,GAAGC,GAAW,GAAGC,GAAY,GAAGC,GAAmB,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACz6E,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,mJAAiL,yBAA2B,OAAO,qBAAuB,OAAO,uBAAyB,GAAG,kBAAoB,OAAO,4BAA8B,OAAO,oCAAsC,oMAA0O,sBAAwB,IAAI,qBAAuB,OAAO,yBAA2B,QAAQ,sBAAwB,OAAO,6BAA+B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["init_ssg_sandbox_shims", "MegaMenuFonts", "getFonts", "ALdKQbNNY_default", "BGFonts", "jjL8Im2GY_default", "BGWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithFX", "withFX", "Container", "ImagePreviewerFonts", "pzdpmTsRb_default", "BreadcrumbFonts", "qrDr76SNP_default", "Donor360ButtonFonts", "KXoRrEOSP_default", "PhosphorFonts", "Icon", "VideoFonts", "Video", "FooterFonts", "YrQkNU2aE_default", "CopyrightsBarFonts", "MZRdfIGA8_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "toResponsiveImage", "value", "equals", "a", "b", "numberToString", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "isSet", "greaterThan", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "clSgCD1Aa_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "TnFAlkwvv", "OcRyC7LF1", "sYYqKdTVe", "qg8YsJYIi", "ku6XNYKcq", "Gimvqg7dR", "EWewyRkJL", "bh31H6V7V", "pKuspzzSa", "SZBsiksYj", "TjyyYVvXJ", "J6ko199Zo", "YNfCl8IAV", "BqAi4ZN5Y", "vd3377Tbt", "VnWVs8I75", "nKbdHP1De", "FwNFzxzFG", "zixg4t2qy", "B022mRrAr", "l2RxxZzjh", "dWKj7l6Ay", "lbUopJRQC", "bZ8JABhQJ", "NIhMiD35u", "oItGjGdpN", "zwHU5l1On", "UDjZAsSdv", "kuf_X6yr3", "FsToRmF9h", "RppD1lX0V", "UmOeGAhG0", "CiQlHQTmo", "yF2HgP6sV", "uAQSSb0KD", "n8wQBBgxv", "HRyI55jkq", "Z0l1hGuZK", "alDSVbaMZ", "uUk3BZ7Ps", "n73N5i8ED", "zV5QDnvbj", "gLMjLPY5C", "I0PgEj3p7", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "ref2", "elementId1", "elementId2", "ref3", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "visible21", "visible22", "visible23", "visible24", "visible25", "visible26", "visible27", "visible28", "visible29", "visible30", "visible31", "visible32", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ALdKQbNNY_default", "ContainerWithFX", "BGWithVariantAppearEffect", "pzdpmTsRb_default", "ResolveLinks", "resolvedLinks", "qrDr76SNP_default", "RichText2", "x", "KXoRrEOSP_default", "getLoadingLazyAtYPosition", "Image2", "Icon", "Video", "YrQkNU2aE_default", "MZRdfIGA8_default", "css", "FramerIA3wRbYVI", "withCSS", "IA3wRbYVI_default", "addFonts", "MegaMenuFonts", "BGFonts", "ImagePreviewerFonts", "BreadcrumbFonts", "Donor360ButtonFonts", "PhosphorFonts", "VideoFonts", "FooterFonts", "CopyrightsBarFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
