{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.9.1/dist/emotion-hash.esm.js", "ssg:https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js", "ssg:https://framerusercontent.com/modules/8NfHPb2STcgSObbbVgqW/ZqJQiShk1AzE3a83eENE/pbPLkfLCP.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=emotion-hash.esm.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import hash from\"@emotion/hash\";function getAlignmentIcon(alignmentBaseline){switch(alignmentBaseline){case\"top\":return\"Text Top\";case\"center\":return\"Central\";case\"bottom\":return\"Hanging\";}}/**\n * ARC TEXT FOR INSERT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */const Arc=withCSS(function Arc(props){// Checks\nconst isCanvas=RenderTarget.current()===RenderTarget.canvas;// For Ellipse\nconst isEllipse=!props.type;const cylinder=isEllipse?props.cylinderHeight/2:0;// Base arc path\nconst path=createPath(props.flip,cylinder);// Unique IDs to avoid multiple instances on the canvas sharing a single path\nconst id=`curve-${hash(path)}`;// Alignment icon conversion\nconst alignmentValue=getAlignmentIcon(props.alignmentBaseline);return /*#__PURE__*/_jsxs(\"svg\",{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",transformOrigin:\"center\"},viewBox:`0 0 100 100`,overflow:\"visible\",children:[/*#__PURE__*/_jsx(\"path\",{id:id,d:path,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/_jsx(\"text\",{children:/*#__PURE__*/_jsx(\"textPath\",{href:`#${id}`,startOffset:props.startOffset,dominantBaseline:alignmentValue,style:{letterSpacing:props.font.letterSpacing?props.font.letterSpacing:1.85,...props.font,fill:props.color},children:props.text})})]});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default Arc;Arc.defaultProps={height:50,width:50};addPropertyControls(Arc,{text:{title:\"Content\",type:ControlType.String,defaultValue:\"DESIGN SITES LIKE A PRO WITH FRAMER\",displayTextArea:true},type:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Circle\",disabledTitle:\"Ellipse\",defaultValue:true},cylinderHeight:{title:\"Height\",type:ControlType.Number,min:0,max:1e3,displayStepper:true,hidden:props=>props.type},alignmentBaseline:{title:\"Align\",type:ControlType.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:true},flip:{type:ControlType.Boolean,defaultValue:false,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\"},startOffset:{title:\"Offset\",type:ControlType.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:false},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#999\"}});/* Path creation method */const createPath=(flip,cylinder)=>{const cylinderTop=50-cylinder;const cylinderBottom=50+cylinder;return!flip?`M 0 50 L 0 ${cylinderTop} A 1 1 0 0 1 100 ${cylinderTop} L 100 50 L 100 ${cylinderBottom} A 1 1 0 0 1 0 ${cylinderBottom} L 0 ${cylinderTop}`:`M 0 50 L 0 ${cylinderBottom} A 1 1 0 1 0 100 ${cylinderBottom} L 100 ${cylinderTop} A 1 1 0 1 0 0 ${cylinderTop} L 0 50`;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"150\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"150\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,Link,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";import Menu from\"#framer/local/canvasComponent/oliXTc3PQ/oliXTc3PQ.js\";import PowrT from\"#framer/local/canvasComponent/PpSgxHFaN/PpSgxHFaN.js\";import Kursor from\"#framer/local/canvasComponent/XDgcpZcqu/XDgcpZcqu.js\";import metadataProvider from\"#framer/local/webPageMetadata/pbPLkfLCP/pbPLkfLCP.js\";const MenuFonts=getFonts(Menu);const ArcFonts=getFonts(Arc);const ContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Container));const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const PowrTFonts=getFonts(PowrT);const KursorFonts=getFonts(Kursor);const breakpoints={aXYDouKLw:\"(min-width: 810px) and (max-width: 1199px)\",N_taq4ioK:\"(max-width: 809px)\",oLMy8Ij0j:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-yELY8\";const variantClassNames={aXYDouKLw:\"framer-v-13w5y2p\",N_taq4ioK:\"framer-v-19l04kl\",oLMy8Ij0j:\"framer-v-1p9iupr\"};const transition1={delay:0,duration:6.95,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:24,delay:.2,mass:1.3,stiffness:241,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition3={damping:29,delay:.2,mass:1.8,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:83};const transition4={delay:0,duration:.3,ease:[.88,-.01,.07,1.01],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"oLMy8Ij0j\",Phone:\"N_taq4ioK\",Tablet:\"aXYDouKLw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oLMy8Ij0j\"};};const transition5={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor={alignment:\"center\",component:Kursor,offset:{x:-20,y:-20},placement:\"bottom\",transition:transition5,variant:\"CET0d4Vzv\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"N_taq4ioK\")return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);useCustomCursors({\"1dc6am3\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"oLMy8Ij0j\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(245, 236, 225); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1p9iupr\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_taq4ioK:{height:40,width:\"95px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"170px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jiyi9-container\",layoutScroll:true,nodeId:\"ataY2eUXe\",scopeId:\"pbPLkfLCP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_taq4ioK:{variant:\"Xi4Lp500I\"}},children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"ataY2eUXe\",layoutId:\"ataY2eUXe\",style:{height:\"100%\",width:\"100%\"},variant:\"yzruqYxTa\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-z4mkbb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c4u7t2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFXWithOptimizedAppearEffect,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,animate:animation1,className:\"framer-1nn8w77-container\",\"data-framer-appear-id\":\"1nn8w77\",initial:animation2,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qdDiOEJWF\",optimized:true,rendersWithMotion:true,scopeId:\"pbPLkfLCP\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"var(--token-8e84077f-6d4c-4041-beeb-d74ad7a7820e, rgb(38, 36, 35))\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Clash Grotesk\", \"Clash Grotesk Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0.31em\",lineHeight:\"1em\"},height:\"100%\",id:\"qdDiOEJWF\",layoutId:\"qdDiOEJWF\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"ERROR 404 ERROR 404 ERROR 404 \",type:true,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-388s95\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18kw91t\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_taq4ioK:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlZW5pZSBCZWFuaWUgUmVndWxhcg==\",\"--framer-font-family\":'\"Reenie Beanie Regular\", \"Reenie Beanie Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64.69106855997171px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8e84077f-6d4c-4041-beeb-d74ad7a7820e, rgb(38, 36, 35))\",\"--framer-text-transform\":\"capitalize\"},children:\"fotograf\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlZW5pZSBCZWFuaWUgUmVndWxhcg==\",\"--framer-font-family\":'\"Reenie Beanie Regular\", \"Reenie Beanie Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64.69106855997171px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8e84077f-6d4c-4041-beeb-d74ad7a7820e, rgb(38, 36, 35))\",\"--framer-text-transform\":\"capitalize\"},children:\"nie znaleziony\"})]}),viewBox:\"0 0 312 155\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlZW5pZSBCZWFuaWUgUmVndWxhcg==\",\"--framer-font-family\":'\"Reenie Beanie Regular\", \"Reenie Beanie Regular Placeholder\", sans-serif',\"--framer-font-size\":\"76px\",\"--framer-text-color\":\"var(--token-8e84077f-6d4c-4041-beeb-d74ad7a7820e, rgb(38, 36, 35))\",\"--framer-text-transform\":\"capitalize\"},children:\"fotograf nie znaleziony\"})}),className:\"framer-vfn0yo\",\"data-framer-appear-id\":\"vfn0yo\",fonts:[\"CUSTOM;Reenie Beanie Regular\"],initial:animation4,optimized:true,verticalAlignment:\"top\",viewBox:\"0 0 607 91\",withExternalLayout:true})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"gxcPcdfWv\",scopeId:\"pbPLkfLCP\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2pzeco hidden-1p9iupr hidden-13w5y2p framer-1iwxzvy\",\"data-framer-name\":\"powr\\xf3t\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-8e84077f-6d4c-4041-beeb-d74ad7a7820e, rgb(38, 36, 35))\"},children:\"home\"})}),className:\"framer-9maw68\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1csk2jo hidden-1p9iupr hidden-13w5y2p\",\"data-framer-cursor\":\"1dc6am3\",\"data-framer-name\":\"menu\",id:\"1csk2jo\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--token-8e84077f-6d4c-4041-beeb-d74ad7a7820e, rgb(38, 36, 35))\"},children:\"menu\"})}),className:\"framer-r13iam\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames),collisionDetection:false,\"data-framer-portal-id\":\"1csk2jo\",offsetX:-60.499970801509335,offsetY:-9.000008217539289,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(motion.div,{animate:animation6,className:\"framer-84mryb\",\"data-border\":true,\"data-hide-scrollbars\":true,exit:animation5,initial:animation7,ref:ref2,role:\"dialog\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"var(--token-1a1d418c-e9dd-41f8-9e08-5c924ef2ced2, rgb(250, 245, 234))\"},children:\"projekty\"})}),className:\"framer-1xlwyti\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"var(--token-1a1d418c-e9dd-41f8-9e08-5c924ef2ced2, rgb(250, 245, 234))\"},children:\"regulamin\"})}),className:\"framer-1upqot6\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"var(--token-1a1d418c-e9dd-41f8-9e08-5c924ef2ced2, rgb(250, 245, 234))\"},children:\"projekty\"})}),className:\"framer-1v21o7\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"var(--token-1a1d418c-e9dd-41f8-9e08-5c924ef2ced2, rgb(250, 245, 234))\"},children:\"o mnie\"})}),className:\"framer-s400t\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpcnR5bGluZSAzNkRheXNvZnR5cGUgMjAyMiBSZWd1bGFy\",\"--framer-font-family\":'\"Dirtyline 36Daysoftype 2022 Regular\", \"Dirtyline 36Daysoftype 2022 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"var(--token-1a1d418c-e9dd-41f8-9e08-5c924ef2ced2, rgb(250, 245, 234))\"},children:\"oferta\"})}),className:\"framer-1cyd0op\",fonts:[\"CUSTOM;Dirtyline 36Daysoftype 2022 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_taq4ioK:{height:40,width:\"95px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"170px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8d5wcs-container\",layoutScroll:true,nodeId:\"rU5fDKAvX\",scopeId:\"pbPLkfLCP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_taq4ioK:{variant:\"gODuo7fpL\"}},children:/*#__PURE__*/_jsx(PowrT,{height:\"100%\",id:\"rU5fDKAvX\",layoutId:\"rU5fDKAvX\",style:{height:\"100%\",width:\"100%\"},variant:\"FhtksOVla\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yELY8.framer-1iwxzvy, .framer-yELY8 .framer-1iwxzvy { display: block; }\",\".framer-yELY8.framer-1p9iupr { align-content: center; align-items: center; background-color: #f5ece1; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-yELY8 .framer-jiyi9-container { flex: none; height: 80px; position: fixed; right: 0px; top: 0px; width: 170px; z-index: 9; }\",\".framer-yELY8 .framer-z4mkbb { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; user-select: none; width: 100%; }\",\".framer-yELY8 .framer-c4u7t2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 100%; }\",\".framer-yELY8 .framer-1nn8w77-container { flex: none; height: 100%; position: relative; width: 33%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-yELY8 .framer-388s95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yELY8 .framer-18kw91t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 62%; }\",\".framer-yELY8 .framer-vfn0yo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-yELY8 .framer-2pzeco { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; left: 0px; overflow: hidden; padding: 20px; position: fixed; text-decoration: none; top: 0px; width: 95px; z-index: 8; }\",\".framer-yELY8 .framer-9maw68 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-yELY8 .framer-1csk2jo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 20px; position: fixed; right: 0px; top: 0px; width: 95px; z-index: 9; }\",\".framer-yELY8 .framer-r13iam { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 5; }\",\".framer-yELY8 .framer-84mryb { --border-bottom-width: 0px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(9px); -webkit-filter: saturate(1.18); align-content: center; align-items: center; backdrop-filter: blur(9px); background-color: rgba(38, 36, 35, 0.27); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 3px 3px 2px 0px rgba(196, 190, 190, 0.8); display: flex; filter: saturate(1.18); flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 315px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 255px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-yELY8 .framer-1xlwyti, .framer-yELY8 .framer-1upqot6, .framer-yELY8 .framer-1v21o7, .framer-yELY8 .framer-s400t, .framer-yELY8 .framer-1cyd0op { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-yELY8 .framer-8d5wcs-container { flex: none; height: 80px; left: 0px; position: fixed; top: 0px; width: 170px; z-index: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-yELY8.framer-1p9iupr, .framer-yELY8 .framer-z4mkbb, .framer-yELY8 .framer-c4u7t2, .framer-yELY8 .framer-388s95, .framer-yELY8 .framer-18kw91t, .framer-yELY8 .framer-2pzeco, .framer-yELY8 .framer-1csk2jo, .framer-yELY8 .framer-84mryb { gap: 0px; } .framer-yELY8.framer-1p9iupr > *, .framer-yELY8 .framer-2pzeco > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yELY8.framer-1p9iupr > :first-child, .framer-yELY8 .framer-z4mkbb > :first-child, .framer-yELY8 .framer-2pzeco > :first-child, .framer-yELY8 .framer-1csk2jo > :first-child, .framer-yELY8 .framer-84mryb > :first-child { margin-top: 0px; } .framer-yELY8.framer-1p9iupr > :last-child, .framer-yELY8 .framer-z4mkbb > :last-child, .framer-yELY8 .framer-2pzeco > :last-child, .framer-yELY8 .framer-1csk2jo > :last-child, .framer-yELY8 .framer-84mryb > :last-child { margin-bottom: 0px; } .framer-yELY8 .framer-z4mkbb > *, .framer-yELY8 .framer-1csk2jo > *, .framer-yELY8 .framer-84mryb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-yELY8 .framer-c4u7t2 > *, .framer-yELY8 .framer-18kw91t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yELY8 .framer-c4u7t2 > :first-child, .framer-yELY8 .framer-388s95 > :first-child, .framer-yELY8 .framer-18kw91t > :first-child { margin-left: 0px; } .framer-yELY8 .framer-c4u7t2 > :last-child, .framer-yELY8 .framer-388s95 > :last-child, .framer-yELY8 .framer-18kw91t > :last-child { margin-right: 0px; } .framer-yELY8 .framer-388s95 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-yELY8[data-border=\"true\"]::after, .framer-yELY8 [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; }','.framer-yELY8[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-yELY8 [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-yELY8[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-yELY8 [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-yELY8[data-hide-scrollbars=\"true\"], .framer-yELY8 [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-yELY8.framer-1p9iupr { width: 810px; } .framer-yELY8 .framer-1nn8w77-container { width: 100%; } .framer-yELY8 .framer-388s95 { height: 27%; } .framer-yELY8 .framer-18kw91t { width: 80%; }}\",\"@media (max-width: 809px) { .framer-yELY8.framer-1p9iupr { width: 390px; } .framer-yELY8 .framer-jiyi9-container, .framer-yELY8 .framer-8d5wcs-container { height: 40px; width: 95px; } .framer-yELY8 .framer-1nn8w77-container { width: 100%; } .framer-yELY8 .framer-388s95 { height: 40%; } .framer-yELY8 .framer-18kw91t { width: 80%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aXYDouKLw\":{\"layout\":[\"fixed\",\"auto\"]},\"N_taq4ioK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerpbPLkfLCP=withCSS(Component,css,\"framer-yELY8\");export default FramerpbPLkfLCP;FramerpbPLkfLCP.displayName=\"Page\";FramerpbPLkfLCP.defaultProps={height:800,width:1200};addFonts(FramerpbPLkfLCP,[{explicitInter:true,fonts:[{family:\"Clash Grotesk\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MKEEQN57GWBZOSYWCRODNJOOZNPLMAKN/5SPTSZGHEACWWLF34DQ4WAA4OGU6PQIF/KN7DX4F6PXB74R6L2K2Y4NH3CB7FC53Q.woff2\",weight:\"600\"},{family:\"Reenie Beanie Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/l8mLehrqbKULoon67FoEL38sVXw.woff2\"},{family:\"Dirtyline 36Daysoftype 2022 Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/GzctndivBnaoTesVo2S3H8NMlMQ.woff\"}]},...MenuFonts,...ArcFonts,...PowrTFonts,...KursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpbPLkfLCP\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aXYDouKLw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N_taq4ioK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["murmur2", "r", "t", "a", "e", "c", "getAlignmentIcon", "alignmentBaseline", "Arc", "withCSS", "props", "isCanvas", "RenderTarget", "cylinder", "path", "createPath", "id", "murmur2", "alignmentValue", "u", "p", "Arc_default", "addPropertyControls", "ControlType", "flip", "cylinderTop", "cylinderBottom", "MenuFonts", "getFonts", "oliXTc3PQ_default", "ArcFonts", "Arc_default", "ContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "PowrTFonts", "PpSgxHFaN_default", "KursorFonts", "XDgcpZcqu_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "animation6", "animation7", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition5", "cursor", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "x", "Link", "l", "AnimatePresence", "Floating", "css", "FramerpbPLkfLCP", "withCSS", "pbPLkfLCP_default", "addFonts", "__FramerMetadata__"]
}
