{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js", "ssg:https://framerusercontent.com/modules/0gyNVs8mKyS7hWushaps/ezRoywcfbpdhLAZtA0Df/cmq59AwJ_.js", "ssg:https://framerusercontent.com/modules/B7i0HJcjyM7FNNiXMBqv/1206Wiv46FuOKheaqiZy/kYJxNlzrM.js", "ssg:https://framerusercontent.com/modules/TGg10SijHYnwsYe5t8M0/fX4baGKqblqj1RSeVJ74/SpU8qIN_c.js", "ssg:https://framerusercontent.com/modules/dhy7JV1GSzH1dW1G5TWQ/zE3uH1gr8Z441aGvxzPX/ILDOPm4DG.js", "ssg:https://framerusercontent.com/modules/2QfXr87KAQaJiXdnu6IR/n5XibJqBdedjfgslef9W/w_iDCEGnj.js", "ssg:https://framerusercontent.com/modules/OJrKEgPt9KV2mD5FKiKC/8OWdLDLLqvXLXrNYvoWM/xiaFkEqFj.js", "ssg:https://framerusercontent.com/modules/EnUo6bt5IV5XVNxfrOuf/XtPsrhCIGXhkWtlERo5b/CGO4zw4WN.js", "ssg:https://framerusercontent.com/modules/jfzC8qfTwPtLy5lZLRyY/PnIwrHcz8SPAHQIgRgkq/COBQ8bSaa.js", "ssg:https://framerusercontent.com/modules/upneRdNNsjTLbQK0tpcs/RMFu187QSYyFHUnecDY4/HocV9fPSM.js", "ssg:https://framerusercontent.com/modules/DPck6xVmnQSxQqtJlfih/vDZZCMZHghE8andLY3Ws/RPyax8GCX.js", "ssg:https://framerusercontent.com/modules/3vN4gMTpTZdE4U7kqY0O/uUNTf8BCtA2qtLDoxjyk/w3C9msW1D.js", "ssg:https://framerusercontent.com/modules/qe8bldnfwEnyqHu8PR9h/Wa4MhDs4BvyfuErmplDn/zlqXlC93Z.js", "ssg:https://framerusercontent.com/modules/L9wIOHxJT2Z6K07QqNyy/IURBGJN6vBUNx87EepBj/Dv200c73L.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);// resolve immediately if it exists\nconst current=element.current;if(current)resolve(current);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}// 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,playOffscreen}=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=>({current:null}));},[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     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.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);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.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     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=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?.itemWidth+gap):-startFrom*(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?.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&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-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){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>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,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* 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     * */const 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=dupedChildren.concat(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?.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?.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=`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,maskImage:fadeContent?fadeMask:undefined,opacity: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();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>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,true),\"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,true),\"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,playOffscreen:false},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},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},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){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?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,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.on(\"change\",newValue=>{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?.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.props?.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;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const 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\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"HH8o4qkmq\",\"xYIiwDYsq\"];const serializationHash=\"framer-Gev70\";const variantClassNames={HH8o4qkmq:\"framer-v-1fqg516\",xYIiwDYsq:\"framer-v-1h7in08\"};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={\"Variant 1\":\"HH8o4qkmq\",mobile:\"xYIiwDYsq\"};const getProps=({height,id,testimonial,testimonialAuthor,width,...props})=>{return{...props,GG6Ejb1st:testimonialAuthor??props.GG6Ejb1st??\"Beth Zoneraich, CEO of Pinnacle Fertility\",qmHJLCfti:testimonial??props.qmHJLCfti??\"Partnering with Berry Fertility helps us elevate the fertility journey through cutting-edge technology and concierge-level, patient-first care. This collaboration enriches our ongoing mission to customize and enhance every patient's experience, ensuring their path to parenthood is supported in the most seamless and compassionate way possible.\\\"\",variant:humanReadableVariantMap[props.variant]??props.variant??\"HH8o4qkmq\"};};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,qmHJLCfti,GG6Ejb1st,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HH8o4qkmq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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-1fqg516\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HH8o4qkmq\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{xYIiwDYsq:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({xYIiwDYsq:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4evkv4\",\"data-framer-name\":\"Frame 1000004571\",layoutDependency:layoutDependency,layoutId:\"Pwa6t0ndH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(50, 58, 67))\"},children:'\"'})}),className:\"framer-1svweex\",\"data-framer-name\":\"Quiz results and contact information flow seamlessly into your CRM.\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"nEiUvLXyJ\",style:{\"--extracted-r6o4lv\":\"rgb(50, 58, 67)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xYIiwDYsq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(50, 58, 67))\"},children:'\"'})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51)))\"},children:\"Partnering with Berry Fertility helps us elevate the fertility journey through cutting-edge technology and concierge-level, patient-first care. This collaboration enriches our ongoing mission to customize and enhance every patient's experience, ensuring their path to parenthood is supported in the most seamless and compassionate way possible.\\\"\"})}),className:\"framer-k9hw4i\",\"data-framer-name\":\"Quiz results and contact information flow seamlessly into your CRM.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DOOUuxPDY\",style:{\"--extracted-r6o4lv\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:qmHJLCfti,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xYIiwDYsq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51)))\"},children:\"Partnering with Berry Fertility helps us elevate the fertility journey through cutting-edge technology and concierge-level, patient-first care. This collaboration enriches our ongoing mission to customize and enhance every patient's experience, ensuring their path to parenthood is supported in the most seamless and compassionate way possible.\\\"\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-146xzat\",layoutDependency:layoutDependency,layoutId:\"vn2KhEJTS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZEl0YWxpYw==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51)))\"},children:\"Beth Zoneraich, CEO of Pinnacle Fertility\"})}),className:\"framer-153wb9u\",\"data-framer-name\":\"Lead generation\",fonts:[\"Inter-BoldItalic\"],layoutDependency:layoutDependency,layoutId:\"Vac2WM95N\",style:{\"--extracted-r6o4lv\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:GG6Ejb1st,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({xYIiwDYsq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZEl0YWxpYw==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51)))\"},children:\"Beth Zoneraich, CEO of Pinnacle Fertility\"})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Gev70.framer-199wxkl, .framer-Gev70 .framer-199wxkl { display: block; }\",\".framer-Gev70.framer-1fqg516 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 454px; justify-content: flex-start; overflow: hidden; padding: 16px 32px 32px 16px; position: relative; width: 634px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Gev70 .framer-4evkv4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gev70 .framer-1svweex { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 16px; word-break: break-word; word-wrap: break-word; }\",\".framer-Gev70 .framer-k9hw4i, .framer-Gev70 .framer-153wb9u { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Gev70 .framer-146xzat { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Gev70.framer-1fqg516, .framer-Gev70 .framer-4evkv4, .framer-Gev70 .framer-146xzat { gap: 0px; } .framer-Gev70.framer-1fqg516 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Gev70.framer-1fqg516 > :first-child { margin-top: 0px; } .framer-Gev70.framer-1fqg516 > :last-child { margin-bottom: 0px; } .framer-Gev70 .framer-4evkv4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Gev70 .framer-4evkv4 > :first-child, .framer-Gev70 .framer-146xzat > :first-child { margin-left: 0px; } .framer-Gev70 .framer-4evkv4 > :last-child, .framer-Gev70 .framer-146xzat > :last-child { margin-right: 0px; } .framer-Gev70 .framer-146xzat > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Gev70.framer-v-1h7in08.framer-1fqg516 { gap: 12px; height: min-content; padding: 24px 32px 24px 16px; width: 633px; }\",\".framer-Gev70.framer-v-1h7in08 .framer-153wb9u { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Gev70.framer-v-1h7in08.framer-1fqg516 { gap: 0px; } .framer-Gev70.framer-v-1h7in08.framer-1fqg516 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Gev70.framer-v-1h7in08.framer-1fqg516 > :first-child { margin-top: 0px; } .framer-Gev70.framer-v-1h7in08.framer-1fqg516 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 454\n * @framerIntrinsicWidth 634\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xYIiwDYsq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qmHJLCfti\":\"testimonial\",\"GG6Ejb1st\":\"testimonialAuthor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framercmq59AwJ_=withCSS(Component,css,\"framer-Gev70\");export default Framercmq59AwJ_;Framercmq59AwJ_.displayName=\"Testimonial Card\";Framercmq59AwJ_.defaultProps={height:454,width:634};addPropertyControls(Framercmq59AwJ_,{variant:{options:[\"HH8o4qkmq\",\"xYIiwDYsq\"],optionTitles:[\"Variant 1\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},qmHJLCfti:{defaultValue:\"Partnering with Berry Fertility helps us elevate the fertility journey through cutting-edge technology and concierge-level, patient-first care. This collaboration enriches our ongoing mission to customize and enhance every patient's experience, ensuring their path to parenthood is supported in the most seamless and compassionate way possible.\\\"\",displayTextArea:true,title:\"Testimonial\",type:ControlType.String},GG6Ejb1st:{defaultValue:\"Beth Zoneraich, CEO of Pinnacle Fertility\",displayTextArea:false,title:\"Testimonial Author\",type:ControlType.String}});addFonts(Framercmq59AwJ_,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercmq59AwJ_\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"634\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"qmHJLCfti\\\":\\\"testimonial\\\",\\\"GG6Ejb1st\\\":\\\"testimonialAuthor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xYIiwDYsq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"454\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cmq59AwJ_.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"YH7kxzUPa\",\"ecGGBUXj0\",\"AEF8_RdeR\",\"zIwP9MlVk\"];const serializationHash=\"framer-MGCz3\";const variantClassNames={AEF8_RdeR:\"framer-v-i5w10h\",ecGGBUXj0:\"framer-v-so1pcf\",YH7kxzUPa:\"framer-v-q8s98s\",zIwP9MlVk:\"framer-v-kyld2h\"};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={\"tablet small\":\"zIwP9MlVk\",dekstop:\"YH7kxzUPa\",Mobile:\"AEF8_RdeR\",tablet:\"ecGGBUXj0\"};const getProps=({featureImage,featureLabel,heading,height,id,subtext,width,...props})=>{return{...props,eWEi81I84:featureImage??props.eWEi81I84??{alt:\"A snapshot of the Berry Prescreener\",src:\"https://framerusercontent.com/images/Ugv4hHCt4ZMuPPK1cZNyYgI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Ugv4hHCt4ZMuPPK1cZNyYgI.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ugv4hHCt4ZMuPPK1cZNyYgI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ugv4hHCt4ZMuPPK1cZNyYgI.png 1126w\"},l2AdpM6MJ:featureLabel??props.l2AdpM6MJ??\"Quiz\",variant:humanReadableVariantMap[props.variant]??props.variant??\"YH7kxzUPa\",x1pITHej6:subtext??props.x1pITHej6??\"Capture leads through a custom quiz on your web page.\",xQaNvIIzc:heading??props.xQaNvIIzc??\"Convert new patients\"};};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,l2AdpM6MJ,xQaNvIIzc,x1pITHej6,eWEi81I84,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YH7kxzUPa\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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-q8s98s\",className,classNames),\"data-framer-name\":\"dekstop\",layoutDependency:layoutDependency,layoutId:\"YH7kxzUPa\",ref:refBinding,style:{...style},...addPropertyOverrides({AEF8_RdeR:{\"data-framer-name\":\"Mobile\"},ecGGBUXj0:{\"data-framer-name\":\"tablet\"},zIwP9MlVk:{\"data-framer-name\":\"tablet small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:835,pixelWidth:1126,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(eWEi81I84)},className:\"framer-j5nvus\",\"data-framer-name\":\"4 3_IP\",layoutDependency:layoutDependency,layoutId:\"gtQ06WLod\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},variants:{AEF8_RdeR:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},ecGGBUXj0:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},zIwP9MlVk:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zkqmlw\",layoutDependency:layoutDependency,layoutId:\"ryXmLqw9P\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1461rba\",layoutDependency:layoutDependency,layoutId:\"A82ZMpurM\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 110, 175))\"},children:\"Quiz\"})}),className:\"framer-1oa4fdw\",\"data-framer-name\":\"Quiz Convert new patients.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"GRJB_m6Kd\",style:{\"--extracted-r6o4lv\":\"rgb(53, 110, 175)\",\"--framer-paragraph-spacing\":\"0px\"},text:l2AdpM6MJ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AEF8_RdeR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 110, 175))\"},children:\"Quiz\"})})},zIwP9MlVk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(53, 110, 175))\"},children:\"Quiz\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-asf9dq\",layoutDependency:layoutDependency,layoutId:\"Xs4cD2N6U\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(8, 8, 10))\"},children:\"Convert new patients\"})}),className:\"framer-hp8sf9\",\"data-framer-name\":\"Quiz Convert new patients.\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"c5YoKAwI6\",style:{\"--extracted-a0htzi\":\"rgb(8, 8, 10)\",\"--framer-paragraph-spacing\":\"0px\"},text:xQaNvIIzc,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AEF8_RdeR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(8, 8, 10))\"},children:\"Convert new patients\"})})},ecGGBUXj0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(8, 8, 10))\"},children:\"Convert new patients\"})})},zIwP9MlVk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(8, 8, 10))\"},children:\"Convert new patients\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"146%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 39, 50))\"},children:\"Capture leads through a custom quiz on your web page.\"})}),className:\"framer-38egxl\",\"data-framer-name\":\"Capture leads through a custom quiz on your web page.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k5q8FPvFK\",style:{\"--extracted-r6o4lv\":\"rgb(29, 39, 50)\",\"--framer-paragraph-spacing\":\"0px\"},text:x1pITHej6,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AEF8_RdeR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"146%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 39, 50))\"},children:\"Capture leads through a custom quiz on your web page.\"})})},ecGGBUXj0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"146%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 39, 50))\"},children:\"Capture leads through a custom quiz on your web page.\"})})},zIwP9MlVk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"146%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(29, 39, 50))\"},children:\"Capture leads through a custom quiz on your web page.\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MGCz3.framer-w3gbu8, .framer-MGCz3 .framer-w3gbu8 { display: block; }\",\".framer-MGCz3.framer-q8s98s { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 475px; }\",\".framer-MGCz3 .framer-j5nvus { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 356px); overflow: visible; position: relative; width: 100%; }\",\".framer-MGCz3 .framer-zkqmlw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-MGCz3 .framer-1461rba { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MGCz3 .framer-1oa4fdw, .framer-MGCz3 .framer-hp8sf9, .framer-MGCz3 .framer-38egxl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MGCz3 .framer-asf9dq { 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%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MGCz3.framer-q8s98s, .framer-MGCz3 .framer-zkqmlw, .framer-MGCz3 .framer-1461rba, .framer-MGCz3 .framer-asf9dq { gap: 0px; } .framer-MGCz3.framer-q8s98s > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MGCz3.framer-q8s98s > :first-child, .framer-MGCz3 .framer-zkqmlw > :first-child, .framer-MGCz3 .framer-1461rba > :first-child, .framer-MGCz3 .framer-asf9dq > :first-child { margin-top: 0px; } .framer-MGCz3.framer-q8s98s > :last-child, .framer-MGCz3 .framer-zkqmlw > :last-child, .framer-MGCz3 .framer-1461rba > :last-child, .framer-MGCz3 .framer-asf9dq > :last-child { margin-bottom: 0px; } .framer-MGCz3 .framer-zkqmlw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-MGCz3 .framer-1461rba > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MGCz3 .framer-asf9dq > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-MGCz3.framer-v-so1pcf.framer-q8s98s, .framer-MGCz3.framer-v-i5w10h.framer-q8s98s, .framer-MGCz3.framer-v-kyld2h.framer-q8s98s { width: 474px; }\",\".framer-MGCz3.framer-v-so1pcf .framer-zkqmlw { padding: 12px 0px 0px 0px; }\",\".framer-MGCz3.framer-v-i5w10h .framer-j5nvus { height: var(--framer-aspect-ratio-supported, 150px); }\",\".framer-MGCz3.framer-v-i5w10h .framer-zkqmlw { gap: 0px; padding: 12px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MGCz3.framer-v-i5w10h .framer-zkqmlw { gap: 0px; } .framer-MGCz3.framer-v-i5w10h .framer-zkqmlw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MGCz3.framer-v-i5w10h .framer-zkqmlw > :first-child { margin-top: 0px; } .framer-MGCz3.framer-v-i5w10h .framer-zkqmlw > :last-child { margin-bottom: 0px; } }\",\".framer-MGCz3.framer-v-kyld2h .framer-zkqmlw { gap: 0px; padding: 12px 0px 0px 0px; }\",\".framer-MGCz3.framer-v-kyld2h .framer-asf9dq { gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MGCz3.framer-v-kyld2h .framer-zkqmlw, .framer-MGCz3.framer-v-kyld2h .framer-asf9dq { gap: 0px; } .framer-MGCz3.framer-v-kyld2h .framer-zkqmlw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MGCz3.framer-v-kyld2h .framer-zkqmlw > :first-child, .framer-MGCz3.framer-v-kyld2h .framer-asf9dq > :first-child { margin-top: 0px; } .framer-MGCz3.framer-v-kyld2h .framer-zkqmlw > :last-child, .framer-MGCz3.framer-v-kyld2h .framer-asf9dq > :last-child { margin-bottom: 0px; } .framer-MGCz3.framer-v-kyld2h .framer-asf9dq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 527.5\n * @framerIntrinsicWidth 474.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ecGGBUXj0\":{\"layout\":[\"fixed\",\"auto\"]},\"AEF8_RdeR\":{\"layout\":[\"fixed\",\"auto\"]},\"zIwP9MlVk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"l2AdpM6MJ\":\"featureLabel\",\"xQaNvIIzc\":\"heading\",\"x1pITHej6\":\"subtext\",\"eWEi81I84\":\"featureImage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkYJxNlzrM=withCSS(Component,css,\"framer-MGCz3\");export default FramerkYJxNlzrM;FramerkYJxNlzrM.displayName=\"Three stack\";FramerkYJxNlzrM.defaultProps={height:527.5,width:474.5};addPropertyControls(FramerkYJxNlzrM,{variant:{options:[\"YH7kxzUPa\",\"ecGGBUXj0\",\"AEF8_RdeR\",\"zIwP9MlVk\"],optionTitles:[\"dekstop\",\"tablet\",\"Mobile\",\"tablet small\"],title:\"Variant\",type:ControlType.Enum},l2AdpM6MJ:{defaultValue:\"Quiz\",displayTextArea:false,title:\"Feature Label\",type:ControlType.String},xQaNvIIzc:{defaultValue:\"Convert new patients\",description:\"\",displayTextArea:true,title:\"Heading\",type:ControlType.String},x1pITHej6:{defaultValue:\"Capture leads through a custom quiz on your web page.\",displayTextArea:true,title:\"Subtext\",type:ControlType.String},eWEi81I84:{__defaultAssetReference:\"data:framer/asset-reference,Ugv4hHCt4ZMuPPK1cZNyYgI.png?originalFilename=quiz-card.png&preferredSize=auto\",__vekterDefault:{alt:\"A snapshot of the Berry Prescreener\",assetReference:\"data:framer/asset-reference,Ugv4hHCt4ZMuPPK1cZNyYgI.png?originalFilename=quiz-card.png&preferredSize=auto\"},title:\"Feature Image\",type:ControlType.ResponsiveImage}});addFonts(FramerkYJxNlzrM,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkYJxNlzrM\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"l2AdpM6MJ\\\":\\\"featureLabel\\\",\\\"xQaNvIIzc\\\":\\\"heading\\\",\\\"x1pITHej6\\\":\\\"subtext\\\",\\\"eWEi81I84\\\":\\\"featureImage\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"474.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"527.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ecGGBUXj0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AEF8_RdeR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zIwP9MlVk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kYJxNlzrM.map", "// Generated by Framer (dc53115)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{clinicsDemoButton}from\"https://framerusercontent.com/modules/X6AWp9rnMpck8m7qklVc/jz2Kcm4X1AJKXUW5sgij/Analytics.js\";const MotionAClinicsDemoButtonf8q058=withCodeBoundaryForOverrides(motion.a,{nodeId:\"udNtCymrq\",override:clinicsDemoButton,scopeId:\"SpU8qIN_c\"});const enabledGestures={JljocHxxx:{hover:true,pressed:true},udNtCymrq:{hover:true,pressed:true}};const cycleOrder=[\"udNtCymrq\",\"JljocHxxx\"];const serializationHash=\"framer-4GhzJ\";const variantClassNames={JljocHxxx:\"framer-v-ccoz1j\",udNtCymrq:\"framer-v-f8q058\"};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:\"udNtCymrq\",Mobile:\"JljocHxxx\"};const getProps=({height,id,link,newTab,width,...props})=>{return{...props,slGUp2yG2:link??props.slGUp2yG2,variant:humanReadableVariantMap[props.variant]??props.variant??\"udNtCymrq\",VJKj8IYaR:newTab??props.VJKj8IYaR};};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,slGUp2yG2,VJKj8IYaR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"udNtCymrq\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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__*/_jsx(Link,{href:slGUp2yG2,motionChild:true,nodeId:\"udNtCymrq\",openInNewTab:VJKj8IYaR,scopeId:\"SpU8qIN_c\",smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAClinicsDemoButtonf8q058,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-f8q058\",className,classNames)} framer-1dwozfs`,\"data-framer-name\":\"Large\",layoutDependency:layoutDependency,layoutId:\"udNtCymrq\",ref:refBinding,style:{backgroundColor:\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"udNtCymrq-hover\":{backgroundColor:\"var(--token-5c5cf082-a084-4e4d-8f86-3d0dcd15633d, rgb(50, 58, 67))\"},JljocHxxx:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}},...addPropertyOverrides({\"JljocHxxx-hover\":{\"data-framer-name\":undefined},\"JljocHxxx-pressed\":{\"data-framer-name\":undefined},\"udNtCymrq-hover\":{\"data-framer-name\":undefined},\"udNtCymrq-pressed\":{\"data-framer-name\":undefined},JljocHxxx:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a demo\"})}),className:\"framer-1dlzx0a\",\"data-framer-name\":\"Book a demo\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"I29767:1300;29385:50329\",style:{\"--extracted-r6o4lv\":\"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-4GhzJ.framer-1dwozfs, .framer-4GhzJ .framer-1dwozfs { display: block; }\",\".framer-4GhzJ.framer-f8q058 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 20px 24px 20px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-4GhzJ .framer-1dlzx0a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4GhzJ.framer-v-ccoz1j.framer-f8q058 { padding: 16px 24px 16px 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 194.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JljocHxxx\":{\"layout\":[\"auto\",\"auto\"]},\"KL42ULPVa\":{\"layout\":[\"auto\",\"auto\"]},\"FjYvzdeJU\":{\"layout\":[\"auto\",\"auto\"]},\"guUVxNQ4C\":{\"layout\":[\"auto\",\"auto\"]},\"DfQKq1BmS\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"slGUp2yG2\":\"link\",\"VJKj8IYaR\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSpU8qIN_c=withCSS(Component,css,\"framer-4GhzJ\");export default FramerSpU8qIN_c;FramerSpU8qIN_c.displayName=\"Button\";FramerSpU8qIN_c.defaultProps={height:72,width:194.5};addPropertyControls(FramerSpU8qIN_c,{variant:{options:[\"udNtCymrq\",\"JljocHxxx\"],optionTitles:[\"Large\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},slGUp2yG2:{title:\"Link\",type:ControlType.Link},VJKj8IYaR:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerSpU8qIN_c,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSpU8qIN_c\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"194.5\",\"framerVariables\":\"{\\\"slGUp2yG2\\\":\\\"link\\\",\\\"VJKj8IYaR\\\":\\\"newTab\\\"}\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JljocHxxx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KL42ULPVa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FjYvzdeJU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"guUVxNQ4C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DfQKq1BmS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"72\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQRow from\"https://framerusercontent.com/modules/xSXgddBZaxdhchAGbdxj/Yje8NhbKw0WXwUhD82Lg/aBwl9Tjf3.js\";const FAQRowFonts=getFonts(FAQRow);const cycleOrder=[\"wpwAm4yin\",\"ujRKb1pWI\"];const serializationHash=\"framer-ANFCb\";const variantClassNames={ujRKb1pWI:\"framer-v-1fcne7z\",wpwAm4yin:\"framer-v-l4m87c\"};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={\"Variant 1\":\"wpwAm4yin\",Mobile:\"ujRKb1pWI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wpwAm4yin\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wpwAm4yin\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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-l4m87c\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"wpwAm4yin\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{ujRKb1pWI:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({ujRKb1pWI:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18xt6cn-container\",layoutDependency:layoutDependency,layoutId:\"DuvwA67Q4-container\",nodeId:\"DuvwA67Q4\",rendersWithMotion:true,scopeId:\"ILDOPm4DG\",children:/*#__PURE__*/_jsx(FAQRow,{e0B7RcA9j:\"We can work with you to support your EMR if we don\u2019t already. We\u2019re always adding new EMR partners to our roster.\",height:\"100%\",id:\"DuvwA67Q4\",layoutId:\"DuvwA67Q4\",MHQ1XpDdS:\"Do you work with my EMR?\",QPHBdr5Rf:{borderBottomWidth:0,borderColor:\"var(--token-5e28f89a-5538-4279-bbef-0d27c5615333, rgb(216, 219, 223))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},style:{width:\"100%\"},variant:\"VFlcq3plg\",width:\"100%\",...addPropertyOverrides({ujRKb1pWI:{variant:\"OigwqZFNO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+88,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vjjfhq-container\",layoutDependency:layoutDependency,layoutId:\"HmlSsKwtN-container\",nodeId:\"HmlSsKwtN\",rendersWithMotion:true,scopeId:\"ILDOPm4DG\",children:/*#__PURE__*/_jsx(FAQRow,{e0B7RcA9j:\"Yes, we offer a basic tier of customization and a more premium white-labeled tier depending on your needs.\",height:\"100%\",id:\"HmlSsKwtN\",layoutId:\"HmlSsKwtN\",MHQ1XpDdS:\"Can you customize the app to my clinic\u2019s brand?\",QPHBdr5Rf:{borderBottomWidth:0,borderColor:\"var(--token-5e28f89a-5538-4279-bbef-0d27c5615333, rgb(216, 219, 223))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},variant:\"VFlcq3plg\",width:\"100%\",...addPropertyOverrides({ujRKb1pWI:{variant:\"OigwqZFNO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+176,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vl98t6-container\",layoutDependency:layoutDependency,layoutId:\"NDUF6zPab-container\",nodeId:\"NDUF6zPab\",rendersWithMotion:true,scopeId:\"ILDOPm4DG\",children:/*#__PURE__*/_jsx(FAQRow,{e0B7RcA9j:\"Our systems are HIPAA compliant and implement robust privacy and security processes in the transmission, storage, and handling of sensitive data.\",height:\"100%\",id:\"NDUF6zPab\",layoutId:\"NDUF6zPab\",MHQ1XpDdS:\"How do you protect our patients' data?\",QPHBdr5Rf:{borderBottomWidth:0,borderColor:\"var(--token-5e28f89a-5538-4279-bbef-0d27c5615333, rgb(216, 219, 223))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},variant:\"VFlcq3plg\",width:\"100%\",...addPropertyOverrides({ujRKb1pWI:{variant:\"OigwqZFNO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+264,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1axss21-container\",layoutDependency:layoutDependency,layoutId:\"uo9M54Jd9-container\",nodeId:\"uo9M54Jd9\",rendersWithMotion:true,scopeId:\"ILDOPm4DG\",children:/*#__PURE__*/_jsx(FAQRow,{e0B7RcA9j:\"Yes, you can purchase the Berry Quiz, Intake, Treatment App, or AI Smart Compose tools separately or bundle them for a discount.\",height:\"100%\",id:\"uo9M54Jd9\",layoutId:\"uo9M54Jd9\",MHQ1XpDdS:\"Do you sell your products separately?\",QPHBdr5Rf:{borderBottomWidth:0,borderColor:\"var(--token-5e28f89a-5538-4279-bbef-0d27c5615333, rgb(216, 219, 223))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},variant:\"VFlcq3plg\",width:\"100%\",...addPropertyOverrides({ujRKb1pWI:{variant:\"OigwqZFNO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+352,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j2gwdq-container\",layoutDependency:layoutDependency,layoutId:\"Vibtj9p8r-container\",nodeId:\"Vibtj9p8r\",rendersWithMotion:true,scopeId:\"ILDOPm4DG\",children:/*#__PURE__*/_jsx(FAQRow,{e0B7RcA9j:\"We price the Berry Quiz, Intake, and Treatment App as SaaS tools and charge per person onboarded or per treatment cycle. We negotiate discounts at higher volumes of use. The AI Smart Compose model is priced per API call. \",height:\"100%\",id:\"Vibtj9p8r\",layoutId:\"Vibtj9p8r\",MHQ1XpDdS:\"How do you charge for your services?\",QPHBdr5Rf:{borderBottomWidth:0,borderColor:\"var(--token-5e28f89a-5538-4279-bbef-0d27c5615333, rgb(216, 219, 223))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},variant:\"VFlcq3plg\",width:\"100%\",...addPropertyOverrides({ujRKb1pWI:{variant:\"OigwqZFNO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+440,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kc0ktt-container\",layoutDependency:layoutDependency,layoutId:\"cnT_gnhdr-container\",nodeId:\"cnT_gnhdr\",rendersWithMotion:true,scopeId:\"ILDOPm4DG\",children:/*#__PURE__*/_jsx(FAQRow,{e0B7RcA9j:\"Absolutely. We\u2019re committed to building what our customers want\\xa0\u2014 and doing it quickly. We just have to go through a process of gathering your requirements and re-prioritizing our roadmap.\",height:\"100%\",id:\"cnT_gnhdr\",layoutId:\"cnT_gnhdr\",MHQ1XpDdS:\"Can you build something new based on our feedback or request?\",QPHBdr5Rf:{borderBottomWidth:0,borderColor:\"var(--token-5e28f89a-5538-4279-bbef-0d27c5615333, rgb(216, 219, 223))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},variant:\"VFlcq3plg\",width:\"100%\",...addPropertyOverrides({ujRKb1pWI:{variant:\"OigwqZFNO\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ANFCb.framer-1vli60i, .framer-ANFCb .framer-1vli60i { display: block; }\",\".framer-ANFCb.framer-l4m87c { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1240px; }\",\".framer-ANFCb .framer-18xt6cn-container, .framer-ANFCb .framer-vjjfhq-container, .framer-ANFCb .framer-vl98t6-container, .framer-ANFCb .framer-1axss21-container, .framer-ANFCb .framer-j2gwdq-container, .framer-ANFCb .framer-kc0ktt-container { flex: none; height: auto; position: relative; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 528\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ujRKb1pWI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerILDOPm4DG=withCSS(Component,css,\"framer-ANFCb\");export default FramerILDOPm4DG;FramerILDOPm4DG.displayName=\"FAQ Provider\";FramerILDOPm4DG.defaultProps={height:528,width:1240};addPropertyControls(FramerILDOPm4DG,{variant:{options:[\"wpwAm4yin\",\"ujRKb1pWI\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerILDOPm4DG,[{explicitInter:true,fonts:[]},...FAQRowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerILDOPm4DG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"528\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1240\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ujRKb1pWI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ILDOPm4DG.map", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/iiQ6d7hrLhCfhvqZv3qD/UeaLVwmJFFzcoqNE8xD4/Givnmq6gO.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/LkRtJkCI9yS2W5MksZZr/hQwimbKdAdffFxoErzIB/XJ1vSIRnE.js\";import FAQProvider from\"https://framerusercontent.com/modules/dhy7JV1GSzH1dW1G5TWQ/zE3uH1gr8Z441aGvxzPX/ILDOPm4DG.js\";import Button from\"https://framerusercontent.com/modules/TGg10SijHYnwsYe5t8M0/fX4baGKqblqj1RSeVJ74/SpU8qIN_c.js\";const FAQProviderFonts=getFonts(FAQProvider);const ButtonFonts=getFonts(Button);const cycleOrder=[\"iQaQHraxg\",\"Rxr6ld7T2\",\"ds6sv8arO\",\"QRcWGdCpN\",\"wFNb9cm8M\"];const serializationHash=\"framer-1jOy8\";const variantClassNames={ds6sv8arO:\"framer-v-dlu31a\",iQaQHraxg:\"framer-v-1v58s2\",QRcWGdCpN:\"framer-v-1v5m0bg\",Rxr6ld7T2:\"framer-v-lusgvr\",wFNb9cm8M:\"framer-v-12mxfmn\"};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={\"HD Wide\":\"iQaQHraxg\",Laptop:\"ds6sv8arO\",Phone:\"wFNb9cm8M\",Tablets:\"QRcWGdCpN\",XL:\"Rxr6ld7T2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"iQaQHraxg\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iQaQHraxg\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-1v58s2\",className,classNames),\"data-framer-name\":\"HD Wide\",layoutDependency:layoutDependency,layoutId:\"iQaQHraxg\",ref:refBinding,style:{...style},...addPropertyOverrides({ds6sv8arO:{\"data-framer-name\":\"Laptop\"},QRcWGdCpN:{\"data-framer-name\":\"Tablets\"},Rxr6ld7T2:{\"data-framer-name\":\"XL\"},wFNb9cm8M:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bbw1ch\",\"data-framer-name\":\"FAQ\",layoutDependency:layoutDependency,layoutId:\"VTrCQNXNw\",style:{backgroundColor:\"rgb(255, 255, 255)\"},variants:{wFNb9cm8M:{backgroundColor:\"rgb(247, 247, 248)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ug8tdl\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"YGrCSbGTB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ihnkcg\",layoutDependency:layoutDependency,layoutId:\"Nqf00EwkH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",style:{\"--framer-text-alignment\":\"center\"},children:\"FAQ\"})}),className:\"framer-1913x9l\",\"data-framer-name\":\"Berry helps you scale efficiently and provide premium patient support\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BZxzVRAcs\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bxsb3\",layoutDependency:layoutDependency,layoutId:\"vziIZAPI1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:528,width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px, 1080px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1345)-0-1345.2)/2+0+0)+0+0+0+215.6+0+0,...addPropertyOverrides({ds6sv8arO:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px, (min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px) * 0.8)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1387)-0-1345.2)/2+0+0)+0+0+0+215.6+0+0},QRcWGdCpN:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px, (min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px) * 0.72)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1387)-0-1345.2)/2+0+0)+0+0+0+215.6+0+0},Rxr6ld7T2:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px, (min(min(${componentViewport?.width||\"100vw\"}, 1520px), 1624px) - 120px) * 0.8)`},wFNb9cm8M:{width:`min(min(min(${componentViewport?.width||\"100vw\"} - 32px, 1520px), 1624px) - 32px, 1080px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1549.5)-0-1163.6)/2+0+0)+0+0+0+139.6+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mxrfn3-container\",layoutDependency:layoutDependency,layoutId:\"RpX_8O7kp-container\",nodeId:\"RpX_8O7kp\",rendersWithMotion:true,scopeId:\"w_iDCEGnj\",children:/*#__PURE__*/_jsx(FAQProvider,{height:\"100%\",id:\"RpX_8O7kp\",layoutId:\"RpX_8O7kp\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"wpwAm4yin\",width:\"100%\",...addPropertyOverrides({wFNb9cm8M:{variant:\"ujRKb1pWI\"}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1are525\",\"data-framer-name\":\"Lower CTA\",layoutDependency:layoutDependency,layoutId:\"MP44jIfqC\",style:{backgroundColor:\"rgb(235, 235, 235)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10sol6q\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ta16IHhb3\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fzzm8x\",\"data-framer-name\":\"CTA GROUP\",layoutDependency:layoutDependency,layoutId:\"hBNvA9_Kr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",children:\"Learn how Berry can help\"})}),className:\"framer-1a0wain\",\"data-framer-name\":\"How Berry works with your clinic\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vjpUhgzKI\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({wFNb9cm8M:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{className:\"framer-styles-preset-mdaixe\",\"data-styles-preset\":\"XJ1vSIRnE\",children:[\"Get started with \",/*#__PURE__*/_jsx(motion.br,{}),\"Berry today\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:(componentViewport?.y||0)+0+(((componentViewport?.height||1345)-0-1345.2)/2+887.6+0)+0+0+144+0+0+97.6,...addPropertyOverrides({ds6sv8arO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1387)-0-1345.2)/2+887.6+0)+0+0+144+0+0+97.6},QRcWGdCpN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1387)-0-1345.2)/2+887.6+0)+0+0+144+0+0+97.6},wFNb9cm8M:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||1549.5)-0-1163.6)/2+715.6+0)+0+0+144+0+0+88}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3pjvel-container\",layoutDependency:layoutDependency,layoutId:\"BL_4EyTzA-container\",nodeId:\"BL_4EyTzA\",rendersWithMotion:true,scopeId:\"w_iDCEGnj\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"BL_4EyTzA\",layoutId:\"BL_4EyTzA\",slGUp2yG2:\"https://calendly.com/berryfertility/30-min-with-irene\",variant:\"udNtCymrq\",VJKj8IYaR:true,width:\"100%\"})})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1jOy8.framer-1urlbsb, .framer-1jOy8 .framer-1urlbsb { display: block; }\",\".framer-1jOy8.framer-1v58s2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-1jOy8 .framer-1bbw1ch { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 144px 0px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-1ug8tdl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1520px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-ihnkcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1624px; overflow: hidden; padding: 100px 0px 48px 30px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-1913x9l { flex: 1 0 0px; height: auto; max-width: 763px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1jOy8 .framer-bxsb3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1624px; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-mxrfn3-container { flex: none; height: auto; max-width: 1080px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-1are525 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-10sol6q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1520px; overflow: hidden; padding: 144px 0px 144px 0px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-fzzm8x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1jOy8 .framer-1a0wain { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1jOy8 .framer-3pjvel-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1jOy8.framer-v-lusgvr .framer-mxrfn3-container, .framer-1jOy8.framer-v-dlu31a .framer-mxrfn3-container { max-width: 80%; }\",\".framer-1jOy8.framer-v-1v5m0bg .framer-mxrfn3-container { max-width: 72%; }\",\".framer-1jOy8.framer-v-12mxfmn.framer-1v58s2 { width: 360px; }\",\".framer-1jOy8.framer-v-12mxfmn .framer-1bbw1ch { padding: 0px 16px 48px 16px; }\",\".framer-1jOy8.framer-v-12mxfmn .framer-ihnkcg { padding: 48px 0px 24px 0px; }\",\".framer-1jOy8.framer-v-12mxfmn .framer-bxsb3 { padding: 0px 16px 0px 16px; }\",\".framer-1jOy8.framer-v-12mxfmn .framer-1are525 { gap: 31px; }\",\".framer-1jOy8.framer-v-12mxfmn .framer-fzzm8x { order: 0; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1345\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Rxr6ld7T2\":{\"layout\":[\"fixed\",\"auto\"]},\"ds6sv8arO\":{\"layout\":[\"fixed\",\"auto\"]},\"QRcWGdCpN\":{\"layout\":[\"fixed\",\"auto\"]},\"wFNb9cm8M\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerw_iDCEGnj=withCSS(Component,css,\"framer-1jOy8\");export default Framerw_iDCEGnj;Framerw_iDCEGnj.displayName=\"FAQ Clinic Comp\";Framerw_iDCEGnj.defaultProps={height:1345,width:1920};addPropertyControls(Framerw_iDCEGnj,{variant:{options:[\"iQaQHraxg\",\"Rxr6ld7T2\",\"ds6sv8arO\",\"QRcWGdCpN\",\"wFNb9cm8M\"],optionTitles:[\"HD Wide\",\"XL\",\"Laptop\",\"Tablets\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerw_iDCEGnj,[{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\"}]},...FAQProviderFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw_iDCEGnj\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1920\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"1345\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rxr6ld7T2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ds6sv8arO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QRcWGdCpN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wFNb9cm8M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"BZ7M19Udm\",\"sNqtpUF5g\",\"ODf9rdIYn\"];const serializationHash=\"framer-2BpHn\";const variantClassNames={BZ7M19Udm:\"framer-v-k34x88\",ODf9rdIYn:\"framer-v-ksjvsl\",sNqtpUF5g:\"framer-v-1i94uya\"};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={\"Feature Card\":\"BZ7M19Udm\",Mobile:\"sNqtpUF5g\",Tablet:\"ODf9rdIYn\"};const getProps=({featureInfo,featureLabel,height,icon,id,width,...props})=>{return{...props,P5CRQqCpz:featureInfo??props.P5CRQqCpz??\"Quiz results and contact information flow seamlessly into your. \",sj_lDd1Ha:featureLabel??props.sj_lDd1Ha??\"Lead generation\",variant:humanReadableVariantMap[props.variant]??props.variant??\"BZ7M19Udm\",Ym_2XQS93:icon??props.Ym_2XQS93??\"Gear\"};};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,sj_lDd1Ha,P5CRQqCpz,Ym_2XQS93,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BZ7M19Udm\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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-k34x88\",className,classNames),\"data-framer-name\":\"Feature Card\",layoutDependency:layoutDependency,layoutId:\"BZ7M19Udm\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"inset 0px 0px 0px 1.5px rgb(235, 237, 240)\",...style},variants:{ODf9rdIYn:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},sNqtpUF5g:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({ODf9rdIYn:{\"data-framer-name\":\"Tablet\"},sNqtpUF5g:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kppel1\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"uYqtoIaC3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hmkrum-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nzpGmcwaE-container\",nodeId:\"nzpGmcwaE\",rendersWithMotion:true,scopeId:\"xiaFkEqFj\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(30, 40, 51)\",height:\"100%\",iconSearch:\"House\",iconSelection:Ym_2XQS93,id:\"nzpGmcwaE\",layoutId:\"nzpGmcwaE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16i1viw\",\"data-framer-name\":\"Frame 1000004571\",layoutDependency:layoutDependency,layoutId:\"rTFOOjPkB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51)))\"},children:\"Lead generation\"})}),className:\"framer-165aa5v\",\"data-framer-name\":\"Lead generation\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"vtm3AMuUs\",style:{\"--extracted-a0htzi\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:sj_lDd1Ha,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({sNqtpUF5g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51)))\"},children:\"Lead generation\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f672483-879c-493e-84b4-5e200848065c, rgb(77, 84, 91)))\"},children:\"Quiz results and contact information flow seamlessly into your. \"})}),className:\"framer-dxnwls\",\"data-framer-name\":\"Quiz results and contact information flow seamlessly into your CRM.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"d9y7D7iEH\",style:{\"--extracted-r6o4lv\":\"var(--token-8f672483-879c-493e-84b4-5e200848065c, rgb(77, 84, 91))\",\"--framer-paragraph-spacing\":\"0px\"},text:P5CRQqCpz,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({sNqtpUF5g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8f672483-879c-493e-84b4-5e200848065c, rgb(77, 84, 91)))\"},children:\"Quiz results and contact information flow seamlessly into your. \"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2BpHn.framer-idpink, .framer-2BpHn .framer-idpink { display: block; }\",\".framer-2BpHn.framer-k34x88 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 32px 40px 32px; position: relative; width: 389px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2BpHn .framer-1kppel1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-2BpHn .framer-hmkrum-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-2BpHn .framer-16i1viw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2BpHn .framer-165aa5v, .framer-2BpHn .framer-dxnwls { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2BpHn.framer-k34x88, .framer-2BpHn .framer-16i1viw { gap: 0px; } .framer-2BpHn.framer-k34x88 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2BpHn.framer-k34x88 > :first-child, .framer-2BpHn .framer-16i1viw > :first-child { margin-top: 0px; } .framer-2BpHn.framer-k34x88 > :last-child, .framer-2BpHn .framer-16i1viw > :last-child { margin-bottom: 0px; } .framer-2BpHn .framer-16i1viw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-2BpHn.framer-v-1i94uya.framer-k34x88 { gap: 12px; padding: 16px 24px 20px 16px; }\",\".framer-2BpHn.framer-v-1i94uya .framer-1kppel1 { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2BpHn.framer-v-1i94uya.framer-k34x88 { gap: 0px; } .framer-2BpHn.framer-v-1i94uya.framer-k34x88 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-2BpHn.framer-v-1i94uya.framer-k34x88 > :first-child { margin-top: 0px; } .framer-2BpHn.framer-v-1i94uya.framer-k34x88 > :last-child { margin-bottom: 0px; } }\",\".framer-2BpHn.framer-v-ksjvsl.framer-k34x88 { gap: 20px; padding: 24px 24px 32px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2BpHn.framer-v-ksjvsl.framer-k34x88 { gap: 0px; } .framer-2BpHn.framer-v-ksjvsl.framer-k34x88 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2BpHn.framer-v-ksjvsl.framer-k34x88 > :first-child { margin-top: 0px; } .framer-2BpHn.framer-v-ksjvsl.framer-k34x88 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 218.5\n * @framerIntrinsicWidth 389\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sNqtpUF5g\":{\"layout\":[\"fixed\",\"auto\"]},\"ODf9rdIYn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"sj_lDd1Ha\":\"featureLabel\",\"P5CRQqCpz\":\"featureInfo\",\"Ym_2XQS93\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxiaFkEqFj=withCSS(Component,css,\"framer-2BpHn\");export default FramerxiaFkEqFj;FramerxiaFkEqFj.displayName=\"Feature Tile\";FramerxiaFkEqFj.defaultProps={height:218.5,width:389};addPropertyControls(FramerxiaFkEqFj,{variant:{options:[\"BZ7M19Udm\",\"sNqtpUF5g\",\"ODf9rdIYn\"],optionTitles:[\"Feature Card\",\"Mobile\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},sj_lDd1Ha:{defaultValue:\"Lead generation\",description:\"\",displayTextArea:true,placeholder:\"Lead generation\",title:\"Feature Label\",type:ControlType.String},P5CRQqCpz:{defaultValue:\"Quiz results and contact information flow seamlessly into your. \",description:\"\",displayTextArea:true,placeholder:\"Quiz results and contact information flow seamlessly into your. \",title:\"Feature Info\",type:ControlType.String},Ym_2XQS93:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Gear\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(FramerxiaFkEqFj,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxiaFkEqFj\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"218.5\",\"framerVariables\":\"{\\\"sj_lDd1Ha\\\":\\\"featureLabel\\\",\\\"P5CRQqCpz\\\":\\\"featureInfo\\\",\\\"Ym_2XQS93\\\":\\\"icon\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"389\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sNqtpUF5g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ODf9rdIYn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xiaFkEqFj.map", "// Generated by Framer (2fef4c5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-QAUZC .framer-styles-preset-s1vmud:not(.rich-text-wrapper), .framer-QAUZC .framer-styles-preset-s1vmud.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 146%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1536px) { .framer-QAUZC .framer-styles-preset-s1vmud:not(.rich-text-wrapper), .framer-QAUZC .framer-styles-preset-s1vmud.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 146%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1535px) and (min-width: 1280px) { .framer-QAUZC .framer-styles-preset-s1vmud:not(.rich-text-wrapper), .framer-QAUZC .framer-styles-preset-s1vmud.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 146%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1279px) and (min-width: 768px) { .framer-QAUZC .framer-styles-preset-s1vmud:not(.rich-text-wrapper), .framer-QAUZC .framer-styles-preset-s1vmud.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 146%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-QAUZC .framer-styles-preset-s1vmud:not(.rich-text-wrapper), .framer-QAUZC .framer-styles-preset-s1vmud.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 146%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-QAUZC\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9e4da83)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-Pay9r .framer-styles-preset-k03a1s:not(.rich-text-wrapper), .framer-Pay9r .framer-styles-preset-k03a1s.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1536px) { .framer-Pay9r .framer-styles-preset-k03a1s:not(.rich-text-wrapper), .framer-Pay9r .framer-styles-preset-k03a1s.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1535px) and (min-width: 1280px) { .framer-Pay9r .framer-styles-preset-k03a1s:not(.rich-text-wrapper), .framer-Pay9r .framer-styles-preset-k03a1s.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1279px) and (min-width: 768px) { .framer-Pay9r .framer-styles-preset-k03a1s:not(.rich-text-wrapper), .framer-Pay9r .framer-styles-preset-k03a1s.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-Pay9r .framer-styles-preset-k03a1s:not(.rich-text-wrapper), .framer-Pay9r .framer-styles-preset-k03a1s.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8f672483-879c-493e-84b4-5e200848065c, #4d545b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Pay9r\";\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 (74b1a33)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-7PV4p .framer-styles-preset-1c9s19q:not(.rich-text-wrapper), .framer-7PV4p .framer-styles-preset-1c9s19q.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.007em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-5c5cf082-a084-4e4d-8f86-3d0dcd15633d, #323a43); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1526px) { .framer-7PV4p .framer-styles-preset-1c9s19q:not(.rich-text-wrapper), .framer-7PV4p .framer-styles-preset-1c9s19q.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.007em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-5c5cf082-a084-4e4d-8f86-3d0dcd15633d, #323a43); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1525px) and (min-width: 1280px) { .framer-7PV4p .framer-styles-preset-1c9s19q:not(.rich-text-wrapper), .framer-7PV4p .framer-styles-preset-1c9s19q.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.007em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-5c5cf082-a084-4e4d-8f86-3d0dcd15633d, #323a43); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1279px) and (min-width: 768px) { .framer-7PV4p .framer-styles-preset-1c9s19q:not(.rich-text-wrapper), .framer-7PV4p .framer-styles-preset-1c9s19q.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.007em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-5c5cf082-a084-4e4d-8f86-3d0dcd15633d, #323a43); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-7PV4p .framer-styles-preset-1c9s19q:not(.rich-text-wrapper), .framer-7PV4p .framer-styles-preset-1c9s19q.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.007em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-5c5cf082-a084-4e4d-8f86-3d0dcd15633d, #323a43); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-7PV4p\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-Ej1dC .framer-styles-preset-1ou7yxe:not(.rich-text-wrapper), .framer-Ej1dC .framer-styles-preset-1ou7yxe.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1536px) { .framer-Ej1dC .framer-styles-preset-1ou7yxe:not(.rich-text-wrapper), .framer-Ej1dC .framer-styles-preset-1ou7yxe.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1535px) and (min-width: 1280px) { .framer-Ej1dC .framer-styles-preset-1ou7yxe:not(.rich-text-wrapper), .framer-Ej1dC .framer-styles-preset-1ou7yxe.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1279px) and (min-width: 768px) { .framer-Ej1dC .framer-styles-preset-1ou7yxe:not(.rich-text-wrapper), .framer-Ej1dC .framer-styles-preset-1ou7yxe.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-Ej1dC .framer-styles-preset-1ou7yxe:not(.rich-text-wrapper), .framer-Ej1dC .framer-styles-preset-1ou7yxe.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Ej1dC\";\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\"}}}", "// Generated by Framer (2fef4c5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-TU0np .framer-styles-preset-xrkap4:not(.rich-text-wrapper), .framer-TU0np .framer-styles-preset-xrkap4.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1536px) { .framer-TU0np .framer-styles-preset-xrkap4:not(.rich-text-wrapper), .framer-TU0np .framer-styles-preset-xrkap4.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1535px) and (min-width: 1280px) { .framer-TU0np .framer-styles-preset-xrkap4:not(.rich-text-wrapper), .framer-TU0np .framer-styles-preset-xrkap4.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1279px) and (min-width: 768px) { .framer-TU0np .framer-styles-preset-xrkap4:not(.rich-text-wrapper), .framer-TU0np .framer-styles-preset-xrkap4.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-TU0np .framer-styles-preset-xrkap4:not(.rich-text-wrapper), .framer-TU0np .framer-styles-preset-xrkap4.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-TU0np\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9e4da83)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-kZMFE .framer-styles-preset-icc693:not(.rich-text-wrapper), .framer-kZMFE .framer-styles-preset-icc693.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1536px) { .framer-kZMFE .framer-styles-preset-icc693:not(.rich-text-wrapper), .framer-kZMFE .framer-styles-preset-icc693.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1535px) and (min-width: 1280px) { .framer-kZMFE .framer-styles-preset-icc693:not(.rich-text-wrapper), .framer-kZMFE .framer-styles-preset-icc693.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1279px) and (min-width: 768px) { .framer-kZMFE .framer-styles-preset-icc693:not(.rich-text-wrapper), .framer-kZMFE .framer-styles-preset-icc693.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-kZMFE .framer-styles-preset-icc693:not(.rich-text-wrapper), .framer-kZMFE .framer-styles-preset-icc693.rich-text-wrapper h3 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-369bb1d6-e62a-497e-a742-834411bed40b, #1e2833); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-kZMFE\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f8e3bf6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FooterLink from\"https://framerusercontent.com/modules/cmgif6CcpRYUtkfOM6su/rLe43w4B88DEXNV4SAb9/QyII8u7C6.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import TestimonialCard from\"#framer/local/canvasComponent/cmq59AwJ_/cmq59AwJ_.js\";import ThreeStack from\"#framer/local/canvasComponent/kYJxNlzrM/kYJxNlzrM.js\";import NavColorFill from\"#framer/local/canvasComponent/qlMFJQ8Dt/qlMFJQ8Dt.js\";import Button from\"#framer/local/canvasComponent/SpU8qIN_c/SpU8qIN_c.js\";import MobileNavUpdate from\"#framer/local/canvasComponent/TE1qZYjcT/TE1qZYjcT.js\";import FAQClinicComp from\"#framer/local/canvasComponent/w_iDCEGnj/w_iDCEGnj.js\";import Nav from\"#framer/local/canvasComponent/XHfHrM4hr/XHfHrM4hr.js\";import FeatureTile from\"#framer/local/canvasComponent/xiaFkEqFj/xiaFkEqFj.js\";import*as sharedStyle4 from\"#framer/local/css/CGO4zw4WN/CGO4zw4WN.js\";import*as sharedStyle6 from\"#framer/local/css/COBQ8bSaa/COBQ8bSaa.js\";import*as sharedStyle1 from\"#framer/local/css/Givnmq6gO/Givnmq6gO.js\";import*as sharedStyle2 from\"#framer/local/css/HocV9fPSM/HocV9fPSM.js\";import*as sharedStyle from\"#framer/local/css/J6A_5XBJH/J6A_5XBJH.js\";import*as sharedStyle7 from\"#framer/local/css/RPyax8GCX/RPyax8GCX.js\";import*as sharedStyle8 from\"#framer/local/css/w3C9msW1D/w3C9msW1D.js\";import*as sharedStyle3 from\"#framer/local/css/XJ1vSIRnE/XJ1vSIRnE.js\";import*as sharedStyle5 from\"#framer/local/css/zlqXlC93Z/zlqXlC93Z.js\";import metadataProvider from\"#framer/local/webPageMetadata/Dv200c73L/Dv200c73L.js\";const NavFonts=getFonts(Nav);const MobileNavUpdateFonts=getFonts(MobileNavUpdate);const NavColorFillFonts=getFonts(NavColorFill);const NavColorFillWithVariantAppearEffect=withVariantAppearEffect(NavColorFill);const ButtonFonts=getFonts(Button);const PhosphorFonts=getFonts(Phosphor);const ThreeStackFonts=getFonts(ThreeStack);const FeatureTileFonts=getFonts(FeatureTile);const TestimonialCardFonts=getFonts(TestimonialCard);const SlideshowFonts=getFonts(Slideshow);const FAQClinicCompFonts=getFonts(FAQClinicComp);const FooterLinkFonts=getFonts(FooterLink);const breakpoints={bwg6dd1oe:\"(min-width: 1280px) and (max-width: 1535px)\",N72Nr8WLi:\"(min-width: 1536px) and (max-width: 1919px)\",NbaMynUDS:\"(max-width: 767px)\",pmP_tBtKn:\"(min-width: 1024px) and (max-width: 1279px)\",wmDS8WTI2:\"(min-width: 768px) and (max-width: 1023px)\",xuzBsbE14:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xNAXX\";const variantClassNames={bwg6dd1oe:\"framer-v-1rbxdjs\",N72Nr8WLi:\"framer-v-ekiir1\",NbaMynUDS:\"framer-v-1eiifoy\",pmP_tBtKn:\"framer-v-xz9jxg\",wmDS8WTI2:\"framer-v-1lugbsr\",xuzBsbE14:\"framer-v-xzqege\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"HD Wide\":\"xuzBsbE14\",Desktop:\"pmP_tBtKn\",Laptop:\"bwg6dd1oe\",Phone:\"NbaMynUDS\",Tablets:\"wmDS8WTI2\",XL:\"N72Nr8WLi\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xuzBsbE14\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[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(!isBrowser())return true;if([\"NbaMynUDS\",\"wmDS8WTI2\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"NbaMynUDS\",\"wmDS8WTI2\"].includes(baseVariant))return true;return false;};const ref1=React.useRef(null);const elementId=useRouteElementId(\"hFqIubvlk\");const elementId1=useRouteElementId(\"Gbz1g5AIv\");const ref2=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"NbaMynUDS\")return false;return true;};const elementId2=useRouteElementId(\"mOAum3KCS\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"VjnCBDW_A\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"xByUAueDs\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"kffldX_A_\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"eA0QhVUrq\");const ref7=React.useRef(null);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xuzBsbE14\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(247, 247, 248); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-xzqege\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wcg3bc\",\"data-framer-name\":\"Nav\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-cheukm hidden-1eiifoy hidden-1lugbsr\",\"data-framer-name\":\"Nav\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"min(max(max(100vw, 1px) - 80px, 1px), 1800px)\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o8ojnz-container\",nodeId:\"YHxpOeTZK\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Nav,{BPTMtCu1T:\"KJSblm5mV\",height:\"100%\",id:\"YHxpOeTZK\",La5_wyxFl:\"liG77l7RX\",layoutId:\"YHxpOeTZK\",pL1XkLPCA:true,style:{maxWidth:\"100%\",width:\"100%\"},Syc9Y4YPb:false,width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{height:60,width:\"100vw\",y:0},wmDS8WTI2:{height:60,width:\"max(100vw, 1px)\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f3x73g-container hidden-xzqege hidden-ekiir1 hidden-1rbxdjs hidden-xz9jxg\",nodeId:\"SMJ07NeTF\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(MobileNavUpdate,{height:\"100%\",id:\"SMJ07NeTF\",layoutId:\"SMJ07NeTF\",P02X7vjsJ:true,RRj2fNSe1:false,style:{width:\"100%\"},variant:\"XeAVysFJE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{height:60},wmDS8WTI2:{height:60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-35ir2c-container\",nodeId:\"xNGLlE7HM\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(NavColorFillWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"AIAN0zQ9x\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"xNGLlE7HM\",layoutId:\"xNGLlE7HM\",style:{height:\"100%\",width:\"100%\"},variant:\"qsfJ8CbrB\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jbp2i5\",\"data-framer-name\":\"Intro\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l8n6u9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15aghbf\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5n32o\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Patient software powering modern \",/*#__PURE__*/_jsx(\"br\",{}),\"fertility clinics\"]})})},wmDS8WTI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Patient software powering \",/*#__PURE__*/_jsx(\"br\",{}),\"modern fertility clinics\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hvx5vx\",\"data-styles-preset\":\"J6A_5XBJH\",children:\"Patient software powering modern fertility clinics\"})}),className:\"framer-wchvs5\",\"data-framer-name\":\"Patient software powering modern fertility clinics.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1c9s19q\",\"data-styles-preset\":\"HocV9fPSM\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Berry\u2019s platform streamlines every \",/*#__PURE__*/_jsx(\"br\",{}),\"step of patient intake,treatment coordination, and communication.\"]})})},wmDS8WTI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1c9s19q\",\"data-styles-preset\":\"HocV9fPSM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Berry\u2019s platform streamlines every step of patient intake, treatment coordination, and communication.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1c9s19q\",\"data-styles-preset\":\"HocV9fPSM\",children:\"Berry\u2019s platform streamlines every step of patient intake, treatment coordination, and communication.\"})}),className:\"framer-hqz6di\",\"data-framer-name\":\"Berry\u2019s platform streamlines every step of patient intake, treatment coordination, and communication.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{y:undefined},wmDS8WTI2:{y:(componentViewport?.y||0)+0+0+0+240+505+0+337.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:(componentViewport?.y||0)+0+0+0+246.4+0+350.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zl895l-container\",nodeId:\"jCwqicbzn\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"jCwqicbzn\",layoutId:\"jCwqicbzn\",slGUp2yG2:\"https://calendly.com/berryfertility/30-min-with-irene\",variant:\"JljocHxxx\",VJKj8IYaR:true,width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h2e1qm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"The Berry app and Berry patient portal for intake\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+240+0),pixelHeight:1713,pixelWidth:2311,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.8) - 132px) / 2, 1px)`,src:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png 2311w\"}},N72Nr8WLi:{background:{alt:\"The Berry app and Berry patient portal for intake\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+240+0),pixelHeight:1713,pixelWidth:2311,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.72) - 132px) / 2, 1px)`,src:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png 2311w\"}},NbaMynUDS:{background:{alt:\"The Berry app and Berry patient portal for intake\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,pixelHeight:1713,pixelWidth:2311,sizes:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`,src:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png 2311w\"}},pmP_tBtKn:{background:{alt:\"The Berry app and Berry patient portal for intake\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+240+0),pixelHeight:1713,pixelWidth:2311,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.8) - 132px) / 2, 1px)`,src:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png 2311w\"}},wmDS8WTI2:{background:{alt:\"The Berry app and Berry patient portal for intake\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+240+0+0),pixelHeight:1713,pixelWidth:2311,sizes:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.8) - 60px, 1px)`,src:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png 2311w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"The Berry app and Berry patient portal for intake\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+240+0),pixelHeight:1713,pixelWidth:2311,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1520px) - 132px) / 2, 1px)`,src:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1BApWpV0xdO7XGOwRKOJcUo4s.png 2311w\"},className:\"framer-163100s\",\"data-framer-name\":\"4 3_IP\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nheilw\",\"data-framer-name\":\"Benefits bar\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2i9eju\",\"data-framer-name\":\"Overlap\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n6yaba\",\"data-framer-name\":\"benefits row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-819v2q\",\"data-framer-name\":\"Frame 7243\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e90xk8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fFwGSemfz\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(78, 44, 19)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"fFwGSemfz\",layoutId:\"fFwGSemfz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"24% increase in new patients\"})}),className:\"framer-mh011y\",\"data-framer-name\":\"30% increase in new patients\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-134asn8\",\"data-framer-name\":\"Frame 7246\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1361tiz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pw6uPIfaC\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(78, 44, 19)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Lightning\",id:\"pw6uPIfaC\",layoutId:\"pw6uPIfaC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"3x faster time to\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"treatment\"})]}),className:\"framer-12sapha\",\"data-framer-name\":\"30% faster time to treatment\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jqj8qw\",\"data-framer-name\":\"Frame 7245\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-clhzdh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ET0JzaHET\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(78, 44, 19)\",height:\"100%\",iconSearch:\"clock\",iconSelection:\"Plus\",id:\"ET0JzaHET\",layoutId:\"ET0JzaHET\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"Up to 3 nurse hours\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"saved per day\"})]}),className:\"framer-1u2pw2f\",\"data-framer-name\":\"Up to 3 hours \",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w5fr0m\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u36mik-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dkoksrHAs\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(78, 44, 19)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"dkoksrHAs\",layoutId:\"dkoksrHAs\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"5 star rating on iOS \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"and Android\"})]}),className:\"framer-3i1oe4\",\"data-framer-name\":\"5 star rating on iOS and Android\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15l14bb\",\"data-framer-name\":\"Frame 1000004607\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-58ur5u-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dvfj8lzK1\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(78, 44, 19)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"FirstAid\",id:\"dvfj8lzK1\",layoutId:\"dvfj8lzK1\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"HIPPA \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(78, 44, 19)\"},children:\"Compliant\"})]}),className:\"framer-1kd2oev\",\"data-framer-name\":\"HIPPA Compliant\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ko3221\",\"data-framer-name\":\"How Berry Works\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11vi4eq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2mygch\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-mdaixe\",\"data-styles-preset\":\"XJ1vSIRnE\",children:[\"How Berry works \",/*#__PURE__*/_jsx(\"br\",{}),\"with your clinic\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",children:\"How Berry works with your clinic\"})}),className:\"framer-1xtflu0\",\"data-framer-name\":\"How Berry works with your clinic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-s1vmud\",\"data-styles-preset\":\"CGO4zw4WN\",children:[\"Use our products together or pick the \",/*#__PURE__*/_jsx(\"br\",{}),\"ones that best support your clinic.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-s1vmud\",\"data-styles-preset\":\"CGO4zw4WN\",children:[\"Use our products together or pick the ones \",/*#__PURE__*/_jsx(\"br\",{}),\"that best support your clinic.\"]})}),className:\"framer-1s3nhef\",\"data-framer-name\":\"Use our products together or pick the ones that best support your clinic.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ytw4d\",\"data-framer-name\":\"3 stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 156px) / 3, 1px)`},N72Nr8WLi:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72) - 156px) / 3, 1px)`},NbaMynUDS:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:undefined},pmP_tBtKn:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 156px) / 3, 1px)`},wmDS8WTI2:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 108px) / 3, 1px)`,y:(componentViewport?.y||0)+0+1694.1+120+0+0+305+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:527,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 156px) / 3, 1px)`,y:(componentViewport?.y||0)+0+974.5+120+0+0+305+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hfndq8-container\",nodeId:\"NJNiRMc0i\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ecGGBUXj0\"},NbaMynUDS:{variant:\"zIwP9MlVk\"},pmP_tBtKn:{variant:\"ecGGBUXj0\"},wmDS8WTI2:{variant:\"zIwP9MlVk\"}},children:/*#__PURE__*/_jsx(ThreeStack,{height:\"100%\",id:\"NJNiRMc0i\",l2AdpM6MJ:\"Prescreen\",layoutId:\"NJNiRMc0i\",style:{width:\"100%\"},variant:\"YH7kxzUPa\",width:\"100%\",x1pITHej6:\"Convert more prospects with a personalized, educational quiz.\",xQaNvIIzc:\"Convert new patients\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 156px) / 3, 1px)`},N72Nr8WLi:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72) - 156px) / 3, 1px)`},NbaMynUDS:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:undefined},pmP_tBtKn:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 156px) / 3, 1px)`},wmDS8WTI2:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 108px) / 3, 1px)`,y:(componentViewport?.y||0)+0+1694.1+120+0+0+305+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:527,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 156px) / 3, 1px)`,y:(componentViewport?.y||0)+0+974.5+120+0+0+305+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5fssw-container\",nodeId:\"SSwd15bys\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ecGGBUXj0\"},NbaMynUDS:{variant:\"zIwP9MlVk\"},pmP_tBtKn:{variant:\"ecGGBUXj0\"},wmDS8WTI2:{variant:\"zIwP9MlVk\"}},children:/*#__PURE__*/_jsx(ThreeStack,{eWEi81I84:addImageAlt({pixelHeight:834,pixelWidth:1116,src:\"https://framerusercontent.com/images/XIbyt01yCvNFPtbN4wB3zy7ayg.png\",srcSet:\"https://framerusercontent.com/images/XIbyt01yCvNFPtbN4wB3zy7ayg.png?scale-down-to=512 512w,https://framerusercontent.com/images/XIbyt01yCvNFPtbN4wB3zy7ayg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XIbyt01yCvNFPtbN4wB3zy7ayg.png 1116w\"},\"A snapshot of the Berry intake portal\"),height:\"100%\",id:\"SSwd15bys\",l2AdpM6MJ:\"Intake\",layoutId:\"SSwd15bys\",style:{width:\"100%\"},variant:\"YH7kxzUPa\",width:\"100%\",x1pITHej6:\"A modern portal to digitize all aspects of patient intake.\",xQaNvIIzc:\"Onboard patients seamlessly\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 156px) / 3, 1px)`},N72Nr8WLi:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72) - 156px) / 3, 1px)`},NbaMynUDS:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:undefined},pmP_tBtKn:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 156px) / 3, 1px)`},wmDS8WTI2:{width:`max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 108px) / 3, 1px)`,y:(componentViewport?.y||0)+0+1694.1+120+0+0+305+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:527,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 156px) / 3, 1px)`,y:(componentViewport?.y||0)+0+974.5+120+0+0+305+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kveown-container\",nodeId:\"CYsKpj4g1\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ecGGBUXj0\"},NbaMynUDS:{variant:\"zIwP9MlVk\"},pmP_tBtKn:{variant:\"ecGGBUXj0\"},wmDS8WTI2:{variant:\"zIwP9MlVk\"}},children:/*#__PURE__*/_jsx(ThreeStack,{eWEi81I84:addImageAlt({pixelHeight:835,pixelWidth:1127,src:\"https://framerusercontent.com/images/nj8Nl3yHDZn70IFa5IweBFbaOSk.png\",srcSet:\"https://framerusercontent.com/images/nj8Nl3yHDZn70IFa5IweBFbaOSk.png?scale-down-to=512 512w,https://framerusercontent.com/images/nj8Nl3yHDZn70IFa5IweBFbaOSk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nj8Nl3yHDZn70IFa5IweBFbaOSk.png 1127w\"},\"A snapshot of the Berry treatment mobile app\"),height:\"100%\",id:\"CYsKpj4g1\",l2AdpM6MJ:\"Treatment App\",layoutId:\"CYsKpj4g1\",style:{width:\"100%\"},variant:\"YH7kxzUPa\",width:\"100%\",x1pITHej6:\"Patients download an all-in-one mobile app to manage their fertility treatment\",xQaNvIIzc:\"Provide premium care\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-av1d5o\",\"data-framer-name\":\"Benefits\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1naiif\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-myy0i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",style:{\"--framer-text-alignment\":\"left\"},children:\"Berry helps you scale efficiently and provide premium patient support\"})}),className:\"framer-19xnlfo\",\"data-framer-name\":\"Berry helps you scale efficiently and provide premium patient support\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sofbf1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s1gi9g\",\"data-framer-name\":\"Benefit Bento Square\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tgry48\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"3x faster time to treatment\",fit:\"fill\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+24+29.4+0+0),pixelHeight:908,pixelWidth:1216,sizes:\"166px\",src:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png 1216w\"}},N72Nr8WLi:{background:{alt:\"3x faster time to treatment\",fit:\"fill\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+24+25.4+0+0),pixelHeight:908,pixelWidth:1216,sizes:\"203px\",src:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png 1216w\"}},NbaMynUDS:{background:{alt:\"3x faster time to treatment\",fit:\"fill\",intrinsicHeight:448,intrinsicWidth:510,pixelHeight:908,pixelWidth:1216,sizes:\"203px\",src:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png 1216w\"}},pmP_tBtKn:{background:{alt:\"3x faster time to treatment\",fit:\"fill\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+24+29.4+0+0),pixelHeight:908,pixelWidth:1216,sizes:\"166px\",src:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png 1216w\"}},wmDS8WTI2:{background:{alt:\"3x faster time to treatment\",fit:\"fill\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2790.1+0+0+0+205.6+0+0+24+0+20+0),pixelHeight:908,pixelWidth:1216,sizes:\"157px\",src:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png 1216w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"3x faster time to treatment\",fit:\"fill\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+24+80.4+0+0),pixelHeight:908,pixelWidth:1216,sizes:\"203px\",src:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZk4C6TYDDKB1YjllPkuGpGfYc.png 1216w\"},className:\"framer-16f1ynx\",\"data-framer-name\":\"Speedup-v2\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18htx8t\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 8, 10)\"},children:\"Reduce time to treatment\"})}),fonts:[\"Inter-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Faster time to treatment\"})}),className:\"framer-rhhf9h\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"Onboard patients faster with Berry\u2019s modern intake software\"})}),className:\"framer-7496nd\",\"data-framer-name\":\"Onboard patients twice as fast with modern intake software.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ygo86l\",\"data-framer-name\":\"Benefit Bento Square\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4dj4qa\",\"data-framer-name\":\"Frame 1000004624\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Save staff time\"})})},wmDS8WTI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Save staff time\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",children:\"Save staff time\"})}),className:\"framer-4kypve\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Reduce care staff workload by \",/*#__PURE__*/_jsx(\"br\",{}),\"up to 15 hours a week\"]})})},wmDS8WTI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"Reduce care staff workload by up to 15 hours a week\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",children:\"Reduce care staff workload by up to 15 hours a week\"})}),className:\"framer-3b2rrm\",\"data-framer-name\":\"Onboard patients twice as fast with modern intake software.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mscwty\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"A calendar showing booked schedules\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+0+283.2+-63.1),pixelHeight:768,pixelWidth:1024,sizes:\"449px\",src:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png\",srcSet:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png 1024w\"}},N72Nr8WLi:{background:{alt:\"A calendar showing booked schedules\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+0+283.2+-91.1),pixelHeight:768,pixelWidth:1024,sizes:\"551px\",src:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png\",srcSet:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png 1024w\"}},NbaMynUDS:{background:{alt:\"A calendar showing booked schedules\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,pixelHeight:768,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,src:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png\",srcSet:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png 1024w\"}},pmP_tBtKn:{background:{alt:\"A calendar showing booked schedules\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+0+283.2+-63.1),pixelHeight:768,pixelWidth:1024,sizes:\"449px\",src:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png\",srcSet:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png 1024w\"}},wmDS8WTI2:{background:{alt:\"A calendar showing booked schedules\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2790.1+0+0+0+205.6+0+0+0+0+-47.6),pixelHeight:768,pixelWidth:1024,sizes:\"229px\",src:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png\",srcSet:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A calendar showing booked schedules\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+0+0+283.2+-36.1),pixelHeight:768,pixelWidth:1024,sizes:\"551px\",src:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png\",srcSet:\"https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Fr4jniOrsW1AL0GyE3jBNBlo.png 1024w\"},className:\"framer-ekpp0x\",\"data-framer-name\":\"Reduce Time To Treatment\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7a4n4c\",\"data-framer-name\":\"Benefit Bento Square\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fjj193\",\"data-framer-name\":\"Frame 1000004624\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 8, 10)\"},children:\"Customized to your \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 8, 10)\"},children:\"brand and workflows\"})]}),fonts:[\"Inter-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",children:\"Customized to your brand and workflows\"})}),className:\"framer-1eqkfut\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"White-labeling options and highly customizable workflows.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",children:\"White-labeling options and highly customizable workflows.\"})}),className:\"framer-6lnvuf\",\"data-framer-name\":\"Onboard patients twice as fast with modern intake software.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m5i6t5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"A patient portal that can be whitelabelled\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+526+0+283.2+0+0),pixelHeight:1204,pixelWidth:2001,positionX:\"center\",positionY:\"center\",sizes:\"249.0667px\",src:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png 2001w\"}},N72Nr8WLi:{background:{alt:\"A patient portal that can be whitelabelled\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+546+0+283.2+0+0),pixelHeight:1204,pixelWidth:2001,positionX:\"center\",positionY:\"center\",sizes:\"275.7333px\",src:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png 2001w\"}},NbaMynUDS:{background:{alt:\"A patient portal that can be whitelabelled\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,pixelHeight:1204,pixelWidth:2001,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png 2001w\"}},pmP_tBtKn:{background:{alt:\"A patient portal that can be whitelabelled\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+526+0+283.2+0+0),pixelHeight:1204,pixelWidth:2001,positionX:\"center\",positionY:\"center\",sizes:\"249.0667px\",src:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png 2001w\"}},wmDS8WTI2:{background:{alt:\"A patient portal that can be whitelabelled\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2790.1+0+0+0+205.6+0+344+0+0+137),pixelHeight:1204,pixelWidth:2001,positionX:\"center\",positionY:\"center\",sizes:`calc(max((max((min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8) - 20px) / 2, 50px) * 2 + 20px) / 2, 1px) - 24px)`,src:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png 2001w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A patient portal that can be whitelabelled\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+656+0+283.2+0+0),pixelHeight:1204,pixelWidth:2001,positionX:\"center\",positionY:\"center\",sizes:\"422.4px\",src:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fiE3vYdK9l2jjEG7KykSIp95tA.png 2001w\"},className:\"framer-9d4lgl\",\"data-framer-name\":\"Reduce Time To Treatment\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gscxzi\",\"data-framer-name\":\"Benefit Bento Square\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m3ntpp\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-55slk2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"An arrow going up\",fit:\"fit\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+526+0+66.9+0+0+0+0),pixelHeight:490,pixelWidth:810,positionX:\"center\",positionY:\"center\",sizes:\"139px\",src:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png 810w\"}},N72Nr8WLi:{background:{alt:\"An arrow going up\",fit:\"fit\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+546+0+71.65+0+0+0+0),pixelHeight:490,pixelWidth:810,positionX:\"center\",positionY:\"center\",sizes:\"155px\",src:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png 810w\"}},NbaMynUDS:{background:{alt:\"An arrow going up\",fit:\"fit\",intrinsicHeight:448,intrinsicWidth:510,pixelHeight:490,pixelWidth:810,positionX:\"center\",positionY:\"center\",sizes:\"109.5319px\",src:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png 810w\"}},pmP_tBtKn:{background:{alt:\"An arrow going up\",fit:\"fit\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+526+0+66.9+0+0+0+0),pixelHeight:490,pixelWidth:810,positionX:\"center\",positionY:\"center\",sizes:\"139px\",src:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png 810w\"}},wmDS8WTI2:{background:{alt:\"An arrow going up\",fit:\"fit\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2790.1+0+0+0+205.6+0+639+0+0+24+0+0+-99.2),pixelHeight:490,pixelWidth:810,positionX:\"center\",positionY:\"center\",sizes:\"139px\",src:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png 810w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"An arrow going up\",fit:\"fit\",intrinsicHeight:448,intrinsicWidth:510,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+656+0+126.65+0+0+0+0),pixelHeight:490,pixelWidth:810,positionX:\"center\",positionY:\"center\",sizes:\"155px\",src:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EjkXLQmLSTsyip911jjAHgnhA.png 810w\"},className:\"framer-177cjj4\",\"data-framer-name\":\"Speedup-v2\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dajhyd\",\"data-framer-name\":\"Description\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 8, 10)\"},children:\"Delight patients\"})}),fonts:[\"Inter-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Convert more patients\"})}),className:\"framer-1b7s9sa\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Bring in more patients, \",/*#__PURE__*/_jsx(\"br\",{}),\"faster - and keep them.\"]})}),className:\"framer-c9r94\",\"data-framer-name\":\"Onboard patients twice as fast with modern intake software.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eyz0fs\",\"data-framer-name\":\"Benefit Bento Square\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-451ddz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ssg1lq\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-bozlmh hidden-1eiifoy\",\"data-framer-name\":\"Hero Type\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"67px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\"},children:\"5.0\"})})},pmP_tBtKn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"67px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\"},children:\"5.0\"})})},wmDS8WTI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\"},children:\"5.0\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"87px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-369bb1d6-e62a-497e-a742-834411bed40b, rgb(30, 40, 51))\"},children:\"5.0\"})}),className:\"framer-vv2g53\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dqx12o\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vanma9\",\"data-framer-name\":\"Star 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"-1 -1 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.8588 10.1761L15.9208 1.13389C15.6963 0.442913 14.7188 0.44291 14.4943 1.13389L11.5563 10.1761H2.0487C1.32216 10.1761 1.02007 11.1058 1.60786 11.5329L9.29964 17.1213L6.36164 26.1635C6.13713 26.8545 6.92799 27.4291 7.51577 27.002L15.2076 21.4136L22.8993 27.002C23.4871 27.4291 24.278 26.8545 24.0535 26.1635L21.1155 17.1213L28.8072 11.5329C29.395 11.1058 29.093 10.1761 28.3664 10.1761H18.8588Z\" fill=\"#FF9500\" stroke=\"#FF9500\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1st4lpt\",\"data-framer-name\":\"Star 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"-1 -1 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.8588 10.1761L15.9208 1.13389C15.6963 0.442913 14.7188 0.44291 14.4943 1.13389L11.5563 10.1761H2.0487C1.32216 10.1761 1.02007 11.1058 1.60786 11.5329L9.29964 17.1213L6.36164 26.1635C6.13713 26.8545 6.92799 27.4291 7.51577 27.002L15.2076 21.4136L22.8993 27.002C23.4871 27.4291 24.278 26.8545 24.0535 26.1635L21.1155 17.1213L28.8072 11.5329C29.395 11.1058 29.093 10.1761 28.3664 10.1761H18.8588Z\" fill=\"#FF9500\" stroke=\"#FF9500\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l1amwu\",\"data-framer-name\":\"Star 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"-1 -1 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.8588 10.1761L15.9208 1.13389C15.6963 0.442913 14.7188 0.44291 14.4943 1.13389L11.5563 10.1761H2.0487C1.32216 10.1761 1.02007 11.1058 1.60786 11.5329L9.29964 17.1213L6.36164 26.1635C6.13713 26.8545 6.92799 27.4291 7.51577 27.002L15.2076 21.4136L22.8993 27.002C23.4871 27.4291 24.278 26.8545 24.0535 26.1635L21.1155 17.1213L28.8072 11.5329C29.395 11.1058 29.093 10.1761 28.3664 10.1761H18.8588Z\" fill=\"#FF9500\" stroke=\"#FF9500\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-m9bl7s\",\"data-framer-name\":\"Star 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"-1 -1 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.8588 10.1761L15.9208 1.13389C15.6963 0.442913 14.7188 0.44291 14.4943 1.13389L11.5563 10.1761H2.0487C1.32216 10.1761 1.02007 11.1058 1.60786 11.5329L9.29964 17.1213L6.36164 26.1635C6.13713 26.8545 6.92799 27.4291 7.51577 27.002L15.2076 21.4136L22.8993 27.002C23.4871 27.4291 24.278 26.8545 24.0535 26.1635L21.1155 17.1213L28.8072 11.5329C29.395 11.1058 29.093 10.1761 28.3664 10.1761H18.8588Z\" fill=\"#FF9500\" stroke=\"#FF9500\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ffv4om\",\"data-framer-name\":\"Star 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"-1 -1 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.8588 10.1761L15.9208 1.13389C15.6963 0.442913 14.7188 0.44291 14.4943 1.13389L11.5563 10.1761H2.0487C1.32216 10.1761 1.02007 11.1058 1.60786 11.5329L9.29964 17.1213L6.36164 26.1635C6.13713 26.8545 6.92799 27.4291 7.51577 27.002L15.2076 21.4136L22.8993 27.002C23.4871 27.4291 24.278 26.8545 24.0535 26.1635L21.1155 17.1213L28.8072 11.5329C29.395 11.1058 29.093 10.1761 28.3664 10.1761H18.8588Z\" fill=\"#FF9500\" stroke=\"#FF9500\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hi4tj7\",\"data-framer-name\":\"Description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Delight patients\"})}),className:\"framer-17c6x1b\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"User-friendly tools that support and retain patients every step of the way. 5-star rating on the app store.\"})})},pmP_tBtKn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"User-friendly tools that support and retain patients every step of the way. 5-star rating on the app store.\"})})},wmDS8WTI2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"User-friendly tools that support and retain patients every step of the way. 5-star rating on the app store.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",style:{\"--framer-text-alignment\":\"center\"},children:[\"User-friendly tools that support and \",/*#__PURE__*/_jsx(\"br\",{}),\"retain patients every step of the way. 5-star rating on the app store.\"]})}),className:\"framer-xnipte\",\"data-framer-name\":\"Onboard patients twice as fast with modern intake software.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qb8qre\",\"data-framer-name\":\"Benefit Bento Square\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-148t89b\",\"data-framer-name\":\"Frame 1000004624\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Integrate with your \",/*#__PURE__*/_jsx(\"br\",{}),\"CRM and EMR\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-icc693\",\"data-styles-preset\":\"zlqXlC93Z\",children:\"Integrate with your CRM and EMR\"})}),className:\"framer-1bwmih5\",\"data-framer-name\":\"Reduce time to treatment\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 81, 81)\"},children:[\"Berry syncs directly with your \",/*#__PURE__*/_jsx(\"br\",{}),\"existing tools, reducing work \",/*#__PURE__*/_jsx(\"br\",{}),\"for your team.\"]})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-k03a1s\",\"data-styles-preset\":\"COBQ8bSaa\",children:[\"Berry syncs directly with your existing tools, \",/*#__PURE__*/_jsx(\"br\",{}),\"reducing work for your team.\"]})}),className:\"framer-rjamve\",\"data-framer-name\":\"Onboard patients twice as fast with modern intake software.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-106nije\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-iomm10\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"The Berry treatment mobile app gets updates from an EMR\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+1052+0+283.2+0+0),pixelHeight:2016,pixelWidth:2016,sizes:\"210.8px\",src:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png 2016w\"}},N72Nr8WLi:{background:{alt:\"The Berry treatment mobile app gets updates from an EMR\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+1092+0+283.2+0+0),pixelHeight:2016,pixelWidth:2016,sizes:\"230.8px\",src:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png 2016w\"}},NbaMynUDS:{background:{alt:\"The Berry treatment mobile app gets updates from an EMR\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:720,pixelHeight:2016,pixelWidth:2016,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,src:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png 2016w\"}},pmP_tBtKn:{background:{alt:\"The Berry treatment mobile app gets updates from an EMR\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+1052+0+283.2+0+0),pixelHeight:2016,pixelWidth:2016,sizes:\"210.8px\",src:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png 2016w\"}},wmDS8WTI2:{background:{alt:\"The Berry treatment mobile app gets updates from an EMR\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2790.1+0+0+0+205.6+0+983+0+283.2+0+0),pixelHeight:2016,pixelWidth:2016,sizes:\"190.8px\",src:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png 2016w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"The Berry treatment mobile app gets updates from an EMR\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2070.5+0+0+0+205.6+0+1312+0+283.2+0+0),pixelHeight:2016,pixelWidth:2016,sizes:\"340.8px\",src:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTJjlwkwNdhI1r1B3deF7jRE7k.png 2016w\"},className:\"framer-1d0edqg\",\"data-framer-name\":\"Reduce Time To Treatment\"})})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gnspfp\",\"data-framer-name\":\"The Berry Platform\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16o90i7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fvv52w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",style:{\"--framer-text-alignment\":\"center\"},children:\"The Berry Platform\"})}),className:\"framer-1wo6kkb\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpquo2\",\"data-framer-name\":\"Feature Details\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1etcp56\",\"data-framer-name\":\"Patient Quiz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18whmxe\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qnt9lt\",\"data-framer-name\":\"Frame 1000004687\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ou7yxe\",\"data-styles-preset\":\"RPyax8GCX\",children:\"Patient Prescreen\"})}),className:\"framer-hs9lzq\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s1vmud\",\"data-styles-preset\":\"CGO4zw4WN\",style:{\"--framer-text-alignment\":\"left\"},children:\"Convert more prospects and better assess their needs with a personalized, educational quiz.\"})}),className:\"framer-1ysijht\",\"data-framer-name\":\"Convert more qualified prospects with an educational, personalized quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"The Berry Prescreener takes patient answers and turns them into a report\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=512 512w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png 3144w\"}},N72Nr8WLi:{background:{alt:\"The Berry Prescreener takes patient answers and turns them into a report\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3982.1+0+0+0+274+0+0+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px)`,src:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=512 512w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png 3144w\"}},NbaMynUDS:{background:{alt:\"The Berry Prescreener takes patient answers and turns them into a report\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,pixelHeight:1572,pixelWidth:2096,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,src:\"https://framerusercontent.com/images/5n6AKFj7VlQmjpgXblejeApkjs.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5n6AKFj7VlQmjpgXblejeApkjs.png?scale-down-to=512 512w,https://framerusercontent.com/images/5n6AKFj7VlQmjpgXblejeApkjs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5n6AKFj7VlQmjpgXblejeApkjs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/5n6AKFj7VlQmjpgXblejeApkjs.png 2096w\"}},pmP_tBtKn:{background:{alt:\"The Berry Prescreener takes patient answers and turns them into a report\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=512 512w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png 3144w\"}},wmDS8WTI2:{background:{alt:\"The Berry Prescreener takes patient answers and turns them into a report\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4552.7+0+0+0+194+0+0+0+210.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=512 512w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png 3144w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"The Berry Prescreener takes patient answers and turns them into a report\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4312.1+0+0+0+274+0+0+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(${componentViewport?.width||\"100vw\"}, 1520px)`,src:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=512 512w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/706r4bZZY0zdckP29CEbWvXGkD8.png 3144w\"},className:\"framer-1lrgni4\",\"data-framer-name\":\"Patient Quiz Hero\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1txily6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-xrkap4\",\"data-styles-preset\":\"w3C9msW1D\",children:\"Features\"})}),className:\"framer-qqh3gn\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gibxeq\",\"data-framer-name\":\"Quiz Feature Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+0+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 240px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+0+0+1056.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+0+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zymgm7-container\",nodeId:\"SQDgPFUvV\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"SQDgPFUvV\",layoutId:\"SQDgPFUvV\",P5CRQqCpz:\"Convert more prospects by establishing credibility from the first touchpoint.\",sj_lDd1Ha:\"Lead generation\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Lightning\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+0+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 240px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+0+0+1056.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+0+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pr5p36-container\",nodeId:\"tYBag3qc7\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"tYBag3qc7\",layoutId:\"tYBag3qc7\",P5CRQqCpz:\"Patients receive personalized educational content based on their quiz answers.\",sj_lDd1Ha:\"Personalized education\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"GraduationCap\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+0+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 240px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+0+0+1056.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+0+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uknta0-container\",nodeId:\"O0NlFqRb6\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"O0NlFqRb6\",layoutId:\"O0NlFqRb6\",P5CRQqCpz:\"Data collected from the quiz syncs directly to your existing CRM.\",sj_lDd1Ha:\"CRM integrations\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Database\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+0+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 240px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+0+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 240px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+0+0+1056.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 240px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+0+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wffo3z-container\",nodeId:\"nMTvkMaZ1\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"nMTvkMaZ1\",layoutId:\"nMTvkMaZ1\",P5CRQqCpz:\"Customize the quiz with your clinic\u2019s branding and content.\",sj_lDd1Ha:\"White labeling \",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Checkerboard\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6gv3qq\",\"data-framer-name\":\"Patient Intake\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yriurm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vensvf\",\"data-framer-name\":\"Frame 1000004687\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ou7yxe\",\"data-styles-preset\":\"RPyax8GCX\",children:\"Patient Intake\"})}),className:\"framer-guiwq1\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s1vmud\",\"data-styles-preset\":\"CGO4zw4WN\",style:{\"--framer-text-alignment\":\"left\"},children:\"Reduce time to treatment by providing a highly customizable self-service intake portal.\"})}),className:\"framer-1onw2bk\",\"data-framer-name\":\"Convert more qualified prospects with an educational, personalized quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"The Berry intake patient portal UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=512 512w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png 3144w\"}},N72Nr8WLi:{background:{alt:\"The Berry intake patient portal UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px)`,src:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=512 512w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png 3144w\"}},NbaMynUDS:{background:{alt:\"The Berry intake patient portal UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,pixelHeight:1572,pixelWidth:2096,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,src:\"https://framerusercontent.com/images/vlzK9GipfbZfSJN3h1L7JMxpH3g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/vlzK9GipfbZfSJN3h1L7JMxpH3g.png?scale-down-to=512 512w,https://framerusercontent.com/images/vlzK9GipfbZfSJN3h1L7JMxpH3g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vlzK9GipfbZfSJN3h1L7JMxpH3g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vlzK9GipfbZfSJN3h1L7JMxpH3g.png 2096w\"}},pmP_tBtKn:{background:{alt:\"The Berry intake patient portal UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=512 512w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png 3144w\"}},wmDS8WTI2:{background:{alt:\"The Berry intake patient portal UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=512 512w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png 3144w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"The Berry intake patient portal UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(${componentViewport?.width||\"100vw\"}, 1520px)`,src:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=512 512w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1v45QyHCegai8RqSJ9iDqQM0nXk.png 3144w\"},className:\"framer-zvt7xm\",\"data-framer-name\":\"Patient Quiz Hero\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iahxdf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-xrkap4\",\"data-styles-preset\":\"w3C9msW1D\",children:\"Features\"})}),className:\"framer-1t9e2d1\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19xytgz\",\"data-framer-name\":\"Intake Feature Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kt6fvn-container\",nodeId:\"HgsdWw2qw\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"HgsdWw2qw\",layoutId:\"HgsdWw2qw\",P5CRQqCpz:\"Patients do not need to download an app to get started quickly.\",sj_lDd1Ha:\"Web and Mobile\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Devices\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j0di5o-container\",nodeId:\"HrURBpiRT\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"HrURBpiRT\",layoutId:\"HrURBpiRT\",P5CRQqCpz:\"Monitor your patient\u2019s progress during intake.\",sj_lDd1Ha:\"Provider dashboard\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Layout\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fuki3l-container\",nodeId:\"gtcvAbN4i\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"gtcvAbN4i\",layoutId:\"gtcvAbN4i\",P5CRQqCpz:\"Patients can self-schedule, manage, and get reminders for their appointments.\",sj_lDd1Ha:\"Appointments\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Calendar\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mx40uu-container\",nodeId:\"FZ1UIrMaD\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"FZ1UIrMaD\",layoutId:\"FZ1UIrMaD\",P5CRQqCpz:\"Virtually connect with patients for a high-touch experience.\",sj_lDd1Ha:\"Telemedicine\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"VideoCamera\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+376}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ylmmqk-container\",nodeId:\"AMVhbpBsR\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"AMVhbpBsR\",layoutId:\"AMVhbpBsR\",P5CRQqCpz:\"Collect and review patients\u2019 health history prior to their initial consultation.\",sj_lDd1Ha:\"Medical questionnaires\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"ClipboardText\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+376}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13yzasw-container\",nodeId:\"BStZnk0ga\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"BStZnk0ga\",layoutId:\"BStZnk0ga\",P5CRQqCpz:\"Patients and their partners can electronically review and sign consents.\",sj_lDd1Ha:\"Consent forms\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Signature\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+456},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+456},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+564}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1es9na3-container\",nodeId:\"xtVOhe1QA\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"xtVOhe1QA\",layoutId:\"xtVOhe1QA\",P5CRQqCpz:\"Partners have connected profiles, each with their own intake tasks. \",sj_lDd1Ha:\"Partner support\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Users\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+456},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+456},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+564}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ar6tu8-container\",nodeId:\"YIhOdCv9w\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"YIhOdCv9w\",layoutId:\"YIhOdCv9w\",P5CRQqCpz:\"Connect your chat solution or use Berry chat to talk to your patients.\",sj_lDd1Ha:\"Chat Support\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"ChatCircle\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+456},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+456},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+752}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4smwnc-container\",nodeId:\"z7IwObv10\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"z7IwObv10\",layoutId:\"z7IwObv10\",P5CRQqCpz:\"Data collected from the quiz syncs directly to your existing CRM.\",sj_lDd1Ha:\"CRM integrations\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Database\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+684},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+684},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+752}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ckpicm-container\",nodeId:\"geV9z_1ax\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"geV9z_1ax\",layoutId:\"geV9z_1ax\",P5CRQqCpz:\"Intake information and documents flow directly to your existing EMR.\",sj_lDd1Ha:\"EMR integrations\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"HardDrives\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+684},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+1409.8+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+1617.8+0+1063.8+0+684},wmDS8WTI2:{height:180,width:`max(max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px), 250px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+1530.8+0+1063.8+0+940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+1409.8+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17mr4vy-container\",nodeId:\"YdVOK865b\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"YdVOK865b\",layoutId:\"YdVOK865b\",P5CRQqCpz:\"Customize the intake portal with your clinic\u2019s branding and workflows.\",sj_lDd1Ha:\"White labeling\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Checkerboard\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xzzbj0\",\"data-framer-name\":\"Treatment App\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ht5zk\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uud2fy\",\"data-framer-name\":\"Frame 1000004687\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ou7yxe\",\"data-styles-preset\":\"RPyax8GCX\",style:{\"--framer-text-alignment\":\"left\"},children:\"Patient Treatment App\"})}),className:\"framer-1eb5wig\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s1vmud\",\"data-styles-preset\":\"CGO4zw4WN\",style:{\"--framer-text-alignment\":\"left\"},children:\"Provide patients with treatment support, medication management, educational resources, and more all in one place.\"})}),className:\"framer-enbryn\",\"data-framer-name\":\"Convert more qualified prospects with an educational, personalized quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"The Berry treatment mobile app UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png 3144w\"}},N72Nr8WLi:{background:{alt:\"The Berry treatment mobile app UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px)`,src:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png 3144w\"}},NbaMynUDS:{background:{alt:\"The Berry treatment mobile app UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,pixelHeight:1572,pixelWidth:2096,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,src:\"https://framerusercontent.com/images/tpObh6Ll3FW6GnJtpUzIpJj1V1M.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/tpObh6Ll3FW6GnJtpUzIpJj1V1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/tpObh6Ll3FW6GnJtpUzIpJj1V1M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tpObh6Ll3FW6GnJtpUzIpJj1V1M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/tpObh6Ll3FW6GnJtpUzIpJj1V1M.png 2096w\"}},pmP_tBtKn:{background:{alt:\"The Berry treatment mobile app UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png 3144w\"}},wmDS8WTI2:{background:{alt:\"The Berry treatment mobile app UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png 3144w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"The Berry treatment mobile app UI\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(${componentViewport?.width||\"100vw\"}, 1520px)`,src:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ey3FYAix60b1KXJZo1N5FITtiY.png 3144w\"},className:\"framer-ffzugz\",\"data-framer-name\":\"Patient Quiz Hero\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qrn5uw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-xrkap4\",\"data-styles-preset\":\"w3C9msW1D\",children:\"Features\"})}),className:\"framer-1h4d6ni\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-no5nt8\",\"data-framer-name\":\"Intake Feature Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kt3klx-container\",nodeId:\"zzN3TfDky\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"zzN3TfDky\",layoutId:\"zzN3TfDky\",P5CRQqCpz:\"Patients can use the app for IVF, FET, IUI, egg freezing, and timed intercourse cycles.\",sj_lDd1Ha:\"Support all cycle types\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"CirclesThree\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11zwhz3-container\",nodeId:\"mMRz_MMBH\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"mMRz_MMBH\",layoutId:\"mMRz_MMBH\",P5CRQqCpz:\"Patients get appointment details synced from your EMR.\",sj_lDd1Ha:\"Appointments\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"CalendarBlank\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16oz14s-container\",nodeId:\"iH7BlQpMj\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"iH7BlQpMj\",layoutId:\"iH7BlQpMj\",P5CRQqCpz:\"Lab results automatically flow  from your EMR.\",sj_lDd1Ha:\"Lab results\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Microscope\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j0169n-container\",nodeId:\"MtlSYXPeJ\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"MtlSYXPeJ\",layoutId:\"MtlSYXPeJ\",P5CRQqCpz:\"Patients can electronically review and sign consents.\",sj_lDd1Ha:\"Consent forms\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Signature\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+376}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1etp27t-container\",nodeId:\"BHtHaJCcQ\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"BHtHaJCcQ\",layoutId:\"BHtHaJCcQ\",P5CRQqCpz:\"Cycle-specific content surfaced to patients when it\u2019s most relevant.\",sj_lDd1Ha:\"Education resources\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"GraduationCap\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+376}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-141f8p9-container\",nodeId:\"F_gv_RmD4\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"F_gv_RmD4\",layoutId:\"F_gv_RmD4\",P5CRQqCpz:\"Keep patients on track with medication doses and timing directly from your EMR. \",sj_lDd1Ha:\"Medication compliance\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Asclepius\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+456},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+456},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+564}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18tyo90-container\",nodeId:\"PDrObLOiq\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"PDrObLOiq\",layoutId:\"PDrObLOiq\",P5CRQqCpz:\"Patients can use their phone\u2019s camera to easily add medications to the app.\",sj_lDd1Ha:\"AI Med Scan\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Camera\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+456},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+248},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+456},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+564}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+248,children:/*#__PURE__*/_jsx(Container,{className:\"framer-za6iud-container\",nodeId:\"fucv7hv09\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"fucv7hv09\",layoutId:\"fucv7hv09\",P5CRQqCpz:\"Searchable FAQs answer common questions so your staff doesn\u2019t have to.\",sj_lDd1Ha:\"Patient FAQ\u2019s\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"SealQuestion\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+456},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+456},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+752}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-150lc6w-container\",nodeId:\"o8VyCHZNb\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"o8VyCHZNb\",layoutId:\"o8VyCHZNb\",P5CRQqCpz:\"Medication doses and appointments sync to the patient app.\",sj_lDd1Ha:\"EMR integrations\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"HardDrives\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+684},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+684},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+752}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hagapn-container\",nodeId:\"LjMZc0fZb\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"LjMZc0fZb\",layoutId:\"LjMZc0fZb\",P5CRQqCpz:\"Customize the treatment app with your clinic\u2019s branding and content.\",sj_lDd1Ha:\"White labeling\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Checkerboard\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+684},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+684},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x6lerr-container\",nodeId:\"bJuCqua7k\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"bJuCqua7k\",layoutId:\"bJuCqua7k\",P5CRQqCpz:\"Injection videos, storage instructions, and common medication FAQs\",sj_lDd1Ha:\"Medication Training\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Stethoscope\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+684},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+3315.6+0+1063.8+0+496},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+3691.6+0+1063.8+0+684},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+3820.6+0+1063.8+0+940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+3315.6+0+1063.8+0+496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h8y09h-container\",nodeId:\"S2dE_QtzT\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"S2dE_QtzT\",layoutId:\"S2dE_QtzT\",P5CRQqCpz:\"Connect your chat solution or use Berry chat to talk to your patients.\",sj_lDd1Ha:\"Chat Support\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"ChatCircle\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p46u4p\",\"data-framer-name\":\"AI Smart Compose\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yq6ejk\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3volpv\",\"data-framer-name\":\"Frame 1000004687\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1ou7yxe\",\"data-styles-preset\":\"RPyax8GCX\",style:{\"--framer-text-alignment\":\"left\"},children:[\"AI Smart Compose \",/*#__PURE__*/_jsx(\"br\",{}),\"for Care Teams\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ou7yxe\",\"data-styles-preset\":\"RPyax8GCX\",style:{\"--framer-text-alignment\":\"left\"},children:\"AI Smart Compose for Care Teams\"})}),className:\"framer-tl3uji\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s1vmud\",\"data-styles-preset\":\"CGO4zw4WN\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our chat models save time for your care team by providing draft responses to patient messages. Our chat suggestions are medically accurate and provide vetted fertility knowledge.\"})}),className:\"framer-kriopg\",\"data-framer-name\":\"Convert more qualified prospects with an educational, personalized quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{background:{alt:\"A patient questions generates 3 drafts from an AI model\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png 3144w\"}},N72Nr8WLi:{background:{alt:\"A patient questions generates 3 drafts from an AI model\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3982.1+0+0+0+274+0+5221.4+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px)`,src:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png 3144w\"}},NbaMynUDS:{background:{alt:\"A patient questions generates 3 drafts from an AI model\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,pixelHeight:1572,pixelWidth:2096,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,src:\"https://framerusercontent.com/images/Oa6lHSZ37g0YmgyN3LwMl6tZk8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/Oa6lHSZ37g0YmgyN3LwMl6tZk8.png?scale-down-to=512 512w,https://framerusercontent.com/images/Oa6lHSZ37g0YmgyN3LwMl6tZk8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Oa6lHSZ37g0YmgyN3LwMl6tZk8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Oa6lHSZ37g0YmgyN3LwMl6tZk8.png 2096w\"}},pmP_tBtKn:{background:{alt:\"A patient questions generates 3 drafts from an AI model\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png 3144w\"}},wmDS8WTI2:{background:{alt:\"A patient questions generates 3 drafts from an AI model\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4552.7+0+0+0+194+0+6110.4+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px)`,src:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png 3144w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A patient questions generates 3 drafts from an AI model\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1572,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4312.1+0+0+0+274+0+5221.4+0+217.8),pixelHeight:1512,pixelWidth:3144,sizes:`min(${componentViewport?.width||\"100vw\"}, 1520px)`,src:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iPgQF7E6sAc2v6pznjgYgw7Mwc0.png 3144w\"},className:\"framer-j2xzs9\",\"data-framer-name\":\"Patient Quiz Hero\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vq2vyo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-xrkap4\",\"data-styles-preset\":\"w3C9msW1D\",children:\"Features\"})}),className:\"framer-ou9no9\",\"data-framer-name\":\"Patient Quiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ml1oev\",\"data-framer-name\":\"Intake Feature Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+5221.4+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+6110.4+0+1063.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+5221.4+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9zmfsa-container\",nodeId:\"PxDD9jyzD\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"PxDD9jyzD\",layoutId:\"PxDD9jyzD\",P5CRQqCpz:\"AI-powered, human-approved. Staff members can review and edit responses before sending.\",sj_lDd1Ha:\"AI chat models\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"ChatCircle\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+5221.4+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+6110.4+0+1063.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+5221.4+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3hwuof-container\",nodeId:\"zyqW7Z99E\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"zyqW7Z99E\",layoutId:\"zyqW7Z99E\",P5CRQqCpz:\"Include patient-specific info from the EMR like medications and appointments.\",sj_lDd1Ha:\"EMR integrations\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"HardDrives\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+0},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+5221.4+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+0},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+6110.4+0+1063.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+5221.4+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e0mjuu-container\",nodeId:\"zN8QAPByK\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"zN8QAPByK\",layoutId:\"zN8QAPByK\",P5CRQqCpz:\"Models are trained on vetted, fertility-specific content.\",sj_lDd1Ha:\"Vetted fertility content\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"ShieldCheck\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+228},N72Nr8WLi:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.72), 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+3982.1+0+0+0+274+0+5221.4+0+1063.8+0+0},NbaMynUDS:{height:218,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1520px) - 32px)`,y:undefined},pmP_tBtKn:{height:220,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 16px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3922.1+0+0+0+274+0+5765.4+0+1063.8+0+228},wmDS8WTI2:{height:180,width:`max((min(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8), 1520px) - 8px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4552.7+0+0+0+194+0+6110.4+0+1063.8+0+188}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:`max((min(${componentViewport?.width||\"100vw\"}, 1520px) - 24px) / 4, 50px)`,y:(componentViewport?.y||0)+0+4312.1+0+0+0+274+0+5221.4+0+1063.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ydxn89-container\",nodeId:\"QpKn4lFtP\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ODf9rdIYn\"},NbaMynUDS:{style:{width:\"100%\"},variant:\"sNqtpUF5g\"},pmP_tBtKn:{variant:\"ODf9rdIYn\"},wmDS8WTI2:{variant:\"sNqtpUF5g\"}},children:/*#__PURE__*/_jsx(FeatureTile,{height:\"100%\",id:\"QpKn4lFtP\",layoutId:\"QpKn4lFtP\",P5CRQqCpz:\"Customizable with your clinic\u2019s branding, locations, doctors, and more.\",sj_lDd1Ha:\"White labeling\",style:{height:\"100%\",width:\"100%\"},variant:\"BZ7M19Udm\",width:\"100%\",Ym_2XQS93:\"Checkerboard\"})})})})})]})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b1yziz\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d457ci\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ed0vl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mk0522\",\"data-styles-preset\":\"Givnmq6gO\",style:{\"--framer-text-alignment\":\"center\"},children:\"Testimonials\"})}),className:\"framer-nza1ea\",\"data-framer-name\":\"Berry helps you scale efficiently and provide premium patient support\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vlz3og\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ut1hhp-container hidden-1eiifoy hidden-1lugbsr\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cig4m8cWJ\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:-64,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.2,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:.5,fadeContent:false,fadeInset:38,fadeWidth:0,overflow:true},gap:32,height:\"100%\",id:\"cig4m8cWJ\",intervalControl:1.5,itemAmount:1,layoutId:\"cig4m8cWJ\",padding:0,paddingBottom:0,paddingLeft:24,paddingPerSide:true,paddingRight:24,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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bd264j-container\",inComponentSlot:true,nodeId:\"y0SLwKuDG\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"Gary Kliegman, COO and Co-founder of Onto Health\",height:\"100%\",id:\"y0SLwKuDG\",layoutId:\"y0SLwKuDG\",qmHJLCfti:\"The Berry team has been incredibly easy to work with from day one. By working with Berry we were able to bring a product to market that delivers an amazing patient experience. The Berry team is constantly iterating and improving on their products, and they're always seeking to work with us to incorporate our ideas and needs into their go-forward roadmap.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"HH8o4qkmq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qizxe3-container\",inComponentSlot:true,nodeId:\"bUi47hfWw\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"Beth Zoneraich, CEO of Pinnacle Fertility\",height:\"100%\",id:\"bUi47hfWw\",layoutId:\"bUi47hfWw\",qmHJLCfti:\"Partnering with Berry Fertility helps us elevate the fertility journey through cutting-edge technology and concierge-level, patient-first care. This collaboration enriches our ongoing mission to customize and enhance every patient's experience, ensuring their path to parenthood is supported in the most seamless and compassionate way possible.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"HH8o4qkmq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18md66u-container\",inComponentSlot:true,nodeId:\"r_5OZLCcO\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"VP of Operations, Large Clinic Network\",height:\"100%\",id:\"r_5OZLCcO\",layoutId:\"r_5OZLCcO\",qmHJLCfti:\"Berry unifies a whole set of disparate tools we've tried to cobble together unsuccessfully to serve patients in the personalized way we really want to.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"HH8o4qkmq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10b7gc1-container\",inComponentSlot:true,nodeId:\"Rd4WEi4WQ\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"Gilbert L. Mottla, MD \u2014 Shady Grove Fertility\",height:\"100%\",id:\"Rd4WEi4WQ\",layoutId:\"Rd4WEi4WQ\",qmHJLCfti:\"Berry partner's with medical practices enabling much greater efficiency of information flow between patients, their nurses and physicians. And the platform can be customized to the needs of any fertility practice. This kind of efficiency promotes optimal patient care and saves considerable time for nurses and physicians vs. traditional phone or voicemail communications.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"HH8o4qkmq\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a38huf-container hidden-xzqege hidden-ekiir1 hidden-1rbxdjs hidden-xz9jxg\",\"data-framer-name\":\"Mobile\",isAuthoredByUser:true,isModuleExternal:true,name:\"Mobile\",nodeId:\"Hm1ayS9ui\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NbaMynUDS:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:-64,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:48,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:48,showMouseControls:true},gap:12,paddingLeft:0,paddingRight:0}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:-64,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.2,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:.5,fadeContent:false,fadeInset:38,fadeWidth:0,overflow:true},gap:32,height:\"100%\",id:\"Hm1ayS9ui\",intervalControl:1.5,itemAmount:1,layoutId:\"Hm1ayS9ui\",name:\"Mobile\",padding:0,paddingBottom:0,paddingLeft:24,paddingPerSide:true,paddingRight:24,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:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vrf7o0-container\",inComponentSlot:true,nodeId:\"vhvy6nwhB\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"Gary Kliegman, COO and Co-founder of Onto Health\",height:\"100%\",id:\"vhvy6nwhB\",layoutId:\"vhvy6nwhB\",qmHJLCfti:\"The Berry team has been incredibly easy to work with from day one. By working with Berry we were able to bring a product to market that delivers an amazing patient experience. The Berry team is constantly iterating and improving on their products, and they're always seeking to work with us to incorporate our ideas and needs into their go-forward roadmap.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"xYIiwDYsq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cz8m65-container\",inComponentSlot:true,nodeId:\"bYqSdA3cx\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"Beth Zoneraich, CEO of Pinnacle Fertility\",height:\"100%\",id:\"bYqSdA3cx\",layoutId:\"bYqSdA3cx\",qmHJLCfti:\"Partnering with Berry Fertility helps us elevate the fertility journey through cutting-edge technology and concierge-level, patient-first care. This collaboration enriches our ongoing mission to customize and enhance every patient's experience, ensuring their path to parenthood is supported in the most seamless and compassionate way possible.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"xYIiwDYsq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gla5ia-container\",inComponentSlot:true,nodeId:\"pTTBra7ix\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"VP of Operations, Large Clinic Network\",height:\"100%\",id:\"pTTBra7ix\",layoutId:\"pTTBra7ix\",qmHJLCfti:\"Berry unifies a whole set of disparate tools we've tried to cobble together unsuccessfully to serve patients in the personalized way we really want to.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"xYIiwDYsq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:\"748px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9hjvsw-container\",inComponentSlot:true,nodeId:\"YxhJaFYIr\",rendersWithMotion:true,scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(TestimonialCard,{GG6Ejb1st:\"Gilbert L. Mottla, MD \u2014 Shady Grove Fertility\",height:\"100%\",id:\"YxhJaFYIr\",layoutId:\"YxhJaFYIr\",qmHJLCfti:\"Berry partner's with medical practices enabling much greater efficiency of information flow between patients, their nurses and physicians. And the platform can be customized to the needs of any fertility practice. This kind of efficiency promotes optimal patient care and saves considerable time for nurses and physicians vs. traditional phone or voicemail communications.\\\"\",style:{height:\"100%\",width:\"100%\"},variant:\"xYIiwDYsq\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+12373.9},N72Nr8WLi:{y:(componentViewport?.y||0)+0+11681.9},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+12373.9},wmDS8WTI2:{y:(componentViewport?.y||0)+0+13091.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1345,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+12011.9,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12eds2c-container\",nodeId:\"NJxzkTXFv\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{variant:\"ds6sv8arO\"},N72Nr8WLi:{variant:\"Rxr6ld7T2\"},NbaMynUDS:{variant:\"wFNb9cm8M\"},pmP_tBtKn:{variant:\"ds6sv8arO\"},wmDS8WTI2:{variant:\"QRcWGdCpN\"}},children:/*#__PURE__*/_jsx(FAQClinicComp,{height:\"100%\",id:\"NJxzkTXFv\",layoutId:\"NJxzkTXFv\",style:{width:\"100%\"},variant:\"iQaQHraxg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ny6js4\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fb6u2j\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vxyeuj\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tu02cy\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dxdm6z\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ecaj17\",\"data-framer-name\":\"BERRY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 148 61\"><path d=\"M 3.706 7.87 L 3.706 52.974 C 3.706 55.545 1.805 55.467 1.805 56.713 C 1.805 58.427 3.944 58.583 9.015 58.583 L 12.818 58.583 C 25.177 58.583 31.04 53.675 31.04 43.003 C 31.04 35.369 27.871 30.305 20.661 26.41 C 25.336 24.229 27.475 21.035 27.475 16.283 C 27.475 7.481 21.295 2.339 9.49 2.339 L 8.302 2.339 C 3.865 2.339 1.805 2.417 1.805 4.131 C 1.805 5.3 3.706 5.3 3.706 7.87 Z M 13.055 10.753 C 13.055 7.948 13.214 6.78 14.64 6.78 C 16.383 6.78 18.918 10.441 18.918 15.816 C 18.918 21.035 17.73 23.606 15.353 23.606 C 13.531 23.606 13.055 22.204 13.055 19.321 Z M 13.055 32.097 C 13.055 29.994 13.531 28.981 14.719 28.981 C 17.73 28.981 20.82 34.356 20.82 43.86 C 20.82 50.481 18.363 54.298 15.432 54.298 C 13.214 54.298 13.055 52.896 13.055 49.702 Z\" fill=\"rgb(229, 231, 235)\"></path><path d=\"M 34.707 58.115 L 48.493 58.115 C 52.138 58.115 53.96 59.206 54.514 59.206 C 55.623 59.206 56.257 58.037 56.812 55.934 L 59.426 45.963 C 59.585 45.496 59.585 45.106 59.585 44.794 C 59.585 43.47 58.872 42.769 57.763 42.769 C 55.94 42.769 55.069 45.34 52.454 48.612 C 50.236 51.416 48.097 52.74 45.72 52.74 C 43.106 52.74 43.026 51.494 43.026 48.066 L 43.026 32.642 C 43.026 30.072 43.502 29.137 45.165 29.137 C 47.78 29.137 49.364 31.318 52.138 34.512 C 52.771 35.213 53.484 35.602 54.118 35.602 C 55.227 35.602 56.02 34.901 56.02 33.811 C 56.02 33.188 55.861 32.331 55.386 31.24 L 51.741 22.126 C 51.266 20.802 50.553 20.178 49.681 20.178 C 48.255 20.178 47.859 20.802 47.225 21.97 C 46.671 23.061 46.116 23.762 44.928 23.762 C 43.502 23.762 43.026 22.437 43.026 19.555 L 43.026 10.597 C 43.026 8.338 43.581 7.325 45.245 7.325 C 47.146 7.325 49.285 8.805 51.504 11.843 C 53.88 15.115 54.673 17.841 56.812 17.841 C 57.921 17.841 58.634 17.062 58.634 15.816 C 58.634 14.959 58.396 13.635 57.921 11.843 L 55.782 4.287 C 55.307 2.729 55.148 1.794 53.801 1.794 C 52.85 1.794 51.107 2.729 48.097 2.729 L 34.707 2.729 C 32.727 2.729 31.697 2.885 31.697 4.209 C 31.697 5.377 33.519 5.377 33.519 7.948 L 33.519 52.896 C 33.519 55.467 31.617 55.467 31.617 56.635 C 31.617 57.96 32.727 58.115 34.707 58.115 Z\" fill=\"rgb(229, 231, 235)\"></path><path d=\"M 71.785 37.472 L 75.351 37.472 L 78.52 52.117 C 78.757 53.13 78.837 53.753 78.837 53.909 C 78.837 54.999 77.014 55.545 77.014 56.713 C 77.014 57.57 77.886 58.115 79.787 58.115 L 87.076 58.115 C 88.74 58.115 89.532 57.726 89.532 56.869 C 89.532 55.934 88.661 55.467 87.948 54.532 C 87.314 53.675 87.076 52.506 86.759 51.26 L 82.877 35.291 C 86.839 33.967 89.295 29.682 89.295 23.45 C 89.295 10.207 81.689 2.262 68.458 2.262 C 63.308 2.262 60.693 2.417 60.693 4.209 C 60.693 5.3 62.595 5.377 62.595 7.948 L 62.595 52.896 C 62.595 55.467 60.693 55.467 60.693 56.635 C 60.693 57.96 61.803 58.115 63.783 58.115 L 70.518 58.115 C 72.498 58.115 73.608 57.96 73.608 56.635 C 73.608 55.467 71.785 55.467 71.785 52.896 Z M 71.785 11.532 C 71.785 8.649 72.419 7.247 74.004 7.247 C 76.539 7.247 79.787 13.479 79.787 23.45 C 79.787 29.838 77.807 33.265 74.479 33.265 C 72.261 33.265 71.785 31.707 71.785 27.968 Z\" fill=\"rgb(229, 231, 235)\"></path><path d=\"M 102.177 37.472 L 105.742 37.472 L 108.911 52.117 C 109.149 53.13 109.228 53.753 109.228 53.909 C 109.228 54.999 107.406 55.545 107.406 56.713 C 107.406 57.57 108.277 58.115 110.179 58.115 L 117.468 58.115 C 119.131 58.115 119.924 57.726 119.924 56.869 C 119.924 55.934 119.052 55.467 118.339 54.532 C 117.705 53.675 117.468 52.506 117.151 51.26 L 113.269 35.291 C 117.23 33.967 119.686 29.682 119.686 23.45 C 119.686 10.207 112.08 2.262 98.849 2.262 C 93.699 2.262 91.085 2.417 91.085 4.209 C 91.085 5.3 92.986 5.377 92.986 7.948 L 92.986 52.896 C 92.986 55.467 91.085 55.467 91.085 56.635 C 91.085 57.96 92.194 58.115 94.175 58.115 L 100.909 58.115 C 102.89 58.115 103.999 57.96 103.999 56.635 C 103.999 55.467 102.177 55.467 102.177 52.896 Z M 102.177 11.532 C 102.177 8.649 102.81 7.247 104.395 7.247 C 106.93 7.247 110.179 13.479 110.179 23.45 C 110.179 29.838 108.198 33.265 104.87 33.265 C 102.652 33.265 102.177 31.707 102.177 27.968 Z\" fill=\"rgb(229, 231, 235)\"></path><path d=\"M 119.258 8.104 L 127.339 36.07 L 127.339 52.896 C 127.339 55.545 125.2 55.389 125.2 56.635 C 125.2 57.57 126.071 58.115 127.814 58.115 L 136.292 58.115 C 138.035 58.115 138.985 57.648 138.985 56.635 C 138.985 55.389 136.846 55.545 136.846 52.896 L 136.846 35.135 L 143.739 7.714 C 144.294 5.377 146.195 5.689 146.195 4.209 C 146.195 2.885 145.561 2.729 143.977 2.729 L 138.589 2.729 C 136.609 2.729 135.658 2.885 135.658 4.287 C 135.658 5.377 137.48 5.767 137.48 7.481 C 137.48 7.637 137.401 7.792 137.401 7.948 L 133.519 26.644 L 128.21 7.948 C 128.131 7.714 128.131 7.559 128.131 7.403 C 128.131 5.845 130.033 5.3 130.033 4.287 C 130.033 2.885 129.003 2.729 127.022 2.729 L 119.02 2.729 C 117.594 2.729 116.881 2.963 116.881 4.209 C 116.881 5.455 118.624 5.845 119.258 8.104 Z\" fill=\"rgb(229, 231, 235)\"></path></svg>',svgContentId:10735048409,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e62yce\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xu9dek\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(228, 230, 235, 0.5)\",\"--framer-text-transform\":\"uppercase\"},children:\"Menu\"})}),className:\"framer-5q44ur\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hw81x7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+0},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+0+110+0+0},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+0},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+0+110+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+0+110+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kyde1v-container\",isModuleExternal:true,nodeId:\"P7f4ai4g9\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"P7f4ai4g9\",layoutId:\"P7f4ai4g9\",Ljh8saIiI:\"For Patients\",NoNMGqtlt:\"https://www.berryfertility.com/\",PETpsEGrG:\"House\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"N1gBVTSQ9\"},implicitPathVariables:undefined},{href:{webPageId:\"N1gBVTSQ9\"},implicitPathVariables:undefined},{href:{webPageId:\"N1gBVTSQ9\"},implicitPathVariables:undefined},{href:{webPageId:\"N1gBVTSQ9\"},implicitPathVariables:undefined},{href:{webPageId:\"N1gBVTSQ9\"},implicitPathVariables:undefined},{href:{webPageId:\"N1gBVTSQ9\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+28},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+0+110+0+28},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+28},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+0+110+0+28}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+0+110+0+28,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p74gvg-container\",isModuleExternal:true,nodeId:\"eddbQ8OLb\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{NoNMGqtlt:resolvedLinks[3]},N72Nr8WLi:{NoNMGqtlt:resolvedLinks[2]},NbaMynUDS:{NoNMGqtlt:resolvedLinks[1]},pmP_tBtKn:{NoNMGqtlt:resolvedLinks[5]},wmDS8WTI2:{NoNMGqtlt:resolvedLinks[4]}},children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:false,G69lc8Pti:true,height:\"100%\",id:\"eddbQ8OLb\",layoutId:\"eddbQ8OLb\",Ljh8saIiI:\"For Clinics\",NoNMGqtlt:resolvedLinks[0],PETpsEGrG:\"House\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+56},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+0+110+0+56},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+56},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+0+110+0+56}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+0+110+0+56,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a1mnjn-container\",isModuleExternal:true,nodeId:\"bV4KXsSko\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"bV4KXsSko\",layoutId:\"bV4KXsSko\",Ljh8saIiI:\"Articles\",NoNMGqtlt:\"https://www.berryfertility.com/articles\",PETpsEGrG:\"House\",style:{height:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+84},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+0+110+0+84},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+84},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+0+110+0+84}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+0+110+0+84,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17c7bry-container\",isModuleExternal:true,nodeId:\"QmzdMmfpM\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"QmzdMmfpM\",layoutId:\"QmzdMmfpM\",Ljh8saIiI:\"Glossary\",NoNMGqtlt:\"https://www.berryfertility.com/glossary\",PETpsEGrG:\"House\",style:{height:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+112},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+0+110+0+112},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+0+110+0+112},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+0+110+0+112}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+0+110+0+112,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ekubmw-container\",isModuleExternal:true,nodeId:\"BEAPz313a\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:true,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"BEAPz313a\",layoutId:\"BEAPz313a\",Ljh8saIiI:\"Press Kit\",NoNMGqtlt:\"https://www.berryfertility.com/press-kit\",PETpsEGrG:\"House\",style:{height:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qnjzki\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9mpuj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+83-56+0+0},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+83-56+0+0},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+83-56+0+0},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+83-56+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+83-56+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-70knme-container\",isModuleExternal:true,nodeId:\"mHQs0XrOr\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"mHQs0XrOr\",layoutId:\"mHQs0XrOr\",Ljh8saIiI:\"Get the app\",NoNMGqtlt:\"https://www.berryfertility.com/\",PETpsEGrG:\"House\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+83-56+0+28},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+83-56+0+28},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+83-56+0+28},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+83-56+0+28}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+83-56+0+28,children:/*#__PURE__*/_jsx(Container,{className:\"framer-35opmt-container\",isModuleExternal:true,nodeId:\"HpS971s7X\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"HpS971s7X\",layoutId:\"HpS971s7X\",Ljh8saIiI:\"Take the quiz\",NoNMGqtlt:\"https://www.berryfertility.com/quiz\",PETpsEGrG:\"House\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(228, 230, 235, 0.5)\",\"--framer-text-transform\":\"uppercase\"},children:\"Get Started\"})}),className:\"framer-1jfphgd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1988q0c\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17x9cim\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+88-60+0+0},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+88-60+0+0},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+88-60+0+0},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+88-60+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+88-60+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12zkt1r-container\",isModuleExternal:true,nodeId:\"zn3KhDHWh\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:false,eqxdluaKl:true,G69lc8Pti:false,height:\"100%\",id:\"zn3KhDHWh\",layoutId:\"zn3KhDHWh\",Ljh8saIiI:\"hello@berryfertility.com\",NoNMGqtlt:\"mailto:hello@berryfertility.com\",PETpsEGrG:\"Envelope\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+88-60+0+32},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+0+0+0+88-60+0+32},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+0+0+0+88-60+0+32},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+0+0+93+0+88-60+0+32}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+0+0+0+88-60+0+32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v1m884-container\",isModuleExternal:true,nodeId:\"B2PIXoJ48\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:true,eqxdluaKl:true,G69lc8Pti:false,height:\"100%\",id:\"B2PIXoJ48\",layoutId:\"B2PIXoJ48\",Ljh8saIiI:\"berry.fertility\",NoNMGqtlt:\"https://www.instagram.com/berry.fertility/\",PETpsEGrG:\"InstagramLogo\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(228, 230, 235, 0.5)\",\"--framer-text-transform\":\"uppercase\"},children:\"Contact\"})}),className:\"framer-ublki9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1503a5v\",\"data-framer-name\":\"legal\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8o0ap3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.05px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Berry does not diagnose, treat, cure, or prevent diseases or act as a substitute for medical care. Information provided by Berry is not medical advice and is not intended to replace the advice of your doctor.\"})}),className:\"framer-6qx7yb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.05px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:[\"This site is protected by reCAPTCHA and the Google \",/*#__PURE__*/_jsx(Link,{href:\"https://policies.google.com/privacy\",motionChild:true,nodeId:\"nM0k6MnCV\",openInNewTab:false,relValues:[],scopeId:\"Dv200c73L\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Privacy Policy\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:\"https://policies.google.com/terms\",motionChild:true,nodeId:\"nM0k6MnCV\",openInNewTab:false,relValues:[],scopeId:\"Dv200c73L\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Terms of Service\"})}),\" apply.\"]})}),className:\"framer-x1fycx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ns487c\",\"data-framer-name\":\"row\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4dxjaw\",\"data-framer-name\":\"Terms-Nav\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+435+32+0},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+435+32+0},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+435+32+0},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+528+32+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+435+32+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jx5ymq-container\",isModuleExternal:true,nodeId:\"bAt5uvec4\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:true,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"bAt5uvec4\",layoutId:\"bAt5uvec4\",Ljh8saIiI:\"Privacy policy\",NoNMGqtlt:\"https://www.berryfertility.com/legal/privacy-policy\",PETpsEGrG:\"House\",style:{height:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+435+32+0},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+435+32+0},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+435+32+0},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+528+32+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+435+32+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e5zxf1-container\",isModuleExternal:true,nodeId:\"pgVqiV8YE\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:true,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"pgVqiV8YE\",layoutId:\"pgVqiV8YE\",Ljh8saIiI:\"Cookie policy\",NoNMGqtlt:\"https://www.berryfertility.com/legal/cookie-policy\",PETpsEGrG:\"House\",style:{height:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bwg6dd1oe:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+435+32+0},N72Nr8WLi:{y:(componentViewport?.y||0)+0+13026.9+0+0+80+435+32+0},NbaMynUDS:{y:undefined},pmP_tBtKn:{y:(componentViewport?.y||0)+0+13718.9+0+0+80+435+32+0},wmDS8WTI2:{y:(componentViewport?.y||0)+0+14436.5+0+0+80+528+32+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+13356.9+0+0+80+435+32+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xgwykw-container\",isModuleExternal:true,nodeId:\"aK8PQDXHj\",scopeId:\"Dv200c73L\",children:/*#__PURE__*/_jsx(FooterLink,{AplqHhlZi:true,eqxdluaKl:false,G69lc8Pti:false,height:\"100%\",id:\"aK8PQDXHj\",layoutId:\"aK8PQDXHj\",Ljh8saIiI:\"Terms of use\",NoNMGqtlt:\"https://www.berryfertility.com/legal/terms-of-use\",PETpsEGrG:\"House\",style:{height:\"100%\"},width:\"100%\"})})})})]})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xNAXX.framer-10xb7nr, .framer-xNAXX .framer-10xb7nr { display: block; }\",\".framer-xNAXX.framer-xzqege { align-content: center; align-items: center; background-color: #f7f7f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-xNAXX .framer-wcg3bc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-xNAXX .framer-cheukm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-xNAXX .framer-1o8ojnz-container { flex: 1 0 0px; height: auto; max-width: 1800px; position: relative; width: 1px; }\",\".framer-xNAXX .framer-1f3x73g-container, .framer-xNAXX .framer-hfndq8-container, .framer-xNAXX .framer-q5fssw-container, .framer-xNAXX .framer-kveown-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-xNAXX .framer-35ir2c-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: -1; }\",\".framer-xNAXX .framer-1jbp2i5 { align-content: center; align-items: center; background-color: #f6f2ef; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-l8n6u9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; max-width: 1520px; overflow: hidden; padding: 240px 30px 180px 30px; position: relative; width: 1px; }\",\".framer-xNAXX .framer-15aghbf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 640px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xNAXX .framer-y5n32o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-wchvs5, .framer-xNAXX .framer-hqz6di, .framer-xNAXX .framer-1xtflu0, .framer-xNAXX .framer-1s3nhef, .framer-xNAXX .framer-rhhf9h, .framer-xNAXX .framer-7496nd, .framer-xNAXX .framer-4kypve, .framer-xNAXX .framer-3b2rrm, .framer-xNAXX .framer-1eqkfut, .framer-xNAXX .framer-6lnvuf, .framer-xNAXX .framer-1b7s9sa, .framer-xNAXX .framer-c9r94, .framer-xNAXX .framer-17c6x1b, .framer-xNAXX .framer-xnipte, .framer-xNAXX .framer-1bwmih5, .framer-xNAXX .framer-rjamve, .framer-xNAXX .framer-hs9lzq, .framer-xNAXX .framer-1ysijht, .framer-xNAXX .framer-qqh3gn, .framer-xNAXX .framer-guiwq1, .framer-xNAXX .framer-1onw2bk, .framer-xNAXX .framer-1t9e2d1, .framer-xNAXX .framer-1eb5wig, .framer-xNAXX .framer-enbryn, .framer-xNAXX .framer-1h4d6ni, .framer-xNAXX .framer-tl3uji, .framer-xNAXX .framer-kriopg, .framer-xNAXX .framer-ou9no9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xNAXX .framer-zl895l-container, .framer-xNAXX .framer-kyde1v-container, .framer-xNAXX .framer-1p74gvg-container, .framer-xNAXX .framer-70knme-container, .framer-xNAXX .framer-35opmt-container, .framer-xNAXX .framer-12zkt1r-container, .framer-xNAXX .framer-1v1m884-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xNAXX .framer-h2e1qm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xNAXX .framer-163100s { aspect-ratio: 1.3333333333333333 / 1; flex: 1 0 0px; gap: 10px; height: var(--framer-aspect-ratio-supported, 561px); overflow: visible; position: relative; width: 1px; }\",\".framer-xNAXX .framer-nheilw, .framer-xNAXX .framer-bozlmh { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-2i9eju { align-content: center; align-items: center; background-color: #f6f2ef; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 50%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-xNAXX .framer-n6yaba { align-content: center; align-items: center; background-color: #eadfd7; border-bottom-left-radius: 70px; border-bottom-right-radius: 70px; border-top-left-radius: 70px; border-top-right-radius: 70px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1280px; overflow: visible; padding: 16px 54px 16px 54px; position: relative; width: 1px; }\",\".framer-xNAXX .framer-819v2q, .framer-xNAXX .framer-134asn8, .framer-xNAXX .framer-jqj8qw, .framer-xNAXX .framer-15l14bb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-1e90xk8-container, .framer-xNAXX .framer-1361tiz-container, .framer-xNAXX .framer-clhzdh-container, .framer-xNAXX .framer-1u36mik-container, .framer-xNAXX .framer-58ur5u-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-xNAXX .framer-mh011y { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 145px; word-break: break-word; word-wrap: break-word; }\",\".framer-xNAXX .framer-12sapha, .framer-xNAXX .framer-1u2pw2f, .framer-xNAXX .framer-3i1oe4, .framer-xNAXX .framer-1kd2oev { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xNAXX .framer-w5fr0m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-1ko3221 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-11vi4eq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1520px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-2mygch { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-12ytw4d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 144px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-av1d5o { align-content: center; align-items: center; background-color: #f0eae1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 125px; width: 100%; }\",\".framer-xNAXX .framer-1naiif, .framer-xNAXX .framer-d457ci { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1520px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-myy0i { 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: hidden; padding: 100px 0px 48px 30px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-19xnlfo { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 843px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xNAXX .framer-1sofbf1 { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1s1gi9g { align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; grid-column: span 2; height: 624px; justify-content: center; justify-self: start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xNAXX .framer-tgry48, .framer-xNAXX .framer-451ddz { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-16f1ynx { flex: none; height: 152px; overflow: visible; position: relative; width: 203px; }\",\".framer-xNAXX .framer-18htx8t, .framer-xNAXX .framer-hi4tj7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1ygo86l { align-content: flex-end; align-items: flex-end; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: span 4; height: 624px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xNAXX .framer-4dj4qa, .framer-xNAXX .framer-1fjj193, .framer-xNAXX .framer-148t89b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 32px 32px 24px 32px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1mscwty { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-ekpp0x { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 414px); overflow: visible; position: relative; width: 551px; }\",\".framer-xNAXX .framer-7a4n4c { align-content: flex-end; align-items: flex-end; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: span 4; height: 624px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xNAXX .framer-m5i6t5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-9d4lgl { aspect-ratio: 1.3333333333333333 / 1; flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 615px); }\",\".framer-xNAXX .framer-1gscxzi, .framer-xNAXX .framer-eyz0fs { align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: span 2; height: 624px; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xNAXX .framer-1m3ntpp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-55slk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-177cjj4 { aspect-ratio: 1.5212765957446808 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 102px); overflow: visible; position: relative; width: 155px; }\",\".framer-xNAXX .framer-1dajhyd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1ssg1lq, .framer-xNAXX .framer-gnspfp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-vv2g53, .framer-xNAXX .framer-1wo6kkb { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xNAXX .framer-1dqx12o { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-1vanma9, .framer-xNAXX .framer-1st4lpt, .framer-xNAXX .framer-l1amwu, .framer-xNAXX .framer-m9bl7s, .framer-xNAXX .framer-1ffv4om { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-xNAXX .framer-qb8qre { align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; grid-column: span 4; height: 624px; justify-content: space-between; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xNAXX .framer-106nije { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-iomm10 { background-color: #eff4fb; border-top-left-radius: 32px; border-top-right-radius: 32px; bottom: 0px; flex: none; height: 71%; left: calc(50.00000000000002% - 87.98449612403101% / 2); overflow: hidden; position: absolute; width: 88%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-xNAXX .framer-1d0edqg { aspect-ratio: 1 / 1; flex: none; height: 100%; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 449px); }\",\".framer-xNAXX .framer-16o90i7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1520px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1fvv52w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 264px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1tpquo2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1520px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 125px; width: 100%; }\",\".framer-xNAXX .framer-1etcp56 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-18whmxe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 560px; overflow: hidden; padding: 0px 0px 32px 32px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1qnt9lt, .framer-xNAXX .framer-vensvf, .framer-xNAXX .framer-1uud2fy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1lrgni4, .framer-xNAXX .framer-zvt7xm, .framer-xNAXX .framer-ffzugz, .framer-xNAXX .framer-j2xzs9 { aspect-ratio: 2.0793650793650795 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 731px); overflow: visible; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1txily6, .framer-xNAXX .framer-iahxdf, .framer-xNAXX .framer-1qrn5uw, .framer-xNAXX .framer-1vq2vyo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 30px 30px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-gibxeq { display: grid; flex: none; gap: 8px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(240px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-zymgm7-container, .framer-xNAXX .framer-pr5p36-container, .framer-xNAXX .framer-1uknta0-container, .framer-xNAXX .framer-1wffo3z-container, .framer-xNAXX .framer-1kt6fvn-container, .framer-xNAXX .framer-j0di5o-container, .framer-xNAXX .framer-1fuki3l-container, .framer-xNAXX .framer-1mx40uu-container, .framer-xNAXX .framer-1ylmmqk-container, .framer-xNAXX .framer-13yzasw-container, .framer-xNAXX .framer-1es9na3-container, .framer-xNAXX .framer-ar6tu8-container, .framer-xNAXX .framer-4smwnc-container, .framer-xNAXX .framer-1ckpicm-container, .framer-xNAXX .framer-17mr4vy-container, .framer-xNAXX .framer-kt3klx-container, .framer-xNAXX .framer-11zwhz3-container, .framer-xNAXX .framer-16oz14s-container, .framer-xNAXX .framer-1j0169n-container, .framer-xNAXX .framer-1etp27t-container, .framer-xNAXX .framer-141f8p9-container, .framer-xNAXX .framer-18tyo90-container, .framer-xNAXX .framer-za6iud-container, .framer-xNAXX .framer-150lc6w-container, .framer-xNAXX .framer-1hagapn-container, .framer-xNAXX .framer-x6lerr-container, .framer-xNAXX .framer-1h8y09h-container, .framer-xNAXX .framer-9zmfsa-container, .framer-xNAXX .framer-3hwuof-container, .framer-xNAXX .framer-1e0mjuu-container, .framer-xNAXX .framer-1ydxn89-container { align-self: start; flex: none; height: 240px; justify-self: start; position: relative; width: 100%; }\",\".framer-xNAXX .framer-6gv3qq, .framer-xNAXX .framer-1xzzbj0, .framer-xNAXX .framer-p46u4p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 96px 0px; position: relative; scroll-margin-top: 125px; width: 100%; }\",\".framer-xNAXX .framer-yriurm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 530px; overflow: hidden; padding: 0px 0px 32px 32px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-19xytgz, .framer-xNAXX .framer-no5nt8 { display: grid; flex: none; gap: 8px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-3ht5zk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 670px; overflow: hidden; padding: 0px 0px 32px 32px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1yq6ejk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 32px 32px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-3volpv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 820px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-ml1oev { display: grid; flex: none; gap: 8px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1b1yziz { align-content: center; align-items: center; background-color: #f0eae1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 94px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-18ed0vl { 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: hidden; padding: 100px 0px 48px 30px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-nza1ea { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 763px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xNAXX .framer-vlz3og { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1ut1hhp-container { flex: none; height: 387px; position: relative; width: 812px; }\",\".framer-xNAXX .framer-bd264j-container, .framer-xNAXX .framer-qizxe3-container, .framer-xNAXX .framer-18md66u-container, .framer-xNAXX .framer-10b7gc1-container, .framer-xNAXX .framer-vrf7o0-container, .framer-xNAXX .framer-1cz8m65-container, .framer-xNAXX .framer-gla5ia-container, .framer-xNAXX .framer-9hjvsw-container { height: 350px; position: relative; width: 748px; }\",\".framer-xNAXX .framer-1a38huf-container { flex: none; height: 339px; position: relative; width: 62%; }\",\".framer-xNAXX .framer-12eds2c-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xNAXX .framer-ny6js4 { align-content: center; align-items: center; background-color: #282829; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1fb6u2j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1520px; overflow: hidden; padding: 80px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1vxyeuj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-1tu02cy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 504px; overflow: hidden; padding: 0px 0px 32px 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-dxdm6z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-xNAXX .framer-1ecaj17 { flex: none; height: 61px; position: relative; width: 148px; }\",\".framer-xNAXX .framer-1e62yce { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-xNAXX .framer-xu9dek { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 193px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-5q44ur { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xNAXX .framer-1hw81x7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-xNAXX .framer-1a1mnjn-container, .framer-xNAXX .framer-17c7bry-container, .framer-xNAXX .framer-1ekubmw-container { flex: none; height: 28px; position: relative; width: auto; }\",\".framer-xNAXX .framer-1qnjzki { flex: none; height: 83px; overflow: hidden; position: relative; width: 114px; }\",\".framer-xNAXX .framer-1e9mpuj { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; transform: translateX(-50%); width: min-content; z-index: 1; }\",\".framer-xNAXX .framer-1jfphgd, .framer-xNAXX .framer-ublki9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; z-index: 1; }\",\".framer-xNAXX .framer-1988q0c { flex: none; height: 88px; overflow: hidden; position: relative; width: 238px; }\",\".framer-xNAXX .framer-17x9cim { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-xNAXX .framer-1503a5v { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 368px; overflow: hidden; padding: 72px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-xNAXX .framer-8o0ap3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-xNAXX .framer-6qx7yb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xNAXX .framer-x1fycx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-xNAXX .framer-ns487c { 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: hidden; padding: 32px 0px 32px 0px; position: relative; width: min-content; }\",\".framer-xNAXX .framer-4dxjaw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 28px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 380px; }\",\".framer-xNAXX .framer-1jx5ymq-container, .framer-xNAXX .framer-e5zxf1-container, .framer-xNAXX .framer-xgwykw-container { flex: none; height: 28px; position: relative; width: auto; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,\"@media (max-width: 767px) { .framer-xNAXX.framer-xzqege { width: 390px; } .framer-xNAXX .framer-wcg3bc, .framer-xNAXX .framer-1jbp2i5, .framer-xNAXX .framer-12ytw4d, .framer-xNAXX .framer-1vxyeuj { flex-direction: column; } .framer-xNAXX .framer-1f3x73g-container, .framer-xNAXX .framer-hfndq8-container, .framer-xNAXX .framer-q5fssw-container, .framer-xNAXX .framer-kveown-container, .framer-xNAXX .framer-1wo6kkb { flex: none; width: 100%; } .framer-xNAXX .framer-l8n6u9 { flex: none; flex-direction: column; gap: 49px; max-width: 100%; padding: 140px 16px 80px 16px; width: 100%; } .framer-xNAXX .framer-15aghbf { align-content: center; align-items: center; flex: none; order: 1; padding: 0px 12px 0px 12px; width: 100%; } .framer-xNAXX .framer-y5n32o { gap: 16px; order: 0; } .framer-xNAXX .framer-zl895l-container { order: 1; } .framer-xNAXX .framer-h2e1qm { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); order: 0; padding: 0px 16px 0px 16px; width: 100%; } .framer-xNAXX .framer-163100s { height: var(--framer-aspect-ratio-supported, 150px); order: 0; } .framer-xNAXX .framer-nheilw { flex-direction: column; padding: 0px 32px 0px 32px; } .framer-xNAXX .framer-n6yaba { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; flex-direction: column; gap: 35px; justify-content: center; padding: 40px 32px 40px 32px; width: 100%; } .framer-xNAXX .framer-819v2q, .framer-xNAXX .framer-134asn8, .framer-xNAXX .framer-jqj8qw, .framer-xNAXX .framer-15l14bb { gap: 20px; width: 180px; } .framer-xNAXX .framer-w5fr0m { gap: 20px; justify-content: flex-start; width: 180px; } .framer-xNAXX .framer-1ko3221 { padding: 70px 0px 0px 0px; } .framer-xNAXX .framer-11vi4eq, .framer-xNAXX .framer-1naiif { max-width: 100%; padding: 0px 16px 0px 16px; } .framer-xNAXX .framer-2mygch { padding: 0px 0px 48px 0px; } .framer-xNAXX .framer-myy0i { padding: 50px 16px 48px 16px; } .framer-xNAXX .framer-1sofbf1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; } .framer-xNAXX .framer-1s1gi9g { align-self: unset; height: 348px; } .framer-xNAXX .framer-1ygo86l, .framer-xNAXX .framer-7a4n4c { align-self: unset; height: 388px; } .framer-xNAXX .framer-4dj4qa, .framer-xNAXX .framer-1fjj193 { order: 1; padding: 16px 16px 24px 16px; } .framer-xNAXX .framer-1mscwty, .framer-xNAXX .framer-m5i6t5, .framer-xNAXX .framer-106nije { order: 0; } .framer-xNAXX .framer-ekpp0x { aspect-ratio: unset; flex: 1 0 0px; height: 224px; width: 1px; } .framer-xNAXX .framer-9d4lgl { aspect-ratio: unset; flex: none; height: 204px; width: 100%; } .framer-xNAXX .framer-1gscxzi { align-self: unset; height: 278px; padding: 24px; } .framer-xNAXX .framer-1m3ntpp { gap: 15px; } .framer-xNAXX .framer-177cjj4 { height: var(--framer-aspect-ratio-supported, 72px); width: 110px; } .framer-xNAXX .framer-eyz0fs { align-self: unset; height: min-content; padding: 32px 0px 32px 0px; } .framer-xNAXX .framer-451ddz { gap: 16px; } .framer-xNAXX .framer-hi4tj7 { gap: 8px; } .framer-xNAXX .framer-qb8qre { align-self: unset; height: 570px; } .framer-xNAXX .framer-148t89b { order: 1; padding: 16px 3px 24px 16px; } .framer-xNAXX .framer-iomm10 { bottom: -5px; height: 62%; left: calc(50.55865921787712% - 120.67039106145252% / 2); width: 121%; } .framer-xNAXX .framer-1d0edqg { aspect-ratio: 1.0086455331412103 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 198px); width: 1px; } .framer-xNAXX .framer-16o90i7 { max-width: 100%; } .framer-xNAXX .framer-1fvv52w { flex-direction: column; height: 154px; padding: 0px 28px 0px 28px; } .framer-xNAXX .framer-1tpquo2, .framer-xNAXX .framer-d457ci { padding: 0px 16px 0px 16px; } .framer-xNAXX .framer-18whmxe, .framer-xNAXX .framer-yriurm, .framer-xNAXX .framer-3ht5zk { align-content: flex-start; align-items: flex-start; padding: 0px 16px 40px 16px; } .framer-xNAXX .framer-1qnt9lt, .framer-xNAXX .framer-vensvf, .framer-xNAXX .framer-1uud2fy, .framer-xNAXX .framer-3volpv { gap: 12px; } .framer-xNAXX .framer-1lrgni4 { aspect-ratio: 1.2994555353901995 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; height: var(--framer-aspect-ratio-supported, 154px); } .framer-xNAXX .framer-1txily6, .framer-xNAXX .framer-iahxdf, .framer-xNAXX .framer-1qrn5uw, .framer-xNAXX .framer-1vq2vyo { padding: 24px 0px 12px 16px; } .framer-xNAXX .framer-gibxeq, .framer-xNAXX .framer-19xytgz, .framer-xNAXX .framer-ml1oev { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; } .framer-xNAXX .framer-zymgm7-container, .framer-xNAXX .framer-pr5p36-container, .framer-xNAXX .framer-1uknta0-container, .framer-xNAXX .framer-1wffo3z-container, .framer-xNAXX .framer-1kt6fvn-container, .framer-xNAXX .framer-j0di5o-container, .framer-xNAXX .framer-1fuki3l-container, .framer-xNAXX .framer-1mx40uu-container, .framer-xNAXX .framer-1ylmmqk-container, .framer-xNAXX .framer-13yzasw-container, .framer-xNAXX .framer-1es9na3-container, .framer-xNAXX .framer-ar6tu8-container, .framer-xNAXX .framer-4smwnc-container, .framer-xNAXX .framer-1ckpicm-container, .framer-xNAXX .framer-17mr4vy-container, .framer-xNAXX .framer-kt3klx-container, .framer-xNAXX .framer-11zwhz3-container, .framer-xNAXX .framer-16oz14s-container, .framer-xNAXX .framer-1j0169n-container, .framer-xNAXX .framer-1etp27t-container, .framer-xNAXX .framer-141f8p9-container, .framer-xNAXX .framer-18tyo90-container, .framer-xNAXX .framer-za6iud-container, .framer-xNAXX .framer-150lc6w-container, .framer-xNAXX .framer-1hagapn-container, .framer-xNAXX .framer-x6lerr-container, .framer-xNAXX .framer-1h8y09h-container, .framer-xNAXX .framer-9zmfsa-container, .framer-xNAXX .framer-3hwuof-container, .framer-xNAXX .framer-1e0mjuu-container, .framer-xNAXX .framer-1ydxn89-container { align-self: unset; height: auto; } .framer-xNAXX .framer-zvt7xm, .framer-xNAXX .framer-j2xzs9 { aspect-ratio: 1.3018181818181818 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; height: var(--framer-aspect-ratio-supported, 154px); } .framer-xNAXX .framer-ffzugz { aspect-ratio: 1.3018181818181818 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 154px); } .framer-xNAXX .framer-no5nt8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-xNAXX .framer-1yq6ejk { padding: 0px 16px 40px 16px; } .framer-xNAXX .framer-1b1yziz { padding: 0px 0px 40px 0px; } .framer-xNAXX .framer-18ed0vl { padding: 40px 0px 40px 16px; } .framer-xNAXX .framer-1a38huf-container { height: 423px; width: 89%; } .framer-xNAXX .framer-1e62yce { flex-direction: column; gap: 24px; } .framer-xNAXX .framer-8o0ap3 { align-content: center; align-items: center; order: 0; } .framer-xNAXX .framer-ns487c { width: 100%; } .framer-xNAXX .framer-4dxjaw { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; width: 1px; }}\",\"@media (min-width: 1536px) and (max-width: 1919px) { .framer-xNAXX.framer-xzqege { width: 1536px; } .framer-xNAXX .framer-l8n6u9, .framer-xNAXX .framer-11vi4eq, .framer-xNAXX .framer-1naiif, .framer-xNAXX .framer-16o90i7, .framer-xNAXX .framer-d457ci, .framer-xNAXX .framer-1fb6u2j { max-width: 72%; } .framer-xNAXX .framer-163100s { height: var(--framer-aspect-ratio-supported, 365px); } .framer-xNAXX .framer-n6yaba { max-width: 1080px; } .framer-xNAXX .framer-1s1gi9g, .framer-xNAXX .framer-1ygo86l, .framer-xNAXX .framer-7a4n4c, .framer-xNAXX .framer-1gscxzi, .framer-xNAXX .framer-eyz0fs, .framer-xNAXX .framer-qb8qre { height: 514px; } .framer-xNAXX .framer-9d4lgl { width: var(--framer-aspect-ratio-supported, 420px); } .framer-xNAXX .framer-1d0edqg { width: var(--framer-aspect-ratio-supported, 339px); } .framer-xNAXX .framer-1lrgni4, .framer-xNAXX .framer-zvt7xm, .framer-xNAXX .framer-ffzugz, .framer-xNAXX .framer-j2xzs9 { height: var(--framer-aspect-ratio-supported, 532px); }}\",\"@media (min-width: 1280px) and (max-width: 1535px) { .framer-xNAXX.framer-xzqege { width: 1280px; } .framer-xNAXX .framer-l8n6u9, .framer-xNAXX .framer-11vi4eq, .framer-xNAXX .framer-1naiif, .framer-xNAXX .framer-16o90i7, .framer-xNAXX .framer-d457ci, .framer-xNAXX .framer-1fb6u2j { max-width: 80%; } .framer-xNAXX .framer-163100s { height: var(--framer-aspect-ratio-supported, 150px); } .framer-xNAXX .framer-n6yaba { max-width: 1080px; } .framer-xNAXX .framer-1s1gi9g, .framer-xNAXX .framer-1ygo86l, .framer-xNAXX .framer-7a4n4c, .framer-xNAXX .framer-1gscxzi, .framer-xNAXX .framer-eyz0fs, .framer-xNAXX .framer-qb8qre { height: 494px; } .framer-xNAXX .framer-16f1ynx { height: 124px; width: 166px; } .framer-xNAXX .framer-ekpp0x { height: var(--framer-aspect-ratio-supported, 337px); width: 449px; } .framer-xNAXX .framer-9d4lgl { width: var(--framer-aspect-ratio-supported, 267px); } .framer-xNAXX .framer-177cjj4 { height: var(--framer-aspect-ratio-supported, 91px); width: 139px; } .framer-xNAXX .framer-1d0edqg { width: var(--framer-aspect-ratio-supported, 200px); } .framer-xNAXX .framer-1lrgni4, .framer-xNAXX .framer-zvt7xm, .framer-xNAXX .framer-ffzugz, .framer-xNAXX .framer-j2xzs9 { height: var(--framer-aspect-ratio-supported, 96px); } .framer-xNAXX .framer-gibxeq { grid-template-columns: repeat(3, minmax(240px, 1fr)); } .framer-xNAXX .framer-zymgm7-container, .framer-xNAXX .framer-pr5p36-container, .framer-xNAXX .framer-1uknta0-container, .framer-xNAXX .framer-1wffo3z-container, .framer-xNAXX .framer-1kt6fvn-container, .framer-xNAXX .framer-j0di5o-container, .framer-xNAXX .framer-1fuki3l-container, .framer-xNAXX .framer-1mx40uu-container, .framer-xNAXX .framer-1ylmmqk-container, .framer-xNAXX .framer-13yzasw-container, .framer-xNAXX .framer-1es9na3-container, .framer-xNAXX .framer-ar6tu8-container, .framer-xNAXX .framer-4smwnc-container, .framer-xNAXX .framer-1ckpicm-container, .framer-xNAXX .framer-17mr4vy-container, .framer-xNAXX .framer-kt3klx-container, .framer-xNAXX .framer-11zwhz3-container, .framer-xNAXX .framer-16oz14s-container, .framer-xNAXX .framer-1j0169n-container, .framer-xNAXX .framer-1etp27t-container, .framer-xNAXX .framer-141f8p9-container, .framer-xNAXX .framer-18tyo90-container, .framer-xNAXX .framer-za6iud-container, .framer-xNAXX .framer-150lc6w-container, .framer-xNAXX .framer-1hagapn-container, .framer-xNAXX .framer-x6lerr-container, .framer-xNAXX .framer-1h8y09h-container, .framer-xNAXX .framer-9zmfsa-container, .framer-xNAXX .framer-3hwuof-container, .framer-xNAXX .framer-1e0mjuu-container, .framer-xNAXX .framer-1ydxn89-container { height: 220px; } .framer-xNAXX .framer-19xytgz, .framer-xNAXX .framer-no5nt8, .framer-xNAXX .framer-ml1oev { grid-template-columns: repeat(3, minmax(50px, 1fr)); }}\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-xNAXX.framer-xzqege { width: 768px; } .framer-xNAXX .framer-35ir2c-container { top: 0px; } .framer-xNAXX .framer-l8n6u9 { flex-direction: column; gap: 70px; max-width: 80%; padding: 240px 30px 96px 30px; } .framer-xNAXX .framer-15aghbf { align-content: center; align-items: center; flex: none; justify-content: center; max-width: 508px; order: 1; width: 100%; } .framer-xNAXX .framer-h2e1qm { flex: none; order: 0; width: 100%; } .framer-xNAXX .framer-163100s { height: var(--framer-aspect-ratio-supported, 150px); } .framer-xNAXX .framer-nheilw { padding: 0px 24px 0px 24px; } .framer-xNAXX .framer-n6yaba { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; flex-direction: column; flex-wrap: wrap; gap: 30px; justify-content: center; padding: 48px 54px 48px 54px; width: min-content; } .framer-xNAXX .framer-819v2q, .framer-xNAXX .framer-134asn8, .framer-xNAXX .framer-jqj8qw, .framer-xNAXX .framer-15l14bb { gap: 18px; width: 180px; } .framer-xNAXX .framer-w5fr0m { gap: 18px; justify-content: flex-start; width: 180px; } .framer-xNAXX .framer-11vi4eq, .framer-xNAXX .framer-1naiif, .framer-xNAXX .framer-16o90i7, .framer-xNAXX .framer-d457ci { max-width: 80%; } .framer-xNAXX .framer-12ytw4d { gap: 24px; } .framer-xNAXX .framer-myy0i { padding: 100px 0px 48px 24px; } .framer-xNAXX .framer-1sofbf1 { gap: 20px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-xNAXX .framer-1s1gi9g, .framer-xNAXX .framer-1ygo86l { grid-column: unset; height: 324px; justify-content: flex-end; } .framer-xNAXX .framer-tgry48 { flex: 1 0 0px; gap: unset; height: 1px; justify-content: space-between; padding: 20px 0px 0px 0px; } .framer-xNAXX .framer-16f1ynx { height: 118px; width: 157px; } .framer-xNAXX .framer-18htx8t { gap: 8px; } .framer-xNAXX .framer-4dj4qa { order: 1; padding: 14px 32px 24px 32px; } .framer-xNAXX .framer-1mscwty { order: 0; padding: 18px 0px 0px 0px; } .framer-xNAXX .framer-ekpp0x { height: var(--framer-aspect-ratio-supported, 172px); width: 229px; } .framer-xNAXX .framer-7a4n4c { align-content: center; align-items: center; flex-direction: row; grid-column: span 2; height: 275px; padding: 0px; } .framer-xNAXX .framer-1fjj193 { flex: 1 0 0px; width: 1px; } .framer-xNAXX .framer-m5i6t5 { height: 100%; padding: 0px 24px 0px 0px; width: 1px; } .framer-xNAXX .framer-9d4lgl { flex: none; height: var(--framer-aspect-ratio-supported, 150px); width: 100%; } .framer-xNAXX .framer-1gscxzi, .framer-xNAXX .framer-eyz0fs { grid-column: unset; height: 324px; } .framer-xNAXX .framer-1m3ntpp { flex: 1 0 0px; height: 1px; padding: 24px; } .framer-xNAXX .framer-55slk2 { flex: 1 0 0px; height: 1px; justify-content: flex-end; padding: 0px 0px 19px 0px; } .framer-xNAXX .framer-177cjj4 { height: var(--framer-aspect-ratio-supported, 91px); width: 139px; } .framer-xNAXX .framer-1dajhyd { gap: 8px; padding: 0px 24px 0px 24px; } .framer-xNAXX .framer-451ddz { flex: 1 0 0px; gap: 14px; height: 1px; padding: 24px; } .framer-xNAXX .framer-1ssg1lq { flex: 1 0 0px; height: 1px; } .framer-xNAXX .framer-hi4tj7 { gap: 8px; padding: 0px; } .framer-xNAXX .framer-qb8qre { grid-column: span 2; height: 474px; } .framer-xNAXX .framer-1d0edqg { width: var(--framer-aspect-ratio-supported, 200px); } .framer-xNAXX .framer-1fvv52w { height: 184px; } .framer-xNAXX .framer-18whmxe { max-width: 400px; padding: 0px 0px 32px 24px; } .framer-xNAXX .framer-1qnt9lt { gap: 9px; } .framer-xNAXX .framer-1lrgni4, .framer-xNAXX .framer-zvt7xm, .framer-xNAXX .framer-ffzugz, .framer-xNAXX .framer-j2xzs9 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 96px); } .framer-xNAXX .framer-1txily6, .framer-xNAXX .framer-iahxdf, .framer-xNAXX .framer-1qrn5uw, .framer-xNAXX .framer-1vq2vyo { padding: 32px 0px 30px 24px; } .framer-xNAXX .framer-gibxeq { grid-template-columns: repeat(2, minmax(240px, 1fr)); } .framer-xNAXX .framer-zymgm7-container, .framer-xNAXX .framer-pr5p36-container, .framer-xNAXX .framer-1uknta0-container, .framer-xNAXX .framer-1wffo3z-container, .framer-xNAXX .framer-kt3klx-container, .framer-xNAXX .framer-11zwhz3-container, .framer-xNAXX .framer-16oz14s-container, .framer-xNAXX .framer-1j0169n-container, .framer-xNAXX .framer-1etp27t-container, .framer-xNAXX .framer-141f8p9-container, .framer-xNAXX .framer-18tyo90-container, .framer-xNAXX .framer-za6iud-container, .framer-xNAXX .framer-150lc6w-container, .framer-xNAXX .framer-1hagapn-container, .framer-xNAXX .framer-x6lerr-container, .framer-xNAXX .framer-1h8y09h-container, .framer-xNAXX .framer-9zmfsa-container, .framer-xNAXX .framer-3hwuof-container, .framer-xNAXX .framer-1e0mjuu-container, .framer-xNAXX .framer-1ydxn89-container { height: 180px; } .framer-xNAXX .framer-yriurm { max-width: 430px; padding: 0px 0px 32px 24px; } .framer-xNAXX .framer-19xytgz, .framer-xNAXX .framer-no5nt8, .framer-xNAXX .framer-ml1oev { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-xNAXX .framer-1kt6fvn-container, .framer-xNAXX .framer-j0di5o-container, .framer-xNAXX .framer-1fuki3l-container, .framer-xNAXX .framer-1mx40uu-container, .framer-xNAXX .framer-1ylmmqk-container, .framer-xNAXX .framer-13yzasw-container, .framer-xNAXX .framer-1es9na3-container, .framer-xNAXX .framer-ar6tu8-container, .framer-xNAXX .framer-4smwnc-container, .framer-xNAXX .framer-1ckpicm-container, .framer-xNAXX .framer-17mr4vy-container { height: 180px; min-width: 250px; } .framer-xNAXX .framer-3ht5zk, .framer-xNAXX .framer-1yq6ejk { padding: 0px 0px 32px 24px; } .framer-xNAXX .framer-1b1yziz { padding: 0px 0px 72px 0px; } .framer-xNAXX .framer-18ed0vl { padding: 72px 0px 48px 30px; } .framer-xNAXX .framer-1fb6u2j { max-width: 80%; padding: 80px 0px 0px 0px; } .framer-xNAXX .framer-1vxyeuj { flex-direction: column; } .framer-xNAXX .framer-1e62yce { gap: 75px; }}\",\"@media (min-width: 1024px) and (max-width: 1279px) { .framer-xNAXX.framer-xzqege { width: 1024px; } .framer-xNAXX .framer-l8n6u9, .framer-xNAXX .framer-11vi4eq, .framer-xNAXX .framer-1naiif, .framer-xNAXX .framer-16o90i7, .framer-xNAXX .framer-d457ci, .framer-xNAXX .framer-1fb6u2j { max-width: 80%; } .framer-xNAXX .framer-163100s { height: var(--framer-aspect-ratio-supported, 150px); } .framer-xNAXX .framer-n6yaba { max-width: 1080px; } .framer-xNAXX .framer-1s1gi9g, .framer-xNAXX .framer-1ygo86l, .framer-xNAXX .framer-7a4n4c, .framer-xNAXX .framer-1gscxzi, .framer-xNAXX .framer-eyz0fs, .framer-xNAXX .framer-qb8qre { height: 494px; } .framer-xNAXX .framer-16f1ynx { height: 124px; width: 166px; } .framer-xNAXX .framer-ekpp0x { height: var(--framer-aspect-ratio-supported, 337px); width: 449px; } .framer-xNAXX .framer-9d4lgl { width: var(--framer-aspect-ratio-supported, 267px); } .framer-xNAXX .framer-177cjj4 { height: var(--framer-aspect-ratio-supported, 91px); width: 139px; } .framer-xNAXX .framer-1d0edqg { width: var(--framer-aspect-ratio-supported, 200px); } .framer-xNAXX .framer-1lrgni4, .framer-xNAXX .framer-zvt7xm, .framer-xNAXX .framer-ffzugz, .framer-xNAXX .framer-j2xzs9 { height: var(--framer-aspect-ratio-supported, 96px); } .framer-xNAXX .framer-gibxeq { grid-template-columns: repeat(3, minmax(240px, 1fr)); } .framer-xNAXX .framer-zymgm7-container, .framer-xNAXX .framer-pr5p36-container, .framer-xNAXX .framer-1uknta0-container, .framer-xNAXX .framer-1wffo3z-container, .framer-xNAXX .framer-1kt6fvn-container, .framer-xNAXX .framer-j0di5o-container, .framer-xNAXX .framer-1fuki3l-container, .framer-xNAXX .framer-1mx40uu-container, .framer-xNAXX .framer-1ylmmqk-container, .framer-xNAXX .framer-13yzasw-container, .framer-xNAXX .framer-1es9na3-container, .framer-xNAXX .framer-ar6tu8-container, .framer-xNAXX .framer-4smwnc-container, .framer-xNAXX .framer-1ckpicm-container, .framer-xNAXX .framer-17mr4vy-container, .framer-xNAXX .framer-kt3klx-container, .framer-xNAXX .framer-11zwhz3-container, .framer-xNAXX .framer-16oz14s-container, .framer-xNAXX .framer-1j0169n-container, .framer-xNAXX .framer-1etp27t-container, .framer-xNAXX .framer-141f8p9-container, .framer-xNAXX .framer-18tyo90-container, .framer-xNAXX .framer-za6iud-container, .framer-xNAXX .framer-150lc6w-container, .framer-xNAXX .framer-1hagapn-container, .framer-xNAXX .framer-x6lerr-container, .framer-xNAXX .framer-1h8y09h-container, .framer-xNAXX .framer-9zmfsa-container, .framer-xNAXX .framer-3hwuof-container, .framer-xNAXX .framer-1e0mjuu-container, .framer-xNAXX .framer-1ydxn89-container { height: 220px; } .framer-xNAXX .framer-19xytgz, .framer-xNAXX .framer-no5nt8, .framer-xNAXX .framer-ml1oev { grid-template-columns: repeat(3, minmax(50px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13484\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NbaMynUDS\":{\"layout\":[\"fixed\",\"auto\"]},\"N72Nr8WLi\":{\"layout\":[\"fixed\",\"auto\"]},\"bwg6dd1oe\":{\"layout\":[\"fixed\",\"auto\"]},\"wmDS8WTI2\":{\"layout\":[\"fixed\",\"auto\"]},\"pmP_tBtKn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"hFqIubvlk\":{\"pattern\":\":hFqIubvlk\",\"name\":\"hbw\"},\"Gbz1g5AIv\":{\"pattern\":\":Gbz1g5AIv\",\"name\":\"benefits\"},\"mOAum3KCS\":{\"pattern\":\":mOAum3KCS\",\"name\":\"platform\"},\"VjnCBDW_A\":{\"pattern\":\":VjnCBDW_A\",\"name\":\"quiz\"},\"xByUAueDs\":{\"pattern\":\":xByUAueDs\",\"name\":\"intake\"},\"kffldX_A_\":{\"pattern\":\":kffldX_A_\",\"name\":\"app\"},\"eA0QhVUrq\":{\"pattern\":\":eA0QhVUrq\",\"name\":\"smart-compose\"}}\n * @framerResponsiveScreen\n */const FramerDv200c73L=withCSS(Component,css,\"framer-xNAXX\");export default FramerDv200c73L;FramerDv200c73L.displayName=\"Home\";FramerDv200c73L.defaultProps={height:13484,width:1920};addFonts(FramerDv200c73L,[{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\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavFonts,...MobileNavUpdateFonts,...NavColorFillFonts,...ButtonFonts,...PhosphorFonts,...ThreeStackFonts,...FeatureTileFonts,...TestimonialCardFonts,...SlideshowFonts,...FAQClinicCompFonts,...FooterLinkFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDv200c73L\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NbaMynUDS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N72Nr8WLi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bwg6dd1oe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wmDS8WTI2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pmP_tBtKn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"hFqIubvlk\\\":{\\\"pattern\\\":\\\":hFqIubvlk\\\",\\\"name\\\":\\\"hbw\\\"},\\\"Gbz1g5AIv\\\":{\\\"pattern\\\":\\\":Gbz1g5AIv\\\",\\\"name\\\":\\\"benefits\\\"},\\\"mOAum3KCS\\\":{\\\"pattern\\\":\\\":mOAum3KCS\\\",\\\"name\\\":\\\"platform\\\"},\\\"VjnCBDW_A\\\":{\\\"pattern\\\":\\\":VjnCBDW_A\\\",\\\"name\\\":\\\"quiz\\\"},\\\"xByUAueDs\\\":{\\\"pattern\\\":\\\":xByUAueDs\\\",\\\"name\\\":\\\"intake\\\"},\\\"kffldX_A_\\\":{\\\"pattern\\\":\\\":kffldX_A_\\\",\\\"name\\\":\\\"app\\\"},\\\"eA0QhVUrq\\\":{\\\"pattern\\\":\\\":eA0QhVUrq\\\",\\\"name\\\":\\\"smart-compose\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"13484\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "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", "playOffscreen", "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", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "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", "item", "setDelta", "delta", "transition", "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", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "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", "testimonial", "testimonialAuthor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qmHJLCfti", "GG6Ejb1st", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText", "css", "Framercmq59AwJ_", "withCSS", "cmq59AwJ_default", "addPropertyControls", "ControlType", "addFonts", "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", "featureImage", "featureLabel", "heading", "height", "id", "subtext", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "l2AdpM6MJ", "xQaNvIIzc", "x1pITHej6", "eWEi81I84", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "FramerkYJxNlzrM", "withCSS", "kYJxNlzrM_default", "addPropertyControls", "ControlType", "addFonts", "MotionAClinicsDemoButtonf8q058", "withCodeBoundaryForOverrides", "motion", "clinicsDemoButton", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "slGUp2yG2", "VJKj8IYaR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText", "css", "FramerSpU8qIN_c", "withCSS", "SpU8qIN_c_default", "addPropertyControls", "ControlType", "addFonts", "FAQRowFonts", "getFonts", "aBwl9Tjf3_default", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerILDOPm4DG", "withCSS", "ILDOPm4DG_default", "addPropertyControls", "ControlType", "addFonts", "FAQProviderFonts", "getFonts", "ILDOPm4DG_default", "ButtonFonts", "SpU8qIN_c_default", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerw_iDCEGnj", "withCSS", "w_iDCEGnj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "featureInfo", "featureLabel", "height", "icon", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "sj_lDd1Ha", "P5CRQqCpz", "Ym_2XQS93", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FramerxiaFkEqFj", "withCSS", "xiaFkEqFj_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavFonts", "getFonts", "XHfHrM4hr_default", "MobileNavUpdateFonts", "TE1qZYjcT_default", "NavColorFillFonts", "qlMFJQ8Dt_default", "NavColorFillWithVariantAppearEffect", "withVariantAppearEffect", "ButtonFonts", "SpU8qIN_c_default", "PhosphorFonts", "Icon", "ThreeStackFonts", "kYJxNlzrM_default", "FeatureTileFonts", "xiaFkEqFj_default", "TestimonialCardFonts", "cmq59AwJ_default", "SlideshowFonts", "Slideshow", "FAQClinicCompFonts", "w_iDCEGnj_default", "FooterLinkFonts", "QyII8u7C6_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "elementId", "useRouteElementId", "elementId1", "ref2", "isDisplayed2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText", "getLoadingLazyAtYPosition", "Image2", "SVG", "ResolveLinks", "resolvedLinks", "Link", "css", "FramerDv200c73L", "withCSS", "Dv200c73L_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
