{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/5hwSRFxV0XH7mOeR3v4n/Ticker.js", "ssg:https://framerusercontent.com/modules/diqVmXdQvBpcNRW67s6G/ekTAjC36ulsC1xtrcNGZ/rvxIz_SfY.js", "ssg:https://framerusercontent.com/modules/wmNrplpWanKcrczoGY25/sI4vXrms3B5p8wFPhqEM/nuVLbdRyO.js", "ssg:https://framerusercontent.com/modules/hLDaGbuRv6CW5iqqy2JU/zwEoOizaV6bFzLiYXXhK/yrqJiXHeP.js", "ssg:https://framerusercontent.com/modules/lCPg7oAhSw2oCUfJa3y8/METHcvpzHnqOPPqoJLrw/CPgIk7vPm.js", "ssg:https://framerusercontent.com/modules/ciCRguhL9hBQhf5YFA8p/7liTcPyPi5Oxm3cvXb7N/VCGnhse7a.js", "ssg:https://framerusercontent.com/modules/uF6qdJB1bTOFSadjjSZ7/VECSKnC0AK04IJOGaSOr/yprvZITqC.js", "ssg:https://framerusercontent.com/modules/pFtHza9hJs5Jw5NbI2DI/6eLgc9PizIJTbzijHm2U/CKuOereMO.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js", "ssg:https://framerusercontent.com/modules/vaZX2xEpsNc4KzPf7w7W/u79DzfXUsugnRVP07V05/TU4e7whNp.js", "ssg:https://framerusercontent.com/modules/DFm17eFelPNwVuXgeRXG/R6B4bCqhXnBiMilItMo3/E_TqWlF1t.js", "ssg:https://framerusercontent.com/modules/t9FYO72Fhnl10j5MJETp/NstgcsMz4DYsXoQDjpfG/i09nQ1jBF.js", "ssg:https://framerusercontent.com/modules/8Nkn53JWWIYpYZfrEsb6/vC9LEQIyHJjHudXgsDXX/m99HJ1TF8.js", "ssg:https://framerusercontent.com/modules/lAui1n3EYwHv1k2Wuaz0/LoqyGYfaPbADwu6ddCMs/OItkmtapu.js", "ssg:https://framerusercontent.com/modules/Kt41nOJXB0l65Qm4iFyr/1EdHJudCAPFpdI9KBPKU/OSFUBM14f.js", "ssg:https://framerusercontent.com/modules/uXErR4CaEPjvK3rUQx5M/v6bSE9Pt6b7d9rD3aheS/IC9Y6iVLP.js", "ssg:https://framerusercontent.com/modules/Q7A6wG2w0Xf8HyTutgRM/7MlWoinCs4OMoGEUzvw1/wc2fPQ5uz.js", "ssg:https://framerusercontent.com/modules/EWPhZC743Q6SNeEoSYwn/3TUvxG6xWQSJJZg1Tyrp/wWpzp5ycc.js", "ssg:https://framerusercontent.com/modules/oYh6GYpu7vYLM5HNAyGN/IMohCWXTAtiF07PsC0bV/OItkmtapu.js", "ssg:https://framerusercontent.com/modules/RH00W4hLolxmGz6WGGbo/wcdHxAv2LVg9bFaFh4V3/OOocDjJUT.js", "ssg:https://framerusercontent.com/modules/sWXnGm2OnsSAQdV8rWUP/AXbhRBUV3TUxiFjzFP7m/K7S49Fu5o.js", "ssg:https://framerusercontent.com/modules/uFGxUsqLfGf3uBsxK89Q/qsYkD7ZkRUfC9v8okbMS/kqIbw9rhS.js", "ssg:https://framerusercontent.com/modules/tVcob8PnZxz1dfUtKI9i/13pKJyCXoI1J04QbR2Aq/rV_N95ckP.js", "ssg:https://framerusercontent.com/modules/Ccpvkpl9AyDgDeZIzYU5/SjhAPcu4gLUFYfb9iYf2/Xfd9C4F3Q.js", "ssg:https://framerusercontent.com/modules/g9ND0MLkHaQqdx6Mb39f/o7LaLGYiNsMIN5YYs1Ir/rNgqBH7kh.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots=[],gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:isInView?undefined:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...child.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}));}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||!isInView?\"auto\":\"transform\",transform:transformer(0)},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";const YouTubeFonts=getFonts(YouTube);const ImageWithFX=withFX(Image);const cycleOrder=[\"fo00oI0Al\",\"ydRZg5WTI\",\"BCCydfi93\"];const serializationHash=\"framer-Rl2Vy\";const variantClassNames={BCCydfi93:\"framer-v-1fzgkce\",fo00oI0Al:\"framer-v-1d9gr09\",ydRZg5WTI:\"framer-v-1n6aj3b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"fo00oI0Al\",Phone:\"BCCydfi93\",Tablet:\"ydRZg5WTI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fo00oI0Al\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fo00oI0Al\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1d9gr09\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"fo00oI0Al\",ref:ref??ref1,style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(171, 171, 171) 0%, rgba(219, 219, 219, 0) 100%)\",...style},...addPropertyOverrides({BCCydfi93:{\"data-framer-name\":\"Phone\"},ydRZg5WTI:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2025.6,intrinsicWidth:3600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||566)-659),pixelHeight:2532,pixelWidth:4500,sizes:`calc(${componentViewport?.width||\"100vw\"} + 211px)`,src:\"https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=512 512w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png 4500w\"},className:\"framer-yo56f0\",\"data-framer-name\":\"Free-PSD-mockup-in-hand-holding-iPhone-11-pro-max\",layoutDependency:layoutDependency,layoutId:\"sJt7X51BC\",style:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},...addPropertyOverrides({BCCydfi93:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:300,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:2025.6,intrinsicWidth:3600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||278)-323),pixelHeight:2532,pixelWidth:4500,sizes:`calc(${componentViewport?.width||\"100vw\"} + 503px)`,src:\"https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=512 512w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png 4500w\"}},ydRZg5WTI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2025.6,intrinsicWidth:3600,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||563)-588),pixelHeight:2532,pixelWidth:4500,sizes:`calc(${componentViewport?.width||\"100vw\"} + 601px)`,src:\"https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=512 512w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/XCFDEKq64eJ1Acc7S4BAh3Krk.png 4500w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h6izat-container\",layoutDependency:layoutDependency,layoutId:\"t9xfN2AMt-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:25,bottomLeftRadius:25,bottomRightRadius:25,height:\"100%\",id:\"t9xfN2AMt\",isMixedBorderRadius:false,isRed:true,layoutId:\"t9xfN2AMt\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:25,topRightRadius:25,url:\"https://www.youtube.com/watch?v=63ZIjxAiMOo\",width:\"100%\",...addPropertyOverrides({BCCydfi93:{borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,topLeftRadius:12,topRightRadius:12}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rl2Vy.framer-1mg2x7s, .framer-Rl2Vy .framer-1mg2x7s { display: block; }\",\".framer-Rl2Vy.framer-1d9gr09 { height: 566px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-Rl2Vy .framer-yo56f0 { aspect-ratio: 1.7772511848341233 / 1; bottom: -270px; flex: none; height: var(--framer-aspect-ratio-supported, 929px); left: -38px; overflow: visible; position: absolute; right: -173px; }\",\".framer-Rl2Vy .framer-h6izat-container { bottom: 470px; flex: none; height: 260px; left: 451px; position: absolute; right: 635px; }\",\".framer-Rl2Vy.framer-v-1n6aj3b.framer-1d9gr09 { height: 563px; width: 810px; }\",\".framer-Rl2Vy.framer-v-1n6aj3b .framer-yo56f0 { bottom: -205px; height: var(--framer-aspect-ratio-supported, 794px); left: -245px; right: -356px; }\",\".framer-Rl2Vy.framer-v-1n6aj3b .framer-h6izat-container { bottom: 402px; height: 221px; left: 387px; right: 544px; }\",\".framer-Rl2Vy.framer-v-1fzgkce.framer-1d9gr09 { height: 278px; width: 390px; }\",\".framer-Rl2Vy.framer-v-1fzgkce .framer-yo56f0 { bottom: -179px; height: var(--framer-aspect-ratio-supported, 502px); left: -211px; right: -291px; }\",\".framer-Rl2Vy.framer-v-1fzgkce .framer-h6izat-container { aspect-ratio: 2.1690140845070425 / 1; bottom: 253px; height: var(--framer-aspect-ratio-supported, 142px); left: 245px; right: 340px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 566\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ydRZg5WTI\":{\"layout\":[\"fixed\",\"fixed\"]},\"BCCydfi93\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrvxIz_SfY=withCSS(Component,css,\"framer-Rl2Vy\");export default FramerrvxIz_SfY;FramerrvxIz_SfY.displayName=\"film\";FramerrvxIz_SfY.defaultProps={height:566,width:1440};addPropertyControls(FramerrvxIz_SfY,{variant:{options:[\"fo00oI0Al\",\"ydRZg5WTI\",\"BCCydfi93\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrvxIz_SfY,[{explicitInter:true,fonts:[]},...YouTubeFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrvxIz_SfY\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"566\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ydRZg5WTI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BCCydfi93\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rvxIz_SfY.map", "// Generated by Framer (c563d2c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Neue LT Pro Regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-8trRJ .framer-styles-preset-v53e93:not(.rich-text-wrapper), .framer-8trRJ .framer-styles-preset-v53e93.rich-text-wrapper p { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-8trRJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/wmNrplpWanKcrczoGY25/sI4vXrms3B5p8wFPhqEM/nuVLbdRyO.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-RAPPP\";const variantClassNames={Zplnb0upS:\"framer-v-1o3d5w3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:1.5,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:0,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Zplnb0upS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1o3d5w3\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Zplnb0upS\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ytp4i0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"F6T4JsLIo\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(121, 109, 87)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1fgd4mx\",layoutDependency:layoutDependency,layoutId:\"saMfH2XB8\",style:{backgroundColor:\"rgb(163, 146, 114)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v53e93\",\"data-styles-preset\":\"nuVLbdRyO\",children:\"Przewi\u0144\"})}),className:\"framer-10qfsqd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yITqv3JTq\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RAPPP.framer-iv94jq, .framer-RAPPP .framer-iv94jq { display: block; }\",\".framer-RAPPP.framer-1o3d5w3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-RAPPP .framer-1ytp4i0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 15px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RAPPP .framer-1fgd4mx { flex: none; height: 6px; left: calc(53.33333333333336% - 6px / 2); overflow: hidden; position: absolute; top: 5px; width: 6px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-RAPPP .framer-10qfsqd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RAPPP.framer-1o3d5w3, .framer-RAPPP .framer-1ytp4i0 { gap: 0px; } .framer-RAPPP.framer-1o3d5w3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RAPPP.framer-1o3d5w3 > :first-child, .framer-RAPPP .framer-1ytp4i0 > :first-child { margin-top: 0px; } .framer-RAPPP.framer-1o3d5w3 > :last-child, .framer-RAPPP .framer-1ytp4i0 > :last-child { margin-bottom: 0px; } .framer-RAPPP .framer-1ytp4i0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-RAPPP[data-border=\"true\"]::after, .framer-RAPPP [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 43\n * @framerIntrinsicWidth 45\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryrqJiXHeP=withCSS(Component,css,\"framer-RAPPP\");export default FrameryrqJiXHeP;FrameryrqJiXHeP.displayName=\"scroll\";FrameryrqJiXHeP.defaultProps={height:43,width:45};addFonts(FrameryrqJiXHeP,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryrqJiXHeP\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"45\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"43\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yrqJiXHeP.map", "// Generated by Framer (9045c1a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Neue LT Pro Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}];export const css=['.framer-sxTdf .framer-styles-preset-1cpke80:not(.rich-text-wrapper), .framer-sxTdf .framer-styles-preset-1cpke80.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-sxTdf .framer-styles-preset-1cpke80:not(.rich-text-wrapper), .framer-sxTdf .framer-styles-preset-1cpke80.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-sxTdf .framer-styles-preset-1cpke80:not(.rich-text-wrapper), .framer-sxTdf .framer-styles-preset-1cpke80.rich-text-wrapper h2 { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 22px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-sxTdf\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c563d2c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Helvetica Neue LT Pro Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}];export const css=['.framer-Hgquk .framer-styles-preset-jxd8t9:not(.rich-text-wrapper), .framer-Hgquk .framer-styles-preset-jxd8t9.rich-text-wrapper p { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-Hgquk .framer-styles-preset-jxd8t9:not(.rich-text-wrapper), .framer-Hgquk .framer-styles-preset-jxd8t9.rich-text-wrapper p { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Hgquk .framer-styles-preset-jxd8t9:not(.rich-text-wrapper), .framer-Hgquk .framer-styles-preset-jxd8t9.rich-text-wrapper p { --framer-font-family: \"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Hgquk\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/lCPg7oAhSw2oCUfJa3y8/METHcvpzHnqOPPqoJLrw/CPgIk7vPm.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ciCRguhL9hBQhf5YFA8p/7liTcPyPi5Oxm3cvXb7N/VCGnhse7a.js\";const enabledGestures={Pwq8N5iLq:{hover:true}};const cycleOrder=[\"Pwq8N5iLq\",\"QCKvn0fbo\"];const serializationHash=\"framer-yqa5Z\";const variantClassNames={Pwq8N5iLq:\"framer-v-s0n8vj\",QCKvn0fbo:\"framer-v-ynio89\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"Pwq8N5iLq\",Open:\"QCKvn0fbo\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,T8rQFvSBR:answer??props.T8rQFvSBR??\"To technologie sztucznej inteligencji za pomoc\u0105 kt\\xf3rych mo\u017Cesz generowa\u0107 projekty graficzne, w tym z projekty zakresu webdesign.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Pwq8N5iLq\",W88zB8mIG:question??props.W88zB8mIG??\"Czym jest Midjourney i Leonardo AI?\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Pwq8N5iLq\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1rpljk7=activeVariantCallback(async(...args)=>{setVariant(\"QCKvn0fbo\");});const onTapqj84po=activeVariantCallback(async(...args)=>{setVariant(\"Pwq8N5iLq\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"QCKvn0fbo\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-s0n8vj\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"Pwq8N5iLq\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"Pwq8N5iLq-hover\":{\"data-framer-name\":undefined},QCKvn0fbo:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dzo8m9\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kT0XlgQNQ\",onTap:onTap1rpljk7,...addPropertyOverrides({QCKvn0fbo:{onTap:onTapqj84po}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1cpke80\",\"data-styles-preset\":\"CPgIk7vPm\",children:\"Czym jest Midjourney i Leonardo AI?\"})}),className:\"framer-11bo6l4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bhdUS00EH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-946fjf\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"X48RQOkdI\",style:{rotate:0},variants:{\"Pwq8N5iLq-hover\":{rotate:0},QCKvn0fbo:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m09nbq\",layoutDependency:layoutDependency,layoutId:\"gPHvn0fVH\",style:{backgroundColor:\"rgb(194, 154, 105)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vogf4n\",layoutDependency:layoutDependency,layoutId:\"qDz28i2DV\",style:{backgroundColor:\"rgb(194, 154, 105)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-icwfwl\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"gh4lGlw5l\",style:{opacity:0},variants:{QCKvn0fbo:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jxd8t9\",\"data-styles-preset\":\"VCGnhse7a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"To technologie sztucznej inteligencji za pomoc\u0105 kt\\xf3rych mo\u017Cesz generowa\u0107 projekty graficzne, w tym z projekty zakresu webdesign.\"})}),className:\"framer-6b7ck8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mrKdjgVIa\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{QCKvn0fbo:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yqa5Z.framer-gfh7mt, .framer-yqa5Z .framer-gfh7mt { display: block; }\",\".framer-yqa5Z.framer-s0n8vj { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 400px; }\",\".framer-yqa5Z .framer-dzo8m9 { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-yqa5Z .framer-11bo6l4 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-yqa5Z .framer-946fjf { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; z-index: 1; }\",\".framer-yqa5Z .framer-1m09nbq { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-yqa5Z .framer-vogf4n { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-yqa5Z .framer-icwfwl { 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; overflow: visible; padding: 20px 0px 20px 10px; position: relative; width: 100%; }\",\".framer-yqa5Z .framer-6b7ck8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yqa5Z.framer-s0n8vj, .framer-yqa5Z .framer-dzo8m9, .framer-yqa5Z .framer-icwfwl { gap: 0px; } .framer-yqa5Z.framer-s0n8vj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yqa5Z.framer-s0n8vj > :first-child, .framer-yqa5Z .framer-icwfwl > :first-child { margin-top: 0px; } .framer-yqa5Z.framer-s0n8vj > :last-child, .framer-yqa5Z .framer-icwfwl > :last-child { margin-bottom: 0px; } .framer-yqa5Z .framer-dzo8m9 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-yqa5Z .framer-dzo8m9 > :first-child { margin-left: 0px; } .framer-yqa5Z .framer-dzo8m9 > :last-child { margin-right: 0px; } .framer-yqa5Z .framer-icwfwl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-yqa5Z.framer-v-ynio89.framer-s0n8vj { cursor: unset; padding: 0px 20px 20px 20px; }\",\".framer-yqa5Z.framer-v-ynio89 .framer-dzo8m9 { padding: 20px 0px 20px 10px; }\",\".framer-yqa5Z.framer-v-s0n8vj.hover.framer-s0n8vj { padding: 0px 20px 0px 30px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 88\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QCKvn0fbo\":{\"layout\":[\"fixed\",\"auto\"]},\"vlDOjMzWI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryprvZITqC=withCSS(Component,css,\"framer-yqa5Z\");export default FrameryprvZITqC;FrameryprvZITqC.displayName=\"Row\";FrameryprvZITqC.defaultProps={height:88,width:400};addPropertyControls(FrameryprvZITqC,{variant:{options:[\"Pwq8N5iLq\",\"QCKvn0fbo\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Czym jest Midjourney i Leonardo AI?\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"To technologie sztucznej inteligencji za pomoc\u0105 kt\\xf3rych mo\u017Cesz generowa\u0107 projekty graficzne, w tym z projekty zakresu webdesign.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FrameryprvZITqC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryprvZITqC\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"88\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QCKvn0fbo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vlDOjMzWI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Row from\"https://framerusercontent.com/modules/uF6qdJB1bTOFSadjjSZ7/VECSKnC0AK04IJOGaSOr/yprvZITqC.js\";const RowFonts=getFonts(Row);const cycleOrder=[\"q66qf_8Go\",\"EeVXC5n0P\",\"itNrE8G96\"];const serializationHash=\"framer-1xYn4\";const variantClassNames={EeVXC5n0P:\"framer-v-12krojr\",itNrE8G96:\"framer-v-2l8dmv\",q66qf_8Go:\"framer-v-1apkvmh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Chiny:\"EeVXC5n0P\",Japonia:\"itNrE8G96\",Polska:\"q66qf_8Go\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"q66qf_8Go\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q66qf_8Go\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"itNrE8G96\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"EeVXC5n0P\")return false;return true;};const isDisplayed2=()=>{if([\"EeVXC5n0P\",\"itNrE8G96\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1apkvmh\",className,classNames),\"data-framer-name\":\"Polska\",layoutDependency:layoutDependency,layoutId:\"q66qf_8Go\",ref:refBinding,style:{backgroundColor:\"rgb(252, 252, 252)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({EeVXC5n0P:{\"data-framer-name\":\"Chiny\"},itNrE8G96:{\"data-framer-name\":\"Japonia\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pt7nfw-container\",layoutDependency:layoutDependency,layoutId:\"kd2v543mR-container\",nodeId:\"kd2v543mR\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"kd2v543mR\",layoutId:\"kd2v543mR\",style:{width:\"100%\"},T8rQFvSBR:\"Sprowadzaj\u0105c samoch\\xf3d z zagranicy, zyskujesz dost\u0119p do lepiej wyposa\u017Conych, bezwypadkowych i serwisowanych pojazd\\xf3w. Wsp\\xf3\u0142pracujemy z dealerami i firmami leasingowymi, co oznacza, \u017Ce auta s\u0105 regularnie serwisowane i posiadaj\u0105 potwierdzon\u0105 histori\u0119 przebiegu.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Dlaczego warto sprowadzi\u0107 samoch\\xf3d z zagranicy zamiast kupowa\u0107 w Polsce?\",width:\"100%\",...addPropertyOverrides({EeVXC5n0P:{T8rQFvSBR:\"Wystarczy, \u017Ce okre\u015Blisz swoje potrzeby, preferowany rodzaj pojazdu (np. SUV, sedan, auto elektryczne) i przybli\u017Cony\\nbud\u017Cet. Reszt\u0119 \u2013 od szukania ofert, przez weryfikacj\u0119 dokument\\xf3w, a\u017C po organizacj\u0119 transportu \u2013 zostaw nam.\",W88zB8mIG:\"Jakie informacje musz\u0119 dostarczy\u0107, aby sprowadzi\u0107 samochody z Chin?\"},itNrE8G96:{T8rQFvSBR:\"Specjalizujemy si\u0119 g\u0142\\xf3wnie w autach premium i sportowych (Mercedes, Porsche, Lexus, itp.)\",W88zB8mIG:\"Jakie samochody mo\u017Cna sprowadzi\u0107 z Japonii?\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12208nq\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ZA8uAgj3C\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+89,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p42v7w-container\",layoutDependency:layoutDependency,layoutId:\"RBKkp3qkp-container\",nodeId:\"RBKkp3qkp\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"RBKkp3qkp\",layoutId:\"RBKkp3qkp\",style:{width:\"100%\"},T8rQFvSBR:\"Standardowy czas realizacji to 10-14 dni od zakupu.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Jak d\u0142ugo trwa sprowadzenie samochodu?\",width:\"100%\",...addPropertyOverrides({EeVXC5n0P:{T8rQFvSBR:\"\u015Aredni czas to od 4 do 12 tygodni, w zale\u017Cno\u015Bci od dost\u0119pno\u015Bci wybranego modelu, termin\\xf3w produkcyjnych, a tak\u017Ce\\nrodzaju i szybko\u015Bci transportu (morski mo\u017Ce trwa\u0107 d\u0142u\u017Cej ni\u017C lotniczy). Dok\u0142adny termin ustalamy podczas konsultacji.\\nJakie s\u0105 g\u0142\\xf3wne koszty przy sprowadzaniu aut z Chin?\\n\u25CF Cena samego pojazdu (zgodnie z faktur\u0105 od sprzedawcy)\\n\u25CF Koszty transportu (fracht morski, lotniczy, ubezpieczenie)\\n\u25CF Op\u0142aty celne i podatkowe (C\u0141O VAT, ewentualna akcyza)\\n\u25CF Prowizja za us\u0142ug\u0119 importow\u0105\\nPrzed rozpocz\u0119ciem wsp\\xf3\u0142pracy otrzymasz szczeg\\xf3\u0142owy kosztorys.\",W88zB8mIG:\"Ile trwa import auta z Chin?\"},itNrE8G96:{T8rQFvSBR:\"Tak. Zazwyczaj s\u0105 ta\u0144sze o 10\u201315%, przy ni\u017Cszych przebiegach i lepszym stanie technicznym.\",W88zB8mIG:\"Czy samochody z Japonii s\u0105 ta\u0144sze ni\u017C w Europie?\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z93o2z\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"NtuqY6YXT\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+178,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13sylxl-container\",layoutDependency:layoutDependency,layoutId:\"nT3sgViFs-container\",nodeId:\"nT3sgViFs\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"nT3sgViFs\",layoutId:\"nT3sgViFs\",style:{width:\"100%\"},T8rQFvSBR:\"Tak! Oferujemy dostaw\u0119 auta na terenie ca\u0142ej Polski, a koszt ustalamy indywidualnie w zale\u017Cno\u015Bci od odleg\u0142o\u015Bci i rodzaju transportu.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy mog\u0119 zam\\xf3wi\u0107 dostarczenie samochodu pod dom?\",width:\"100%\",...addPropertyOverrides({EeVXC5n0P:{T8rQFvSBR:\"Oczywi\u015Bcie. Pomagamy w rejestracji pojazdu, wyborze ubezpieczenia i doradzamy w kwestiach serwisowych.\\nJeste\u015Bmy do Twojej dyspozycji tak\u017Ce po finalizacji transakcji\",W88zB8mIG:\"Czy mog\u0119 liczy\u0107 na wsparcie po dostarczeniu auta?\"},itNrE8G96:{T8rQFvSBR:\"Sprawdzamy dokumenty, histori\u0119 pojazdu, stan techniczny, wykonujemy szczeg\\xf3\u0142owe zdj\u0119cia i skany\\npodwozia.\",W88zB8mIG:\"Jak wygl\u0105da proces weryfikacji auta?\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({itNrE8G96:{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+267}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-128oxdq-container\",layoutDependency:layoutDependency,layoutId:\"J4O1uRzlr-container\",nodeId:\"J4O1uRzlr\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"J4O1uRzlr\",layoutId:\"J4O1uRzlr\",style:{width:\"100%\"},T8rQFvSBR:\"Tak. Koszty pojawiaj\u0105 si\u0119 dopiero przy finalizacji zakupu auta.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy licytacja jest bezp\u0142atna?\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({itNrE8G96:{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+356}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iaxrbg-container\",layoutDependency:layoutDependency,layoutId:\"GNrGqLWn_-container\",nodeId:\"GNrGqLWn_\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"GNrGqLWn_\",layoutId:\"GNrGqLWn_\",style:{width:\"100%\"},T8rQFvSBR:\"\u015Arednio 2\u20132,5 miesi\u0105ca, \u0142\u0105cznie z frachtem morskim i odpraw\u0105 celn\u0105.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Jak d\u0142ugo trwa transport auta z Japonii?\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yd44b6\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"PG0ydkPcS\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+267,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4xl04y-container\",layoutDependency:layoutDependency,layoutId:\"KKRMUsC9V-container\",nodeId:\"KKRMUsC9V\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"KKRMUsC9V\",layoutId:\"KKRMUsC9V\",style:{width:\"100%\"},T8rQFvSBR:\"Krok 1: Kontaktujesz si\u0119 z nami i przedstawiasz swoje wymagania.\\nKrok 2: Dokonujesz op\u0142aty aktywacyjnej.\\nKrok 3: Szukamy odpowiednich ofert i weryfikujemy ich stan.\\nKrok 5: Je\u015Bli akceptujesz ofert\u0119, organizujemy sprowadzenie i przygotowanie auta do rejestracji.\\nKrok 6: Odbierasz sw\\xf3j samoch\\xf3d lub dostarczamy go pod Tw\\xf3j adres.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Jak wygl\u0105da proces zam\\xf3wienia samochodu?\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ltts5p\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"AIbchHoY1\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+356,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r4hsla-container\",layoutDependency:layoutDependency,layoutId:\"DuOaf7Z6V-container\",nodeId:\"DuOaf7Z6V\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"DuOaf7Z6V\",layoutId:\"DuOaf7Z6V\",style:{width:\"100%\"},T8rQFvSBR:\"Tak! Ka\u017Cdy pojazd przechodzi pe\u0142n\u0105 weryfikacj\u0119:\\nHistoria serwisowa (ASO lub inne \u017Ar\\xf3d\u0142a)\\nStan prawny (brak zastaw\\xf3w, blokad, d\u0142ug\\xf3w)\\nBadanie lakieru profesjonalnym miernikiem\\nOgl\u0119dziny mechaniczne. Dzi\u0119ki temu masz 100% pewno\u015B\u0107, \u017Ce auto jest zgodne z opisem i nie ma ukrytych wad.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy przed zakupem weryfikujecie samoch\\xf3d?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1odmkd6\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"p2rXy9ZIP\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+445,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8k88wl-container\",layoutDependency:layoutDependency,layoutId:\"RFTK4cF5X-container\",nodeId:\"RFTK4cF5X\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"RFTK4cF5X\",layoutId:\"RFTK4cF5X\",style:{width:\"100%\"},T8rQFvSBR:\"Nie! Sprowadzamy samochody z ca\u0142ej Europy i  koncentrujemy si\u0119 na rynkach niemieckim, austriackim, holenderskim i skandynawskim. To tam znajduj\u0105 si\u0119 najlepsze i najbezpieczniejsze oferty.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy sprowadzacie tylko samochody z Niemiec?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-195tgpu\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"rPr5a3Y32\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+534,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1du66zo-container\",layoutDependency:layoutDependency,layoutId:\"tKQ2RX_Ag-container\",nodeId:\"tKQ2RX_Ag\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"tKQ2RX_Ag\",layoutId:\"tKQ2RX_Ag\",style:{width:\"100%\"},T8rQFvSBR:\"Tak! Oferujemy:\\nLeasing operacyjny i finansowy\\nKredyt na samoch\\xf3d\\nMo\u017Cliwo\u015B\u0107 wp\u0142aty w\u0142asnej i elastyczne raty\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy mog\u0119 liczy\u0107 na pomoc w finansowaniu?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vz8n88\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"lic8Qfmww\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+623,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4hj3s4-container\",layoutDependency:layoutDependency,layoutId:\"RgefFOxNT-container\",nodeId:\"RgefFOxNT\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"RgefFOxNT\",layoutId:\"RgefFOxNT\",style:{width:\"100%\"},T8rQFvSBR:\"Tak, na \u017Cyczenie klienta mo\u017Cemy wykona\u0107:\\nWymian\u0119 oleju, filtr\\xf3w, klock\\xf3w hamulcowych\\nDetailing wn\u0119trza i karoserii\\nRenowacj\u0119 lakieru i zabezpieczenie pow\u0142ok\u0105 ceramiczn\u0105\\nMonta\u017C dodatkowego wyposa\u017Cenia (hak, kamera cofania, folia ochronna itp.)\\nChcesz odebra\u0107 auto gotowe do jazdy? Zajmiemy si\u0119 tym!\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy oferujecie us\u0142ugi serwisowe lub detailingowe przed odbiorem?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-h0pxso\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ytpeZrWuA\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+712,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pk0u5s-container\",layoutDependency:layoutDependency,layoutId:\"Jl0FEBO90-container\",nodeId:\"Jl0FEBO90\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"Jl0FEBO90\",layoutId:\"Jl0FEBO90\",style:{width:\"100%\"},T8rQFvSBR:\"Kupujemy auta g\u0142\\xf3wnie od dealer\\xf3w, firm leasingowych i flotowych. Oznacza to, \u017Ce pojazdy:\\nMaj\u0105 udokumentowan\u0105 histori\u0119 serwisow\u0105\\nS\u0105 regularnie serwisowane w ASO\\nCz\u0119sto s\u0105 to auta od pierwszego w\u0142a\u015Bciciela\\nSzukamy samochod\\xf3w z pewn\u0105 histori\u0105.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Sk\u0105d pochodz\u0105 samochody, kt\\xf3re sprowadzacie?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u27omz\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"PqHusyQRr\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+801,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8gfc45-container\",layoutDependency:layoutDependency,layoutId:\"xNqZM7zde-container\",nodeId:\"xNqZM7zde\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"xNqZM7zde\",layoutId:\"xNqZM7zde\",style:{width:\"100%\"},T8rQFvSBR:\"Lepsze wyposa\u017Cenie \u2013 standardy w Niemczech czy Skandynawii s\u0105 wy\u017Csze ni\u017C w Polsce.\\nLepszy stan techniczny \u2013 regularne serwisy i lepsza infrastruktura drogowa.\\nLepsza dokumentacja \u2013 pe\u0142na historia serwisowa\\nBezpiecze\u0144stwo transakcji \u2013 kupujemy auta tylko z pewnych \u017Ar\\xf3de\u0142.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Dlaczego samochody z zagranicy s\u0105 lepsze ni\u017C te z polskich komis\\xf3w?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l8w3ry\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"WSw2dUn2K\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+890,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1awf3f3-container\",layoutDependency:layoutDependency,layoutId:\"AO79gykA2-container\",nodeId:\"AO79gykA2\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"AO79gykA2\",layoutId:\"AO79gykA2\",style:{width:\"100%\"},T8rQFvSBR:\"Je\u015Bli w danym momencie nie ma idealnej oferty \u2013 kontynuujemy poszukiwania, szukamy a\u017C do skutku. Mamy dost\u0119p do codziennie aktualizowanych baz i informujemy Ci\u0119 o nowych, atrakcyjnych pojazdach.\",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Co je\u015Bli nie znajd\u0119 wymarzonego auta?\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-s02i28\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"GcJglaNDr\",style:{backgroundColor:\"rgb(230, 230, 230)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+979,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-oup9m7-container\",layoutDependency:layoutDependency,layoutId:\"v3xDayC4h-container\",nodeId:\"v3xDayC4h\",rendersWithMotion:true,scopeId:\"CKuOereMO\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"v3xDayC4h\",layoutId:\"v3xDayC4h\",style:{width:\"100%\"},T8rQFvSBR:\"Tak!  My zajmujemy si\u0119 cleniem, a po sprowadzeniu pojazdu przygotowujemy dokumenty do rejestracji: \\nT\u0142umaczenia\\nOp\u0142acona akcyza\\nBadanie techniczne\\nDow\\xf3d rejestracyjny I i II \\nO\u015Bwiadczenie importera \",variant:\"Pwq8N5iLq\",W88zB8mIG:\"Czy pomagacie w rejestracji samochodu?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1xYn4.framer-hljrdg, .framer-1xYn4 .framer-hljrdg { display: block; }\",\".framer-1xYn4.framer-1apkvmh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1xYn4 .framer-pt7nfw-container, .framer-1xYn4 .framer-p42v7w-container, .framer-1xYn4 .framer-13sylxl-container, .framer-1xYn4 .framer-128oxdq-container, .framer-1xYn4 .framer-iaxrbg-container, .framer-1xYn4 .framer-4xl04y-container, .framer-1xYn4 .framer-1r4hsla-container, .framer-1xYn4 .framer-8k88wl-container, .framer-1xYn4 .framer-1du66zo-container, .framer-1xYn4 .framer-4hj3s4-container, .framer-1xYn4 .framer-pk0u5s-container, .framer-1xYn4 .framer-8gfc45-container, .framer-1xYn4 .framer-1awf3f3-container, .framer-1xYn4 .framer-oup9m7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1xYn4 .framer-12208nq, .framer-1xYn4 .framer-z93o2z, .framer-1xYn4 .framer-1yd44b6, .framer-1xYn4 .framer-ltts5p, .framer-1xYn4 .framer-1odmkd6, .framer-1xYn4 .framer-195tgpu, .framer-1xYn4 .framer-vz8n88, .framer-1xYn4 .framer-h0pxso, .framer-1xYn4 .framer-1u27omz, .framer-1xYn4 .framer-1l8w3ry, .framer-1xYn4 .framer-s02i28 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1xYn4.framer-1apkvmh { gap: 0px; } .framer-1xYn4.framer-1apkvmh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1xYn4.framer-1apkvmh > :first-child { margin-top: 0px; } .framer-1xYn4.framer-1apkvmh > :last-child { margin-bottom: 0px; } }\",\".framer-1xYn4.framer-v-2l8dmv .framer-pt7nfw-container { order: 0; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-12208nq { order: 1; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-p42v7w-container { order: 2; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-z93o2z { order: 3; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-13sylxl-container { order: 4; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-128oxdq-container { order: 6; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-iaxrbg-container { order: 8; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-1yd44b6 { order: 5; }\",\".framer-1xYn4.framer-v-2l8dmv .framer-ltts5p { order: 7; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 779\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EeVXC5n0P\":{\"layout\":[\"fixed\",\"auto\"]},\"itNrE8G96\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCKuOereMO=withCSS(Component,css,\"framer-1xYn4\");export default FramerCKuOereMO;FramerCKuOereMO.displayName=\"Accordion\";FramerCKuOereMO.defaultProps={height:779,width:1e3};addPropertyControls(FramerCKuOereMO,{variant:{options:[\"q66qf_8Go\",\"EeVXC5n0P\",\"itNrE8G96\"],optionTitles:[\"Polska\",\"Chiny\",\"Japonia\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerCKuOereMO,[{explicitInter:true,fonts:[]},...RowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCKuOereMO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"779\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EeVXC5n0P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"itNrE8G96\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1000\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CKuOereMO.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{startTransition(()=>setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches));},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"N9FsE6x5G\",\"bELFNkRvX\",\"tJRX6whIe\",\"OlsBGUr1F\",\"bqE5FXyIy\",\"E_bqBzbEk\"];const serializationHash=\"framer-kCFwU\";const variantClassNames={bELFNkRvX:\"framer-v-yphqn3\",bqE5FXyIy:\"framer-v-k5ug4d\",E_bqBzbEk:\"framer-v-10zyase\",N9FsE6x5G:\"framer-v-1mjj1e6\",OlsBGUr1F:\"framer-v-1sursx7\",tJRX6whIe:\"framer-v-174r3e6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:.1,duration:2.1,ease:[.98,.27,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:0,duration:6,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:3,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop 1\":\"N9FsE6x5G\",\"desktop 2\":\"bELFNkRvX\",\"desktop 3\":\"tJRX6whIe\",\"tablet 1\":\"OlsBGUr1F\",\"tablet 2\":\"bqE5FXyIy\",\"tablet 3\":\"E_bqBzbEk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"N9FsE6x5G\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"N9FsE6x5G\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"bELFNkRvX\",\"tJRX6whIe\",\"OlsBGUr1F\",\"bqE5FXyIy\",\"E_bqBzbEk\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"bqE5FXyIy\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"bqE5FXyIy\")return false;return true;};const isDisplayed3=()=>{if([\"tJRX6whIe\",\"E_bqBzbEk\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"bELFNkRvX\",\"bqE5FXyIy\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1mjj1e6\",className,classNames),\"data-framer-name\":\"desktop 1\",layoutDependency:layoutDependency,layoutId:\"N9FsE6x5G\",ref:ref??ref1,style:{...style},...addPropertyOverrides({bELFNkRvX:{\"data-framer-name\":\"desktop 2\"},bqE5FXyIy:{\"data-framer-name\":\"tablet 2\"},E_bqBzbEk:{\"data-framer-name\":\"tablet 3\"},OlsBGUr1F:{\"data-framer-name\":\"tablet 1\"},tJRX6whIe:{\"data-framer-name\":\"desktop 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oqjscs\",layoutDependency:layoutDependency,layoutId:\"bwx4uibGY\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5206896551724141-841)+0+0),pixelHeight:709,pixelWidth:826,sizes:\"678px\",src:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png\",srcSet:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png 826w\"},className:\"framer-19njm56\",\"data-framer-name\":\"Plastic_Isometric_Social_Media_Icons_C\",layoutDependency:layoutDependency,layoutId:\"wFuqjwPV2\",...addPropertyOverrides({bELFNkRvX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5000000000000002-848)+0+0),pixelHeight:709,pixelWidth:826,sizes:\"678px\",src:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png\",srcSet:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png 826w\"}},bqE5FXyIy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5000000000000002-793)+0+0),pixelHeight:709,pixelWidth:826,sizes:\"678px\",src:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png\",srcSet:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png 826w\"}},E_bqBzbEk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5137931034482761-768.5)+0+0),pixelHeight:709,pixelWidth:826,sizes:\"678px\",src:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png\",srcSet:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png 826w\"}},OlsBGUr1F:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5206896551724141-535.4423305588584)+0+0),pixelHeight:709,pixelWidth:826,sizes:\"378px\",src:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png\",srcSet:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png 826w\"}},tJRX6whIe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5137931034482761-876.5)+0+0),pixelHeight:709,pixelWidth:826,sizes:\"678px\",src:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png\",srcSet:\"https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png?scale-down-to=512 512w,https://framerusercontent.com/images/3TRNpyvlMKPXXZ9yOGq6auC8k4c.png 826w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5206896551724141-841)+0+561),pixelHeight:1395,pixelWidth:1624,sizes:\"678px\",src:\"https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png\",srcSet:\"https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png?scale-down-to=512 512w,https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png 1624w\"},className:\"framer-1tbq0n7\",\"data-framer-name\":\"Plastic_Isometric_Social_Media_Icons_B\",layoutDependency:layoutDependency,layoutId:\"Y0sjUoL6u\",...addPropertyOverrides({bELFNkRvX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5000000000000002-848)+0+611),pixelHeight:850,pixelWidth:1120,sizes:\"632px\",src:\"https://framerusercontent.com/images/zqnRRbufBqEdlpnCR88rog9U.png\",srcSet:\"https://framerusercontent.com/images/zqnRRbufBqEdlpnCR88rog9U.png?scale-down-to=512 512w,https://framerusercontent.com/images/zqnRRbufBqEdlpnCR88rog9U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zqnRRbufBqEdlpnCR88rog9U.png 1120w\"}},bqE5FXyIy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5000000000000002-793)+0+627),pixelHeight:1120,pixelWidth:1120,sizes:\"335px\",src:\"https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png\",srcSet:\"https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png?scale-down-to=512 512w,https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png 1120w\"}},E_bqBzbEk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5137931034482761-768.5)+0+627),pixelHeight:977,pixelWidth:1191,sizes:\"325px\",src:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png\",srcSet:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=512 512w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png 1191w\"}},OlsBGUr1F:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5206896551724141-535.4423305588584)+0+379.29488703923903),pixelHeight:1395,pixelWidth:1624,sizes:\"378px\",src:\"https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png\",srcSet:\"https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png?scale-down-to=512 512w,https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nFDadOhs8K7tMS6EyYf7o19hajk.png 1624w\"}},tJRX6whIe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5137931034482761-876.5)+0+636),pixelHeight:977,pixelWidth:1191,sizes:\"552px\",src:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png\",srcSet:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=512 512w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png 1191w\"}}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j587c\",\"data-framer-name\":\"mesh+lines\",layoutDependency:layoutDependency,layoutId:\"BSmEspSXb\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zrdr21\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"YSPYXTiHY\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1w8b4oi\",\"data-framer-name\":\"Blur, Rotate\",layoutDependency:layoutDependency,layoutId:\"AI7dCenlX\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(70px)\",transformPerspective:1200,WebkitFilter:\"blur(70px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.8,className:\"framer-1n6fxcg\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"Xn_YgebBS\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",opacity:.8}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-86n960\",\"data-framer-name\":\"Blur, Rotate\",layoutDependency:layoutDependency,layoutId:\"hyn5avjec\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(32px)\",transformPerspective:1200,WebkitFilter:\"blur(32px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ogtcdh\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"GDUA5Vm_y\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1m33b00\",\"data-framer-name\":\"Blur, Rotate, Blend\",layoutDependency:layoutDependency,layoutId:\"PnHIFix_c\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(32px)\",transformPerspective:1200,WebkitFilter:\"blur(32px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1wovb81\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"Ys4BvFujc\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tn3939\",\"data-framer-name\":\"mesh+lines\",layoutDependency:layoutDependency,layoutId:\"jqokYCjPt\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ez8au\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"CvZhEz3rM\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1xx610f\",\"data-framer-name\":\"Blur, Rotate\",layoutDependency:layoutDependency,layoutId:\"IoaffhGEh\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(70px)\",transformPerspective:1200,WebkitFilter:\"blur(70px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.8,className:\"framer-896mn5\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"pCDnOAfuK\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",opacity:.8}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-x8ap1b\",\"data-framer-name\":\"Blur, Rotate\",layoutDependency:layoutDependency,layoutId:\"oUbv7AiFw\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(32px)\",transformPerspective:1200,WebkitFilter:\"blur(32px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-amess0\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"ECraFVJWP\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1v84ztn\",\"data-framer-name\":\"Blur, Rotate, Blend\",layoutDependency:layoutDependency,layoutId:\"C1wK4O8qC\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(32px)\",transformPerspective:1200,WebkitFilter:\"blur(32px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1v9izs2\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"LtLxl555P\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gjsogo\",layoutDependency:layoutDependency,layoutId:\"FoIr9ZMGg\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(232, 194, 125) 0%, rgba(255, 255, 255, 0) 100%)\"}})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10kjr3k\",layoutDependency:layoutDependency,layoutId:\"EhKObmQqc\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(232, 194, 125) 0%, rgba(255, 255, 255, 0) 100%)\"}})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5206896551724141-841)+0+1122),pixelHeight:1120,pixelWidth:1120,sizes:\"678px\",src:\"https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png\",srcSet:\"https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png?scale-down-to=512 512w,https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png 1120w\"},className:\"framer-cm870r\",\"data-framer-name\":\"Plastic_Isometric_Social_Media_Icons_A\",layoutDependency:layoutDependency,layoutId:\"BJuZak6Ie\",...addPropertyOverrides({bELFNkRvX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5000000000000002-848)+0+1136),pixelHeight:1120,pixelWidth:1120,sizes:\"678px\",src:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png\",srcSet:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=512 512w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png 1191w\"}},bqE5FXyIy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5000000000000002-793)+0+1026),pixelHeight:1120,pixelWidth:1120,sizes:\"678px\",src:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png\",srcSet:\"https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=512 512w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iHuUXKxXapLqAxoSM7U7btPXB8o.png 1191w\"}},E_bqBzbEk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5137931034482761-768.5)+0+977),pixelHeight:210,pixelWidth:224,src:\"https://framerusercontent.com/images/yjoob3Be58knTu4ooYGwem40wU.png\"}},OlsBGUr1F:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||444)*.5206896551724141-535.4423305588584)+0+758.589774078478),pixelHeight:1120,pixelWidth:1120,sizes:\"378px\",src:\"https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png\",srcSet:\"https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png?scale-down-to=512 512w,https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/P4Wf41Fqcm4OaHcx8JCDxSfOBHk.png 1120w\"}},tJRX6whIe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||580)*.5137931034482761-876.5)+0+1193),pixelHeight:210,pixelWidth:224,src:\"https://framerusercontent.com/images/yjoob3Be58knTu4ooYGwem40wU.png\"}}},baseVariant,gestureVariant),children:isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1udrmaf\",\"data-framer-name\":\"mesh+lines\",layoutDependency:layoutDependency,layoutId:\"W4fD9_bu0\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k0z2l6\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"WS6Q4mHRd\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-izmv7k\",\"data-framer-name\":\"Blur, Rotate\",layoutDependency:layoutDependency,layoutId:\"yX57xRLvx\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(70px)\",transformPerspective:1200,WebkitFilter:\"blur(70px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.8,className:\"framer-pq148p\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"m3Izut_G9\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",opacity:.8}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1hiieca\",\"data-framer-name\":\"Blur, Rotate\",layoutDependency:layoutDependency,layoutId:\"R7_AmRv5b\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(32px)\",transformPerspective:1200,WebkitFilter:\"blur(32px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-rowdsr\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"jzLxEOPDy\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-12cw7hx\",\"data-framer-name\":\"Blur, Rotate, Blend\",layoutDependency:layoutDependency,layoutId:\"bzPVsChzm\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"blur(32px)\",transformPerspective:1200,WebkitFilter:\"blur(32px)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1wca7g6\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"RqLGcPm7E\",style:{background:\"linear-gradient(180deg, rgb(235, 201, 140) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}})})]})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kCFwU.framer-zrv0p9, .framer-kCFwU .framer-zrv0p9 { display: block; }\",\".framer-kCFwU.framer-1mjj1e6 { height: 580px; overflow: hidden; position: relative; width: 748px; }\",\".framer-kCFwU .framer-1oqjscs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 52%; width: min-content; }\",\".framer-kCFwU .framer-19njm56, .framer-kCFwU .framer-1tbq0n7, .framer-kCFwU .framer-cm870r { flex: none; height: 560px; overflow: visible; position: relative; width: 678px; }\",\".framer-kCFwU .framer-1j587c { bottom: -95px; flex: none; height: 93%; left: -153px; mix-blend-mode: overlay; overflow: visible; position: absolute; width: 115%; z-index: 0; }\",\".framer-kCFwU .framer-zrdr21, .framer-kCFwU .framer-18ez8au, .framer-kCFwU .framer-k0z2l6 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-kCFwU .framer-1w8b4oi, .framer-kCFwU .framer-1xx610f { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 283px); left: 61%; overflow: visible; position: absolute; top: 56%; width: 283px; }\",\".framer-kCFwU .framer-1n6fxcg, .framer-kCFwU .framer-ogtcdh, .framer-kCFwU .framer-1wovb81, .framer-kCFwU .framer-896mn5, .framer-kCFwU .framer-amess0, .framer-kCFwU .framer-1v9izs2, .framer-kCFwU .framer-pq148p, .framer-kCFwU .framer-rowdsr, .framer-kCFwU .framer-1wca7g6 { bottom: 0px; flex: none; left: 0px; mix-blend-mode: overlay; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kCFwU .framer-86n960 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 213px); left: 61%; overflow: visible; position: absolute; top: 56%; width: 212px; }\",\".framer-kCFwU .framer-1m33b00 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 213px); left: 61%; mix-blend-mode: overlay; overflow: visible; position: absolute; top: 56%; width: 212px; }\",\".framer-kCFwU .framer-tn3939 { flex: none; height: 93%; left: -78px; mix-blend-mode: overlay; overflow: visible; position: absolute; top: -26px; width: 115%; z-index: 0; }\",\".framer-kCFwU .framer-x8ap1b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 212px); left: 61%; overflow: visible; position: absolute; top: 56%; width: 212px; }\",\".framer-kCFwU .framer-1v84ztn { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 212px); left: 61%; mix-blend-mode: overlay; overflow: visible; position: absolute; top: 56%; width: 212px; }\",\".framer-kCFwU .framer-gjsogo { flex: none; height: 187px; left: calc(51.790281329923296% - 264px / 2); mix-blend-mode: overlay; overflow: hidden; position: absolute; top: 107px; width: 264px; z-index: 1; }\",\".framer-kCFwU .framer-10kjr3k { flex: none; height: 315px; left: calc(51.81159420289857% - 445px / 2); mix-blend-mode: overlay; overflow: hidden; position: absolute; top: calc(47.14285714285717% - 315px / 2); width: 445px; z-index: 1; }\",\".framer-kCFwU .framer-1udrmaf { flex: none; height: 116%; left: -223px; mix-blend-mode: overlay; overflow: visible; position: absolute; top: -92px; width: 145%; z-index: 0; }\",\".framer-kCFwU .framer-izmv7k { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 378px); left: 60%; overflow: visible; position: absolute; top: 47%; width: 378px; }\",\".framer-kCFwU .framer-1hiieca { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 285px); left: 60%; overflow: visible; position: absolute; top: 47%; width: 285px; }\",\".framer-kCFwU .framer-12cw7hx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 285px); left: 60%; mix-blend-mode: overlay; overflow: visible; position: absolute; top: 47%; width: 285px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCFwU .framer-1oqjscs { gap: 0px; } .framer-kCFwU .framer-1oqjscs > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-kCFwU .framer-1oqjscs > :first-child { margin-top: 0px; } .framer-kCFwU .framer-1oqjscs > :last-child { margin-bottom: 0px; } }\",\".framer-kCFwU.framer-v-yphqn3 .framer-1oqjscs { gap: 51px; top: 50%; }\",\".framer-kCFwU.framer-v-yphqn3 .framer-1tbq0n7 { height: 474px; width: 632px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCFwU.framer-v-yphqn3 .framer-1oqjscs { gap: 0px; } .framer-kCFwU.framer-v-yphqn3 .framer-1oqjscs > * { margin: 0px; margin-bottom: calc(51px / 2); margin-top: calc(51px / 2); } .framer-kCFwU.framer-v-yphqn3 .framer-1oqjscs > :first-child { margin-top: 0px; } .framer-kCFwU.framer-v-yphqn3 .framer-1oqjscs > :last-child { margin-bottom: 0px; } }\",\".framer-kCFwU.framer-v-174r3e6 .framer-1oqjscs { gap: 76px; top: 51%; }\",\".framer-kCFwU.framer-v-174r3e6 .framer-19njm56, .framer-kCFwU.framer-v-10zyase .framer-19njm56 { order: 0; }\",\".framer-kCFwU.framer-v-174r3e6 .framer-1tbq0n7 { height: 481px; order: 1; width: 552px; }\",\".framer-kCFwU.framer-v-174r3e6 .framer-cm870r, .framer-kCFwU.framer-v-10zyase .framer-cm870r { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCFwU.framer-v-174r3e6 .framer-1oqjscs { gap: 0px; } .framer-kCFwU.framer-v-174r3e6 .framer-1oqjscs > * { margin: 0px; margin-bottom: calc(76px / 2); margin-top: calc(76px / 2); } .framer-kCFwU.framer-v-174r3e6 .framer-1oqjscs > :first-child { margin-top: 0px; } .framer-kCFwU.framer-v-174r3e6 .framer-1oqjscs > :last-child { margin-bottom: 0px; } }\",\".framer-kCFwU.framer-v-1sursx7.framer-1mjj1e6, .framer-kCFwU.framer-v-k5ug4d.framer-1mjj1e6, .framer-kCFwU.framer-v-10zyase.framer-1mjj1e6 { height: 444px; width: 399px; }\",\".framer-kCFwU.framer-v-1sursx7 .framer-1oqjscs { gap: 67px; }\",\".framer-kCFwU.framer-v-1sursx7 .framer-19njm56, .framer-kCFwU.framer-v-1sursx7 .framer-1tbq0n7, .framer-kCFwU.framer-v-1sursx7 .framer-cm870r { height: 312px; width: 378px; }\",\".framer-kCFwU.framer-v-1sursx7 .framer-1udrmaf { height: 120%; left: -7px; top: -413px; width: 91%; }\",\".framer-kCFwU.framer-v-1sursx7 .framer-izmv7k { height: var(--framer-aspect-ratio-supported, 139px); left: 71%; top: 47%; width: 139px; }\",\".framer-kCFwU.framer-v-1sursx7 .framer-1hiieca, .framer-kCFwU.framer-v-1sursx7 .framer-12cw7hx { height: var(--framer-aspect-ratio-supported, 104px); left: 71%; top: 47%; width: 104px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCFwU.framer-v-1sursx7 .framer-1oqjscs { gap: 0px; } .framer-kCFwU.framer-v-1sursx7 .framer-1oqjscs > * { margin: 0px; margin-bottom: calc(67px / 2); margin-top: calc(67px / 2); } .framer-kCFwU.framer-v-1sursx7 .framer-1oqjscs > :first-child { margin-top: 0px; } .framer-kCFwU.framer-v-1sursx7 .framer-1oqjscs > :last-child { margin-bottom: 0px; } }\",\".framer-kCFwU.framer-v-k5ug4d .framer-1oqjscs { gap: 67px; top: 50%; }\",\".framer-kCFwU.framer-v-k5ug4d .framer-1tbq0n7 { height: 332px; width: 335px; }\",\".framer-kCFwU.framer-v-k5ug4d .framer-tn3939 { bottom: -42px; left: unset; right: -87px; top: unset; }\",\".framer-kCFwU.framer-v-k5ug4d .framer-gjsogo { bottom: 164px; left: unset; right: 133px; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCFwU.framer-v-k5ug4d .framer-1oqjscs { gap: 0px; } .framer-kCFwU.framer-v-k5ug4d .framer-1oqjscs > * { margin: 0px; margin-bottom: calc(67px / 2); margin-top: calc(67px / 2); } .framer-kCFwU.framer-v-k5ug4d .framer-1oqjscs > :first-child { margin-top: 0px; } .framer-kCFwU.framer-v-k5ug4d .framer-1oqjscs > :last-child { margin-bottom: 0px; } }\",\".framer-kCFwU.framer-v-10zyase .framer-1oqjscs { gap: 67px; top: 51%; }\",\".framer-kCFwU.framer-v-10zyase .framer-1tbq0n7 { height: 283px; order: 1; width: 325px; }\",\".framer-kCFwU.framer-v-10zyase .framer-10kjr3k { height: 129px; left: calc(50.153846153846175% - 182px / 2); top: 51px; width: 182px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kCFwU.framer-v-10zyase .framer-1oqjscs { gap: 0px; } .framer-kCFwU.framer-v-10zyase .framer-1oqjscs > * { margin: 0px; margin-bottom: calc(67px / 2); margin-top: calc(67px / 2); } .framer-kCFwU.framer-v-10zyase .framer-1oqjscs > :first-child { margin-top: 0px; } .framer-kCFwU.framer-v-10zyase .framer-1oqjscs > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 580\n * @framerIntrinsicWidth 748\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bELFNkRvX\":{\"layout\":[\"fixed\",\"fixed\"]},\"tJRX6whIe\":{\"layout\":[\"fixed\",\"fixed\"]},\"OlsBGUr1F\":{\"layout\":[\"fixed\",\"fixed\"]},\"bqE5FXyIy\":{\"layout\":[\"fixed\",\"fixed\"]},\"E_bqBzbEk\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTU4e7whNp=withCSS(Component,css,\"framer-kCFwU\");export default FramerTU4e7whNp;FramerTU4e7whNp.displayName=\"Icons 3\";FramerTU4e7whNp.defaultProps={height:580,width:748};addPropertyControls(FramerTU4e7whNp,{variant:{options:[\"N9FsE6x5G\",\"bELFNkRvX\",\"tJRX6whIe\",\"OlsBGUr1F\",\"bqE5FXyIy\",\"E_bqBzbEk\"],optionTitles:[\"desktop 1\",\"desktop 2\",\"desktop 3\",\"tablet 1\",\"tablet 2\",\"tablet 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTU4e7whNp,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTU4e7whNp\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"748\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bELFNkRvX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tJRX6whIe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OlsBGUr1F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bqE5FXyIy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E_bqBzbEk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"580\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TU4e7whNp.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={OWNOFiYes:{hover:true},usLhIwbDO:{hover:true},zKIcoi57i:{hover:true}};const cycleOrder=[\"OWNOFiYes\",\"usLhIwbDO\",\"zKIcoi57i\"];const serializationHash=\"framer-CbMZ5\";const variantClassNames={OWNOFiYes:\"framer-v-tilk1f\",usLhIwbDO:\"framer-v-yspiq6\",zKIcoi57i:\"framer-v-z2ilmi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"OWNOFiYes\",\"Variant 3\":\"zKIcoi57i\",mobile:\"usLhIwbDO\"};const getProps=({height,id,link,title,title2,width,...props})=>{return{...props,nj4UFPLXM:title2??props.nj4UFPLXM??\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\",pf8Z24LAM:title??props.pf8Z24LAM??\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\",rZPshPCLE:link??props.rZPshPCLE,variant:humanReadableVariantMap[props.variant]??props.variant??\"OWNOFiYes\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,pf8Z24LAM,rZPshPCLE,nj4UFPLXM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OWNOFiYes\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"OWNOFiYes\",openInNewTab:false,scopeId:\"E_TqWlF1t\",smoothScroll:true,...addPropertyOverrides({usLhIwbDO:{href:rZPshPCLE},zKIcoi57i:{smoothScroll:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-tilk1f\",className,classNames)} framer-bkvpl3`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OWNOFiYes\",ref:refBinding,style:{...style},...addPropertyOverrides({\"OWNOFiYes-hover\":{\"data-framer-name\":undefined},\"usLhIwbDO-hover\":{\"data-framer-name\":undefined},\"zKIcoi57i-hover\":{\"data-framer-name\":undefined},usLhIwbDO:{\"data-framer-name\":\"mobile\"},zKIcoi57i:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"CsTCPtS8n\",scopeId:\"E_TqWlF1t\",...addPropertyOverrides({zKIcoi57i:{href:{webPageId:\"vJns_sbeB\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6wkyt8 framer-bkvpl3\",\"data-framer-name\":\"Frame 1\",layoutDependency:layoutDependency,layoutId:\"CsTCPtS8n\",style:{background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",borderBottomLeftRadius:55,borderBottomRightRadius:55,borderTopLeftRadius:55,borderTopRightRadius:55},variants:{\"OWNOFiYes-hover\":{background:\"linear-gradient(174.86041295553406deg, rgb(240, 208, 149) 0%, rgb(171, 141, 91) 100%)\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\"})}),className:\"framer-ckbob\",\"data-framer-name\":\"Get Started\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"E9FAKKXS1\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:nj4UFPLXM,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({usLhIwbDO:{text:pf8Z24LAM}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CbMZ5.framer-bkvpl3, .framer-CbMZ5 .framer-bkvpl3 { display: block; }\",\".framer-CbMZ5.framer-tilk1f { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 584px; }\",\".framer-CbMZ5 .framer-6wkyt8 { 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: 16px 22px 16px 22px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CbMZ5 .framer-ckbob { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CbMZ5.framer-tilk1f, .framer-CbMZ5 .framer-6wkyt8 { gap: 0px; } .framer-CbMZ5.framer-tilk1f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CbMZ5.framer-tilk1f > :first-child { margin-top: 0px; } .framer-CbMZ5.framer-tilk1f > :last-child { margin-bottom: 0px; } .framer-CbMZ5 .framer-6wkyt8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-CbMZ5 .framer-6wkyt8 > :first-child { margin-left: 0px; } .framer-CbMZ5 .framer-6wkyt8 > :last-child { margin-right: 0px; } }\",\".framer-CbMZ5.framer-v-yspiq6.framer-tilk1f { align-content: center; align-items: center; width: 323px; }\",\".framer-CbMZ5.framer-v-yspiq6 .framer-6wkyt8 { width: 85%; }\",\".framer-CbMZ5.framer-v-z2ilmi.framer-tilk1f { width: 295px; }\",\".framer-CbMZ5.framer-v-z2ilmi .framer-6wkyt8 { padding: 18px 22px 18px 22px; text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"usLhIwbDO\":{\"layout\":[\"fixed\",\"auto\"]},\"zKIcoi57i\":{\"layout\":[\"fixed\",\"auto\"]},\"Exb1MeUem\":{\"layout\":[\"fixed\",\"auto\"]},\"JhQeZXDnU\":{\"layout\":[\"fixed\",\"auto\"]},\"uMMd0F6vT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pf8Z24LAM\":\"title\",\"rZPshPCLE\":\"link\",\"nj4UFPLXM\":\"title2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE_TqWlF1t=withCSS(Component,css,\"framer-CbMZ5\");export default FramerE_TqWlF1t;FramerE_TqWlF1t.displayName=\"buttons 2\";FramerE_TqWlF1t.defaultProps={height:44,width:584};addPropertyControls(FramerE_TqWlF1t,{variant:{options:[\"OWNOFiYes\",\"usLhIwbDO\",\"zKIcoi57i\"],optionTitles:[\"Variant 1\",\"mobile\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},pf8Z24LAM:{defaultValue:\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\",displayTextArea:false,title:\"Title\",type:ControlType.String},rZPshPCLE:{title:\"Link\",type:ControlType.Link},nj4UFPLXM:{defaultValue:\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\",displayTextArea:false,title:\"Title 2\",type:ControlType.String}});addFonts(FramerE_TqWlF1t,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE_TqWlF1t\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"usLhIwbDO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zKIcoi57i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Exb1MeUem\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JhQeZXDnU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uMMd0F6vT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"pf8Z24LAM\\\":\\\"title\\\",\\\"rZPshPCLE\\\":\\\"link\\\",\\\"nj4UFPLXM\\\":\\\"title2\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44\",\"framerIntrinsicWidth\":\"584\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E_TqWlF1t.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={DxSOkMvPt:{hover:true},fDRFeR4U7:{hover:true},KQxquLFpY:{hover:true}};const cycleOrder=[\"fDRFeR4U7\",\"KQxquLFpY\",\"DxSOkMvPt\"];const serializationHash=\"framer-CgF0q\";const variantClassNames={DxSOkMvPt:\"framer-v-3uypc5\",fDRFeR4U7:\"framer-v-hfp66c\",KQxquLFpY:\"framer-v-1rc3san\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"fDRFeR4U7\",\"Variant 4\":\"DxSOkMvPt\",mobile:\"KQxquLFpY\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,G68Dpk14T:title??props.G68Dpk14T??\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\",spjE1UgV8:link??props.spjE1UgV8,variant:humanReadableVariantMap[props.variant]??props.variant??\"fDRFeR4U7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,spjE1UgV8,G68Dpk14T,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fDRFeR4U7\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"fDRFeR4U7\",scopeId:\"i09nQ1jBF\",...addPropertyOverrides({DxSOkMvPt:{href:\"https://www.google.pl/search?sca_esv=fcc8a1ce826a5642&hl=pl&biw=1396&bih=639&tbm=lcl&sxsrf=AHTn8zqPCAqeH1u119pIpp6h_-ATtpWBDQ:1738845633642&q=Samochody%20U%C5%BCywane%20Autoklasa%20-%20Auta%20Na%20Zam%C3%B3wienie%20%7C%20Auta%20Z%20Niemiec%20%7C%20Ze%20Szwecji%20%7C%20Auto%20Komis%20Gliwice%20Opinie&rflfq=1&num=20&stick=H4sIAAAAAAAAAONgkxIxNDawNDU3MTQytTCwMDEyM7QwNdzAyPiKMSc4MTc_OSM_pVIh9OieyvLEvFQFx9KS_OycxOJEBV0QO1HBL1EhKjH38ObyzNS8zFSFGoholIJfZmpuZmoyUCAqVSG4qjw1OSsTIpuv4J2fm1ms4J6TWZ6ZnKrgX5AJ1LmIla7WAQBBT-gj-QAAAA&rldimm=13095741258084261851&sa=X&ved=0CAcQ5foLahcKEwjwhIbjiK-LAxUAAAAAHQAAAAAQBA#lkt=LocalPoiReviews&arid=ChZDSUhNMG9nS0VJQ0FnSURQa3FHVEVBEAE\",openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-hfp66c\",className,classNames)} framer-1xi8sc2`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fDRFeR4U7\",ref:refBinding,style:{...style},...addPropertyOverrides({\"DxSOkMvPt-hover\":{\"data-framer-name\":undefined},\"fDRFeR4U7-hover\":{\"data-framer-name\":undefined},\"KQxquLFpY-hover\":{\"data-framer-name\":undefined},DxSOkMvPt:{\"data-framer-name\":\"Variant 4\"},KQxquLFpY:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:spjE1UgV8,motionChild:true,nodeId:\"ld1aL9DSE\",openInNewTab:false,scopeId:\"i09nQ1jBF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dwnr0x framer-1xi8sc2\",\"data-framer-name\":\"Frame 1\",layoutDependency:layoutDependency,layoutId:\"ld1aL9DSE\",style:{background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:55,borderBottomRightRadius:55,borderTopLeftRadius:55,borderTopRightRadius:55,boxShadow:\"none\"},variants:{\"DxSOkMvPt-hover\":{background:\"linear-gradient(174.86041295553406deg, var(--token-abbaa880-a231-4af0-9564-26eb6c0cdc58, rgb(232, 194, 125)) 0%, var(--token-abbaa880-a231-4af0-9564-26eb6c0cdc58, rgb(232, 194, 125)) 100%)\",backgroundColor:\"var(--token-abbaa880-a231-4af0-9564-26eb6c0cdc58, rgb(232, 194, 125))\",boxShadow:\"0px 6px 22px 0px var(--token-abbaa880-a231-4af0-9564-26eb6c0cdc58, rgb(232, 194, 125))\"},\"fDRFeR4U7-hover\":{background:\"linear-gradient(174.86041295553406deg, rgb(240, 208, 149) 0%, rgb(171, 141, 91) 100%)\",boxShadow:\"none\"},\"KQxquLFpY-hover\":{boxShadow:\"none\"},DxSOkMvPt:{boxShadow:\"0px 6px 22px 0px rgb(184, 184, 184)\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\"})}),className:\"framer-iizpdm\",\"data-framer-name\":\"Get Started\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"NsxacqG4X\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:G68Dpk14T,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"DxSOkMvPt-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Zobacz wi\u0119cej\"})})},DxSOkMvPt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Zobacz wi\u0119cej\"})})},KQxquLFpY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\"})})}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CgF0q.framer-1xi8sc2, .framer-CgF0q .framer-1xi8sc2 { display: block; }\",\".framer-CgF0q.framer-hfp66c { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 584px; }\",\".framer-CgF0q .framer-dwnr0x { 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: 16px 22px 16px 22px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CgF0q .framer-iizpdm { flex: none; height: 25px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CgF0q.framer-hfp66c, .framer-CgF0q .framer-dwnr0x { gap: 0px; } .framer-CgF0q.framer-hfp66c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CgF0q.framer-hfp66c > :first-child { margin-top: 0px; } .framer-CgF0q.framer-hfp66c > :last-child { margin-bottom: 0px; } .framer-CgF0q .framer-dwnr0x > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-CgF0q .framer-dwnr0x > :first-child { margin-left: 0px; } .framer-CgF0q .framer-dwnr0x > :last-child { margin-right: 0px; } }\",\".framer-CgF0q.framer-v-1rc3san.framer-hfp66c { height: 44px; width: 323px; }\",\".framer-CgF0q.framer-v-1rc3san .framer-dwnr0x { height: 43px; }\",\".framer-CgF0q.framer-v-3uypc5.framer-hfp66c { text-decoration: none; width: 165px; }\",\".framer-CgF0q.framer-v-3uypc5 .framer-dwnr0x { padding: 8px 22px 8px 22px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 57\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KQxquLFpY\":{\"layout\":[\"fixed\",\"fixed\"]},\"DxSOkMvPt\":{\"layout\":[\"fixed\",\"auto\"]},\"fB6X_6b11\":{\"layout\":[\"fixed\",\"auto\"]},\"lKHZj5yOW\":{\"layout\":[\"fixed\",\"fixed\"]},\"In06O2FJo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"spjE1UgV8\":\"link\",\"G68Dpk14T\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri09nQ1jBF=withCSS(Component,css,\"framer-CgF0q\");export default Frameri09nQ1jBF;Frameri09nQ1jBF.displayName=\"buttons\";Frameri09nQ1jBF.defaultProps={height:57,width:584};addPropertyControls(Frameri09nQ1jBF,{variant:{options:[\"fDRFeR4U7\",\"KQxquLFpY\",\"DxSOkMvPt\"],optionTitles:[\"Variant 1\",\"mobile\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},spjE1UgV8:{title:\"Link\",type:ControlType.Link},G68Dpk14T:{defaultValue:\"Um\\xf3w si\u0119 na bezp\u0142atn\u0105 konsultacj\u0119\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Frameri09nQ1jBF,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri09nQ1jBF\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KQxquLFpY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DxSOkMvPt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fB6X_6b11\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lKHZj5yOW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"In06O2FJo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"spjE1UgV8\\\":\\\"link\\\",\\\"G68Dpk14T\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"584\",\"framerIntrinsicHeight\":\"57\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i09nQ1jBF.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={hbzx86cEQ:{hover:true}};const cycleOrder=[\"YjatQznbY\",\"hbzx86cEQ\",\"BPq0ZeBSd\",\"t0s9FjO1h\",\"L7aMASswg\",\"qF7ynet7p\"];const serializationHash=\"framer-DKsgR\";const variantClassNames={BPq0ZeBSd:\"framer-v-ebcz1r\",hbzx86cEQ:\"framer-v-l50ndr\",L7aMASswg:\"framer-v-1hj8tds\",qF7ynet7p:\"framer-v-u785az\",t0s9FjO1h:\"framer-v-1pwwcq6\",YjatQznbY:\"framer-v-acjc30\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"YjatQznbY\",\"Variant 2\":\"hbzx86cEQ\",\"Variant 3\":\"BPq0ZeBSd\",chiny:\"qF7ynet7p\",czech:\"t0s9FjO1h\",japonia:\"L7aMASswg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YjatQznbY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YjatQznbY\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"BPq0ZeBSd\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-acjc30\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YjatQznbY\",ref:refBinding,style:{opacity:1,...style},variants:{\"hbzx86cEQ-hover\":{opacity:.71}},...addPropertyOverrides({\"hbzx86cEQ-hover\":{\"data-framer-name\":undefined},BPq0ZeBSd:{\"data-framer-name\":\"Variant 3\"},hbzx86cEQ:{\"data-framer-name\":\"Variant 2\"},L7aMASswg:{\"data-framer-name\":\"japonia\"},qF7ynet7p:{\"data-framer-name\":\"chiny\"},t0s9FjO1h:{\"data-framer-name\":\"czech\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||54)-0-54)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"},className:\"framer-ubk0ps\",\"data-framer-name\":\"Ak\",layoutDependency:layoutDependency,layoutId:\"G1e1QIrp1\",...addPropertyOverrides({BPq0ZeBSd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||32)-0-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},hbzx86cEQ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||54)-0-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},L7aMASswg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||54)-0-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},qF7ynet7p:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||54)-0-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},t0s9FjO1h:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||54)-0-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cned2m\",\"data-framer-name\":\"Frame 2609658\",layoutDependency:layoutDependency,layoutId:\"b7g4J4o93\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})}),className:\"framer-g08jpk\",\"data-framer-name\":\"AUTOKLASA\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"zYtAv_wkf\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({hbzx86cEQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})})},L7aMASswg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})})},qF7ynet7p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})})},t0s9FjO1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})}),className:\"framer-13s3xr5\",\"data-framer-name\":\"Zakup auta online\",fonts:[\"Helvetica Neue\"],layoutDependency:layoutDependency,layoutId:\"Zuh1OsXoL\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.55},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({hbzx86cEQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})})},L7aMASswg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})})},qF7ynet7p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})})},t0s9FjO1h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"N\\xc1KUP AUTA ONLINE\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DKsgR.framer-fna0sk, .framer-DKsgR .framer-fna0sk { display: block; }\",\".framer-DKsgR.framer-acjc30 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DKsgR .framer-ubk0ps { aspect-ratio: 1.3872180451127818 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); overflow: visible; position: relative; width: 75px; }\",\".framer-DKsgR .framer-1cned2m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 54px; justify-content: center; overflow: visible; padding: 10px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-DKsgR .framer-g08jpk { flex: none; height: 22px; position: relative; white-space: pre; width: auto; }\",\".framer-DKsgR .framer-13s3xr5 { flex: none; height: 9px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DKsgR.framer-acjc30, .framer-DKsgR .framer-1cned2m { gap: 0px; } .framer-DKsgR.framer-acjc30 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DKsgR.framer-acjc30 > :first-child { margin-left: 0px; } .framer-DKsgR.framer-acjc30 > :last-child { margin-right: 0px; } .framer-DKsgR .framer-1cned2m > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-DKsgR .framer-1cned2m > :first-child { margin-top: 0px; } .framer-DKsgR .framer-1cned2m > :last-child { margin-bottom: 0px; } }\",\".framer-DKsgR.framer-v-l50ndr.framer-acjc30 { cursor: pointer; }\",\".framer-DKsgR.framer-v-l50ndr .framer-ubk0ps, .framer-DKsgR.framer-v-ebcz1r .framer-ubk0ps, .framer-DKsgR.framer-v-1pwwcq6 .framer-ubk0ps, .framer-DKsgR.framer-v-1hj8tds .framer-ubk0ps, .framer-DKsgR.framer-v-u785az .framer-ubk0ps { height: var(--framer-aspect-ratio-supported, 32px); width: 44px; }\",\".framer-DKsgR.framer-v-l50ndr .framer-1cned2m, .framer-DKsgR.framer-v-1pwwcq6 .framer-1cned2m, .framer-DKsgR.framer-v-1hj8tds .framer-1cned2m, .framer-DKsgR.framer-v-u785az .framer-1cned2m { gap: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DKsgR.framer-v-l50ndr .framer-1cned2m { gap: 0px; } .framer-DKsgR.framer-v-l50ndr .framer-1cned2m > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-DKsgR.framer-v-l50ndr .framer-1cned2m > :first-child { margin-top: 0px; } .framer-DKsgR.framer-v-l50ndr .framer-1cned2m > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DKsgR.framer-v-1pwwcq6 .framer-1cned2m { gap: 0px; } .framer-DKsgR.framer-v-1pwwcq6 .framer-1cned2m > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-DKsgR.framer-v-1pwwcq6 .framer-1cned2m > :first-child { margin-top: 0px; } .framer-DKsgR.framer-v-1pwwcq6 .framer-1cned2m > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DKsgR.framer-v-1hj8tds .framer-1cned2m { gap: 0px; } .framer-DKsgR.framer-v-1hj8tds .framer-1cned2m > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-DKsgR.framer-v-1hj8tds .framer-1cned2m > :first-child { margin-top: 0px; } .framer-DKsgR.framer-v-1hj8tds .framer-1cned2m > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DKsgR.framer-v-u785az .framer-1cned2m { gap: 0px; } .framer-DKsgR.framer-v-u785az .framer-1cned2m > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-DKsgR.framer-v-u785az .framer-1cned2m > :first-child { margin-top: 0px; } .framer-DKsgR.framer-v-u785az .framer-1cned2m > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 254\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hbzx86cEQ\":{\"layout\":[\"auto\",\"auto\"]},\"BPq0ZeBSd\":{\"layout\":[\"auto\",\"auto\"]},\"t0s9FjO1h\":{\"layout\":[\"auto\",\"auto\"]},\"L7aMASswg\":{\"layout\":[\"auto\",\"auto\"]},\"qF7ynet7p\":{\"layout\":[\"auto\",\"auto\"]},\"kxj0h5OZx\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm99HJ1TF8=withCSS(Component,css,\"framer-DKsgR\");export default Framerm99HJ1TF8;Framerm99HJ1TF8.displayName=\"logo\";Framerm99HJ1TF8.defaultProps={height:54,width:254};addPropertyControls(Framerm99HJ1TF8,{variant:{options:[\"YjatQznbY\",\"hbzx86cEQ\",\"BPq0ZeBSd\",\"t0s9FjO1h\",\"L7aMASswg\",\"qF7ynet7p\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"czech\",\"japonia\",\"chiny\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerm99HJ1TF8,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm99HJ1TF8\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"54\",\"framerIntrinsicWidth\":\"254\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hbzx86cEQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BPq0ZeBSd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t0s9FjO1h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L7aMASswg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qF7ynet7p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kxj0h5OZx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m99HJ1TF8.map", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"IYqNJEqZm\",\"dNgnGtOJZ\",\"qlycriBp8\",\"nc0XU2Ery\"];const serializationHash=\"framer-2tmm3\";const variantClassNames={dNgnGtOJZ:\"framer-v-4csmc0\",IYqNJEqZm:\"framer-v-rdk1iy\",nc0XU2Ery:\"framer-v-o492u8\",qlycriBp8:\"framer-v-1xrb5bs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Link Dark\":\"qlycriBp8\",\"Link Default Light\":\"IYqNJEqZm\",\"Link HoverLight \":\"nc0XU2Ery\"};const getProps=({height,id,link,newTab,tap,title,width,...props})=>{return{...props,lQ_FXk_nD:newTab??props.lQ_FXk_nD,pN5qcoZCL:link??props.pN5qcoZCL,UcNatdZWC:tap??props.UcNatdZWC,UvO00kpP1:title??props.UvO00kpP1??\"Link\",variant:humanReadableVariantMap[props.variant]??props.variant??\"IYqNJEqZm\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UvO00kpP1,pN5qcoZCL,UcNatdZWC,lQ_FXk_nD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IYqNJEqZm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1hnkj1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(UcNatdZWC){const res=await UcNatdZWC(...args);if(res===false)return false;}});const onMouseEnter14sfbm6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"dNgnGtOJZ\");});const onMouseLeave11ng5lj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"IYqNJEqZm\");});const onMouseEntera3no9q=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"nc0XU2Ery\");});const onMouseLeave1b9k6vs=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"qlycriBp8\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:pN5qcoZCL,nodeId:\"IYqNJEqZm\",openInNewTab:lQ_FXk_nD,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-rdk1iy\",className,classNames)} framer-41tzj7`,\"data-framer-name\":\"Link Default Light\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IYqNJEqZm\",onMouseEnter:onMouseEnter14sfbm6,onTap:onTap1hnkj1,ref:ref??ref1,style:{...style},...addPropertyOverrides({dNgnGtOJZ:{\"data-framer-name\":\"Link HoverLight \",onMouseLeave:onMouseLeave11ng5lj},nc0XU2Ery:{\"data-framer-name\":\"Link HoverLight \",onMouseEnter:undefined,onMouseLeave:onMouseLeave1b9k6vs,onTap:undefined},qlycriBp8:{\"data-framer-name\":\"Link Dark\",onMouseEnter:onMouseEntera3no9q}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Link\"})}),className:\"framer-vo4cw2\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"XTRUU0zCY\",text:UvO00kpP1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tp5rnm\",layoutDependency:layoutDependency,layoutId:\"Ri5bHMTky\",style:{backgroundColor:\"rgb(247, 247, 247)\"},variants:{dNgnGtOJZ:{backgroundColor:\"var(--token-abbaa880-a231-4af0-9564-26eb6c0cdc58, rgb(232, 194, 125))\"},nc0XU2Ery:{backgroundColor:\"var(--token-abbaa880-a231-4af0-9564-26eb6c0cdc58, rgb(232, 194, 125))\"},qlycriBp8:{backgroundColor:\"var(--token-274613e3-dea5-4eb6-b10b-d1ac30a5853d, rgb(0, 0, 0))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2tmm3.framer-41tzj7, .framer-2tmm3 .framer-41tzj7 { display: block; }\",\".framer-2tmm3.framer-rdk1iy { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 0px 4px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2tmm3 .framer-vo4cw2 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-2tmm3 .framer-1tp5rnm { bottom: 0px; flex: none; height: 1px; left: -60px; overflow: hidden; position: absolute; width: 53px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2tmm3.framer-rdk1iy { gap: 0px; } .framer-2tmm3.framer-rdk1iy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2tmm3.framer-rdk1iy > :first-child { margin-top: 0px; } .framer-2tmm3.framer-rdk1iy > :last-child { margin-bottom: 0px; } }\",\".framer-2tmm3.framer-v-4csmc0 .framer-1tp5rnm, .framer-2tmm3.framer-v-o492u8 .framer-1tp5rnm { left: 1px; right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 31\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dNgnGtOJZ\":{\"layout\":[\"auto\",\"auto\"]},\"qlycriBp8\":{\"layout\":[\"auto\",\"auto\"]},\"nc0XU2Ery\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"UvO00kpP1\":\"title\",\"pN5qcoZCL\":\"link\",\"UcNatdZWC\":\"tap\",\"lQ_FXk_nD\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOItkmtapu=withCSS(Component,css,\"framer-2tmm3\");export default FramerOItkmtapu;FramerOItkmtapu.displayName=\"Text Link / Text Link - Underline\";FramerOItkmtapu.defaultProps={height:22,width:31};addPropertyControls(FramerOItkmtapu,{variant:{options:[\"IYqNJEqZm\",\"dNgnGtOJZ\",\"qlycriBp8\",\"nc0XU2Ery\"],optionTitles:[\"Link Default Light\",\"Link HoverLight \",\"Link Dark\",\"Link HoverLight \"],title:\"Variant\",type:ControlType.Enum},UvO00kpP1:{defaultValue:\"Link\",displayTextArea:false,title:\"Title\",type:ControlType.String},pN5qcoZCL:{title:\"Link\",type:ControlType.Link},UcNatdZWC:{title:\"Tap\",type:ControlType.EventHandler},lQ_FXk_nD:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerOItkmtapu,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOItkmtapu\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"31\",\"framerIntrinsicHeight\":\"22\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dNgnGtOJZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qlycriBp8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nc0XU2Ery\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"UvO00kpP1\\\":\\\"title\\\",\\\"pN5qcoZCL\\\":\\\"link\\\",\\\"UcNatdZWC\\\":\\\"tap\\\",\\\"lQ_FXk_nD\\\":\\\"newTab\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OItkmtapu.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"IK_dsa759\",\"yFp7k2rYK\",\"sGq5NbAIk\",\"BGzQdbNFd\",\"XkI9AKeI3\",\"OUlknFOUG\",\"yR0qKctbK\",\"JWnS5HwzR\",\"zrrVLdO2I\",\"Hb3y2EjHY\",\"HVs2zx3pZ\",\"KLCDaLvPI\",\"nPPmj4yha\",\"QQ4OZEZXZ\"];const serializationHash=\"framer-AbZTQ\";const variantClassNames={BGzQdbNFd:\"framer-v-1xnelv\",Hb3y2EjHY:\"framer-v-1bn5d4d\",HVs2zx3pZ:\"framer-v-1geqxse\",IK_dsa759:\"framer-v-3nn12r\",JWnS5HwzR:\"framer-v-8ej7hq\",KLCDaLvPI:\"framer-v-tk81vq\",nPPmj4yha:\"framer-v-1c0fzli\",OUlknFOUG:\"framer-v-1m5pmcq\",QQ4OZEZXZ:\"framer-v-4yoq0s\",sGq5NbAIk:\"framer-v-p3v8nl\",XkI9AKeI3:\"framer-v-ec4x6d\",yFp7k2rYK:\"framer-v-5t2g\",yR0qKctbK:\"framer-v-1ihwxui\",zrrVLdO2I:\"framer-v-gvblwy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Button Black  - No Hover\":\"KLCDaLvPI\",\"Button Black to Outline - Hover\":\"XkI9AKeI3\",\"Button Black to Outline\":\"OUlknFOUG\",\"Button Blue - No Hover\":\"HVs2zx3pZ\",\"Button Blue to Outline - Hover\":\"JWnS5HwzR\",\"Button Blue to Outline\":\"yR0qKctbK\",\"Button Blue to White - Hover\":\"yFp7k2rYK\",\"Button Blue to White\":\"IK_dsa759\",\"Button White to Black - Hover\":\"BGzQdbNFd\",\"Button White to Black\":\"sGq5NbAIk\",\"Button White to Outline - Hover\":\"Hb3y2EjHY\",\"Button White to Outline\":\"zrrVLdO2I\",mobile:\"QQ4OZEZXZ\"};const getProps=({height,id,link,tap,title,width,...props})=>{return{...props,G5AjACT8c:tap??props.G5AjACT8c,NhREodF7M:link??props.NhREodF7M,variant:humanReadableVariantMap[props.variant]??props.variant??\"IK_dsa759\",XqpXZUGU6:title??props.XqpXZUGU6??\"Explore\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,XqpXZUGU6,NhREodF7M,G5AjACT8c,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IK_dsa759\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphzavzz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(G5AjACT8c){const res=await G5AjACT8c(...args);if(res===false)return false;}});const onMouseEnterry8fl0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"yFp7k2rYK\");});const onMouseLeave13sle56=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"IK_dsa759\");});const onMouseEnter1y55fqa=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"BGzQdbNFd\");});const onMouseLeave1uizj76=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"sGq5NbAIk\");});const onMouseLeave1r6r11l=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"OUlknFOUG\");});const onMouseEnterb5eiya=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"XkI9AKeI3\");});const onMouseEntero7z7jt=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"JWnS5HwzR\");});const onMouseLeaveiuwse4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"yR0qKctbK\");});const onMouseEntertounux=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Hb3y2EjHY\");});const onMouseLeave16d4bhf=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"zrrVLdO2I\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:NhREodF7M,motionChild:true,nodeId:\"IK_dsa759\",scopeId:\"OSFUBM14f\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-3nn12r\",className,classNames)} framer-hb8dsn`,\"data-framer-name\":\"Button Blue to White\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IK_dsa759\",onMouseEnter:onMouseEnterry8fl0,onTap:onTaphzavzz,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(40px)\",background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,WebkitBackdropFilter:\"blur(40px)\",...style},variants:{BGzQdbNFd:{background:\"linear-gradient(174.86041295553406deg, rgb(240, 208, 149) 0%, rgb(171, 141, 91) 100%)\"},Hb3y2EjHY:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},HVs2zx3pZ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},JWnS5HwzR:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},KLCDaLvPI:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},nPPmj4yha:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},OUlknFOUG:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgb(178, 178, 178) 0%, rgb(0, 0, 0) 100%)\"},QQ4OZEZXZ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(180deg, rgb(222, 222, 222) 0%, rgb(117, 117, 117) 100%)\"},XkI9AKeI3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},yFp7k2rYK:{background:\"linear-gradient(174.86041295553406deg, rgb(245, 221, 176) 0%, rgb(166, 138, 91) 100%)\"},yR0qKctbK:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a12d9f90-93f9-42a2-bc3a-e95a71fc59d5, rgb(106, 144, 247))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},zrrVLdO2I:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({BGzQdbNFd:{\"data-framer-name\":\"Button White to Black - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1uizj76},Hb3y2EjHY:{\"data-border\":true,\"data-framer-name\":\"Button White to Outline - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave16d4bhf},HVs2zx3pZ:{\"data-framer-name\":\"Button Blue - No Hover\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined},JWnS5HwzR:{\"data-border\":true,\"data-framer-name\":\"Button Blue to Outline - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveiuwse4,onTap:undefined},KLCDaLvPI:{\"data-border\":true,\"data-framer-name\":\"Button Black  - No Hover\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined},nPPmj4yha:{\"data-framer-name\":\"mobile\"},OUlknFOUG:{\"data-border\":true,\"data-framer-name\":\"Button Black to Outline\",onMouseEnter:onMouseEnterb5eiya,onTap:undefined},QQ4OZEZXZ:{\"data-framer-name\":\"mobile\",onMouseEnter:onMouseEnter1y55fqa},sGq5NbAIk:{\"data-framer-name\":\"Button White to Black\",onMouseEnter:onMouseEnter1y55fqa},XkI9AKeI3:{\"data-border\":true,\"data-framer-name\":\"Button Black to Outline - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1r6r11l,onTap:undefined},yFp7k2rYK:{\"data-framer-name\":\"Button Blue to White - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave13sle56,onTap:undefined},yR0qKctbK:{\"data-border\":true,\"data-framer-name\":\"Button Blue to Outline\",onMouseEnter:onMouseEntero7z7jt,onTap:undefined},zrrVLdO2I:{\"data-border\":true,\"data-framer-name\":\"Button White to Outline\",onMouseEnter:onMouseEntertounux}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dymlrg\",layoutDependency:layoutDependency,layoutId:\"m8avsVhTT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore\"})}),className:\"framer-o9zd3q\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"SV4WcU4U5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:XqpXZUGU6,variants:{KLCDaLvPI:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"},OUlknFOUG:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JWnS5HwzR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})},KLCDaLvPI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},nPPmj4yha:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore\"})})},OUlknFOUG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},QQ4OZEZXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore\"})})},XkI9AKeI3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})},zrrVLdO2I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AbZTQ.framer-hb8dsn, .framer-AbZTQ .framer-hb8dsn { display: block; }\",\".framer-AbZTQ.framer-3nn12r { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 18px 16px 18px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-AbZTQ .framer-dymlrg { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-AbZTQ .framer-o9zd3q { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AbZTQ.framer-3nn12r, .framer-AbZTQ .framer-dymlrg { gap: 0px; } .framer-AbZTQ.framer-3nn12r > *, .framer-AbZTQ .framer-dymlrg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AbZTQ.framer-3nn12r > :first-child, .framer-AbZTQ .framer-dymlrg > :first-child { margin-left: 0px; } .framer-AbZTQ.framer-3nn12r > :last-child, .framer-AbZTQ .framer-dymlrg > :last-child { margin-right: 0px; } }\",'.framer-AbZTQ[data-border=\"true\"]::after, .framer-AbZTQ [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 44\n * @framerIntrinsicWidth 87\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"yFp7k2rYK\":{\"layout\":[\"auto\",\"auto\"]},\"sGq5NbAIk\":{\"layout\":[\"auto\",\"auto\"]},\"BGzQdbNFd\":{\"layout\":[\"auto\",\"auto\"]},\"XkI9AKeI3\":{\"layout\":[\"auto\",\"auto\"]},\"OUlknFOUG\":{\"layout\":[\"auto\",\"auto\"]},\"yR0qKctbK\":{\"layout\":[\"auto\",\"auto\"]},\"JWnS5HwzR\":{\"layout\":[\"auto\",\"auto\"]},\"zrrVLdO2I\":{\"layout\":[\"auto\",\"auto\"]},\"Hb3y2EjHY\":{\"layout\":[\"auto\",\"auto\"]},\"HVs2zx3pZ\":{\"layout\":[\"auto\",\"auto\"]},\"KLCDaLvPI\":{\"layout\":[\"auto\",\"auto\"]},\"nPPmj4yha\":{\"layout\":[\"auto\",\"auto\"]},\"QQ4OZEZXZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XqpXZUGU6\":\"title\",\"NhREodF7M\":\"link\",\"G5AjACT8c\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOSFUBM14f=withCSS(Component,css,\"framer-AbZTQ\");export default FramerOSFUBM14f;FramerOSFUBM14f.displayName=\"Utilities / Primary Button 2\";FramerOSFUBM14f.defaultProps={height:44,width:87};addPropertyControls(FramerOSFUBM14f,{variant:{options:[\"IK_dsa759\",\"yFp7k2rYK\",\"sGq5NbAIk\",\"BGzQdbNFd\",\"XkI9AKeI3\",\"OUlknFOUG\",\"yR0qKctbK\",\"JWnS5HwzR\",\"zrrVLdO2I\",\"Hb3y2EjHY\",\"HVs2zx3pZ\",\"KLCDaLvPI\",\"nPPmj4yha\",\"QQ4OZEZXZ\"],optionTitles:[\"Button Blue to White\",\"Button Blue to White - Hover\",\"Button White to Black\",\"Button White to Black - Hover\",\"Button Black to Outline - Hover\",\"Button Black to Outline\",\"Button Blue to Outline\",\"Button Blue to Outline - Hover\",\"Button White to Outline\",\"Button White to Outline - Hover\",\"Button Blue - No Hover\",\"Button Black  - No Hover\",\"mobile\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},XqpXZUGU6:{defaultValue:\"Explore\",displayTextArea:false,title:\"Title\",type:ControlType.String},NhREodF7M:{title:\"Link\",type:ControlType.Link},G5AjACT8c:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerOSFUBM14f,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOSFUBM14f\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"XqpXZUGU6\\\":\\\"title\\\",\\\"NhREodF7M\\\":\\\"link\\\",\\\"G5AjACT8c\\\":\\\"tap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yFp7k2rYK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sGq5NbAIk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BGzQdbNFd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XkI9AKeI3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OUlknFOUG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yR0qKctbK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JWnS5HwzR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zrrVLdO2I\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Hb3y2EjHY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HVs2zx3pZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KLCDaLvPI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nPPmj4yha\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QQ4OZEZXZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"87\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OSFUBM14f.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Logo from\"https://framerusercontent.com/modules/8Nkn53JWWIYpYZfrEsb6/vC9LEQIyHJjHudXgsDXX/m99HJ1TF8.js\";import TextLinkTextLinkUnderline from\"https://framerusercontent.com/modules/lAui1n3EYwHv1k2Wuaz0/LoqyGYfaPbADwu6ddCMs/OItkmtapu.js\";import UtilitiesPrimaryButton2 from\"https://framerusercontent.com/modules/Kt41nOJXB0l65Qm4iFyr/1EdHJudCAPFpdI9KBPKU/OSFUBM14f.js\";const LogoFonts=getFonts(Logo);const TextLinkTextLinkUnderlineFonts=getFonts(TextLinkTextLinkUnderline);const UtilitiesPrimaryButton2Fonts=getFonts(UtilitiesPrimaryButton2);const cycleOrder=[\"ZApATP6Ka\",\"etxtZpI7p\",\"DG7u6DCE7\",\"hHuCxT0ao\"];const serializationHash=\"framer-BzdNu\";const variantClassNames={DG7u6DCE7:\"framer-v-1m5jnk\",etxtZpI7p:\"framer-v-4luo8f\",hHuCxT0ao:\"framer-v-1dp4by0\",ZApATP6Ka:\"framer-v-19wzeus\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Chiny:\"etxtZpI7p\",czech:\"hHuCxT0ao\",Japonia:\"DG7u6DCE7\",Polska:\"ZApATP6Ka\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ZApATP6Ka\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZApATP6Ka\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-19wzeus\",className,classNames),\"data-framer-name\":\"Polska\",layoutDependency:layoutDependency,layoutId:\"ZApATP6Ka\",ref:refBinding,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(230, 230, 232, 0.5)\",WebkitBackdropFilter:\"blur(10px)\",...style},...addPropertyOverrides({DG7u6DCE7:{\"data-framer-name\":\"Japonia\"},etxtZpI7p:{\"data-framer-name\":\"Chiny\"},hHuCxT0ao:{\"data-framer-name\":\"czech\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hdo3fc\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"Jn_sup9ai\",style:{backgroundColor:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",opacity:0}}),/*#__PURE__*/_jsx(motion.div,{\"aria-label\":\"Framer University logo\",className:\"framer-l3mqv8\",\"data-framer-name\":\"Logo+icon\",layoutDependency:layoutDependency,layoutId:\"vxhNjAp5M\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"kvT5A4pz8\",openInNewTab:false,scopeId:\"IC9Y6iVLP\",...addPropertyOverrides({DG7u6DCE7:{href:{webPageId:\"IushbTF3j\"}},etxtZpI7p:{href:{webPageId:\"PZBtGrKr_\"}},hHuCxT0ao:{href:{webPageId:\"eBfhwyHuB\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ekdy4 framer-fywjj\",\"data-framer-name\":\"Frame 2609659\",layoutDependency:layoutDependency,layoutId:\"kvT5A4pz8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-54)/2)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12j0dbr-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"H9yAp5HVq-container\",nodeId:\"H9yAp5HVq\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"H9yAp5HVq\",layoutId:\"H9yAp5HVq\",variant:\"hbzx86cEQ\",width:\"100%\",...addPropertyOverrides({hHuCxT0ao:{variant:\"t0s9FjO1h\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(motion.nav,{className:\"framer-194yn9c\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"ontD3T3RA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i5s0sl\",layoutDependency:layoutDependency,layoutId:\"N2U0LLCNN\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z05ruq-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tujRArmuq-container\",nodeId:\"tujRArmuq\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"tujRArmuq\",layoutId:\"tujRArmuq\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks[0],UvO00kpP1:\"Home\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":FSXwXy1Ns\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":IxiOQ8bRI\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":gxRCLn7KG\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":B8uL0Oiq9\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-34fzm-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XbaO5kVP2-container\",nodeId:\"XbaO5kVP2\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"XbaO5kVP2\",layoutId:\"XbaO5kVP2\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks1[0],UvO00kpP1:\"Kim jeste\u015Bmy\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks1[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks1[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks1[3],UvO00kpP1:\"Kdo jsme\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":iPLxCA_du\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":mJ8t9K9yM\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":eazl3FdQ4\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":AbnUH5QOq\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jej1o8-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Mwl7TDAe6-container\",nodeId:\"Mwl7TDAe6\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"Mwl7TDAe6\",layoutId:\"Mwl7TDAe6\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks2[0],UvO00kpP1:\"Jak to dzia\u0142a\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks2[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks2[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks2[3],UvO00kpP1:\"Jak to funguje\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":YOQAApAbE\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":SMffbMSeK\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":kKWrcksbw\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":qoJGCiUGC\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jqgrts-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"gBWem0szN-container\",nodeId:\"gBWem0szN\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"gBWem0szN\",layoutId:\"gBWem0szN\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks3[0],UvO00kpP1:\"Dlaczego warto\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks3[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks3[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks3[3],UvO00kpP1:\"Pro\u010D to stoj\\xed za to?\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Dd7N9N3FA\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":qmo2n1yeE\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":xjOmYfOVm\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":Tbcacu21m\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iiewwv-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pw0IvdtGY-container\",nodeId:\"pw0IvdtGY\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"pw0IvdtGY\",layoutId:\"pw0IvdtGY\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks4[0],UvO00kpP1:\"Oferta\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks4[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks4[1],UvO00kpP1:\"Co otrzymasz\"},hHuCxT0ao:{pN5qcoZCL:resolvedLinks4[3],UvO00kpP1:\"Nab\\xeddka\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":okasiR1py\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":lFjtEGweK\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":wT9PKE7eZ\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":AZaXFnnsi\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h22j8r-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TmW9nJWMq-container\",nodeId:\"TmW9nJWMq\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"TmW9nJWMq\",layoutId:\"TmW9nJWMq\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks5[0],UvO00kpP1:\"Opinie\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks5[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks5[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks5[3],UvO00kpP1:\"N\\xe1zory\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Vq__5hVS7\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":hRxYTwB4S\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":DrFT_XbzT\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":SDTuTbNBZ\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2ucqxw-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"y8bsByzJy-container\",nodeId:\"y8bsByzJy\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"y8bsByzJy\",layoutId:\"y8bsByzJy\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks6[0],UvO00kpP1:\"Kontakt\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks6[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks6[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks6[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s496ia-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QIs2G3vTG-container\",nodeId:\"QIs2G3vTG\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"QIs2G3vTG\",layoutId:\"QIs2G3vTG\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks7[0],UvO00kpP1:\"Blog\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({DG7u6DCE7:{pN5qcoZCL:resolvedLinks7[2]},etxtZpI7p:{pN5qcoZCL:resolvedLinks7[1]},hHuCxT0ao:{pN5qcoZCL:resolvedLinks7[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Vq__5hVS7\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":hRxYTwB4S\",webPageId:\"AzKos6f8E\"},implicitPathVariables:undefined},{href:{hash:\":DrFT_XbzT\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":SDTuTbNBZ\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"192px\",y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-44)/2)+0+0,...addPropertyOverrides({hHuCxT0ao:{width:\"222px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18ky6p0-container\",layoutDependency:layoutDependency,layoutId:\"hBvDQBiwM-container\",nodeId:\"hBvDQBiwM\",rendersWithMotion:true,scopeId:\"IC9Y6iVLP\",children:/*#__PURE__*/_jsx(UtilitiesPrimaryButton2,{height:\"100%\",id:\"hBvDQBiwM\",layoutId:\"hBvDQBiwM\",NhREodF7M:resolvedLinks8[0],style:{width:\"100%\"},variant:\"sGq5NbAIk\",width:\"100%\",XqpXZUGU6:\"Zam\\xf3w wyszukanie auta\",...addPropertyOverrides({DG7u6DCE7:{NhREodF7M:resolvedLinks8[2]},etxtZpI7p:{NhREodF7M:resolvedLinks8[1]},hHuCxT0ao:{NhREodF7M:resolvedLinks8[3],XqpXZUGU6:\"Objednejte si prohl\\xeddku auta\"}},baseVariant,gestureVariant)})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BzdNu.framer-fywjj, .framer-BzdNu .framer-fywjj { display: block; }\",\".framer-BzdNu.framer-19wzeus { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 60px; justify-content: space-between; overflow: hidden; padding: 24px; position: relative; width: 1200px; }\",\".framer-BzdNu .framer-1hdo3fc { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-BzdNu .framer-l3mqv8 { 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: min-content; }\",\".framer-BzdNu .framer-1ekdy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 269px; }\",\".framer-BzdNu .framer-12j0dbr-container, .framer-BzdNu .framer-z05ruq-container, .framer-BzdNu .framer-34fzm-container, .framer-BzdNu .framer-1jej1o8-container, .framer-BzdNu .framer-1jqgrts-container, .framer-BzdNu .framer-iiewwv-container, .framer-BzdNu .framer-1h22j8r-container, .framer-BzdNu .framer-2ucqxw-container, .framer-BzdNu .framer-1s496ia-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-BzdNu .framer-194yn9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BzdNu .framer-1i5s0sl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BzdNu .framer-18ky6p0-container { cursor: pointer; flex: none; height: auto; position: relative; width: 192px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BzdNu .framer-l3mqv8, .framer-BzdNu .framer-194yn9c, .framer-BzdNu .framer-1i5s0sl { gap: 0px; } .framer-BzdNu .framer-l3mqv8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BzdNu .framer-l3mqv8 > :first-child, .framer-BzdNu .framer-194yn9c > :first-child, .framer-BzdNu .framer-1i5s0sl > :first-child { margin-left: 0px; } .framer-BzdNu .framer-l3mqv8 > :last-child, .framer-BzdNu .framer-194yn9c > :last-child, .framer-BzdNu .framer-1i5s0sl > :last-child { margin-right: 0px; } .framer-BzdNu .framer-194yn9c > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-BzdNu .framer-1i5s0sl > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-BzdNu.framer-v-1dp4by0 .framer-18ky6p0-container { width: 222px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"etxtZpI7p\":{\"layout\":[\"fixed\",\"fixed\"]},\"DG7u6DCE7\":{\"layout\":[\"fixed\",\"fixed\"]},\"hHuCxT0ao\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIC9Y6iVLP=withCSS(Component,css,\"framer-BzdNu\");export default FramerIC9Y6iVLP;FramerIC9Y6iVLP.displayName=\"Nav 2\";FramerIC9Y6iVLP.defaultProps={height:60,width:1200};addPropertyControls(FramerIC9Y6iVLP,{variant:{options:[\"ZApATP6Ka\",\"etxtZpI7p\",\"DG7u6DCE7\",\"hHuCxT0ao\"],optionTitles:[\"Polska\",\"Chiny\",\"Japonia\",\"czech\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIC9Y6iVLP,[{explicitInter:true,fonts:[]},...LogoFonts,...TextLinkTextLinkUnderlineFonts,...UtilitiesPrimaryButton2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIC9Y6iVLP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"60\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"etxtZpI7p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DG7u6DCE7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hHuCxT0ao\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IC9Y6iVLP.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={U29xkFGRr:{hover:true,pressed:true}};const cycleOrder=[\"U29xkFGRr\",\"tdMGMR0we\",\"CK8xmQzQs\",\"lXEpMJDUa\",\"A_CXLMahX\"];const serializationHash=\"framer-0Cknh\";const variantClassNames={A_CXLMahX:\"framer-v-10x7q2q\",CK8xmQzQs:\"framer-v-k009m1\",lXEpMJDUa:\"framer-v-2mjrir\",tdMGMR0we:\"framer-v-19d9y0l\",U29xkFGRr:\"framer-v-1f8k6u\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"U29xkFGRr\",Disabled:\"CK8xmQzQs\",Error:\"A_CXLMahX\",Loading:\"tdMGMR0we\",Success:\"lXEpMJDUa\"};const getProps=({height,id,title,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"U29xkFGRr\",ycoGZ9FSW:title??props.ycoGZ9FSW??\"Wy\u015Blij zapytanie\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,ycoGZ9FSW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"U29xkFGRr\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"tdMGMR0we\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"tdMGMR0we\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1f8k6u\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"U29xkFGRr\",ref:refBinding,style:{background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",borderBottomLeftRadius:55,borderBottomRightRadius:55,borderTopLeftRadius:55,borderTopRightRadius:55,opacity:1,...style},variants:{\"U29xkFGRr-hover\":{background:\"linear-gradient(174.86041295553406deg, rgb(240, 208, 149) 0%, rgb(171, 141, 91) 100%)\",opacity:1},\"U29xkFGRr-pressed\":{opacity:1},A_CXLMahX:{background:\"linear-gradient(140deg, rgb(230, 230, 230) 0%, rgb(181, 181, 181) 100%)\",opacity:1},CK8xmQzQs:{opacity:.5},lXEpMJDUa:{opacity:1}},...addPropertyOverrides({\"U29xkFGRr-hover\":{\"data-framer-name\":undefined},\"U29xkFGRr-pressed\":{\"data-framer-name\":undefined},A_CXLMahX:{\"data-framer-name\":\"Error\"},CK8xmQzQs:{\"data-framer-name\":\"Disabled\"},lXEpMJDUa:{\"data-framer-name\":\"Success\"},tdMGMR0we:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Wy\u015Blij zapytanie\"})}),className:\"framer-wz5kzj\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"GOSl0db2Q\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ycoGZ9FSW,variants:{A_CXLMahX:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({A_CXLMahX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Co\u015B posz\u0142o nie tak..\"})}),fonts:[\"Inter-SemiBold\"],text:undefined},lXEpMJDUa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Dzi\u0119kujemy!\"})}),fonts:[\"Inter-SemiBold\"],text:undefined}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12zqike\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"ai6TXZAIX\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1viiumu\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"nY4RPq9b3\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(68, 204, 255) 0deg, rgb(68, 204, 255) 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{tdMGMR0we:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10e8e51\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"T0l8N3SKe\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0Cknh.framer-12cb372, .framer-0Cknh .framer-12cb372 { display: block; }\",\".framer-0Cknh.framer-1f8k6u { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: 41px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-0Cknh .framer-wz5kzj { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-0Cknh .framer-12zqike { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-0Cknh .framer-1viiumu { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-0Cknh .framer-10e8e51 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0Cknh.framer-1f8k6u { gap: 0px; } .framer-0Cknh.framer-1f8k6u > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-0Cknh.framer-1f8k6u > :first-child { margin-left: 0px; } .framer-0Cknh.framer-1f8k6u > :last-child { margin-right: 0px; } }\",\".framer-0Cknh.framer-v-19d9y0l.framer-1f8k6u, .framer-0Cknh.framer-v-k009m1.framer-1f8k6u, .framer-0Cknh.framer-v-2mjrir.framer-1f8k6u, .framer-0Cknh.framer-v-10x7q2q.framer-1f8k6u { cursor: unset; }\",\".framer-0Cknh.framer-v-19d9y0l .framer-1viiumu { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tdMGMR0we\":{\"layout\":[\"fixed\",\"fixed\"]},\"CK8xmQzQs\":{\"layout\":[\"fixed\",\"fixed\"]},\"lXEpMJDUa\":{\"layout\":[\"fixed\",\"fixed\"]},\"A_CXLMahX\":{\"layout\":[\"fixed\",\"fixed\"]},\"xpfhzp1LK\":{\"layout\":[\"fixed\",\"fixed\"]},\"LFCLjCP3U\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ycoGZ9FSW\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerwc2fPQ5uz=withCSS(Component,css,\"framer-0Cknh\");export default Framerwc2fPQ5uz;Framerwc2fPQ5uz.displayName=\"Button 2\";Framerwc2fPQ5uz.defaultProps={height:41,width:240};addPropertyControls(Framerwc2fPQ5uz,{variant:{options:[\"U29xkFGRr\",\"tdMGMR0we\",\"CK8xmQzQs\",\"lXEpMJDUa\",\"A_CXLMahX\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum},ycoGZ9FSW:{defaultValue:\"Wy\u015Blij zapytanie\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerwc2fPQ5uz,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerwc2fPQ5uz\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"41\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tdMGMR0we\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CK8xmQzQs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lXEpMJDUa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A_CXLMahX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xpfhzp1LK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LFCLjCP3U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"240\",\"framerVariables\":\"{\\\"ycoGZ9FSW\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wc2fPQ5uz.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"E5w4q3Sbb\",\"Y6VE5ykhr\",\"BCnhFaZ7e\",\"znrfemCNL\",\"SkX7n2wWX\"];const serializationHash=\"framer-nf9Kg\";const variantClassNames={BCnhFaZ7e:\"framer-v-1yekp86\",E5w4q3Sbb:\"framer-v-t266wi\",SkX7n2wWX:\"framer-v-1nuvq8t\",Y6VE5ykhr:\"framer-v-8t3ux7\",znrfemCNL:\"framer-v-1voweke\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"E5w4q3Sbb\",\"Variant 2\":\"Y6VE5ykhr\",\"Variant 3\":\"BCnhFaZ7e\",\"Variant 4\":\"znrfemCNL\",czechy:\"SkX7n2wWX\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"E5w4q3Sbb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"E5w4q3Sbb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"BCnhFaZ7e\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-t266wi\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"E5w4q3Sbb\",ref:refBinding,style:{...style},...addPropertyOverrides({BCnhFaZ7e:{\"data-framer-name\":\"Variant 3\"},SkX7n2wWX:{\"data-framer-name\":\"czechy\"},Y6VE5ykhr:{\"data-framer-name\":\"Variant 2\"},znrfemCNL:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||54)-0-54)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"},className:\"framer-1ehxito\",\"data-framer-name\":\"Ak\",layoutDependency:layoutDependency,layoutId:\"m7yUHYB3o\",...addPropertyOverrides({BCnhFaZ7e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||32)-0-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},SkX7n2wWX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(5+((componentViewport?.height||42)-10-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},Y6VE5ykhr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(5+((componentViewport?.height||42)-10-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}},znrfemCNL:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212.8,intrinsicWidth:295.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(5+((componentViewport?.height||42)-10-31)/2)),pixelHeight:266,pixelWidth:369,src:\"https://framerusercontent.com/images/6gqggdSm6SrSlQUdyb42DDvpU.png\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8z4uni\",\"data-framer-name\":\"Frame 2609658\",layoutDependency:layoutDependency,layoutId:\"cRk_O6abG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})}),className:\"framer-fwrslr\",\"data-framer-name\":\"AUTOKLASA\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"OQWuagJvH\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{znrfemCNL:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({SkX7n2wWX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})})},Y6VE5ykhr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\"},children:\"AUTOKLASA\"})})},znrfemCNL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"13.53px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"AUTOKLASA\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})}),className:\"framer-t9wm8e\",\"data-framer-name\":\"Zakup auta online\",fonts:[\"Helvetica Neue\"],layoutDependency:layoutDependency,layoutId:\"nOcT6oeCp\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.55},variants:{znrfemCNL:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({SkX7n2wWX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"N\\xc1KUP AUTA ONLINE\"})})},Y6VE5ykhr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})})},znrfemCNL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"8.5px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nf9Kg.framer-l8tan4, .framer-nf9Kg .framer-l8tan4 { display: block; }\",\".framer-nf9Kg.framer-t266wi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nf9Kg .framer-1ehxito { aspect-ratio: 1.3872180451127818 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); overflow: visible; position: relative; width: 75px; }\",\".framer-nf9Kg .framer-8z4uni { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 54px; justify-content: center; overflow: visible; padding: 10px 12px 0px 12px; position: relative; width: min-content; }\",\".framer-nf9Kg .framer-fwrslr { flex: none; height: 22px; position: relative; white-space: pre; width: auto; }\",\".framer-nf9Kg .framer-t9wm8e { flex: none; height: 9px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nf9Kg.framer-t266wi, .framer-nf9Kg .framer-8z4uni { gap: 0px; } .framer-nf9Kg.framer-t266wi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nf9Kg.framer-t266wi > :first-child { margin-left: 0px; } .framer-nf9Kg.framer-t266wi > :last-child { margin-right: 0px; } .framer-nf9Kg .framer-8z4uni > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-nf9Kg .framer-8z4uni > :first-child { margin-top: 0px; } .framer-nf9Kg .framer-8z4uni > :last-child { margin-bottom: 0px; } }\",\".framer-nf9Kg.framer-v-8t3ux7.framer-t266wi, .framer-nf9Kg.framer-v-1voweke.framer-t266wi, .framer-nf9Kg.framer-v-1nuvq8t.framer-t266wi { padding: 5px 0px 5px 0px; }\",\".framer-nf9Kg.framer-v-8t3ux7 .framer-1ehxito, .framer-nf9Kg.framer-v-1yekp86 .framer-1ehxito, .framer-nf9Kg.framer-v-1voweke .framer-1ehxito, .framer-nf9Kg.framer-v-1nuvq8t .framer-1ehxito { height: var(--framer-aspect-ratio-supported, 32px); width: 44px; }\",\".framer-nf9Kg.framer-v-8t3ux7 .framer-8z4uni, .framer-nf9Kg.framer-v-1voweke .framer-8z4uni, .framer-nf9Kg.framer-v-1nuvq8t .framer-8z4uni { gap: 0px; height: 31px; padding: 0px 12px 0px 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nf9Kg.framer-v-8t3ux7 .framer-8z4uni { gap: 0px; } .framer-nf9Kg.framer-v-8t3ux7 .framer-8z4uni > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nf9Kg.framer-v-8t3ux7 .framer-8z4uni > :first-child { margin-top: 0px; } .framer-nf9Kg.framer-v-8t3ux7 .framer-8z4uni > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nf9Kg.framer-v-1voweke .framer-8z4uni { gap: 0px; } .framer-nf9Kg.framer-v-1voweke .framer-8z4uni > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nf9Kg.framer-v-1voweke .framer-8z4uni > :first-child { margin-top: 0px; } .framer-nf9Kg.framer-v-1voweke .framer-8z4uni > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nf9Kg.framer-v-1nuvq8t .framer-8z4uni { gap: 0px; } .framer-nf9Kg.framer-v-1nuvq8t .framer-8z4uni > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nf9Kg.framer-v-1nuvq8t .framer-8z4uni > :first-child { margin-top: 0px; } .framer-nf9Kg.framer-v-1nuvq8t .framer-8z4uni > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 254\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Y6VE5ykhr\":{\"layout\":[\"auto\",\"auto\"]},\"BCnhFaZ7e\":{\"layout\":[\"auto\",\"auto\"]},\"znrfemCNL\":{\"layout\":[\"auto\",\"auto\"]},\"SkX7n2wWX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwWpzp5ycc=withCSS(Component,css,\"framer-nf9Kg\");export default FramerwWpzp5ycc;FramerwWpzp5ycc.displayName=\"logo 2\";FramerwWpzp5ycc.defaultProps={height:54,width:254};addPropertyControls(FramerwWpzp5ycc,{variant:{options:[\"E5w4q3Sbb\",\"Y6VE5ykhr\",\"BCnhFaZ7e\",\"znrfemCNL\",\"SkX7n2wWX\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"czechy\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerwWpzp5ycc,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwWpzp5ycc\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y6VE5ykhr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BCnhFaZ7e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"znrfemCNL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SkX7n2wWX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"254\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wWpzp5ycc.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"IYqNJEqZm\",\"dNgnGtOJZ\",\"qlycriBp8\",\"nc0XU2Ery\"];const serializationHash=\"framer-3X5Df\";const variantClassNames={dNgnGtOJZ:\"framer-v-4csmc0\",IYqNJEqZm:\"framer-v-rdk1iy\",nc0XU2Ery:\"framer-v-o492u8\",qlycriBp8:\"framer-v-1xrb5bs\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Link Dark\":\"qlycriBp8\",\"Link Default Light\":\"IYqNJEqZm\",\"Link HoverLight \":\"nc0XU2Ery\"};const getProps=({height,id,link,newTab,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,lQ_FXk_nD:newTab!==null&&newTab!==void 0?newTab:props.lQ_FXk_nD,pN5qcoZCL:link!==null&&link!==void 0?link:props.pN5qcoZCL,UcNatdZWC:tap!==null&&tap!==void 0?tap:props.UcNatdZWC,UvO00kpP1:(_ref=title!==null&&title!==void 0?title:props.UvO00kpP1)!==null&&_ref!==void 0?_ref:\"Link\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"IYqNJEqZm\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UvO00kpP1,pN5qcoZCL,UcNatdZWC,lQ_FXk_nD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IYqNJEqZm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1hnkj1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(UcNatdZWC){const res=await UcNatdZWC(...args);if(res===false)return false;}});const onMouseEnter14sfbm6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"dNgnGtOJZ\");});const onMouseLeave11ng5lj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"IYqNJEqZm\");});const onMouseEntera3no9q=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"nc0XU2Ery\");});const onMouseLeave1b9k6vs=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"qlycriBp8\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:pN5qcoZCL,nodeId:\"IYqNJEqZm\",openInNewTab:lQ_FXk_nD,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-rdk1iy\",className,classNames)} framer-41tzj7`,\"data-framer-name\":\"Link Default Light\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IYqNJEqZm\",onMouseEnter:onMouseEnter14sfbm6,onTap:onTap1hnkj1,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dNgnGtOJZ:{\"data-framer-name\":\"Link HoverLight \",onMouseLeave:onMouseLeave11ng5lj},nc0XU2Ery:{\"data-framer-name\":\"Link HoverLight \",onMouseEnter:undefined,onMouseLeave:onMouseLeave1b9k6vs,onTap:undefined},qlycriBp8:{\"data-framer-name\":\"Link Dark\",onMouseEnter:onMouseEntera3no9q}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Link\"})}),className:\"framer-vo4cw2\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"XTRUU0zCY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:UvO00kpP1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nc0XU2Ery:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Link\"})})},qlycriBp8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Link\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tp5rnm\",layoutDependency:layoutDependency,layoutId:\"Ri5bHMTky\",style:{backgroundColor:\"rgb(247, 247, 247)\"},variants:{dNgnGtOJZ:{backgroundColor:\"rgb(209, 173, 108)\"},nc0XU2Ery:{backgroundColor:\"rgb(209, 173, 108)\"},qlycriBp8:{backgroundColor:\"var(--token-274613e3-dea5-4eb6-b10b-d1ac30a5853d, rgb(0, 0, 0))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3X5Df.framer-41tzj7, .framer-3X5Df .framer-41tzj7 { display: block; }\",\".framer-3X5Df.framer-rdk1iy { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 0px 4px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3X5Df .framer-vo4cw2 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-3X5Df .framer-1tp5rnm { bottom: 0px; flex: none; height: 1px; left: -60px; overflow: hidden; position: absolute; width: 53px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3X5Df.framer-rdk1iy { gap: 0px; } .framer-3X5Df.framer-rdk1iy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3X5Df.framer-rdk1iy > :first-child { margin-top: 0px; } .framer-3X5Df.framer-rdk1iy > :last-child { margin-bottom: 0px; } }\",\".framer-3X5Df.framer-v-4csmc0 .framer-1tp5rnm, .framer-3X5Df.framer-v-o492u8 .framer-1tp5rnm { left: 1px; right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 31\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dNgnGtOJZ\":{\"layout\":[\"auto\",\"auto\"]},\"qlycriBp8\":{\"layout\":[\"auto\",\"auto\"]},\"nc0XU2Ery\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"UvO00kpP1\":\"title\",\"pN5qcoZCL\":\"link\",\"UcNatdZWC\":\"tap\",\"lQ_FXk_nD\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOItkmtapu=withCSS(Component,css,\"framer-3X5Df\");export default FramerOItkmtapu;FramerOItkmtapu.displayName=\"Text Link / Text Link - Underline\";FramerOItkmtapu.defaultProps={height:22,width:31};addPropertyControls(FramerOItkmtapu,{variant:{options:[\"IYqNJEqZm\",\"dNgnGtOJZ\",\"qlycriBp8\",\"nc0XU2Ery\"],optionTitles:[\"Link Default Light\",\"Link HoverLight \",\"Link Dark\",\"Link HoverLight \"],title:\"Variant\",type:ControlType.Enum},UvO00kpP1:{defaultValue:\"Link\",displayTextArea:false,title:\"Title\",type:ControlType.String},pN5qcoZCL:{title:\"Link\",type:ControlType.Link},UcNatdZWC:{title:\"Tap\",type:ControlType.EventHandler},lQ_FXk_nD:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerOItkmtapu,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOItkmtapu\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dNgnGtOJZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qlycriBp8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nc0XU2Ery\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"31\",\"framerIntrinsicHeight\":\"22\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"UvO00kpP1\\\":\\\"title\\\",\\\"pN5qcoZCL\\\":\\\"link\\\",\\\"UcNatdZWC\\\":\\\"tap\\\",\\\"lQ_FXk_nD\\\":\\\"newTab\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OItkmtapu.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"otqHsvIZE\",\"sIztOVXP9\",\"crzHXDjRs\",\"mo9LPQ8qx\",\"f34g30Nwb\",\"Cj_GTYhf3\",\"rrD_rfX7K\",\"yhkv7r0Gu\",\"tE7eCP2Y7\",\"uflI612fF\",\"Oh1rUs6go\",\"JEPedKpvV\"];const serializationHash=\"framer-FAQyk\";const variantClassNames={Cj_GTYhf3:\"framer-v-15eyx81\",crzHXDjRs:\"framer-v-idqi4o\",f34g30Nwb:\"framer-v-10hew03\",JEPedKpvV:\"framer-v-ozqxe3\",mo9LPQ8qx:\"framer-v-xh11uk\",Oh1rUs6go:\"framer-v-1un1wiz\",otqHsvIZE:\"framer-v-2izqr8\",rrD_rfX7K:\"framer-v-n6kaas\",sIztOVXP9:\"framer-v-1dxcjfb\",tE7eCP2Y7:\"framer-v-1w162ao\",uflI612fF:\"framer-v-1cv45ok\",yhkv7r0Gu:\"framer-v-1g2vpe6\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Button Black  - No Hover\":\"JEPedKpvV\",\"Button Black to Outline - Hover\":\"f34g30Nwb\",\"Button Black to Outline\":\"Cj_GTYhf3\",\"Button Blue - No Hover\":\"Oh1rUs6go\",\"Button Blue to Outline - Hover\":\"yhkv7r0Gu\",\"Button Blue to Outline\":\"rrD_rfX7K\",\"Button Blue to White - Hover\":\"sIztOVXP9\",\"Button Blue to White\":\"otqHsvIZE\",\"Button White to Black - Hover\":\"mo9LPQ8qx\",\"Button White to Black\":\"crzHXDjRs\",\"Button White to Outline - Hover\":\"uflI612fF\",\"Button White to Outline\":\"tE7eCP2Y7\"};const getProps=({height,id,link,tap,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,G5AjACT8c:tap!==null&&tap!==void 0?tap:props.G5AjACT8c,NhREodF7M:link!==null&&link!==void 0?link:props.NhREodF7M,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"otqHsvIZE\",XqpXZUGU6:(_ref1=title!==null&&title!==void 0?title:props.XqpXZUGU6)!==null&&_ref1!==void 0?_ref1:\"Explore\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XqpXZUGU6,NhREodF7M,G5AjACT8c,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"otqHsvIZE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphzavzz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(G5AjACT8c){const res=await G5AjACT8c(...args);if(res===false)return false;}});const onMouseEnter125of9m=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"sIztOVXP9\");});const onMouseLeaverdst4c=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"otqHsvIZE\");});const onMouseEnterzf4pk0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"mo9LPQ8qx\");});const onMouseLeave1tyocih=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"crzHXDjRs\");});const onMouseLeave18u65my=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Cj_GTYhf3\");});const onMouseEnterkmlkd9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"f34g30Nwb\");});const onMouseEnter1gzpsms=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"yhkv7r0Gu\");});const onMouseLeavedcffv3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"rrD_rfX7K\");});const onMouseEnterozh8qu=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"uflI612fF\");});const onMouseLeave1niv39d=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"tE7eCP2Y7\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:NhREodF7M,nodeId:\"otqHsvIZE\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-2izqr8\",className,classNames)} framer-f0zoxj`,\"data-framer-name\":\"Button Blue to White\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"otqHsvIZE\",onMouseEnter:onMouseEnter125of9m,onTap:onTaphzavzz,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(40px)\",background:\"linear-gradient(180deg, var(--token-a12d9f90-93f9-42a2-bc3a-e95a71fc59d5, rgb(106, 144, 247)) 0%, var(--token-a12d9f90-93f9-42a2-bc3a-e95a71fc59d5, rgb(106, 144, 247)) 100%)\",backgroundColor:\"var(--token-a12d9f90-93f9-42a2-bc3a-e95a71fc59d5, rgb(106, 144, 247))\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,WebkitBackdropFilter:\"blur(40px)\",...style},variants:{Cj_GTYhf3:{background:\"linear-gradient(180deg, rgb(217, 217, 217) 0%, rgb(133, 133, 133) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},crzHXDjRs:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(171, 171, 171) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},f34g30Nwb:{background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},JEPedKpvV:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%)\",backgroundColor:\"rgb(0, 0, 0)\"},mo9LPQ8qx:{background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},rrD_rfX7K:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a12d9f90-93f9-42a2-bc3a-e95a71fc59d5, rgb(106, 144, 247))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},sIztOVXP9:{background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},tE7eCP2Y7:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},uflI612fF:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0)\"},yhkv7r0Gu:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({Cj_GTYhf3:{\"data-framer-name\":\"Button Black to Outline\",onMouseEnter:onMouseEnterkmlkd9,onTap:undefined},crzHXDjRs:{\"data-framer-name\":\"Button White to Black\",onMouseEnter:onMouseEnterzf4pk0},f34g30Nwb:{\"data-framer-name\":\"Button Black to Outline - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave18u65my,onTap:undefined},JEPedKpvV:{\"data-border\":true,\"data-framer-name\":\"Button Black  - No Hover\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined},mo9LPQ8qx:{\"data-framer-name\":\"Button White to Black - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1tyocih},Oh1rUs6go:{\"data-framer-name\":\"Button Blue - No Hover\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined},rrD_rfX7K:{\"data-border\":true,\"data-framer-name\":\"Button Blue to Outline\",onMouseEnter:onMouseEnter1gzpsms,onTap:undefined},sIztOVXP9:{\"data-framer-name\":\"Button Blue to White - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeaverdst4c,onTap:undefined},tE7eCP2Y7:{\"data-border\":true,\"data-framer-name\":\"Button White to Outline\",onMouseEnter:onMouseEnterozh8qu},uflI612fF:{\"data-border\":true,\"data-framer-name\":\"Button White to Outline - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1niv39d},yhkv7r0Gu:{\"data-border\":true,\"data-framer-name\":\"Button Blue to Outline - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavedcffv3,onTap:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qfp9wq\",layoutDependency:layoutDependency,layoutId:\"ecnlf1WcK\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore\"})}),className:\"framer-1lb8hwo\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"TarK9gqqp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:XqpXZUGU6,variants:{Cj_GTYhf3:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"},JEPedKpvV:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"},mo9LPQ8qx:{\"--extracted-r6o4lv\":\"var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cj_GTYhf3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},crzHXDjRs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})},JEPedKpvV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},mo9LPQ8qx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)))\"},children:\"Explore\"})})},sIztOVXP9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})},tE7eCP2Y7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})},yhkv7r0Gu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Explore\"})})}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FAQyk.framer-f0zoxj, .framer-FAQyk .framer-f0zoxj { display: block; }\",\".framer-FAQyk.framer-2izqr8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 11px 18px 11px 18px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FAQyk .framer-1qfp9wq { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FAQyk .framer-1lb8hwo { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FAQyk.framer-2izqr8, .framer-FAQyk .framer-1qfp9wq { gap: 0px; } .framer-FAQyk.framer-2izqr8 > *, .framer-FAQyk .framer-1qfp9wq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FAQyk.framer-2izqr8 > :first-child, .framer-FAQyk .framer-1qfp9wq > :first-child { margin-left: 0px; } .framer-FAQyk.framer-2izqr8 > :last-child, .framer-FAQyk .framer-1qfp9wq > :last-child { margin-right: 0px; } }\",'.framer-FAQyk[data-border=\"true\"]::after, .framer-FAQyk [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 36\n * @framerIntrinsicWidth 96\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sIztOVXP9\":{\"layout\":[\"auto\",\"auto\"]},\"crzHXDjRs\":{\"layout\":[\"auto\",\"auto\"]},\"mo9LPQ8qx\":{\"layout\":[\"auto\",\"auto\"]},\"f34g30Nwb\":{\"layout\":[\"auto\",\"auto\"]},\"Cj_GTYhf3\":{\"layout\":[\"auto\",\"auto\"]},\"rrD_rfX7K\":{\"layout\":[\"auto\",\"auto\"]},\"yhkv7r0Gu\":{\"layout\":[\"auto\",\"auto\"]},\"tE7eCP2Y7\":{\"layout\":[\"auto\",\"auto\"]},\"uflI612fF\":{\"layout\":[\"auto\",\"auto\"]},\"Oh1rUs6go\":{\"layout\":[\"auto\",\"auto\"]},\"JEPedKpvV\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XqpXZUGU6\":\"title\",\"NhREodF7M\":\"link\",\"G5AjACT8c\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOOocDjJUT=withCSS(Component,css,\"framer-FAQyk\");export default FramerOOocDjJUT;FramerOOocDjJUT.displayName=\"Utilities / Primary Button\";FramerOOocDjJUT.defaultProps={height:36,width:96};addPropertyControls(FramerOOocDjJUT,{variant:{options:[\"otqHsvIZE\",\"sIztOVXP9\",\"crzHXDjRs\",\"mo9LPQ8qx\",\"f34g30Nwb\",\"Cj_GTYhf3\",\"rrD_rfX7K\",\"yhkv7r0Gu\",\"tE7eCP2Y7\",\"uflI612fF\",\"Oh1rUs6go\",\"JEPedKpvV\"],optionTitles:[\"Button Blue to White\",\"Button Blue to White - Hover\",\"Button White to Black\",\"Button White to Black - Hover\",\"Button Black to Outline - Hover\",\"Button Black to Outline\",\"Button Blue to Outline\",\"Button Blue to Outline - Hover\",\"Button White to Outline\",\"Button White to Outline - Hover\",\"Button Blue - No Hover\",\"Button Black  - No Hover\"],title:\"Variant\",type:ControlType.Enum},XqpXZUGU6:{defaultValue:\"Explore\",displayTextArea:false,title:\"Title\",type:ControlType.String},NhREodF7M:{title:\"Link\",type:ControlType.Link},G5AjACT8c:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerOOocDjJUT,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOOocDjJUT\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"XqpXZUGU6\\\":\\\"title\\\",\\\"NhREodF7M\\\":\\\"link\\\",\\\"G5AjACT8c\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"96\",\"framerIntrinsicHeight\":\"36\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sIztOVXP9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"crzHXDjRs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mo9LPQ8qx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f34g30Nwb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Cj_GTYhf3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rrD_rfX7K\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yhkv7r0Gu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tE7eCP2Y7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uflI612fF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Oh1rUs6go\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JEPedKpvV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OOocDjJUT.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"beE_QUrvr\",\"gwkonbCqP\",\"VSskEufl8\",\"TM4EMXtUx\",\"E1CIhbJ_o\",\"i3wTfFajB\",\"QA8n4w_y8\",\"dA5Rmf8OZ\",\"vD9S5Li0v\",\"NIc7_rvfh\",\"FHZEdK9lv\",\"TceAfTqxv\",\"Dz3fEg7Hi\",\"s7sK3swVU\"];const serializationHash=\"framer-6CMFI\";const variantClassNames={beE_QUrvr:\"framer-v-1gwiwkz\",dA5Rmf8OZ:\"framer-v-ic5si3\",Dz3fEg7Hi:\"framer-v-12oartq\",E1CIhbJ_o:\"framer-v-7x6ynf\",FHZEdK9lv:\"framer-v-19ybo2s\",gwkonbCqP:\"framer-v-1v2pq4g\",i3wTfFajB:\"framer-v-1ft5poz\",NIc7_rvfh:\"framer-v-19fud15\",QA8n4w_y8:\"framer-v-o8h8hk\",s7sK3swVU:\"framer-v-1gymt8k\",TceAfTqxv:\"framer-v-1gphskx\",TM4EMXtUx:\"framer-v-jzkbrs\",vD9S5Li0v:\"framer-v-ys51yj\",VSskEufl8:\"framer-v-lumunp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:.2,duration:2,ease:[.65,0,.13,1],type:\"tween\"};const transition3={delay:.3,duration:2,ease:[.65,0,.13,1],type:\"tween\"};const transition4={delay:.4,duration:2,ease:[.65,0,.13,1],type:\"tween\"};const transition5={delay:.5,duration:2,ease:[.65,0,.13,1],type:\"tween\"};const transition6={delay:.6,duration:2,ease:[.65,0,.13,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Line Active\":\"TM4EMXtUx\",\"Line animate on appear\":\"VSskEufl8\",\"Line Animation Active\":\"gwkonbCqP\",\"Line Animation\":\"beE_QUrvr\",\"Line Mobile Menu 1 Active\":\"i3wTfFajB\",\"Line Mobile Menu 1\":\"E1CIhbJ_o\",\"Line Mobile Menu 2 Active\":\"dA5Rmf8OZ\",\"Line Mobile Menu 2\":\"QA8n4w_y8\",\"Line Mobile Menu 3 Active\":\"NIc7_rvfh\",\"Line Mobile Menu 3\":\"vD9S5Li0v\",\"Line Mobile Menu 4 Active\":\"TceAfTqxv\",\"Line Mobile Menu 4\":\"FHZEdK9lv\",\"Line Mobile Menu 5 Active\":\"s7sK3swVU\",\"Line Mobile Menu 5\":\"Dz3fEg7Hi\"};const getProps=({colour,height,id,width,...props})=>{return{...props,sjMku05M0:colour??props.sjMku05M0??\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"beE_QUrvr\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sjMku05M0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"beE_QUrvr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1my9c6h=activeVariantCallback(async(...args)=>{setVariant(\"TM4EMXtUx\");});const onAppear16668wa=activeVariantCallback(async(...args)=>{setVariant(\"i3wTfFajB\");});const onAppear1pxixsk=activeVariantCallback(async(...args)=>{setVariant(\"dA5Rmf8OZ\");});const onAppear1naktbs=activeVariantCallback(async(...args)=>{setVariant(\"NIc7_rvfh\");});const onAppear7a725=activeVariantCallback(async(...args)=>{setVariant(\"TceAfTqxv\");});const onAppearu707ju=activeVariantCallback(async(...args)=>{setVariant(\"s7sK3swVU\");});useOnVariantChange(baseVariant,{Dz3fEg7Hi:onAppearu707ju,E1CIhbJ_o:onAppear16668wa,FHZEdK9lv:onAppear7a725,QA8n4w_y8:onAppear1pxixsk,vD9S5Li0v:onAppear1naktbs,VSskEufl8:onAppear1my9c6h});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({dA5Rmf8OZ:{value:transition3},gwkonbCqP:{value:transition2},i3wTfFajB:{value:transition2},NIc7_rvfh:{value:transition4},s7sK3swVU:{value:transition6},TceAfTqxv:{value:transition5},TM4EMXtUx:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gwiwkz\",className,classNames),\"data-framer-name\":\"Line Animation\",layoutDependency:layoutDependency,layoutId:\"beE_QUrvr\",ref:ref??ref1,style:{...style},...addPropertyOverrides({dA5Rmf8OZ:{\"data-framer-name\":\"Line Mobile Menu 2 Active\"},Dz3fEg7Hi:{\"data-framer-name\":\"Line Mobile Menu 5\",\"data-highlight\":true},E1CIhbJ_o:{\"data-framer-name\":\"Line Mobile Menu 1\",\"data-highlight\":true},FHZEdK9lv:{\"data-framer-name\":\"Line Mobile Menu 4\",\"data-highlight\":true},gwkonbCqP:{\"data-framer-name\":\"Line Animation Active\"},i3wTfFajB:{\"data-framer-name\":\"Line Mobile Menu 1 Active\"},NIc7_rvfh:{\"data-framer-name\":\"Line Mobile Menu 3 Active\"},QA8n4w_y8:{\"data-framer-name\":\"Line Mobile Menu 2\",\"data-highlight\":true},s7sK3swVU:{\"data-framer-name\":\"Line Mobile Menu 5 Active\"},TceAfTqxv:{\"data-framer-name\":\"Line Mobile Menu 4 Active\"},TM4EMXtUx:{\"data-framer-name\":\"Line Active\"},vD9S5Li0v:{\"data-framer-name\":\"Line Mobile Menu 3\",\"data-highlight\":true},VSskEufl8:{\"data-framer-name\":\"Line animate on appear\",\"data-highlight\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j77c2t\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"aA7D9gyJn\",style:{backgroundColor:sjMku05M0}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6CMFI.framer-1vy3tdx, .framer-6CMFI .framer-1vy3tdx { display: block; }\",\".framer-6CMFI.framer-1gwiwkz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 787px; }\",\".framer-6CMFI .framer-1j77c2t { flex: none; height: 1px; position: relative; width: 0%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6CMFI.framer-1gwiwkz { gap: 0px; } .framer-6CMFI.framer-1gwiwkz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6CMFI.framer-1gwiwkz > :first-child { margin-left: 0px; } .framer-6CMFI.framer-1gwiwkz > :last-child { margin-right: 0px; } }\",\".framer-6CMFI.framer-v-1v2pq4g .framer-1j77c2t, .framer-6CMFI.framer-v-jzkbrs .framer-1j77c2t, .framer-6CMFI.framer-v-1ft5poz .framer-1j77c2t, .framer-6CMFI.framer-v-ic5si3 .framer-1j77c2t, .framer-6CMFI.framer-v-19fud15 .framer-1j77c2t, .framer-6CMFI.framer-v-1gphskx .framer-1j77c2t, .framer-6CMFI.framer-v-1gymt8k .framer-1j77c2t { width: 100%; }\",\".framer-6CMFI.framer-v-lumunp.framer-1gwiwkz, .framer-6CMFI.framer-v-jzkbrs.framer-1gwiwkz, .framer-6CMFI.framer-v-7x6ynf.framer-1gwiwkz, .framer-6CMFI.framer-v-1ft5poz.framer-1gwiwkz, .framer-6CMFI.framer-v-o8h8hk.framer-1gwiwkz, .framer-6CMFI.framer-v-ic5si3.framer-1gwiwkz, .framer-6CMFI.framer-v-ys51yj.framer-1gwiwkz, .framer-6CMFI.framer-v-19fud15.framer-1gwiwkz, .framer-6CMFI.framer-v-19ybo2s.framer-1gwiwkz, .framer-6CMFI.framer-v-1gphskx.framer-1gwiwkz, .framer-6CMFI.framer-v-12oartq.framer-1gwiwkz, .framer-6CMFI.framer-v-1gymt8k.framer-1gwiwkz { width: 787px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 787\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gwkonbCqP\":{\"layout\":[\"fixed\",\"fixed\"]},\"VSskEufl8\":{\"layout\":[\"fixed\",\"fixed\"]},\"TM4EMXtUx\":{\"layout\":[\"fixed\",\"fixed\"]},\"E1CIhbJ_o\":{\"layout\":[\"fixed\",\"fixed\"]},\"i3wTfFajB\":{\"layout\":[\"fixed\",\"fixed\"]},\"QA8n4w_y8\":{\"layout\":[\"fixed\",\"fixed\"]},\"dA5Rmf8OZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"vD9S5Li0v\":{\"layout\":[\"fixed\",\"fixed\"]},\"NIc7_rvfh\":{\"layout\":[\"fixed\",\"fixed\"]},\"FHZEdK9lv\":{\"layout\":[\"fixed\",\"fixed\"]},\"TceAfTqxv\":{\"layout\":[\"fixed\",\"fixed\"]},\"Dz3fEg7Hi\":{\"layout\":[\"fixed\",\"fixed\"]},\"s7sK3swVU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"sjMku05M0\":\"colour\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerK7S49Fu5o=withCSS(Component,css,\"framer-6CMFI\");export default FramerK7S49Fu5o;FramerK7S49Fu5o.displayName=\"Global / Line Animation Global\";FramerK7S49Fu5o.defaultProps={height:1,width:787};addPropertyControls(FramerK7S49Fu5o,{variant:{options:[\"beE_QUrvr\",\"gwkonbCqP\",\"VSskEufl8\",\"TM4EMXtUx\",\"E1CIhbJ_o\",\"i3wTfFajB\",\"QA8n4w_y8\",\"dA5Rmf8OZ\",\"vD9S5Li0v\",\"NIc7_rvfh\",\"FHZEdK9lv\",\"TceAfTqxv\",\"Dz3fEg7Hi\",\"s7sK3swVU\"],optionTitles:[\"Line Animation\",\"Line Animation Active\",\"Line animate on appear\",\"Line Active\",\"Line Mobile Menu 1\",\"Line Mobile Menu 1 Active\",\"Line Mobile Menu 2\",\"Line Mobile Menu 2 Active\",\"Line Mobile Menu 3\",\"Line Mobile Menu 3 Active\",\"Line Mobile Menu 4\",\"Line Mobile Menu 4 Active\",\"Line Mobile Menu 5\",\"Line Mobile Menu 5 Active\"],title:\"Variant\",type:ControlType.Enum},sjMku05M0:{defaultValue:'var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2)) /* {\"name\":\"line\"} */',title:\"Colour\",type:ControlType.Color}});addFonts(FramerK7S49Fu5o,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK7S49Fu5o\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"787\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gwkonbCqP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VSskEufl8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TM4EMXtUx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E1CIhbJ_o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i3wTfFajB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QA8n4w_y8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dA5Rmf8OZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vD9S5Li0v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NIc7_rvfh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FHZEdK9lv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TceAfTqxv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Dz3fEg7Hi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"s7sK3swVU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"sjMku05M0\\\":\\\"colour\\\"}\",\"framerIntrinsicHeight\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K7S49Fu5o.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"UPgB15X9J\",\"sun6fxHHI\",\"rGIgP9296\",\"vTQcvIIu0\",\"nOy0LXWEv\",\"iXagNA6H3\"];const serializationHash=\"framer-ep4Pr\";const variantClassNames={iXagNA6H3:\"framer-v-1wugw70\",nOy0LXWEv:\"framer-v-2f5g02\",rGIgP9296:\"framer-v-1fzuuea\",sun6fxHHI:\"framer-v-8r0jw8\",UPgB15X9J:\"framer-v-1cyadvp\",vTQcvIIu0:\"framer-v-lmc6f9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Arrow-Right Hover\":\"vTQcvIIu0\",\"Arrow-Right\":\"rGIgP9296\",\"Close-light\":\"iXagNA6H3\",\"Ham-light\":\"nOy0LXWEv\",Close:\"sun6fxHHI\",Hamburger:\"UPgB15X9J\"};const getProps=({height,id,tap,width,...props})=>{return{...props,IEkFuBZ8_:tap??props.IEkFuBZ8_,variant:humanReadableVariantMap[props.variant]??props.variant??\"UPgB15X9J\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,IEkFuBZ8_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UPgB15X9J\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapyy6vi1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(IEkFuBZ8_){const res=await IEkFuBZ8_(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1cyadvp\",className,classNames),\"data-framer-name\":\"Hamburger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UPgB15X9J\",onTap:onTapyy6vi1,ref:refBinding,style:{backgroundColor:\"var(--token-37dede42-b230-454a-a5d4-09df4ccf1603, rgb(32, 36, 37))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},variants:{iXagNA6H3:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},nOy0LXWEv:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},rGIgP9296:{backgroundColor:\"rgba(0, 0, 0, 0)\"},vTQcvIIu0:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({iXagNA6H3:{\"data-framer-name\":\"Close-light\"},nOy0LXWEv:{\"data-framer-name\":\"Ham-light\"},rGIgP9296:{\"data-framer-name\":\"Arrow-Right\",\"data-highlight\":undefined,onTap:undefined},sun6fxHHI:{\"data-framer-name\":\"Close\"},vTQcvIIu0:{\"data-framer-name\":\"Arrow-Right Hover\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2lpig1\",\"data-framer-name\":\"Rows\",layoutDependency:layoutDependency,layoutId:\"GdLHCYoj4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-a0b90p\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"MvcZPb1BW\",style:{backgroundColor:\"var(--token-90add841-09ed-435c-a1c9-7050b5ddce91, rgb(155, 161, 165))\",rotate:0},variants:{iXagNA6H3:{backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",rotate:-45},nOy0LXWEv:{backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",rotate:0},rGIgP9296:{rotate:45},sun6fxHHI:{rotate:-45},vTQcvIIu0:{backgroundColor:\"var(--token-5aca01dc-dadc-4074-a025-8f20b6f39c17, rgb(255, 255, 255))\",rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpdndk\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"dgnEXgKkG\",style:{backgroundColor:\"var(--token-90add841-09ed-435c-a1c9-7050b5ddce91, rgb(155, 161, 165))\",borderBottomRightRadius:0,borderTopRightRadius:0},variants:{iXagNA6H3:{backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",borderBottomRightRadius:0,borderTopRightRadius:0},nOy0LXWEv:{backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",borderBottomRightRadius:0,borderTopRightRadius:0},rGIgP9296:{borderBottomRightRadius:1,borderTopRightRadius:1},vTQcvIIu0:{backgroundColor:\"var(--token-5aca01dc-dadc-4074-a025-8f20b6f39c17, rgb(255, 255, 255))\",borderBottomRightRadius:1,borderTopRightRadius:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h6q6s6\",\"data-framer-name\":\"Bot\",layoutDependency:layoutDependency,layoutId:\"eDhbL9p_p\",style:{backgroundColor:\"var(--token-90add841-09ed-435c-a1c9-7050b5ddce91, rgb(155, 161, 165))\",rotate:0},variants:{iXagNA6H3:{backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",rotate:45},nOy0LXWEv:{backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",rotate:0},rGIgP9296:{rotate:-45},sun6fxHHI:{rotate:45},vTQcvIIu0:{backgroundColor:\"var(--token-5aca01dc-dadc-4074-a025-8f20b6f39c17, rgb(255, 255, 255))\",rotate:-45}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ep4Pr.framer-za2lbl, .framer-ep4Pr .framer-za2lbl { display: block; }\",\".framer-ep4Pr.framer-1cyadvp { cursor: pointer; height: 28px; overflow: hidden; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ep4Pr .framer-2lpig1 { flex: none; height: 12px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 16px; }\",\".framer-ep4Pr .framer-a0b90p { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-ep4Pr .framer-1lpdndk { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 8px; }\",\".framer-ep4Pr .framer-1h6q6s6 { bottom: 0px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\",\".framer-ep4Pr.framer-v-8r0jw8.framer-1cyadvp, .framer-ep4Pr.framer-v-2f5g02.framer-1cyadvp, .framer-ep4Pr.framer-v-1wugw70.framer-1cyadvp { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 28px); }\",\".framer-ep4Pr.framer-v-8r0jw8 .framer-a0b90p, .framer-ep4Pr.framer-v-1wugw70 .framer-a0b90p { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-ep4Pr.framer-v-8r0jw8 .framer-1lpdndk, .framer-ep4Pr.framer-v-1wugw70 .framer-1lpdndk { width: 0px; }\",\".framer-ep4Pr.framer-v-8r0jw8 .framer-1h6q6s6, .framer-ep4Pr.framer-v-1wugw70 .framer-1h6q6s6 { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-ep4Pr.framer-v-1fzuuea.framer-1cyadvp, .framer-ep4Pr.framer-v-lmc6f9.framer-1cyadvp { aspect-ratio: 1 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 28px); }\",\".framer-ep4Pr.framer-v-1fzuuea .framer-a0b90p, .framer-ep4Pr.framer-v-lmc6f9 .framer-a0b90p { left: unset; top: 2px; width: 8px; }\",\".framer-ep4Pr.framer-v-1fzuuea .framer-1lpdndk { right: 0px; width: unset; will-change: var(--framer-will-change-override, transform); }\",\".framer-ep4Pr.framer-v-1fzuuea .framer-1h6q6s6, .framer-ep4Pr.framer-v-lmc6f9 .framer-1h6q6s6 { bottom: 2px; left: unset; width: 8px; }\",\".framer-ep4Pr.framer-v-lmc6f9 .framer-2lpig1 { left: unset; right: 2px; }\",\".framer-ep4Pr.framer-v-lmc6f9 .framer-1lpdndk { left: -4px; right: 0px; width: unset; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 28\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"sun6fxHHI\":{\"layout\":[\"fixed\",\"fixed\"]},\"rGIgP9296\":{\"layout\":[\"fixed\",\"fixed\"]},\"vTQcvIIu0\":{\"layout\":[\"fixed\",\"fixed\"]},\"nOy0LXWEv\":{\"layout\":[\"fixed\",\"fixed\"]},\"iXagNA6H3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"IEkFuBZ8_\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkqIbw9rhS=withCSS(Component,css,\"framer-ep4Pr\");export default FramerkqIbw9rhS;FramerkqIbw9rhS.displayName=\"Icon 2\";FramerkqIbw9rhS.defaultProps={height:28,width:28};addPropertyControls(FramerkqIbw9rhS,{variant:{options:[\"UPgB15X9J\",\"sun6fxHHI\",\"rGIgP9296\",\"vTQcvIIu0\",\"nOy0LXWEv\",\"iXagNA6H3\"],optionTitles:[\"Hamburger\",\"Close\",\"Arrow-Right\",\"Arrow-Right Hover\",\"Ham-light\",\"Close-light\"],title:\"Variant\",type:ControlType.Enum},IEkFuBZ8_:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerkqIbw9rhS,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkqIbw9rhS\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"28\",\"framerVariables\":\"{\\\"IEkFuBZ8_\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"28\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sun6fxHHI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rGIgP9296\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vTQcvIIu0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nOy0LXWEv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iXagNA6H3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kqIbw9rhS.map", "// Generated by Framer (f4ba5e0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={ntpRC9jxn:{hover:true}};const serializationHash=\"framer-0UJ4Y\";const variantClassNames={ntpRC9jxn:\"framer-v-q1prga\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{return{...props,fNpx5b4rc:link??props.fNpx5b4rc,pe0xCpWn9:title??props.pe0xCpWn9??\"Zapytaj o wycen\u0119\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,pe0xCpWn9,fNpx5b4rc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ntpRC9jxn\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:fNpx5b4rc,motionChild:true,nodeId:\"ntpRC9jxn\",openInNewTab:false,scopeId:\"rV_N95ckP\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-q1prga\",className,classNames)} framer-mtx0tt`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ntpRC9jxn\",ref:refBinding,style:{background:\"linear-gradient(174.86041295553406deg, rgba(232, 194, 125, 1) 0%, rgba(130, 108, 70, 1) 100%)\",borderBottomLeftRadius:38.11,borderBottomRightRadius:38.11,borderTopLeftRadius:38.11,borderTopRightRadius:38.11,...style},variants:{\"ntpRC9jxn-hover\":{background:\"linear-gradient(174.86041295553406deg, rgb(245, 221, 176) 0%, rgb(166, 138, 91) 100%)\"}},...addPropertyOverrides({\"ntpRC9jxn-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12.17px\",\"--framer-line-height\":\"14.35px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Zapytaj o wycen\u0119\"})}),className:\"framer-15e48h0\",\"data-framer-name\":\"Zapytaj o wycen\u0119\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"WETaOVfhp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:pe0xCpWn9,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0UJ4Y.framer-mtx0tt, .framer-0UJ4Y .framer-mtx0tt { display: block; }\",\".framer-0UJ4Y.framer-q1prga { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 41px; justify-content: center; overflow: visible; padding: 11.779492378234863px 40.18885803222656px 11.779492378234863px 40.18885803222656px; position: relative; text-decoration: none; width: 164px; }\",\".framer-0UJ4Y .framer-15e48h0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0UJ4Y.framer-q1prga { gap: 0px; } .framer-0UJ4Y.framer-q1prga > * { margin: 0px; margin-left: calc(6.929113388061523px / 2); margin-right: calc(6.929113388061523px / 2); } .framer-0UJ4Y.framer-q1prga > :first-child { margin-left: 0px; } .framer-0UJ4Y.framer-q1prga > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 164\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ql1ZXcS2Q\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pe0xCpWn9\":\"title\",\"fNpx5b4rc\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrV_N95ckP=withCSS(Component,css,\"framer-0UJ4Y\");export default FramerrV_N95ckP;FramerrV_N95ckP.displayName=\"button-zloty 2\";FramerrV_N95ckP.defaultProps={height:41,width:164};addPropertyControls(FramerrV_N95ckP,{pe0xCpWn9:{defaultValue:\"Zapytaj o wycen\u0119\",displayTextArea:false,title:\"Title\",type:ControlType.String},fNpx5b4rc:{title:\"Link\",type:ControlType.Link}});addFonts(FramerrV_N95ckP,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrV_N95ckP\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"164\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"pe0xCpWn9\\\":\\\"title\\\",\\\"fNpx5b4rc\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ql1ZXcS2Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"41\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rV_N95ckP.map", "// Generated by Framer (f4ba5e0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Logo2 from\"https://framerusercontent.com/modules/EWPhZC743Q6SNeEoSYwn/3TUvxG6xWQSJJZg1Tyrp/wWpzp5ycc.js\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import TextLinkTextLinkUnderline from\"https://framerusercontent.com/modules/oYh6GYpu7vYLM5HNAyGN/IMohCWXTAtiF07PsC0bV/OItkmtapu.js\";import UtilitiesPrimaryButton from\"https://framerusercontent.com/modules/RH00W4hLolxmGz6WGGbo/wcdHxAv2LVg9bFaFh4V3/OOocDjJUT.js\";import GlobalLineAnimationGlobal from\"https://framerusercontent.com/modules/sWXnGm2OnsSAQdV8rWUP/AXbhRBUV3TUxiFjzFP7m/K7S49Fu5o.js\";import Icon2 from\"https://framerusercontent.com/modules/uFGxUsqLfGf3uBsxK89Q/qsYkD7ZkRUfC9v8okbMS/kqIbw9rhS.js\";import ButtonZloty2 from\"https://framerusercontent.com/modules/tVcob8PnZxz1dfUtKI9i/13pKJyCXoI1J04QbR2Aq/rV_N95ckP.js\";const Icon2Fonts=getFonts(Icon2);const Logo2Fonts=getFonts(Logo2);const ClipboardFonts=getFonts(Clipboard);const TextLinkTextLinkUnderlineFonts=getFonts(TextLinkTextLinkUnderline);const UtilitiesPrimaryButtonFonts=getFonts(UtilitiesPrimaryButton);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const GlobalLineAnimationGlobalFonts=getFonts(GlobalLineAnimationGlobal);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const ButtonZloty2Fonts=getFonts(ButtonZloty2);const cycleOrder=[\"q2X3xQfM3\",\"piq9gvMur\",\"Of29rLJOB\",\"LHxNmooad\",\"Bcg8sVs_i\",\"nvYNnn3zc\",\"mtXSBmdzx\",\"mXM7MUd1_\",\"gihqe94D_\"];const serializationHash=\"framer-cHIdX\";const variantClassNames={Bcg8sVs_i:\"framer-v-1iuqg6n\",gihqe94D_:\"framer-v-152vo8o\",LHxNmooad:\"framer-v-1w4qc0u\",mtXSBmdzx:\"framer-v-kh71ov\",mXM7MUd1_:\"framer-v-blf4og\",nvYNnn3zc:\"framer-v-qsoe36\",Of29rLJOB:\"framer-v-18ail4a\",piq9gvMur:\"framer-v-tbyrin\",q2X3xQfM3:\"framer-v-j4ei0s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition2={delay:0,duration:.5,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition3={delay:.2,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition4={delay:.8,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition5={delay:.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={delay:.7,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const transition8={delay:.9,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={delay:.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const transition10={delay:1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:0};const transition11={delay:.5,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:0};const transition12={delay:1.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:0};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Chiny - 2\":\"Bcg8sVs_i\",\"Japonia - 2\":\"mtXSBmdzx\",\"Polska 2\":\"piq9gvMur\",\"Polska 3\":\"Of29rLJOB\",Chiny:\"LHxNmooad\",czechy:\"gihqe94D_\",Dark:\"q2X3xQfM3\",Japonia:\"nvYNnn3zc\"};const getProps=({componentLink,height,id,width,...props})=>{return{...props,ECHcNF6lf:componentLink??props.ECHcNF6lf??\"https://framer.com/m/Words-TpzH.js@9pBeqd36DZgFgtZcEvjT\",variant:humanReadableVariantMap[props.variant]??props.variant??\"q2X3xQfM3\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,ECHcNF6lf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q2X3xQfM3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const IEkFuBZ8_37togw=activeVariantCallback(async(...args)=>{setVariant(\"jECB2fed2\");});const IEkFuBZ8_3p0sdx=activeVariantCallback(async(...args)=>{setVariant(\"Of29rLJOB\");});const IEkFuBZ8_luchaz=activeVariantCallback(async(...args)=>{setVariant(\"piq9gvMur\");});const IEkFuBZ8_xhdzwm=activeVariantCallback(async(...args)=>{setVariant(\"Bcg8sVs_i\");});const IEkFuBZ8_100wi9d=activeVariantCallback(async(...args)=>{setVariant(\"LHxNmooad\");});const IEkFuBZ8_8y0n4m=activeVariantCallback(async(...args)=>{setVariant(\"mtXSBmdzx\");});const IEkFuBZ8_16cj6x6=activeVariantCallback(async(...args)=>{setVariant(\"nvYNnn3zc\");});const IEkFuBZ8_1daemn1=activeVariantCallback(async(...args)=>{setVariant(\"gihqe94D_\");});const IEkFuBZ8_7sz17v=activeVariantCallback(async(...args)=>{setVariant(\"mXM7MUd1_\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"piq9gvMur\",\"Bcg8sVs_i\",\"mtXSBmdzx\",\"gihqe94D_\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"piq9gvMur\",\"Of29rLJOB\",\"LHxNmooad\",\"Bcg8sVs_i\",\"nvYNnn3zc\",\"mtXSBmdzx\",\"mXM7MUd1_\",\"gihqe94D_\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"piq9gvMur\",\"Of29rLJOB\",\"LHxNmooad\",\"Bcg8sVs_i\",\"nvYNnn3zc\",\"mtXSBmdzx\",\"mXM7MUd1_\",\"gihqe94D_\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"Of29rLJOB\",\"LHxNmooad\",\"nvYNnn3zc\",\"mXM7MUd1_\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"piq9gvMur\",\"Bcg8sVs_i\",\"mtXSBmdzx\",\"gihqe94D_\"].includes(baseVariant))return true;return false;};const visible=isSet(ECHcNF6lf);const isDisplayed5=value=>{if([\"Of29rLJOB\",\"LHxNmooad\",\"nvYNnn3zc\",\"mXM7MUd1_\"].includes(baseVariant))return value;return false;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-j4ei0s\",className,classNames),\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"q2X3xQfM3\",ref:refBinding,style:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",WebkitBackdropFilter:\"blur(0px)\",...style},variants:{Bcg8sVs_i:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(209, 209, 209, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},gihqe94D_:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(209, 209, 209, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},LHxNmooad:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(237, 237, 237, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},mtXSBmdzx:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(209, 209, 209, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},mXM7MUd1_:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(237, 237, 237, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},nvYNnn3zc:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(237, 237, 237, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},Of29rLJOB:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(237, 237, 237, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"},piq9gvMur:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(209, 209, 209, 0.7)\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({Bcg8sVs_i:{\"data-framer-name\":\"Chiny - 2\"},gihqe94D_:{\"data-framer-name\":\"czechy\"},LHxNmooad:{\"data-framer-name\":\"Chiny\"},mtXSBmdzx:{\"data-framer-name\":\"Japonia - 2\"},mXM7MUd1_:{\"data-framer-name\":\"czechy\"},nvYNnn3zc:{\"data-framer-name\":\"Japonia\"},Of29rLJOB:{\"data-framer-name\":\"Polska 3\"},piq9gvMur:{\"data-framer-name\":\"Polska 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wfqp1t\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"eDhSW615H\",style:{backgroundColor:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",opacity:0},variants:{LHxNmooad:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},mXM7MUd1_:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},nvYNnn3zc:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},Of29rLJOB:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"}}}),/*#__PURE__*/_jsxs(motion.div,{\"aria-label\":\"Framer University logo\",className:\"framer-7ngyvv\",\"data-framer-name\":\"Logo+icon\",layoutDependency:layoutDependency,layoutId:\"Xu3scMaeo\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bcg8sVs_i:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},gihqe94D_:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},LHxNmooad:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},mtXSBmdzx:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},mXM7MUd1_:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},nvYNnn3zc:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},Of29rLJOB:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5},piq9gvMur:{height:35,width:\"35px\",y:(componentViewport?.y||0)+0+0+12.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hy5lri-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"SJRKOGNx8-container\",nodeId:\"SJRKOGNx8\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(Icon2,{height:\"100%\",id:\"SJRKOGNx8\",IEkFuBZ8_:IEkFuBZ8_37togw,layoutId:\"SJRKOGNx8\",style:{height:\"100%\",width:\"100%\"},variant:\"UPgB15X9J\",width:\"100%\",...addPropertyOverrides({Bcg8sVs_i:{IEkFuBZ8_:IEkFuBZ8_100wi9d,variant:\"iXagNA6H3\"},gihqe94D_:{IEkFuBZ8_:IEkFuBZ8_7sz17v,variant:\"iXagNA6H3\"},LHxNmooad:{IEkFuBZ8_:IEkFuBZ8_xhdzwm,variant:\"nOy0LXWEv\"},mtXSBmdzx:{IEkFuBZ8_:IEkFuBZ8_16cj6x6,variant:\"iXagNA6H3\"},mXM7MUd1_:{IEkFuBZ8_:IEkFuBZ8_1daemn1,variant:\"nOy0LXWEv\"},nvYNnn3zc:{IEkFuBZ8_:IEkFuBZ8_8y0n4m,variant:\"nOy0LXWEv\"},Of29rLJOB:{IEkFuBZ8_:IEkFuBZ8_luchaz,variant:\"nOy0LXWEv\"},piq9gvMur:{IEkFuBZ8_:IEkFuBZ8_3p0sdx,variant:\"iXagNA6H3\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":bUZ9Z9IS8\",webPageId:\"qNXpJT7_l\"},motionChild:true,nodeId:\"dveNgy3LM\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-leceh framer-xn5zv6\",\"data-framer-name\":\"Frame 2609659\",layoutDependency:layoutDependency,layoutId:\"dveNgy3LM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-p3n698\",\"data-framer-name\":\"Mask group\",layoutDependency:layoutDependency,layoutId:\"puGglLbjN\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rlb5f7\",\"data-framer-name\":\"Rectangle 39\",layoutDependency:layoutDependency,layoutId:\"MNHJ_MZKn\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-47)/2)+0+.155+0+-28.3803),src:\"https://framerusercontent.com/images/c1iiI1LBCCb4XiqCXCJ9uQ2GU.png\"},className:\"framer-oktjrq\",\"data-framer-name\":\"image 1\",layoutDependency:layoutDependency,layoutId:\"ZXiBdvlP9\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nk1773\",\"data-framer-name\":\"Line 8\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:41,intrinsicWidth:3,layoutDependency:layoutDependency,layoutId:\"QGshr1cE0\",svg:'<svg width=\"3\" height=\"41\" viewBox=\"-1 -1 3 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line opacity=\"0.25\" x1=\"0.5\" y1=\"39\" x2=\"0.500002\" y2=\"-2.18557e-08\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s3p8rq\",\"data-framer-name\":\"Frame 2609658\",layoutDependency:layoutDependency,layoutId:\"K0j4WJ52T\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"13.53px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"AUTOKLASA\"})}),className:\"framer-qdpins\",\"data-framer-name\":\"AUTOKLASA\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],layoutDependency:layoutDependency,layoutId:\"bQWH5EniX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SGVsdmV0aWNhIE5ldWU=\",\"--framer-font-family\":'\"Helvetica Neue\", sans-serif',\"--framer-font-size\":\"9.59px\",\"--framer-letter-spacing\":\"0.27em\",\"--framer-line-height\":\"45.57px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Zakup auta online\"})}),className:\"framer-wbowvl\",\"data-framer-name\":\"Zakup auta online\",fonts:[\"Helvetica Neue\"],layoutDependency:layoutDependency,layoutId:\"pvwQpVNRp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.55},verticalAlignment:\"center\",withExternalLayout:true})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LHxNmooad:{height:54,y:(componentViewport?.y||0)+0+0+3},mXM7MUd1_:{height:54,y:(componentViewport?.y||0)+0+0+3},nvYNnn3zc:{height:54,y:(componentViewport?.y||0)+0+0+3},Of29rLJOB:{height:54,y:(componentViewport?.y||0)+0+0+3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oqde0w-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"v0Dq4ZT4B-container\",nodeId:\"v0Dq4ZT4B\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(Logo2,{height:\"100%\",id:\"v0Dq4ZT4B\",layoutId:\"v0Dq4ZT4B\",variant:\"Y6VE5ykhr\",width:\"100%\",...addPropertyOverrides({mXM7MUd1_:{variant:\"SkX7n2wWX\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bcg8sVs_i:{height:54,y:(componentViewport?.y||0)+0+0+3},gihqe94D_:{height:54,y:(componentViewport?.y||0)+0+0+3},mtXSBmdzx:{height:54,y:(componentViewport?.y||0)+0+0+3},piq9gvMur:{height:54,y:(componentViewport?.y||0)+0+0+3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6ouhmg-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LGajEAMXl-container\",nodeId:\"LGajEAMXl\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(Logo2,{height:\"100%\",id:\"LGajEAMXl\",layoutId:\"LGajEAMXl\",variant:\"E5w4q3Sbb\",width:\"100%\",...addPropertyOverrides({Bcg8sVs_i:{variant:\"Y6VE5ykhr\"},gihqe94D_:{variant:\"SkX7n2wWX\"},mtXSBmdzx:{variant:\"Y6VE5ykhr\"},piq9gvMur:{variant:\"Y6VE5ykhr\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-wkv9s1\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"Xu4ueaaf1\",style:{opacity:1},variants:{LHxNmooad:{opacity:0},mXM7MUd1_:{opacity:0},nvYNnn3zc:{opacity:0},Of29rLJOB:{opacity:0}},children:[isDisplayed5(visible)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z8oshp-container\",\"data-framer-name\":\"Light-Clip\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"O5iCiW73Z-container\",name:\"Light-Clip\",nodeId:\"O5iCiW73Z\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:6,bottomLeftRadius:6,bottomRightRadius:6,color:\"rgb(255, 255, 255)\",content:ECHcNF6lf,fill:\"rgb(0, 0, 0)\",font:{},height:\"100%\",id:\"O5iCiW73Z\",isMixedBorderRadius:false,label:\"Copy component\",layoutId:\"O5iCiW73Z\",name:\"Light-Clip\",padding:15,paddingBottom:6,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:6,topLeftRadius:6,topRightRadius:6,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b9vo4p\",layoutDependency:layoutDependency,layoutId:\"SSqJAJZtY\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mcQow1hfd\"},implicitPathVariables:undefined},{href:{webPageId:\"mcQow1hfd\"},implicitPathVariables:undefined},{href:{webPageId:\"mcQow1hfd\"},implicitPathVariables:undefined},{href:{webPageId:\"mcQow1hfd\"},implicitPathVariables:undefined},{href:{webPageId:\"mcQow1hfd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+7,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+7},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+7},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+7},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g7ckc2-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"z4cUBJ3xe-container\",nodeId:\"z4cUBJ3xe\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"z4cUBJ3xe\",layoutId:\"z4cUBJ3xe\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks[0],UvO00kpP1:\"O firmie\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({LHxNmooad:{pN5qcoZCL:resolvedLinks[2]},mXM7MUd1_:{pN5qcoZCL:resolvedLinks[4]},nvYNnn3zc:{pN5qcoZCL:resolvedLinks[3]},Of29rLJOB:{pN5qcoZCL:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":y815UsgRh\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":y815UsgRh\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":y815UsgRh\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":y815UsgRh\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":y815UsgRh\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+7,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+7},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+7},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+7},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nx4ete-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GcQu7Ymu0-container\",nodeId:\"GcQu7Ymu0\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"GcQu7Ymu0\",layoutId:\"GcQu7Ymu0\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks1[0],UvO00kpP1:\"Oferta\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({LHxNmooad:{pN5qcoZCL:resolvedLinks1[2]},mXM7MUd1_:{pN5qcoZCL:resolvedLinks1[4]},nvYNnn3zc:{pN5qcoZCL:resolvedLinks1[3]},Of29rLJOB:{pN5qcoZCL:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ueTAtnBT_\"},implicitPathVariables:undefined},{href:{webPageId:\"ueTAtnBT_\"},implicitPathVariables:undefined},{href:{webPageId:\"ueTAtnBT_\"},implicitPathVariables:undefined},{href:{webPageId:\"ueTAtnBT_\"},implicitPathVariables:undefined},{href:{webPageId:\"ueTAtnBT_\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+7,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+7},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+7},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+7},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yxvvvy-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OIRdLfKWO-container\",nodeId:\"OIRdLfKWO\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"OIRdLfKWO\",layoutId:\"OIRdLfKWO\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks2[0],UvO00kpP1:\"Galeria\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({LHxNmooad:{pN5qcoZCL:resolvedLinks2[2]},mXM7MUd1_:{pN5qcoZCL:resolvedLinks2[4]},nvYNnn3zc:{pN5qcoZCL:resolvedLinks2[3]},Of29rLJOB:{pN5qcoZCL:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined},{href:{webPageId:\"Finr6YfZx\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+7,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+7},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+7},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+7},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8mun61-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"W865wN2n7-container\",nodeId:\"W865wN2n7\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"W865wN2n7\",layoutId:\"W865wN2n7\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks3[0],UvO00kpP1:\"Blog\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({LHxNmooad:{pN5qcoZCL:resolvedLinks3[2]},mXM7MUd1_:{pN5qcoZCL:resolvedLinks3[4]},nvYNnn3zc:{pN5qcoZCL:resolvedLinks3[3]},Of29rLJOB:{pN5qcoZCL:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":gMEmGSW4N\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":gMEmGSW4N\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":gMEmGSW4N\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":gMEmGSW4N\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":gMEmGSW4N\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+7,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+7},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+7},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+7},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j96n0q-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xslKO9Lxb-container\",nodeId:\"xslKO9Lxb\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"xslKO9Lxb\",layoutId:\"xslKO9Lxb\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks4[0],UvO00kpP1:\"Opinie\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({LHxNmooad:{pN5qcoZCL:resolvedLinks4[2]},mXM7MUd1_:{pN5qcoZCL:resolvedLinks4[4]},nvYNnn3zc:{pN5qcoZCL:resolvedLinks4[3]},Of29rLJOB:{pN5qcoZCL:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":sw20e7CPp\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":sw20e7CPp\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":sw20e7CPp\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":sw20e7CPp\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined},{href:{hash:\":sw20e7CPp\",webPageId:\"qNXpJT7_l\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+7,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+7},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+7},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+7},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16fn3xp-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yyezdyf5c-container\",nodeId:\"yyezdyf5c\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(TextLinkTextLinkUnderline,{height:\"100%\",id:\"yyezdyf5c\",layoutId:\"yyezdyf5c\",lQ_FXk_nD:false,pN5qcoZCL:resolvedLinks5[0],UvO00kpP1:\"Kontakt\",variant:\"IYqNJEqZm\",width:\"100%\",...addPropertyOverrides({LHxNmooad:{pN5qcoZCL:resolvedLinks5[2]},mXM7MUd1_:{pN5qcoZCL:resolvedLinks5[4]},nvYNnn3zc:{pN5qcoZCL:resolvedLinks5[3]},Of29rLJOB:{pN5qcoZCL:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I68JSX1XX\"},implicitPathVariables:undefined},{href:{webPageId:\"I68JSX1XX\"},implicitPathVariables:undefined},{href:{webPageId:\"I68JSX1XX\"},implicitPathVariables:undefined},{href:{webPageId:\"I68JSX1XX\"},implicitPathVariables:undefined},{href:{webPageId:\"I68JSX1XX\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(24+((componentViewport?.height||60)-48-36)/2)+0+0,...addPropertyOverrides({LHxNmooad:{y:(componentViewport?.y||0)+0+92+0+74+0},mXM7MUd1_:{y:(componentViewport?.y||0)+0+92+0+74+0},nvYNnn3zc:{y:(componentViewport?.y||0)+0+92+0+74+0},Of29rLJOB:{y:(componentViewport?.y||0)+0+92+0+74+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jamsuv-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Oa1cUPhiR-container\",nodeId:\"Oa1cUPhiR\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(UtilitiesPrimaryButton,{height:\"100%\",id:\"Oa1cUPhiR\",layoutId:\"Oa1cUPhiR\",NhREodF7M:resolvedLinks6[0],variant:\"crzHXDjRs\",width:\"100%\",XqpXZUGU6:\"Zam\\xf3w wyszukanie auta\",...addPropertyOverrides({LHxNmooad:{NhREodF7M:resolvedLinks6[2]},mXM7MUd1_:{NhREodF7M:resolvedLinks6[4]},nvYNnn3zc:{NhREodF7M:resolvedLinks6[3]},Of29rLJOB:{NhREodF7M:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-oy2evk\",\"data-framer-name\":\"Menu Content\",layoutDependency:layoutDependency,layoutId:\"jUJwb4Ho1\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r2jy4p\",\"data-framer-name\":\"Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"Z3lzINiou\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ten32v\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"RWcnLfoPw\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"nM5ZNTTxb\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1kpj09b framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"nM5ZNTTxb\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(209, 173, 108))\"},children:\"Home\"})}),className:\"framer-1aqwxua\",\"data-framer-appear-id\":\"1aqwxua\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"CeTf8cZOV\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(209, 173, 108)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gihqe94D_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(209, 173, 108))\"},children:\"Domov\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"01\"})}),className:\"framer-1rqqe2z\",\"data-framer-appear-id\":\"1rqqe2z\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"QdqmDXZqY\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-80sd7v\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"YHGK61guw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+97+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+97+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+97+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+97+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1raoq2c-container\",\"data-framer-appear-id\":\"1raoq2c\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TomjoGgD0-container\",nodeId:\"TomjoGgD0\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"TomjoGgD0\",layoutId:\"TomjoGgD0\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-olfax6\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"xLXplsj4K\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"t1ARwUftZ\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{hash:\":i40IZEvAT\",webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{hash:\":nYPvwY6nR\",webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{hash:\":gar4ofoWB\",webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ghtd4s framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"t1ARwUftZ\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Kim jeste\u015Bmy\"})}),className:\"framer-1uquiv9\",\"data-framer-appear-id\":\"1uquiv9\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"ckHE0EWBO\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gihqe94D_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Kdo jsme\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"02\"})}),className:\"framer-1q2gaj7\",\"data-framer-appear-id\":\"1q2gaj7\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"CvivwXElR\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1so1vqw\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"GWPuPsNsb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+150+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+150+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+150+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+150+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-tmrgt3-container\",\"data-framer-appear-id\":\"tmrgt3\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qYnhVBdNB-container\",nodeId:\"qYnhVBdNB\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"qYnhVBdNB\",layoutId:\"qYnhVBdNB\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bgbcpm\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"Xru5CGMHi\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"OuIrH8dnn\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{hash:\":f1EUuR_du\",webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{hash:\":k1gdI_hF6\",webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{hash:\":luRCDaH6T\",webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-15hmnji framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"OuIrH8dnn\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Jak to dzia\u0142a\"})}),className:\"framer-15otnjr\",\"data-framer-appear-id\":\"15otnjr\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"pCopi6lHk\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gihqe94D_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\"},children:\"Jak to funguje\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"03\"})}),className:\"framer-sfoixt\",\"data-framer-appear-id\":\"sfoixt\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"BfDibXRGN\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3yvl58\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"EmtogKV1s\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+203+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+203+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+203+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+203+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1mrf5eu-container\",\"data-framer-appear-id\":\"1mrf5eu\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"q05ukpexS-container\",nodeId:\"q05ukpexS\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"q05ukpexS\",layoutId:\"q05ukpexS\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4isxoi\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"jw8_pA4ZT\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"C6xWx85dK\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{hash:\":qoJGCiUGC\",webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{hash:\":kKWrcksbw\",webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{hash:\":YOQAApAbE\",webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-14z9d0y framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"C6xWx85dK\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Dlaczego warto\"})}),className:\"framer-1ln145p\",\"data-framer-appear-id\":\"1ln145p\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"ijaqXt2_Y\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gihqe94D_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Pro\u010D to stoj\\xed za to?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"04\"})}),className:\"framer-134u6cu\",\"data-framer-appear-id\":\"134u6cu\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"kZmPOllYQ\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4n8a25\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"LMyR1fTuS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+256+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+256+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+256+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+256+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1wl0vq6-container\",\"data-framer-appear-id\":\"1wl0vq6\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yCQB2mkqJ-container\",nodeId:\"yCQB2mkqJ\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"yCQB2mkqJ\",layoutId:\"yCQB2mkqJ\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-if1hlx\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"AhIlKsAwC\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"pHYAZtFd4\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{hash:\":Tbcacu21m\",webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{hash:\":xjOmYfOVm\",webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{hash:\":Dd7N9N3FA\",webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1g631qz framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"pHYAZtFd4\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Z kim lepiej?\"})}),className:\"framer-1shqj6i\",\"data-framer-appear-id\":\"1shqj6i\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"WHifJtbCF\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bcg8sVs_i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Co otrzymasz?\"})})},gihqe94D_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Co dostane\u0161?\"})})},mtXSBmdzx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Co otrzymasz?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"05\"})}),className:\"framer-1qcgvsl\",\"data-framer-appear-id\":\"1qcgvsl\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"gi4dc30Ms\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15h57ue\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"VeLmMjyN3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+309+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+309+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+309+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+309+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1evlm4k-container\",\"data-framer-appear-id\":\"1evlm4k\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oUfPydUGZ-container\",nodeId:\"oUfPydUGZ\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"oUfPydUGZ\",layoutId:\"oUfPydUGZ\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-47kumy\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"ZbpQxcVvP\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"yMmJRTcTx\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{hash:\":AZaXFnnsi\",webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{hash:\":wT9PKE7eZ\",webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{hash:\":okasiR1py\",webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1klnoab framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"yMmJRTcTx\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Opinie klient\\xf3w\"})}),className:\"framer-zwypnd\",\"data-framer-appear-id\":\"zwypnd\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"L5I6xSD8b\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gihqe94D_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Z\\xe1kaznick\\xe9 recenze\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"06\"})}),className:\"framer-1ir3w50\",\"data-framer-appear-id\":\"1ir3w50\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"WvCgRYoid\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ygdmnu\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"xbZ8NzSZR\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+362+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+362+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+362+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+362+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1rxlcw3-container\",\"data-framer-appear-id\":\"1rxlcw3\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"K8KdYCS4v-container\",nodeId:\"K8KdYCS4v\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"K8KdYCS4v\",layoutId:\"K8KdYCS4v\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m1wjfm\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"CKBbqvlpX\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vJns_sbeB\"},motionChild:true,nodeId:\"mHfi_bwRB\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({Bcg8sVs_i:{href:{webPageId:\"PZBtGrKr_\"}},gihqe94D_:{href:{hash:\":SDTuTbNBZ\",webPageId:\"DNflCHRFs\"}},mtXSBmdzx:{href:{hash:\":DrFT_XbzT\",webPageId:\"QD9xhu4QX\"}},piq9gvMur:{href:{hash:\":Vq__5hVS7\",webPageId:\"KKKTZL1fb\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-g318i6 framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"mHfi_bwRB\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Kontakt\"})}),className:\"framer-te6pb6\",\"data-framer-appear-id\":\"te6pb6\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"YPLIO5p77\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"07\"})}),className:\"framer-99e4h5\",\"data-framer-appear-id\":\"99e4h5\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"kc3QEGM0t\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fkhk5j\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"qQVqWN0eM\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,...addPropertyOverrides({Bcg8sVs_i:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+415+0},gihqe94D_:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+415+0},mtXSBmdzx:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+415+0},piq9gvMur:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px) - 30px, 1px)`,y:(componentViewport?.y||0)+0+92+0+0+415+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-kad6yz-container\",\"data-framer-appear-id\":\"kad6yz\",initial:animation3,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KaDnNT0wg-container\",nodeId:\"KaDnNT0wg\",optimized:true,rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"KaDnNT0wg\",layoutId:\"KaDnNT0wg\",sjMku05M0:\"rgba(255, 255, 255, 0.2)\",style:{height:\"100%\",width:\"100%\"},variant:\"gwkonbCqP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nc8dsd\",\"data-framer-name\":\"Individual Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"hFfZJcBxM\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":sw20e7CPp\",webPageId:\"qNXpJT7_l\"},motionChild:true,nodeId:\"z2CzyUTai\",openInNewTab:false,scopeId:\"Xfd9C4F3Q\",smoothScroll:true,...addPropertyOverrides({gihqe94D_:{href:{webPageId:\"Finr6YfZx\"}},mtXSBmdzx:{href:{webPageId:\"Finr6YfZx\"}},piq9gvMur:{href:{webPageId:\"Finr6YfZx\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-r8xkhv framer-xn5zv6\",\"data-framer-name\":\"Open Navigation Link\",layoutDependency:layoutDependency,layoutId:\"z2CzyUTai\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation10,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyBSZWd1bGFy\",\"--framer-font-family\":'\"Helvetica Neue LT Pro Regular\", \"Helvetica Neue LT Pro Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\"},children:\"Blog\"})}),className:\"framer-1o679dj\",\"data-framer-appear-id\":\"1o679dj\",\"data-framer-name\":\"PROFILE\",fonts:[\"CUSTOM;Helvetica Neue LT Pro Regular\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"hPRJrDRlu\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation11,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10.76px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"08\"})}),className:\"framer-1pzt37v\",\"data-framer-appear-id\":\"1pzt37v\",\"data-framer-name\":\"01\",fonts:[\"GF;General Sans-500\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"C5A39kclq\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n8peyl\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"FehMxpfYZ\"})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Vq__5hVS7\",webPageId:\"KKKTZL1fb\"},implicitPathVariables:undefined},{href:{hash:\":DrFT_XbzT\",webPageId:\"QD9xhu4QX\"},implicitPathVariables:undefined},{href:{hash:\":SDTuTbNBZ\",webPageId:\"DNflCHRFs\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Bcg8sVs_i:{height:41,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+651},gihqe94D_:{height:41,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+651},mtXSBmdzx:{height:41,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+651},piq9gvMur:{height:41,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+651}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oosib5-container\",layoutDependency:layoutDependency,layoutId:\"F1rQaGLFc-container\",nodeId:\"F1rQaGLFc\",rendersWithMotion:true,scopeId:\"Xfd9C4F3Q\",children:/*#__PURE__*/_jsx(ButtonZloty2,{height:\"100%\",id:\"F1rQaGLFc\",layoutId:\"F1rQaGLFc\",pe0xCpWn9:\"Zapytaj o wycen\u0119\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({gihqe94D_:{fNpx5b4rc:resolvedLinks7[2],pe0xCpWn9:\"Domluvte si bezplatnou konzultaci\"},mtXSBmdzx:{fNpx5b4rc:resolvedLinks7[1]},piq9gvMur:{fNpx5b4rc:resolvedLinks7[0]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cHIdX.framer-xn5zv6, .framer-cHIdX .framer-xn5zv6 { display: block; }\",\".framer-cHIdX.framer-j4ei0s { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 60px; justify-content: space-between; overflow: hidden; padding: 24px; position: relative; width: 1200px; }\",\".framer-cHIdX .framer-wfqp1t { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-cHIdX .framer-7ngyvv { 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: min-content; }\",\".framer-cHIdX .framer-1hy5lri-container { flex: none; height: 35px; position: relative; width: 35px; }\",\".framer-cHIdX .framer-leceh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 269px; }\",\".framer-cHIdX .framer-p3n698 { flex: none; height: 47px; overflow: visible; position: relative; width: 65px; }\",\".framer-cHIdX .framer-rlb5f7 { flex: none; height: 47px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 65px; }\",\".framer-cHIdX .framer-oktjrq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: -30px; position: absolute; top: -28px; width: 127px; }\",\".framer-cHIdX .framer-1nk1773 { flex: none; height: 41px; position: relative; width: 3px; }\",\".framer-cHIdX .framer-s3p8rq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 47px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 152px; }\",\".framer-cHIdX .framer-qdpins { flex: none; height: 28px; position: relative; white-space: pre-wrap; width: 152px; word-break: break-word; word-wrap: break-word; }\",\".framer-cHIdX .framer-wbowvl { flex: none; height: 9px; position: relative; white-space: pre-wrap; width: 152px; word-break: break-word; word-wrap: break-word; }\",\".framer-cHIdX .framer-1oqde0w-container, .framer-cHIdX .framer-6ouhmg-container, .framer-cHIdX .framer-z8oshp-container, .framer-cHIdX .framer-1g7ckc2-container, .framer-cHIdX .framer-1nx4ete-container, .framer-cHIdX .framer-1yxvvvy-container, .framer-cHIdX .framer-8mun61-container, .framer-cHIdX .framer-j96n0q-container, .framer-cHIdX .framer-16fn3xp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cHIdX .framer-wkv9s1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-cHIdX .framer-1b9vo4p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cHIdX .framer-jamsuv-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-cHIdX .framer-oy2evk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 527px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-cHIdX .framer-1r2jy4p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: 100%; justify-content: center; overflow: visible; padding: 0px 15px 0px 15px; position: relative; width: 1px; }\",\".framer-cHIdX .framer-1ten32v, .framer-cHIdX .framer-if1hlx, .framer-cHIdX .framer-47kumy, .framer-cHIdX .framer-1m1wjfm, .framer-cHIdX .framer-nc8dsd { 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: 100%; }\",\".framer-cHIdX .framer-1kpj09b, .framer-cHIdX .framer-1g631qz, .framer-cHIdX .framer-1klnoab, .framer-cHIdX .framer-g318i6, .framer-cHIdX .framer-r8xkhv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 4px 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-cHIdX .framer-1aqwxua, .framer-cHIdX .framer-1rqqe2z, .framer-cHIdX .framer-1uquiv9, .framer-cHIdX .framer-1q2gaj7, .framer-cHIdX .framer-15otnjr, .framer-cHIdX .framer-sfoixt, .framer-cHIdX .framer-1ln145p, .framer-cHIdX .framer-134u6cu, .framer-cHIdX .framer-1shqj6i, .framer-cHIdX .framer-1qcgvsl, .framer-cHIdX .framer-zwypnd, .framer-cHIdX .framer-1ir3w50, .framer-cHIdX .framer-te6pb6, .framer-cHIdX .framer-99e4h5, .framer-cHIdX .framer-1o679dj, .framer-cHIdX .framer-1pzt37v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cHIdX .framer-80sd7v, .framer-cHIdX .framer-1so1vqw, .framer-cHIdX .framer-3yvl58, .framer-cHIdX .framer-4n8a25, .framer-cHIdX .framer-15h57ue, .framer-cHIdX .framer-ygdmnu, .framer-cHIdX .framer-1fkhk5j, .framer-cHIdX .framer-1n8peyl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cHIdX .framer-1raoq2c-container, .framer-cHIdX .framer-tmrgt3-container, .framer-cHIdX .framer-1mrf5eu-container, .framer-cHIdX .framer-1wl0vq6-container, .framer-cHIdX .framer-1evlm4k-container, .framer-cHIdX .framer-1rxlcw3-container, .framer-cHIdX .framer-kad6yz-container { flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\",\".framer-cHIdX .framer-olfax6, .framer-cHIdX .framer-1bgbcpm, .framer-cHIdX .framer-4isxoi { 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-cHIdX .framer-ghtd4s, .framer-cHIdX .framer-15hmnji, .framer-cHIdX .framer-14z9d0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 4px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-cHIdX .framer-1oosib5-container { flex: 1 0 0px; height: 41px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX .framer-7ngyvv, .framer-cHIdX .framer-s3p8rq, .framer-cHIdX .framer-wkv9s1, .framer-cHIdX .framer-1b9vo4p, .framer-cHIdX .framer-oy2evk, .framer-cHIdX .framer-1r2jy4p, .framer-cHIdX .framer-1ten32v, .framer-cHIdX .framer-80sd7v, .framer-cHIdX .framer-olfax6, .framer-cHIdX .framer-1so1vqw, .framer-cHIdX .framer-1bgbcpm, .framer-cHIdX .framer-3yvl58, .framer-cHIdX .framer-4isxoi, .framer-cHIdX .framer-4n8a25, .framer-cHIdX .framer-if1hlx, .framer-cHIdX .framer-15h57ue, .framer-cHIdX .framer-47kumy, .framer-cHIdX .framer-ygdmnu, .framer-cHIdX .framer-1m1wjfm, .framer-cHIdX .framer-1fkhk5j, .framer-cHIdX .framer-nc8dsd, .framer-cHIdX .framer-1n8peyl { gap: 0px; } .framer-cHIdX .framer-7ngyvv > *, .framer-cHIdX .framer-1ten32v > *, .framer-cHIdX .framer-80sd7v > *, .framer-cHIdX .framer-1so1vqw > *, .framer-cHIdX .framer-3yvl58 > *, .framer-cHIdX .framer-4n8a25 > *, .framer-cHIdX .framer-if1hlx > *, .framer-cHIdX .framer-15h57ue > *, .framer-cHIdX .framer-47kumy > *, .framer-cHIdX .framer-ygdmnu > *, .framer-cHIdX .framer-1m1wjfm > *, .framer-cHIdX .framer-1fkhk5j > *, .framer-cHIdX .framer-nc8dsd > *, .framer-cHIdX .framer-1n8peyl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-cHIdX .framer-7ngyvv > :first-child, .framer-cHIdX .framer-wkv9s1 > :first-child, .framer-cHIdX .framer-1b9vo4p > :first-child, .framer-cHIdX .framer-oy2evk > :first-child, .framer-cHIdX .framer-1ten32v > :first-child, .framer-cHIdX .framer-80sd7v > :first-child, .framer-cHIdX .framer-1so1vqw > :first-child, .framer-cHIdX .framer-3yvl58 > :first-child, .framer-cHIdX .framer-4n8a25 > :first-child, .framer-cHIdX .framer-if1hlx > :first-child, .framer-cHIdX .framer-15h57ue > :first-child, .framer-cHIdX .framer-47kumy > :first-child, .framer-cHIdX .framer-ygdmnu > :first-child, .framer-cHIdX .framer-1m1wjfm > :first-child, .framer-cHIdX .framer-1fkhk5j > :first-child, .framer-cHIdX .framer-nc8dsd > :first-child, .framer-cHIdX .framer-1n8peyl > :first-child { margin-left: 0px; } .framer-cHIdX .framer-7ngyvv > :last-child, .framer-cHIdX .framer-wkv9s1 > :last-child, .framer-cHIdX .framer-1b9vo4p > :last-child, .framer-cHIdX .framer-oy2evk > :last-child, .framer-cHIdX .framer-1ten32v > :last-child, .framer-cHIdX .framer-80sd7v > :last-child, .framer-cHIdX .framer-1so1vqw > :last-child, .framer-cHIdX .framer-3yvl58 > :last-child, .framer-cHIdX .framer-4n8a25 > :last-child, .framer-cHIdX .framer-if1hlx > :last-child, .framer-cHIdX .framer-15h57ue > :last-child, .framer-cHIdX .framer-47kumy > :last-child, .framer-cHIdX .framer-ygdmnu > :last-child, .framer-cHIdX .framer-1m1wjfm > :last-child, .framer-cHIdX .framer-1fkhk5j > :last-child, .framer-cHIdX .framer-nc8dsd > :last-child, .framer-cHIdX .framer-1n8peyl > :last-child { margin-right: 0px; } .framer-cHIdX .framer-s3p8rq > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-cHIdX .framer-s3p8rq > :first-child, .framer-cHIdX .framer-1r2jy4p > :first-child, .framer-cHIdX .framer-olfax6 > :first-child, .framer-cHIdX .framer-1bgbcpm > :first-child, .framer-cHIdX .framer-4isxoi > :first-child { margin-top: 0px; } .framer-cHIdX .framer-s3p8rq > :last-child, .framer-cHIdX .framer-1r2jy4p > :last-child, .framer-cHIdX .framer-olfax6 > :last-child, .framer-cHIdX .framer-1bgbcpm > :last-child, .framer-cHIdX .framer-4isxoi > :last-child { margin-bottom: 0px; } .framer-cHIdX .framer-wkv9s1 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-cHIdX .framer-1b9vo4p > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-cHIdX .framer-oy2evk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-cHIdX .framer-1r2jy4p > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-cHIdX .framer-olfax6 > *, .framer-cHIdX .framer-1bgbcpm > *, .framer-cHIdX .framer-4isxoi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-cHIdX.framer-v-tbyrin.framer-j4ei0s, .framer-cHIdX.framer-v-1iuqg6n.framer-j4ei0s, .framer-cHIdX.framer-v-kh71ov.framer-j4ei0s, .framer-cHIdX.framer-v-152vo8o.framer-j4ei0s { flex-direction: column; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px 24px 24px 24px; width: 400px; }\",\".framer-cHIdX.framer-v-tbyrin .framer-7ngyvv, .framer-cHIdX.framer-v-18ail4a .framer-7ngyvv, .framer-cHIdX.framer-v-1w4qc0u .framer-7ngyvv, .framer-cHIdX.framer-v-1iuqg6n .framer-7ngyvv, .framer-cHIdX.framer-v-qsoe36 .framer-7ngyvv, .framer-cHIdX.framer-v-kh71ov .framer-7ngyvv, .framer-cHIdX.framer-v-blf4og .framer-7ngyvv, .framer-cHIdX.framer-v-152vo8o .framer-7ngyvv { gap: unset; height: 60px; justify-content: space-between; width: 100%; }\",\".framer-cHIdX.framer-v-tbyrin .framer-1hy5lri-container, .framer-cHIdX.framer-v-tbyrin .framer-1so1vqw, .framer-cHIdX.framer-v-18ail4a .framer-1hy5lri-container, .framer-cHIdX.framer-v-1w4qc0u .framer-1hy5lri-container, .framer-cHIdX.framer-v-1iuqg6n .framer-1hy5lri-container, .framer-cHIdX.framer-v-1iuqg6n .framer-1so1vqw, .framer-cHIdX.framer-v-qsoe36 .framer-1hy5lri-container, .framer-cHIdX.framer-v-kh71ov .framer-1hy5lri-container, .framer-cHIdX.framer-v-kh71ov .framer-1so1vqw, .framer-cHIdX.framer-v-blf4og .framer-1hy5lri-container, .framer-cHIdX.framer-v-152vo8o .framer-1hy5lri-container, .framer-cHIdX.framer-v-152vo8o .framer-1so1vqw { order: 3; }\",\".framer-cHIdX.framer-v-tbyrin .framer-6ouhmg-container, .framer-cHIdX.framer-v-tbyrin .framer-olfax6, .framer-cHIdX.framer-v-18ail4a .framer-1oqde0w-container, .framer-cHIdX.framer-v-1w4qc0u .framer-1oqde0w-container, .framer-cHIdX.framer-v-1iuqg6n .framer-6ouhmg-container, .framer-cHIdX.framer-v-1iuqg6n .framer-olfax6, .framer-cHIdX.framer-v-qsoe36 .framer-1oqde0w-container, .framer-cHIdX.framer-v-kh71ov .framer-olfax6, .framer-cHIdX.framer-v-blf4og .framer-1oqde0w-container, .framer-cHIdX.framer-v-152vo8o .framer-olfax6 { order: 2; }\",\".framer-cHIdX.framer-v-tbyrin .framer-oy2evk, .framer-cHIdX.framer-v-tbyrin .framer-1oosib5-container, .framer-cHIdX.framer-v-1iuqg6n .framer-oy2evk, .framer-cHIdX.framer-v-1iuqg6n .framer-1oosib5-container, .framer-cHIdX.framer-v-kh71ov .framer-oy2evk, .framer-cHIdX.framer-v-kh71ov .framer-1oosib5-container, .framer-cHIdX.framer-v-152vo8o .framer-oy2evk, .framer-cHIdX.framer-v-152vo8o .framer-1oosib5-container { flex: none; width: 100%; }\",\".framer-cHIdX.framer-v-tbyrin .framer-1ten32v, .framer-cHIdX.framer-v-1iuqg6n .framer-1ten32v, .framer-cHIdX.framer-v-kh71ov .framer-1ten32v, .framer-cHIdX.framer-v-152vo8o .framer-1ten32v { order: 0; }\",\".framer-cHIdX.framer-v-tbyrin .framer-80sd7v, .framer-cHIdX.framer-v-1iuqg6n .framer-80sd7v, .framer-cHIdX.framer-v-kh71ov .framer-6ouhmg-container, .framer-cHIdX.framer-v-kh71ov .framer-80sd7v, .framer-cHIdX.framer-v-152vo8o .framer-6ouhmg-container, .framer-cHIdX.framer-v-152vo8o .framer-80sd7v { order: 1; }\",\".framer-cHIdX.framer-v-tbyrin .framer-1bgbcpm, .framer-cHIdX.framer-v-1iuqg6n .framer-1bgbcpm, .framer-cHIdX.framer-v-kh71ov .framer-1bgbcpm, .framer-cHIdX.framer-v-152vo8o .framer-1bgbcpm { order: 4; }\",\".framer-cHIdX.framer-v-tbyrin .framer-3yvl58, .framer-cHIdX.framer-v-1iuqg6n .framer-3yvl58, .framer-cHIdX.framer-v-kh71ov .framer-3yvl58, .framer-cHIdX.framer-v-152vo8o .framer-3yvl58 { order: 5; }\",\".framer-cHIdX.framer-v-tbyrin .framer-4isxoi, .framer-cHIdX.framer-v-1iuqg6n .framer-4isxoi, .framer-cHIdX.framer-v-kh71ov .framer-4isxoi, .framer-cHIdX.framer-v-152vo8o .framer-4isxoi { order: 6; }\",\".framer-cHIdX.framer-v-tbyrin .framer-4n8a25, .framer-cHIdX.framer-v-1iuqg6n .framer-4n8a25, .framer-cHIdX.framer-v-kh71ov .framer-4n8a25, .framer-cHIdX.framer-v-152vo8o .framer-4n8a25 { order: 7; }\",\".framer-cHIdX.framer-v-tbyrin .framer-if1hlx, .framer-cHIdX.framer-v-1iuqg6n .framer-if1hlx, .framer-cHIdX.framer-v-kh71ov .framer-if1hlx, .framer-cHIdX.framer-v-152vo8o .framer-if1hlx { order: 8; }\",\".framer-cHIdX.framer-v-tbyrin .framer-15h57ue, .framer-cHIdX.framer-v-1iuqg6n .framer-15h57ue, .framer-cHIdX.framer-v-kh71ov .framer-15h57ue, .framer-cHIdX.framer-v-152vo8o .framer-15h57ue { order: 9; }\",\".framer-cHIdX.framer-v-tbyrin .framer-47kumy, .framer-cHIdX.framer-v-1iuqg6n .framer-47kumy, .framer-cHIdX.framer-v-kh71ov .framer-47kumy, .framer-cHIdX.framer-v-152vo8o .framer-47kumy { order: 10; }\",\".framer-cHIdX.framer-v-tbyrin .framer-ygdmnu, .framer-cHIdX.framer-v-1iuqg6n .framer-ygdmnu, .framer-cHIdX.framer-v-kh71ov .framer-ygdmnu, .framer-cHIdX.framer-v-152vo8o .framer-ygdmnu { order: 11; }\",\".framer-cHIdX.framer-v-tbyrin .framer-1m1wjfm, .framer-cHIdX.framer-v-1iuqg6n .framer-1m1wjfm, .framer-cHIdX.framer-v-kh71ov .framer-1m1wjfm, .framer-cHIdX.framer-v-152vo8o .framer-1m1wjfm { order: 12; }\",\".framer-cHIdX.framer-v-tbyrin .framer-1fkhk5j, .framer-cHIdX.framer-v-1iuqg6n .framer-1fkhk5j, .framer-cHIdX.framer-v-kh71ov .framer-1fkhk5j, .framer-cHIdX.framer-v-152vo8o .framer-1fkhk5j { order: 13; }\",\".framer-cHIdX.framer-v-tbyrin .framer-nc8dsd, .framer-cHIdX.framer-v-1iuqg6n .framer-nc8dsd, .framer-cHIdX.framer-v-kh71ov .framer-nc8dsd, .framer-cHIdX.framer-v-152vo8o .framer-nc8dsd { order: 14; }\",\".framer-cHIdX.framer-v-tbyrin .framer-1n8peyl, .framer-cHIdX.framer-v-1iuqg6n .framer-1n8peyl, .framer-cHIdX.framer-v-kh71ov .framer-1n8peyl, .framer-cHIdX.framer-v-152vo8o .framer-1n8peyl { order: 15; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-tbyrin.framer-j4ei0s, .framer-cHIdX.framer-v-tbyrin .framer-7ngyvv { gap: 0px; } .framer-cHIdX.framer-v-tbyrin.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-tbyrin.framer-j4ei0s > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-tbyrin.framer-j4ei0s > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-tbyrin .framer-7ngyvv > *, .framer-cHIdX.framer-v-tbyrin .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-tbyrin .framer-7ngyvv > :last-child { margin: 0px; } }\",\".framer-cHIdX.framer-v-18ail4a.framer-j4ei0s, .framer-cHIdX.framer-v-1w4qc0u.framer-j4ei0s, .framer-cHIdX.framer-v-qsoe36.framer-j4ei0s, .framer-cHIdX.framer-v-blf4og.framer-j4ei0s { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 0px 24px 24px 24px; width: 400px; }\",\".framer-cHIdX.framer-v-18ail4a .framer-wkv9s1, .framer-cHIdX.framer-v-1w4qc0u .framer-wkv9s1, .framer-cHIdX.framer-v-qsoe36 .framer-wkv9s1, .framer-cHIdX.framer-v-blf4og .framer-wkv9s1 { flex-direction: column; gap: 24px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-18ail4a.framer-j4ei0s, .framer-cHIdX.framer-v-18ail4a .framer-7ngyvv, .framer-cHIdX.framer-v-18ail4a .framer-wkv9s1 { gap: 0px; } .framer-cHIdX.framer-v-18ail4a.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-18ail4a.framer-j4ei0s > :first-child, .framer-cHIdX.framer-v-18ail4a .framer-wkv9s1 > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-18ail4a.framer-j4ei0s > :last-child, .framer-cHIdX.framer-v-18ail4a .framer-wkv9s1 > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-18ail4a .framer-7ngyvv > *, .framer-cHIdX.framer-v-18ail4a .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-18ail4a .framer-7ngyvv > :last-child { margin: 0px; } .framer-cHIdX.framer-v-18ail4a .framer-wkv9s1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-1w4qc0u.framer-j4ei0s, .framer-cHIdX.framer-v-1w4qc0u .framer-7ngyvv, .framer-cHIdX.framer-v-1w4qc0u .framer-wkv9s1 { gap: 0px; } .framer-cHIdX.framer-v-1w4qc0u.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-1w4qc0u.framer-j4ei0s > :first-child, .framer-cHIdX.framer-v-1w4qc0u .framer-wkv9s1 > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-1w4qc0u.framer-j4ei0s > :last-child, .framer-cHIdX.framer-v-1w4qc0u .framer-wkv9s1 > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-1w4qc0u .framer-7ngyvv > *, .framer-cHIdX.framer-v-1w4qc0u .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-1w4qc0u .framer-7ngyvv > :last-child { margin: 0px; } .framer-cHIdX.framer-v-1w4qc0u .framer-wkv9s1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-1iuqg6n.framer-j4ei0s, .framer-cHIdX.framer-v-1iuqg6n .framer-7ngyvv { gap: 0px; } .framer-cHIdX.framer-v-1iuqg6n.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-1iuqg6n.framer-j4ei0s > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-1iuqg6n.framer-j4ei0s > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-1iuqg6n .framer-7ngyvv > *, .framer-cHIdX.framer-v-1iuqg6n .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-1iuqg6n .framer-7ngyvv > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-qsoe36.framer-j4ei0s, .framer-cHIdX.framer-v-qsoe36 .framer-7ngyvv, .framer-cHIdX.framer-v-qsoe36 .framer-wkv9s1 { gap: 0px; } .framer-cHIdX.framer-v-qsoe36.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-qsoe36.framer-j4ei0s > :first-child, .framer-cHIdX.framer-v-qsoe36 .framer-wkv9s1 > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-qsoe36.framer-j4ei0s > :last-child, .framer-cHIdX.framer-v-qsoe36 .framer-wkv9s1 > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-qsoe36 .framer-7ngyvv > *, .framer-cHIdX.framer-v-qsoe36 .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-qsoe36 .framer-7ngyvv > :last-child { margin: 0px; } .framer-cHIdX.framer-v-qsoe36 .framer-wkv9s1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-kh71ov.framer-j4ei0s, .framer-cHIdX.framer-v-kh71ov .framer-7ngyvv { gap: 0px; } .framer-cHIdX.framer-v-kh71ov.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-kh71ov.framer-j4ei0s > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-kh71ov.framer-j4ei0s > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-kh71ov .framer-7ngyvv > *, .framer-cHIdX.framer-v-kh71ov .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-kh71ov .framer-7ngyvv > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-blf4og.framer-j4ei0s, .framer-cHIdX.framer-v-blf4og .framer-7ngyvv, .framer-cHIdX.framer-v-blf4og .framer-wkv9s1 { gap: 0px; } .framer-cHIdX.framer-v-blf4og.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-blf4og.framer-j4ei0s > :first-child, .framer-cHIdX.framer-v-blf4og .framer-wkv9s1 > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-blf4og.framer-j4ei0s > :last-child, .framer-cHIdX.framer-v-blf4og .framer-wkv9s1 > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-blf4og .framer-7ngyvv > *, .framer-cHIdX.framer-v-blf4og .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-blf4og .framer-7ngyvv > :last-child { margin: 0px; } .framer-cHIdX.framer-v-blf4og .framer-wkv9s1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHIdX.framer-v-152vo8o.framer-j4ei0s, .framer-cHIdX.framer-v-152vo8o .framer-7ngyvv { gap: 0px; } .framer-cHIdX.framer-v-152vo8o.framer-j4ei0s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cHIdX.framer-v-152vo8o.framer-j4ei0s > :first-child { margin-top: 0px; } .framer-cHIdX.framer-v-152vo8o.framer-j4ei0s > :last-child { margin-bottom: 0px; } .framer-cHIdX.framer-v-152vo8o .framer-7ngyvv > *, .framer-cHIdX.framer-v-152vo8o .framer-7ngyvv > :first-child, .framer-cHIdX.framer-v-152vo8o .framer-7ngyvv > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"piq9gvMur\":{\"layout\":[\"fixed\",\"auto\"]},\"Of29rLJOB\":{\"layout\":[\"fixed\",\"fixed\"]},\"LHxNmooad\":{\"layout\":[\"fixed\",\"fixed\"]},\"Bcg8sVs_i\":{\"layout\":[\"fixed\",\"auto\"]},\"nvYNnn3zc\":{\"layout\":[\"fixed\",\"fixed\"]},\"mtXSBmdzx\":{\"layout\":[\"fixed\",\"auto\"]},\"mXM7MUd1_\":{\"layout\":[\"fixed\",\"fixed\"]},\"gihqe94D_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ECHcNF6lf\":\"componentLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXfd9C4F3Q=withCSS(Component,css,\"framer-cHIdX\");export default FramerXfd9C4F3Q;FramerXfd9C4F3Q.displayName=\"Nav 3\";FramerXfd9C4F3Q.defaultProps={height:60,width:1200};addPropertyControls(FramerXfd9C4F3Q,{variant:{options:[\"q2X3xQfM3\",\"piq9gvMur\",\"Of29rLJOB\",\"LHxNmooad\",\"Bcg8sVs_i\",\"nvYNnn3zc\",\"mtXSBmdzx\",\"mXM7MUd1_\",\"gihqe94D_\"],optionTitles:[\"Dark\",\"Polska 2\",\"Polska 3\",\"Chiny\",\"Chiny - 2\",\"Japonia\",\"Japonia - 2\",\"czechy\",\"czechy\"],title:\"Variant\",type:ControlType.Enum},ECHcNF6lf:{defaultValue:\"https://framer.com/m/Words-TpzH.js@9pBeqd36DZgFgtZcEvjT\",displayTextArea:true,title:\"Component link\",type:ControlType.String}});addFonts(FramerXfd9C4F3Q,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9qV6jjABrWtfZ3kPvHSHHQW6mE.woff2\"}]},...Icon2Fonts,...Logo2Fonts,...ClipboardFonts,...TextLinkTextLinkUnderlineFonts,...UtilitiesPrimaryButtonFonts,...GlobalLineAnimationGlobalFonts,...ButtonZloty2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXfd9C4F3Q\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ECHcNF6lf\\\":\\\"componentLink\\\"}\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"piq9gvMur\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Of29rLJOB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LHxNmooad\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Bcg8sVs_i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nvYNnn3zc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mtXSBmdzx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mXM7MUd1_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gihqe94D_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Xfd9C4F3Q.map", "// Generated by Framer (f4ba5e0)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-sUicS .framer-styles-preset-10k1x3x:not(.rich-text-wrapper), .framer-sUicS .framer-styles-preset-10k1x3x.rich-text-wrapper a { --framer-link-hover-text-color: #b89354; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-sUicS\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "YouTubeFonts", "getFonts", "Youtube", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerrvxIz_SfY", "withCSS", "rvxIz_SfY_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithFX", "RichText2", "css", "FrameryrqJiXHeP", "withCSS", "yrqJiXHeP_default", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1rpljk7", "args", "onTapqj84po", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FrameryprvZITqC", "withCSS", "yprvZITqC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RowFonts", "getFonts", "yprvZITqC_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerCKuOereMO", "withCSS", "CKuOereMO_default", "addPropertyControls", "ControlType", "addFonts", "clamp", "t", "e", "n", "progress", "t", "e", "n", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "Z", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerTU4e7whNp", "withCSS", "TU4e7whNp_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "title2", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "pf8Z24LAM", "rZPshPCLE", "nj4UFPLXM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerE_TqWlF1t", "withCSS", "E_TqWlF1t_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "spjE1UgV8", "G68Dpk14T", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "Frameri09nQ1jBF", "withCSS", "i09nQ1jBF_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerm99HJ1TF8", "withCSS", "m99HJ1TF8_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UvO00kpP1", "pN5qcoZCL", "UcNatdZWC", "lQ_FXk_nD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1hnkj1", "args", "onMouseEnter14sfbm6", "onMouseLeave11ng5lj", "onMouseEntera3no9q", "onMouseLeave1b9k6vs", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerOItkmtapu", "withCSS", "OItkmtapu_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XqpXZUGU6", "NhREodF7M", "G5AjACT8c", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaphzavzz", "args", "onMouseEnterry8fl0", "onMouseLeave13sle56", "onMouseEnter1y55fqa", "onMouseLeave1uizj76", "onMouseLeave1r6r11l", "onMouseEnterb5eiya", "onMouseEntero7z7jt", "onMouseLeaveiuwse4", "onMouseEntertounux", "onMouseLeave16d4bhf", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerOSFUBM14f", "withCSS", "OSFUBM14f_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "m99HJ1TF8_default", "TextLinkTextLinkUnderlineFonts", "OItkmtapu_default", "UtilitiesPrimaryButton2Fonts", "OSFUBM14f_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "css", "FramerIC9Y6iVLP", "withCSS", "IC9Y6iVLP_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ycoGZ9FSW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "css", "Framerwc2fPQ5uz", "withCSS", "wc2fPQ5uz_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerwWpzp5ycc", "withCSS", "wWpzp5ycc_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UvO00kpP1", "pN5qcoZCL", "UcNatdZWC", "lQ_FXk_nD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1hnkj1", "args", "onMouseEnter14sfbm6", "onMouseLeave11ng5lj", "onMouseEntera3no9q", "onMouseLeave1b9k6vs", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerOItkmtapu", "withCSS", "OItkmtapu_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "tap", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XqpXZUGU6", "NhREodF7M", "G5AjACT8c", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaphzavzz", "args", "onMouseEnter125of9m", "onMouseLeaverdst4c", "onMouseEnterzf4pk0", "onMouseLeave1tyocih", "onMouseLeave18u65my", "onMouseEnterkmlkd9", "onMouseEnter1gzpsms", "onMouseLeavedcffv3", "onMouseEnterozh8qu", "onMouseLeave1niv39d", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerOOocDjJUT", "withCSS", "OOocDjJUT_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "transition5", "transition6", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "colour", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "sjMku05M0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1my9c6h", "args", "onAppear16668wa", "onAppear1pxixsk", "onAppear1naktbs", "onAppear7a725", "onAppearu707ju", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "css", "FramerK7S49Fu5o", "withCSS", "K7S49Fu5o_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "IEkFuBZ8_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapyy6vi1", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerkqIbw9rhS", "withCSS", "kqIbw9rhS_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "pe0xCpWn9", "fNpx5b4rc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerrV_N95ckP", "withCSS", "rV_N95ckP_default", "addPropertyControls", "ControlType", "addFonts", "Icon2Fonts", "getFonts", "kqIbw9rhS_default", "Logo2Fonts", "wWpzp5ycc_default", "ClipboardFonts", "Clipboard", "TextLinkTextLinkUnderlineFonts", "OItkmtapu_default", "UtilitiesPrimaryButtonFonts", "OOocDjJUT_default", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "GlobalLineAnimationGlobalFonts", "K7S49Fu5o_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "SmartComponentScopedContainer", "ButtonZloty2Fonts", "rV_N95ckP_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "animation", "animation1", "transition4", "animation2", "animation3", "transition5", "animation4", "transition6", "animation5", "transition7", "animation6", "transition8", "animation7", "transition9", "animation8", "transition10", "animation9", "transition11", "animation10", "transition12", "animation11", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "componentLink", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ECHcNF6lf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "IEkFuBZ8_37togw", "args", "IEkFuBZ8_3p0sdx", "IEkFuBZ8_luchaz", "IEkFuBZ8_xhdzwm", "IEkFuBZ8_100wi9d", "IEkFuBZ8_8y0n4m", "IEkFuBZ8_16cj6x6", "IEkFuBZ8_1daemn1", "IEkFuBZ8_7sz17v", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "visible", "isDisplayed5", "router", "useRouter", "LayoutGroup", "u", "ComponentViewportProvider", "Link", "Image2", "getLoadingLazyAtYPosition", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "css", "FramerXfd9C4F3Q", "withCSS", "Xfd9C4F3Q_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
