{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/CDEhlHGl9ykTg1rzxZ7M/PoRUXZNvaAsZ4Wy4w4wz/PAg1Pc9dO.js", "ssg:https://framerusercontent.com/modules/spNWRMRcyfURPR7Cb8hk/ks5qJ01MOA1tKBRmB80y/PAg1Pc9dO.js"],
  "sourcesContent": ["// Generated by Framer (4b118ea)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={gNvJkmZ6E:new LazyValue(()=>import(\"./PAg1Pc9dO-1.js\")),Jp9vao9k0:new LazyValue(()=>import(\"./PAg1Pc9dO-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4b118ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Footer from\"#framer/local/canvasComponent/bwqK9g2PA/bwqK9g2PA.js\";import Navbar from\"#framer/local/canvasComponent/t7Uqvo4GJ/t7Uqvo4GJ.js\";import ButtonPages from\"#framer/local/canvasComponent/tmi0Sbn_R/tmi0Sbn_R.js\";import*as sharedStyle1 from\"#framer/local/css/A7FEPrRlZ/A7FEPrRlZ.js\";import*as sharedStyle from\"#framer/local/css/ulXs_P9Q1/ulXs_P9Q1.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/PAg1Pc9dO/PAg1Pc9dO.js\";import metadataProvider from\"#framer/local/webPageMetadata/PAg1Pc9dO/PAg1Pc9dO.js\";const NavbarFonts=getFonts(Navbar);const RichTextWithFX=withFX(RichText);const ButtonPagesFonts=getFonts(ButtonPages);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ImageWithFX=withFX(Image);const FooterFonts=getFonts(Footer);const ContainerWithFX=withFX(Container);const breakpoints={HvjvBaOMh:\"(min-width: 1060px)\",P9yhAyobD:\"(max-width: 1059px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LYWnB\";const variantClassNames={HvjvBaOMh:\"framer-v-i2b242\",P9yhAyobD:\"framer-v-1fwukkq\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={delay:0,duration:.75,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"HvjvBaOMh\",Phone:\"P9yhAyobD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HvjvBaOMh\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"P9yhAyobD\")return false;return true;};usePreloadLocalizedValues(activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"P9yhAyobD\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HvjvBaOMh\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-70747925-e310-4094-96fb-d0a63ccccfeb, rgb(186, 206, 222)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-i2b242\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eyydv9-container\",layoutScroll:true,nodeId:\"STZ4pEp1w\",scopeId:\"PAg1Pc9dO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P9yhAyobD:{variant:\"fXOTUUexT\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"STZ4pEp1w\",layoutId:\"STZ4pEp1w\",style:{width:\"100%\"},variant:\"oFlZ0cUOr\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1fo2j6f hidden-1fwukkq\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-izrm13\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-depozw\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ibr7x7\",\"data-styles-preset\":\"ulXs_P9Q1\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a385cabd-3b9d-443c-ba52-5eb34ffe72dc, rgb(0, 0, 0))\"},children:\"Gift card\"})}),className:\"framer-1c6ht3c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1iti1el\",\"data-styles-preset\":\"A7FEPrRlZ\",style:{\"--framer-text-color\":\"var(--token-a385cabd-3b9d-443c-ba52-5eb34ffe72dc, rgb(0, 0, 0))\"},children:\"Treat your loved ones to the ultimate aesthetic experience with a Cuveele's Clinic gift card! Perfect for any occasion, it's a thoughtful way to gift beauty, confidence, and well-being\u2014all in one.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1iti1el\",\"data-styles-preset\":\"A7FEPrRlZ\",style:{\"--framer-text-color\":\"var(--token-a385cabd-3b9d-443c-ba52-5eb34ffe72dc, rgb(0, 0, 0))\"},children:\"A digital version of the gift card, which includes a unique code, will be sent by email upon online purchase and is valid for use. Physical gift cards can be purchased at the practice and are sent by postal mail after online purchase.\"})]}),className:\"framer-1ul773q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:`calc((min(${componentViewport?.width||\"100vw\"} * 0.75, 1300px) - 15px) / 2)`,y:(componentViewport?.y||0)+0+0+205+0+15+0+462,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation1,className:\"framer-p0b6x2-container\",\"data-framer-appear-id\":\"p0b6x2\",initial:animation2,nodeId:\"uTnama9_H\",optimized:true,rendersWithMotion:true,scopeId:\"PAg1Pc9dO\",children:/*#__PURE__*/_jsx(ButtonPages,{height:\"100%\",id:\"uTnama9_H\",layoutId:\"uTnama9_H\",style:{width:\"100%\"},variant:\"OfJhLTgdq\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:getLocalizedValue(\"v2\",activeLocale)??\"Gift card of Cuveele's Clinic.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+205+0+15),pixelHeight:3720,pixelWidth:5244,positionX:\"center\",positionY:\"top\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} * 0.75, 1300px) - 15px) * 0.37)`,src:\"https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png\",srcSet:\"https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png 5244w\"},className:\"framer-1jd59vb\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+205+721,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tg648k-container\",nodeId:\"VcyX9GCW7\",scopeId:\"PAg1Pc9dO\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"VcyX9GCW7\",layoutId:\"VcyX9GCW7\",style:{width:\"100%\"},variant:\"y8mn6cqCK\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"main\",{className:\"framer-d01ygf hidden-i2b242\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P9yhAyobD:{background:{alt:getLocalizedValue(\"v2\",activeLocale)??\"Gift card of Cuveele's Clinic.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+125+0),pixelHeight:3720,pixelWidth:5244,sizes:`min((${componentViewport?.width||\"100vw\"} - 50px) * 0.8, 400px)`,src:\"https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png\",srcSet:\"https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png 5244w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:getLocalizedValue(\"v2\",activeLocale)??\"Gift card of Cuveele's Clinic.\",fit:\"fill\",pixelHeight:3720,pixelWidth:5244,src:\"https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png\",srcSet:\"https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZgG367TNJxZ5SGZJeiHM7zFpo.png 5244w\"},className:\"framer-tfpc6y\"})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ibr7x7\",\"data-styles-preset\":\"ulXs_P9Q1\",style:{\"--framer-text-color\":\"var(--token-a385cabd-3b9d-443c-ba52-5eb34ffe72dc, rgb(0, 0, 0))\"},children:\"Gift card\"})}),className:\"framer-q3fvi5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P9yhAyobD:{width:`min(${componentViewport?.width||\"100vw\"} - 50px, 340px)`,y:(componentViewport?.y||0)+0+0+125+384}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-him310-container\",nodeId:\"a5R81SiwR\",rendersWithMotion:true,scopeId:\"PAg1Pc9dO\",children:/*#__PURE__*/_jsx(ButtonPages,{height:\"100%\",id:\"a5R81SiwR\",layoutId:\"a5R81SiwR\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"OfJhLTgdq\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1iti1el\",\"data-styles-preset\":\"A7FEPrRlZ\",style:{\"--framer-text-color\":\"var(--token-a385cabd-3b9d-443c-ba52-5eb34ffe72dc, rgb(0, 0, 0))\"},children:\"Treat your loved ones to the ultimate aesthetic experience with a Cuveele's Clinic gift card! Perfect for any occasion, it's a thoughtful way to gift beauty, confidence, and well-being\u2014all in one.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1iti1el\",\"data-styles-preset\":\"A7FEPrRlZ\",style:{\"--framer-text-color\":\"var(--token-a385cabd-3b9d-443c-ba52-5eb34ffe72dc, rgb(0, 0, 0))\"},children:\"A digital version of the gift card, which includes a unique code, will be sent by email upon online purchase and is valid for use. Physical gift cards can be purchased at the practice and are sent by postal mail after online purchase.\"})]}),className:\"framer-1qgs6t3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P9yhAyobD:{height:500,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+975}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ahbwyo-container hidden-i2b242\",nodeId:\"PVMl2phJR\",scopeId:\"PAg1Pc9dO\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"PVMl2phJR\",layoutId:\"PVMl2phJR\",style:{width:\"100%\"},variant:\"B7ZuLsVE5\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-iznt60 hidden-i2b242\",\"data-framer-name\":\"Navbar Backdrop\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LYWnB.framer-369mob, .framer-LYWnB .framer-369mob { display: block; }\",\".framer-LYWnB.framer-i2b242 { align-content: center; align-items: center; background-color: var(--token-70747925-e310-4094-96fb-d0a63ccccfeb, #bacede); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1060px; }\",\".framer-LYWnB .framer-1eyydv9-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-LYWnB .framer-1fo2j6f { align-content: center; align-items: center; background-color: var(--token-0aa3d1e1-e9e6-48d4-a826-5066f46c0a08, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 100vh; overflow: hidden; padding: 205px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-LYWnB .framer-izrm13 { align-content: flex-start; align-items: flex-start; background-color: var(--token-0aa3d1e1-e9e6-48d4-a826-5066f46c0a08, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1300px; overflow: hidden; padding: 15px 15px 175px 0px; position: relative; width: 75%; }\",\".framer-LYWnB .framer-depozw { align-content: center; align-items: center; background-color: var(--token-0aa3d1e1-e9e6-48d4-a826-5066f46c0a08, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-LYWnB .framer-1c6ht3c { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LYWnB .framer-1ul773q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LYWnB .framer-p0b6x2-container, .framer-LYWnB .framer-1tg648k-container, .framer-LYWnB .framer-ahbwyo-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-LYWnB .framer-1jd59vb { aspect-ratio: 1.4073170731707316 / 1; box-shadow: 0.6021873017743928px 0px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 2.288533303243457px 0px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 10px 0px 10px -3.75px rgba(0, 0, 0, 0.0625), 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), 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), -0.6021873017743928px 0px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), -2.288533303243457px 0px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), -10px 0px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 142px); position: relative; width: 37%; }\",\".framer-LYWnB .framer-d01ygf { align-content: center; align-items: center; background-color: var(--token-0aa3d1e1-e9e6-48d4-a826-5066f46c0a08, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 125px 25px 75px 25px; position: relative; width: 100%; }\",\".framer-LYWnB .framer-tfpc6y { aspect-ratio: 1.402061855670103 / 1; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.6021873017743928px 0px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 2.288533303243457px 0px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 10px 0px 10px -3.75px rgba(0, 0, 0, 0.0625), 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), -0.6021873017743928px 0px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), -2.288533303243457px 0px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), -10px 0px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 143px); max-width: 400px; position: relative; width: 80%; }\",\".framer-LYWnB .framer-q3fvi5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LYWnB .framer-him310-container { flex: none; height: auto; max-width: 340px; position: relative; width: 100%; }\",\".framer-LYWnB .framer-1qgs6t3 { flex: none; height: auto; max-width: 500px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LYWnB .framer-iznt60 { background-color: var(--token-0aa3d1e1-e9e6-48d4-a826-5066f46c0a08, #ffffff); flex: none; height: 70px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: fixed; top: 0px; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LYWnB.framer-i2b242, .framer-LYWnB .framer-depozw, .framer-LYWnB .framer-d01ygf { gap: 0px; } .framer-LYWnB.framer-i2b242 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LYWnB.framer-i2b242 > :first-child, .framer-LYWnB .framer-depozw > :first-child, .framer-LYWnB .framer-d01ygf > :first-child { margin-top: 0px; } .framer-LYWnB.framer-i2b242 > :last-child, .framer-LYWnB .framer-depozw > :last-child, .framer-LYWnB .framer-d01ygf > :last-child { margin-bottom: 0px; } .framer-LYWnB .framer-depozw > *, .framer-LYWnB .framer-d01ygf > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (max-width: 1059px) { .framer-LYWnB.framer-i2b242 { width: 390px; } .framer-LYWnB .framer-1eyydv9-container { order: 1; z-index: 2; } .framer-LYWnB .framer-d01ygf, .framer-LYWnB .framer-him310-container { order: 2; } .framer-LYWnB .framer-tfpc6y, .framer-LYWnB .framer-iznt60 { order: 0; } .framer-LYWnB .framer-q3fvi5 { order: 1; } .framer-LYWnB .framer-1qgs6t3, .framer-LYWnB .framer-ahbwyo-container { order: 3; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1501\n * @framerIntrinsicWidth 1060\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"P9yhAyobD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerPAg1Pc9dO=withCSS(Component,css,\"framer-LYWnB\");export default FramerPAg1Pc9dO;FramerPAg1Pc9dO.displayName=\"Pricing\";FramerPAg1Pc9dO.defaultProps={height:1501,width:1060};addFonts(FramerPAg1Pc9dO,[{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\"}]},...NavbarFonts,...ButtonPagesFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPAg1Pc9dO\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P9yhAyobD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1501\",\"framerIntrinsicWidth\":\"1060\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavbarFonts", "getFonts", "t7Uqvo4GJ_default", "RichTextWithFX", "withFX", "RichText2", "ButtonPagesFonts", "tmi0Sbn_R_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ImageWithFX", "Image2", "FooterFonts", "bwqK9g2PA_default", "ContainerWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "usePreloadLocalizedValues", "isDisplayed1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "getLocalizedValue", "getLoadingLazyAtYPosition", "css", "FramerPAg1Pc9dO", "withCSS", "PAg1Pc9dO_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
