{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/6Fk6z98xIZiM8MKrRU8L/NUrGRtGnrbjicn22rgwS/hW6cifpvR.js", "ssg:https://framerusercontent.com/modules/Cs0q1az0QVEhcfW6gXMU/KntWf8x9GX8I0U4ay6jm/YaqDXIW2l.js", "ssg:https://framerusercontent.com/modules/Xxnxm7ojcwNTMOvxYday/Z7ExQrrZNDE1dj8Z3e0b/utDP4Xw77.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,Color}from\"framer\";import{motion}from\"framer-motion\";/**\n * PATTERN\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Pattern(props){const{patternType,front,back,radius,scale,shouldAnimate,direction,diagonal,duration}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;let pattern;let position;let size;let repeat;let blendMode;let filter;let addBackground;let backgroundPosAnimation;const frontHex=Color.toHexString(Color(front));const backHex=Color.toHexString(Color(back));const frontWithoutHex=frontHex.replace(\"#\",\"\");const backWithoutHex=backHex.replace(\"#\",\"\");const factor=direction===\"left\"||direction===\"top\"?-1:1;const xScale=direction===\"left\"||direction===\"right\"?factor*scale:0;const yScale=direction===\"top\"||direction===\"bottom\"?factor*scale:0;if(patternType===\"wave\"){pattern=`radial-gradient(circle at center center, ${front}, ${back}), repeating-radial-gradient(circle at center center, ${front}, ${front}, ${scale}px, transparent ${scale*2}px, transparent ${scale}px)`;blendMode=\"multiply\";}if(patternType===\"zigzag\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale*2}px ${scale*2}px`;repeat=`repeat`;}if(patternType===\"diagonal\"){pattern=`repeating-linear-gradient(45deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"diagonal-two\"){pattern=`repeating-linear-gradient( 135deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"blocks\"){pattern=`linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back})`;size=`${scale*8}px ${scale*14}px`;position=`0 0, 0 0, ${scale*4}px ${scale*7}px, ${scale*4}px ${scale*7}px, 0 0, ${scale*4}px ${scale*7}px`;}if(patternType===\"polka\"){pattern=`radial-gradient(${front} 1px, transparent 1px), radial-gradient(${front} 1px, ${back} 1px)`;size=`${scale*2}px ${scale*2}px`;position=`0 0, ${scale}px ${scale}px`;}if(patternType===\"rhombus\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale}px ${scale}px`;repeat=\"repeat\";}if(patternType===\"stars\"){pattern=`radial-gradient(ellipse ${scale}px ${scale}px, ${front}, ${front} 25%, ${back} 25%)`;size=`${scale/2}px ${scale/2}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale}px ${yScale}px`;}}if(patternType===\"circles\"){pattern=`radial-gradient(circle at 100% 50%, ${back} 20%, ${front} 21%, ${front} 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, ${back} 20%, ${front} 21%, ${front} 34%, ${back} 35%, ${back})`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"rectangles\"){pattern=`repeating-linear-gradient(45deg, ${front} 25%, transparent 25%, transparent 75%, ${front} 75%, ${front}), repeating-linear-gradient(45deg, ${front} 25%, ${back} 25%, ${back} 75%, ${front} 75%, ${front})`;position=`0 0, ${scale}px ${scale}px`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"lines\"){pattern=`linear-gradient(0deg, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"lines-vertical\"){pattern=`linear-gradient(to right, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"paper\"){pattern=`linear-gradient(${front} 2px, transparent 2px), linear-gradient(90deg, ${front} 2px, transparent 2px), linear-gradient(${front} 1px, transparent 1px), linear-gradient(90deg, ${front} 1px, ${back} 1px)`;size=`${scale*5}px ${scale*5}px, ${scale*5}px ${scale*5}px, ${scale}px ${scale}px, ${scale}px ${scale}px`;position=`-2px -2px, -2px -2px, -1px -1px, -1px -1px`;}if(patternType===\"crosses\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;size=`${scale*4}px ${scale*4}px`;addBackground=back;}if(patternType===\"wave-lines\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='100' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;size=`${scale*10}px ${scale*2}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*10}px ${yScale*2}px`;}}if(patternType===\"clouds\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28'%3E%3Cpath fill='%23${frontWithoutHex}' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*5.6}px ${scale*2.8}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*5.6}px ${yScale*2.8}px`;}}if(patternType===\"stars-two\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23${frontWithoutHex}' d='m16 8.764 2.351 4.764 5.257.764L19.804 18l.898 5.236L16 20.764l-4.702 2.472.898-5.236-3.804-3.708 5.257-.764Z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*3.2}px ${scale*3.2}px`;addBackground=back;}if(patternType===\"wiggle\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*5.2}px ${scale*2.6}px`;if(shouldAnimate){if(diagonal){backgroundPosAnimation=`-${scale*5.2}px -${scale*5.2}px`;}else{backgroundPosAnimation=`${scale*5.2}px ${scale*5.2}px`;}}}if(patternType===\"groovy\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40c5.523 0 10-4.477 10-10V0C4.477 0 0 4.477 0 10v30zm22 0c-5.523 0-10-4.477-10-10V0c5.523 0 10 4.477 10 10v30z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*2.4}px ${scale*4}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale*2.4}px ${yScale*4}px`;}}if(patternType===\"plus\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*6}px ${scale*6}px`;}return /*#__PURE__*/ _jsx(motion.div,{style:{width:\"100%\",height:\"100%\",backgroundColor:addBackground?addBackground:\"transparent\",backgroundImage:pattern,backgroundPosition:position,backgroundSize:size,backgroundRepeat:repeat,backgroundBlendMode:blendMode,borderRadius:radius,filter:filter},animate:shouldAnimate&&{backgroundPosition:backgroundPosAnimation},transition:{type:\"tween\",ease:\"linear\",duration:duration,repeat:Infinity,repeatType:\"loop\"}});};Pattern.displayName=\"Pattern\";/* Property Controls */ addPropertyControls(Pattern,{patternType:{type:ControlType.Enum,defaultValue:\"wave-lines\",options:[\"wave-lines\",\"clouds\",\"wiggle\",\"groovy\",\"plus\",\"circles\",\"rectangles\",\"lines\",\"lines-vertical\",\"diagonal\",\"diagonal-two\",\"blocks\",\"wave\",\"zigzag\",\"polka\",\"rhombus\",\"stars\",\"stars-two\",\"paper\",\"crosses\",],optionTitles:[\"Wave Lines\",\"Clouds\",\"Wiggle\",\"Groovy\",\"Plus\",\"Circles\",\"Rectangles\",\"Lines\",\"Lines Vertical\",\"Diagonal\",\"Diagonal 2\",\"Blocks\",\"Wave\",\"ZigZag\",\"Polka\",\"Rhombus\",\"Stars\",\"Stars 2\",\"Paper\",\"Crosses\",],title:\"Type\"},front:{type:ControlType.Color,title:\"Front\",defaultValue:\"#FFF\"},back:{type:ControlType.Color,title:\"Back\",defaultValue:\"#2DD\"},scale:{type:ControlType.Number,min:1,max:100,step:1,defaultValue:10},radius:{type:ControlType.Number,min:0,max:100,step:1,defaultValue:0},shouldAnimate:{type:ControlType.Boolean,title:\"Animate\",defaultValue:false,hidden(props){return props.patternType!==\"wave-lines\"&&props.patternType!==\"wiggle\"&&props.patternType!==\"clouds\"&&props.patternType!==\"stars\"&&props.patternType!==\"groovy\";}},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,hidden(props){return props.patternType===\"wiggle\"||props.shouldAnimate===false;}},diagonal:{type:ControlType.Boolean,title:\"Direction\",defaultValue:true,enabledTitle:\"TL\",disabledTitle:\"BR\",hidden(props){return props.patternType!==\"wiggle\";}},duration:{type:ControlType.Number,min:0,max:50,step:.1,defaultValue:5,hidden(props){return props.shouldAnimate===false;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Pattern\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pattern.map", "// Generated by Framer (d03ec02)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"RaaFMwcVC\",\"SaDh4N7lx\",\"ZzVGnFNyg\",\"ncFCjxoRl\"];const serializationHash=\"framer-Mu3K9\";const variantClassNames={ncFCjxoRl:\"framer-v-1nurrvj\",RaaFMwcVC:\"framer-v-q4sgol\",SaDh4N7lx:\"framer-v-ow6muz\",ZzVGnFNyg:\"framer-v-7p1vc4\"};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 transitions={default:{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={\"Dark Phone\":\"ncFCjxoRl\",\"Light Phone\":\"ZzVGnFNyg\",Dark:\"SaDh4N7lx\",Light:\"RaaFMwcVC\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"RaaFMwcVC\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"RaaFMwcVC\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"ZzVGnFNyg\",\"ncFCjxoRl\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-q4sgol\",className,classNames),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"RaaFMwcVC\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ncFCjxoRl:{\"data-framer-name\":\"Dark Phone\"},SaDh4N7lx:{\"data-framer-name\":\"Dark\"},ZzVGnFNyg:{\"data-framer-name\":\"Light Phone\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.framer.com/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-l23bi0 framer-1wvtsxb\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wXzej4cRW\",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,withExternalLayout:true,...addPropertyOverrides({ncFCjxoRl:{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},ZzVGnFNyg:{svgContentId:734727835}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-Mu3K9[data-border=\"true\"]::after, .framer-Mu3K9 [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-Mu3K9.framer-1wvtsxb, .framer-Mu3K9 .framer-1wvtsxb { display: block; }\",\".framer-Mu3K9.framer-q4sgol { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 61px; overflow: hidden; padding: 20px 20px 20px 20px; position: relative; width: 1200px; }\",\".framer-Mu3K9 .framer-l23bi0 { flex: none; height: 18px; position: relative; text-decoration: none; width: 12px; }\",\".framer-Mu3K9.framer-v-7p1vc4.framer-q4sgol, .framer-Mu3K9.framer-v-1nurrvj.framer-q4sgol { min-height: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 61\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SaDh4N7lx\":{\"layout\":[\"fixed\",\"auto\"]},\"ZzVGnFNyg\":{\"layout\":[\"fixed\",\"auto\"]},\"ncFCjxoRl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n */const FramerhW6cifpvR=withCSS(Component,css,\"framer-Mu3K9\");export default FramerhW6cifpvR;FramerhW6cifpvR.displayName=\"Bottom Nav\";FramerhW6cifpvR.defaultProps={height:61,width:1200};addPropertyControls(FramerhW6cifpvR,{variant:{options:[\"RaaFMwcVC\",\"SaDh4N7lx\",\"ZzVGnFNyg\",\"ncFCjxoRl\"],optionTitles:[\"Light\",\"Dark\",\"Light Phone\",\"Dark Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhW6cifpvR,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhW6cifpvR\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SaDh4N7lx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZzVGnFNyg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ncFCjxoRl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"61\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hW6cifpvR.map", "// Generated by Framer (d03ec02)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"MDOrV7JmA\",\"bGmY3E7ti\",\"ucqn1Y7QL\",\"JxrcTKvto\"];const serializationHash=\"framer-NiQnI\";const variantClassNames={bGmY3E7ti:\"framer-v-129hjo6\",JxrcTKvto:\"framer-v-1d5flxp\",MDOrV7JmA:\"framer-v-7rtqvz\",ucqn1Y7QL:\"framer-v-7r985h\"};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 transitions={default:{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={\"Dark Phone\":\"JxrcTKvto\",\"Light Phone\":\"ucqn1Y7QL\",Dark:\"bGmY3E7ti\",Light:\"MDOrV7JmA\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"MDOrV7JmA\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"MDOrV7JmA\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7rtqvz\",className,classNames),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"MDOrV7JmA\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bGmY3E7ti:{\"data-framer-name\":\"Dark\"},JxrcTKvto:{\"data-framer-name\":\"Dark Phone\"},ucqn1Y7QL:{\"data-framer-name\":\"Light Phone\"}},baseVariant,gestureVariant)})})})});});const css=['.framer-NiQnI[data-border=\"true\"]::after, .framer-NiQnI [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-NiQnI.framer-139l6gb, .framer-NiQnI .framer-139l6gb { display: block; }\",\".framer-NiQnI.framer-7rtqvz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 65px; overflow: hidden; padding: 20px 20px 20px 20px; position: relative; width: 1200px; }\",\".framer-NiQnI.framer-v-7r985h.framer-7rtqvz, .framer-NiQnI.framer-v-1d5flxp.framer-7rtqvz { min-height: 67px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 65\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bGmY3E7ti\":{\"layout\":[\"fixed\",\"auto\"]},\"ucqn1Y7QL\":{\"layout\":[\"fixed\",\"auto\"]},\"JxrcTKvto\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n */const FramerYaqDXIW2l=withCSS(Component,css,\"framer-NiQnI\");export default FramerYaqDXIW2l;FramerYaqDXIW2l.displayName=\"Top Nav\";FramerYaqDXIW2l.defaultProps={height:65,width:1200};addPropertyControls(FramerYaqDXIW2l,{variant:{options:[\"MDOrV7JmA\",\"bGmY3E7ti\",\"ucqn1Y7QL\",\"JxrcTKvto\"],optionTitles:[\"Light\",\"Dark\",\"Light Phone\",\"Dark Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYaqDXIW2l,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYaqDXIW2l\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bGmY3E7ti\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ucqn1Y7QL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JxrcTKvto\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"65\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YaqDXIW2l.map", "// Generated by Framer (3bdc3c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import BottomNav from\"#framer/local/canvasComponent/hW6cifpvR/hW6cifpvR.js\";import TopNav from\"#framer/local/canvasComponent/YaqDXIW2l/YaqDXIW2l.js\";import metadataProvider from\"#framer/local/webPageMetadata/utDP4Xw77/utDP4Xw77.js\";const TopNavFonts=getFonts(TopNav);const RichTextWithFX=withFX(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const BottomNavFonts=getFonts(BottomNav);const PatternFonts=getFonts(Pattern);const breakpoints={gLGQn12CM:\"(max-width: 809px)\",hEUBnkN1L:\"(min-width: 810px) and (max-width: 1199px)\",JDSSEeblb:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-T9zWZ\";const variantClassNames={gLGQn12CM:\"framer-v-1hrv27r\",hEUBnkN1L:\"framer-v-fm9gy2\",JDSSEeblb:\"framer-v-khfhh8\"};const transition1={damping:90,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,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:40};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation2={cursor:\"grabbing\"};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition2={damping:90,delay:.1,mass:1,stiffness:300,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={damping:90,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:1,rotate:20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation6={opacity:.001,rotate:20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition4={damping:90,delay:.3,mass:1,stiffness:300,type:\"spring\"};const animation7={opacity:1,rotate:-28,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation8={opacity:.001,rotate:-28,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"JDSSEeblb\",Phone:\"gLGQn12CM\",Tablet:\"hEUBnkN1L\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JDSSEeblb\"};};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 metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"JDSSEeblb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(243, 194, 143); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-khfhh8\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kl7po0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10adefp-container\",nodeId:\"D5T9Q_NCP\",scopeId:\"utDP4Xw77\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gLGQn12CM:{variant:\"ucqn1Y7QL\"}},children:/*#__PURE__*/_jsx(TopNav,{height:\"100%\",id:\"D5T9Q_NCP\",layoutId:\"D5T9Q_NCP\",style:{width:\"100%\"},variant:\"MDOrV7JmA\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s1avgt\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-sc4f1x\",\"data-framer-appear-id\":\"sc4f1x\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:240,intrinsicWidth:240,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+288.9+0+0+291-248),pixelHeight:480,pixelWidth:480,src:\"https://framerusercontent.com/images/bIzb6p8QOQ6HCo6ClaLMCtc0wA.gif\"},className:\"framer-1nwj7d4\",\"data-framer-name\":\"giphy_1_\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gLGQn12CM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TG92ZSBZYSBMaWtlIEEgU2lzdGVyLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Love Ya Like A Sister\", sans-serif',\"--framer-font-size\":\"243px\",\"--framer-line-height\":\"1em\"},children:\"4\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TG92ZSBZYSBMaWtlIEEgU2lzdGVyLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Love Ya Like A Sister\", sans-serif',\"--framer-font-size\":\"297px\",\"--framer-line-height\":\"1em\"},children:\"4\"})}),className:\"framer-vopevc\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"GF;Love Ya Like A Sister-regular\"],onMouseDown:preventDefault,style:{rotate:-5},verticalAlignment:\"top\",whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gLGQn12CM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TG92ZSBZYSBMaWtlIEEgU2lzdGVyLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Love Ya Like A Sister\", sans-serif',\"--framer-font-size\":\"243px\",\"--framer-line-height\":\"1em\"},children:\"4\"})}),transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TG92ZSBZYSBMaWtlIEEgU2lzdGVyLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Love Ya Like A Sister\", sans-serif',\"--framer-font-size\":\"297px\",\"--framer-line-height\":\"1em\"},children:\"4\"})}),className:\"framer-8yrki2\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"GF;Love Ya Like A Sister-regular\"],onMouseDown:preventDefault,style:{rotate:8},verticalAlignment:\"top\",whileTap:animation2,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f3527j\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5jb25zb2xhdGEtNTAw\",\"--framer-font-family\":'\"Inconsolata\", monospace',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"The page you are looking for doesn't exist or has been moved. Please go back to the homepage.\"})}),className:\"framer-38qibd\",\"data-framer-appear-id\":\"38qibd\",fonts:[\"GF;Inconsolata-500\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OR_F55mhF\"},motionChild:true,nodeId:\"brMZj9PIV\",openInNewTab:false,scopeId:\"utDP4Xw77\",children:/*#__PURE__*/_jsx(MotionAWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1ul81u3 framer-1fqpl4s\",\"data-framer-appear-id\":\"1ul81u3\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5jb25zb2xhdGEtNjAw\",\"--framer-font-family\":'\"Inconsolata\", monospace',\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Go back home\"})}),className:\"framer-1pzpp94\",fonts:[\"GF;Inconsolata-600\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1o0oose\",\"data-framer-appear-id\":\"1o0oose\",initial:animation6,optimized:true,style:{rotate:20,transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1urac7k\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45 88\"><path d=\"M 17.341 0.935 C 16.467 1.215 15.355 1.642 14.868 1.884 C 14.383 2.126 13.799 2.255 13.572 2.172 C 13.344 2.088 13.105 2.39 13.042 2.843 C 12.95 3.496 12.724 3.653 11.955 3.599 C 11.421 3.563 10.984 3.692 10.984 3.888 C 10.984 4.084 10.807 4.133 10.591 3.998 C 10.376 3.864 10.081 3.945 9.938 4.179 C 9.795 4.414 9.455 4.642 9.183 4.687 C 8.911 4.731 8.037 5.206 7.241 5.745 C 6.098 6.517 5.787 6.951 5.763 7.807 C 5.733 8.874 5.746 8.882 6.588 8.324 C 7.297 7.855 7.57 7.835 8.174 8.209 C 8.795 8.593 8.958 8.566 9.26 8.029 C 9.455 7.681 9.792 7.507 10.006 7.642 C 10.247 7.792 10.323 7.689 10.203 7.373 C 10.055 6.983 10.33 6.861 11.358 6.861 C 13.023 6.861 13.497 6.445 12.593 5.778 C 11.798 5.191 11.996 5.136 13.218 5.604 C 13.993 5.903 14.067 5.856 13.916 5.159 C 13.791 4.58 13.837 4.506 14.092 4.872 C 14.283 5.145 14.628 5.244 14.867 5.094 C 15.198 4.888 15.187 4.755 14.818 4.522 C 14.52 4.332 14.964 4.243 15.991 4.286 C 16.899 4.324 17.552 4.502 17.442 4.681 C 17.332 4.861 17.463 4.933 17.733 4.843 C 18.523 4.577 18.51 3.572 17.714 3.316 C 17.113 3.124 16.616 1.704 17.15 1.704 C 17.496 1.704 19.107 3.683 19.107 4.109 C 19.107 4.745 21.104 4.678 21.35 4.034 C 21.477 3.697 21.987 3.525 22.768 3.555 C 23.705 3.591 24.198 3.36 24.895 2.564 C 25.627 1.727 25.867 1.623 26.13 2.029 C 26.31 2.305 26.39 2.707 26.309 2.921 C 26.047 3.611 28.072 4.267 29.167 3.847 C 29.875 3.574 30.277 3.587 30.644 3.895 C 31.051 4.236 31.06 4.375 30.689 4.621 C 30.423 4.798 30.837 4.833 31.679 4.705 C 32.82 4.531 33.175 4.606 33.346 5.057 C 33.466 5.371 33.847 5.631 34.192 5.634 C 34.538 5.636 35.524 6.278 36.382 7.061 C 37.241 7.842 38.075 8.482 38.237 8.482 C 38.397 8.482 38.53 8.671 38.53 8.9 C 38.53 9.13 38.792 9.611 39.113 9.969 C 39.574 10.485 39.687 11.311 39.655 13.922 C 39.592 18.891 39.28 20.664 38.308 21.576 C 37.847 22.008 37.47 22.529 37.47 22.735 C 37.47 22.941 37.318 23.109 37.132 23.109 C 36.946 23.109 36.391 23.792 35.898 24.626 C 35.405 25.459 34.445 26.599 33.764 27.16 C 32.855 27.907 32.526 28.459 32.526 29.232 C 32.526 29.896 32.385 30.198 32.144 30.048 C 31.935 29.917 31.539 30.134 31.265 30.529 C 30.94 30.997 30.517 31.183 30.057 31.062 C 29.563 30.931 29.347 31.049 29.347 31.451 C 29.347 31.793 29.056 32.028 28.627 32.028 C 27.552 32.028 26.47 33.165 26.921 33.821 C 27.194 34.218 27.327 34.237 27.462 33.901 C 27.696 33.318 28.166 33.331 28.392 33.928 C 28.531 34.292 28.113 34.382 26.576 34.317 C 25.478 34.271 24.217 34.317 23.774 34.42 C 23.013 34.598 23.004 34.636 23.598 35.125 C 24.178 35.601 24.151 35.63 23.256 35.489 C 22.598 35.386 22.285 35.494 22.285 35.823 C 22.285 36.411 21.86 36.451 21.327 35.912 C 20.87 35.45 20.166 35.782 20.166 36.458 C 20.166 36.765 19.857 36.864 19.262 36.748 C 18.557 36.613 18.314 36.741 18.161 37.333 C 18.053 37.751 17.697 38.092 17.37 38.092 C 17.043 38.092 16.625 38.239 16.44 38.419 C 16.256 38.598 15.708 38.8 15.222 38.866 C 14.562 38.956 14.358 39.179 14.416 39.749 C 14.467 40.248 14.253 40.576 13.799 40.696 C 13.3 40.827 13.103 41.185 13.103 41.962 C 13.103 42.558 13.279 43.154 13.494 43.288 C 13.772 43.462 13.758 43.612 13.447 43.806 C 13.109 44.016 13.141 44.269 13.586 44.911 C 13.903 45.368 14.163 46.028 14.163 46.377 C 14.163 46.725 14.339 47.011 14.553 47.011 C 14.768 47.011 14.853 47.251 14.741 47.546 C 14.598 47.924 14.77 48.081 15.327 48.081 C 16.009 48.081 16.122 48.28 16.154 49.532 C 16.183 50.628 16.398 51.129 17.031 51.58 C 17.493 51.909 18.001 52.135 18.162 52.082 C 18.322 52.031 18.349 52.157 18.223 52.364 C 18.095 52.57 18.481 53.303 19.079 53.991 C 19.677 54.678 20.166 55.408 20.166 55.613 C 20.166 55.817 20.643 56.466 21.225 57.055 C 21.808 57.643 22.285 58.284 22.285 58.478 C 22.285 58.677 22.616 58.726 23.044 58.588 C 23.644 58.396 23.759 58.464 23.59 58.909 C 23.472 59.22 23.513 59.56 23.682 59.665 C 23.851 59.771 24.071 59.656 24.169 59.41 C 24.277 59.139 24.359 59.21 24.376 59.586 C 24.391 59.93 24.562 60.211 24.757 60.211 C 25.544 60.211 24.864 57.146 23.82 55.99 C 22.511 54.54 22.303 54.199 22.655 54.08 C 23.16 53.91 22.219 52.011 21.629 52.008 C 21.356 52.007 21.234 51.782 21.346 51.488 C 21.479 51.138 21.373 51.037 21.016 51.175 C 20.727 51.287 20.536 51.232 20.593 51.051 C 20.65 50.869 20.092 49.834 19.354 48.749 C 18.616 47.664 17.988 46.386 17.958 45.912 C 17.928 45.438 17.782 44.962 17.632 44.856 C 17.255 44.588 19.018 42.73 19.651 42.73 C 19.934 42.73 20.166 42.512 20.166 42.244 C 20.166 41.919 20.457 41.815 21.048 41.929 C 21.672 42.05 21.931 41.943 21.931 41.568 C 21.931 41.262 22.382 40.945 22.991 40.821 C 23.574 40.704 24.05 40.38 24.05 40.101 C 24.05 39.503 25.22 38.96 25.391 39.479 C 25.56 39.992 26.523 39.538 26.523 38.946 C 26.523 38.466 26.931 38.303 27.839 38.42 C 28.396 38.492 30.095 37.397 30.692 36.582 C 30.946 36.235 31.377 35.952 31.651 35.952 C 32.173 35.952 32.984 34.75 32.673 34.436 C 32.575 34.336 32.898 34.152 33.392 34.026 C 33.887 33.901 34.292 33.646 34.292 33.459 C 34.292 33.273 34.507 33.204 34.771 33.306 C 35.043 33.412 35.689 32.935 36.271 32.199 C 36.834 31.488 37.929 30.216 38.706 29.371 C 41.406 26.435 43.143 23.726 42.647 23.224 C 42.517 23.095 42.676 22.695 42.998 22.335 C 43.553 21.715 43.911 19.033 43.835 16.063 C 43.818 15.408 43.982 14.904 44.212 14.904 C 44.493 14.904 44.508 14.765 44.264 14.458 C 44.068 14.213 43.797 13.45 43.66 12.763 C 43.344 11.173 42.097 8.482 41.676 8.482 C 41.499 8.482 41.355 8.264 41.355 7.996 C 41.355 7.303 39.947 5.583 39.572 5.818 C 39.4 5.925 39.057 5.686 38.809 5.285 C 38.562 4.885 38.073 4.558 37.724 4.558 C 37.102 4.558 34.937 3.215 34.704 2.685 C 34.639 2.538 34.197 2.417 33.722 2.417 C 33.246 2.417 32.765 2.177 32.654 1.883 C 32.542 1.588 32.229 1.347 31.958 1.347 C 31.688 1.347 31.467 1.169 31.467 0.951 C 31.467 0.712 31.043 0.616 30.407 0.71 C 29.824 0.797 29.347 0.735 29.347 0.573 C 29.347 0.146 28.143 0.21 27.697 0.66 C 27.427 0.933 26.909 0.932 25.896 0.656 C 23.853 0.1 21.226 0.252 21.226 0.925 C 21.226 1.394 21.151 1.393 20.607 0.915 C 19.868 0.265 19.423 0.268 17.341 0.936 Z M 25.166 3.132 C 25.166 3.622 25.246 3.822 25.343 3.577 C 25.442 3.332 25.442 2.931 25.343 2.685 C 25.246 2.441 25.166 2.641 25.166 3.132 Z M 10.267 5.896 C 10.26 6.044 10.016 6.484 9.723 6.876 C 9.266 7.486 9.143 7.512 8.857 7.054 C 8.38 6.293 8.435 5.978 9.006 6.199 C 9.277 6.304 9.605 6.22 9.733 6.009 C 10.004 5.568 10.282 5.508 10.266 5.896 Z M 3.745 8.343 C 3.053 8.884 3.056 8.893 3.894 8.778 C 4.364 8.713 4.814 8.46 4.894 8.215 C 5.089 7.617 4.606 7.67 3.745 8.343 Z M 3.772 10.031 C 3.871 10.294 3.708 10.715 3.408 10.966 C 2.669 11.584 2.72 12.05 3.525 12.05 C 4.32 12.05 5.133 11.16 4.814 10.638 C 4.688 10.434 4.754 10.266 4.96 10.266 C 5.165 10.266 5.334 10.106 5.334 9.909 C 5.334 9.713 4.941 9.553 4.462 9.553 C 3.878 9.553 3.65 9.711 3.772 10.031 Z M 0.557 11.709 C 0.442 11.897 0.596 12.05 0.898 12.05 C 1.201 12.05 1.449 12.211 1.449 12.407 C 1.449 12.603 1.603 12.763 1.791 12.763 C 2.279 12.763 1.844 11.786 1.257 11.558 C 0.987 11.453 0.672 11.521 0.557 11.71 Z M 42.215 21.645 C 42.322 21.821 42.181 22.053 41.9 22.162 C 41.56 22.294 41.456 22.187 41.587 21.842 C 41.815 21.243 41.944 21.202 42.214 21.645 Z M 31.355 32.095 C 31.242 32.379 31.158 32.294 31.141 31.879 C 31.126 31.503 31.21 31.292 31.327 31.411 C 31.444 31.529 31.456 31.837 31.354 32.095 Z M 32.762 31.859 C 33.097 32.198 33.201 32.634 33.035 33.018 C 32.796 33.572 32.754 33.562 32.61 32.92 C 32.522 32.528 32.289 32.005 32.092 31.76 C 31.583 31.127 32.116 31.206 32.762 31.859 Z M 17.96 43.354 C 18.052 43.634 17.765 43.801 17.193 43.801 C 16.6 43.801 16.281 43.605 16.281 43.24 C 16.281 42.569 17.737 42.668 17.96 43.354 Z M 17.963 48.284 C 17.611 48.64 16.688 47.999 16.867 47.525 C 17.026 47.111 17.144 47.118 17.594 47.572 C 17.889 47.871 18.055 48.191 17.963 48.285 Z M 19.24 80.173 C 18.682 80.77 17.967 81.258 17.65 81.258 C 16.668 81.258 16.222 82.112 16.796 82.893 C 17.073 83.269 17.212 83.938 17.105 84.38 C 16.964 84.961 17.068 85.183 17.479 85.183 C 17.853 85.183 18.047 85.494 18.047 86.092 C 18.047 87.337 19.717 88.072 21.366 87.55 C 22.79 87.1 24.39 84.906 23.643 84.427 C 23.275 84.193 23.308 84.122 23.786 84.118 C 24.209 84.114 24.404 83.83 24.404 83.221 C 24.404 82.665 24.203 82.329 23.874 82.329 C 23.583 82.329 23.344 82.105 23.344 81.832 C 23.344 81.183 22.388 80.816 22.135 81.368 C 22.026 81.602 22.027 81.432 22.135 80.991 C 22.26 80.483 22.171 80.188 21.895 80.188 C 21.655 80.188 21.187 79.94 20.855 79.638 C 20.307 79.136 20.165 79.183 19.24 80.173 Z\" fill=\"hsl(0, 0%, 0%)\"></path></svg>',svgContentId:9084965991,withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1e7k3ks\",\"data-framer-appear-id\":\"1e7k3ks\",initial:animation8,optimized:true,style:{rotate:-28,transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1eez1k0\",\"data-framer-name\":\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 30\"><path d=\"M 50.481 0.097 C 50.223 0.144 49.943 0.224 49.86 0.276 C 49.776 0.328 49.67 0.309 49.624 0.235 C 49.518 0.062 49.026 0.058 49.026 0.23 C 49.026 0.309 48.895 0.3 48.693 0.208 C 48.433 0.089 48.284 0.097 48.008 0.244 C 47.743 0.386 47.643 0.393 47.603 0.273 C 47.562 0.152 47.47 0.15 47.217 0.265 C 46.989 0.369 46.856 0.374 46.794 0.279 C 46.745 0.204 46.453 0.133 46.147 0.122 C 45.709 0.107 45.546 0.165 45.384 0.397 C 45.271 0.559 45.179 0.628 45.179 0.552 C 45.179 0.399 43.644 0.315 43.417 0.455 C 43.34 0.502 42.893 0.528 42.423 0.51 C 41.697 0.484 41.521 0.524 41.255 0.775 C 41.011 1.004 40.9 1.035 40.758 0.917 C 40.495 0.698 39.44 0.766 39.256 1.015 C 39.133 1.181 39.067 1.189 38.905 1.054 C 38.761 0.934 38.69 0.929 38.654 1.036 C 38.623 1.131 38.193 1.186 37.481 1.188 C 36.862 1.19 36.028 1.285 35.627 1.4 C 35.226 1.515 34.701 1.593 34.46 1.575 C 34.219 1.556 33.947 1.603 33.856 1.678 C 33.766 1.754 33.575 1.818 33.432 1.821 C 32.89 1.83 32.102 2.005 31.846 2.172 C 31.7 2.267 31.336 2.342 31.037 2.338 C 30.738 2.333 30.38 2.39 30.241 2.464 C 30.102 2.539 29.705 2.642 29.359 2.694 C 29.012 2.747 28.728 2.842 28.728 2.907 C 28.728 2.972 28.622 3.025 28.493 3.025 C 28.363 3.025 28.129 3.114 27.973 3.224 C 27.817 3.334 27.595 3.388 27.48 3.343 C 27.365 3.299 27.034 3.386 26.744 3.538 C 26.415 3.71 26.187 3.763 26.135 3.678 C 26.084 3.596 25.991 3.591 25.898 3.664 C 25.813 3.73 25.245 3.973 24.636 4.203 C 24.027 4.433 23.381 4.738 23.201 4.879 C 23.022 5.021 22.789 5.104 22.684 5.064 C 22.553 5.014 22.493 5.084 22.493 5.287 C 22.493 5.509 22.452 5.549 22.328 5.446 C 22.212 5.35 22.001 5.365 21.631 5.494 C 21.339 5.596 21.085 5.681 21.067 5.681 C 21.049 5.683 21.033 5.818 21.032 5.983 C 21.031 6.199 20.999 6.232 20.917 6.103 C 20.823 5.955 20.757 5.955 20.521 6.102 C 20.366 6.2 20.238 6.317 20.238 6.364 C 20.238 6.409 19.984 6.487 19.674 6.535 C 18.854 6.663 17.983 7.021 17.983 7.23 C 17.983 7.33 17.896 7.412 17.79 7.412 C 17.685 7.412 17.439 7.56 17.243 7.742 C 17.048 7.923 16.837 8.04 16.776 8.002 C 16.714 7.964 16.559 8.055 16.431 8.204 C 16.304 8.353 16.063 8.475 15.897 8.475 C 15.715 8.475 15.595 8.556 15.595 8.678 C 15.595 8.79 15.446 8.938 15.263 9.007 C 15.081 9.077 14.931 9.24 14.93 9.369 C 14.928 9.544 14.899 9.561 14.819 9.433 C 14.731 9.296 14.625 9.309 14.291 9.5 C 14.061 9.631 13.872 9.813 13.871 9.905 C 13.871 9.996 13.751 10.071 13.605 10.071 C 13.459 10.071 13.34 10.119 13.34 10.177 C 13.34 10.236 13.071 10.414 12.743 10.574 C 12.415 10.734 12.146 10.926 12.146 11 C 12.146 11.074 12.056 11.134 11.947 11.134 C 11.836 11.134 11.748 11.252 11.748 11.4 C 11.748 11.548 11.659 11.666 11.549 11.666 C 11.439 11.666 11.35 11.726 11.35 11.799 C 11.35 11.872 11.275 11.932 11.184 11.932 C 10.936 11.933 10.05 12.727 10.288 12.735 C 10.398 12.739 10.279 12.817 10.023 12.909 C 9.768 13.001 9.386 13.237 9.174 13.435 C 8.963 13.632 8.74 13.793 8.677 13.793 C 8.615 13.793 8.564 13.881 8.564 13.989 C 8.564 14.097 8.397 14.271 8.194 14.377 C 7.991 14.482 7.591 14.842 7.306 15.178 C 7.021 15.513 6.723 15.787 6.644 15.787 C 6.464 15.787 5.778 16.56 5.777 16.765 C 5.777 16.849 5.6 17.018 5.384 17.141 C 5.168 17.264 4.953 17.518 4.906 17.706 C 4.859 17.894 4.756 18.047 4.677 18.047 C 4.443 18.047 3.788 18.742 3.788 18.988 C 3.788 19.113 3.698 19.25 3.589 19.292 C 3.479 19.334 3.39 19.468 3.39 19.59 C 3.39 19.711 3.286 19.908 3.158 20.027 C 2.841 20.323 2.594 20.785 2.594 21.083 C 2.594 21.219 2.479 21.464 2.337 21.627 C 2.196 21.791 2.11 22.003 2.147 22.099 C 2.188 22.206 2.125 22.267 1.987 22.255 C 1.639 22.224 1.621 22.504 1.96 22.682 C 2.127 22.77 2.167 22.815 2.05 22.783 C 1.867 22.732 1.4 23.105 1.4 23.302 C 1.4 23.34 1.243 23.619 1.051 23.923 C 0.763 24.382 0.73 24.52 0.86 24.729 C 0.973 24.91 0.977 25.03 0.875 25.153 C 0.722 25.338 0.82 25.758 1.016 25.758 C 1.081 25.758 1.135 25.812 1.135 25.879 C 1.135 25.945 1.015 25.968 0.869 25.929 C 0.692 25.883 0.604 25.926 0.604 26.059 C 0.604 26.168 0.515 26.331 0.407 26.421 C 0.234 26.565 0.243 26.627 0.473 26.921 C 0.761 27.287 0.825 27.752 0.588 27.752 C 0.481 27.752 0.479 27.801 0.582 27.925 C 0.661 28.02 0.692 28.228 0.651 28.386 C 0.551 28.768 0.911 29.128 1.277 29.012 C 1.442 28.959 1.523 28.85 1.48 28.737 C 1.44 28.633 1.488 28.55 1.588 28.55 C 1.782 28.55 1.922 28.913 1.832 29.181 C 1.801 29.272 1.692 29.347 1.588 29.347 C 1.349 29.347 1.343 29.563 1.58 29.654 C 1.678 29.692 1.857 29.608 1.978 29.467 C 2.216 29.188 2.27 28.816 2.072 28.816 C 1.921 28.816 1.94 28.249 2.093 28.141 C 2.153 28.099 2.23 27.923 2.263 27.749 C 2.296 27.576 2.415 27.382 2.525 27.32 C 2.636 27.258 2.727 27.042 2.727 26.84 C 2.727 26.607 2.88 26.315 3.148 26.041 C 3.449 25.733 3.572 25.478 3.58 25.152 C 3.587 24.809 3.647 24.695 3.821 24.695 C 4.033 24.695 4.107 24.564 4.02 24.344 C 4.002 24.298 4.114 24.212 4.269 24.155 C 4.485 24.075 4.536 23.97 4.486 23.707 C 4.438 23.454 4.476 23.365 4.635 23.365 C 4.753 23.365 4.849 23.305 4.849 23.232 C 4.849 23.159 4.939 23.099 5.048 23.099 C 5.158 23.099 5.247 23.035 5.247 22.957 C 5.247 22.878 5.341 22.721 5.455 22.606 C 5.602 22.459 5.621 22.357 5.521 22.257 C 5.308 22.043 5.352 21.886 5.612 21.93 C 5.747 21.953 5.844 21.886 5.844 21.77 C 5.844 21.66 5.964 21.535 6.11 21.492 C 6.256 21.449 6.36 21.344 6.342 21.259 C 6.323 21.174 6.388 21.105 6.484 21.105 C 6.581 21.105 6.796 20.961 6.961 20.785 C 7.241 20.486 7.245 20.46 7.017 20.401 C 6.847 20.358 6.881 20.333 7.127 20.323 C 7.374 20.312 7.613 20.139 7.922 19.745 C 8.587 18.9 8.816 18.699 9.066 18.741 C 9.216 18.765 9.308 18.676 9.336 18.479 C 9.361 18.299 9.471 18.18 9.611 18.18 C 9.745 18.18 9.955 17.968 10.105 17.682 C 10.25 17.407 10.425 17.175 10.494 17.165 C 10.941 17.102 11.257 16.901 11.381 16.6 C 11.461 16.409 11.516 16.207 11.504 16.153 C 11.492 16.098 11.557 16.044 11.648 16.033 C 11.748 16.02 11.848 16.003 11.947 15.982 C 12.072 15.958 12.2 15.943 12.327 15.936 C 12.507 15.924 12.556 15.847 12.505 15.654 C 12.45 15.443 12.501 15.388 12.755 15.388 C 12.931 15.388 13.074 15.321 13.074 15.238 C 13.074 15.042 13.648 14.511 14.127 14.263 C 14.333 14.156 14.537 13.977 14.58 13.864 C 14.623 13.752 14.776 13.66 14.92 13.66 C 15.063 13.66 15.21 13.614 15.244 13.558 C 15.279 13.502 15.059 13.472 14.755 13.492 C 14.261 13.524 14.234 13.511 14.503 13.373 C 14.71 13.267 14.779 13.143 14.726 12.974 C 14.631 12.675 14.768 12.66 15.073 12.937 C 15.282 13.127 15.331 13.115 15.647 12.798 C 15.837 12.607 15.993 12.514 15.993 12.591 C 15.993 12.772 16.355 12.771 16.416 12.589 C 16.441 12.512 16.58 12.431 16.725 12.41 C 16.89 12.385 16.988 12.268 16.988 12.097 C 16.988 11.716 17.144 11.598 17.383 11.796 C 17.517 11.908 17.585 11.915 17.585 11.818 C 17.585 11.737 17.734 11.634 17.916 11.588 C 18.099 11.542 18.248 11.421 18.248 11.319 C 18.248 11.201 18.396 11.134 18.656 11.134 C 19.051 11.134 19.998 10.587 20.36 10.15 C 20.455 10.035 20.583 9.971 20.643 10.008 C 20.703 10.046 20.965 9.956 21.224 9.81 C 21.485 9.664 21.697 9.574 21.697 9.611 C 21.697 9.749 22.566 9.225 22.735 8.985 C 22.831 8.848 22.968 8.773 23.039 8.817 C 23.11 8.861 23.24 8.839 23.329 8.768 C 23.416 8.697 23.757 8.597 24.085 8.545 C 24.414 8.494 24.905 8.307 25.177 8.131 C 25.449 7.955 25.794 7.811 25.944 7.811 C 26.094 7.811 26.439 7.712 26.709 7.591 C 26.981 7.47 27.256 7.383 27.321 7.397 C 27.385 7.412 27.572 7.299 27.735 7.145 C 27.949 6.943 28.125 6.89 28.372 6.952 C 28.595 7.007 28.83 6.961 29.016 6.826 C 29.182 6.71 29.575 6.614 29.89 6.614 C 30.262 6.614 30.486 6.548 30.534 6.425 C 30.574 6.321 30.694 6.202 30.802 6.161 C 30.911 6.119 30.962 6.143 30.917 6.216 C 30.872 6.289 30.926 6.311 31.043 6.266 C 31.157 6.223 31.254 6.088 31.26 5.968 C 31.265 5.848 31.296 5.812 31.327 5.887 C 31.395 6.049 32.443 5.974 32.443 5.807 C 32.443 5.743 32.537 5.728 32.652 5.772 C 32.828 5.84 33.316 5.724 34.566 5.314 C 34.839 5.225 35.281 5.17 36.275 5.102 C 36.741 5.07 37.159 4.986 37.203 4.915 C 37.281 4.792 37.615 4.757 39.142 4.708 C 39.507 4.696 39.846 4.631 39.895 4.563 C 39.944 4.495 40.242 4.423 40.558 4.404 C 40.874 4.384 41.168 4.365 41.211 4.361 C 41.255 4.357 41.458 4.21 41.663 4.033 C 41.975 3.764 42.065 3.741 42.214 3.891 C 42.313 3.989 42.393 4.13 42.393 4.204 C 42.393 4.394 44.251 4.227 44.569 4.009 C 44.753 3.882 44.892 3.873 45.08 3.974 C 45.229 4.054 45.545 4.072 45.823 4.017 C 46.089 3.965 47.769 3.903 49.556 3.88 C 51.344 3.857 52.942 3.834 53.106 3.829 C 53.272 3.824 53.54 3.686 53.703 3.522 L 54.001 3.224 L 54.045 3.539 C 54.085 3.82 54.14 3.845 54.559 3.777 C 54.817 3.735 55.14 3.6 55.277 3.475 C 55.513 3.262 55.526 3.264 55.526 3.519 C 55.526 3.737 55.62 3.791 56.024 3.808 C 57.192 3.855 57.832 3.813 57.997 3.676 C 58.127 3.568 58.225 3.583 58.376 3.735 C 58.63 3.989 61.103 4.023 61.262 3.775 C 61.324 3.678 61.36 3.707 61.361 3.856 C 61.364 4.105 61.745 4.154 62.226 3.966 C 62.398 3.899 62.538 3.925 62.624 4.041 C 62.697 4.138 63.115 4.252 63.552 4.294 C 63.99 4.336 64.527 4.391 64.745 4.417 C 64.964 4.444 65.179 4.406 65.223 4.333 C 65.274 4.251 65.375 4.268 65.49 4.378 C 65.707 4.584 66.67 4.678 66.67 4.494 C 66.67 4.425 66.89 4.46 67.158 4.572 C 67.427 4.684 67.867 4.755 68.137 4.729 C 68.492 4.696 68.61 4.729 68.563 4.851 C 68.506 5 68.774 5.089 69.104 5.03 C 69.166 5.019 69.584 5.109 70.033 5.231 C 70.482 5.352 71.147 5.467 71.512 5.486 C 71.877 5.506 72.295 5.561 72.441 5.609 C 72.651 5.679 72.759 5.598 72.963 5.218 C 73.169 4.832 73.241 4.78 73.334 4.947 C 73.398 5.061 73.414 5.213 73.369 5.286 C 73.324 5.359 73.358 5.418 73.444 5.418 C 73.562 5.418 73.563 5.463 73.449 5.601 C 73.329 5.746 73.361 5.801 73.599 5.865 C 74.067 5.991 74.123 5.968 74.035 5.692 C 73.967 5.475 74.017 5.437 74.358 5.447 C 74.69 5.456 74.762 5.514 74.762 5.77 C 74.762 6.231 75.222 6.637 75.626 6.535 C 75.811 6.489 76.183 6.543 76.469 6.658 C 76.85 6.811 77.019 6.825 77.131 6.713 C 77.243 6.601 77.351 6.637 77.553 6.855 C 77.76 7.077 77.935 7.134 78.282 7.09 C 78.547 7.057 78.782 7.099 78.841 7.189 C 78.896 7.275 79.15 7.421 79.405 7.513 C 79.797 7.654 79.892 7.65 80.014 7.484 C 80.123 7.335 80.195 7.325 80.312 7.443 C 80.397 7.528 80.467 7.669 80.467 7.756 C 80.467 7.983 81.563 8.467 82.296 8.565 C 82.64 8.611 83.039 8.729 83.183 8.827 C 83.327 8.926 83.532 9.007 83.638 9.007 C 83.745 9.007 84.105 9.141 84.438 9.305 C 84.838 9.498 85.276 9.6 85.719 9.604 C 86.237 9.605 86.392 9.652 86.383 9.805 C 86.375 9.928 86.511 10.02 86.735 10.046 C 86.936 10.069 87.1 10.138 87.1 10.198 C 87.1 10.348 88.094 10.735 88.479 10.735 C 88.651 10.735 88.866 10.825 88.957 10.935 C 89.137 11.152 89.62 11.209 89.62 11.012 C 89.62 10.945 89.546 10.86 89.455 10.823 C 89.353 10.782 89.375 10.752 89.514 10.746 C 89.637 10.74 89.845 10.916 89.975 11.137 C 90.105 11.358 90.287 11.509 90.38 11.473 C 90.473 11.438 90.549 11.46 90.549 11.524 C 90.549 11.588 90.769 11.633 91.038 11.626 C 91.312 11.618 91.549 11.682 91.579 11.772 C 91.616 11.865 91.704 11.928 91.804 11.932 C 91.899 11.932 92.05 12.022 92.141 12.131 C 92.232 12.241 92.418 12.331 92.555 12.331 C 92.692 12.331 92.929 12.456 93.082 12.61 C 93.262 12.789 93.473 12.867 93.675 12.828 C 93.848 12.795 94.017 12.834 94.05 12.915 C 94.091 13.014 94.152 13.002 94.238 12.881 C 94.344 12.727 94.377 12.727 94.446 12.881 C 94.51 13.02 94.547 13.024 94.606 12.897 C 94.665 12.77 94.727 12.777 94.875 12.924 C 94.981 13.03 95.17 13.084 95.296 13.044 C 95.47 12.988 95.482 13 95.344 13.099 C 95.193 13.208 95.193 13.247 95.344 13.344 C 95.443 13.408 95.613 13.467 95.723 13.474 C 95.832 13.482 96.027 13.497 96.154 13.507 C 96.282 13.518 96.386 13.617 96.386 13.727 C 96.386 13.866 96.525 13.926 96.844 13.926 C 97.121 13.926 97.347 14.008 97.418 14.134 C 97.482 14.248 97.628 14.355 97.743 14.372 C 97.858 14.389 98.044 14.48 98.157 14.574 C 98.271 14.668 98.477 14.709 98.616 14.665 C 98.766 14.618 98.938 14.668 99.037 14.787 C 99.129 14.899 99.302 14.99 99.42 14.991 C 99.539 14.991 99.816 15.11 100.034 15.255 C 100.253 15.401 100.537 15.52 100.665 15.52 C 100.792 15.521 100.897 15.568 100.897 15.626 C 100.897 15.73 101.207 15.784 101.815 15.786 C 101.991 15.786 102.241 15.882 102.37 15.999 C 102.499 16.116 102.657 16.179 102.721 16.14 C 102.786 16.1 102.922 16.184 103.024 16.326 C 103.127 16.468 103.279 16.585 103.364 16.585 C 103.449 16.585 103.592 16.674 103.683 16.784 C 103.896 17.042 104.213 17.042 104.213 16.784 C 104.213 16.674 104.153 16.585 104.08 16.585 C 104.007 16.585 103.948 16.531 103.948 16.464 C 103.948 16.398 104.093 16.412 104.27 16.496 C 104.508 16.609 104.555 16.692 104.452 16.816 C 104.376 16.908 104.365 16.99 104.429 16.997 C 104.493 17.005 104.772 17.03 105.05 17.053 C 105.597 17.099 105.938 17.309 105.938 17.598 C 105.938 17.699 106 17.781 106.075 17.781 C 106.151 17.781 106.369 17.884 106.559 18.009 C 106.75 18.135 106.996 18.25 107.105 18.266 C 107.215 18.282 107.349 18.368 107.404 18.457 C 107.458 18.545 107.599 18.581 107.717 18.536 C 107.85 18.484 107.992 18.553 108.094 18.716 C 108.184 18.86 108.356 18.978 108.476 18.978 C 108.599 18.978 108.732 19.124 108.778 19.31 C 108.824 19.493 108.954 19.642 109.067 19.642 C 109.25 19.642 109.251 19.665 109.075 19.842 C 108.965 19.952 108.812 20.042 108.733 20.042 C 108.657 20.04 108.593 20.101 108.591 20.178 C 108.591 20.256 108.419 20.225 108.192 20.107 C 107.905 19.959 107.723 19.937 107.546 20.032 C 107.41 20.106 107.258 20.124 107.208 20.074 C 107.158 20.024 107.064 20.069 106.999 20.175 C 106.896 20.341 106.871 20.34 106.806 20.171 C 106.744 20.006 106.426 19.986 104.842 20.042 C 103.803 20.078 102.872 20.16 102.772 20.225 C 102.656 20.3 102.55 20.276 102.476 20.158 C 102.384 20.012 102.36 20.01 102.358 20.151 C 102.357 20.247 102.279 20.404 102.184 20.499 C 102.042 20.641 101.96 20.63 101.725 20.44 C 101.495 20.253 101.328 20.229 100.87 20.318 C 100.556 20.379 100.255 20.431 100.2 20.434 C 100.145 20.437 100.101 20.53 100.101 20.64 C 100.101 20.749 100.039 20.839 99.964 20.839 C 99.889 20.839 99.793 20.749 99.751 20.64 C 99.66 20.403 99.417 20.381 99.207 20.591 C 99.031 20.767 99.317 21.133 99.6 21.096 C 99.993 21.044 100.118 21.122 100.096 21.404 C 100.039 22.099 100.095 22.295 100.323 22.208 C 100.491 22.143 100.524 22.176 100.46 22.345 C 100.409 22.477 100.44 22.568 100.536 22.569 C 100.625 22.57 100.832 22.607 100.996 22.651 C 101.216 22.71 101.295 22.674 101.295 22.517 C 101.295 22.271 101.469 22.243 101.819 22.431 C 102.011 22.534 102.076 22.506 102.13 22.298 C 102.167 22.154 102.268 22.035 102.352 22.035 C 102.446 22.035 102.474 22.14 102.423 22.301 C 102.357 22.509 102.386 22.548 102.56 22.481 C 102.681 22.434 102.826 22.47 102.883 22.561 C 102.939 22.652 103.201 22.736 103.466 22.749 C 103.847 22.766 103.948 22.722 103.948 22.536 C 103.948 22.216 104.298 22.238 104.383 22.564 C 104.446 22.802 104.543 22.822 105.417 22.772 C 106.073 22.735 106.495 22.776 106.735 22.9 C 107.035 23.056 107.142 23.056 107.442 22.899 C 107.636 22.799 107.795 22.762 107.795 22.818 C 107.795 22.874 107.974 22.894 108.193 22.862 C 108.412 22.829 108.591 22.727 108.591 22.633 C 108.591 22.378 108.955 22.288 109.044 22.52 C 109.153 22.805 109.141 22.861 108.991 22.768 C 108.914 22.72 108.894 22.777 108.943 22.904 C 109.009 23.078 109.049 23.086 109.14 22.944 C 109.234 22.799 109.278 22.803 109.387 22.966 C 109.497 23.132 109.54 23.135 109.636 22.985 C 109.714 22.864 109.781 22.851 109.84 22.948 C 109.889 23.027 110.12 23.085 110.354 23.079 C 110.588 23.072 110.84 23.081 110.913 23.099 C 111.188 23.165 111.272 23.093 111.125 22.916 C 111.004 22.77 111.038 22.734 111.297 22.734 C 111.501 22.734 111.644 22.825 111.685 22.983 C 111.775 23.326 112.01 23.296 112.079 22.933 L 112.137 22.634 L 112.155 22.933 C 112.18 23.34 112.836 23.371 112.836 22.966 C 112.836 22.82 112.89 22.7 112.957 22.7 C 113.023 22.7 113.049 22.809 113.014 22.942 C 112.937 23.235 113.265 23.537 113.593 23.475 C 113.724 23.45 113.89 23.296 113.962 23.133 C 114.033 22.969 114.153 22.842 114.227 22.85 C 114.568 22.887 114.666 22.805 114.743 22.422 C 114.808 22.095 114.763 21.96 114.527 21.769 C 114.26 21.552 114.245 21.484 114.387 21.108 C 114.526 20.737 114.512 20.657 114.256 20.4 C 114.097 20.242 113.984 19.991 114.005 19.844 C 114.033 19.644 114.011 19.622 113.92 19.757 C 113.835 19.882 113.771 19.892 113.708 19.79 C 113.658 19.709 113.507 19.642 113.374 19.642 C 113.094 19.642 112.969 19.391 112.969 18.826 C 112.969 18.609 112.92 18.461 112.86 18.498 C 112.738 18.573 112.306 18.117 112.306 17.913 C 112.306 17.841 112.224 17.781 112.125 17.781 C 112.005 17.781 111.965 17.672 112.007 17.453 C 112.055 17.201 111.967 17.038 111.63 16.755 C 110.802 16.06 110.435 15.651 110.519 15.514 C 110.634 15.328 110.225 14.724 109.985 14.724 C 109.869 14.724 109.823 14.645 109.87 14.524 C 109.92 14.392 109.863 14.323 109.7 14.321 C 109.31 14.314 108.989 13.994 108.989 13.611 C 108.989 13.291 108.964 13.275 108.722 13.426 C 108.487 13.573 108.414 13.545 108.118 13.195 C 107.933 12.975 107.694 12.602 107.588 12.364 C 107.37 11.879 107.206 11.822 107.016 12.163 C 106.829 12.499 106.67 12.261 106.686 11.668 C 106.696 11.275 106.655 11.173 106.51 11.229 C 106.391 11.274 106.292 11.195 106.246 11.019 C 106.205 10.863 106.095 10.735 106.001 10.735 C 105.891 10.735 105.856 10.841 105.903 11.034 L 105.976 11.334 L 105.696 11.019 C 105.313 10.59 105.205 10.199 105.426 10.042 C 105.558 9.949 105.529 9.932 105.318 9.978 C 105.111 10.023 105.049 9.988 105.1 9.856 C 105.139 9.755 105.099 9.672 105.013 9.672 C 104.927 9.672 104.623 9.429 104.34 9.133 C 104.055 8.837 103.747 8.605 103.653 8.617 C 103.036 8.699 102.887 8.61 102.887 8.156 C 102.887 7.775 102.846 7.714 102.633 7.769 C 102.46 7.815 102.306 7.725 102.15 7.487 C 102.025 7.295 101.955 7.104 101.995 7.064 C 102.088 6.972 101.678 6.556 101.271 6.33 C 100.965 6.159 100.886 6.131 100.631 6.099 C 100.558 6.09 100.499 5.963 100.499 5.816 C 100.499 5.665 100.41 5.551 100.293 5.551 C 100.181 5.551 99.987 5.372 99.862 5.152 C 99.587 4.667 99.361 4.642 99.25 5.085 C 99.205 5.268 99.075 5.418 98.962 5.418 C 98.817 5.418 98.781 5.34 98.84 5.152 C 98.903 4.955 98.874 4.907 98.73 4.962 C 98.413 5.085 98.366 5.542 98.652 5.721 C 98.792 5.809 98.907 5.966 98.907 6.07 C 98.907 6.174 98.946 6.221 98.993 6.174 C 99.088 6.078 99.826 6.998 99.832 7.22 C 99.835 7.363 100.726 7.811 101.008 7.811 C 101.092 7.811 101.162 7.714 101.162 7.595 C 101.162 7.418 101.198 7.409 101.361 7.545 C 101.47 7.636 101.561 7.807 101.562 7.927 C 101.564 8.112 101.582 8.115 101.687 7.948 C 101.755 7.84 101.857 7.798 101.914 7.855 C 102.042 7.983 101.684 8.22 101.518 8.117 C 101.406 8.048 101.169 8.3 101.164 8.493 C 101.163 8.539 101.281 8.608 101.427 8.647 C 101.572 8.685 101.733 8.826 101.785 8.961 C 101.931 9.343 102.393 9.679 102.702 9.628 C 102.919 9.593 102.969 9.638 102.92 9.827 C 102.885 9.961 102.802 10.071 102.735 10.071 C 102.669 10.071 102.715 10.224 102.838 10.411 C 102.975 10.622 103.095 10.696 103.15 10.606 C 103.314 10.34 103.667 10.618 103.708 11.046 C 103.745 11.428 103.795 11.47 104.247 11.508 C 104.707 11.546 104.733 11.571 104.596 11.827 C 104.468 12.067 104.48 12.093 104.678 12.017 C 104.854 11.949 104.894 11.984 104.846 12.167 C 104.77 12.461 105.086 12.78 105.352 12.677 C 105.48 12.628 105.594 12.721 105.678 12.943 C 105.84 13.371 105.72 13.599 105.45 13.374 C 105.34 13.283 105.061 13.2 104.831 13.189 C 104.152 13.158 104.08 13.137 104.08 12.961 C 104.08 12.801 103.232 12.464 102.829 12.464 C 102.722 12.464 102.586 12.377 102.527 12.271 C 102.464 12.159 102.153 12.055 101.787 12.024 C 101.439 11.994 101.119 11.933 101.075 11.889 C 101.03 11.844 100.892 11.863 100.766 11.931 C 100.574 12.034 100.547 12.002 100.6 11.727 C 100.638 11.529 100.601 11.4 100.506 11.4 C 100.421 11.4 100.387 11.46 100.432 11.533 C 100.649 11.885 100.128 11.616 99.522 11.063 C 99.344 10.901 98.397 10.61 98.111 10.63 C 97.457 10.676 97.049 10.588 97.049 10.399 C 97.049 10.287 96.945 10.158 96.817 10.113 C 96.662 10.051 96.517 9.967 96.386 9.863 C 96.277 9.772 96.008 9.677 95.789 9.653 C 95.57 9.63 95.191 9.502 94.947 9.37 C 94.703 9.238 94.39 9.167 94.251 9.211 C 94.11 9.255 93.998 9.228 93.998 9.149 C 93.998 9.071 93.849 9.007 93.667 9.007 C 93.484 9.007 93.335 8.944 93.335 8.866 C 93.335 8.789 93.275 8.763 93.201 8.808 C 93.128 8.854 92.895 8.767 92.683 8.617 C 92.472 8.466 92.234 8.342 92.154 8.342 C 92.074 8.342 92.008 8.283 92.008 8.209 C 92.008 8.136 91.871 8.077 91.703 8.077 C 91.535 8.077 91.341 8.023 91.272 7.958 C 91.203 7.893 90.641 7.687 90.024 7.5 C 89.134 7.23 88.861 7.192 88.705 7.319 C 88.548 7.446 88.53 7.443 88.614 7.302 C 88.74 7.093 88.305 6.633 88.059 6.715 C 87.97 6.744 87.695 6.645 87.449 6.492 C 87.203 6.34 86.837 6.216 86.635 6.216 C 86.432 6.216 86.201 6.127 86.119 6.018 C 86.038 5.91 85.853 5.799 85.707 5.773 C 85.549 5.743 85.394 5.701 85.242 5.649 C 84.571 5.397 84.165 5.314 83.919 5.378 C 83.742 5.425 83.578 5.369 83.475 5.227 C 83.384 5.103 83.12 4.997 82.884 4.991 C 82.649 4.984 82.457 4.921 82.457 4.852 C 82.457 4.782 82.374 4.757 82.272 4.796 C 82.171 4.835 81.957 4.744 81.798 4.596 C 81.59 4.402 81.401 4.346 81.132 4.401 C 80.881 4.451 80.733 4.416 80.687 4.295 C 80.649 4.195 80.181 4.014 79.647 3.894 C 79.113 3.772 78.54 3.585 78.373 3.476 C 78.207 3.368 78.021 3.311 77.959 3.349 C 77.897 3.388 77.662 3.327 77.437 3.215 C 77.036 3.015 76.278 3.018 75.79 3.222 C 75.604 3.3 75.558 3.251 75.558 2.972 C 75.558 2.753 75.485 2.626 75.359 2.626 C 75.25 2.626 75.16 2.576 75.16 2.514 C 75.16 2.453 74.944 2.395 74.681 2.385 C 74.417 2.375 74.122 2.302 74.027 2.222 C 73.827 2.056 73.151 1.93 72.583 1.954 C 72.37 1.962 72.153 1.9 72.101 1.815 C 72.049 1.731 71.686 1.636 71.295 1.603 C 70.258 1.518 70.086 1.521 69.747 1.631 C 69.506 1.709 69.425 1.674 69.372 1.468 C 69.302 1.2 69.292 1.198 67.598 1.099 C 66.914 1.058 66.584 0.989 66.453 0.857 C 66.402 0.806 66.084 0.765 65.745 0.765 C 65.408 0.765 65.074 0.709 65.005 0.639 C 64.902 0.537 64.06 0.482 62.955 0.505 C 62.846 0.508 62.488 0.445 62.159 0.367 C 61.273 0.154 60.522 0.111 60.337 0.262 C 60.245 0.337 60.07 0.349 59.939 0.289 C 59.626 0.147 57.118 0.101 57.118 0.238 C 57.118 0.297 56.952 0.262 56.749 0.161 C 56.52 0.047 56.052 -0.011 55.521 0.01 C 54.634 0.045 54.273 0.162 54.403 0.374 C 54.445 0.441 54.386 0.46 54.273 0.417 C 54.16 0.373 54.067 0.277 54.067 0.202 C 54.067 0.125 53.983 0.137 53.868 0.233 C 53.706 0.367 53.669 0.362 53.669 0.201 C 53.669 0.039 53.476 0.012 52.587 0.051 C 51.992 0.076 51.477 0.126 51.442 0.16 C 51.407 0.195 51.282 0.176 51.164 0.118 C 51.046 0.06 50.739 0.051 50.481 0.097 Z M 97.613 3.386 C 97.522 3.419 97.454 3.635 97.463 3.867 C 97.473 4.15 97.5 4.2 97.544 4.022 C 97.579 3.876 97.67 3.68 97.746 3.587 C 97.906 3.389 97.849 3.302 97.613 3.386 Z M 60.965 3.69 C 60.965 3.763 60.902 3.822 60.825 3.822 C 60.748 3.822 60.721 3.763 60.766 3.69 C 60.811 3.616 60.875 3.557 60.907 3.557 C 60.939 3.557 60.965 3.616 60.965 3.69 Z M 98.243 4.051 C 98.243 4.311 98.478 4.62 98.676 4.62 C 98.738 4.62 98.743 4.545 98.686 4.454 C 98.624 4.346 98.587 4.225 98.579 4.1 C 98.573 3.812 98.243 3.763 98.243 4.051 Z M 37.581 4.301 C 37.537 4.346 37.422 4.35 37.327 4.312 C 37.221 4.269 37.252 4.238 37.407 4.232 C 37.547 4.226 37.625 4.258 37.581 4.301 Z M 97.912 4.487 C 97.867 4.56 97.923 4.62 98.037 4.62 C 98.15 4.62 98.243 4.56 98.243 4.487 C 98.245 4.416 98.189 4.356 98.119 4.354 C 98.05 4.354 97.957 4.414 97.912 4.487 Z M 35.362 4.894 C 35.362 4.963 35.302 5.019 35.229 5.019 C 35.156 5.019 35.096 4.926 35.096 4.812 C 35.096 4.697 35.156 4.641 35.229 4.687 C 35.302 4.732 35.362 4.825 35.362 4.894 Z M 28.596 4.945 C 28.596 4.977 28.536 5.04 28.463 5.085 C 28.39 5.131 28.33 5.104 28.33 5.027 C 28.33 4.949 28.39 4.886 28.463 4.886 C 28.536 4.886 28.596 4.912 28.596 4.944 Z M 28.286 6.249 C 28.249 6.34 28.219 6.265 28.219 6.082 C 28.219 5.9 28.249 5.825 28.286 5.916 C 28.323 6.008 28.323 6.157 28.286 6.249 Z M 26.738 7.279 C 26.738 7.352 26.634 7.411 26.507 7.41 C 26.308 7.408 26.303 7.389 26.473 7.279 C 26.724 7.117 26.738 7.117 26.738 7.279 Z M 86.984 8.246 C 86.768 8.462 86.645 8.259 86.854 8.032 C 86.953 7.924 87.055 7.896 87.082 7.968 C 87.108 8.041 87.064 8.166 86.984 8.246 Z M 24.284 8.076 C 24.329 8.149 24.303 8.209 24.226 8.209 C 24.148 8.209 24.085 8.149 24.085 8.076 C 24.085 8.003 24.112 7.943 24.144 7.943 C 24.176 7.943 24.239 8.003 24.284 8.076 Z M 102.356 9.073 C 102.356 9.183 102.296 9.273 102.223 9.273 C 102.15 9.273 102.091 9.183 102.091 9.073 C 102.091 8.964 102.15 8.874 102.223 8.874 C 102.296 8.874 102.356 8.964 102.356 9.073 Z M 106.866 13.926 C 106.866 13.999 106.84 14.059 106.808 14.059 C 106.776 14.059 106.713 13.999 106.667 13.926 C 106.622 13.852 106.649 13.793 106.726 13.793 C 106.803 13.793 106.866 13.852 106.866 13.926 Z M 106.203 20.639 C 106.203 20.749 106.143 20.839 106.07 20.839 C 105.997 20.839 105.938 20.749 105.938 20.639 C 105.938 20.529 105.997 20.44 106.07 20.44 C 106.143 20.44 106.203 20.529 106.203 20.639 Z M 5.115 20.897 C 5.115 20.93 5.055 20.993 4.982 21.038 C 4.909 21.083 4.849 21.057 4.849 20.979 C 4.849 20.902 4.909 20.839 4.982 20.839 C 5.055 20.839 5.115 20.865 5.115 20.897 Z M 106.999 21.038 C 106.999 21.148 106.939 21.238 106.866 21.238 C 106.793 21.238 106.734 21.337 106.734 21.459 C 106.734 21.581 106.697 21.643 106.652 21.598 C 106.532 21.478 106.715 20.839 106.869 20.839 C 106.941 20.839 106.999 20.929 106.999 21.038 Z M 102.228 21.633 C 101.962 21.798 101.793 21.661 101.992 21.441 C 102.098 21.325 102.204 21.306 102.289 21.387 C 102.375 21.471 102.354 21.555 102.228 21.633 Z M 103.403 21.42 C 103.563 21.613 103.472 22.035 103.27 22.035 C 103.205 22.035 103.152 21.945 103.152 21.836 C 103.152 21.726 103.055 21.636 102.937 21.636 C 102.761 21.636 102.752 21.6 102.887 21.437 C 103.091 21.19 103.21 21.186 103.403 21.42 Z M 112.057 21.539 C 111.926 21.669 111.911 21.654 111.983 21.465 C 112.032 21.333 112.107 21.259 112.147 21.3 C 112.188 21.341 112.147 21.448 112.057 21.539 Z M 100.893 21.736 C 100.889 22.05 100.87 22.069 100.753 21.868 C 100.678 21.739 100.654 21.575 100.698 21.502 C 100.835 21.28 100.897 21.354 100.893 21.736 Z M 105.142 22.043 C 105.142 22.193 105.082 22.28 105.009 22.235 C 104.936 22.189 104.876 22.066 104.876 21.961 C 104.876 21.855 104.936 21.769 105.009 21.769 C 105.082 21.769 105.142 21.893 105.142 22.043 Z M 108.193 22.235 C 108.194 22.344 108.107 22.433 107.998 22.434 C 107.88 22.434 107.833 22.356 107.88 22.235 C 107.922 22.125 108.009 22.035 108.074 22.035 C 108.14 22.035 108.193 22.125 108.193 22.235 Z M 2.724 22.903 C 2.632 23.014 2.529 23.078 2.495 23.044 C 2.404 22.952 2.59 22.7 2.751 22.7 C 2.839 22.7 2.829 22.776 2.724 22.903 Z M 3.921 23.955 C 3.921 23.987 3.861 24.051 3.788 24.096 C 3.715 24.141 3.655 24.114 3.655 24.037 C 3.655 23.96 3.715 23.896 3.788 23.896 C 3.861 23.896 3.921 23.923 3.921 23.955 Z\" fill=\"hsl(0, 0%, 0%)\"></path></svg>',svgContentId:10566236312,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mm7a16-container\",nodeId:\"UYd0xAGEf\",scopeId:\"utDP4Xw77\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gLGQn12CM:{variant:\"ZzVGnFNyg\"}},children:/*#__PURE__*/_jsx(BottomNav,{height:\"100%\",id:\"UYd0xAGEf\",layoutId:\"UYd0xAGEf\",style:{width:\"100%\"},variant:\"RaaFMwcVC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lzto1m\",\"data-framer-name\":\"Fade\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cye9ml-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Z1dKqzQcY\",scopeId:\"utDP4Xw77\",children:/*#__PURE__*/_jsx(Pattern,{back:\"rgba(34, 221, 221, 0)\",diagonal:true,direction:\"left\",duration:5,front:\"rgb(8, 8, 8)\",height:\"100%\",id:\"Z1dKqzQcY\",layoutId:\"Z1dKqzQcY\",patternType:\"polka\",radius:0,scale:25,shouldAnimate:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T9zWZ.framer-1fqpl4s, .framer-T9zWZ .framer-1fqpl4s { display: block; }\",\".framer-T9zWZ.framer-khfhh8 { align-content: center; align-items: center; background-color: #f3c28f; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-T9zWZ .framer-1kl7po0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100vh; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-T9zWZ .framer-10adefp-container, .framer-T9zWZ .framer-1mm7a16-container { flex: none; height: auto; position: relative; width: 100%; z-index: 4; }\",\".framer-T9zWZ .framer-1s1avgt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-T9zWZ .framer-sc4f1x { flex: none; height: 291px; overflow: visible; position: relative; width: 429px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T9zWZ .framer-1nwj7d4 { aspect-ratio: 1 / 1; bottom: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 240px); left: 52%; overflow: visible; position: absolute; transform: translateX(-50%); width: 240px; }\",\".framer-T9zWZ .framer-vopevc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; cursor: grab; flex: none; height: auto; left: 2px; position: absolute; top: -19px; white-space: pre; width: auto; }\",\".framer-T9zWZ .framer-8yrki2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; cursor: grab; flex: none; height: auto; position: absolute; right: -16px; top: -16px; white-space: pre; width: auto; }\",\".framer-T9zWZ .framer-f3527j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 560px; }\",\".framer-T9zWZ .framer-38qibd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; overflow: visible; position: relative; white-space: pre-wrap; width: auto; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-T9zWZ .framer-1ul81u3 { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-T9zWZ .framer-1pzpp94 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-T9zWZ .framer-1o0oose { flex: none; height: 88px; left: 520px; overflow: visible; position: absolute; top: 5px; width: 46px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-T9zWZ .framer-1urac7k { flex: none; height: 88px; position: absolute; right: 0px; top: calc(50.00000000000002% - 88px / 2); width: 45px; }\",\".framer-T9zWZ .framer-1e7k3ks { align-content: center; align-items: center; bottom: -14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 73px; overflow: hidden; padding: 0px; position: absolute; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-T9zWZ .framer-1eez1k0 { flex: none; height: 30px; position: relative; width: 115px; }\",\".framer-T9zWZ .framer-lzto1m { background: radial-gradient(50% 50% at 50% 50%, #f3c28f 0%, rgba(243, 194, 143, 0) 100%); flex: none; height: 165%; left: calc(50.00000000000002% - 165.16666666666666% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 165.125% / 2); width: 165%; z-index: 1; }\",\".framer-T9zWZ .framer-cye9ml-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-T9zWZ.framer-khfhh8 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-T9zWZ.framer-khfhh8 { width: 390px; } .framer-T9zWZ .framer-vopevc { left: 42px; top: 8px; } .framer-T9zWZ .framer-8yrki2 { left: 290px; right: unset; top: 46%; transform: translateY(-50%); } .framer-T9zWZ .framer-f3527j { width: 358px; } .framer-T9zWZ .framer-1e7k3ks { left: 13px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hEUBnkN1L\":{\"layout\":[\"fixed\",\"auto\"]},\"gLGQn12CM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerutDP4Xw77=withCSS(Component,css,\"framer-T9zWZ\");export default FramerutDP4Xw77;FramerutDP4Xw77.displayName=\"Page 1\";FramerutDP4Xw77.defaultProps={height:800,width:1200};addFonts(FramerutDP4Xw77,[{explicitInter:true,fonts:[{family:\"Love Ya Like A Sister\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/loveyalikeasister/v22/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be793ZcsGGycA.woff2\",weight:\"400\"},{family:\"Inconsolata\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aR_8lleY2co.woff2\",weight:\"500\"},{family:\"Inconsolata\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aR_8lleY2co.woff2\",weight:\"600\"}]},...TopNavFonts,...BottomNavFonts,...PatternFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerutDP4Xw77\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hEUBnkN1L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gLGQn12CM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Pattern", "props", "patternType", "front", "back", "radius", "scale", "shouldAnimate", "direction", "diagonal", "duration", "isCanvas", "RenderTarget", "pattern", "position", "size", "repeat", "blendMode", "filter", "addBackground", "backgroundPosAnimation", "frontHex", "Color", "backHex", "frontWithoutHex", "backWithoutHex", "factor", "xScale", "yScale", "p", "motion", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "SVG", "css", "FramerhW6cifpvR", "withCSS", "hW6cifpvR_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "css", "FramerYaqDXIW2l", "withCSS", "YaqDXIW2l_default", "addPropertyControls", "ControlType", "addFonts", "TopNavFonts", "getFonts", "YaqDXIW2l_default", "RichTextWithFX", "withFX", "RichText", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "MotionAWithOptimizedAppearEffect", "BottomNavFonts", "hW6cifpvR_default", "PatternFonts", "Pattern", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "inertia", "preventDefault", "e", "animation2", "transformTemplate2", "transition2", "animation3", "transition3", "animation4", "animation5", "animation6", "transition4", "animation7", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "YaqDXIW2l_default", "MotionDivWithOptimizedAppearEffect", "Image2", "getLoadingLazyAtYPosition", "x", "RichTextWithFX", "RichTextWithOptimizedAppearEffect", "Link", "MotionAWithOptimizedAppearEffect", "RichText", "SVG", "hW6cifpvR_default", "Pattern", "css", "FramerutDP4Xw77", "withCSS", "utDP4Xw77_default", "addFonts", "TopNavFonts", "BottomNavFonts", "PatternFonts", "__FramerMetadata__"]
}
