{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/TRdKbPYwkKcYfEhG3b1N/Yve0zR9YfJm07wDik4C0/AiSentenceParagraphExpander.js", "ssg:https://framerusercontent.com/modules/oWXWhvnDhi9xEtrwJoUj/NU3Qrl4rqXyg2vfHJs5p/SkRV6VNoV.js", "ssg:https://framerusercontent.com/modules/uQkeDmqsf5LQYKx1YFgx/acX23aYA2i29nnA7Gl1s/SkRV6VNoV.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{getGroqChatCompletion}from\"https://framerusercontent.com/modules/i5JLYYBGC9QwvcQkaFZk/viHolEQJXpmActFIS58q/GroqFunctions.js\";import TextInputFramework from\"https://framerusercontent.com/modules/uc9pZH9JngVqmSS29i9a/YYVAL8VdW30DEONeRk0F/TextInputFramework.js\";import{labelStyle}from\"https://framerusercontent.com/modules/4fCPIN3YfBUIZslVEJ3Z/DPLYxh35ja0EP13RJiGV/Styles.js\";const MIN_EXPAND_TEXT_LENGTH=0;const MAX_EXPAND_TEXT_LENGTH=1e3;const format=\"Only output the expanded text with no other words.\";//Load pdfjs\nconst EssayExpanderForm=()=>{const[prompt,setPrompt]=useState(\"\");const[isEssayGenerated,setIsEssayGenerated]=useState(false);const[expandLength,setExpandLength]=useState(1e3);const handleSliderChange=e=>{setExpandLength(e.target.value);};const handleSubmit=async inputText=>{let finalText=inputText;let prompt=`Expand the following essay so it is ${expandLength} words long: ${finalText}`;prompt+=\" \"+format;const response=await getGroqChatCompletion(prompt);const content=response||\"\";const cleanedContent=content.replace(/&nbsp;/g,\" \");setIsEssayGenerated(true);return cleanedContent;};const clearInputs=()=>{setExpandLength(1e3);};return /*#__PURE__*/_jsx(TextInputFramework,{toolTitle:\"Essay Expander\",functionality:\"for AI expanding text\",generateButtonTitle:\"Expand\",inputs:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",width:\"100%\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"space-between\",width:\"100%\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{...labelStyle,marginRight:\"10px\"},children:\"Expanded Length:\"}),/*#__PURE__*/_jsx(\"span\",{style:{marginRight:\"5px\"},children:\"10\"}),/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:\"10\",max:\"1000\",value:expandLength,className:\"slider\",id:\"myRange\",onChange:handleSliderChange,style:{flex:\"1\",margin:\"0 5px\",background:\"#323DD6\",accentColor:\"#323DD6\"},disabled:isEssayGenerated}),/*#__PURE__*/_jsx(\"span\",{style:{marginLeft:\"5px\"},children:\"1000\"})]}),/*#__PURE__*/_jsx(\"span\",{style:{marginTop:\"0px\",fontSize:\"12px\",marginLeft:\"80px\",color:\"#333\"},children:expandLength})]})],isGenerated:isEssayGenerated,onClearInputs:clearInputs,onGenerate:handleSubmit,minWordCount:MIN_EXPAND_TEXT_LENGTH,maxWordCount:MAX_EXPAND_TEXT_LENGTH,height:\"65px\"});};export default function Form(props){return /*#__PURE__*/_jsx(EssayExpanderForm,{});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Form\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae47b7e)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={bhZzOQAvn:new LazyValue(()=>import(\"./SkRV6VNoV-9.js\")),lNenXvjMN:new LazyValue(()=>import(\"./SkRV6VNoV-5.js\")),mCddKGAFx:new LazyValue(()=>import(\"./SkRV6VNoV-4.js\")),mhnbIMnYi:new LazyValue(()=>import(\"./SkRV6VNoV-2.js\")),Q01ZMxdCc:new LazyValue(()=>import(\"./SkRV6VNoV-8.js\")),utlBQmjLC:new LazyValue(()=>import(\"./SkRV6VNoV-6.js\")),v78XQ1Dbu:new LazyValue(()=>import(\"./SkRV6VNoV-3.js\")),Vr0VZAjl_:new LazyValue(()=>import(\"./SkRV6VNoV-7.js\")),xsGjLRxDN:new LazyValue(()=>import(\"./SkRV6VNoV-1.js\")),YK5OpH8AV:new LazyValue(()=>import(\"./SkRV6VNoV-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae47b7e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Navbar from\"#framer/local/canvasComponent/fxukFy9qH/fxukFy9qH.js\";import SocialProof from\"#framer/local/canvasComponent/kAQTH90bG/kAQTH90bG.js\";import Footer from\"#framer/local/canvasComponent/mg201gHDw/mg201gHDw.js\";import ElementsAccordionCopy16 from\"#framer/local/canvasComponent/oIYXMoO2J/oIYXMoO2J.js\";import ElementsAccordionCopy15 from\"#framer/local/canvasComponent/paPYK2X58/paPYK2X58.js\";import FeatureBadge from\"#framer/local/canvasComponent/Rx11D77X9/Rx11D77X9.js\";import PrimaryCTA from\"#framer/local/canvasComponent/tO06mN869/tO06mN869.js\";import ElementsAccordionCopy14 from\"#framer/local/canvasComponent/w8tNl30LD/w8tNl30LD.js\";import Ticker from\"#framer/local/canvasComponent/X2s2_ZThv/X2s2_ZThv.js\";import Form from\"#framer/local/codeFile/LnBi3yO/AiSentenceParagraphExpander.js\";import*as sharedStyle7 from\"#framer/local/css/Cefnan2V_/Cefnan2V_.js\";import*as sharedStyle6 from\"#framer/local/css/gjvC20EbM/gjvC20EbM.js\";import*as sharedStyle4 from\"#framer/local/css/mTnUhWLEM/mTnUhWLEM.js\";import*as sharedStyle3 from\"#framer/local/css/TSyCQP9UK/TSyCQP9UK.js\";import*as sharedStyle5 from\"#framer/local/css/wfak7Jfo9/wfak7Jfo9.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/SkRV6VNoV/SkRV6VNoV.js\";import metadataProvider from\"#framer/local/webPageMetadata/SkRV6VNoV/SkRV6VNoV.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const FormFonts=getFonts(Form);const PrimaryCTAFonts=getFonts(PrimaryCTA);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SocialProofFonts=getFonts(SocialProof);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const TickerFonts=getFonts(Ticker);const FeatureBadgeFonts=getFonts(FeatureBadge);const NavbarFonts=getFonts(Navbar);const PhosphorFonts=getFonts(Phosphor);const ElementsAccordionCopy14Fonts=getFonts(ElementsAccordionCopy14);const ElementsAccordionCopy15Fonts=getFonts(ElementsAccordionCopy15);const ElementsAccordionCopy16Fonts=getFonts(ElementsAccordionCopy16);const FooterFonts=getFonts(Footer);const breakpoints={fgFWVULun:\"(max-width: 809px)\",hfqTx4RfS:\"(min-width: 810px) and (max-width: 1199px)\",PPKYMbANO:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-osUMd\";const variantClassNames={fgFWVULun:\"framer-v-1mm1mlr\",hfqTx4RfS:\"framer-v-ln6ao\",PPKYMbANO:\"framer-v-bfpsdt\"};const transition1={delay:0,duration:.5,ease:[.47,.06,.51,.92],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:.3,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:.4,duration:.7,ease:[.01,.5,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.7,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"PPKYMbANO\",Phone:\"fgFWVULun\",Tablet:\"hfqTx4RfS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PPKYMbANO\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F7ScVOwlmbtE696lin,...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,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"sefuEhwES\");const ref2=React.useRef(null);const visible=equals(F7ScVOwlmbtE696lin,true);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"fgFWVULun\")return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"PPKYMbANO\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-bfpsdt\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pun6gy\",\"data-framer-name\":\"above the fold\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3qb7og\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-glm5i7\",\"data-framer-name\":\"header text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11jlxhv\",\"data-framer-name\":\"H1 block\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Sentence & Paragraph Expander\"})}),className:\"framer-183q8w0\",\"data-framer-appear-id\":\"183q8w0\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-udtotb-container\",children:/*#__PURE__*/_jsx(Form,{height:\"100%\",id:\"VPQqkkgpv\",layoutId:\"VPQqkkgpv\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Welcome to Jenni AI, where our innovative sentence expander serves as the cornerstone for overcoming writer's block, enhancing writing skills, and crafting exceptional content. Whether you're a student aiming for academic excellence, a professional seeking refined documents, or a writer striving to captivate your audience, our powerful tool is here to assist you effectively.\"})}),className:\"framer-12spisk\",\"data-framer-appear-id\":\"12spisk\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17znghv\",\"data-framer-name\":\"subtext and CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-vhdvye\",\"data-framer-name\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+0+0+0+120+0+20+510.8+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-w4j115-container\",\"data-framer-appear-id\":\"w4j115\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"eDK8KWiLi\",IKRIASMk7:false,layoutId:\"eDK8KWiLi\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+0+0+0+120+0+20+608.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1emk3po-container\",\"data-framer-appear-id\":\"1emk3po\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SocialProof,{height:\"100%\",id:\"JiHjbdGvD\",layoutId:\"JiHjbdGvD\",style:{height:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{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,animate:animation4,className:\"framer-1vlsvh8\",\"data-framer-appear-id\":\"1vlsvh8\",\"data-framer-name\":\"peer review image\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-osz3bc\",\"data-framer-name\":\"opacity layer\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g4vjjg\",\"data-framer-name\":\"image frame\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1960,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+719.8+20),pixelHeight:1960,pixelWidth:3024,src:\"https://framerusercontent.com/images/hLMmCvJbPXkFEIE4mv1EyOXzFcs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1960,intrinsicWidth:3024,pixelHeight:1960,pixelWidth:3024,src:\"https://framerusercontent.com/images/hLMmCvJbPXkFEIE4mv1EyOXzFcs.png\"},className:\"framer-1ajfdfa\",\"data-border\":true,transformTemplate:transformTemplate1})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l7o16p\",\"data-framer-name\":\"Social Proof\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z212v\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1stuayh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by Academics from Leading Educational Institutions\"})}),className:\"framer-ilcgto\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Discover why universities worldwide have chosen Jenni AI as their trusted writing companion. Join us today and unlock your full writing potential.\"})}),className:\"framer-oejz0t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f7ftqq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+0+0+1007.8+32+215.3+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"1280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jli4fz-container\",children:/*#__PURE__*/_jsx(Ticker,{height:\"100%\",id:\"gOztENS_a\",layoutId:\"gOztENS_a\",style:{maxWidth:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aj7hxd\",\"data-framer-name\":\"Features Large\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pz3jx8\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dkh3c8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+1387.1+60+0+0+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5t1qg6-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"QDwWFbhWk\",layoutId:\"QDwWFbhWk\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v6\",activeLocale)??\"key FEATURES\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Why Choose Jenni AI's Sentence Expander Tool?\"})}),className:\"framer-sz3s07\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Discover the Reasons Universities and Writers Trust Jenni\"})}),className:\"framer-w4m79p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14wkzey\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18vlohn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9zp3uz\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Versatile Sentence & Paragraph Expansion\"})}),className:\"framer-1sprv2i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Jenni offers unparalleled versatility, allowing you to expand your sentences and paragraphs in various styles and tones, from formal to creative. Our tool adapts to your unique writing needs, empowering you to express yourself effortlessly.\"})}),className:\"framer-jzr27a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"Yt4sJHZS1\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started\"})})})}),className:\"framer-1k0tgmf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"expand and make sentences longer using diverse styles and tones\",fit:\"fill\",intrinsicHeight:1084,intrinsicWidth:2378,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1387.1+60+335.4+0+0+0+0),pixelHeight:1084,pixelWidth:2378,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp\",srcSet:\"https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp 2378w\"}},hfqTx4RfS:{background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"expand and make sentences longer using diverse styles and tones\",fit:\"fill\",intrinsicHeight:1084,intrinsicWidth:2378,pixelHeight:1084,pixelWidth:2378,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp\",srcSet:\"https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp 2378w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"expand and make sentences longer using diverse styles and tones\",fit:\"fill\",intrinsicHeight:1084,intrinsicWidth:2378,pixelHeight:1084,pixelWidth:2378,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp\",srcSet:\"https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZgPtIomtMIx6irq70zDm6PfZhiM.webp 2378w\"},className:\"framer-1eztpkc\",\"data-framer-name\":\"Image\",id:elementId,ref:ref2})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-157apzw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1387.1+60+335.4+0+861.3+0+0),pixelHeight:1200,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png\",srcSet:\"https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png 1800w\"}},hfqTx4RfS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png\",srcSet:\"https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png\",srcSet:\"https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5hraycNq4AlfSwOzatLRGzcK0tA.png 1800w\"},className:\"framer-1debosb\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fvr01l\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Ethical Academic Enhancement\"})}),className:\"framer-1kn7zal\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"We are dedicated to promoting ethical writing practices. Jenni AI assists students and writers in enhancing their skills while maintaining the highest academic integrity. We aim to assist you in your writing journey and not to replace your creativity.\"})}),className:\"framer-108vax3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"LW4HaZ4Dx\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started\"})})})}),className:\"framer-1neaxq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13uvj3e\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3fzayu\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Endless Creative Inspiration\"})}),className:\"framer-p5tnpi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Say goodbye to writer's block. Jenni acts as your creative muse, providing inspiration when you need it most. Our tool helps you brainstorm ideas and generate content that engages and captivates your audience.\"})}),className:\"framer-1r86sf2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"GEtXRR2pD\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started\"})})})}),className:\"framer-1b6t0qb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:getLocalizedValue(\"v19\",activeLocale)??\"expand sentences and paragraphs that captivates and holds the audience interest\",fit:\"fill\",intrinsicHeight:1170,intrinsicWidth:2402,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1387.1+60+335.4+0+1705.6+0+0),pixelHeight:1170,pixelWidth:2402,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp\",srcSet:\"https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp 2402w\"}},hfqTx4RfS:{background:{alt:getLocalizedValue(\"v19\",activeLocale)??\"expand sentences and paragraphs that captivates and holds the audience interest\",fit:\"fill\",intrinsicHeight:1170,intrinsicWidth:2402,pixelHeight:1170,pixelWidth:2402,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp\",srcSet:\"https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp 2402w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v19\",activeLocale)??\"expand sentences and paragraphs that captivates and holds the audience interest\",fit:\"fill\",intrinsicHeight:1170,intrinsicWidth:2402,pixelHeight:1170,pixelWidth:2402,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp\",srcSet:\"https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/D3mkyDvij0RiBjGjUow7CMzk.webp 2402w\"},className:\"framer-6b7pl4\",\"data-framer-name\":\"Image\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ambwly\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qsyzmm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+4329.4+60+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ha9935-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"mFiJ6zTh9\",layoutId:\"mFiJ6zTh9\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v20\",activeLocale)??\"OUR MISSION\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"The Ethical Approach to Expanding Sentences and Paragraphs\"})}),className:\"framer-1etjrqr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"At Jenni, we believe in the ethical use of technology. Our AI sentence & paragraph expander is designed as an academic aid, not a tool for cheating. It's a legitimate resource to help you articulate your thoughts and ideas effectively. With Jenni, you can expand sentences and paragraphs in various styles, without insinuating anything about cheating or misleading schools.\"})}),className:\"framer-1iauy6g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+4329.4+60+335.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xps1v4-container\",children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"qbuDuqrPa\",IKRIASMk7:false,layoutId:\"qbuDuqrPa\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pqwkc4-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{variant:\"ARZXWpRc0\"},hfqTx4RfS:{variant:\"ollhRRlDM\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"y7taZ9H8T\",layoutId:\"y7taZ9H8T\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"tfty_7X13\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ww80ym\",\"data-framer-name\":\"use case section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i8dwok\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+4842.799999999999+60+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o3fas0-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"g9_EQ_XAU\",layoutId:\"g9_EQ_XAU\",style:{height:\"100%\"},variant:\"DE0pX9tlT\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v23\",activeLocale)??\"GUIDE\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"How Does AI Sentence & Paragraph Generator Work?\"})}),className:\"framer-czf3wr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Transform your text with just a few clicks\"})}),className:\"framer-gn3nbn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g9tayw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mxaqac\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rp196f\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h87z7y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ulzt5x-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"BuZbI10Yg\",layoutId:\"BuZbI10Yg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-1g1dat4\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Sign Up for Free\"})}),className:\"framer-1p39tas\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Sign up effortlessly with basic information and a secure password to activate your free Jenni AI account.\"})}),className:\"framer-1e0ol8t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lfiq91\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwa8sj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vdxuqq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"NotePencil\",id:\"NAnyKhUb8\",layoutId:\"NAnyKhUb8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-wkurw7\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Input Your Text\"})}),className:\"framer-cvoiyk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Start by inputting your sentence or paragraph into your document.\"})}),className:\"framer-daq56m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2cb8i3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kbtfoi\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14747hw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16j6oet-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"MagicWand\",id:\"BuPuzgtH3\",layoutId:\"BuPuzgtH3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-15hicu4\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Choose Your Style\"})}),className:\"framer-11jz1q6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Select from a range of writing styles, including formal, casual, academic, and more.\"})}),className:\"framer-nmpgu6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15apjvd\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-181pk9j\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u7xufg-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"Lightbulb\",id:\"w9Sjz8F8W\",layoutId:\"w9Sjz8F8W\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-1rhf7qo\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Expand Your Writing\"})}),className:\"framer-11dxpv0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Watch as your content transforms into a more detailed, comprehensive piece of writing.\"})}),className:\"framer-ojm9v3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1do32rc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qsqkca\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h9uo08\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ts80tp-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"Quotes\",id:\"Z88Gzkoyr\",layoutId:\"Z88Gzkoyr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-11n49vs\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Get Citations\"})}),className:\"framer-1qlhdq3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Need to cite your sources? No problem, Jenni helps you find quality citations from respected journals.\"})}),className:\"framer-61n61j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-q89kkj hidden-1mm1mlr\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qskuwl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vhy5id-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"House\",id:\"U5b0PICnk\",layoutId:\"U5b0PICnk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-lytldm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Access Citations\"})}),className:\"framer-12og1f2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Easily access citations and references to ensure your work is well-documented and academically sound.\"})}),className:\"framer-1kk1n84\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+4842.799999999999+60+1778.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14glb79-container\",children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"gkaBcIJyv\",IKRIASMk7:false,layoutId:\"gkaBcIJyv\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-esbvhj\",\"data-framer-name\":\"testimonials\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:666,intrinsicWidth:1011,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+0),pixelHeight:666,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:\"734px\",src:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg\",srcSet:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg 1011w\"}},hfqTx4RfS:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:666,intrinsicWidth:1011,pixelHeight:666,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:\"877px\",src:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg\",srcSet:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg 1011w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:666,intrinsicWidth:1011,pixelHeight:666,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:\"1200px\",src:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg\",srcSet:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg 1011w\"},className:\"framer-1kveker\",\"data-framer-name\":\"map\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-in0011\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+6799.699999999999+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t2cyp-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"Zhcf7roIJ\",layoutId:\"Zhcf7roIJ\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v40\",activeLocale)??\"CUSTOMER LOVE\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"What Our Users Say\"})}),className:\"framer-r9bf0a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Discover how Jenni AI has made a difference in the lives of academics just like you\"})}),className:\"framer-3yiy0v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8el15s\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pbgef2\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/hasantoxr/status/1695425301583741123?s=20\",nodeId:\"x0b03Jof7\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-ny3awb framer-12hcf4k\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bmu2s4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+60+295.4+0+0+0+0+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/YgJXeDnPv1T6G3YfzUFglONgtvg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/YgJXeDnPv1T6G3YfzUFglONgtvg.png\"},className:\"framer-1i7ygnx\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-175kojs\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqcgs2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14hpy5m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Hasan Toor \"})}),className:\"framer-166lfc1\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@hasantoxr\"})}),className:\"framer-1ddckoi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 Aug 26\"})}),className:\"framer-1bhqhdh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11kaudb-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"jdbxtl45y\",layoutId:\"jdbxtl45y\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"I thought AI writing was useless.  Then I found Jenni AI, the AI-powered assistant for academic writing.  It turned out to be much more advanced than I ever could have imagined.  Jenni AI = ChatGPT x 10.\"})}),className:\"framer-1s15eu5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/CharlieCuddy/status/1668717195369521155?s=20\",nodeId:\"gCmhvDmlc\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-17xsck3 framer-12hcf4k\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vnudtc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:399,intrinsicWidth:399,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+60+295.4+0+0+0+171+16+0+0),pixelHeight:399,pixelWidth:399,src:\"https://framerusercontent.com/images/QggzllZ1kuq6jybTsj3mMpwZM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:399,intrinsicWidth:399,pixelHeight:399,pixelWidth:399,src:\"https://framerusercontent.com/images/QggzllZ1kuq6jybTsj3mMpwZM.png\"},className:\"framer-6flas4\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pk5en2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1syp083\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f5iwir\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Charlie Cuddy\"})}),className:\"framer-zqepk0\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@sonofgorkhali \"})}),className:\"framer-pw0sdl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 23 Aug\"})}),className:\"framer-tub6fw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16zpjex-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"DcnsXZv0S\",layoutId:\"DcnsXZv0S\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"Love this use of AI to assist with, not replace, writing!   Keep crushing it  @Davidjpark96  \uD83D\uDCAA\"})}),className:\"framer-b7pj4t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/waqaryofficial/status/1643990217337221121?s=20%5C\",nodeId:\"e_AIUHn25\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-84muep framer-12hcf4k\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nja5so\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+60+295.4+0+0+0+344+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/D6JbVPefLI5JYPowCUA6N7oDOPk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/D6JbVPefLI5JYPowCUA6N7oDOPk.png\"},className:\"framer-w43rwd\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qzgiv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11rfwgq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7qbxay\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Waqar Younas, PhD \"})}),className:\"framer-1vnodjg\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@waqaryofficial\"})}),className:\"framer-1tbiefj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\" \\xb7 6 Apr\"})}),className:\"framer-16gg14z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-veq8za-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"W83EEYRyr\",layoutId:\"W83EEYRyr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:[\"4/9 Jenni AI's Outline Builder is a game-changer for organizing your thoughts and structuring your content. Create detailed outlines effortlessly, ensuring your writing is clear and coherent. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(17, 153, 238)\"},children:\"#OutlineBuilder #WritingTools #JenniAI\"})]})}),className:\"framer-rnsxbl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eb8rvu\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/sonofgorkhali/status/1562104751264862211?s=20\",nodeId:\"kMNOxA92B\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1nq47wb framer-12hcf4k\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ff4j4u\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:212,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+60+295.4+0+517+0+0+16+0+0),pixelHeight:212,pixelWidth:212,src:\"https://framerusercontent.com/images/4FWEkn10pvOKyoGuUBD1bHOb7sA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:212,pixelHeight:212,pixelWidth:212,src:\"https://framerusercontent.com/images/4FWEkn10pvOKyoGuUBD1bHOb7sA.png\"},className:\"framer-1apsfws\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sx8yn6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v9smp8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s8za97\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Rosh \"})}),className:\"framer-1pnxlp0\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@sonofgorkhali\"})}),className:\"framer-1iyxg7d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 23 Aug\"})}),className:\"framer-lbfpvi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vy9mhq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"yvyHqN3P8\",layoutId:\"yvyHqN3P8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"I started with Jenni-who & Jenni-what.  But now I can't write without Jenni. I love Jenni AI and am amazed to see how far Jenni has come. Kudos to http://Jenni.AI team.\"})}),className:\"framer-15x6ris\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/sairahul1/status/1684911399082840064\",nodeId:\"SfzJxvjXk\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-10ow0wu framer-12hcf4k\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dc0lus\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+60+295.4+0+517+0+173+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/2W1KXz9SQJXSsIVxaOGqkDdRecc.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/2W1KXz9SQJXSsIVxaOGqkDdRecc.jpg\"},className:\"framer-1egw6hk\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-altupw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uhatqd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a0rggx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Sai Rahul \"})}),className:\"framer-kj5gx9\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@sairahul1\"})}),className:\"framer-rhlvqy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 28 Jul\"})}),className:\"framer-1mgiuvu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1chx941-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"IvMSkZlRB\",layoutId:\"IvMSkZlRB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"Jenni is perfect for writing research docs, SOPs, study projects presentations \uD83D\uDC4C\uD83C\uDFFD\"})}),className:\"framer-1dovop0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/stepru/status/1708112668979081337?s=20\",nodeId:\"Bp9hQqEyp\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1ajo74r framer-12hcf4k\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-55624j\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6799.699999999999+60+295.4+0+517+0+344+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/zzgBU8CHBbaBCOqxTjSGGNFboiY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/zzgBU8CHBbaBCOqxTjSGGNFboiY.png\"},className:\"framer-1meth1n\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16rt63i\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pwtna0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5doe9u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"St\\xe9phane Prud'homme \"})}),className:\"framer-2zluon\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@stepru \"})}),className:\"framer-7bsr8u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"30 Sept\"})}),className:\"framer-1o9daxu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ehh16s-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"BknzbI0Uy\",layoutId:\"BknzbI0Uy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:[\"http://jenni.ai is awesome and super useful! thanks to @Davidjpark96 \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(15, 20, 25)\"},children:\"and \"}),\"@whoisjenniai \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(15, 20, 25)\"},children:\"fyi \"}),\"@Phd_jeu @DoctoralStories @WriteThatPhD\"]})}),className:\"framer-1dupo31\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11g0uds\",\"data-framer-name\":\"FAQ Accordion\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3gxjlk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+8227.099999999999+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u1j7fw-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"lhuqDt6ES\",layoutId:\"lhuqDt6ES\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v66\",activeLocale)??\"SUPPORT\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Frequently asked questions\"})}),className:\"framer-1xm7ioi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5o9in4\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uk5a4s-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy14,{AWSjGYVqE:getLocalizedValue(\"v68\",activeLocale)??\"What is Jenni AI, and how can it help me expand sentences and paragraphs?\",height:\"100%\",id:\"d2KmCn2UX\",layoutId:\"d2KmCn2UX\",style:{width:\"100%\"},variant:\"auB4OQqLA\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v69\",activeLocale)??\"Jenni is a powerful writing tool designed to assist you in crafting high-quality content, including blog posts and more. By expanding your original sentences and pieces of content, it helps improve your writing skills and produces a wide range of sentence structures for more engaging and relevant content.\\n\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+79}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-el2wlw-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy14,{AWSjGYVqE:getLocalizedValue(\"v70\",activeLocale)??\"How does Jenni's sentence expander differ from other expander tools?\",height:\"100%\",id:\"dcMRq7HYY\",layoutId:\"dcMRq7HYY\",style:{width:\"100%\"},variant:\"auB4OQqLA\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v71\",activeLocale)??\"Jenni employs advanced algorithms to generate expanded sentences that are tailored to your specific content type, target audience, and writing style. This level of customization sets it apart from other sentence expander tools on the market.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+158}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xrtr2-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy14,{AWSjGYVqE:getLocalizedValue(\"v72\",activeLocale)??\"Can Jenni AI expand sentences for different types of content?\",height:\"100%\",id:\"Bm5S_XLOC\",layoutId:\"Bm5S_XLOC\",style:{width:\"100%\"},variant:\"auB4OQqLA\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v73\",activeLocale)??\"Absolutely! Jenni AI's sentence expander can adapt to various content types, making it versatile for blogs, articles, essays, and more. It ensures that your content remains relevant and engaging to your target audience.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+237}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:67,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oxpgs2-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy15,{AWSjGYVqE:getLocalizedValue(\"v74\",activeLocale)??\"How does Jenni AI improve my writing skills?\",height:\"100%\",id:\"hwwZuujJA\",layoutId:\"hwwZuujJA\",style:{width:\"100%\"},variant:\"QPlBsGs6y\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v75\",activeLocale)??\"By providing you with expanded sentences and content variations, Jenni AI serves as an excellent tool for learning and refining your writing skills. It offers insights into different sentence structures and writing styles, helping you become a more proficient writer.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+314}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nzmrmg-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v76\",activeLocale)??\"What is the cost of using Jenni AI\u2019s sentence and paragraph expander?\",height:\"100%\",id:\"PTF3aawA4\",layoutId:\"PTF3aawA4\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v77\",activeLocale)??\"Jenni AI offers a range of pricing options to suit your needs. You can sign up for free to access useful features, or you can choose a premium subscription for more extensive capabilities. Our pricing plans are designed to accommodate a variety of budgets.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+394}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12leego-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v78\",activeLocale)??\"Can I use Jenni AI to expand multiple sentences at once?\",height:\"100%\",id:\"sf8iwAMG5\",layoutId:\"sf8iwAMG5\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v79\",activeLocale)??\"Yes, you can. Jenni AI allows you to expand both individual sentences and entire paragraphs or pieces of content. You have the flexibility to choose the scope of your expansion based on your specific needs.\\n\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+474}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n8acnw-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v80\",activeLocale)??\"Are there limits on sentence expansions with Jenni AI?\",height:\"100%\",id:\"iCmn3Igm3\",layoutId:\"iCmn3Igm3\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v81\",activeLocale)??\"Jenni offers various subscription plans, including a free version with limited access and premium plans with more extensive usage. Depending on your subscription, you may have different limits on the number of sentence expansions you can create.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+554}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g40ke5-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v82\",activeLocale)??\"Does Jenni AI require any special training or technical expertise to use?\",height:\"100%\",id:\"IUnhTbCul\",layoutId:\"IUnhTbCul\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v83\",activeLocale)??\"Not at all. Jenni AI is designed to be user-friendly, and no special training or technical expertise is needed. Its intuitive interface makes it accessible to writers of all levels.\\n\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8227.099999999999+60+156.4+0+634}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gr9od3-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v84\",activeLocale)??\"Can Jenni AI help with citations and references in expanded content?\",height:\"100%\",id:\"D9n0ZZZT5\",layoutId:\"D9n0ZZZT5\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v85\",activeLocale)??\"Yes, Jenni AI can assist you with generating citations and references for your expanded content. We understand the importance of proper attribution in academic and professional writing.\\n\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xp46er\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lfhvln\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+9207.499999999998+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ej09e9-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"iCJ6ubWhD\",layoutId:\"iCJ6ubWhD\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v86\",activeLocale)??\"COMPARISON\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"What Sets Us Apart?\"})}),className:\"framer-1amqr8b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v88\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Discover the unique features that make it the go-to choice for writers seeking powerful and ethical writing assistance.\"})}),className:\"framer-10a7set\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bvw89g\",\"data-border\":true,\"data-framer-name\":\"Elements / Table Copy\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r6joqb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-93chj7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tMzAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgba(10, 0, 31, 0.63)\"},children:\"Feature Featire\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tMzAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgba(10, 0, 31, 0.63)\"},children:\"Feature\"})}),className:\"framer-11zijn6\",fonts:[\"GF;Be Vietnam Pro-300\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nus34d\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fn056g\",\"data-styles-preset\":\"Cefnan2V_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Jenni.ai\"})}),className:\"framer-e1janv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1btoxpg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fn056g\",\"data-styles-preset\":\"Cefnan2V_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"COMPETITORS\"})}),className:\"framer-91e2gw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ayhqnr\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ry1rz9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v93\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Versatility\"})}),className:\"framer-1nfstyf\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qhn06z\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gycyue\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c7lpfc-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"ayC6jjPyr\",layoutId:\"ayC6jjPyr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v94\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"We offer unparalleled versatility, allowing you to expand sentences and paragraphs in various styles and tones, from formal to creative. We adapt to your unique writing needs.\"})}),className:\"framer-10r0fnp hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rw1i3d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-clk3fh-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"SnGiy2VCZ\",layoutId:\"SnGiy2VCZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v95\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Competitors may offer sentence expansion but may have limitations in terms of style and tone options.\"})}),className:\"framer-ucg6ks hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ndm6c3\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17lr4en\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v96\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Ethical Writing Support\"})}),className:\"framer-zsq0ln\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mh230e\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p4dt42\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jayxme-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"NNCHgdXID\",layoutId:\"NNCHgdXID\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v97\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Our tool is designed as an academic aid, emphasizing ethical writing practices.\"})}),className:\"framer-1lwag3h hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rkqppn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n8fc12-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"jEUkhS0yE\",layoutId:\"jEUkhS0yE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v98\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Competitors may not have the same emphasis on ethical writing, potentially leading to concerns about plagiarism.\"})}),className:\"framer-g2u1g7 hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-36auxc\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xtzpsk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v99\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Customization\"})}),className:\"framer-bbxb5p\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i0gg8t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11zwpqz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1onpz2m-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"G8IPOAmbE\",layoutId:\"G8IPOAmbE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v100\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Jenni AI allows users to customize the content by providing specific input and context, ensuring the generated content aligns with the user's needs.\"})}),className:\"framer-10ogpu6 hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4rmb2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kh2jcg-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"soAY3SQLm\",layoutId:\"soAY3SQLm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v101\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Competitors may have limited customization options, resulting in less tailored content.\"})}),className:\"framer-1wju0pp hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v74lyr\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ks9yr0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v102\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Pricing and Accessibility\"})}),className:\"framer-4yebli\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bcswxp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uesw5g\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14i255r-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"eyVFTy5Wg\",layoutId:\"eyVFTy5Wg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v103\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Jenni AI offers a range of pricing options, including a free option with limited access and premium plans for more extensive capabilities, making it accessible to various budgets.\"})}),className:\"framer-jel8f3 hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1et5iig\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tq5r7m-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"LKb6IXlyA\",layoutId:\"LKb6IXlyA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v104\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Competitors may have different pricing structures that are less accommodating, which may not be accessible for everyone.\"})}),className:\"framer-1hbtkpq hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a5fzhg\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oeb3n9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v105\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"User-Friendly Interface\"})}),className:\"framer-1czteyp\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1233c6e\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5jj9yf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cm46cn-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"KcoAxCaMu\",layoutId:\"KcoAxCaMu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v106\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Jenni AI is known for its user-friendly interface, making it accessible to writers of all levels without requiring special training or technical expertise.\"})}),className:\"framer-504rru hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10xrwc8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4jwlem-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"NXHjvfFVu\",layoutId:\"NXHjvfFVu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v107\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"The competitors\u2019 tools may have a steeper learning curve or a less intuitive interface.\"})}),className:\"framer-yxg5rm hidden-1mm1mlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u85qvt\",\"data-framer-name\":\"final CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1miydjy\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v108\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Expand Your Sentences Efficiently Now\"})}),className:\"framer-1yxxbol\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v109\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Join thousands of users who have transformed their writing with Jenni. Sign up for free and unlock your full writing potential today!\"})}),className:\"framer-xtuu6x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+10384.399999999998+60+258.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-crjd1f-container\",children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"RKIaQCaW1\",IKRIASMk7:false,layoutId:\"RKIaQCaW1\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{y:(componentViewport?.y||0)+0+10820.799999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ay3n03-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fgFWVULun:{variant:\"YIYDUllyu\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"iw6_nYG18\",layoutId:\"iw6_nYG18\",style:{width:\"100%\"},variant:\"EtfXoh_Gr\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-osUMd.framer-12hcf4k, .framer-osUMd .framer-12hcf4k { display: block; }\",\".framer-osUMd.framer-bfpsdt { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-osUMd .framer-1pun6gy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-3qb7og { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 140px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-osUMd .framer-glm5i7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-osUMd .framer-11jlxhv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-183q8w0, .framer-osUMd .framer-10a7set, .framer-osUMd .framer-1yxxbol { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-osUMd .framer-udtotb-container, .framer-osUMd .framer-1uk5a4s-container, .framer-osUMd .framer-el2wlw-container, .framer-osUMd .framer-1xrtr2-container, .framer-osUMd .framer-1oxpgs2-container, .framer-osUMd .framer-1nzmrmg-container, .framer-osUMd .framer-12leego-container, .framer-osUMd .framer-1n8acnw-container, .framer-osUMd .framer-1g40ke5-container, .framer-osUMd .framer-1gr9od3-container, .framer-osUMd .framer-1ay3n03-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-osUMd .framer-12spisk, .framer-osUMd .framer-ilcgto, .framer-osUMd .framer-oejz0t, .framer-osUMd .framer-sz3s07, .framer-osUMd .framer-w4m79p, .framer-osUMd .framer-1etjrqr, .framer-osUMd .framer-1iauy6g, .framer-osUMd .framer-czf3wr, .framer-osUMd .framer-1g1dat4, .framer-osUMd .framer-1p39tas, .framer-osUMd .framer-1e0ol8t, .framer-osUMd .framer-wkurw7, .framer-osUMd .framer-cvoiyk, .framer-osUMd .framer-daq56m, .framer-osUMd .framer-15hicu4, .framer-osUMd .framer-11jz1q6, .framer-osUMd .framer-nmpgu6, .framer-osUMd .framer-1rhf7qo, .framer-osUMd .framer-11dxpv0, .framer-osUMd .framer-ojm9v3, .framer-osUMd .framer-11n49vs, .framer-osUMd .framer-1qlhdq3, .framer-osUMd .framer-61n61j, .framer-osUMd .framer-lytldm, .framer-osUMd .framer-12og1f2, .framer-osUMd .framer-1kk1n84, .framer-osUMd .framer-r9bf0a, .framer-osUMd .framer-1s15eu5, .framer-osUMd .framer-b7pj4t, .framer-osUMd .framer-rnsxbl, .framer-osUMd .framer-15x6ris, .framer-osUMd .framer-1dovop0, .framer-osUMd .framer-1dupo31, .framer-osUMd .framer-1xm7ioi, .framer-osUMd .framer-1amqr8b, .framer-osUMd .framer-10r0fnp, .framer-osUMd .framer-ucg6ks, .framer-osUMd .framer-1lwag3h, .framer-osUMd .framer-g2u1g7, .framer-osUMd .framer-10ogpu6, .framer-osUMd .framer-1wju0pp, .framer-osUMd .framer-jel8f3, .framer-osUMd .framer-1hbtkpq, .framer-osUMd .framer-504rru, .framer-osUMd .framer-yxg5rm { --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-osUMd .framer-17znghv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 666px; }\",\".framer-osUMd .framer-vhdvye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-osUMd .framer-w4j115-container, .framer-osUMd .framer-xps1v4-container, .framer-osUMd .framer-14glb79-container, .framer-osUMd .framer-crjd1f-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-osUMd .framer-1emk3po-container { flex: none; height: 31px; position: relative; width: auto; }\",\".framer-osUMd .framer-1vlsvh8 { 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%; }\",\".framer-osUMd .framer-osz3bc { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, hsl(0, 0%, 100%) 100%); bottom: -47px; flex: none; height: 247px; left: -36px; overflow: hidden; position: absolute; right: -60px; z-index: 2; }\",\".framer-osUMd .framer-1g4vjjg { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1ajfdfa { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.536 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: -376px; box-shadow: 0px 1px 18px 2px rgba(10, 0, 31, 0.08); flex: none; height: var(--framer-aspect-ratio-supported, 625px); left: 50%; position: absolute; top: 28px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-osUMd .framer-l7o16p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-z212v, .framer-osUMd .framer-pz3jx8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1stuayh, .framer-osUMd .framer-1dkh3c8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-osUMd .framer-f7ftqq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-osUMd .framer-1jli4fz-container { flex: none; height: auto; max-width: 1280px; position: relative; width: auto; }\",\".framer-osUMd .framer-aj7hxd { 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: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-5t1qg6-container, .framer-osUMd .framer-1ha9935-container, .framer-osUMd .framer-1o3fas0-container, .framer-osUMd .framer-t2cyp-container, .framer-osUMd .framer-1u1j7fw-container, .framer-osUMd .framer-1ej09e9-container { flex: none; height: 21px; position: relative; width: auto; }\",\".framer-osUMd .framer-14wkzey { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-18vlohn, .framer-osUMd .framer-157apzw, .framer-osUMd .framer-13uvj3e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-9zp3uz, .framer-osUMd .framer-fvr01l, .framer-osUMd .framer-3fzayu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-1sprv2i, .framer-osUMd .framer-1kn7zal, .framer-osUMd .framer-p5tnpi { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-osUMd .framer-jzr27a, .framer-osUMd .framer-108vax3, .framer-osUMd .framer-1r86sf2 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-osUMd .framer-1k0tgmf, .framer-osUMd .framer-1neaxq, .framer-osUMd .framer-1b6t0qb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-osUMd .framer-1eztpkc, .framer-osUMd .framer-6b7pl4 { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 167px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-osUMd .framer-1debosb { align-content: center; align-items: center; aspect-ratio: 1.2010443864229765 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 167px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-osUMd .framer-ambwly { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-osUMd .framer-qsyzmm, .framer-osUMd .framer-i8dwok { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-osUMd .framer-1pqwkc4-container { flex: none; height: auto; left: 0px; max-width: 100%; position: fixed; right: 0px; top: 0px; z-index: 3; }\",\".framer-osUMd .framer-ww80ym { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-osUMd .framer-gn3nbn, .framer-osUMd .framer-166lfc1, .framer-osUMd .framer-1ddckoi, .framer-osUMd .framer-1bhqhdh, .framer-osUMd .framer-zqepk0, .framer-osUMd .framer-pw0sdl, .framer-osUMd .framer-tub6fw, .framer-osUMd .framer-1vnodjg, .framer-osUMd .framer-1tbiefj, .framer-osUMd .framer-16gg14z, .framer-osUMd .framer-1pnxlp0, .framer-osUMd .framer-1iyxg7d, .framer-osUMd .framer-lbfpvi, .framer-osUMd .framer-kj5gx9, .framer-osUMd .framer-rhlvqy, .framer-osUMd .framer-1mgiuvu, .framer-osUMd .framer-2zluon, .framer-osUMd .framer-7bsr8u, .framer-osUMd .framer-1o9daxu, .framer-osUMd .framer-zsq0ln, .framer-osUMd .framer-4yebli, .framer-osUMd .framer-1czteyp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-osUMd .framer-1g9tayw { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-mxaqac, .framer-osUMd .framer-2cb8i3, .framer-osUMd .framer-1do32rc { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; grid-column: auto / span 2; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-rp196f, .framer-osUMd .framer-1lfiq91, .framer-osUMd .framer-kbtfoi, .framer-osUMd .framer-15apjvd, .framer-osUMd .framer-qsqkca { --border-bottom-width: 1px; --border-color: rgba(10, 0, 31, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 12px 2px rgba(10, 0, 31, 0.05); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 32px 24px 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-osUMd .framer-1h87z7y, .framer-osUMd .framer-nwa8sj, .framer-osUMd .framer-14747hw, .framer-osUMd .framer-181pk9j, .framer-osUMd .framer-h9uo08, .framer-osUMd .framer-qskuwl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-ulzt5x-container, .framer-osUMd .framer-1vdxuqq-container, .framer-osUMd .framer-16j6oet-container, .framer-osUMd .framer-u7xufg-container, .framer-osUMd .framer-ts80tp-container, .framer-osUMd .framer-vhy5id-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-osUMd .framer-q89kkj { --border-bottom-width: 1px; --border-color: rgba(10, 0, 31, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 12px 2px rgba(10, 0, 31, 0.05); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; opacity: 0; overflow: hidden; padding: 24px 32px 24px 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-osUMd .framer-esbvhj { align-content: center; align-items: center; background-color: #fafafc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1kveker { flex: none; height: 752px; left: calc(50.00000000000002% - 1200px / 2); opacity: 0.7; overflow: visible; position: absolute; top: 20px; width: 1200px; z-index: 0; }\",\".framer-osUMd .framer-in0011 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-3yiy0v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 68%; word-break: break-word; word-wrap: break-word; }\",\".framer-osUMd .framer-8el15s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1pbgef2, .framer-osUMd .framer-eb8rvu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-ny3awb, .framer-osUMd .framer-17xsck3, .framer-osUMd .framer-84muep, .framer-osUMd .framer-1nq47wb, .framer-osUMd .framer-10ow0wu, .framer-osUMd .framer-1ajo74r { --border-bottom-width: 1px; --border-color: rgba(10, 0, 31, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 12px 2px rgba(10, 0, 31, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-osUMd .framer-bmu2s4, .framer-osUMd .framer-vnudtc, .framer-osUMd .framer-1nja5so, .framer-osUMd .framer-1ff4j4u, .framer-osUMd .framer-dc0lus, .framer-osUMd .framer-55624j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1i7ygnx, .framer-osUMd .framer-6flas4, .framer-osUMd .framer-w43rwd, .framer-osUMd .framer-1apsfws, .framer-osUMd .framer-1egw6hk, .framer-osUMd .framer-1meth1n { aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-osUMd .framer-175kojs, .framer-osUMd .framer-1pk5en2, .framer-osUMd .framer-8qzgiv, .framer-osUMd .framer-sx8yn6, .framer-osUMd .framer-altupw, .framer-osUMd .framer-16rt63i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-1eqcgs2, .framer-osUMd .framer-1syp083, .framer-osUMd .framer-11rfwgq, .framer-osUMd .framer-v9smp8, .framer-osUMd .framer-uhatqd, .framer-osUMd .framer-pwtna0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-14hpy5m, .framer-osUMd .framer-a0rggx, .framer-osUMd .framer-5doe9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 17px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-osUMd .framer-11kaudb-container, .framer-osUMd .framer-1chx941-container, .framer-osUMd .framer-ehh16s-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-osUMd .framer-1f5iwir, .framer-osUMd .framer-7qbxay, .framer-osUMd .framer-1s8za97 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 17px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-16zpjex-container, .framer-osUMd .framer-veq8za-container, .framer-osUMd .framer-vy9mhq-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 16px; }\",\".framer-osUMd .framer-11g0uds { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-osUMd .framer-3gxjlk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1040%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-5o9in4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-xp46er { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1lfhvln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1bvw89g { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; box-shadow: 0px 0.5419685715969536px 0.5419685715969536px -1.25px rgba(0, 0, 0, 0.1), 0px 2.0596799729191115px 2.0596799729191115px -2.5px rgba(0, 0, 0, 0.08898), 0px 9px 9px -3.75px rgba(0, 0, 0, 0.035); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 90%; will-change: var(--framer-will-change-override, transform); }\",\".framer-osUMd .framer-r6joqb { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.05); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-osUMd .framer-93chj7, .framer-osUMd .framer-1ry1rz9, .framer-osUMd .framer-17lr4en, .framer-osUMd .framer-xtzpsk, .framer-osUMd .framer-1ks9yr0, .framer-osUMd .framer-1oeb3n9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-11zijn6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0; position: relative; white-space: pre; width: auto; }\",\".framer-osUMd .framer-nus34d, .framer-osUMd .framer-1btoxpg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-e1janv, .framer-osUMd .framer-91e2gw, .framer-osUMd .framer-1nfstyf, .framer-osUMd .framer-bbxb5p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-osUMd .framer-ayhqnr, .framer-osUMd .framer-1v74lyr { align-content: center; align-items: center; background-color: #ffffff; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1qhn06z, .framer-osUMd .framer-mh230e { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-1gycyue, .framer-osUMd .framer-p4dt42, .framer-osUMd .framer-11zwpqz, .framer-osUMd .framer-uesw5g, .framer-osUMd .framer-5jj9yf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-c7lpfc-container, .framer-osUMd .framer-clk3fh-container, .framer-osUMd .framer-jayxme-container, .framer-osUMd .framer-1n8fc12-container, .framer-osUMd .framer-1onpz2m-container, .framer-osUMd .framer-1kh2jcg-container, .framer-osUMd .framer-14i255r-container, .framer-osUMd .framer-tq5r7m-container, .framer-osUMd .framer-cm46cn-container, .framer-osUMd .framer-4jwlem-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-osUMd .framer-rw1i3d, .framer-osUMd .framer-1rkqppn, .framer-osUMd .framer-i4rmb2, .framer-osUMd .framer-1et5iig, .framer-osUMd .framer-10xrwc8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-ndm6c3, .framer-osUMd .framer-36auxc, .framer-osUMd .framer-1a5fzhg { --border-bottom-width: 0px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.02); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1i0gg8t, .framer-osUMd .framer-bcswxp, .framer-osUMd .framer-1233c6e { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-osUMd .framer-1u85qvt { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1520px; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-osUMd .framer-1miydjy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-osUMd .framer-xtuu6x { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-osUMd.framer-bfpsdt, .framer-osUMd .framer-1pun6gy, .framer-osUMd .framer-3qb7og, .framer-osUMd .framer-glm5i7, .framer-osUMd .framer-11jlxhv, .framer-osUMd .framer-17znghv, .framer-osUMd .framer-vhdvye, .framer-osUMd .framer-1vlsvh8, .framer-osUMd .framer-l7o16p, .framer-osUMd .framer-z212v, .framer-osUMd .framer-1stuayh, .framer-osUMd .framer-f7ftqq, .framer-osUMd .framer-aj7hxd, .framer-osUMd .framer-pz3jx8, .framer-osUMd .framer-1dkh3c8, .framer-osUMd .framer-14wkzey, .framer-osUMd .framer-18vlohn, .framer-osUMd .framer-9zp3uz, .framer-osUMd .framer-1eztpkc, .framer-osUMd .framer-157apzw, .framer-osUMd .framer-1debosb, .framer-osUMd .framer-fvr01l, .framer-osUMd .framer-13uvj3e, .framer-osUMd .framer-3fzayu, .framer-osUMd .framer-6b7pl4, .framer-osUMd .framer-ambwly, .framer-osUMd .framer-qsyzmm, .framer-osUMd .framer-ww80ym, .framer-osUMd .framer-i8dwok, .framer-osUMd .framer-mxaqac, .framer-osUMd .framer-rp196f, .framer-osUMd .framer-1h87z7y, .framer-osUMd .framer-1lfiq91, .framer-osUMd .framer-nwa8sj, .framer-osUMd .framer-2cb8i3, .framer-osUMd .framer-kbtfoi, .framer-osUMd .framer-14747hw, .framer-osUMd .framer-15apjvd, .framer-osUMd .framer-181pk9j, .framer-osUMd .framer-1do32rc, .framer-osUMd .framer-qsqkca, .framer-osUMd .framer-h9uo08, .framer-osUMd .framer-q89kkj, .framer-osUMd .framer-qskuwl, .framer-osUMd .framer-esbvhj, .framer-osUMd .framer-in0011, .framer-osUMd .framer-8el15s, .framer-osUMd .framer-1pbgef2, .framer-osUMd .framer-ny3awb, .framer-osUMd .framer-bmu2s4, .framer-osUMd .framer-175kojs, .framer-osUMd .framer-14hpy5m, .framer-osUMd .framer-17xsck3, .framer-osUMd .framer-vnudtc, .framer-osUMd .framer-1pk5en2, .framer-osUMd .framer-1f5iwir, .framer-osUMd .framer-84muep, .framer-osUMd .framer-1nja5so, .framer-osUMd .framer-8qzgiv, .framer-osUMd .framer-7qbxay, .framer-osUMd .framer-eb8rvu, .framer-osUMd .framer-1nq47wb, .framer-osUMd .framer-1ff4j4u, .framer-osUMd .framer-sx8yn6, .framer-osUMd .framer-1s8za97, .framer-osUMd .framer-10ow0wu, .framer-osUMd .framer-dc0lus, .framer-osUMd .framer-altupw, .framer-osUMd .framer-a0rggx, .framer-osUMd .framer-1ajo74r, .framer-osUMd .framer-55624j, .framer-osUMd .framer-16rt63i, .framer-osUMd .framer-5doe9u, .framer-osUMd .framer-11g0uds, .framer-osUMd .framer-3gxjlk, .framer-osUMd .framer-5o9in4, .framer-osUMd .framer-xp46er, .framer-osUMd .framer-1lfhvln, .framer-osUMd .framer-1bvw89g, .framer-osUMd .framer-r6joqb, .framer-osUMd .framer-93chj7, .framer-osUMd .framer-nus34d, .framer-osUMd .framer-1btoxpg, .framer-osUMd .framer-ayhqnr, .framer-osUMd .framer-1ry1rz9, .framer-osUMd .framer-1qhn06z, .framer-osUMd .framer-1gycyue, .framer-osUMd .framer-rw1i3d, .framer-osUMd .framer-ndm6c3, .framer-osUMd .framer-17lr4en, .framer-osUMd .framer-mh230e, .framer-osUMd .framer-p4dt42, .framer-osUMd .framer-1rkqppn, .framer-osUMd .framer-36auxc, .framer-osUMd .framer-xtzpsk, .framer-osUMd .framer-1i0gg8t, .framer-osUMd .framer-11zwpqz, .framer-osUMd .framer-i4rmb2, .framer-osUMd .framer-1v74lyr, .framer-osUMd .framer-1ks9yr0, .framer-osUMd .framer-bcswxp, .framer-osUMd .framer-uesw5g, .framer-osUMd .framer-1et5iig, .framer-osUMd .framer-1a5fzhg, .framer-osUMd .framer-1oeb3n9, .framer-osUMd .framer-1233c6e, .framer-osUMd .framer-5jj9yf, .framer-osUMd .framer-10xrwc8, .framer-osUMd .framer-1u85qvt, .framer-osUMd .framer-1miydjy { gap: 0px; } .framer-osUMd.framer-bfpsdt > *, .framer-osUMd .framer-1pun6gy > *, .framer-osUMd .framer-1vlsvh8 > *, .framer-osUMd .framer-1bvw89g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-osUMd.framer-bfpsdt > :first-child, .framer-osUMd .framer-1pun6gy > :first-child, .framer-osUMd .framer-3qb7og > :first-child, .framer-osUMd .framer-glm5i7 > :first-child, .framer-osUMd .framer-11jlxhv > :first-child, .framer-osUMd .framer-17znghv > :first-child, .framer-osUMd .framer-vhdvye > :first-child, .framer-osUMd .framer-1vlsvh8 > :first-child, .framer-osUMd .framer-l7o16p > :first-child, .framer-osUMd .framer-z212v > :first-child, .framer-osUMd .framer-1stuayh > :first-child, .framer-osUMd .framer-f7ftqq > :first-child, .framer-osUMd .framer-aj7hxd > :first-child, .framer-osUMd .framer-pz3jx8 > :first-child, .framer-osUMd .framer-1dkh3c8 > :first-child, .framer-osUMd .framer-14wkzey > :first-child, .framer-osUMd .framer-9zp3uz > :first-child, .framer-osUMd .framer-1eztpkc > :first-child, .framer-osUMd .framer-1debosb > :first-child, .framer-osUMd .framer-fvr01l > :first-child, .framer-osUMd .framer-3fzayu > :first-child, .framer-osUMd .framer-6b7pl4 > :first-child, .framer-osUMd .framer-ambwly > :first-child, .framer-osUMd .framer-qsyzmm > :first-child, .framer-osUMd .framer-ww80ym > :first-child, .framer-osUMd .framer-i8dwok > :first-child, .framer-osUMd .framer-rp196f > :first-child, .framer-osUMd .framer-1h87z7y > :first-child, .framer-osUMd .framer-1lfiq91 > :first-child, .framer-osUMd .framer-nwa8sj > :first-child, .framer-osUMd .framer-kbtfoi > :first-child, .framer-osUMd .framer-14747hw > :first-child, .framer-osUMd .framer-15apjvd > :first-child, .framer-osUMd .framer-181pk9j > :first-child, .framer-osUMd .framer-qsqkca > :first-child, .framer-osUMd .framer-h9uo08 > :first-child, .framer-osUMd .framer-q89kkj > :first-child, .framer-osUMd .framer-qskuwl > :first-child, .framer-osUMd .framer-esbvhj > :first-child, .framer-osUMd .framer-in0011 > :first-child, .framer-osUMd .framer-1pbgef2 > :first-child, .framer-osUMd .framer-ny3awb > :first-child, .framer-osUMd .framer-175kojs > :first-child, .framer-osUMd .framer-17xsck3 > :first-child, .framer-osUMd .framer-1pk5en2 > :first-child, .framer-osUMd .framer-84muep > :first-child, .framer-osUMd .framer-8qzgiv > :first-child, .framer-osUMd .framer-eb8rvu > :first-child, .framer-osUMd .framer-1nq47wb > :first-child, .framer-osUMd .framer-sx8yn6 > :first-child, .framer-osUMd .framer-10ow0wu > :first-child, .framer-osUMd .framer-altupw > :first-child, .framer-osUMd .framer-1ajo74r > :first-child, .framer-osUMd .framer-16rt63i > :first-child, .framer-osUMd .framer-11g0uds > :first-child, .framer-osUMd .framer-3gxjlk > :first-child, .framer-osUMd .framer-5o9in4 > :first-child, .framer-osUMd .framer-xp46er > :first-child, .framer-osUMd .framer-1lfhvln > :first-child, .framer-osUMd .framer-1bvw89g > :first-child, .framer-osUMd .framer-1gycyue > :first-child, .framer-osUMd .framer-rw1i3d > :first-child, .framer-osUMd .framer-p4dt42 > :first-child, .framer-osUMd .framer-1rkqppn > :first-child, .framer-osUMd .framer-11zwpqz > :first-child, .framer-osUMd .framer-i4rmb2 > :first-child, .framer-osUMd .framer-uesw5g > :first-child, .framer-osUMd .framer-1et5iig > :first-child, .framer-osUMd .framer-5jj9yf > :first-child, .framer-osUMd .framer-10xrwc8 > :first-child, .framer-osUMd .framer-1u85qvt > :first-child, .framer-osUMd .framer-1miydjy > :first-child { margin-top: 0px; } .framer-osUMd.framer-bfpsdt > :last-child, .framer-osUMd .framer-1pun6gy > :last-child, .framer-osUMd .framer-3qb7og > :last-child, .framer-osUMd .framer-glm5i7 > :last-child, .framer-osUMd .framer-11jlxhv > :last-child, .framer-osUMd .framer-17znghv > :last-child, .framer-osUMd .framer-vhdvye > :last-child, .framer-osUMd .framer-1vlsvh8 > :last-child, .framer-osUMd .framer-l7o16p > :last-child, .framer-osUMd .framer-z212v > :last-child, .framer-osUMd .framer-1stuayh > :last-child, .framer-osUMd .framer-f7ftqq > :last-child, .framer-osUMd .framer-aj7hxd > :last-child, .framer-osUMd .framer-pz3jx8 > :last-child, .framer-osUMd .framer-1dkh3c8 > :last-child, .framer-osUMd .framer-14wkzey > :last-child, .framer-osUMd .framer-9zp3uz > :last-child, .framer-osUMd .framer-1eztpkc > :last-child, .framer-osUMd .framer-1debosb > :last-child, .framer-osUMd .framer-fvr01l > :last-child, .framer-osUMd .framer-3fzayu > :last-child, .framer-osUMd .framer-6b7pl4 > :last-child, .framer-osUMd .framer-ambwly > :last-child, .framer-osUMd .framer-qsyzmm > :last-child, .framer-osUMd .framer-ww80ym > :last-child, .framer-osUMd .framer-i8dwok > :last-child, .framer-osUMd .framer-rp196f > :last-child, .framer-osUMd .framer-1h87z7y > :last-child, .framer-osUMd .framer-1lfiq91 > :last-child, .framer-osUMd .framer-nwa8sj > :last-child, .framer-osUMd .framer-kbtfoi > :last-child, .framer-osUMd .framer-14747hw > :last-child, .framer-osUMd .framer-15apjvd > :last-child, .framer-osUMd .framer-181pk9j > :last-child, .framer-osUMd .framer-qsqkca > :last-child, .framer-osUMd .framer-h9uo08 > :last-child, .framer-osUMd .framer-q89kkj > :last-child, .framer-osUMd .framer-qskuwl > :last-child, .framer-osUMd .framer-esbvhj > :last-child, .framer-osUMd .framer-in0011 > :last-child, .framer-osUMd .framer-1pbgef2 > :last-child, .framer-osUMd .framer-ny3awb > :last-child, .framer-osUMd .framer-175kojs > :last-child, .framer-osUMd .framer-17xsck3 > :last-child, .framer-osUMd .framer-1pk5en2 > :last-child, .framer-osUMd .framer-84muep > :last-child, .framer-osUMd .framer-8qzgiv > :last-child, .framer-osUMd .framer-eb8rvu > :last-child, .framer-osUMd .framer-1nq47wb > :last-child, .framer-osUMd .framer-sx8yn6 > :last-child, .framer-osUMd .framer-10ow0wu > :last-child, .framer-osUMd .framer-altupw > :last-child, .framer-osUMd .framer-1ajo74r > :last-child, .framer-osUMd .framer-16rt63i > :last-child, .framer-osUMd .framer-11g0uds > :last-child, .framer-osUMd .framer-3gxjlk > :last-child, .framer-osUMd .framer-5o9in4 > :last-child, .framer-osUMd .framer-xp46er > :last-child, .framer-osUMd .framer-1lfhvln > :last-child, .framer-osUMd .framer-1bvw89g > :last-child, .framer-osUMd .framer-1gycyue > :last-child, .framer-osUMd .framer-rw1i3d > :last-child, .framer-osUMd .framer-p4dt42 > :last-child, .framer-osUMd .framer-1rkqppn > :last-child, .framer-osUMd .framer-11zwpqz > :last-child, .framer-osUMd .framer-i4rmb2 > :last-child, .framer-osUMd .framer-uesw5g > :last-child, .framer-osUMd .framer-1et5iig > :last-child, .framer-osUMd .framer-5jj9yf > :last-child, .framer-osUMd .framer-10xrwc8 > :last-child, .framer-osUMd .framer-1u85qvt > :last-child, .framer-osUMd .framer-1miydjy > :last-child { margin-bottom: 0px; } .framer-osUMd .framer-3qb7og > *, .framer-osUMd .framer-aj7hxd > *, .framer-osUMd .framer-esbvhj > *, .framer-osUMd .framer-11g0uds > *, .framer-osUMd .framer-xp46er > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-osUMd .framer-glm5i7 > *, .framer-osUMd .framer-17znghv > *, .framer-osUMd .framer-ambwly > *, .framer-osUMd .framer-ww80ym > *, .framer-osUMd .framer-1u85qvt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-osUMd .framer-11jlxhv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-osUMd .framer-vhdvye > *, .framer-osUMd .framer-z212v > *, .framer-osUMd .framer-pz3jx8 > *, .framer-osUMd .framer-rp196f > *, .framer-osUMd .framer-1lfiq91 > *, .framer-osUMd .framer-kbtfoi > *, .framer-osUMd .framer-15apjvd > *, .framer-osUMd .framer-qsqkca > *, .framer-osUMd .framer-q89kkj > *, .framer-osUMd .framer-ny3awb > *, .framer-osUMd .framer-17xsck3 > *, .framer-osUMd .framer-84muep > *, .framer-osUMd .framer-1nq47wb > *, .framer-osUMd .framer-10ow0wu > *, .framer-osUMd .framer-1ajo74r > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-osUMd .framer-l7o16p > *, .framer-osUMd .framer-1stuayh > *, .framer-osUMd .framer-1dkh3c8 > *, .framer-osUMd .framer-9zp3uz > *, .framer-osUMd .framer-fvr01l > *, .framer-osUMd .framer-3fzayu > *, .framer-osUMd .framer-qsyzmm > *, .framer-osUMd .framer-i8dwok > *, .framer-osUMd .framer-in0011 > *, .framer-osUMd .framer-3gxjlk > *, .framer-osUMd .framer-1gycyue > *, .framer-osUMd .framer-rw1i3d > *, .framer-osUMd .framer-p4dt42 > *, .framer-osUMd .framer-1rkqppn > *, .framer-osUMd .framer-11zwpqz > *, .framer-osUMd .framer-i4rmb2 > *, .framer-osUMd .framer-uesw5g > *, .framer-osUMd .framer-1et5iig > *, .framer-osUMd .framer-5jj9yf > *, .framer-osUMd .framer-10xrwc8 > *, .framer-osUMd .framer-1miydjy > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-osUMd .framer-f7ftqq > *, .framer-osUMd .framer-1eztpkc > *, .framer-osUMd .framer-1debosb > *, .framer-osUMd .framer-6b7pl4 > *, .framer-osUMd .framer-1pbgef2 > *, .framer-osUMd .framer-eb8rvu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-osUMd .framer-14wkzey > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-osUMd .framer-18vlohn > *, .framer-osUMd .framer-157apzw > *, .framer-osUMd .framer-13uvj3e > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-osUMd .framer-18vlohn > :first-child, .framer-osUMd .framer-157apzw > :first-child, .framer-osUMd .framer-13uvj3e > :first-child, .framer-osUMd .framer-mxaqac > :first-child, .framer-osUMd .framer-2cb8i3 > :first-child, .framer-osUMd .framer-1do32rc > :first-child, .framer-osUMd .framer-8el15s > :first-child, .framer-osUMd .framer-bmu2s4 > :first-child, .framer-osUMd .framer-14hpy5m > :first-child, .framer-osUMd .framer-vnudtc > :first-child, .framer-osUMd .framer-1f5iwir > :first-child, .framer-osUMd .framer-1nja5so > :first-child, .framer-osUMd .framer-7qbxay > :first-child, .framer-osUMd .framer-1ff4j4u > :first-child, .framer-osUMd .framer-1s8za97 > :first-child, .framer-osUMd .framer-dc0lus > :first-child, .framer-osUMd .framer-a0rggx > :first-child, .framer-osUMd .framer-55624j > :first-child, .framer-osUMd .framer-5doe9u > :first-child, .framer-osUMd .framer-r6joqb > :first-child, .framer-osUMd .framer-93chj7 > :first-child, .framer-osUMd .framer-nus34d > :first-child, .framer-osUMd .framer-1btoxpg > :first-child, .framer-osUMd .framer-ayhqnr > :first-child, .framer-osUMd .framer-1ry1rz9 > :first-child, .framer-osUMd .framer-1qhn06z > :first-child, .framer-osUMd .framer-ndm6c3 > :first-child, .framer-osUMd .framer-17lr4en > :first-child, .framer-osUMd .framer-mh230e > :first-child, .framer-osUMd .framer-36auxc > :first-child, .framer-osUMd .framer-xtzpsk > :first-child, .framer-osUMd .framer-1i0gg8t > :first-child, .framer-osUMd .framer-1v74lyr > :first-child, .framer-osUMd .framer-1ks9yr0 > :first-child, .framer-osUMd .framer-bcswxp > :first-child, .framer-osUMd .framer-1a5fzhg > :first-child, .framer-osUMd .framer-1oeb3n9 > :first-child, .framer-osUMd .framer-1233c6e > :first-child { margin-left: 0px; } .framer-osUMd .framer-18vlohn > :last-child, .framer-osUMd .framer-157apzw > :last-child, .framer-osUMd .framer-13uvj3e > :last-child, .framer-osUMd .framer-mxaqac > :last-child, .framer-osUMd .framer-2cb8i3 > :last-child, .framer-osUMd .framer-1do32rc > :last-child, .framer-osUMd .framer-8el15s > :last-child, .framer-osUMd .framer-bmu2s4 > :last-child, .framer-osUMd .framer-14hpy5m > :last-child, .framer-osUMd .framer-vnudtc > :last-child, .framer-osUMd .framer-1f5iwir > :last-child, .framer-osUMd .framer-1nja5so > :last-child, .framer-osUMd .framer-7qbxay > :last-child, .framer-osUMd .framer-1ff4j4u > :last-child, .framer-osUMd .framer-1s8za97 > :last-child, .framer-osUMd .framer-dc0lus > :last-child, .framer-osUMd .framer-a0rggx > :last-child, .framer-osUMd .framer-55624j > :last-child, .framer-osUMd .framer-5doe9u > :last-child, .framer-osUMd .framer-r6joqb > :last-child, .framer-osUMd .framer-93chj7 > :last-child, .framer-osUMd .framer-nus34d > :last-child, .framer-osUMd .framer-1btoxpg > :last-child, .framer-osUMd .framer-ayhqnr > :last-child, .framer-osUMd .framer-1ry1rz9 > :last-child, .framer-osUMd .framer-1qhn06z > :last-child, .framer-osUMd .framer-ndm6c3 > :last-child, .framer-osUMd .framer-17lr4en > :last-child, .framer-osUMd .framer-mh230e > :last-child, .framer-osUMd .framer-36auxc > :last-child, .framer-osUMd .framer-xtzpsk > :last-child, .framer-osUMd .framer-1i0gg8t > :last-child, .framer-osUMd .framer-1v74lyr > :last-child, .framer-osUMd .framer-1ks9yr0 > :last-child, .framer-osUMd .framer-bcswxp > :last-child, .framer-osUMd .framer-1a5fzhg > :last-child, .framer-osUMd .framer-1oeb3n9 > :last-child, .framer-osUMd .framer-1233c6e > :last-child { margin-right: 0px; } .framer-osUMd .framer-mxaqac > *, .framer-osUMd .framer-2cb8i3 > *, .framer-osUMd .framer-1do32rc > *, .framer-osUMd .framer-8el15s > *, .framer-osUMd .framer-bmu2s4 > *, .framer-osUMd .framer-vnudtc > *, .framer-osUMd .framer-1nja5so > *, .framer-osUMd .framer-1ff4j4u > *, .framer-osUMd .framer-dc0lus > *, .framer-osUMd .framer-55624j > *, .framer-osUMd .framer-r6joqb > *, .framer-osUMd .framer-ayhqnr > *, .framer-osUMd .framer-ndm6c3 > *, .framer-osUMd .framer-36auxc > *, .framer-osUMd .framer-1v74lyr > *, .framer-osUMd .framer-1a5fzhg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-osUMd .framer-1h87z7y > *, .framer-osUMd .framer-nwa8sj > *, .framer-osUMd .framer-14747hw > *, .framer-osUMd .framer-181pk9j > *, .framer-osUMd .framer-h9uo08 > *, .framer-osUMd .framer-qskuwl > *, .framer-osUMd .framer-1lfhvln > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-osUMd .framer-175kojs > *, .framer-osUMd .framer-1pk5en2 > *, .framer-osUMd .framer-8qzgiv > *, .framer-osUMd .framer-sx8yn6 > *, .framer-osUMd .framer-altupw > *, .framer-osUMd .framer-16rt63i > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-osUMd .framer-14hpy5m > *, .framer-osUMd .framer-1f5iwir > *, .framer-osUMd .framer-7qbxay > *, .framer-osUMd .framer-1s8za97 > *, .framer-osUMd .framer-a0rggx > *, .framer-osUMd .framer-5doe9u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-osUMd .framer-5o9in4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-osUMd .framer-93chj7 > *, .framer-osUMd .framer-nus34d > *, .framer-osUMd .framer-1btoxpg > *, .framer-osUMd .framer-1ry1rz9 > *, .framer-osUMd .framer-17lr4en > *, .framer-osUMd .framer-xtzpsk > *, .framer-osUMd .framer-1ks9yr0 > *, .framer-osUMd .framer-1oeb3n9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-osUMd .framer-1qhn06z > *, .framer-osUMd .framer-mh230e > *, .framer-osUMd .framer-1i0gg8t > *, .framer-osUMd .framer-bcswxp > *, .framer-osUMd .framer-1233c6e > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-osUMd[data-border=\"true\"]::after, .framer-osUMd [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: 1199px) { .framer-osUMd.framer-bfpsdt { width: 810px; } .framer-osUMd .framer-3qb7og { padding: 80px 40px 40px 40px; } .framer-osUMd .framer-glm5i7 { padding: 40px 40px 0px 40px; } .framer-osUMd .framer-11jlxhv { overflow: visible; } .framer-osUMd .framer-183q8w0 { width: 100%; } .framer-osUMd .framer-17znghv { width: 575px; } .framer-osUMd .framer-1g4vjjg { height: 280px; } .framer-osUMd .framer-1ajfdfa { bottom: -215px; height: var(--framer-aspect-ratio-supported, 475px); } .framer-osUMd .framer-l7o16p { padding: 32px 0px 32px 0px; } .framer-osUMd .framer-aj7hxd, .framer-osUMd .framer-11g0uds, .framer-osUMd .framer-1u85qvt { padding: 60px 40px 60px 40px; } .framer-osUMd .framer-1dkh3c8, .framer-osUMd .framer-qsyzmm { width: 90%; } .framer-osUMd .framer-14wkzey { gap: 100px; } .framer-osUMd .framer-ambwly, .framer-osUMd .framer-ww80ym { padding: 60px 20px 60px 20px; } .framer-osUMd .framer-gn3nbn { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-osUMd .framer-1g9tayw { gap: 20px; max-width: 900px; } .framer-osUMd .framer-esbvhj { gap: 40px; padding: 60px 20px 60px 20px; } .framer-osUMd .framer-1kveker { height: 707px; left: calc(48.51851851851854% - 877px / 2); top: 0px; width: 877px; } .framer-osUMd .framer-in0011 { width: 80%; } .framer-osUMd .framer-xp46er { gap: 40px; padding: 60px 40px 60px 40px; } .framer-osUMd .framer-10a7set, .framer-osUMd .framer-xtuu6x { width: 65%; } .framer-osUMd .framer-r6joqb, .framer-osUMd .framer-ayhqnr, .framer-osUMd .framer-ndm6c3, .framer-osUMd .framer-36auxc, .framer-osUMd .framer-1v74lyr, .framer-osUMd .framer-1a5fzhg { gap: 8px; } .framer-osUMd .framer-1qhn06z { justify-content: flex-start; } .framer-osUMd .framer-1miydjy { width: 805px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-osUMd .framer-14wkzey, .framer-osUMd .framer-1g9tayw, .framer-osUMd .framer-esbvhj, .framer-osUMd .framer-xp46er, .framer-osUMd .framer-r6joqb, .framer-osUMd .framer-ayhqnr, .framer-osUMd .framer-ndm6c3, .framer-osUMd .framer-36auxc, .framer-osUMd .framer-1v74lyr, .framer-osUMd .framer-1a5fzhg { gap: 0px; } .framer-osUMd .framer-14wkzey > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-osUMd .framer-14wkzey > :first-child, .framer-osUMd .framer-esbvhj > :first-child, .framer-osUMd .framer-xp46er > :first-child { margin-top: 0px; } .framer-osUMd .framer-14wkzey > :last-child, .framer-osUMd .framer-esbvhj > :last-child, .framer-osUMd .framer-xp46er > :last-child { margin-bottom: 0px; } .framer-osUMd .framer-1g9tayw > *, .framer-osUMd .framer-1g9tayw > :first-child, .framer-osUMd .framer-1g9tayw > :last-child { margin: 0px; } .framer-osUMd .framer-esbvhj > *, .framer-osUMd .framer-xp46er > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-osUMd .framer-r6joqb > *, .framer-osUMd .framer-ayhqnr > *, .framer-osUMd .framer-ndm6c3 > *, .framer-osUMd .framer-36auxc > *, .framer-osUMd .framer-1v74lyr > *, .framer-osUMd .framer-1a5fzhg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-osUMd .framer-r6joqb > :first-child, .framer-osUMd .framer-ayhqnr > :first-child, .framer-osUMd .framer-ndm6c3 > :first-child, .framer-osUMd .framer-36auxc > :first-child, .framer-osUMd .framer-1v74lyr > :first-child, .framer-osUMd .framer-1a5fzhg > :first-child { margin-left: 0px; } .framer-osUMd .framer-r6joqb > :last-child, .framer-osUMd .framer-ayhqnr > :last-child, .framer-osUMd .framer-ndm6c3 > :last-child, .framer-osUMd .framer-36auxc > :last-child, .framer-osUMd .framer-1v74lyr > :last-child, .framer-osUMd .framer-1a5fzhg > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-osUMd.framer-bfpsdt { width: 390px; } .framer-osUMd .framer-3qb7og { padding: 120px 20px 40px 20px; } .framer-osUMd .framer-glm5i7 { padding: 20px 0px 0px 0px; } .framer-osUMd .framer-11jlxhv { max-width: unset; } .framer-osUMd .framer-183q8w0, .framer-osUMd .framer-10a7set, .framer-osUMd .framer-1bvw89g, .framer-osUMd .framer-1yxxbol, .framer-osUMd .framer-xtuu6x { width: 100%; } .framer-osUMd .framer-17znghv { padding: 0px 20px 0px 20px; width: 100%; } .framer-osUMd .framer-osz3bc { height: 118px; } .framer-osUMd .framer-1g4vjjg { height: 128px; } .framer-osUMd .framer-1ajfdfa { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: -143px; box-shadow: 0px 1px 10px 2px rgba(10, 0, 31, 0.08); height: var(--framer-aspect-ratio-supported, 228px); top: 20px; } .framer-osUMd .framer-l7o16p { padding: 32px 0px 32px 0px; } .framer-osUMd .framer-1stuayh { width: 90%; } .framer-osUMd .framer-aj7hxd, .framer-osUMd .framer-esbvhj { gap: 40px; padding: 60px 20px 60px 20px; } .framer-osUMd .framer-1dkh3c8, .framer-osUMd .framer-qsyzmm, .framer-osUMd .framer-i8dwok { padding: 20px; width: 100%; } .framer-osUMd .framer-14wkzey { gap: 80px; } .framer-osUMd .framer-18vlohn, .framer-osUMd .framer-157apzw, .framer-osUMd .framer-13uvj3e { flex-direction: column; } .framer-osUMd .framer-9zp3uz, .framer-osUMd .framer-fvr01l, .framer-osUMd .framer-3fzayu { flex: none; order: 1; width: 100%; } .framer-osUMd .framer-1eztpkc, .framer-osUMd .framer-1debosb, .framer-osUMd .framer-6b7pl4 { flex: none; order: 0; width: 100%; } .framer-osUMd .framer-ambwly, .framer-osUMd .framer-11g0uds, .framer-osUMd .framer-xp46er, .framer-osUMd .framer-1u85qvt { padding: 60px 20px 60px 20px; } .framer-osUMd .framer-ww80ym { padding: 60px 0px 60px 0px; } .framer-osUMd .framer-gn3nbn { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-osUMd .framer-1g9tayw { gap: 10px; grid-template-columns: repeat(1, minmax(200px, 1fr)); max-width: 500px; padding: 20px; } .framer-osUMd .framer-mxaqac, .framer-osUMd .framer-2cb8i3, .framer-osUMd .framer-1do32rc { flex-direction: column; grid-column: auto / span 1; } .framer-osUMd .framer-rp196f, .framer-osUMd .framer-1lfiq91, .framer-osUMd .framer-kbtfoi, .framer-osUMd .framer-15apjvd, .framer-osUMd .framer-qsqkca, .framer-osUMd .framer-1pbgef2, .framer-osUMd .framer-eb8rvu { flex: none; width: 100%; } .framer-osUMd .framer-1kveker { left: calc(53.84615384615387% - 734px / 2); top: 0px; width: 734px; } .framer-osUMd .framer-3yiy0v { width: 80%; } .framer-osUMd .framer-8el15s { align-content: center; align-items: center; flex-direction: column; gap: 20px; } .framer-osUMd .framer-r6joqb, .framer-osUMd .framer-ayhqnr, .framer-osUMd .framer-ndm6c3, .framer-osUMd .framer-36auxc, .framer-osUMd .framer-1v74lyr, .framer-osUMd .framer-1a5fzhg { gap: 8px; } .framer-osUMd .framer-93chj7 { flex: none; max-width: 140px; width: min-content; } .framer-osUMd .framer-11zijn6 { white-space: pre-wrap; width: 104px; word-break: break-word; word-wrap: break-word; } .framer-osUMd .framer-1ry1rz9, .framer-osUMd .framer-17lr4en, .framer-osUMd .framer-xtzpsk, .framer-osUMd .framer-1ks9yr0, .framer-osUMd .framer-1oeb3n9 { max-width: 120px; } .framer-osUMd .framer-zsq0ln, .framer-osUMd .framer-4yebli, .framer-osUMd .framer-1czteyp { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-osUMd .framer-aj7hxd, .framer-osUMd .framer-14wkzey, .framer-osUMd .framer-18vlohn, .framer-osUMd .framer-157apzw, .framer-osUMd .framer-13uvj3e, .framer-osUMd .framer-1g9tayw, .framer-osUMd .framer-mxaqac, .framer-osUMd .framer-2cb8i3, .framer-osUMd .framer-1do32rc, .framer-osUMd .framer-esbvhj, .framer-osUMd .framer-8el15s, .framer-osUMd .framer-r6joqb, .framer-osUMd .framer-ayhqnr, .framer-osUMd .framer-ndm6c3, .framer-osUMd .framer-36auxc, .framer-osUMd .framer-1v74lyr, .framer-osUMd .framer-1a5fzhg { gap: 0px; } .framer-osUMd .framer-aj7hxd > *, .framer-osUMd .framer-18vlohn > *, .framer-osUMd .framer-157apzw > *, .framer-osUMd .framer-13uvj3e > *, .framer-osUMd .framer-esbvhj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-osUMd .framer-aj7hxd > :first-child, .framer-osUMd .framer-14wkzey > :first-child, .framer-osUMd .framer-18vlohn > :first-child, .framer-osUMd .framer-157apzw > :first-child, .framer-osUMd .framer-13uvj3e > :first-child, .framer-osUMd .framer-mxaqac > :first-child, .framer-osUMd .framer-2cb8i3 > :first-child, .framer-osUMd .framer-1do32rc > :first-child, .framer-osUMd .framer-esbvhj > :first-child, .framer-osUMd .framer-8el15s > :first-child { margin-top: 0px; } .framer-osUMd .framer-aj7hxd > :last-child, .framer-osUMd .framer-14wkzey > :last-child, .framer-osUMd .framer-18vlohn > :last-child, .framer-osUMd .framer-157apzw > :last-child, .framer-osUMd .framer-13uvj3e > :last-child, .framer-osUMd .framer-mxaqac > :last-child, .framer-osUMd .framer-2cb8i3 > :last-child, .framer-osUMd .framer-1do32rc > :last-child, .framer-osUMd .framer-esbvhj > :last-child, .framer-osUMd .framer-8el15s > :last-child { margin-bottom: 0px; } .framer-osUMd .framer-14wkzey > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-osUMd .framer-1g9tayw > *, .framer-osUMd .framer-1g9tayw > :first-child, .framer-osUMd .framer-1g9tayw > :last-child { margin: 0px; } .framer-osUMd .framer-mxaqac > *, .framer-osUMd .framer-2cb8i3 > *, .framer-osUMd .framer-1do32rc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-osUMd .framer-8el15s > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-osUMd .framer-r6joqb > *, .framer-osUMd .framer-ayhqnr > *, .framer-osUMd .framer-ndm6c3 > *, .framer-osUMd .framer-36auxc > *, .framer-osUMd .framer-1v74lyr > *, .framer-osUMd .framer-1a5fzhg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-osUMd .framer-r6joqb > :first-child, .framer-osUMd .framer-ayhqnr > :first-child, .framer-osUMd .framer-ndm6c3 > :first-child, .framer-osUMd .framer-36auxc > :first-child, .framer-osUMd .framer-1v74lyr > :first-child, .framer-osUMd .framer-1a5fzhg > :first-child { margin-left: 0px; } .framer-osUMd .framer-r6joqb > :last-child, .framer-osUMd .framer-ayhqnr > :last-child, .framer-osUMd .framer-ndm6c3 > :last-child, .framer-osUMd .framer-36auxc > :last-child, .framer-osUMd .framer-1v74lyr > :last-child, .framer-osUMd .framer-1a5fzhg > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9668\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hfqTx4RfS\":{\"layout\":[\"fixed\",\"auto\"]},\"fgFWVULun\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerSkRV6VNoV=withCSS(Component,css,\"framer-osUMd\");export default FramerSkRV6VNoV;FramerSkRV6VNoV.displayName=\"Expand Sentences And Paragraphs\";FramerSkRV6VNoV.defaultProps={height:9668,width:1200};addFonts(FramerSkRV6VNoV,[{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:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ183T7wrcwap.woff2\",weight:\"300\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]},...FormFonts,...PrimaryCTAFonts,...SocialProofFonts,...TickerFonts,...FeatureBadgeFonts,...NavbarFonts,...PhosphorFonts,...ElementsAccordionCopy14Fonts,...ElementsAccordionCopy15Fonts,...ElementsAccordionCopy16Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSkRV6VNoV\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hfqTx4RfS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fgFWVULun\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"9668\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "uxCAAid,IAAMA,GAAuB,EAAQC,GAAuB,IAAUC,GAAO,qDACxhBC,GAAkB,IAAI,CAAC,GAAK,CAACC,EAAOC,CAAS,EAAEC,EAAS,EAAE,EAAO,CAACC,EAAiBC,CAAmB,EAAEF,EAAS,EAAK,EAAO,CAACG,EAAaC,CAAe,EAAEJ,EAAS,GAAG,EAAQK,EAAmBC,GAAG,CAACF,EAAgBE,EAAE,OAAO,KAAK,CAAE,EAAQC,EAAa,MAAMC,GAAW,CAAyB,IAAIV,EAAO,uCAAuCK,CAAY,gBAAxEK,CAAiG,GAAGV,GAAQ,IAAIF,GAAqF,IAAMa,GAArE,MAAMC,GAAsBZ,CAAM,GAA0B,IAAgC,QAAQ,UAAU,GAAG,EAAE,OAAAI,EAAoB,EAAI,EAASO,CAAe,EAAQE,EAAY,IAAI,CAACP,EAAgB,GAAG,CAAE,EAAE,OAAoBQ,EAAKC,GAAmB,CAAC,UAAU,iBAAiB,cAAc,wBAAwB,oBAAoB,SAAS,OAAO,CAAcC,EAAM,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,cAAc,SAAS,WAAW,SAAS,MAAM,MAAM,EAAE,SAAS,CAAcA,EAAM,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,WAAW,SAAS,eAAe,gBAAgB,MAAM,MAAM,EAAE,SAAS,CAAcF,EAAK,QAAQ,CAAC,MAAM,CAAC,GAAGG,GAAW,YAAY,MAAM,EAAE,SAAS,kBAAkB,CAAC,EAAeH,EAAK,OAAO,CAAC,MAAM,CAAC,YAAY,KAAK,EAAE,SAAS,IAAI,CAAC,EAAeA,EAAK,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,IAAI,OAAO,MAAMT,EAAa,UAAU,SAAS,GAAG,UAAU,SAASE,EAAmB,MAAM,CAAC,KAAK,IAAI,OAAO,QAAQ,WAAW,UAAU,YAAY,SAAS,EAAE,SAASJ,CAAgB,CAAC,EAAeW,EAAK,OAAO,CAAC,MAAM,CAAC,WAAW,KAAK,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,UAAU,MAAM,SAAS,OAAO,WAAW,OAAO,MAAM,MAAM,EAAE,SAAST,CAAY,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,YAAYF,EAAiB,cAAcU,EAAY,WAAWJ,EAAa,aAAab,GAAuB,aAAaC,GAAuB,OAAO,MAAM,CAAC,CAAE,EAAiB,SAARqB,EAAsBC,EAAM,CAAC,OAAoBL,EAAKf,GAAkB,CAAC,CAAC,CAAE,CCAvzD,IAAMqB,GAAiB,CAAC,UAAU,IAAIC,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,CAAE,CAACL,EAAOA,EAAO,QAAS,CAAC,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCAw8B,IAAMC,GAAkCC,EAA0BC,CAAQ,EAAQC,GAAUC,EAASC,CAAI,EAAQC,GAAgBF,EAASG,CAAU,EAAQC,GAAmCP,EAA0BQ,CAAS,EAAQC,GAAiBN,EAASO,CAAW,EAAQC,GAAyCX,EAA0BY,GAAOC,EAAO,GAAG,CAAC,EAAQC,GAAYX,EAASY,CAAM,EAAQC,GAAkBb,EAASc,CAAY,EAAQC,GAAYf,EAASgB,CAAM,EAAQC,GAAcjB,EAASkB,CAAQ,EAAQC,GAA6BnB,EAASoB,CAAuB,EAAQC,GAA6BrB,EAASsB,CAAuB,EAAQC,GAA6BvB,EAASwB,CAAuB,EAAQC,GAAYzB,EAAS0B,CAAM,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,EAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAO,CAACC,EAAEC,IAAY,OAAOD,GAAI,UAAU,OAAOC,GAAI,SAASD,EAAE,YAAY,IAAIC,EAAE,YAAY,EAAED,IAAIC,EAAUC,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,CAAC,CAAC,EAAUG,GAAwB,CAAC,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,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,mBAAAC,EAAmB,GAAGC,CAAS,EAAEhB,GAASI,CAAK,EAAQa,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiB,OAAUV,CAAY,EAAE,GAAGU,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUX,CAAY,CAAC,EAAQY,GAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiB,OAAUV,CAAY,EAAE,SAAS,MAAMU,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAE,GAAK,CAACa,EAAYC,CAAmB,EAAEC,GAA8BT,EAAQtC,GAAY,EAAK,EAAQgD,GAAe,OAAqOC,EAAkBC,EAAGhD,GAAkB,GAAtO,CAAakC,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQe,GAAWC,EAAO,IAAI,EAAEC,GAA0BrB,CAAY,EAAE,IAAMsB,GAAUC,GAAkB,WAAW,EAAQC,GAAWJ,EAAO,IAAI,EAAQK,EAAQzC,GAAOuB,EAAmB,EAAI,EAAQmB,EAAY,IAASzD,GAAU,EAAiB4C,IAAc,YAAtB,GAAmEc,GAAsBC,EAAM,EAAEC,GAAiB,CAAC,CAAC,EAAE,IAAMC,EAAkBC,GAAqB,EAAE,OAAoBzC,EAAK0C,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA7D,EAAiB,EAAE,SAAsB8D,EAAMC,GAAY,CAAC,GAAG7B,GAAUsB,GAAgB,SAAS,CAAcM,EAAMlF,EAAO,IAAI,CAAC,GAAGyD,EAAU,UAAUU,EAAGD,EAAkB,gBAAgBb,CAAS,EAAE,IAAIL,GAAKoB,GAAK,MAAM,CAAC,GAAGhB,CAAK,EAAE,SAAS,CAAc8B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAc3C,EAAKrD,GAAkC,CAAC,sBAAsB,GAAK,QAAQoC,GAAU,SAAS8D,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,+BAA+B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,MAAM,CAAC,OAAO,EAAE,QAAQhB,EAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAegB,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAKhD,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAKrD,GAAkC,CAAC,sBAAsB,GAAK,QAAQuC,GAAW,SAAS2D,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iBAAiB,EAAE,SAAS,2XAA2X,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,MAAM,CAAC,OAAO,EAAE,QAAQhB,EAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegB,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsBA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK7C,GAAmC,CAAC,QAAQiC,GAAW,UAAU,0BAA0B,wBAAwB,SAAS,QAAQJ,EAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBgB,EAAK9C,EAAW,CAAC,UAAU,gCAAgC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,iBAAiB,UAAU2F,EAAkB,KAAKnC,CAAY,GAAG,gBAAgB,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,kBAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK7C,GAAmC,CAAC,QAAQiC,GAAW,UAAU,2BAA2B,wBAAwB,UAAU,QAAQJ,EAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBgB,EAAK1C,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqF,EAAMpF,GAAyC,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,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,QAAQ+B,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,oBAAoB,QAAQN,EAAW,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcgB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,CAAC,EAAeA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,MAAM,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,cAAc,GAAK,kBAAkB3D,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,eAAe,mBAAmB,SAAS,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,4DAA4D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iBAAiB,EAAE,SAAS,oJAAoJ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,OAAO,GAAG,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,IAAI,MAAM,SAAS,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKrC,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegF,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAKnC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUgF,EAAkB,KAAKnC,CAAY,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,0CAA0C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kPAAkP,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAKmD,EAAK,CAAC,KAAK,8IAA8I,OAAO,YAAY,aAAa,GAAK,aAAa,GAAM,SAAsBnD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAIsB,EAAkB,MAAMnC,CAAY,GAAG,kEAAkE,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQuC,GAA2BT,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,4BAA4B,IAAI,wEAAwE,OAAO,wWAAwW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAIK,EAAkB,MAAMnC,CAAY,GAAG,kEAAkE,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW8B,GAAmB,OAAO,OAAO,4BAA4B,IAAI,wEAAwE,OAAO,wWAAwW,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAIL,EAAkB,MAAMnC,CAAY,GAAG,kEAAkE,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW8B,GAAmB,OAAO,OAAO,qBAAqB,IAAI,wEAAwE,OAAO,wWAAwW,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,GAAGR,GAAU,IAAIE,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,MAAM,EAAE,MAAM,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,4BAA4B,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,4BAA4B,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWV,GAAmB,OAAO,OAAO,qBAAqB,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAeG,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,6PAA6P,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAKmD,EAAK,CAAC,KAAK,8IAA8I,OAAO,YAAY,aAAa,GAAK,aAAa,GAAM,SAAsBnD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mNAAmN,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAKmD,EAAK,CAAC,KAAK,8IAA8I,OAAO,YAAY,aAAa,GAAK,aAAa,GAAM,SAAsBnD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAIsB,EAAkB,MAAMnC,CAAY,GAAG,kFAAkF,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQuC,GAA2BT,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,WAAWA,GAAmB,OAAO,OAAO,4BAA4B,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAIK,EAAkB,MAAMnC,CAAY,GAAG,kFAAkF,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW8B,GAAmB,OAAO,OAAO,4BAA4B,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAIL,EAAkB,MAAMnC,CAAY,GAAG,kFAAkF,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,WAAW8B,GAAmB,OAAO,OAAO,qBAAqB,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeG,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,GAAG,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKnC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUgF,EAAkB,MAAMnC,CAAY,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,4DAA4D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,uXAAuX,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,KAAK,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK9C,EAAW,CAAC,UAAU,gCAAgC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,iBAAiB,UAAU2F,EAAkB,KAAKnC,CAAY,GAAG,gBAAgB,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,kBAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAMP,GAAmB,OAAO,QAAQ,EAAE,EAAE,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,aAAa,GAAK,SAAsB4C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBvB,EAAKjC,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4E,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,EAAE,GAAG,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKnC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUgF,EAAkB,MAAMnC,CAAY,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kDAAkD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,4CAA4C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAsBnC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2GAA2G,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAsBnC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mEAAmE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAsBnC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sFAAsF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAsBnC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wFAAwF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAsBnC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wGAAwG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoC,EAAY,GAAgBpC,EAAK,MAAM,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyB,GAAsBnC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,oCAAoC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uGAAuG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK9C,EAAW,CAAC,UAAU,gCAAgC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,iBAAiB,UAAU2F,EAAkB,KAAKnC,CAAY,GAAG,gBAAgB,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,kBAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,qEAAqE,OAAO,oKAAoK,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,SAAS,IAAI,qEAAqE,OAAO,oKAAoK,EAAE,UAAU,iBAAiB,mBAAmB,KAAK,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,yBAAyB,SAAsB4C,EAAKnC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUgF,EAAkB,MAAMnC,CAAY,GAAG,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iBAAiB,EAAE,SAAS,qFAAqF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKmD,EAAK,CAAC,KAAK,gEAAgE,OAAO,YAAY,aAAa,GAAK,SAAsBnD,EAAK,IAAI,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,mBAAmB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,6MAA6M,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKmD,EAAK,CAAC,KAAK,mEAAmE,OAAO,YAAY,aAAa,GAAK,SAAsBnD,EAAK,IAAI,CAAC,UAAU,gCAAgC,cAAc,GAAK,mBAAmB,mBAAmB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAoE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAoE,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,wGAAiG,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKmD,EAAK,CAAC,KAAK,wEAAwE,OAAO,YAAY,aAAa,GAAK,SAAsBnD,EAAK,IAAI,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,mBAAmB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsBH,EAAM,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,mMAAgN3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,mBAAmB,EAAE,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKmD,EAAK,CAAC,KAAK,oEAAoE,OAAO,YAAY,aAAa,GAAK,SAAsBnD,EAAK,IAAI,CAAC,UAAU,gCAAgC,cAAc,GAAK,mBAAmB,mBAAmB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0KAA0K,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKmD,EAAK,CAAC,KAAK,2DAA2D,OAAO,YAAY,aAAa,GAAK,SAAsBnD,EAAK,IAAI,CAAC,UAAU,gCAAgC,cAAc,GAAK,mBAAmB,mBAAmB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mGAAqF,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKmD,EAAK,CAAC,KAAK,uDAAuD,OAAO,YAAY,aAAa,GAAK,SAAsBnD,EAAK,IAAI,CAAC,UAAU,gCAAgC,cAAc,GAAK,mBAAmB,mBAAmB,SAAsB2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ0B,GAA2BT,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBxC,EAAKkD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeP,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,oBAAoB,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,oBAAoB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsBH,EAAM,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,wEAAqF3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,iBAAiB,EAAE,SAAS,MAAM,CAAC,EAAE,iBAA8BA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,iBAAiB,EAAE,SAAS,MAAM,CAAC,EAAE,yCAAyC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKnC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUgF,EAAkB,MAAMnC,CAAY,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,4BAA4B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK7B,EAAwB,CAAC,UAAU0E,EAAkB,MAAMnC,CAAY,GAAG,4EAA4E,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG;AAAA,CAAsT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,EAAE,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK7B,EAAwB,CAAC,UAAU0E,EAAkB,MAAMnC,CAAY,GAAG,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG,mPAAmP,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK7B,EAAwB,CAAC,UAAU0E,EAAkB,MAAMnC,CAAY,GAAG,gEAAgE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG,6NAA6N,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK3B,EAAwB,CAAC,UAAUwE,EAAkB,MAAMnC,CAAY,GAAG,+CAA+C,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG,6QAA6Q,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKzB,EAAwB,CAAC,UAAUsE,EAAkB,MAAMnC,CAAY,GAAG,6EAAwE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG,kQAAkQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKzB,EAAwB,CAAC,UAAUsE,EAAkB,MAAMnC,CAAY,GAAG,2DAA2D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG;AAAA,CAAkN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKzB,EAAwB,CAAC,UAAUsE,EAAkB,MAAMnC,CAAY,GAAG,yDAAyD,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG,uPAAuP,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKzB,EAAwB,CAAC,UAAUsE,EAAkB,MAAMnC,CAAY,GAAG,4EAA4E,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG;AAAA,CAAyL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOiB,GAAmB,OAAO,OAAO,mBAAmB,GAAGA,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,MAAM,EAAE,GAAG,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAOP,GAAmB,OAAO,OAAO,mBAAmB,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKzB,EAAwB,CAAC,UAAUsE,EAAkB,MAAMnC,CAAY,GAAG,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,MAAMnC,CAAY,GAAG;AAAA,CAA6L,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,kBAAkB,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKnC,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUgF,EAAkB,MAAMnC,CAAY,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iBAAiB,EAAE,SAAS,yHAAyH,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,SAASsB,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,uBAAuB,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,uBAAuB,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iLAAiL,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,uGAAuG,CAAC,CAAC,CAAC,EAAE,UAAU,+BAA+B,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gBAAgB,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iFAAiF,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kHAAkH,CAAC,CAAC,CAAC,EAAE,UAAU,+BAA+B,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,MAAMnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gBAAgB,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sJAAsJ,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yFAAyF,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gBAAgB,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qLAAqL,CAAC,CAAC,CAAC,EAAE,UAAU,+BAA+B,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0HAA0H,CAAC,CAAC,CAAC,EAAE,UAAU,gCAAgC,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,SAAS,CAAc3C,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,+BAA+B,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gBAAgB,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,uBAAuB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,6JAA6J,CAAC,CAAC,CAAC,EAAE,UAAU,+BAA+B,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc3C,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK/B,EAAS,CAAC,MAAM,mBAAmB,OAAO,OAAO,WAAW4E,EAAkB,MAAMnC,CAAY,GAAG,QAAQ,cAAc,UAAU,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAY,GAAgBpC,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8FAAyF,CAAC,CAAC,CAAC,EAAE,UAAU,+BAA+B,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc3C,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,uCAAuC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKnD,EAAS,CAAC,sBAAsB,GAAK,SAASgG,EAAkB,OAAOnC,CAAY,GAAgBV,EAAW8C,EAAS,CAAC,SAAsB9C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iBAAiB,EAAE,SAAS,uIAAuI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,mBAAmB,GAAG,KAAK,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,SAAsB/C,EAAK5C,EAAU,CAAC,UAAU,0BAA0B,SAAsB4C,EAAK9C,EAAW,CAAC,UAAU,gCAAgC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,iBAAiB,UAAU2F,EAAkB,KAAKnC,CAAY,GAAG,gBAAgB,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,kBAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGiB,GAAmB,GAAG,GAAG,EAAE,kBAAkB,CAAC,EAAE,SAAsBxC,EAAK+C,EAA0B,CAAC,OAAO,IAAI,MAAMP,GAAmB,OAAO,QAAQ,SAAsBxC,EAAK5C,EAAU,CAAC,UAAU,2BAA2B,SAAsB4C,EAAKgD,EAAkB,CAAC,WAAWzB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBvB,EAAKvB,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAKH,GAAU,CAAC,MAAM,+CAA+C,CAAC,EAAeG,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQoD,GAAI,CAAC,kFAAkF,kFAAkF,kSAAkS,mSAAmS,iTAAiT,iTAAiT,gSAAgS,+SAA+S,ggBAAggB,kjDAAkjD,kRAAkR,uRAAuR,iOAAiO,yGAAyG,gRAAgR,iPAAiP,gGAAgG,okBAAokB,8RAA8R,gUAAgU,kTAAkT,iTAAiT,4HAA4H,6RAA6R,mTAAmT,qSAAqS,6VAA6V,mUAAmU,kUAAkU,qPAAqP,kOAAkO,miBAAmiB,ohBAAohB,gSAAgS,mUAAmU,uJAAuJ,0TAA0T,8zBAA8zB,4UAA4U,8YAA8Y,01BAA01B,gbAAgb,6WAA6W,4uBAA4uB,0TAA0T,uMAAuM,kSAAkS,gPAAgP,wSAAwS,iTAAiT,o1BAAo1B,6aAA6a,2bAA2b,ibAAib,iaAAia,wUAAwU,qPAAqP,wUAAwU,oPAAoP,qSAAqS,iSAAiS,uSAAuS,8TAA8T,mSAAmS,22BAA22B,kYAAkY,+bAA+b,0MAA0M,kTAAkT,8UAA8U,oYAAoY,mUAAmU,4YAA4Y,+gBAA+gB,0YAA0Y,olBAAolB,sWAAsW,kVAAkV,uSAAuS,gPAAgP,w9jBAAw9jB,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,2qHAA2qH,gjNAAgjN,EAU9ryJC,EAAgBC,GAAQ/C,GAAU6C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,kCAAkCA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,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,cAAc,IAAI,uEAAuE,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,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,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,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,iBAAiB,OAAO,SAAS,MAAM,SAAS,IAAI,8FAA8F,OAAO,KAAK,EAAE,CAAC,OAAO,iBAAiB,OAAO,SAAS,MAAM,SAAS,IAAI,8FAA8F,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGvG,GAAU,GAAGG,GAAgB,GAAGI,GAAiB,GAAGK,GAAY,GAAGE,GAAkB,GAAGE,GAAY,GAAGE,GAAc,GAAGE,GAA6B,GAAGE,GAA6B,GAAGE,GAA6B,GAAGE,GAAY,GAAGiF,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAClzL,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,OAAO,uBAAyB,GAAG,4BAA8B,OAAO,sBAAwB,IAAI,qBAAuB,OAAO,oCAAsC,4JAA0L,yBAA2B,QAAQ,6BAA+B,OAAO,sBAAwB,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["MIN_EXPAND_TEXT_LENGTH", "MAX_EXPAND_TEXT_LENGTH", "format", "EssayExpanderForm", "prompt", "setPrompt", "ye", "isEssayGenerated", "setIsEssayGenerated", "expandLength", "setExpandLength", "handleSliderChange", "e", "handleSubmit", "inputText", "cleanedContent", "getGroqChatCompletion", "clearInputs", "p", "TextInputFramework_default", "u", "labelStyle", "Form", "props", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "FormFonts", "getFonts", "Form", "PrimaryCTAFonts", "tO06mN869_default", "ContainerWithOptimizedAppearEffect", "Container", "SocialProofFonts", "kAQTH90bG_default", "MotionDivWithFXWithOptimizedAppearEffect", "withFX", "motion", "TickerFonts", "X2s2_ZThv_default", "FeatureBadgeFonts", "Rx11D77X9_default", "NavbarFonts", "fxukFy9qH_default", "PhosphorFonts", "Icon", "ElementsAccordionCopy14Fonts", "w8tNl30LD_default", "ElementsAccordionCopy15Fonts", "paPYK2X58_default", "ElementsAccordionCopy16Fonts", "oIYXMoO2J_default", "FooterFonts", "mg201gHDw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transformTemplate1", "_", "t", "equals", "a", "b", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "F7ScVOwlmbtE696lin", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "ref2", "visible", "isDisplayed", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "getLocalizedValue", "x", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "Link", "css", "FramerSkRV6VNoV", "withCSS", "SkRV6VNoV_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
