{"version":3,"file":"u3PnhC6iD.BCNeACv7.mjs","names":["fonts","css","className","css","addPropertyOverrides","enabledGestures","cycleOrder","variantClassNames","humanReadableVariantMap","transitions","Component","className","css","addPropertyOverrides","cycleOrder","variantClassNames","humanReadableVariantMap","transitions","Component","className","css","Social","Navigation","className"],"sources":["https:/framerusercontent.com/modules/9N50PMbCaZNc8J76vXRL/zbPz4O3CnWxY2tjbhM7b/TextMask.js","https:/framerusercontent.com/modules/bamMgJhjMszHbcnxCtZj/20nHFbpxFqdlchR1dDZF/Noise.js","https:/framerusercontent.com/modules/wBliaN5fjcKJWmZAZRGz/LdOTia81B8nTEtgGiNFV/HKlttGDU0.js","https:/framerusercontent.com/modules/eB75UcIYRwCFaP0l9YPt/tmV4nKWHwAcJLWa9KH51/ro7OPezbn.js","https:/framerusercontent.com/modules/pXPi3PaO52BaZWITgdaq/QTs1cuoDk1zxm3HmobUG/hvkNvok8z.js","https:/framerusercontent.com/modules/D2Yvbuljfg2P9Aizojdr/F64QaFbjhAbwx6yrFqfH/teweejSiG.js","https:/framerusercontent.com/modules/d80GvRhCz6URzoG2Mahs/I9Zn8jvep3zsDdDcMmxB/u3PnhC6iD.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * TEXTMASK\n * By Benjamin den Boer\n * @benjaminnathan\n *\n * @framerIntrinsicWidth 260\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n */ export default function TextMask(props){const{textContent,image,bgSizeType,bgSize,bgPosX,bgPosY,font,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft}=props;const{color,fontSize,fontFamily,fontWeight,fontStyle,textAlign,letterSpacing,whiteSpace,lineHeight,lineHeightPixels,lineHeightType}=font;const backgroundSizeValue=props.bgSizeType===\"cover\"||props.bgSizeType===\"contain\"?bgSizeType:`${bgSize}%`;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;return /*#__PURE__*/ _jsx(\"h1\",{style:{backgroundImage:image&&`url(${image.src})`,backgroundSize:backgroundSizeValue,backgroundRepeat:\"no-repeat\",backgroundPosition:`${bgPosX}% ${bgPosY}%`,backgroundClip:image&&\"text\",WebkitBackgroundClip:image&&\"text\",WebkitTextFillColor:image&&\"transparent\",textFillColor:image&&\"transparent\",color,fontSize,fontFamily:`\"${fontFamily}\", sans-serif`,fontStyle,fontWeight,textAlign,letterSpacing,whiteSpace,lineHeight:lineHeightType?lineHeight:`${lineHeightPixels}px`,margin:0,padding:paddingValue},children:textContent});};/* Default Properties */ TextMask.defaultProps={textContent:\"Hello\",bgSize:100,bgPosX:0,bgPosY:0,font:{fontSize:100,lineHeight:1,lineHeightType:true}};TextMask.displayName=\"Text Mask\";/* Property Controls */ addPropertyControls(TextMask,{textContent:{type:ControlType.String,title:\"Text\",defaultValue:\"Hello\"},image:{type:ControlType.ResponsiveImage,title:\"Image\"},bgSizeType:{type:ControlType.Enum,options:[\"cover\",\"contain\",\"percentage\"],optionTitles:[\"Cover\",\"Contain\",\"Percentage\"],title:\"Background\",defaultValue:\"cover\"},bgSize:{type:ControlType.Number,min:0,max:200,defaultValue:100,unit:\"%\",title:\"Size\",hidden:props=>props.bgSizeType===\"cover\"||props.bgSizeType===\"contain\"},bgPosX:{type:ControlType.Number,min:0,max:100,defaultValue:0,unit:\"%\",title:\"Offset X\"},bgPosY:{type:ControlType.Number,min:0,max:100,defaultValue:0,unit:\"%\",title:\"Offset Y\"},font:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"#888\"},fontSize:{type:ControlType.Number,title:\"Size\",min:0,displayStepper:true,step:1,defaultValue:100},fontFamily:{type:ControlType.String,title:\"Font\",defaultValue:\"Inter\"},fontWeight:{type:ControlType.Enum,title:\"Weight\",options:[100,200,300,400,500,600,700,800,900],defaultValue:400},fontStyle:{type:ControlType.Enum,title:\"Style\",options:[\"normal\",\"italic\",\"oblique\"],optionTitles:[\"Normal\",\"Italic\",\"Oblique\"],defaultValue:\"normal\"},textAlign:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Align\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\"},whiteSpace:{type:ControlType.Enum,title:\"Space\",options:[\"normal\",\"nowrap\",\"pre\",\"pre-wrap\",\"preline\",\"break-spaces\",],optionTitles:[\"Normal\",\"No Wrap\",\"Pre\",\"Pre Wrap\",\"Preline\",\"Break Spaces\",],defaultValue:\"center\"},letterSpacing:{type:ControlType.Number,title:\"Letter\",min:-100,max:100,displayStepper:true,step:.1,defaultValue:0},lineHeight:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:1,hidden:props=>!props.lineHeightType},lineHeightPixels:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:100,hidden:props=>props.lineHeightType},lineHeightType:{type:ControlType.Boolean,title:\" \",enabledTitle:\"em\",disabledTitle:\"px\",defaultValue:true}}},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TextMask\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"260\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextMask.map","import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Noise\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Noise(props){const{opacity,backgroundSize,borderRadius}=props;return /*#__PURE__*/ _jsx(\"div\",{style:{...containerStyle,opacity,backgroundSize,borderRadius}});};Noise.defaultProps={opacity:.5,backgroundSize:128,radius:0};addPropertyControls(Noise,{backgroundSize:{title:\"Size\",type:ControlType.Number,min:64,max:256},opacity:{title:\"Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,min:0,max:1e3,step:1,displayStepper:true}});const containerStyle={width:\"100%\",height:\"100%\",backgroundSize:\"256px 256px\",backgroundRepeat:\"repeat\",backgroundImage:\"url('https://framerusercontent.com/images/rR6HYXBrMmX4cRpXfXUOvpvpB0.png')\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Noise\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Noise.map","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-mYm05 .framer-styles-preset-dxolqi:not(.rich-text-wrapper), .framer-mYm05 .framer-styles-preset-dxolqi.rich-text-wrapper a { --framer-link-hover-text-color: rgba(255, 255, 255, 0.6); --framer-link-hover-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-mYm05\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-btiv9 .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-btiv9 .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: #111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: rgba(0, 0, 0, 0.6); --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }\"];export const className=\"framer-btiv9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (b2eb78a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";const enabledGestures={AiSSzrwFD:{hover:true},EsvW3FcpV:{hover:true},kFSQ9jxFt:{hover:true},YII1uIZGN:{hover:true}};const cycleOrder=[\"YII1uIZGN\",\"EsvW3FcpV\",\"AiSSzrwFD\",\"kFSQ9jxFt\"];const variantClassNames={AiSSzrwFD:\"framer-v-30imlj\",EsvW3FcpV:\"framer-v-17hz0iq\",kFSQ9jxFt:\"framer-v-1um0wg1\",YII1uIZGN:\"framer-v-1pe66lo\"};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 humanReadableVariantMap={\"Next Dark\":\"EsvW3FcpV\",\"Next Light\":\"YII1uIZGN\",\"Previous Dark\":\"kFSQ9jxFt\",\"Previous Light\":\"AiSSzrwFD\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`translateY(-50%) ${t}`;const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"YII1uIZGN\",link:Z7tOZSbta,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"YII1uIZGN\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const isDisplayed=()=>{if([\"AiSSzrwFD-hover\",\"kFSQ9jxFt-hover\"].includes(gestureVariant))return false;if([\"AiSSzrwFD\",\"kFSQ9jxFt\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"AiSSzrwFD-hover\",\"kFSQ9jxFt-hover\"].includes(gestureVariant))return true;if([\"AiSSzrwFD\",\"kFSQ9jxFt\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-4B7rB\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Link,{href:Z7tOZSbta,smoothScroll:true,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-1pe66lo\",className)} framer-6mx9p6`,\"data-framer-name\":\"Next Light\",layoutDependency:layoutDependency,layoutId:\"YII1uIZGN\",ref:ref,style:{opacity:1,...style},transition:transition,variants:{\"AiSSzrwFD-hover\":{opacity:.6},\"EsvW3FcpV-hover\":{opacity:.6},\"kFSQ9jxFt-hover\":{opacity:.6},\"YII1uIZGN-hover\":{opacity:.6}},...addPropertyOverrides({\"AiSSzrwFD-hover\":{\"data-framer-name\":undefined},\"EsvW3FcpV-hover\":{\"data-framer-name\":undefined},\"kFSQ9jxFt-hover\":{\"data-framer-name\":undefined},\"YII1uIZGN-hover\":{\"data-framer-name\":undefined},AiSSzrwFD:{\"data-framer-name\":\"Previous Light\"},EsvW3FcpV:{\"data-framer-name\":\"Next Dark\"},kFSQ9jxFt:{\"data-framer-name\":\"Previous Dark\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"NEXT\"})}),className:\"framer-1v1zqfo\",fonts:[\"GF;Unbounded-700\"],layoutDependency:layoutDependency,layoutId:\"s1yudiD4b\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate,transition:transition,variants:{EsvW3FcpV:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},kFSQ9jxFt:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AiSSzrwFD:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"PREV\"})})},EsvW3FcpV:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:\"NEXT\"})})},kFSQ9jxFt:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:\"PREV\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-1o67v90\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iC92tOmHv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 2.5 8 L 13.5 8 M 9 3.5 L 13.5 8 L 9 12.5\" fill=\"transparent\" stroke-width=\"2.11\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:164100020,transition:transition,withExternalLayout:true,...addPropertyOverrides({\"EsvW3FcpV-hover\":{svgContentId:3602647651},\"YII1uIZGN-hover\":{svgContentId:14535703},EsvW3FcpV:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 2.5 8 L 13.5 8 M 9 3.5 L 13.5 8 L 9 12.5\" fill=\"transparent\" stroke-width=\"2.11\" stroke=\"hsl(0, 0%, 100%)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:4237895547}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-nazha4\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ronnLEsuj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 19\"><path d=\"M 0 0 L 19 0 L 19 19 L 0 19 Z\" fill=\"transparent\"></path><path d=\"M 16.031 9.5 L 2.969 9.5 M 8.313 4.156 L 2.969 9.5 L 8.313 14.844\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:2843548278,transition:transition,withExternalLayout:true,...addPropertyOverrides({AiSSzrwFD:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 13.5 8 L 2.5 8 M 7 3.5 L 2.5 8 L 7 12.5\" fill=\"transparent\" stroke-width=\"2.11\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:1619578893},kFSQ9jxFt:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 13.5 8 L 2.5 8 M 7 3.5 L 2.5 8 L 7 12.5\" fill=\"transparent\" stroke-width=\"2.11\" stroke=\"hsl(0, 0%, 100%)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:56308280}},baseVariant,gestureVariant)})]})})})});});const css=['.framer-4B7rB [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4B7rB .framer-6mx9p6 { display: block; }\",\".framer-4B7rB .framer-1pe66lo { cursor: pointer; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 67px; }\",\".framer-4B7rB .framer-1v1zqfo { flex: none; height: auto; left: 0px; overflow: visible; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-4B7rB .framer-1o67v90 { flex: none; height: 16px; position: absolute; right: 0px; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-4B7rB .framer-nazha4 { flex: none; height: 19px; left: 0px; position: absolute; top: calc(50.00000000000002% - 19px / 2); width: 19px; }\",\".framer-4B7rB .framer-v-1pe66lo .framer-1pe66lo, .framer-4B7rB .framer-v-17hz0iq .framer-1pe66lo, .framer-4B7rB .framer-v-30imlj .framer-1pe66lo, .framer-4B7rB .framer-v-1um0wg1 .framer-1pe66lo { cursor: pointer; }\",\".framer-4B7rB.framer-v-30imlj .framer-1pe66lo, .framer-4B7rB.framer-v-1um0wg1 .framer-1pe66lo { width: 66px; }\",\".framer-4B7rB.framer-v-30imlj .framer-1v1zqfo, .framer-4B7rB.framer-v-1um0wg1 .framer-1v1zqfo { left: unset; right: 0px; }\",\".framer-4B7rB.framer-v-30imlj .framer-nazha4, .framer-4B7rB.framer-v-1um0wg1 .framer-nazha4 { height: 16px; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-4B7rB.framer-v-1pe66lo.hover .framer-1o67v90, .framer-4B7rB.framer-v-17hz0iq.hover .framer-1o67v90 { right: -3px; }\",\".framer-4B7rB.framer-v-30imlj.hover .framer-1v1zqfo, .framer-4B7rB.framer-v-1um0wg1.hover .framer-1v1zqfo { left: unset; }\",\".framer-4B7rB.framer-v-30imlj.hover .framer-nazha4, .framer-4B7rB.framer-v-1um0wg1.hover .framer-nazha4 { left: -3px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 67\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EsvW3FcpV\":{\"layout\":[\"fixed\",\"fixed\"]},\"AiSSzrwFD\":{\"layout\":[\"fixed\",\"fixed\"]},\"kFSQ9jxFt\":{\"layout\":[\"fixed\",\"fixed\"]},\"rPk_O9vQE\":{\"layout\":[\"fixed\",\"fixed\"]},\"NN7LJSUWA\":{\"layout\":[\"fixed\",\"fixed\"]},\"gPN_ZkxoG\":{\"layout\":[\"fixed\",\"fixed\"]},\"VUoilYweG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Z7tOZSbta\":\"link\"}\n */ const FramerhvkNvok8z=withCSS(Component,css,\"framer-4B7rB\");export default FramerhvkNvok8z;FramerhvkNvok8z.displayName=\"Navigation\";FramerhvkNvok8z.defaultProps={height:24,width:67};addPropertyControls(FramerhvkNvok8z,{variant:{options:[\"YII1uIZGN\",\"EsvW3FcpV\",\"AiSSzrwFD\",\"kFSQ9jxFt\"],optionTitles:[\"Next Light\",\"Next Dark\",\"Previous Light\",\"Previous Dark\"],title:\"Variant\",type:ControlType.Enum},Z7tOZSbta:{title:\"Link\",type:ControlType.Link}});addFonts(FramerhvkNvok8z,[{family:\"Unbounded\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/hvkNvok8z:default\",url:\"https://fonts.gstatic.com/s/unbounded/v5/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v5/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\",weight:\"700\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhvkNvok8z\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EsvW3FcpV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AiSSzrwFD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kFSQ9jxFt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rPk_O9vQE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NN7LJSUWA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gPN_ZkxoG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VUoilYweG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"67\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Z7tOZSbta\\\":\\\"link\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hvkNvok8z.map","// Generated by Framer (3e2e968)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";const enabledGestures={LuQ432GfQ:{hover:true},uFl4ZrJGD:{hover:true}};const cycleOrder=[\"uFl4ZrJGD\",\"LuQ432GfQ\"];const variantClassNames={LuQ432GfQ:\"framer-v-1a1cvii\",uFl4ZrJGD:\"framer-v-1a3vmwz\"};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 humanReadableVariantMap={Dark:\"LuQ432GfQ\",Light:\"uFl4ZrJGD\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"uFl4ZrJGD\",name:cMPVbF8UY=true,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"uFl4ZrJGD\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-ZFsAg\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Link,{href:\"https://twitter.com/monmichalczyk\",children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-1a3vmwz\",className)} framer-ge6m00`,\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"uFl4ZrJGD\",ref:ref,style:{opacity:1,...style},transition:transition,variants:{\"LuQ432GfQ-hover\":{opacity:.6},\"uFl4ZrJGD-hover\":{opacity:.6}},...addPropertyOverrides({\"LuQ432GfQ-hover\":{\"data-framer-name\":undefined},\"uFl4ZrJGD-hover\":{\"data-framer-name\":undefined},LuQ432GfQ:{\"data-framer-name\":\"Dark\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-aw0ubo\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bwqftokEu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 0 L 18 0 L 18 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 17.273 5.46 L 15.171 7.563 C 14.746 12.486 10.594 16.313 5.625 16.313 C 4.604 16.313 3.762 16.151 3.123 15.832 C 2.608 15.574 2.397 15.297 2.344 15.218 C 2.249 15.076 2.224 14.897 2.277 14.734 C 2.33 14.57 2.454 14.44 2.615 14.38 C 2.633 14.373 4.319 13.725 5.39 12.492 C 4.796 12.004 4.278 11.431 3.852 10.791 C 2.98 9.496 2.004 7.248 2.305 3.888 C 2.324 3.67 2.468 3.483 2.674 3.408 C 2.88 3.334 3.111 3.386 3.265 3.542 C 3.289 3.566 5.605 5.869 8.435 6.616 L 8.435 6.188 C 8.433 5.28 8.797 4.411 9.445 3.776 C 10.074 3.148 10.931 2.8 11.82 2.813 C 13.02 2.824 14.127 3.465 14.735 4.5 L 16.875 4.5 C 17.103 4.5 17.308 4.637 17.395 4.847 C 17.482 5.057 17.434 5.3 17.273 5.46 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:2537388022,transition:transition,withExternalLayout:true,...addPropertyOverrides({LuQ432GfQ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 0 0 L 18 0 L 18 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 17.273 5.46 L 15.171 7.563 C 14.746 12.486 10.594 16.313 5.625 16.313 C 4.604 16.313 3.762 16.151 3.123 15.832 C 2.608 15.574 2.397 15.297 2.344 15.218 C 2.249 15.076 2.224 14.897 2.277 14.734 C 2.33 14.57 2.454 14.44 2.615 14.38 C 2.633 14.373 4.319 13.725 5.39 12.492 C 4.796 12.004 4.278 11.431 3.852 10.791 C 2.98 9.496 2.004 7.248 2.305 3.888 C 2.324 3.67 2.468 3.483 2.674 3.408 C 2.88 3.334 3.111 3.386 3.265 3.542 C 3.289 3.566 5.605 5.869 8.435 6.616 L 8.435 6.188 C 8.433 5.28 8.797 4.411 9.445 3.776 C 10.074 3.148 10.931 2.8 11.82 2.813 C 13.02 2.824 14.127 3.465 14.735 4.5 L 16.875 4.5 C 17.103 4.5 17.308 4.637 17.395 4.847 C 17.482 5.057 17.434 5.3 17.273 5.46 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:3027600326}},baseVariant,gestureVariant)}),cMPVbF8UY&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"MONMICHALCZYK\"})}),className:\"framer-1eo02dn\",fonts:[\"GF;Unbounded-700\"],layoutDependency:layoutDependency,layoutId:\"vvWvmDq6f\",style:{\"--framer-paragraph-spacing\":\"0px\"},transition:transition,variants:{LuQ432GfQ:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LuQ432GfQ:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:\"MONMICHALCZYK\"})})}},baseVariant,gestureVariant)})]})})})});});const css=['.framer-ZFsAg [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZFsAg .framer-ge6m00 { display: block; }\",\".framer-ZFsAg .framer-1a3vmwz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZFsAg .framer-aw0ubo { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-ZFsAg .framer-1eo02dn { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-ZFsAg .framer-v-1a3vmwz .framer-1a3vmwz, .framer-ZFsAg .framer-v-1a1cvii .framer-1a3vmwz { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFsAg .framer-1a3vmwz { gap: 0px; } .framer-ZFsAg .framer-1a3vmwz > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-ZFsAg .framer-1a3vmwz > :first-child { margin-left: 0px; } .framer-ZFsAg .framer-1a3vmwz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 183\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"LuQ432GfQ\":{\"layout\":[\"auto\",\"auto\"]},\"kHux_QQQF\":{\"layout\":[\"auto\",\"auto\"]},\"o20FsRnHF\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cMPVbF8UY\":\"name\"}\n */ const FramerteweejSiG=withCSS(Component,css,\"framer-ZFsAg\");export default FramerteweejSiG;FramerteweejSiG.displayName=\"Social\";FramerteweejSiG.defaultProps={height:21,width:183};addPropertyControls(FramerteweejSiG,{variant:{options:[\"uFl4ZrJGD\",\"LuQ432GfQ\"],optionTitles:[\"Light\",\"Dark\"],title:\"Variant\",type:ControlType.Enum},cMPVbF8UY:{defaultValue:true,title:\"Name\",type:ControlType.Boolean}});addFonts(FramerteweejSiG,[{family:\"Unbounded\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/teweejSiG:default\",url:\"https://fonts.gstatic.com/s/unbounded/v5/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v5/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\",weight:\"700\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerteweejSiG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"21\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LuQ432GfQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kHux_QQQF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"o20FsRnHF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"183\",\"framerVariables\":\"{\\\"cMPVbF8UY\\\":\\\"name\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./teweejSiG.map","// Generated by Framer (3e2e968)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,SVG,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wBliaN5fjcKJWmZAZRGz/LdOTia81B8nTEtgGiNFV/HKlttGDU0.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/eB75UcIYRwCFaP0l9YPt/tmV4nKWHwAcJLWa9KH51/ro7OPezbn.js\";import Navigation from\"https://framerusercontent.com/modules/pXPi3PaO52BaZWITgdaq/QTs1cuoDk1zxm3HmobUG/hvkNvok8z.js\";import Social from\"https://framerusercontent.com/modules/D2Yvbuljfg2P9Aizojdr/F64QaFbjhAbwx6yrFqfH/teweejSiG.js\";const SocialFonts=getFonts(Social);const NavigationFonts=getFonts(Navigation);const cycleOrder=[\"MshoVuqe7\",\"cJfRlqfVU\",\"vsDHnwMSq\",\"Wkf0RSEFn\"];const variantClassNames={cJfRlqfVU:\"framer-v-wqbub8\",MshoVuqe7:\"framer-v-13zgzbc\",vsDHnwMSq:\"framer-v-1wz4hjr\",Wkf0RSEFn:\"framer-v-i26elm\"};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 humanReadableVariantMap={\"Dark Phone\":\"Wkf0RSEFn\",\"Light Phone\":\"vsDHnwMSq\",Dark:\"cJfRlqfVU\",Light:\"MshoVuqe7\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"MshoVuqe7\",previous:YVCwc_BZS,next:X8sVK6HB8,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"MshoVuqe7\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const isDisplayed=()=>{if([\"vsDHnwMSq\",\"Wkf0RSEFn\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"vsDHnwMSq\",\"Wkf0RSEFn\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-r1lZb\",sharedStyle.className,sharedStyle1.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-13zgzbc\",className),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"MshoVuqe7\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({cJfRlqfVU:{\"data-framer-name\":\"Dark\"},vsDHnwMSq:{\"data-framer-name\":\"Light Phone\"},Wkf0RSEFn:{\"data-framer-name\":\"Dark Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-19sxhff-container\",layoutDependency:layoutDependency,layoutId:\"jWqVLj64s-container\",transition:transition,children:/*#__PURE__*/ _jsx(Social,{height:\"100%\",id:\"jWqVLj64s\",layoutId:\"jWqVLj64s\",name:true,variant:\"uFl4ZrJGD\",width:\"100%\",...addPropertyOverrides({cJfRlqfVU:{variant:\"LuQ432GfQ\"},vsDHnwMSq:{name:false},Wkf0RSEFn:{name:false,variant:\"LuQ432GfQ\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-f3706t\",layoutDependency:layoutDependency,layoutId:\"HVgI6_e3e\",transition:transition,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-eggkgb-container\",layoutDependency:layoutDependency,layoutId:\"M4mFNmugW-container\",transition:transition,children:/*#__PURE__*/ _jsx(Navigation,{height:\"100%\",id:\"M4mFNmugW\",layoutId:\"M4mFNmugW\",link:YVCwc_BZS,variant:\"AiSSzrwFD\",width:\"100%\",...addPropertyOverrides({cJfRlqfVU:{variant:\"kFSQ9jxFt\"},Wkf0RSEFn:{variant:\"kFSQ9jxFt\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-xxoma3-container\",layoutDependency:layoutDependency,layoutId:\"nAd0hYmin-container\",transition:transition,children:/*#__PURE__*/ _jsx(Navigation,{height:\"100%\",id:\"nAd0hYmin\",layoutId:\"nAd0hYmin\",link:X8sVK6HB8,variant:\"YII1uIZGN\",width:\"100%\",...addPropertyOverrides({cJfRlqfVU:{variant:\"EsvW3FcpV\"},Wkf0RSEFn:{variant:\"EsvW3FcpV\"}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\"},children:/*#__PURE__*/ _jsx(Link,{href:\"https://www.framer.com/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"MADE IN FRAMER\"})})})}),className:\"framer-s342gl\",fonts:[\"GF;Unbounded-700\"],layoutDependency:layoutDependency,layoutId:\"jx8c_sjM8\",style:{\"--framer-paragraph-spacing\":\"0px\"},transition:transition,variants:{cJfRlqfVU:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cJfRlqfVU:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLTcwMA==\",\"--framer-font-family\":'\"Unbounded\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:/*#__PURE__*/ _jsx(Link,{href:\"https://www.framer.com/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-dxolqi\",\"data-styles-preset\":\"HKlttGDU0\",children:\"MADE IN FRAMER\"})})})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/ _jsx(Link,{href:\"https://www.framer.com/\",children:/*#__PURE__*/ _jsx(SVG,{as:\"a\",className:\"framer-1puupyh framer-5kkjjr\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"m2jB5te9z\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 11.488 11.488 C 11.677 11.677 11.543 12 11.276 12 L 6.3 12 C 6.134 12 6 12.134 6 12.3 L 6 17.276 C 6 17.543 5.677 17.677 5.488 17.488 L 0.117 12.117 C 0.042 12.042 0 11.94 0 11.834 L 0 6.3 C 0 6.134 0.134 6 0.3 6 L 6 6 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 6 6 L 0.512 0.512 C 0.323 0.323 0.457 0 0.724 0 L 11.7 0 C 11.866 0 12 0.134 12 0.3 L 12 5.7 C 12 5.866 11.866 6 11.7 6 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:3452325337,transition:transition,withExternalLayout:true,...addPropertyOverrides({vsDHnwMSq:{svgContentId:734727835},Wkf0RSEFn:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 11.488 11.488 C 11.677 11.677 11.543 12 11.276 12 L 6.3 12 C 6.134 12 6 12.134 6 12.3 L 6 17.276 C 6 17.543 5.677 17.677 5.488 17.488 L 0.117 12.117 C 0.042 12.042 0 11.94 0 11.834 L 0 6.3 C 0 6.134 0.134 6 0.3 6 L 6 6 Z\" fill=\"hsl(0, 0%, 100%)\"></path><path d=\"M 6 6 L 0.512 0.512 C 0.323 0.323 0.457 0 0.724 0 L 11.7 0 C 11.866 0 12 0.134 12 0.3 L 12 5.7 C 12 5.866 11.866 6 11.7 6 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:1030461434}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-r1lZb [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-r1lZb .framer-5kkjjr { display: block; }\",\".framer-r1lZb .framer-13zgzbc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 20px 20px 20px 20px; position: relative; width: 1200px; }\",\".framer-r1lZb .framer-19sxhff-container, .framer-r1lZb .framer-eggkgb-container, .framer-r1lZb .framer-xxoma3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-r1lZb .framer-f3706t { 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 0px 0px 0px; position: relative; width: min-content; }\",\".framer-r1lZb .framer-mgg9m5-container, .framer-r1lZb .framer-17j6w5-container { flex: none; height: 29px; position: relative; width: 29px; }\",\".framer-r1lZb .framer-s342gl { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 183px; word-break: break-word; word-wrap: break-word; }\",\".framer-r1lZb .framer-3c8770 { flex: none; height: 18px; position: relative; width: 12px; }\",\".framer-r1lZb .framer-1puupyh { flex: none; height: 18px; position: relative; text-decoration: none; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-r1lZb .framer-f3706t { gap: 0px; } .framer-r1lZb .framer-f3706t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-r1lZb .framer-f3706t > :first-child { margin-left: 0px; } .framer-r1lZb .framer-f3706t > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cJfRlqfVU\":{\"layout\":[\"fixed\",\"auto\"]},\"vsDHnwMSq\":{\"layout\":[\"fixed\",\"auto\"]},\"Wkf0RSEFn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"YVCwc_BZS\":\"previous\",\"X8sVK6HB8\":\"next\"}\n */ const Frameru3PnhC6iD=withCSS(Component,css,\"framer-r1lZb\");export default Frameru3PnhC6iD;Frameru3PnhC6iD.displayName=\"Bottom Nav\";Frameru3PnhC6iD.defaultProps={height:64,width:1200};addPropertyControls(Frameru3PnhC6iD,{variant:{options:[\"MshoVuqe7\",\"cJfRlqfVU\",\"vsDHnwMSq\",\"Wkf0RSEFn\"],optionTitles:[\"Light\",\"Dark\",\"Light Phone\",\"Dark Phone\"],title:\"Variant\",type:ControlType.Enum},YVCwc_BZS:{title:\"Previous\",type:ControlType.Link},X8sVK6HB8:{title:\"Next\",type:ControlType.Link}});addFonts(Frameru3PnhC6iD,[{family:\"Unbounded\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/u3PnhC6iD:default\",url:\"https://fonts.gstatic.com/s/unbounded/v5/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v5/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\",weight:\"700\"},...SocialFonts,...NavigationFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru3PnhC6iD\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"64\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cJfRlqfVU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vsDHnwMSq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wkf0RSEFn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"YVCwc_BZS\\\":\\\"previous\\\",\\\"X8sVK6HB8\\\":\\\"next\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}