{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/5xiK4bh91sqXe7ciNTCv/nXZRsQDIPRTxtlj9nXcW/TextFormat.js", "ssg:https://framerusercontent.com/modules/lGD585QFrTHm3ElowikU/AXyC4XjHz8Xo93yjw02l/hiqhgxG5W.js", "ssg:https://framerusercontent.com/modules/44Ik393XVGsm6OpVGj8y/1NVPlxyE7sfESGCbtPau/lpiZl_FMU.js", "ssg:https://framerusercontent.com/modules/yb3WAIFfrUWtFIdwuWkz/UmCRHxDkN6b3mJhnIdOq/TEgDFMRVa.js", "ssg:https://framerusercontent.com/modules/iCIGKqAQk2GHzNx5qXUo/YiTROR0KBUPsrgQ2nvdC/o1izpMHOk.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import React from\"react\";/**\n * Override that formats scientific notation in text within paragraph elements\n */export function withScientificNotation(Component){return props=>{// Clone props to avoid modifying the original\nconst newProps={...props};// Process children to find and modify paragraph elements\nif(newProps.children){// Function to process paragraph elements\nconst processChildren=children=>{// If children is a React element\nif(/*#__PURE__*/React.isValidElement(children)){// Check if it's a paragraph, heading, or span element\nif(children.type===\"p\"||children.type===\"h1\"||children.type===\"h2\"||children.type===\"h3\"||children.type===\"h4\"||children.type===\"h5\"||children.type===\"h6\"||children.type===\"span\"){console.log(`Found ${children.type} element with content:`,children.props.children);// Format text content if it's a string\nif(typeof children.props.children===\"string\"){const formattedText=formatScientificNotation(children.props.children);console.log(\"Formatted text:\",formattedText);// Clone the element with formatted text\nreturn /*#__PURE__*/React.cloneElement(children,{...children.props,children:formattedText,\"data-formatted\":\"true\"});}}// Process children of this element if any\nif(children.props.children){return /*#__PURE__*/React.cloneElement(children,{...children.props,children:processChildren(children.props.children)});}// Return element as is if no changes needed\nreturn children;}// If children is an array, process each item\nif(Array.isArray(children)){return children.map(child=>processChildren(child));}// If children is a string, format it directly\nif(typeof children===\"string\"&&children.includes(\"m2\")){return formatScientificNotation(children);}// Otherwise return as is\nreturn children;};// Update children with processed version\nnewProps.children=processChildren(newProps.children);}// Make sure the element is visible and positioned correctly\nconst style={...props.style,opacity:1,transform:\"translateY(0px)\"};// Return the component with processed children\nreturn /*#__PURE__*/_jsx(Component,{...newProps,style:style});};}/**\n * Helper function to format scientific notation in text\n */function formatScientificNotation(text){if(!text)return text;const replacements={m2:\"m\\xb2\",m3:\"m\\xb3\",km2:\"km\\xb2\",km3:\"km\\xb3\",cm2:\"cm\\xb2\",cm3:\"cm\\xb3\",mm2:\"mm\\xb2\",mm3:\"mm\\xb3\",ft2:\"ft\\xb2\",ft3:\"ft\\xb3\",in2:\"in\\xb2\",in3:\"in\\xb3\",yd2:\"yd\\xb2\",yd3:\"yd\\xb3\",CO2:\"CO\u2082\",H2O:\"H\u2082O\",H2:\"H\u2082\",O2:\"O\u2082\",N2:\"N\u2082\",CH4:\"CH\u2084\",NH3:\"NH\u2083\",SO2:\"SO\u2082\",NO2:\"NO\u2082\"};let formattedText=text;Object.entries(replacements).forEach(([pattern,replacement])=>{const regex=new RegExp(pattern,\"g\");formattedText=formattedText.replace(regex,replacement);});return formattedText;}\nexport const __FramerMetadata__ = {\"exports\":{\"withScientificNotation\":{\"type\":\"reactHoc\",\"name\":\"withScientificNotation\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextFormat.map", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-dZ8dR .framer-styles-preset-1naj22p {  }\"];export const className=\"framer-dZ8dR\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist Mono-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geistmono/v1/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeE9KJ5W7ihaO_CS.woff2\",weight:\"400\"}]}];export const css=['.framer-XDIh8 .framer-styles-preset-l1mz2q:not(.rich-text-wrapper), .framer-XDIh8 .framer-styles-preset-l1mz2q.rich-text-wrapper code { --framer-code-font-family: \"Geist Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #262c38) /* {\"name\":\"Text / Main\"} */; --framer-font-size-scale: 1; background-color: rgba(0, 0, 0, 0.1); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; padding-bottom: 0.1em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.1em; }'];export const className=\"framer-XDIh8\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-Ly1o2 .framer-styles-preset-1wbuva2:not(.rich-text-wrapper), .framer-Ly1o2 .framer-styles-preset-1wbuva2.rich-text-wrapper a { --framer-link-current-text-color: var(--token-64b159d3-04ba-4802-be08-e862d24eda69, #737373); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-64b159d3-04ba-4802-be08-e862d24eda69, #737373) /* {\"name\":\"Text / Subtlest\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #0a0a0a); --framer-link-text-decoration: underline; }'];export const className=\"framer-Ly1o2\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99f3353)\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,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{withScientificNotation}from\"https://framerusercontent.com/modules/5xiK4bh91sqXe7ciNTCv/nXZRsQDIPRTxtlj9nXcW/TextFormat.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/iXFlmbCmseCemdaYrfk0/90P4HyxRhKCWBt28xlbJ/BmGmA691U.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/lGD585QFrTHm3ElowikU/AXyC4XjHz8Xo93yjw02l/hiqhgxG5W.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/4E8aS2dnltrP1mOpCobr/vlGUfMuWVNoS82Ei1a6J/hn4fm3Bgo.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/44Ik393XVGsm6OpVGj8y/1NVPlxyE7sfESGCbtPau/lpiZl_FMU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/nu9VXAyFRYpUTt40szWZ/HWgq764uh54rWnC4coqP/NLBEe4aVc.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mZAm1fYk1FIXhsdZwTpV/oPRw1NIBKkmRbtZ5olM6/r_EkJQedq.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/xRGydFszMghk83dWTVhD/rofSpKwakvywhdVFVyCN/rjFWX9qGy.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/1xOET9fCbZ1oCFDVSqbK/oKF9gKELOpkqv0ERdH7b/rncFq5P_8.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/yb3WAIFfrUWtFIdwuWkz/UmCRHxDkN6b3mJhnIdOq/TEgDFMRVa.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/ieaBPrr9PoAXlVzSYRji/2ysmv1rEd9QYeUEuTshq/Vuc71wfXr.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/d1aKfvVb7zwMvdZsHIb4/AHeFbNpeMAmwDMutu16w/zoQ8XBidD.js\";const MaterialFonts=getFonts(Material);const RichTextWithScientificNotation18kb0rb=withCodeBoundaryForOverrides(RichText,{nodeId:\"BQe7cACpg\",override:withScientificNotation,scopeId:\"o1izpMHOk\"});const enabledGestures={OiDDCVBvF:{hover:true},TGu1tFef5:{hover:true}};const cycleOrder=[\"OiDDCVBvF\",\"TGu1tFef5\"];const serializationHash=\"framer-MONe9\";const variantClassNames={OiDDCVBvF:\"framer-v-4ck94u\",TGu1tFef5:\"framer-v-1qn2hys\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:800,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={Closed:\"TGu1tFef5\",Open:\"OiDDCVBvF\"};const getProps=({answerText,height,id,questionText,width,...props})=>{return{...props,nhXeZI_bm:questionText??props.nhXeZI_bm??\"Question text\",variant:humanReadableVariantMap[props.variant]??props.variant??\"OiDDCVBvF\",W3oNVRBuH:answerText??props.W3oNVRBuH??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare.\"})})};};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,nhXeZI_bm,W3oNVRBuH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OiDDCVBvF\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap187ntul=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"TGu1tFef5\");});const onTapkdethi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"OiDDCVBvF\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({\"OiDDCVBvF-hover\":{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4ck94u\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OiDDCVBvF\",onTap:onTap187ntul,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-61a3ab36-64f3-4a4e-9282-13c42d3f3834, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-61a3ab36-64f3-4a4e-9282-13c42d3f3834, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 88, 170, 0.07), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 88, 170, 0.06), 0px 10px 10px -3.75px rgba(0, 88, 170, 0.03)\",...style},variants:{\"OiDDCVBvF-hover\":{\"--border-color\":\"var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, rgb(230, 237, 248))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 88, 170, 0.22), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 88, 170, 0.19), 0px 10px 10px -3.75px rgba(0, 88, 170, 0.08)\"},\"TGu1tFef5-hover\":{\"--border-color\":\"var(--token-59a5b926-bc8b-446d-ae39-ed15103ee164, rgb(230, 237, 248))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 88, 170, 0.22), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 88, 170, 0.19), 0px 10px 10px -3.75px rgba(0, 88, 170, 0.08)\"}},...addPropertyOverrides({\"OiDDCVBvF-hover\":{\"data-framer-name\":undefined},\"TGu1tFef5-hover\":{\"data-framer-name\":undefined},TGu1tFef5:{\"data-framer-name\":\"Closed\",onTap:onTapkdethi}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wen7be\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"TbLt9ZqeB\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ym4ri5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UsDDKoyIw-container\",nodeId:\"UsDDKoyIw\",rendersWithMotion:true,scopeId:\"o1izpMHOk\",style:{rotate:45},variants:{TGu1tFef5:{rotate:0}},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(38, 44, 56))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Add\",iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"UsDDKoyIw\",layoutId:\"UsDDKoyIw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"OiDDCVBvF-hover\":{color:\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgb(0, 68, 131))\"},\"TGu1tFef5-hover\":{color:\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgb(0, 68, 131))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tr9nri\",\"data-framer-name\":\"Icon & Text\",layoutDependency:layoutDependency,layoutId:\"AsOeO0AUF\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-108a0d4\",\"data-styles-preset\":\"r_EkJQedq\",children:\"Question text\"})}),className:\"framer-cw48bn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FxiRIF8L1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:nhXeZI_bm,variants:{\"OiDDCVBvF-hover\":{\"--extracted-1eung3n\":\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgb(0, 68, 131))\"},\"TGu1tFef5-hover\":{\"--extracted-1eung3n\":\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgb(0, 68, 131))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"OiDDCVBvF-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-108a0d4\",\"data-styles-preset\":\"r_EkJQedq\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgb(0, 68, 131)))\"},children:\"Question text\"})})},\"TGu1tFef5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-108a0d4\",\"data-styles-preset\":\"r_EkJQedq\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgb(0, 68, 131)))\"},children:\"Question text\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ajumf\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"ioR3hXm5e\",style:{opacity:1},variants:{\"OiDDCVBvF-hover\":{opacity:1},TGu1tFef5:{opacity:0}},children:/*#__PURE__*/_jsx(RichTextWithScientificNotation18kb0rb,{__fromCanvasComponent:true,children:W3oNVRBuH,className:\"framer-18kb0rb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BQe7cACpg\",style:{\"--framer-paragraph-spacing\":\"10px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-1wbuva2\",code:\"framer-styles-preset-l1mz2q\",h1:\"framer-styles-preset-111p1vo\",h2:\"framer-styles-preset-7gvcta\",h3:\"framer-styles-preset-paqxfr\",h4:\"framer-styles-preset-13hr9vk\",h5:\"framer-styles-preset-cbvtcm\",h6:\"framer-styles-preset-1fn3hux\",img:\"framer-styles-preset-1naj22p\",p:\"framer-styles-preset-fcm6as\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MONe9.framer-s8eoxf, .framer-MONe9 .framer-s8eoxf { display: block; }\",\".framer-MONe9.framer-4ck94u { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 500px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MONe9 .framer-1wen7be { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MONe9 .framer-ym4ri5-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-MONe9 .framer-tr9nri { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MONe9 .framer-cw48bn, .framer-MONe9 .framer-18kb0rb { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-MONe9 .framer-11ajumf { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MONe9.framer-4ck94u, .framer-MONe9 .framer-1wen7be, .framer-MONe9 .framer-tr9nri { gap: 0px; } .framer-MONe9.framer-4ck94u > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-MONe9.framer-4ck94u > :first-child { margin-top: 0px; } .framer-MONe9.framer-4ck94u > :last-child { margin-bottom: 0px; } .framer-MONe9 .framer-1wen7be > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-MONe9 .framer-1wen7be > :first-child, .framer-MONe9 .framer-tr9nri > :first-child { margin-left: 0px; } .framer-MONe9 .framer-1wen7be > :last-child, .framer-MONe9 .framer-tr9nri > :last-child { margin-right: 0px; } .framer-MONe9 .framer-tr9nri > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-MONe9.framer-v-1qn2hys.framer-4ck94u { gap: 0px; }\",\".framer-MONe9.framer-v-1qn2hys .framer-11ajumf { height: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MONe9.framer-v-1qn2hys.framer-4ck94u { gap: 0px; } .framer-MONe9.framer-v-1qn2hys.framer-4ck94u > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MONe9.framer-v-1qn2hys.framer-4ck94u > :first-child { margin-top: 0px; } .framer-MONe9.framer-v-1qn2hys.framer-4ck94u > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-MONe9[data-border=\"true\"]::after, .framer-MONe9 [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 175\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TGu1tFef5\":{\"layout\":[\"fixed\",\"auto\"]},\"Sfkq5M53Y\":{\"layout\":[\"fixed\",\"auto\"]},\"AyV2xFtVF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nhXeZI_bm\":\"questionText\",\"W3oNVRBuH\":\"answerText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framero1izpMHOk=withCSS(Component,css,\"framer-MONe9\");export default Framero1izpMHOk;Framero1izpMHOk.displayName=\"Accordion / Style 2\";Framero1izpMHOk.defaultProps={height:175,width:500};addPropertyControls(Framero1izpMHOk,{variant:{options:[\"OiDDCVBvF\",\"TGu1tFef5\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum},nhXeZI_bm:{defaultValue:\"Question text\",displayTextArea:true,title:\"Question Text\",type:ControlType.String},W3oNVRBuH:{defaultValue:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare.</p>\",title:\"Answer Text\",type:ControlType.RichText}});addFonts(Framero1izpMHOk,[{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\"}]},...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero1izpMHOk\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"nhXeZI_bm\\\":\\\"questionText\\\",\\\"W3oNVRBuH\\\":\\\"answerText\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"500\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TGu1tFef5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Sfkq5M53Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AyV2xFtVF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"175\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./o1izpMHOk.map"],
  "mappings": "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",
  "names": ["withScientificNotation", "Component", "props", "newProps", "processChildren", "children", "e", "formattedText", "formatScientificNotation", "child", "style", "p", "text", "replacements", "pattern", "replacement", "regex", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MaterialFonts", "getFonts", "Icon", "RichTextWithScientificNotation18kb0rb", "withCodeBoundaryForOverrides", "RichText2", "withScientificNotation", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answerText", "height", "id", "questionText", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "nhXeZI_bm", "W3oNVRBuH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap187ntul", "args", "onTapkdethi", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framero1izpMHOk", "withCSS", "o1izpMHOk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
