{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js", "ssg:https://framerusercontent.com/modules/74vjbM50qeHGWBnusW55/5gcFtJIEIo8x92W8PZzB/wxnMCpeGc.js", "ssg:https://framerusercontent.com/modules/YnzNjzoVjgL5cqSUbzC9/GSiiSd5SJEB9KuWpw0pj/NI1hxAmwN.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 (ab692b1)\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 sharedStyle2 from\"https://framerusercontent.com/modules/EfIXexlAJzrpBAciC9Gx/v1rl9jjMZKHLpInZaRaI/e7aDdK0vp.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/itrBloWeeeP6hU4bj20Y/35nzSmyl6qdtZwGk5JVp/ujIvcGG5g.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7stqTpaoYNymoJSZSt5m/rV8jUHAbHBF9YmdlGpWo/unwyjnb21.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/u0y7sAPkoHp09V82ssI8/7eDKnMGiZ5rDp2CjPleM/x39OeXlCQ.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"j72trIjtr\",\"P6dtil0fd\",\"yMgK0vLw2\",\"UE2sFNzHB\"];const serializationHash=\"framer-9N585\";const variantClassNames={j72trIjtr:\"framer-v-12cb6zm\",P6dtil0fd:\"framer-v-1bkxakv\",UE2sFNzHB:\"framer-v-1tpnnz3\",yMgK0vLw2:\"framer-v-1qqn3su\"};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={\"portal/Closed\":\"UE2sFNzHB\",\"portal/Open\":\"yMgK0vLw2\",closed:\"P6dtil0fd\",open:\"j72trIjtr\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,ke6M_0szR:answer??props.ke6M_0szR??\"We lead a $350K bridge round with our $100K check. You'll need to bring or raise the remaining $250K. This focused bridge round provides approximately 10 months of growth capital, allowing you to push hard and fast toward key milestones.\",qOraN0wA1:question??props.qOraN0wA1??\"What exactly is your investment structure?\",variant:humanReadableVariantMap[props.variant]??props.variant??\"j72trIjtr\"};};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,qOraN0wA1,ke6M_0szR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"j72trIjtr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1nm1gae=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"j72trIjtr\");});const onTap1y0j65g=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"yMgK0vLw2\");});const onTap1cf1te2=activeVariantCallback(async(...args)=>{setVariant(\"P6dtil0fd\");});const onTapqozkvt=activeVariantCallback(async(...args)=>{setVariant(\"UE2sFNzHB\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"P6dtil0fd\",\"UE2sFNzHB\"].includes(baseVariant))return false;return true;};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-12cb6zm\",className,classNames),\"data-framer-name\":\"open\",layoutDependency:layoutDependency,layoutId:\"j72trIjtr\",ref:refBinding,style:{...style},...addPropertyOverrides({P6dtil0fd:{\"data-framer-name\":\"closed\",\"data-highlight\":true,onTap:onTap1nm1gae},UE2sFNzHB:{\"data-framer-name\":\"portal/Closed\",\"data-highlight\":true,onTap:onTap1y0j65g},yMgK0vLw2:{\"data-framer-name\":\"portal/Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w0a3qv\",\"data-framer-name\":\"Container\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"C54w7KFrO\",onTap:onTap1cf1te2,...addPropertyOverrides({yMgK0vLw2:{onTap:onTapqozkvt}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1jh6rzi\",\"data-styles-preset\":\"unwyjnb21\",children:\"What exactly is your investment structure?\"})}),className:\"framer-19vljfh\",\"data-framer-name\":\"Question\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sBRnnMq_X\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:qOraN0wA1,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({UE2sFNzHB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-ktdrgw\",\"data-styles-preset\":\"ujIvcGG5g\",children:\"What exactly is your investment structure?\"})})},yMgK0vLw2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-ktdrgw\",\"data-styles-preset\":\"ujIvcGG5g\",children:\"What exactly is your investment structure?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k442z0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mM8f04z0G-container\",nodeId:\"mM8f04z0G\",rendersWithMotion:true,scopeId:\"wxnMCpeGc\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-176b90fc-dce2-4444-b0b5-e69e80909050, rgb(75, 85, 99))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"mM8f04z0G\",layoutId:\"mM8f04z0G\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({P6dtil0fd:{iconSelection:\"Plus\"},UE2sFNzHB:{iconSelection:\"Plus\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-isyqk5\",\"data-styles-preset\":\"e7aDdK0vp\",children:\"We lead a $350K bridge round with our $100K check. You'll need to bring or raise the remaining $250K. This focused bridge round provides approximately 10 months of growth capital, allowing you to push hard and fast toward key milestones.\"})}),className:\"framer-tp4m3g\",\"data-framer-name\":\"Answer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oFi7FE3v8\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.85},text:ke6M_0szR,variants:{yMgK0vLw2:{\"--extracted-r6o4lv\":\"var(--token-176b90fc-dce2-4444-b0b5-e69e80909050, rgb(75, 85, 99))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yMgK0vLw2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6pbzrk\",\"data-styles-preset\":\"x39OeXlCQ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-176b90fc-dce2-4444-b0b5-e69e80909050, rgb(75, 85, 99)))\"},children:\"We lead a $350K bridge round with our $100K check. You'll need to bring or raise the remaining $250K. This focused bridge round provides approximately 10 months of growth capital, allowing you to push hard and fast toward key milestones.\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9N585.framer-1xi6ipu, .framer-9N585 .framer-1xi6ipu { display: block; }\",\".framer-9N585.framer-12cb6zm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1020px; }\",\".framer-9N585 .framer-1w0a3qv { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9N585 .framer-19vljfh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-9N585 .framer-k442z0-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-9N585 .framer-tp4m3g { 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-9N585.framer-12cb6zm, .framer-9N585 .framer-1w0a3qv { gap: 0px; } .framer-9N585.framer-12cb6zm > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-9N585.framer-12cb6zm > :first-child { margin-top: 0px; } .framer-9N585.framer-12cb6zm > :last-child { margin-bottom: 0px; } .framer-9N585 .framer-1w0a3qv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9N585 .framer-1w0a3qv > :first-child { margin-left: 0px; } .framer-9N585 .framer-1w0a3qv > :last-child { margin-right: 0px; } }\",\".framer-9N585.framer-v-1bkxakv.framer-12cb6zm { cursor: pointer; }\",\".framer-9N585.framer-v-1qqn3su.framer-12cb6zm { gap: 12px; }\",\".framer-9N585.framer-v-1qqn3su .framer-k442z0-container, .framer-9N585.framer-v-1tpnnz3 .framer-k442z0-container { height: 16px; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9N585.framer-v-1qqn3su.framer-12cb6zm { gap: 0px; } .framer-9N585.framer-v-1qqn3su.framer-12cb6zm > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-9N585.framer-v-1qqn3su.framer-12cb6zm > :first-child { margin-top: 0px; } .framer-9N585.framer-v-1qqn3su.framer-12cb6zm > :last-child { margin-bottom: 0px; } }\",\".framer-9N585.framer-v-1tpnnz3.framer-12cb6zm { cursor: pointer; gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9N585.framer-v-1tpnnz3.framer-12cb6zm { gap: 0px; } .framer-9N585.framer-v-1tpnnz3.framer-12cb6zm > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-9N585.framer-v-1tpnnz3.framer-12cb6zm > :first-child { margin-top: 0px; } .framer-9N585.framer-v-1tpnnz3.framer-12cb6zm > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96.5\n * @framerIntrinsicWidth 1020\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"P6dtil0fd\":{\"layout\":[\"fixed\",\"auto\"]},\"yMgK0vLw2\":{\"layout\":[\"fixed\",\"auto\"]},\"UE2sFNzHB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qOraN0wA1\":\"question\",\"ke6M_0szR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwxnMCpeGc=withCSS(Component,css,\"framer-9N585\");export default FramerwxnMCpeGc;FramerwxnMCpeGc.displayName=\"Accordion\";FramerwxnMCpeGc.defaultProps={height:96.5,width:1020};addPropertyControls(FramerwxnMCpeGc,{variant:{options:[\"j72trIjtr\",\"P6dtil0fd\",\"yMgK0vLw2\",\"UE2sFNzHB\"],optionTitles:[\"open\",\"closed\",\"portal/Open\",\"portal/Closed\"],title:\"Variant\",type:ControlType.Enum},qOraN0wA1:{defaultValue:\"What exactly is your investment structure?\",displayTextArea:true,title:\"Question\",type:ControlType.String},ke6M_0szR:{defaultValue:\"We lead a $350K bridge round with our $100K check. You'll need to bring or raise the remaining $250K. This focused bridge round provides approximately 10 months of growth capital, allowing you to push hard and fast toward key milestones.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerwxnMCpeGc,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwxnMCpeGc\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"qOraN0wA1\\\":\\\"question\\\",\\\"ke6M_0szR\\\":\\\"answer\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"96.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P6dtil0fd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yMgK0vLw2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UE2sFNzHB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1020\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wxnMCpeGc.map", "// Generated by Framer (ab692b1)\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 Accordion from\"https://framerusercontent.com/modules/74vjbM50qeHGWBnusW55/5gcFtJIEIo8x92W8PZzB/wxnMCpeGc.js\";const LayoutJumpPreventerFonts=getFonts(LayoutJumpPreventer);const AccordionFonts=getFonts(Accordion);const cycleOrder=[\"DlWLOpV_u\",\"Xe3fHzFBx\",\"z87Ee_G5z\"];const serializationHash=\"framer-hjgFM\";const variantClassNames={DlWLOpV_u:\"framer-v-p6fils\",Xe3fHzFBx:\"framer-v-dr5idx\",z87Ee_G5z:\"framer-v-lnxf0r\"};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={\"investor faq\":\"z87Ee_G5z\",Home:\"DlWLOpV_u\",University:\"Xe3fHzFBx\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DlWLOpV_u\"};};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:\"DlWLOpV_u\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"z87Ee_G5z\")return false;return true;};const isDisplayed1=()=>{if([\"Xe3fHzFBx\",\"z87Ee_G5z\"].includes(baseVariant))return false;return true;};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-p6fils\",className,classNames),\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"DlWLOpV_u\",ref:refBinding,style:{...style},...addPropertyOverrides({Xe3fHzFBx:{\"data-framer-name\":\"University\"},z87Ee_G5z:{\"data-framer-name\":\"investor faq\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rxcgpg-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nLsi2r9jf-container\",nodeId:\"nLsi2r9jf\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(LayoutJumpPreventer,{direction:\"vertical\",height:\"100%\",id:\"nLsi2r9jf\",layoutId:\"nLsi2r9jf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+240,...addPropertyOverrides({z87Ee_G5z:{y:(componentViewport?.y||0)+0+232}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bsz8fr-container\",layoutDependency:layoutDependency,layoutId:\"n5S7E8KTX-container\",nodeId:\"n5S7E8KTX\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"n5S7E8KTX\",ke6M_0szR:\"We lead a $350K bridge round with our $100K check. You'll need to bring or raise the remaining $250K. This focused bridge round provides approximately 10 months of growth capital, allowing you to push hard and fast toward key milestones.\",layoutId:\"n5S7E8KTX\",qOraN0wA1:\"What exactly is your investment structure?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\",...addPropertyOverrides({Xe3fHzFBx:{ke6M_0szR:\"OAV University is designed for early-stage founders who have a strong vision but aren't yet ready for our full investment partnership. Ideal candidates have a minimum viable product or prototype, initial market validation, and are actively working on their startup.\",qOraN0wA1:\"Who is OAV University for?\"},z87Ee_G5z:{ke6M_0szR:\"Our minimum investment starts at $50,000 for accredited investors, with opportunities for larger allocations available to qualified partners.\",qOraN0wA1:\"What is the minimum investment amount?\",variant:\"yMgK0vLw2\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+376,...addPropertyOverrides({z87Ee_G5z:{y:(componentViewport?.y||0)+0+360}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q3x8xl-container\",layoutDependency:layoutDependency,layoutId:\"HnRRNp1wR-container\",nodeId:\"HnRRNp1wR\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"HnRRNp1wR\",ke6M_0szR:\"We typically take a 10-40% equity position, with the specific percentage determined by your unique needs as a founder. Our equity is earned based on achieving ambitious milestones together, aligning our incentives with your success.\",layoutId:\"HnRRNp1wR\",qOraN0wA1:\"What equity stake does OAV take?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\",...addPropertyOverrides({Xe3fHzFBx:{ke6M_0szR:\"The Essential tier provides group-based mentorship and basic access to our resources, ideal for founders at the earliest stages. The Premium tier offers more personalized 1:1 support, complete resource access, and prioritized consideration for our investment partnership.\",qOraN0wA1:\"What's the difference between the Essential and Premium tiers?\"},z87Ee_G5z:{ke6M_0szR:\"Your investment is strategically allocated across multiple portfolio companies based on our current investment opportunities and diversification strategy.\",qOraN0wA1:\"How is my investment allocated across portfolio companies?\",variant:\"yMgK0vLw2\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+512,...addPropertyOverrides({z87Ee_G5z:{y:(componentViewport?.y||0)+0+488}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-omt99d-container\",layoutDependency:layoutDependency,layoutId:\"BgLLVspj2-container\",nodeId:\"BgLLVspj2\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"BgLLVspj2\",ke6M_0szR:\"Our model is standardized around the $100K lead investment to create consistent, replicable success across our portfolio. This amount has proven optimal for our hands-on approach over a 10-month period.\",layoutId:\"BgLLVspj2\",qOraN0wA1:\"Do you only invest $100K or can the amount be different?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\",...addPropertyOverrides({Xe3fHzFBx:{ke6M_0szR:\"OAV University is structured as a 6-month program, with a minimum commitment of 3 months. Most founders continue for the full 6 months to maximize their growth and prepare for our investment partnership or other funding opportunities.\",qOraN0wA1:\"How long is the program?\"},z87Ee_G5z:{ke6M_0szR:\"Unlike traditional VCs who primarily provide capital and periodic guidance, we embed an operational team with each portfolio company to actively execute on growth milestones, significantly reducing execution risk.\",qOraN0wA1:\"How do you differ from traditional venture capital?\",variant:\"yMgK0vLw2\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+648,...addPropertyOverrides({z87Ee_G5z:{y:(componentViewport?.y||0)+0+616}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4zh39e-container\",layoutDependency:layoutDependency,layoutId:\"iwmyJ9U98-container\",nodeId:\"iwmyJ9U98\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"iwmyJ9U98\",ke6M_0szR:\"Our capital comes with embedded operational expertise. Unlike traditional VCs who primarily provide funding and occasional guidance, we work alongside you daily to execute on growth initiatives and optimize every dollar spent.\",layoutId:\"iwmyJ9U98\",qOraN0wA1:\"How is your capital different from traditional VC funding?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\",...addPropertyOverrides({Xe3fHzFBx:{ke6M_0szR:\"While OAV University is designed to prepare founders for our investment partnership, completion does not guarantee investment. However, graduates receive priority consideration and are significantly better positioned to qualify for our $350K bridge round model.\",qOraN0wA1:\"Does completing OAV University guarantee investment?\"},z87Ee_G5z:{ke6M_0szR:\"Investors receive quarterly portfolio updates, detailed annual reports, and access to our investor portal with real-time performance metrics and company milestone tracking.\",qOraN0wA1:\"What reporting will I receive as an investor?\",variant:\"yMgK0vLw2\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+784,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qhnp4o-container\",layoutDependency:layoutDependency,layoutId:\"VpU0qNikX-container\",nodeId:\"VpU0qNikX\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"VpU0qNikX\",ke6M_0szR:\"We work with early-stage startups that demonstrate clear product vision and market potential but need both capital and execution expertise to accelerate growth. We're sector-agnostic but look for founders who value hands-on operational support.\",layoutId:\"VpU0qNikX\",qOraN0wA1:\"What types of startups do you work with?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\",...addPropertyOverrides({Xe3fHzFBx:{ke6M_0szR:\"Founders should expect to dedicate 4-6 hours per week to OAV University activities, including mentorship sessions, curriculum work, and networking events. The program is designed to complement your ongoing startup operations, not distract from them.\",qOraN0wA1:\"What kind of time commitment is required?\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+920,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gqsvvc-container\",layoutDependency:layoutDependency,layoutId:\"tn7o7utyO-container\",nodeId:\"tn7o7utyO\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"tn7o7utyO\",ke6M_0szR:\"Ideal candidates have a concept, some early validation, and are ready to accelerate growth with focused capital and execution support.\",layoutId:\"tn7o7utyO\",qOraN0wA1:\"What stage should my startup be at to apply?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1056,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lgpwir-container\",layoutDependency:layoutDependency,layoutId:\"vKS3_jWlI-container\",nodeId:\"vKS3_jWlI\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"vKS3_jWlI\",ke6M_0szR:\"While some traction is helpful, we don't have strict revenue requirements. We're more interested in your product's potential, your understanding of the market, and your openness to our collaborative approach.\",layoutId:\"vKS3_jWlI\",qOraN0wA1:\"Do you require traction or revenue?*\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1192,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5l6yk0-container\",layoutDependency:layoutDependency,layoutId:\"OEQv_JwFZ-container\",nodeId:\"OEQv_JwFZ\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"OEQv_JwFZ\",ke6M_0szR:\"Our process includes an initial application review, an initial meeting with our team, deeper diligence into your market and business model, a meeting with our leadership team, and a final committee vote before extending a term sheet.\",layoutId:\"OEQv_JwFZ\",qOraN0wA1:\"What does your diligence process look like?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1328,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a1dga3-container\",layoutDependency:layoutDependency,layoutId:\"MFJtQ4MKF-container\",nodeId:\"MFJtQ4MKF\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"MFJtQ4MKF\",ke6M_0szR:\"Our team embeds with yours to provide C-suite level expertise across key functions\u2014product development, marketing, sales, operations\u2014and financial managment. We don't just advise; we help execute daily.\",layoutId:\"MFJtQ4MKF\",qOraN0wA1:'What does \"operational expertise\" actually mean?',style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1464,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mxegsf-container\",layoutDependency:layoutDependency,layoutId:\"HNp3grQ0u-container\",nodeId:\"HNp3grQ0u\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"HNp3grQ0u\",ke6M_0szR:\"Very. Unlike traditional VCs who check in periodically, we work daily on the business while having  weekly stand-ups, with founders and provide detailed reporting on execution relating to priorities.  We become an extension of your team throughout the 10-month period.\",layoutId:\"HNp3grQ0u\",qOraN0wA1:\"How hands-on is your involvement?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1600,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g6ht4s-container\",layoutDependency:layoutDependency,layoutId:\"cmMoWTijO-container\",nodeId:\"cmMoWTijO\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"cmMoWTijO\",ke6M_0szR:\"We structure our partnership around 10-month Statement of Work\u2019s with clear deliverables, milestones, and responsibilities. This ensures alignment and accountability from both sides throughout our engagement.\",layoutId:\"cmMoWTijO\",qOraN0wA1:\"What is the 10-month SoW (Statement of Work)?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1736,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nr5un3-container\",layoutDependency:layoutDependency,layoutId:\"z4KBi_Zf9-container\",nodeId:\"z4KBi_Zf9\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"z4KBi_Zf9\",ke6M_0szR:\"On average, our portfolio companies release MVP products to market in 4 -6  months. Our approach it to prove out product market fit, and clear/indentify potential headwinds that can prevent the company from reaching its full potential.\",layoutId:\"z4KBi_Zf9\",qOraN0wA1:\"What results can I expect working with OAV?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1872,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19e11y9-container\",layoutDependency:layoutDependency,layoutId:\"RMYpOBK5G-container\",nodeId:\"RMYpOBK5G\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"RMYpOBK5G\",ke6M_0szR:\"By the end of our engagement, we strive to position the company for the next phase of growth. This might mean raising additional capital, reaching profitability, or continuing our partnership in a new capacity.\",layoutId:\"RMYpOBK5G\",qOraN0wA1:\"What happens after the 10-month period ends?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2008,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1juuhka-container\",layoutDependency:layoutDependency,layoutId:\"m0byIJGOS-container\",nodeId:\"m0byIJGOS\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"m0byIJGOS\",ke6M_0szR:\"We evaluate follow-on investments on a case-by-case basis. \",layoutId:\"m0byIJGOS\",qOraN0wA1:\"Do you participate in follow-on rounds?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2144,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bhx1h2-container\",layoutDependency:layoutDependency,layoutId:\"Rm4Z_NheV-container\",nodeId:\"Rm4Z_NheV\",rendersWithMotion:true,scopeId:\"NI1hxAmwN\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"Rm4Z_NheV\",ke6M_0szR:\"Success varies by company, but our north star is always significant progress against agreed-upon milestones. This might be measured in product development, market traction, revenue, growth, or other key performance indicators specific to your business.\",layoutId:\"Rm4Z_NheV\",qOraN0wA1:\"How do you define success for your portfolio companies?\",style:{width:\"100%\"},variant:\"j72trIjtr\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hjgFM.framer-dzukqo, .framer-hjgFM .framer-dzukqo { display: block; }\",\".framer-hjgFM.framer-p6fils { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1020px; }\",\".framer-hjgFM .framer-1rxcgpg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hjgFM .framer-1bsz8fr-container, .framer-hjgFM .framer-q3x8xl-container, .framer-hjgFM .framer-omt99d-container, .framer-hjgFM .framer-4zh39e-container, .framer-hjgFM .framer-1qhnp4o-container, .framer-hjgFM .framer-1gqsvvc-container, .framer-hjgFM .framer-lgpwir-container, .framer-hjgFM .framer-5l6yk0-container, .framer-hjgFM .framer-a1dga3-container, .framer-hjgFM .framer-mxegsf-container, .framer-hjgFM .framer-1g6ht4s-container, .framer-hjgFM .framer-1nr5un3-container, .framer-hjgFM .framer-19e11y9-container, .framer-hjgFM .framer-1juuhka-container, .framer-hjgFM .framer-1bhx1h2-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hjgFM.framer-p6fils { gap: 0px; } .framer-hjgFM.framer-p6fils > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-hjgFM.framer-p6fils > :first-child { margin-top: 0px; } .framer-hjgFM.framer-p6fils > :last-child { margin-bottom: 0px; } }\",\".framer-hjgFM.framer-v-lnxf0r.framer-p6fils { gap: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hjgFM.framer-v-lnxf0r.framer-p6fils { gap: 0px; } .framer-hjgFM.framer-v-lnxf0r.framer-p6fils > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-hjgFM.framer-v-lnxf0r.framer-p6fils > :first-child { margin-top: 0px; } .framer-hjgFM.framer-v-lnxf0r.framer-p6fils > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2049\n * @framerIntrinsicWidth 1020\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Xe3fHzFBx\":{\"layout\":[\"fixed\",\"auto\"]},\"z87Ee_G5z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNI1hxAmwN=withCSS(Component,css,\"framer-hjgFM\");export default FramerNI1hxAmwN;FramerNI1hxAmwN.displayName=\"Default faq\";FramerNI1hxAmwN.defaultProps={height:2049,width:1020};addPropertyControls(FramerNI1hxAmwN,{variant:{options:[\"DlWLOpV_u\",\"Xe3fHzFBx\",\"z87Ee_G5z\"],optionTitles:[\"Home\",\"University\",\"investor faq\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNI1hxAmwN,[{explicitInter:true,fonts:[]},...LayoutJumpPreventerFonts,...AccordionFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNI1hxAmwN\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xe3fHzFBx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z87Ee_G5z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1020\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"2049\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "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", "qOraN0wA1", "ke6M_0szR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1nm1gae", "args", "onTap1y0j65g", "onTap1cf1te2", "onTapqozkvt", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerwxnMCpeGc", "withCSS", "wxnMCpeGc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LayoutJumpPreventerFonts", "getFonts", "AvoidLayoutJumping", "AccordionFonts", "wxnMCpeGc_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", "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", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerNI1hxAmwN", "withCSS", "NI1hxAmwN_default", "addPropertyControls", "ControlType", "addFonts"]
}
