{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/eafgRFSLTSDRhWN1K3LV/JrduSqPAgW7GyfhuXZSK/uTTSJeW6y.js", "ssg:https://framerusercontent.com/modules/3PrJ7EalCjAZDv2smoy7/9WvtJRjel1hn4XmG7WQK/Overrides.js", "ssg:https://framerusercontent.com/modules/PXeCXGOypdIddTARWZBs/GjytIKtAUQqHwPulvPV3/nLYdsvBsi.js", "ssg:https://framerusercontent.com/modules/FCb5vI8sjgt6h164MTy9/H4Tf8UgCGAF3r1VHTBBU/gJFYS9_sF.js", "ssg:https://framerusercontent.com/modules/4cjE0RMdUoTrtpGgZ7eh/ritNVBjCLvlecADuuAgr/IrBRxvBoP.js", "ssg:https://framerusercontent.com/modules/yPJmMKAEqBeKM3GYQoGq/4Z9Aa9kKdeTAzv8JS20i/gW5tr5DLR.js", "ssg:https://framerusercontent.com/modules/nI0xkMnlWydgXcKqU0jk/D1mj3JAZ8GBw8gvCfV8h/Avn2Rliv6.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 (85a580f)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as o,cx as i,getFonts as n,useLocaleInfo as d,useVariantState as f,withCSS as l}from\"framer\";import{LayoutGroup as m,motion as s,MotionConfigContext as p}from\"framer-motion\";import*as h from\"react\";import c from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";let u=n(c),v=[\"tzfCFwUTR\",\"OT421Jg14\",\"Qhok5o__l\"],b=\"framer-fimiL\",y={OT421Jg14:\"framer-v-1m2c9fn\",Qhok5o__l:\"framer-v-1q2ih5l\",tzfCFwUTR:\"framer-v-1e3t3yp\"};function g(e,...r){let a={};return null==r||r.forEach(r=>r&&Object.assign(a,e[r])),a;}let x={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},T=({value:r,children:a})=>{let t=h.useContext(p),o=null!=r?r:t.transition,i=h.useMemo(()=>({...t,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(p.Provider,{value:i,children:a});},w={Desktop:\"tzfCFwUTR\",Phone:\"Qhok5o__l\",Tablet:\"OT421Jg14\"},k=({height:e,id:r,width:a,...t})=>{var o,i;return{...t,variant:null!==(i=null!==(o=w[t.variant])&&void 0!==o?o:t.variant)&&void 0!==i?i:\"tzfCFwUTR\"};},z=(e,r)=>r.join(\"-\")+e.layoutDependency,L=/*#__PURE__*/h.forwardRef(function(a,t){let{activeLocale:o}=d(),{style:n,className:l,layoutId:p,variant:u,...b}=k(a),{baseVariant:w,classNames:L,gestureVariant:q,setGestureState:C,setVariant:_,transition:P,variants:U}=f({cycleOrder:v,defaultVariant:\"tzfCFwUTR\",transitions:x,variant:u,variantClassNames:y}),j=z(a,U),I=h.useRef(null),R=h.useId();return /*#__PURE__*/e(m,{id:null!=p?p:R,children:/*#__PURE__*/e(s.div,{initial:u,animate:U,onHoverStart:()=>C({isHovered:!0}),onHoverEnd:()=>C({isHovered:!1}),onTapStart:()=>C({isPressed:!0}),onTap:()=>C({isPressed:!1}),onTapCancel:()=>C({isPressed:!1}),className:i(\"framer-fimiL\",...[],L),style:{display:\"contents\"},children:/*#__PURE__*/e(T,{value:P,children:/*#__PURE__*/r(s.div,{...b,className:i(\"framer-1e3t3yp\",l),\"data-framer-name\":\"Desktop\",layoutDependency:j,layoutId:\"tzfCFwUTR\",ref:null!=t?t:I,style:{...n},...g({OT421Jg14:{\"data-framer-name\":\"Tablet\"},Qhok5o__l:{\"data-framer-name\":\"Phone\"}},w,q),children:[/*#__PURE__*/e(s.div,{className:\"framer-1xlzd50-container\",layoutDependency:j,layoutId:\"Cja2UITrX-container\",children:/*#__PURE__*/e(c,{back:'var(--token-eb13aab3-2e4e-4a60-9c64-2d76e3fe471a, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */',diagonal:!0,direction:\"left\",duration:5,front:'var(--token-33493b85-ff0b-4d00-af25-51f7fad547d2, rgb(250, 250, 250)) /* {\"name\":\"Secondary\"} */',height:\"100%\",id:\"Cja2UITrX\",layoutId:\"Cja2UITrX\",patternType:\"paper\",radius:0,scale:40,shouldAnimate:!1,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...g({Qhok5o__l:{scale:28}},w,q)})}),/*#__PURE__*/e(s.div,{className:\"framer-q4qhp3\",\"data-framer-name\":\"Gradient\",layoutDependency:j,layoutId:\"k81uxH_nI\",style:{background:'linear-gradient(180deg, rgba(0, 0, 0, 0) 10.2%, var(--token-eb13aab3-2e4e-4a60-9c64-2d76e3fe471a, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */ 100%)'}})]})})})});}),q=['.framer-fimiL [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-fimiL .framer-1vh24h4 { display: block; }\",\".framer-fimiL .framer-1e3t3yp { height: 400px; overflow: hidden; position: relative; width: 800px; }\",\".framer-fimiL .framer-1xlzd50-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-fimiL .framer-q4qhp3 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-fimiL.framer-v-1m2c9fn .framer-1xlzd50-container, .framer-fimiL.framer-v-1m2c9fn .framer-q4qhp3, .framer-fimiL.framer-v-1q2ih5l .framer-1xlzd50-container, .framer-fimiL.framer-v-1q2ih5l .framer-q4qhp3 { top: 64px; }\",\".framer-fimiL.framer-v-1q2ih5l .framer-1e3t3yp { width: 400px; }\"],C=l(L,q,\"framer-fimiL\");export default C;C.displayName=\"Background Pattern\",C.defaultProps={height:400,width:800},t(C,{variant:{options:[\"tzfCFwUTR\",\"OT421Jg14\",\"Qhok5o__l\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:o.Enum}}),a(C,[...u]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruTTSJeW6y\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OT421Jg14\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Qhok5o__l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"800\",\"framerIntrinsicHeight\":\"400\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uTTSJeW6y.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";// Keeps the copyright statement up-to-date by always showing the current year.\nexport function AutoCopyrightStatement(Component){return props=>{var _props_children_props_children,_props_children_props,_props_children;const textProps=(_props_children=props.children)===null||_props_children===void 0?void 0:(_props_children_props=_props_children.props)===null||_props_children_props===void 0?void 0:(_props_children_props_children=_props_children_props.children)===null||_props_children_props_children===void 0?void 0:_props_children_props_children.props;if(textProps&&typeof textProps.children==\"string\"){textProps.children=textProps.children.replace(\"YYYY\",new Date().getFullYear());}return /*#__PURE__*/_jsx(Component,{...props});};}// This override makes the sidebar preserve its scroll position when you switch pages.\n// If the scroll position is not saved, it scrolls the current page button into view.\nexport function PreserveScrollPosition(Component){return props=>{const scrollableDivRef=useRef(null);// This function updates the body's data attribute with the scroll position\nconst updateScrollPosition=()=>{const scrollPosition=scrollableDivRef.current.scrollTop;document.body.dataset.scrollPosition=scrollPosition;};// Effect to add and remove the scroll event listener\nuseEffect(()=>{const div=scrollableDivRef.current;// Set the initial scroll position from the body's data attribute\nconst initialScrollPosition=document.body.dataset.scrollPosition||0;div.scrollTop=initialScrollPosition;// Check if the div is available\nif(div){div.addEventListener(\"scroll\",updateScrollPosition);}// Cleanup function to remove the event listener\nreturn()=>{if(div){div.removeEventListener(\"scroll\",updateScrollPosition);}};},[]);return /*#__PURE__*/_jsx(Component,{ref:scrollableDivRef,...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"AutoCopyrightStatement\":{\"type\":\"reactHoc\",\"name\":\"AutoCopyrightStatement\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PreserveScrollPosition\":{\"type\":\"reactHoc\",\"name\":\"PreserveScrollPosition\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Overrides.map", "// Generated by Framer (ac3938c)\nimport{jsx as e}from\"react/jsx-runtime\";import{addFonts as r,cx as t,SVG as a,useLocaleInfo as o,useVariantState as i,withCSS as n}from\"framer\";import{LayoutGroup as s,motion as d,MotionConfigContext as l}from\"framer-motion\";import*as p from\"react\";let f=[\"K1eVLeED4\"],m=\"framer-5tRKi\",u={K1eVLeED4:\"framer-v-195c1rm\"};function c(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let h={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},b=({value:r,children:t})=>{let a=p.useContext(l),o=null!=r?r:a.transition,i=p.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(l.Provider,{value:i,children:t});},v=({height:e,id:r,width:t,...a})=>({...a}),w=(e,r)=>r.join(\"-\")+e.layoutDependency,y=/*#__PURE__*/p.forwardRef(function(r,n){let{activeLocale:l}=o(),{style:m,className:c,layoutId:y,variant:g,...x}=v(r),{baseVariant:K,classNames:L,gestureVariant:k,setGestureState:R,setVariant:D,transition:E,variants:I}=i({cycleOrder:f,defaultVariant:\"K1eVLeED4\",transitions:h,variant:g,variantClassNames:u}),V=w(r,I),j=p.useRef(null),N=p.useId();return /*#__PURE__*/e(s,{id:null!=y?y:N,children:/*#__PURE__*/e(d.div,{initial:g,animate:I,onHoverStart:()=>R({isHovered:!0}),onHoverEnd:()=>R({isHovered:!1}),onTapStart:()=>R({isPressed:!0}),onTap:()=>R({isPressed:!1}),onTapCancel:()=>R({isPressed:!1}),className:t(\"framer-5tRKi\",...[],L),style:{display:\"contents\"},children:/*#__PURE__*/e(b,{value:E,children:/*#__PURE__*/e(d.div,{...x,className:t(\"framer-195c1rm\",c),\"data-framer-name\":\"Variant 1\",layoutDependency:V,layoutId:\"K1eVLeED4\",ref:null!=n?n:j,style:{...m},children:/*#__PURE__*/e(a,{className:\"framer-nu9d5u\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:V,layoutId:\"oAeZZmLFI\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 0 0 L 16 0 L 16 16 L 0 16 Z\" fill=\"transparent\"></path><path d=\"M 6 4 L 10 8 L 6 12\" fill=\"transparent\" stroke-width=\"1.2\" stroke=\"var(--token-b9914d5d-cfe6-49b4-bba3-ee399ec6f380, rgb(0, 0, 0))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:786413445,withExternalLayout:!0})})})})});}),g=['.framer-5tRKi [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-5tRKi .framer-5l5ma9 { display: block; }\",\".framer-5tRKi .framer-195c1rm { height: 16px; overflow: hidden; position: relative; width: 16px; }\",\".framer-5tRKi .framer-nu9d5u { flex: none; height: 16px; left: calc(47.05882352941179% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\"],x=n(y,g,\"framer-5tRKi\");export default x;x.displayName=\"Icons/Arrow Icon\",x.defaultProps={height:16,width:16},r(x,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernLYdsvBsi\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"16\",\"framerIntrinsicWidth\":\"16\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nLYdsvBsi.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import IconsArrowIcon from\"https://framerusercontent.com/modules/PXeCXGOypdIddTARWZBs/GjytIKtAUQqHwPulvPV3/nLYdsvBsi.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const IconsArrowIconFonts=getFonts(IconsArrowIcon);const enabledGestures={LRW6yrhnR:{hover:true},nWHe_c4ol:{hover:true}};const cycleOrder=[\"LRW6yrhnR\",\"TeY2VsH6q\",\"nWHe_c4ol\",\"DMDEwgfe2\"];const serializationHash=\"framer-v9s6Q\";const variantClassNames={DMDEwgfe2:\"framer-v-1phxt7z\",LRW6yrhnR:\"framer-v-i6n8ld\",nWHe_c4ol:\"framer-v-r94lfz\",TeY2VsH6q:\"framer-v-1xkette\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Deselected - Primary\":\"nWHe_c4ol\",\"Selected - Primary - Hiver\":\"DMDEwgfe2\",Deselected:\"LRW6yrhnR\",Selected:\"TeY2VsH6q\"};const getProps=({height,icon,id,link,text,width,...props})=>{return{...props,AOaD9XhwR:icon??props.AOaD9XhwR??\"House\",CL5jq6FCb:text??props.CL5jq6FCb??\"Text\",juEEEUy2q:link??props.juEEEUy2q,variant:humanReadableVariantMap[props.variant]??props.variant??\"LRW6yrhnR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CL5jq6FCb,juEEEUy2q,AOaD9XhwR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LRW6yrhnR\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(AOaD9XhwR);const isDisplayed=value=>{if(gestureVariant===\"nWHe_c4ol-hover\")return value;if([\"nWHe_c4ol\",\"DMDEwgfe2\"].includes(baseVariant))return value;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({nWHe_c4ol:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:juEEEUy2q,motionChild:true,nodeId:\"LRW6yrhnR\",scopeId:\"gJFYS9_sF\",...addPropertyOverrides({nWHe_c4ol:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-i6n8ld\",className,classNames)} framer-1jievt8`,\"data-border\":true,\"data-framer-name\":\"Deselected\",layoutDependency:layoutDependency,layoutId:\"LRW6yrhnR\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(229, 231, 235, 0.8)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:10,borderTopLeftRadius:0,borderTopRightRadius:10,...style},variants:{\"LRW6yrhnR-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderTopLeftRadius:0},\"nWHe_c4ol-hover\":{backgroundColor:\"rgba(228, 230, 235, 0.6)\"},DMDEwgfe2:{\"--border-left-width\":\"0px\",backgroundColor:\"rgba(228, 230, 235, 0.8)\",borderBottomLeftRadius:0,borderTopLeftRadius:0},nWHe_c4ol:{\"--border-left-width\":\"0px\",borderBottomLeftRadius:10,borderTopLeftRadius:10},TeY2VsH6q:{\"--border-color\":\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"LRW6yrhnR-hover\":{\"data-framer-name\":undefined},\"nWHe_c4ol-hover\":{\"data-framer-name\":undefined},DMDEwgfe2:{\"data-framer-name\":\"Selected - Primary - Hiver\"},nWHe_c4ol:{\"data-framer-name\":\"Deselected - Primary\"},TeY2VsH6q:{\"data-framer-name\":\"Selected\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9rrhxm\",layoutDependency:layoutDependency,layoutId:\"z4XTpBkEa\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{\"LRW6yrhnR-hover\":{backgroundColor:\"rgba(228, 230, 235, 0.6)\"},\"nWHe_c4ol-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[isDisplayed(visible)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gk6bc4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wQ5BsSuf8-container\",nodeId:\"wQ5BsSuf8\",rendersWithMotion:true,scopeId:\"gJFYS9_sF\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(0, 0, 0, 0.7)\",height:\"100%\",iconSearch:AOaD9XhwR,iconSelection:\"House\",id:\"wQ5BsSuf8\",layoutId:\"wQ5BsSuf8\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({DMDEwgfe2:{color:\"rgb(0, 112, 243)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea500ec3-e5eb-479f-956c-014dc0738458, rgba(0, 0, 0, 0.4)))\"},children:\"Text\"})}),className:\"framer-awjchf\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"CoS8cBSU9\",style:{\"--extracted-r6o4lv\":\"var(--token-ea500ec3-e5eb-479f-956c-014dc0738458, rgba(0, 0, 0, 0.4))\",\"--framer-paragraph-spacing\":\"0px\"},text:CL5jq6FCb,variants:{\"LRW6yrhnR-hover\":{\"--extracted-r6o4lv\":\"var(--token-b9914d5d-cfe6-49b4-bba3-ee399ec6f380, rgb(0, 0, 0))\"},DMDEwgfe2:{\"--extracted-r6o4lv\":\"rgb(0, 112, 243)\"},nWHe_c4ol:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.7)\"},TeY2VsH6q:{\"--extracted-r6o4lv\":\"rgb(0, 112, 243)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"LRW6yrhnR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b9914d5d-cfe6-49b4-bba3-ee399ec6f380, rgb(0, 0, 0)))\"},children:\"Text\"})})},DMDEwgfe2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 112, 243))\"},children:\"Text\"})})},nWHe_c4ol:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.7))\"},children:\"Text\"})})},TeY2VsH6q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 112, 243))\"},children:\"Text\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3n0nlg-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ZyV0TZSTO-container\",nodeId:\"ZyV0TZSTO\",rendersWithMotion:true,scopeId:\"gJFYS9_sF\",style:{opacity:0},variants:{\"LRW6yrhnR-hover\":{opacity:1},\"nWHe_c4ol-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(IconsArrowIcon,{height:\"100%\",id:\"ZyV0TZSTO\",layoutId:\"ZyV0TZSTO\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v9s6Q.framer-1jievt8, .framer-v9s6Q .framer-1jievt8 { display: block; }\",\".framer-v9s6Q.framer-i6n8ld { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 16px; position: relative; text-decoration: none; width: 300px; }\",\".framer-v9s6Q .framer-9rrhxm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 1px; }\",\".framer-v9s6Q .framer-1gk6bc4-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-v9s6Q .framer-awjchf { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-v9s6Q .framer-3n0nlg-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v9s6Q.framer-i6n8ld, .framer-v9s6Q .framer-9rrhxm { gap: 0px; } .framer-v9s6Q.framer-i6n8ld > *, .framer-v9s6Q .framer-9rrhxm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-v9s6Q.framer-i6n8ld > :first-child, .framer-v9s6Q .framer-9rrhxm > :first-child { margin-left: 0px; } .framer-v9s6Q.framer-i6n8ld > :last-child, .framer-v9s6Q .framer-9rrhxm > :last-child { margin-right: 0px; } }\",\".framer-v9s6Q.framer-v-1xkette.framer-i6n8ld { cursor: unset; }\",\".framer-v9s6Q.framer-v-r94lfz.framer-i6n8ld { padding: 0px; }\",\".framer-v9s6Q.framer-v-1phxt7z.framer-i6n8ld { cursor: unset; padding: 0px; }\",'.framer-v9s6Q[data-border=\"true\"]::after, .framer-v9s6Q [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TeY2VsH6q\":{\"layout\":[\"fixed\",\"auto\"]},\"nWHe_c4ol\":{\"layout\":[\"fixed\",\"auto\"]},\"DMDEwgfe2\":{\"layout\":[\"fixed\",\"auto\"]},\"T81YDFLd8\":{\"layout\":[\"fixed\",\"auto\"]},\"D6xlAqekq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CL5jq6FCb\":\"text\",\"juEEEUy2q\":\"link\",\"AOaD9XhwR\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergJFYS9_sF=withCSS(Component,css,\"framer-v9s6Q\");export default FramergJFYS9_sF;FramergJFYS9_sF.displayName=\"Sidebar/Tab Button\";FramergJFYS9_sF.defaultProps={height:39,width:300};addPropertyControls(FramergJFYS9_sF,{variant:{options:[\"LRW6yrhnR\",\"TeY2VsH6q\",\"nWHe_c4ol\",\"DMDEwgfe2\"],optionTitles:[\"Deselected\",\"Selected\",\"Deselected - Primary\",\"Selected - Primary - Hiver\"],title:\"Variant\",type:ControlType.Enum},CL5jq6FCb:{defaultValue:\"Text\",title:\"Text\",type:ControlType.String},juEEEUy2q:{title:\"Link\",type:ControlType.Link},AOaD9XhwR:{defaultValue:\"House\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Icon\",type:ControlType.String}});addFonts(FramergJFYS9_sF,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...PhosphorFonts,...IconsArrowIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergJFYS9_sF\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"300\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TeY2VsH6q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nWHe_c4ol\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DMDEwgfe2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T81YDFLd8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D6xlAqekq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"39\",\"framerVariables\":\"{\\\"CL5jq6FCb\\\":\\\"text\\\",\\\"juEEEUy2q\\\":\\\"link\\\",\\\"AOaD9XhwR\\\":\\\"icon\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gJFYS9_sF.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SidebarTabButton from\"https://framerusercontent.com/modules/FCb5vI8sjgt6h164MTy9/H4Tf8UgCGAF3r1VHTBBU/gJFYS9_sF.js\";const SidebarTabButtonFonts=getFonts(SidebarTabButton);const cycleOrder=[\"rsWBqugdR\",\"qNIA20gMd\"];const serializationHash=\"framer-9fnJN\";const variantClassNames={qNIA20gMd:\"framer-v-lk8r0c\",rsWBqugdR:\"framer-v-6c88ww\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Primary link\":\"qNIA20gMd\",\"Variant 1\":\"rsWBqugdR\"};const getProps=({filter,height,icon,id,link,slug,text,width,...props})=>{return{...props,j6XgjrZtE:text??props.j6XgjrZtE??\"Home\",OSGivaJ7z:filter??props.OSGivaJ7z??\"/\",QoCpHstww:icon??props.QoCpHstww??\"House\",RNGN3GgDj:link??props.RNGN3GgDj,uDqJwV7Eb:slug??props.uDqJwV7Eb,variant:humanReadableVariantMap[props.variant]??props.variant??\"rsWBqugdR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,uDqJwV7Eb,OSGivaJ7z,j6XgjrZtE,RNGN3GgDj,QoCpHstww,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rsWBqugdR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=negate(equals(uDqJwV7Eb,OSGivaJ7z));const visible1=equals(uDqJwV7Eb,OSGivaJ7z);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6c88ww\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rsWBqugdR\",ref:refBinding,style:{...style},...addPropertyOverrides({qNIA20gMd:{\"data-framer-name\":\"Primary link\"}},baseVariant,gestureVariant),children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:`max((${componentViewport?.width||\"100vw\"} + 10px) / 0, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-39)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sxth7-container\",\"data-framer-name\":\"Not Current\",layoutDependency:layoutDependency,layoutId:\"vrpp46X7h-container\",name:\"Not Current\",nodeId:\"vrpp46X7h\",rendersWithMotion:true,scopeId:\"IrBRxvBoP\",children:/*#__PURE__*/_jsx(SidebarTabButton,{AOaD9XhwR:\"House\",CL5jq6FCb:j6XgjrZtE,height:\"100%\",id:\"vrpp46X7h\",juEEEUy2q:RNGN3GgDj,layoutId:\"vrpp46X7h\",name:\"Not Current\",style:{width:\"100%\"},variant:\"LRW6yrhnR\",width:\"100%\",...addPropertyOverrides({qNIA20gMd:{AOaD9XhwR:QoCpHstww,variant:\"nWHe_c4ol\"}},baseVariant,gestureVariant)})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:`max((${componentViewport?.width||\"100vw\"} + 10px) / 0, 1px)`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-39)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11m8hn4-container\",layoutDependency:layoutDependency,layoutId:\"lv3YlxZJZ-container\",nodeId:\"lv3YlxZJZ\",rendersWithMotion:true,scopeId:\"IrBRxvBoP\",children:/*#__PURE__*/_jsx(SidebarTabButton,{AOaD9XhwR:\"House\",CL5jq6FCb:j6XgjrZtE,height:\"100%\",id:\"lv3YlxZJZ\",juEEEUy2q:RNGN3GgDj,layoutId:\"lv3YlxZJZ\",style:{width:\"100%\"},variant:\"LRW6yrhnR\",width:\"100%\",...addPropertyOverrides({qNIA20gMd:{AOaD9XhwR:QoCpHstww,variant:\"DMDEwgfe2\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9fnJN.framer-e3awn5, .framer-9fnJN .framer-e3awn5 { display: block; }\",\".framer-9fnJN.framer-6c88ww { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-9fnJN .framer-sxth7-container, .framer-9fnJN .framer-11m8hn4-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9fnJN.framer-6c88ww { gap: 0px; } .framer-9fnJN.framer-6c88ww > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9fnJN.framer-6c88ww > :first-child { margin-left: 0px; } .framer-9fnJN.framer-6c88ww > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qNIA20gMd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"uDqJwV7Eb\":\"slug\",\"OSGivaJ7z\":\"filter\",\"j6XgjrZtE\":\"text\",\"RNGN3GgDj\":\"link\",\"QoCpHstww\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIrBRxvBoP=withCSS(Component,css,\"framer-9fnJN\");export default FramerIrBRxvBoP;FramerIrBRxvBoP.displayName=\"Sidebar/Tab\";FramerIrBRxvBoP.defaultProps={height:39,width:300};addPropertyControls(FramerIrBRxvBoP,{variant:{options:[\"rsWBqugdR\",\"qNIA20gMd\"],optionTitles:[\"Variant 1\",\"Primary link\"],title:\"Variant\",type:ControlType.Enum},uDqJwV7Eb:{defaultValue:\"\",title:\"Slug\",type:ControlType.String},OSGivaJ7z:{defaultValue:\"/\",title:\"Filter\",type:ControlType.String},j6XgjrZtE:{defaultValue:\"Home\",title:\"Text\",type:ControlType.String},RNGN3GgDj:{title:\"Link\",type:ControlType.Link},QoCpHstww:{defaultValue:\"House\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Icon\",type:ControlType.String}});addFonts(FramerIrBRxvBoP,[{explicitInter:true,fonts:[]},...SidebarTabButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIrBRxvBoP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"39\",\"framerVariables\":\"{\\\"uDqJwV7Eb\\\":\\\"slug\\\",\\\"OSGivaJ7z\\\":\\\"filter\\\",\\\"j6XgjrZtE\\\":\\\"text\\\",\\\"RNGN3GgDj\\\":\\\"link\\\",\\\"QoCpHstww\\\":\\\"icon\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qNIA20gMd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"300\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Documentation,{enumToDisplayNameFunctions}from\"https://framerusercontent.com/modules/L06wpwg1z5qUns1G9pJE/To75FS9byzY0m5WxwiH2/U4ObsV1QX.js\";import SidebarTab from\"https://framerusercontent.com/modules/4cjE0RMdUoTrtpGgZ7eh/ritNVBjCLvlecADuuAgr/IrBRxvBoP.js\";const SidebarTabFonts=getFonts(SidebarTab);const DocumentationControls=getPropertyControls(Documentation);const serializationHash=\"framer-tm0zF\";const variantClassNames={EIAnFUGi1:\"framer-v-1ou32wu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const query=(prequery,{zmqYfWlXT})=>prequery({from:{alias:\"ZUuuXq3E5\",data:Documentation,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"ZUuuXq3E5\",name:\"KF0oDDT6f\",type:\"Identifier\"},{collection:\"ZUuuXq3E5\",name:\"n77z4Esdm\",type:\"Identifier\"},{collection:\"ZUuuXq3E5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"ZUuuXq3E5\",name:\"KF0oDDT6f\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:zmqYfWlXT},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=(prequery,{zmqYfWlXT})=>prequery({from:{alias:\"Png8QwmzD\",data:Documentation,type:\"Collection\"},select:[{collection:\"Png8QwmzD\",name:\"n77z4Esdm\",type:\"Identifier\"},{collection:\"Png8QwmzD\",name:\"mBwciHW_F\",type:\"Identifier\"},{collection:\"Png8QwmzD\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Png8QwmzD\",name:\"KF0oDDT6f\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:zmqYfWlXT},type:\"BinaryOperation\"}});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\" \uD83D\uDCC8 Level 3 - Workflows to generate leads\":\"BedLC7Hoz\",\"\u23F3  Level 2 - Workflows to save time\":\"rPHiZiBB1\",\"\u26A1\uFE0F Level 5 - Workflows for Teams/VAs\":\"GKXZYmYrd\",\"\uD83C\uDF81 Bonus - Tips from Sales Experts\":\"x31hoxaNe\",\"\uD83C\uDFAF Level 1 - How to use Breakcold CRM\":\"CaxZ3w6mj\",\"\uD83D\uDCB0 Level 4 - Workflows to close deals\":\"DQybVA5yL\",\"\uD83D\uDCB8 Level 7 - Manage Breakcold for your clients\":\"ZbrOOpBrg\",\"\uD83E\uDD16 Level 6 - CRM Automation\":\"yhypCbsZI\"};const getProps=({category,height,id,slug,width,...props})=>{return{...props,lT8mgY4C_:slug??props.lT8mgY4C_,zmqYfWlXT:humanReadableEnumMap[category]??category??props.zmqYfWlXT??\"rPHiZiBB1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,lT8mgY4C_,zmqYfWlXT,KF0oDDT6fZUuuXq3E5,n77z4EsdmZUuuXq3E5,idZUuuXq3E5,n77z4EsdmPng8QwmzD,mBwciHW_FPng8QwmzD,idPng8QwmzD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EIAnFUGi1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ou32wu\",className,classNames),layoutDependency:layoutDependency,layoutId:\"EIAnFUGi1\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bex6vb\",layoutDependency:layoutDependency,layoutId:\"vIlMTbxSb\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13ggesd\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"ZUuuXq3E5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ZUuuXq3E5\",data:Documentation,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"ZUuuXq3E5\",name:\"KF0oDDT6f\",type:\"Identifier\"},{collection:\"ZUuuXq3E5\",name:\"n77z4Esdm\",type:\"Identifier\"},{collection:\"ZUuuXq3E5\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"ZUuuXq3E5\",name:\"KF0oDDT6f\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:zmqYfWlXT},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idZUuuXq3E5,KF0oDDT6f:KF0oDDT6fZUuuXq3E5,n77z4Esdm:n77z4EsdmZUuuXq3E5},index)=>{n77z4EsdmZUuuXq3E5??=\"\";const textContent=enumToDisplayNameFunctions[\"KF0oDDT6f\"]?.(KF0oDDT6fZUuuXq3E5,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`ZUuuXq3E5-${idZUuuXq3E5}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{n77z4Esdm:n77z4EsdmZUuuXq3E5},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f528d8b-b084-4445-aa1d-e46bae2a9490, rgb(0, 0, 0)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Content\"})}),className:\"framer-kixfpj\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"oAOmrNpP9\",style:{\"--extracted-r6o4lv\":\"var(--token-1f528d8b-b084-4445-aa1d-e46bae2a9490, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})},idZUuuXq3E5);})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10wrx3l\",layoutDependency:layoutDependency,layoutId:\"Png8QwmzD\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Png8QwmzD\",data:Documentation,type:\"Collection\"},select:[{collection:\"Png8QwmzD\",name:\"n77z4Esdm\",type:\"Identifier\"},{collection:\"Png8QwmzD\",name:\"mBwciHW_F\",type:\"Identifier\"},{collection:\"Png8QwmzD\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Png8QwmzD\",name:\"KF0oDDT6f\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:zmqYfWlXT},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idPng8QwmzD,mBwciHW_F:mBwciHW_FPng8QwmzD,n77z4Esdm:n77z4EsdmPng8QwmzD},index1)=>{n77z4EsdmPng8QwmzD??=\"\";mBwciHW_FPng8QwmzD??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Png8QwmzD-${idPng8QwmzD}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{n77z4Esdm:n77z4EsdmPng8QwmzD},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{n77z4Esdm:n77z4EsdmPng8QwmzD},webPageId:\"LS_PWKABo\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+92+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ge23ee-container\",layoutDependency:layoutDependency,layoutId:\"FMUsT_pK4-container\",nodeId:\"FMUsT_pK4\",rendersWithMotion:true,scopeId:\"gW5tr5DLR\",children:/*#__PURE__*/_jsx(SidebarTab,{height:\"100%\",id:\"FMUsT_pK4\",j6XgjrZtE:mBwciHW_FPng8QwmzD,layoutId:\"FMUsT_pK4\",OSGivaJ7z:n77z4EsdmPng8QwmzD,QoCpHstww:\"House\",RNGN3GgDj:resolvedLinks[0],style:{width:\"100%\"},uDqJwV7Eb:lT8mgY4C_,variant:\"rsWBqugdR\",width:\"100%\"})})})})})},idPng8QwmzD);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tm0zF.framer-qeinrj, .framer-tm0zF .framer-qeinrj { display: block; }\",\".framer-tm0zF.framer-1ou32wu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 300px; }\",\".framer-tm0zF .framer-1bex6vb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tm0zF .framer-13ggesd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-tm0zF .framer-kixfpj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tm0zF .framer-10wrx3l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tm0zF .framer-ge23ee-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tm0zF.framer-1ou32wu, .framer-tm0zF .framer-1bex6vb, .framer-tm0zF .framer-13ggesd, .framer-tm0zF .framer-10wrx3l { gap: 0px; } .framer-tm0zF.framer-1ou32wu > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-tm0zF.framer-1ou32wu > :first-child, .framer-tm0zF .framer-13ggesd > :first-child, .framer-tm0zF .framer-10wrx3l > :first-child { margin-top: 0px; } .framer-tm0zF.framer-1ou32wu > :last-child, .framer-tm0zF .framer-13ggesd > :last-child, .framer-tm0zF .framer-10wrx3l > :last-child { margin-bottom: 0px; } .framer-tm0zF .framer-1bex6vb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tm0zF .framer-1bex6vb > :first-child { margin-left: 0px; } .framer-tm0zF .framer-1bex6vb > :last-child { margin-right: 0px; } .framer-tm0zF .framer-13ggesd > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-tm0zF .framer-10wrx3l > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 260\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lT8mgY4C_\":\"slug\",\"zmqYfWlXT\":\"category\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergW5tr5DLR=withCSS(Component,css,\"framer-tm0zF\");export default FramergW5tr5DLR;FramergW5tr5DLR.displayName=\"Sidebar/Category Section\";FramergW5tr5DLR.defaultProps={height:260,width:300};addPropertyControls(FramergW5tr5DLR,{lT8mgY4C_:{defaultValue:\"\",title:\"Slug\",type:ControlType.String},zmqYfWlXT:DocumentationControls?.[\"KF0oDDT6f\"]&&{...DocumentationControls[\"KF0oDDT6f\"],defaultValue:\"rPHiZiBB1\",description:undefined,hidden:undefined,title:\"Category\"}});addFonts(FramergW5tr5DLR,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...SidebarTabFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergW5tr5DLR\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"lT8mgY4C_\\\":\\\"slug\\\",\\\"zmqYfWlXT\\\":\\\"category\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"260\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{PreserveScrollPosition}from\"https://framerusercontent.com/modules/3PrJ7EalCjAZDv2smoy7/9WvtJRjel1hn4XmG7WQK/Overrides.js\";import SidebarCategorySection from\"https://framerusercontent.com/modules/yPJmMKAEqBeKM3GYQoGq/4Z9Aa9kKdeTAzv8JS20i/gW5tr5DLR.js\";import SidebarTab from\"https://framerusercontent.com/modules/4cjE0RMdUoTrtpGgZ7eh/ritNVBjCLvlecADuuAgr/IrBRxvBoP.js\";const SidebarTabFonts=getFonts(SidebarTab);const SidebarCategorySectionFonts=getFonts(SidebarCategorySection);const MotionNavPreserveScrollPositionmyhlra=withCodeBoundaryForOverrides(motion.nav,{nodeId:\"SOhFcQdCY\",override:PreserveScrollPosition,scopeId:\"Avn2Rliv6\"});const cycleOrder=[\"uE7u5FspB\",\"lyXbTWnf1\",\"pGHAJAGhQ\"];const serializationHash=\"framer-AJYUv\";const variantClassNames={lyXbTWnf1:\"framer-v-kip3gq\",pGHAJAGhQ:\"framer-v-11umfmd\",uE7u5FspB:\"framer-v-jpi9h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Closed\":\"lyXbTWnf1\",\"Mobile Open\":\"pGHAJAGhQ\",Desktop:\"uE7u5FspB\"};const getProps=({height,id,slug,width,...props})=>{return{...props,H1YLYkNNA:slug??props.H1YLYkNNA,variant:humanReadableVariantMap[props.variant]??props.variant??\"uE7u5FspB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,H1YLYkNNA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uE7u5FspB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"lyXbTWnf1\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jpi9h\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"uE7u5FspB\",ref:refBinding,style:{...style},...addPropertyOverrides({lyXbTWnf1:{\"data-framer-name\":\"Mobile Closed\"},pGHAJAGhQ:{\"data-framer-name\":\"Mobile Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MotionNavPreserveScrollPositionmyhlra,{className:\"framer-myhlra\",\"data-framer-name\":\"Scroll Container\",layoutDependency:layoutDependency,layoutId:\"SOhFcQdCY\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gsbe45\",layoutDependency:layoutDependency,layoutId:\"YEMuK3fFm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-191g0pf\",\"data-framer-name\":\"Getting Started\",layoutDependency:layoutDependency,layoutId:\"gzV1as5yb\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g61n63\",layoutDependency:layoutDependency,layoutId:\"EzmeUkN1g\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+0+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-167c9iw-container\",layoutDependency:layoutDependency,layoutId:\"L3iCEYQD7-container\",nodeId:\"L3iCEYQD7\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarTab,{height:\"100%\",id:\"L3iCEYQD7\",j6XgjrZtE:\"Troubleshoot\",layoutId:\"L3iCEYQD7\",OSGivaJ7z:\"/help/troubleshoot\",QoCpHstww:\"Wrench\",RNGN3GgDj:\"/help/troubleshoot\",style:{height:\"100%\",width:\"100%\"},uDqJwV7Eb:H1YLYkNNA,variant:\"qNIA20gMd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pgJ1Vb9LJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgJ1Vb9LJ\"},implicitPathVariables:undefined},{href:{webPageId:\"pgJ1Vb9LJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+0+0+0+0+41,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mj6i2m-container\",layoutDependency:layoutDependency,layoutId:\"ia7eg3fwx-container\",nodeId:\"ia7eg3fwx\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarTab,{height:\"100%\",id:\"ia7eg3fwx\",j6XgjrZtE:\"Video tutorials\",layoutId:\"ia7eg3fwx\",OSGivaJ7z:\"/help/videos\",QoCpHstww:\"Video\",RNGN3GgDj:resolvedLinks[0],style:{height:\"100%\",width:\"100%\"},uDqJwV7Eb:H1YLYkNNA,variant:\"qNIA20gMd\",width:\"100%\",...addPropertyOverrides({lyXbTWnf1:{RNGN3GgDj:resolvedLinks[1]},pGHAJAGhQ:{RNGN3GgDj:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VqkAou8rr\"},implicitPathVariables:undefined},{href:{webPageId:\"VqkAou8rr\"},implicitPathVariables:undefined},{href:{webPageId:\"VqkAou8rr\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+0+0+0+0+82,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-r7qcdw-container\",layoutDependency:layoutDependency,layoutId:\"Ggv70kepW-container\",nodeId:\"Ggv70kepW\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarTab,{height:\"100%\",id:\"Ggv70kepW\",j6XgjrZtE:\"Affiliates\",layoutId:\"Ggv70kepW\",OSGivaJ7z:\"/affiliates\",QoCpHstww:\"money\",RNGN3GgDj:resolvedLinks1[0],style:{height:\"100%\",width:\"100%\"},uDqJwV7Eb:H1YLYkNNA,variant:\"qNIA20gMd\",width:\"100%\",...addPropertyOverrides({lyXbTWnf1:{RNGN3GgDj:resolvedLinks1[1]},pGHAJAGhQ:{RNGN3GgDj:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+139,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12j7rp9-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"p8hxBLdAM-container\",name:\"Components\",nodeId:\"p8hxBLdAM\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"p8hxBLdAM\",layoutId:\"p8hxBLdAM\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"CaxZ3w6mj\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+417,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ec5jap-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"eKu2mMhYj-container\",name:\"Components\",nodeId:\"eKu2mMhYj\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"eKu2mMhYj\",layoutId:\"eKu2mMhYj\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"rPHiZiBB1\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+695,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lhfdul-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"ZQTAo03j_-container\",name:\"Components\",nodeId:\"ZQTAo03j_\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"ZQTAo03j_\",layoutId:\"ZQTAo03j_\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"BedLC7Hoz\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+973,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-en7uyh-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"eYNir3YiR-container\",name:\"Components\",nodeId:\"eYNir3YiR\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"eYNir3YiR\",layoutId:\"eYNir3YiR\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"DQybVA5yL\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+1251,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1miwmch-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"IvHb8fwWM-container\",name:\"Components\",nodeId:\"IvHb8fwWM\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"IvHb8fwWM\",layoutId:\"IvHb8fwWM\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"GKXZYmYrd\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+1529,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vt4dot-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"S8UgCiYU6-container\",name:\"Components\",nodeId:\"S8UgCiYU6\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"S8UgCiYU6\",layoutId:\"S8UgCiYU6\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"yhypCbsZI\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+1807,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dtml6a-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"swMeSi0_x-container\",name:\"Components\",nodeId:\"swMeSi0_x\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"swMeSi0_x\",layoutId:\"swMeSi0_x\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"ZbrOOpBrg\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+0+0+0+24+2085,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l1w0yt-container\",\"data-framer-name\":\"Components\",layoutDependency:layoutDependency,layoutId:\"NALjAyRAf-container\",name:\"Components\",nodeId:\"NALjAyRAf\",rendersWithMotion:true,scopeId:\"Avn2Rliv6\",children:/*#__PURE__*/_jsx(SidebarCategorySection,{height:\"100%\",id:\"NALjAyRAf\",layoutId:\"NALjAyRAf\",lT8mgY4C_:H1YLYkNNA,name:\"Components\",style:{width:\"100%\"},width:\"100%\",zmqYfWlXT:\"x31hoxaNe\"})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-h22kbe\",\"data-border\":true,\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"A7jFTNjdv\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(232, 231, 230)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{pGHAJAGhQ:{\"--border-bottom-width\":\"1px\",\"--border-right-width\":\"0px\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AJYUv.framer-1p44bk8, .framer-AJYUv .framer-1p44bk8 { display: block; }\",\".framer-AJYUv.framer-jpi9h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-AJYUv .framer-myhlra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-AJYUv .framer-1gsbe45 { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; user-select: none; width: 100%; z-index: 1; }\",\".framer-AJYUv .framer-191g0pf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AJYUv .framer-g61n63 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AJYUv .framer-167c9iw-container, .framer-AJYUv .framer-1mj6i2m-container, .framer-AJYUv .framer-r7qcdw-container { flex: none; height: 39px; position: relative; width: 100%; }\",\".framer-AJYUv .framer-12j7rp9-container, .framer-AJYUv .framer-ec5jap-container, .framer-AJYUv .framer-1lhfdul-container, .framer-AJYUv .framer-en7uyh-container, .framer-AJYUv .framer-1miwmch-container, .framer-AJYUv .framer-vt4dot-container, .framer-AJYUv .framer-1dtml6a-container, .framer-AJYUv .framer-1l1w0yt-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-AJYUv .framer-h22kbe { bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AJYUv.framer-jpi9h, .framer-AJYUv .framer-myhlra, .framer-AJYUv .framer-1gsbe45, .framer-AJYUv .framer-191g0pf, .framer-AJYUv .framer-g61n63 { gap: 0px; } .framer-AJYUv.framer-jpi9h > *, .framer-AJYUv .framer-191g0pf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-AJYUv.framer-jpi9h > :first-child, .framer-AJYUv .framer-myhlra > :first-child, .framer-AJYUv .framer-1gsbe45 > :first-child, .framer-AJYUv .framer-191g0pf > :first-child, .framer-AJYUv .framer-g61n63 > :first-child { margin-top: 0px; } .framer-AJYUv.framer-jpi9h > :last-child, .framer-AJYUv .framer-myhlra > :last-child, .framer-AJYUv .framer-1gsbe45 > :last-child, .framer-AJYUv .framer-191g0pf > :last-child, .framer-AJYUv .framer-g61n63 > :last-child { margin-bottom: 0px; } .framer-AJYUv .framer-myhlra > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-AJYUv .framer-1gsbe45 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-AJYUv .framer-g61n63 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-AJYUv.framer-v-kip3gq.framer-jpi9h, .framer-AJYUv.framer-v-11umfmd.framer-jpi9h { overflow: hidden; }\",\".framer-AJYUv.framer-v-kip3gq .framer-myhlra { height: 89px; overflow: hidden; }\",\".framer-AJYUv.framer-v-11umfmd .framer-myhlra { overscroll-behavior: contain; }\",'.framer-AJYUv[data-border=\"true\"]::after, .framer-AJYUv [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lyXbTWnf1\":{\"layout\":[\"fixed\",\"auto\"]},\"pGHAJAGhQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"H1YLYkNNA\":\"slug\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAvn2Rliv6=withCSS(Component,css,\"framer-AJYUv\");export default FramerAvn2Rliv6;FramerAvn2Rliv6.displayName=\"Sidebar/Sidebar\";FramerAvn2Rliv6.defaultProps={height:800,width:300};addPropertyControls(FramerAvn2Rliv6,{variant:{options:[\"uE7u5FspB\",\"lyXbTWnf1\",\"pGHAJAGhQ\"],optionTitles:[\"Desktop\",\"Mobile Closed\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum},H1YLYkNNA:{defaultValue:\"\",title:\"Slug\",type:ControlType.String}});addFonts(FramerAvn2Rliv6,[{explicitInter:true,fonts:[]},...SidebarTabFonts,...SidebarCategorySectionFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAvn2Rliv6\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"H1YLYkNNA\\\":\\\"slug\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"300\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lyXbTWnf1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pGHAJAGhQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"800\"}},\"__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", "u", "getFonts", "Pattern", "v", "y", "g", "e", "r", "a", "x", "T", "re", "MotionConfigContext", "o", "i", "se", "p", "w", "k", "t", "z", "L", "Y", "useLocaleInfo", "n", "l", "u", "b", "q", "C", "_", "P", "U", "useVariantState", "v", "j", "pe", "R", "ae", "LayoutGroup", "motion", "cx", "Pattern", "withCSS", "uTTSJeW6y_default", "addPropertyControls", "ControlType", "addFonts", "PreserveScrollPosition", "Component", "props", "scrollableDivRef", "pe", "updateScrollPosition", "scrollPosition", "ue", "div", "initialScrollPosition", "p", "f", "u", "h", "b", "t", "a", "re", "MotionConfigContext", "o", "i", "se", "p", "v", "e", "r", "w", "y", "Y", "n", "l", "useLocaleInfo", "m", "c", "g", "x", "K", "L", "k", "R", "D", "E", "I", "useVariantState", "f", "u", "V", "j", "pe", "N", "ae", "LayoutGroup", "motion", "cx", "SVG", "withCSS", "nLYdsvBsi_default", "addFonts", "PhosphorFonts", "getFonts", "Icon", "IconsArrowIconFonts", "nLYdsvBsi_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CL5jq6FCb", "juEEEUy2q", "AOaD9XhwR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "isDisplayed", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramergJFYS9_sF", "withCSS", "gJFYS9_sF_default", "addPropertyControls", "ControlType", "addFonts", "SidebarTabButtonFonts", "getFonts", "gJFYS9_sF_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "equals", "a", "b", "negate", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "filter", "height", "icon", "id", "link", "slug", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "uDqJwV7Eb", "OSGivaJ7z", "j6XgjrZtE", "RNGN3GgDj", "QoCpHstww", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "visible1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerIrBRxvBoP", "withCSS", "IrBRxvBoP_default", "addPropertyControls", "ControlType", "addFonts", "SidebarTabFonts", "getFonts", "IrBRxvBoP_default", "DocumentationControls", "getPropertyControls", "U4ObsV1QX_default", "serializationHash", "variantClassNames", "transition1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "category", "height", "id", "slug", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "lT8mgY4C_", "zmqYfWlXT", "KF0oDDT6fZUuuXq3E5", "n77z4EsdmZUuuXq3E5", "idZUuuXq3E5", "n77z4EsdmPng8QwmzD", "mBwciHW_FPng8QwmzD", "idPng8QwmzD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "router", "useRouter", "LayoutGroup", "transition1", "u", "ChildrenCanSuspend", "QueryData", "U4ObsV1QX_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "enumToDisplayNameFunctions", "PathVariablesContext", "RichText2", "collection1", "paginationInfo1", "loadMore1", "index1", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "IrBRxvBoP_default", "css", "FramergW5tr5DLR", "withCSS", "gW5tr5DLR_default", "addPropertyControls", "ControlType", "DocumentationControls", "addFonts", "SidebarTabFonts", "SidebarTabFonts", "getFonts", "IrBRxvBoP_default", "SidebarCategorySectionFonts", "gW5tr5DLR_default", "MotionNavPreserveScrollPositionmyhlra", "withCodeBoundaryForOverrides", "motion", "PreserveScrollPosition", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "slug", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "H1YLYkNNA", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerAvn2Rliv6", "withCSS", "Avn2Rliv6_default", "addPropertyControls", "ControlType", "addFonts"]
}
