{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dr9eMZwNLXXdvSDQ5f3Q/EEElb15VAzb75H1hF3rA/Text_Chr_Reveal.js", "ssg:https://framerusercontent.com/modules/ipPnf7YUKFZ7gsfwwiDT/BlYf8yRSkxzX8gYC8D73/zaOABp1lu.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{useRef,useEffect,useState,memo,useMemo}from\"react\";import{useInView}from\"framer-motion\";const CharacterRow=/*#__PURE__*/memo(({characters,yOffset,top,color,textStyle,keyPrefix,isInView,duration,isLooping,repeat,direction,delay})=>{// Determine initial and target Y positions based on direction\nconst initialY=direction===\"top-to-bottom\"?-yOffset:yOffset;const targetY=direction===\"top-to-bottom\"?0:0;return /*#__PURE__*/_jsx(\"div\",{style:{position:top===true?\"relative\":\"absolute\",top:top===true?undefined:`${top}%`,left:top===true?undefined:\"50%\",transform:top===true?undefined:\"translate(-50%, -50%)\",display:\"flex\",justifyContent:\"center\",textTransform:\"uppercase\",color,willChange:\"transform\",...textStyle},children:characters.map((char,index)=>/*#__PURE__*/_jsx(motion.span,{initial:{y:initialY},animate:{y:isInView?targetY:initialY},transition:{type:\"tween\",ease:[.2,.8,0,1],duration:duration,delay:delay+index*.06,repeat:isLooping?repeat:0,repeatType:\"reverse\"},style:{position:\"relative\",display:\"inline-block\",willChange:\"transform\"},children:char},`${keyPrefix}-${index}`))});});CharacterRow.displayName=\"CharacterRow\";export default function Text_Chr_Reveal({text=\"SELECTED\",textStyle={fontSize:26,lineHeight:\"1\"},color=\"#ECEBEB\",yOffset1=290,yOffset2=290,yOffset3=300,duration=2.5,loopDelay=1,isLooping=false,repeat=0,direction=\"top-to-bottom\",delay=0}){const ref=useRef(null);const isInView=useInView(ref,{once:!isLooping});const[key,setKey]=useState(0);// Memoize characters array to avoid recalculating on every render\nconst characters=useMemo(()=>text.split(\"\"),[text]);// Reset animation periodically if looping is enabled\nuseEffect(()=>{if(isInView&&isLooping){const interval=setInterval(()=>{setKey(prev=>prev+1);},(duration+loopDelay)*1e3);return()=>clearInterval(interval);}},[isInView,duration,loopDelay,isLooping]);if(RenderTarget.current()===\"CANVAS\"){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",justifyContent:\"center\",textTransform:\"uppercase\",color,willChange:\"transform\",...textStyle},children:characters.map((char,index)=>/*#__PURE__*/_jsx(motion.span,{style:{position:\"relative\",display:\"inline-block\"},children:char}))});}return /*#__PURE__*/_jsxs(\"div\",{ref:ref,style:{display:\"flex\",flexDirection:\"column\",width:\"100%\",height:\"auto\",justifyContent:\"center\",overflow:\"hidden\",position:\"relative\"},children:[/*#__PURE__*/_jsx(CharacterRow,{characters:characters,yOffset:yOffset1,top:true,color:color,textStyle:textStyle,keyPrefix:`${key}-top`,isInView:isInView,duration:duration,isLooping:isLooping,repeat:repeat,direction:direction,delay:delay}),/*#__PURE__*/_jsx(CharacterRow,{characters:characters,yOffset:yOffset2,top:180,color:color,textStyle:textStyle,keyPrefix:`${key}-middle`,isInView:isInView,duration:duration,isLooping:isLooping,repeat:repeat,direction:direction,delay:delay}),/*#__PURE__*/_jsx(CharacterRow,{characters:characters,yOffset:yOffset3,top:250,color:color,textStyle:textStyle,keyPrefix:`${key}-bottom`,isInView:isInView,duration:duration,isLooping:isLooping,repeat:repeat,direction:direction,delay:delay})]});}addPropertyControls(Text_Chr_Reveal,{textStyle:{type:\"font\",title:\"Font\",controls:\"extended\",defaultValue:{fontSize:26,lineHeight:\"1\"}},delay:{type:ControlType.Number,defaultValue:0,title:\"Delay\"},duration:{type:ControlType.Number,defaultValue:2.5,title:\"Animation Duration\"},isLooping:{type:ControlType.Boolean,defaultValue:false,title:\"Loop\"},loopDelay:{type:ControlType.Number,defaultValue:1,title:\"Delay Between Loops\"},repeat:{type:ControlType.Number,defaultValue:0,title:\"Repeat Time\"},yOffset1:{type:ControlType.Number,defaultValue:290,title:\"Top Row Offset\"},yOffset2:{type:ControlType.Number,defaultValue:290,title:\"Middle Row Offset\"},yOffset3:{type:ControlType.Number,defaultValue:300,title:\"Bottom Row Offset\"},color:{type:ControlType.Color,defaultValue:\"#ECEBEB\",title:\"Text Color\"},text:{type:ControlType.String,title:\"Text Content\"},direction:{type:ControlType.Enum,defaultValue:\"top-to-bottom\",title:\"Transition Direction\",options:[\"top-to-bottom\",\"bottom-to-top\"],optionTitles:[\"Top to Bottom\",\"Bottom to Top\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Text_Chr_Reveal\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Text_Chr_Reveal.map", "// Generated by Framer (d2aa011)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Text_Chr_Reveal from\"https://framerusercontent.com/modules/dr9eMZwNLXXdvSDQ5f3Q/EEElb15VAzb75H1hF3rA/Text_Chr_Reveal.js\";const Text_Chr_RevealFonts=getFonts(Text_Chr_Reveal);const Text_Chr_RevealControls=getPropertyControls(Text_Chr_Reveal);const cycleOrder=[\"oEhsEpy90\",\"QYtiIkH08\",\"dQ32JA_1O\"];const serializationHash=\"framer-NxwzP\";const variantClassNames={dQ32JA_1O:\"framer-v-1uwez6n\",oEhsEpy90:\"framer-v-8sbata\",QYtiIkH08:\"framer-v-bs3r6w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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 humanReadableEnumMap={\"Bottom to Top\":\"bottom-to-top\",\"Top to Bottom\":\"top-to-bottom\"};const humanReadableVariantMap={Default:\"oEhsEpy90\",Mobile:\"dQ32JA_1O\",Tablet:\"QYtiIkH08\"};const getProps=({color,delay,delayBetweenLoops,duration,height,id,loop,repeatTime,textContent,transitionDirection,width,...props})=>{return{...props,aKy_s2kMW:textContent??props.aKy_s2kMW??\"BLENDING \",bbxo_KhgS:delayBetweenLoops??props.bbxo_KhgS,DsmfhvFyu:duration??props.DsmfhvFyu??2,eRLhwGVZm:repeatTime??props.eRLhwGVZm,MENZJ5HpV:humanReadableEnumMap[transitionDirection]??transitionDirection??props.MENZJ5HpV??\"bottom-to-top\",NTAKb2KbT:color??props.NTAKb2KbT??\"var(--token-7ab5faa8-d17b-41d2-8b42-49368cf2f4df, rgb(34, 39, 37))\",SjC2vorBt:loop??props.SjC2vorBt,VAhEF97jC:delay??props.VAhEF97jC,variant:humanReadableVariantMap[props.variant]??props.variant??\"oEhsEpy90\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,aKy_s2kMW,NTAKb2KbT,DsmfhvFyu,SjC2vorBt,bbxo_KhgS,eRLhwGVZm,MENZJ5HpV,VAhEF97jC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oEhsEpy90\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8sbata\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"oEhsEpy90\",ref:refBinding,style:{...style},...addPropertyOverrides({dQ32JA_1O:{\"data-framer-name\":\"Mobile\"},QYtiIkH08:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-f7c20-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"tvbGnsX42-container\",nodeId:\"tvbGnsX42\",rendersWithMotion:true,scopeId:\"zaOABp1lu\",children:/*#__PURE__*/_jsx(Text_Chr_Reveal,{color:NTAKb2KbT,delay:VAhEF97jC,direction:MENZJ5HpV,duration:DsmfhvFyu,height:\"100%\",id:\"tvbGnsX42\",isLooping:SjC2vorBt,layoutId:\"tvbGnsX42\",loopDelay:bbxo_KhgS,repeat:eRLhwGVZm,text:aKy_s2kMW,textStyle:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"148px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.04em\",lineHeight:\"0.8em\",textAlign:\"center\"},width:\"100%\",yOffset1:-170,yOffset2:-300,yOffset3:-239,...addPropertyOverrides({dQ32JA_1O:{textStyle:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"60px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.04em\",lineHeight:\"0.8em\",textAlign:\"center\"},yOffset1:-105,yOffset2:-115,yOffset3:-97},QYtiIkH08:{textStyle:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"99px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.04em\",lineHeight:\"0.8em\",textAlign:\"center\"},yOffset2:-190,yOffset3:-160}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NxwzP.framer-1e828ua, .framer-NxwzP .framer-1e828ua { display: block; }\",\".framer-NxwzP.framer-8sbata { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 121px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NxwzP .framer-f7c20-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NxwzP.framer-8sbata { gap: 0px; } .framer-NxwzP.framer-8sbata > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NxwzP.framer-8sbata > :first-child { margin-left: 0px; } .framer-NxwzP.framer-8sbata > :last-child { margin-right: 0px; } }\",\".framer-NxwzP.framer-v-bs3r6w.framer-8sbata { height: 81px; }\",\".framer-NxwzP.framer-v-1uwez6n.framer-8sbata { gap: 0px; height: 49px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NxwzP.framer-v-1uwez6n.framer-8sbata { gap: 0px; } .framer-NxwzP.framer-v-1uwez6n.framer-8sbata > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NxwzP.framer-v-1uwez6n.framer-8sbata > :first-child { margin-left: 0px; } .framer-NxwzP.framer-v-1uwez6n.framer-8sbata > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 121\n * @framerIntrinsicWidth 666\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"QYtiIkH08\":{\"layout\":[\"auto\",\"fixed\"]},\"dQ32JA_1O\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"aKy_s2kMW\":\"textContent\",\"NTAKb2KbT\":\"color\",\"DsmfhvFyu\":\"duration\",\"SjC2vorBt\":\"loop\",\"bbxo_KhgS\":\"delayBetweenLoops\",\"eRLhwGVZm\":\"repeatTime\",\"MENZJ5HpV\":\"transitionDirection\",\"VAhEF97jC\":\"delay\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzaOABp1lu=withCSS(Component,css,\"framer-NxwzP\");export default FramerzaOABp1lu;FramerzaOABp1lu.displayName=\"Text Animation\";FramerzaOABp1lu.defaultProps={height:121,width:666};addPropertyControls(FramerzaOABp1lu,{variant:{options:[\"oEhsEpy90\",\"QYtiIkH08\",\"dQ32JA_1O\"],optionTitles:[\"Default\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},aKy_s2kMW:{defaultValue:\"BLENDING \",displayTextArea:true,title:\"Text Content\",type:ControlType.String},NTAKb2KbT:{defaultValue:'var(--token-7ab5faa8-d17b-41d2-8b42-49368cf2f4df, rgb(34, 39, 37)) /* {\"name\":\"Gray\"} */',title:\"Color\",type:ControlType.Color},DsmfhvFyu:{defaultValue:2,title:\"Duration\",type:ControlType.Number},SjC2vorBt:{defaultValue:false,title:\"Loop\",type:ControlType.Boolean},bbxo_KhgS:{defaultValue:0,title:\"Delay Between Loops\",type:ControlType.Number},eRLhwGVZm:{defaultValue:0,title:\"Repeat Time\",type:ControlType.Number},MENZJ5HpV:Text_Chr_RevealControls?.[\"direction\"]&&{...Text_Chr_RevealControls[\"direction\"],defaultValue:\"bottom-to-top\",description:undefined,hidden:undefined,title:\"Transition Direction\"},VAhEF97jC:{defaultValue:0,title:\"Delay\",type:ControlType.Number}});addFonts(FramerzaOABp1lu,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"}]},...Text_Chr_RevealFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzaOABp1lu\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"aKy_s2kMW\\\":\\\"textContent\\\",\\\"NTAKb2KbT\\\":\\\"color\\\",\\\"DsmfhvFyu\\\":\\\"duration\\\",\\\"SjC2vorBt\\\":\\\"loop\\\",\\\"bbxo_KhgS\\\":\\\"delayBetweenLoops\\\",\\\"eRLhwGVZm\\\":\\\"repeatTime\\\",\\\"MENZJ5HpV\\\":\\\"transitionDirection\\\",\\\"VAhEF97jC\\\":\\\"delay\\\"}\",\"framerIntrinsicWidth\":\"666\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"QYtiIkH08\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"dQ32JA_1O\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"121\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zaOABp1lu.map"],
  "mappings": "8QAAgO,IAAMA,EAA0BC,EAAK,CAAC,CAAC,WAAAC,EAAW,QAAAC,EAAQ,IAAAC,EAAI,MAAAC,EAAM,UAAAC,EAAU,UAAAC,EAAU,SAAAC,EAAS,SAAAC,EAAS,UAAAC,EAAU,OAAAC,EAAO,UAAAC,EAAU,MAAAC,CAAK,IAAI,CAC9W,IAAMC,EAASF,IAAY,gBAAgB,CAACT,EAAQA,EAAcY,EAAoC,EAAI,OAAoBC,EAAK,MAAM,CAAC,MAAM,CAAC,SAASZ,IAAM,GAAK,WAAW,WAAW,IAAIA,IAAM,GAAK,OAAU,GAAGA,CAAG,IAAI,KAAKA,IAAM,GAAK,OAAU,MAAM,UAAUA,IAAM,GAAK,OAAU,wBAAwB,QAAQ,OAAO,eAAe,SAAS,cAAc,YAAY,MAAAC,EAAM,WAAW,YAAY,GAAGC,CAAS,EAAE,SAASJ,EAAW,IAAI,CAACe,EAAKC,IAAqBF,EAAKG,EAAO,KAAK,CAAC,QAAQ,CAAC,EAAEL,CAAQ,EAAE,QAAQ,CAAC,EAAEN,EAASO,EAAQD,CAAQ,EAAE,WAAW,CAAC,KAAK,QAAQ,KAAK,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,SAASL,EAAS,MAAMI,EAAMK,EAAM,IAAI,OAAOR,EAAUC,EAAO,EAAE,WAAW,SAAS,EAAE,MAAM,CAAC,SAAS,WAAW,QAAQ,eAAe,WAAW,WAAW,EAAE,SAASM,CAAI,EAAE,GAAGV,CAAS,IAAIW,CAAK,EAAE,CAAC,CAAC,CAAC,CAAE,CAAC,EAAElB,EAAa,YAAY,eAA8B,SAARoB,EAAiC,CAAC,KAAAC,EAAK,WAAW,UAAAf,EAAU,CAAC,SAAS,GAAG,WAAW,GAAG,EAAE,MAAAD,EAAM,UAAU,SAAAiB,EAAS,IAAI,SAAAC,EAAS,IAAI,SAAAC,EAAS,IAAI,SAAAf,EAAS,IAAI,UAAAgB,EAAU,EAAE,UAAAf,EAAU,GAAM,OAAAC,EAAO,EAAE,UAAAC,EAAU,gBAAgB,MAAAC,EAAM,CAAC,EAAE,CAAC,IAAMa,EAAIC,EAAO,IAAI,EAAQnB,EAASoB,EAAUF,EAAI,CAAC,KAAK,CAAChB,CAAS,CAAC,EAAO,CAACmB,EAAIC,CAAM,EAAEC,EAAS,CAAC,EAC7oC7B,EAAW8B,EAAQ,IAAIX,EAAK,MAAM,EAAE,EAAE,CAACA,CAAI,CAAC,EACoJ,OAAtMY,EAAU,IAAI,CAAC,GAAGzB,GAAUE,EAAU,CAAC,IAAMwB,EAAS,YAAY,IAAI,CAACJ,EAAOK,GAAMA,EAAK,CAAC,CAAE,GAAG1B,EAASgB,GAAW,GAAG,EAAE,MAAM,IAAI,cAAcS,CAAQ,CAAE,CAAC,EAAE,CAAC1B,EAASC,EAASgB,EAAUf,CAAS,CAAC,EAAK0B,EAAa,QAAQ,IAAI,SAA8BpB,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,eAAe,SAAS,cAAc,YAAY,MAAAX,EAAM,WAAW,YAAY,GAAGC,CAAS,EAAE,SAASJ,EAAW,IAAI,CAACe,EAAKC,IAAqBF,EAAKG,EAAO,KAAK,CAAC,MAAM,CAAC,SAAS,WAAW,QAAQ,cAAc,EAAE,SAASF,CAAI,CAAC,CAAC,CAAC,CAAC,EAAuBoB,EAAM,MAAM,CAAC,IAAIX,EAAI,MAAM,CAAC,QAAQ,OAAO,cAAc,SAAS,MAAM,OAAO,OAAO,OAAO,eAAe,SAAS,SAAS,SAAS,SAAS,UAAU,EAAE,SAAS,CAAcV,EAAKhB,EAAa,CAAC,WAAWE,EAAW,QAAQoB,EAAS,IAAI,GAAK,MAAMjB,EAAM,UAAUC,EAAU,UAAU,GAAGuB,CAAG,OAAO,SAASrB,EAAS,SAASC,EAAS,UAAUC,EAAU,OAAOC,EAAO,UAAUC,EAAU,MAAMC,CAAK,CAAC,EAAeG,EAAKhB,EAAa,CAAC,WAAWE,EAAW,QAAQqB,EAAS,IAAI,IAAI,MAAMlB,EAAM,UAAUC,EAAU,UAAU,GAAGuB,CAAG,UAAU,SAASrB,EAAS,SAASC,EAAS,UAAUC,EAAU,OAAOC,EAAO,UAAUC,EAAU,MAAMC,CAAK,CAAC,EAAeG,EAAKhB,EAAa,CAAC,WAAWE,EAAW,QAAQsB,EAAS,IAAI,IAAI,MAAMnB,EAAM,UAAUC,EAAU,UAAU,GAAGuB,CAAG,UAAU,SAASrB,EAAS,SAASC,EAAS,UAAUC,EAAU,OAAOC,EAAO,UAAUC,EAAU,MAAMC,CAAK,CAAC,CAAC,CAAC,CAAC,CAAE,CAACyB,EAAoBlB,EAAgB,CAAC,UAAU,CAAC,KAAK,OAAO,MAAM,OAAO,SAAS,WAAW,aAAa,CAAC,SAAS,GAAG,WAAW,GAAG,CAAC,EAAE,MAAM,CAAC,KAAKmB,EAAY,OAAO,aAAa,EAAE,MAAM,OAAO,EAAE,SAAS,CAAC,KAAKA,EAAY,OAAO,aAAa,IAAI,MAAM,oBAAoB,EAAE,UAAU,CAAC,KAAKA,EAAY,QAAQ,aAAa,GAAM,MAAM,MAAM,EAAE,UAAU,CAAC,KAAKA,EAAY,OAAO,aAAa,EAAE,MAAM,qBAAqB,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,aAAa,EAAE,MAAM,aAAa,EAAE,SAAS,CAAC,KAAKA,EAAY,OAAO,aAAa,IAAI,MAAM,gBAAgB,EAAE,SAAS,CAAC,KAAKA,EAAY,OAAO,aAAa,IAAI,MAAM,mBAAmB,EAAE,SAAS,CAAC,KAAKA,EAAY,OAAO,aAAa,IAAI,MAAM,mBAAmB,EAAE,MAAM,CAAC,KAAKA,EAAY,MAAM,aAAa,UAAU,MAAM,YAAY,EAAE,KAAK,CAAC,KAAKA,EAAY,OAAO,MAAM,cAAc,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,aAAa,gBAAgB,MAAM,uBAAuB,QAAQ,CAAC,gBAAgB,eAAe,EAAE,aAAa,CAAC,gBAAgB,eAAe,CAAC,CAAC,CAAC,ECF56D,IAAMC,GAAqBC,EAASC,CAAe,EAAQC,GAAwBC,EAAoBF,CAAe,EAAQG,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,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,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,GAAqB,CAAC,gBAAgB,gBAAgB,gBAAgB,eAAe,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,MAAAC,EAAM,kBAAAC,EAAkB,SAAAC,EAAS,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,WAAAC,EAAW,YAAAC,EAAY,oBAAAC,EAAoB,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAaG,EAAM,WAAW,YAAY,UAAUT,GAAmBS,EAAM,UAAU,UAAUR,GAAUQ,EAAM,WAAW,EAAE,UAAUJ,GAAYI,EAAM,UAAU,UAAUd,GAAqBY,CAAmB,GAAGA,GAAqBE,EAAM,WAAW,gBAAgB,UAAUX,GAAOW,EAAM,WAAW,qEAAqE,UAAUL,GAAMK,EAAM,UAAU,UAAUV,GAAOU,EAAM,UAAU,QAAQb,GAAwBa,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM/B,IAAe+B,EAAM,iBAAwB/B,EAAS,KAAK,GAAG,EAAE+B,EAAM,iBAAwB/B,EAAS,KAAK,GAAG,EAAUiC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA9C,EAAQ,UAAA+C,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,GAAU,GAAGC,EAAS,EAAEtC,GAASY,CAAK,EAAO,CAAC,YAAA2B,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAjE,CAAQ,EAAEkE,EAAgB,CAAC,WAAAvE,GAAW,eAAe,YAAY,IAAI2C,EAAW,QAAApC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQsE,EAAiBnC,GAAuBD,EAAM/B,CAAQ,EAAuCoE,GAAkBC,EAAGzE,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAKyD,EAAY,CAAC,GAAGtB,GAAUT,EAAgB,SAAsB1B,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG0C,GAAU,GAAGI,GAAgB,UAAUQ,EAAGD,GAAkB,gBAAgBrB,EAAUY,EAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAI7B,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGhD,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE4D,EAAYI,CAAc,EAAE,SAAsBjD,EAAK0D,EAA0B,CAAC,SAAsB1D,EAAK2D,EAA8B,CAAC,UAAU,yBAAyB,iBAAiB,GAAK,iBAAiBL,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBtD,EAAKrB,EAAgB,CAAC,MAAM0D,EAAU,MAAMM,GAAU,UAAUD,EAAU,SAASJ,EAAU,OAAO,OAAO,GAAG,YAAY,UAAUC,EAAU,SAAS,YAAY,UAAUC,EAAU,OAAOC,EAAU,KAAKL,EAAU,UAAU,CAAC,WAAW,+CAA+C,SAAS,QAAQ,UAAU,SAAS,WAAW,IAAI,cAAc,UAAU,WAAW,QAAQ,UAAU,QAAQ,EAAE,MAAM,OAAO,SAAS,KAAK,SAAS,KAAK,SAAS,KAAK,GAAGnD,GAAqB,CAAC,UAAU,CAAC,UAAU,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,UAAU,WAAW,QAAQ,UAAU,QAAQ,EAAE,SAAS,KAAK,SAAS,KAAK,SAAS,GAAG,EAAE,UAAU,CAAC,UAAU,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,UAAU,WAAW,QAAQ,UAAU,QAAQ,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,EAAE4D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQW,GAAI,CAAC,kFAAkF,kFAAkF,wQAAwQ,uGAAuG,2WAA2W,gEAAgE,2EAA2E,4aAA4a,EAS37MC,EAAgBC,EAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,iBAAiBA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAK,MAAM,eAAe,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,2FAA2F,MAAM,QAAQ,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,OAAO,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,sBAAsB,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAAUrF,IAA0B,WAAc,CAAC,GAAGA,GAAwB,UAAa,aAAa,gBAAgB,YAAY,OAAU,OAAO,OAAU,MAAM,sBAAsB,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,QAAQ,KAAKqF,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGpF,EAAoB,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["CharacterRow", "X", "characters", "yOffset", "top", "color", "textStyle", "keyPrefix", "isInView", "duration", "isLooping", "repeat", "direction", "delay", "initialY", "targetY", "p", "char", "index", "motion", "Text_Chr_Reveal", "text", "yOffset1", "yOffset2", "yOffset3", "loopDelay", "ref", "pe", "useInView", "key", "setKey", "ye", "se", "ue", "interval", "prev", "RenderTarget", "u", "addPropertyControls", "ControlType", "Text_Chr_RevealFonts", "getFonts", "Text_Chr_Reveal", "Text_Chr_RevealControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "color", "delay", "delayBetweenLoops", "duration", "height", "id", "loop", "repeatTime", "textContent", "transitionDirection", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "aKy_s2kMW", "NTAKb2KbT", "DsmfhvFyu", "SjC2vorBt", "bbxo_KhgS", "eRLhwGVZm", "MENZJ5HpV", "VAhEF97jC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerzaOABp1lu", "withCSS", "zaOABp1lu_default", "addPropertyControls", "ControlType", "addFonts"]
}
