{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Kuwa4LRQnmmppaTnEydr/ZQOrHhdF4pWagjJ7UWUH/DataInput.js", "ssg:https://framerusercontent.com/modules/okju6e2RKjL5p8OR80kM/5OHhXSdyYkDpcBhrmgVY/BFBO_bdQt.js", "ssg:https://framerusercontent.com/modules/suh3O55eXBcXnMSWrz7U/4TYo4oarbOFPafmAfQim/EI_v8CUnb.js", "ssg:https://framerusercontent.com/modules/EFfTqoKWqvsXHgS4PPg0/AoT3yxl3A0THVdPw0Gnu/pM2bwQFTD.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useState}from\"react\";import{HiddenComponentLabel}from\"https://framerusercontent.com/modules/DwWOdDzQZGCuvkNlbUjZ/XUxkHAMs2Mc4avb6Yezq/FramerFormsShared.js\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n * @framerDisableUnlink\n */export default function DataInput(props){const{type}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const isOptimizing=typeof window===\"undefined\";const[value,setValue]=useState(\"\");let text=\"\";switch(type){case\"url\":text=\"Current URL\";break;case\"utmTags\":text=\"UTM Tags\";break;case\"urlParameter\":text=`${props.urlParameter} URL Parameter`;break;case\"referrerUrl\":text=\"Referrer URL\";break;}useEffect(()=>{switch(type){case\"url\":setValue(window.location.href);break;case\"utmTags\":const utms={};const queryParams=new URLSearchParams(window.location.search);queryParams.forEach((value,key)=>{// Check if the key starts with 'utm_' (indicating it's a UTM parameter)\nif(key.startsWith(\"utm_\")){utms[key]=value;}});setValue(utms);break;case\"urlParameter\":var _get;setValue((_get=new URLSearchParams(window.location.search).get(props.urlParameter))!==null&&_get!==void 0?_get:\"\");break;case\"referrerUrl\":setValue(document.referrer);break;}},[type,props.urlParameter]);return /*#__PURE__*/_jsx(HiddenComponentLabel,{text:text,subtext:\"Hidden Field\",children:!isCanvas&&/*#__PURE__*/_jsx(\"div\",{style:{display:\"hidden\"},children:type==\"utmTags\"?value?Object.keys(value).map(key=>/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:key,value:value[key],\"data-framerforms-no-prefill\":true})):null:/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:props.name,value:value,\"data-framerforms-no-prefill\":true})})});}DataInput.displayName=\"URL Data Collector\";addPropertyControls(DataInput,{type:{type:ControlType.Enum,options:[\"url\",\"utmTags\",\"referrerUrl\",\"urlParameter\"],optionTitles:[\"Current URL\",\"UTM Tags\",\"Referrer URL\",\"URL Parameter\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},name:{type:ControlType.String,defaultValue:\"Data\",hidden:props=>props.type==\"utmTags\"},urlParameter:{type:ControlType.String,defaultValue:\"\",placeholder:\"Parameter Name\",title:\"URL Param\",hidden:props=>props.type!==\"urlParameter\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DataInput\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DataInput.map", "// Generated by Framer (21ec140)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/epkrDJ2d3JYUzh94Wc82/S1LvyfqrVmAgLPOevYfv/f_JgQVGd5.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sY8QibktydrrEwYHJrTw/nSHQaPf160L5lHwWM7S7/xZndidUCt.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lKRcfu8HSAekZFbWFIN2/89Y925myxdTAYbEiAhve/YckFIlg3V.js\";import Button from\"https://framerusercontent.com/modules/rvbbvBvNIWQHoNA1huQD/rl6Eg8Co7N3qmQzvkwTy/eQttUogSf.js\";const FeatherFonts=getFonts(Feather);const ButtonFonts=getFonts(Button);const cycleOrder=[\"Tylma7cSY\"];const serializationHash=\"framer-OIQ8W\";const variantClassNames={Tylma7cSY:\"framer-v-jybuc1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};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(React.Fragment);const getProps=({allArticlesLink,authorAvatar,authorBio,authorName,height,id,linkTitle,width,...props})=>{var _ref,_ref1,_ref2;return{...props,AJsbZyfGp:(_ref=authorBio!==null&&authorBio!==void 0?authorBio:props.AJsbZyfGp)!==null&&_ref!==void 0?_ref:\"Author Bio\",lDdohotZ0:(_ref1=linkTitle!==null&&linkTitle!==void 0?linkTitle:props.lDdohotZ0)!==null&&_ref1!==void 0?_ref1:\"Link Title\",m6kP5X12F:(_ref2=authorName!==null&&authorName!==void 0?authorName:props.m6kP5X12F)!==null&&_ref2!==void 0?_ref2:\"Author Name\",PwTvZfMGr:allArticlesLink!==null&&allArticlesLink!==void 0?allArticlesLink:props.PwTvZfMGr,YM4oMgWsO:authorAvatar!==null&&authorAvatar!==void 0?authorAvatar:props.YM4oMgWsO};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,YM4oMgWsO,m6kP5X12F,AJsbZyfGp,lDdohotZ0,PwTvZfMGr,sibIOMjiUuSf2Fz3LK,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Tylma7cSY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=isSet(lDdohotZ0);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-jybuc1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Tylma7cSY\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-dff4f233-e1ee-4a1d-90a8-0b2550d14e0a, rgba(0, 0, 0, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.08)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"64px\",...toResponsiveImage(YM4oMgWsO)},className:\"framer-1lexcrv\",layoutDependency:layoutDependency,layoutId:\"GXkflILbh\",style:{borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b2s365\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"eEh60B0wv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-36b5699b-cbe0-4dd1-81df-b320a7a6a40f, rgba(0, 0, 0, 0.87)))\"},children:\"text\"})}),className:\"framer-dikx2n\",\"data-framer-name\":\"Author Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xbiFKUF5s\",style:{\"--extracted-a0htzi\":\"var(--token-36b5699b-cbe0-4dd1-81df-b320a7a6a40f, rgba(0, 0, 0, 0.87))\"},text:m6kP5X12F,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pml414\",layoutDependency:layoutDependency,layoutId:\"faFSN3dhW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6)))\"},children:\"Product Designer\"})}),className:\"framer-ns2mdc\",\"data-framer-name\":\"Author Bio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z2lnadFtR\",style:{\"--extracted-r6o4lv\":\"var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6))\"},text:AJsbZyfGp,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-anuqxd\",layoutDependency:layoutDependency,layoutId:\"RM3CWfqw4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6)))\"},children:\"\u2022\"})}),className:\"framer-13z68nk\",\"data-framer-name\":\"\u2022\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TUkRQtaXK\",style:{\"--extracted-r6o4lv\":\"var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:sibIOMjiUuSf2Fz3LK,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Dribbble\"})})})}),className:\"framer-15sik2t\",\"data-framer-name\":\"Author Bio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sv34iZJWi\",text:lDdohotZ0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18y9u75-container\",layoutDependency:layoutDependency,layoutId:\"OxgunlTnR-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\",height:\"100%\",iconSearch:\"new\",iconSelection:\"link-2\",id:\"OxgunlTnR\",layoutId:\"OxgunlTnR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bryn8n\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"mWXfpjqx7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6k6h8j-container\",layoutDependency:layoutDependency,layoutId:\"AXVUPMXNK-container\",children:/*#__PURE__*/_jsx(Button,{cB9c3N77k:\"Alle Artikel\",f5zefl08P:PwTvZfMGr,height:\"100%\",id:\"AXVUPMXNK\",layoutId:\"AXVUPMXNK\",pbidt587l:true,qkPZJ6b6d:\"home\",rFa5DlpfI:false,style:{height:\"100%\"},variant:\"MJ0jOBcET\",width:\"100%\",Z5bDdTcSZ:\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OIQ8W.framer-df8yql, .framer-OIQ8W .framer-df8yql { display: block; }\",\".framer-OIQ8W.framer-jybuc1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 40px; position: relative; width: 800px; }\",\".framer-OIQ8W .framer-1lexcrv { flex: none; height: 64px; position: relative; width: 64px; }\",\".framer-OIQ8W .framer-b2s365 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-OIQ8W .framer-dikx2n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-OIQ8W .framer-pml414 { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-OIQ8W .framer-ns2mdc, .framer-OIQ8W .framer-13z68nk, .framer-OIQ8W .framer-15sik2t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OIQ8W .framer-anuqxd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-OIQ8W .framer-18y9u75-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-OIQ8W .framer-1bryn8n { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: min-content; }\",\".framer-OIQ8W .framer-6k6h8j-container { flex: none; height: 48px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OIQ8W.framer-jybuc1, .framer-OIQ8W .framer-b2s365, .framer-OIQ8W .framer-pml414, .framer-OIQ8W .framer-anuqxd, .framer-OIQ8W .framer-1bryn8n { gap: 0px; } .framer-OIQ8W.framer-jybuc1 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-OIQ8W.framer-jybuc1 > :first-child, .framer-OIQ8W .framer-pml414 > :first-child, .framer-OIQ8W .framer-anuqxd > :first-child { margin-left: 0px; } .framer-OIQ8W.framer-jybuc1 > :last-child, .framer-OIQ8W .framer-pml414 > :last-child, .framer-OIQ8W .framer-anuqxd > :last-child { margin-right: 0px; } .framer-OIQ8W .framer-b2s365 > *, .framer-OIQ8W .framer-1bryn8n > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-OIQ8W .framer-b2s365 > :first-child, .framer-OIQ8W .framer-1bryn8n > :first-child { margin-top: 0px; } .framer-OIQ8W .framer-b2s365 > :last-child, .framer-OIQ8W .framer-1bryn8n > :last-child { margin-bottom: 0px; } .framer-OIQ8W .framer-pml414 > *, .framer-OIQ8W .framer-anuqxd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-OIQ8W[data-border=\"true\"]::after, .framer-OIQ8W [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 144\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"YM4oMgWsO\":\"authorAvatar\",\"m6kP5X12F\":\"authorName\",\"AJsbZyfGp\":\"authorBio\",\"lDdohotZ0\":\"linkTitle\",\"PwTvZfMGr\":\"allArticlesLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBFBO_bdQt=withCSS(Component,css,\"framer-OIQ8W\");export default FramerBFBO_bdQt;FramerBFBO_bdQt.displayName=\"[1] Author Card\";FramerBFBO_bdQt.defaultProps={height:144,width:800};addPropertyControls(FramerBFBO_bdQt,{YM4oMgWsO:{title:\"Author Avatar\",type:ControlType.ResponsiveImage},m6kP5X12F:{defaultValue:\"Author Name\",title:\"Author Name\",type:ControlType.String},AJsbZyfGp:{defaultValue:\"Author Bio\",title:\"Author Bio\",type:ControlType.String},lDdohotZ0:{defaultValue:\"Link Title\",title:\"Link Title\",type:ControlType.String},PwTvZfMGr:{title:\"All Articles Link\",type:ControlType.Link}});addFonts(FramerBFBO_bdQt,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...FeatherFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBFBO_bdQt\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"YM4oMgWsO\\\":\\\"authorAvatar\\\",\\\"m6kP5X12F\\\":\\\"authorName\\\",\\\"AJsbZyfGp\\\":\\\"authorBio\\\",\\\"lDdohotZ0\\\":\\\"linkTitle\\\",\\\"PwTvZfMGr\\\":\\\"allArticlesLink\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"144\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"800\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (21ec140)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/epkrDJ2d3JYUzh94Wc82/S1LvyfqrVmAgLPOevYfv/f_JgQVGd5.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sY8QibktydrrEwYHJrTw/nSHQaPf160L5lHwWM7S7/xZndidUCt.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lKRcfu8HSAekZFbWFIN2/89Y925myxdTAYbEiAhve/YckFIlg3V.js\";import Button from\"https://framerusercontent.com/modules/rvbbvBvNIWQHoNA1huQD/rl6Eg8Co7N3qmQzvkwTy/eQttUogSf.js\";const FeatherFonts=getFonts(Feather);const ButtonFonts=getFonts(Button);const cycleOrder=[\"viUuwFjbq\"];const serializationHash=\"framer-E42Rj\";const variantClassNames={viUuwFjbq:\"framer-v-1zes74\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};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(React.Fragment);const getProps=({allArticlesLink,authorAvatar,authorBio,authorName,height,id,linkTitle,width,...props})=>{var _ref,_ref1,_ref2;return{...props,AJsbZyfGp:(_ref=authorBio!==null&&authorBio!==void 0?authorBio:props.AJsbZyfGp)!==null&&_ref!==void 0?_ref:\"Author Bio\",buMT5Tfpa:allArticlesLink!==null&&allArticlesLink!==void 0?allArticlesLink:props.buMT5Tfpa,lDdohotZ0:(_ref1=linkTitle!==null&&linkTitle!==void 0?linkTitle:props.lDdohotZ0)!==null&&_ref1!==void 0?_ref1:\"Link Title\",m6kP5X12F:(_ref2=authorName!==null&&authorName!==void 0?authorName:props.m6kP5X12F)!==null&&_ref2!==void 0?_ref2:\"Author Name\",YM4oMgWsO:authorAvatar!==null&&authorAvatar!==void 0?authorAvatar:props.YM4oMgWsO};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,YM4oMgWsO,m6kP5X12F,AJsbZyfGp,lDdohotZ0,buMT5Tfpa,sibIOMjiUuSf2Fz3LK,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"viUuwFjbq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=isSet(lDdohotZ0);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1zes74\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"viUuwFjbq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-dff4f233-e1ee-4a1d-90a8-0b2550d14e0a, rgba(0, 0, 0, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"64px\",...toResponsiveImage(YM4oMgWsO)},className:\"framer-1jn7wsj\",layoutDependency:layoutDependency,layoutId:\"fDgmCPRdG\",style:{borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lk07za\",\"data-framer-name\":\"Col\",layoutDependency:layoutDependency,layoutId:\"TubtHdFVd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-36b5699b-cbe0-4dd1-81df-b320a7a6a40f, rgba(0, 0, 0, 0.87)))\"},children:\"Author Name\"})}),className:\"framer-gto709\",\"data-framer-name\":\"Author Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vhDlrXq9W\",style:{\"--extracted-a0htzi\":\"var(--token-36b5699b-cbe0-4dd1-81df-b320a7a6a40f, rgba(0, 0, 0, 0.87))\"},text:m6kP5X12F,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7l8ics\",layoutDependency:layoutDependency,layoutId:\"vXgxN99e1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6)))\"},children:\"Product Designer\"})}),className:\"framer-1ryiuio\",\"data-framer-name\":\"Author Bio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RAkCeipRs\",style:{\"--extracted-r6o4lv\":\"var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6))\"},text:AJsbZyfGp,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17uofgr\",layoutDependency:layoutDependency,layoutId:\"RgOajqF6b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6)))\"},children:\"\u2022\"})}),className:\"framer-1k99d72\",\"data-framer-name\":\"\u2022\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nfcnInBu5\",style:{\"--extracted-r6o4lv\":\"var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:sibIOMjiUuSf2Fz3LK,openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Dribbble\"})})})}),className:\"framer-16edft8\",\"data-framer-name\":\"Author Bio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OMcfPhUV2\",text:lDdohotZ0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ss4zpu-container\",layoutDependency:layoutDependency,layoutId:\"nvQ8nuqYI-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\",height:\"100%\",iconSearch:\"new\",iconSelection:\"link-2\",id:\"nvQ8nuqYI\",layoutId:\"nvQ8nuqYI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gce3j5-container\",layoutDependency:layoutDependency,layoutId:\"D2vmPJLn2-container\",children:/*#__PURE__*/_jsx(Button,{cB9c3N77k:\"Alle Artikel\",f5zefl08P:buMT5Tfpa,height:\"100%\",id:\"D2vmPJLn2\",layoutId:\"D2vmPJLn2\",pbidt587l:true,qkPZJ6b6d:\"home\",rFa5DlpfI:false,style:{height:\"100%\"},variant:\"MJ0jOBcET\",width:\"100%\",Z5bDdTcSZ:\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E42Rj.framer-1r2f2rp, .framer-E42Rj .framer-1r2f2rp { display: block; }\",\".framer-E42Rj.framer-1zes74 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 24px; position: relative; width: 390px; }\",\".framer-E42Rj .framer-1jn7wsj { flex: none; height: 64px; position: relative; width: 64px; }\",\".framer-E42Rj .framer-1lk07za { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-E42Rj .framer-gto709 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-E42Rj .framer-7l8ics { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-E42Rj .framer-1ryiuio, .framer-E42Rj .framer-1k99d72, .framer-E42Rj .framer-16edft8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-E42Rj .framer-17uofgr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-E42Rj .framer-1ss4zpu-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-E42Rj .framer-gce3j5-container { flex: none; height: 48px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E42Rj.framer-1zes74, .framer-E42Rj .framer-1lk07za, .framer-E42Rj .framer-7l8ics, .framer-E42Rj .framer-17uofgr { gap: 0px; } .framer-E42Rj.framer-1zes74 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-E42Rj.framer-1zes74 > :first-child, .framer-E42Rj .framer-1lk07za > :first-child { margin-top: 0px; } .framer-E42Rj.framer-1zes74 > :last-child, .framer-E42Rj .framer-1lk07za > :last-child { margin-bottom: 0px; } .framer-E42Rj .framer-1lk07za > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-E42Rj .framer-7l8ics > *, .framer-E42Rj .framer-17uofgr > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-E42Rj .framer-7l8ics > :first-child, .framer-E42Rj .framer-17uofgr > :first-child { margin-left: 0px; } .framer-E42Rj .framer-7l8ics > :last-child, .framer-E42Rj .framer-17uofgr > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-E42Rj[data-border=\"true\"]::after, .framer-E42Rj [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 253\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"YM4oMgWsO\":\"authorAvatar\",\"m6kP5X12F\":\"authorName\",\"AJsbZyfGp\":\"authorBio\",\"lDdohotZ0\":\"linkTitle\",\"buMT5Tfpa\":\"allArticlesLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEI_v8CUnb=withCSS(Component,css,\"framer-E42Rj\");export default FramerEI_v8CUnb;FramerEI_v8CUnb.displayName=\"Mobile / [1] Author Card\";FramerEI_v8CUnb.defaultProps={height:253,width:390};addPropertyControls(FramerEI_v8CUnb,{YM4oMgWsO:{title:\"Author Avatar\",type:ControlType.ResponsiveImage},m6kP5X12F:{defaultValue:\"Author Name\",title:\"Author Name\",type:ControlType.String},AJsbZyfGp:{defaultValue:\"Author Bio\",title:\"Author Bio\",type:ControlType.String},lDdohotZ0:{defaultValue:\"Link Title\",title:\"Link Title\",type:ControlType.String},buMT5Tfpa:{title:\"All Articles Link\",type:ControlType.Link}});addFonts(FramerEI_v8CUnb,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...FeatherFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEI_v8CUnb\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"253\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"YM4oMgWsO\\\":\\\"authorAvatar\\\",\\\"m6kP5X12F\\\":\\\"authorName\\\",\\\"AJsbZyfGp\\\":\\\"authorBio\\\",\\\"lDdohotZ0\\\":\\\"linkTitle\\\",\\\"buMT5Tfpa\\\":\\\"allArticlesLink\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"390\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2d369c4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import URLDataCollector from\"https://framerusercontent.com/modules/Kuwa4LRQnmmppaTnEydr/ZQOrHhdF4pWagjJ7UWUH/DataInput.js\";import AuthorCard from\"#framer/local/canvasComponent/BFBO_bdQt/BFBO_bdQt.js\";import Mobile2Navigation from\"#framer/local/canvasComponent/By4mJFDKU/By4mJFDKU.js\";import Mobile1AuthorCard from\"#framer/local/canvasComponent/EI_v8CUnb/EI_v8CUnb.js\";import Button1 from\"#framer/local/canvasComponent/eQttUogSf/eQttUogSf.js\";import Navigation from\"#framer/local/canvasComponent/eXoVPL05H/eXoVPL05H.js\";import Button from\"#framer/local/canvasComponent/nvRWA1KNW/nvRWA1KNW.js\";import LoginAndSignUp from\"#framer/local/canvasComponent/V2HIWnrnj/V2HIWnrnj.js\";import Mobile2Footer from\"#framer/local/canvasComponent/WG4YY1V3c/WG4YY1V3c.js\";import Footer from\"#framer/local/canvasComponent/xCl8bFzyA/xCl8bFzyA.js\";import TabletSection2Footer from\"#framer/local/canvasComponent/xGG5KGl_V/xGG5KGl_V.js\";import Contents from\"#framer/local/collection/BZdBRLkbY/BZdBRLkbY.js\";import Categories from\"#framer/local/collection/C1nShop7Y/C1nShop7Y.js\";import Authors from\"#framer/local/collection/ytkh06_62/ytkh06_62.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/Dri35k9Bt/Dri35k9Bt.js\";import*as sharedStyle1 from\"#framer/local/css/f_JgQVGd5/f_JgQVGd5.js\";import*as sharedStyle4 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle from\"#framer/local/css/Ot7Tf_8mQ/Ot7Tf_8mQ.js\";import*as sharedStyle9 from\"#framer/local/css/sjHNVrOn1/sjHNVrOn1.js\";import*as sharedStyle7 from\"#framer/local/css/xaJ0HNRy0/xaJ0HNRy0.js\";import*as sharedStyle8 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle3 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle5 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import*as sharedStyle2 from\"#framer/local/css/yLfk45dRX/yLfk45dRX.js\";import metadataProvider from\"#framer/local/webPageMetadata/pM2bwQFTD/pM2bwQFTD.js\";const NavigationFonts=getFonts(Navigation);const ContainerWithFX=withFX(Container);const Mobile2NavigationFonts=getFonts(Mobile2Navigation);const LoginAndSignUpFonts=getFonts(LoginAndSignUp);const FeatherFonts=getFonts(Feather);const URLDataCollectorFonts=getFonts(URLDataCollector);const ButtonFonts=getFonts(Button);const Button1Fonts=getFonts(Button1);const Mobile1AuthorCardFonts=getFonts(Mobile1AuthorCard);const AuthorCardFonts=getFonts(AuthorCard);const Mobile2FooterFonts=getFonts(Mobile2Footer);const TabletSection2FooterFonts=getFonts(TabletSection2Footer);const FooterFonts=getFonts(Footer);const breakpoints={d7AevM96t:\"(max-width: 809px)\",rOt2pyoXc:\"(min-width: 1200px)\",zMNA9CpCQ:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-alP17\";const variantClassNames={d7AevM96t:\"framer-v-1wsm8kz\",rOt2pyoXc:\"framer-v-wsifu4\",zMNA9CpCQ:\"framer-v-1peq2px\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const transition1={delay:0,duration:.1,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-64};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const negate=value=>{return!value;};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"rOt2pyoXc\",Phone:\"d7AevM96t\",Tablet:\"zMNA9CpCQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rOt2pyoXc\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"pM2bwQFTD\",data:Contents,type:\"Collection\"},select:[{collection:\"pM2bwQFTD\",name:\"eu8ESNH5C\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"JQQ3mNKeK\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"GTjdWIs9C\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"mcH26wBIz\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"EaJybACeC\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"vHy2dG89O\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"xHvTSS1s7\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"jIBknpoHq\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"nDMxEF73z\",type:\"Identifier\"},{collection:\"pM2bwQFTD\",name:\"p8j6EXJmh\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"pM2bwQFTD\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,KkugQIoggTdSnIKN6F,iruiT_B6fTdSnIKN6F,idTdSnIKN6F,JQQ3mNKeK=getFromCurrentRouteData(\"JQQ3mNKeK\")??\"\",xHvTSS1s7=getFromCurrentRouteData(\"xHvTSS1s7\")??true,nDMxEF73z=getFromCurrentRouteData(\"nDMxEF73z\"),eu8ESNH5C=getFromCurrentRouteData(\"eu8ESNH5C\")??\"\",mcH26wBIz=getFromCurrentRouteData(\"mcH26wBIz\"),EaJybACeC=getFromCurrentRouteData(\"EaJybACeC\"),p8j6EXJmh=getFromCurrentRouteData(\"p8j6EXJmh\")??\"\",jIBknpoHq=getFromCurrentRouteData(\"jIBknpoHq\")??true,WfVo3WKCgG5jdbKdXJ,Itxb_L8G1G5jdbKdXJ,VGc2xaz4XG5jdbKdXJ,B1tr2UjAAG5jdbKdXJ,B8HooKzUrG5jdbKdXJ,idG5jdbKdXJ,GTjdWIs9C=getFromCurrentRouteData(\"GTjdWIs9C\")??\"\",WfVo3WKCguSf2Fz3LK,Itxb_L8G1uSf2Fz3LK,VGc2xaz4XuSf2Fz3LK,B1tr2UjAAuSf2Fz3LK,B8HooKzUruSf2Fz3LK,iduSf2Fz3LK,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Xd7MfNW3K3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const rZDUUACnB3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"zMNA9CpCQ\",\"d7AevM96t\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"zMNA9CpCQ\",\"d7AevM96t\"].includes(baseVariant))return true;return false;};const elementId=useRouteElementId(\"HIKgYMZkc\");const visible=equals(nDMxEF73z,\"yIL4v6Zxl\");const visible1=equals(nDMxEF73z,\"kTyzaAE3_\");const visible2=equals(nDMxEF73z,\"CZyAqex4B\");const visible3=equals(nDMxEF73z,\"aFzaRg3hb\");const visible4=equals(nDMxEF73z,\"GD5pBjc3v\");const activeLocaleCode=useLocaleCode();const textContent=toDateString(mcH26wBIz,{dateStyle:\"full\",locale:\"\"},activeLocaleCode);const visible5=isSet(EaJybACeC);const visible6=negate(xHvTSS1s7);const router=useRouter();const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"d7AevM96t\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"d7AevM96t\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"zMNA9CpCQ\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"rOt2pyoXc\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8467d516-7efb-474c-978d-739deae0cd75, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-wsifu4\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-120,ref:ref1,target:\"animate\"}],__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1f2iznn-container hidden-1peq2px hidden-1wsm8kz\",\"data-framer-name\":\"Navigation Sticky\",layoutScroll:true,name:\"Navigation Sticky\",nodeId:\"zm7rWhsTq\",rendersWithMotion:true,scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"zm7rWhsTq\",layoutId:\"zm7rWhsTq\",name:\"Navigation Sticky\",style:{height:\"100%\",width:\"100%\"},variant:\"zjzWVdvbH\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{__framer__targets:[{offset:-120,ref:ref1,target:\"animate\"}]},zMNA9CpCQ:{__framer__targets:[{offset:-120,ref:ref1,target:\"animate\"}]}},children:/*#__PURE__*/_jsxs(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qj7h8h-container hidden-wsifu4\",id:\"1qj7h8h\",layoutScroll:true,nodeId:\"qdmYJWNfm\",rendersWithMotion:true,scopeId:\"pM2bwQFTD\",children:[/*#__PURE__*/_jsx(Mobile2Navigation,{height:\"100%\",id:\"qdmYJWNfm\",layoutId:\"qdmYJWNfm\",style:{height:\"100%\",width:\"100%\"},variant:\"txJNciL2A\",width:\"100%\",Xd7MfNW3K:Xd7MfNW3K3bnx0g({overlay})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-w7wiqe\"),\"data-framer-portal-id\":\"1qj7h8h\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"L6PfMPCxj\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"460px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-4tpbku-container\"),\"data-framer-portal-id\":\"1qj7h8h\",inComponentSlot:true,nodeId:\"y8yqnMAyC\",rendersWithMotion:true,scopeId:\"pM2bwQFTD\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LoginAndSignUp,{height:\"100%\",id:\"y8yqnMAyC\",layoutId:\"y8yqnMAyC\",style:{width:\"100%\"},variant:\"tyVQGqOkp\",width:\"100%\"})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3775,intrinsicWidth:5400,pixelHeight:3775,pixelWidth:5400,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`,src:\"https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg\",srcSet:\"https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg 5400w\"}}},children:/*#__PURE__*/_jsxs(\"header\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3775,intrinsicWidth:5400,pixelHeight:3775,pixelWidth:5400,sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,src:\"https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg\",srcSet:\"https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Xqwqkp1UGrtiCn8jPFrcJkObU.jpg 5400w\"},className:\"framer-827ahl\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y4gvpb-container hidden-1peq2px hidden-1wsm8kz\",nodeId:\"EACS7n9Uz\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"EACS7n9Uz\",layoutId:\"EACS7n9Uz\",style:{height:\"100%\",width:\"100%\"},variant:\"TJGpJ2ozJ\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-qqexue-container hidden-wsifu4\",id:\"qqexue\",nodeId:\"aFnavfxkc\",scopeId:\"pM2bwQFTD\",children:[/*#__PURE__*/_jsx(Mobile2Navigation,{height:\"100%\",id:\"aFnavfxkc\",layoutId:\"aFnavfxkc\",style:{height:\"100%\",width:\"100%\"},variant:\"ABKwCSlNf\",width:\"100%\",Xd7MfNW3K:Xd7MfNW3K3bnx0g({overlay:overlay1})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-kaw0o9\"),\"data-framer-portal-id\":\"qqexue\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"nLbWqU0ey\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"460px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-19ctuap-container\"),\"data-framer-portal-id\":\"qqexue\",inComponentSlot:true,nodeId:\"fUnVMAFX8\",rendersWithMotion:true,scopeId:\"pM2bwQFTD\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LoginAndSignUp,{height:\"100%\",id:\"fUnVMAFX8\",layoutId:\"fUnVMAFX8\",style:{width:\"100%\"},variant:\"tyVQGqOkp\",width:\"100%\"})})})})]}),getContainer())})})]})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yabeiv\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nafrqs\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yi8ozz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tne6na\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e1aghk\",\"data-styles-preset\":\"Ot7Tf_8mQ\",style:{\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"sGGr7zi5q\",openInNewTab:false,scopeId:\"pM2bwQFTD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Home\"})})})}),className:\"framer-o7guxx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6y17vs-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QSankmMMg\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"QSankmMMg\",layoutId:\"QSankmMMg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9hb934\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"TdSnIKN6F\",data:Categories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"TdSnIKN6F\",name:\"KkugQIogg\",type:\"Identifier\"},{collection:\"TdSnIKN6F\",name:\"iruiT_B6f\",type:\"Identifier\"},{collection:\"TdSnIKN6F\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"TdSnIKN6F\",name:\"iruiT_B6f\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:JQQ3mNKeK},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idTdSnIKN6F,iruiT_B6f:iruiT_B6fTdSnIKN6F,KkugQIogg:KkugQIoggTdSnIKN6F},index)=>{KkugQIoggTdSnIKN6F??=\"\";iruiT_B6fTdSnIKN6F??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`TdSnIKN6F-${idTdSnIKN6F}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{KkugQIogg:KkugQIoggTdSnIKN6F},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e1aghk\",\"data-styles-preset\":\"Ot7Tf_8mQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{KkugQIogg:KkugQIoggTdSnIKN6F},webPageId:\"t7cmdYwzD\"},motionChild:true,nodeId:\"yNUsQOKKW\",openInNewTab:false,scopeId:\"pM2bwQFTD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-pbndum\",\"data-styles-preset\":\"f_JgQVGd5\",children:\"Travel\"})})})}),className:\"framer-a3jthf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:iruiT_B6fTdSnIKN6F,verticalAlignment:\"top\",withExternalLayout:true})})},idTdSnIKN6F);})})})})})]}),xHvTSS1s7&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hlkggs\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13y29fl\",\"data-styles-preset\":\"yLfk45dRX\",style:{\"--framer-text-color\":\"rgb(197, 203, 26)\"},children:\"\u2726 PREMIUM CONTENT \u2726\"})}),className:\"framer-ob2bbt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(0, 0, 0))\"},children:\"Die E-Rechnung kommt\"})}),className:\"framer-1kpgpa0\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:eu8ESNH5C,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(77% 100% at 1.3% 21.4%, rgb(255, 129, 0) 0%, rgb(255, 0, 117) 100%)\"},children:\"Die E-Rechnung kommt\"})})}),className:\"framer-1lbzf3n\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:eu8ESNH5C,verticalAlignment:\"top\",withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(77% 100% at 1.3% 21.4%, rgb(255, 1, 110) 0%, rgb(184, 0, 242) 100%)\"},children:\"Die E-Rechnung kommt\"})})}),className:\"framer-cirr72\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:eu8ESNH5C,verticalAlignment:\"top\",withExternalLayout:true}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(77% 100% at 1.3% 21.4%, rgb(74, 194, 255) 0%, rgb(0, 154, 255) 100%)\"},children:\"Die E-Rechnung kommt\"})})}),className:\"framer-11kl1v9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:eu8ESNH5C,verticalAlignment:\"top\",withExternalLayout:true}),visible4&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"radial-gradient(77% 100% at 1.3% 21.4%, rgb(32, 255, 17) 0%, rgb(0, 162, 27) 100%)\"},children:\"Die E-Rechnung kommt\"})})}),className:\"framer-1ro4d6j\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:eu8ESNH5C,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e1aghk\",\"data-styles-preset\":\"Ot7Tf_8mQ\",style:{\"--framer-text-color\":\"var(--token-dd251e11-c30e-428f-8675-41ef58379f83, rgba(0, 0, 0, 0.6))\"},children:\"Monday, May 16, 2022\"})}),className:\"framer-13k8m5z\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),visible5&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`,...toResponsiveImage(EaJybACeC)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,...toResponsiveImage(EaJybACeC)},className:\"framer-ob4xi8\",\"data-framer-name\":\"Banner\"})}),visible6&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uzdv79\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"ltCUolfVZ\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"U1UKGbIT_\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"a7L6R0oNB\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:p8j6EXJmh,className:\"framer-hhcvxx\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-pbndum\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-bxfqhi\",h6:\"framer-styles-preset-c7dwxx\",img:\"framer-styles-preset-1407n49\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})})}),jIBknpoHq&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e1gz7n\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-36b5699b-cbe0-4dd1-81df-b320a7a6a40f, rgba(0, 0, 0, 0.87))\"},children:\"Kontakt\"})}),className:\"framer-10bqk80\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e1aghk\",\"data-styles-preset\":\"Ot7Tf_8mQ\",children:\"Haben Sie Fragen oder ben\\xf6tigen Sie weitere Informationen? Wir helfen Ihnen gerne weiter! F\\xfcllen Sie einfach das untenstehende Formular aus und unser Team wird sich so schnell wie m\\xf6glich bei Ihnen melden. Wir freuen uns darauf, von Ihnen zu h\\xf6ren!\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e1aghk\",\"data-styles-preset\":\"Ot7Tf_8mQ\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1dzd2ur\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/69df9ccc-d24b-4fb4-91a6-cc5cca1614fc/submit\",className:\"framer-e2oq8\",redirectUrl:{webPageId:\"ybI8FetfP\"},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ec6maz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-c7dwxx\",\"data-styles-preset\":\"xaJ0HNRy0\",children:\"Vor- und Nachname\"})}),className:\"framer-w5xlq8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-18npfcg\",inputName:\"Name\",placeholder:\"Max Mustermann\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1jn06qd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-c7dwxx\",\"data-styles-preset\":\"xaJ0HNRy0\",children:\"Firmenname\"})}),className:\"framer-37d8pu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-2eeppo\",inputName:\"Company\",placeholder:\"Mustermann AG\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-10snemo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-c7dwxx\",\"data-styles-preset\":\"xaJ0HNRy0\",children:\"E-Mail-Adresse\"})}),className:\"framer-10jnwgz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-7l5n8v\",inputName:\"Email\",placeholder:\"max@mustermann.de\",required:true,type:\"email\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13s3n55-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HCEStRSff\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(URLDataCollector,{height:\"100%\",id:\"HCEStRSff\",layoutId:\"HCEStRSff\",name:\"URL\",type:\"url\",urlParameter:\"\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-8pbtb7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-c7dwxx\",\"data-styles-preset\":\"xaJ0HNRy0\",children:\"Ihre Nachricht\"})}),className:\"framer-nalmx0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-6d6g6c\",inputName:\"Message\",placeholder:\"\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b92cr5-container\",nodeId:\"y5zCf1hPh\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"y5zCf1hPh\",layoutId:\"y5zCf1hPh\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"lNrEc5Bnj\",success:\"Pc7uqJhEp\"},\"QZgmhPzsz\"),width:\"100%\"})})})})]})})]}),xHvTSS1s7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oo6a4z\",\"data-framer-name\":\"Premium Content Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7v2oam\",\"data-border\":true,\"data-framer-name\":\"Premium Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qj79lx\",children:[xHvTSS1s7&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-25y98m\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13y29fl\",\"data-styles-preset\":\"yLfk45dRX\",style:{\"--framer-text-color\":\"rgb(197, 203, 26)\"},children:\"\u2726 PREMIUM CONTENT \u2726\"})}),className:\"framer-1y6szb3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"To continue reading,\\xa0become premium\\xa0today with our amazing offers\"})}),className:\"framer-1qy4xrp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yz3l0m\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PkPVVAVXo\"},implicitPathVariables:undefined},{href:{webPageId:\"PkPVVAVXo\"},implicitPathVariables:undefined},{href:{webPageId:\"PkPVVAVXo\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-osxkaf-container\",nodeId:\"FH64JnHQH\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{f5zefl08P:resolvedLinks[2]},zMNA9CpCQ:{f5zefl08P:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button1,{cB9c3N77k:\"See Prices\",f5zefl08P:resolvedLinks[0],height:\"100%\",id:\"FH64JnHQH\",layoutId:\"FH64JnHQH\",pbidt587l:true,qkPZJ6b6d:\"unlock\",rFa5DlpfI:false,style:{height:\"100%\"},variant:\"m8Bz9LDby\",width:\"100%\",Z5bDdTcSZ:\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13y29fl\",\"data-styles-preset\":\"yLfk45dRX\",children:\"OR\"})}),className:\"framer-1yve39i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-sdsek9-container\",id:\"sdsek9\",nodeId:\"f1pWHNrh8\",scopeId:\"pM2bwQFTD\",children:[/*#__PURE__*/_jsx(Button1,{cB9c3N77k:\"Sign In\",height:\"100%\",id:\"f1pWHNrh8\",layoutId:\"f1pWHNrh8\",pbidt587l:true,qkPZJ6b6d:\"unlock\",rFa5DlpfI:false,rZDUUACnB:rZDUUACnB3bnx0g({overlay:overlay2}),style:{height:\"100%\"},variant:\"Relial7an\",width:\"100%\",Z5bDdTcSZ:\"var(--token-a84fdaf3-c259-4613-93a5-44208ca57e77, rgb(94, 0, 255))\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1t1ncjf\"),\"data-framer-portal-id\":\"sdsek9\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"IHSWN5ufX\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1jo2d1p-container\"),\"data-framer-portal-id\":\"sdsek9\",inComponentSlot:true,nodeId:\"r7nGIuxEF\",rendersWithMotion:true,scopeId:\"pM2bwQFTD\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(LoginAndSignUp,{height:\"100%\",id:\"r7nGIuxEF\",layoutId:\"r7nGIuxEF\",variant:\"tyVQGqOkp\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xcoya6\",\"data-framer-name\":\"Gradient\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`,src:\"https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png\",srcSet:\"https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png?scale-down-to=512 512w,https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png 4096w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,src:\"https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png\",srcSet:\"https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png?scale-down-to=512 512w,https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ImZ4PqWbM2cuDJidUpc46ryuSBs.png 4096w\"},className:\"framer-vywq5c\",\"data-framer-name\":\"Noise & Texture\"})})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"ltCUolfVZ\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"U1UKGbIT_\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"a7L6R0oNB\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:p8j6EXJmh,className:\"framer-16mdvul\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-pbndum\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-bxfqhi\",h6:\"framer-styles-preset-c7dwxx\",img:\"framer-styles-preset-1407n49\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lmvlkv hidden-wsifu4 hidden-1peq2px\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"G5jdbKdXJ\",data:Authors,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"G5jdbKdXJ\",name:\"WfVo3WKCg\",type:\"Identifier\"},{collection:\"G5jdbKdXJ\",name:\"Itxb_L8G1\",type:\"Identifier\"},{collection:\"G5jdbKdXJ\",name:\"VGc2xaz4X\",type:\"Identifier\"},{collection:\"G5jdbKdXJ\",name:\"B1tr2UjAA\",type:\"Identifier\"},{collection:\"G5jdbKdXJ\",name:\"B8HooKzUr\",type:\"Identifier\"},{collection:\"G5jdbKdXJ\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"G5jdbKdXJ\",name:\"B8HooKzUr\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTjdWIs9C},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({B1tr2UjAA:B1tr2UjAAG5jdbKdXJ,B8HooKzUr:B8HooKzUrG5jdbKdXJ,id:idG5jdbKdXJ,Itxb_L8G1:Itxb_L8G1G5jdbKdXJ,VGc2xaz4X:VGc2xaz4XG5jdbKdXJ,WfVo3WKCg:WfVo3WKCgG5jdbKdXJ},index1)=>{Itxb_L8G1G5jdbKdXJ??=\"\";VGc2xaz4XG5jdbKdXJ??=\"\";B1tr2UjAAG5jdbKdXJ??=\"\";B8HooKzUrG5jdbKdXJ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`G5jdbKdXJ-${idG5jdbKdXJ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{B8HooKzUr:B8HooKzUrG5jdbKdXJ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{B8HooKzUr:B8HooKzUrG5jdbKdXJ},webPageId:\"IzwToxwf4\"},implicitPathVariables:undefined},{href:{pathVariables:{B8HooKzUr:B8HooKzUrG5jdbKdXJ},webPageId:\"IzwToxwf4\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:253,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qk811-container\",nodeId:\"d0pFkW8rQ\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{buMT5Tfpa:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Mobile1AuthorCard,{AJsbZyfGp:VGc2xaz4XG5jdbKdXJ,buMT5Tfpa:resolvedLinks1[0],height:\"100%\",id:\"d0pFkW8rQ\",layoutId:\"d0pFkW8rQ\",lDdohotZ0:B1tr2UjAAG5jdbKdXJ,m6kP5X12F:Itxb_L8G1G5jdbKdXJ,style:{width:\"100%\"},width:\"100%\",YM4oMgWsO:toResponsiveImage(WfVo3WKCgG5jdbKdXJ)})})})})})})})},idG5jdbKdXJ);})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-vab87q hidden-1wsm8kz\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uSf2Fz3LK\",data:Authors,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"uSf2Fz3LK\",name:\"WfVo3WKCg\",type:\"Identifier\"},{collection:\"uSf2Fz3LK\",name:\"Itxb_L8G1\",type:\"Identifier\"},{collection:\"uSf2Fz3LK\",name:\"VGc2xaz4X\",type:\"Identifier\"},{collection:\"uSf2Fz3LK\",name:\"B1tr2UjAA\",type:\"Identifier\"},{collection:\"uSf2Fz3LK\",name:\"B8HooKzUr\",type:\"Identifier\"},{collection:\"uSf2Fz3LK\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"uSf2Fz3LK\",name:\"B8HooKzUr\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTjdWIs9C},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({B1tr2UjAA:B1tr2UjAAuSf2Fz3LK,B8HooKzUr:B8HooKzUruSf2Fz3LK,id:iduSf2Fz3LK,Itxb_L8G1:Itxb_L8G1uSf2Fz3LK,VGc2xaz4X:VGc2xaz4XuSf2Fz3LK,WfVo3WKCg:WfVo3WKCguSf2Fz3LK},index2)=>{Itxb_L8G1uSf2Fz3LK??=\"\";VGc2xaz4XuSf2Fz3LK??=\"\";B1tr2UjAAuSf2Fz3LK??=\"\";B8HooKzUruSf2Fz3LK??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uSf2Fz3LK-${iduSf2Fz3LK}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{B8HooKzUr:B8HooKzUruSf2Fz3LK},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{B8HooKzUr:B8HooKzUruSf2Fz3LK},webPageId:\"IzwToxwf4\"},implicitPathVariables:undefined},{href:{pathVariables:{B8HooKzUr:B8HooKzUruSf2Fz3LK},webPageId:\"IzwToxwf4\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:144,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10i84te-container\",nodeId:\"F6nO9xmaF\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zMNA9CpCQ:{PwTvZfMGr:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(AuthorCard,{AJsbZyfGp:VGc2xaz4XuSf2Fz3LK,height:\"100%\",id:\"F6nO9xmaF\",layoutId:\"F6nO9xmaF\",lDdohotZ0:B1tr2UjAAuSf2Fz3LK,m6kP5X12F:Itxb_L8G1uSf2Fz3LK,PwTvZfMGr:resolvedLinks2[0],style:{width:\"100%\"},width:\"100%\",YM4oMgWsO:toResponsiveImage(WfVo3WKCguSf2Fz3LK)})})})})})})},iduSf2Fz3LK);})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d7AevM96t:{height:1325,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-whkkkj-container hidden-wsifu4 hidden-1peq2px\",nodeId:\"v9BGeKt3_\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(Mobile2Footer,{height:\"100%\",id:\"v9BGeKt3_\",layoutId:\"v9BGeKt3_\",style:{width:\"100%\"},variant:\"uApgP0OFM\",width:\"100%\"})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zMNA9CpCQ:{height:952,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eh5izz-container hidden-wsifu4 hidden-1wsm8kz\",nodeId:\"eHF_RLz9i\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(TabletSection2Footer,{height:\"100%\",id:\"eHF_RLz9i\",layoutId:\"eHF_RLz9i\",style:{width:\"100%\"},variant:\"W1kxaocVg\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:991,width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gg5v3z-container hidden-1peq2px hidden-1wsm8kz\",nodeId:\"dau4kC5gg\",scopeId:\"pM2bwQFTD\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"dau4kC5gg\",layoutId:\"dau4kC5gg\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"PgZbJn7jF\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-alP17.framer-l50g58, .framer-alP17 .framer-l50g58 { display: block; }\",\".framer-alP17.framer-wsifu4 { align-content: center; align-items: center; background-color: var(--token-8467d516-7efb-474c-978d-739deae0cd75, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1200px; }\",\".framer-alP17 .framer-1f2iznn-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 2; }\",\".framer-alP17 .framer-1qj7h8h-container { flex: none; height: 64px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-alP17.framer-w7wiqe, .framer-alP17.framer-kaw0o9 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-alP17.framer-4tpbku-container, .framer-alP17.framer-19ctuap-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 460px; }\",\".framer-alP17 .framer-827ahl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 80px; justify-content: flex-end; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-y4gvpb-container { flex: none; height: 80px; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-alP17 .framer-qqexue-container { flex: none; height: 64px; position: absolute; right: 0px; top: 0px; width: 100%; z-index: 1; }\",\".framer-alP17 .framer-yabeiv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-nafrqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-1yi8ozz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-tne6na { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 27px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 366px; }\",\".framer-alP17 .framer-o7guxx, .framer-alP17 .framer-a3jthf, .framer-alP17 .framer-w5xlq8, .framer-alP17 .framer-37d8pu, .framer-alP17 .framer-10jnwgz, .framer-alP17 .framer-nalmx0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-alP17 .framer-6y17vs-container { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-alP17 .framer-9hb934 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-alP17 .framer-1hlkggs, .framer-alP17 .framer-25y98m { --border-bottom-width: 1px; --border-color: var(--token-dff4f233-e1ee-4a1d-90a8-0b2550d14e0a, rgba(0, 0, 0, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-alP17 .framer-ob2bbt, .framer-alP17 .framer-1y6szb3, .framer-alP17 .framer-1yve39i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-alP17 .framer-1kpgpa0, .framer-alP17 .framer-1lbzf3n, .framer-alP17 .framer-cirr72, .framer-alP17 .framer-11kl1v9, .framer-alP17 .framer-1ro4d6j, .framer-alP17 .framer-13k8m5z { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-alP17 .framer-ob4xi8 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-alP17 .framer-1uzdv79 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-hhcvxx { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-alP17 .framer-1e1gz7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-10bqk80 { flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-alP17 .framer-1dzd2ur { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-alP17 .framer-e2oq8 { 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-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-ec6maz, .framer-alP17 .framer-1jn06qd, .framer-alP17 .framer-10snemo, .framer-alP17 .framer-8pbtb7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-alP17 .framer-18npfcg, .framer-alP17 .framer-2eeppo, .framer-alP17 .framer-7l5n8v { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-b7a74b2c-3fac-4241-b11f-10dda94a1793, rgba(0, 0, 0, 0.6)); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-alP17 .framer-13s3n55-container { flex: none; height: auto; position: relative; width: auto; }\",'.framer-alP17 .framer-6d6g6c { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-b7a74b2c-3fac-4241-b11f-10dda94a1793, rgba(0, 0, 0, 0.6)); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-alP17 .framer-b92cr5-container { flex: none; height: 60px; position: relative; width: 100%; }\",\".framer-alP17 .framer-1oo6a4z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 700px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-7v2oam { --border-bottom-width: 1px; --border-color: var(--token-dff4f233-e1ee-4a1d-90a8-0b2550d14e0a, rgba(0, 0, 0, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #fefff0; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 40px; position: absolute; right: 0px; z-index: 1; }\",\".framer-alP17 .framer-qj79lx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-alP17 .framer-1qy4xrp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-alP17 .framer-yz3l0m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-alP17 .framer-osxkaf-container, .framer-alP17 .framer-sdsek9-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-alP17.framer-1t1ncjf { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-alP17.framer-1jo2d1p-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 10; }\",\".framer-alP17 .framer-1xcoya6 { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, hsl(0, 0%, 100%) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 120px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: -120px; width: 100%; z-index: 0; }\",\".framer-alP17 .framer-vywq5c { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 100%; left: 0px; mix-blend-mode: color-burn; opacity: 0.06; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-alP17 .framer-16mdvul { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-height: 500px; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-alP17 .framer-1lmvlkv, .framer-alP17 .framer-vab87q { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-alP17 .framer-1qk811-container, .framer-alP17 .framer-10i84te-container, .framer-alP17 .framer-whkkkj-container, .framer-alP17 .framer-eh5izz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-alP17 .framer-1gg5v3z-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-alP17.framer-wsifu4, .framer-alP17 .framer-827ahl, .framer-alP17 .framer-yabeiv, .framer-alP17 .framer-nafrqs, .framer-alP17 .framer-tne6na, .framer-alP17 .framer-9hb934, .framer-alP17 .framer-1hlkggs, .framer-alP17 .framer-1uzdv79, .framer-alP17 .framer-1e1gz7n, .framer-alP17 .framer-e2oq8, .framer-alP17 .framer-ec6maz, .framer-alP17 .framer-1jn06qd, .framer-alP17 .framer-10snemo, .framer-alP17 .framer-8pbtb7, .framer-alP17 .framer-1oo6a4z, .framer-alP17 .framer-7v2oam, .framer-alP17 .framer-qj79lx, .framer-alP17 .framer-25y98m, .framer-alP17 .framer-yz3l0m, .framer-alP17 .framer-1xcoya6, .framer-alP17 .framer-1lmvlkv, .framer-alP17 .framer-vab87q { gap: 0px; } .framer-alP17.framer-wsifu4 > *, .framer-alP17 .framer-yabeiv > *, .framer-alP17 .framer-1lmvlkv > *, .framer-alP17 .framer-vab87q > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-alP17.framer-wsifu4 > :first-child, .framer-alP17 .framer-827ahl > :first-child, .framer-alP17 .framer-yabeiv > :first-child, .framer-alP17 .framer-nafrqs > :first-child, .framer-alP17 .framer-9hb934 > :first-child, .framer-alP17 .framer-1uzdv79 > :first-child, .framer-alP17 .framer-1e1gz7n > :first-child, .framer-alP17 .framer-e2oq8 > :first-child, .framer-alP17 .framer-ec6maz > :first-child, .framer-alP17 .framer-1jn06qd > :first-child, .framer-alP17 .framer-10snemo > :first-child, .framer-alP17 .framer-8pbtb7 > :first-child, .framer-alP17 .framer-1oo6a4z > :first-child, .framer-alP17 .framer-7v2oam > :first-child, .framer-alP17 .framer-qj79lx > :first-child, .framer-alP17 .framer-1lmvlkv > :first-child, .framer-alP17 .framer-vab87q > :first-child { margin-top: 0px; } .framer-alP17.framer-wsifu4 > :last-child, .framer-alP17 .framer-827ahl > :last-child, .framer-alP17 .framer-yabeiv > :last-child, .framer-alP17 .framer-nafrqs > :last-child, .framer-alP17 .framer-9hb934 > :last-child, .framer-alP17 .framer-1uzdv79 > :last-child, .framer-alP17 .framer-1e1gz7n > :last-child, .framer-alP17 .framer-e2oq8 > :last-child, .framer-alP17 .framer-ec6maz > :last-child, .framer-alP17 .framer-1jn06qd > :last-child, .framer-alP17 .framer-10snemo > :last-child, .framer-alP17 .framer-8pbtb7 > :last-child, .framer-alP17 .framer-1oo6a4z > :last-child, .framer-alP17 .framer-7v2oam > :last-child, .framer-alP17 .framer-qj79lx > :last-child, .framer-alP17 .framer-1lmvlkv > :last-child, .framer-alP17 .framer-vab87q > :last-child { margin-bottom: 0px; } .framer-alP17 .framer-827ahl > *, .framer-alP17 .framer-e2oq8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-alP17 .framer-nafrqs > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-alP17 .framer-tne6na > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-alP17 .framer-tne6na > :first-child, .framer-alP17 .framer-1hlkggs > :first-child, .framer-alP17 .framer-25y98m > :first-child, .framer-alP17 .framer-yz3l0m > :first-child, .framer-alP17 .framer-1xcoya6 > :first-child { margin-left: 0px; } .framer-alP17 .framer-tne6na > :last-child, .framer-alP17 .framer-1hlkggs > :last-child, .framer-alP17 .framer-25y98m > :last-child, .framer-alP17 .framer-yz3l0m > :last-child, .framer-alP17 .framer-1xcoya6 > :last-child { margin-right: 0px; } .framer-alP17 .framer-9hb934 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-alP17 .framer-1hlkggs > *, .framer-alP17 .framer-25y98m > *, .framer-alP17 .framer-1xcoya6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-alP17 .framer-1uzdv79 > *, .framer-alP17 .framer-ec6maz > *, .framer-alP17 .framer-1jn06qd > *, .framer-alP17 .framer-10snemo > *, .framer-alP17 .framer-8pbtb7 > *, .framer-alP17 .framer-1oo6a4z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-alP17 .framer-1e1gz7n > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-alP17 .framer-7v2oam > *, .framer-alP17 .framer-qj79lx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-alP17 .framer-yz3l0m > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,'.framer-alP17[data-border=\"true\"]::after, .framer-alP17 [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-alP17.framer-wsifu4 { width: 810px; } .framer-alP17.framer-w7wiqe, .framer-alP17.framer-4tpbku-container, .framer-alP17.framer-kaw0o9, .framer-alP17.framer-19ctuap-container { z-index: 10; } .framer-alP17 .framer-827ahl { height: 64px; } .framer-alP17 .framer-yabeiv { gap: 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-alP17 .framer-yabeiv { gap: 0px; } .framer-alP17 .framer-yabeiv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-alP17 .framer-yabeiv > :first-child { margin-top: 0px; } .framer-alP17 .framer-yabeiv > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-alP17.framer-wsifu4 { gap: 24px; padding: 16px; width: 390px; } .framer-alP17.framer-w7wiqe, .framer-alP17.framer-kaw0o9 { z-index: 10; } .framer-alP17.framer-4tpbku-container, .framer-alP17.framer-19ctuap-container { width: 100%; z-index: 10; } .framer-alP17 .framer-827ahl { height: 64px; } .framer-alP17 .framer-yabeiv { gap: 24px; } .framer-alP17 .framer-tne6na { width: min-content; } .framer-alP17.framer-1jo2d1p-container { width: 100%; } .framer-alP17 .framer-1xcoya6 { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-alP17.framer-wsifu4, .framer-alP17 .framer-yabeiv, .framer-alP17 .framer-1xcoya6 { gap: 0px; } .framer-alP17.framer-wsifu4 > *, .framer-alP17 .framer-yabeiv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-alP17.framer-wsifu4 > :first-child, .framer-alP17 .framer-yabeiv > :first-child, .framer-alP17 .framer-1xcoya6 > :first-child { margin-top: 0px; } .framer-alP17.framer-wsifu4 > :last-child, .framer-alP17 .framer-yabeiv > :last-child, .framer-alP17 .framer-1xcoya6 > :last-child { margin-bottom: 0px; } .framer-alP17 .framer-1xcoya6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2723.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zMNA9CpCQ\":{\"layout\":[\"fixed\",\"auto\"]},\"d7AevM96t\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"HIKgYMZkc\":{\"pattern\":\":HIKgYMZkc\",\"name\":\"hero\"}}\n * @framerResponsiveScreen\n */const FramerpM2bwQFTD=withCSS(Component,css,\"framer-alP17\");export default FramerpM2bwQFTD;FramerpM2bwQFTD.displayName=\"Content\";FramerpM2bwQFTD.defaultProps={height:2723.5,width:1200};addFonts(FramerpM2bwQFTD,[{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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...NavigationFonts,...Mobile2NavigationFonts,...LoginAndSignUpFonts,...FeatherFonts,...URLDataCollectorFonts,...ButtonFonts,...Button1Fonts,...Mobile1AuthorCardFonts,...AuthorCardFonts,...Mobile2FooterFonts,...TabletSection2FooterFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...componentPresets.fonts?.[\"ltCUolfVZ\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ltCUolfVZ\"]):[],...componentPresets.fonts?.[\"U1UKGbIT_\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"U1UKGbIT_\"]):[],...componentPresets.fonts?.[\"a7L6R0oNB\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"a7L6R0oNB\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpM2bwQFTD\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zMNA9CpCQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d7AevM96t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"2723.5\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"{\\\"HIKgYMZkc\\\":{\\\"pattern\\\":\\\":HIKgYMZkc\\\",\\\"name\\\":\\\"hero\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DataInput", "props", "type", "isCanvas", "RenderTarget", "isOptimizing", "window", "value", "setValue", "ye", "text", "ue", "utms", "key", "_get", "p", "HiddenComponentLabel", "addPropertyControls", "ControlType", "FeatherFonts", "getFonts", "Icon", "ButtonFonts", "eQttUogSf_default", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "allArticlesLink", "authorAvatar", "authorBio", "authorName", "height", "id", "linkTitle", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "YM4oMgWsO", "m6kP5X12F", "AJsbZyfGp", "lDdohotZ0", "PwTvZfMGr", "sibIOMjiUuSf2Fz3LK", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "visible", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "RichText2", "Link", "ComponentViewportProvider", "Icon", "eQttUogSf_default", "css", "FramerBFBO_bdQt", "withCSS", "BFBO_bdQt_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "ButtonFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "ButtonFonts", "eQttUogSf_default", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "allArticlesLink", "authorAvatar", "authorBio", "authorName", "height", "id", "linkTitle", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "YM4oMgWsO", "m6kP5X12F", "AJsbZyfGp", "lDdohotZ0", "buMT5Tfpa", "sibIOMjiUuSf2Fz3LK", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "visible", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "RichText2", "Link", "ComponentViewportProvider", "Icon", "eQttUogSf_default", "css", "FramerEI_v8CUnb", "withCSS", "EI_v8CUnb_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "ButtonFonts", "getFontsFromSharedStyle", "fonts", "NavigationFonts", "getFonts", "eXoVPL05H_default", "ContainerWithFX", "withFX", "Container", "Mobile2NavigationFonts", "By4mJFDKU_default", "LoginAndSignUpFonts", "V2HIWnrnj_default", "FeatherFonts", "Icon", "URLDataCollectorFonts", "DataInput", "ButtonFonts", "nvRWA1KNW_default", "Button1Fonts", "eQttUogSf_default", "Mobile1AuthorCardFonts", "EI_v8CUnb_default", "AuthorCardFonts", "BFBO_bdQt_default", "Mobile2FooterFonts", "WG4YY1V3c_default", "TabletSection2FooterFonts", "xGG5KGl_V_default", "FooterFonts", "xCl8bFzyA_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "transformTemplate1", "_", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "QueryData", "query", "pageSize", "data", "useQueryData", "equals", "a", "b", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "toResponsiveImage", "negate", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "BZdBRLkbY_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "KkugQIoggTdSnIKN6F", "iruiT_B6fTdSnIKN6F", "idTdSnIKN6F", "JQQ3mNKeK", "xHvTSS1s7", "nDMxEF73z", "eu8ESNH5C", "mcH26wBIz", "EaJybACeC", "p8j6EXJmh", "jIBknpoHq", "WfVo3WKCgG5jdbKdXJ", "Itxb_L8G1G5jdbKdXJ", "VGc2xaz4XG5jdbKdXJ", "B1tr2UjAAG5jdbKdXJ", "B8HooKzUrG5jdbKdXJ", "idG5jdbKdXJ", "GTjdWIs9C", "WfVo3WKCguSf2Fz3LK", "Itxb_L8G1uSf2Fz3LK", "VGc2xaz4XuSf2Fz3LK", "B1tr2UjAAuSf2Fz3LK", "B8HooKzUruSf2Fz3LK", "iduSf2Fz3LK", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Xd7MfNW3K3bnx0g", "overlay", "loadMore", "args", "rZDUUACnB3bnx0g", "scopingClassNames", "cx", "isDisplayed", "ref1", "isDisplayed1", "elementId", "useRouteElementId", "visible1", "visible2", "visible3", "visible4", "activeLocaleCode", "useLocaleCode", "textContent", "visible5", "visible6", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "overlay1", "RichText2", "Link", "ChildrenCanSuspend", "C1nShop7Y_default", "collection", "paginationInfo", "index", "PathVariablesContext", "Image2", "ComponentPresetsProvider", "FormContainer", "formState", "FormPlainTextInput2", "ResolveLinks", "resolvedLinks", "overlay2", "ytkh06_62_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks1", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks2", "css", "FramerpM2bwQFTD", "withCSS", "pM2bwQFTD_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
