{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/fxAzaXCXEbIfBoI6IlQ9/PFti8ELdemAEmoXYmMr9/Assessment.js", "ssg:https://framerusercontent.com/modules/Pgr2ryjsbEUtYtmKNHL1/oQHISlEe7gWBzH9C0SG1/rvnFPJSZA.js", "ssg:https://framerusercontent.com/modules/iw0m85CIZhKTtXmqChdc/R0E4KLYQwzTlmI36tmKd/bZOEo2SVK.js", "ssg:https://framerusercontent.com/modules/w4PKVPchGuJ8KBfGZ7Sd/VAt8qyJH0nHfBnmSETtU/wjeb6YDc7.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{Data}from\"framer\";// Shared state for all toggles\nconst appState=Data({question1:\"No\",question2:\"No\",question3:\"No\",question4:\"No\",question5:\"No\",question6:\"No\",question7:\"No\",question8:\"No\",question9:\"No\",question10:\"No\",resultMessage:\"\"});export function ToggleQuestion1(){return{onClick:()=>{appState.question1=appState.question1===\"Yes\"?\"No\":\"Yes\";},variant:appState.question1};}export function ToggleQuestion2(){return{onClick:()=>{appState.question2=appState.question2===\"Yes\"?\"No\":\"Yes\";},variant:appState.question2};}export function ToggleQuestion3(){return{onClick:()=>{appState.question3=appState.question3===\"Yes\"?\"No\":\"Yes\";},variant:appState.question3};}export function ToggleQuestion4(){return{onClick:()=>{appState.question4=appState.question4===\"Yes\"?\"No\":\"Yes\";},variant:appState.question4};}export function ToggleQuestion5(){return{onClick:()=>{appState.question5=appState.question5===\"Yes\"?\"No\":\"Yes\";},variant:appState.question5};}export function ToggleQuestion6(){return{onClick:()=>{appState.question6=appState.question6===\"Yes\"?\"No\":\"Yes\";},variant:appState.question6};}export function ToggleQuestion7(){return{onClick:()=>{appState.question7=appState.question7===\"Yes\"?\"No\":\"Yes\";},variant:appState.question7};}export function ToggleQuestion8(){return{onClick:()=>{appState.question8=appState.question8===\"Yes\"?\"No\":\"Yes\";},variant:appState.question8};}export function ToggleQuestion9(){return{onClick:()=>{appState.question9=appState.question9===\"Yes\"?\"No\":\"Yes\";},variant:appState.question9};}export function ToggleQuestion10(){return{onClick:()=>{appState.question10=appState.question10===\"Yes\"?\"No\":\"Yes\";},variant:appState.question10};}// Override for the submit button\nexport function SubmitButton(){return{onClick:()=>{console.log(\"App State:\",appState);// Calculate score\nconst score=(appState.question1===\"Yes\"?1:0)+(appState.question2===\"Yes\"?1:0)+(appState.question3===\"Yes\"?1:0)+(appState.question4===\"Yes\"?1:0)+(appState.question5===\"Yes\"?1:0)+(appState.question6===\"Yes\"?1:0)+(appState.question7===\"Yes\"?1:0)+(appState.question8===\"Yes\"?1:0)+(appState.question9===\"Yes\"?1:0)+(appState.question10===\"Yes\"?1:0);console.log(\"Score:\",score);// Set result message based on score\nif(score===10){appState.resultMessage=\"You really care about your inventory management. We do too. With Inventory Wave\u2019s pay-as-you-grow inventory management solution, we can probably save you money over what you\u2019re currently spending.\";}else{appState.resultMessage=\"Looks like there may be room for improvement in your current strategy. Inventory Wave\u2019s unified dashboard tracks all sales and shipping data to give you the advantage you want.\";}console.log(\"Result Message:\",appState.resultMessage);// alert(appState.resultMessage)\n}};}// Override for displaying the result message\nexport function ResultText(){return{text:appState.resultMessage};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withToggleQuestion1(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion1(props)});};}withToggleQuestion1.displayName=\"ToggleQuestion1\";export function withToggleQuestion2(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion2(props)});};}withToggleQuestion2.displayName=\"ToggleQuestion2\";export function withToggleQuestion3(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion3(props)});};}withToggleQuestion3.displayName=\"ToggleQuestion3\";export function withToggleQuestion4(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion4(props)});};}withToggleQuestion4.displayName=\"ToggleQuestion4\";export function withToggleQuestion5(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion5(props)});};}withToggleQuestion5.displayName=\"ToggleQuestion5\";export function withToggleQuestion6(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion6(props)});};}withToggleQuestion6.displayName=\"ToggleQuestion6\";export function withToggleQuestion7(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion7(props)});};}withToggleQuestion7.displayName=\"ToggleQuestion7\";export function withToggleQuestion8(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion8(props)});};}withToggleQuestion8.displayName=\"ToggleQuestion8\";export function withToggleQuestion9(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion9(props)});};}withToggleQuestion9.displayName=\"ToggleQuestion9\";export function withToggleQuestion10(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleQuestion10(props)});};}withToggleQuestion10.displayName=\"ToggleQuestion10\";export function withSubmitButton(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...SubmitButton(props)});};}withSubmitButton.displayName=\"SubmitButton\";export function withResultText(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ResultText(props)});};}withResultText.displayName=\"ResultText\";\nexport const __FramerMetadata__ = {\"exports\":{\"ToggleQuestion10\":{\"type\":\"override\",\"name\":\"ToggleQuestion10\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion3\":{\"type\":\"override\",\"name\":\"ToggleQuestion3\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion2\":{\"type\":\"override\",\"name\":\"ToggleQuestion2\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion6\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion6\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion7\":{\"type\":\"override\",\"name\":\"ToggleQuestion7\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion7\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion7\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SubmitButton\":{\"type\":\"override\",\"name\":\"SubmitButton\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion1\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion1\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion5\":{\"type\":\"override\",\"name\":\"ToggleQuestion5\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion3\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion3\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ResultText\":{\"type\":\"override\",\"name\":\"ResultText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion8\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion8\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion10\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion10\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion9\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion9\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion4\":{\"type\":\"override\",\"name\":\"ToggleQuestion4\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withResultText\":{\"type\":\"reactHoc\",\"name\":\"withResultText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion5\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion5\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion6\":{\"type\":\"override\",\"name\":\"ToggleQuestion6\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion1\":{\"type\":\"override\",\"name\":\"ToggleQuestion1\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion2\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion2\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion8\":{\"type\":\"override\",\"name\":\"ToggleQuestion8\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleQuestion9\":{\"type\":\"override\",\"name\":\"ToggleQuestion9\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleQuestion4\":{\"type\":\"reactHoc\",\"name\":\"withToggleQuestion4\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSubmitButton\":{\"type\":\"reactHoc\",\"name\":\"withSubmitButton\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Assessment.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"wCC4qaT_M\",\"vSutqIG68\"];const serializationHash=\"framer-qH1Mx\";const variantClassNames={vSutqIG68:\"framer-v-1qnirat\",wCC4qaT_M:\"framer-v-7roxni\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={No:\"wCC4qaT_M\",Yes:\"vSutqIG68\"};const getProps=({height,id,noText,width,yesText,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,j7ekLYMRM:(_ref=noText!==null&&noText!==void 0?noText:props.j7ekLYMRM)!==null&&_ref!==void 0?_ref:\"NO\",STeZDrI8g:(_ref1=yesText!==null&&yesText!==void 0?yesText:props.STeZDrI8g)!==null&&_ref1!==void 0?_ref1:\"YES\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"wCC4qaT_M\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,STeZDrI8g,j7ekLYMRM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wCC4qaT_M\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1nsb51y=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"vSutqIG68\");});const onTap1s7gw0x=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"wCC4qaT_M\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7roxni\",className,classNames),\"data-framer-name\":\"No\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"wCC4qaT_M\",onTap:onTap1nsb51y,ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,...style},...addPropertyOverrides({vSutqIG68:{\"data-framer-name\":\"Yes\",onTap:onTap1s7gw0x}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7j1e2\",\"data-framer-name\":\"BG Color\",layoutDependency:layoutDependency,layoutId:\"nD70qtjr5\",style:{backgroundColor:\"rgb(16, 16, 18)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w5tiit\",\"data-framer-name\":\"BG Color\",layoutDependency:layoutDependency,layoutId:\"nJkscTJk2\",style:{background:\"linear-gradient(270deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 46.846846846846844%, rgb(255, 255, 255) 53.41181024774775%, rgb(255, 255, 255) 100%)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 23, 23))\"},children:\"NO\"})}),className:\"framer-1p8ycgj\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"h7sZ8cx_l\",style:{\"--extracted-r6o4lv\":\"rgb(23, 23, 23)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:j7ekLYMRM,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 23, 23))\"},children:\"YES\"})}),className:\"framer-120menv\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"O70zfT4_7\",style:{\"--extracted-r6o4lv\":\"rgb(23, 23, 23)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:STeZDrI8g,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8v97oo\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"EbECIgtl3\",style:{backgroundColor:\"rgb(48, 116, 150)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qH1Mx.framer-1q1s3qh, .framer-qH1Mx .framer-1q1s3qh { display: block; }\",\".framer-qH1Mx.framer-7roxni { cursor: pointer; height: 30px; overflow: visible; position: relative; width: 140px; }\",\".framer-qH1Mx .framer-a7j1e2, .framer-qH1Mx .framer-1w5tiit { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; top: 1px; }\",\".framer-qH1Mx .framer-1p8ycgj { flex: none; height: auto; left: 14px; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-qH1Mx .framer-120menv { flex: none; height: auto; position: absolute; right: 15px; top: 50%; white-space: pre; width: auto; }\",\".framer-qH1Mx .framer-8v97oo { bottom: -1px; flex: none; overflow: hidden; position: absolute; right: 0px; top: -1px; width: 80px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qH1Mx.framer-v-1qnirat .framer-8v97oo { left: 0px; right: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vSutqIG68\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"STeZDrI8g\":\"yesText\",\"j7ekLYMRM\":\"noText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrvnFPJSZA=withCSS(Component,css,\"framer-qH1Mx\");export default FramerrvnFPJSZA;FramerrvnFPJSZA.displayName=\"Toggle/Switch\";FramerrvnFPJSZA.defaultProps={height:30,width:140};addPropertyControls(FramerrvnFPJSZA,{variant:{options:[\"wCC4qaT_M\",\"vSutqIG68\"],optionTitles:[\"No\",\"Yes\"],title:\"Variant\",type:ControlType.Enum},STeZDrI8g:{defaultValue:\"YES\",displayTextArea:false,title:\"YesText\",type:ControlType.String},j7ekLYMRM:{defaultValue:\"NO\",description:\"\",displayTextArea:false,title:\"NoText\",type:ControlType.String}});addFonts(FramerrvnFPJSZA,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrvnFPJSZA\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"30\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"140\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vSutqIG68\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"STeZDrI8g\\\":\\\"yesText\\\",\\\"j7ekLYMRM\\\":\\\"noText\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rvnFPJSZA.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withResultText,withSubmitButton,withToggleQuestion1,withToggleQuestion10,withToggleQuestion2,withToggleQuestion3,withToggleQuestion4,withToggleQuestion5,withToggleQuestion6,withToggleQuestion7,withToggleQuestion8,withToggleQuestion9}from\"https://framerusercontent.com/modules/fxAzaXCXEbIfBoI6IlQ9/PFti8ELdemAEmoXYmMr9/Assessment.js\";import ToggleSwitch,*as ToggleSwitchInfo from\"https://framerusercontent.com/modules/Pgr2ryjsbEUtYtmKNHL1/oQHISlEe7gWBzH9C0SG1/rvnFPJSZA.js\";import Button,*as ButtonInfo from\"https://framerusercontent.com/modules/wcrqIktTv95ODu2LnH6E/9BeNSEglaUf0MbQSCS5S/XQYIUjp_n.js\";const RichTextWithFX=withFX(RichText);const ToggleSwitchFonts=getFonts(ToggleSwitch);const ToggleSwitchWithToggleQuestion1WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion1(ToggleSwitch),ToggleSwitchInfo);const MotionDivWithFX=withFX(motion.div);const ToggleSwitchWithToggleQuestion2WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion2(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion3WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion3(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion4WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion4(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion5WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion5(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion6WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion6(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion7WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion7(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion8WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion8(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion9WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion9(ToggleSwitch),ToggleSwitchInfo);const ToggleSwitchWithToggleQuestion10WithMappedReactProps12u1vur=withMappedReactProps(withToggleQuestion10(ToggleSwitch),ToggleSwitchInfo);const ButtonFonts=getFonts(Button);const ButtonWithSubmitButtonWithMappedReactProps1v1ipky=withMappedReactProps(withSubmitButton(Button),ButtonInfo);const RichTextWithResultText=withResultText(RichText);const ToggleSwitchControls=getPropertyControls(ToggleSwitch);const cycleOrder=[\"CEL49zZBy\",\"Tz5XUkCNM\"];const serializationHash=\"framer-0uGKT\";const variantClassNames={CEL49zZBy:\"framer-v-1j8va9a\",Tz5XUkCNM:\"framer-v-110uty\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition2={damping:80,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:40};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={No:\"wCC4qaT_M\",Yes:\"vSutqIG68\"};const humanReadableVariantMap={\"Variant 1\":\"CEL49zZBy\",\"Variant 2\":\"Tz5XUkCNM\"};const getProps=({height,id,question1,question2,question3,question4,width,...props})=>{var _humanReadableEnumMap_question2,_ref,_ref1,_humanReadableEnumMap_question1,_ref2,_ref3,_humanReadableEnumMap_question4,_ref4,_ref5,_humanReadableEnumMap_question3,_ref6,_ref7,_humanReadableVariantMap_props_variant,_ref8;return{...props,NhVIo7r6W:(_ref1=(_ref=(_humanReadableEnumMap_question2=humanReadableEnumMap[question2])!==null&&_humanReadableEnumMap_question2!==void 0?_humanReadableEnumMap_question2:question2)!==null&&_ref!==void 0?_ref:props.NhVIo7r6W)!==null&&_ref1!==void 0?_ref1:\"wCC4qaT_M\",Rge6yFk4n:(_ref3=(_ref2=(_humanReadableEnumMap_question1=humanReadableEnumMap[question1])!==null&&_humanReadableEnumMap_question1!==void 0?_humanReadableEnumMap_question1:question1)!==null&&_ref2!==void 0?_ref2:props.Rge6yFk4n)!==null&&_ref3!==void 0?_ref3:\"wCC4qaT_M\",RtJwjZI9S:(_ref5=(_ref4=(_humanReadableEnumMap_question4=humanReadableEnumMap[question4])!==null&&_humanReadableEnumMap_question4!==void 0?_humanReadableEnumMap_question4:question4)!==null&&_ref4!==void 0?_ref4:props.RtJwjZI9S)!==null&&_ref5!==void 0?_ref5:\"wCC4qaT_M\",Uyukmr2D8:(_ref7=(_ref6=(_humanReadableEnumMap_question3=humanReadableEnumMap[question3])!==null&&_humanReadableEnumMap_question3!==void 0?_humanReadableEnumMap_question3:question3)!==null&&_ref6!==void 0?_ref6:props.Uyukmr2D8)!==null&&_ref7!==void 0?_ref7:\"wCC4qaT_M\",variant:(_ref8=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref8!==void 0?_ref8:\"CEL49zZBy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Rge6yFk4n,NhVIo7r6W,Uyukmr2D8,RtJwjZI9S,fWbmqxeHB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CEL49zZBy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const gQpLABUaI1fq32uz=activeVariantCallback(async(...args)=>{if(fWbmqxeHB){const res=await fWbmqxeHB(...args);if(res===false)return false;}setVariant(\"Tz5XUkCNM\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Tz5XUkCNM\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1j8va9a\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"CEL49zZBy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Tz5XUkCNM:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1c761848-b61e-4ed4-8184-6dce409d5952, rgb(95, 105, 128)))\"},children:\"This quick assessment is designed to help you evaluate your current inventory management practices. By answering a few simple questions, you can gain insights into your efficiency and identify areas for improvement. Take a moment to answer honestly, and use the results to better understand your current capabilities and potential gaps in your inventory management strategy.\"})}),className:\"framer-mofhrl\",\"data-framer-name\":\"Nayzak, everyone in\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fTJ_1lbjV\",style:{\"--extracted-r6o4lv\":\"var(--token-1c761848-b61e-4ed4-8184-6dce409d5952, rgb(95, 105, 128))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-pzas5o\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"NgGj3c0v7\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"1) Do you forecast demand  to avoid carrying excess or insufficient stock?\"})}),className:\"framer-13sde6s\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"uppKH375V\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+175+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t1888z-container\",layoutDependency:layoutDependency,layoutId:\"KjtuwSebi-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion1WithMappedReactProps12u1vur,{height:\"100%\",id:\"KjtuwSebi\",j7ekLYMRM:\"NO\",layoutId:\"KjtuwSebi\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:Rge6yFk4n,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-8hts4e\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"q499xDivL\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"2) Do you use a just-in-time (JIT) or economic order quantity (EOQ) approach?\"})}),className:\"framer-18ky3cb\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"tdB9PgDgI\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+227+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11pulv3-container\",layoutDependency:layoutDependency,layoutId:\"Dyq96ECRt-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion2WithMappedReactProps12u1vur,{height:\"100%\",id:\"Dyq96ECRt\",j7ekLYMRM:\"JIT\",layoutId:\"Dyq96ECRt\",STeZDrI8g:\"EOQ\",style:{height:\"100%\",width:\"100%\"},variant:NhVIo7r6W,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1yfotz\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"ZArqTu5F6\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"3) Do you currently use ERP or inventory management software?\"})}),className:\"framer-1fans6m\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Cd1WWZTm8\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+279+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wgxklo-container\",layoutDependency:layoutDependency,layoutId:\"Uexsi_HL6-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion3WithMappedReactProps12u1vur,{height:\"100%\",id:\"Uexsi_HL6\",j7ekLYMRM:\"No\",layoutId:\"Uexsi_HL6\",STeZDrI8g:\"Yes\",style:{height:\"100%\",width:\"100%\"},variant:Uyukmr2D8,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-mmdps4\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"PFvxjNtjM\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"4) Do you use a barcode or RFID system?\"})}),className:\"framer-d3fbw7\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OdLtte2qq\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+331+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vlz7im-container\",layoutDependency:layoutDependency,layoutId:\"bWuybkkQx-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion4WithMappedReactProps12u1vur,{height:\"100%\",id:\"bWuybkkQx\",j7ekLYMRM:\"NO\",layoutId:\"bWuybkkQx\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:RtJwjZI9S,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1yot3ih\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"VA2AJHXmE\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"5) Do you manage seasonal items or perishable goods?\"})}),className:\"framer-uor6q0\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"YU9CJsPxj\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+383+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fy107d-container\",layoutDependency:layoutDependency,layoutId:\"juioGRjoP-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion5WithMappedReactProps12u1vur,{height:\"100%\",id:\"juioGRjoP\",j7ekLYMRM:\"NO\",layoutId:\"juioGRjoP\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:\"wCC4qaT_M\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1udtzbr\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"eWNEcUBGK\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"6) Do you have an automated process for managing returns or exchanges?\"})}),className:\"framer-1ttls2g\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"kQxiRJovv\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+435+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lg7t6r-container\",layoutDependency:layoutDependency,layoutId:\"pK8pISZXh-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion6WithMappedReactProps12u1vur,{height:\"100%\",id:\"pK8pISZXh\",j7ekLYMRM:\"NO\",layoutId:\"pK8pISZXh\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:\"wCC4qaT_M\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ki5u55\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"uXcydL6mT\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"7) Does your current accounting system automatically update your inventory numbers?\"})}),className:\"framer-1aokkxo\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"AnyDa5fe6\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+487+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qif0dj-container\",layoutDependency:layoutDependency,layoutId:\"ZwmW3mvO5-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion7WithMappedReactProps12u1vur,{height:\"100%\",id:\"ZwmW3mvO5\",j7ekLYMRM:\"NO\",layoutId:\"ZwmW3mvO5\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:\"wCC4qaT_M\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-pzs0qk\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"h4_PLk8GN\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"8) Do you plan for future growth at least 3 month ahead?\"})}),className:\"framer-1oxqzig\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"jRjA34jP4\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+539+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fzxtqh-container\",layoutDependency:layoutDependency,layoutId:\"YCpynhWOB-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion8WithMappedReactProps12u1vur,{height:\"100%\",id:\"YCpynhWOB\",j7ekLYMRM:\"NO\",layoutId:\"YCpynhWOB\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:\"wCC4qaT_M\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-7zf2iw\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"BCMzNwbMX\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"9) Is your supply chain optimized to handle demand spikes?\"})}),className:\"framer-11vj59k\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Ek5MAehe2\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+591+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-elujn5-container\",layoutDependency:layoutDependency,layoutId:\"AulUzq_SB-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion9WithMappedReactProps12u1vur,{height:\"100%\",id:\"AulUzq_SB\",j7ekLYMRM:\"NO\",layoutId:\"AulUzq_SB\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:\"wCC4qaT_M\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-18zr56v\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"Wfvzn1dmW\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"10) Does your current inventory automatically update your point of sale (POS) or e-commerce platform?\"})}),className:\"framer-dj750\",\"data-framer-name\":\"How to speed up your\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"bh6QS_lyL\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+643+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zteqlw-container\",layoutDependency:layoutDependency,layoutId:\"reZFeL2QN-container\",children:/*#__PURE__*/_jsx(ToggleSwitchWithToggleQuestion10WithMappedReactProps12u1vur,{height:\"100%\",id:\"reZFeL2QN\",j7ekLYMRM:\"NO\",layoutId:\"reZFeL2QN\",STeZDrI8g:\"YES\",style:{height:\"100%\",width:\"100%\"},variant:\"wCC4qaT_M\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+695,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qpx8g2-container\",layoutDependency:layoutDependency,layoutId:\"wD7RiGBnS-container\",children:/*#__PURE__*/_jsx(ButtonWithSubmitButtonWithMappedReactProps1v1ipky,{bWnYL7Tgp:\"var(--token-2727a40a-6355-410e-b173-94b4ce7b76c2, rgb(255, 255, 255))\",D2jRnfGwK:30,gQpLABUaI:gQpLABUaI1fq32uz,height:\"100%\",id:\"wD7RiGBnS\",kN9fQFqwN:\"rgb(48, 147, 150)\",kvN6MvY_7:\"var(--token-87c9f75a-e5dc-4340-a8f6-03284f64dda3, rgb(13, 110, 253))\",layoutId:\"wD7RiGBnS\",nR87ztHwf:false,R4J2OXJXh:\"chevron-left\",RwZpsJXvZ:\"Submit\",SA9jAg9_n:true,variant:\"n8OrJOQB0\",vjt0jl_Xl:\"var(--token-02ea8977-fd9a-49bc-8617-d6ebea91ac1a, rgb(11, 92, 213))\",width:\"100%\",wThulUfCM:false,WvHqCrdUD:\"chevron-right\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lyk9uk\",layoutDependency:layoutDependency,layoutId:\"gcRv7IC4j\",children:[/*#__PURE__*/_jsx(RichTextWithResultText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"22px\"},children:\"Content\"}),/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})]}),className:\"framer-ad3lwp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sP5gZpKwr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zQfh8Tfvm\"},nodeId:\"qScj3vNAN\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-jtm1z8 framer-1lestor\",layoutDependency:layoutDependency,layoutId:\"qScj3vNAN\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"22px\"},children:\"Click here\"})}),className:\"framer-1w2sm80\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U3zfqDVHH\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1f32ued\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"YmGoBtsul\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"m181.66 133.66-80 80a8 8 0 0 1-11.32-11.32L164.69 128 90.34 53.66a8 8 0 0 1 11.32-11.32l80 80a8 8 0 0 1 0 11.32Z\"/></svg>',withExternalLayout:true})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0uGKT.framer-1lestor, .framer-0uGKT .framer-1lestor { display: block; }\",\".framer-0uGKT.framer-1j8va9a { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 900px; }\",\".framer-0uGKT .framer-mofhrl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0uGKT .framer-pzas5o, .framer-0uGKT .framer-8hts4e, .framer-0uGKT .framer-1yfotz, .framer-0uGKT .framer-mmdps4, .framer-0uGKT .framer-1yot3ih, .framer-0uGKT .framer-1udtzbr, .framer-0uGKT .framer-1ki5u55, .framer-0uGKT .framer-pzs0qk, .framer-0uGKT .framer-7zf2iw, .framer-0uGKT .framer-18zr56v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0uGKT .framer-13sde6s, .framer-0uGKT .framer-18ky3cb, .framer-0uGKT .framer-1fans6m, .framer-0uGKT .framer-d3fbw7, .framer-0uGKT .framer-uor6q0, .framer-0uGKT .framer-1ttls2g, .framer-0uGKT .framer-1aokkxo, .framer-0uGKT .framer-1oxqzig, .framer-0uGKT .framer-11vj59k, .framer-0uGKT .framer-dj750, .framer-0uGKT .framer-ad3lwp { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0uGKT .framer-1t1888z-container, .framer-0uGKT .framer-11pulv3-container, .framer-0uGKT .framer-1wgxklo-container, .framer-0uGKT .framer-1vlz7im-container, .framer-0uGKT .framer-1fy107d-container, .framer-0uGKT .framer-lg7t6r-container, .framer-0uGKT .framer-qif0dj-container, .framer-0uGKT .framer-fzxtqh-container, .framer-0uGKT .framer-elujn5-container, .framer-0uGKT .framer-zteqlw-container { flex: none; height: 30px; position: relative; width: 130px; }\",\".framer-0uGKT .framer-qpx8g2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0uGKT .framer-1lyk9uk { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0uGKT .framer-jtm1z8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 200px; }\",\".framer-0uGKT .framer-1w2sm80 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0uGKT .framer-1f32ued { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0uGKT.framer-1j8va9a, .framer-0uGKT .framer-pzas5o, .framer-0uGKT .framer-8hts4e, .framer-0uGKT .framer-1yfotz, .framer-0uGKT .framer-mmdps4, .framer-0uGKT .framer-1yot3ih, .framer-0uGKT .framer-1udtzbr, .framer-0uGKT .framer-1ki5u55, .framer-0uGKT .framer-pzs0qk, .framer-0uGKT .framer-7zf2iw, .framer-0uGKT .framer-18zr56v, .framer-0uGKT .framer-1lyk9uk, .framer-0uGKT .framer-jtm1z8 { gap: 0px; } .framer-0uGKT.framer-1j8va9a > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-0uGKT.framer-1j8va9a > :first-child { margin-top: 0px; } .framer-0uGKT.framer-1j8va9a > :last-child { margin-bottom: 0px; } .framer-0uGKT .framer-pzas5o > *, .framer-0uGKT .framer-8hts4e > *, .framer-0uGKT .framer-1yfotz > *, .framer-0uGKT .framer-mmdps4 > *, .framer-0uGKT .framer-1yot3ih > *, .framer-0uGKT .framer-1udtzbr > *, .framer-0uGKT .framer-1ki5u55 > *, .framer-0uGKT .framer-pzs0qk > *, .framer-0uGKT .framer-7zf2iw > *, .framer-0uGKT .framer-18zr56v > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-0uGKT .framer-pzas5o > :first-child, .framer-0uGKT .framer-8hts4e > :first-child, .framer-0uGKT .framer-1yfotz > :first-child, .framer-0uGKT .framer-mmdps4 > :first-child, .framer-0uGKT .framer-1yot3ih > :first-child, .framer-0uGKT .framer-1udtzbr > :first-child, .framer-0uGKT .framer-1ki5u55 > :first-child, .framer-0uGKT .framer-pzs0qk > :first-child, .framer-0uGKT .framer-7zf2iw > :first-child, .framer-0uGKT .framer-18zr56v > :first-child, .framer-0uGKT .framer-1lyk9uk > :first-child, .framer-0uGKT .framer-jtm1z8 > :first-child { margin-left: 0px; } .framer-0uGKT .framer-pzas5o > :last-child, .framer-0uGKT .framer-8hts4e > :last-child, .framer-0uGKT .framer-1yfotz > :last-child, .framer-0uGKT .framer-mmdps4 > :last-child, .framer-0uGKT .framer-1yot3ih > :last-child, .framer-0uGKT .framer-1udtzbr > :last-child, .framer-0uGKT .framer-1ki5u55 > :last-child, .framer-0uGKT .framer-pzs0qk > :last-child, .framer-0uGKT .framer-7zf2iw > :last-child, .framer-0uGKT .framer-18zr56v > :last-child, .framer-0uGKT .framer-1lyk9uk > :last-child, .framer-0uGKT .framer-jtm1z8 > :last-child { margin-right: 0px; } .framer-0uGKT .framer-1lyk9uk > *, .framer-0uGKT .framer-jtm1z8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 774\n * @framerIntrinsicWidth 900\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Tz5XUkCNM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Rge6yFk4n\":\"question1\",\"NhVIo7r6W\":\"question2\",\"Uyukmr2D8\":\"question3\",\"RtJwjZI9S\":\"question4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbZOEo2SVK=withCSS(Component,css,\"framer-0uGKT\");export default FramerbZOEo2SVK;FramerbZOEo2SVK.displayName=\"Assessment\";FramerbZOEo2SVK.defaultProps={height:774,width:900};addPropertyControls(FramerbZOEo2SVK,{variant:{options:[\"CEL49zZBy\",\"Tz5XUkCNM\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},Rge6yFk4n:(ToggleSwitchControls===null||ToggleSwitchControls===void 0?void 0:ToggleSwitchControls[\"variant\"])&&{...ToggleSwitchControls[\"variant\"],defaultValue:\"wCC4qaT_M\",description:undefined,hidden:undefined,title:\"question1\"},NhVIo7r6W:(ToggleSwitchControls===null||ToggleSwitchControls===void 0?void 0:ToggleSwitchControls[\"variant\"])&&{...ToggleSwitchControls[\"variant\"],defaultValue:\"wCC4qaT_M\",description:undefined,hidden:undefined,title:\"question2\"},Uyukmr2D8:(ToggleSwitchControls===null||ToggleSwitchControls===void 0?void 0:ToggleSwitchControls[\"variant\"])&&{...ToggleSwitchControls[\"variant\"],defaultValue:\"wCC4qaT_M\",description:undefined,hidden:undefined,title:\"question3\"},RtJwjZI9S:(ToggleSwitchControls===null||ToggleSwitchControls===void 0?void 0:ToggleSwitchControls[\"variant\"])&&{...ToggleSwitchControls[\"variant\"],defaultValue:\"wCC4qaT_M\",description:undefined,hidden:undefined,title:\"question4\"}});addFonts(FramerbZOEo2SVK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...ToggleSwitchFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbZOEo2SVK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"900\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Tz5XUkCNM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"774\",\"framerVariables\":\"{\\\"Rge6yFk4n\\\":\\\"question1\\\",\\\"NhVIo7r6W\\\":\\\"question2\\\",\\\"Uyukmr2D8\\\":\\\"question3\\\",\\\"RtJwjZI9S\\\":\\\"question4\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bZOEo2SVK.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Assessment from\"#framer/local/canvasComponent/bZOEo2SVK/bZOEo2SVK.js\";import NavBar from\"#framer/local/canvasComponent/G1U9qbkD3/G1U9qbkD3.js\";import Footer from\"#framer/local/canvasComponent/IcV1FkOGH/IcV1FkOGH.js\";import metadataProvider from\"#framer/local/webPageMetadata/wjeb6YDc7/wjeb6YDc7.js\";const NavBarFonts=getFonts(NavBar);const MotionDivWithFX=withFX(motion.div);const AssessmentFonts=getFonts(Assessment);const FooterFonts=getFonts(Footer);const breakpoints={ccKZaWWPf:\"(min-width: 810px) and (max-width: 1279px)\",VH_RS_dZG:\"(max-width: 809px)\",w7ZKkKXgL:\"(min-width: 1280px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3D1TH\";const variantClassNames={ccKZaWWPf:\"framer-v-dvaats\",VH_RS_dZG:\"framer-v-1wv5hch\",w7ZKkKXgL:\"framer-v-4v0vtr\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition1={damping:80,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:40};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"w7ZKkKXgL\",Phone:\"VH_RS_dZG\",Tablet:\"ccKZaWWPf\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"w7ZKkKXgL\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-3D1TH`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-3D1TH`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"XJK8XMy90\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"w7ZKkKXgL\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4v0vtr\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ct0ptq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ccKZaWWPf:{variant:\"zfQOXGXaS\"},VH_RS_dZG:{variant:\"kMp5ZAoj0\"}},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"aeLMEba9u\",jQcddTFoz:true,layoutId:\"aeLMEba9u\",style:{width:\"100%\"},variant:\"Y4OBWuFRo\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rr2rc6\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13bimbv\",\"data-framer-name\":\"Article\",name:\"Article\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13cuiep\",\"data-border\":true,\"data-framer-name\":\"Header\",name:\"Header\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(17, 17, 17))\"},children:\"Inventory Management Assessment\"})}),className:\"framer-332ayn\",\"data-framer-name\":\"Terms & Conditions\",fonts:[\"GF;Inter-600\"],name:\"Terms & Conditions\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ccKZaWWPf:{width:\"calc(100vw - 80px)\",y:282},VH_RS_dZG:{width:\"calc(100vw - 32px)\",y:252}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:774,width:\"900px\",y:312,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fo1det-container\",children:/*#__PURE__*/_jsx(Assessment,{height:\"100%\",id:\"nFuW0T3VV\",layoutId:\"nFuW0T3VV\",NhVIo7r6W:\"wCC4qaT_M\",Rge6yFk4n:\"wCC4qaT_M\",RtJwjZI9S:\"wCC4qaT_M\",style:{width:\"100%\"},Uyukmr2D8:\"wCC4qaT_M\",variant:\"CEL49zZBy\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ccKZaWWPf:{y:1136},VH_RS_dZG:{y:1066}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:442,width:\"100vw\",y:1166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jj7amg-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ccKZaWWPf:{variant:\"dPUe_VE0p\"},VH_RS_dZG:{variant:\"Pv9qYD9If\"}},children:/*#__PURE__*/_jsx(Footer,{bpKF4itQZ:\"var(--token-975baf98-de3b-4470-b54d-911b93571db2, rgb(249, 250, 251))\",height:\"100%\",id:\"XJK8XMy90\",layoutId:\"XJK8XMy90\",style:{width:\"100%\"},variant:\"EoAW7PMHH\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-3D1TH { background: var(--token-2727a40a-6355-410e-b173-94b4ce7b76c2, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; }`,\".framer-3D1TH.framer-ll626k, .framer-3D1TH .framer-ll626k { display: block; }\",\".framer-3D1TH.framer-4v0vtr { align-content: center; align-items: center; background-color: var(--token-2727a40a-6355-410e-b173-94b4ce7b76c2, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-3D1TH .framer-ct0ptq-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 4; }\",\".framer-3D1TH .framer-rr2rc6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 180px 80px 0px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-3D1TH .framer-13bimbv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 80px 0px; position: relative; width: 900px; }\",\".framer-3D1TH .framer-13cuiep { --border-bottom-width: 1px; --border-color: var(--token-24867820-ea6e-4f5a-b248-987dc2f23e5b, #c2c2c2); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-3D1TH .framer-332ayn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3D1TH .framer-1fo1det-container, .framer-3D1TH .framer-1jj7amg-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3D1TH.framer-4v0vtr, .framer-3D1TH .framer-rr2rc6, .framer-3D1TH .framer-13bimbv, .framer-3D1TH .framer-13cuiep { gap: 0px; } .framer-3D1TH.framer-4v0vtr > *, .framer-3D1TH .framer-rr2rc6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3D1TH.framer-4v0vtr > :first-child, .framer-3D1TH .framer-rr2rc6 > :first-child, .framer-3D1TH .framer-13bimbv > :first-child, .framer-3D1TH .framer-13cuiep > :first-child { margin-top: 0px; } .framer-3D1TH.framer-4v0vtr > :last-child, .framer-3D1TH .framer-rr2rc6 > :last-child, .framer-3D1TH .framer-13bimbv > :last-child, .framer-3D1TH .framer-13cuiep > :last-child { margin-bottom: 0px; } .framer-3D1TH .framer-13bimbv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-3D1TH .framer-13cuiep > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",`@media (min-width: 810px) and (max-width: 1279px) { .${metadata.bodyClassName}-framer-3D1TH { background: var(--token-2727a40a-6355-410e-b173-94b4ce7b76c2, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-3D1TH.framer-4v0vtr { width: 810px; } .framer-3D1TH .framer-rr2rc6 { padding: 150px 40px 0px 40px; } .framer-3D1TH .framer-13bimbv { width: 100%; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-3D1TH { background: var(--token-2727a40a-6355-410e-b173-94b4ce7b76c2, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-3D1TH.framer-4v0vtr { width: 390px; } .framer-3D1TH .framer-rr2rc6 { padding: 120px 16px 0px 16px; } .framer-3D1TH .framer-13bimbv { padding: 0px 0px 40px 0px; width: 100%; }}`,'.framer-3D1TH[data-border=\"true\"]::after, .framer-3D1TH [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 1608.5\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ccKZaWWPf\":{\"layout\":[\"fixed\",\"auto\"]},\"VH_RS_dZG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerwjeb6YDc7=withCSS(Component,css,\"framer-3D1TH\");export default Framerwjeb6YDc7;Framerwjeb6YDc7.displayName=\"Policy\";Framerwjeb6YDc7.defaultProps={height:1608.5,width:1280};addFonts(Framerwjeb6YDc7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]},...NavBarFonts,...AssessmentFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerwjeb6YDc7\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1608.5\",\"framerIntrinsicWidth\":\"1280\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ccKZaWWPf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VH_RS_dZG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["appState", "Data", "ToggleQuestion1", "ToggleQuestion2", "ToggleQuestion3", "ToggleQuestion4", "ToggleQuestion5", "ToggleQuestion6", "ToggleQuestion7", "ToggleQuestion8", "ToggleQuestion9", "ToggleQuestion10", "SubmitButton", "score", "ResultText", "withToggleQuestion1", "C", "props", "re", "DataObserverContext", "p", "withToggleQuestion2", "withToggleQuestion3", "withToggleQuestion4", "withToggleQuestion5", "withToggleQuestion6", "withToggleQuestion7", "withToggleQuestion8", "withToggleQuestion9", "withToggleQuestion10", "withSubmitButton", "withResultText", "rvnFPJSZA_exports", "__export", "__FramerMetadata__", "rvnFPJSZA_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "noText", "width", "yesText", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "STeZDrI8g", "j7ekLYMRM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1nsb51y", "args", "onTap1s7gw0x", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerrvnFPJSZA", "withCSS", "rvnFPJSZA_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "RichTextWithFX", "withFX", "RichText2", "ToggleSwitchFonts", "getFonts", "rvnFPJSZA_default", "ToggleSwitchWithToggleQuestion1WithMappedReactProps12u1vur", "withMappedReactProps", "withToggleQuestion1", "rvnFPJSZA_exports", "MotionDivWithFX", "motion", "ToggleSwitchWithToggleQuestion2WithMappedReactProps12u1vur", "withToggleQuestion2", "ToggleSwitchWithToggleQuestion3WithMappedReactProps12u1vur", "withToggleQuestion3", "ToggleSwitchWithToggleQuestion4WithMappedReactProps12u1vur", "withToggleQuestion4", "ToggleSwitchWithToggleQuestion5WithMappedReactProps12u1vur", "withToggleQuestion5", "ToggleSwitchWithToggleQuestion6WithMappedReactProps12u1vur", "withToggleQuestion6", "ToggleSwitchWithToggleQuestion7WithMappedReactProps12u1vur", "withToggleQuestion7", "ToggleSwitchWithToggleQuestion8WithMappedReactProps12u1vur", "withToggleQuestion8", "ToggleSwitchWithToggleQuestion9WithMappedReactProps12u1vur", "withToggleQuestion9", "ToggleSwitchWithToggleQuestion10WithMappedReactProps12u1vur", "withToggleQuestion10", "ButtonFonts", "XQYIUjp_n_default", "ButtonWithSubmitButtonWithMappedReactProps1v1ipky", "withSubmitButton", "XQYIUjp_n_exports", "RichTextWithResultText", "withResultText", "ToggleSwitchControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "question1", "question2", "question3", "question4", "width", "props", "_humanReadableEnumMap_question2", "_ref", "_ref1", "_humanReadableEnumMap_question1", "_ref2", "_ref3", "_humanReadableEnumMap_question4", "_ref4", "_ref5", "_humanReadableEnumMap_question3", "_ref6", "_ref7", "_humanReadableVariantMap_props_variant", "_ref8", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Rge6yFk4n", "NhVIo7r6W", "Uyukmr2D8", "RtJwjZI9S", "fWbmqxeHB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "gQpLABUaI1fq32uz", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Link", "SVG", "css", "FramerbZOEo2SVK", "withCSS", "bZOEo2SVK_default", "addPropertyControls", "ControlType", "addFonts", "NavBarFonts", "getFonts", "G1U9qbkD3_default", "MotionDivWithFX", "withFX", "motion", "AssessmentFonts", "bZOEo2SVK_default", "FooterFonts", "IcV1FkOGH_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "G1U9qbkD3_default", "MotionDivWithFX", "RichText2", "x", "bZOEo2SVK_default", "IcV1FkOGH_default", "css", "Framerwjeb6YDc7", "withCSS", "wjeb6YDc7_default", "addFonts", "NavBarFonts", "AssessmentFonts", "FooterFonts", "__FramerMetadata__"]
}
