{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/fdlspYXVTSqTZyugvYaH/dQDjtudTn3El1k9m0Cyf/Cookies.js", "ssg:https://framerusercontent.com/modules/vBCft5U5CGjBCQkMKrsD/liuT2johDFDuI8AhZvEe/XDAsSOiNN.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const useStore=createStore({cookieToast:true});export function setCookie(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/ _jsx(Component,{...props,onClick:()=>{localStorage.setItem(\"cookie-accepted\",JSON.stringify(true));setStore({cookieToast:false});}});};}export const getCookieStatus=Component=>{return props=>{const[store,setStore]=useStore();const cookieStorage=JSON.parse(localStorage.getItem(\"cookie-accepted\"));useEffect(()=>{console.log(cookieStorage);if(cookieStorage===true){setStore({cookieToast:false});}},[]);return /*#__PURE__*/ _jsx(Component,{...props,style:{opacity:store.cookieToast?1:0,visibility:store.cookieToast?\"visible\":\"hidden\",transition:\"300ms\"}});};};export function resetCookie(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/ _jsx(Component,{...props,onClick:()=>{localStorage.setItem(\"cookie-accepted\",JSON.stringify(false));setStore({cookieToast:true});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"setCookie\":{\"type\":\"reactHoc\",\"name\":\"setCookie\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"resetCookie\":{\"type\":\"reactHoc\",\"name\":\"resetCookie\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookieStatus\":{\"type\":\"reactHoc\",\"name\":\"getCookieStatus\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookies.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{setCookie}from\"https://framerusercontent.com/modules/fdlspYXVTSqTZyugvYaH/dQDjtudTn3El1k9m0Cyf/Cookies.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/yeRy63B8WiChse00zm0O/QbUkEplwpQbjiOoq7iqj/fCxsLnQsm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jAfcJ7EVAwLuX9amVn5X/2Y7nv4fgOfJm0icw3WyY/OM087ZUls.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/sZ9LnIvno314zk4UNsDk/if3CyFazfdVlJtrOMs57/pBVxQxM6a.js\";import ButtonCTA,*as ButtonCTAInfo from\"https://framerusercontent.com/modules/fsJq1clwrHtjggm4KneL/Ldm0pzJAfmdf2IAlRAKd/kdInuZ_Cv.js\";const PhosphorFonts=getFonts(Phosphor);const ButtonCTAFonts=getFonts(ButtonCTA);const ButtonCTASetCookieWithMappedReactProps1ksm5he=withMappedReactProps(setCookie(ButtonCTA),ButtonCTAInfo);const cycleOrder=[\"uQDvy1mbX\",\"KBulKY2qd\",\"BVBpZQckF\"];const serializationHash=\"framer-SbWII\";const variantClassNames={BVBpZQckF:\"framer-v-jf8m96\",KBulKY2qd:\"framer-v-vcance\",uQDvy1mbX:\"framer-v-gbjugi\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:212,type:\"spring\"}};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 humanReadableVariantMap={\"Variant 1\":\"uQDvy1mbX\",\"Variant 3\":\"BVBpZQckF\",B:\"KBulKY2qd\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Q6Nl9xLO8:tap!==null&&tap!==void 0?tap:props.Q6Nl9xLO8,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"uQDvy1mbX\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Q6Nl9xLO8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"uQDvy1mbX\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1tvc039=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Q6Nl9xLO8){const res=await Q6Nl9xLO8(...args);if(res===false)return false;}});const onAppear1lbrv1t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"KBulKY2qd\"),2e4);});const U4K4GdXtL17n2z9q=activeVariantCallback(async(...args)=>{setVariant(\"KBulKY2qd\");});useOnVariantChange(baseVariant,{default:onAppear1lbrv1t});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-gbjugi\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"uQDvy1mbX\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1tvc039,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-0dfeb4f0-d5a8-43ed-a71c-6de7059f5035, rgba(238, 238, 238, 0.6))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",opacity:1,...style},variants:{KBulKY2qd:{opacity:0}},...addPropertyOverrides({BVBpZQckF:{\"data-framer-name\":\"Variant 3\"},KBulKY2qd:{\"data-framer-name\":\"B\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19bh28q\",layoutDependency:layoutDependency,layoutId:\"Up0_ObCKn\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:1},variants:{KBulKY2qd:{opacity:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iuz1pw\",layoutDependency:layoutDependency,layoutId:\"PwItltPHI\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rqknjb-container\",layoutDependency:layoutDependency,layoutId:\"xiM9YXdM9-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-1b0d9212-3182-492d-8bec-e3c3dd8e6978, rgb(15, 125, 255)) /* {\"name\":\"Primary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"Cookie\",id:\"xiM9YXdM9\",layoutId:\"xiM9YXdM9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1su5ssm\",layoutDependency:layoutDependency,layoutId:\"u9LcksElh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-62sa7g\",\"data-styles-preset\":\"OM087ZUls\",children:\"Informationen zu Website-Cookies\"})}),className:\"framer-1l1941t\",layoutDependency:layoutDependency,layoutId:\"FNNFyZ4iJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-kh5uxx\",\"data-styles-preset\":\"fCxsLnQsm\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf9e9713-7516-4958-8f33-177e7fa6100a, rgba(8, 8, 8, 0.8)))\"},children:\"Wir setzen lediglich notwendige Cookies auf dieser Website ein. Durch Ihre Zustimmung erm\\xf6glichen Sie es uns jedoch, zus\\xe4tzliche Cookies zu verwenden, um Ihnen ein noch besseres Surferlebnis zu bieten. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-kh5uxx\",\"data-styles-preset\":\"fCxsLnQsm\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-cf9e9713-7516-4958-8f33-177e7fa6100a, rgba(8, 8, 8, 0.8)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-kh5uxx\",\"data-styles-preset\":\"fCxsLnQsm\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-cf9e9713-7516-4958-8f33-177e7fa6100a, rgba(8, 8, 8, 0.8)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nwY7We6bv\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-dmclyc\",\"data-styles-preset\":\"pBVxQxM6a\",children:\"Mehr erfahren\"})})})]}),className:\"framer-e3ku3h\",layoutDependency:layoutDependency,layoutId:\"ZZtCdzLZT\",style:{\"--extracted-1iakedh\":\"var(--token-cf9e9713-7516-4958-8f33-177e7fa6100a, rgba(8, 8, 8, 0.8))\",\"--extracted-2gxw0f\":\"var(--token-cf9e9713-7516-4958-8f33-177e7fa6100a, rgba(8, 8, 8, 0.8))\",\"--extracted-r6o4lv\":\"var(--token-cf9e9713-7516-4958-8f33-177e7fa6100a, rgba(8, 8, 8, 0.8))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n63jkd\",layoutDependency:layoutDependency,layoutId:\"lFuIZ8znR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-be0o1a-container\",layoutDependency:layoutDependency,layoutId:\"Ivo581ohY-container\",children:/*#__PURE__*/_jsx(ButtonCTASetCookieWithMappedReactProps1ksm5he,{height:\"100%\",id:\"Ivo581ohY\",layoutId:\"Ivo581ohY\",U4K4GdXtL:U4K4GdXtL17n2z9q,variant:\"oJzGAuOsK\",width:\"100%\",x7QH8d71H:\"Ablehnen\",...addPropertyOverrides({BVBpZQckF:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r0sg2t-container\",layoutDependency:layoutDependency,layoutId:\"uQ1cpp7wf-container\",children:/*#__PURE__*/_jsx(ButtonCTASetCookieWithMappedReactProps1ksm5he,{height:\"100%\",id:\"uQ1cpp7wf\",layoutId:\"uQ1cpp7wf\",U4K4GdXtL:U4K4GdXtL17n2z9q,variant:\"tvUP4ejDC\",width:\"100%\",x7QH8d71H:\"Akzeptieren\",...addPropertyOverrides({BVBpZQckF:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})]})]})})})});});const css=['.framer-SbWII[data-border=\"true\"]::after, .framer-SbWII [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SbWII.framer-w7ucc5, .framer-SbWII .framer-w7ucc5 { display: block; }\",\".framer-SbWII.framer-gbjugi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-SbWII .framer-19bh28q { 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: center; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 339px; }\",\".framer-SbWII .framer-iuz1pw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-SbWII .framer-1rqknjb-container { flex: none; height: 64px; position: relative; width: 64px; }\",\".framer-SbWII .framer-1su5ssm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-SbWII .framer-1l1941t, .framer-SbWII .framer-e3ku3h { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SbWII .framer-1n63jkd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-SbWII .framer-be0o1a-container, .framer-SbWII .framer-1r0sg2t-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SbWII.framer-gbjugi, .framer-SbWII .framer-19bh28q, .framer-SbWII .framer-1su5ssm, .framer-SbWII .framer-1n63jkd { gap: 0px; } .framer-SbWII.framer-gbjugi > *, .framer-SbWII .framer-1n63jkd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SbWII.framer-gbjugi > :first-child, .framer-SbWII .framer-1n63jkd > :first-child { margin-left: 0px; } .framer-SbWII.framer-gbjugi > :last-child, .framer-SbWII .framer-1n63jkd > :last-child { margin-right: 0px; } .framer-SbWII .framer-19bh28q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-SbWII .framer-19bh28q > :first-child, .framer-SbWII .framer-1su5ssm > :first-child { margin-top: 0px; } .framer-SbWII .framer-19bh28q > :last-child, .framer-SbWII .framer-1su5ssm > :last-child { margin-bottom: 0px; } .framer-SbWII .framer-1su5ssm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-SbWII.framer-v-vcance.framer-gbjugi, .framer-SbWII.framer-v-vcance .framer-iuz1pw, .framer-SbWII.framer-v-vcance .framer-1su5ssm, .framer-SbWII.framer-v-vcance .framer-1n63jkd { height: 1px; }\",\".framer-SbWII.framer-v-vcance .framer-19bh28q { height: 11px; }\",\".framer-SbWII.framer-v-jf8m96.framer-gbjugi { width: 257px; }\",\".framer-SbWII.framer-v-jf8m96 .framer-19bh28q { flex: 1 0 0px; padding: 16px 16px 16px 16px; width: 1px; }\",\".framer-SbWII.framer-v-jf8m96 .framer-1rqknjb-container { height: 52px; width: 52px; }\",\".framer-SbWII.framer-v-jf8m96 .framer-be0o1a-container { width: 110px; }\",\".framer-SbWII.framer-v-jf8m96 .framer-1r0sg2t-container { width: 105px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 452\n * @framerIntrinsicWidth 339\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"KBulKY2qd\":{\"layout\":[\"auto\",\"fixed\"]},\"BVBpZQckF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Q6Nl9xLO8\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerXDAsSOiNN=withCSS(Component,css,\"framer-SbWII\");export default FramerXDAsSOiNN;FramerXDAsSOiNN.displayName=\"Cookies\";FramerXDAsSOiNN.defaultProps={height:452,width:339};addPropertyControls(FramerXDAsSOiNN,{variant:{options:[\"uQDvy1mbX\",\"KBulKY2qd\",\"BVBpZQckF\"],optionTitles:[\"Variant 1\",\"B\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},Q6Nl9xLO8:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerXDAsSOiNN,[...PhosphorFonts,...ButtonCTAFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXDAsSOiNN\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"452\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KBulKY2qd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BVBpZQckF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"339\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Q6Nl9xLO8\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XDAsSOiNN.map"],
  "mappings": "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",
  "names": ["createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "setCookie", "Component", "props", "store", "setStore", "p", "getCookieStatus", "cookieStorage", "ue", "XDAsSOiNN_exports", "__export", "__FramerMetadata__", "XDAsSOiNN_default", "PhosphorFonts", "getFonts", "Icon", "ButtonCTAFonts", "kdInuZ_Cv_default", "ButtonCTASetCookieWithMappedReactProps1ksm5he", "withMappedReactProps", "setCookie", "kdInuZ_Cv_exports", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Q6Nl9xLO8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1tvc039", "args", "onAppear1lbrv1t", "U4K4GdXtL17n2z9q", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "RichText2", "x", "Link", "css", "FramerXDAsSOiNN", "withCSS", "XDAsSOiNN_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "__FramerMetadata__"]
}
