{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/F29vuOKj17Y0RpfftxMt/qxxRgT5GGts1LJr9wcPW/Scribbbles.js", "ssg:https://framerusercontent.com/modules/k8yNdcxkJcWInkV1iUVT/3us4DJkhRwsnQtMlHuX2/e089eKvhS.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", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Scribbles by Monika\n * Componentized by Benjamin\n * shapes.framer.website\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */ export default function Scribbles(props){const{paths,strokeWidth,color,id:nodeId}=props;// Unique Props\nconst path=scribbles[paths].path;const viewBox=scribbles[paths].viewBox;return /*#__PURE__*/ _jsx(\"svg\",{viewBox:viewBox,children:/*#__PURE__*/ _jsx(\"path\",{d:path,strokeWidth:strokeWidth,stroke:color,strokeLinecap:\"round\",fill:\"none\",strokeMiterlimit:\"10\"})});};const scribbles=[{title:\"Scribble 1\",path:\"M 111.499 135.487 C 107.724 135.487 107.069 133.3 104.389 131.449 C 96.149 125.755 89.128 117.881 83.444 110.448 C 75.664 100.276 68.32 89.065 65.02 77.333 C 63.681 72.565 63.719 64.849 64.791 60.058 C 66.357 53.063 71.931 60.755 74.345 62.297 C 83.955 68.433 90.442 82.017 93.688 91.249 C 94.899 94.698 97.739 97.037 97.739 91.623 C 97.739 82.248 100.405 75.537 105.689 67.266 C 108.483 62.893 124.561 38.208 131.834 49.371 C 135.891 55.604 134.891 62.684 134.891 70.063 C 134.891 85.59 126.758 100.178 121.056 114.859 C 117.506 123.994 113.777 133.538 108.746 142.198 C 107.355 144.592 105.494 153.584 103.243 154.5\",viewBox:\"0 0 200 200\"},{title:\"Scribble 2\",path:\"M 103.972 45.671 C 103.69 46.902 102.341 47.647 101.524 48.614 C 99.35 51.182 97.507 54.141 95.651 56.891 C 90.145 65.038 84.134 72.906 78.542 81.02 C 73.249 88.702 70.117 96.634 65.786 104.598 C 65.412 105.281 63.73 107.807 65.575 106.915 C 68.846 105.332 75.965 106.583 79.598 106.583 C 80.845 106.583 96.27 105.769 96.369 107.246 C 96.866 114.621 93.509 123.032 92.567 130.419 C 91.881 135.79 90.549 141.154 89.356 146.455 C 88.637 149.661 88.88 153.209 87.413 156.239 C 86.482 158.168 87.848 156.028 88.048 155.247 C 88.949 151.715 91.035 147.957 92.609 144.616 C 98.632 131.832 107.931 120.695 115.336 108.606 C 120.958 99.427 127.672 90.492 133.245 81.756 C 133.701 81.04 135.63 78.968 134.217 79.953 C 132.797 80.942 128.847 81.338 127.12 81.424 C 118.001 81.878 108.673 85.628 99.789 87.346 C 98.261 87.643 91.76 90.976 93.496 87.382 C 96.044 82.114 96.197 75.986 97.889 70.463 C 99.7 64.553 100.154 58.205 102.281 52.44 C 102.873 50.843 104.372 43.512 105.496 43.023\",viewBox:\"0 0 200 200\"},{title:\"Scribble 3\",path:\"M 91.667 60.516 C 90.433 60.823 91.196 67.127 91.196 67.877 L 91.196 138.516 M 62.422 91.058 C 70.919 91.058 79.485 90.667 87.919 91.868 C 99.54 93.521 110.572 96.913 122.014 99.255 C 127.242 100.326 132.088 101.396 137.422 101.396 M 71.856 63.805 C 72.094 65.932 74.391 68.252 75.472 69.966 C 80.433 77.824 85.583 85.561 90.724 93.303 C 97.025 102.792 101.818 112.797 107.496 122.593 C 109.587 126.202 111.108 130.444 113.365 133.818 M 67.61 120.191 C 68.138 116.686 72.316 112.862 74.32 110.115 C 82.024 99.553 89.791 88.557 98.951 79.18 C 103.836 74.18 108.838 68.634 114.307 64.276\",viewBox:\"0 0 200 200\"},{title:\"Scribble 4\",path:\"M 45.109 116.589 C 45.109 108.64 50.316 100.116 53.819 93.211 C 56.596 87.736 59.779 82.457 62.821 77.125 C 65.405 72.597 67.286 67.432 70.469 63.275 C 71.118 62.427 73.026 59.572 73.286 61.919 C 74.249 70.594 73.559 79.838 73.396 88.558 C 73.108 104.02 71.538 119.655 70.14 135.056 M 99.78 70.42 C 90.933 71.896 88.033 83.292 86.899 90.427 C 85.664 98.198 84.718 107.189 88.582 114.317 C 90.432 117.73 96.305 121.021 100.109 119.557 C 106.272 117.182 112.443 108.94 114.6 102.701 C 117.971 92.949 119.154 83.952 112.294 75.366 C 108.43 70.529 104.402 71.739 99.121 71.739 M 134.517 70.394 C 130.579 75.556 127.031 82.41 125.766 88.483 C 124.45 94.802 122.694 103.954 126.244 110.04 C 127.447 112.102 129.167 115.733 132.201 116.311 C 135.253 116.892 140.838 112.741 143.415 111.268 C 145.983 109.801 147.172 107.307 149.077 105.312 C 150.692 103.621 151.275 100.578 152.019 98.504 C 153.326 94.864 153.71 90.598 153.71 86.782 C 153.71 83.375 153.284 78.069 150.695 75.217 C 147.535 71.734 137.532 69.617 133.193 72.096 M 101.097 131.099 C 107.243 128.022 113.714 126.338 120.529 125.529 C 131.78 124.192 144.261 123.52 155.109 127.141 M 113.613 139.013 C 118.831 138.433 124.072 135.802 129.421 135.056 C 135.287 134.238 141.281 133.737 147.206 133.737\",viewBox:\"0 0 200 200\"},{title:\"Scribble 5\",path:\"M 94.922 75.769 C 89.519 71.031 91.511 93.705 91.511 97.265 C 91.511 106.855 88.556 121.195 102.598 121.195 C 113.389 121.195 114.352 118.474 116.246 108.389 C 118.067 98.696 119.426 82.636 111.982 74.836 C 104.242 66.724 94.055 71.804 86.962 78.573 C 80.3 84.933 74.559 92.343 67.631 98.389 C 63.08 102.357 56.353 107.621 54.174 113.531 C 52.043 119.308 75.335 114.374 77.297 113.342 C 90.374 106.476 102.355 98.168 106.012 83.34 C 106.237 82.421 109.665 59.895 107.433 61.095 C 100.47 64.841 95.912 76.505 92.271 82.685 C 85.522 94.136 77.643 104.909 70.854 116.332 C 69.564 118.507 60.199 137.845 64.597 138.019 C 78.157 138.554 82.581 131.822 85.352 118.764 C 88.761 102.694 84.554 87.414 72.844 75.864 C 64.685 67.815 62.077 73.095 70.096 79.509 C 93.511 98.231 126.767 117.831 158.036 117.831\",viewBox:\"0 0 200 200\"},{title:\"Scribble 6\",path:\"M 85.358 98.416 C 85.358 99.097 85.159 100.262 86.176 100.262 C 86.864 100.262 87.888 99.354 87.928 98.647 C 87.97 97.904 87.818 97.032 86.876 97.032 C 86.368 97.032 85.115 96.819 84.891 97.263 M 108.956 96.34 C 108.956 97.833 108.759 98.871 110.695 98.365 C 112.088 98.001 113.862 96.891 113.862 95.302 C 113.862 93.445 112.278 93.572 110.825 93.572 C 109.422 93.572 109.89 95.28 109.89 96.34 M 73.909 111.797 C 78.077 115.538 81.873 119.475 87.253 121.563 C 90.788 122.935 94.778 122.64 98.494 122.64 C 102.819 122.64 106.434 121.405 110.15 119.23 C 116.961 115.243 124.241 109.542 128.166 102.595 C 129.843 99.627 130.268 96.784 130.918 93.572 M 89.204 78.491 C 81.393 78.491 76.555 79.951 70.73 85.668 C 64.032 92.244 60.511 100.298 59.455 109.4 C 58.448 118.088 58.655 125.956 64.907 132.607 C 74.799 143.128 91.711 145.457 105.507 144.184 C 117.567 143.072 129.89 135.719 135.626 124.88 C 142.159 112.536 142.598 95.625 137.691 82.735 C 134.982 75.62 130.235 69.525 124.457 64.556 C 118.131 59.115 110.368 57.185 102.199 56.174 C 91.064 54.797 79.165 55.193 69.195 60.575\",viewBox:\"0 0 200 200\"},{title:\"Scribble 7\",path:\"M 43.268 68.491 C 45.299 73.362 49.466 84.503 49.894 90.103 M 96.026 42.825 C 91.393 56.451 81.245 85.486 77.722 92.618 M 106.911 105.701 C 115.338 96.409 133.856 76.994 140.501 73.674 M 121.449 128.144 C 128.309 126.305 144.878 122.279 156.268 120.889 M 120.076 150.692 C 123.463 151.132 131.74 153.176 137.755 157.825\",viewBox:\"0 0 200 200\"},{title:\"Scribble 8\",path:\"M 45.281 66.118 C 40.223 66.118 34.899 73.116 33.636 77.705 C 31.566 85.222 31.852 93.746 32.391 101.473 C 32.945 109.409 36.109 119.19 43.389 123.508 C 49.109 126.901 59.035 127.992 65.535 126.529 C 71.844 125.109 78.665 119.83 81.011 113.852 C 82.628 109.736 82.722 103.489 79.867 99.938 C 77.812 97.383 71.947 96.785 69.566 98.998 C 66.038 102.273 63.031 106.642 62.4 111.525 C 61.408 119.202 62.791 124.111 69.516 128.46 C 78.205 134.08 91.992 134.393 101.266 130.589 C 111.644 126.333 122.66 117.823 127.741 107.712 C 130.066 103.085 131.221 98.098 131.622 92.956 C 131.853 90.002 132.332 86.165 130.627 83.548 C 127.838 79.267 121.675 78.343 117.838 82.162 C 114.279 85.703 113.786 91.819 115.15 96.472 C 116.233 100.166 120.691 103.088 123.859 104.89 C 127.947 107.214 133.48 107.594 138.092 107.564 C 151.44 107.475 160.941 94.224 168 84.39\",viewBox:\"0 0 200 200\"},{title:\"Scribble 9\",path:\"M 153.363 83.39 C 148.042 79.345 140.629 77.638 138.057 71.234 M 121.162 126.697 C 118.728 124.872 115.335 123.852 112.644 122.407 C 110.466 121.237 108.036 119.386 106.187 117.741 C 105.006 116.692 103.513 114.329 102.949 112.925 M 98.946 127.759 C 99.478 127.759 99.86 128.189 100.376 128.351 C 101.675 128.761 102.622 129.284 103.797 129.937 C 104.108 130.11 106.052 131.317 105.461 131.701 C 104.047 132.62 101.904 132.506 100.317 132.861 C 98.666 133.233 99.692 130.942 100.001 130.316 M 158.512 71.129 C 159.679 72.425 159.972 73.588 159.999 75.203 C 160.091 80.694 154.893 85.222 151.728 88.856 C 147.425 93.796 144.545 99.853 140.254 104.78 C 135.404 110.347 130.82 116.161 125.96 121.739 C 124.177 123.787 122.148 125.565 120.369 127.607 C 119.619 128.468 118.26 129.876 117.025 130.039 C 112.934 130.582 109.364 133.091 105.219 133.684 C 103.52 133.927 99.179 135.051 98.562 132.549 C 98.231 131.205 98.711 129.682 98.397 128.335 C 98.255 127.722 98.322 125.722 98.508 125.179 C 99.156 123.29 98.863 120.89 99.343 118.839 C 99.881 116.536 101.219 115.361 102.461 113.455 C 104.481 110.355 106.637 107.301 108.749 104.187 C 110.588 101.475 112.36 98.819 114.515 96.346 C 116.906 93.6 118.745 90.389 121.127 87.654 C 125.1 83.094 129.399 79.031 133.68 74.771 C 135.887 72.578 138.565 70.94 140.589 68.616 C 142.523 66.396 144.396 64.616 147.869 65.519 C 149.915 66.05 151.572 66.75 153.569 67.476 C 155.176 68.06 156.748 69.968 158.057 71.132 M 39 131.135 C 41.448 129.572 43.829 127.418 46.567 126.402 C 49.153 125.442 52.187 124.996 54.923 125.459 C 58.251 126.025 60.398 128.075 62.534 130.548 C 63.301 131.435 64.118 132.265 64.942 133.098 C 65.607 133.77 66.324 134.722 67.201 135.132 C 67.935 135.474 68.714 134.611 69.266 134.242 C 71.162 132.973 73.159 131.962 75.389 131.456 C 77.869 130.894 80.287 130.8 82.444 132.366 C 83.729 133.298 84.979 134.344 86.354 135.138 C 87.205 135.63 88.914 134.713 89.68 134.196\",viewBox:\"0 0 200 200\"},{title:\"Scribble 10\",path:\"M 21.315 99.618 C 44.533 89.027 105.309 75.676 162.682 107.011 M 153.343 119.746 C 157.643 119.41 162.188 119.364 166.499 119.518 C 167.533 119.555 178.436 120.304 178.314 119.61 C 177.732 116.283 175.701 112.966 174.542 109.81 C 172.172 103.358 170.203 97.019 169.525 90.161 C 169.187 86.729 169.212 83.309 169.017 79.904\",viewBox:\"0 0 200 200\"},{title:\"Scribble 11\",path:\"M 29.062 108.641 C 29.212 109.479 30.212 110.369 30.741 110.977 C 32.582 113.092 34.192 115.391 36.06 117.486 C 39.889 121.781 43.815 126.006 47.587 130.348 C 48.21 131.065 49.725 133.378 50.762 133.611 C 51.147 133.697 51.27 133.261 51.453 132.998 C 52.856 130.983 54.106 128.937 55.63 126.987 C 64.51 115.62 73.293 103.828 83.454 93.571 C 85.021 91.988 86.674 90.485 88.293 88.956 C 88.538 88.725 89.46 87.759 89.859 87.759 C 90.067 87.759 90.678 88.389 90.818 88.5 C 92.298 89.669 93.754 90.853 95.079 92.204 C 101.177 98.418 106.775 105.218 112.603 111.689 C 117.003 116.576 121.386 121.468 125.414 126.674 C 126.016 127.451 126.932 129.686 127.587 127.984 C 128.592 125.376 130.446 122.968 131.834 120.563 C 135.177 114.773 138.216 108.814 141.514 103 C 146.199 94.739 151.292 86.625 157.612 79.527 C 158.599 78.418 160.195 77.273 160.857 75.937 M 146.889 76.962 C 146.888 76.962 148.436 76.029 148.836 75.795 C 152.765 73.489 157.177 71.997 161.351 70.225 C 163.718 69.22 166.178 68.38 168.476 67.22 C 169.207 66.851 170 66.082 170 67.22 C 170 69.203 169.656 71.143 169.492 73.117 C 169.07 78.214 168.768 83.366 167.912 88.414 C 167.346 91.751 167.251 95.287 166.191 98.499\",viewBox:\"0 0 200 200\"},{title:\"Scribble 12\",path:\"M 59.521 87.576 L 59.521 99.676 M 76.052 77.089 L 84.116 77.089 M 58.714 61.359 C 59.58 61.25 59.118 56.573 59.118 55.712 M 36.942 75.88 L 49.038 75.88 M 51.457 66.602 C 50.735 66.602 48.992 64.899 48.635 64.182 M 71.617 66.602 C 73.946 66.602 74.256 65.08 76.052 64.182 M 71.617 85.56 C 71.736 86.513 75.493 89.515 76.455 89.997 M 48.634 87.173 C 45.715 87.173 44.835 89.678 42.586 90.803 M 87.125 33.96 C 85.397 33.745 85.789 32.74 84.033 33.91 C 83.889 34.006 84.914 33.977 85.129 33.761 C 85.949 32.943 84.938 32.418 84.433 32.165 M 163.942 138.787 C 162.708 137.553 158.869 134.575 156.961 136.293 C 155.428 137.674 158.286 140.227 159.454 137.888 M 93.213 137.658 C 93.806 137.658 94.422 137.707 95.011 137.644 C 96.091 137.531 96.772 136.325 97.582 135.739 C 99.945 134.028 101.045 131.575 102.444 129.142 C 104.32 125.882 104.482 122.359 104.482 118.709 L 104.482 114.871 C 104.482 113.825 104.002 112.879 104.002 111.873 C 104.002 111.178 103.763 109.35 103.763 111.034 L 103.763 121.573 C 103.763 123.349 104.42 125.055 104.482 126.811 C 104.575 129.411 106.004 132.703 107.839 134.539 C 108.611 135.312 109.08 136.26 109.877 137.058 C 110.637 137.818 111.55 138.38 112.501 138.803 C 114.384 139.64 116.826 139.336 118.868 139.336 M 92.493 138.377 C 93.501 138.377 94.254 138.317 95.131 138.803 C 95.892 139.227 96.536 140.34 97.049 141.069 C 99.167 144.079 100.812 146.833 101.618 150.463 C 102.472 154.307 102.804 158.219 102.804 162.176 L 102.804 166.68 C 102.804 167.898 102.932 166.492 103.03 166.053 C 103.45 164.161 103.313 162.176 103.897 160.257 C 104.558 158.079 104.932 155.644 105.921 153.594 C 107.346 150.64 108.124 147.506 109.997 144.8 C 111.303 142.912 112.312 141.527 114.673 141.002 C 115.523 140.813 116.414 140.296 117.297 140.296 L 119.108 140.296 M 135.805 74.881 C 139.541 74.881 141.58 80.304 142.346 83.37 C 142.954 85.803 142.705 88.404 143.134 90.875 C 143.255 91.572 143.359 92.472 143.359 93.169 C 143.359 93.54 143.544 94.761 143.544 93.773 C 143.544 91.195 144.131 88.778 145.099 86.4 C 146.087 83.976 147.628 81.879 149.071 79.714 C 150.775 77.157 153.192 76.725 156.072 76.725 M 137.278 74.144 C 138.753 74.144 140.517 74.591 141.609 73.499 C 142.397 72.71 142.767 71.508 143.175 70.499 C 143.862 68.798 144.478 67.273 144.925 65.481 C 145.353 63.768 145.413 61.964 145.662 60.218 C 145.869 58.764 146.123 57.325 146.123 55.856 L 146.123 55.078 C 146.123 56.325 146.496 57.616 146.675 58.846 C 147.313 63.233 147.796 68.638 150.268 72.484 C 150.818 73.341 154.855 76.3 156.048 76.434\",viewBox:\"0 0 200 200\"},{title:\"Scribble 13\",path:\"M 74.29 88.023 C 73.17 87.882 73.726 78.735 73.831 77.25 C 74.032 74.409 76.317 71.065 78.91 69.904 C 80.949 68.992 82.523 68.925 84.72 68.925 C 86.715 68.925 87.433 70.093 88.61 71.618 C 90.054 73.487 89.804 76.424 90.447 78.61 C 90.565 79.007 90.821 80.831 91.312 80.569 C 93.043 79.646 94.221 76.939 95.419 75.454 C 98.663 71.434 111.77 57.097 115.035 68.055 C 116.346 72.453 116.116 77.313 116.116 81.874 L 116.116 86.717 C 116.116 86.787 116.539 86.212 116.818 86.064 C 118.154 85.354 119.615 84.722 121.006 84.132 C 126.835 81.661 133.936 82.636 140.136 82.636 C 143.397 82.636 143.838 84.87 143.838 87.778 C 143.838 93.187 139.218 99.04 135.57 102.714 C 134.632 103.657 133.415 104.176 132.544 105.053 C 131.397 106.207 135.786 105.161 137.407 105.161 C 140.914 105.161 146.442 104.002 148.809 107.338 C 151.235 110.757 149.465 116.572 147.836 119.852 C 145.987 123.576 143.582 125.924 139.217 126.191 C 137.591 126.29 135.511 126.487 133.894 126.191 C 132.791 125.989 132.651 125.533 132.651 126.98 C 132.651 129.968 130.032 132.416 127.301 133.291 C 122.05 134.974 115.511 132.997 111.28 129.864 C 107.75 127.25 105.755 123.691 103.849 119.852 C 103.325 118.797 102.917 118.67 101.904 119.362 C 99.576 120.953 97.486 122.713 95.095 124.259 C 85.775 130.284 76.154 134.581 65.158 135.903 C 60.357 136.48 57.755 134.735 57.755 130.027 C 57.755 125.002 60.57 121.987 64.104 118.873 C 65.03 118.057 66.376 116.914 67.671 116.914 L 63.32 116.914 C 57.317 116.914 51.218 115.422 50.216 108.562 C 49.486 103.563 50.469 98.546 55.323 96.103 C 58.574 94.466 61.057 94.389 64.672 94.389 C 64.84 94.389 67.227 94.504 67.265 94.389 C 67.508 93.656 66.995 91.115 66.995 90.199 C 66.995 86.537 70.327 83.824 73.804 85.574\",viewBox:\"0 0 200 200\"},{title:\"Scribble 14\",path:\"M 73.587 79.826 C 73.587 76.773 73.354 74.814 75.814 72.709 C 78.225 70.647 81.446 70.93 84.38 70.93 C 86.255 70.93 87.83 70.713 88.637 72.808 C 89.514 75.084 90.519 76.832 90.519 79.382 C 90.519 80.739 90.295 80.466 90.964 79.48 C 92.583 77.099 95.322 75.109 97.648 73.5 C 101.822 70.611 107.176 68.261 112.352 68.261 C 113.824 68.261 118.766 68.332 119.036 70.485 C 119.271 72.366 120.388 75.268 118.59 76.935 C 117.627 77.827 117.044 79.096 116.114 80.024 C 115.953 80.185 115.251 80.243 115.322 80.172 C 115.845 79.651 116.864 79.403 117.525 79.134 C 123.355 76.764 129.498 75.827 135.794 76.292 C 138.05 76.459 139.471 77.614 141.314 78.739 C 142.411 79.408 142.57 80.562 143.319 81.161 C 145.194 82.658 141.693 86.237 141.116 87.389 C 140.883 87.854 139.912 88.999 140.918 89.143 C 142.804 89.412 144.615 89.673 146.439 90.28 C 149.473 91.289 152.931 92.837 154.434 95.84 C 156.594 100.153 153.454 103.969 150.226 106.688 C 146.558 109.778 142.852 110.652 138.196 110.519 C 137.174 110.49 136.609 109.858 135.868 109.283 C 135.666 109.126 135.065 112.579 134.977 112.842 C 132.814 119.321 126.892 128.328 119.828 130.091 C 112.559 131.905 93.196 133.345 98.094 120.404 C 98.48 119.382 99.009 117.859 99.777 117.092 C 100.485 116.385 99.146 117.813 98.539 117.982 C 92.815 119.569 86.261 120.877 80.369 119.316 C 74.545 117.774 69.985 113.862 66.11 109.53 C 63.227 106.306 65.998 102.3 68.017 99.819 C 68.578 99.129 69.748 97.853 70.69 97.644 C 71.732 97.413 72.06 97.955 70.864 98.286 C 67.963 99.091 64.799 99.398 61.804 99.398 C 58.668 99.398 55.094 99.905 52.199 98.459 C 44.911 94.822 40.23 83.721 48.634 78.764 C 52.281 76.613 57.254 74.489 61.556 74.489 C 64.066 74.489 67.451 73.891 69.799 74.933 C 71.663 75.76 74.868 77.492 75.814 79.381\",viewBox:\"0 0 200 200\"},];Scribbles.defaultProps={paths:1};addPropertyControls(Scribbles,{paths:{title:\"Shape\",type:ControlType.Enum,options:scribbles.map((_,i)=>i),optionTitles:scribbles.map(shape=>shape.title)},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"},strokeWidth:{title:\"Stroke\",type:ControlType.Number,min:1,max:10,defaultValue:5,displayStepper:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Scribbles\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scribbbles.map", "// Generated by Framer (c01e615)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";import { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, useLocaleInfo, withCSS } from \"framer\";import { LayoutGroup, motion } from \"framer-motion\";import * as React from \"react\";import Pattern from \"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import Scribbles from \"https://framerusercontent.com/modules/F29vuOKj17Y0RpfftxMt/qxxRgT5GGts1LJr9wcPW/Scribbbles.js\";import MobileNav from \"https://framerusercontent.com/modules/jFgXhqv4itz6SCrqrODI/oetEHB7A2PdINdxdk4md/FXfX6uUlW.js\";import * as sharedStyle from \"https://framerusercontent.com/modules/YaG5oIMPVjEPXFMcXGaR/AQYMRajjMgl74aI4KPqr/IaIYiTegN.js\";import * as sharedStyle1 from \"https://framerusercontent.com/modules/Ij4MPJnKdSw4vU2S9v9w/jzawiJMFrK0RFdDFwiUV/ro7OPezbn.js\";import metadataProvider from \"https://framerusercontent.com/modules/WfxIk2rEFPD8dMUrjr5b/QzyRI2vy3GYjkbJRfUg4/e089eKvhS.js\";const MobileNavFonts = getFonts(MobileNav);const ScribblesFonts = getFonts(Scribbles);const PatternFonts = getFonts(Pattern);const cycleOrder = [\"BBOvJIdxO\", \"luPTkRJMV\", \"h5YZ_mWiM\", \"a8jtrtie1\"];const breakpoints = { a8jtrtie1: \"(max-width: 1199px)\", BBOvJIdxO: \"(min-width: 1200px) and (max-width: 1439px)\", h5YZ_mWiM: \"(min-width: 1440px) and (max-width: 1919px)\", luPTkRJMV: \"(min-width: 1920px)\" };const isBrowser = () => typeof document !== \"undefined\";const variantClassNames = { a8jtrtie1: \"framer-v-dtse7r\", BBOvJIdxO: \"framer-v-1j85tnl\", h5YZ_mWiM: \"framer-v-2jpdin\", luPTkRJMV: \"framer-v-ms41is\" };if (isBrowser()) {removeHiddenBreakpointLayers(\"BBOvJIdxO\", breakpoints, variantClassNames);}const transitions = { default: { duration: 0 } };const transformTemplate = (_, t) => `translateY(-50%) ${t}`;const transformTemplate1 = (_, t) => `${t} rotate(-20deg)`;const transformTemplate2 = (_, t) => `${t} rotate(-15deg)`;const transformTemplate3 = (_, t) => `${t} rotate(15deg)`;const transformTemplate4 = (_, t) => `translate(-50%, -50%) ${t} rotate(-5deg)`;const transformTemplate5 = (_, t) => `${t} rotate(-5deg)`;const metadata = metadataProvider();const humanReadableVariantMap = { Desktop: \"BBOvJIdxO\", Landing: \"h5YZ_mWiM\", Phone: \"a8jtrtie1\", Wide: \"luPTkRJMV\" };const getProps = ({ height, id, width, ...props }) => {var _variant, ref;return { ...props, variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"BBOvJIdxO\" };};const Component = /*#__PURE__*/React.forwardRef(function (props, ref) {const { activeLocale } = useLocaleInfo();const { style, className, layoutId, variant, ...restProps } = getProps(props);React.useLayoutEffect(() => {const metadata1 = metadataProvider();document.title = metadata1.title || \"\";if (metadata1.viewport) {var ref;(ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);}if (metadata1.bodyClassName) {Array.from(document.body.classList).filter((c) => c.startsWith(\"framer-body-\")).map((c) => document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}}, []);const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);const gestureVariant = undefined;const transition = transitions.default;const isDisplayed = () => {if (baseVariant === \"a8jtrtie1\") return !isBrowser();return true;};const isDisplayed1 = () => {if (baseVariant === \"a8jtrtie1\") return true;return !isBrowser();};const defaultLayoutId = React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, { value: { primaryVariantId: \"BBOvJIdxO\", variantClassNames }, children: /*#__PURE__*/_jsx(LayoutGroup, { id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId, children: /*#__PURE__*/_jsxs(motion.div, { className: cx(\"framer-W9NGb\", sharedStyle.className, sharedStyle1.className), style: { display: \"contents\" }, children: [/*#__PURE__*/_jsxs(motion.div, { ...restProps, className: cx(\"framer-1j85tnl\", className), ref: ref, style: { ...style }, children: [isDisplayed() && /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1cppcsx hidden-dtse7r\", \"data-framer-name\": \"header\", name: \"header\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-o04ov6\", \"data-framer-name\": \"logo\", name: \"logo\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { luPTkRJMV: { href: { webPageId: \"t4KlpSZo1\" } } }, children: /*#__PURE__*/_jsx(Link, { href: { webPageId: \"S9jENWTPA\" }, openInNewTab: false, children: /*#__PURE__*/_jsx(Image, { as: \"a\", background: { alt: \"\", fit: \"fit\", intrinsicHeight: 410, intrinsicWidth: 674, pixelHeight: 410, pixelWidth: 674, sizes: \"63px\", src: new URL(\"https://framerusercontent.com/images/z4TXZTMKtZVbdW7VPeaBirkUZ6g.png\").href, srcSet: `${new URL(\"https://framerusercontent.com/images/z4TXZTMKtZVbdW7VPeaBirkUZ6g.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/z4TXZTMKtZVbdW7VPeaBirkUZ6g.png\").href} 674w` }, className: \"framer-1sr86q0 framer-ftk8d0\" }) }) }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7TWFucm9wZS04MDA=\", \"--framer-font-family\": '\"Manrope\", sans-serif', \"--framer-font-size\": \"35px\", \"--framer-font-weight\": \"800\" }, children: /*#__PURE__*/_jsx(Link, { href: { webPageId: \"S9jENWTPA\" }, openInNewTab: false, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1v0v5fo\", \"data-styles-preset\": \"IaIYiTegN\", children: \"Manifestor Foundation\" }) }) }) }), className: \"framer-1akzo0v\", \"data-framer-name\": \"Manifestor\", fonts: [\"GF;Manrope-800\"], name: \"Manifestor\", verticalAlignment: \"center\", withExternalLayout: true })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1uaaxbz\", \"data-framer-name\": \"menu\", name: \"menu\", transformTemplate: transformTemplate, children: [/*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\", \"--framer-font-family\": '\"Manrope\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-font-weight\": \"600\" }, children: /*#__PURE__*/_jsx(Link, { href: { webPageId: \"UQ7y4S05s\" }, openInNewTab: false, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1v0v5fo\", \"data-styles-preset\": \"IaIYiTegN\", children: \"About\" }) }) }) }), className: \"framer-uncoth\", \"data-framer-name\": \"Services\", fonts: [\"GF;Manrope-600\"], name: \"Services\", transformTemplate: transformTemplate, verticalAlignment: \"center\", withExternalLayout: true }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\", \"--framer-font-family\": '\"Manrope\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-font-weight\": \"600\" }, children: /*#__PURE__*/_jsx(Link, { href: { webPageId: \"sTHcufcBZ\" }, openInNewTab: false, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1v0v5fo\", \"data-styles-preset\": \"IaIYiTegN\", children: \"Contact\" }) }) }) }), className: \"framer-1jrgq53\", \"data-framer-name\": \"Pricing\", fonts: [\"GF;Manrope-600\"], name: \"Pricing\", transformTemplate: transformTemplate, verticalAlignment: \"center\", withExternalLayout: true }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7TWFucm9wZS02MDA=\", \"--framer-font-family\": '\"Manrope\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-font-weight\": \"600\" }, children: /*#__PURE__*/_jsx(Link, { href: { webPageId: \"e089eKvhS\" }, openInNewTab: false, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1v0v5fo\", \"data-styles-preset\": \"IaIYiTegN\", children: \"Partner with us\" }) }) }) }), className: \"framer-1h86xiw\", \"data-framer-name\": \"Home\", fonts: [\"GF;Manrope-600\"], name: \"Home\", transformTemplate: transformTemplate, verticalAlignment: \"center\", withExternalLayout: true })] })] }), isDisplayed1() && /*#__PURE__*/_jsx(Container, { className: \"framer-s7jw2n-container hidden-1j85tnl hidden-ms41is hidden-2jpdin\", children: /*#__PURE__*/_jsx(MobileNav, { height: \"100%\", id: \"MGAoe_okJ\", layoutId: \"MGAoe_okJ\", style: { width: \"100%\" }, variant: \"CMNzyeUsJ\", width: \"100%\" }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1v2p9k1\", \"data-framer-name\": \"Hero\", name: \"Hero\", children: /*#__PURE__*/_jsx(motion.div, { className: \"framer-6qs4jp\", \"data-framer-name\": \"Content\", name: \"Content\", children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h1\", { style: { \"--font-selector\": \"R0Y7TWFucm9wZS1yZWd1bGFy\", \"--framer-font-family\": '\"Manrope\", \"Manrope Placeholder\", sans-serif', \"--framer-font-size\": \"91.6430238148424px\", \"--framer-line-height\": \"1.1em\", \"--framer-text-alignment\": \"center\", \"--framer-text-color\": \"rgb(8, 7, 8)\" }, children: \"Non-Profit Partnerships\" }) }), className: \"framer-nyyb0l\", fonts: [\"GF;Manrope-regular\"], verticalAlignment: \"top\", viewBox: \"0 0 1000 101\", withExternalLayout: true }) }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-yajboo\", \"data-framer-name\": \"Text\", name: \"Text\", children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-ngabrm\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { a8jtrtie1: { children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { style: { \"--font-selector\": \"R0Y7RGVsYSBHb3RoaWMgT25lLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Dela Gothic One\", sans-serif', \"--framer-font-size\": \"32px\", \"--framer-text-alignment\": \"left\", \"--framer-text-color\": \"rgb(230, 232, 230)\" }, children: \"AI For Good!\" }) }) } }, children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { style: { \"--font-selector\": \"R0Y7RGVsYSBHb3RoaWMgT25lLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Dela Gothic One\", sans-serif', \"--framer-font-size\": \"40px\", \"--framer-text-alignment\": \"left\", \"--framer-text-color\": \"rgb(230, 232, 230)\" }, children: \"AI For Good!\" }) }), className: \"framer-15zkta2\", fonts: [\"GF;Dela Gothic One-regular\"], verticalAlignment: \"top\", withExternalLayout: true }) }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsxs(\"h2\", { style: { \"--font-selector\": \"R0Y7TnVuaXRvLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Nunito\", \"Nunito Placeholder\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-line-height\": \"1.5em\", \"--framer-text-alignment\": \"left\", \"--framer-text-color\": \"rgb(230, 232, 230)\" }, children: [\"Manifestor, a transformational AI tool, aims to empower people by providing non-profit partners with \", /*#__PURE__*/_jsx(\"strong\", { children: \"free tool access for staff\" }), \" and to make a difference \", /*#__PURE__*/_jsx(\"strong\", { children: \"for those that they serve.\" }), \" Let\u2019s have some impact together!\"] }) }), className: \"framer-1jbd1bh\", fonts: [\"GF;Nunito-regular\"], verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsx(Container, { className: \"framer-689yva-container\", transformTemplate: transformTemplate1, children: /*#__PURE__*/_jsx(Scribbles, { color: \"rgb(13, 13, 13)\", height: \"100%\", id: \"lzq_9rrcD\", layoutId: \"lzq_9rrcD\", paths: 1, strokeWidth: 5, style: { width: \"100%\" }, width: \"100%\" }) })] }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-uovtsy\", \"data-framer-name\": \"Text\", name: \"Text\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-1isq7xa\", \"data-framer-name\": \"Content\", name: \"Content\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { a8jtrtie1: { children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { style: { \"--font-selector\": \"R0Y7RGVsYSBHb3RoaWMgT25lLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Dela Gothic One\", sans-serif', \"--framer-font-size\": \"32px\", \"--framer-text-alignment\": \"left\", \"--framer-text-color\": \"rgb(8, 7, 8)\" }, children: \"Partner Up for Impact\" }) }) } }, children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { style: { \"--font-selector\": \"R0Y7RGVsYSBHb3RoaWMgT25lLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Dela Gothic One\", sans-serif', \"--framer-font-size\": \"48px\", \"--framer-text-alignment\": \"left\", \"--framer-text-color\": \"rgb(8, 7, 8)\" }, children: \"Partner Up for Impact\" }) }), className: \"framer-1jc64iq\", fonts: [\"GF;Dela Gothic One-regular\"], verticalAlignment: \"top\", withExternalLayout: true }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-6w364x\", \"data-framer-name\": \"Paragraphs\", name: \"Paragraphs\", children: [/*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h3\", { style: { \"--font-selector\": \"R0Y7TnVuaXRvLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Nunito\", \"Nunito Placeholder\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-line-height\": \"1.5em\", \"--framer-text-alignment\": \"left\" }, children: \"We\u2019re on the lookout for passionate non-profits to join forces with and enable incredible AI innovations. Unleash your potential and make a difference for the communities you serve!\" }) }), className: \"framer-e64j0v\", fonts: [\"GF;Nunito-regular\"], verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h3\", { style: { \"--font-selector\": \"R0Y7TnVuaXRvLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Nunito\", \"Nunito Placeholder\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-line-height\": \"1.5em\", \"--framer-text-alignment\": \"left\" }, children: \"Manifestor is more than a tool; it\u2019s a movement to promote positive change. From elder care to education, let\u2019s challenge boundaries and explore the future of how technology can lift the human spirit.\" }) }), className: \"framer-2qlvc1\", fonts: [\"GF;Nunito-regular\"], verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h3\", { style: { \"--font-selector\": \"R0Y7TnVuaXRvLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Nunito\", \"Nunito Placeholder\", sans-serif', \"--framer-font-size\": \"20px\", \"--framer-line-height\": \"1.5em\", \"--framer-text-alignment\": \"left\" }, children: \"Harness the power of AI for good! Our Free Access Program will support nonprofits in transforming the lives of those they serve.\" }) }), className: \"framer-1suawg9\", fonts: [\"GF;Nunito-regular\"], verticalAlignment: \"top\", withExternalLayout: true })] }), /*#__PURE__*/_jsx(Container, { className: \"framer-pbvm0c-container\", transformTemplate: transformTemplate1, children: /*#__PURE__*/_jsx(Scribbles, { color: \"rgb(253, 196, 39)\", height: \"100%\", id: \"oxBqxFqLu\", layoutId: \"oxBqxFqLu\", paths: 4, strokeWidth: 5, style: { width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(Container, { className: \"framer-12jxqri-container\", transformTemplate: transformTemplate3, children: /*#__PURE__*/_jsx(Scribbles, { color: \"rgb(253, 196, 39)\", height: \"100%\", id: \"wNLFMjBGq\", layoutId: \"wNLFMjBGq\", paths: 7, strokeWidth: 5, style: { width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(Container, { className: \"framer-1k96ta2-container\", transformTemplate: transformTemplate4, children: /*#__PURE__*/_jsx(Scribbles, { color: \"rgb(253, 196, 39)\", height: \"100%\", id: \"TkVoNByE4\", layoutId: \"TkVoNByE4\", paths: 9, strokeWidth: 5, style: { width: \"100%\" }, width: \"100%\" }) })] }), /*#__PURE__*/_jsx(Container, { className: \"framer-1utfcq2-container\", children: /*#__PURE__*/_jsx(Pattern, { back: \"rgb(253, 202, 64)\", diagonal: true, direction: \"left\", duration: 5, front: \"rgb(8, 7, 8)\", height: \"100%\", id: \"GsIttQeIW\", layoutId: \"GsIttQeIW\", patternType: \"polka\", radius: 0, scale: 30, shouldAnimate: false, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) })] }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1cnf8v\", \"data-framer-name\": \"Call to Action\", name: \"Call to Action\", children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-19eb22l\", \"data-framer-name\": \"Wrapper\", name: \"Wrapper\", children: [/*#__PURE__*/_jsx(Container, { className: \"framer-rmnv52-container\", transformTemplate: transformTemplate5, children: /*#__PURE__*/_jsx(Scribbles, { color: \"rgb(0, 0, 0)\", height: \"100%\", id: \"cpeDVfrJ4\", layoutId: \"cpeDVfrJ4\", paths: 11, strokeWidth: 10, style: { width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { a8jtrtie1: { children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { style: { \"--font-selector\": \"R0Y7RGVsYSBHb3RoaWMgT25lLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Dela Gothic One\", sans-serif', \"--framer-font-size\": \"32px\", \"--framer-text-alignment\": \"center\", \"--framer-text-color\": \"rgb(8, 7, 8)\" }, children: \"Let\u2019s change the world together. Apply now and unlock the possibilities of AI!\" }) }) } }, children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { style: { \"--font-selector\": \"R0Y7RGVsYSBHb3RoaWMgT25lLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Dela Gothic One\", sans-serif', \"--framer-font-size\": \"48px\", \"--framer-text-alignment\": \"center\", \"--framer-text-color\": \"rgb(8, 7, 8)\" }, children: \"Let\u2019s change the world together. Apply now and unlock the possibilities of AI!\" }) }), className: \"framer-1vbaf51\", fonts: [\"GF;Dela Gothic One-regular\"], verticalAlignment: \"top\", withExternalLayout: true }) }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-13wyoxi\", \"data-framer-name\": \"Buttons\", name: \"Buttons\", children: /*#__PURE__*/_jsx(Link, { href: \"https://forms.gle/6kTLXBwxxhR9C5qK7\", openInNewTab: true, children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-1v4i89d framer-ftk8d0\", \"data-framer-name\": \"Button\", name: \"Button\", children: /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { style: { \"--font-selector\": \"R0Y7TnVuaXRvLXJlZ3VsYXI=\", \"--framer-font-family\": '\"Nunito\", \"Nunito Placeholder\", sans-serif', \"--framer-font-size\": \"39px\", \"--framer-text-alignment\": \"center\", \"--framer-text-color\": \"rgb(255, 255, 255)\" }, children: \"Apply Here\" }) }), className: \"framer-1jogb1e\", fonts: [\"GF;Nunito-regular\"], verticalAlignment: \"top\", withExternalLayout: true }) }) }) })] }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-fjoxnt\", \"data-framer-name\": \"Footer\", name: \"Footer\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-1sc2h2\", \"data-framer-name\": \"Icons\", name: \"Icons\" }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsxs(\"p\", { style: { \"--font-selector\": \"R0Y7SW50ZXItNjAw\", \"--framer-font-size\": \"14px\", \"--framer-font-weight\": \"600\", \"--framer-line-height\": \"1.5em\", \"--framer-text-alignment\": \"center\", \"--framer-text-color\": \"rgb(102, 102, 102)\" }, children: [\"\\xa9 2023 SUN SHEN Foundation / \", /*#__PURE__*/_jsx(Link, { href: { webPageId: \"bMB_p1EkK\" }, openInNewTab: false, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1wicq5s\", \"data-styles-preset\": \"ro7OPezbn\", children: \"Privacy Policy + Terms & Conditions\" }) })] }) }), className: \"framer-1iz2g8k\", fonts: [\"GF;Inter-600\"], verticalAlignment: \"top\", withExternalLayout: true })] })] }), /*#__PURE__*/_jsx(\"div\", { id: \"overlay\" })] }) }) });});const css = ['.framer-W9NGb [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; } }\", `.${metadata.bodyClassName} { background: #FDCA40; }`, \".framer-W9NGb .framer-ftk8d0 { display: block; }\", \".framer-W9NGb .framer-1j85tnl { align-content: center; align-items: center; background-color: #fdca40; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-W9NGb .framer-1cppcsx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 350px; height: min-content; justify-content: center; min-height: 176px; overflow: hidden; padding: 45px 94px 45px 94px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-o04ov6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 86px; justify-content: flex-start; left: 67px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: calc(50.00000000000002% - 86px / 2); width: 466px; z-index: 1; }\", \".framer-W9NGb .framer-1sr86q0 { flex: none; height: 86px; position: relative; text-decoration: none; width: 63px; z-index: 1; }\", \".framer-W9NGb .framer-1akzo0v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-W9NGb .framer-1uaaxbz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; min-height: 24px; min-width: 422px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; right: -19px; top: 50%; transform: translateY(-50%); width: min-content; z-index: 1; }\", \".framer-W9NGb .framer-uncoth { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -61px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\", \".framer-W9NGb .framer-1jrgq53 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 264px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\", \".framer-W9NGb .framer-1h86xiw { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 67px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\", \".framer-W9NGb .framer-s7jw2n-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-W9NGb .framer-1v2p9k1 { align-content: center; align-items: center; background-color: #51cd82; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 50px 100px 50px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-6qs4jp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; z-index: 5; }\", \".framer-W9NGb .framer-nyyb0l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: 100%; z-index: 1; }\", \".framer-W9NGb .framer-yajboo { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 100px 100px 100px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-ngabrm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-15zkta2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-W9NGb .framer-1jbd1bh { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-W9NGb .framer-689yva-container { flex: none; height: auto; left: -150px; position: absolute; top: -100px; transform: rotate(-20deg); width: 200px; z-index: 1; }\", \".framer-W9NGb .framer-1nks17b-container { bottom: -100px; flex: none; height: auto; position: absolute; right: 0px; transform: rotate(-15deg); width: 200px; z-index: 1; }\", \".framer-W9NGb .framer-uovtsy { align-content: center; align-items: center; background-color: #fdca40; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 100px 100px 100px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-1isq7xa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\", \".framer-W9NGb .framer-1jc64iq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-W9NGb .framer-6w364x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-e64j0v, .framer-W9NGb .framer-2qlvc1, .framer-W9NGb .framer-1suawg9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-W9NGb .framer-pbvm0c-container { flex: none; height: auto; position: absolute; right: -100px; top: 0px; transform: rotate(-20deg); width: 200px; z-index: 1; }\", \".framer-W9NGb .framer-12jxqri-container { bottom: 0px; flex: none; height: auto; position: absolute; right: -100px; transform: rotate(15deg); width: 200px; z-index: 1; }\", \".framer-W9NGb .framer-1k96ta2-container { flex: none; height: auto; left: 90%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-5deg); width: 200px; z-index: 1; }\", \".framer-W9NGb .framer-1utfcq2-container { bottom: 0px; flex: none; left: 0px; opacity: 0.5; position: absolute; right: 0px; top: 0px; z-index: 0; }\", \".framer-W9NGb .framer-1cnf8v { align-content: center; align-items: center; background-color: #fdca40; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 100px 100px 100px 100px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-19eb22l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-rmnv52-container { flex: none; height: auto; position: relative; transform: rotate(-5deg); width: 200px; z-index: 1; }\", \".framer-W9NGb .framer-1vbaf51 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\", \".framer-W9NGb .framer-13wyoxi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-W9NGb .framer-1v4i89d { align-content: center; align-items: center; background-color: #df2935; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.18), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.17997), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.17241), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.15889), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.13064), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.0625); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; text-decoration: none; width: min-content; }\", \".framer-W9NGb .framer-1jogb1e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-W9NGb .framer-fjoxnt { align-content: center; align-items: center; background-color: #fdca40; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 100px 100px 100px; position: relative; width: 100%; }\", \".framer-W9NGb .framer-1sc2h2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; min-height: 32px; min-width: 32px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-W9NGb .framer-1iz2g8k { --framer-link-hover-text-color: rgba(153, 153, 153, 0.6); --framer-link-text-decoration: none; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-W9NGb .framer-1j85tnl, .framer-W9NGb .framer-1cppcsx, .framer-W9NGb .framer-o04ov6, .framer-W9NGb .framer-1uaaxbz, .framer-W9NGb .framer-1v2p9k1, .framer-W9NGb .framer-6qs4jp, .framer-W9NGb .framer-yajboo, .framer-W9NGb .framer-ngabrm, .framer-W9NGb .framer-uovtsy, .framer-W9NGb .framer-1isq7xa, .framer-W9NGb .framer-6w364x, .framer-W9NGb .framer-1cnf8v, .framer-W9NGb .framer-19eb22l, .framer-W9NGb .framer-13wyoxi, .framer-W9NGb .framer-1v4i89d, .framer-W9NGb .framer-fjoxnt, .framer-W9NGb .framer-1sc2h2 { gap: 0px; } .framer-W9NGb .framer-1j85tnl > *, .framer-W9NGb .framer-6qs4jp > *, .framer-W9NGb .framer-yajboo > *, .framer-W9NGb .framer-uovtsy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-W9NGb .framer-1j85tnl > :first-child, .framer-W9NGb .framer-6qs4jp > :first-child, .framer-W9NGb .framer-yajboo > :first-child, .framer-W9NGb .framer-uovtsy > :first-child, .framer-W9NGb .framer-1isq7xa > :first-child, .framer-W9NGb .framer-6w364x > :first-child, .framer-W9NGb .framer-1cnf8v > :first-child, .framer-W9NGb .framer-19eb22l > :first-child, .framer-W9NGb .framer-fjoxnt > :first-child { margin-top: 0px; } .framer-W9NGb .framer-1j85tnl > :last-child, .framer-W9NGb .framer-6qs4jp > :last-child, .framer-W9NGb .framer-yajboo > :last-child, .framer-W9NGb .framer-uovtsy > :last-child, .framer-W9NGb .framer-1isq7xa > :last-child, .framer-W9NGb .framer-6w364x > :last-child, .framer-W9NGb .framer-1cnf8v > :last-child, .framer-W9NGb .framer-19eb22l > :last-child, .framer-W9NGb .framer-fjoxnt > :last-child { margin-bottom: 0px; } .framer-W9NGb .framer-1cppcsx > * { margin: 0px; margin-left: calc(350px / 2); margin-right: calc(350px / 2); } .framer-W9NGb .framer-1cppcsx > :first-child, .framer-W9NGb .framer-o04ov6 > :first-child, .framer-W9NGb .framer-1uaaxbz > :first-child, .framer-W9NGb .framer-1v2p9k1 > :first-child, .framer-W9NGb .framer-ngabrm > :first-child, .framer-W9NGb .framer-13wyoxi > :first-child, .framer-W9NGb .framer-1v4i89d > :first-child, .framer-W9NGb .framer-1sc2h2 > :first-child { margin-left: 0px; } .framer-W9NGb .framer-1cppcsx > :last-child, .framer-W9NGb .framer-o04ov6 > :last-child, .framer-W9NGb .framer-1uaaxbz > :last-child, .framer-W9NGb .framer-1v2p9k1 > :last-child, .framer-W9NGb .framer-ngabrm > :last-child, .framer-W9NGb .framer-13wyoxi > :last-child, .framer-W9NGb .framer-1v4i89d > :last-child, .framer-W9NGb .framer-1sc2h2 > :last-child { margin-right: 0px; } .framer-W9NGb .framer-o04ov6 > *, .framer-W9NGb .framer-1v2p9k1 > *, .framer-W9NGb .framer-1v4i89d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-W9NGb .framer-1uaaxbz > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } .framer-W9NGb .framer-ngabrm > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-W9NGb .framer-1isq7xa > *, .framer-W9NGb .framer-6w364x > *, .framer-W9NGb .framer-1cnf8v > *, .framer-W9NGb .framer-19eb22l > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-W9NGb .framer-13wyoxi > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-W9NGb .framer-fjoxnt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-W9NGb .framer-1sc2h2 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\", \"@media (min-width: 1200px) and (max-width: 1439px) { .framer-W9NGb .hidden-1j85tnl { display: none !important; } }\", `@media (min-width: 1920px) { .framer-W9NGb .hidden-ms41is { display: none !important; } .${metadata.bodyClassName} { background: #FDCA40; } .framer-W9NGb .framer-1j85tnl { width: 1920px; } .framer-W9NGb .framer-1cppcsx { gap: 482px; } .framer-W9NGb .framer-o04ov6 { bottom: 30px; height: 71px; left: 388px; top: unset; width: 473px; } .framer-W9NGb .framer-1sr86q0 { left: 0px; order: 0; position: absolute; top: -30px; } .framer-W9NGb .framer-1akzo0v { left: 73px; order: 1; position: absolute; top: -9px; z-index: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-W9NGb .framer-1cppcsx { gap: 0px; } .framer-W9NGb .framer-1cppcsx > * { margin: 0px; margin-left: calc(482px / 2); margin-right: calc(482px / 2); } .framer-W9NGb .framer-1cppcsx > :first-child { margin-left: 0px; } .framer-W9NGb .framer-1cppcsx > :last-child { margin-right: 0px; } }}`, `@media (min-width: 1440px) and (max-width: 1919px) { .framer-W9NGb .hidden-2jpdin { display: none !important; } .${metadata.bodyClassName} { background: #FDCA40; } .framer-W9NGb .framer-1j85tnl { width: 1440px; } .framer-W9NGb .framer-o04ov6 { left: 214px; order: 0; width: 518px; } .framer-W9NGb .framer-1sr86q0 { order: 0; } .framer-W9NGb .framer-1akzo0v, .framer-W9NGb .framer-1uaaxbz { order: 1; }}`, `@media (max-width: 1199px) { .framer-W9NGb .hidden-dtse7r { display: none !important; } .${metadata.bodyClassName} { background: #FDCA40; } .framer-W9NGb .framer-1j85tnl { width: 390px; } .framer-W9NGb .framer-1v2p9k1 { gap: unset; justify-content: space-around; padding: 20px 20px 20px 20px; } .framer-W9NGb .framer-6qs4jp { gap: 100px; justify-content: flex-start; } .framer-W9NGb .framer-yajboo, .framer-W9NGb .framer-uovtsy { padding: 60px 20px 60px 20px; } .framer-W9NGb .framer-ngabrm { flex-direction: column; gap: 20px; } .framer-W9NGb .framer-15zkta2, .framer-W9NGb .framer-1jbd1bh { flex: none; width: 100%; } .framer-W9NGb .framer-689yva-container, .framer-W9NGb .framer-pbvm0c-container, .framer-W9NGb .framer-12jxqri-container, .framer-W9NGb .framer-1k96ta2-container, .framer-W9NGb .framer-rmnv52-container { width: 100px; } .framer-W9NGb .framer-1cnf8v { gap: 20px; padding: 60px 20px 60px 20px; } .framer-W9NGb .framer-13wyoxi { flex-direction: column; width: 100%; } .framer-W9NGb .framer-1v4i89d { width: 100%; } .framer-W9NGb .framer-fjoxnt { padding: 40px 20px 40px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-W9NGb .framer-1v2p9k1, .framer-W9NGb .framer-6qs4jp, .framer-W9NGb .framer-ngabrm, .framer-W9NGb .framer-1cnf8v, .framer-W9NGb .framer-13wyoxi { gap: 0px; } .framer-W9NGb .framer-1v2p9k1 > *, .framer-W9NGb .framer-1v2p9k1 > :first-child, .framer-W9NGb .framer-1v2p9k1 > :last-child { margin: 0px; } .framer-W9NGb .framer-6qs4jp > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-W9NGb .framer-6qs4jp > :first-child, .framer-W9NGb .framer-ngabrm > :first-child, .framer-W9NGb .framer-1cnf8v > :first-child, .framer-W9NGb .framer-13wyoxi > :first-child { margin-top: 0px; } .framer-W9NGb .framer-6qs4jp > :last-child, .framer-W9NGb .framer-ngabrm > :last-child, .framer-W9NGb .framer-1cnf8v > :last-child, .framer-W9NGb .framer-13wyoxi > :last-child { margin-bottom: 0px; } .framer-W9NGb .framer-ngabrm > *, .framer-W9NGb .framer-1cnf8v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-W9NGb .framer-13wyoxi > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 2495\n* @framerIntrinsicWidth 1200\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"luPTkRJMV\":{\"layout\":[\"fixed\",\"auto\"]},\"h5YZ_mWiM\":{\"layout\":[\"fixed\",\"auto\"]},\"a8jtrtie1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n* @framerResponsiveScreen\n*/const Framere089eKvhS = withCSS(Component, css, \"framer-W9NGb\");export default Framere089eKvhS;Framere089eKvhS.displayName = \"Nonprofits\";Framere089eKvhS.defaultProps = { height: 2495, width: 1200 };addFonts(Framere089eKvhS, [{ family: \"Manrope\", moduleAsset: { localModuleIdentifier: \"local-module:screen/e089eKvhS:default\", url: \"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\", weight: \"800\" }, { family: \"Manrope\", moduleAsset: { localModuleIdentifier: \"local-module:screen/e089eKvhS:default\", url: \"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\", weight: \"600\" }, { family: \"Manrope\", moduleAsset: { localModuleIdentifier: \"local-module:screen/e089eKvhS:default\", url: \"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\", weight: \"400\" }, { family: \"Dela Gothic One\", moduleAsset: { localModuleIdentifier: \"local-module:screen/e089eKvhS:default\", url: \"https://fonts.gstatic.com/s/delagothicone/v10/~ChEKD0RlbGEgR290aGljIE9uZSAAKgQIARgB.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/delagothicone/v10/~ChEKD0RlbGEgR290aGljIE9uZSAAKgQIARgB.ttf\", weight: \"400\" }, { family: \"Nunito\", moduleAsset: { localModuleIdentifier: \"local-module:screen/e089eKvhS:default\", url: \"https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf\", weight: \"400\" }, { family: \"Inter\", moduleAsset: { localModuleIdentifier: \"local-module:screen/e089eKvhS:default\", url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\" }, style: \"normal\", url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\", weight: \"600\" }, ...MobileNavFonts, ...ScribblesFonts, ...PatternFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = { \"exports\": { \"default\": { \"type\": \"reactComponent\", \"name\": \"Framere089eKvhS\", \"slots\": [], \"annotations\": { \"framerIntrinsicHeight\": \"2495\", \"framerContractVersion\": \"1\", \"framerResponsiveScreen\": \"\", \"framerIntrinsicWidth\": \"1200\", \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"luPTkRJMV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h5YZ_mWiM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a8jtrtie1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\" } }, \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"__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", "Scribbles", "props", "paths", "strokeWidth", "color", "nodeId", "path", "scribbles", "viewBox", "p", "addPropertyControls", "ControlType", "_", "i", "shape", "MobileNavFonts", "getFonts", "FXfX6uUlW_default", "ScribblesFonts", "Scribbles", "PatternFonts", "Pattern", "breakpoints", "isBrowser", "variantClassNames", "transitions", "transformTemplate", "_", "t", "transformTemplate1", "transformTemplate3", "_", "t", "transformTemplate4", "transformTemplate5", "metadata", "e089eKvhS_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "transitions", "isDisplayed", "isBrowser", "isDisplayed1", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "variantClassNames", "LayoutGroup", "u", "motion", "cx", "PropertyOverrides", "Link", "Image2", "RichText", "x", "transformTemplate", "Container", "FXfX6uUlW_default", "transformTemplate1", "Scribbles", "Pattern", "css", "Framere089eKvhS", "withCSS", "addFonts", "MobileNavFonts", "ScribblesFonts", "PatternFonts", "fonts", "__FramerMetadata__"]
}
