{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1mkt2plloPEOvoe16UUK/EUmeSZzQepu1cHilAvr7/LemonSqueezy.js", "ssg:https://framerusercontent.com/modules/ogVgsAe3xcO1FDWsFuWW/1ECacElYVXXTRk9BgOVb/dOwxhpPUd.js", "ssg:https://framerusercontent.com/modules/xXzuCfPncZnDWLrYmtNO/59MjX6srp8EbhGmGCvEh/DPl1XeZ47.js", "ssg:https://framerusercontent.com/modules/7nvI5lqK6sy6ArkRAvAY/RGQGo2MNArrXVcDHLUqE/KYMveFRib.js", "ssg:https://framerusercontent.com/modules/rQh9xhKsV7JGEDQnoOXw/BcJPJusE8EuB5VWankI2/LR_EVOsEt.js", "ssg:https://framerusercontent.com/modules/9YpnGYNWZAPVaOVwYW6c/NHE55xKH7fUAePAs1uKb/v75Tpw1Yr.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{useEffect}from\"react\";/**\n *\n * LEMON SQUEEZY\n * By Benjamin\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function LemonSqueezy(props){const{styleOptions,hoverOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft}=styleOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Only load the lemon script if you want an Overlay\n     * Otherwise, do not include\u2014also, only load it once\n     * whenever you have multiple instances on your page.\n     */ useConditionalScript(!props.isRedirect,\"https://app.lemonsqueezy.com/js/lemon.js\",\"lemon-squeezy-framer-component\");return /*#__PURE__*/ _jsx(motion.a,{href:props.url,className:props.isRedirect?\"\":\"lemonsqueezy-button\",target:props.isRedirect?\"_blank\":\"_self\",style:{fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\"},whileHover:{scale:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.hoverScale,backgroundColor:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.hoverBackgroundColor,color:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.hoverColor},transition:props.hoverTransition,children:props.text});};LemonSqueezy.displayName=\"Lemon Squeezy\";addPropertyControls(LemonSqueezy,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Buy Now\"},url:{title:\"Link\",type:ControlType.String,defaultValue:\"https://makelemonade.lemonsqueezy.com/checkout/buy/0929c351-abb3-49f7-a671-ba15406517dd\"},isRedirect:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Link\",disabledTitle:\"Overlay\",defaultValue:true},fontControl:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#40F\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,description:\"Learn more about the Checkout options [here](https://docs.lemonsqueezy.com/help/checkout/checkout-overlay)\",controls:{hoverScale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},hoverBackgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\",optional:true},hoverColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},hoverTransition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Use external script conditionally */ const useConditionalScript=(condition,url,id)=>{useEffect(()=>{if(!condition)return;if(document.querySelector(`#${id}`))return;const script=document.createElement(\"script\");script.src=url;script.id=id;script.defer=true;script.onload=()=>{var ref;if(window.LemonSqueezy)return;(ref=window.createLemonSqueezy)===null||ref===void 0?void 0:ref.call(window);};document.body.appendChild(script);},[url,id,condition]);};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LemonSqueezy\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LemonSqueezy.map", "// Generated by Framer (0847096)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"uszeBvmxb\",\"tJLFVUBit\",\"FPun_WWd4\",\"K0YkFAUvU\"];const serializationHash=\"framer-cKJkv\";const variantClassNames={FPun_WWd4:\"framer-v-1vgwepy\",K0YkFAUvU:\"framer-v-12ts77g\",tJLFVUBit:\"framer-v-dtbnig\",uszeBvmxb:\"framer-v-13e45of\"};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 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={\"Desktop light\":\"tJLFVUBit\",\"Phone light\":\"K0YkFAUvU\",Desktop:\"uszeBvmxb\",Phone:\"FPun_WWd4\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,CBxle7Hty:(_ref=title!==null&&title!==void 0?title:props.CBxle7Hty)!==null&&_ref!==void 0?_ref:\"Branding\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"uszeBvmxb\",WIf5MEY74:link!==null&&link!==void 0?link:props.WIf5MEY74};};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,WIf5MEY74,CBxle7Hty,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uszeBvmxb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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__*/_jsx(Link,{href:WIf5MEY74,nodeId:\"uszeBvmxb\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-13e45of\",className,classNames)} framer-1q3zkdf`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"uszeBvmxb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0.4)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,...style},variants:{K0YkFAUvU:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(217, 217, 217)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},tJLFVUBit:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(217, 217, 217)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({FPun_WWd4:{\"data-framer-name\":\"Phone\"},K0YkFAUvU:{\"data-border\":true,\"data-framer-name\":\"Phone light\"},tJLFVUBit:{\"data-border\":true,\"data-framer-name\":\"Desktop light\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Branding\"})}),className:\"framer-2s7eg2\",\"data-framer-name\":\"Title\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"V6BwDOWej\",style:{\"--extracted-r6o4lv\":\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:CBxle7Hty,variants:{K0YkFAUvU:{\"--extracted-r6o4lv\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},tJLFVUBit:{\"--extracted-r6o4lv\":\"rgb(11, 11, 12)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FPun_WWd4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Branding\"})})},K0YkFAUvU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Branding\"})})},tJLFVUBit:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(11, 11, 12))\",\"--framer-text-transform\":\"uppercase\"},children:\"Branding\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cKJkv.framer-1q3zkdf, .framer-cKJkv .framer-1q3zkdf { display: block; }\",\".framer-cKJkv.framer-13e45of { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 7px 14px 7px 14px; position: relative; text-decoration: none; width: min-content; }\",\".framer-cKJkv .framer-2s7eg2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cKJkv.framer-13e45of { gap: 0px; } .framer-cKJkv.framer-13e45of > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-cKJkv.framer-13e45of > :first-child { margin-left: 0px; } .framer-cKJkv.framer-13e45of > :last-child { margin-right: 0px; } }\",\".framer-cKJkv.framer-v-1vgwepy.framer-13e45of, .framer-cKJkv.framer-v-12ts77g.framer-13e45of { padding: 6px 10px 6px 10px; }\",'.framer-cKJkv[data-border=\"true\"]::after, .framer-cKJkv [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 28\n * @framerIntrinsicWidth 83\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"tJLFVUBit\":{\"layout\":[\"auto\",\"auto\"]},\"FPun_WWd4\":{\"layout\":[\"auto\",\"auto\"]},\"K0YkFAUvU\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"WIf5MEY74\":\"link\",\"CBxle7Hty\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdOwxhpPUd=withCSS(Component,css,\"framer-cKJkv\");export default FramerdOwxhpPUd;FramerdOwxhpPUd.displayName=\"UI / Category tag\";FramerdOwxhpPUd.defaultProps={height:28,width:83};addPropertyControls(FramerdOwxhpPUd,{variant:{options:[\"uszeBvmxb\",\"tJLFVUBit\",\"FPun_WWd4\",\"K0YkFAUvU\"],optionTitles:[\"Desktop\",\"Desktop light\",\"Phone\",\"Phone light\"],title:\"Variant\",type:ControlType.Enum},WIf5MEY74:{title:\"Link\",type:ControlType.Link},CBxle7Hty:{defaultValue:\"Branding\",title:\"Title\",type:ControlType.String}});addFonts(FramerdOwxhpPUd,[{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/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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdOwxhpPUd\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"28\",\"framerIntrinsicWidth\":\"83\",\"framerVariables\":\"{\\\"WIf5MEY74\\\":\\\"link\\\",\\\"CBxle7Hty\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tJLFVUBit\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FPun_WWd4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K0YkFAUvU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dOwxhpPUd.map", "// Generated by Framer (7f69244)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/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\"},{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\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-Z76Eh .framer-styles-preset-5jibgy:not(.rich-text-wrapper), .framer-Z76Eh .framer-styles-preset-5jibgy.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Z76Eh .framer-styles-preset-5jibgy:not(.rich-text-wrapper), .framer-Z76Eh .framer-styles-preset-5jibgy.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Z76Eh .framer-styles-preset-5jibgy:not(.rich-text-wrapper), .framer-Z76Eh .framer-styles-preset-5jibgy.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Z76Eh\";\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\"}}}", "// Generated by Framer (6f76210)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Category from\"https://framerusercontent.com/modules/jovE7hxUbx46hxdMER2G/3SigILoUobfEtgpIVbyV/rXPb48_DN.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xXzuCfPncZnDWLrYmtNO/59MjX6srp8EbhGmGCvEh/DPl1XeZ47.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/k6FWl1npYX47KttHp1DT/lokNJjiq8TLkP5RrWjXc/hOrfMQMhw.js\";import UICategoryTag from\"https://framerusercontent.com/modules/ku7LmeHt9Y2MsrLMn0AA/vN9ghWy5EIWxQIYWb9s2/dOwxhpPUd.js\";const UICategoryTagFonts=getFonts(UICategoryTag);const enabledGestures={dRd9b_kWP:{hover:true}};const cycleOrder=[\"dRd9b_kWP\",\"IYoM4m0Ii\",\"oFWgC4z7f\"];const serializationHash=\"framer-wSbvs\";const variantClassNames={dRd9b_kWP:\"framer-v-1ci7gye\",IYoM4m0Ii:\"framer-v-18secjf\",oFWgC4z7f:\"framer-v-1avm2eu\"};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={delay:0,duration:.5,ease:[.68,0,.16,.97],type:\"tween\"};const query=(prequery,{pY5nfFcdb})=>prequery({from:{alias:\"Tmk181TsU\",data:Category,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{arguments:[{type:\"LiteralValue\",value:pY5nfFcdb},{collection:\"Tmk181TsU\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"Tmk181TsU\",name:\"JRY3_qGYV\",type:\"Identifier\"},{collection:\"Tmk181TsU\",name:\"id\",type:\"Identifier\"},{collection:\"Tmk181TsU\",name:\"E9FnOb4ni\",type:\"Identifier\"}],where:{left:{collection:\"Tmk181TsU\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:pY5nfFcdb},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Desktop:\"dRd9b_kWP\",Phone:\"oFWgC4z7f\",Tablet:\"IYoM4m0Ii\"};const getProps=({category,description,height,id,mainImage,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,j8kI8S_33:mainImage!==null&&mainImage!==void 0?mainImage:props.j8kI8S_33,m4363AwRQ:(_ref=title!==null&&title!==void 0?title:props.m4363AwRQ)!==null&&_ref!==void 0?_ref:\"Radiant skincare branding\",pY5nfFcdb:(_ref1=category!==null&&category!==void 0?category:props.pY5nfFcdb)!==null&&_ref1!==void 0?_ref1:[\"v_YTIUkHB\",\"XMTbXBpZV\"],QAad4Lrvr:(_ref2=description!==null&&description!==void 0?description:props.QAad4Lrvr)!==null&&_ref2!==void 0?_ref2:\"Visual identity and packaging design for a skincare line.\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"dRd9b_kWP\"};};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,j8kI8S_33,pY5nfFcdb,m4363AwRQ,QAad4Lrvr,JRY3_qGYVTmk181TsU,idTmk181TsU,E9FnOb4niTmk181TsU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dRd9b_kWP\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-1ci7gye\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"dRd9b_kWP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"dRd9b_kWP-hover\":{\"data-framer-name\":undefined},IYoM4m0Ii:{\"data-framer-name\":\"Tablet\"},oFWgC4z7f:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kfgcwu\",\"data-border\":true,\"data-framer-name\":\"Corner\",layoutDependency:layoutDependency,layoutId:\"D27kj6ISZ\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-1662617d-fd18-4319-b3da-aa36e5415705, rgb(249, 69, 45))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",rotate:-90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-adpg5u\",layoutDependency:layoutDependency,layoutId:\"Tmk181TsU\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Tmk181TsU\",data:Category,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{arguments:[{type:\"LiteralValue\",value:pY5nfFcdb},{collection:\"Tmk181TsU\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"Tmk181TsU\",name:\"JRY3_qGYV\",type:\"Identifier\"},{collection:\"Tmk181TsU\",name:\"id\",type:\"Identifier\"},{collection:\"Tmk181TsU\",name:\"E9FnOb4ni\",type:\"Identifier\"}],where:{left:{collection:\"Tmk181TsU\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:pY5nfFcdb},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"JRY3_qGYV\":JRY3_qGYVTmk181TsU,\"id\":idTmk181TsU,\"E9FnOb4ni\":E9FnOb4niTmk181TsU},i)=>{JRY3_qGYVTmk181TsU!==null&&JRY3_qGYVTmk181TsU!==void 0?JRY3_qGYVTmk181TsU:JRY3_qGYVTmk181TsU=\"\";E9FnOb4niTmk181TsU!==null&&E9FnOb4niTmk181TsU!==void 0?E9FnOb4niTmk181TsU:E9FnOb4niTmk181TsU=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Tmk181TsU-${idTmk181TsU}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E9FnOb4ni:E9FnOb4niTmk181TsU},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+0,...addPropertyOverrides({oFWgC4z7f:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dk0fl0-container\",layoutDependency:layoutDependency,layoutId:\"WVUVKEY3M-container\",children:/*#__PURE__*/_jsx(UICategoryTag,{CBxle7Hty:JRY3_qGYVTmk181TsU,height:\"100%\",id:\"WVUVKEY3M\",layoutId:\"WVUVKEY3M\",variant:\"uszeBvmxb\",width:\"100%\",...addPropertyOverrides({oFWgC4z7f:{variant:\"FPun_WWd4\"}},baseVariant,gestureVariant)})})})})},idTmk181TsU);})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xevmbi\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"XmeWtGP2Z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5jibgy\",\"data-styles-preset\":\"DPl1XeZ47\",children:\"Radiant skincare branding\"})}),className:\"framer-ess9fq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HlFfousUJ\",text:m4363AwRQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"Visual identity and packaging design for a skincare line.\"})}),className:\"framer-1xqua39\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OCAoT0UW0\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\"},text:QAad4Lrvr,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(j8kI8S_33)},className:\"framer-1t97e4u\",layoutDependency:layoutDependency,layoutId:\"diej3RxBv\",style:{mask:\"linear-gradient(180deg, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 100%) add\",scale:1,WebkitMask:\"linear-gradient(180deg, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 100%) add\"},variants:{\"dRd9b_kWP-hover\":{scale:1.09},oFWgC4z7f:{mask:\"linear-gradient(180deg, rgb(0, 0, 0) 27.6171875%, rgba(0, 0, 0, 0.3) 100%) add\",WebkitMask:\"linear-gradient(180deg, rgb(0, 0, 0) 27.6171875%, rgba(0, 0, 0, 0.3) 100%) add\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wSbvs.framer-oanl8k, .framer-wSbvs .framer-oanl8k { display: block; }\",\".framer-wSbvs.framer-1ci7gye { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: flex-end; overflow: hidden; padding: 50px; position: relative; width: 554px; }\",\".framer-wSbvs .framer-kfgcwu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); position: absolute; right: 30px; top: 30px; width: 9px; z-index: 1; }\",\".framer-wSbvs .framer-adpg5u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 30px; padding: 0px; position: absolute; top: 30px; width: min-content; z-index: 1; }\",\".framer-wSbvs .framer-1dk0fl0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wSbvs .framer-1xevmbi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-wSbvs .framer-ess9fq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wSbvs .framer-1xqua39 { --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\".framer-wSbvs .framer-1t97e4u { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wSbvs.framer-1ci7gye, .framer-wSbvs .framer-adpg5u, .framer-wSbvs .framer-1xevmbi { gap: 0px; } .framer-wSbvs.framer-1ci7gye > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wSbvs.framer-1ci7gye > :first-child, .framer-wSbvs .framer-1xevmbi > :first-child { margin-top: 0px; } .framer-wSbvs.framer-1ci7gye > :last-child, .framer-wSbvs .framer-1xevmbi > :last-child { margin-bottom: 0px; } .framer-wSbvs .framer-adpg5u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wSbvs .framer-adpg5u > :first-child { margin-left: 0px; } .framer-wSbvs .framer-adpg5u > :last-child { margin-right: 0px; } .framer-wSbvs .framer-1xevmbi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-wSbvs.framer-v-18secjf.framer-1ci7gye { cursor: unset; padding: 40px; }\",\".framer-wSbvs.framer-v-1avm2eu.framer-1ci7gye { cursor: unset; padding: 30px; width: 390px; }\",\".framer-wSbvs.framer-v-1avm2eu .framer-kfgcwu { right: 24px; top: 24px; }\",\".framer-wSbvs.framer-v-1avm2eu .framer-adpg5u { left: 24px; top: 24px; }\",\".framer-wSbvs.framer-v-1avm2eu .framer-1xevmbi { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wSbvs.framer-v-1avm2eu .framer-1xevmbi { gap: 0px; } .framer-wSbvs.framer-v-1avm2eu .framer-1xevmbi > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-wSbvs.framer-v-1avm2eu .framer-1xevmbi > :first-child { margin-top: 0px; } .framer-wSbvs.framer-v-1avm2eu .framer-1xevmbi > :last-child { margin-bottom: 0px; } }\",\".framer-wSbvs.framer-v-1ci7gye.hover .framer-kfgcwu { right: 40px; top: 40px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-wSbvs[data-border=\"true\"]::after, .framer-wSbvs [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 600\n * @framerIntrinsicWidth 554\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IYoM4m0Ii\":{\"layout\":[\"fixed\",\"fixed\"]},\"oFWgC4z7f\":{\"layout\":[\"fixed\",\"fixed\"]},\"FPqbl1N_H\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"j8kI8S_33\":\"mainImage\",\"pY5nfFcdb\":\"category\",\"m4363AwRQ\":\"title\",\"QAad4Lrvr\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKYMveFRib=withCSS(Component,css,\"framer-wSbvs\");export default FramerKYMveFRib;FramerKYMveFRib.displayName=\"Projetcs / Project item\";FramerKYMveFRib.defaultProps={height:600,width:554};addPropertyControls(FramerKYMveFRib,{variant:{options:[\"dRd9b_kWP\",\"IYoM4m0Ii\",\"oFWgC4z7f\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},j8kI8S_33:{title:\"Main Image\",type:ControlType.ResponsiveImage},pY5nfFcdb:{dataIdentifier:\"local-module:collection/rXPb48_DN:default\",defaultValue:[\"v_YTIUkHB\",\"XMTbXBpZV\"],title:\"Category\",type:ControlType.MultiCollectionReference},m4363AwRQ:{defaultValue:\"Radiant skincare branding\",title:\"Title\",type:ControlType.String},QAad4Lrvr:{defaultValue:\"Visual identity and packaging design for a skincare line.\",title:\"Description\",type:ControlType.String}});addFonts(FramerKYMveFRib,[{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\"}]},...UICategoryTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKYMveFRib\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"554\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IYoM4m0Ii\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oFWgC4z7f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FPqbl1N_H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"j8kI8S_33\\\":\\\"mainImage\\\",\\\"pY5nfFcdb\\\":\\\"category\\\",\\\"m4363AwRQ\\\":\\\"title\\\",\\\"QAad4Lrvr\\\":\\\"description\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"600\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KYMveFRib.map", "// Generated by Framer (0847096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/99CfbQ0g2aHd3wkMunJ6/y1C7t0UV7hgBOIy2DUxd/q35quwzCc.js\";const enabledGestures={hl4DUHJiz:{hover:true}};const cycleOrder=[\"hl4DUHJiz\",\"AILpDROUQ\"];const serializationHash=\"framer-VfEnE\";const variantClassNames={AILpDROUQ:\"framer-v-1sjyisx\",hl4DUHJiz:\"framer-v-105cwrn\"};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={delay:0,duration:.5,ease:[.68,0,.16,.97],type:\"tween\"};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={Desktop:\"hl4DUHJiz\",Phone:\"AILpDROUQ\"};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:\"hl4DUHJiz\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hl4DUHJiz\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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__*/_jsx(Link,{href:{webPageId:\"JsWSQcZ5w\"},nodeId:\"hl4DUHJiz\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-105cwrn\",className,classNames)} framer-ehp6pw`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hl4DUHJiz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\",...style},variants:{\"hl4DUHJiz-hover\":{backgroundColor:\"var(--token-1662617d-fd18-4319-b3da-aa36e5415705, rgb(249, 69, 45))\"}},...addPropertyOverrides({\"hl4DUHJiz-hover\":{\"data-framer-name\":undefined},AILpDROUQ:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mv61t0\",\"data-border\":true,\"data-framer-name\":\"Corner\",layoutDependency:layoutDependency,layoutId:\"d3IDQMV5t\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-1662617d-fd18-4319-b3da-aa36e5415705, rgb(249, 69, 45))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",rotate:-90},variants:{\"hl4DUHJiz-hover\":{\"--border-color\":\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\",rotate:-133}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dmjd5e\",\"data-styles-preset\":\"q35quwzCc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12)))\"},children:\"More projects\"})}),className:\"framer-14pvhce\",\"data-framer-name\":\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sJTiLisXT\",style:{\"--extracted-r6o4lv\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\",\"--framer-paragraph-spacing\":\"0px\",rotate:-90},variants:{\"hl4DUHJiz-hover\":{\"--extracted-r6o4lv\":\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\"},AILpDROUQ:{rotate:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"hl4DUHJiz-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dmjd5e\",\"data-styles-preset\":\"q35quwzCc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255)))\"},children:\"More projects\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VfEnE.framer-ehp6pw, .framer-VfEnE .framer-ehp6pw { display: block; }\",\".framer-VfEnE.framer-105cwrn { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 600px; justify-content: space-between; overflow: hidden; padding: 30px 30px 86px 30px; position: relative; text-decoration: none; width: 90px; }\",\".framer-VfEnE .framer-1mv61t0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); position: relative; width: 9px; z-index: 1; }\",\".framer-VfEnE .framer-14pvhce { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VfEnE.framer-v-1sjyisx.framer-105cwrn { cursor: unset; flex-direction: row; height: 74px; padding: 30px; width: 390px; }\",\".framer-VfEnE.framer-v-1sjyisx .framer-1mv61t0 { order: 1; }\",\".framer-VfEnE.framer-v-1sjyisx .framer-14pvhce { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VfEnE.framer-v-1sjyisx.framer-105cwrn { gap: 0px; } .framer-VfEnE.framer-v-1sjyisx.framer-105cwrn > *, .framer-VfEnE.framer-v-1sjyisx.framer-105cwrn > :first-child, .framer-VfEnE.framer-v-1sjyisx.framer-105cwrn > :last-child { margin: 0px; } }\",...sharedStyle.css,'.framer-VfEnE[data-border=\"true\"]::after, .framer-VfEnE [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 600\n * @framerIntrinsicWidth 90\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"AILpDROUQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"lm3RyHT0g\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLR_EVOsEt=withCSS(Component,css,\"framer-VfEnE\");export default FramerLR_EVOsEt;FramerLR_EVOsEt.displayName=\"Projetcs / More projects button\";FramerLR_EVOsEt.defaultProps={height:600,width:90};addPropertyControls(FramerLR_EVOsEt,{variant:{options:[\"hl4DUHJiz\",\"AILpDROUQ\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLR_EVOsEt,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLR_EVOsEt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"90\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AILpDROUQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lm3RyHT0g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LR_EVOsEt.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import LemonSqueezy from\"https://framerusercontent.com/modules/1mkt2plloPEOvoe16UUK/EUmeSZzQepu1cHilAvr7/LemonSqueezy.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import UICategoryTag from\"#framer/local/canvasComponent/dOwxhpPUd/dOwxhpPUd.js\";import ProjetcsProjectItem from\"#framer/local/canvasComponent/KYMveFRib/KYMveFRib.js\";import ProjetcsMoreProjectsButton from\"#framer/local/canvasComponent/LR_EVOsEt/LR_EVOsEt.js\";import Contact from\"#framer/local/canvasComponent/McSGfJuih/McSGfJuih.js\";import HeaderHeader from\"#framer/local/canvasComponent/O1fMzCErz/O1fMzCErz.js\";import UIArrowButton from\"#framer/local/canvasComponent/ozPjcS5mp/ozPjcS5mp.js\";import FooterFooter from\"#framer/local/canvasComponent/pCkRDSIIx/pCkRDSIIx.js\";import Project from\"#framer/local/collection/RwM1qgENQ/RwM1qgENQ.js\";import Category from\"#framer/local/collection/rXPb48_DN/rXPb48_DN.js\";import*as sharedStyle3 from\"#framer/local/css/hOrfMQMhw/hOrfMQMhw.js\";import*as sharedStyle1 from\"#framer/local/css/q35quwzCc/q35quwzCc.js\";import*as sharedStyle2 from\"#framer/local/css/sw01V2bJD/sw01V2bJD.js\";import*as sharedStyle4 from\"#framer/local/css/xNIXLfFSf/xNIXLfFSf.js\";import*as sharedStyle5 from\"#framer/local/css/yzgpMcORk/yzgpMcORk.js\";import*as sharedStyle from\"#framer/local/css/zPBE4sevH/zPBE4sevH.js\";import*as sharedStyle6 from\"#framer/local/css/zSSdVVb1R/zSSdVVb1R.js\";import metadataProvider from\"#framer/local/webPageMetadata/v75Tpw1Yr/v75Tpw1Yr.js\";const HeaderHeaderFonts=getFonts(HeaderHeader);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const UICategoryTagFonts=getFonts(UICategoryTag);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const UIArrowButtonFonts=getFonts(UIArrowButton);const MotionSectionWithFX=withFX(motion.section);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const ProjetcsMoreProjectsButtonFonts=getFonts(ProjetcsMoreProjectsButton);const ProjetcsProjectItemFonts=getFonts(ProjetcsProjectItem);const ContainerWithFX=withFX(Container);const ContactFonts=getFonts(Contact);const FooterFooterFonts=getFonts(FooterFooter);const SmoothScrollFonts=getFonts(SmoothScroll);const LemonSqueezyFonts=getFonts(LemonSqueezy);const breakpoints={DaPOBwsYe:\"(min-width: 810px) and (max-width: 1199px)\",dyXyT7X6A:\"(max-width: 809px)\",R9_z_0eUE:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6oZWz\";const variantClassNames={DaPOBwsYe:\"framer-v-1lx3tw7\",dyXyT7X6A:\"framer-v-b51o30\",R9_z_0eUE:\"framer-v-181vzam\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:.15,duration:1,ease:[.68,0,.16,.97],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-60};const transition2={damping:27,delay:.1,mass:.3,stiffness:121,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-50};const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const transition3={damping:27,delay:.2,mass:.3,stiffness:121,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,y:-3};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition5={damping:27,delay:.4,mass:.3,stiffness:121,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:27,delay:.3,mass:.3,stiffness:121,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:0};const transition7={delay:.25,duration:1,ease:[.68,0,.16,.97],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:0};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition8={damping:27,delay:0,mass:.3,stiffness:121,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition9={delay:.2,duration:1.2,ease:[.22,1,.36,1],type:\"tween\"};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition10={delay:0,duration:1.2,ease:[.22,1,.36,1],type:\"tween\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:30};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition11={bounce:.1,delay:0,duration:1.2,type:\"spring\"};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const transition12={damping:30,delay:1.5,mass:1,stiffness:235,type:\"spring\"};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"R9_z_0eUE\",Phone:\"dyXyT7X6A\",Tablet:\"DaPOBwsYe\"};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:\"R9_z_0eUE\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"v75Tpw1Yr\",data:Project,type:\"Collection\"},select:[{collection:\"v75Tpw1Yr\",name:\"fcLdTQRWu\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"xUxg0TNNr\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"G5Mz1FFPU\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"jjZ9ReRdu\",type:\"Identifier\"},{alias:\"UoGh11fYe\",arguments:[{from:{alias:\"UoGh11fYe\",data:Category,type:\"Collection\"},orderBy:[{arguments:[{collection:\"v75Tpw1Yr\",name:\"UoGh11fYe\",type:\"Identifier\"},{collection:\"UoGh11fYe\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"UoGh11fYe\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"UoGh11fYe\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"v75Tpw1Yr\",name:\"UoGh11fYe\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"v75Tpw1Yr\",name:\"gqR_vPIpb\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"mDDYXA7ki\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"rLiOufN2n\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"xWqFEuDQf\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"majLZtWnx\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"FauhwFXoA\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"Mq20_y6f9\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"I2MGBGTUT\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"S6Vc7lSek\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"Jj2TqaVte\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"n5oZyEeyz\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"izfeKDIs1\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"KElcZNTLT\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"OeT9DUKsq\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"fKKEVD3MT\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"EvMyI3xJn\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"x47lTu4Ij\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"EckXOrPX8\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"mE5z8KpZc\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"FCk6mPhHT\",type:\"Identifier\"},{collection:\"v75Tpw1Yr\",name:\"qUmKfopy7\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"v75Tpw1Yr\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4,_getFromCurrentRouteData5,_getFromCurrentRouteData6,_getFromCurrentRouteData7,_getFromCurrentRouteData8,_getFromCurrentRouteData9,_getFromCurrentRouteData10,_getFromCurrentRouteData11,_getFromCurrentRouteData12,_getFromCurrentRouteData13,_getFromCurrentRouteData14,_getFromCurrentRouteData15,_getFromCurrentRouteData16;const{style,className,layoutId,variant,UoGh11fYe=getFromCurrentRouteData(\"UoGh11fYe\"),E9FnOb4niBtCZLpwIm,JRY3_qGYVBtCZLpwIm,idBtCZLpwIm,fcLdTQRWu=(_getFromCurrentRouteData=getFromCurrentRouteData(\"fcLdTQRWu\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",jjZ9ReRdu=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"jjZ9ReRdu\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",G5Mz1FFPU=getFromCurrentRouteData(\"G5Mz1FFPU\"),gqR_vPIpb=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"gqR_vPIpb\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",mDDYXA7ki=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"mDDYXA7ki\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",rLiOufN2n=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"rLiOufN2n\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",xWqFEuDQf=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"xWqFEuDQf\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",majLZtWnx=(_getFromCurrentRouteData6=getFromCurrentRouteData(\"majLZtWnx\"))!==null&&_getFromCurrentRouteData6!==void 0?_getFromCurrentRouteData6:\"\",xUxg0TNNr=getFromCurrentRouteData(\"xUxg0TNNr\"),S6Vc7lSek=(_getFromCurrentRouteData7=getFromCurrentRouteData(\"S6Vc7lSek\"))!==null&&_getFromCurrentRouteData7!==void 0?_getFromCurrentRouteData7:\"\",Mq20_y6f9=getFromCurrentRouteData(\"Mq20_y6f9\"),FauhwFXoA=(_getFromCurrentRouteData8=getFromCurrentRouteData(\"FauhwFXoA\"))!==null&&_getFromCurrentRouteData8!==void 0?_getFromCurrentRouteData8:\"\",I2MGBGTUT=(_getFromCurrentRouteData9=getFromCurrentRouteData(\"I2MGBGTUT\"))!==null&&_getFromCurrentRouteData9!==void 0?_getFromCurrentRouteData9:\"\",Jj2TqaVte=(_getFromCurrentRouteData10=getFromCurrentRouteData(\"Jj2TqaVte\"))!==null&&_getFromCurrentRouteData10!==void 0?_getFromCurrentRouteData10:\"\",n5oZyEeyz=getFromCurrentRouteData(\"n5oZyEeyz\"),izfeKDIs1=(_getFromCurrentRouteData11=getFromCurrentRouteData(\"izfeKDIs1\"))!==null&&_getFromCurrentRouteData11!==void 0?_getFromCurrentRouteData11:\"\",KElcZNTLT=(_getFromCurrentRouteData12=getFromCurrentRouteData(\"KElcZNTLT\"))!==null&&_getFromCurrentRouteData12!==void 0?_getFromCurrentRouteData12:\"\",OeT9DUKsq=(_getFromCurrentRouteData13=getFromCurrentRouteData(\"OeT9DUKsq\"))!==null&&_getFromCurrentRouteData13!==void 0?_getFromCurrentRouteData13:\"\",fKKEVD3MT=getFromCurrentRouteData(\"fKKEVD3MT\"),EvMyI3xJn=getFromCurrentRouteData(\"EvMyI3xJn\"),x47lTu4Ij=getFromCurrentRouteData(\"x47lTu4Ij\"),EckXOrPX8=(_getFromCurrentRouteData14=getFromCurrentRouteData(\"EckXOrPX8\"))!==null&&_getFromCurrentRouteData14!==void 0?_getFromCurrentRouteData14:\"\",mE5z8KpZc=(_getFromCurrentRouteData15=getFromCurrentRouteData(\"mE5z8KpZc\"))!==null&&_getFromCurrentRouteData15!==void 0?_getFromCurrentRouteData15:\"\",FCk6mPhHT=(_getFromCurrentRouteData16=getFromCurrentRouteData(\"FCk6mPhHT\"))!==null&&_getFromCurrentRouteData16!==void 0?_getFromCurrentRouteData16:\"\",qUmKfopy7=getFromCurrentRouteData(\"qUmKfopy7\"),EvxErjRB0oCs4NlQCM,G5Mz1FFPUoCs4NlQCM,UoGh11fYeoCs4NlQCM,fcLdTQRWuoCs4NlQCM,jjZ9ReRduoCs4NlQCM,idoCs4NlQCM,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,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-6oZWz`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-6oZWz`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const visible=isSet(UoGh11fYe);const router=useRouter();const activeLocaleCode=useLocaleCode();const textContent=toDateString(xUxg0TNNr,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"dyXyT7X6A\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"R9_z_0eUE\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-181vzam\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:457,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-11qcrk-container\",\"data-framer-appear-id\":\"11qcrk\",initial:animation1,optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{variant:\"fdyoADJFu\"}},children:/*#__PURE__*/_jsx(HeaderHeader,{height:\"100%\",id:\"CiMecCv5W\",layoutId:\"CiMecCv5W\",style:{width:\"100%\"},variant:\"omakOTNeW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1gycri2\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__parallaxTransformEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-b49js2\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:animation2,initial:animation3,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1hanbzf\",\"data-framer-appear-id\":\"1hanbzf\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7y80k\",\"data-border\":true,\"data-framer-name\":\"Corner\",name:\"Corner\",style:{rotate:-90}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-58nyqt\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1l2vkl1\",\"data-framer-appear-id\":\"1l2vkl1\",\"data-framer-name\":\"Container\",initial:animation4,name:\"Container\",optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-726i10\",\"data-framer-name\":\"Text\",name:\"Text\",children:[visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:animation5,initial:animation6,optimized:true}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{className:\"framer-bdwtqr\",\"data-framer-appear-id\":\"bdwtqr\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"BtCZLpwIm\",data:Category,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},orderBy:[{arguments:[{type:\"LiteralValue\",value:UoGh11fYe},{collection:\"BtCZLpwIm\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"BtCZLpwIm\",name:\"E9FnOb4ni\",type:\"Identifier\"},{collection:\"BtCZLpwIm\",name:\"JRY3_qGYV\",type:\"Identifier\"},{collection:\"BtCZLpwIm\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BtCZLpwIm\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:UoGh11fYe},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"E9FnOb4ni\":E9FnOb4niBtCZLpwIm,\"JRY3_qGYV\":JRY3_qGYVBtCZLpwIm,\"id\":idBtCZLpwIm},i)=>{E9FnOb4niBtCZLpwIm!==null&&E9FnOb4niBtCZLpwIm!==void 0?E9FnOb4niBtCZLpwIm:E9FnOb4niBtCZLpwIm=\"\";JRY3_qGYVBtCZLpwIm!==null&&JRY3_qGYVBtCZLpwIm!==void 0?JRY3_qGYVBtCZLpwIm:JRY3_qGYVBtCZLpwIm=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`BtCZLpwIm-${idBtCZLpwIm}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E9FnOb4ni:E9FnOb4niBtCZLpwIm},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E9FnOb4ni:E9FnOb4niBtCZLpwIm},webPageId:\"gvjcG8Zgq\"},implicitPathVariables:undefined},{href:{pathVariables:{E9FnOb4ni:E9FnOb4niBtCZLpwIm},webPageId:\"gvjcG8Zgq\"},implicitPathVariables:undefined},{href:{pathVariables:{E9FnOb4ni:E9FnOb4niBtCZLpwIm},webPageId:\"gvjcG8Zgq\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{y:420.84000000000003},dyXyT7X6A:{y:608.36}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:460.84000000000003,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{whileHover:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-tb387f-container\",whileHover:animation7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{WIf5MEY74:resolvedLinks[1]},dyXyT7X6A:{variant:\"FPun_WWd4\",WIf5MEY74:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(UICategoryTag,{CBxle7Hty:JRY3_qGYVBtCZLpwIm,height:\"100%\",id:\"qXGjK9gLK\",layoutId:\"qXGjK9gLK\",variant:\"uszeBvmxb\",width:\"100%\",WIf5MEY74:resolvedLinks[0]})})})})})})})})},idBtCZLpwIm);})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nsq28\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:animation8,initial:animation6,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lzby6w\",\"data-styles-preset\":\"zPBE4sevH\",style:{\"--framer-text-alignment\":\"left\"},children:\"Vero app development\"})}),className:\"framer-1yhaelc\",\"data-framer-appear-id\":\"1yhaelc\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:fcLdTQRWu,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:animation9,initial:animation6,optimized:true}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmjd5e\",\"data-styles-preset\":\"q35quwzCc\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Vero aimed to distinguish itself in a competitive social media landscape by offering a user-centric, ad-free platform.\"})}),className:\"framer-rsqti5\",\"data-framer-appear-id\":\"rsqti5\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],name:\"Description\",text:jjZ9ReRdu,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(76),sizes:\"calc(100vw - 64px)\",...toResponsiveImage(G5Mz1FFPU)}},dyXyT7X6A:{animate:animation11,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(80),sizes:\"calc(100vw - 12px)\",...toResponsiveImage(G5Mz1FFPU)}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(76),sizes:\"calc(100vw - 72px)\",...toResponsiveImage(G5Mz1FFPU)},className:\"framer-h9dhly\",\"data-framer-appear-id\":\"h9dhly\",\"data-framer-name\":\"BG image\",initial:animation10,name:\"BG image\",optimized:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:animation2,initial:animation3}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1h46962\",\"data-framer-appear-id\":\"1h46962\",\"data-framer-name\":\"Gradient\",initial:animation12,name:\"Gradient\",optimized:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{animate:animation14,initial:animation6}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-19hydm8\",\"data-framer-appear-id\":\"19hydm8\",\"data-framer-name\":\"Details\",initial:animation13,name:\"Details\",optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ls40ga\",\"data-framer-name\":\"Link\",name:\"Link\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:gqR_vPIpb,implicitPathVariables:undefined},{href:gqR_vPIpb,implicitPathVariables:undefined},{href:gqR_vPIpb,implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{y:887.2},dyXyT7X6A:{width:\"max(min(100vw - 12px, 1848px) - 36px, 1px)\",y:934.76}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:961.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l66qrj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{DmH_FL2P8:resolvedLinks1[1]},dyXyT7X6A:{DmH_FL2P8:resolvedLinks1[2],style:{width:\"100%\"},variant:\"z6E5vZ_I1\",vvMz6sarU:\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\",zvTGbXZx3:\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\"}},children:/*#__PURE__*/_jsx(UIArrowButton,{DmH_FL2P8:resolvedLinks1[0],height:\"100%\",id:\"W8EemwHmg\",layoutId:\"W8EemwHmg\",NeQkVIvJM:\"Visit website\",variant:\"Ie74EE_Xj\",vvMz6sarU:\"var(--token-1662617d-fd18-4319-b3da-aa36e5415705, rgb(249, 69, 45))\",width:\"100%\",yHWj4nAFV:\"arrow-elbow-down-right\",zvTGbXZx3:\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qqqtwt\",\"data-framer-name\":\"Info\",name:\"Info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10yab97\",\"data-framer-name\":\"1\",name:\"1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Client\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Client\"})}),className:\"framer-1wf5jpd\",\"data-framer-name\":\"Client\",fonts:[\"Inter\"],name:\"Client\",text:mDDYXA7ki,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"Vero Labs Inc.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"Vero Labs Inc.\"})}),className:\"framer-qfm4ej\",\"data-framer-name\":\"Vero Labs Inc.\",fonts:[\"Inter\"],name:\"Vero Labs Inc.\",text:rLiOufN2n,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wt1z18\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-snmq8h\",\"data-framer-name\":\"2\",name:\"2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Duration\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Duration\"})}),className:\"framer-1xii077\",\"data-framer-name\":\"Duration\",fonts:[\"Inter\"],name:\"Duration\",text:xWqFEuDQf,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"6 months\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"6 months\"})}),className:\"framer-1vdw59\",\"data-framer-name\":\"6 months\",fonts:[\"Inter\"],name:\"6 months\",text:majLZtWnx,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ntj8ua\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g9oy3l\",\"data-framer-name\":\"3\",name:\"3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Date\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Date\"})}),className:\"framer-1s0dprb\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"November 4, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"November 4, 2024\"})}),className:\"framer-h40ibq\",\"data-framer-name\":\"Oct 10, 2024\",fonts:[\"Inter\"],name:\"Oct 10, 2024\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})]})}),/*#__PURE__*/_jsx(\"article\",{className:\"framer-138xpy3\",\"data-framer-name\":\"Article\",name:\"Article\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-firfui\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14fjk8y\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ioebf2\",\"data-framer-name\":\"1\",name:\"1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__animate:{transition:transition8},__framer__enter:animation16,__framer__threshold:0}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ey6jb8\",\"data-framer-name\":\"Quote\",name:\"Quote\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jnye1g\",\"data-styles-preset\":\"xNIXLfFSf\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\"})}),className:\"framer-1o8n3g9\",\"data-framer-name\":\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",fonts:[\"Inter\"],name:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",text:S6Vc7lSek,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-udthnw\",\"data-framer-name\":\"Manager\",name:\"Manager\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1346),sizes:\"50px\",...toResponsiveImage(Mq20_y6f9)}},dyXyT7X6A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1269.76),sizes:\"50px\",...toResponsiveImage(Mq20_y6f9)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1456),sizes:\"50px\",...toResponsiveImage(Mq20_y6f9)},className:\"framer-11dn6el\",\"data-framer-name\":\"image\",name:\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f04bs1\",\"data-framer-name\":\"Frame 80\",name:\"Frame 80\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1raml1m\",\"data-styles-preset\":\"hOrfMQMhw\",style:{\"--framer-text-color\":\"var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, rgb(12, 12, 12))\"},children:\"John Taylor\"})}),className:\"framer-1om5evb\",\"data-framer-name\":\"John Taylor\",fonts:[\"Inter\"],name:\"John Taylor\",text:FauhwFXoA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hahlh8\",\"data-styles-preset\":\"sw01V2bJD\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Member of the team\"})}),className:\"framer-1f1e8ve\",\"data-framer-name\":\"Member of the team\",fonts:[\"Inter\"],name:\"Member of the team\",text:I2MGBGTUT,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__animate:{transition:transition8},__framer__enter:animation16,__framer__exit:undefined,__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yyrrt\",\"data-framer-name\":\"Text\",name:\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2tyqn8\",\"data-styles-preset\":\"yzgpMcORk\",children:\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\"})}),className:\"framer-1quziho\",\"data-framer-name\":\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\",fonts:[\"Inter\"],name:\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\",text:Jj2TqaVte,verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1604),sizes:\"min(100vw - 64px, 1848px)\",...toResponsiveImage(n5oZyEeyz)}},dyXyT7X6A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1682.76),sizes:\"min(100vw - 48px, 1848px)\",...toResponsiveImage(n5oZyEeyz)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1734),sizes:\"min(100vw - 72px, 1848px)\",...toResponsiveImage(n5oZyEeyz)},className:\"framer-7ybb7l\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-l3kqmk\",\"data-framer-name\":\"2\",name:\"2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cybktc\",\"data-framer-name\":\"Quote\",name:\"Quote\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jnye1g\",\"data-styles-preset\":\"xNIXLfFSf\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\"})}),className:\"framer-1vcu2qu\",\"data-framer-name\":\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",fonts:[\"Inter\"],name:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",text:izfeKDIs1,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tkh5xr\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2tyqn8\",\"data-styles-preset\":\"yzgpMcORk\",children:\"Designing an ad-free experience meant creating engaging content flows without traditional ads. We achieved this by focusing on rich, visual content and user-driven discovery options.\"})}),className:\"framer-1xxh6hz\",\"data-framer-name\":\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\",fonts:[\"Inter\"],name:\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\",text:KElcZNTLT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmjd5e\",\"data-styles-preset\":\"q35quwzCc\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"One challenge was ensuring privacy controls while maintaining an easy-to-use interface. Our team developed an accessible settings menu that lets users control visibility without overwhelming them.\"})}),className:\"framer-1b62zvv\",\"data-framer-name\":\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",fonts:[\"Inter\"],name:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",text:OeT9DUKsq,verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ocycf8\",\"data-framer-name\":\"Images\",name:\"Images\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nxxknu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2836),sizes:\"max((min(100vw - 64px, 1848px) - 20px) / 2, 1px)\",...toResponsiveImage(fKKEVD3MT)}},dyXyT7X6A:{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2878.76),sizes:\"min(100vw - 48px, 1848px)\",...toResponsiveImage(fKKEVD3MT)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3006),sizes:\"max((min(100vw - 72px, 1848px) - 20px) / 2, 1px)\",...toResponsiveImage(fKKEVD3MT)},className:\"framer-1gnelzo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2836),sizes:\"max((min(100vw - 64px, 1848px) - 20px) / 2, 1px)\",...toResponsiveImage(EvMyI3xJn)}},dyXyT7X6A:{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3594.76),sizes:\"min(100vw - 48px, 1848px)\",...toResponsiveImage(EvMyI3xJn)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3006),sizes:\"max((min(100vw - 72px, 1848px) - 20px) / 2, 1px)\",...toResponsiveImage(EvMyI3xJn)},className:\"framer-1j2moae\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3552),sizes:\"min(100vw - 64px, 1848px)\",...toResponsiveImage(x47lTu4Ij)}},dyXyT7X6A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4310.76),sizes:\"min(100vw - 48px, 1848px)\",...toResponsiveImage(x47lTu4Ij)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3722),sizes:\"min(100vw - 72px, 1848px)\",...toResponsiveImage(x47lTu4Ij)},className:\"framer-1guetfs\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-1crl1cc\",\"data-framer-name\":\"3\",name:\"3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bophys\",\"data-framer-name\":\"Quote\",name:\"Quote\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jnye1g\",\"data-styles-preset\":\"xNIXLfFSf\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\"})}),className:\"framer-zp4nkd\",\"data-framer-name\":\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",fonts:[\"Inter\"],name:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",text:EckXOrPX8,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uwfi9x\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2tyqn8\",\"data-styles-preset\":\"yzgpMcORk\",children:\"One challenge was ensuring privacy controls while maintaining an easy-to-use interface. Our team developed an accessible settings menu that lets users control visibility without overwhelming them.\"})}),className:\"framer-y1ryjm\",\"data-framer-name\":\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\",fonts:[\"Inter\"],name:\"This project reinforced the importance of building user-centered features that offer value beyond aesthetics, especially in social networking. The app\u2019s launch exceeded initial user growth targets, and the client received positive feedback on the app\u2019s intuitive design and ad-free experience.\",text:mE5z8KpZc,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dmjd5e\",\"data-styles-preset\":\"q35quwzCc\",style:{\"--framer-text-color\":\"rgba(12, 12, 12, 0.6)\"},children:\"Designing an ad-free experience meant creating engaging content flows without traditional ads. We achieved this by focusing on rich, visual content and user-driven discovery options. One challenge was ensuring privacy controls while maintaining an easy-to-use interface.\"})}),className:\"framer-121arj2\",\"data-framer-name\":\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",fonts:[\"Inter\"],name:\"We aimed to bring Vero\u2019s vision of authentic social interaction to life by focusing on seamless design and user privacy.\",text:FCk6mPhHT,verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4914),sizes:\"min(100vw - 64px, 1848px)\",...toResponsiveImage(qUmKfopy7)}},dyXyT7X6A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5636.76),sizes:\"min(100vw - 48px, 1848px)\",...toResponsiveImage(qUmKfopy7)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5124),sizes:\"min(100vw - 72px, 1848px)\",...toResponsiveImage(qUmKfopy7)},className:\"framer-1b2us85\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j430sy\",\"data-framer-name\":\"Latest\",name:\"Latest\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1usw2w6\",\"data-styles-preset\":\"zSSdVVb1R\",style:{\"--framer-text-alignment\":\"left\"},children:\"Latest projects\"})}),className:\"framer-1d01nxp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e1vi1d\",\"data-framer-name\":\"Next\",name:\"Next\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{width:\"80px\",y:5851.52},dyXyT7X6A:{height:70,width:\"min(100vw - 48px, 1848px)\",y:6814.280000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1220,width:\"90px\",y:6101.52,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ly5lv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{variant:\"AILpDROUQ\"}},children:/*#__PURE__*/_jsx(ProjetcsMoreProjectsButton,{height:\"100%\",id:\"vIVoVAEoq\",layoutId:\"vIVoVAEoq\",style:{height:\"100%\",width:\"100%\"},variant:\"hl4DUHJiz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xrrwnd\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"oCs4NlQCM\",data:Project,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"oCs4NlQCM\",name:\"EvxErjRB0\",type:\"Identifier\"},{collection:\"oCs4NlQCM\",name:\"G5Mz1FFPU\",type:\"Identifier\"},{alias:\"UoGh11fYe\",arguments:[{from:{alias:\"UoGh11fYe\",data:Category,type:\"Collection\"},orderBy:[{arguments:[{collection:\"oCs4NlQCM\",name:\"UoGh11fYe\",type:\"Identifier\"},{collection:\"UoGh11fYe\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"UoGh11fYe\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"UoGh11fYe\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"oCs4NlQCM\",name:\"UoGh11fYe\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"oCs4NlQCM\",name:\"fcLdTQRWu\",type:\"Identifier\"},{collection:\"oCs4NlQCM\",name:\"jjZ9ReRdu\",type:\"Identifier\"},{collection:\"oCs4NlQCM\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"oCs4NlQCM\",name:\"fcLdTQRWu\",type:\"Identifier\"},{type:\"LiteralValue\",value:fcLdTQRWu}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({\"EvxErjRB0\":EvxErjRB0oCs4NlQCM,\"G5Mz1FFPU\":G5Mz1FFPUoCs4NlQCM,\"UoGh11fYe\":UoGh11fYeoCs4NlQCM,\"fcLdTQRWu\":fcLdTQRWuoCs4NlQCM,\"jjZ9ReRdu\":jjZ9ReRduoCs4NlQCM,\"id\":idoCs4NlQCM},i)=>{EvxErjRB0oCs4NlQCM!==null&&EvxErjRB0oCs4NlQCM!==void 0?EvxErjRB0oCs4NlQCM:EvxErjRB0oCs4NlQCM=\"\";fcLdTQRWuoCs4NlQCM!==null&&fcLdTQRWuoCs4NlQCM!==void 0?fcLdTQRWuoCs4NlQCM:fcLdTQRWuoCs4NlQCM=\"\";jjZ9ReRduoCs4NlQCM!==null&&jjZ9ReRduoCs4NlQCM!==void 0?jjZ9ReRduoCs4NlQCM:jjZ9ReRduoCs4NlQCM=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`oCs4NlQCM-${idoCs4NlQCM}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EvxErjRB0:EvxErjRB0oCs4NlQCM},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{EvxErjRB0:EvxErjRB0oCs4NlQCM},webPageId:\"v75Tpw1Yr\"},nodeId:\"IlguaHpaq\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1osnhu4 framer-hh0uzk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{width:\"max(max((max(min(100vw - 64px, 1848px) - 100px, 1px) - 20px) / 2, 50px), 1px)\",y:5851.52},dyXyT7X6A:{height:330,width:\"max(min(100vw - 48px, 1848px), 1px)\",y:6464.280000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"max(max((max(min(100vw - 72px, 1848px) - 110px, 1px) - 20px) / 2, 50px), 1px)\",y:6101.52,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1ksrka3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{variant:\"IYoM4m0Ii\"},dyXyT7X6A:{variant:\"oFWgC4z7f\"}},children:/*#__PURE__*/_jsx(ProjetcsProjectItem,{height:\"100%\",id:\"XQys7CBNY\",j8kI8S_33:toResponsiveImage(G5Mz1FFPUoCs4NlQCM),layoutId:\"XQys7CBNY\",m4363AwRQ:fcLdTQRWuoCs4NlQCM,pY5nfFcdb:UoGh11fYeoCs4NlQCM,QAad4Lrvr:jjZ9ReRduoCs4NlQCM,style:{height:\"100%\",width:\"100%\"},variant:\"dRd9b_kWP\",width:\"100%\"})})})})})})})})})},idoCs4NlQCM);})})})})})]})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{y:7191.52},dyXyT7X6A:{y:6934.280000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:949,width:\"100vw\",y:7481.52,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-170}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-ihfoa5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{variant:\"fEKWViVLS\"},dyXyT7X6A:{variant:\"nqWgwdImM\"}},children:/*#__PURE__*/_jsx(Contact,{height:\"100%\",id:\"macd2jwR1\",layoutId:\"macd2jwR1\",style:{width:\"100%\"},variant:\"Il7efBbw5\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{y:8140.52},dyXyT7X6A:{y:7883.280000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:732,width:\"100vw\",y:8430.52,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dyXyT7X6A:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-170}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sjjo2o-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DaPOBwsYe:{variant:\"Zqhe2SOK3\"},dyXyT7X6A:{variant:\"j_Wa_NyZf\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"GhiOKT3Wg\",layoutId:\"GhiOKT3Wg\",style:{width:\"100%\"},variant:\"MNs46yKnk\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d9rkku-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"eEgAiBNad\",intensity:8,layoutId:\"eEgAiBNad\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation20,className:\"framer-z8qomn-container hidden-b51o30\",\"data-framer-appear-id\":\"z8qomn\",initial:animation3,layoutScroll:true,optimized:true,children:/*#__PURE__*/_jsx(LemonSqueezy,{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"-0.05em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{hoverBackgroundColor:\"var(--token-1662617d-fd18-4319-b3da-aa36e5415705, rgb(249, 69, 45))\",hoverColor:\"var(--token-d74d16c5-23aa-4649-a2ad-0da8c936dade, rgb(255, 255, 255))\",hoverScale:1,hoverTransition:{delay:0,duration:.15,ease:[.5,0,.19,1.04],type:\"tween\"}},id:\"gABCj7qvx\",isRedirect:true,layoutId:\"gABCj7qvx\",style:{height:\"100%\",width:\"100%\"},styleOptions:{backgroundColor:\"rgb(5, 5, 5)\",borderRadius:10,color:\"var(--token-2b0e121e-0368-44f6-b6fc-57cffb0ea05b, rgb(255, 255, 255))\",padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16},text:\"Get template - 79$\",url:\"https://rewwward.lemonsqueezy.com/buy/a5fe50fd-0564-47f0-9004-fce60c06c4dc\",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-6oZWz { background: white; }`,\".framer-6oZWz.framer-hh0uzk, .framer-6oZWz .framer-hh0uzk { display: block; }\",\".framer-6oZWz.framer-181vzam { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-6oZWz .framer-11qcrk-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-6oZWz .framer-1gycri2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-b49js2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-end; min-height: 1080px; overflow: hidden; padding: 76px 36px 0px 36px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-6oZWz .framer-1hanbzf { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6oZWz .framer-m7y80k { --border-bottom-width: 2px; --border-color: var(--token-1662617d-fd18-4319-b3da-aa36e5415705, #f9452d); --border-left-width: 0px; --border-right-width: 2px; --border-style: solid; --border-top-width: 0px; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); position: absolute; right: 30px; top: 30px; width: 9px; z-index: 1; }\",\".framer-6oZWz .framer-58nyqt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 70px 0px 70px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1l2vkl1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; max-width: 1848px; overflow: visible; padding: 0px 0px 80px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-6oZWz .framer-726i10 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6oZWz .framer-bdwtqr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-6oZWz .framer-tb387f-container, .framer-6oZWz .framer-1l66qrj-container, .framer-6oZWz .framer-1d9rkku-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6oZWz .framer-18nsq28 { 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; position: relative; width: 100%; }\",\".framer-6oZWz .framer-1yhaelc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6oZWz .framer-rsqti5 { flex: none; height: auto; max-width: 590px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6oZWz .framer-h9dhly { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-6oZWz .framer-1h46962 { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-6oZWz .framer-19hydm8 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1848px; overflow: hidden; padding: 70px 0px 70px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-6oZWz .framer-ls40ga { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1qqqtwt { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-10yab97, .framer-6oZWz .framer-snmq8h, .framer-6oZWz .framer-1g9oy3l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6oZWz .framer-1wf5jpd, .framer-6oZWz .framer-qfm4ej, .framer-6oZWz .framer-1xii077, .framer-6oZWz .framer-1vdw59, .framer-6oZWz .framer-1s0dprb, .framer-6oZWz .framer-h40ibq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6oZWz .framer-1wt1z18, .framer-6oZWz .framer-ntj8ua { align-self: stretch; background-color: #e8e8e8; flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-6oZWz .framer-138xpy3 { align-content: center; align-items: center; background-color: var(--token-0fe6d6b7-818b-4083-a138-519768e5d126, #f5f5f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 150px 36px 160px 36px; position: relative; width: 100%; z-index: 2; }\",\".framer-6oZWz .framer-firfui { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: flex-start; max-width: 1848px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6oZWz .framer-14fjk8y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-1ioebf2, .framer-6oZWz .framer-l3kqmk, .framer-6oZWz .framer-1crl1cc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-ey6jb8, .framer-6oZWz .framer-1cybktc, .framer-6oZWz .framer-1bophys { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1o8n3g9, .framer-6oZWz .framer-1vcu2qu, .framer-6oZWz .framer-zp4nkd { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 440px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6oZWz .framer-udthnw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-11dn6el { aspect-ratio: 1 / 1; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 50px; }\",\".framer-6oZWz .framer-1f04bs1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1om5evb, .framer-6oZWz .framer-1f1e8ve, .framer-6oZWz .framer-1d01nxp { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6oZWz .framer-yyrrt { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1quziho { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 910px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6oZWz .framer-7ybb7l, .framer-6oZWz .framer-1b2us85 { aspect-ratio: 1.7904761904761906 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 630px); overflow: hidden; position: relative; width: 100%; }\",\".framer-6oZWz .framer-1tkh5xr, .framer-6oZWz .framer-1uwfi9x { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1xxh6hz, .framer-6oZWz .framer-1b62zvv, .framer-6oZWz .framer-y1ryjm, .framer-6oZWz .framer-121arj2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 910px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6oZWz .framer-1ocycf8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-nxxknu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-1gnelzo, .framer-6oZWz .framer-1j2moae { aspect-ratio: 1.3132183908045978 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 422px); overflow: hidden; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1guetfs { aspect-ratio: 1.4842105263157894 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 760px); overflow: hidden; position: relative; width: 100%; }\",\".framer-6oZWz .framer-1j430sy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-e1vi1d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6oZWz .framer-1ly5lv-container { align-self: stretch; flex: none; height: auto; position: relative; width: 90px; }\",\".framer-6oZWz .framer-1xrrwnd { display: grid; flex: 1 0 0px; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-6oZWz .framer-1osnhu4 { align-content: center; align-items: center; align-self: start; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-6oZWz .framer-1ksrka3-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-6oZWz .framer-ihfoa5-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-6oZWz .framer-1sjjo2o-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\".framer-6oZWz .framer-z8qomn-container { bottom: 60px; flex: none; height: 36px; position: fixed; right: 20px; width: 142px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6oZWz.framer-181vzam, .framer-6oZWz .framer-1gycri2, .framer-6oZWz .framer-b49js2, .framer-6oZWz .framer-1hanbzf, .framer-6oZWz .framer-58nyqt, .framer-6oZWz .framer-1l2vkl1, .framer-6oZWz .framer-726i10, .framer-6oZWz .framer-bdwtqr, .framer-6oZWz .framer-18nsq28, .framer-6oZWz .framer-19hydm8, .framer-6oZWz .framer-ls40ga, .framer-6oZWz .framer-1qqqtwt, .framer-6oZWz .framer-10yab97, .framer-6oZWz .framer-snmq8h, .framer-6oZWz .framer-1g9oy3l, .framer-6oZWz .framer-138xpy3, .framer-6oZWz .framer-firfui, .framer-6oZWz .framer-14fjk8y, .framer-6oZWz .framer-1ioebf2, .framer-6oZWz .framer-ey6jb8, .framer-6oZWz .framer-udthnw, .framer-6oZWz .framer-1f04bs1, .framer-6oZWz .framer-yyrrt, .framer-6oZWz .framer-l3kqmk, .framer-6oZWz .framer-1cybktc, .framer-6oZWz .framer-1tkh5xr, .framer-6oZWz .framer-1ocycf8, .framer-6oZWz .framer-nxxknu, .framer-6oZWz .framer-1crl1cc, .framer-6oZWz .framer-1bophys, .framer-6oZWz .framer-1uwfi9x, .framer-6oZWz .framer-1j430sy, .framer-6oZWz .framer-e1vi1d, .framer-6oZWz .framer-1osnhu4 { gap: 0px; } .framer-6oZWz.framer-181vzam > *, .framer-6oZWz .framer-1gycri2 > *, .framer-6oZWz .framer-b49js2 > *, .framer-6oZWz .framer-58nyqt > *, .framer-6oZWz .framer-138xpy3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6oZWz.framer-181vzam > :first-child, .framer-6oZWz .framer-1gycri2 > :first-child, .framer-6oZWz .framer-b49js2 > :first-child, .framer-6oZWz .framer-58nyqt > :first-child, .framer-6oZWz .framer-1l2vkl1 > :first-child, .framer-6oZWz .framer-726i10 > :first-child, .framer-6oZWz .framer-18nsq28 > :first-child, .framer-6oZWz .framer-10yab97 > :first-child, .framer-6oZWz .framer-snmq8h > :first-child, .framer-6oZWz .framer-1g9oy3l > :first-child, .framer-6oZWz .framer-138xpy3 > :first-child, .framer-6oZWz .framer-firfui > :first-child, .framer-6oZWz .framer-14fjk8y > :first-child, .framer-6oZWz .framer-ey6jb8 > :first-child, .framer-6oZWz .framer-1f04bs1 > :first-child, .framer-6oZWz .framer-1cybktc > :first-child, .framer-6oZWz .framer-1tkh5xr > :first-child, .framer-6oZWz .framer-1ocycf8 > :first-child, .framer-6oZWz .framer-1bophys > :first-child, .framer-6oZWz .framer-1uwfi9x > :first-child, .framer-6oZWz .framer-1j430sy > :first-child { margin-top: 0px; } .framer-6oZWz.framer-181vzam > :last-child, .framer-6oZWz .framer-1gycri2 > :last-child, .framer-6oZWz .framer-b49js2 > :last-child, .framer-6oZWz .framer-58nyqt > :last-child, .framer-6oZWz .framer-1l2vkl1 > :last-child, .framer-6oZWz .framer-726i10 > :last-child, .framer-6oZWz .framer-18nsq28 > :last-child, .framer-6oZWz .framer-10yab97 > :last-child, .framer-6oZWz .framer-snmq8h > :last-child, .framer-6oZWz .framer-1g9oy3l > :last-child, .framer-6oZWz .framer-138xpy3 > :last-child, .framer-6oZWz .framer-firfui > :last-child, .framer-6oZWz .framer-14fjk8y > :last-child, .framer-6oZWz .framer-ey6jb8 > :last-child, .framer-6oZWz .framer-1f04bs1 > :last-child, .framer-6oZWz .framer-1cybktc > :last-child, .framer-6oZWz .framer-1tkh5xr > :last-child, .framer-6oZWz .framer-1ocycf8 > :last-child, .framer-6oZWz .framer-1bophys > :last-child, .framer-6oZWz .framer-1uwfi9x > :last-child, .framer-6oZWz .framer-1j430sy > :last-child { margin-bottom: 0px; } .framer-6oZWz .framer-1hanbzf > *, .framer-6oZWz .framer-19hydm8 > *, .framer-6oZWz .framer-ls40ga > *, .framer-6oZWz .framer-1ioebf2 > *, .framer-6oZWz .framer-yyrrt > *, .framer-6oZWz .framer-l3kqmk > *, .framer-6oZWz .framer-nxxknu > *, .framer-6oZWz .framer-1crl1cc > *, .framer-6oZWz .framer-e1vi1d > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-6oZWz .framer-1hanbzf > :first-child, .framer-6oZWz .framer-bdwtqr > :first-child, .framer-6oZWz .framer-19hydm8 > :first-child, .framer-6oZWz .framer-ls40ga > :first-child, .framer-6oZWz .framer-1qqqtwt > :first-child, .framer-6oZWz .framer-1ioebf2 > :first-child, .framer-6oZWz .framer-udthnw > :first-child, .framer-6oZWz .framer-yyrrt > :first-child, .framer-6oZWz .framer-l3kqmk > :first-child, .framer-6oZWz .framer-nxxknu > :first-child, .framer-6oZWz .framer-1crl1cc > :first-child, .framer-6oZWz .framer-e1vi1d > :first-child, .framer-6oZWz .framer-1osnhu4 > :first-child { margin-left: 0px; } .framer-6oZWz .framer-1hanbzf > :last-child, .framer-6oZWz .framer-bdwtqr > :last-child, .framer-6oZWz .framer-19hydm8 > :last-child, .framer-6oZWz .framer-ls40ga > :last-child, .framer-6oZWz .framer-1qqqtwt > :last-child, .framer-6oZWz .framer-1ioebf2 > :last-child, .framer-6oZWz .framer-udthnw > :last-child, .framer-6oZWz .framer-yyrrt > :last-child, .framer-6oZWz .framer-l3kqmk > :last-child, .framer-6oZWz .framer-nxxknu > :last-child, .framer-6oZWz .framer-1crl1cc > :last-child, .framer-6oZWz .framer-e1vi1d > :last-child, .framer-6oZWz .framer-1osnhu4 > :last-child { margin-right: 0px; } .framer-6oZWz .framer-1l2vkl1 > *, .framer-6oZWz .framer-1ocycf8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6oZWz .framer-726i10 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-6oZWz .framer-bdwtqr > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-6oZWz .framer-18nsq28 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6oZWz .framer-1qqqtwt > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } .framer-6oZWz .framer-10yab97 > *, .framer-6oZWz .framer-snmq8h > *, .framer-6oZWz .framer-1g9oy3l > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6oZWz .framer-firfui > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-6oZWz .framer-14fjk8y > * { margin: 0px; margin-bottom: calc(140px / 2); margin-top: calc(140px / 2); } .framer-6oZWz .framer-ey6jb8 > *, .framer-6oZWz .framer-1cybktc > *, .framer-6oZWz .framer-1bophys > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-6oZWz .framer-udthnw > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-6oZWz .framer-1f04bs1 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-6oZWz .framer-1tkh5xr > *, .framer-6oZWz .framer-1uwfi9x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6oZWz .framer-1j430sy > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-6oZWz .framer-1osnhu4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-6oZWz { background: white; } .framer-6oZWz.framer-181vzam { width: 810px; } .framer-6oZWz .framer-b49js2 { min-height: 960px; padding: 76px 32px 0px 32px; } .framer-6oZWz .framer-58nyqt { padding: 0px 60px 0px 60px; } .framer-6oZWz .framer-1l2vkl1 { padding: 0px 0px 60px 0px; } .framer-6oZWz .framer-726i10 { gap: 24px; } .framer-6oZWz .framer-18nsq28 { gap: 36px; } .framer-6oZWz .framer-19hydm8 { gap: unset; justify-content: space-between; padding: 64px 0px 64px 0px; } .framer-6oZWz .framer-ls40ga { flex: none; width: min-content; } .framer-6oZWz .framer-1qqqtwt { flex: none; gap: 34px; width: min-content; } .framer-6oZWz .framer-138xpy3 { padding: 120px 32px 120px 32px; } .framer-6oZWz .framer-firfui, .framer-6oZWz .framer-14fjk8y { gap: 120px; } .framer-6oZWz .framer-7ybb7l { height: var(--framer-aspect-ratio-supported, 417px); } .framer-6oZWz .framer-1gnelzo, .framer-6oZWz .framer-1j2moae { height: var(--framer-aspect-ratio-supported, 276px); } .framer-6oZWz .framer-1guetfs { height: var(--framer-aspect-ratio-supported, 503px); } .framer-6oZWz .framer-1b2us85 { height: var(--framer-aspect-ratio-supported, 416px); } .framer-6oZWz .framer-1ly5lv-container { width: 80px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6oZWz .framer-726i10, .framer-6oZWz .framer-18nsq28, .framer-6oZWz .framer-19hydm8, .framer-6oZWz .framer-1qqqtwt, .framer-6oZWz .framer-firfui, .framer-6oZWz .framer-14fjk8y { gap: 0px; } .framer-6oZWz .framer-726i10 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6oZWz .framer-726i10 > :first-child, .framer-6oZWz .framer-18nsq28 > :first-child, .framer-6oZWz .framer-firfui > :first-child, .framer-6oZWz .framer-14fjk8y > :first-child { margin-top: 0px; } .framer-6oZWz .framer-726i10 > :last-child, .framer-6oZWz .framer-18nsq28 > :last-child, .framer-6oZWz .framer-firfui > :last-child, .framer-6oZWz .framer-14fjk8y > :last-child { margin-bottom: 0px; } .framer-6oZWz .framer-18nsq28 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-6oZWz .framer-19hydm8 > *, .framer-6oZWz .framer-19hydm8 > :first-child, .framer-6oZWz .framer-19hydm8 > :last-child { margin: 0px; } .framer-6oZWz .framer-1qqqtwt > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-6oZWz .framer-1qqqtwt > :first-child { margin-left: 0px; } .framer-6oZWz .framer-1qqqtwt > :last-child { margin-right: 0px; } .framer-6oZWz .framer-firfui > *, .framer-6oZWz .framer-14fjk8y > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-6oZWz { background: white; } .framer-6oZWz.framer-181vzam { width: 390px; } .framer-6oZWz .framer-b49js2 { height: min-content; min-height: unset; padding: 80px 6px 0px 6px; position: relative; top: unset; } .framer-6oZWz .framer-1hanbzf { background-color: var(--token-09fd1980-8076-4f0b-8bb4-7ba5919ad6b8, #0c0c0c); flex: none; height: min-content; } .framer-6oZWz .framer-m7y80k { right: 24px; top: 24px; } .framer-6oZWz .framer-58nyqt { padding: 220px 30px 0px 30px; } .framer-6oZWz .framer-1l2vkl1 { padding: 0px 0px 36px 0px; } .framer-6oZWz .framer-726i10 { gap: 30px; } .framer-6oZWz .framer-bdwtqr { justify-content: flex-start; order: 1; } .framer-6oZWz .framer-18nsq28 { gap: 24px; order: 0; } .framer-6oZWz .framer-19hydm8 { flex-direction: column; gap: 30px; justify-content: flex-start; padding: 34px 18px 30px 18px; } .framer-6oZWz .framer-ls40ga { flex: none; order: 1; width: 100%; } .framer-6oZWz .framer-1l66qrj-container { flex: 1 0 0px; width: 1px; } .framer-6oZWz .framer-1qqqtwt { flex: none; flex-direction: column; gap: 14px; order: 0; width: 100%; } .framer-6oZWz .framer-10yab97, .framer-6oZWz .framer-snmq8h, .framer-6oZWz .framer-1g9oy3l { align-content: center; align-items: center; gap: 2px; } .framer-6oZWz .framer-1wt1z18, .framer-6oZWz .framer-ntj8ua { align-self: unset; height: 1px; width: 100%; } .framer-6oZWz .framer-138xpy3 { padding: 50px 24px 50px 24px; } .framer-6oZWz .framer-firfui { gap: 50px; } .framer-6oZWz .framer-14fjk8y, .framer-6oZWz .framer-1j430sy { gap: 40px; } .framer-6oZWz .framer-1ioebf2 { flex-direction: column; gap: 40px; } .framer-6oZWz .framer-ey6jb8, .framer-6oZWz .framer-yyrrt, .framer-6oZWz .framer-1cybktc, .framer-6oZWz .framer-1tkh5xr, .framer-6oZWz .framer-1bophys, .framer-6oZWz .framer-1uwfi9x { flex: none; width: 100%; } .framer-6oZWz .framer-7ybb7l, .framer-6oZWz .framer-1b2us85 { height: var(--framer-aspect-ratio-supported, 191px); } .framer-6oZWz .framer-l3kqmk, .framer-6oZWz .framer-nxxknu, .framer-6oZWz .framer-1crl1cc, .framer-6oZWz .framer-e1vi1d { flex-direction: column; } .framer-6oZWz .framer-1gnelzo { flex: none; height: var(--framer-aspect-ratio-supported, 260px); width: 100%; } .framer-6oZWz .framer-1j2moae { flex: none; height: var(--framer-aspect-ratio-supported, 261px); width: 100%; } .framer-6oZWz .framer-1guetfs { height: var(--framer-aspect-ratio-supported, 230px); } .framer-6oZWz .framer-1d01nxp { max-width: 270px; } .framer-6oZWz .framer-1ly5lv-container { align-self: unset; height: 70px; order: 1; width: 100%; } .framer-6oZWz .framer-1xrrwnd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; order: 0; width: 100%; } .framer-6oZWz .framer-1osnhu4 { align-self: unset; height: 330px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6oZWz .framer-726i10, .framer-6oZWz .framer-18nsq28, .framer-6oZWz .framer-19hydm8, .framer-6oZWz .framer-1qqqtwt, .framer-6oZWz .framer-10yab97, .framer-6oZWz .framer-snmq8h, .framer-6oZWz .framer-1g9oy3l, .framer-6oZWz .framer-firfui, .framer-6oZWz .framer-14fjk8y, .framer-6oZWz .framer-1ioebf2, .framer-6oZWz .framer-l3kqmk, .framer-6oZWz .framer-nxxknu, .framer-6oZWz .framer-1crl1cc, .framer-6oZWz .framer-1j430sy, .framer-6oZWz .framer-e1vi1d, .framer-6oZWz .framer-1xrrwnd { gap: 0px; } .framer-6oZWz .framer-726i10 > *, .framer-6oZWz .framer-19hydm8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-6oZWz .framer-726i10 > :first-child, .framer-6oZWz .framer-18nsq28 > :first-child, .framer-6oZWz .framer-19hydm8 > :first-child, .framer-6oZWz .framer-1qqqtwt > :first-child, .framer-6oZWz .framer-10yab97 > :first-child, .framer-6oZWz .framer-snmq8h > :first-child, .framer-6oZWz .framer-1g9oy3l > :first-child, .framer-6oZWz .framer-firfui > :first-child, .framer-6oZWz .framer-14fjk8y > :first-child, .framer-6oZWz .framer-1ioebf2 > :first-child, .framer-6oZWz .framer-l3kqmk > :first-child, .framer-6oZWz .framer-nxxknu > :first-child, .framer-6oZWz .framer-1crl1cc > :first-child, .framer-6oZWz .framer-1j430sy > :first-child, .framer-6oZWz .framer-e1vi1d > :first-child, .framer-6oZWz .framer-1xrrwnd > :first-child { margin-top: 0px; } .framer-6oZWz .framer-726i10 > :last-child, .framer-6oZWz .framer-18nsq28 > :last-child, .framer-6oZWz .framer-19hydm8 > :last-child, .framer-6oZWz .framer-1qqqtwt > :last-child, .framer-6oZWz .framer-10yab97 > :last-child, .framer-6oZWz .framer-snmq8h > :last-child, .framer-6oZWz .framer-1g9oy3l > :last-child, .framer-6oZWz .framer-firfui > :last-child, .framer-6oZWz .framer-14fjk8y > :last-child, .framer-6oZWz .framer-1ioebf2 > :last-child, .framer-6oZWz .framer-l3kqmk > :last-child, .framer-6oZWz .framer-nxxknu > :last-child, .framer-6oZWz .framer-1crl1cc > :last-child, .framer-6oZWz .framer-1j430sy > :last-child, .framer-6oZWz .framer-e1vi1d > :last-child, .framer-6oZWz .framer-1xrrwnd > :last-child { margin-bottom: 0px; } .framer-6oZWz .framer-18nsq28 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6oZWz .framer-1qqqtwt > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-6oZWz .framer-10yab97 > *, .framer-6oZWz .framer-snmq8h > *, .framer-6oZWz .framer-1g9oy3l > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-6oZWz .framer-firfui > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-6oZWz .framer-14fjk8y > *, .framer-6oZWz .framer-1ioebf2 > *, .framer-6oZWz .framer-1j430sy > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6oZWz .framer-l3kqmk > *, .framer-6oZWz .framer-nxxknu > *, .framer-6oZWz .framer-1crl1cc > *, .framer-6oZWz .framer-e1vi1d > *, .framer-6oZWz .framer-1xrrwnd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-6oZWz[data-border=\"true\"]::after, .framer-6oZWz [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 7947\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DaPOBwsYe\":{\"layout\":[\"fixed\",\"auto\"]},\"dyXyT7X6A\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerv75Tpw1Yr=withCSS(Component,css,\"framer-6oZWz\");export default Framerv75Tpw1Yr;Framerv75Tpw1Yr.displayName=\"Page\";Framerv75Tpw1Yr.defaultProps={height:7947,width:1200};addFonts(Framerv75Tpw1Yr,[{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\"}]},...HeaderHeaderFonts,...UICategoryTagFonts,...UIArrowButtonFonts,...ProjetcsMoreProjectsButtonFonts,...ProjetcsProjectItemFonts,...ContactFonts,...FooterFooterFonts,...SmoothScrollFonts,...LemonSqueezyFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerv75Tpw1Yr\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DaPOBwsYe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dyXyT7X6A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"7947\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LemonSqueezy", "props", "styleOptions", "hoverOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingValue", "useConditionalScript", "p", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "condition", "url", "id", "ue", "script", "ref", "window", "fontControlStyles", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WIf5MEY74", "CBxle7Hty", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerdOwxhpPUd", "withCSS", "dOwxhpPUd_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "UICategoryTagFonts", "getFonts", "dOwxhpPUd_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toResponsiveImage", "value", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "category", "description", "height", "id", "mainImage", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "j8kI8S_33", "pY5nfFcdb", "m4363AwRQ", "QAad4Lrvr", "JRY3_qGYVTmk181TsU", "idTmk181TsU", "E9FnOb4niTmk181TsU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "cx", "serializationHash", "addPropertyOverrides", "ChildrenCanSuspend", "rXPb48_DN_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "ComponentViewportProvider", "dOwxhpPUd_default", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerKYMveFRib", "withCSS", "KYMveFRib_default", "addPropertyControls", "ControlType", "addFonts", "UICategoryTagFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerLR_EVOsEt", "withCSS", "LR_EVOsEt_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeaderHeaderFonts", "getFonts", "O1fMzCErz_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "UICategoryTagFonts", "dOwxhpPUd_default", "MotionDivWithOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "ImageWithOptimizedAppearEffect", "Image2", "UIArrowButtonFonts", "ozPjcS5mp_default", "MotionSectionWithFX", "withFX", "MotionDivWithFX", "ImageWithFX", "RichTextWithFX", "ProjetcsMoreProjectsButtonFonts", "LR_EVOsEt_default", "ProjetcsProjectItemFonts", "KYMveFRib_default", "ContainerWithFX", "ContactFonts", "McSGfJuih_default", "FooterFooterFonts", "pCkRDSIIx_default", "SmoothScrollFonts", "SmoothScroll", "LemonSqueezyFonts", "LemonSqueezy", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "isSet", "value", "transition3", "animation5", "animation6", "transition4", "animation7", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition5", "animation8", "transition6", "animation9", "toResponsiveImage", "animation10", "transition7", "animation11", "animation12", "animation13", "transition8", "animation14", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation15", "transition9", "animation16", "transition10", "animation17", "animation18", "transition11", "animation19", "transition12", "animation20", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "RwM1qgENQ_default", "rXPb48_DN_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "_getFromCurrentRouteData6", "_getFromCurrentRouteData7", "_getFromCurrentRouteData8", "_getFromCurrentRouteData9", "_getFromCurrentRouteData10", "_getFromCurrentRouteData11", "_getFromCurrentRouteData12", "_getFromCurrentRouteData13", "_getFromCurrentRouteData14", "_getFromCurrentRouteData15", "_getFromCurrentRouteData16", "style", "className", "layoutId", "variant", "UoGh11fYe", "E9FnOb4niBtCZLpwIm", "JRY3_qGYVBtCZLpwIm", "idBtCZLpwIm", "fcLdTQRWu", "jjZ9ReRdu", "G5Mz1FFPU", "gqR_vPIpb", "mDDYXA7ki", "rLiOufN2n", "xWqFEuDQf", "majLZtWnx", "xUxg0TNNr", "S6Vc7lSek", "Mq20_y6f9", "FauhwFXoA", "I2MGBGTUT", "Jj2TqaVte", "n5oZyEeyz", "izfeKDIs1", "KElcZNTLT", "OeT9DUKsq", "fKKEVD3MT", "EvMyI3xJn", "x47lTu4Ij", "EckXOrPX8", "mE5z8KpZc", "FCk6mPhHT", "qUmKfopy7", "EvxErjRB0oCs4NlQCM", "G5Mz1FFPUoCs4NlQCM", "UoGh11fYeoCs4NlQCM", "fcLdTQRWuoCs4NlQCM", "jjZ9ReRduoCs4NlQCM", "idoCs4NlQCM", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "visible", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "textContent", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "x", "getLoadingLazyAtYPosition", "resolvedLinks1", "collection1", "paginationInfo1", "loadMore1", "Link", "css", "Framerv75Tpw1Yr", "withCSS", "v75Tpw1Yr_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
