{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/7gB7xCK8r1kQY0dGzxBe/pTePVTy5mJuZEuyNTk5Y/dE88xBW8B.js", "ssg:https://framerusercontent.com/modules/z2DQ7NdCH6mUft40paDR/BzRDEgb3XDUv9s6waGc2/m7_dObCPO.js", "ssg:https://framerusercontent.com/modules/gftDjK3I97TPV9l2pmQx/G2tqttHb9P1shYvuNPwd/TshmwkzGX.js", "ssg:https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8-0.js", "ssg:https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8-1.js", "ssg:https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js", "ssg:https://framerusercontent.com/modules/2htOcHHvIEs0nmIKJI9J/7FRmPg6NqVdS323eIY5Q/eL8Ptmrqn.js", "ssg:https://framerusercontent.com/modules/LAOwW3GBGEkoezptWUO8/fh5jXGDkJEV8X5XKxfEU/componentPresets.js", "ssg:https://framerusercontent.com/modules/am41HZ67N3dIFzy0QXo2/WF9TNez3JiuFeue6Rqd9/glsYQxc5S.js", "ssg:https://framerusercontent.com/modules/aZwDLJT2lei3fNOCedt4/kHiZz9gBsR0GH23GkhDx/umIq69gIB.js", "ssg:https://framerusercontent.com/modules/LTztksAG1wSXCQ55yMKT/mldnsS0n7habisALQmji/mFhwos1_N.js", "ssg:https://framerusercontent.com/modules/h3dFKbXHklOZDNvJPYAe/sLpcauLWfA3YtVZB5B9z/uyXfbyUEW.js", "ssg:https://framerusercontent.com/modules/6GcasjreKveal4zrAuow/xpiWh0gGabJBunXWhsZh/Advisors_Carasoule.js", "ssg:https://framer.com/m/Coming-Soon-Badge-qQzC.js@AQ6p7Iz8Rg4QCHI58RY0", "ssg:https://framerusercontent.com/modules/1CDk8ttTW2xj5TkbjUhH/C5clqHoqo41RK9Wf8rqH/Dietitian_Overide.js", "ssg:https://framerusercontent.com/modules/xFr3shYJnuR56tbxoyks/ZO5qpJRDRzCUD8slllee/How_Levels_Helps.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"ruYJF5kEW\",\"eLj2MZwY2\"];const serializationHash=\"framer-SWfBa\";const variantClassNames={eLj2MZwY2:\"framer-v-50c4c3\",ruYJF5kEW:\"framer-v-l6ihdh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ruYJF5kEW\",\"Variant 2\":\"eLj2MZwY2\"};const getProps=({height,id,radius,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ruYJF5kEW\",wWDOozFea:(_ref1=radius!==null&&radius!==void 0?radius:props.wWDOozFea)!==null&&_ref1!==void 0?_ref1:\"16px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,wWDOozFea,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ruYJF5kEW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-l6ihdh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ruYJF5kEW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgba(255, 255, 255, 0.05)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:radiusForCorner(wWDOozFea,3),borderBottomRightRadius:radiusForCorner(wWDOozFea,2),borderTopLeftRadius:radiusForCorner(wWDOozFea,0),borderTopRightRadius:radiusForCorner(wWDOozFea,1),...style},...addPropertyOverrides({eLj2MZwY2:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i0dhh4-container\",layoutDependency:layoutDependency,layoutId:\"YsvkkGjLZ-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"YsvkkGjLZ\",intervalControl:3,itemAmount:1,layoutId:\"YsvkkGjLZ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:524,intrinsicWidth:505,pixelHeight:1048,pixelWidth:1010,sizes:\"505px\",src:\"https://framerusercontent.com/images/Vq2GocOX2QbtNusSle7ERCyItM.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Vq2GocOX2QbtNusSle7ERCyItM.png?scale-down-to=1024 986w,https://framerusercontent.com/images/Vq2GocOX2QbtNusSle7ERCyItM.png 1010w\"},className:\"framer-yyzrds\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"ORVSSCfas\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:524,intrinsicWidth:505,pixelHeight:1048,pixelWidth:1010,sizes:\"505px\",src:\"https://framerusercontent.com/images/XOxYVARaJIg6OyWOGi9F9BESME.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XOxYVARaJIg6OyWOGi9F9BESME.png?scale-down-to=1024 986w,https://framerusercontent.com/images/XOxYVARaJIg6OyWOGi9F9BESME.png 1010w\"},className:\"framer-345iuf\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"B5ZYddUhP\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SWfBa.framer-utqnso, .framer-SWfBa .framer-utqnso { display: block; }\",\".framer-SWfBa.framer-l6ihdh { height: 524px; overflow: hidden; position: relative; width: 505px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SWfBa .framer-i0dhh4-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-SWfBa .framer-yyzrds, .framer-SWfBa .framer-345iuf { aspect-ratio: 0.9637404580152672 / 1; height: var(--framer-aspect-ratio-supported, 524px); overflow: visible; position: relative; width: 505px; }\",'.framer-SWfBa[data-border=\"true\"]::after, .framer-SWfBa [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 524\n * @framerIntrinsicWidth 505\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"eLj2MZwY2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"wWDOozFea\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdE88xBW8B=withCSS(Component,css,\"framer-SWfBa\");export default FramerdE88xBW8B;FramerdE88xBW8B.displayName=\"Meal Scan Carousel\";FramerdE88xBW8B.defaultProps={height:524,width:505};addPropertyControls(FramerdE88xBW8B,{variant:{options:[\"ruYJF5kEW\",\"eLj2MZwY2\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},wWDOozFea:{defaultValue:\"16px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramerdE88xBW8B,[{explicitInter:true,fonts:[]},...SlideshowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdE88xBW8B\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"wWDOozFea\\\":\\\"radius\\\"}\",\"framerIntrinsicWidth\":\"505\",\"framerIntrinsicHeight\":\"524\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eLj2MZwY2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dE88xBW8B.map", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/MNyfNEHHevilBi9XGi6Y/gf57z2rjwyL9HvvNE7a5/pDDb1R6pu.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/J0NpAJdC0jQkgsAKeCYW/OEyUjJSof3G0oeWojpx3/rP9oYqDw8.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/AEWtuIbKeFZxx9iIg1OJ/R0j8G3wUC98FA3o6D81o/sit55A73o.js\";const enabledGestures={Axe5WkzrO:{hover:true},bfHDVQLL4:{hover:true},Gx2ELb7s7:{hover:true},KdAhvyKPA:{hover:true},moPwbmr5z:{hover:true},q9wUvlhOI:{hover:true}};const cycleOrder=[\"q9wUvlhOI\",\"KdAhvyKPA\",\"bfHDVQLL4\",\"moPwbmr5z\",\"Gx2ELb7s7\",\"Axe5WkzrO\"];const serializationHash=\"framer-veEF0\";const variantClassNames={Axe5WkzrO:\"framer-v-1tazvnp\",bfHDVQLL4:\"framer-v-9m6hc0\",Gx2ELb7s7:\"framer-v-1spss2f\",KdAhvyKPA:\"framer-v-1jdt8cp\",moPwbmr5z:\"framer-v-1gy6z1l\",q9wUvlhOI:\"framer-v-1u7xtwi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"L \u2022 Green\":\"KdAhvyKPA\",\"M \u2022 Green\":\"moPwbmr5z\",\"SX \u2022 Green\":\"Axe5WkzrO\",L:\"q9wUvlhOI\",M:\"bfHDVQLL4\",SX:\"Gx2ELb7s7\"};const getProps=({blurb,height,id,image,link,title,width,...props})=>{return{...props,dCsEDVMiz:title??props.dCsEDVMiz??\"Levels Labs\",O3NsHcESn:blurb??props.O3NsHcESn??\"Measure key biomarkers to uncover insights into your metabolic health.\",s5ZIDRu5K:link??props.s5ZIDRu5K,sCJs95l4K:image??props.sCJs95l4K,variant:humanReadableVariantMap[props.variant]??props.variant??\"q9wUvlhOI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sCJs95l4K,dCsEDVMiz,O3NsHcESn,s5ZIDRu5K,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q9wUvlhOI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({\"Axe5WkzrO-hover\":{value:undefined},\"bfHDVQLL4-hover\":{value:undefined},\"Gx2ELb7s7-hover\":{value:undefined},\"KdAhvyKPA-hover\":{value:undefined},\"moPwbmr5z-hover\":{value:undefined},Axe5WkzrO:{value:undefined},bfHDVQLL4:{value:undefined},Gx2ELb7s7:{value:undefined},KdAhvyKPA:{value:undefined},moPwbmr5z:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:s5ZIDRu5K,nodeId:\"q9wUvlhOI\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png\",srcSet:\"https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png?scale-down-to=512 512w,https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zvETOZOYfYWCbFVsxH1w3BpwW24.png 1204w\"},className:`${cx(scopingClassNames,\"framer-1u7xtwi\",className,classNames)} framer-1u9es5v`,\"data-framer-name\":\"L\",layoutDependency:layoutDependency,layoutId:\"q9wUvlhOI\",ref:ref??ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{\"Axe5WkzrO-hover\":{backgroundColor:\"rgb(4, 84, 71)\"},\"bfHDVQLL4-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},\"Gx2ELb7s7-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},\"KdAhvyKPA-hover\":{backgroundColor:\"rgb(4, 84, 71)\"},\"moPwbmr5z-hover\":{backgroundColor:\"rgb(4, 84, 71)\"},\"q9wUvlhOI-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"},Axe5WkzrO:{backgroundColor:\"var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, rgb(0, 59, 49))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},bfHDVQLL4:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},Gx2ELb7s7:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},KdAhvyKPA:{backgroundColor:\"var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, rgb(0, 59, 49))\"},moPwbmr5z:{backgroundColor:\"var(--token-42dc7342-11b1-4e13-978d-5108e74813a0, rgb(0, 59, 49))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}},...addPropertyOverrides({\"Axe5WkzrO-hover\":{\"data-framer-name\":undefined,background:undefined},\"bfHDVQLL4-hover\":{\"data-framer-name\":undefined,background:undefined},\"Gx2ELb7s7-hover\":{\"data-framer-name\":undefined,background:undefined},\"KdAhvyKPA-hover\":{\"data-framer-name\":undefined,background:undefined},\"moPwbmr5z-hover\":{\"data-framer-name\":undefined,background:undefined},\"q9wUvlhOI-hover\":{\"data-framer-name\":undefined,background:undefined},Axe5WkzrO:{\"data-framer-name\":\"SX \u2022 Green\",background:undefined},bfHDVQLL4:{\"data-framer-name\":\"M\"},Gx2ELb7s7:{\"data-framer-name\":\"SX\"},KdAhvyKPA:{\"data-framer-name\":\"L \u2022 Green\",background:undefined},moPwbmr5z:{\"data-framer-name\":\"M \u2022 Green\",background:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u2ajgu\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"EYfIkW1do\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0),sizes:\"72px\",...toResponsiveImage(sCJs95l4K)},className:\"framer-womz3\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"D6FlEPZ8z\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({Axe5WkzrO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||180)-40-((componentViewport?.height||180)-40)*1)/2)+(0+(((componentViewport?.height||180)-40)*1-0-72)/2)),sizes:\"44px\",...toResponsiveImage(sCJs95l4K)}},bfHDVQLL4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||169)-48-((componentViewport?.height||169)-48)*1)/2)+(0+(((componentViewport?.height||169)-48)*1-0-72)/2)),sizes:\"72px\",...toResponsiveImage(sCJs95l4K)}},Gx2ELb7s7:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||180)-40-((componentViewport?.height||180)-40)*1)/2)+(0+(((componentViewport?.height||180)-40)*1-0-72)/2)),sizes:\"44px\",...toResponsiveImage(sCJs95l4K)}},moPwbmr5z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||169)-48-((componentViewport?.height||169)-48)*1)/2)+(0+(((componentViewport?.height||169)-48)*1-0-72)/2)),sizes:\"72px\",...toResponsiveImage(sCJs95l4K)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m1tw3c\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SFaiJyw8z\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gpgl8a\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"OPCDA4kdj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})}),className:\"framer-fm333\",\"data-framer-name\":\"App Membership\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ctjUsS1Hy\",style:{\"--extracted-r6o4lv\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:dCsEDVMiz,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({Axe5WkzrO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},bfHDVQLL4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},Gx2ELb7s7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})},moPwbmr5z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Levels Labs\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})}),className:\"framer-xmospi\",\"data-framer-name\":\"Price\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JbiUtBd6q\",style:{\"--extracted-r6o4lv\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\",\"--framer-paragraph-spacing\":\"0px\"},text:O3NsHcESn,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Axe5WkzrO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},bfHDVQLL4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},Gx2ELb7s7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})},moPwbmr5z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mdctxk\",\"data-styles-preset\":\"pDDb1R6pu\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Measure key biomarkers to uncover insights into your metabolic health.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ks66hj\",\"data-styles-preset\":\"sit55A73o\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75)))\"},children:\"Learn more\"})}),className:\"framer-5wmzjz\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s028z1t8O\",style:{\"--extracted-r6o4lv\":\"var(--token-fca61224-b6f2-4ccd-ba77-9371a3a07c86, rgba(255, 255, 255, 0.75))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-veEF0.framer-1u9es5v, .framer-veEF0 .framer-1u9es5v { display: block; }\",\".framer-veEF0.framer-1u7xtwi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 24px 24px 24px; position: relative; text-decoration: none; width: 301px; will-change: var(--framer-will-change-override, transform); }\",\".framer-veEF0 .framer-u2ajgu { 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-veEF0 .framer-womz3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 72px; }\",\".framer-veEF0 .framer-m1tw3c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-veEF0 .framer-1gpgl8a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-veEF0 .framer-fm333, .framer-veEF0 .framer-xmospi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-veEF0 .framer-5wmzjz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veEF0.framer-1u7xtwi, .framer-veEF0 .framer-u2ajgu, .framer-veEF0 .framer-m1tw3c, .framer-veEF0 .framer-1gpgl8a { gap: 0px; } .framer-veEF0.framer-1u7xtwi > *, .framer-veEF0 .framer-m1tw3c > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-veEF0.framer-1u7xtwi > :first-child, .framer-veEF0 .framer-m1tw3c > :first-child, .framer-veEF0 .framer-1gpgl8a > :first-child { margin-top: 0px; } .framer-veEF0.framer-1u7xtwi > :last-child, .framer-veEF0 .framer-m1tw3c > :last-child, .framer-veEF0 .framer-1gpgl8a > :last-child { margin-bottom: 0px; } .framer-veEF0 .framer-u2ajgu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-veEF0 .framer-u2ajgu > :first-child { margin-left: 0px; } .framer-veEF0 .framer-u2ajgu > :last-child { margin-right: 0px; } .framer-veEF0 .framer-1gpgl8a > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-veEF0.framer-v-9m6hc0.framer-1u7xtwi, .framer-veEF0.framer-v-1gy6z1l.framer-1u7xtwi { flex-direction: row; padding: 24px 24px 24px 32px; width: 554px; }\",\".framer-veEF0.framer-v-9m6hc0 .framer-u2ajgu, .framer-veEF0.framer-v-1gy6z1l .framer-u2ajgu, .framer-veEF0.framer-v-1spss2f .framer-u2ajgu, .framer-veEF0.framer-v-1tazvnp .framer-u2ajgu { align-self: stretch; height: auto; width: min-content; }\",\".framer-veEF0.framer-v-9m6hc0 .framer-m1tw3c, .framer-veEF0.framer-v-1gy6z1l .framer-m1tw3c { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 20px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veEF0.framer-v-9m6hc0.framer-1u7xtwi, .framer-veEF0.framer-v-9m6hc0 .framer-m1tw3c { gap: 0px; } .framer-veEF0.framer-v-9m6hc0.framer-1u7xtwi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-veEF0.framer-v-9m6hc0.framer-1u7xtwi > :first-child { margin-left: 0px; } .framer-veEF0.framer-v-9m6hc0.framer-1u7xtwi > :last-child { margin-right: 0px; } .framer-veEF0.framer-v-9m6hc0 .framer-m1tw3c > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-veEF0.framer-v-9m6hc0 .framer-m1tw3c > :first-child { margin-top: 0px; } .framer-veEF0.framer-v-9m6hc0 .framer-m1tw3c > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veEF0.framer-v-1gy6z1l.framer-1u7xtwi, .framer-veEF0.framer-v-1gy6z1l .framer-m1tw3c { gap: 0px; } .framer-veEF0.framer-v-1gy6z1l.framer-1u7xtwi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-veEF0.framer-v-1gy6z1l.framer-1u7xtwi > :first-child { margin-left: 0px; } .framer-veEF0.framer-v-1gy6z1l.framer-1u7xtwi > :last-child { margin-right: 0px; } .framer-veEF0.framer-v-1gy6z1l .framer-m1tw3c > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-veEF0.framer-v-1gy6z1l .framer-m1tw3c > :first-child { margin-top: 0px; } .framer-veEF0.framer-v-1gy6z1l .framer-m1tw3c > :last-child { margin-bottom: 0px; } }\",\".framer-veEF0.framer-v-1spss2f.framer-1u7xtwi, .framer-veEF0.framer-v-1tazvnp.framer-1u7xtwi { flex-direction: row; padding: 20px; width: 358px; }\",\".framer-veEF0.framer-v-1spss2f .framer-womz3, .framer-veEF0.framer-v-1tazvnp .framer-womz3 { height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-veEF0.framer-v-1spss2f .framer-m1tw3c, .framer-veEF0.framer-v-1tazvnp .framer-m1tw3c { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 16px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veEF0.framer-v-1spss2f.framer-1u7xtwi, .framer-veEF0.framer-v-1spss2f .framer-m1tw3c { gap: 0px; } .framer-veEF0.framer-v-1spss2f.framer-1u7xtwi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-veEF0.framer-v-1spss2f.framer-1u7xtwi > :first-child { margin-left: 0px; } .framer-veEF0.framer-v-1spss2f.framer-1u7xtwi > :last-child { margin-right: 0px; } .framer-veEF0.framer-v-1spss2f .framer-m1tw3c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-veEF0.framer-v-1spss2f .framer-m1tw3c > :first-child { margin-top: 0px; } .framer-veEF0.framer-v-1spss2f .framer-m1tw3c > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-veEF0.framer-v-1tazvnp.framer-1u7xtwi, .framer-veEF0.framer-v-1tazvnp .framer-m1tw3c { gap: 0px; } .framer-veEF0.framer-v-1tazvnp.framer-1u7xtwi > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-veEF0.framer-v-1tazvnp.framer-1u7xtwi > :first-child { margin-left: 0px; } .framer-veEF0.framer-v-1tazvnp.framer-1u7xtwi > :last-child { margin-right: 0px; } .framer-veEF0.framer-v-1tazvnp .framer-m1tw3c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-veEF0.framer-v-1tazvnp .framer-m1tw3c > :first-child { margin-top: 0px; } .framer-veEF0.framer-v-1tazvnp .framer-m1tw3c > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 293\n * @framerIntrinsicWidth 301\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KdAhvyKPA\":{\"layout\":[\"fixed\",\"auto\"]},\"bfHDVQLL4\":{\"layout\":[\"fixed\",\"auto\"]},\"moPwbmr5z\":{\"layout\":[\"fixed\",\"auto\"]},\"Gx2ELb7s7\":{\"layout\":[\"fixed\",\"auto\"]},\"Axe5WkzrO\":{\"layout\":[\"fixed\",\"auto\"]},\"T3tLh0eoW\":{\"layout\":[\"fixed\",\"auto\"]},\"M4BVfXMG8\":{\"layout\":[\"fixed\",\"auto\"]},\"m9vEG_4xS\":{\"layout\":[\"fixed\",\"auto\"]},\"sKLe_r9XN\":{\"layout\":[\"fixed\",\"auto\"]},\"fWnYlaVPE\":{\"layout\":[\"fixed\",\"auto\"]},\"wslLf1IFY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"sCJs95l4K\":\"image\",\"dCsEDVMiz\":\"title\",\"O3NsHcESn\":\"blurb\",\"s5ZIDRu5K\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm7_dObCPO=withCSS(Component,css,\"framer-veEF0\");export default Framerm7_dObCPO;Framerm7_dObCPO.displayName=\"DJ/Card\";Framerm7_dObCPO.defaultProps={height:293,width:301};addPropertyControls(Framerm7_dObCPO,{variant:{options:[\"q9wUvlhOI\",\"KdAhvyKPA\",\"bfHDVQLL4\",\"moPwbmr5z\",\"Gx2ELb7s7\",\"Axe5WkzrO\"],optionTitles:[\"L\",\"L \u2022 Green\",\"M\",\"M \u2022 Green\",\"SX\",\"SX \u2022 Green\"],title:\"Variant\",type:ControlType.Enum},sCJs95l4K:{title:\"Image\",type:ControlType.ResponsiveImage},dCsEDVMiz:{defaultValue:\"Levels Labs\",displayTextArea:false,title:\"Title\",type:ControlType.String},O3NsHcESn:{defaultValue:\"Measure key biomarkers to uncover insights into your metabolic health.\",displayTextArea:false,title:\"Blurb\",type:ControlType.String},s5ZIDRu5K:{title:\"Link\",type:ControlType.Link}});addFonts(Framerm7_dObCPO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm7_dObCPO\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"301\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KdAhvyKPA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bfHDVQLL4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"moPwbmr5z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Gx2ELb7s7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Axe5WkzrO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T3tLh0eoW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M4BVfXMG8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m9vEG_4xS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sKLe_r9XN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fWnYlaVPE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wslLf1IFY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"293\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"sCJs95l4K\\\":\\\"image\\\",\\\"dCsEDVMiz\\\":\\\"title\\\",\\\"O3NsHcESn\\\":\\\"blurb\\\",\\\"s5ZIDRu5K\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m7_dObCPO.map", "// Generated by Framer (139b156)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;TT Hoves Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"TT Hoves Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/iaqyFx7VYsu0tuUdGSdQAYI44.ttf\"}]}];export const css=['.framer-klkhD .framer-styles-preset-3gai7a:not(.rich-text-wrapper), .framer-klkhD .framer-styles-preset-3gai7a.rich-text-wrapper h6 { --framer-font-family: \"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-klkhD .framer-styles-preset-3gai7a:not(.rich-text-wrapper), .framer-klkhD .framer-styles-preset-3gai7a.rich-text-wrapper h6 { --framer-font-family: \"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 840px) { .framer-klkhD .framer-styles-preset-3gai7a:not(.rich-text-wrapper), .framer-klkhD .framer-styles-preset-3gai7a.rich-text-wrapper h6 { --framer-font-family: \"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 839px) and (min-width: 0px) { .framer-klkhD .framer-styles-preset-3gai7a:not(.rich-text-wrapper), .framer-klkhD .framer-styles-preset-3gai7a.rich-text-wrapper h6 { --framer-font-family: \"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-klkhD\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "var t,e=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,s=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},u=(t,e,s,o)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let u of i(e))a.call(t,u)||u===s||r(t,u,{get:()=>e[u],enumerable:!(o=n(e,u))||o.enumerable});return t;},l=(t,n,i)=>(i=null!=t?e(s(t)):{},u(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !n&&t&&t.__esModule?i:r(i,\"default\",{value:t,enumerable:!0}),t)),h=o({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),c=l(h()),f={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},g=class{getOffset(){return this.offset;}ensureLength(t){let e=this.bytes.length;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=f.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=f.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=f.Uint32;this.ensureLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=f.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=f.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=f.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=f.Int32;this.ensureLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=f.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=f.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=f.Float64;this.ensureLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBytes(t){let e=this.offset,r=e+t,n=this.bytes.subarray(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBytes(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.bytes=t,this.offset=0,this.view=d(this.bytes),this.decoder=new TextDecoder;}};function d(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as p}from\"framer\";// ../../library/src/utils/utils.ts\nvar y=\"undefined\"!=typeof window,v=y&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction w(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function m(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar I=1024,b=1.5,U=t=>2**t-1,S=t=>-(2**(t-1)),k=t=>2**(t-1)-1,L={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:S(8),Int16:S(16),Int32:S(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},B={Uint8:U(8),Uint16:U(16),Uint32:U(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:k(8),Int16:k(16),Int32:k(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function E(t,e,r,n){w(t>=e,t,\"outside lower bound for\",n),w(t<=r,t,\"outside upper bound for\",n);}var M=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.bytes.slice(t,e);}subarray(t=0,e=this.offset){return this.bytes.subarray(t,e);}ensureLength(t){let e=this.bytes.length;if(this.offset+t<=e)return;let r=new Uint8Array(Math.ceil(e*b)+t);r.set(this.bytes),this.bytes=r,this.view=d(r);}writeUint8(t){E(t,L.Uint8,B.Uint8,\"Uint8\");let e=f.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){E(t,L.Uint16,B.Uint16,\"Uint16\");let e=f.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){E(t,L.Uint32,B.Uint32,\"Uint32\");let e=f.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){E(t,L.Uint64,B.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){E(t,L.BigUint64,B.BigUint64,\"BigUint64\");let e=f.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){E(t,L.Int8,B.Int8,\"Int8\");let e=f.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){E(t,L.Int16,B.Int16,\"Int16\");let e=f.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){E(t,L.Int32,B.Int32,\"Int32\");let e=f.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){E(t,L.Int64,B.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){E(t,L.BigInt64,B.BigInt64,\"BigInt64\");let e=f.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=f.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=f.Float64;this.ensureLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBytes(t){let e=t.length;this.ensureLength(e),this.bytes.set(t,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.length;this.writeUint32(r),this.writeBytes(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){this.offset=0,this.bytes=new Uint8Array(I),this.view=d(this.bytes),this.encoder=new TextEncoder,this.encodedStrings=/* @__PURE__ */new Map;}};// src/utils/typeChecks.ts\nfunction F(t){return Number.isFinite(t);}function T(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar N=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return w(F(r),\"Invalid chunkId\"),w(F(n),\"Invalid offset\"),w(F(i),\"Invalid length\"),new t(r,n,i);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(e){let r=e.readUint16(),n=e.readUint32(),i=e.readUint32();return new t(r,n,i);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(w(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as A}from\"framer\";function O(t){if(T(t))return 0/* Null */;switch(t.type){case A.Array:return 1/* Array */;case A.Boolean:return 2/* Boolean */;case A.Color:return 3/* Color */;case A.Date:return 4/* Date */;case A.Enum:return 5/* Enum */;case A.File:return 6/* File */;case A.ResponsiveImage:return 10/* ResponsiveImage */;case A.Link:return 7/* Link */;case A.Number:return 8/* Number */;case A.Object:return 9/* Object */;case A.RichText:return 11/* RichText */;case A.String:return 12/* String */;default:m(t);}}function x(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:A.Array,value:n};}function P(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function q(e,r,n){let i=e.value.length,s=r.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=e.value[s],a=r.value[s],o=t.compare(i,a,n);if(0!==o)return o;}return 0;}function R(t){return{type:A.Boolean,value:0!==t.readUint8()};}function _(t,e){t.writeUint8(e.value?1:0);}function D(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function j(t){return{type:A.Color,value:t.readString()};}function C(t,e){t.writeString(e.value);}function J(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function W(t){let e=t.readInt64(),r=new Date(e);return{type:A.Date,value:r.toISOString()};}function $(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function z(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function G(t){return{type:A.Enum,value:t.readString()};}function K(t,e){t.writeString(e.value);}function H(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function V(t){return{type:A.File,value:t.readString()};}function X(t,e){t.writeString(e.value);}function Q(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Y(t){return{type:A.Link,value:t.readJson()};}function Z(t,e){t.writeJson(e.value);}function tt(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function te(t){return{type:A.Number,value:t.readFloat64()};}function tr(t,e){t.writeFloat64(e.value);}function tn(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ti(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:A.Object,value:n};}function ts(e,r){let n=Object.entries(r.value);for(let[r,i]of(e.writeUint16(n.length),n))e.writeString(r),t.write(e,i);}function ta(e,r,n){let i=Object.keys(e.value).sort(),s=Object.keys(r.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(o<u)return -1;if(o>u)return 1;let l=e.value[o]??null,h=r.value[u]??null,c=t.compare(l,h,n);if(0!==c)return c;}return 0;}function to(t){return{type:A.ResponsiveImage,value:t.readJson()};}function tu(t,e){t.writeJson(e.value);}function tl(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function th(t){return{type:A.RichText,value:t.readUint32()};}function tc(t,e){t.writeUint32(e.value);}function tf(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function tg(t){return{type:A.String,value:t.readString()};}function td(t,e){t.writeString(e.value);}function tp(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return x(t);case 2/* Boolean */:return R(t);case 3/* Color */:return j(t);case 4/* Date */:return W(t);case 5/* Enum */:return G(t);case 6/* File */:return V(t);case 7/* Link */:return Y(t);case 8/* Number */:return te(t);case 9/* Object */:return ti(t);case 10/* ResponsiveImage */:return to(t);case 11/* RichText */:return th(t);case 12/* String */:return tg(t);default:m(e);}},t.write=function(t,e){let r=O(e);if(t.writeUint8(r),!T(e))switch(e.type){case A.Array:return P(t,e);case A.Boolean:return _(t,e);case A.Color:return C(t,e);case A.Date:return $(t,e);case A.Enum:return K(t,e);case A.File:return X(t,e);case A.Link:return Z(t,e);case A.Number:return tr(t,e);case A.Object:return ts(t,e);case A.ResponsiveImage:return tu(t,e);case A.RichText:return tc(t,e);case A.String:return td(t,e);default:m(e);}},t.compare=function(t,e,r){let n=O(t),i=O(e);if(n<i)return -1;if(n>i)return 1;if(T(t)||T(e))return 0;switch(t.type){case A.Array:return w(e.type===A.Array),q(t,e,r);case A.Boolean:return w(e.type===A.Boolean),D(t,e);case A.Color:return w(e.type===A.Color),J(t,e);case A.Date:return w(e.type===A.Date),z(t,e);case A.Enum:return w(e.type===A.Enum),H(t,e);case A.File:return w(e.type===A.File),Q(t,e);case A.Link:return w(e.type===A.Link),tt(t,e);case A.Number:return w(e.type===A.Number),tn(t,e);case A.Object:return w(e.type===A.Object),ta(t,e,r);case A.ResponsiveImage:return w(e.type===A.ResponsiveImage),tl(t,e);case A.RichText:return w(e.type===A.RichText),tf(t,e);case A.String:return w(e.type===A.String),tp(t,e,r);default:m(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar ty=class e{sortEntries(){this.entries.sort((e,r)=>{for(let n=0;n<this.fieldNames.length;n++){let i=e.values[n],s=r.values[n],a=t.compare(i,s,this.options.collation);if(0!==a)return a;}return e.pointer.compare(r.pointer);});}static deserialize(r){let n=new g(r),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new e(a,{collation:i}),u=n.readUint32();for(let e=0;e<u;e++){let e=[];for(let r=0;r<s;r++){let r=t.read(n);e.push(r);}let r=N.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new M;for(let t of(e.writeJson(this.options.collation),e.writeUint8(this.fieldNames.length),this.fieldNames))e.writeString(t);for(let r of(this.sortEntries(),e.writeUint32(this.entries.length),this.entries)){let{values:n,pointer:i}=r;for(let r of n)t.write(e,r);i.write(e);}return e.subarray();}addItem(t,e){let r=this.fieldNames.map(e=>t.getField(e)??null);this.entries.push({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,this.entries=[];}},tv=3,tw=250,tm=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tI=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tm.includes(n.status)||++r>tv)return n;}catch(t){if(e?.signal?.aborted||++r>tv)throw t;}await tb(r);}};async function tb(t){let e=Math.floor(tw*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tU(t,e){let r=tL(e),n=[],i=0;for(let t of r)n.push(`${t.from}-${t.to-1}`),i+=t.to-t.from;let s=new URL(t),a=n.join(\",\");s.searchParams.set(\"range\",a);let o=await tI(s);if(200!==o.status)throw Error(`Request failed: ${o.status} ${o.statusText}`);let u=await o.arrayBuffer(),l=new Uint8Array(u);if(l.length!==i)throw Error(\"Request failed: Unexpected response length\");let h=new tS,c=0;for(let t of r){let e=t.to-t.from,r=c+e,n=l.subarray(c,r);h.write(t.from,n),c=r;}return e.map(t=>h.read(t.from,t.to-t.from));}var tS=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(w(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tk(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(w(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tk(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function tk(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tL(t){w(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}return r;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar tB=class{async loadModel(){let[t]=await tU(this.options.url,[this.options.range]);return w(t,\"Failed to load model\"),ty.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){w(t.length===this.fields.length,\"Invalid query length\");let e=await this.getModel(),r=t.reduce((t,e,r)=>t.flatMap(t=>{switch(e.type){case\"All\"/* All */:return[t];case\"Equals\"/* Equals */:return this.queryEquals(t,e,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(t,e,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(t,e,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(t,e,r);case\"Contains\"/* Contains */:return this.queryContains(t,e,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(t,e,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(t,e,r);default:m(e);}}),[e.entries]),n=[];for(let t of r)for(let e of t){let t={};for(let r=0;r<this.options.fieldNames.length;r++){let n=this.options.fieldNames[r],i=e.values[r];t[n]=i;}n.push({pointer:e.pointer.toString(),data:t});}return n;}queryEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=t.slice(n,i+1);return s.length>0?[s]:[];}queryNotEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=[],a=t.slice(0,n);a.length>0&&s.push(a);let o=t.slice(i+1);return o.length>0&&s.push(o),s;}queryLessThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getRightMost(t,r,e.value),i=t.slice(0,n+1);return i.length>0?[i]:[];}let i=this.getLeftMost(t,r,e.value),s=t.slice(0,i);return s.length>0?[s]:[];}queryGreaterThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getLeftMost(t,r,e.value),i=t.slice(n);return i.length>0?[i]:[];}let i=this.getRightMost(t,r,e.value),s=t.slice(i+1);return s.length>0?[s]:[];}queryContains(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.includes(n);});}queryStartsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.startsWith(n);});}queryEndsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==p.String||e.value?.type!==p.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.endsWith(n);});}/**\n   * Returns the index of the left most entry that is equal to the target.\n   *\n   * ```text\n   *   Left most\n   *       \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the left most entry that is equal to the target.\n   */getLeftMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];0>t.compare(u,n,this.collation)?i=a+1:s=a;}return i;}/**\n   * Returns the index of the right most entry that is equal to the target.\n   *\n   * ```text\n   *              Right most\n   *                   \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the right most entry that is equal to the target.\n   */getRightMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];t.compare(u,n,this.collation)>0?s=a:i=a+1;}return s-1;}/**\n   * Finds all items that are matching the predicate and groups adjacent items together.\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param predicate The predicate to match the values against.\n   * @returns An array of chunks that match the predicate.\n   */findItems(t,e,r){let n=[],i=0;for(let s=0;s<t.length;s++){let a=t[s],o=a.values[e],u=r(o);if(!u){if(i<s){let e=t.slice(i,s);n.push(e);}i=s+1;}}if(i<t.length){let e=t.slice(i);n.push(e);}return n;}constructor(t){this.options=t,this.supportedLookupTypes=[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */],this.collation=this.options.collation;let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];w(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r;}},tE=class e{static read(r){let n=new e,i=r.readUint16();for(let e=0;e<i;e++){let e=r.readString(),i=t.read(r);n.setField(e,i);}return n;}write(e){for(let[r,n]of(e.writeUint16(this.fields.size),this.fields))e.writeString(r),t.write(e,n);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){this.fields=/* @__PURE__ */new Map;}},tM=class{scanItems(){return this.itemsPromise??=tI(this.url).then(async t=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer(),r=new Uint8Array(e),n=new g(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tE.read(n),r=n.getOffset()-t,s=new N(this.id,t,r),a=s.toString(),o={pointer:a,data:e.getData()};this.itemLoader.prime(a,o),i.push(o);}return i;}),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}constructor(t,e){this.id=t,this.url=e,this.itemLoader=new c.default(async t=>{let e=t.map(t=>{let e=N.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tU(this.url,e);return r.map((e,r)=>{let n=new g(e),i=tE.read(n),s=t[r];return w(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});});}},tF=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=N.fromString(t),r=this.chunks[e.chunkId];return w(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=N.fromString(t.pointer),n=N.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText,this.chunks=this.options.chunks.map((t,e)=>new tM(e,t));}};export{tF as DatabaseCollection,tB as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let t=(t,e)=>async()=>{let r=await t();return r[e];},e=()=>import(\"./Axv6ALxJ8-2.js\"),r=[t(e,\"richText\"),t(e,\"richText1\"),t(e,\"richText2\"),t(e,\"richText3\"),t(e,\"richText4\"),t(e,\"richText5\"),t(e,\"richText6\"),t(e,\"richText7\"),t(e,\"richText8\"),t(e,\"richText9\"),t(e,\"richText10\"),t(e,\"richText11\"),t(e,\"richText12\"),t(e,\"richText13\"),t(e,\"richText14\"),t(e,\"richText15\"),t(e,\"richText16\"),t(e,\"richText17\"),t(e,\"richText18\"),t(e,\"richText19\"),t(e,\"richText20\"),t(e,\"richText21\"),t(e,\"richText22\"),t(e,\"richText23\"),t(e,\"richText24\"),t(e,\"richText25\"),t(e,\"richText26\"),t(e,\"richText27\"),t(e,\"richText28\"),t(e,\"richText29\"),t(e,\"richText30\"),t(e,\"richText31\"),t(e,\"richText32\"),t(e,\"richText33\"),t(e,\"richText34\"),t(e,\"richText35\"),t(e,\"richText36\")];export async function resolveRichText(t){let e=r[t];if(e)return await e();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7422eea)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as r}from\"framer\";import{DatabaseCollection as a,DatabaseDictionaryIndex as i}from\"./Axv6ALxJ8-0.js\";import{resolveRichText as o}from\"./Axv6ALxJ8-1.js\";let m={DWdSw2X8P:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},lfGUabUPJ:{isNullable:!0,type:t.String},nextItemId:{isNullable:!0,type:t.String},previousItemId:{isNullable:!0,type:t.String},RTZ0aqsWL:{isNullable:!0,type:t.String},RzMQS4Wo7:{isNullable:!0,type:t.RichText},umTMHuxjD:{isNullable:!0,type:t.Number},WNi4dWjUz:{isNullable:!0,type:t.Enum}},n=[\"id\",\"RzMQS4Wo7\"],u={type:1},c=[\"previousItemId\",\"RzMQS4Wo7\"],d=[\"nextItemId\",\"RzMQS4Wo7\"],s=[\"id\",\"DWdSw2X8P\"],f=[\"DWdSw2X8P\",\"id\"],p=[\"RTZ0aqsWL\",\"RzMQS4Wo7\"],x={type:0},L=[\"DWdSw2X8P\",\"RzMQS4Wo7\"],y=[\"WNi4dWjUz\",\"RzMQS4Wo7\"],w=[\"lfGUabUPJ\",\"RzMQS4Wo7\"],S=[\"umTMHuxjD\",\"RzMQS4Wo7\"],A=[\"RzMQS4Wo7\",\"RzMQS4Wo7\"],h=new r,R=new l(h),W={collectionByLocaleId:{default:new a({chunks:[new URL(\"./Axv6ALxJ8-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[new i({collation:u,collectionSchema:m,fieldNames:n,range:{from:0,to:1140},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:u,collectionSchema:m,fieldNames:c,range:{from:1140,to:2279},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:u,collectionSchema:m,fieldNames:d,range:{from:2279,to:3414},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:u,collectionSchema:m,fieldNames:s,range:{from:3414,to:5983},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:u,collectionSchema:m,fieldNames:f,range:{from:5983,to:8552},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:x,collectionSchema:m,fieldNames:p,range:{from:8552,to:10879},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:x,collectionSchema:m,fieldNames:L,range:{from:10879,to:13113},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:x,collectionSchema:m,fieldNames:y,range:{from:13113,to:14260},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:x,collectionSchema:m,fieldNames:w,range:{from:14260,to:15313},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:x,collectionSchema:m,fieldNames:S,range:{from:15313,to:16270},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")}),new i({collation:x,collectionSchema:m,fieldNames:A,range:{from:16270,to:17075},url:new URL(\"./Axv6ALxJ8-indexes-default-0.framercms\",\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\").href.replace(\"/modules/\",\"/cms/\")})],resolveRichText:o,schema:m})},displayName:\"FAQ\"};export default W;e(W,{RTZ0aqsWL:{defaultValue:\"\",title:\"Question\",type:t.String},DWdSw2X8P:{title:\"Slug\",type:t.String},WNi4dWjUz:{defaultValue:\"wR5DiVFjv\",options:[\"wR5DiVFjv\",\"LeVJzLQV4\",\"hzCpjfDL0\",\"uG_e5vZ1h\"],optionTitles:[\"App\",\"CGM\",\"Labs\",\"Dietitian\"],title:\"Product\",type:t.Enum},lfGUabUPJ:{defaultValue:\"\",title:\"Youtube Link\",type:t.String},umTMHuxjD:{defaultValue:0,title:\"Order\",type:t.Number},RzMQS4Wo7:{defaultValue:\"\",title:\"Answer\",type:t.RichText},previousItemId:{dataIdentifier:\"local-module:collection/Axv6ALxJ8:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/Axv6ALxJ8:default\",title:\"Next\",type:t.CollectionReference}});export const WNi4dWjUzToDisplayName=(e,t)=>{switch(t?.fallback,e){case\"wR5DiVFjv\":return\"App\";case\"LeVJzLQV4\":return\"CGM\";case\"hzCpjfDL0\":return\"Labs\";case\"uG_e5vZ1h\":return\"Dietitian\";default:return\"\";}};export const enumToDisplayNameFunctions={WNi4dWjUz:WNi4dWjUzToDisplayName};export const utils={async getSlugByRecordId(e,t){let[l]=await R.get({from:{data:W,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"DWdSw2X8P\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.DWdSw2X8P;},async getRecordIdBySlug(e,t){let[l]=await R.get({from:{data:W,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"DWdSw2X8P\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"WNi4dWjUzToDisplayName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerData\":\"\",\"framerCollectionUtils\":\"1\",\"framerRecordIdKey\":\"id\",\"framerSlug\":\"DWdSw2X8P\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCollectionId\":\"Axv6ALxJ8\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerColorSyntax\":\"false\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab6b6d5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BMVlMXDPI:{hover:true}};const cycleOrder=[\"BMVlMXDPI\",\"kqBIXKOkG\"];const serializationHash=\"framer-mbUIk\";const variantClassNames={BMVlMXDPI:\"framer-v-dhf8wc\",kqBIXKOkG:\"framer-v-l455yn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.2,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Default:\"BMVlMXDPI\",Selected:\"kqBIXKOkG\"};const getProps=({click,height,id,label,selectorFontSize,selectorPadding,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,dTIbjUrzL:(_ref=label!==null&&label!==void 0?label:props.dTIbjUrzL)!==null&&_ref!==void 0?_ref:\"Levels App\",FhwNCI8k9:click!==null&&click!==void 0?click:props.FhwNCI8k9,Lws8LHUsS:(_ref1=selectorFontSize!==null&&selectorFontSize!==void 0?selectorFontSize:props.Lws8LHUsS)!==null&&_ref1!==void 0?_ref1:18,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"BMVlMXDPI\",z_run4UE4:(_ref3=selectorPadding!==null&&selectorPadding!==void 0?selectorPadding:props.z_run4UE4)!==null&&_ref3!==void 0?_ref3:\"12px 20px 12px 20px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,dTIbjUrzL,Lws8LHUsS,z_run4UE4,FhwNCI8k9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BMVlMXDPI\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1usci6b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(FhwNCI8k9){const res=await FhwNCI8k9(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-dhf8wc\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BMVlMXDPI\",onTap:onTap1usci6b,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--agdmn7\":numberToPixelString(z_run4UE4),\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:29,borderBottomRightRadius:29,borderTopLeftRadius:29,borderTopRightRadius:29,...style},variants:{kqBIXKOkG:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgba(0, 59, 49, 0.1)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(0, 59, 49)\"}},...addPropertyOverrides({\"BMVlMXDPI-hover\":{\"data-framer-name\":undefined},kqBIXKOkG:{\"data-border\":true,\"data-framer-name\":\"Selected\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-Lws8LHUsS-eL8Ptmrqn) * 1px)\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 59, 49))\"},children:\"Levels App\"})}),className:\"framer-1ainqk8\",\"data-framer-name\":\"Label\",fonts:[\"CUSTOM;TT Hoves Medium\"],layoutDependency:layoutDependency,layoutId:\"BDIWsa7C4\",style:{\"--extracted-r6o4lv\":\"rgb(0, 59, 49)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-Lws8LHUsS-eL8Ptmrqn\":Lws8LHUsS,opacity:1},text:dTIbjUrzL,variants:{\"BMVlMXDPI-hover\":{opacity:.7},kqBIXKOkG:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({kqBIXKOkG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-Lws8LHUsS-eL8Ptmrqn) * 1px)\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Levels App\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mbUIk.framer-8p4ys1, .framer-mbUIk .framer-8p4ys1 { display: block; }\",\".framer-mbUIk.framer-dhf8wc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: var(--agdmn7); position: relative; width: min-content; }\",\".framer-mbUIk .framer-1ainqk8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbUIk.framer-dhf8wc { gap: 0px; } .framer-mbUIk.framer-dhf8wc > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-mbUIk.framer-dhf8wc > :first-child { margin-left: 0px; } .framer-mbUIk.framer-dhf8wc > :last-child { margin-right: 0px; } }\",'.framer-mbUIk[data-border=\"true\"]::after, .framer-mbUIk [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 42\n * @framerIntrinsicWidth 130.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"kqBIXKOkG\":{\"layout\":[\"auto\",\"auto\"]},\"gxpl3XUkt\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"dTIbjUrzL\":\"label\",\"Lws8LHUsS\":\"selectorFontSize\",\"z_run4UE4\":\"selectorPadding\",\"FhwNCI8k9\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereL8Ptmrqn=withCSS(Component,css,\"framer-mbUIk\");export default FramereL8Ptmrqn;FramereL8Ptmrqn.displayName=\"FAQ Filter Pill\";FramereL8Ptmrqn.defaultProps={height:42,width:130.5};addPropertyControls(FramereL8Ptmrqn,{variant:{options:[\"BMVlMXDPI\",\"kqBIXKOkG\"],optionTitles:[\"Default\",\"Selected\"],title:\"Variant\",type:ControlType.Enum},dTIbjUrzL:{defaultValue:\"Levels App\",displayTextArea:false,title:\"Label\",type:ControlType.String},Lws8LHUsS:{defaultValue:18,displayStepper:true,title:\"Selector \u2022 Font Size\",type:ControlType.Number},z_run4UE4:{defaultValue:\"12px 20px 12px 20px\",title:\"Selector \u2022 Padding\",type:ControlType.Padding},FhwNCI8k9:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramereL8Ptmrqn,[{explicitInter:true,fonts:[{family:\"TT Hoves Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/iaqyFx7VYsu0tuUdGSdQAYI44.ttf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereL8Ptmrqn\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"130.5\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"dTIbjUrzL\\\":\\\"label\\\",\\\"Lws8LHUsS\\\":\\\"selectorFontSize\\\",\\\"z_run4UE4\\\":\\\"selectorPadding\\\",\\\"FhwNCI8k9\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kqBIXKOkG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gxpl3XUkt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"42\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eL8Ptmrqn.map", "// Generated by Framer (9f55354)\nexport const props={qHlimn_s8:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,isRed:true,topLeftRadius:0,topRightRadius:0}};export const fonts={};\nexport const __FramerMetadata__ = {\"exports\":{\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-2E1p7 .framer-styles-preset-1j36oyv:not(.rich-text-wrapper), .framer-2E1p7 .framer-styles-preset-1j36oyv.rich-text-wrapper a { --framer-link-current-text-color: #000000; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: rgba(72, 190, 169, 0.7); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-7aec815e-2906-4187-bf4a-afcef199503c, #48bea9); --framer-link-text-decoration: underline; }\"];export const className=\"framer-2E1p7\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import*as componentPresets from\"https://framerusercontent.com/modules/LAOwW3GBGEkoezptWUO8/fh5jXGDkJEV8X5XKxfEU/componentPresets.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/UupNgdvw2gTvnbj9dR5b/nxm2ZTXcq6kvXOvtONdn/fY4XzkyYL.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/am41HZ67N3dIFzy0QXo2/WF9TNez3JiuFeue6Rqd9/glsYQxc5S.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/xwz4oxV5fcOmwhAmsGPN/WeiuyDjT5ktK0V2cAR8u/H8DsV09Gt.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/JVWHpMzAtvenaEnT5A8j/Po977KM8r117jqc9Ihwi/KbOt8OmoC.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/cYfHo9XVl9sLplgrAZbU/rlAbhgLeE6zje06gITaO/pDql11tah.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/xnBhQwSg36ESqf8VVnLh/Wy1nzpPkdCMBw3QZjwxB/qI9CgkE1p.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/J0NpAJdC0jQkgsAKeCYW/OEyUjJSof3G0oeWojpx3/rP9oYqDw8.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/gftDjK3I97TPV9l2pmQx/G2tqttHb9P1shYvuNPwd/TshmwkzGX.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/vfotiO7ZQh5C0ytD0rlY/Fb6twQ2mWkz78QzjC5Mi/WoWMFA2MN.js\";const YouTubeFonts=getFonts(YouTube);const cycleOrder=[\"t6LrX6uVc\",\"mdzbESol9\"];const serializationHash=\"framer-B0EbN\";const variantClassNames={mdzbESol9:\"framer-v-1k79vxz\",t6LrX6uVc:\"framer-v-1uqnuo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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={Collapsed:\"mdzbESol9\",Expanded:\"t6LrX6uVc\"};const getProps=({answer,gap,gapQuestion,height,id,padding,paddingAnswer,question,width,youtubeLink,...props})=>{return{...props,DfPTn4Mv4:gap??props.DfPTn4Mv4??8,dN4EPqlsP:answer??props.dN4EPqlsP??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{children:\"Lorem ipsum dolor sit amet consectetur. Et vitae nunc a interdum sodales auctor pellentesque. Auctor massa eros adipiscing hac vitae nisl euismod. Cursus enim id sodales habitasse volutpat massa egestas morbi. Arcu faucibus vitae rhoncus orci. Sed pellentesque est commodo elit. Nunc nibh nequ\"}),/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(Link,{href:\"levels.com\",motionChild:true,openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Learn more here\"})})})]}),E5oD6U6zV:gapQuestion??props.E5oD6U6zV??16,EgMDfXoaK:paddingAnswer??props.EgMDfXoaK??\"0px 36px 36px 44px\",kdxrhck3i:padding??props.kdxrhck3i??\"16px 24px 16px 16px\",smYUE1M4V:youtubeLink??props.smYUE1M4V??\"https://www.youtube.com/watch?v=jNQXAC9IVRw\",variant:humanReadableVariantMap[props.variant]??props.variant??\"t6LrX6uVc\",vuKn3PgVZ:question??props.vuKn3PgVZ??\"Question text goes here\"};};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,vuKn3PgVZ,dN4EPqlsP,kdxrhck3i,E5oD6U6zV,DfPTn4Mv4,EgMDfXoaK,smYUE1M4V,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t6LrX6uVc\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapru3tsm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"t6LrX6uVc\");});const onTap1265u97=activeVariantCallback(async(...args)=>{setVariant(\"mdzbESol9\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"mdzbESol9\")return false;return true;};const visible=isSet(smYUE1M4V);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-1uqnuo\",className,classNames),\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"t6LrX6uVc\",ref:refBinding,style:{\"--13nvx21\":DfPTn4Mv4,\"--zdq2it\":numberToPixelString(kdxrhck3i),backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({mdzbESol9:{\"data-framer-name\":\"Collapsed\",\"data-highlight\":true,onTap:onTapru3tsm}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-59013s\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VJrlfDw7P\",onTap:onTap1265u97,style:{\"--10nx3i0\":E5oD6U6zV},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b4whqs\",\"data-framer-name\":\"add\",layoutDependency:layoutDependency,layoutId:\"Z_xg3fRaw\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hfx3pv\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"BMbvDfHT_\",style:{rotate:45},svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.9997 10.1654H10.1663V15.9987C10.1663 16.6404 9.64134 17.1654 8.99967 17.1654C8.35801 17.1654 7.83301 16.6404 7.83301 15.9987V10.1654H1.99967C1.35801 10.1654 0.833008 9.64036 0.833008 8.9987C0.833008 8.35703 1.35801 7.83203 1.99967 7.83203H7.83301V1.9987C7.83301 1.35703 8.35801 0.832031 8.99967 0.832031C9.64134 0.832031 10.1663 1.35703 10.1663 1.9987V7.83203H15.9997C16.6413 7.83203 17.1663 8.35703 17.1663 8.9987C17.1663 9.64036 16.6413 10.1654 15.9997 10.1654Z\" fill=\"#117B69\"/>\\n</svg>\\n',variants:{mdzbESol9:{rotate:0}},withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a37564\",\"data-styles-preset\":\"rP9oYqDw8\",children:\"Question text goes here\"})}),className:\"framer-ainb9z\",\"data-framer-name\":\"Do I need a prescription for a CGM?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NPve62V_H\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:vuKn3PgVZ,verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hid4i5\",\"data-framer-name\":\"Frame 628788\",layoutDependency:layoutDependency,layoutId:\"BupPuR0XV\",style:{\"--no9z3n\":numberToPixelString(EgMDfXoaK)},children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"qHlimn_s8\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:dN4EPqlsP,className:\"framer-1l7mtam\",\"data-framer-name\":\"After purchase, you'll have the option to choose between the two most advanced CGM models in the market (Dexcom G7 or Abbott FreeStyle Libre 3). Both are smaller and more accurate than previous models and stream your glucose data in real time.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r6kHoVGr3\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-1j36oyv\",h1:\"framer-styles-preset-4ykw4s\",h2:\"framer-styles-preset-1cslaxj\",h3:\"framer-styles-preset-1dchpez\",h4:\"framer-styles-preset-8d1n4c\",h5:\"framer-styles-preset-6lvh4s\",h6:\"framer-styles-preset-3gai7a\",p:\"framer-styles-preset-fk9krt\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-bfjgju\",layoutDependency:layoutDependency,layoutId:\"d2xpcL8JJ\",children:visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x6s79d-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PFXN7jpC6-container\",nodeId:\"PFXN7jpC6\",rendersWithMotion:true,scopeId:\"umIq69gIB\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:6,bottomLeftRadius:6,bottomRightRadius:6,height:\"100%\",id:\"PFXN7jpC6\",isMixedBorderRadius:false,isRed:true,layoutId:\"PFXN7jpC6\",play:\"Off\",shouldMute:true,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:6,topRightRadius:6,url:smYUE1M4V,width:\"100%\"})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-B0EbN.framer-1l5ugbo, .framer-B0EbN .framer-1l5ugbo { display: block; }\",\".framer-B0EbN.framer-1uqnuo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--13nvx21)) * 1px); height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--zdq2it); position: relative; width: 820px; will-change: var(--framer-will-change-override, transform); }\",\".framer-B0EbN .framer-59013s { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: calc(max(0, var(--10nx3i0)) * 1px); height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B0EbN .framer-b4whqs { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: hidden; position: relative; width: 28px; }\",\".framer-B0EbN .framer-hfx3pv { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-B0EbN .framer-ainb9z { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-B0EbN .framer-hid4i5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: var(--no9z3n); position: relative; width: 100%; }\",\".framer-B0EbN .framer-1l7mtam { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-B0EbN .framer-bfjgju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-B0EbN .framer-1x6s79d-container { aspect-ratio: 1.7777777777777777 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 0px); max-width: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-B0EbN.framer-1uqnuo, .framer-B0EbN .framer-59013s, .framer-B0EbN .framer-hid4i5, .framer-B0EbN .framer-bfjgju { gap: 0px; } .framer-B0EbN.framer-1uqnuo > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--13nvx21)) * 1px) / 2); margin-top: calc(calc(max(0, var(--13nvx21)) * 1px) / 2); } .framer-B0EbN.framer-1uqnuo > :first-child, .framer-B0EbN .framer-hid4i5 > :first-child { margin-top: 0px; } .framer-B0EbN.framer-1uqnuo > :last-child, .framer-B0EbN .framer-hid4i5 > :last-child { margin-bottom: 0px; } .framer-B0EbN .framer-59013s > * { margin: 0px; margin-left: calc(calc(max(0, var(--10nx3i0)) * 1px) / 2); margin-right: calc(calc(max(0, var(--10nx3i0)) * 1px) / 2); } .framer-B0EbN .framer-59013s > :first-child, .framer-B0EbN .framer-bfjgju > :first-child { margin-left: 0px; } .framer-B0EbN .framer-59013s > :last-child, .framer-B0EbN .framer-bfjgju > :last-child { margin-right: 0px; } .framer-B0EbN .framer-hid4i5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-B0EbN .framer-bfjgju > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-B0EbN.framer-v-1k79vxz.framer-1uqnuo { cursor: pointer; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 720\n * @framerIntrinsicWidth 820\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mdzbESol9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"vuKn3PgVZ\":\"question\",\"dN4EPqlsP\":\"answer\",\"kdxrhck3i\":\"padding\",\"E5oD6U6zV\":\"gapQuestion\",\"DfPTn4Mv4\":\"gap\",\"EgMDfXoaK\":\"paddingAnswer\",\"smYUE1M4V\":\"youtubeLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerumIq69gIB=withCSS(Component,css,\"framer-B0EbN\");export default FramerumIq69gIB;FramerumIq69gIB.displayName=\"FAQ \u2022 NEW\";FramerumIq69gIB.defaultProps={height:720,width:820};addPropertyControls(FramerumIq69gIB,{variant:{options:[\"t6LrX6uVc\",\"mdzbESol9\"],optionTitles:[\"Expanded\",\"Collapsed\"],title:\"Variant\",type:ControlType.Enum},vuKn3PgVZ:{defaultValue:\"Question text goes here\",displayTextArea:true,title:\"Question\",type:ControlType.String},dN4EPqlsP:{defaultValue:'<p>Lorem ipsum dolor sit amet consectetur. Et vitae nunc a interdum sodales auctor pellentesque. Auctor massa eros adipiscing hac vitae nisl euismod. Cursus enim id sodales habitasse volutpat massa egestas morbi. Arcu faucibus vitae rhoncus orci. Sed pellentesque est commodo elit. Nunc nibh nequ</p><p><a data-framer-link=\"Link:{&quot;url&quot;:&quot;levels.com&quot;,&quot;type&quot;:&quot;url&quot;}\" data-framer-open-in-new-tab=\"\">Learn more here</a></p>',description:\"This is rich text format\",title:\"Answer\",type:ControlType.RichText},kdxrhck3i:{defaultValue:\"16px 24px 16px 16px\",title:\"Padding\",type:ControlType.Padding},E5oD6U6zV:{defaultValue:16,min:0,title:\"Gap - Question\",type:ControlType.Number},DfPTn4Mv4:{defaultValue:8,min:0,title:\"Gap\",type:ControlType.Number},EgMDfXoaK:{defaultValue:\"0px 36px 36px 44px\",title:\"Padding Answer\",type:ControlType.Padding},smYUE1M4V:{defaultValue:\"https://www.youtube.com/watch?v=jNQXAC9IVRw\",description:\"\",placeholder:\"Youtube video link\",title:\"Youtube Link\",type:ControlType.String}});addFonts(FramerumIq69gIB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...YouTubeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...componentPresets.fonts?.[\"qHlimn_s8\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"qHlimn_s8\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerumIq69gIB\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"vuKn3PgVZ\\\":\\\"question\\\",\\\"dN4EPqlsP\\\":\\\"answer\\\",\\\"kdxrhck3i\\\":\\\"padding\\\",\\\"E5oD6U6zV\\\":\\\"gapQuestion\\\",\\\"DfPTn4Mv4\\\":\\\"gap\\\",\\\"EgMDfXoaK\\\":\\\"paddingAnswer\\\",\\\"smYUE1M4V\\\":\\\"youtubeLink\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mdzbESol9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"820\",\"framerIntrinsicHeight\":\"720\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2e9e6ed)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQ from\"https://framerusercontent.com/modules/gyDEMe5tSlkzuFpHAMyB/EXbC8jbQv9jFor6SOPas/Axv6ALxJ8.js\";import FAQFilterPill from\"https://framerusercontent.com/modules/2htOcHHvIEs0nmIKJI9J/7FRmPg6NqVdS323eIY5Q/eL8Ptmrqn.js\";import FAQNEW from\"https://framerusercontent.com/modules/aZwDLJT2lei3fNOCedt4/kHiZz9gBsR0GH23GkhDx/umIq69gIB.js\";const FAQFilterPillFonts=getFonts(FAQFilterPill);const FAQNEWFonts=getFonts(FAQNEW);const cycleOrder=[\"KG_T71Txe\",\"rZOmNIolM\",\"Za7VcpVEw\",\"GJorgduCY\"];const serializationHash=\"framer-GCeBg\";const variantClassNames={GJorgduCY:\"framer-v-lpfjuq\",KG_T71Txe:\"framer-v-1mll60e\",rZOmNIolM:\"framer-v-45qi0m\",Za7VcpVEw:\"framer-v-1psu6ds\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const query=prequery=>prequery({from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"wR5DiVFjv\"},type:\"BinaryOperation\"}});const query1=prequery=>prequery({from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"LeVJzLQV4\"},type:\"BinaryOperation\"}});const query2=prequery=>prequery({from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"hzCpjfDL0\"},type:\"BinaryOperation\"}});const query3=prequery=>prequery({from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"uG_e5vZ1h\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={App:\"KG_T71Txe\",CGM:\"rZOmNIolM\",Dietitian:\"GJorgduCY\",Labs:\"Za7VcpVEw\"};const getProps=({fAQGap,height,id,selectorFAQGap,selectorFontSize,selectorPadding,selectorsGap,width,...props})=>{return{...props,nGRsI3jGu:selectorsGap??props.nGRsI3jGu??12,nwyyYsTz0:selectorPadding??props.nwyyYsTz0??\"10px 16px 10px 16px\",ofl3U4ecM:selectorFontSize??props.ofl3U4ecM??16,PvQUyD7BK:selectorFAQGap??props.PvQUyD7BK??32,uuizXL8UF:fAQGap??props.uuizXL8UF??12,variant:humanReadableVariantMap[props.variant]??props.variant??\"KG_T71Txe\"};};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,ofl3U4ecM,nwyyYsTz0,nGRsI3jGu,PvQUyD7BK,uuizXL8UF,RTZ0aqsWLyEDpVP8MC,RzMQS4Wo7yEDpVP8MC,lfGUabUPJyEDpVP8MC,DWdSw2X8PyEDpVP8MC,idyEDpVP8MC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KG_T71Txe\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const FhwNCI8k912l1784=activeVariantCallback(async(...args)=>{setVariant(\"KG_T71Txe\");});const FhwNCI8k9z5551b=activeVariantCallback(async(...args)=>{setVariant(\"rZOmNIolM\");});const FhwNCI8k91k3do97=activeVariantCallback(async(...args)=>{setVariant(\"Za7VcpVEw\");});const FhwNCI8k91g6bd0l=activeVariantCallback(async(...args)=>{setVariant(\"GJorgduCY\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1mll60e\",className,classNames),\"data-framer-name\":\"App\",layoutDependency:layoutDependency,layoutId:\"KG_T71Txe\",ref:refBinding,style:{\"--1xv673r\":PvQUyD7BK,...style},...addPropertyOverrides({GJorgduCY:{\"data-framer-name\":\"Dietitian\"},rZOmNIolM:{\"data-framer-name\":\"CGM\"},Za7VcpVEw:{\"data-framer-name\":\"Labs\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r9hw3z\",\"data-framer-name\":\"Selector\",layoutDependency:layoutDependency,layoutId:\"i4UGTzohb\",style:{\"--1vrhs9y\":nGRsI3jGu},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n4guas-container\",layoutDependency:layoutDependency,layoutId:\"zFPesSlMV-container\",nodeId:\"zFPesSlMV\",rendersWithMotion:true,scopeId:\"mFhwos1_N\",children:/*#__PURE__*/_jsx(FAQFilterPill,{dTIbjUrzL:\"Levels App\",FhwNCI8k9:FhwNCI8k912l1784,height:\"100%\",id:\"zFPesSlMV\",layoutId:\"zFPesSlMV\",Lws8LHUsS:ofl3U4ecM,variant:\"kqBIXKOkG\",width:\"100%\",z_run4UE4:numberToPixelString(nwyyYsTz0),...addPropertyOverrides({GJorgduCY:{variant:\"BMVlMXDPI\"},rZOmNIolM:{variant:\"BMVlMXDPI\"},Za7VcpVEw:{variant:\"BMVlMXDPI\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kxa7np-container\",layoutDependency:layoutDependency,layoutId:\"qRJWGxOF2-container\",nodeId:\"qRJWGxOF2\",rendersWithMotion:true,scopeId:\"mFhwos1_N\",children:/*#__PURE__*/_jsx(FAQFilterPill,{dTIbjUrzL:\"Glucose Monitor\",FhwNCI8k9:FhwNCI8k9z5551b,height:\"100%\",id:\"qRJWGxOF2\",layoutId:\"qRJWGxOF2\",Lws8LHUsS:ofl3U4ecM,variant:\"BMVlMXDPI\",width:\"100%\",z_run4UE4:numberToPixelString(nwyyYsTz0),...addPropertyOverrides({rZOmNIolM:{variant:\"kqBIXKOkG\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8tui9x-container\",layoutDependency:layoutDependency,layoutId:\"d2SlUWDvk-container\",nodeId:\"d2SlUWDvk\",rendersWithMotion:true,scopeId:\"mFhwos1_N\",children:/*#__PURE__*/_jsx(FAQFilterPill,{dTIbjUrzL:\"Bloodwork\",FhwNCI8k9:FhwNCI8k91k3do97,height:\"100%\",id:\"d2SlUWDvk\",layoutId:\"d2SlUWDvk\",Lws8LHUsS:ofl3U4ecM,variant:\"BMVlMXDPI\",width:\"100%\",z_run4UE4:numberToPixelString(nwyyYsTz0),...addPropertyOverrides({Za7VcpVEw:{variant:\"kqBIXKOkG\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1me5a1e-container\",layoutDependency:layoutDependency,layoutId:\"V6EPf42dG-container\",nodeId:\"V6EPf42dG\",rendersWithMotion:true,scopeId:\"mFhwos1_N\",children:/*#__PURE__*/_jsx(FAQFilterPill,{dTIbjUrzL:\"Dietitian\",FhwNCI8k9:FhwNCI8k91g6bd0l,height:\"100%\",id:\"V6EPf42dG\",layoutId:\"V6EPf42dG\",Lws8LHUsS:ofl3U4ecM,variant:\"BMVlMXDPI\",width:\"100%\",z_run4UE4:numberToPixelString(nwyyYsTz0),...addPropertyOverrides({GJorgduCY:{variant:\"kqBIXKOkG\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c6avpl\",layoutDependency:layoutDependency,layoutId:\"yEDpVP8MC\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"wR5DiVFjv\"},type:\"BinaryOperation\"}},...addPropertyOverrides({GJorgduCY:{query:{from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"uG_e5vZ1h\"},type:\"BinaryOperation\"}}},rZOmNIolM:{query:{from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"LeVJzLQV4\"},type:\"BinaryOperation\"}}},Za7VcpVEw:{query:{from:{alias:\"yEDpVP8MC\",data:FAQ,type:\"Collection\"},orderBy:[{collection:\"yEDpVP8MC\",name:\"umTMHuxjD\",type:\"Identifier\"}],select:[{collection:\"yEDpVP8MC\",name:\"RTZ0aqsWL\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"RzMQS4Wo7\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"lfGUabUPJ\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"DWdSw2X8P\",type:\"Identifier\"},{collection:\"yEDpVP8MC\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yEDpVP8MC\",name:\"WNi4dWjUz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"hzCpjfDL0\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({DWdSw2X8P:DWdSw2X8PyEDpVP8MC,id:idyEDpVP8MC,lfGUabUPJ:lfGUabUPJyEDpVP8MC,RTZ0aqsWL:RTZ0aqsWLyEDpVP8MC,RzMQS4Wo7:RzMQS4Wo7yEDpVP8MC},index)=>{RTZ0aqsWLyEDpVP8MC??=\"\";RzMQS4Wo7yEDpVP8MC??=\"\";lfGUabUPJyEDpVP8MC??=\"\";DWdSw2X8PyEDpVP8MC??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`yEDpVP8MC-${idyEDpVP8MC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{DWdSw2X8P:DWdSw2X8PyEDpVP8MC},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w5wkht\",layoutDependency:layoutDependency,layoutId:\"UGiX0jIle\",style:{\"--lud566\":uuizXL8UF},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:720,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mz5w3o-container\",layoutDependency:layoutDependency,layoutId:\"Zin8J_d06-container\",nodeId:\"Zin8J_d06\",rendersWithMotion:true,scopeId:\"mFhwos1_N\",children:/*#__PURE__*/_jsx(FAQNEW,{DfPTn4Mv4:8,dN4EPqlsP:RzMQS4Wo7yEDpVP8MC,E5oD6U6zV:16,EgMDfXoaK:\"0px 36px 36px 44px\",height:\"100%\",id:\"Zin8J_d06\",kdxrhck3i:\"16px 24px 16px 16px\",layoutId:\"Zin8J_d06\",smYUE1M4V:lfGUabUPJyEDpVP8MC,style:{width:\"100%\"},variant:\"mdzbESol9\",vuKn3PgVZ:RTZ0aqsWLyEDpVP8MC,width:\"100%\"})})})})})},idyEDpVP8MC);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GCeBg.framer-1n4i1hf, .framer-GCeBg .framer-1n4i1hf { display: block; }\",\".framer-GCeBg.framer-1mll60e { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--1xv673r)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 840px; }\",\".framer-GCeBg .framer-r9hw3z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: calc(max(0, var(--1vrhs9y)) * 1px); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GCeBg .framer-n4guas-container, .framer-GCeBg .framer-1kxa7np-container, .framer-GCeBg .framer-8tui9x-container, .framer-GCeBg .framer-1me5a1e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GCeBg .framer-c6avpl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-GCeBg .framer-w5wkht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--lud566)) * 1px); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GCeBg .framer-mz5w3o-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GCeBg.framer-1mll60e, .framer-GCeBg .framer-r9hw3z, .framer-GCeBg .framer-c6avpl, .framer-GCeBg .framer-w5wkht { gap: 0px; } .framer-GCeBg.framer-1mll60e > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--1xv673r)) * 1px) / 2); margin-top: calc(calc(max(0, var(--1xv673r)) * 1px) / 2); } .framer-GCeBg.framer-1mll60e > :first-child, .framer-GCeBg .framer-c6avpl > :first-child, .framer-GCeBg .framer-w5wkht > :first-child { margin-top: 0px; } .framer-GCeBg.framer-1mll60e > :last-child, .framer-GCeBg .framer-c6avpl > :last-child, .framer-GCeBg .framer-w5wkht > :last-child { margin-bottom: 0px; } .framer-GCeBg .framer-r9hw3z > * { margin: 0px; margin-left: calc(calc(max(0, var(--1vrhs9y)) * 1px) / 2); margin-right: calc(calc(max(0, var(--1vrhs9y)) * 1px) / 2); } .framer-GCeBg .framer-r9hw3z > :first-child { margin-left: 0px; } .framer-GCeBg .framer-r9hw3z > :last-child { margin-right: 0px; } .framer-GCeBg .framer-c6avpl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-GCeBg .framer-w5wkht > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--lud566)) * 1px) / 2); margin-top: calc(calc(max(0, var(--lud566)) * 1px) / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 974\n * @framerIntrinsicWidth 840\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rZOmNIolM\":{\"layout\":[\"fixed\",\"auto\"]},\"Za7VcpVEw\":{\"layout\":[\"fixed\",\"auto\"]},\"GJorgduCY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ofl3U4ecM\":\"selectorFontSize\",\"nwyyYsTz0\":\"selectorPadding\",\"nGRsI3jGu\":\"selectorsGap\",\"PvQUyD7BK\":\"selectorFAQGap\",\"uuizXL8UF\":\"fAQGap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermFhwos1_N=withCSS(Component,css,\"framer-GCeBg\");export default FramermFhwos1_N;FramermFhwos1_N.displayName=\"FAQ Questions\";FramermFhwos1_N.defaultProps={height:974,width:840};addPropertyControls(FramermFhwos1_N,{variant:{options:[\"KG_T71Txe\",\"rZOmNIolM\",\"Za7VcpVEw\",\"GJorgduCY\"],optionTitles:[\"App\",\"CGM\",\"Labs\",\"Dietitian\"],title:\"Variant\",type:ControlType.Enum},ofl3U4ecM:{defaultValue:16,displayStepper:true,title:\"Selector \u2022 Font Size\",type:ControlType.Number},nwyyYsTz0:{defaultValue:\"10px 16px 10px 16px\",title:\"Selector \u2022 Padding\",type:ControlType.Padding},nGRsI3jGu:{defaultValue:12,displayStepper:true,min:0,title:\"Selectors \u2022 Gap\",type:ControlType.Number},PvQUyD7BK:{defaultValue:32,displayStepper:true,min:0,title:\"Selector \u2022 FAQ \u2022 Gap\",type:ControlType.Number},uuizXL8UF:{defaultValue:12,displayStepper:true,min:0,title:\"FAQ \u2022 Gap\",type:ControlType.Number}});addFonts(FramermFhwos1_N,[{explicitInter:true,fonts:[]},...FAQFilterPillFonts,...FAQNEWFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermFhwos1_N\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"ofl3U4ecM\\\":\\\"selectorFontSize\\\",\\\"nwyyYsTz0\\\":\\\"selectorPadding\\\",\\\"nGRsI3jGu\\\":\\\"selectorsGap\\\",\\\"PvQUyD7BK\\\":\\\"selectorFAQGap\\\",\\\"uuizXL8UF\\\":\\\"fAQGap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"840\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rZOmNIolM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Za7VcpVEw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GJorgduCY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"974\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"CoUOuO63E\",\"Jvh8w2SBH\",\"RFiyNYNy6\",\"y2x2jJMPi\"];const serializationHash=\"framer-pJsiC\";const variantClassNames={CoUOuO63E:\"framer-v-1d70bv0\",Jvh8w2SBH:\"framer-v-1sy2jlu\",RFiyNYNy6:\"framer-v-w2etly\",y2x2jJMPi:\"framer-v-1794q56\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Large \u2022 Icon\":\"CoUOuO63E\",\"Small \u2022 Icon\":\"Jvh8w2SBH\",Large:\"RFiyNYNy6\",Small:\"y2x2jJMPi\"};const getProps=({height,id,label,width,...props})=>{return{...props,u0Yfv4Baz:label??props.u0Yfv4Baz??\"Label\",variant:humanReadableVariantMap[props.variant]??props.variant??\"CoUOuO63E\"};};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,u0Yfv4Baz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CoUOuO63E\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"RFiyNYNy6\",\"y2x2jJMPi\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Q9Czpwufl7a9MTYW6Bi7ESej0s.png\",srcSet:\"https://framerusercontent.com/images/Q9Czpwufl7a9MTYW6Bi7ESej0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/Q9Czpwufl7a9MTYW6Bi7ESej0s.png 584w\"},className:cx(scopingClassNames,\"framer-1d70bv0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Large \u2022 Icon\",layoutDependency:layoutDependency,layoutId:\"CoUOuO63E\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(16px)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"blur(16px)\",...style},variants:{RFiyNYNy6:{\"--border-bottom-width\":\"0.5px\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-top-width\":\"0.5px\",background:\"radial-gradient(75% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 133, 0.03) 55.00000000000001%, rgba(255, 255, 255, 0.04) 100%)\"},y2x2jJMPi:{\"--border-bottom-width\":\"0.5px\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-top-width\":\"0.5px\",background:\"radial-gradient(75% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 133, 0.03) 55.00000000000001%, rgba(255, 255, 255, 0.04) 100%)\"}},...addPropertyOverrides({Jvh8w2SBH:{\"data-framer-name\":\"Small \u2022 Icon\"},RFiyNYNy6:{\"data-framer-name\":\"Large\",background:undefined},y2x2jJMPi:{\"data-framer-name\":\"Small\",background:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gq2r0n\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"HshkE4xI5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jr7nws\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"I3150:1587;2402:61985\",svg:'<svg width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M17.1036 7.04006L17.8936 5.29006L19.6436 4.50006C20.0336 4.32006 20.0336 3.77006 19.6436 3.59006L17.8936 2.80006L17.1036 1.04006C16.9236 0.650059 16.3736 0.650059 16.1936 1.04006L15.4036 2.79006L13.6436 3.58006C13.2536 3.76006 13.2536 4.31006 13.6436 4.49006L15.3936 5.28006L16.1836 7.04006C16.3636 7.43006 16.9236 7.43006 17.1036 7.04006ZM9.14359 8.54006L7.55359 5.04006C7.20359 4.26006 6.08359 4.26006 5.73359 5.04006L4.14359 8.54006L0.643594 10.1301C-0.136406 10.4901 -0.136406 11.6001 0.643594 11.9501L4.14359 13.5401L5.73359 17.0401C6.09359 17.8201 7.20359 17.8201 7.55359 17.0401L9.14359 13.5401L12.6436 11.9501C13.4236 11.5901 13.4236 10.4801 12.6436 10.1301L9.14359 8.54006ZM16.1836 15.0401L15.3936 16.7901L13.6436 17.5801C13.2536 17.7601 13.2536 18.3101 13.6436 18.4901L15.3936 19.2801L16.1836 21.0401C16.3636 21.4301 16.9136 21.4301 17.0936 21.0401L17.8836 19.2901L19.6436 18.5001C20.0336 18.3201 20.0336 17.7701 19.6436 17.5901L17.8936 16.8001L17.1036 15.0401C16.9236 14.6501 16.3636 14.6501 16.1836 15.0401Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"AI Describe\"})}),className:\"framer-1fo56jc\",\"data-framer-name\":\"label\",fonts:[\"CUSTOM;TT Hoves Medium\"],layoutDependency:layoutDependency,layoutId:\"cilNDqF6d\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:u0Yfv4Baz,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({Jvh8w2SBH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Label\"})})},y2x2jJMPi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RUIEhvdmVzIE1lZGl1bQ==\",\"--framer-font-family\":'\"TT Hoves Medium\", \"TT Hoves Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Label\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pJsiC.framer-y1owa7, .framer-pJsiC .framer-y1owa7 { display: block; }\",\".framer-pJsiC.framer-1d70bv0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 18px 12px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pJsiC .framer-1gq2r0n { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-pJsiC .framer-1jr7nws { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 1px; }\",\".framer-pJsiC .framer-1fo56jc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pJsiC.framer-1d70bv0 { gap: 0px; } .framer-pJsiC.framer-1d70bv0 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-pJsiC.framer-1d70bv0 > :first-child { margin-left: 0px; } .framer-pJsiC.framer-1d70bv0 > :last-child { margin-right: 0px; } }\",\".framer-pJsiC.framer-v-1sy2jlu.framer-1d70bv0 { gap: 4px; padding: 10px 14px 10px 8px; }\",\".framer-pJsiC.framer-v-1sy2jlu .framer-1gq2r0n { height: var(--framer-aspect-ratio-supported, 16px); width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pJsiC.framer-v-1sy2jlu.framer-1d70bv0 { gap: 0px; } .framer-pJsiC.framer-v-1sy2jlu.framer-1d70bv0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pJsiC.framer-v-1sy2jlu.framer-1d70bv0 > :first-child { margin-left: 0px; } .framer-pJsiC.framer-v-1sy2jlu.framer-1d70bv0 > :last-child { margin-right: 0px; } }\",\".framer-pJsiC.framer-v-w2etly.framer-1d70bv0 { padding: 12px 18px 12px 18px; }\",\".framer-pJsiC.framer-v-1794q56.framer-1d70bv0 { padding: 10px 14px 10px 14px; }\",'.framer-pJsiC[data-border=\"true\"]::after, .framer-pJsiC [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 48\n * @framerIntrinsicWidth 99.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Jvh8w2SBH\":{\"layout\":[\"auto\",\"auto\"]},\"RFiyNYNy6\":{\"layout\":[\"auto\",\"auto\"]},\"y2x2jJMPi\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"u0Yfv4Baz\":\"label\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameruyXfbyUEW=withCSS(Component,css,\"framer-pJsiC\");export default FrameruyXfbyUEW;FrameruyXfbyUEW.displayName=\"Dj \u2022 Pill\";FrameruyXfbyUEW.defaultProps={height:48,width:99.5};addPropertyControls(FrameruyXfbyUEW,{variant:{options:[\"CoUOuO63E\",\"Jvh8w2SBH\",\"RFiyNYNy6\",\"y2x2jJMPi\"],optionTitles:[\"Large \u2022 Icon\",\"Small \u2022 Icon\",\"Large\",\"Small\"],title:\"Variant\",type:ControlType.Enum},u0Yfv4Baz:{defaultValue:\"Label\",displayTextArea:false,title:\"Label\",type:ControlType.String}});addFonts(FrameruyXfbyUEW,[{explicitInter:true,fonts:[{family:\"TT Hoves Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/iaqyFx7VYsu0tuUdGSdQAYI44.ttf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruyXfbyUEW\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"99.5\",\"framerVariables\":\"{\\\"u0Yfv4Baz\\\":\\\"label\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Jvh8w2SBH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RFiyNYNy6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y2x2jJMPi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uyXfbyUEW.map", "// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createElement as _createElement}from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,motion}from\"framer\";import styled from\"styled-components\";// https://framer.com/m/Advisor-Card-69jp.js@w4MWcdPQasx2X5HHvdGO\n/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// ... existing code ...\nvar transition=`300ms cubic-bezier(0.595, 0.320, 0.105, 0.840)`;export function Advisors(props){const[currentIndex,setCurrentIndex]=useState(0);// Initialize state for advisors\nconst[advisors,setAdvisors]=useState(props.advisors.length>0?props.advisors:placeholderAdvisors);const[position,setPosition]=useState(0);let slideWidth=190;let expandedSlideWidth=props.variant==\"small\"||props.isMobile?190:640;// const [windowWidth, setWindowWidth] = useState(window.innerWidth)\nconst[parentWidth,setParentWidth]=useState(1240);const parentRef=useRef(null);const[isMobile,setIsMobile]=useState(false);// Lightbox controlls\nconst[lightBox,setLightBox]=useState(null)// null\n;const[isVisible,setIsVisible]=useState(false)// false\n;const[isExiting,setIsExiting]=useState(false);const showLightBox=content=>{setLightBox(content);setIsVisible(true);};const dismissLightBox=()=>{setIsVisible(false);// Delay unmounting the component until the animation ends\nsetLightBox(null);};useEffect(()=>{const updateWidth=()=>{if(parentRef.current){setParentWidth(parentRef.current.offsetWidth);if(window.innerWidth<851){// console.log(\"Is mobile\")\nsetIsMobile(true);}else{setIsMobile(false);// console.log(\"Is NOT mobile\")\n}}};updateWidth();window.addEventListener(\"resize\",updateWidth);return()=>{window.removeEventListener(\"resize\",updateWidth);};},[]);useEffect(()=>{});const getPosition=()=>{let start=currentIndex*slideWidth+20*currentIndex;return{start:start,end:start+expandedSlideWidth};};const goToNext=()=>{setCurrentIndex(currentIndex+1);};const goToPrevious=()=>{setCurrentIndex(currentIndex-1);};useEffect(()=>{let pos=getPosition();if(pos.end>parentWidth){setPosition(parentWidth-pos.end);}if(position<0&&pos.start==0){setPosition(0);}var test=position+pos.start;// console.log(`Pos Star: ${pos.start}`)\n// console.log(`Position: ${position}`)\n// console.log(test)\n// neeed to fix second item not coming back to view when clicked\nif(test<0&&pos.start!=0){setPosition(0-slideWidth*currentIndex);}if(lightBox!==null){setIsVisible(true);}if(props.variant==\"large\"){setLightBox(null);}},[currentIndex]);return /*#__PURE__*/_jsxs(MainContainer,{className:`carousel ${props.variant}`,style:{display:\"flex\",flexFlow:\"column\",alignItems:\"flex-start\",gap:32,width:\"100%\"},ref:parentRef,children:[lightBox!==null&&isMobile?/*#__PURE__*/_jsx(LightBox,{lightBox:lightBox,isVisible:isVisible,className:isVisible?\"show\":\"hide\",onDismiss:dismissLightBox,parentWidth:parentWidth}):null,/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:16,alignContent:\"center\",alignItems:\"center\",width:props.variant==\"small\"?\"100%\":\"fit-content\",justifyContent:props.variant==\"small\"?\"space-between\":\"start\"},className:\"nav-buttons\",children:[/*#__PURE__*/_jsx(NavButton,{onClick:goToPrevious,label:arrowLeft,disabled:currentIndex===0}),/*#__PURE__*/_jsxs(\"div\",{style:{color:\"white\",fontSize:16,fontFamily:\"TT Hoves Medium\",width:24,textAlign:\"center\"},children:[currentIndex+1,\"/\",advisors.length]}),/*#__PURE__*/_jsx(NavButton,{onClick:goToNext,label:arrowRight,disabled:currentIndex===advisors.length-1})]}),/*#__PURE__*/_jsx(motion.div,{className:\"carousel-content\",style:{display:\"flex\",height:340,gap:20,alignItems:\"flex-start\",transform:`translateX(${position}px)`,transition:`transform ${transition}`},draggable:true,children:advisors.map((advisor,index)=>/*#__PURE__*/_createElement(AdvisorCardCode,{active:index==currentIndex,...props,...advisor,isMobile:isMobile,onClick:()=>{setCurrentIndex(index);if(props.variant==\"small\"){setLightBox(advisor);}else{setLightBox(null);}},key:`advisor-${advisor.name}`}))})]});}const MainContainer=styled.div`\n    @media(max-width: 839px){\n        gap: 16px !important;\n\n        .nav-buttons{\n            gap: 12px !important;\n            justify-content: space-between;\n            width: 100%;\n        }\n    }\n\n    &.large{\n        .lightBoxContainer{\n            display: none !important;\n        }\n    }\n`;addPropertyControls(Advisors,{advisors:{type:ControlType.Array,title:\"Advisors\",propertyControl:{type:ControlType.Object,controls:{name:{type:ControlType.String,title:\"Name\"},pnl:{type:ControlType.String,title:\"PNL\"},title:{type:ControlType.String,title:\"Title\"},image:{type:ControlType.Image,title:\"Image\"},quote:{type:ControlType.String,title:\"Quote\"}}}},text:{type:ControlType.String,title:\"Text\"},variant:{type:ControlType.Enum,title:\"Variant\",options:[\"large\",\"small\"],defaultValue:\"small\"}});function NavButton(props){return /*#__PURE__*/_jsx(Button,{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:56,width:56,background:\"#ffffff07\",outline:0,border:0,borderRadius:12,cursor:props.disabled?\"default\":\"pointer\",transition:`${transition}`},onClick:props.onClick,disabled:props.disabled,disabledX:props.disabled,children:/*#__PURE__*/_jsxs(\"span\",{style:{opacity:props.disabled?.2:1,transition:`opacity ${transition}`,display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:[\" \",props.label,\" \"]})});}const Button=styled.button`\n   &:hover {\n        background-color: ${props=>props.disabledX?\"\":\"#ffffff0f !important\"};\n   }\n`;// ... existing code ...\nfunction AdvisorCardCode(props){const[count,setCount]=useState(0);return /*#__PURE__*/_jsxs(AdvisorCardContainer,{style:{...props.style,width:props.active?640:190,height:props.active?340:302,display:\"flex\",// transition: \"width 0.3s, transform 0.3s, opacity 0.3s\",\nbackground:props.active?\"#1A1D1C\":\"transparent\",borderRadius:8,overflow:\"hidden\",outline:`2px rgba(255, 255, 255, ${props.active?.2:0}) solid`,justifyContent:\"flex-start\",cursor:\"pointer\",flexDirection:props.active?\"row\":\"column\",transition:`all ${transition}`},onClick:props.onClick,className:`${props.variant} ${props.isMobile?\"small\":\"\"}`,children:[/*#__PURE__*/_jsxs(\"div\",{style:{transition:`all ${transition}`},children:[/*#__PURE__*/_jsx(\"img\",{style:{width:props.active?220:190,height:props.active?\"100%\":240,objectFit:\"cover\",borderRadius:props.active?0:8,transition:`all ${transition}`},src:props.image}),/*#__PURE__*/_jsx(LimittedContent,{...props})]}),props.active?/*#__PURE__*/_jsx(Content,{...props}):null]});}const AdvisorCardContainer=styled.div`\n    &.small {\n        width: 100% !important;\n        height: fit-content !important;\n\n\n        img {\n            width: 190px !important;\n            height: 240px !important;\n        }\n\n        .limittedContent {\n            opacity: 1 !important;\n            padding-bottom: 16px;\n        }\n\n        .detailedContent {\n            display: none !important;\n        }\n    }\n\n    .content-quote::first-letter {\n        margin-left: -0.4em !important;\n    }\n}\n`;function LimittedContent(props){return /*#__PURE__*/_jsx(motion.div,{style:{opacity:props.active?0:1,transition:`all ${transition}`,maxWidth:190},className:\"limittedContent\",children:/*#__PURE__*/_jsxs(\"div\",{style:{gap:4,display:\"flex\",flexFlow:\"column\",height:\"fit-content\",alignItems:\"flex-start\",fontFamily:\"TT Hoves Medium\",color:\"white\",textAlign:\"center\",marginTop:16},children:[/*#__PURE__*/_jsx(\"span\",{style:{width:\"100%\",fontSize:16,fontWeight:\"TT Hoves DemiBold\",letterSpacing:.05,wordWrap:\"break-word\"},children:props.name}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:16,lineHeight:1.4,fontWeight:\"500\",fontFamily:\"TT Hoves Medium\",opacity:.75,width:\"100%\"},children:props.pnl})]})});}function Content(props){// useEffect(() => {\n//     console.log(props)\n// })\nreturn /*#__PURE__*/_jsxs(motion.div,{style:{padding:24,display:\"flex\",flexFlow:\"column\",alignItems:\"flex-start\",justifyContent:\"center\",gap:16,fontFamily:\"TT Hoves Regular\",color:\"white\"},className:\"detailedContent\",children:[/*#__PURE__*/_jsxs(\"div\",{style:{gap:4,display:\"flex\",flexFlow:\"column\",height:\"fit-content\",alignItems:\"flex-start\",width:372},children:[/*#__PURE__*/_jsxs(\"span\",{style:{// width: \"100%\",\nfontSize:20,fontWeight:\"600\",letterSpacing:.05,wordWrap:\"break-word\"},children:[props.name,props.active?\", \"+props.pnl:\"\"]}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:16,lineHeight:1.4,fontWeight:\"500\",opacity:.75},children:props.title})]}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:16,lineHeight:1.4,opacity:.75,width:372,hangingPunctuation:\"first\"},className:\"content-quote\",children:props.quote})]});}function LightBox(props){const{lightBox,onDismiss,isVisible,className,parentWidth}=props;const[isExiting,setIsExiting]=useState(false);const handleDismiss=()=>{// setIsExiting(true)\n// setTimeout(() => {\n//     setIsExiting(false)\n//     onDismiss()\n// }, 400) // Match animation duration\n// setIsExiting(false)\nonDismiss();};return /*#__PURE__*/_jsx(LightBoxContainer,{style:{zIndex:1e3,// padding: 100,\nalignItems:\"center\",display:\"flex\",justifyContent:\"center\"},onClick:handleDismiss,className:\"lightBoxContainer\"+isVisible?\"show\":\"hide\",children:/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",maxWidth:parentWidth,minHeight:736,paddingTop:36,paddingBottom:56,paddingLeft:36,paddingRight:36,background:`linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50) 0%), url(${lightBox.image}`,backgroundSize:\"cover\",backgroundPosition:\"center\",backgroundRepeat:\"no-repeat\",borderRadius:32,overflow:\"hidden\",border:\"1px #272A29 solid\",flexDirection:\"column\",alignItems:\"flex-start\",justifyContent:\"space-between\",display:\"inline-flex\",color:\"#ffffff\",textAlign:\"left\"},className:`lightbox-content ${isExiting?\"fade-out\":\"\"}`,onClick:e=>e.stopPropagation(),children:[/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",top:0,left:0,width:\"100%\",bottom:0,background:\"rgba(0, 0, 0, 0.5)\",backdropFilter:\"blur(12px)\",zIndex:-1}}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",justifyContent:\"space-between\",alignItems:\"center\",display:\"inline-flex\"},children:/*#__PURE__*/_jsx(ExpandButton,{onClick:handleDismiss,expanded:true})}),/*#__PURE__*/_jsx(\"span\",{style:{width:\"100%\",height:\"fit-content\",justifyContent:\"space-between\",alignItems:\"flex-end\",display:\"inline-flex\",fontSize:20,fontWeight:\"TT Hoves Medium\",letterSpacing:.05,lineHeight:1.6,wordWrap:\"break-word\"},className:\"advisor-quote\",children:lightBox.quote}),/*#__PURE__*/_jsxs(\"div\",{style:{gap:4,display:\"flex\",flexFlow:\"column\",height:\"fit-content\",alignItems:\"flex-start\",fontFamily:\"TT Hoves Medium\",color:\"white\",textAlign:\"left\",marginTop:16,fontSize:16},className:\"advisorNameTitle\",children:[/*#__PURE__*/_jsxs(\"span\",{style:{width:\"100%\",fontWeight:\"TT Hoves Medium\",letterSpacing:.05,wordWrap:\"break-word\"},children:[lightBox.name,\", \",lightBox.pnl]}),/*#__PURE__*/_jsx(\"span\",{style:{lineHeight:1.4,fontWeight:\"500\",opacity:.75,width:\"100%\"},children:lightBox.title})]}),\" \"]})});}function ExpandButton(props){return /*#__PURE__*/_jsx(StyledExpandButton,{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:40,width:40,outline:0,border:0,borderRadius:32,cursor:\"pointer\"},onClick:props.onClick,children:/*#__PURE__*/_jsx(\"span\",{style:{display:\"flex\",transform:`rotate(${props.expanded?45:0}deg)`},children:plus})});}const StyledExpandButton=styled.button`\n    background: #ffffff;\n    transition: all ${transition};\n\n    span {\n            transition: all ${transition};\n    }\n\n    &:hover{\n        background: #ffffffd6;\n\n        span {\n            transform: rotate(45deg) scale(1.2) !important;\n        }\n    }\n`;const LightBoxContainer=styled.div`\n    background: rgba(0, 0, 0, 0.8);\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    width: 100vw;\n    height: 100vh;\n    opacity: 0;\n    transition: opacity 0.1s ease, visibility 0.3s ease;\n\n    // mobile\n    @media(min-width: 850px){\n        display: none !important;\n        background: red !important;\n    }\n\n    .advisor-quote::first-letter {\n        margin-left: -0.35em !important;\n    }\n\n    @media(max-width: 440px){\n        .lightbox-content{\n            padding-top: 24px !important;\n            padding-left: 24px !important;\n            padding-right: 24px !important;\n        }\n\n        .advisor-quote{\n            font-size: 18px !important;\n            line-height: 1.3 !important;\n        }\n\n        .advisorNameTitle {\n            font-size: 16px !important;\n        }\n    }\n\n    &.show {\n        opacity: 1;\n    }\n\n    &.hide {\n        opacity: 0;\n    }\n\n    .lightbox-content {\n        background: #fff;\n        padding: 20px;\n        border-radius: 8px;\n        max-width: 500px;\n        transform: translateY(20px);\n        opacity: 0;\n        \n\n        animation: fade-up 400ms cubic-bezier(0.595, 0.320, 0.105, 0.840) forwards;\n\n        /* Apply fade-down animation when exiting */\n        &.fade-out {\n            animation: fade-down 450ms cubic-bezier(0.595, 0.320, 0.105, 0.840) forwards;\n        }\n    }\n\n    @keyframes fade-up {\n        from {\n            transform: translateY(20px);\n            opacity: 0;\n        }\n        to {\n            transform: translateY(0);\n            opacity: 1;\n        }\n    }\n\n    @keyframes fade-down {\n        from {\n            transform: translateY(0);\n            opacity: 1;\n        }\n        to {\n            transform: translateY(20px);\n            opacity: 0;\n        }\n    }\n`;// ... existing code ...\nconst placeholderAdvisors=[{name:\"Casey Means\",pnl:\"MD\",title:\"Levels Advisor and Co-Founder Author of\\xa0Good Energy\",image:\"https://framerusercontent.com/images/gQpMJ8ksSwqfcrITyAnWKBMTbs.jpg\",quote:`\"It is an absolute game changer. I love using Levels as my personal food journal (even when I'm not using a continuous glucose monitor) so l can make sure I'm staying accountable to my goals. It makes knowing if you're hitting your goals for protein and fiber (and other macros you want to track) completely effortless.\"`},{name:\"Jane Smith\",pnl:\"MD\",title:\"Junior Advisor\",image:\"https://framerusercontent.com/images/8CuC8pJEzNuPzLNuwzPKwkJoeqs.png\",quote:\"CGM users become their own coach - they don\u2019t need someone to tell them what to eat. They don\u2019t need someone ponting the finger at them, and directing them to one type of food or another - they end up doing that on their own. That, to me, is tremendously powerful. It\u2019s motivation that\u2019s coming internally, which is far more impactful than having a coach [who nags] you to make a particular dietary change.\"},{name:\"David Perlmutter\",pnl:\"MD\",title:\"Junior Advisor\",image:\"https://framerusercontent.com/images/7xVoAtAOCMCDt2W1pW7SWi83MU.jpeg\",quote:\"CGM users become their own coach - they don\u2019t need someone to tell them what to eat. They don\u2019t need someone ponting the finger at them, and directing them to one type of food or another - they end up doing that on their own. That, to me, is tremendously powerful. It\u2019s motivation that\u2019s coming internally, which is far more impactful than having a coach [who nags] you to make a particular dietary change.\"},{name:\"Jake Smith\",pnl:\"MD\",title:\"Junior Advisor\",image:\"https://framerusercontent.com/images/gAkdcrC0IUJ4TCwZuNtzk2ytJVs.jpeg\",quote:\"CGM users become their own coach - they don\u2019t need someone to tell them what to eat. They don\u2019t need someone ponting the finger at them, and directing them to one type of food or another - they end up doing that on their own. That, to me, is tremendously powerful. It\u2019s motivation that\u2019s coming internally, which is far more impactful than having a coach [who nags] you to make a particular dietary change.\"}];// svg icons\nlet arrowRight=/*#__PURE__*/_jsx(\"svg\",{width:\"24\",height:\"25\",viewBox:\"0 0 24 25\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M5.21094 13.0403H16.3809L11.5009 17.9203C11.1109 18.3103 11.1109 18.9503 11.5009 19.3403C11.8909 19.7303 12.5209 19.7303 12.9109 19.3403L19.5009 12.7503C19.8909 12.3603 19.8909 11.7303 19.5009 11.3403L12.9209 4.74025C12.5309 4.35025 11.9009 4.35025 11.5109 4.74025C11.1209 5.13025 11.1209 5.76025 11.5109 6.15025L16.3809 11.0403H5.21094C4.66094 11.0403 4.21094 11.4903 4.21094 12.0403C4.21094 12.5903 4.66094 13.0403 5.21094 13.0403Z\",fill:\"white\"})});let arrowLeft=/*#__PURE__*/_jsx(\"svg\",{width:\"24\",height:\"25\",viewBox:\"0 0 24 25\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M18.7934 11.0451H7.62344L12.5034 6.16514C12.8934 5.77514 12.8934 5.13514 12.5034 4.74514C12.1134 4.35514 11.4834 4.35514 11.0934 4.74514L4.50344 11.3351C4.11344 11.7251 4.11344 12.3551 4.50344 12.7451L11.0934 19.3351C11.4834 19.7251 12.1134 19.7251 12.5034 19.3351C12.8934 18.9451 12.8934 18.3151 12.5034 17.9251L7.62344 13.0451H18.7934C19.3434 13.0451 19.7934 12.5951 19.7934 12.0451C19.7934 11.4951 19.3434 11.0451 18.7934 11.0451Z\",fill:\"white\"})});let plus=/*#__PURE__*/_jsx(\"svg\",{width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z\",fill:\"black\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"Advisors\":{\"type\":\"reactComponent\",\"name\":\"Advisors\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Advisors_Carasoule.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pMnIl0aRHT7OAwQVOfq0/XIzPSSt6hngz2cUubzmR/rRzLZDEIE.js\";const serializationHash=\"framer-rlhIh\";const variantClassNames={lufX9PbJh:\"framer-v-12ug3aq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"lufX9PbJh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12ug3aq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lufX9PbJh\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0.2)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yq9z4f\",\"data-styles-preset\":\"rRzLZDEIE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255)))\"},children:\"Coming Soon\"})}),className:\"framer-6uec6p\",\"data-framer-name\":\"Oveline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qa7YqsIQc\",style:{\"--extracted-r6o4lv\":\"var(--token-9c2f86db-b0e4-4243-8bc9-bf9f7164b8eb, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rlhIh.framer-1rvrb5u, .framer-rlhIh .framer-1rvrb5u { display: block; }\",\".framer-rlhIh.framer-12ug3aq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 6px 12px 6px 12px; position: relative; width: min-content; }\",\".framer-rlhIh .framer-6uec6p { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rlhIh.framer-12ug3aq { gap: 0px; } .framer-rlhIh.framer-12ug3aq > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-rlhIh.framer-12ug3aq > :first-child { margin-left: 0px; } .framer-rlhIh.framer-12ug3aq > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 31.5\n * @framerIntrinsicWidth 145\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCsdi4nnvB=withCSS(Component,css,\"framer-rlhIh\");export default FramerCsdi4nnvB;FramerCsdi4nnvB.displayName=\"Coming Soon Badge\";FramerCsdi4nnvB.defaultProps={height:31.5,width:145};addFonts(FramerCsdi4nnvB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCsdi4nnvB\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"145\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"31.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Csdi4nnvB.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import ComingSoonBadge from\"https://framer.com/m/Coming-Soon-Badge-qQzC.js@AQ6p7Iz8Rg4QCHI58RY0\";// Hook to fetch IP location data\nexport const useIpwhois=ip=>{const[val,setval]=useState(null);useEffect(()=>{const fetchData=async()=>{const BASE_URL=\"https://ipwhois.pro/?key=MjdM2iBKJn5AXnCH\";try{const result=await fetch(BASE_URL);const data=await result.json();setval(data);}catch(e){console.log(e);}};void fetchData();},[ip]);return val;};/**\n * @summary Changes the text of the component based on the user's state.\n */export function withDynamicText(Component){// const [content, setContent] = useState({\n//     overline: \"\",\n//     headline: \"\",\n// })\nreturn props=>{const data=useIpwhois();const allowedStates=[\"Texas\",\"Colorado\",\"Georgia\",\"North Carolina\",\"Virginia\",\"Massachusetts\",\"Pennsylvania\",\"Arizona\",\"Minnesota\",\"Utah\",\"Missouri\",\"Connecticut\",\"Indiana\",\"Illinois\",\"Iowa\",\"Maryland\",\"Michigan\",\"Mississippi\",\"Montana\",\"Nevada\",\"New Jersey\",\"New York\",\"North Dakota\",\"Ohio\",\"Oregon\",\"South Carolina\",\"Washington\",\"Wisconsin\",\"Wyoming\",\"Alabama\",\"Idaho\",\"Louisiana\",\"Oklahoma\",\"New Hampshire\",\"Kansas\",\"Kentucky\",\"New Mexico\",\"Maine\",\"Arkansas\",\"Rhode Island\",\"Vermont\",\"South Dakota\",\"West Virginia\"]// list of states where nutritionists are live, add states to list as more become available\n;// Determine the text based on the user's location\nconst text=data?.success===true&&allowedStates.includes(data?.region)// checks if user is in list of allowedStates\n?\"Support from Registered Dietitians Covered by Insurance\":\"Dexcom G7 CGM \u2022 Advanced, Accurate, and Discreet\";return /*#__PURE__*/_jsx(Component,{...props,text:text});};}export function updateCTABanner(Component){var content={overline:\"\",headline:\"\"};return props=>{const data=useIpwhois();const allowedStates=[\"Texas\",\"Colorado\",\"Georgia\",\"North Carolina\",\"Virginia\",\"Massachusetts\",\"Pennsylvania\",\"Arizona\",\"Minnesota\",\"Utah\",\"Missouri\",\"Connecticut\",\"Indiana\",\"Illinois\",\"Iowa\",\"Maryland\",\"Michigan\",\"Mississippi\",\"Montana\",\"Nevada\",\"New Jersey\",\"New York\",\"North Dakota\",\"Ohio\",\"Oregon\",\"South Carolina\",\"Washington\",\"Wisconsin\",\"Wyoming\",\"Alabama\",\"Idaho\",\"Louisiana\",\"Oklahoma\",\"New Hampshire\",\"Kansas\",\"Kentucky\",\"New Mexico\",\"Maine\",\"Arkansas\",\"Rhode Island\",\"Vermont\",\"South Dakota\",\"West Virginia\"]// list of states where nutritionists are live, add states to list as more become available\n;// Determine the text based on the user's location\ndata?.success===true&&allowedStates.includes(data?.region)// checks if user is in list of allowedStates\n?content={overline:\"FIND YOUR COACH\",headline:\"Join now to access your personal dietitian.\"}:content={overline:\"Coming soon\",headline:\"Join now to get notified when it\u2019s available.\"};return /*#__PURE__*/_jsx(Component,{...props,overline:content.overline,text:content.headline});};}export function replaceWithComingSoonBadge(Component){return props=>{const data=useIpwhois();const allowedStates=[\"Texas\",\"Colorado\",\"Georgia\",\"North Carolina\",\"Virginia\",\"Massachusetts\",\"Pennsylvania\",\"Arizona\",\"Minnesota\",\"Utah\",\"Missouri\",\"Connecticut\",\"Indiana\",\"Illinois\",\"Iowa\",\"Maryland\",\"Michigan\",\"Mississippi\",\"Montana\",\"Nevada\",\"New Jersey\",\"New York\",\"North Dakota\",\"Ohio\",\"Oregon\",\"South Carolina\",\"Washington\",\"Wisconsin\",\"Wyoming\",\"Alabama\",\"Idaho\",\"Louisiana\",\"Oklahoma\",\"New Hampshire\",\"Kansas\",\"Kentucky\",\"New Mexico\",\"Maine\",\"Arkansas\",\"Rhode Island\",\"Vermont\",\"South Dakota\",\"West Virginia\"]// list of states where nutritionists are live, add states to list as more become available\n;return data?.success===true&&allowedStates.includes(data?.region)?/*#__PURE__*/_jsx(Component,{...props}):/*#__PURE__*/_jsx(ComingSoonBadge,{});};}\nexport const __FramerMetadata__ = {\"exports\":{\"useIpwhois\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withDynamicText\":{\"type\":\"reactHoc\",\"name\":\"withDynamicText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"replaceWithComingSoonBadge\":{\"type\":\"reactHoc\",\"name\":\"replaceWithComingSoonBadge\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"updateCTABanner\":{\"type\":\"reactHoc\",\"name\":\"updateCTABanner\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Dietitian_Overide.map", "// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createElement as _createElement}from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,motion}from\"framer\";import styled from\"styled-components\";// https://framer.com/m/Advisor-Card-69jp.js@w4MWcdPQasx2X5HHvdGO\n/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// ... existing code ...\nvar transition=`300ms cubic-bezier(0.595, 0.320, 0.105, 0.840)`;export function HowLevelsHelps(props){const[currentIndex,setCurrentIndex]=useState(0);// Initialize state for content\nconst[content,setContent]=useState(props.content.length>0?props.content:levelsHelp);const[position,setPosition]=useState(0);let slideWidth=props.variant==\"small\"?280:400;let expandedSlideWidth=props.variant==\"small\"?280:400;// const [windowWidth, setWindowWidth] = useState(window.innerWidth)\nconst[parentWidth,setParentWidth]=useState(1240);const parentRef=useRef(null);// Lightbox controlls\nconst[lightBox,setLightBox]=useState(null)// null\n;const[isVisible,setIsVisible]=useState(false)// false\n;const[isExiting,setIsExiting]=useState(false);const showLightBox=content=>{setIsExiting(false);setIsVisible(true);setLightBox(content);};const dismissLightBox=()=>{setIsExiting(true);setIsVisible(false);// Delay unmounting the component until the animation ends\nsetLightBox(null);};useEffect(()=>{const updateWidth=()=>{if(parentRef.current){setParentWidth(parentRef.current.offsetWidth);}};updateWidth();window.addEventListener(\"resize\",updateWidth);return()=>{window.removeEventListener(\"resize\",updateWidth);};},[]);useEffect(()=>{if(lightBox!==null){// Block scrolling\ndocument.body.style.overflow=\"hidden\";}else{// Allow scrolling\ndocument.body.style.overflow=\"auto\";}},[lightBox]);const getPosition=()=>{let start=currentIndex*slideWidth+20*currentIndex;return{start:start,end:start+expandedSlideWidth};};const goToNext=()=>{setCurrentIndex(currentIndex+1);};const goToPrevious=()=>{setCurrentIndex(currentIndex-1);};useEffect(()=>{let pos=getPosition();if(pos.end>parentWidth){setPosition(parentWidth-pos.end);}if(position<0&&pos.start==0){setPosition(0);}var test=position+pos.start;// console.log(`Pos Star: ${pos.start}`)\n// console.log(`Position: ${position}`)\n// console.log(test)\n// neeed to fix second item not coming back to view when clicked\nif(test<0&&pos.start!=0){setPosition(0-slideWidth*currentIndex);}if(lightBox!==null){setIsVisible(true);}// if (props.variant == \"large\") {\n//     setLightBox(null)\n// }\n},[currentIndex]);// auto scroll feature\nconst[autoScroll,setAutoScroll]=useState(false);const[forward,setForward]=useState(true);useEffect(()=>{if(autoScroll){setTimeout(()=>{if(currentIndex==content.length-1){setForward(false);goToPrevious();}else if(currentIndex==0){setForward(true);goToNext();}else{forward?goToNext():goToPrevious();}},3e3);}});return /*#__PURE__*/_jsxs(MainContainer,{className:\"carousel\",style:{display:\"flex\",flexFlow:\"column\",alignItems:\"flex-start\",gap:32,width:\"100%\",position:\"relative\"},ref:parentRef,children:[lightBox!==null?/*#__PURE__*/_jsx(LightBox,{lightBox:lightBox,isVisible:isVisible,className:isVisible?\"show\":\"hide\",onDismiss:dismissLightBox,parentWidth:parentWidth}):null,/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:16,alignContent:\"center\",alignItems:\"center\",width:props.variant==\"small\"?\"100%\":\"fit-content\",justifyContent:props.variant==\"small\"?\"space-between\":\"start\"},className:\"nav-buttons\",children:[/*#__PURE__*/_jsx(NavButton,{onClick:goToPrevious,label:arrowLeft,disabled:currentIndex===0}),/*#__PURE__*/_jsxs(\"div\",{style:{color:\"white\",fontSize:16,fontFamily:\"TT Hoves Medium\",width:24,textAlign:\"center\"},children:[currentIndex+1,\"/\",content.length]}),/*#__PURE__*/_jsx(NavButton,{onClick:goToNext,label:arrowRight,disabled:currentIndex===content.length-1})]}),/*#__PURE__*/_jsx(motion.div,{className:\"carousel-content\",style:{display:\"flex\",gap:20,alignItems:\"flex-start\",transform:`translateX(${position}px)`,transition:`transform ${transition}`},children:content.map((data,index)=>/*#__PURE__*/_createElement(ContentCard,{active:index==currentIndex,...props,...data,onClick:()=>{setCurrentIndex(index);showLightBox(data);},key:`how-levels-helps-${index}`}))})]});}const MainContainer=styled.div`\n    @media(max-width: 839px){\n        gap: 24px !important;\n\n        .nav-buttons{\n            gap: 12px !important;\n            justify-content: space-between;\n            width: 100%;\n        }\n    }\n`;addPropertyControls(HowLevelsHelps,{content:{type:ControlType.Array,title:\"Content\",propertyControl:{type:ControlType.Object,controls:{label:{type:ControlType.String,title:\"Label\"},headline:{type:ControlType.String,title:\"Headline\"},text:{type:ControlType.String,title:\"Text\"},thumbnail:{type:ControlType.Image,title:\"Thumbnail\"},image:{type:ControlType.Image,title:\"Image\"},quote:{type:ControlType.String,title:\"Quote\"},name:{type:ControlType.String,title:\"Member name\"}}}},variant:{type:ControlType.Enum,title:\"Variant\",options:[\"large\",\"small\"],defaultValue:\"small\"}});function ExpandButton(props){return /*#__PURE__*/_jsx(StyledExpandButton,{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:40,width:40,outline:0,border:0,borderRadius:32,cursor:\"pointer\"},onClick:props.onClick,children:/*#__PURE__*/_jsx(\"span\",{style:{display:\"flex\",transform:`rotate(${props.expanded?45:0}deg)`},children:plus})});}const StyledExpandButton=styled.button`\n    background: #ffffff;\n    transition: all ${transition};\n\n    span {\n            transition: all ${transition};\n    }\n\n    &:hover{\n        background: #ffffffd6;\n\n        span {\n            transform: rotate(45deg) scale(1.2) !important;\n        }\n    }\n`;function NavButton(props){return /*#__PURE__*/_jsx(Button,{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:56,width:56,background:\"#ffffff07\",outline:0,border:0,borderRadius:12,cursor:props.disabled?\"default\":\"pointer\",transition:`${transition}`},onClick:props.onClick,disabled:props.disabled,disabledX:props.disabled,children:/*#__PURE__*/_jsx(\"span\",{style:{opacity:props.disabled?.2:1,transition:`opacity ${transition}`,display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:props.label})});}const Button=styled.button`\n   &:hover {\n        background-color: ${props=>props.disabledX?\"\":\"#ffffff0f !important\"};\n   }\n`;// ... existing code ...\nfunction ContentCard(props){return /*#__PURE__*/_jsxs(ContentCardContainer,{style:{...props.style,width:props.variant==\"small\"?280:400,height:props.variant==\"small\"?380:480,display:\"flex\",overflow:\"hidden\",cursor:\"pointer\",flexDirection:\"column\",transition:`all ${transition}`,fontFamily:\"TT Hoves Regular\",color:\"white\",background:`linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 68.87%), url(${props.thumbnail})`,backgroundSize:\"cover\",backgroundPosition:\"center\",backgroundRepeat:\"no-repeat\",justifyContent:\"space-between\",padding:32,paddingBottom:44,borderRadius:32,outline:`${props.active?\"2px\":\"1px\"} ${props.active?\"#FFFFFF\":\"#272A29\"} solid`,outlineOffset:props.active?-2:-1,transform:props.active?\"translateY(-16px)\":null},onClick:props.onClick,className:props.variant,children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"space-between\",width:\"100%\"},children:[props.variant!==\"small\"?/*#__PURE__*/_jsx(Label,{label:props.label}):null,/*#__PURE__*/_jsx(ExpandButton,{style:{transform:\"rotate(50deg)\"}})]}),/*#__PURE__*/_jsx(\"div\",{style:{color:\"white\",fontSize:32,fontFamily:\"TT Hoves Regular\",fontWeight:\"400\",lineHeight:1.3,wordWrap:\"break-word\",minHeight:135},className:\"headline\",children:props.headline})]});}const ContentCardContainer=styled.div`\n    &.small {\n        .lightbox-label {\n            display: none !important;\n        }\n\n        .lightbox-label-text {\n            display: none !important;\n        }\n\n        .headline {\n            font-size: 24px !important;\n            min-height: unset !important;\n        }\n    }\n`;function Label(props){return /*#__PURE__*/_jsx(\"div\",{style:{width:\"fit-content\",height:40,paddingLeft:16,paddingRight:16,paddingTop:12,paddingBottom:12,background:\"linear-gradient(0deg, rgba(19, 20, 19, 0.40) 0%, rgba(19, 20, 19, 0.40) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.05) 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.05) 100%)\",borderRadius:24,overflow:\"hidden\",border:\"1px rgba(255, 255, 255, 0.20) solid\",backdropFilter:\"blur(32px)\",justifyContent:\"flex-start\",alignItems:\"center\",gap:12,display:\"inline-flex\"},className:\"lightbox-label\",children:/*#__PURE__*/_jsx(\"div\",{style:{textAlign:\"center\",color:\"white\",fontSize:16,fontFamily:\"TT Hoves Regular\",fontWeight:\"500\",lineHeight:16,wordWrap:\"break-word\"},className:\"lightbox-label-text\",children:props.label})});}function LightBox(props){const{lightBox,onDismiss,isVisible,className,parentWidth,isExiting}=props;return /*#__PURE__*/_jsx(LightBoxContainer,{style:{zIndex:1e3,// padding: 100,\nalignItems:\"center\",display:\"flex\",justifyContent:\"center\"},onClick:onDismiss,className:isVisible?\"show\":\"hide\",children:/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",maxWidth:parentWidth,minHeight:736,paddingTop:36,paddingBottom:56,paddingLeft:36,paddingRight:36,background:`linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 72%), url(${lightBox.thumbnail}`,backgroundSize:\"cover\",backgroundPosition:\"center\",backgroundRepeat:\"no-repeat\",borderRadius:32,overflow:\"hidden\",border:\"1px #272A29 solid\",flexDirection:\"column\",alignItems:\"flex-start\",justifyContent:\"space-between\",display:\"inline-flex\",color:\"#ffffff\",textAlign:\"left\"},className:`lightbox-content ${isExiting?\"fade-out\":\"\"}`,onClick:e=>e.stopPropagation(),children:[/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",justifyContent:\"space-between\",alignItems:\"center\",display:\"inline-flex\"},children:[/*#__PURE__*/_jsx(Label,{label:lightBox.label}),/*#__PURE__*/_jsx(ExpandButton,{onClick:onDismiss,expanded:true})]}),/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",height:\"fit-content\",justifyContent:\"space-between\",alignItems:\"flex-end\",display:\"inline-flex\"},className:\"text-content\",children:[/*#__PURE__*/_jsx(Text,{lightBox:lightBox}),/*#__PURE__*/_jsx(Quote,{lightBox:lightBox})]})]})});}const Quote=props=>{let{lightBox}=props;return /*#__PURE__*/_jsx(\"div\",{style:{width:292,height:\"fit-content\",paddingLeft:24,paddingRight:24,paddingTop:20,paddingBottom:20,background:\"rgba(0, 0, 0, 0.30)\",borderRadius:12,overflow:\"hidden\",border:\"1px rgba(255, 255, 255, 0.15) solid\",backdropFilter:\"blur(40px)\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"flex-start\",gap:16,display:\"inline-flex\"},className:\"lightbox-quote\",children:/*#__PURE__*/_jsxs(\"div\",{style:{alignSelf:\"stretch\",height:\"fit-content\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"flex-start\",gap:16,display:\"flex\",color:\"white\",fontSize:16,fontFamily:\"TT Hoves Regular\",fontWeight:\"400\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{alignSelf:\"stretch\",height:\"fit-content\",color:\"white\",fontSize:16,fontFamily:\"TT Hoves Regular\",fontWeight:\"400\",wordWrap:\"break-word\"},className:\"quote-text\",children:lightBox.quote}),/*#__PURE__*/_jsxs(\"div\",{className:\"member\",style:{display:\"flex\",flexFlow:\"column\",gap:2},children:[/*#__PURE__*/_jsx(\"div\",{className:\"member-name\",style:{fontFamily:\"TT Hoves Medium\"},children:lightBox.name}),/*#__PURE__*/_jsx(\"div\",{className:\"\",style:{opacity:.7},children:\"Levels Member\"})]})]})});};const Text=props=>{let{lightBox}=props;return /*#__PURE__*/_jsxs(\"div\",{style:{width:520,height:\"100%\",flexDirection:\"column\",justifyContent:\"flex-start\",alignItems:\"flex-start\",gap:32,display:\"inline-flex\"},className:\"lightbox-text-container\",children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",color:\"white\",fontFamily:\"TT Hoves Regular\",fontWeight:\"400\",wordWrap:\"break-word\"},className:\"lightbox-headline\",children:lightBox.headline}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",color:\"white\",opacity:.7,fontFamily:\"TT Hoves Regular\",fontWeight:\"400\",letterSpacing:.24,wordWrap:\"break-word\"},className:\"lightbox-text\",children:lightBox.text})]});};const LightBoxContainer=styled.div`\n    background: rgba(0, 0, 0, 0.8);\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    width: 100vw;\n    height: 100vh;\n    opacity: 0;\n    transition: opacity 0.1s ease, visibility 0.3s ease;\n\n    &.show {\n        opacity: 1;\n    }\n\n    &.hide {\n        opacity: 0;\n    }\n\n    .lightbox-content {\n        background: #fff;\n        padding: 20px;\n        border-radius: 8px;\n        max-width: 500px;\n        transform: translateY(20px);\n        opacity: 0;\n        \n\n        animation: fade-up 400ms cubic-bezier(0.595, 0.320, 0.105, 0.840) forwards;\n\n        /* Apply fade-down animation when exiting */\n        &.fade-out {\n            animation: fade-down 450ms cubic-bezier(0.595, 0.320, 0.105, 0.840) forwards;\n        }\n    }\n\n    @keyframes fade-up {\n        from {\n            transform: translateY(20px);\n            opacity: 0;\n        }\n        to {\n            transform: translateY(0);\n            opacity: 1;\n        }\n    }\n\n    @keyframes fade-down {\n        from {\n            transform: translateY(0);\n            opacity: 1;\n        }\n        to {\n            transform: translateY(20px);\n            opacity: 0;\n        }\n    }\n\n    .lightbox-headline  {\n        font-size: 40px;\n    }\n\n    .lightbox-text {\n        font-size: 24px;\n    }\n\n    .text-content{\n        gap: 32px !important;\n    }\n\n    .quote-text::first-letter {\n        margin-left: -0.35em !important;\n    }\n\n    @media(max-width: 1200px){\n        .lightbox-headline {\n            font-size: 32px\n        }\n\n        .lightbox-text {\n            font-size: 20px;\n        }\n    }\n\n    @media(max-width: 840px){\n        .lightbox-content {\n            align-items: center !important;\n            text-align: center !important;\n        }\n        .text-content{\n            gap: 32px !important;\n            flex-flow: column !important;\n            display: grid !important;\n            max-width: 80% !important;\n        }\n        \n        .lightbox-headline {\n            font-size: 28px;\n        }\n\n        .lightbox-text-container {\n            width: 100% !important;\n            max-width: unset !important;\n        }\n\n        .lightbox-quote {\n            width: 100% !important;\n        }\n    }\n\n    @media(max-width: 564px){\n        padding: 0px 20px !important;\n        padding-bottom: 72px !important;\n\n        // Mobile\n        .lightbox-content {\n            max-height: 800px !important;\n            min-height: unset !important;\n            gap: 32px !important;\n            height: 95% !important;\n\n            padding-bottom: 120px !important;\n        }\n\n        .text-content {\n            max-width: 100% !important;\n        }\n\n        .lightbox-text-container {\n            width: 100% !important;\n\n            *{\n                width: 100% !important;\n                color: #ffffff !important;\n                opacity: 1 !important;\n            }\n        }\n        \n        .lightbox-text{\n            opacity: 1 !important;\n        }\n\n        .lightbox-quote {\n            width: 100% !important;\n            display: none !important;\n        }\n\n        // .lightbox-label {\n        //     display: none !important;\n        // }\n    }\n`;const levelsHelp=[{label:\"Finding Optimal Diet\",headline:\"Discover the Diet that Works for Your Unique Body\",text:\"Nutrition isn\u2019t one-size-fits-all. Find the foods that fuel your body and make you feel your best.\",quote:`\"Using Levels has been a game-changer in understanding my body's unique response to food, stress, and exercise. I\u2019ve learned to fine-tune my diet, prioritize post-meal walks, and even embrace healthy carbs during pregnancy. It\u2019s empowering to see real-time data and make informed decisions for long-term health\u2014something I\u2019ve encouraged my friends and family to experience too!\"`,thumbnail:\"https://framerusercontent.com/images/gQpMJ8ksSwqfcrITyAnWKBMTbs.jpg\",name:\"Jake Smith\"},{label:\"Weight Loss\",headline:\"Hit Your Weight Goals the Healthy Way\",text:\"For most people, the best way to manage weight is through balanced eating and understanding your glucose levels.\",quote:`I\u2019ve lost twenty pounds using LEVELS, got below 40\u201D waist circumference and feel like I just begun to really transform my health.`,thumbnail:\"https://framerusercontent.com/images/gQpMJ8ksSwqfcrITyAnWKBMTbs.jpg\",name:\"Jade Johnson\"},{label:\"Avoiding Disease\",headline:\"Learn the Choices that Lower Your Disease Risk\",text:\"Track and improve the key biomarkers that can predict future health issues and take action early.\",quote:`I\u2019ve seen family members who have Type 2 diabetes and have had limbs amputated or died due to complications of hyperinsulinemia. I realized that that didn\u2019t have to be my fate. I believe Levels can change lives. I\u2019m going to spend the rest of my life with the healthy changes I\u2019ve made and preach the benefits of metabolic health.`,thumbnail:\"https://framerusercontent.com/images/gQpMJ8ksSwqfcrITyAnWKBMTbs.jpg\",name:\"James Clear\"},{label:\"Improve Energy\",headline:\"Find Your Full Potential with Consistent, All-Day Energy\",text:\"The mid-morning slump isn\u2019t inevitable. Learn how your body reacts to food choices and maintain energy levels throughout the day.\",quote:`Through Levels analytics, I now know what and when to eat for optimal mental and physical performance. Now I\u2019m feeling great. My body composition, strength, and energy are better than ever.`,thumbnail:\"https://framerusercontent.com/images/gQpMJ8ksSwqfcrITyAnWKBMTbs.jpg\",name:\"Jacob Ladder\"},{label:\"Wellness & Longevity\",headline:\"Build the Habits for Longer, Healthier Life\",text:\"No matter where you are on your journey, Levels helps you optimize your health and longevity through personalized insights.\",quote:`I would like to say how happy I am with what I've been learning and the impact on my life from using Levels since July 18.`,thumbnail:\"https://framerusercontent.com/images/gQpMJ8ksSwqfcrITyAnWKBMTbs.jpg\",name:\"Jena Ortega\"}];// svg icons\nlet arrowRight=/*#__PURE__*/_jsx(\"svg\",{width:\"24\",height:\"25\",viewBox:\"0 0 24 25\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M5.21094 13.0403H16.3809L11.5009 17.9203C11.1109 18.3103 11.1109 18.9503 11.5009 19.3403C11.8909 19.7303 12.5209 19.7303 12.9109 19.3403L19.5009 12.7503C19.8909 12.3603 19.8909 11.7303 19.5009 11.3403L12.9209 4.74025C12.5309 4.35025 11.9009 4.35025 11.5109 4.74025C11.1209 5.13025 11.1209 5.76025 11.5109 6.15025L16.3809 11.0403H5.21094C4.66094 11.0403 4.21094 11.4903 4.21094 12.0403C4.21094 12.5903 4.66094 13.0403 5.21094 13.0403Z\",fill:\"white\"})});let arrowLeft=/*#__PURE__*/_jsx(\"svg\",{width:\"24\",height:\"25\",viewBox:\"0 0 24 25\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M18.7934 11.0451H7.62344L12.5034 6.16514C12.8934 5.77514 12.8934 5.13514 12.5034 4.74514C12.1134 4.35514 11.4834 4.35514 11.0934 4.74514L4.50344 11.3351C4.11344 11.7251 4.11344 12.3551 4.50344 12.7451L11.0934 19.3351C11.4834 19.7251 12.1134 19.7251 12.5034 19.3351C12.8934 18.9451 12.8934 18.3151 12.5034 17.9251L7.62344 13.0451H18.7934C19.3434 13.0451 19.7934 12.5951 19.7934 12.0451C19.7934 11.4951 19.3434 11.0451 18.7934 11.0451Z\",fill:\"white\"})});let plus=/*#__PURE__*/_jsx(\"svg\",{width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z\",fill:\"black\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"HowLevelsHelps\":{\"type\":\"reactComponent\",\"name\":\"HowLevelsHelps\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./How_Levels_Helps.map"],
  "mappings": "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",
  "names": ["OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "SlideshowFonts", "getFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "radius", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wWDOozFea", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "Image2", "css", "FramerdE88xBW8B", "withCSS", "dE88xBW8B_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "blurb", "height", "id", "image", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "sCJs95l4K", "dCsEDVMiz", "O3NsHcESn", "s5ZIDRu5K", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerm7_dObCPO", "withCSS", "m7_dObCPO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "t", "e", "r", "n", "i", "s", "a", "o", "u", "l", "h", "c", "f", "g", "d", "y", "window", "v", "w", "m", "I", "b", "U", "S", "k", "L", "B", "E", "M", "F", "T", "N", "O", "ControlType", "x", "P", "q", "R", "_", "D", "j", "C", "J", "W", "$", "z", "G", "K", "H", "V", "X", "Q", "Y", "Z", "tt", "te", "tr", "tn", "ti", "ts", "ta", "to", "tu", "tl", "th", "tc", "tf", "tg", "td", "tp", "ty", "tv", "tw", "tm", "tI", "tb", "tU", "tL", "tS", "tk", "tB", "tE", "tM", "tF", "t", "e", "r", "resolveRichText", "m", "ControlType", "n", "u", "c", "d", "s", "f", "p", "x", "L", "y", "w", "S", "A", "h", "QueryEngine", "R", "QueryCache", "W", "tF", "tB", "resolveRichText", "Axv6ALxJ8_default", "addPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "click", "height", "id", "label", "selectorFontSize", "selectorPadding", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "dTIbjUrzL", "Lws8LHUsS", "z_run4UE4", "FhwNCI8k9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1usci6b", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "css", "FramereL8Ptmrqn", "withCSS", "eL8Ptmrqn_default", "addPropertyControls", "ControlType", "addFonts", "props", "fonts", "fontStore", "fonts", "css", "className", "YouTubeFonts", "getFonts", "Youtube", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "gap", "gapQuestion", "height", "id", "padding", "paddingAnswer", "question", "width", "youtubeLink", "props", "u", "Link", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "vuKn3PgVZ", "dN4EPqlsP", "kdxrhck3i", "E5oD6U6zV", "DfPTn4Mv4", "EgMDfXoaK", "smYUE1M4V", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapru3tsm", "args", "onTap1265u97", "scopingClassNames", "cx", "isDisplayed", "visible", "LayoutGroup", "SVG", "RichText2", "ComponentPresetsProvider", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerumIq69gIB", "withCSS", "umIq69gIB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "FAQFilterPillFonts", "getFonts", "eL8Ptmrqn_default", "FAQNEWFonts", "umIq69gIB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fAQGap", "height", "id", "selectorFAQGap", "selectorFontSize", "selectorPadding", "selectorsGap", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ofl3U4ecM", "nwyyYsTz0", "nGRsI3jGu", "PvQUyD7BK", "uuizXL8UF", "RTZ0aqsWLyEDpVP8MC", "RzMQS4Wo7yEDpVP8MC", "lfGUabUPJyEDpVP8MC", "DWdSw2X8PyEDpVP8MC", "idyEDpVP8MC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "FhwNCI8k912l1784", "args", "FhwNCI8k9z5551b", "FhwNCI8k91k3do97", "FhwNCI8k91g6bd0l", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ComponentViewportProvider", "SmartComponentScopedContainer", "eL8Ptmrqn_default", "numberToPixelString", "ChildrenCanSuspend", "Axv6ALxJ8_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "umIq69gIB_default", "css", "FramermFhwos1_N", "withCSS", "mFhwos1_N_default", "addPropertyControls", "ControlType", "addFonts", "FAQFilterPillFonts", "FAQNEWFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "u0Yfv4Baz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText2", "css", "FrameruyXfbyUEW", "withCSS", "uyXfbyUEW_default", "addPropertyControls", "ControlType", "addFonts", "transition", "Advisors", "props", "currentIndex", "setCurrentIndex", "ye", "advisors", "setAdvisors", "placeholderAdvisors", "position", "setPosition", "slideWidth", "expandedSlideWidth", "parentWidth", "setParentWidth", "parentRef", "pe", "isMobile", "setIsMobile", "lightBox", "setLightBox", "isVisible", "setIsVisible", "isExiting", "setIsExiting", "showLightBox", "content", "dismissLightBox", "ue", "updateWidth", "window", "getPosition", "start", "goToNext", "goToPrevious", "pos", "test", "u", "MainContainer", "p", "LightBox", "NavButton", "arrowLeft", "arrowRight", "motion", "advisor", "index", "B", "AdvisorCardCode", "He", "addPropertyControls", "ControlType", "Button", "count", "setCount", "AdvisorCardContainer", "LimittedContent", "Content", "onDismiss", "className", "handleDismiss", "LightBoxContainer", "e", "ExpandButton", "StyledExpandButton", "plus", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "css", "FramerCsdi4nnvB", "withCSS", "Coming_Soon_Badge_qQzC_default", "addFonts", "getFontsFromSharedStyle", "fonts", "useIpwhois", "ip", "val", "setval", "ye", "ue", "BASE_URL", "data", "e", "updateCTABanner", "Component", "content", "props", "data", "useIpwhois", "allowedStates", "p", "replaceWithComingSoonBadge", "Coming_Soon_Badge_qQzC_default", "transition", "HowLevelsHelps", "props", "currentIndex", "setCurrentIndex", "ye", "content", "setContent", "levelsHelp", "position", "setPosition", "slideWidth", "expandedSlideWidth", "parentWidth", "setParentWidth", "parentRef", "pe", "lightBox", "setLightBox", "isVisible", "setIsVisible", "isExiting", "setIsExiting", "showLightBox", "dismissLightBox", "ue", "updateWidth", "window", "getPosition", "start", "goToNext", "goToPrevious", "pos", "test", "autoScroll", "setAutoScroll", "forward", "setForward", "u", "MainContainer", "p", "LightBox", "NavButton", "arrowLeft", "arrowRight", "motion", "data", "index", "B", "ContentCard", "He", "addPropertyControls", "ControlType", "ExpandButton", "StyledExpandButton", "plus", "Button", "ContentCardContainer", "Label", "onDismiss", "className", "LightBoxContainer", "e", "Text", "Quote"]
}
