{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js", "ssg:https://framerusercontent.com/modules/rWkQ2Q9fnfdmUceABafH/inBclLZvdaHpd0Hh1g2T/ooN27jzMX.js", "ssg:https://framerusercontent.com/modules/oXgoAq5RWwCbMK7pNqjb/QlwU4kSP9CIg7tlQfvOS/W7hEFK1dz.js", "ssg:https://framerusercontent.com/modules/cGGZOIxPid6grHMU6FZv/rgIRpZrneViN2sunZ1QF/ot6MQRAmI.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */export default function AvoidLayoutJumping({direction,style}){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ref=useRef(null);const rafId=useRef();const vertical=direction===\"vertical\"||direction===\"both\";const horizontal=direction===\"horizontal\"||direction===\"both\";useEffect(()=>{if(isCanvas)return;const parent=ref.current?.parentElement?.parentElement;if(!parent)return;const container=parent.parentElement;if(!container)return;const updateSize=()=>{const rect=parent.getBoundingClientRect();if(horizontal){container.style.width=`${rect.width}px`;}if(vertical){container.style.height=`${rect.height}px`;}rafId.current=requestAnimationFrame(updateSize);};// Start the RAF loop\nrafId.current=requestAnimationFrame(updateSize);return()=>{if(rafId.current){cancelAnimationFrame(rafId.current);}if(container){if(horizontal){container.style.width=\"\";}if(vertical){container.style.height=\"\";}}};},[direction]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...style}});}AvoidLayoutJumping.displayName=\"Layout Jump Preventer\";addPropertyControls(AvoidLayoutJumping,{direction:{type:ControlType.Enum,defaultValue:\"vertical\",options:[\"vertical\",\"horizontal\",\"both\"],optionTitles:[\"Vertical\",\"Horizontal\",\"Both\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",// @ts-ignore\noptionIcons:[\"direction-vertical\",\"direction-horizontal\",\"direction-all\"],description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AvoidLayoutJumping\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AvoidLayoutJumping_Prod.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/iJWePECoq6ePHgqb9QsG/2FaCeDWKzEMLIDt2vABL/Iadu_5OYJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oluht0195hphOdzp6tQn/HFjqBUwnRje4XGP59l7i/zippme_qp.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"AeVDYxKqY\",\"YQFZrpSlg\",\"DJPib9xtL\",\"xOGOgdhKq\"];const serializationHash=\"framer-B8p1T\";const variantClassNames={AeVDYxKqY:\"framer-v-cgknq2\",DJPib9xtL:\"framer-v-12txxmu\",xOGOgdhKq:\"framer-v-1ud49xv\",YQFZrpSlg:\"framer-v-1d5h6bt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop open\":\"YQFZrpSlg\",\"Phone open\":\"xOGOgdhKq\",Desktop:\"AeVDYxKqY\",Phone:\"DJPib9xtL\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,qjzLotycz:answer??props.qjzLotycz??\"Answer\",v7GmS5esQ:question??props.v7GmS5esQ??\"Question\",variant:humanReadableVariantMap[props.variant]??props.variant??\"AeVDYxKqY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,v7GmS5esQ,qjzLotycz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AeVDYxKqY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ktkfcz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"YQFZrpSlg\");});const onTap1y1ipo5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"AeVDYxKqY\");});const onTap116wcpq=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"xOGOgdhKq\");});const onTap10s5an=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"DJPib9xtL\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cgknq2\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AeVDYxKqY\",onTap:onTap1ktkfcz,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f71cccd9-1bf8-427e-93f0-c488188b6a50, rgba(255, 255, 255, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-cec14d02-9e00-4df9-8511-2982849e008a, rgb(17, 17, 17))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({DJPib9xtL:{\"data-framer-name\":\"Phone\",onTap:onTap116wcpq},xOGOgdhKq:{\"data-framer-name\":\"Phone open\",onTap:onTap10s5an},YQFZrpSlg:{\"data-framer-name\":\"Desktop open\",onTap:onTap1y1ipo5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fxyfu2\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"ROzla8qQO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-grx4yz\",layoutDependency:layoutDependency,layoutId:\"qb0J6rFmv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1t0qbzo\",\"data-styles-preset\":\"zippme_qp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:\"Question\"})}),className:\"framer-c9fxe5\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uJLjss0pT\",style:{\"--extracted-r6o4lv\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:v7GmS5esQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hynq0l\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"C5Vx2bokw\",style:{backgroundColor:\"var(--token-77d751c9-08ac-4e2f-8376-f52fe7da9abd, rgb(38, 38, 38))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4gkvmq-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OrSlREryy-container\",nodeId:\"OrSlREryy\",rendersWithMotion:true,scopeId:\"ooN27jzMX\",style:{rotate:0},variants:{DJPib9xtL:{rotate:0},xOGOgdhKq:{rotate:135},YQFZrpSlg:{rotate:135}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"plus\",iconSelection:\"House\",id:\"OrSlREryy\",layoutId:\"OrSlREryy\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l6ru0c\",\"data-framer-name\":\"answer\",layoutDependency:layoutDependency,layoutId:\"iiB9uXFsv\",style:{opacity:0},variants:{xOGOgdhKq:{opacity:1},YQFZrpSlg:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16xzgux\",\"data-styles-preset\":\"Iadu_5OYJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.56)))\"},children:\"Answer\"})}),className:\"framer-1jhfy8u\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TZqWIADck\",style:{\"--extracted-r6o4lv\":\"var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.56))\",\"--framer-paragraph-spacing\":\"0px\"},text:qjzLotycz,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-B8p1T.framer-1t8uvd3, .framer-B8p1T .framer-1t8uvd3 { display: block; }\",\".framer-B8p1T.framer-cgknq2 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-B8p1T .framer-fxyfu2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B8p1T .framer-grx4yz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B8p1T .framer-c9fxe5 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-B8p1T .framer-1hynq0l { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); overflow: hidden; position: relative; width: 46px; will-change: var(--framer-will-change-override, transform); }\",\".framer-B8p1T .framer-4gkvmq-container { flex: none; height: 25px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 25px / 2); width: 24px; }\",\".framer-B8p1T .framer-l6ru0c { align-content: center; align-items: center; bottom: -100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; max-width: 95%; overflow: visible; padding: 0px; pointer-events: none; position: absolute; width: 100%; z-index: 1; }\",\".framer-B8p1T .framer-1jhfy8u { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B8p1T.framer-cgknq2, .framer-B8p1T .framer-fxyfu2, .framer-B8p1T .framer-grx4yz, .framer-B8p1T .framer-l6ru0c { gap: 0px; } .framer-B8p1T.framer-cgknq2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-B8p1T.framer-cgknq2 > :first-child, .framer-B8p1T .framer-fxyfu2 > :first-child { margin-top: 0px; } .framer-B8p1T.framer-cgknq2 > :last-child, .framer-B8p1T .framer-fxyfu2 > :last-child { margin-bottom: 0px; } .framer-B8p1T .framer-fxyfu2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-B8p1T .framer-grx4yz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-B8p1T .framer-grx4yz > :first-child, .framer-B8p1T .framer-l6ru0c > :first-child { margin-left: 0px; } .framer-B8p1T .framer-grx4yz > :last-child, .framer-B8p1T .framer-l6ru0c > :last-child { margin-right: 0px; } .framer-B8p1T .framer-l6ru0c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-B8p1T.framer-v-1d5h6bt .framer-l6ru0c { bottom: unset; left: unset; position: relative; }\",\".framer-B8p1T.framer-v-12txxmu.framer-cgknq2 { gap: 20px; width: 390px; }\",\".framer-B8p1T.framer-v-12txxmu .framer-fxyfu2 { gap: 20px; }\",\".framer-B8p1T.framer-v-12txxmu .framer-c9fxe5, .framer-B8p1T.framer-v-1ud49xv .framer-c9fxe5 { --framer-text-wrap-override: balance; }\",\".framer-B8p1T.framer-v-12txxmu .framer-1hynq0l, .framer-B8p1T.framer-v-1ud49xv .framer-1hynq0l { height: var(--framer-aspect-ratio-supported, 42px); width: 42px; }\",\".framer-B8p1T.framer-v-12txxmu .framer-4gkvmq-container, .framer-B8p1T.framer-v-1ud49xv .framer-4gkvmq-container { height: 22px; left: calc(50.00000000000002% - 22px / 2); top: calc(50.00000000000002% - 22px / 2); width: 22px; }\",\".framer-B8p1T.framer-v-12txxmu .framer-l6ru0c { bottom: unset; max-width: unset; top: 102px; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B8p1T.framer-v-12txxmu.framer-cgknq2, .framer-B8p1T.framer-v-12txxmu .framer-fxyfu2 { gap: 0px; } .framer-B8p1T.framer-v-12txxmu.framer-cgknq2 > *, .framer-B8p1T.framer-v-12txxmu .framer-fxyfu2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-B8p1T.framer-v-12txxmu.framer-cgknq2 > :first-child, .framer-B8p1T.framer-v-12txxmu .framer-fxyfu2 > :first-child { margin-top: 0px; } .framer-B8p1T.framer-v-12txxmu.framer-cgknq2 > :last-child, .framer-B8p1T.framer-v-12txxmu .framer-fxyfu2 > :last-child { margin-bottom: 0px; } }\",\".framer-B8p1T.framer-v-1ud49xv.framer-cgknq2 { gap: 18px; width: 390px; }\",\".framer-B8p1T.framer-v-1ud49xv .framer-fxyfu2 { gap: 12px; }\",\".framer-B8p1T.framer-v-1ud49xv .framer-l6ru0c { bottom: unset; left: unset; max-width: unset; position: relative; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B8p1T.framer-v-1ud49xv.framer-cgknq2, .framer-B8p1T.framer-v-1ud49xv .framer-fxyfu2 { gap: 0px; } .framer-B8p1T.framer-v-1ud49xv.framer-cgknq2 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-B8p1T.framer-v-1ud49xv.framer-cgknq2 > :first-child, .framer-B8p1T.framer-v-1ud49xv .framer-fxyfu2 > :first-child { margin-top: 0px; } .framer-B8p1T.framer-v-1ud49xv.framer-cgknq2 > :last-child, .framer-B8p1T.framer-v-1ud49xv .framer-fxyfu2 > :last-child { margin-bottom: 0px; } .framer-B8p1T.framer-v-1ud49xv .framer-fxyfu2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-B8p1T[data-border=\"true\"]::after, .framer-B8p1T [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 78\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YQFZrpSlg\":{\"layout\":[\"fixed\",\"auto\"]},\"DJPib9xtL\":{\"layout\":[\"fixed\",\"auto\"]},\"xOGOgdhKq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"v7GmS5esQ\":\"question\",\"qjzLotycz\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerooN27jzMX=withCSS(Component,css,\"framer-B8p1T\");export default FramerooN27jzMX;FramerooN27jzMX.displayName=\"Question\";FramerooN27jzMX.defaultProps={height:78,width:1200};addPropertyControls(FramerooN27jzMX,{variant:{options:[\"AeVDYxKqY\",\"YQFZrpSlg\",\"DJPib9xtL\",\"xOGOgdhKq\"],optionTitles:[\"Desktop\",\"Desktop open\",\"Phone\",\"Phone open\"],title:\"Variant\",type:ControlType.Enum},v7GmS5esQ:{defaultValue:\"Question\",displayTextArea:false,title:\"Question\",type:ControlType.String},qjzLotycz:{defaultValue:\"Answer\",displayTextArea:false,title:\"Answer\",type:ControlType.String}});addFonts(FramerooN27jzMX,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerooN27jzMX\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YQFZrpSlg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DJPib9xtL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xOGOgdhKq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"v7GmS5esQ\\\":\\\"question\\\",\\\"qjzLotycz\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"78\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ooN27jzMX.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LayoutJumpPreventer from\"https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js\";import Question from\"https://framerusercontent.com/modules/rWkQ2Q9fnfdmUceABafH/inBclLZvdaHpd0Hh1g2T/ooN27jzMX.js\";const LayoutJumpPreventerFonts=getFonts(LayoutJumpPreventer);const QuestionFonts=getFonts(Question);const cycleOrder=[\"s7eQObw9H\",\"xb1I3ccOh\"];const serializationHash=\"framer-U19aH\";const variantClassNames={s7eQObw9H:\"framer-v-8l30uo\",xb1I3ccOh:\"framer-v-1l43dei\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"s7eQObw9H\",Phone:\"xb1I3ccOh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"s7eQObw9H\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"s7eQObw9H\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-8l30uo\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"s7eQObw9H\",ref:refBinding,style:{...style},...addPropertyOverrides({xb1I3ccOh:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-164kefk-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"DY3uBh0XL-container\",nodeId:\"DY3uBh0XL\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LayoutJumpPreventer,{direction:\"vertical\",height:\"100%\",id:\"DY3uBh0XL\",layoutId:\"DY3uBh0XL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||670)-0-588)/2+0+0),...addPropertyOverrides({xb1I3ccOh:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||812)-0-588)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-seqgee-container\",layoutDependency:layoutDependency,layoutId:\"S0Q4s26le-container\",nodeId:\"S0Q4s26le\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"S0Q4s26le\",layoutId:\"S0Q4s26le\",qjzLotycz:\"To get started, all you need is a computer and some free time. Some previous customers have launched their website within a few days of purchase and some take their time to perfect the site. There\u2019s no set timeline, it\u2019s totally up to you. Framer is completely free to start using and you only need to purchase a plan when you\u2019re ready to publish your site. When you\u2019re ready to publish, you\u2019ll need a custom domain.\",style:{width:\"100%\"},v7GmS5esQ:\"What do I need to get started? \",variant:\"YQFZrpSlg\",width:\"100%\",...addPropertyOverrides({xb1I3ccOh:{variant:\"xOGOgdhKq\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||670)-0-588)/2+78+24),...addPropertyOverrides({xb1I3ccOh:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||812)-0-588)/2+78+24)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bjjxzv-container\",layoutDependency:layoutDependency,layoutId:\"MmS_CDi6K-container\",nodeId:\"MmS_CDi6K\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"MmS_CDi6K\",layoutId:\"MmS_CDi6K\",qjzLotycz:\"Your purchase includes your customizable Framer template, my Template to Launch course with over 15+ video tutorials, ongoing customer support, lifetime template updates, and 3 months of Framer Pro (annual).  Outside of your template purchase, you would need to purchase a Framer subscription (when you\u2019re ready to publish) and your custom domain (yourdomain.com).\",style:{width:\"100%\"},v7GmS5esQ:\"What\u2019s included in my purchase? \",variant:\"AeVDYxKqY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||670)-0-588)/2+156+48),...addPropertyOverrides({xb1I3ccOh:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||812)-0-588)/2+156+48)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6mtl98-container\",layoutDependency:layoutDependency,layoutId:\"MkovgCqRC-container\",nodeId:\"MkovgCqRC\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"MkovgCqRC\",layoutId:\"MkovgCqRC\",qjzLotycz:\"Your website is 90% done before you even start. I\u2019ve spent hours designing so you don\u2019t have to\u2014just swap out the colors and images, add your written content, and make any final tweaks. If you\u2019ve never used a website builder before, there will likely be a slight learning curve. But that\u2019s why I\u2019ve provided a step-by-step video course and also offer support in case you ever get stuck. \",style:{width:\"100%\"},v7GmS5esQ:\"How easy is it to edit for beginners?\",variant:\"AeVDYxKqY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||670)-0-588)/2+234+72),...addPropertyOverrides({xb1I3ccOh:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||812)-0-588)/2+234+72)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rzff9y-container\",layoutDependency:layoutDependency,layoutId:\"Dg8Y9S6D7-container\",nodeId:\"Dg8Y9S6D7\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"Dg8Y9S6D7\",layoutId:\"Dg8Y9S6D7\",qjzLotycz:\"Once you\u2019ve chosen a template that fits your needs, you\u2019ll instantly receive your template in your inbox in the form of a \u201CRemix\u201D link. Once you click the link, you\u2019ll be directed to Framer where you\u2019ll be asked to create a free account (if you haven\u2019t already) and the template will be copied into your account. From there, you can start customizing. \",style:{width:\"100%\"},v7GmS5esQ:\"How do Framer templates work? \",variant:\"AeVDYxKqY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||670)-0-588)/2+312+96),...addPropertyOverrides({xb1I3ccOh:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||812)-0-588)/2+312+96)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g647x3-container\",layoutDependency:layoutDependency,layoutId:\"duskDWRnN-container\",nodeId:\"duskDWRnN\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"duskDWRnN\",layoutId:\"duskDWRnN\",qjzLotycz:\"Yes, with your template purchase, you not only get access to ongoing email support, but you also get access to my Template to Launch course with over 15+ video tutorials to help you customize and launch your site. \",style:{width:\"100%\"},v7GmS5esQ:\"Do you offer support?\",variant:\"AeVDYxKqY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||670)-0-588)/2+390+120),...addPropertyOverrides({xb1I3ccOh:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||812)-0-588)/2+390+120)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2u8zet-container\",layoutDependency:layoutDependency,layoutId:\"qVlFSgZbt-container\",nodeId:\"qVlFSgZbt\",rendersWithMotion:true,scopeId:\"W7hEFK1dz\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"qVlFSgZbt\",layoutId:\"qVlFSgZbt\",qjzLotycz:\"Due to the digital nature of my products, all sales are final, and refunds will not be issued. Please ensure you review all product details carefully before purchasing. If you have any questions or need clarification, feel free to reach out before completing your order.\",style:{width:\"100%\"},v7GmS5esQ:\"What\u2019s your refund policy? \",variant:\"AeVDYxKqY\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-U19aH.framer-8iit9u, .framer-U19aH .framer-8iit9u { display: block; }\",\".framer-U19aH.framer-8l30uo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-U19aH .framer-164kefk-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; width: auto; z-index: 1; }\",\".framer-U19aH .framer-seqgee-container, .framer-U19aH .framer-bjjxzv-container, .framer-U19aH .framer-6mtl98-container, .framer-U19aH .framer-1rzff9y-container, .framer-U19aH .framer-1g647x3-container, .framer-U19aH .framer-2u8zet-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-U19aH.framer-8l30uo { gap: 0px; } .framer-U19aH.framer-8l30uo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-U19aH.framer-8l30uo > :first-child { margin-top: 0px; } .framer-U19aH.framer-8l30uo > :last-child { margin-bottom: 0px; } }\",\".framer-U19aH.framer-v-1l43dei.framer-8l30uo { width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 670\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xb1I3ccOh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW7hEFK1dz=withCSS(Component,css,\"framer-U19aH\");export default FramerW7hEFK1dz;FramerW7hEFK1dz.displayName=\"Questions Accordion\";FramerW7hEFK1dz.defaultProps={height:670,width:1200};addPropertyControls(FramerW7hEFK1dz,{variant:{options:[\"s7eQObw9H\",\"xb1I3ccOh\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerW7hEFK1dz,[{explicitInter:true,fonts:[]},...LayoutJumpPreventerFonts,...QuestionFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW7hEFK1dz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xb1I3ccOh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"670\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W7hEFK1dz.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/uh5STuZ44iGuRGw3y5qi/ZrjJkStWFn5460SbiFNI/DRr6MVc9k.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7E19cznxJDyQUG8Vta7x/ioGhcgDBsV9dwCA8Mf46/WSSRYTndc.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/oluht0195hphOdzp6tQn/HFjqBUwnRje4XGP59l7i/zippme_qp.js\";import ButtonsButton2 from\"https://framerusercontent.com/modules/niLPN2acqOmmVPPTgnGT/r5bVcA8Bemc0q24Mst3h/l3iIPRECW.js\";import FAQQuestions2 from\"https://framerusercontent.com/modules/oXgoAq5RWwCbMK7pNqjb/QlwU4kSP9CIg7tlQfvOS/W7hEFK1dz.js\";const ButtonsButton2Fonts=getFonts(ButtonsButton2);const FAQQuestions2Fonts=getFonts(FAQQuestions2);const cycleOrder=[\"CaYHtPtKJ\",\"x19hmLqC4\",\"StqD3VpAG\"];const serializationHash=\"framer-CKRdc\";const variantClassNames={CaYHtPtKJ:\"framer-v-1odyr4q\",StqD3VpAG:\"framer-v-yl5gss\",x19hmLqC4:\"framer-v-mmqkp3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"CaYHtPtKJ\",Phone:\"StqD3VpAG\",Tablet:\"x19hmLqC4\"};const getProps=({headline,height,id,width,...props})=>{return{...props,lzOUbSqHh:headline??props.lzOUbSqHh??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"CaYHtPtKJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,lzOUbSqHh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CaYHtPtKJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1odyr4q\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CaYHtPtKJ\",ref:refBinding,style:{backgroundColor:\"var(--token-2007957d-a074-4c0c-8a33-8d85ed1ba0fd, rgb(0, 0, 0))\",...style},...addPropertyOverrides({StqD3VpAG:{\"data-framer-name\":\"Phone\"},x19hmLqC4:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ld3rir\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Y7ILBnteI\",children:[lzOUbSqHh&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-136448b\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"gAqRKTZ90\",children:[/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"k4P2jOPV_\",scopeId:\"ot6MQRAmI\",...addPropertyOverrides({StqD3VpAG:{href:{webPageId:\"t6ND4TfvL\"},openInNewTab:false},x19hmLqC4:{href:{webPageId:\"t6ND4TfvL\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bm5gry framer-1tboub1\",\"data-framer-name\":\"Badge\",layoutDependency:layoutDependency,layoutId:\"k4P2jOPV_\",style:{backgroundColor:\"var(--token-77d751c9-08ac-4e2f-8376-f52fe7da9abd, rgb(38, 38, 38))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l7ggan\",\"data-styles-preset\":\"WSSRYTndc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:\"FAQ\"})}),className:\"framer-7emmbu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"D7dpRY_6F\",style:{\"--extracted-r6o4lv\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{StqD3VpAG:{\"--extracted-gdpscs\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\"},x19hmLqC4:{\"--extracted-gdpscs\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({StqD3VpAG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-l7ggan\",\"data-styles-preset\":\"WSSRYTndc\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:\"FAQ\"})})},x19hmLqC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-l7ggan\",\"data-styles-preset\":\"WSSRYTndc\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:\"FAQ\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3obcbb\",layoutDependency:layoutDependency,layoutId:\"XcOj6gnly\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{className:\"framer-styles-preset-ssfadv\",\"data-styles-preset\":\"DRr6MVc9k\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255)))\"},children:[\"Questions? \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1sp2osd, var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.56)))\"},children:\"Answers.\"})]})}),className:\"framer-d5g7fy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bKe6G_NxK\",style:{\"--extracted-1sp2osd\":\"var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.56))\",\"--extracted-gdpscs\":\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1t0qbzo\",\"data-styles-preset\":\"zippme_qp\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.56)))\"},children:\"I've answered the most common questions below. If you need to know anything else, just reach out and I'll get back to you quickly.\"})}),className:\"framer-1rm89ig\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Qp3AtfI1L\",style:{\"--extracted-r6o4lv\":\"var(--token-5a8c46ea-26d4-4fbb-9dba-c7522fca8089, rgba(255, 255, 255, 0.56))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n8V_3bUVC\"},implicitPathVariables:undefined},{href:{webPageId:\"n8V_3bUVC\"},implicitPathVariables:undefined},{href:{webPageId:\"n8V_3bUVC\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1203.5)-160-1076.4)/2+0+0)+0+0+0+298.4,...addPropertyOverrides({StqD3VpAG:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||1470)-128-1084.4)/2+0+0)+0+0+0+306.4},x19hmLqC4:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1209.5)-160-1084.4)/2+0+0)+0+0+0+306.4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yk7ijo-container\",layoutDependency:layoutDependency,layoutId:\"tJ0WZP9AD-container\",nodeId:\"tJ0WZP9AD\",rendersWithMotion:true,scopeId:\"ot6MQRAmI\",children:/*#__PURE__*/_jsx(ButtonsButton2,{DBPeCFRBW:\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",EF7KpE8az:\"var(--token-f8dc39cc-9b31-4d20-8063-4556a3d8afa9, rgb(255, 255, 255))\",height:\"100%\",id:\"tJ0WZP9AD\",layoutId:\"tJ0WZP9AD\",rL56q6S6g:\"ArrowRight\",style:{height:\"100%\"},variant:\"D3_MQ_ynx\",VArIlTNTt:\"Get in touch\",width:\"100%\",X0C_MyY4o:false,Y94ZFdwI6:\"var(--token-77d751c9-08ac-4e2f-8376-f52fe7da9abd, rgb(38, 38, 38))\",ZbmxbSyuG:resolvedLinks[0],...addPropertyOverrides({StqD3VpAG:{ZbmxbSyuG:resolvedLinks[2]},x19hmLqC4:{ZbmxbSyuG:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:670,width:`min(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px), 800px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1203.5)-160-1076.4)/2+0+0)+0+406.4,...addPropertyOverrides({StqD3VpAG:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 800px)`,y:(componentViewport?.y||0)+64+(((componentViewport?.height||1470)-128-1084.4)/2+0+0)+0+414.4},x19hmLqC4:{width:`min(min(${componentViewport?.width||\"100vw\"} - 64px, 1200px), 800px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||1209.5)-160-1084.4)/2+0+0)+0+414.4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16nqj2d-container\",layoutDependency:layoutDependency,layoutId:\"GIqpsjxd5-container\",nodeId:\"GIqpsjxd5\",rendersWithMotion:true,scopeId:\"ot6MQRAmI\",children:/*#__PURE__*/_jsx(FAQQuestions2,{height:\"100%\",id:\"GIqpsjxd5\",layoutId:\"GIqpsjxd5\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"s7eQObw9H\",width:\"100%\",...addPropertyOverrides({StqD3VpAG:{variant:\"xb1I3ccOh\"},x19hmLqC4:{variant:\"xb1I3ccOh\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CKRdc.framer-1tboub1, .framer-CKRdc .framer-1tboub1 { display: block; }\",\".framer-CKRdc.framer-1odyr4q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 80px 64px 80px 64px; position: relative; width: 1200px; }\",\".framer-CKRdc .framer-ld3rir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CKRdc .framer-136448b { 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: 1072px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CKRdc .framer-1bm5gry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-CKRdc .framer-7emmbu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CKRdc .framer-3obcbb { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CKRdc .framer-d5g7fy { flex: none; height: auto; max-width: 786px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-CKRdc .framer-1rm89ig { flex: none; height: auto; max-width: 559px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CKRdc .framer-yk7ijo-container { flex: none; height: 44px; position: relative; width: auto; }\",\".framer-CKRdc .framer-16nqj2d-container { flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CKRdc.framer-1odyr4q, .framer-CKRdc .framer-ld3rir, .framer-CKRdc .framer-136448b, .framer-CKRdc .framer-1bm5gry, .framer-CKRdc .framer-3obcbb { gap: 0px; } .framer-CKRdc.framer-1odyr4q > *, .framer-CKRdc .framer-ld3rir > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-CKRdc.framer-1odyr4q > :first-child, .framer-CKRdc .framer-ld3rir > :first-child, .framer-CKRdc .framer-136448b > :first-child, .framer-CKRdc .framer-3obcbb > :first-child { margin-top: 0px; } .framer-CKRdc.framer-1odyr4q > :last-child, .framer-CKRdc .framer-ld3rir > :last-child, .framer-CKRdc .framer-136448b > :last-child, .framer-CKRdc .framer-3obcbb > :last-child { margin-bottom: 0px; } .framer-CKRdc .framer-136448b > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CKRdc .framer-1bm5gry > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-CKRdc .framer-1bm5gry > :first-child { margin-left: 0px; } .framer-CKRdc .framer-1bm5gry > :last-child { margin-right: 0px; } .framer-CKRdc .framer-3obcbb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-CKRdc.framer-v-mmqkp3.framer-1odyr4q { padding: 80px 32px 80px 32px; width: 810px; }\",\".framer-CKRdc.framer-v-mmqkp3 .framer-1bm5gry, .framer-CKRdc.framer-v-yl5gss .framer-1bm5gry { padding: 8px 12px 8px 12px; text-decoration: none; }\",\".framer-CKRdc.framer-v-mmqkp3 .framer-d5g7fy, .framer-CKRdc.framer-v-mmqkp3 .framer-1rm89ig, .framer-CKRdc.framer-v-yl5gss .framer-d5g7fy { --framer-text-wrap-override: balance; max-width: unset; }\",\".framer-CKRdc.framer-v-yl5gss.framer-1odyr4q { padding: 64px 24px 64px 24px; width: 390px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1203.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"x19hmLqC4\":{\"layout\":[\"fixed\",\"auto\"]},\"StqD3VpAG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lzOUbSqHh\":\"headline\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerot6MQRAmI=withCSS(Component,css,\"framer-CKRdc\");export default Framerot6MQRAmI;Framerot6MQRAmI.displayName=\"FAQ\";Framerot6MQRAmI.defaultProps={height:1203.5,width:1200};addPropertyControls(Framerot6MQRAmI,{variant:{options:[\"CaYHtPtKJ\",\"x19hmLqC4\",\"StqD3VpAG\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},lzOUbSqHh:{defaultValue:true,title:\"Headline\",type:ControlType.Boolean}});addFonts(Framerot6MQRAmI,[{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\"}]},...ButtonsButton2Fonts,...FAQQuestions2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerot6MQRAmI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"lzOUbSqHh\\\":\\\"headline\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1203.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"x19hmLqC4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"StqD3VpAG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "8jBAKkB,SAARA,EAAoC,CAAC,UAAAC,EAAU,MAAAC,CAAK,EAAE,CAAC,IAAMC,EAASC,GAAa,QAAQ,IAAIA,GAAa,OAAaC,EAAIC,EAAO,IAAI,EAAQC,EAAMD,EAAO,EAAQE,EAASP,IAAY,YAAYA,IAAY,OAAaQ,EAAWR,IAAY,cAAcA,IAAY,OAAO,OAAAS,GAAU,IAAI,CAAC,GAAGP,EAAS,OAAO,IAAMQ,EAAON,EAAI,SAAS,eAAe,cAAc,GAAG,CAACM,EAAO,OAAO,IAAMC,EAAUD,EAAO,cAAc,GAAG,CAACC,EAAU,OAAO,IAAMC,EAAW,IAAI,CAAC,IAAMC,EAAKH,EAAO,sBAAsB,EAAKF,IAAYG,EAAU,MAAM,MAAM,GAAGE,EAAK,WAAcN,IAAUI,EAAU,MAAM,OAAO,GAAGE,EAAK,YAAYP,EAAM,QAAQ,sBAAsBM,CAAU,CAAE,EACtqB,OAAAN,EAAM,QAAQ,sBAAsBM,CAAU,EAAQ,IAAI,CAAIN,EAAM,SAAS,qBAAqBA,EAAM,OAAO,EAAMK,IAAcH,IAAYG,EAAU,MAAM,MAAM,IAAOJ,IAAUI,EAAU,MAAM,OAAO,IAAK,CAAE,EAAE,CAACX,CAAS,CAAC,EAAsBc,EAAK,MAAM,CAAC,IAAIV,EAAI,MAAM,CAAC,GAAGH,CAAK,CAAC,CAAC,CAAE,CAACF,EAAmB,YAAY,wBAAwBgB,EAAoBhB,EAAmB,CAAC,UAAU,CAAC,KAAKiB,EAAY,KAAK,aAAa,WAAW,QAAQ,CAAC,WAAW,aAAa,MAAM,EAAE,aAAa,CAAC,WAAW,aAAa,MAAM,EAAE,wBAAwB,GAAK,0BAA0B,WACrkB,YAAY,CAAC,qBAAqB,uBAAuB,eAAe,EAAE,YAAY,oEAAoE,CAAC,CAAC,ECNwnB,IAAMC,GAAcC,EAASC,EAAQ,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,eAAe,YAAY,aAAa,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUL,GAAQK,EAAM,WAAW,SAAS,UAAUF,GAAUE,EAAM,WAAW,WAAW,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,GAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,GAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,EAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,KAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAaL,EAAsB,SAASI,KAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAaN,EAAsB,SAASI,KAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAYP,EAAsB,SAASI,KAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAmFW,GAAkBC,EAAGpE,GAAkB,GAA5F,CAAa4C,GAAuBA,EAAS,CAAuE,EAAE,OAAoB3B,EAAKoD,EAAY,CAAC,GAAGxB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUgB,EAAGD,GAAkB,gBAAgBvB,EAAUM,EAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAa,IAAI3B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,8EAA8E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,MAAM+D,EAAY,EAAE,UAAU,CAAC,mBAAmB,aAAa,MAAMC,EAAW,EAAE,UAAU,CAAC,mBAAmB,eAAe,MAAMF,EAAY,CAAC,EAAEf,EAAYI,EAAc,EAAE,SAAsBiB,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,yCAAyC,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAA0B,CAAC,SAAsBvD,EAAKwD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBf,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,CAAC,EAAE,SAAsBzC,EAAKnB,GAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,OAAO,cAAc,QAAQ,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBzC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uGAAuG,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,yCAAyC,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,+EAA+E,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ2B,GAAI,CAAC,kFAAkF,kFAAkF,6VAA6V,4RAA4R,iRAAiR,sKAAsK,wOAAwO,6LAA6L,8VAA8V,qKAAqK,gkCAAgkC,oGAAoG,4EAA4E,+DAA+D,yIAAyI,sKAAsK,uOAAuO,6GAA6G,4oBAA4oB,4EAA4E,+DAA+D,kIAAkI,utBAAutB,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EASvsbC,EAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,EAAQF,EAAgBA,EAAgB,YAAY,WAAWA,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,eAAe,QAAQ,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,WAAW,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,SAAS,gBAAgB,GAAM,MAAM,SAAS,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,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,CAAC,CAAC,EAAE,GAAG/E,GAAc,GAAGqF,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTtsD,IAAMC,GAAyBC,EAASC,CAAmB,EAAQC,GAAcF,EAASG,CAAQ,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,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,GAAuB,CAACD,EAAMzB,IAAeyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAEyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAU2B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAxC,EAAQ,GAAGyC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAnD,CAAQ,EAAEoD,EAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,IAAIqC,EAAW,QAAA9B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB3B,GAAuBD,EAAMzB,CAAQ,EAAuCsD,EAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBoB,EAAKwC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQjB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMJ,GAAY,SAAsBsD,EAAMvC,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,GAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAG1C,EAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAE8C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAK0C,EAA0B,CAAC,SAAsB1C,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,kBAAkBjD,GAAmB,SAAsBY,EAAKxB,EAAoB,CAAC,UAAU,WAAW,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAMpB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAGxC,EAAqB,CAAC,UAAU,CAAC,GAAGwC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKtB,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,4bAAma,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,kCAAkC,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE8C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAMpB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,GAAGxC,EAAqB,CAAC,UAAU,CAAC,GAAGwC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,GAAG,GAAG,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKtB,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,oXAA+W,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,wCAAmC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesB,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAMpB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,GAAGxC,EAAqB,CAAC,UAAU,CAAC,GAAGwC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,GAAG,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKtB,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,oaAAsY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,wCAAwC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesB,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAMpB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,GAAGxC,EAAqB,CAAC,UAAU,CAAC,GAAGwC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,GAAG,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKtB,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,sYAAmW,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,iCAAiC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesB,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAMpB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,GAAGxC,EAAqB,CAAC,UAAU,CAAC,GAAGwC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,GAAG,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKtB,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,yNAAyN,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,wBAAwB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesB,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAMpB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,KAAK,GAAGxC,EAAqB,CAAC,UAAU,CAAC,GAAGwC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKtB,EAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,iRAAiR,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,mCAA8B,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkE,GAAI,CAAC,kFAAkF,gFAAgF,qQAAqQ,0IAA0I,kTAAkT,2WAA2W,gEAAgE,EAQ5yWC,EAAgBC,EAAQnC,GAAUiC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,sBAAsBA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGvE,GAAyB,GAAGG,EAAa,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRgiB,IAAM0E,GAAoBC,EAASC,EAAc,EAAQC,GAAmBF,EAASG,EAAa,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,SAAAC,EAAS,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUJ,GAAUI,EAAM,WAAW,GAAK,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUyB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,UAAAuC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAAlD,CAAQ,EAAEmD,EAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAImC,EAAW,QAAA5B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiB5B,GAAuBD,EAAMvB,CAAQ,EAA0GqD,EAAkBC,EAAG1D,GAAkB,GAAnH,CAAa2C,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQgB,GAAOC,GAAU,EAAE,OAAoB3C,EAAK4C,EAAY,CAAC,GAAGjB,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG2B,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBd,EAAUK,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,gBAAgB,kEAAkE,GAAGQ,CAAK,EAAE,GAAGxC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAsBW,EAAM3C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBqC,EAAiB,SAAS,YAAY,SAAS,CAACX,GAAwBiB,EAAM3C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBqC,EAAiB,SAAS,YAAY,SAAS,CAAcvC,EAAK8C,GAAK,CAAC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAG7D,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAsBlC,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,QAAQ,iBAAiBqC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBvC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBqC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGtD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAM3C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBqC,EAAiB,SAAS,YAAY,SAAS,CAAcvC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsB0C,EAAM3C,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,CAAC,cAA2BF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,wGAAwG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBqC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,+EAA+E,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAevC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uGAAuG,EAAE,SAAS,oIAAoI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBqC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,+EAA+E,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAevC,EAAKgD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BjD,EAAKkD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,QAAQ,IAAI,QAAQ,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,GAAGtC,EAAqB,CAAC,UAAU,CAAC,GAAGsC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,MAAM,IAAI,QAAQ,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,QAAQ,IAAI,QAAQ,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,KAAK,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBlC,EAAKmD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBZ,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvC,EAAKrB,GAAe,CAAC,UAAU,wEAAwE,UAAU,wEAAwE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,aAAa,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,UAAU,eAAe,MAAM,OAAO,UAAU,GAAM,UAAU,qEAAqE,UAAUsE,EAAc,CAAC,EAAE,GAAGhE,EAAqB,CAAC,UAAU,CAAC,UAAUgE,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAEnB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,WAAW3B,GAAmB,OAAO,mCAAmC,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,QAAQ,IAAI,QAAQ,EAAE,EAAE,GAAG,EAAE,MAAM,GAAGtC,EAAqB,CAAC,UAAU,CAAC,MAAM,WAAWsC,GAAmB,OAAO,kCAAkC,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,MAAM,IAAI,QAAQ,EAAE,EAAE,GAAG,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,kCAAkC,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,QAAQ,IAAI,QAAQ,EAAE,EAAE,GAAG,EAAE,KAAK,CAAC,EAAEO,EAAYI,CAAc,EAAE,SAAsBlC,EAAKmD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBZ,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvC,EAAKnB,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE6C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,kFAAkF,sRAAsR,mSAAmS,mSAAmS,6VAA6V,gHAAgH,+QAA+Q,kMAAkM,uLAAuL,wGAAwG,2HAA2H,quCAAquC,+FAA+F,sJAAsJ,wMAAwM,+FAA+F,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EASz+dC,GAAgBC,EAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,MAAMA,GAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,WAAW,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5E,GAAoB,GAAGG,GAAmB,GAAG+E,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["AvoidLayoutJumping", "direction", "style", "isCanvas", "RenderTarget", "ref", "pe", "rafId", "vertical", "horizontal", "ue", "parent", "container", "updateSize", "rect", "p", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "v7GmS5esQ", "qjzLotycz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ktkfcz", "args", "onTap1y1ipo5", "onTap116wcpq", "onTap10s5an", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerooN27jzMX", "withCSS", "ooN27jzMX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LayoutJumpPreventerFonts", "getFonts", "AvoidLayoutJumping", "QuestionFonts", "ooN27jzMX_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerW7hEFK1dz", "withCSS", "W7hEFK1dz_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsButton2Fonts", "getFonts", "l3iIPRECW_default", "FAQQuestions2Fonts", "W7hEFK1dz_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "headline", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "lzOUbSqHh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "Link", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerot6MQRAmI", "withCSS", "ot6MQRAmI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
