{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.8.0/dist/hash.browser.esm.js", "ssg:https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js", "ssg:https://framerusercontent.com/modules/kdU6OxRJxhv6njU4fpKe/4YAkdy7w6iKiZLAm8Tzt/EAuWzJnuW.js", "ssg:https://framerusercontent.com/modules/jcRXguLTaydRHnOwtqky/YQifROdCyD6ocJBUzxC3/F2RdVp1gj.js", "ssg:https://framerusercontent.com/modules/aoyLUiA4CtBo7I9d2rFI/2YlbmtKnomuT1SixFMF1/IhGAmn0sk.js", "ssg:https://framerusercontent.com/modules/6NfkRWHbufuuic79hIWQ/Wm8UBgWccjZAQ3t9mMzX/hwFxtQiSW.js", "ssg:https://framerusercontent.com/modules/nEmxoeCo1LDitSketkuX/dbUE4BIJwSNuvgj7GQHj/yd7nMFDHh.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=hash.browser.esm.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i}from\"react\";import{addPropertyControls as n,ControlType as a,RenderTarget as l,withCSS as r}from\"framer\";import{motion as o}from\"framer-motion\";import p from\"@emotion/hash\";import{renderToString as s}from\"react-dom/server\";/**\n * ARC TEXT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */let d=r(function(n){let a,r,d;// Checks\nlet x=i.count(n.slots)>0,b=l.current()===l.canvas,$=x&&\"graphic\"===n.type,w=\"circle\"===n.type,S=\"ellipse\"===n.type,v=S?n.cylinderHeight/2:0,V=f(n.flip,v);// If graphic is connected\nif($){let i=m(n.slots),l=m(i.props.svg),o=m(i.props.children);// Show placeholder on canvas if connected layer isn\u2019t a graphic\nif(b&&!o.props.frame)return /*#__PURE__*/t(\"div\",{style:u,children:[/*#__PURE__*/e(\"div\",{style:h,children:\"\uD83D\uDC8E\"}),/*#__PURE__*/e(\"p\",{style:g,children:\"Please connect to Graphic\"}),/*#__PURE__*/e(\"p\",{style:y,children:\"You can only connect the Arc to a Graphic with a single path.\"})]});// Grab the react element from the canvas and turn it into SVG\nif(b&&o){let e=s(o),t=o.props.frame;for(let i of(r=`0 0 ${t.width} ${t.height}`,e.match(/[\\w-]+=\"[^\"]*\"/g)))i.includes(\"d=\")&&(a=c(i));}// On the preview/deploy we already get the SVG string\nif(!b&&l){let e=l.match(/[\\w-]+=\"[^\"]*\"/g);for(let t of(r=(r=(r=l.split(\"viewBox=\")[1]).split(\">\")[0]).replace(/^\"(.+(?=\"$))\"$/,\"$1\"),e))t.includes(\"d=\")&&(a=c(t));}}// Unique IDs to avoid multiple instances on the canvas sharing a single path\nlet C=`curve-${p(a||V)}`;return\"top\"===n.alignmentBaseline&&(d=\"Text Top\"),\"center\"===n.alignmentBaseline&&(d=\"Central\"),\"bottom\"===n.alignmentBaseline&&(d=\"Hanging\"),/*#__PURE__*/e(o.div,{style:{width:\"100%\",height:\"100%\",// userSelect: \"none\",\n// pointerEvents: \"none\",\nposition:\"relative\"},draggable:\"false\",children:/*#__PURE__*/t(o.svg,{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",position:\"absolute\",inset:0,transformOrigin:\"center\",willChange:n.rotate&&\"transform\"},viewBox:$?r:\"0 0 100 100\",overflow:\"visible\",animate:w&&n.rotate&&{rotate:360},transition:w&&n.rotate&&{duration:100/n.rotateSpeed,repeat:1/0,ease:\"linear\"},children:[/*#__PURE__*/e(\"path\",{id:C,d:$?a:V,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/e(\"text\",{children:/*#__PURE__*/t(\"textPath\",{href:`#${C}`,startOffset:n.startOffset,dominantBaseline:d,style:{...n.font,wordSpacing:n.wordSpacing,fill:n.color},children:[n.text,!b&&n.animate&&/*#__PURE__*/e(\"animate\",{attributeName:\"startOffset\",from:`${n.animateStart}%`,to:`${n.animateEnd}%`,begin:\"0s\",dur:`${n.animateDuration}s`,repeatCount:\"indefinite\"})]})})]})});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default d;/* Method to get the first child */function m(e){let t;return i.map(e,e=>{void 0===t&&(t=e);}),t;}d.defaultProps={height:50,width:50},n(d,{text:{title:\"Content\",type:a.String,defaultValue:\"\u2726 THANK YOU \u2726 FOR VISITING\",displayTextArea:!0},type:{title:\"Type\",type:a.Enum,options:[\"circle\",\"ellipse\",\"graphic\"],optionTitles:[\"Circle\",\"Ellipse\",\"Graphic\"],defaultValue:!0},cylinderHeight:{title:\"Height\",type:a.Number,unit:\"px\",min:0,max:1e3,hidden:({type:e})=>\"ellipse\"!==e},rotate:{type:a.Boolean,title:\"Rotate\",defaultValue:!1,hidden:({type:e})=>\"circle\"!==e},rotateSpeed:{type:a.Number,title:\"Speed\",min:0,max:50,defaultValue:5,displayStepper:!0,step:1,hidden:({type:e,rotate:t})=>\"circle\"!==e||!t},slots:{type:a.ComponentInstance,title:\"Graphic\",hidden:({type:e})=>\"graphic\"!==e},alignmentBaseline:{title:\"Align\",type:a.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:!0},flip:{type:a.Boolean,defaultValue:!1,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\",hidden:({type:e})=>\"graphic\"===e},startOffset:{title:\"Offset\",type:a.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},color:{title:\"Color\",type:a.Color,defaultValue:\"#999\"},font:{type:a.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:!1},wordSpacing:{type:a.Number,step:1,defaultValue:0,title:\"Word\",displayStepper:!0},animate:{type:a.Boolean,defaultValue:!1,title:\"Animate\"},animateStart:{type:a.Number,min:-200,max:200,step:.1,defaultValue:-50,title:\"From\",unit:\"%\",hidden:e=>!e.animate},animateEnd:{type:a.Number,min:-200,max:200,step:.1,defaultValue:150,title:\"To\",unit:\"%\",hidden:e=>!e.animate},animateDuration:{type:a.Number,min:0,max:50,defaultValue:5,title:\"Time\",unit:\"s\",displayStepper:!0,hidden:e=>!e.animate}});/* Method to get stringless attributes */let c=e=>e.split(\"=\")[1].replace(/['\"]+/g,\"\"),f=(e,t)=>{let i=50-t,n=50+t;return e?`M 0 50 L 0 ${n} A 1 1 0 1 0 100 ${n} L 100 ${i} A 1 1 0 1 0 0 ${i} L 0 50`:`M 0 50 L 0 ${i} A 1 1 0 0 1 100 ${i} L 100 50 L 100 ${n} A 1 1 0 0 1 0 ${n} L 0 ${i}`;},u={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"},h={fontSize:32,marginBottom:10},g={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},y={margin:0,opacity:.7,maxWidth:160,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"W09udmIYo\"];const serializationHash=\"framer-YR70Q\";const variantClassNames={W09udmIYo:\"framer-v-df0bwr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,image,image2,image3,image4,link,width,...props})=>{return{...props,CLOjz4zPb:image2!==null&&image2!==void 0?image2:props.CLOjz4zPb,luqg6K1cu:image4!==null&&image4!==void 0?image4:props.luqg6K1cu,QMjgKwCOD:image3!==null&&image3!==void 0?image3:props.QMjgKwCOD,qrNp9b6h8:link!==null&&link!==void 0?link:props.qrNp9b6h8,TgtW39mBf:image!==null&&image!==void 0?image:props.TgtW39mBf};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TgtW39mBf,CLOjz4zPb,QMjgKwCOD,luqg6K1cu,qrNp9b6h8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"W09udmIYo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:qrNp9b6h8,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-df0bwr\",className,classNames)} framer-1nvs4lw`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"W09udmIYo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p4jebs\",layoutDependency:layoutDependency,layoutId:\"xWnmv5Iqc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yj9ra8\",layoutDependency:layoutDependency,layoutId:\"ErE4vWqSe\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:140,borderBottomRightRadius:140,borderTopLeftRadius:140,borderTopRightRadius:140},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1325,pixelHeight:1342,pixelWidth:1325,sizes:\"78px\",...toResponsiveImage(TgtW39mBf)},className:\"framer-qq8c06\",layoutDependency:layoutDependency,layoutId:\"iOedSTT0A\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5vjed\",layoutDependency:layoutDependency,layoutId:\"NemEaTXUh\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:130,borderBottomRightRadius:130,borderTopLeftRadius:130,borderTopRightRadius:130,boxShadow:\"-0.3010936508871964px 0px 0.7828434923067107px -0.9166666666666666px rgba(0, 0, 0, 0.3971), -1.1442666516217286px 0px 2.975093294216494px -1.8333333333333333px rgba(0, 0, 0, 0.38479), -5px 0px 13px -2.75px rgba(0, 0, 0, 0.3285)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1325,pixelHeight:1342,pixelWidth:1325,sizes:\"78px\",...toResponsiveImage(CLOjz4zPb)},className:\"framer-1wg9ta\",layoutDependency:layoutDependency,layoutId:\"y1LDmecj4\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4rw2sp\",layoutDependency:layoutDependency,layoutId:\"WlvCXbRE3\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:70,borderBottomRightRadius:70,borderTopLeftRadius:70,borderTopRightRadius:70,boxShadow:\"-0.3010936508871964px 0px 0.7828434923067107px -0.9166666666666666px rgba(0, 0, 0, 0.3971), -1.1442666516217286px 0px 2.975093294216494px -1.8333333333333333px rgba(0, 0, 0, 0.38479), -5px 0px 13px -2.75px rgba(0, 0, 0, 0.3285)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1325,pixelHeight:1342,pixelWidth:1325,sizes:\"78px\",...toResponsiveImage(QMjgKwCOD)},className:\"framer-w4bip7\",layoutDependency:layoutDependency,layoutId:\"S5y0L87iM\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15sxrgk\",layoutDependency:layoutDependency,layoutId:\"AsK9zd79C\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"-0.3010936508871964px 0px 0.7828434923067107px -0.9166666666666666px rgba(0, 0, 0, 0.3971), -1.1442666516217286px 0px 2.975093294216494px -1.8333333333333333px rgba(0, 0, 0, 0.38479), -5px 0px 13px -2.75px rgba(0, 0, 0, 0.3285)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3264,intrinsicWidth:2448,pixelHeight:3264,pixelWidth:2448,sizes:\"78px\",...toResponsiveImage(luqg6K1cu)},className:\"framer-1ok2xaw\",layoutDependency:layoutDependency,layoutId:\"fqYsW6ujm\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YR70Q.framer-1nvs4lw, .framer-YR70Q .framer-1nvs4lw { display: block; }\",\".framer-YR70Q.framer-df0bwr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YR70Q .framer-p4jebs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 49px; justify-content: flex-start; min-width: 166px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-YR70Q .framer-1yj9ra8 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); }\",\".framer-YR70Q .framer-qq8c06, .framer-YR70Q .framer-1wg9ta, .framer-YR70Q .framer-w4bip7, .framer-YR70Q .framer-1ok2xaw { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-YR70Q .framer-y5vjed { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 38px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); z-index: 1; }\",\".framer-YR70Q .framer-4rw2sp { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 76px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); z-index: 1; }\",\".framer-YR70Q .framer-15sxrgk { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 114px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YR70Q.framer-df0bwr, .framer-YR70Q .framer-p4jebs, .framer-YR70Q .framer-1yj9ra8, .framer-YR70Q .framer-y5vjed, .framer-YR70Q .framer-4rw2sp, .framer-YR70Q .framer-15sxrgk { gap: 0px; } .framer-YR70Q.framer-df0bwr > *, .framer-YR70Q .framer-1yj9ra8 > *, .framer-YR70Q .framer-y5vjed > *, .framer-YR70Q .framer-4rw2sp > *, .framer-YR70Q .framer-15sxrgk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YR70Q.framer-df0bwr > :first-child, .framer-YR70Q .framer-p4jebs > :first-child, .framer-YR70Q .framer-1yj9ra8 > :first-child, .framer-YR70Q .framer-y5vjed > :first-child, .framer-YR70Q .framer-4rw2sp > :first-child, .framer-YR70Q .framer-15sxrgk > :first-child { margin-left: 0px; } .framer-YR70Q.framer-df0bwr > :last-child, .framer-YR70Q .framer-p4jebs > :last-child, .framer-YR70Q .framer-1yj9ra8 > :last-child, .framer-YR70Q .framer-y5vjed > :last-child, .framer-YR70Q .framer-4rw2sp > :last-child, .framer-YR70Q .framer-15sxrgk > :last-child { margin-right: 0px; } .framer-YR70Q .framer-p4jebs > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TgtW39mBf\":\"image\",\"CLOjz4zPb\":\"image2\",\"QMjgKwCOD\":\"image3\",\"luqg6K1cu\":\"image4\",\"qrNp9b6h8\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEAuWzJnuW=withCSS(Component,css,\"framer-YR70Q\");export default FramerEAuWzJnuW;FramerEAuWzJnuW.displayName=\"Tiny Images\";FramerEAuWzJnuW.defaultProps={height:49,width:166};addPropertyControls(FramerEAuWzJnuW,{TgtW39mBf:{title:\"Image\",type:ControlType.ResponsiveImage},CLOjz4zPb:{title:\"Image 2\",type:ControlType.ResponsiveImage},QMjgKwCOD:{title:\"Image 3\",type:ControlType.ResponsiveImage},luqg6K1cu:{title:\"Image 4\",type:ControlType.ResponsiveImage},qrNp9b6h8:{title:\"Link\",type:ControlType.Link}});addFonts(FramerEAuWzJnuW,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEAuWzJnuW\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"166\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"TgtW39mBf\\\":\\\"image\\\",\\\"CLOjz4zPb\\\":\\\"image2\\\",\\\"QMjgKwCOD\\\":\\\"image3\\\",\\\"luqg6K1cu\\\":\\\"image4\\\",\\\"qrNp9b6h8\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"49\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EAuWzJnuW.map", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bNtmwXI5p5tjMVpJYi5N/4pbQ0V8TVkDz7ytrJsfM/iLvBdfOs8.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/gB94ZhnIQwQWuod9Knxq/Bn47SBUEiLfA8Bb9nagE/MjM7LH64L.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={ehC8YU6U4:{hover:true},tICj7eCix:{hover:true}};const cycleOrder=[\"tICj7eCix\",\"ehC8YU6U4\",\"w6AjB2hJq\"];const serializationHash=\"framer-s0te2\";const variantClassNames={ehC8YU6U4:\"framer-v-6d2jfn\",tICj7eCix:\"framer-v-w8cq5l\",w6AjB2hJq:\"framer-v-uyo6kg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"tICj7eCix\",\"Variant 2\":\"ehC8YU6U4\",\"Variant 3\":\"w6AjB2hJq\"};const getProps=({height,icon,id,link,text,title,visible,width,...props})=>{return{...props,iNyObSHzV:text??props.iNyObSHzV??\"Our agency developed a content marketing plan for a client, resulting in a significant increase in brand visibility and recognition. As a result, the client experienced a 80% increase in website traffic within six months.\",lxVLvSShs:icon??props.lxVLvSShs??\"House\",ocFxhgdq4:link??props.ocFxhgdq4,p1QdeJ3VD:visible??props.p1QdeJ3VD??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"tICj7eCix\",x6gTlITKM:title??props.x6gTlITKM??\"Our Services\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,x6gTlITKM,iNyObSHzV,ocFxhgdq4,p1QdeJ3VD,lxVLvSShs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tICj7eCix\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ocFxhgdq4,nodeId:\"tICj7eCix\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-w8cq5l\",className,classNames)} framer-ury00n`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tICj7eCix\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-2c77483b-74d5-40f8-b894-5fb4dc69010e, rgb(31, 29, 29))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"tICj7eCix-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},ehC8YU6U4:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-affa1b72-7c43-4531-b217-6ad9a97be289, rgba(255, 255, 255, 0.05))\"},w6AjB2hJq:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-affa1b72-7c43-4531-b217-6ad9a97be289, rgba(255, 255, 255, 0.05))\"}},...addPropertyOverrides({\"ehC8YU6U4-hover\":{\"data-framer-name\":undefined},\"tICj7eCix-hover\":{\"data-framer-name\":undefined},ehC8YU6U4:{\"data-border\":true,\"data-framer-name\":\"Variant 2\"},w6AjB2hJq:{\"data-border\":true,\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s4ibje\",layoutDependency:layoutDependency,layoutId:\"HXeWV32Qd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-glq5yt\",layoutDependency:layoutDependency,layoutId:\"eXBnnw0EX\",style:{backgroundColor:\"var(--token-affa1b72-7c43-4531-b217-6ad9a97be289, rgba(255, 255, 255, 0.05))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hbbbst-container\",layoutDependency:layoutDependency,layoutId:\"ZVFUsTcqX-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(245, 131, 39))\",height:\"100%\",iconSearch:\"House\",iconSelection:lxVLvSShs,id:\"ZVFUsTcqX\",layoutId:\"ZVFUsTcqX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-ravud2\",\"data-styles-preset\":\"MjM7LH64L\",children:\"Our Services\"})}),className:\"framer-1w2nx3g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"h7Q_wRZUp\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:x6gTlITKM,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",children:\"Our agency developed a content marketing plan for a client, resulting in a significant increase in brand visibility and recognition. As a result, the client experienced a 80% increase in website traffic within six months.\"})}),className:\"framer-124y5eq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q8_qMOr8d\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.6},text:iNyObSHzV,verticalAlignment:\"bottom\",withExternalLayout:true}),p1QdeJ3VD&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-98kek8\",layoutDependency:layoutDependency,layoutId:\"a3_xwYyTC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Mehr dazu\"})}),className:\"framer-di8arq\",fonts:[\"GF;Unbounded-regular\"],layoutDependency:layoutDependency,layoutId:\"DoGnvbUCA\",style:{\"--extracted-r6o4lv\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-za828s\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"uJha1_GYt\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:70,borderBottomRightRadius:70,borderTopLeftRadius:70,borderTopRightRadius:70,rotate:0},variants:{\"ehC8YU6U4-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",rotate:0},\"tICj7eCix-hover\":{backgroundColor:\"var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(245, 131, 39))\",rotate:45}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e6893z-container\",layoutDependency:layoutDependency,layoutId:\"f5oWcKDmU-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"f5oWcKDmU\",layoutId:\"f5oWcKDmU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s0te2.framer-ury00n, .framer-s0te2 .framer-ury00n { display: block; }\",\".framer-s0te2.framer-w8cq5l { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 374px; justify-content: space-between; overflow: hidden; padding: 20px; position: relative; text-decoration: none; width: 390px; will-change: var(--framer-will-change-override, transform); }\",\".framer-s0te2 .framer-s4ibje { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s0te2 .framer-glq5yt { 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: 10px; position: relative; width: min-content; }\",\".framer-s0te2 .framer-hbbbst-container { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-s0te2 .framer-1w2nx3g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-s0te2 .framer-124y5eq { flex: 1 0 0px; height: 1px; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-s0te2 .framer-98kek8 { 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: visible; padding: 20px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-s0te2 .framer-di8arq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-s0te2 .framer-za828s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; overflow: hidden; padding: 7px; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-s0te2 .framer-1e6893z-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s0te2 .framer-s4ibje, .framer-s0te2 .framer-glq5yt, .framer-s0te2 .framer-98kek8, .framer-s0te2 .framer-za828s { gap: 0px; } .framer-s0te2 .framer-s4ibje > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-s0te2 .framer-s4ibje > :first-child { margin-top: 0px; } .framer-s0te2 .framer-s4ibje > :last-child { margin-bottom: 0px; } .framer-s0te2 .framer-glq5yt > *, .framer-s0te2 .framer-98kek8 > *, .framer-s0te2 .framer-za828s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-s0te2 .framer-glq5yt > :first-child, .framer-s0te2 .framer-98kek8 > :first-child, .framer-s0te2 .framer-za828s > :first-child { margin-left: 0px; } .framer-s0te2 .framer-glq5yt > :last-child, .framer-s0te2 .framer-98kek8 > :last-child, .framer-s0te2 .framer-za828s > :last-child { margin-right: 0px; } }\",\".framer-s0te2.framer-v-uyo6kg.framer-w8cq5l { cursor: unset; flex-direction: row; padding: 50px 20px 50px 20px; width: 900px; }\",\".framer-s0te2.framer-v-uyo6kg .framer-s4ibje { flex: 1 0 0px; width: 1px; }\",\".framer-s0te2.framer-v-uyo6kg .framer-124y5eq { height: 100%; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s0te2.framer-v-uyo6kg.framer-w8cq5l { gap: 0px; } .framer-s0te2.framer-v-uyo6kg.framer-w8cq5l > *, .framer-s0te2.framer-v-uyo6kg.framer-w8cq5l > :first-child, .framer-s0te2.framer-v-uyo6kg.framer-w8cq5l > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-s0te2[data-border=\"true\"]::after, .framer-s0te2 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 374\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ehC8YU6U4\":{\"layout\":[\"fixed\",\"fixed\"]},\"w6AjB2hJq\":{\"layout\":[\"fixed\",\"fixed\"]},\"vuh03IVEE\":{\"layout\":[\"fixed\",\"fixed\"]},\"WrO8earkv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"x6gTlITKM\":\"title\",\"iNyObSHzV\":\"text\",\"ocFxhgdq4\":\"link\",\"p1QdeJ3VD\":\"visible\",\"lxVLvSShs\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerF2RdVp1gj=withCSS(Component,css,\"framer-s0te2\");export default FramerF2RdVp1gj;FramerF2RdVp1gj.displayName=\"Service\";FramerF2RdVp1gj.defaultProps={height:374,width:390};addPropertyControls(FramerF2RdVp1gj,{variant:{options:[\"tICj7eCix\",\"ehC8YU6U4\",\"w6AjB2hJq\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},x6gTlITKM:{defaultValue:\"Our Services\",displayTextArea:true,title:\"Title\",type:ControlType.String},iNyObSHzV:{defaultValue:\"Our agency developed a content marketing plan for a client, resulting in a significant increase in brand visibility and recognition. As a result, the client experienced a 80% increase in website traffic within six months.\",displayTextArea:true,title:\"Text\",type:ControlType.String},ocFxhgdq4:{title:\"Link\",type:ControlType.Link},p1QdeJ3VD:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},lxVLvSShs:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(FramerF2RdVp1gj,[{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:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF2RdVp1gj\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ehC8YU6U4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"w6AjB2hJq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vuh03IVEE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WrO8earkv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"x6gTlITKM\\\":\\\"title\\\",\\\"iNyObSHzV\\\":\\\"text\\\",\\\"ocFxhgdq4\\\":\\\"link\\\",\\\"p1QdeJ3VD\\\":\\\"visible\\\",\\\"lxVLvSShs\\\":\\\"icon\\\"}\",\"framerIntrinsicHeight\":\"374\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"390\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F2RdVp1gj.map", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vX2EzgPJFb5wqdvp0m18/yfAnHGORUfWxMzn1yV3I/iLvBdfOs8.js\";const cycleOrder=[\"j7PAVVha3\"];const serializationHash=\"framer-SsgPL\";const variantClassNames={j7PAVVha3:\"framer-v-v4qbpw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({amount,height,id,title,width,...props})=>{var _ref,_ref1;return{...props,ODC_810_T:(_ref=amount!==null&&amount!==void 0?amount:props.ODC_810_T)!==null&&_ref!==void 0?_ref:\"15\",WmbsVaIgS:(_ref1=title!==null&&title!==void 0?title:props.WmbsVaIgS)!==null&&_ref1!==void 0?_ref1:\"Years of Experience\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ODC_810_T,WmbsVaIgS,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"j7PAVVha3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v4qbpw\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"j7PAVVha3\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1))\",borderBottomLeftRadius:240,borderBottomRightRadius:240,borderTopLeftRadius:240,borderTopRightRadius:240,WebkitBackdropFilter:\"blur(5px)\",...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-33ccxt\",layoutDependency:layoutDependency,layoutId:\"CfrF4iA2W\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)))\"},children:\"15\"})}),className:\"framer-1k3ljgi\",fonts:[\"GF;Unbounded-regular\"],layoutDependency:layoutDependency,layoutId:\"tOhURsI1h\",style:{\"--extracted-r6o4lv\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ODC_810_T,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8)))\"},children:\"Years of Experience\"})}),className:\"framer-d7u0rd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LZyt5raFL\",style:{\"--extracted-r6o4lv\":\"var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WmbsVaIgS,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SsgPL.framer-nrtbwm, .framer-SsgPL .framer-nrtbwm { display: block; }\",\".framer-SsgPL.framer-v4qbpw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: 187px; justify-content: center; overflow: hidden; padding: 54px 54px 54px 54px; position: relative; width: 187px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SsgPL .framer-33ccxt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-SsgPL .framer-1k3ljgi { flex: none; height: 31px; position: relative; white-space: pre; width: auto; }\",\".framer-SsgPL .framer-d7u0rd { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SsgPL.framer-v4qbpw, .framer-SsgPL .framer-33ccxt { gap: 0px; } .framer-SsgPL.framer-v4qbpw > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-SsgPL.framer-v4qbpw > :first-child, .framer-SsgPL .framer-33ccxt > :first-child { margin-top: 0px; } .framer-SsgPL.framer-v4qbpw > :last-child, .framer-SsgPL .framer-33ccxt > :last-child { margin-bottom: 0px; } .framer-SsgPL .framer-33ccxt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 187\n * @framerIntrinsicWidth 187\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ODC_810_T\":\"amount\",\"WmbsVaIgS\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIhGAmn0sk=withCSS(Component,css,\"framer-SsgPL\");export default FramerIhGAmn0sk;FramerIhGAmn0sk.displayName=\"Stats\";FramerIhGAmn0sk.defaultProps={height:187,width:187};addPropertyControls(FramerIhGAmn0sk,{ODC_810_T:{defaultValue:\"15\",displayTextArea:false,title:\"Amount\",type:ControlType.String},WmbsVaIgS:{defaultValue:\"Years of Experience\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerIhGAmn0sk,[{explicitInter:true,fonts:[{family:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\",weight:\"400\"},{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIhGAmn0sk\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"187\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"187\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"ODC_810_T\\\":\\\"amount\\\",\\\"WmbsVaIgS\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Unbounded-regular\",\"GF;Unbounded-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\",weight:\"400\"},{family:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__204jHgP6LR0Y.woff2\",weight:\"700\"}]}];export const css=['.framer-4PwVY .framer-styles-preset-m5rh52:not(.rich-text-wrapper), .framer-4PwVY .framer-styles-preset-m5rh52.rich-text-wrapper h1 { --framer-font-family: \"Unbounded\", \"Unbounded Placeholder\", sans-serif; --framer-font-family-bold: \"Unbounded\", \"Unbounded Placeholder\", sans-serif; --framer-font-size: 70px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -3px; --framer-line-height: 0.9em; --framer-paragraph-spacing: 1px; --framer-text-alignment: center; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-4PwVY .framer-styles-preset-m5rh52:not(.rich-text-wrapper), .framer-4PwVY .framer-styles-preset-m5rh52.rich-text-wrapper h1 { --framer-font-family: \"Unbounded\", \"Unbounded Placeholder\", sans-serif; --framer-font-family-bold: \"Unbounded\", \"Unbounded Placeholder\", sans-serif; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -3px; --framer-line-height: 0.9em; --framer-paragraph-spacing: 1px; --framer-text-alignment: center; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-4PwVY .framer-styles-preset-m5rh52:not(.rich-text-wrapper), .framer-4PwVY .framer-styles-preset-m5rh52.rich-text-wrapper h1 { --framer-font-family: \"Unbounded\", \"Unbounded Placeholder\", sans-serif; --framer-font-family-bold: \"Unbounded\", \"Unbounded Placeholder\", sans-serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: -3px; --framer-line-height: 1em; --framer-paragraph-spacing: 1px; --framer-text-alignment: center; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-4PwVY\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js\";import Project from\"#framer/local/canvasComponent/B4CrjLIFA/B4CrjLIFA.js\";import Brands from\"#framer/local/canvasComponent/c69Ma6EWG/c69Ma6EWG.js\";import Button from\"#framer/local/canvasComponent/cBQAwTefC/cBQAwTefC.js\";import TinyImages from\"#framer/local/canvasComponent/EAuWzJnuW/EAuWzJnuW.js\";import Bullet from\"#framer/local/canvasComponent/f_SxhhPsu/f_SxhhPsu.js\";import Service from\"#framer/local/canvasComponent/F2RdVp1gj/F2RdVp1gj.js\";import WhyUs from\"#framer/local/canvasComponent/iB7GHAwCB/iB7GHAwCB.js\";import Stats from\"#framer/local/canvasComponent/IhGAmn0sk/IhGAmn0sk.js\";import FAQListCommon from\"#framer/local/canvasComponent/iV8GXG0Ck/iV8GXG0Ck.js\";import NavigationBar from\"#framer/local/canvasComponent/Kg3jp8xZU/Kg3jp8xZU.js\";import Footer from\"#framer/local/canvasComponent/oGO_MGaZp/oGO_MGaZp.js\";import Heading from\"#framer/local/canvasComponent/QJ12gIOBS/QJ12gIOBS.js\";import CursorView from\"#framer/local/canvasComponent/sJnORkkMm/sJnORkkMm.js\";import Review from\"#framer/local/canvasComponent/ZpizmnjAI/ZpizmnjAI.js\";import CaseStudies from\"#framer/local/collection/c4gQFLt_3/c4gQFLt_3.js\";import*as sharedStyle from\"#framer/local/css/BZqcnnsi4/BZqcnnsi4.js\";import*as sharedStyle3 from\"#framer/local/css/DuMLJ2VUN/DuMLJ2VUN.js\";import*as sharedStyle2 from\"#framer/local/css/hwFxtQiSW/hwFxtQiSW.js\";import*as sharedStyle1 from\"#framer/local/css/iLvBdfOs8/iLvBdfOs8.js\";import*as sharedStyle4 from\"#framer/local/css/XiF1LAa3c/XiF1LAa3c.js\";import metadataProvider from\"#framer/local/webPageMetadata/yd7nMFDHh/yd7nMFDHh.js\";const PatternFonts=getFonts(Pattern);const NavigationBarFonts=getFonts(NavigationBar);const TinyImagesFonts=getFonts(TinyImages);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const TickerFonts=getFonts(Ticker);const PhosphorFonts=getFonts(Phosphor);const ArcFonts=getFonts(Arc);const ImageWithFX=withFX(Image);const HeadingFonts=getFonts(Heading);const ServiceFonts=getFonts(Service);const ContainerWithFX=withFX(Container);const MotionSectionWithFX=withFX(motion.section);const BrandsFonts=getFonts(Brands);const StatsFonts=getFonts(Stats);const WhyUsFonts=getFonts(WhyUs);const BulletFonts=getFonts(Bullet);const ProjectFonts=getFonts(Project);const ReviewFonts=getFonts(Review);const FAQListCommonFonts=getFonts(FAQListCommon);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const CursorViewFonts=getFonts(CursorView);const breakpoints={OwNhynIYY:\"(min-width: 1390px)\",P7j2A2OCI:\"(max-width: 809px)\",QEOySSdo8:\"(min-width: 1390px) and (max-width: 1389px)\",WgNeKo_y1:\"(min-width: 810px) and (max-width: 1389px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ShfiY\";const variantClassNames={OwNhynIYY:\"framer-v-hvzz3m\",P7j2A2OCI:\"framer-v-1zvqox\",QEOySSdo8:\"framer-v-x257y5\",WgNeKo_y1:\"framer-v-1b4lfhe\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-100};const transition1={damping:85,delay:.4,mass:1,stiffness:212,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:-100};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:170};const transition2={damping:85,delay:.2,mass:1,stiffness:212,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:170};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition3={damping:30,delay:0,mass:1,stiffness:118,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:170};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop-Wide\":\"OwNhynIYY\",Desktop:\"QEOySSdo8\",Phone:\"P7j2A2OCI\",Tablet:\"WgNeKo_y1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OwNhynIYY\"};};const cursor={component:CursorView,variant:\"gug0YEWP3\"};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{style,className,layoutId,variant,qGMvZtB2D,p0IqRGBPULHf_21Li6,y27i2645kLHf_21Li6,UDzOilHVeLHf_21Li6,vMoXVKWOuLHf_21Li6,xsgQECDCsLHf_21Li6,vsb3r_C29LHf_21Li6,uOb1X3P3cLHf_21Li6,GM6k8WU0bLHf_21Li6,idLHf_21Li6,p0IqRGBPUg7gardzzi,y27i2645kg7gardzzi,UDzOilHVeg7gardzzi,vMoXVKWOug7gardzzi,xsgQECDCsg7gardzzi,vsb3r_C29g7gardzzi,uOb1X3P3cg7gardzzi,GM6k8WU0bg7gardzzi,idg7gardzzi,p0IqRGBPUSoPwllC3F,y27i2645kSoPwllC3F,UDzOilHVeSoPwllC3F,vMoXVKWOuSoPwllC3F,xsgQECDCsSoPwllC3F,vsb3r_C29SoPwllC3F,uOb1X3P3cSoPwllC3F,GM6k8WU0bSoPwllC3F,idSoPwllC3F,p0IqRGBPUYAMo7907Z,y27i2645kYAMo7907Z,UDzOilHVeYAMo7907Z,vMoXVKWOuYAMo7907Z,xsgQECDCsYAMo7907Z,vsb3r_C29YAMo7907Z,uOb1X3P3cYAMo7907Z,GM6k8WU0bYAMo7907Z,idYAMo7907Z,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,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 isDisplayed=()=>{if(!isBrowser())return true;if([\"WgNeKo_y1\",\"P7j2A2OCI\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"QeagwX1Rm\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"MERXQpASN\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"Usy9pnRtq\");const ref3=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"WgNeKo_y1\",\"P7j2A2OCI\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"P7j2A2OCI\")return false;return true;};const router=useRouter();const elementId3=useRouteElementId(\"oVhGXVifM\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"vTTUKTKEu\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"rZyCoDj_M\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"om1250aoL\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"S6HR3Mlhv\");const ref8=React.useRef(null);useCustomCursors({ixfehx:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OwNhynIYY\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-hvzz3m\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-123wqig\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bsjpkg\",\"data-framer-name\":\"Overlay\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ne3cqe-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"uJPrb4EIT\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Pattern,{back:\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0))\",diagonal:true,direction:\"left\",duration:5,front:\"rgb(23, 23, 23)\",height:\"100%\",id:\"uJPrb4EIT\",layoutId:\"uJPrb4EIT\",patternType:\"groovy\",radius:0,scale:54,shouldAnimate:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-icz1s2-container\",layoutScroll:true,nodeId:\"qucQ2rL9C\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"qckzdw_18\"},WgNeKo_y1:{variant:\"qckzdw_18\"}},children:/*#__PURE__*/_jsx(NavigationBar,{gGSU0bs4G:\"jcV_yFltq\",height:\"100%\",id:\"qucQ2rL9C\",layoutId:\"qucQ2rL9C\",style:{width:\"100%\"},variant:\"lzTpoNZtf\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1ma85oo\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-j1yqbq\",\"data-framer-name\":\"Hero\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c83yy hidden-1b4lfhe hidden-1zvqox\",\"data-border\":true,\"data-framer-name\":\"Stat\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39le6\",\"data-styles-preset\":\"BZqcnnsi4\",children:\"#1 Solar und elektr0 Unternehmen aus spelle\"})}),className:\"framer-yk9x6r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7xjwq8\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cfd53y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ko54m-container\",nodeId:\"Py7IRH0ID\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(TinyImages,{CLOjz4zPb:addImageAlt({src:\"https://framerusercontent.com/images/K6cUNifhQFa6qEX3kqNwfqMkiY.jpg?scale-down-to=512\"},\"\"),height:\"100%\",id:\"Py7IRH0ID\",layoutId:\"Py7IRH0ID\",luqg6K1cu:addImageAlt({src:\"https://framerusercontent.com/images/hn4bVCIy3rXGNQvvwT9Qi3YKiKU.jpg?scale-down-to=512\"},\"\"),QMjgKwCOD:addImageAlt({src:\"https://framerusercontent.com/images/KuIBzI0VbhnNU4FBscAHrIRO2DQ.jpg?scale-down-to=512\"},\"\"),TgtW39mBf:addImageAlt({src:\"https://framerusercontent.com/images/dUseUtuxWZALl1W4o3xjq8KWc.jpg?scale-down-to=512\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ho5v21\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8flma5\",\"data-framer-name\":\"Frame 2952\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 97 12\"><path d=\"M 10.122 7.429 C 9.968 7.583 9.897 7.807 9.932 8.026 L 10.462 11.056 C 10.507 11.312 10.402 11.572 10.194 11.721 C 9.99 11.875 9.719 11.893 9.496 11.77 L 6.856 10.348 C 6.764 10.297 6.662 10.27 6.558 10.267 L 6.396 10.267 C 6.34 10.276 6.285 10.294 6.235 10.322 L 3.594 11.751 C 3.463 11.819 3.315 11.843 3.17 11.819 C 2.817 11.75 2.582 11.403 2.64 11.037 L 3.17 8.007 C 3.206 7.786 3.135 7.561 2.98 7.404 L 0.827 5.249 C 0.647 5.069 0.584 4.798 0.667 4.553 C 0.747 4.309 0.951 4.132 1.197 4.092 L 4.16 3.648 C 4.386 3.624 4.583 3.482 4.685 3.273 L 5.991 0.508 C 6.022 0.446 6.062 0.39 6.11 0.342 L 6.163 0.299 C 6.191 0.267 6.224 0.24 6.259 0.218 L 6.324 0.194 L 6.426 0.151 L 6.677 0.151 C 6.901 0.175 7.098 0.313 7.202 0.52 L 8.525 3.273 C 8.62 3.474 8.805 3.614 9.019 3.648 L 11.983 4.092 C 12.233 4.128 12.442 4.307 12.525 4.553 C 12.603 4.8 12.536 5.071 12.352 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 31.076 7.429 C 30.922 7.583 30.851 7.807 30.886 8.026 L 31.416 11.056 C 31.46 11.312 31.356 11.572 31.147 11.721 C 30.944 11.875 30.672 11.893 30.45 11.77 L 27.809 10.348 C 27.717 10.297 27.615 10.27 27.511 10.267 L 27.349 10.267 C 27.293 10.276 27.239 10.294 27.188 10.322 L 24.547 11.751 C 24.417 11.819 24.269 11.843 24.124 11.819 C 23.771 11.75 23.535 11.403 23.593 11.037 L 24.124 8.007 C 24.159 7.786 24.088 7.561 23.934 7.404 L 21.781 5.249 C 21.601 5.069 21.538 4.798 21.62 4.553 C 21.7 4.309 21.904 4.132 22.15 4.092 L 25.114 3.648 C 25.339 3.624 25.537 3.482 25.638 3.273 L 26.944 0.508 C 26.975 0.446 27.015 0.39 27.063 0.342 L 27.117 0.299 C 27.145 0.267 27.177 0.24 27.213 0.218 L 27.278 0.194 L 27.379 0.151 L 27.63 0.151 C 27.854 0.175 28.052 0.313 28.155 0.52 L 29.478 3.273 C 29.573 3.474 29.759 3.614 29.973 3.648 L 32.936 4.092 C 33.187 4.128 33.396 4.307 33.479 4.553 C 33.557 4.8 33.489 5.071 33.306 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 52.029 7.429 C 51.875 7.583 51.804 7.807 51.839 8.026 L 52.369 11.056 C 52.414 11.312 52.309 11.572 52.101 11.721 C 51.897 11.875 51.626 11.893 51.403 11.77 L 48.763 10.348 C 48.671 10.297 48.569 10.27 48.464 10.267 L 48.303 10.267 C 48.247 10.276 48.192 10.294 48.142 10.322 L 45.501 11.751 C 45.37 11.819 45.222 11.843 45.077 11.819 C 44.724 11.75 44.489 11.403 44.547 11.037 L 45.077 8.007 C 45.112 7.786 45.041 7.561 44.887 7.404 L 42.734 5.249 C 42.554 5.069 42.491 4.798 42.574 4.553 C 42.654 4.309 42.857 4.132 43.104 4.092 L 46.067 3.648 C 46.292 3.624 46.49 3.482 46.592 3.273 L 47.897 0.508 C 47.928 0.446 47.968 0.39 48.017 0.342 L 48.07 0.299 C 48.098 0.267 48.131 0.24 48.166 0.218 L 48.231 0.194 L 48.333 0.151 L 48.584 0.151 C 48.808 0.175 49.005 0.313 49.108 0.52 L 50.431 3.273 C 50.527 3.474 50.712 3.614 50.926 3.648 L 53.89 4.092 C 54.14 4.128 54.35 4.307 54.432 4.553 C 54.511 4.8 54.443 5.071 54.259 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 72.983 7.429 C 72.828 7.583 72.757 7.807 72.793 8.026 L 73.323 11.056 C 73.368 11.312 73.262 11.572 73.054 11.721 C 72.85 11.875 72.579 11.893 72.357 11.77 L 69.716 10.348 C 69.624 10.297 69.522 10.27 69.418 10.267 L 69.256 10.267 C 69.2 10.276 69.145 10.294 69.095 10.322 L 66.454 11.751 C 66.324 11.819 66.175 11.843 66.031 11.819 C 65.678 11.75 65.442 11.403 65.5 11.037 L 66.031 8.007 C 66.066 7.786 65.995 7.561 65.841 7.404 L 63.688 5.249 C 63.507 5.069 63.445 4.798 63.527 4.553 C 63.607 4.309 63.811 4.132 64.057 4.092 L 67.02 3.648 C 67.246 3.624 67.444 3.482 67.545 3.273 L 68.851 0.508 C 68.882 0.446 68.922 0.39 68.97 0.342 L 69.024 0.299 C 69.052 0.267 69.084 0.24 69.12 0.218 L 69.185 0.194 L 69.286 0.151 L 69.537 0.151 C 69.762 0.175 69.959 0.313 70.062 0.52 L 71.385 3.273 C 71.48 3.474 71.666 3.614 71.88 3.648 L 74.843 4.092 C 75.093 4.128 75.303 4.307 75.386 4.553 C 75.464 4.8 75.397 5.071 75.213 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 93.936 7.429 C 93.782 7.583 93.711 7.807 93.746 8.026 L 94.276 11.056 C 94.321 11.312 94.216 11.572 94.008 11.721 C 93.804 11.875 93.533 11.893 93.31 11.77 L 90.67 10.348 C 90.578 10.297 90.476 10.27 90.372 10.267 L 90.21 10.267 C 90.154 10.276 90.099 10.294 90.049 10.322 L 87.407 11.751 C 87.277 11.819 87.129 11.843 86.984 11.819 C 86.631 11.75 86.396 11.403 86.453 11.037 L 86.984 8.007 C 87.02 7.786 86.949 7.561 86.794 7.404 L 84.641 5.249 C 84.461 5.069 84.398 4.798 84.481 4.553 C 84.56 4.309 84.764 4.132 85.011 4.092 L 87.974 3.648 C 88.199 3.624 88.397 3.482 88.499 3.273 L 89.804 0.508 C 89.836 0.446 89.875 0.39 89.923 0.342 L 89.977 0.299 C 90.005 0.267 90.037 0.24 90.073 0.218 L 90.138 0.194 L 90.24 0.151 L 90.491 0.151 C 90.715 0.175 90.912 0.313 91.016 0.52 L 92.338 3.273 C 92.434 3.474 92.619 3.614 92.833 3.648 L 95.797 4.092 C 96.047 4.128 96.256 4.307 96.339 4.553 C 96.417 4.8 96.35 5.071 96.166 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path></svg>',svgContentId:8926117321,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",children:\"80+ Bewertungen\"})}),className:\"framer-1l306jp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-j4z2v\",\"data-framer-name\":\"Hero Heading Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4w8l5h\",\"data-framer-name\":\"Heading & Subheading\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fo77gx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Elektro\"})}),className:\"framer-1nh8e5s\",fonts:[\"Inter\"],id:elementId,ref:ref1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r4ysuh\",style:{rotate:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\"},children:\"Batz\"})}),className:\"framer-n2iyub\",fonts:[\"Inter\"],id:elementId1,ref:ref2,style:{rotate:-3},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ori0o5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:297,pixelWidth:251,src:\"https://framerusercontent.com/images/Bqy6dcwLHuAtpMKHX8PJftAgr5Y.png\"},className:\"framer-1dzy20o\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Regionaler Marktf\\xfchrer.\"})})},WgNeKo_y1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Regionaler Marktf\\xfchrer.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Regionaler Marktf\\xfchrer.\"})}),className:\"framer-harf3f\",fonts:[\"GF;Unbounded-regular\"],id:elementId2,ref:ref3,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-smtg16\",\"data-styles-preset\":\"DuMLJ2VUN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8))\"},children:\"Wir sind Ihr zuverl\\xe4ssiger Partner aus Spelle f\\xfcr Elektrotechnik. Unser erfahrenes Team bietet Ihnen ma\\xdfgeschneiderte L\\xf6sungen nach Ihren Bed\\xfcrfnissen.\"})}),className:\"framer-1c0jjav\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-99gncu-container\",nodeId:\"IGPZxk8oZ\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"YVt9h3DM_\"}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"Jetzt Beraten Lassen\",DEX53qIxg:\"tel:+491717521777\",height:\"100%\",id:\"IGPZxk8oZ\",layoutId:\"IGPZxk8oZ\",variant:\"VYn33lVMS\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:931,intrinsicWidth:1500,pixelHeight:1100,pixelWidth:1800,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/5vziIVWj6eOc0xcJpupAMZlxI.png\",srcSet:\"https://framerusercontent.com/images/5vziIVWj6eOc0xcJpupAMZlxI.png?scale-down-to=512 512w,https://framerusercontent.com/images/5vziIVWj6eOc0xcJpupAMZlxI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5vziIVWj6eOc0xcJpupAMZlxI.png 1800w\"},className:\"framer-1sk6zfr\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m94qqz\",\"data-framer-name\":\"Gradient Overlay\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d4gaqj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EzdrIZE62\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:50,height:\"100%\",hoverFactor:1,id:\"EzdrIZE62\",layoutId:\"EzdrIZE62\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gfdqz2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uey7d7\",\"data-styles-preset\":\"XiF1LAa3c\",style:{\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Elektro Batz\"})}),className:\"framer-1jdzw5z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13d90j0 hidden-hvzz3m hidden-x257y5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yfckd4\",\"data-framer-name\":\"Play Icon Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h255qi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mH7O1E2rfc3kWHksXj\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{color:\"var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(245, 131, 39))\"}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Play\",id:\"mH7O1E2rfc3kWHksXj\",layoutId:\"mH7O1E2rfc3kWHksXj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ql1gnv-container hidden-1zvqox\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mH7O1E2rfs2xcmZeZp\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-50,color:\"var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13))\",cylinderHeight:0,flip:false,font:{},height:\"100%\",id:\"mH7O1E2rfs2xcmZeZp\",layoutId:\"mH7O1E2rfs2xcmZeZp\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 VIDEO ABSPIELEN \u2726 MEHR \\xdcBER UNS\",type:\"circle\",width:\"100%\",wordSpacing:4})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1urq87d\",\"data-framer-name\":\"Background Gradient\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-skvjh4\",\"data-framer-name\":\"Services\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u76kmz\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-171tl\",\"data-framer-name\":\"Heading Content Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xi7suj-container\",nodeId:\"mS9piqvch\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{style:{width:\"100%\"},variant:\"KJ1G3Id0e\"},WgNeKo_y1:{variant:\"lLa5v4PpE\"}},children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Was wir anbieten\",GqTmcaQLx:\"Dienstleistungen\",height:\"100%\",id:\"mS9piqvch\",kAHPdHlCh:\"Our top-notch digital marketing agency not only delivers impressive results but also dazzles our clients with remarkable statistics. We pride ourselves on our ability to amaze customers with tangible outcomes and eye-catching figures.\",layoutId:\"mS9piqvch\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"u4P6wTRAk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined},{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined},{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined},{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lajn5l-container\",nodeId:\"D8ZrHgbie\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks[2],variant:\"YVt9h3DM_\"},QEOySSdo8:{DEX53qIxg:resolvedLinks[3]},WgNeKo_y1:{DEX53qIxg:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"Unsere Leistungen\",DEX53qIxg:resolvedLinks[0],height:\"100%\",id:\"D8ZrHgbie\",layoutId:\"D8ZrHgbie\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-py75l2\",\"data-framer-name\":\"Services Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s3790c\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lvlv5q-container\",nodeId:\"z1ecxf1W4\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks1[2]},QEOySSdo8:{ocFxhgdq4:resolvedLinks1[3]},WgNeKo_y1:{ocFxhgdq4:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"z1ecxf1W4\",iNyObSHzV:\"Nachhaltige Energiegewinnung durch individuell angepasste PV-Systeme.\",layoutId:\"z1ecxf1W4\",lxVLvSShs:\"SolarPanel\",ocFxhgdq4:resolvedLinks1[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"Solaranlage / Photovoltaik\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p1yvjz-container\",nodeId:\"yMegrk7bW\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks2[2]},QEOySSdo8:{ocFxhgdq4:resolvedLinks2[3]},WgNeKo_y1:{ocFxhgdq4:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"yMegrk7bW\",iNyObSHzV:\"Intelligente Steuerung f\\xfcr mehr Komfort, Sicherheit und Energieeffizienz in Ihrem Zuhause.\",layoutId:\"yMegrk7bW\",lxVLvSShs:\"Elevator\",ocFxhgdq4:resolvedLinks2[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"Smart Home\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mrpq24-container\",nodeId:\"mz1tkgmqQ\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks3[2]},QEOySSdo8:{ocFxhgdq4:resolvedLinks3[3]},WgNeKo_y1:{ocFxhgdq4:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"mz1tkgmqQ\",iNyObSHzV:\"L\\xf6sungen f\\xfcr private, gewerbliche und industrielle Anforderungen \u2013 zuverl\\xe4ssig und pr\\xe4zise.\\nIntelligente Steuerung f\\xfcr mehr Komfort, Sicherheit und Energieeffizienz in Ihrem Zuhause.\",layoutId:\"mz1tkgmqQ\",lxVLvSShs:\"CarBattery\",ocFxhgdq4:resolvedLinks3[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"Elektrotechnik & Elektromobilit\\xe4t\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w8x50v-container\",nodeId:\"MRzPkaxzY\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks4[2]},QEOySSdo8:{ocFxhgdq4:resolvedLinks4[3]},WgNeKo_y1:{ocFxhgdq4:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"MRzPkaxzY\",iNyObSHzV:\"Von der Planung bis zur Installation \u2013 wir sorgen f\\xfcr eine reibungslose und leistungsstarke Vernetzung.\",layoutId:\"MRzPkaxzY\",lxVLvSShs:\"Network\",ocFxhgdq4:resolvedLinks4[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"Daten- und Netzwerktechnik\"})})})})})})})]})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1limmqw\",\"data-framer-name\":\"Brands\",id:elementId3,ref:ref4,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qlm7y2-container\",nodeId:\"kGKrjYp37\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Unsere Partner\",GqTmcaQLx:\"Partner\",height:\"100%\",id:\"kGKrjYp37\",kAHPdHlCh:\"Our top-notch digital marketing agency not only delivers impressive results but also dazzles our clients with remarkable statistics. We pride ourselves on our ability to amaze customers with tangible outcomes and eye-catching figures.\",layoutId:\"kGKrjYp37\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KJ1G3Id0e\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aesxrb\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gxkija\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o63r6a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"uf5zmnlx6\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"uf5zmnlx6\",layoutId:\"uf5zmnlx6\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8lyhk0-container\",inComponentSlot:true,nodeId:\"pSmZQGBGT\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"pSmZQGBGT\",layoutId:\"pSmZQGBGT\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/IAYxScckKseNTIeOMFFUPUHFFEk.png\",srcSet:\"https://framerusercontent.com/images/IAYxScckKseNTIeOMFFUPUHFFEk.png?scale-down-to=512 512w,https://framerusercontent.com/images/IAYxScckKseNTIeOMFFUPUHFFEk.png 600w\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ru4dsk-container\",inComponentSlot:true,nodeId:\"DZYbk6_UA\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"DZYbk6_UA\",layoutId:\"DZYbk6_UA\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/b7htV3udpu3uijwIjeiBUPM9WE.webp\",srcSet:\"https://framerusercontent.com/images/b7htV3udpu3uijwIjeiBUPM9WE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/b7htV3udpu3uijwIjeiBUPM9WE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/b7htV3udpu3uijwIjeiBUPM9WE.webp 1202w\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nj0387-container\",inComponentSlot:true,nodeId:\"g0tUg228s\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"g0tUg228s\",layoutId:\"g0tUg228s\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/NsXjjfXAiPaZciKEDgR3sW4Ucko.png\",srcSet:\"https://framerusercontent.com/images/NsXjjfXAiPaZciKEDgR3sW4Ucko.png?scale-down-to=512 512w,https://framerusercontent.com/images/NsXjjfXAiPaZciKEDgR3sW4Ucko.png 990w\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-190d2ut-container\",inComponentSlot:true,nodeId:\"M6JoBy4W7\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"M6JoBy4W7\",layoutId:\"M6JoBy4W7\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/HkjtzjFpNsJ1mOiwtHVC7EkCIQ.png\",srcSet:\"https://framerusercontent.com/images/HkjtzjFpNsJ1mOiwtHVC7EkCIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/HkjtzjFpNsJ1mOiwtHVC7EkCIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HkjtzjFpNsJ1mOiwtHVC7EkCIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HkjtzjFpNsJ1mOiwtHVC7EkCIQ.png 2560w\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sogepy-container\",inComponentSlot:true,nodeId:\"suCTWIRMQ\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"suCTWIRMQ\",layoutId:\"suCTWIRMQ\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/utMhpu1MUk1MIJNBmeuoQI4sCVA.png\",srcSet:\"https://framerusercontent.com/images/utMhpu1MUk1MIJNBmeuoQI4sCVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/utMhpu1MUk1MIJNBmeuoQI4sCVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/utMhpu1MUk1MIJNBmeuoQI4sCVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/utMhpu1MUk1MIJNBmeuoQI4sCVA.png 2560w\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14g34h7-container\",inComponentSlot:true,nodeId:\"FPYxaIUbm\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"FPYxaIUbm\",layoutId:\"FPYxaIUbm\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/iEkYT2WF4PbDyZcitoIEVqL7iY.png\",srcSet:\"https://framerusercontent.com/images/iEkYT2WF4PbDyZcitoIEVqL7iY.png?scale-down-to=512 512w,https://framerusercontent.com/images/iEkYT2WF4PbDyZcitoIEVqL7iY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iEkYT2WF4PbDyZcitoIEVqL7iY.png 1280w\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xv6dxv\",\"data-framer-name\":\"About\",id:elementId4,ref:ref5,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1333,intrinsicWidth:2e3,pixelHeight:900,pixelWidth:1600,src:\"https://framerusercontent.com/images/njLS1erDKLCyHu6brY17J8OQfs.jpeg?scale-down-to=1024\"},className:\"framer-b8yios\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-se0ayk\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fav9ul\",\"data-framer-name\":\"Statistics\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h9wx7j\",\"data-framer-name\":\"Statistics\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:212,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1oql35u-container\",nodeId:\"tPYNoB5bI\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"tPYNoB5bI\",layoutId:\"tPYNoB5bI\",ODC_810_T:\"5+\",width:\"100%\",WmbsVaIgS:\"MW installiert\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azo9qp-container\",nodeId:\"iedHy9ZNQ\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"iedHy9ZNQ\",layoutId:\"iedHy9ZNQ\",ODC_810_T:\"500+\",width:\"100%\",WmbsVaIgS:\"Erfolgreiche Projekte\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:212,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-113fw0w-container\",nodeId:\"GLSOJyWG4\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"GLSOJyWG4\",layoutId:\"GLSOJyWG4\",ODC_810_T:\"700+\",width:\"100%\",WmbsVaIgS:\"Zufriedene Kunden\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lxh66i-container\",nodeId:\"HlZ2U1_Pw\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"HlZ2U1_Pw\",layoutId:\"HlZ2U1_Pw\",ODC_810_T:\"80+\",width:\"100%\",WmbsVaIgS:\"5 Sterne Bewertungen\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-37v9n0\",\"data-framer-name\":\"Values\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zqaw0g\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 6px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dgfbng-container\",nodeId:\"bHlo5DNik\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(WhyUs,{GZMAD2Pvi:\"Unsere Mitarbeiter verf\\xfcgen \\xfcber umfangreiche Erfahrung und Fachkenntnisse. Sie werden von einem Team hochqualifizierter Elektriker, Techniker und Sicherheitsexperten unterst\\xfctzt, die stets auf dem neuesten Stand der Technik sind.\",height:\"100%\",hW5NyRFyI:\"Fachkompetenz\",id:\"bHlo5DNik\",layoutId:\"bHlo5DNik\",mxj0qA2Fp:\"Rocket\",style:{width:\"100%\"},variant:\"i3ZKmoSie\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 6px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2mrkyx-container\",nodeId:\"ADvGVm88k\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(WhyUs,{GZMAD2Pvi:\"Bei uns steht der Kunde immer an erster Stelle. Wir nehmen uns die Zeit, um Ihre individuellen Anforderungen zu verstehen und Ihnen ma\\xdfgeschneiderte L\\xf6sungen anzubieten. Unser Team steht Ihnen bei Fragen und Problemen jederzeit zur Verf\\xfcgung.\",height:\"100%\",hW5NyRFyI:\"Kundenservice\",id:\"ADvGVm88k\",layoutId:\"ADvGVm88k\",mxj0qA2Fp:\"Graph\",style:{width:\"100%\"},variant:\"i3ZKmoSie\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 6px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q9dcgz-container\",nodeId:\"H6zapWLPP\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(WhyUs,{GZMAD2Pvi:\"Termintreue und Qualit\\xe4t sind f\\xfcr uns oberstes Gebot. Wir arbeiten effizient und pr\\xe4zise, um sicherzustellen, dass Ihre Projekte rechtzeitig und nach h\\xf6chsten Standards abgeschlossen werden.\",height:\"100%\",hW5NyRFyI:\"Zuverl\\xe4ssigkeit\",id:\"H6zapWLPP\",layoutId:\"H6zapWLPP\",mxj0qA2Fp:\"UserFocus\",style:{width:\"100%\"},variant:\"i3ZKmoSie\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xf03ag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dugtxi-container\",nodeId:\"WzWuxjFq9\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"St\\xe4ndige Innovation\",height:\"100%\",id:\"WzWuxjFq9\",layoutId:\"WzWuxjFq9\",variant:\"BD_1gwPeL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13u7jqh-container\",nodeId:\"M3SjexByZ\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Ganzheitlicher Service\",height:\"100%\",id:\"M3SjexByZ\",layoutId:\"M3SjexByZ\",variant:\"BD_1gwPeL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z3bziw-container\",nodeId:\"qBaNVxdIA\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"100% Kundenzufriedenheit\",height:\"100%\",id:\"qBaNVxdIA\",layoutId:\"qBaNVxdIA\",variant:\"BD_1gwPeL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9woj7p-container\",nodeId:\"PNNvC2eaz\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Fokus auf Exzellenz\",height:\"100%\",id:\"PNNvC2eaz\",layoutId:\"PNNvC2eaz\",variant:\"BD_1gwPeL\",width:\"100%\"})})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dmi1l2\",\"data-framer-name\":\"Case Studies\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min((${componentViewport?.width||\"100vw\"} - 80px) * 0.8, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12f4xyz-container\",nodeId:\"D3pF31hoU\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Erfolgreiche Projekte\",GqTmcaQLx:\"Arbeiten\",height:\"100%\",id:\"D3pF31hoU\",kAHPdHlCh:\"\",layoutId:\"D3pF31hoU\",NlGfzfEF2:true,p1KubWiKz:true,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KJ1G3Id0e\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11iok51\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2q54w6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-44pv8d\",\"data-framer-name\":\"Project 1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7trqc8\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-v5uax4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LHf_21Li6\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"LHf_21Li6\",name:\"p0IqRGBPU\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"y27i2645k\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"UDzOilHVe\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"vMoXVKWOu\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"xsgQECDCs\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"vsb3r_C29\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"uOb1X3P3c\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"GM6k8WU0b\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({GM6k8WU0b:GM6k8WU0bLHf_21Li6,id:idLHf_21Li6,p0IqRGBPU:p0IqRGBPULHf_21Li6,UDzOilHVe:UDzOilHVeLHf_21Li6,uOb1X3P3c:uOb1X3P3cLHf_21Li6,vMoXVKWOu:vMoXVKWOuLHf_21Li6,vsb3r_C29:vsb3r_C29LHf_21Li6,xsgQECDCs:xsgQECDCsLHf_21Li6,y27i2645k:y27i2645kLHf_21Li6},index)=>{y27i2645kLHf_21Li6??=\"\";UDzOilHVeLHf_21Li6??=\"\";vMoXVKWOuLHf_21Li6??=\"\";xsgQECDCsLHf_21Li6??=\"\";vsb3r_C29LHf_21Li6??=\"\";uOb1X3P3cLHf_21Li6??=\"\";GM6k8WU0bLHf_21Li6??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LHf_21Li6-${idLHf_21Li6}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1px), 1440px)`},WgNeKo_y1:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 20px) / 2, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 2, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4key13-container\",\"data-framer-cursor\":\"ixfehx\",nodeId:\"A91ClK7Vy\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{uB3Li49Uz:resolvedLinks5[2],variant:\"JfRnu8SSW\"},QEOySSdo8:{uB3Li49Uz:resolvedLinks5[3]},WgNeKo_y1:{uB3Li49Uz:resolvedLinks5[1],variant:\"JfRnu8SSW\"}},children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"A91ClK7Vy\",layoutId:\"A91ClK7Vy\",M_pfzYt58:toResponsiveImage(p0IqRGBPULHf_21Li6),NYeeHdoQZ:vMoXVKWOuLHf_21Li6,oqirxxS_G:UDzOilHVeLHf_21Li6,pvyu50sb9:vsb3r_C29LHf_21Li6,RhNFJqKE_:false,style:{width:\"100%\"},uB3Li49Uz:resolvedLinks5[0],variant:\"U9QyqU4vh\",vjce4Tqa7:y27i2645kLHf_21Li6,width:\"100%\",xxslYkG4G:xsgQECDCsLHf_21Li6,ZZxw1qd09:uOb1X3P3cLHf_21Li6})})})})})})})},idLHf_21Li6);})})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-kzr1ge\",\"data-framer-name\":\"Project 2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x65jxd\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16id6eu\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"g7gardzzi\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"g7gardzzi\",name:\"p0IqRGBPU\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"y27i2645k\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"UDzOilHVe\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"vMoXVKWOu\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"xsgQECDCs\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"vsb3r_C29\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"uOb1X3P3c\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"GM6k8WU0b\",type:\"Identifier\"},{collection:\"g7gardzzi\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({GM6k8WU0b:GM6k8WU0bg7gardzzi,id:idg7gardzzi,p0IqRGBPU:p0IqRGBPUg7gardzzi,UDzOilHVe:UDzOilHVeg7gardzzi,uOb1X3P3c:uOb1X3P3cg7gardzzi,vMoXVKWOu:vMoXVKWOug7gardzzi,vsb3r_C29:vsb3r_C29g7gardzzi,xsgQECDCs:xsgQECDCsg7gardzzi,y27i2645k:y27i2645kg7gardzzi},index1)=>{y27i2645kg7gardzzi??=\"\";UDzOilHVeg7gardzzi??=\"\";vMoXVKWOug7gardzzi??=\"\";xsgQECDCsg7gardzzi??=\"\";vsb3r_C29g7gardzzi??=\"\";uOb1X3P3cg7gardzzi??=\"\";GM6k8WU0bg7gardzzi??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`g7gardzzi-${idg7gardzzi}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{GM6k8WU0b:GM6k8WU0bg7gardzzi},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bg7gardzzi},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bg7gardzzi},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bg7gardzzi},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bg7gardzzi},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1px), 1440px)`},WgNeKo_y1:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 20px) / 2, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 2, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p393br-container\",\"data-framer-cursor\":\"ixfehx\",nodeId:\"tWwFiRNz5\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{uB3Li49Uz:resolvedLinks6[2],variant:\"JfRnu8SSW\"},QEOySSdo8:{uB3Li49Uz:resolvedLinks6[3]},WgNeKo_y1:{uB3Li49Uz:resolvedLinks6[1],variant:\"JfRnu8SSW\"}},children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"tWwFiRNz5\",layoutId:\"tWwFiRNz5\",M_pfzYt58:toResponsiveImage(p0IqRGBPUg7gardzzi),NYeeHdoQZ:vMoXVKWOug7gardzzi,oqirxxS_G:UDzOilHVeg7gardzzi,pvyu50sb9:vsb3r_C29g7gardzzi,RhNFJqKE_:false,style:{width:\"100%\"},uB3Li49Uz:resolvedLinks6[0],variant:\"U9QyqU4vh\",vjce4Tqa7:y27i2645kg7gardzzi,width:\"100%\",xxslYkG4G:xsgQECDCsg7gardzzi,ZZxw1qd09:uOb1X3P3cg7gardzzi})})})})})})})},idg7gardzzi);})})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ce5gwv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-rrl9pm\",\"data-framer-name\":\"Project 3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mfki7q\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tr8451\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"SoPwllC3F\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"SoPwllC3F\",name:\"p0IqRGBPU\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"y27i2645k\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"UDzOilHVe\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"vMoXVKWOu\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"xsgQECDCs\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"vsb3r_C29\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"uOb1X3P3c\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"GM6k8WU0b\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({GM6k8WU0b:GM6k8WU0bSoPwllC3F,id:idSoPwllC3F,p0IqRGBPU:p0IqRGBPUSoPwllC3F,UDzOilHVe:UDzOilHVeSoPwllC3F,uOb1X3P3c:uOb1X3P3cSoPwllC3F,vMoXVKWOu:vMoXVKWOuSoPwllC3F,vsb3r_C29:vsb3r_C29SoPwllC3F,xsgQECDCs:xsgQECDCsSoPwllC3F,y27i2645k:y27i2645kSoPwllC3F},index2)=>{y27i2645kSoPwllC3F??=\"\";UDzOilHVeSoPwllC3F??=\"\";vMoXVKWOuSoPwllC3F??=\"\";xsgQECDCsSoPwllC3F??=\"\";vsb3r_C29SoPwllC3F??=\"\";uOb1X3P3cSoPwllC3F??=\"\";GM6k8WU0bSoPwllC3F??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`SoPwllC3F-${idSoPwllC3F}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1px), 1440px)`},WgNeKo_y1:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 20px) / 2, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 2, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-je6lbn-container\",\"data-framer-cursor\":\"ixfehx\",nodeId:\"evGsH2IG_\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{uB3Li49Uz:resolvedLinks7[2],variant:\"JfRnu8SSW\"},QEOySSdo8:{uB3Li49Uz:resolvedLinks7[3]},WgNeKo_y1:{uB3Li49Uz:resolvedLinks7[1],variant:\"JfRnu8SSW\"}},children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"evGsH2IG_\",layoutId:\"evGsH2IG_\",M_pfzYt58:toResponsiveImage(p0IqRGBPUSoPwllC3F),NYeeHdoQZ:vMoXVKWOuSoPwllC3F,oqirxxS_G:UDzOilHVeSoPwllC3F,pvyu50sb9:vsb3r_C29SoPwllC3F,RhNFJqKE_:false,style:{width:\"100%\"},uB3Li49Uz:resolvedLinks7[0],variant:\"U9QyqU4vh\",vjce4Tqa7:y27i2645kSoPwllC3F,width:\"100%\",xxslYkG4G:xsgQECDCsSoPwllC3F,ZZxw1qd09:uOb1X3P3cSoPwllC3F})})})})})})})},idSoPwllC3F);})})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-yv4exd\",\"data-framer-name\":\"Project 4\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r1apq0\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ucet0\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YAMo7907Z\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"YAMo7907Z\",name:\"p0IqRGBPU\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"y27i2645k\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"UDzOilHVe\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"vMoXVKWOu\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"xsgQECDCs\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"vsb3r_C29\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"uOb1X3P3c\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"GM6k8WU0b\",type:\"Identifier\"},{collection:\"YAMo7907Z\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({GM6k8WU0b:GM6k8WU0bYAMo7907Z,id:idYAMo7907Z,p0IqRGBPU:p0IqRGBPUYAMo7907Z,UDzOilHVe:UDzOilHVeYAMo7907Z,uOb1X3P3c:uOb1X3P3cYAMo7907Z,vMoXVKWOu:vMoXVKWOuYAMo7907Z,vsb3r_C29:vsb3r_C29YAMo7907Z,xsgQECDCs:xsgQECDCsYAMo7907Z,y27i2645k:y27i2645kYAMo7907Z},index3)=>{y27i2645kYAMo7907Z??=\"\";UDzOilHVeYAMo7907Z??=\"\";vMoXVKWOuYAMo7907Z??=\"\";xsgQECDCsYAMo7907Z??=\"\";vsb3r_C29YAMo7907Z??=\"\";uOb1X3P3cYAMo7907Z??=\"\";GM6k8WU0bYAMo7907Z??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`YAMo7907Z-${idYAMo7907Z}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{GM6k8WU0b:GM6k8WU0bYAMo7907Z},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bYAMo7907Z},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bYAMo7907Z},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bYAMo7907Z},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bYAMo7907Z},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1px), 1440px)`},WgNeKo_y1:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 20px) / 2, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 2, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s2ssx8-container\",\"data-framer-cursor\":\"ixfehx\",nodeId:\"vErau4CVP\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{uB3Li49Uz:resolvedLinks8[2],variant:\"JfRnu8SSW\"},QEOySSdo8:{uB3Li49Uz:resolvedLinks8[3]},WgNeKo_y1:{uB3Li49Uz:resolvedLinks8[1],variant:\"JfRnu8SSW\"}},children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"vErau4CVP\",layoutId:\"vErau4CVP\",M_pfzYt58:toResponsiveImage(p0IqRGBPUYAMo7907Z),NYeeHdoQZ:vMoXVKWOuYAMo7907Z,oqirxxS_G:UDzOilHVeYAMo7907Z,pvyu50sb9:vsb3r_C29YAMo7907Z,RhNFJqKE_:false,style:{width:\"100%\"},uB3Li49Uz:resolvedLinks8[0],variant:\"U9QyqU4vh\",vjce4Tqa7:y27i2645kYAMo7907Z,width:\"100%\",xxslYkG4G:xsgQECDCsYAMo7907Z,ZZxw1qd09:uOb1X3P3cYAMo7907Z})})})})})})})},idYAMo7907Z);})})})})})})})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined},{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined},{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined},{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yi27rj-container\",nodeId:\"uiiDfCHCL\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks9[2],variant:\"YVt9h3DM_\"},QEOySSdo8:{DEX53qIxg:resolvedLinks9[3]},WgNeKo_y1:{DEX53qIxg:resolvedLinks9[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"Alle Projekte ansehen\",DEX53qIxg:resolvedLinks9[0],height:\"100%\",id:\"uiiDfCHCL\",layoutId:\"uiiDfCHCL\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jb38e3\",\"data-framer-name\":\"Testimonial\",id:elementId5,ref:ref6,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ckuq6i\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ekjpl\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"67.37414965986395px\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"REVIEWS\"})}),viewBox:\"0 0 377 81\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"67.37414965986395px\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"REFERENZEN\"})}),className:\"framer-1cdop8l\",fonts:[\"GF;Unbounded-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",viewBox:\"0 0 544 81\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xrpcii\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2xzbt9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wkS2IcWnz\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.5,id:\"wkS2IcWnz\",layoutId:\"wkS2IcWnz\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ltn5u5-container\",inComponentSlot:true,nodeId:\"m0L1C9xxJ\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Frank Apken\",height:\"100%\",id:\"m0L1C9xxJ\",ImE1bDbog:\"Alles super geklappt. Ablauf von Anfang bis bis Ende top. Immer erreichbar f\\xfcr Fragen. Abgemachte Termine und Preise eingehalten. Alles an einem Tag montiert. 10kv mit Speicher.\\nEinfach ein sehr zuverl\\xe4ssiger Handwerker. Gute Arbeit zu einem guten Preis. Gru\\xdf Frank\",layoutId:\"m0L1C9xxJ\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/zLEtDzVUR76l4ZKD4omn23nNQus.png\"},\"\"),width:\"100%\",wnT5LM8TP:\"02.2025\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ay5cbm-container\",inComponentSlot:true,nodeId:\"MVDOqwe0x\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Zuhayr Hassan\",height:\"100%\",id:\"MVDOqwe0x\",ImE1bDbog:\"Wir sind rundum zufrieden mit dem Service von Elektro Batz. Von Anfang bis Ende war der gesamte Prozess absolut zuverl\\xe4ssig. Unsere W\\xfcnsche wurden nicht nur umgesetzt, sondern es wurden auch tolle und kreative Vorschl\\xe4ge gemacht, die uns wirklich weitergeholfen haben. Die Kommunikation war stets klar und professionell. Ein Dienstleister, den wir ohne Einschr\\xe4nkungen weiterempfehlen k\\xf6nnen! Jederzeit gerne wieder!\",layoutId:\"MVDOqwe0x\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/peaVchI4D0wBE34wwKL8ln3lfA.png\"},\"\"),width:\"100%\",wnT5LM8TP:\"09.2024\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15zuyfc-container\",inComponentSlot:true,nodeId:\"g5rlpXQGe\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Thorsten Wolf-Erdagi\",height:\"100%\",id:\"g5rlpXQGe\",ImE1bDbog:\"Von Angebot bis Inbetriebnahme --> 1 Monat\\nDas Unternehmen von Herrn Batz kann ich uneingeschr\\xe4nkt nur empfehlen. Er war sehr gut vorbereitet, hat alle Fragen vollst\\xe4ndig beantwortet. Die Installation der PV Anlage war innerhalb von 2 Tagen erledigt (incl. Regenpausen). Die Arbeiter haben sauber gearbeitet, kleinere Fragen wurden mir von den Installateuren auch sofort beantwortet. Die Erkl\\xe4rung bei der Inbetriebnahme war auch vorbildlich. Kommunikation mit Herrn Batz ist immer zeitnah. Hier f\\xfchle ich mich als Kunde wie ein K\\xf6nig! Leider habe ich keine weiteren D\\xe4cher, denn diese w\\xfcrde das Elektrounternehmen Batz auch machen d\\xfcrfen.\\nVielen Dank an Herrn Batz f\\xfcr die Informationen und das tolle PV Packet dass Sie mir hier geschn\\xfcrt haben\",layoutId:\"g5rlpXQGe\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/kGoQcTIw1fAqbj2U9kOtJrmNE.jpg?scale-down-to=512\"},\"\"),width:\"100%\",wnT5LM8TP:\"05.2024\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azhcp0-container\",inComponentSlot:true,nodeId:\"dxK7c8thU\",rendersWithMotion:true,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Katrin\",height:\"100%\",id:\"dxK7c8thU\",ImE1bDbog:\"Saubere, schnelle Planung und Fertigung der PV Anlage. Alles inklusive Antragstellung, Registrierung, Wechsel des Stromz\\xe4hlers und Inbetriebnahme der PV Anlage. Der Energieertrag kann \\xfcber eine App eingesehen werden, die auch eingerichtet wurde.\\nSehr zu empfehlen!!\",layoutId:\"dxK7c8thU\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/DZLQW5wFijIL8OyAyqsELrTZeY.png\"},\"\"),width:\"100%\",wnT5LM8TP:\"01.2024\"})})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ytbrlw\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10as3a1\",style:{rotate:180}})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined},{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined},{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined},{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-181ncho-container\",nodeId:\"TTNn7kQLU\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks10[2],variant:\"YVt9h3DM_\"},QEOySSdo8:{DEX53qIxg:resolvedLinks10[3]},WgNeKo_y1:{DEX53qIxg:resolvedLinks10[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"Alle Referenzen ansehen\",DEX53qIxg:resolvedLinks10[0],height:\"100%\",id:\"TTNn7kQLU\",layoutId:\"TTNn7kQLU\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o6dgbz\",\"data-framer-name\":\"FAQ\",id:elementId6,ref:ref7,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19j62tj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1000px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f2u7rm-container\",nodeId:\"WoYkGo2hS\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Fragen? Wir haben die Antworten!\",GqTmcaQLx:\"H\\xe4ufig Gestellte Fragen\",height:\"100%\",id:\"WoYkGo2hS\",kAHPdHlCh:\"\",layoutId:\"WoYkGo2hS\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KJ1G3Id0e\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px), 1000px)`},WgNeKo_y1:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1000px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:638,width:`min(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px), 1000px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dv02ol-container\",nodeId:\"Vf0IQ65Mm\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(FAQListCommon,{height:\"100%\",id:\"Vf0IQ65Mm\",layoutId:\"Vf0IQ65Mm\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1392,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-q3g1oe-container\",id:elementId7,nodeId:\"S6HR3Mlhv\",ref:ref8,scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"BsZlXwif2\"},WgNeKo_y1:{variant:\"mKXCPqfUG\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"S6HR3Mlhv\",layoutId:\"S6HR3Mlhv\",style:{width:\"100%\"},variant:\"zQXPtCkn3\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bn53kh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"ZCezUq2zT\",scopeId:\"yd7nMFDHh\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"ZCezUq2zT\",intensity:12,layoutId:\"ZCezUq2zT\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ShfiY.framer-k7qaoj, .framer-ShfiY .framer-k7qaoj { display: block; }\",\".framer-ShfiY.framer-hvzz3m { align-content: center; align-items: center; background-color: var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1390px; }\",\".framer-ShfiY .framer-123wqig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 0; }\",'.framer-ShfiY .framer-1bsjpkg { background: radial-gradient(43.2% 25% at 50% 18.8%, rgba(84, 84, 84, 0) 0%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10)) /* {\"name\":\"Dark Green\"} */ 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }',\".framer-ShfiY .framer-ne3cqe-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: relative; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-ShfiY .framer-icz1s2-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-ShfiY .framer-1ma85oo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-j1yqbq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 180px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1c83yy { --border-bottom-width: 1px; --border-color: var(--token-8296390c-3e4f-4c48-afd6-ee4e9808dfbe, rgba(255, 255, 255, 0.5)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; bottom: -70px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 22%; overflow: hidden; padding: 20px; pointer-events: none; position: absolute; transform: translateX(-50%); width: 368px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-ShfiY .framer-yk9x6r, .framer-ShfiY .framer-1l306jp { --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-ShfiY .framer-7xjwq8 { background-color: var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1cfd53y, .framer-ShfiY .framer-44pv8d, .framer-ShfiY .framer-kzr1ge, .framer-ShfiY .framer-rrl9pm, .framer-ShfiY .framer-yv4exd { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-11ko54m-container, .framer-ShfiY .framer-99gncu-container, .framer-ShfiY .framer-lajn5l-container, .framer-ShfiY .framer-yi27rj-container, .framer-ShfiY .framer-181ncho-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ShfiY .framer-ho5v21 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ShfiY .framer-8flma5 { flex: none; height: 12px; position: relative; width: 97px; }\",\".framer-ShfiY .framer-j4z2v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-4w8l5h { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-fo77gx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1nh8e5s, .framer-ShfiY .framer-harf3f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 740px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-ShfiY .framer-r4ysuh { align-content: center; align-items: center; background-color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #2c92cd); 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: min-content; }\",\".framer-ShfiY .framer-n2iyub, .framer-ShfiY .framer-1jdzw5z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ShfiY .framer-ori0o5 { 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: hidden; padding: 0px; position: relative; width: 12%; }\",\".framer-ShfiY .framer-1dzy20o { align-content: center; align-items: center; border-bottom-left-radius: 180px; border-bottom-right-radius: 180px; border-top-left-radius: 180px; border-top-right-radius: 180px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 73px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 73px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ShfiY .framer-1c0jjav { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ShfiY .framer-1sk6zfr { -webkit-filter: contrast(1.23) grayscale(0.14); filter: contrast(1.23) grayscale(0.14); flex: none; height: 795px; overflow: visible; position: relative; width: 100%; }\",'.framer-ShfiY .framer-m94qqz { background: linear-gradient(180deg, rgba(84, 84, 84, 0) 41.63993900835976%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) /* {\"name\":\"Dark Green\"} */ 100%); bottom: 0px; flex: none; height: 182px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; }',\".framer-ShfiY .framer-1d4gaqj-container { flex: none; height: 320px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 196px; width: 100%; z-index: -1; }\",\".framer-ShfiY .framer-1gfdqz2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 127px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ShfiY .framer-13d90j0 { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: var(--token-affa1b72-7c43-4531-b217-6ad9a97be289, rgba(255, 255, 255, 0.05)); border-bottom-left-radius: 123px; border-bottom-right-radius: 123px; border-top-left-radius: 123px; border-top-right-radius: 123px; bottom: 0px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 79px; justify-content: center; overflow: hidden; padding: 1px; pointer-events: none; position: absolute; right: 365px; width: 79px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ShfiY .framer-yfckd4 { aspect-ratio: 1 / 1; background-color: rgba(242, 236, 230, 0.43); border-bottom-left-radius: 170px; border-bottom-right-radius: 170px; border-top-left-radius: 170px; border-top-right-radius: 170px; flex: none; height: var(--framer-aspect-ratio-supported, 66px); left: 51%; overflow: hidden; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 66px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-ShfiY .framer-h255qi-container { flex: none; height: 38px; left: calc(48.80952380952383% - 38px / 2); position: absolute; top: calc(48.80952380952383% - 38px / 2); width: 38px; }\",\".framer-ShfiY .framer-1ql1gnv-container { flex: none; height: 60px; left: calc(50.63291139240509% - 60px / 2); position: absolute; top: calc(50.63291139240509% - 60px / 2); width: 60px; z-index: 1; }\",'.framer-ShfiY .framer-1urq87d { background: linear-gradient(180deg, rgba(191, 51, 19, 0) 16.353996101364523%, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(191, 51, 19)) /* {\"name\":\"Light Green\"} */ 77.35485380116958%); bottom: 0px; flex: none; height: 855px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: -1; }',\".framer-ShfiY .framer-skvjh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 150px 40px 100px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-1u76kmz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ShfiY .framer-171tl { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-1xi7suj-container, .framer-ShfiY .framer-1f2u7rm-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-py75l2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-s3790c { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-lvlv5q-container, .framer-ShfiY .framer-p1yvjz-container, .framer-ShfiY .framer-mrpq24-container, .framer-ShfiY .framer-w8x50v-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-1limmqw { 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: 64px 40px 64px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-1qlm7y2-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-aesxrb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1gxkija { --border-bottom-width: 1px; --border-color: var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 98px; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ShfiY .framer-1o63r6a-container { flex: 1 0 0px; height: 98px; position: relative; width: 1px; }\",\".framer-ShfiY .framer-8lyhk0-container, .framer-ShfiY .framer-1ru4dsk-container, .framer-ShfiY .framer-1nj0387-container, .framer-ShfiY .framer-190d2ut-container, .framer-ShfiY .framer-1sogepy-container, .framer-ShfiY .framer-14g34h7-container { height: 98px; position: relative; width: auto; }\",\".framer-ShfiY .framer-xv6dxv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 120vh; justify-content: space-between; overflow: visible; padding: 40px 20px 50px 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-b8yios { -webkit-filter: contrast(2) grayscale(0.48); filter: contrast(2) grayscale(0.48); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.6; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",'.framer-ShfiY .framer-se0ayk { background: radial-gradient(45.1% 44.7% at 52.6% 42.8%, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #d94c00) /* {\"name\":\"Light Green\"} */ 0%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) /* {\"name\":\"Dark Green\"} */ 100%); bottom: 0px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; opacity: 0.91; overflow: hidden; position: absolute; width: 100%; z-index: 1; }',\".framer-ShfiY .framer-fav9ul { 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 16px 0px 0px; position: relative; width: min-content; }\",\".framer-ShfiY .framer-1h9wx7j { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(170px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-ShfiY .framer-1oql35u-container, .framer-ShfiY .framer-1azo9qp-container, .framer-ShfiY .framer-113fw0w-container, .framer-ShfiY .framer-1lxh66i-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-ShfiY .framer-37v9n0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-zqaw0g { 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: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-dgfbng-container, .framer-ShfiY .framer-2mrkyx-container, .framer-ShfiY .framer-1q9dcgz-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-ShfiY .framer-xf03ag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1dugtxi-container, .framer-ShfiY .framer-13u7jqh-container, .framer-ShfiY .framer-z3bziw-container, .framer-ShfiY .framer-9woj7p-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-ShfiY .framer-1dmi1l2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 113px 40px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-12f4xyz-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 80%; z-index: 1; }\",\".framer-ShfiY .framer-11iok51 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-2q54w6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ShfiY .framer-7trqc8, .framer-ShfiY .framer-1x65jxd, .framer-ShfiY .framer-1mfki7q, .framer-ShfiY .framer-1r1apq0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-ShfiY .framer-v5uax4, .framer-ShfiY .framer-16id6eu, .framer-ShfiY .framer-tr8451, .framer-ShfiY .framer-11ucet0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-4key13-container, .framer-ShfiY .framer-1p393br-container, .framer-ShfiY .framer-je6lbn-container, .framer-ShfiY .framer-s2ssx8-container, .framer-ShfiY .framer-q3g1oe-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1ce5gwv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-ShfiY .framer-1jb38e3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ShfiY .framer-ckuq6i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px 0px 31px 0px; position: relative; width: 1px; }\",\".framer-ShfiY .framer-3ekjpl { -webkit-filter: blur(67px); background-color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #bf3313); border-bottom-left-radius: 210px; border-bottom-right-radius: 210px; border-top-left-radius: 210px; border-top-right-radius: 210px; filter: blur(67px); flex: none; height: 148px; left: calc(46.66666666666669% - 589px / 2); overflow: hidden; position: absolute; top: -107px; width: 589px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-ShfiY .framer-1cdop8l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; opacity: 0.23; position: absolute; top: 0px; transform: translateX(-50%); white-space: pre; width: 100%; z-index: 0; }\",\".framer-ShfiY .framer-1xrpcii { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ShfiY .framer-2xzbt9-container { flex: none; height: 805px; position: relative; width: 630px; z-index: 1; }\",\".framer-ShfiY .framer-ltn5u5-container, .framer-ShfiY .framer-1ay5cbm-container, .framer-ShfiY .framer-15zuyfc-container, .framer-ShfiY .framer-1azhcp0-container { height: auto; position: relative; width: 330px; }\",'.framer-ShfiY .framer-ytbrlw { background: linear-gradient(0deg, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, #000000) /* {\"name\":\"Dark Green\"} */ 0%, rgba(0, 0, 0, 0) 100%); bottom: 0px; flex: none; height: 90px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: 1; }','.framer-ShfiY .framer-10as3a1 { background: radial-gradient(69.3% 75% at 50% 100%, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #bf3313) /* {\"name\":\"Light Green\"} */ 0%, rgba(0, 0, 0, 0) 100%); flex: none; height: 105px; left: calc(50.00000000000002% - 330px / 2); overflow: hidden; position: absolute; top: 0px; width: 330px; z-index: 1; }',\".framer-ShfiY .framer-o6dgbz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 67px 40px 67px 40px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-19j62tj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-ShfiY .framer-dv02ol-container { flex: none; height: auto; max-width: 1000px; position: relative; width: 100%; }\",\".framer-ShfiY .framer-1bn53kh-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ShfiY.framer-hvzz3m, .framer-ShfiY .framer-123wqig, .framer-ShfiY .framer-1ma85oo, .framer-ShfiY .framer-j1yqbq, .framer-ShfiY .framer-1c83yy, .framer-ShfiY .framer-1cfd53y, .framer-ShfiY .framer-ho5v21, .framer-ShfiY .framer-j4z2v, .framer-ShfiY .framer-4w8l5h, .framer-ShfiY .framer-fo77gx, .framer-ShfiY .framer-r4ysuh, .framer-ShfiY .framer-ori0o5, .framer-ShfiY .framer-1dzy20o, .framer-ShfiY .framer-1gfdqz2, .framer-ShfiY .framer-13d90j0, .framer-ShfiY .framer-skvjh4, .framer-ShfiY .framer-1u76kmz, .framer-ShfiY .framer-171tl, .framer-ShfiY .framer-py75l2, .framer-ShfiY .framer-1limmqw, .framer-ShfiY .framer-aesxrb, .framer-ShfiY .framer-1gxkija, .framer-ShfiY .framer-fav9ul, .framer-ShfiY .framer-37v9n0, .framer-ShfiY .framer-zqaw0g, .framer-ShfiY .framer-xf03ag, .framer-ShfiY .framer-1dmi1l2, .framer-ShfiY .framer-11iok51, .framer-ShfiY .framer-2q54w6, .framer-ShfiY .framer-44pv8d, .framer-ShfiY .framer-7trqc8, .framer-ShfiY .framer-v5uax4, .framer-ShfiY .framer-kzr1ge, .framer-ShfiY .framer-1x65jxd, .framer-ShfiY .framer-16id6eu, .framer-ShfiY .framer-1ce5gwv, .framer-ShfiY .framer-rrl9pm, .framer-ShfiY .framer-1mfki7q, .framer-ShfiY .framer-tr8451, .framer-ShfiY .framer-yv4exd, .framer-ShfiY .framer-1r1apq0, .framer-ShfiY .framer-11ucet0, .framer-ShfiY .framer-1jb38e3, .framer-ShfiY .framer-ckuq6i, .framer-ShfiY .framer-1xrpcii, .framer-ShfiY .framer-o6dgbz, .framer-ShfiY .framer-19j62tj { gap: 0px; } .framer-ShfiY.framer-hvzz3m > *, .framer-ShfiY .framer-1ma85oo > *, .framer-ShfiY .framer-j1yqbq > *, .framer-ShfiY .framer-ho5v21 > *, .framer-ShfiY .framer-aesxrb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ShfiY.framer-hvzz3m > :first-child, .framer-ShfiY .framer-1ma85oo > :first-child, .framer-ShfiY .framer-j1yqbq > :first-child, .framer-ShfiY .framer-1c83yy > :first-child, .framer-ShfiY .framer-ho5v21 > :first-child, .framer-ShfiY .framer-j4z2v > :first-child, .framer-ShfiY .framer-4w8l5h > :first-child, .framer-ShfiY .framer-1u76kmz > :first-child, .framer-ShfiY .framer-171tl > :first-child, .framer-ShfiY .framer-py75l2 > :first-child, .framer-ShfiY .framer-1limmqw > :first-child, .framer-ShfiY .framer-aesxrb > :first-child, .framer-ShfiY .framer-37v9n0 > :first-child, .framer-ShfiY .framer-1dmi1l2 > :first-child, .framer-ShfiY .framer-2q54w6 > :first-child, .framer-ShfiY .framer-7trqc8 > :first-child, .framer-ShfiY .framer-v5uax4 > :first-child, .framer-ShfiY .framer-1x65jxd > :first-child, .framer-ShfiY .framer-16id6eu > :first-child, .framer-ShfiY .framer-1ce5gwv > :first-child, .framer-ShfiY .framer-1mfki7q > :first-child, .framer-ShfiY .framer-tr8451 > :first-child, .framer-ShfiY .framer-1r1apq0 > :first-child, .framer-ShfiY .framer-11ucet0 > :first-child, .framer-ShfiY .framer-ckuq6i > :first-child, .framer-ShfiY .framer-19j62tj > :first-child { margin-top: 0px; } .framer-ShfiY.framer-hvzz3m > :last-child, .framer-ShfiY .framer-1ma85oo > :last-child, .framer-ShfiY .framer-j1yqbq > :last-child, .framer-ShfiY .framer-1c83yy > :last-child, .framer-ShfiY .framer-ho5v21 > :last-child, .framer-ShfiY .framer-j4z2v > :last-child, .framer-ShfiY .framer-4w8l5h > :last-child, .framer-ShfiY .framer-1u76kmz > :last-child, .framer-ShfiY .framer-171tl > :last-child, .framer-ShfiY .framer-py75l2 > :last-child, .framer-ShfiY .framer-1limmqw > :last-child, .framer-ShfiY .framer-aesxrb > :last-child, .framer-ShfiY .framer-37v9n0 > :last-child, .framer-ShfiY .framer-1dmi1l2 > :last-child, .framer-ShfiY .framer-2q54w6 > :last-child, .framer-ShfiY .framer-7trqc8 > :last-child, .framer-ShfiY .framer-v5uax4 > :last-child, .framer-ShfiY .framer-1x65jxd > :last-child, .framer-ShfiY .framer-16id6eu > :last-child, .framer-ShfiY .framer-1ce5gwv > :last-child, .framer-ShfiY .framer-1mfki7q > :last-child, .framer-ShfiY .framer-tr8451 > :last-child, .framer-ShfiY .framer-1r1apq0 > :last-child, .framer-ShfiY .framer-11ucet0 > :last-child, .framer-ShfiY .framer-ckuq6i > :last-child, .framer-ShfiY .framer-19j62tj > :last-child { margin-bottom: 0px; } .framer-ShfiY .framer-123wqig > *, .framer-ShfiY .framer-1cfd53y > *, .framer-ShfiY .framer-fo77gx > *, .framer-ShfiY .framer-r4ysuh > *, .framer-ShfiY .framer-ori0o5 > *, .framer-ShfiY .framer-1dzy20o > *, .framer-ShfiY .framer-1gfdqz2 > *, .framer-ShfiY .framer-13d90j0 > *, .framer-ShfiY .framer-1gxkija > *, .framer-ShfiY .framer-fav9ul > *, .framer-ShfiY .framer-zqaw0g > *, .framer-ShfiY .framer-44pv8d > *, .framer-ShfiY .framer-kzr1ge > *, .framer-ShfiY .framer-rrl9pm > *, .framer-ShfiY .framer-yv4exd > *, .framer-ShfiY .framer-1xrpcii > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ShfiY .framer-123wqig > :first-child, .framer-ShfiY .framer-1cfd53y > :first-child, .framer-ShfiY .framer-fo77gx > :first-child, .framer-ShfiY .framer-r4ysuh > :first-child, .framer-ShfiY .framer-ori0o5 > :first-child, .framer-ShfiY .framer-1dzy20o > :first-child, .framer-ShfiY .framer-1gfdqz2 > :first-child, .framer-ShfiY .framer-13d90j0 > :first-child, .framer-ShfiY .framer-skvjh4 > :first-child, .framer-ShfiY .framer-1gxkija > :first-child, .framer-ShfiY .framer-fav9ul > :first-child, .framer-ShfiY .framer-zqaw0g > :first-child, .framer-ShfiY .framer-xf03ag > :first-child, .framer-ShfiY .framer-11iok51 > :first-child, .framer-ShfiY .framer-44pv8d > :first-child, .framer-ShfiY .framer-kzr1ge > :first-child, .framer-ShfiY .framer-rrl9pm > :first-child, .framer-ShfiY .framer-yv4exd > :first-child, .framer-ShfiY .framer-1jb38e3 > :first-child, .framer-ShfiY .framer-1xrpcii > :first-child, .framer-ShfiY .framer-o6dgbz > :first-child { margin-left: 0px; } .framer-ShfiY .framer-123wqig > :last-child, .framer-ShfiY .framer-1cfd53y > :last-child, .framer-ShfiY .framer-fo77gx > :last-child, .framer-ShfiY .framer-r4ysuh > :last-child, .framer-ShfiY .framer-ori0o5 > :last-child, .framer-ShfiY .framer-1dzy20o > :last-child, .framer-ShfiY .framer-1gfdqz2 > :last-child, .framer-ShfiY .framer-13d90j0 > :last-child, .framer-ShfiY .framer-skvjh4 > :last-child, .framer-ShfiY .framer-1gxkija > :last-child, .framer-ShfiY .framer-fav9ul > :last-child, .framer-ShfiY .framer-zqaw0g > :last-child, .framer-ShfiY .framer-xf03ag > :last-child, .framer-ShfiY .framer-11iok51 > :last-child, .framer-ShfiY .framer-44pv8d > :last-child, .framer-ShfiY .framer-kzr1ge > :last-child, .framer-ShfiY .framer-rrl9pm > :last-child, .framer-ShfiY .framer-yv4exd > :last-child, .framer-ShfiY .framer-1jb38e3 > :last-child, .framer-ShfiY .framer-1xrpcii > :last-child, .framer-ShfiY .framer-o6dgbz > :last-child { margin-right: 0px; } .framer-ShfiY .framer-1c83yy > *, .framer-ShfiY .framer-py75l2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ShfiY .framer-j4z2v > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ShfiY .framer-4w8l5h > *, .framer-ShfiY .framer-1limmqw > *, .framer-ShfiY .framer-v5uax4 > *, .framer-ShfiY .framer-16id6eu > *, .framer-ShfiY .framer-tr8451 > *, .framer-ShfiY .framer-11ucet0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ShfiY .framer-skvjh4 > *, .framer-ShfiY .framer-1jb38e3 > *, .framer-ShfiY .framer-o6dgbz > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-ShfiY .framer-1u76kmz > *, .framer-ShfiY .framer-1dmi1l2 > *, .framer-ShfiY .framer-ckuq6i > *, .framer-ShfiY .framer-19j62tj > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ShfiY .framer-171tl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ShfiY .framer-37v9n0 > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-ShfiY .framer-xf03ag > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ShfiY .framer-11iok51 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-ShfiY .framer-2q54w6 > *, .framer-ShfiY .framer-1ce5gwv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ShfiY .framer-7trqc8 > *, .framer-ShfiY .framer-1x65jxd > *, .framer-ShfiY .framer-1mfki7q > *, .framer-ShfiY .framer-1r1apq0 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-ShfiY[data-border=\"true\"]::after, .framer-ShfiY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1389px) { .framer-ShfiY.framer-hvzz3m { width: 810px; } .framer-ShfiY .framer-fo77gx { max-width: 600px; } .framer-ShfiY .framer-1nh8e5s, .framer-ShfiY .framer-harf3f { max-width: 490px; } .framer-ShfiY .framer-1sk6zfr { height: 441px; } .framer-ShfiY .framer-m94qqz { height: 72px; } .framer-ShfiY .framer-1d4gaqj-container { top: 46px; } .framer-ShfiY .framer-13d90j0 { left: calc(50.00000000000002% - 79px / 2); right: unset; } .framer-ShfiY .framer-1urq87d { height: 671px; } .framer-ShfiY .framer-skvjh4, .framer-ShfiY .framer-1dmi1l2, .framer-ShfiY .framer-o6dgbz { padding: 80px 40px 80px 40px; } .framer-ShfiY .framer-1u76kmz { gap: 30px; max-width: unset; } .framer-ShfiY .framer-1limmqw { padding: 70px 40px 80px 40px; } .framer-ShfiY .framer-xv6dxv { padding: 80px 20px 80px 20px; } .framer-ShfiY .framer-zqaw0g { gap: 3px; } .framer-ShfiY .framer-xf03ag { gap: 9px; } .framer-ShfiY .framer-11iok51 { gap: 20px; } .framer-ShfiY .framer-v5uax4, .framer-ShfiY .framer-16id6eu, .framer-ShfiY .framer-tr8451, .framer-ShfiY .framer-11ucet0 { gap: 40px; } .framer-ShfiY .framer-1jb38e3 { padding: 40px 0px 0px 0px; } .framer-ShfiY .framer-ckuq6i { padding: 0px 0px 80px 0px; } .framer-ShfiY .framer-19j62tj { justify-content: flex-start; max-width: 1000px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ShfiY .framer-1u76kmz, .framer-ShfiY .framer-zqaw0g, .framer-ShfiY .framer-xf03ag, .framer-ShfiY .framer-11iok51, .framer-ShfiY .framer-v5uax4, .framer-ShfiY .framer-16id6eu, .framer-ShfiY .framer-tr8451, .framer-ShfiY .framer-11ucet0 { gap: 0px; } .framer-ShfiY .framer-1u76kmz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ShfiY .framer-1u76kmz > :first-child, .framer-ShfiY .framer-v5uax4 > :first-child, .framer-ShfiY .framer-16id6eu > :first-child, .framer-ShfiY .framer-tr8451 > :first-child, .framer-ShfiY .framer-11ucet0 > :first-child { margin-top: 0px; } .framer-ShfiY .framer-1u76kmz > :last-child, .framer-ShfiY .framer-v5uax4 > :last-child, .framer-ShfiY .framer-16id6eu > :last-child, .framer-ShfiY .framer-tr8451 > :last-child, .framer-ShfiY .framer-11ucet0 > :last-child { margin-bottom: 0px; } .framer-ShfiY .framer-zqaw0g > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-ShfiY .framer-zqaw0g > :first-child, .framer-ShfiY .framer-xf03ag > :first-child, .framer-ShfiY .framer-11iok51 > :first-child { margin-left: 0px; } .framer-ShfiY .framer-zqaw0g > :last-child, .framer-ShfiY .framer-xf03ag > :last-child, .framer-ShfiY .framer-11iok51 > :last-child { margin-right: 0px; } .framer-ShfiY .framer-xf03ag > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } .framer-ShfiY .framer-11iok51 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ShfiY .framer-v5uax4 > *, .framer-ShfiY .framer-16id6eu > *, .framer-ShfiY .framer-tr8451 > *, .framer-ShfiY .framer-11ucet0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-ShfiY.framer-hvzz3m { overflow: hidden; width: 390px; } .framer-ShfiY .framer-j1yqbq { gap: 60px; padding: 140px 0px 0px 0px; } .framer-ShfiY .framer-j4z2v { padding: 0px 20px 0px 20px; } .framer-ShfiY .framer-1nh8e5s, .framer-ShfiY .framer-harf3f, .framer-ShfiY .framer-1c0jjav { max-width: 400px; } .framer-ShfiY .framer-r4ysuh { padding: 0px 2px 0px 2px; } .framer-ShfiY .framer-1dzy20o { height: 48px; width: 48px; } .framer-ShfiY .framer-1sk6zfr { height: 241px; } .framer-ShfiY .framer-m94qqz { height: 52px; } .framer-ShfiY .framer-1d4gaqj-container { top: -69px; } .framer-ShfiY .framer-13d90j0 { bottom: -8px; height: 75px; left: calc(50.00000000000002% - 75px / 2); right: unset; width: 75px; } .framer-ShfiY .framer-yfckd4 { background-color: var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, #0a0a0a); height: var(--framer-aspect-ratio-supported, 54px); left: 51%; top: 51%; width: 54px; } .framer-ShfiY .framer-h255qi-container { height: 26px; left: calc(48.484848484848506% - 26px / 2); top: calc(48.484848484848506% - 26px / 2); width: 26px; } .framer-ShfiY .framer-1urq87d { height: 331px; } .framer-ShfiY .framer-skvjh4, .framer-ShfiY .framer-1dmi1l2, .framer-ShfiY .framer-o6dgbz { padding: 50px 12px 50px 12px; } .framer-ShfiY .framer-1u76kmz, .framer-ShfiY .framer-v5uax4, .framer-ShfiY .framer-16id6eu, .framer-ShfiY .framer-tr8451, .framer-ShfiY .framer-11ucet0, .framer-ShfiY .framer-19j62tj { gap: 40px; } .framer-ShfiY .framer-171tl { align-content: center; align-items: center; } .framer-ShfiY .framer-1xi7suj-container { max-width: unset; } .framer-ShfiY .framer-s3790c { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-ShfiY .framer-lvlv5q-container, .framer-ShfiY .framer-p1yvjz-container, .framer-ShfiY .framer-mrpq24-container, .framer-ShfiY .framer-w8x50v-container { align-self: unset; } .framer-ShfiY .framer-1limmqw { gap: 50px; padding: 50px 20px 50px 20px; } .framer-ShfiY .framer-aesxrb { gap: 50px; } .framer-ShfiY .framer-xv6dxv { gap: 100px; height: min-content; justify-content: center; padding: 50px 12px 50px 12px; } .framer-ShfiY .framer-se0ayk { bottom: unset; height: 100%; top: calc(49.964763918252316% - 99.92952783650459% / 2); } .framer-ShfiY .framer-1h9wx7j { grid-template-columns: repeat(2, minmax(170px, 1fr)); } .framer-ShfiY .framer-zqaw0g, .framer-ShfiY .framer-11iok51 { flex-direction: column; } .framer-ShfiY .framer-dgfbng-container, .framer-ShfiY .framer-2mrkyx-container, .framer-ShfiY .framer-1q9dcgz-container, .framer-ShfiY .framer-2q54w6 { flex: none; width: 100%; } .framer-ShfiY .framer-12f4xyz-container { max-width: unset; width: 100%; } .framer-ShfiY .framer-1ce5gwv { flex: none; padding: 0px; width: 100%; } .framer-ShfiY .framer-ckuq6i { gap: 30px; padding: 0px 0px 50px 0px; } .framer-ShfiY .framer-1xrpcii { width: 100%; } .framer-ShfiY .framer-2xzbt9-container { flex: 1 0 0px; height: 877px; width: 1px; } .framer-ShfiY .framer-10as3a1 { top: -41px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ShfiY .framer-j1yqbq, .framer-ShfiY .framer-1u76kmz, .framer-ShfiY .framer-s3790c, .framer-ShfiY .framer-1limmqw, .framer-ShfiY .framer-aesxrb, .framer-ShfiY .framer-xv6dxv, .framer-ShfiY .framer-zqaw0g, .framer-ShfiY .framer-11iok51, .framer-ShfiY .framer-v5uax4, .framer-ShfiY .framer-16id6eu, .framer-ShfiY .framer-tr8451, .framer-ShfiY .framer-11ucet0, .framer-ShfiY .framer-ckuq6i, .framer-ShfiY .framer-19j62tj { gap: 0px; } .framer-ShfiY .framer-j1yqbq > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ShfiY .framer-j1yqbq > :first-child, .framer-ShfiY .framer-1u76kmz > :first-child, .framer-ShfiY .framer-s3790c > :first-child, .framer-ShfiY .framer-1limmqw > :first-child, .framer-ShfiY .framer-aesxrb > :first-child, .framer-ShfiY .framer-xv6dxv > :first-child, .framer-ShfiY .framer-zqaw0g > :first-child, .framer-ShfiY .framer-11iok51 > :first-child, .framer-ShfiY .framer-v5uax4 > :first-child, .framer-ShfiY .framer-16id6eu > :first-child, .framer-ShfiY .framer-tr8451 > :first-child, .framer-ShfiY .framer-11ucet0 > :first-child, .framer-ShfiY .framer-ckuq6i > :first-child, .framer-ShfiY .framer-19j62tj > :first-child { margin-top: 0px; } .framer-ShfiY .framer-j1yqbq > :last-child, .framer-ShfiY .framer-1u76kmz > :last-child, .framer-ShfiY .framer-s3790c > :last-child, .framer-ShfiY .framer-1limmqw > :last-child, .framer-ShfiY .framer-aesxrb > :last-child, .framer-ShfiY .framer-xv6dxv > :last-child, .framer-ShfiY .framer-zqaw0g > :last-child, .framer-ShfiY .framer-11iok51 > :last-child, .framer-ShfiY .framer-v5uax4 > :last-child, .framer-ShfiY .framer-16id6eu > :last-child, .framer-ShfiY .framer-tr8451 > :last-child, .framer-ShfiY .framer-11ucet0 > :last-child, .framer-ShfiY .framer-ckuq6i > :last-child, .framer-ShfiY .framer-19j62tj > :last-child { margin-bottom: 0px; } .framer-ShfiY .framer-1u76kmz > *, .framer-ShfiY .framer-v5uax4 > *, .framer-ShfiY .framer-16id6eu > *, .framer-ShfiY .framer-tr8451 > *, .framer-ShfiY .framer-11ucet0 > *, .framer-ShfiY .framer-19j62tj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ShfiY .framer-s3790c > *, .framer-ShfiY .framer-zqaw0g > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ShfiY .framer-1limmqw > *, .framer-ShfiY .framer-aesxrb > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-ShfiY .framer-xv6dxv > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-ShfiY .framer-11iok51 > *, .framer-ShfiY .framer-ckuq6i > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9556.5\n * @framerIntrinsicWidth 1390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WgNeKo_y1\":{\"layout\":[\"fixed\",\"auto\"]},\"P7j2A2OCI\":{\"layout\":[\"fixed\",\"auto\"]},\"QEOySSdo8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"QeagwX1Rm\":{\"pattern\":\":QeagwX1Rm\",\"name\":\"hero-heading\"},\"MERXQpASN\":{\"pattern\":\":MERXQpASN\",\"name\":\"hero-heading\"},\"Usy9pnRtq\":{\"pattern\":\":Usy9pnRtq\",\"name\":\"hero-heading\"},\"oVhGXVifM\":{\"pattern\":\":oVhGXVifM\",\"name\":\"step\"},\"vTTUKTKEu\":{\"pattern\":\":vTTUKTKEu\",\"name\":\"why-us\"},\"rZyCoDj_M\":{\"pattern\":\":rZyCoDj_M\",\"name\":\"testimonial\"},\"om1250aoL\":{\"pattern\":\":om1250aoL\",\"name\":\"about\"},\"S6HR3Mlhv\":{\"pattern\":\":S6HR3Mlhv\",\"name\":\"formular\"}}\n * @framerResponsiveScreen\n */const Frameryd7nMFDHh=withCSS(Component,css,\"framer-ShfiY\");export default Frameryd7nMFDHh;Frameryd7nMFDHh.displayName=\"Home\";Frameryd7nMFDHh.defaultProps={height:9556.5,width:1390};addFonts(Frameryd7nMFDHh,[{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:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\",weight:\"400\"}]},...PatternFonts,...NavigationBarFonts,...TinyImagesFonts,...ButtonFonts,...TickerFonts,...PhosphorFonts,...ArcFonts,...HeadingFonts,...ServiceFonts,...BrandsFonts,...StatsFonts,...WhyUsFonts,...BulletFonts,...ProjectFonts,...ReviewFonts,...FAQListCommonFonts,...FooterFonts,...SmoothScrollFonts,...CursorViewFonts,...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\":\"Frameryd7nMFDHh\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9556.5\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"QeagwX1Rm\\\":{\\\"pattern\\\":\\\":QeagwX1Rm\\\",\\\"name\\\":\\\"hero-heading\\\"},\\\"MERXQpASN\\\":{\\\"pattern\\\":\\\":MERXQpASN\\\",\\\"name\\\":\\\"hero-heading\\\"},\\\"Usy9pnRtq\\\":{\\\"pattern\\\":\\\":Usy9pnRtq\\\",\\\"name\\\":\\\"hero-heading\\\"},\\\"oVhGXVifM\\\":{\\\"pattern\\\":\\\":oVhGXVifM\\\",\\\"name\\\":\\\"step\\\"},\\\"vTTUKTKEu\\\":{\\\"pattern\\\":\\\":vTTUKTKEu\\\",\\\"name\\\":\\\"why-us\\\"},\\\"rZyCoDj_M\\\":{\\\"pattern\\\":\\\":rZyCoDj_M\\\",\\\"name\\\":\\\"testimonial\\\"},\\\"om1250aoL\\\":{\\\"pattern\\\":\\\":om1250aoL\\\",\\\"name\\\":\\\"about\\\"},\\\"S6HR3Mlhv\\\":{\\\"pattern\\\":\\\":S6HR3Mlhv\\\",\\\"name\\\":\\\"formular\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WgNeKo_y1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P7j2A2OCI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QEOySSdo8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1390\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "u/CAAA,SAASA,GAAQ,EAAE,CAA8B,QAAzB,EAAE,EAAMC,EAAEC,EAAE,EAAEC,EAAE,EAAE,OAAYA,GAAG,EAAE,EAAED,EAAEC,GAAG,EAAGF,EAAE,IAAI,EAAE,WAAWC,CAAC,GAAG,IAAI,EAAE,WAAW,EAAEA,CAAC,IAAI,GAAG,IAAI,EAAE,WAAW,EAAEA,CAAC,IAAI,IAAI,IAAI,EAAE,WAAW,EAAEA,CAAC,IAAI,GAAGD,EAAE,YAAY,MAAMA,IAAI,OAAOA,IAAI,KAAK,IAAIA,GAAGA,IAAI,GAAG,EAAE,YAAY,MAAMA,IAAI,OAAOA,IAAI,KAAK,IAAI,YAAY,MAAM,IAAI,OAAO,IAAI,KAAK,IAAI,OAAOE,EAAE,CAAC,IAAK,GAAE,IAAI,IAAI,EAAE,WAAWD,EAAE,CAAC,IAAI,GAAG,IAAK,GAAE,IAAI,IAAI,EAAE,WAAWA,EAAE,CAAC,IAAI,EAAE,IAAK,GAAE,GAAG,IAAI,EAAE,WAAWA,CAAC,EAAE,EAAE,YAAY,MAAM,IAAI,OAAO,IAAI,KAAK,GAAG,CAAC,UAAG,IAAI,GAAG,EAAE,YAAY,MAAM,IAAI,OAAO,IAAI,KAAK,MAAY,EAAE,IAAI,MAAM,GAAG,SAAS,EAAE,CAAC,CCU/iB,IAAIE,GAAEC,EAAE,SAASC,EAAE,CAAC,IAAIC,EAAEC,EAAEJ,EAC3B,EAAEK,GAAE,MAAMH,EAAE,KAAK,EAAE,EAAEI,EAAEC,GAAE,QAAQ,IAAIA,GAAE,OAAOC,EAAE,GAAeN,EAAE,OAAd,UAAmBO,EAAaP,EAAE,OAAb,SAAkBQ,EAAcR,EAAE,OAAd,UAAmBS,EAAED,EAAER,EAAE,eAAe,EAAE,EAAEU,EAAEC,GAAEX,EAAE,KAAKS,CAAC,EACxJ,GAAGH,EAAE,CAAC,IAAIM,EAAEC,GAAEb,EAAE,KAAK,EAAEc,EAAED,GAAED,EAAE,MAAM,GAAG,EAAEG,EAAEF,GAAED,EAAE,MAAM,QAAQ,EAC5D,GAAGR,GAAG,CAACW,EAAE,MAAM,MAAM,OAAoBC,EAAE,MAAM,CAAC,MAAMA,GAAE,SAAS,CAAcC,EAAE,MAAM,CAAC,MAAMC,GAAE,SAAS,WAAI,CAAC,EAAeD,EAAE,IAAI,CAAC,MAAME,GAAE,SAAS,2BAA2B,CAAC,EAAeF,EAAE,IAAI,CAAC,MAAMG,GAAE,SAAS,+DAA+D,CAAC,CAAC,CAAC,CAAC,EAC7R,GAAGhB,GAAGW,EAAE,CAAC,IAAIM,EAAEC,GAAEP,CAAC,EAAEQ,EAAER,EAAE,MAAM,MAAM,QAAQH,KAAKV,EAAE,OAAOqB,EAAE,SAASA,EAAE,SAASF,EAAE,MAAM,iBAAiB,GAAGT,EAAE,SAAS,IAAI,IAAIX,EAAEuB,GAAEZ,CAAC,GACpI,GAAG,CAACR,GAAGU,EAAE,CAAC,IAAIO,EAAEP,EAAE,MAAM,iBAAiB,EAAE,QAAQS,KAAKrB,GAAGA,GAAGA,EAAEY,EAAE,MAAM,UAAU,EAAE,CAAC,GAAG,MAAM,GAAG,EAAE,CAAC,GAAG,QAAQ,iBAAiB,IAAI,EAAEO,GAAGE,EAAE,SAAS,IAAI,IAAItB,EAAEuB,GAAED,CAAC,IACjK,IAAIE,EAAE,SAASC,GAAEzB,GAAGS,CAAC,IAAI,OAAcV,EAAE,oBAAV,QAA8BF,EAAE,YAAuBE,EAAE,oBAAb,WAAiCF,EAAE,WAAsBE,EAAE,oBAAb,WAAiCF,EAAE,WAAwBmB,EAAEU,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,OAAO,OAAO,OAExN,SAAS,UAAU,EAAE,UAAU,QAAQ,SAAsBX,EAAEW,EAAE,IAAI,CAAC,UAAU,iCAAiC,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,SAAS,WAAW,MAAM,EAAE,gBAAgB,SAAS,WAAW3B,EAAE,QAAQ,WAAW,EAAE,QAAQM,EAAEJ,EAAE,cAAc,SAAS,UAAU,QAAQK,GAAGP,EAAE,QAAQ,CAAC,OAAO,GAAG,EAAE,WAAWO,GAAGP,EAAE,QAAQ,CAAC,SAAS,IAAIA,EAAE,YAAY,OAAO,EAAE,EAAE,KAAK,QAAQ,EAAE,SAAS,CAAciB,EAAE,OAAO,CAAC,GAAGQ,EAAE,EAAEnB,EAAEL,EAAES,EAAE,YAAY,OAAO,KAAK,aAAa,CAAC,EAAeO,EAAE,OAAO,CAAC,SAAsBD,EAAE,WAAW,CAAC,KAAK,IAAIS,IAAI,YAAYzB,EAAE,YAAY,iBAAiBF,EAAE,MAAM,CAAC,GAAGE,EAAE,KAAK,YAAYA,EAAE,YAAY,KAAKA,EAAE,KAAK,EAAE,SAAS,CAACA,EAAE,KAAK,CAACI,GAAGJ,EAAE,SAAsBiB,EAAE,UAAU,CAAC,cAAc,cAAc,KAAK,GAAGjB,EAAE,gBAAgB,GAAG,GAAGA,EAAE,cAAc,MAAM,KAAK,IAAI,GAAGA,EAAE,mBAAmB,YAAY,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAC71B,CAAC,iFAAiF,CAAC,EAAS4B,GAAQ9B,GAAqC,SAASe,GAAEQ,EAAE,CAAC,IAAI,EAAE,OAAOlB,GAAE,IAAIkB,EAAEA,GAAG,CAAU,IAAT,SAAa,EAAEA,EAAG,CAAC,EAAE,CAAE,CAACvB,GAAE,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAE+B,GAAE/B,GAAE,CAAC,KAAK,CAAC,MAAM,UAAU,KAAKgC,EAAE,OAAO,aAAa,uCAA6B,gBAAgB,EAAE,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAE,KAAK,QAAQ,CAAC,SAAS,UAAU,SAAS,EAAE,aAAa,CAAC,SAAS,UAAU,SAAS,EAAE,aAAa,EAAE,EAAE,eAAe,CAAC,MAAM,SAAS,KAAKA,EAAE,OAAO,KAAK,KAAK,IAAI,EAAE,IAAI,IAAI,OAAO,CAAC,CAAC,KAAKT,CAAC,IAAgBA,IAAZ,SAAa,EAAE,OAAO,CAAC,KAAKS,EAAE,QAAQ,MAAM,SAAS,aAAa,GAAG,OAAO,CAAC,CAAC,KAAKT,CAAC,IAAeA,IAAX,QAAY,EAAE,YAAY,CAAC,KAAKS,EAAE,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,GAAG,aAAa,EAAE,eAAe,GAAG,KAAK,EAAE,OAAO,CAAC,CAAC,KAAKT,EAAE,OAAO,CAAC,IAAeA,IAAX,UAAc,CAAC,CAAC,EAAE,MAAM,CAAC,KAAKS,EAAE,kBAAkB,MAAM,UAAU,OAAO,CAAC,CAAC,KAAKT,CAAC,IAAgBA,IAAZ,SAAa,EAAE,kBAAkB,CAAC,MAAM,QAAQ,KAAKS,EAAE,KAAK,QAAQ,CAAC,MAAM,SAAS,QAAQ,EAAE,YAAY,CAAC,YAAY,eAAe,cAAc,EAAE,aAAa,SAAS,wBAAwB,EAAE,EAAE,KAAK,CAAC,KAAKA,EAAE,QAAQ,aAAa,GAAG,MAAM,YAAY,aAAa,KAAK,cAAc,MAAM,OAAO,CAAC,CAAC,KAAKT,CAAC,IAAgBA,IAAZ,SAAa,EAAE,YAAY,CAAC,MAAM,SAAS,KAAKS,EAAE,OAAO,aAAa,EAAE,IAAI,IAAI,KAAK,OAAO,KAAK,EAAE,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAE,MAAM,aAAa,MAAM,EAAE,KAAK,CAAC,KAAKA,EAAE,KAAK,MAAM,OAAO,SAAS,WAAW,qBAAqB,EAAE,EAAE,YAAY,CAAC,KAAKA,EAAE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,eAAe,EAAE,EAAE,QAAQ,CAAC,KAAKA,EAAE,QAAQ,aAAa,GAAG,MAAM,SAAS,EAAE,aAAa,CAAC,KAAKA,EAAE,OAAO,IAAI,KAAK,IAAI,IAAI,KAAK,GAAG,aAAa,IAAI,MAAM,OAAO,KAAK,IAAI,OAAOT,GAAG,CAACA,EAAE,OAAO,EAAE,WAAW,CAAC,KAAKS,EAAE,OAAO,IAAI,KAAK,IAAI,IAAI,KAAK,GAAG,aAAa,IAAI,MAAM,KAAK,KAAK,IAAI,OAAOT,GAAG,CAACA,EAAE,OAAO,EAAE,gBAAgB,CAAC,KAAKS,EAAE,OAAO,IAAI,EAAE,IAAI,GAAG,aAAa,EAAE,MAAM,OAAO,KAAK,IAAI,eAAe,GAAG,OAAOT,GAAG,CAACA,EAAE,OAAO,CAAC,CAAC,EAA2C,IAAIG,GAAEH,GAAGA,EAAE,MAAM,GAAG,EAAE,CAAC,EAAE,QAAQ,SAAS,EAAE,EAAEV,GAAE,CAACU,EAAE,IAAI,CAAC,IAAIT,EAAE,GAAG,EAAEZ,EAAE,GAAG,EAAE,OAAOqB,EAAE,cAAcrB,qBAAqBA,WAAWY,mBAAmBA,WAAW,cAAcA,qBAAqBA,oBAAoBZ,mBAAmBA,SAASY,GAAI,EAAEI,GAAE,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,aAAa,SAAS,WAAW,SAAS,cAAc,SAAS,MAAM,OAAO,WAAW,0BAA0B,SAAS,GAAG,SAAS,QAAQ,EAAEE,GAAE,CAAC,SAAS,GAAG,aAAa,EAAE,EAAEC,GAAE,CAAC,OAAO,EAAE,aAAa,GAAG,WAAW,IAAI,UAAU,QAAQ,EAAEC,GAAE,CAAC,OAAO,EAAE,QAAQ,GAAG,SAAS,IAAI,WAAW,IAAI,UAAU,QAAQ,EClB/sE,IAAMW,GAAW,CAAC,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAkO,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAmB,CAACC,EAAE,IAAI,oBAAoB,IAAUC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWN,GAAmCG,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,OAAAC,EAAO,OAAAC,EAAO,OAAAC,EAAO,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAsCK,EAAM,UAAU,UAAUH,GAAsCG,EAAM,UAAU,UAAUJ,GAAsCI,EAAM,UAAU,UAAUF,GAAgCE,EAAM,UAAU,UAAUN,GAAmCM,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAME,IAAWA,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAuBG,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE3B,GAASS,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,SAAArB,EAAQ,EAAEsB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,QAAAb,EAAQ,kBAAAc,EAAiB,CAAC,EAAQC,EAAiB1B,GAAuBD,EAAME,EAAQ,EAAQ0B,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAGxB,GAA4CmB,GAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQc,GAAS,QAAQ,GAAM,SAAsBf,EAAKR,GAAW,CAAC,MAAML,GAAY,SAAsBa,EAAKiD,GAAK,CAAC,KAAKnB,EAAU,SAAsB9B,EAAKE,EAAO,EAAE,CAAC,GAAG6B,EAAU,UAAU,GAAGmB,EAAGC,GAAkB,GAAGN,EAAsB,gBAAgBtB,EAAUU,CAAU,mBAAmB,mBAAmB,YAAY,iBAAiBO,EAAiB,SAAS,YAAY,WAAW,IAAIL,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIjB,GAA6BuB,GAAK,MAAM,CAAC,GAAGnB,CAAK,EAAE,SAAsB8B,EAAMlD,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,4EAA4E,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,kBAAkBpD,GAAmB,SAAsBY,EAAKqD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAG/D,GAAkBoC,CAAS,CAAC,EAAE,UAAU,gBAAgB,iBAAiBc,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,4EAA4E,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,UAAU,qOAAqO,EAAE,kBAAkBpD,GAAmB,SAAsBY,EAAKqD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAG/D,GAAkBqC,CAAS,CAAC,EAAE,UAAU,gBAAgB,iBAAiBa,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,4EAA4E,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,qOAAqO,EAAE,kBAAkBpD,GAAmB,SAAsBY,EAAKqD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAG/D,GAAkBsC,CAAS,CAAC,EAAE,UAAU,gBAAgB,iBAAiBY,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,4EAA4E,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,UAAU,qOAAqO,EAAE,kBAAkBpD,GAAmB,SAAsBY,EAAKqD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAG/D,GAAkBuC,CAAS,CAAC,EAAE,UAAU,iBAAiB,iBAAiBW,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,kFAAkF,kFAAkF,8SAA8S,8SAA8S,mWAAmW,gVAAgV,+WAA+W,+WAA+W,iXAAiX,wrCAAwrC,EAS7jVC,GAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,cAAcA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,MAAM,QAAQ,KAAKI,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,UAAU,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,UAAU,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,UAAU,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT6H,IAAMM,GAAcC,EAASC,EAAQ,EAAQC,GAAiBC,GAAoBF,EAAQ,EAAQG,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,KAAAC,EAAK,GAAAC,EAAG,KAAAC,EAAK,KAAAC,EAAK,MAAAC,EAAM,QAAAC,EAAQ,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUJ,GAAMI,EAAM,WAAW,gOAAgO,UAAUP,GAAMO,EAAM,WAAW,QAAQ,UAAUL,GAAMK,EAAM,UAAU,UAAUF,GAASE,EAAM,WAAW,GAAK,QAAQV,GAAwBU,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUH,GAAOG,EAAM,WAAW,cAAc,GAAUC,GAAuB,CAACD,EAAM3B,IAAe2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAE2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAU6B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,UAAAoC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASS,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,GAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAAnD,EAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiBzB,GAAuBD,EAAM3B,EAAQ,EAAmFsD,GAAkBC,EAAG3D,GAAkB,GAA5F,CAAawC,GAAuBA,EAAS,CAAuE,EAAQoB,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAkBC,GAAqB,EAAE,OAAoBhD,EAAKiD,EAAY,CAAC,GAAGzB,GAAUqB,GAAgB,SAAsB7C,EAAKC,GAAS,CAAC,QAAQd,GAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKkD,GAAK,CAAC,KAAKvB,EAAU,OAAO,YAAY,SAAsBwB,EAAMjD,EAAO,EAAE,CAAC,GAAG4B,EAAU,GAAGI,EAAgB,UAAU,GAAGQ,EAAGD,GAAkB,gBAAgBlB,EAAUS,CAAU,kBAAkB,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,GAAKyB,GAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGrB,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,KAAK,EAAE,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,yBAAyB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,8EAA8E,EAAE,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,yBAAyB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,8EAA8E,CAAC,EAAE,GAAGrC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,cAAc,GAAK,mBAAmB,WAAW,EAAE,UAAU,CAAC,cAAc,GAAK,mBAAmB,WAAW,CAAC,EAAE8C,EAAYI,EAAc,EAAE,SAAS,CAAcgB,EAAMjD,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,+EAA+E,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBxC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBsC,EAAiB,SAAS,sBAAsB,SAAsBxC,EAAKtB,GAAS,CAAC,MAAM,uEAAuE,OAAO,OAAO,WAAW,QAAQ,cAAcmD,EAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKf,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAezB,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,+NAA+N,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,YAAY,QAAQ,EAAE,EAAE,KAAKd,EAAU,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAEE,GAAwBuB,EAAMjD,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,iGAAiG,0BAA0B,WAAW,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,8EAA8E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,mBAAmB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,mBAAmB,OAAO,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,uEAAuE,OAAO,EAAE,CAAC,EAAE,SAAsBxC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBsC,EAAiB,SAAS,sBAAsB,SAAsBxC,EAAKtB,GAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,QAAQ,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,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4E,GAAI,CAAC,kFAAkF,gFAAgF,sWAAsW,wRAAwR,qRAAqR,wGAAwG,qKAAqK,yLAAyL,qSAAqS,gHAAgH,iUAAiU,2GAA2G,g7BAAg7B,kIAAkI,8EAA8E,8EAA8E,qUAAqU,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EAS/xbC,GAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAK,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,gOAAgO,gBAAgB,GAAK,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,UAAU,KAAKA,EAAY,OAAO,EAAE,UAAUhF,IAAmB,eAAkB,CAAC,GAAGA,GAAiB,cAAiB,aAAa,QAAQ,YAAY,OAAU,OAAO,OAAU,MAAM,MAAM,CAAC,CAAC,EAAEiF,GAASL,GAAgB,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,YAAY,OAAO,SAAS,MAAM,SAAS,IAAI,iGAAiG,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG/E,GAAc,GAAGqF,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT9/E,IAAMC,GAAW,CAAC,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAkO,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAM,MAAM,CAAC,GAAGF,EAAM,WAAWC,EAAKN,GAAsCK,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,KAAK,WAAWC,EAAMJ,GAAmCE,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,qBAAqB,CAAE,EAAQC,GAAuB,CAACH,EAAMI,IAAWA,EAAS,KAAK,GAAG,EAAEJ,EAAM,iBAAuBK,GAA6BC,EAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEvB,GAASM,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlB,CAAQ,EAAEmB,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,QAAAV,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiBvB,GAAuBH,EAAMI,CAAQ,EAAQuB,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,EAAsB,CAAanB,EAAS,EAAQoB,GAAkBC,GAAqB,EAAE,OAAoB3C,EAAK4C,EAAY,CAAC,GAAGrB,GAA4CgB,GAAgB,SAAsBvC,EAAKC,GAAS,CAAC,QAAQa,EAAS,QAAQ,GAAM,SAAsBd,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAGyB,EAAU,UAAUkB,EAAGC,GAAkB,GAAGL,EAAsB,gBAAgBnB,EAAUO,CAAU,EAAE,mBAAmB,YAAY,iBAAiBO,EAAiB,SAAS,YAAY,WAAW,IAAIL,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAId,GAA6BoB,GAAK,MAAM,CAAC,eAAe,YAAY,gBAAgB,8EAA8E,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,qBAAqB,YAAY,GAAGhB,CAAK,EAAE,SAAsB0B,EAAM7C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBkC,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezB,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,sGAAsG,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,8EAA8E,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKV,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuB,GAAI,CAAC,kFAAkF,gFAAgF,wUAAwU,kSAAkS,iHAAiH,4HAA4H,2kBAA2kB,GAAeA,EAAG,EAS7/MC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,QAAQA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,KAAK,gBAAgB,GAAM,MAAM,SAAS,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,sBAAsB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,YAAY,OAAO,SAAS,MAAM,SAAS,IAAI,iGAAiG,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,qEAAqE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVjsEC,GAAU,UAAU,CAAC,uBAAuB,kBAAkB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,YAAY,OAAO,SAAS,MAAM,SAAS,IAAI,iGAAiG,OAAO,KAAK,EAAE,CAAC,OAAO,YAAY,OAAO,SAAS,MAAM,SAAS,IAAI,iGAAiG,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,8oBAA8oB,osBAAosB,8rBAA8rB,EAAeC,GAAU,eCC+F,IAAMC,GAAaC,EAASC,EAAO,EAAQC,GAAmBF,EAASG,EAAa,EAAQC,GAAgBJ,EAASK,EAAU,EAAQC,GAAYN,EAASO,EAAM,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAYX,EAASY,EAAM,EAAQC,GAAcb,EAASc,EAAQ,EAAQC,GAASf,EAASgB,EAAG,EAAQC,GAAYR,GAAOS,CAAK,EAAQC,GAAanB,EAASoB,EAAO,EAAQC,GAAarB,EAASsB,EAAO,EAAQC,GAAgBd,GAAOe,CAAS,EAAQC,GAAoBhB,GAAOC,EAAO,OAAO,EAAQgB,GAAY1B,EAAS2B,EAAM,EAAQC,GAAW5B,EAAS6B,EAAK,EAAQC,GAAW9B,EAAS+B,EAAK,EAAQC,GAAYhC,EAASiC,EAAM,EAAQC,GAAalC,EAASmC,EAAO,EAAQC,GAAYpC,EAASqC,EAAM,EAAQC,GAAmBtC,EAASuC,EAAa,EAAQC,GAAYxC,EAASyC,EAAM,EAAQC,GAAkB1C,EAAS2C,EAAY,EAAQC,GAAgB5C,EAAS6C,EAAU,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,qBAAqB,UAAU,8CAA8C,UAAU,4CAA4C,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAQC,EAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,IAAI,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWP,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQQ,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAmB,CAACC,EAAE,IAAI,oBAAoB,IAAUC,GAAU,CAAC,CAAC,MAAAT,CAAK,IAAoBU,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOX,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUY,GAAwB,CAAC,eAAe,YAAY,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAO,CAAC,UAAUpC,GAAW,QAAQ,WAAW,EAAQqC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,EAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,EAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAE5D,GAASI,CAAK,EAAQyD,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUhD,CAAY,EAAE,GAAGgD,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,GAAI,EAAE,CAAC,OAAUjD,CAAY,CAAC,EAAQkD,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUhD,CAAY,EAAE,SAAS,MAAMgD,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUhD,CAAY,CAAC,EAAE,GAAK,CAACmD,EAAYC,EAAmB,EAAEC,GAA8B7C,EAAQpD,GAAY,EAAK,EAAQkG,GAAe,OAAgKC,GAAkBC,EAAGlG,GAAkB,GAAjK,CAAagD,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQmD,GAAY,IAASpG,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAAS8F,CAAW,EAAtD,GAAyFO,GAAUC,EAAkB,WAAW,EAAQC,GAAWhE,EAAO,IAAI,EAAQiE,GAAWF,EAAkB,WAAW,EAAQG,GAAWlE,EAAO,IAAI,EAAQmE,GAAWJ,EAAkB,WAAW,EAAQK,GAAWpE,EAAO,IAAI,EAAQqE,GAAa,IAAQ,IAAC5G,GAAU,GAAiB,CAAC,YAAY,WAAW,EAAE,SAAS8F,CAAW,GAAmCe,GAAa,IAAS7G,GAAU,EAAiB8F,IAAc,YAAtB,GAAmEgB,GAAOC,GAAU,EAAQC,GAAWV,EAAkB,WAAW,EAAQW,GAAW1E,EAAO,IAAI,EAAQ2E,GAAWZ,EAAkB,WAAW,EAAQa,GAAW5E,EAAO,IAAI,EAAQ6E,GAAWd,EAAkB,WAAW,EAAQe,GAAW9E,EAAO,IAAI,EAAQ+E,GAAWhB,EAAkB,WAAW,EAAQiB,GAAWhF,EAAO,IAAI,EAAQiF,GAAWlB,EAAkB,WAAW,EAAQmB,GAAWlF,EAAO,IAAI,EAAE,OAAAmF,GAAiB,CAAC,OAAOxF,EAAM,CAAC,EAAsBP,EAAKgG,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAzH,EAAiB,EAAE,SAAsB0H,EAAMC,EAAY,CAAC,GAAG3E,GAAUT,EAAgB,SAAS,CAAcd,EAAKF,GAAU,CAAC,MAAM,4FAA4F,CAAC,EAAemG,EAAMjK,EAAO,IAAI,CAAC,GAAG8H,GAAU,UAAUU,EAAGD,GAAkB,gBAAgBjD,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAc4E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAAcjG,EAAKhE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,qBAAqB,IAAI,CAAC,CAAC,EAAegE,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKzE,GAAQ,CAAC,KAAK,kEAAkE,SAAS,GAAK,UAAU,OAAO,SAAS,EAAE,MAAM,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,SAAS,OAAO,EAAE,MAAM,GAAG,cAAc,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyE,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAMhF,GAAmB,OAAO,QAAQ,EAAE,EAAE,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnE,EAAKvE,GAAc,CAAC,UAAU,YAAY,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewK,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAACxB,GAAY,GAAgBwB,EAAM,MAAM,CAAC,UAAU,6CAA6C,cAAc,GAAK,mBAAmB,OAAO,SAAS,CAAcjG,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,IAAI,CAAC,UAAU,6BAA6B,qBAAqB,YAAY,SAAS,6CAA6C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,EAAeiG,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcjG,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKrE,GAAW,CAAC,UAAU6C,EAAY,CAAC,IAAI,uFAAuF,EAAE,EAAE,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUA,EAAY,CAAC,IAAI,wFAAwF,EAAE,EAAE,EAAE,UAAUA,EAAY,CAAC,IAAI,wFAAwF,EAAE,EAAE,EAAE,UAAUA,EAAY,CAAC,IAAI,sFAAsF,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyH,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcjG,EAAKuG,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,OAAO,WAAW,QAAQ,EAAE,IAAI,sjKAAsjK,aAAa,WAAW,mBAAmB,EAAI,CAAC,EAAevG,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiG,EAAMnK,GAAgB,CAAC,kBAAkB,CAAC,WAAW8C,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,eAAe,mBAAmB,uBAAuB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcoH,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcjG,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,GAAG0E,GAAU,IAAIE,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe5E,EAAKhE,EAAO,IAAI,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAO,CAAC,EAAE,SAAsBgE,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,GAAG6E,GAAW,IAAIC,GAAK,MAAM,CAAC,OAAO,EAAE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe9E,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKxD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAewD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBnE,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,OAAO,0BAA0B,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,OAAO,0BAA0B,OAAO,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,OAAO,0BAA0B,OAAO,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,EAAE,GAAG+E,GAAW,IAAIC,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehF,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6EAA6E,EAAE,SAAS,wKAAwK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnE,EAAKnE,GAAO,CAAC,UAAU,uBAAuB,UAAU,oBAAoB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoK,EAAM1J,GAAY,CAAC,kBAAkB,CAAC,WAAWwC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAMmC,GAAmB,OAAO,QAAQ,IAAI,qEAAqE,OAAO,gQAAgQ,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcnB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,CAAC,EAAeA,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK9D,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAc8D,EAAKhE,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAsBgE,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiF,GAAa,GAAgBgB,EAAMjK,EAAO,IAAI,CAAC,UAAU,6CAA6C,SAAS,CAAcgE,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,SAAsBA,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,qBAAqB,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,sEAAsE,CAAC,EAAE,SAAsBnE,EAAK5D,GAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8I,GAAa,GAAgBlF,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,yCAAyC,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,qBAAqB,QAAQ,YAAY,SAAsBkD,EAAK1D,GAAI,CAAC,kBAAkB,SAAS,QAAQ,GAAM,gBAAgB,EAAE,WAAW,IAAI,aAAa,IAAI,MAAM,qEAAqE,eAAe,EAAE,KAAK,GAAM,KAAK,CAAC,EAAE,OAAO,OAAO,GAAG,qBAAqB,SAAS,qBAAqB,OAAO,GAAK,YAAY,EAAE,MAAM,CAAC,EAAE,YAAY,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,iDAAuC,KAAK,SAAS,MAAM,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0D,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiH,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,0BAA0B,SAAS,CAAcjG,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWhD,GAAmB,OAAO,+BAA+B,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,WAAWhF,GAAmB,OAAO,gCAAgC,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnE,EAAKtD,GAAQ,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,OAAO,OAAO,GAAG,YAAY,UAAU,6OAA6O,SAAS,YAAY,UAAU,GAAK,UAAU,GAAM,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesD,EAAKwG,EAAa,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,CAAC,EAAE,SAASC,GAA4BzG,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUsC,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBzG,EAAKnE,GAAO,CAAC,UAAU,oBAAoB,UAAU4K,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezG,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,SAAsBiG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcjG,EAAKwG,EAAa,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,CAAC,EAAE,SAASE,GAA6B1G,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWhD,GAAmB,OAAO,+BAA+B,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,oDAAoD,SAAsBnB,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKnD,GAAgB,CAAC,kBAAkB,CAAC,WAAWqC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBe,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUuC,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB1G,EAAKpD,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,UAAU,aAAa,UAAU8J,EAAe,CAAC,EAAE,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1G,EAAKwG,EAAa,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,CAAC,EAAE,SAASG,GAA6B3G,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWhD,GAAmB,OAAO,+BAA+B,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,oDAAoD,SAAsBnB,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKnD,GAAgB,CAAC,kBAAkB,CAAC,WAAWqC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBe,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUwC,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB3G,EAAKpD,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gGAAgG,SAAS,YAAY,UAAU,WAAW,UAAU+J,EAAe,CAAC,EAAE,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3G,EAAKwG,EAAa,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,CAAC,EAAE,SAASI,GAA6B5G,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWhD,GAAmB,OAAO,+BAA+B,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,oDAAoD,SAAsBnB,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKnD,GAAgB,CAAC,kBAAkB,CAAC,WAAWqC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBe,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUyC,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB5G,EAAKpD,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU;AAAA,+FAAyM,SAAS,YAAY,UAAU,aAAa,UAAUgK,EAAe,CAAC,EAAE,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,sCAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5G,EAAKwG,EAAa,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,CAAC,EAAE,SAASK,GAA6B7G,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWhD,GAAmB,OAAO,+BAA+B,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,oDAAoD,SAAsBnB,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKnD,GAAgB,CAAC,kBAAkB,CAAC,WAAWqC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBe,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU0C,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB7G,EAAKpD,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,kHAA6G,SAAS,YAAY,UAAU,UAAU,UAAUiK,EAAe,CAAC,EAAE,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7G,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsB8B,EAAMnK,GAAgB,CAAC,kBAAkB,CAAC,WAAWiD,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,GAAGqG,GAAW,IAAIC,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAActF,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOhD,GAAmB,OAAO,yBAAyB,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAOhF,GAAmB,OAAO,0BAA0B,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKtD,GAAQ,CAAC,UAAU,iBAAiB,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,6OAA6O,SAAS,YAAY,UAAU,GAAK,UAAU,GAAM,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,SAAsBA,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK9D,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAc8D,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAK/C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,UAAUuB,EAAY,CAAC,IAAI,uEAAuE,OAAO,uKAAuK,EAAE,EAAE,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAK/C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,UAAUuB,EAAY,CAAC,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAK/C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,UAAUuB,EAAY,CAAC,IAAI,uEAAuE,OAAO,uKAAuK,EAAE,EAAE,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAK/C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,UAAUuB,EAAY,CAAC,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,EAAE,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAK/C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,UAAUuB,EAAY,CAAC,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,EAAE,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAK/C,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,UAAUuB,EAAY,CAAC,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsB8B,EAAMlJ,GAAoB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,GAAGuG,GAAW,IAAIC,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcxF,EAAKxD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,IAAI,YAAY,IAAI,WAAW,KAAK,IAAI,yFAAyF,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,EAAewD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsBiG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAS,CAAcjG,EAAKmG,EAA0B,CAAC,OAAO,IAAI,SAAsBnG,EAAKnD,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI2I,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBxF,EAAK7C,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,KAAK,MAAM,OAAO,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAKmG,EAA0B,CAAC,OAAO,IAAI,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK7C,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,MAAM,OAAO,UAAU,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAKmG,EAA0B,CAAC,OAAO,IAAI,SAAsBnG,EAAKnD,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI2I,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBxF,EAAK7C,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,MAAM,OAAO,UAAU,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6C,EAAKmG,EAA0B,CAAC,OAAO,IAAI,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK7C,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,MAAM,MAAM,OAAO,UAAU,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8I,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcjG,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOhD,GAAmB,OAAO,yBAAyB,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYhF,GAAmB,OAAO,4CAA4C,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK3C,GAAM,CAAC,UAAU,kPAAkP,OAAO,OAAO,UAAU,gBAAgB,GAAG,YAAY,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOhD,GAAmB,OAAO,yBAAyB,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYhF,GAAmB,OAAO,4CAA4C,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK3C,GAAM,CAAC,UAAU,8PAA8P,OAAO,OAAO,UAAU,gBAAgB,GAAG,YAAY,SAAS,YAAY,UAAU,QAAQ,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOhD,GAAmB,OAAO,yBAAyB,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,0CAA0C,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYhF,GAAmB,OAAO,4CAA4C,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK3C,GAAM,CAAC,UAAU,6MAA6M,OAAO,OAAO,UAAU,qBAAqB,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4I,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcjG,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKzC,GAAO,CAAC,UAAU,yBAAyB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKzC,GAAO,CAAC,UAAU,yBAAyB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKzC,GAAO,CAAC,UAAU,2BAA2B,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKzC,GAAO,CAAC,UAAU,sBAAsB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsB8B,EAAMnK,GAAgB,CAAC,kBAAkB,CAAC,WAAW8C,EAAW,EAAE,sBAAsB,GAAK,gBAAgBE,GAAW,eAAeK,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAca,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQhD,GAAmB,OAAO,iBAAiB,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQhF,GAAmB,OAAO,iCAAiC,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBnE,EAAKtD,GAAQ,CAAC,UAAU,wBAAwB,UAAU,WAAW,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,UAAU,GAAK,UAAU,GAAK,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuJ,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcjG,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,sCAAsC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK8G,GAAmB,CAAC,SAAsB9G,EAAKV,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKyH,GAAY,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,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,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACC,EAAWC,EAAeC,KAAwBlH,EAAKmH,GAAU,CAAC,SAASH,GAAY,IAAI,CAAC,CAAC,UAAU/E,EAAmB,GAAGC,EAAY,UAAUR,GAAmB,UAAUE,EAAmB,UAAUI,EAAmB,UAAUH,EAAmB,UAAUE,EAAmB,UAAUD,EAAmB,UAAUH,CAAkB,EAAEyF,MAASzF,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAuBjC,EAAKkG,EAAY,CAAC,GAAG,aAAahE,IAAc,SAAsBlC,EAAKqH,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUpF,CAAkB,EAAE,SAAsBjC,EAAKwG,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUvE,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASqF,GAA6BtH,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,eAAehD,GAAmB,OAAO,wCAAwC,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,oDAAoD,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,qDAAqD,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmD,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBtH,EAAKvC,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU2B,GAAkBsC,EAAkB,EAAE,UAAUG,EAAmB,UAAUD,EAAmB,UAAUG,EAAmB,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUuF,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU3F,EAAmB,MAAM,OAAO,UAAUG,EAAmB,UAAUE,CAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,sCAAsC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiD,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK8G,GAAmB,CAAC,SAAsB9G,EAAKV,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKyH,GAAY,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,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,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACQ,EAAYC,EAAgBC,KAAyBzH,EAAKmH,GAAU,CAAC,SAASI,GAAa,IAAI,CAAC,CAAC,UAAU7E,EAAmB,GAAGC,EAAY,UAAUR,GAAmB,UAAUE,EAAmB,UAAUI,EAAmB,UAAUH,EAAmB,UAAUE,EAAmB,UAAUD,EAAmB,UAAUH,CAAkB,EAAEsF,MAAUtF,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAuB1C,EAAKkG,EAAY,CAAC,GAAG,aAAavD,IAAc,SAAsB3C,EAAKqH,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU3E,CAAkB,EAAE,SAAsB1C,EAAKwG,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU9D,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiF,GAA6B3H,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,eAAehD,GAAmB,OAAO,wCAAwC,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,oDAAoD,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,qDAAqD,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,qBAAqB,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUwD,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB3H,EAAKvC,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU2B,GAAkB+C,EAAkB,EAAE,UAAUG,EAAmB,UAAUD,EAAmB,UAAUG,EAAmB,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmF,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAUvF,EAAmB,MAAM,OAAO,UAAUG,EAAmB,UAAUE,CAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcjG,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,sCAAsC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiD,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK8G,GAAmB,CAAC,SAAsB9G,EAAKV,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKyH,GAAY,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,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,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACa,EAAYC,EAAgBC,KAAyB9H,EAAKmH,GAAU,CAAC,SAASS,GAAa,IAAI,CAAC,CAAC,UAAUzE,EAAmB,GAAGC,EAAY,UAAUR,GAAmB,UAAUE,EAAmB,UAAUI,EAAmB,UAAUH,EAAmB,UAAUE,EAAmB,UAAUD,EAAmB,UAAUH,CAAkB,EAAEkF,MAAUlF,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAuBnD,EAAKkG,EAAY,CAAC,GAAG,aAAa9C,IAAc,SAAsBpD,EAAKqH,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUlE,CAAkB,EAAE,SAAsBnD,EAAKwG,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUrD,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6E,GAA6BhI,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,eAAehD,GAAmB,OAAO,wCAAwC,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,oDAAoD,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,qDAAqD,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU6D,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBhI,EAAKvC,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU2B,GAAkBwD,EAAkB,EAAE,UAAUG,EAAmB,UAAUD,EAAmB,UAAUG,EAAmB,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+E,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAUnF,EAAmB,MAAM,OAAO,UAAUG,EAAmB,UAAUE,CAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,sCAAsC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiD,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK8G,GAAmB,CAAC,SAAsB9G,EAAKV,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKyH,GAAY,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,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,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACkB,EAAYC,EAAgBC,KAAyBnI,EAAKmH,GAAU,CAAC,SAASc,GAAa,IAAI,CAAC,CAAC,UAAUrE,EAAmB,GAAGC,EAAY,UAAUR,GAAmB,UAAUE,EAAmB,UAAUI,EAAmB,UAAUH,EAAmB,UAAUE,EAAmB,UAAUD,EAAmB,UAAUH,CAAkB,EAAE8E,MAAU9E,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAuB5D,EAAKkG,EAAY,CAAC,GAAG,aAAarC,IAAc,SAAsB7D,EAAKqH,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUzD,CAAkB,EAAE,SAAsB5D,EAAKwG,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU5C,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASyE,GAA6BrI,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,eAAehD,GAAmB,OAAO,wCAAwC,EAAE,UAAU,CAAC,MAAM,gBAAgBA,GAAmB,OAAO,oDAAoD,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgBhF,GAAmB,OAAO,qDAAqD,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUkE,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBrI,EAAKvC,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU2B,GAAkBiE,EAAkB,EAAE,UAAUG,EAAmB,UAAUD,EAAmB,UAAUG,EAAmB,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU2E,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU/E,EAAmB,MAAM,OAAO,UAAUG,EAAmB,UAAUE,CAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7D,EAAKwG,EAAa,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,CAAC,EAAE,SAAS8B,GAA6BtI,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmE,EAAe,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBtI,EAAKnE,GAAO,CAAC,UAAU,wBAAwB,UAAUyM,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetI,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,GAAGyG,GAAW,IAAIC,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBO,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcjG,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,EAAeA,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBnE,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,sBAAsB,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,QAAQ,YAAY,CAAC,EAAE,SAAsBA,EAAKqG,EAAS,CAAC,sBAAsB,GAAK,SAAsBrG,EAAWsG,EAAS,CAAC,SAAsBtG,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,mDAAmD,qBAAqB,sBAAsB,sBAAsB,uEAAuE,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,EAAE,kBAAkBJ,GAAmB,kBAAkB,MAAM,QAAQ,aAAa,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeqG,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcjG,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK9D,GAAO,CAAC,UAAU,SAAS,UAAU,MAAM,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,GAAG,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAM,UAAU,EAAK,EAAE,MAAM,CAAc8D,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKrC,GAAO,CAAC,UAAU,cAAc,OAAO,OAAO,GAAG,YAAY,UAAU;AAAA,+FAAsR,SAAS,YAAY,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUa,EAAY,CAAC,IAAI,sEAAsE,EAAE,EAAE,EAAE,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKrC,GAAO,CAAC,UAAU,gBAAgB,OAAO,OAAO,GAAG,YAAY,UAAU,kbAAkb,SAAS,YAAY,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUa,EAAY,CAAC,IAAI,qEAAqE,EAAE,EAAE,EAAE,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKrC,GAAO,CAAC,UAAU,uBAAuB,OAAO,OAAO,GAAG,YAAY,UAAU;AAAA;AAAA,iHAA4wB,SAAS,YAAY,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUa,EAAY,CAAC,IAAI,sFAAsF,EAAE,EAAE,EAAE,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBkD,EAAKrC,GAAO,CAAC,UAAU,SAAS,OAAO,OAAO,GAAG,YAAY,UAAU;AAAA,qBAAmR,SAAS,YAAY,UAAU,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUa,EAAY,CAAC,IAAI,qEAAqE,EAAE,EAAE,EAAE,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,EAAeA,EAAKhE,EAAO,IAAI,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegE,EAAKwG,EAAa,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,CAAC,EAAE,SAAS+B,GAA8BvI,EAAKmG,EAA0B,CAAC,OAAO,GAAG,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUoE,EAAgB,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE,SAAsBvI,EAAKnE,GAAO,CAAC,UAAU,0BAA0B,UAAU0M,EAAgB,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevI,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,mCAAmC,OAAU,MAAM,CAAC,CAAC,CAAC,EAAE,SAAsBnE,EAAKjD,GAAoB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,MAAM,GAAG2G,GAAW,IAAIC,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBK,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcjG,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAWhD,GAAmB,OAAO,+BAA+B,EAAE,UAAU,CAAC,MAAM,eAAeA,GAAmB,OAAO,wCAAwC,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,WAAWhF,GAAmB,OAAO,gCAAgC,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKtD,GAAQ,CAAC,UAAU,mCAAmC,UAAU,6BAA6B,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,UAAU,GAAK,UAAU,GAAM,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesD,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,eAAehD,GAAmB,OAAO,wCAAwC,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,+BAA+B,CAAC,EAAE,SAAsBnB,EAAKmG,EAA0B,CAAC,OAAO,IAAI,MAAM,eAAehF,GAAmB,OAAO,yCAAyC,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAKnC,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKmG,EAA0B,CAAC,OAAO,KAAK,MAAMhF,GAAmB,OAAO,QAAQ,SAAsBnB,EAAKlD,EAAU,CAAC,UAAU,0BAA0B,GAAG+I,GAAW,OAAO,YAAY,IAAIC,GAAK,QAAQ,YAAY,SAAsB9F,EAAKoG,EAAkB,CAAC,WAAWjC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnE,EAAKjC,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAKmG,EAA0B,CAAC,SAAsBnG,EAAKlD,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBkD,EAAK/B,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwI,GAAI,CAAC,kFAAkF,gFAAgF,sVAAsV,qSAAqS,oYAAoY,yMAAyM,sIAAsI,4RAA4R,6RAA6R,40BAA40B,gRAAgR,8MAA8M,qYAAqY,0QAA0Q,wRAAwR,8FAA8F,6RAA6R,gRAAgR,6RAA6R,kSAAkS,kWAAkW,4NAA4N,2QAA2Q,scAAsc,oQAAoQ,2MAA2M,wVAAwV,8KAA8K,kQAAkQ,wqBAAwqB,2dAA2d,6LAA6L,0MAA0M,2XAA2X,2SAA2S,8SAA8S,8RAA8R,iLAAiL,gRAAgR,wTAAwT,oRAAoR,4SAA4S,4HAA4H,8QAA8Q,mrBAAmrB,2GAA2G,ySAAyS,kSAAkS,iTAAiT,odAAod,iSAAiS,iVAAiV,4QAA4Q,0SAA0S,wRAAwR,2LAA2L,uRAAuR,8OAA8O,kSAAkS,uIAAuI,wSAAwS,kRAAkR,8YAA8Y,qWAAqW,yQAAyQ,iSAAiS,0RAA0R,qTAAqT,qfAAqf,2QAA2Q,oRAAoR,sHAAsH,wNAAwN,yUAAyU,4VAA4V,6RAA6R,kTAAkT,2HAA2H,2HAA2H,ktQAAktQ,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,khGAAkhG,mpLAAmpL,EAWn5sHC,GAAgBC,EAAQlI,GAAUgI,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAI,EAAEG,GAASH,GAAgB,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,YAAY,OAAO,SAAS,MAAM,SAAS,IAAI,iGAAiG,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGpN,GAAa,GAAGG,GAAmB,GAAGE,GAAgB,GAAGE,GAAY,GAAGK,GAAY,GAAGE,GAAc,GAAGE,GAAS,GAAGI,GAAa,GAAGE,GAAa,GAAGK,GAAY,GAAGE,GAAW,GAAGE,GAAW,GAAGE,GAAY,GAAGE,GAAa,GAAGE,GAAY,GAAGE,GAAmB,GAAGE,GAAY,GAAGE,GAAkB,GAAGE,GAAgB,GAAG2K,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACv/E,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,sBAAwB,SAAS,yBAA2B,OAAO,qBAAuB,kcAAkhB,4BAA8B,OAAO,oCAAsC,oMAA0O,qBAAuB,OAAO,yBAA2B,QAAQ,6BAA+B,OAAO,uBAAyB,GAAG,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["murmur2", "a", "e", "c", "d", "withCSS", "n", "a", "r", "j", "b", "RenderTarget", "$", "w", "S", "v", "V", "f", "i", "m", "l", "o", "u", "p", "h", "g", "y", "e", "Gn", "t", "c", "C", "murmur2", "motion", "Arc_default", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "image2", "image3", "image4", "link", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "TgtW39mBf", "CLOjz4zPb", "QMjgKwCOD", "luqg6K1cu", "qrNp9b6h8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "u", "Image2", "css", "FramerEAuWzJnuW", "withCSS", "EAuWzJnuW_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "text", "title", "visible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "x6gTlITKM", "iNyObSHzV", "ocFxhgdq4", "p1QdeJ3VD", "lxVLvSShs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "RichText2", "css", "FramerF2RdVp1gj", "withCSS", "F2RdVp1gj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "amount", "height", "id", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ODC_810_T", "WmbsVaIgS", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "RichText2", "css", "FramerIhGAmn0sk", "withCSS", "IhGAmn0sk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "PatternFonts", "getFonts", "Pattern", "NavigationBarFonts", "Kg3jp8xZU_default", "TinyImagesFonts", "EAuWzJnuW_default", "ButtonFonts", "cBQAwTefC_default", "MotionDivWithFX", "withFX", "motion", "TickerFonts", "Ticker", "PhosphorFonts", "Icon", "ArcFonts", "Arc_default", "ImageWithFX", "Image2", "HeadingFonts", "QJ12gIOBS_default", "ServiceFonts", "F2RdVp1gj_default", "ContainerWithFX", "Container", "MotionSectionWithFX", "BrandsFonts", "c69Ma6EWG_default", "StatsFonts", "IhGAmn0sk_default", "WhyUsFonts", "iB7GHAwCB_default", "BulletFonts", "f_SxhhPsu_default", "ProjectFonts", "B4CrjLIFA_default", "ReviewFonts", "ZpizmnjAI_default", "FAQListCommonFonts", "iV8GXG0Ck_default", "FooterFonts", "oGO_MGaZp_default", "SmoothScrollFonts", "SmoothScroll", "CursorViewFonts", "sJnORkkMm_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "animation", "transition1", "animation1", "animation2", "transition2", "animation3", "animation4", "transition3", "animation5", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate1", "_", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "qGMvZtB2D", "p0IqRGBPULHf_21Li6", "y27i2645kLHf_21Li6", "UDzOilHVeLHf_21Li6", "vMoXVKWOuLHf_21Li6", "xsgQECDCsLHf_21Li6", "vsb3r_C29LHf_21Li6", "uOb1X3P3cLHf_21Li6", "GM6k8WU0bLHf_21Li6", "idLHf_21Li6", "p0IqRGBPUg7gardzzi", "y27i2645kg7gardzzi", "UDzOilHVeg7gardzzi", "vMoXVKWOug7gardzzi", "xsgQECDCsg7gardzzi", "vsb3r_C29g7gardzzi", "uOb1X3P3cg7gardzzi", "GM6k8WU0bg7gardzzi", "idg7gardzzi", "p0IqRGBPUSoPwllC3F", "y27i2645kSoPwllC3F", "UDzOilHVeSoPwllC3F", "vMoXVKWOuSoPwllC3F", "xsgQECDCsSoPwllC3F", "vsb3r_C29SoPwllC3F", "uOb1X3P3cSoPwllC3F", "GM6k8WU0bSoPwllC3F", "idSoPwllC3F", "p0IqRGBPUYAMo7907Z", "y27i2645kYAMo7907Z", "UDzOilHVeYAMo7907Z", "vMoXVKWOuYAMo7907Z", "xsgQECDCsYAMo7907Z", "vsb3r_C29YAMo7907Z", "uOb1X3P3cYAMo7907Z", "GM6k8WU0bYAMo7907Z", "idYAMo7907Z", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed1", "isDisplayed2", "router", "useRouter", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "ChildrenCanSuspend", "c4gQFLt_3_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks5", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks6", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks7", "collection3", "paginationInfo3", "loadMore3", "index3", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "css", "Frameryd7nMFDHh", "withCSS", "yd7nMFDHh_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
