{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js", "ssg:https://framerusercontent.com/modules/ONURCdKYhMJGfy6aKZaz/zECt5XTAjCs1h48KykJk/qa5xXYthU.js", "ssg:https://framerusercontent.com/modules/dUoq4ycJxEVLMas67Nrh/mNwucOB3BMdYnal8iFl5/KmQmVGUBE.js", "ssg:https://framerusercontent.com/modules/BnDdM6iC9ASFaPWGXyHe/Mcgz9TYQkFrnA7Z6RjuP/P3UL4t6SQ.js", "ssg:https://framerusercontent.com/modules/iFdIu7dVQQDafMA9jaTk/G5XIH54Ju3ytJHf65Qnf/j1_Z48S0f.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */export default function Image(props){const{image,alt,radius,padding,link,newTab,style,borderOptions,shadowOptions}=props;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const borderAndShadow=(borderOptions,shadowOptions)=>{if(!shadowOptions&&!borderOptions)return undefined;if(shadowOptions&&!borderOptions){return`${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}if(!shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}`;}if(shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}, ${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,webkitUserDrag:\"none\",userDrag:\"none\",userSelect:\"none\"};const shadowStyle={position:\"absolute\",inset:0,pointerEvents:\"none\",borderRadius:radius,boxShadow:borderAndShadow(borderOptions,shadowOptions)};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/_jsxs(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]}):/*#__PURE__*/_jsxs(\"div\",{style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]});}addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},borderOptions:{type:ControlType.Object,optional:true,title:\"Border\",icon:\"effect\",controls:{borderColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"},borderWidth:{type:ControlType.Number,title:\"Width\",min:0,displayStepper:true,defaultValue:1}}},shadowOptions:{type:ControlType.Object,title:\"Shadow\",optional:true,icon:\"effect\",controls:{shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const MAX_AREA=5e6;const CSS_VAR_NAME=\"--ticker-offset\";const supportsWaapi=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";let supportsRegisterProperty=true;if(typeof window!==\"undefined\"){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){supportsRegisterProperty=false;}}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const axis=isHorizontal?\"X\":\"Y\";const minus=direction===\"left\"||direction===\"top\"?\"-\":\"\";const transform=useTransform(()=>`translate${axis}(${minus}${offset.get()}px)`);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null,childrenArea:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}const fullChildrenArea=size.childrenArea===null?null:size.childrenArea*(duplicateBy+1);const isLayerTooBig=fullChildrenArea===null?null:fullChildrenArea>MAX_AREA;/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const[firstChild,lastChild]=childrenRef;const childrenLeft=firstChild.current?firstChild.current.offsetLeft:0;const childrenRight=lastChild.current?lastChild.current.offsetLeft+lastChild.current.offsetWidth:0;const childrenTop=firstChild.current?firstChild.current.offsetTop:0;const childrenBottom=lastChild.current?lastChild.current.offsetTop+lastChild.current.offsetHeight:0;const childrenWidth=childrenRight-childrenLeft;const childrenHeight=childrenBottom-childrenTop;const childrenArea=childrenWidth*childrenHeight;const childrenLength=(isHorizontal?childrenWidth:childrenHeight)+gap;setSize({parent:parentLength,children:childrenLength,childrenArea});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})},index+\"-original\");});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:isLayerTooBig===true?\"auto\":\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsWaapi&&(!isLayerTooBig||isLayerTooBig&&supportsRegisterProperty)){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed||isLayerTooBig===null){return;}if(isLayerTooBig){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){}}/**\n                 * If the layer is too big we want to animate a CSS variable instead of the transform\n                 * to avoid promoting the layer to the GPU.\n                 */const keyframes=isLayerTooBig?{[CSS_VAR_NAME]:[\"0px\",`${minus}${animateToValue}px`]}:{transform:[`translate${axis}(0px)`,`translate${axis}(${minus}${animateToValue}px)`]};animationRef.current=listRef.current.animate(keyframes,{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed,isLayerTooBig]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsWaapi){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */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}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||isLayerTooBig?\"auto\":\"transform\",transform:supportsWaapi?isLayerTooBig?`translate${axis}(var(${CSS_VAR_NAME}))`:\"none\":transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},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},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},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;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* 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:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (7d037c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ControlType,cx,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as componentPresets from\"https://framerusercontent.com/modules/oggzaQDCJUN9payhb6Hp/cmHRYTQPsaphz1Sfd7Bc/componentPresets.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/GPRaNLx9Fd4wSDdoHdhs/akR5ZXRdY99HdbDb5KvN/AubKf9VYS.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/R7dgGsS56idA6bJjHLq9/mUSbqvpyoOdabRWfLkRD/cg7WyHMES.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/VxB9oKrRzOxV33znpHsB/pQP7qFaM33eMnU6EQR2O/D1HfIjZrf.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/mnjgILSlaXPOZbI9Lv2o/VqU7ULfI9ezm9aYhQBlm/NCYBYmCap.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/elSv0D65OCFoS3AdhqJj/RoYLHhCrgzGMduvqfsro/nrVummKSp.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/HXw1A4oUi3X8vE0qWFD3/8OFUWOVb4aNx3AtU19Ow/sGGxyp8wd.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/O6AwpUQDoXWjdHPOh624/6myZAhpnxe1zhfQBX32X/UgoMIcn5L.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/f7TwCgDDYONCXj76TtjU/mWWV0cDaq3mYXcWSrAS1/VKkDe_Mce.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/CG3gWUwq8MFWBJvel2xh/StsArKq6DJd62etv0gm3/wunxyUDQ9.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/YbRqXbY2TBL7IvOUBaii/c9wvf1VAQ1xd6B9r21v2/xR8V8Q1yV.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/GWU8ZIhLKmm8VQ7CJXJl/H8gRKmrGPkzDrrLFVJMi/ZP4GzHODV.js\";const cycleOrder=[\"bjqRIX_YH\",\"PrmTzq_KS\"];const serializationHash=\"framer-LSE4k\";const variantClassNames={bjqRIX_YH:\"framer-v-4a1q1c\",PrmTzq_KS:\"framer-v-1gzti9o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.5,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={Close:\"PrmTzq_KS\",Open:\"bjqRIX_YH\"};const getProps=({answer,click,height,id,question,width,...props})=>{return{...props,qQefXa5XK:question??props.qQefXa5XK??\"How do you integrate with LinkedIn?\",uVb9kzkqO:answer??props.uVb9kzkqO??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"We do a one-time login on your behalf and then use advanced techniques like one-to-one account to IP matching and imitate human behaviour when carrying out actions on your behalf like connecting with prospects or managing messaging as part of a omnichannel campaign.\"})}),variant:humanReadableVariantMap[props.variant]??props.variant??\"bjqRIX_YH\",Z3jnJDFUJ:click??props.Z3jnJDFUJ};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qQefXa5XK,Z3jnJDFUJ,uVb9kzkqO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bjqRIX_YH\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapygette=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Z3jnJDFUJ){const res=await Z3jnJDFUJ(...args);if(res===false)return false;}setVariant(\"PrmTzq_KS\");});const onTapbq8fj2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Z3jnJDFUJ){const res=await Z3jnJDFUJ(...args);if(res===false)return false;}setVariant(\"bjqRIX_YH\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"PrmTzq_KS\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4a1q1c\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bjqRIX_YH\",onTap:onTapygette,ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(49, 71, 105)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({PrmTzq_KS:{\"data-framer-name\":\"Close\",onTap:onTapbq8fj2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lrpovb\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"YLM0cwA0f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-n4caqq\",\"data-styles-preset\":\"xR8V8Q1yV\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(49, 71, 105))\"},children:\"How do you integrate with LinkedIn?\"})}),className:\"framer-15zosoe\",\"data-framer-name\":\"Question\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bkZw_qEBs\",style:{\"--extracted-1lwpl3i\":\"rgb(49, 71, 105)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:qQefXa5XK,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.button,{className:\"framer-khqu0r\",\"data-framer-name\":\"Icon\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"pTAT730wH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qg98i8\",\"data-framer-name\":\"Line 2\",layoutDependency:layoutDependency,layoutId:\"qaOpfA75B\",style:{backgroundColor:\"rgb(0, 0, 0)\",rotate:270},variants:{PrmTzq_KS:{backgroundColor:\"rgb(49, 71, 105)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-862wyb\",\"data-framer-name\":\"Line 1\",layoutDependency:layoutDependency,layoutId:\"mlUAZitFZ\",style:{backgroundColor:\"rgb(49, 71, 105)\",rotate:90},variants:{PrmTzq_KS:{rotate:0}}})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rqy3t5\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"hBjQ3PNuC\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:uVb9kzkqO,className:\"framer-jf04ig\",\"data-framer-name\":\"Answer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PFbfPoVpW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},stylesPresetsClassNames:{a:\"framer-styles-preset-16fw27x\",blockquote:\"framer-styles-preset-1adv1uq\",code:\"framer-styles-preset-14wzbkd\",h1:\"framer-styles-preset-1tt4erp\",h2:\"framer-styles-preset-ep0xaj\",h3:\"framer-styles-preset-15j9mkl\",h4:\"framer-styles-preset-1b38xu2\",h5:\"framer-styles-preset-n4caqq\",h6:\"framer-styles-preset-1xvuteq\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-5bb33p\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LSE4k.framer-7d5rou, .framer-LSE4k .framer-7d5rou { display: block; }\",\".framer-LSE4k.framer-4a1q1c { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 14px 14px 16px 18px; position: relative; width: 391px; }\",\".framer-LSE4k .framer-1lrpovb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LSE4k .framer-15zosoe, .framer-LSE4k .framer-jf04ig { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LSE4k .framer-khqu0r { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: hidden; position: relative; width: 28px; }\",\".framer-LSE4k .framer-1qg98i8, .framer-LSE4k .framer-862wyb { flex: none; height: 12px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 2px; }\",\".framer-LSE4k .framer-rqy3t5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 44px 0px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LSE4k.framer-4a1q1c, .framer-LSE4k .framer-1lrpovb, .framer-LSE4k .framer-rqy3t5 { gap: 0px; } .framer-LSE4k.framer-4a1q1c > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-LSE4k.framer-4a1q1c > :first-child { margin-top: 0px; } .framer-LSE4k.framer-4a1q1c > :last-child { margin-bottom: 0px; } .framer-LSE4k .framer-1lrpovb > *, .framer-LSE4k .framer-rqy3t5 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-LSE4k .framer-1lrpovb > :first-child, .framer-LSE4k .framer-rqy3t5 > :first-child { margin-left: 0px; } .framer-LSE4k .framer-1lrpovb > :last-child, .framer-LSE4k .framer-rqy3t5 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-LSE4k[data-border=\"true\"]::after, .framer-LSE4k [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 170\n * @framerIntrinsicWidth 391\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PrmTzq_KS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qQefXa5XK\":\"question\",\"Z3jnJDFUJ\":\"click\",\"uVb9kzkqO\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqa5xXYthU=withCSS(Component,css,\"framer-LSE4k\");export default Framerqa5xXYthU;Framerqa5xXYthU.displayName=\"Accordion\";Framerqa5xXYthU.defaultProps={height:170,width:391};addPropertyControls(Framerqa5xXYthU,{variant:{options:[\"bjqRIX_YH\",\"PrmTzq_KS\"],optionTitles:[\"Open\",\"Close\"],title:\"Variant\",type:ControlType.Enum},qQefXa5XK:{defaultValue:\"How do you integrate with LinkedIn?\",displayTextArea:false,title:\"Question\",type:ControlType.String},Z3jnJDFUJ:{title:\"Click\",type:ControlType.EventHandler},uVb9kzkqO:{defaultValue:\"<p>We do a one-time login on your behalf and then use advanced techniques like one-to-one account to IP matching and imitate human behaviour when carrying out actions on your behalf like connecting with prospects or managing messaging as part of a omnichannel campaign.</p>\",title:\"Answer\",type:ControlType.RichText}});addFonts(Framerqa5xXYthU,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"NXtEEo7sp\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"NXtEEo7sp\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqa5xXYthU\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"391\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"170\",\"framerVariables\":\"{\\\"qQefXa5XK\\\":\\\"question\\\",\\\"Z3jnJDFUJ\\\":\\\"click\\\",\\\"uVb9kzkqO\\\":\\\"answer\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PrmTzq_KS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (32e10d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Accordion from\"https://framerusercontent.com/modules/ONURCdKYhMJGfy6aKZaz/zECt5XTAjCs1h48KykJk/qa5xXYthU.js\";const AccordionFonts=getFonts(Accordion);const cycleOrder=[\"zFphbc_XA\",\"F_yLu4_53\",\"k3Q2uCSVN\",\"f3NCvwvQj\",\"GLkKfIsjO\",\"URO9QDo4Y\",\"NufSaEIp6\",\"KyKgRmPCN\",\"rn_IBaEQR\",\"wrgJHFgbi\",\"jGP3ni7oY\"];const serializationHash=\"framer-1xJz5\";const variantClassNames={F_yLu4_53:\"framer-v-1vhsyv\",f3NCvwvQj:\"framer-v-22jof0\",GLkKfIsjO:\"framer-v-94z5of\",jGP3ni7oY:\"framer-v-1gohxt0\",k3Q2uCSVN:\"framer-v-nwm7z7\",KyKgRmPCN:\"framer-v-1996qa9\",NufSaEIp6:\"framer-v-1vujxrm\",rn_IBaEQR:\"framer-v-mooxbf\",URO9QDo4Y:\"framer-v-ynxx05\",wrgJHFgbi:\"framer-v-qqlux2\",zFphbc_XA:\"framer-v-1wjltr7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.5,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={\"1\":\"F_yLu4_53\",\"10\":\"jGP3ni7oY\",\"2\":\"k3Q2uCSVN\",\"3\":\"f3NCvwvQj\",\"4\":\"GLkKfIsjO\",\"5\":\"URO9QDo4Y\",\"6\":\"NufSaEIp6\",\"7\":\"KyKgRmPCN\",\"8\":\"rn_IBaEQR\",\"9\":\"wrgJHFgbi\",\"All closed\":\"zFphbc_XA\"};const getProps=({answer1,answer10,answer2,answer3,answer4,answer5,answer6,answer7,answer8,answer9,height,id,question1,question10,question2,question3,question4,question5,question6,question7,question8,question9,showQuestion10,showQuestion6,showQuestion7,showQuestion8,showQuestion9,width,...props})=>{return{...props,cluD_Iw1T:question10??props.cluD_Iw1T??\"Can I use your API with the CustomerOS app?\",CzLMiUkCq:showQuestion7??props.CzLMiUkCq??true,DRG8fvhvf:showQuestion6??props.DRG8fvhvf??true,EJwltBxZq:answer9??props.EJwltBxZq??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!\"})}),FaKOYOZdG:answer4??props.FaKOYOZdG??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Yes! We are a European based company and abide by GDPR laws. None of our website tracking contains personal identifying information (PII) and we want to keep it that way, as we don\u2019t believe knowing exactly who visits your website, but rather which companies are visiting is valuable to your sales strategy. If you don\u2019t believe us book in a call so we can run you through our thought process.\"})}),FNE6DV7hX:answer3??props.FNE6DV7hX??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"CustomerOS utilizes a proprietary publisher network to identify previously recognized website visitors across the web, with their explicit consent. We then connect these identities using advanced fingerprinting technologies, incorporating signals like device IDs to ensure accurate matching.\"})}),FNNNvyxRw:question5??props.FNNNvyxRw??\"Can I use your API with the CustomerOS app?\",gAKTIJlV2:answer5??props.gAKTIJlV2??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!\"})}),HU53nvUXM:question4??props.HU53nvUXM??\"Does this comply with GDPR?\",huWNURSzV:answer1??props.huWNURSzV??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"We do a one-time login on your behalf and then use advanced techniques like one-to-one account to IP matching and imitate human behaviour when carrying out actions on your behalf like connecting with prospects or managing messaging as part of a omnichannel campaign.\"})}),K8PvexCzQ:question3??props.K8PvexCzQ??\"How do you find out who is visiting my website?\",lU4YhaGD9:answer6??props.lU4YhaGD9??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!\"})}),mupt2BeTv:answer8??props.mupt2BeTv??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!\"})}),NgU_Mp91_:question7??props.NgU_Mp91_??\"Can I use your API with the CustomerOS app?\",nuLcVFoMj:question6??props.nuLcVFoMj??\"Can I use your API with the CustomerOS app?\",O8t4gKis3:answer10??props.O8t4gKis3??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!\"})}),P7dTvNaaI:question2??props.P7dTvNaaI??\"What is a lookalike company?\",Qg7hCAgJX:question1??props.Qg7hCAgJX??\"How do you integrate with LinkedIn?\",s09EH39tX:answer7??props.s09EH39tX??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!\"})}),SE8bElja1:question8??props.SE8bElja1??\"Can I use your API with the CustomerOS app?\",variant:humanReadableVariantMap[props.variant]??props.variant??\"zFphbc_XA\",VjwdsdYjF:answer2??props.VjwdsdYjF??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:'A \"lookalike company\" in the context of B2B marketing and sales, refers to a company that shares similar characteristics with an existing ideal customer. We use information such as Company description, website, industry, firmographics, geography, customers, tech stack and more to find lookalikes.'})}),wFOfVUgRN:showQuestion8??props.wFOfVUgRN??true,wJTElOzi8:question9??props.wJTElOzi8??\"Can I use your API with the CustomerOS app?\",Xx9Kaoxj_:showQuestion9??props.Xx9Kaoxj_??true,yb19H6h_d:showQuestion10??props.yb19H6h_d??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Qg7hCAgJX,P7dTvNaaI,K8PvexCzQ,HU53nvUXM,FNNNvyxRw,nuLcVFoMj,NgU_Mp91_,SE8bElja1,wJTElOzi8,cluD_Iw1T,huWNURSzV,VjwdsdYjF,FNE6DV7hX,FaKOYOZdG,gAKTIJlV2,lU4YhaGD9,s09EH39tX,mupt2BeTv,EJwltBxZq,O8t4gKis3,DRG8fvhvf,CzLMiUkCq,wFOfVUgRN,Xx9Kaoxj_,yb19H6h_d,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zFphbc_XA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Z3jnJDFUJa906aa=activeVariantCallback(async(...args)=>{setVariant(\"F_yLu4_53\");});const Z3jnJDFUJ181sntz=activeVariantCallback(async(...args)=>{setVariant(\"zFphbc_XA\");});const Z3jnJDFUJ1vhn4ur=activeVariantCallback(async(...args)=>{setVariant(\"k3Q2uCSVN\");});const Z3jnJDFUJtrhggw=activeVariantCallback(async(...args)=>{setVariant(\"f3NCvwvQj\");});const Z3jnJDFUJl62r5k=activeVariantCallback(async(...args)=>{setVariant(\"GLkKfIsjO\");});const Z3jnJDFUJ1bhh63u=activeVariantCallback(async(...args)=>{setVariant(\"URO9QDo4Y\");});const Z3jnJDFUJ1xnn7er=activeVariantCallback(async(...args)=>{setVariant(\"NufSaEIp6\");});const Z3jnJDFUJ11islfr=activeVariantCallback(async(...args)=>{setVariant(\"KyKgRmPCN\");});const Z3jnJDFUJ1o6kwlm=activeVariantCallback(async(...args)=>{setVariant(\"rn_IBaEQR\");});const Z3jnJDFUJ404ews=activeVariantCallback(async(...args)=>{setVariant(\"wrgJHFgbi\");});const Z3jnJDFUJ107qk99=activeVariantCallback(async(...args)=>{setVariant(\"jGP3ni7oY\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??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-1wjltr7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"All closed\",layoutDependency:layoutDependency,layoutId:\"zFphbc_XA\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(49, 71, 105)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",...style},...addPropertyOverrides({F_yLu4_53:{\"data-framer-name\":\"1\"},f3NCvwvQj:{\"data-framer-name\":\"3\"},GLkKfIsjO:{\"data-framer-name\":\"4\"},jGP3ni7oY:{\"data-framer-name\":\"10\"},k3Q2uCSVN:{\"data-framer-name\":\"2\"},KyKgRmPCN:{\"data-framer-name\":\"7\"},NufSaEIp6:{\"data-framer-name\":\"6\"},rn_IBaEQR:{\"data-framer-name\":\"8\"},URO9QDo4Y:{\"data-framer-name\":\"5\"},wrgJHFgbi:{\"data-framer-name\":\"9\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+0+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+0+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+0+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ww0fe8-container\",layoutDependency:layoutDependency,layoutId:\"yT6_nYwpl-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"yT6_nYwpl\",layoutId:\"yT6_nYwpl\",qQefXa5XK:Qg7hCAgJX,style:{width:\"100%\"},uVb9kzkqO:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We do a one-time login on your behalf and then use advanced techniques like one-to-one account to IP matching and imitate human behaviour when carrying out actions on your behalf like connecting with prospects or managing messaging as part of a omnichannel campaign.\"})}),variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJa906aa,...addPropertyOverrides({F_yLu4_53:{uVb9kzkqO:huWNURSzV,variant:\"bjqRIX_YH\",Z3jnJDFUJ:Z3jnJDFUJ181sntz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+170+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+170+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+170+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+170+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19fzmpx-container\",layoutDependency:layoutDependency,layoutId:\"fGLWaiUoh-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"fGLWaiUoh\",layoutId:\"fGLWaiUoh\",qQefXa5XK:P7dTvNaaI,style:{width:\"100%\"},uVb9kzkqO:VjwdsdYjF,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ1vhn4ur,...addPropertyOverrides({k3Q2uCSVN:{variant:\"bjqRIX_YH\",Z3jnJDFUJ:Z3jnJDFUJ181sntz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+340+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+340+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+340+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+340+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11vxel2-container\",layoutDependency:layoutDependency,layoutId:\"HiIoN_nER-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"HiIoN_nER\",layoutId:\"HiIoN_nER\",qQefXa5XK:K8PvexCzQ,style:{width:\"100%\"},uVb9kzkqO:FNE6DV7hX,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJtrhggw,...addPropertyOverrides({f3NCvwvQj:{variant:\"bjqRIX_YH\",Z3jnJDFUJ:Z3jnJDFUJ181sntz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+510+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+510+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+510+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+510+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f8ulb6-container\",layoutDependency:layoutDependency,layoutId:\"TVPTD5r0e-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"TVPTD5r0e\",layoutId:\"TVPTD5r0e\",qQefXa5XK:HU53nvUXM,style:{width:\"100%\"},uVb9kzkqO:FaKOYOZdG,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJl62r5k,...addPropertyOverrides({GLkKfIsjO:{variant:\"bjqRIX_YH\",Z3jnJDFUJ:Z3jnJDFUJ181sntz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+680+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+680+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+680+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+680+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2jpsx-container\",layoutDependency:layoutDependency,layoutId:\"cMOFhV4f9-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"cMOFhV4f9\",layoutId:\"cMOFhV4f9\",qQefXa5XK:FNNNvyxRw,style:{width:\"100%\"},uVb9kzkqO:gAKTIJlV2,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ1bhh63u,...addPropertyOverrides({jGP3ni7oY:{Z3jnJDFUJ:Z3jnJDFUJ181sntz},KyKgRmPCN:{Z3jnJDFUJ:Z3jnJDFUJ181sntz},rn_IBaEQR:{Z3jnJDFUJ:Z3jnJDFUJ181sntz},URO9QDo4Y:{variant:\"bjqRIX_YH\",Z3jnJDFUJ:Z3jnJDFUJ181sntz},wrgJHFgbi:{Z3jnJDFUJ:Z3jnJDFUJ181sntz}},baseVariant,gestureVariant)})})}),DRG8fvhvf&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+850+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+850+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+850+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+850+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-20jk20-container\",layoutDependency:layoutDependency,layoutId:\"Ggf7YwGqC-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"Ggf7YwGqC\",layoutId:\"Ggf7YwGqC\",qQefXa5XK:nuLcVFoMj,style:{width:\"100%\"},uVb9kzkqO:lU4YhaGD9,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ1xnn7er,...addPropertyOverrides({NufSaEIp6:{variant:\"bjqRIX_YH\"}},baseVariant,gestureVariant)})})}),CzLMiUkCq&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+1020+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+1020+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+1020+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1020+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10srt41-container\",layoutDependency:layoutDependency,layoutId:\"whSZcWFr6-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"whSZcWFr6\",layoutId:\"whSZcWFr6\",qQefXa5XK:NgU_Mp91_,style:{width:\"100%\"},uVb9kzkqO:s09EH39tX,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ11islfr,...addPropertyOverrides({KyKgRmPCN:{variant:\"bjqRIX_YH\"}},baseVariant,gestureVariant)})})}),wFOfVUgRN&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+1190+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+1190+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+1190+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1190+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hwggol-container\",layoutDependency:layoutDependency,layoutId:\"CsxbI6iCr-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"CsxbI6iCr\",layoutId:\"CsxbI6iCr\",qQefXa5XK:SE8bElja1,style:{width:\"100%\"},uVb9kzkqO:mupt2BeTv,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ1o6kwlm,...addPropertyOverrides({rn_IBaEQR:{variant:\"bjqRIX_YH\"}},baseVariant,gestureVariant)})})}),Xx9Kaoxj_&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+1360+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+1360+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+1360+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1360+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gmpqcd-container\",layoutDependency:layoutDependency,layoutId:\"DkGFqeVsY-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"DkGFqeVsY\",layoutId:\"DkGFqeVsY\",qQefXa5XK:wJTElOzi8,style:{width:\"100%\"},uVb9kzkqO:EJwltBxZq,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ404ews,...addPropertyOverrides({wrgJHFgbi:{variant:\"bjqRIX_YH\"}},baseVariant,gestureVariant)})})}),yb19H6h_d&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||580)-0-1700)/2+1530+0),...addPropertyOverrides({F_yLu4_53:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||650.5)-0-1700)/2+1530+0)},f3NCvwvQj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},GLkKfIsjO:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||692)-0-1700)/2+1530+0)},jGP3ni7oY:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},k3Q2uCSVN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},KyKgRmPCN:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},NufSaEIp6:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},rn_IBaEQR:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},URO9QDo4Y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)},wrgJHFgbi:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||671)-0-1700)/2+1530+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b5v3l5-container\",layoutDependency:layoutDependency,layoutId:\"SqTs2qKtn-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"SqTs2qKtn\",layoutId:\"SqTs2qKtn\",qQefXa5XK:cluD_Iw1T,style:{width:\"100%\"},uVb9kzkqO:O8t4gKis3,variant:\"PrmTzq_KS\",width:\"100%\",Z3jnJDFUJ:Z3jnJDFUJ107qk99,...addPropertyOverrides({jGP3ni7oY:{variant:\"bjqRIX_YH\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1xJz5.framer-1se2jdm, .framer-1xJz5 .framer-1se2jdm { display: block; }\",\".framer-1xJz5.framer-1wjltr7 { 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: 600px; }\",\".framer-1xJz5 .framer-1ww0fe8-container, .framer-1xJz5 .framer-19fzmpx-container, .framer-1xJz5 .framer-11vxel2-container, .framer-1xJz5 .framer-1f8ulb6-container, .framer-1xJz5 .framer-x2jpsx-container, .framer-1xJz5 .framer-20jk20-container, .framer-1xJz5 .framer-10srt41-container, .framer-1xJz5 .framer-hwggol-container, .framer-1xJz5 .framer-gmpqcd-container, .framer-1xJz5 .framer-b5v3l5-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1xJz5.framer-1wjltr7 { gap: 0px; } .framer-1xJz5.framer-1wjltr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1xJz5.framer-1wjltr7 > :first-child { margin-top: 0px; } .framer-1xJz5.framer-1wjltr7 > :last-child { margin-bottom: 0px; } }\",'.framer-1xJz5[data-border=\"true\"]::after, .framer-1xJz5 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 580\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"F_yLu4_53\":{\"layout\":[\"fixed\",\"auto\"]},\"k3Q2uCSVN\":{\"layout\":[\"fixed\",\"auto\"]},\"f3NCvwvQj\":{\"layout\":[\"fixed\",\"auto\"]},\"GLkKfIsjO\":{\"layout\":[\"fixed\",\"auto\"]},\"URO9QDo4Y\":{\"layout\":[\"fixed\",\"auto\"]},\"NufSaEIp6\":{\"layout\":[\"fixed\",\"auto\"]},\"KyKgRmPCN\":{\"layout\":[\"fixed\",\"auto\"]},\"rn_IBaEQR\":{\"layout\":[\"fixed\",\"auto\"]},\"wrgJHFgbi\":{\"layout\":[\"fixed\",\"auto\"]},\"jGP3ni7oY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Qg7hCAgJX\":\"question1\",\"P7dTvNaaI\":\"question2\",\"K8PvexCzQ\":\"question3\",\"HU53nvUXM\":\"question4\",\"FNNNvyxRw\":\"question5\",\"nuLcVFoMj\":\"question6\",\"NgU_Mp91_\":\"question7\",\"SE8bElja1\":\"question8\",\"wJTElOzi8\":\"question9\",\"cluD_Iw1T\":\"question10\",\"huWNURSzV\":\"answer1\",\"VjwdsdYjF\":\"answer2\",\"FNE6DV7hX\":\"answer3\",\"FaKOYOZdG\":\"answer4\",\"gAKTIJlV2\":\"answer5\",\"lU4YhaGD9\":\"answer6\",\"s09EH39tX\":\"answer7\",\"mupt2BeTv\":\"answer8\",\"EJwltBxZq\":\"answer9\",\"O8t4gKis3\":\"answer10\",\"DRG8fvhvf\":\"showQuestion6\",\"CzLMiUkCq\":\"showQuestion7\",\"wFOfVUgRN\":\"showQuestion8\",\"Xx9Kaoxj_\":\"showQuestion9\",\"yb19H6h_d\":\"showQuestion10\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKmQmVGUBE=withCSS(Component,css,\"framer-1xJz5\");export default FramerKmQmVGUBE;FramerKmQmVGUBE.displayName=\"FAQ\";FramerKmQmVGUBE.defaultProps={height:580,width:600};addPropertyControls(FramerKmQmVGUBE,{variant:{options:[\"zFphbc_XA\",\"F_yLu4_53\",\"k3Q2uCSVN\",\"f3NCvwvQj\",\"GLkKfIsjO\",\"URO9QDo4Y\",\"NufSaEIp6\",\"KyKgRmPCN\",\"rn_IBaEQR\",\"wrgJHFgbi\",\"jGP3ni7oY\"],optionTitles:[\"All closed\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"],title:\"Variant\",type:ControlType.Enum},Qg7hCAgJX:{defaultValue:\"How do you integrate with LinkedIn?\",displayTextArea:false,title:\"Question 1\",type:ControlType.String},P7dTvNaaI:{defaultValue:\"What is a lookalike company?\",displayTextArea:false,title:\"Question 2\",type:ControlType.String},K8PvexCzQ:{defaultValue:\"How do you find out who is visiting my website?\",displayTextArea:false,title:\"Question 3\",type:ControlType.String},HU53nvUXM:{defaultValue:\"Does this comply with GDPR?\",displayTextArea:false,title:\"Question 4\",type:ControlType.String},FNNNvyxRw:{defaultValue:\"Can I use your API with the CustomerOS app?\",displayTextArea:false,title:\"Question 5\",type:ControlType.String},nuLcVFoMj:{defaultValue:\"Can I use your API with the CustomerOS app?\",displayTextArea:false,title:\"Question 6\",type:ControlType.String},NgU_Mp91_:{defaultValue:\"Can I use your API with the CustomerOS app?\",displayTextArea:false,title:\"Question 7\",type:ControlType.String},SE8bElja1:{defaultValue:\"Can I use your API with the CustomerOS app?\",displayTextArea:false,title:\"Question 8\",type:ControlType.String},wJTElOzi8:{defaultValue:\"Can I use your API with the CustomerOS app?\",displayTextArea:false,title:\"Question 9\",type:ControlType.String},cluD_Iw1T:{defaultValue:\"Can I use your API with the CustomerOS app?\",displayTextArea:false,title:\"Question 10\",type:ControlType.String},huWNURSzV:{defaultValue:\"<p>We do a one-time login on your behalf and then use advanced techniques like one-to-one account to IP matching and imitate human behaviour when carrying out actions on your behalf like connecting with prospects or managing messaging as part of a omnichannel campaign.</p>\",description:\"We do a one-time login on your behalf and then use advanced techniques like one-to-one account to IP matching and imitate human behaviour when carrying out actions on your behalf like connecting with prospects or managing messaging as part of a omnichannel campaign.\",title:\"Answer 1\",type:ControlType.RichText},VjwdsdYjF:{defaultValue:'<p>A \"lookalike company\" in the context of B2B marketing and sales, refers to a company that shares similar characteristics with an existing ideal customer. We use information such as Company description, website, industry, firmographics, geography, customers, tech stack and more to find lookalikes.</p>',description:\"\",title:\"Answer 2\",type:ControlType.RichText},FNE6DV7hX:{defaultValue:\"<p>CustomerOS utilizes a proprietary publisher network to identify previously recognized website visitors across the web, with their explicit consent. We then connect these identities using advanced fingerprinting technologies, incorporating signals like device IDs to ensure accurate matching.</p>\",title:\"Answer 3\",type:ControlType.RichText},FaKOYOZdG:{defaultValue:\"<p>Yes! We are a European based company and abide by GDPR laws. None of our website tracking contains personal identifying information (PII) and we want to keep it that way, as we don\u2019t believe knowing exactly who visits your website, but rather which companies are visiting is valuable to your sales strategy. If you don\u2019t believe us book in a call so we can run you through our thought process.</p>\",title:\"Answer 4\",type:ControlType.RichText},gAKTIJlV2:{defaultValue:\"<p>You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!</p>\",title:\"Answer 5\",type:ControlType.RichText},lU4YhaGD9:{defaultValue:\"<p>You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!</p>\",title:\"Answer 6\",type:ControlType.RichText},s09EH39tX:{defaultValue:\"<p>You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!</p>\",title:\"Answer 7\",type:ControlType.RichText},mupt2BeTv:{defaultValue:\"<p>You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!</p>\",title:\"Answer 8\",type:ControlType.RichText},EJwltBxZq:{defaultValue:\"<p>You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!</p>\",title:\"Answer 9\",type:ControlType.RichText},O8t4gKis3:{defaultValue:\"<p>You can choose to use just the CustomerOS API suite, or you can use it in tandem with the CustomerOS app. All API calls are enriched into your own personal dataset in CustomerOS, so you can browse through your data that you have generated over time at your leisure - without having to worry about it being charged twice if you accidentally delete that csv you were working with!</p>\",title:\"Answer 10\",type:ControlType.RichText},DRG8fvhvf:{defaultValue:true,title:\"Show Question 6?\",type:ControlType.Boolean},CzLMiUkCq:{defaultValue:true,title:\"Show Question 7?\",type:ControlType.Boolean},wFOfVUgRN:{defaultValue:true,title:\"Show Question 8?\",type:ControlType.Boolean},Xx9Kaoxj_:{defaultValue:true,title:\"Show Question 9?\",type:ControlType.Boolean},yb19H6h_d:{defaultValue:true,title:\"Show Question 10?\",type:ControlType.Boolean}});addFonts(FramerKmQmVGUBE,[{explicitInter:true,fonts:[]},...AccordionFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKmQmVGUBE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"580\",\"framerVariables\":\"{\\\"Qg7hCAgJX\\\":\\\"question1\\\",\\\"P7dTvNaaI\\\":\\\"question2\\\",\\\"K8PvexCzQ\\\":\\\"question3\\\",\\\"HU53nvUXM\\\":\\\"question4\\\",\\\"FNNNvyxRw\\\":\\\"question5\\\",\\\"nuLcVFoMj\\\":\\\"question6\\\",\\\"NgU_Mp91_\\\":\\\"question7\\\",\\\"SE8bElja1\\\":\\\"question8\\\",\\\"wJTElOzi8\\\":\\\"question9\\\",\\\"cluD_Iw1T\\\":\\\"question10\\\",\\\"huWNURSzV\\\":\\\"answer1\\\",\\\"VjwdsdYjF\\\":\\\"answer2\\\",\\\"FNE6DV7hX\\\":\\\"answer3\\\",\\\"FaKOYOZdG\\\":\\\"answer4\\\",\\\"gAKTIJlV2\\\":\\\"answer5\\\",\\\"lU4YhaGD9\\\":\\\"answer6\\\",\\\"s09EH39tX\\\":\\\"answer7\\\",\\\"mupt2BeTv\\\":\\\"answer8\\\",\\\"EJwltBxZq\\\":\\\"answer9\\\",\\\"O8t4gKis3\\\":\\\"answer10\\\",\\\"DRG8fvhvf\\\":\\\"showQuestion6\\\",\\\"CzLMiUkCq\\\":\\\"showQuestion7\\\",\\\"wFOfVUgRN\\\":\\\"showQuestion8\\\",\\\"Xx9Kaoxj_\\\":\\\"showQuestion9\\\",\\\"yb19H6h_d\\\":\\\"showQuestion10\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F_yLu4_53\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k3Q2uCSVN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f3NCvwvQj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GLkKfIsjO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"URO9QDo4Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NufSaEIp6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KyKgRmPCN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rn_IBaEQR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wrgJHFgbi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jGP3ni7oY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Barlow-regular\",\"GF;Barlow-700\",\"GF;Barlow-700italic\",\"GF;Barlow-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPDsE46HsxnA.woff2\",weight:\"400\"},{family:\"Barlow\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c5VAtlT47dw.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Vostzsrd6m9.woff2\",weight:\"700\"},{family:\"Barlow\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs5yn4hnCci.woff2\",weight:\"400\"}]}];export const css=['.framer-k8ZzM .framer-styles-preset-1b0akgc:not(.rich-text-wrapper), .framer-k8ZzM .framer-styles-preset-1b0akgc.rich-text-wrapper p { --framer-font-family: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-family-italic: \"Barlow\", \"Barlow Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 13px; --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.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: right; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-k8ZzM\";\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 (295c121)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import Footer from\"#framer/local/canvasComponent/hTAE9mcfE/hTAE9mcfE.js\";import FAQ from\"#framer/local/canvasComponent/KmQmVGUBE/KmQmVGUBE.js\";import Navigation from\"#framer/local/canvasComponent/LpyBpSgRK/LpyBpSgRK.js\";import{BarLeft}from\"#framer/local/codeFile/tMiS1dK/Hero_Overrides.js\";import Is from\"#framer/local/collection/SDhczoJNY/SDhczoJNY.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/cg7WyHMES/cg7WyHMES.js\";import*as sharedStyle from\"#framer/local/css/EQbnRfovb/EQbnRfovb.js\";import*as sharedStyle1 from\"#framer/local/css/jeuPaS0SW/jeuPaS0SW.js\";import*as sharedStyle3 from\"#framer/local/css/nrVummKSp/nrVummKSp.js\";import*as sharedStyle10 from\"#framer/local/css/P3UL4t6SQ/P3UL4t6SQ.js\";import*as sharedStyle9 from\"#framer/local/css/sGGxyp8wd/sGGxyp8wd.js\";import*as sharedStyle4 from\"#framer/local/css/UgoMIcn5L/UgoMIcn5L.js\";import*as sharedStyle8 from\"#framer/local/css/vhcE4R5EQ/vhcE4R5EQ.js\";import*as sharedStyle2 from\"#framer/local/css/wunxyUDQ9/wunxyUDQ9.js\";import*as sharedStyle7 from\"#framer/local/css/xR8V8Q1yV/xR8V8Q1yV.js\";import*as sharedStyle5 from\"#framer/local/css/ZP4GzHODV/ZP4GzHODV.js\";import metadataProvider from\"#framer/local/webPageMetadata/j1_Z48S0f/j1_Z48S0f.js\";const NavigationFonts=getFonts(Navigation);const RichTextBarLeft=BarLeft(RichText);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const TickerFonts=getFonts(Ticker);const Image1Fonts=getFonts(Image1);const FAQFonts=getFonts(FAQ);const FooterFonts=getFonts(Footer);const breakpoints={ifab07FaG:\"(max-width: 849px)\",k9T0_N5LA:\"(min-width: 850px) and (max-width: 1199px)\",L4VAacz5L:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LLPxC\";const variantClassNames={ifab07FaG:\"framer-v-1pzgfzi\",k9T0_N5LA:\"framer-v-f0h2xy\",L4VAacz5L:\"framer-v-o27lfv\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:.2,mass:1,stiffness:100,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:40,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"L4VAacz5L\",Phone:\"ifab07FaG\",Tablet:\"k9T0_N5LA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"L4VAacz5L\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"j1_Z48S0f\",data:Is,type:\"Collection\"},select:[{collection:\"j1_Z48S0f\",name:\"YiBQBHobC\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"CPiW4qZRx\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"nQhnHvh7s\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"ZNbzNHkJe\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"OkzzukcBu\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"QXMhRHmCn\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"Tck9aOI_l\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"HdqihomAi\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"iOUaoczjn\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"kkHklxRq2\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"yEeK0g_pX\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"o6XoVTX49\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"VuJqyW6Ol\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"RsmYyPCjf\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"KX5nJExx2\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"uYUUfwDLs\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"XO_muzRRS\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"x9GeGvzfh\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"IAvwWGiaI\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"Qj6QDPqrO\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"raga9vMNo\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"w3uHHXqR_\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"NENIbsHIV\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"P92M_hF05\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"iI2vjrxrE\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"AUSEzfRyH\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"wUmA_wKZm\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"JfvvN2cEI\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"bChOX1EEj\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"dDMXmQ7ig\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"Bf2hV9SAu\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"sAuOvh5t8\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"K3JZuoX3k\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"LOyoGEf8k\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"uY8I1Lwr1\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"HqptCFgs0\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"R0VPjnKRr\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"NnySGhera\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"yY0DkJ8Y8\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"Fa4hiAXbB\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"qtNiXK1Xi\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"aR5U4KCgH\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"vLIAr1bnF\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"RhZ11tpyx\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"xI0IWKOPp\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"VSnxWtbO2\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"Von_clRZL\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"K_2DDDL3n\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"wuFBfKAe9\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"gjcptsBZO\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"kbNaKte0E\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"On448iNep\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"mG85YgVOU\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"a6RK24s7v\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"oME5DSecN\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"LxIK0umi1\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"w17L1_gXC\",type:\"Identifier\"},{collection:\"j1_Z48S0f\",name:\"jd9P7Iq7r\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"j1_Z48S0f\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,CPiW4qZRx=getFromCurrentRouteData(\"CPiW4qZRx\")??\"\",AUSEzfRyH=getFromCurrentRouteData(\"AUSEzfRyH\")??\"\",VuJqyW6Ol=getFromCurrentRouteData(\"VuJqyW6Ol\")??\"\",uYUUfwDLs=getFromCurrentRouteData(\"uYUUfwDLs\"),nQhnHvh7s=getFromCurrentRouteData(\"nQhnHvh7s\")??\"\",Qj6QDPqrO=getFromCurrentRouteData(\"Qj6QDPqrO\"),raga9vMNo=getFromCurrentRouteData(\"raga9vMNo\"),w3uHHXqR_=getFromCurrentRouteData(\"w3uHHXqR_\"),NENIbsHIV=getFromCurrentRouteData(\"NENIbsHIV\"),P92M_hF05=getFromCurrentRouteData(\"P92M_hF05\"),iI2vjrxrE=getFromCurrentRouteData(\"iI2vjrxrE\"),ZNbzNHkJe=getFromCurrentRouteData(\"ZNbzNHkJe\")??\"\",wUmA_wKZm=getFromCurrentRouteData(\"wUmA_wKZm\")??\"\",OkzzukcBu=getFromCurrentRouteData(\"OkzzukcBu\")??\"\",JfvvN2cEI=getFromCurrentRouteData(\"JfvvN2cEI\")??\"\",QXMhRHmCn=getFromCurrentRouteData(\"QXMhRHmCn\")??\"\",bChOX1EEj=getFromCurrentRouteData(\"bChOX1EEj\")??\"\",RsmYyPCjf=getFromCurrentRouteData(\"RsmYyPCjf\")??\"\",XO_muzRRS=getFromCurrentRouteData(\"XO_muzRRS\"),kkHklxRq2=getFromCurrentRouteData(\"kkHklxRq2\")??\"\",o6XoVTX49=getFromCurrentRouteData(\"o6XoVTX49\")??\"\",x9GeGvzfh=getFromCurrentRouteData(\"x9GeGvzfh\"),IAvwWGiaI=getFromCurrentRouteData(\"IAvwWGiaI\"),dDMXmQ7ig=getFromCurrentRouteData(\"dDMXmQ7ig\")??\"\",Tck9aOI_l=getFromCurrentRouteData(\"Tck9aOI_l\")??\"\",Bf2hV9SAu=getFromCurrentRouteData(\"Bf2hV9SAu\")??\"\",HdqihomAi=getFromCurrentRouteData(\"HdqihomAi\")??\"\",sAuOvh5t8=getFromCurrentRouteData(\"sAuOvh5t8\")??\"\",iOUaoczjn=getFromCurrentRouteData(\"iOUaoczjn\")??\"\",yEeK0g_pX=getFromCurrentRouteData(\"yEeK0g_pX\")??\"\",K3JZuoX3k=getFromCurrentRouteData(\"K3JZuoX3k\")??\"\",KX5nJExx2=getFromCurrentRouteData(\"KX5nJExx2\")??\"\",LOyoGEf8k=getFromCurrentRouteData(\"LOyoGEf8k\")??\"\",uY8I1Lwr1=getFromCurrentRouteData(\"uY8I1Lwr1\")??\"\",HqptCFgs0=getFromCurrentRouteData(\"HqptCFgs0\")??\"\",R0VPjnKRr=getFromCurrentRouteData(\"R0VPjnKRr\")??\"\",NnySGhera=getFromCurrentRouteData(\"NnySGhera\")??\"\",yY0DkJ8Y8=getFromCurrentRouteData(\"yY0DkJ8Y8\")??\"\",Fa4hiAXbB=getFromCurrentRouteData(\"Fa4hiAXbB\")??\"\",qtNiXK1Xi=getFromCurrentRouteData(\"qtNiXK1Xi\")??\"\",aR5U4KCgH=getFromCurrentRouteData(\"aR5U4KCgH\")??\"\",vLIAr1bnF=getFromCurrentRouteData(\"vLIAr1bnF\")??\"\",RhZ11tpyx=getFromCurrentRouteData(\"RhZ11tpyx\")??\"\",xI0IWKOPp=getFromCurrentRouteData(\"xI0IWKOPp\")??\"\",VSnxWtbO2=getFromCurrentRouteData(\"VSnxWtbO2\")??\"\",Von_clRZL=getFromCurrentRouteData(\"Von_clRZL\")??\"\",K_2DDDL3n=getFromCurrentRouteData(\"K_2DDDL3n\")??\"\",wuFBfKAe9=getFromCurrentRouteData(\"wuFBfKAe9\")??\"\",gjcptsBZO=getFromCurrentRouteData(\"gjcptsBZO\")??\"\",kbNaKte0E=getFromCurrentRouteData(\"kbNaKte0E\")??\"\",On448iNep=getFromCurrentRouteData(\"On448iNep\")??\"\",mG85YgVOU=getFromCurrentRouteData(\"mG85YgVOU\")??\"\",a6RK24s7v=getFromCurrentRouteData(\"a6RK24s7v\")??true,oME5DSecN=getFromCurrentRouteData(\"oME5DSecN\")??true,LxIK0umi1=getFromCurrentRouteData(\"LxIK0umi1\")??true,w17L1_gXC=getFromCurrentRouteData(\"w17L1_gXC\")??true,jd9P7Iq7r=getFromCurrentRouteData(\"jd9P7Iq7r\")??true,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);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,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"L4VAacz5L\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-o27lfv\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yy8zkm\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ouqa8k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{variant:\"KtB7xZMWX\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"Y83pGpEAo\",layoutId:\"Y83pGpEAo\",style:{height:\"100%\",width:\"100%\"},variant:\"UB4F9Ltk3\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jh37yq\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xuqmrc\",\"data-framer-name\":\"Hero Top\",children:[/*#__PURE__*/_jsx(RichTextBarLeft,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-13tgavc\",\"data-styles-preset\":\"EQbnRfovb\",children:[\"Slash prospecting time by 90%.\",/*#__PURE__*/_jsx(\"br\",{}),\"Boost pipeline by 3x.\"]})}),className:\"framer-f540om\",fonts:[\"Inter\"],style:{skewX:-3},text:CPiW4qZRx,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-au12ix\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mkbb56\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:AUSEzfRyH,className:\"framer-1n7e6c7\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1adv1uq\",h2:\"framer-styles-preset-qasgkn\",img:\"framer-styles-preset-1kce5r\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://cal.com/mbrown/customer-os-demo?utm_content=homepage-hero-button-primary&utm_medium=website\",nodeId:\"T4SbvG_H2\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1m5t6hs framer-1c4n0mn\",\"data-border\":true,whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UkVNLTMwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-size\":\"19.2px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Get early access\"})}),className:\"framer-9v950y\",fonts:[\"GF;REM-300\"],text:VuJqyW6Ol,verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1askden\",\"data-framer-name\":\"Hero Bottom\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+74+80+273.3+10+0),pixelHeight:863,pixelWidth:1281,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1200px), 1100px) - 20px)`,...toResponsiveImage(uYUUfwDLs)}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+74+80+215.3+10+0),pixelHeight:863,pixelWidth:1281,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1200px), 1100px) * 0.8 - 20px)`,...toResponsiveImage(uYUUfwDLs)},className:\"framer-jzde3e\",\"data-framer-appear-id\":\"jzde3e\",\"data-framer-name\":\"Placeholder\",initial:animation2,optimized:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xnli3w\",\"data-framer-name\":\"Social Proof\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UkVNLTEwMA==\",\"--framer-font-family\":'\"REM\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"100\",\"--framer-letter-spacing\":\"0.16px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(141, 0, 110)\"},children:\"Trusted by hyperscalers\"})}),className:\"framer-11ozmha\",fonts:[\"GF;REM-100\"],text:nQhnHvh7s,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i7zc3s-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"zJMtujsTh\",layoutId:\"zJMtujsTh\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:116,pixelHeight:20,pixelWidth:116,sizes:\"104.4px\",...toResponsiveImage(Qj6QDPqrO)},className:\"framer-10w6po\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:100,pixelHeight:20,pixelWidth:100,sizes:\"105px\",...toResponsiveImage(raga9vMNo)},className:\"framer-dyq4hu\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:57,pixelHeight:23,pixelWidth:57,sizes:\"104.087px\",...toResponsiveImage(w3uHHXqR_)},className:\"framer-1ndlp6t\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:21,intrinsicWidth:95,pixelHeight:21,pixelWidth:95,sizes:\"108.5714px\",...toResponsiveImage(NENIbsHIV)},className:\"framer-ue47cd\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:85,pixelHeight:20,pixelWidth:85,sizes:\"106.25px\",...toResponsiveImage(P92M_hF05)},className:\"framer-eg8mes\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:65,intrinsicWidth:113,pixelHeight:65,pixelWidth:113,sizes:\"104.3077px\",...toResponsiveImage(iI2vjrxrE)},className:\"framer-1ob3nwi\"})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18gfyd6\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-149zskr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kivt5g\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15j9mkl\",\"data-styles-preset\":\"UgoMIcn5L\",children:\"Exponential growth in qualified prospects\"})}),className:\"framer-190xb9e\",fonts:[\"Inter\"],text:ZNbzNHkJe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:wUmA_wKZm,className:\"framer-1xutaki\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1adv1uq\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1phvih\",h3:\"framer-styles-preset-ci2ngw\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-5bb33p\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-torcen\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15j9mkl\",\"data-styles-preset\":\"UgoMIcn5L\",children:\"Multi-channel lead discovery\"})}),className:\"framer-3eorso\",fonts:[\"Inter\"],text:OkzzukcBu,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:JfvvN2cEI,className:\"framer-1pcmtia\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1adv1uq\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1phvih\",h3:\"framer-styles-preset-ci2ngw\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-5bb33p\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bnta1g\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-15j9mkl\",\"data-styles-preset\":\"UgoMIcn5L\",children:\"Warm leads for higher conversion\"})}),className:\"framer-1dguath\",fonts:[\"Inter\"],text:QXMhRHmCn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:bChOX1EEj,className:\"framer-kzh83b\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-1adv1uq\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1phvih\",h3:\"framer-styles-preset-ci2ngw\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-5bb33p\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b2s35j\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(Link,{href:\"https://cal.com/mbrown/customer-os-demo?utm_content=homepage-hero-button-primary&utm_medium=website\",nodeId:\"TyD_542KJ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-x4e1q4 framer-1c4n0mn\",\"data-border\":true,whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UkVNLTMwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-size\":\"19.2px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Get early access\"})}),className:\"framer-n2s91p\",fonts:[\"GF;REM-300\"],text:RsmYyPCjf,verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5iny2n\",\"data-framer-name\":\"Quote\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{background:{alt:\"\",backgroundSize:1.15,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2484.8999999999996+0+-110.5),pixelHeight:2680,pixelWidth:7770,sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,...toResponsiveImage(XO_muzRRS),...{positionX:\"center\",positionY:\"top\"}}},k9T0_N5LA:{background:{alt:\"\",backgroundSize:1.15,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2426.8999999999996+0+-64.5),pixelHeight:2680,pixelWidth:7770,sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,...toResponsiveImage(XO_muzRRS),...{positionX:\"center\",positionY:\"top\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1.15,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1912.5+0+-85.5),pixelHeight:2680,pixelWidth:7770,sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,...toResponsiveImage(XO_muzRRS),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-xvwv2l\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bjriy0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q4i0sb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x7eruu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1b38xu2\",\"data-styles-preset\":\"cg7WyHMES\",style:{\"--framer-text-alignment\":\"right\"},children:\"- Horia Clement\"})}),className:\"framer-1a4jjot\",fonts:[\"Inter\"],text:kkHklxRq2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-n4caqq\",\"data-styles-preset\":\"xR8V8Q1yV\",style:{\"--framer-text-alignment\":\"right\"},children:\"Co-Founder\"})}),className:\"framer-1s3e1pp\",fonts:[\"Inter\"],text:o6XoVTX49,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:139,intrinsicWidth:49,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2484.8999999999996+0+-110.5+100+0+41+0+0),pixelHeight:139,pixelWidth:49,sizes:\"28.2014px\",...toResponsiveImage(x9GeGvzfh)}},k9T0_N5LA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:139,intrinsicWidth:49,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2426.8999999999996+0+-64.5+100+0+50+0+0),pixelHeight:139,pixelWidth:49,sizes:\"28.2014px\",...toResponsiveImage(x9GeGvzfh)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:139,intrinsicWidth:49,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1912.5+0+-85.5+100+0+50+0+0),pixelHeight:139,pixelWidth:49,sizes:\"28.2014px\",...toResponsiveImage(x9GeGvzfh)},className:\"framer-1trkoja\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-il39pl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xig80b-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"fQy00zeTD\",image:toResponsiveImage(IAvwWGiaI),layoutId:\"fQy00zeTD\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b89p7z\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:dDMXmQ7ig,className:\"framer-13u8o00\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1adv1uq\",h3:\"framer-styles-preset-15j9mkl\",h4:\"framer-styles-preset-1b38xu2\",h5:\"framer-styles-preset-n4caqq\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-1ddpl9l\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sowd8g\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ihvpcw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UkVNLTYwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\"},children:\"Before\"})}),className:\"framer-1ou8n79\",fonts:[\"GF;REM-600\"],text:Tck9aOI_l,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Bf2hV9SAu,className:\"framer-1y4kgcq\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1adv1uq\",h5:\"framer-styles-preset-n4caqq\",h6:\"framer-styles-preset-1xvuteq\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-1b0akgc\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2vhl2g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UkVNLTYwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"After\"})}),className:\"framer-1k918n5\",fonts:[\"GF;REM-600\"],text:HdqihomAi,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:sAuOvh5t8,className:\"framer-184ksb7\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1adv1uq\",h5:\"framer-styles-preset-n4caqq\",h6:\"framer-styles-preset-1xvuteq\",img:\"framer-styles-preset-1kce5r\",p:\"framer-styles-preset-5bb33p\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kmricq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UkVNLTYwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(49, 71, 105)\"},children:\"Ever wonder who is browsing your site?\"})}),className:\"framer-93u3tf\",fonts:[\"GF;REM-600\"],text:iOUaoczjn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7UkVNLTYwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(49, 71, 105)\"},children:\"Limited Time Offer:  Unmask your website visitors -- Free!\"})}),className:\"framer-33tn0i\",fonts:[\"GF;REM-600\"],text:yEeK0g_pX,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rgf4i7\",\"data-framer-name\":\"CTA 2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5ypuj8\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dis76m\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"NXtEEo7sp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:K3JZuoX3k,className:\"framer-pg5f0m\",fonts:[\"Inter\"],stylesPresetsClassNames:{blockquote:\"framer-styles-preset-1adv1uq\",img:\"framer-styles-preset-1kce5r\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://cal.com/mbrown/customer-os-demo?utm_content=is-lead-generation-offer-unmask&utm_medium=website\",nodeId:\"b4_YuJtqq\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-15a789p framer-1c4n0mn\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UkVNLTMwMA==\",\"--framer-font-family\":'\"REM\", \"REM Placeholder\", sans-serif',\"--framer-font-size\":\"19.2px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Reserve a demo slot\"})}),className:\"framer-15l77m6\",fonts:[\"GF;REM-300\"],text:KX5nJExx2,verticalAlignment:\"top\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-igiypo\",\"data-framer-name\":\"FAQ\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-974wp5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gx91fq\",children:/*#__PURE__*/_jsx(RichTextBarLeft,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13tgavc\",\"data-styles-preset\":\"EQbnRfovb\",style:{\"--framer-text-alignment\":\"right\"},children:\"FAQ\"})}),className:\"framer-1xeothu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11tkcdj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{width:`min(max(max(min(${componentViewport?.width||\"100vw\"}, 1200px), 1px) - 40px, 1px), 600px)`,y:(componentViewport?.y||0)+0+0+0+3322.8999999999996+0+30+57.300000000000004+0},k9T0_N5LA:{y:(componentViewport?.y||0)+0+0+0+3251.8999999999996+0+0+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:580,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 50px) / 1.6, 1px), 600px)`,y:(componentViewport?.y||0)+0+0+0+2800.5+0+0+30+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f48rxw-container\",children:/*#__PURE__*/_jsx(FAQ,{cluD_Iw1T:vLIAr1bnF,CzLMiUkCq:oME5DSecN,DRG8fvhvf:a6RK24s7v,EJwltBxZq:On448iNep,FaKOYOZdG:Von_clRZL,FNE6DV7hX:VSnxWtbO2,FNNNvyxRw:NnySGhera,gAKTIJlV2:K_2DDDL3n,height:\"100%\",HU53nvUXM:R0VPjnKRr,huWNURSzV:RhZ11tpyx,id:\"YJTaJt9LP\",K8PvexCzQ:HqptCFgs0,layoutId:\"YJTaJt9LP\",lU4YhaGD9:wuFBfKAe9,mupt2BeTv:kbNaKte0E,NgU_Mp91_:Fa4hiAXbB,nuLcVFoMj:yY0DkJ8Y8,O8t4gKis3:mG85YgVOU,P7dTvNaaI:uY8I1Lwr1,Qg7hCAgJX:LOyoGEf8k,s09EH39tX:gjcptsBZO,SE8bElja1:qtNiXK1Xi,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"zFphbc_XA\",VjwdsdYjF:xI0IWKOPp,wFOfVUgRN:LxIK0umi1,width:\"100%\",wJTElOzi8:aR5U4KCgH,Xx9Kaoxj_:w17L1_gXC,yb19H6h_d:jd9P7Iq7r})})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{y:(componentViewport?.y||0)+0+4020.2},k9T0_N5LA:{y:(componentViewport?.y||0)+0+3891.8999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3440.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14le61o-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ifab07FaG:{variant:\"gqlEXaEkM\"},k9T0_N5LA:{variant:\"YMY14g3l0\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"vKuk2cUEq\",layoutId:\"vKuk2cUEq\",style:{width:\"100%\"},variant:\"yLXc8JxNn\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LLPxC.framer-1c4n0mn, .framer-LLPxC .framer-1c4n0mn { display: block; }\",\".framer-LLPxC.framer-o27lfv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-LLPxC .framer-yy8zkm { 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: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-1ouqa8k-container { flex: none; height: 64px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-1jh37yq { 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: 1100px; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-xuqmrc { 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: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-f540om { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-au12ix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-1mkbb56 { align-content: center; align-items: center; background-color: rgba(254, 253, 252, 0.8); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 1px; }\",\".framer-LLPxC .framer-1n7e6c7 { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-1m5t6hs, .framer-LLPxC .framer-x4e1q4 { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background: linear-gradient(90deg, #922c56 0%, rgb(176, 33, 81) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 12px 36px 12px 36px; position: relative; text-decoration: none; width: min-content; }\",\".framer-LLPxC .framer-9v950y, .framer-LLPxC .framer-n2s91p { -webkit-filter: brightness(1.1) hue-rotate(6deg); -webkit-user-select: none; filter: brightness(1.1) hue-rotate(6deg); flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-LLPxC .framer-1askden { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 80%; }\",\".framer-LLPxC .framer-jzde3e { aspect-ratio: 1.4843568945538819 / 1; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.25), 0px 0px 24px -8px rgba(0,0,0,0.25); flex: none; height: var(--framer-aspect-ratio-supported, 135px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-LLPxC .framer-1xnli3w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 40px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-LLPxC .framer-11ozmha, .framer-LLPxC .framer-1xeothu { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-LLPxC .framer-1i7zc3s-container { flex: none; height: 81px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-10w6po { aspect-ratio: 5.8 / 1; height: var(--framer-aspect-ratio-supported, 18px); opacity: 0.5; position: relative; width: 105px; }\",\".framer-LLPxC .framer-dyq4hu { aspect-ratio: 5 / 1; height: var(--framer-aspect-ratio-supported, 21px); opacity: 0.5; position: relative; width: 106px; }\",\".framer-LLPxC .framer-1ndlp6t { aspect-ratio: 2.4782608695652173 / 1; height: var(--framer-aspect-ratio-supported, 42px); opacity: 0.5; position: relative; width: 105px; }\",\".framer-LLPxC .framer-ue47cd { aspect-ratio: 4.523809523809524 / 1; height: var(--framer-aspect-ratio-supported, 24px); opacity: 0.5; position: relative; width: 106px; }\",\".framer-LLPxC .framer-eg8mes { aspect-ratio: 4.25 / 1; height: var(--framer-aspect-ratio-supported, 25px); opacity: 0.5; position: relative; width: 105px; }\",\".framer-LLPxC .framer-1ob3nwi { aspect-ratio: 1.7384615384615385 / 1; height: var(--framer-aspect-ratio-supported, 60px); opacity: 0.5; position: relative; width: 106px; }\",\".framer-LLPxC .framer-18gfyd6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-149zskr { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-LLPxC .framer-1kivt5g { align-content: center; align-items: center; align-self: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100%; justify-content: flex-start; justify-self: center; max-width: 320px; padding: 30px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-190xb9e, .framer-LLPxC .framer-1xutaki, .framer-LLPxC .framer-3eorso, .framer-LLPxC .framer-1pcmtia { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 320px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-torcen, .framer-LLPxC .framer-1bnta1g { align-content: center; align-items: center; align-self: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; justify-self: center; max-width: 320px; padding: 30px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-1dguath, .framer-LLPxC .framer-kzh83b { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-b2s35j { 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: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-5iny2n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 500px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-xvwv2l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 671px; justify-content: flex-start; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-bjriy0 { 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: 800px; overflow: visible; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-q4i0sb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-x7eruu { align-content: flex-end; align-items: flex-end; 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-LLPxC .framer-1a4jjot, .framer-LLPxC .framer-1s3e1pp { -webkit-user-select: none; flex: none; height: auto; mix-blend-mode: color-burn; opacity: 0.75; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-LLPxC .framer-1trkoja { aspect-ratio: 0.35251798561151076 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: relative; width: 28px; }\",\".framer-LLPxC .framer-il39pl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; mix-blend-mode: color-burn; opacity: 0.75; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LLPxC .framer-1xig80b-container { flex: none; height: auto; position: relative; width: 130px; }\",\".framer-LLPxC .framer-b89p7z, .framer-LLPxC .framer-1sowd8g { 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-LLPxC .framer-13u8o00 { -webkit-user-select: none; flex: 1 0 0px; height: auto; mix-blend-mode: color-dodge; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-LLPxC .framer-ihvpcw { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 130px; mix-blend-mode: color-burn; opacity: 0.75; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-LLPxC .framer-1ou8n79, .framer-LLPxC .framer-1k918n5, .framer-LLPxC .framer-93u3tf, .framer-LLPxC .framer-33tn0i { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-1y4kgcq, .framer-LLPxC .framer-184ksb7 { -webkit-user-select: none; flex: none; height: auto; max-width: 300px; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-2vhl2g { 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: flex-start; min-height: 130px; mix-blend-mode: color-burn; opacity: 0.75; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-LLPxC .framer-kmricq { 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; max-width: 1000px; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-rgf4i7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-5ypuj8 { --border-bottom-width: 5px; --border-color: #314769; --border-left-width: 5px; --border-right-width: 5px; --border-style: solid; --border-top-width: 5px; align-content: center; align-items: center; background-color: rgba(254, 253, 252, 0.8); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 8px 16px -8px rgba(37, 31, 55, 0.4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-1dis76m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-pg5f0m { -webkit-user-select: none; flex: 1 0 0px; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-15a789p { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background: linear-gradient(90deg, #922c56 0%, rgb(176, 33, 81) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-LLPxC .framer-15l77m6 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 325px; word-break: break-word; word-wrap: break-word; }\",\".framer-LLPxC .framer-igiypo { 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-LLPxC .framer-974wp5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 30px 20px 30px 20px; position: relative; width: 100%; }\",\".framer-LLPxC .framer-gx91fq { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.6 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 30px 0px 0px; position: relative; width: 1px; }\",\".framer-LLPxC .framer-11tkcdj { 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; position: relative; width: 1px; }\",\".framer-LLPxC .framer-1f48rxw-container { flex: 1 0 0px; height: auto; max-width: 600px; position: relative; width: 1px; }\",\".framer-LLPxC .framer-14le61o-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LLPxC.framer-o27lfv, .framer-LLPxC .framer-yy8zkm, .framer-LLPxC .framer-1jh37yq, .framer-LLPxC .framer-xuqmrc, .framer-LLPxC .framer-au12ix, .framer-LLPxC .framer-1mkbb56, .framer-LLPxC .framer-1m5t6hs, .framer-LLPxC .framer-1askden, .framer-LLPxC .framer-1xnli3w, .framer-LLPxC .framer-18gfyd6, .framer-LLPxC .framer-1kivt5g, .framer-LLPxC .framer-torcen, .framer-LLPxC .framer-1bnta1g, .framer-LLPxC .framer-b2s35j, .framer-LLPxC .framer-x4e1q4, .framer-LLPxC .framer-5iny2n, .framer-LLPxC .framer-xvwv2l, .framer-LLPxC .framer-bjriy0, .framer-LLPxC .framer-q4i0sb, .framer-LLPxC .framer-x7eruu, .framer-LLPxC .framer-il39pl, .framer-LLPxC .framer-b89p7z, .framer-LLPxC .framer-1sowd8g, .framer-LLPxC .framer-ihvpcw, .framer-LLPxC .framer-2vhl2g, .framer-LLPxC .framer-kmricq, .framer-LLPxC .framer-rgf4i7, .framer-LLPxC .framer-5ypuj8, .framer-LLPxC .framer-1dis76m, .framer-LLPxC .framer-15a789p, .framer-LLPxC .framer-igiypo, .framer-LLPxC .framer-974wp5, .framer-LLPxC .framer-gx91fq, .framer-LLPxC .framer-11tkcdj { gap: 0px; } .framer-LLPxC.framer-o27lfv > *, .framer-LLPxC .framer-1askden > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LLPxC.framer-o27lfv > :first-child, .framer-LLPxC .framer-yy8zkm > :first-child, .framer-LLPxC .framer-1jh37yq > :first-child, .framer-LLPxC .framer-xuqmrc > :first-child, .framer-LLPxC .framer-1mkbb56 > :first-child, .framer-LLPxC .framer-1askden > :first-child, .framer-LLPxC .framer-1xnli3w > :first-child, .framer-LLPxC .framer-18gfyd6 > :first-child, .framer-LLPxC .framer-1kivt5g > :first-child, .framer-LLPxC .framer-torcen > :first-child, .framer-LLPxC .framer-1bnta1g > :first-child, .framer-LLPxC .framer-5iny2n > :first-child, .framer-LLPxC .framer-xvwv2l > :first-child, .framer-LLPxC .framer-bjriy0 > :first-child, .framer-LLPxC .framer-x7eruu > :first-child, .framer-LLPxC .framer-il39pl > :first-child, .framer-LLPxC .framer-ihvpcw > :first-child, .framer-LLPxC .framer-2vhl2g > :first-child, .framer-LLPxC .framer-kmricq > :first-child, .framer-LLPxC .framer-rgf4i7 > :first-child, .framer-LLPxC .framer-5ypuj8 > :first-child, .framer-LLPxC .framer-igiypo > :first-child { margin-top: 0px; } .framer-LLPxC.framer-o27lfv > :last-child, .framer-LLPxC .framer-yy8zkm > :last-child, .framer-LLPxC .framer-1jh37yq > :last-child, .framer-LLPxC .framer-xuqmrc > :last-child, .framer-LLPxC .framer-1mkbb56 > :last-child, .framer-LLPxC .framer-1askden > :last-child, .framer-LLPxC .framer-1xnli3w > :last-child, .framer-LLPxC .framer-18gfyd6 > :last-child, .framer-LLPxC .framer-1kivt5g > :last-child, .framer-LLPxC .framer-torcen > :last-child, .framer-LLPxC .framer-1bnta1g > :last-child, .framer-LLPxC .framer-5iny2n > :last-child, .framer-LLPxC .framer-xvwv2l > :last-child, .framer-LLPxC .framer-bjriy0 > :last-child, .framer-LLPxC .framer-x7eruu > :last-child, .framer-LLPxC .framer-il39pl > :last-child, .framer-LLPxC .framer-ihvpcw > :last-child, .framer-LLPxC .framer-2vhl2g > :last-child, .framer-LLPxC .framer-kmricq > :last-child, .framer-LLPxC .framer-rgf4i7 > :last-child, .framer-LLPxC .framer-5ypuj8 > :last-child, .framer-LLPxC .framer-igiypo > :last-child { margin-bottom: 0px; } .framer-LLPxC .framer-yy8zkm > *, .framer-LLPxC .framer-1jh37yq > *, .framer-LLPxC .framer-xuqmrc > *, .framer-LLPxC .framer-5iny2n > *, .framer-LLPxC .framer-xvwv2l > *, .framer-LLPxC .framer-bjriy0 > *, .framer-LLPxC .framer-x7eruu > *, .framer-LLPxC .framer-il39pl > *, .framer-LLPxC .framer-ihvpcw > *, .framer-LLPxC .framer-2vhl2g > *, .framer-LLPxC .framer-kmricq > *, .framer-LLPxC .framer-rgf4i7 > *, .framer-LLPxC .framer-5ypuj8 > *, .framer-LLPxC .framer-igiypo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LLPxC .framer-au12ix > *, .framer-LLPxC .framer-b2s35j > *, .framer-LLPxC .framer-q4i0sb > *, .framer-LLPxC .framer-b89p7z > *, .framer-LLPxC .framer-1sowd8g > *, .framer-LLPxC .framer-974wp5 > *, .framer-LLPxC .framer-11tkcdj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LLPxC .framer-au12ix > :first-child, .framer-LLPxC .framer-1m5t6hs > :first-child, .framer-LLPxC .framer-b2s35j > :first-child, .framer-LLPxC .framer-x4e1q4 > :first-child, .framer-LLPxC .framer-q4i0sb > :first-child, .framer-LLPxC .framer-b89p7z > :first-child, .framer-LLPxC .framer-1sowd8g > :first-child, .framer-LLPxC .framer-1dis76m > :first-child, .framer-LLPxC .framer-15a789p > :first-child, .framer-LLPxC .framer-974wp5 > :first-child, .framer-LLPxC .framer-gx91fq > :first-child, .framer-LLPxC .framer-11tkcdj > :first-child { margin-left: 0px; } .framer-LLPxC .framer-au12ix > :last-child, .framer-LLPxC .framer-1m5t6hs > :last-child, .framer-LLPxC .framer-b2s35j > :last-child, .framer-LLPxC .framer-x4e1q4 > :last-child, .framer-LLPxC .framer-q4i0sb > :last-child, .framer-LLPxC .framer-b89p7z > :last-child, .framer-LLPxC .framer-1sowd8g > :last-child, .framer-LLPxC .framer-1dis76m > :last-child, .framer-LLPxC .framer-15a789p > :last-child, .framer-LLPxC .framer-974wp5 > :last-child, .framer-LLPxC .framer-gx91fq > :last-child, .framer-LLPxC .framer-11tkcdj > :last-child { margin-right: 0px; } .framer-LLPxC .framer-1mkbb56 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-LLPxC .framer-1m5t6hs > *, .framer-LLPxC .framer-x4e1q4 > *, .framer-LLPxC .framer-15a789p > *, .framer-LLPxC .framer-gx91fq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LLPxC .framer-1xnli3w > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-LLPxC .framer-18gfyd6 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-LLPxC .framer-1kivt5g > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-LLPxC .framer-torcen > *, .framer-LLPxC .framer-1bnta1g > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-LLPxC .framer-1dis76m > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-LLPxC[data-border=\"true\"]::after, .framer-LLPxC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 850px) and (max-width: 1199px) { .framer-LLPxC.framer-o27lfv { width: 850px; } .framer-LLPxC .framer-18gfyd6 { padding: 80px 40px 80px 40px; } .framer-LLPxC .framer-149zskr { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-LLPxC .framer-5iny2n { height: 437px; } .framer-LLPxC .framer-xvwv2l { height: 566px; }}\",\"@media (max-width: 849px) { .framer-LLPxC.framer-o27lfv { width: 390px; } .framer-LLPxC .framer-au12ix { flex-direction: column; } .framer-LLPxC .framer-1mkbb56, .framer-LLPxC .framer-pg5f0m, .framer-LLPxC .framer-11tkcdj { flex: none; width: 100%; } .framer-LLPxC .framer-1askden { width: 100%; } .framer-LLPxC .framer-18gfyd6 { padding: 100px 20px 60px 20px; } .framer-LLPxC .framer-149zskr { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-LLPxC .framer-5iny2n { height: 450px; } .framer-LLPxC .framer-bjriy0 { padding: 41px 0px 0px 0px; } .framer-LLPxC .framer-1dis76m { flex-direction: column; gap: 35px; } .framer-LLPxC .framer-15a789p { width: 300px; } .framer-LLPxC .framer-15l77m6 { white-space: pre; width: auto; } .framer-LLPxC .framer-igiypo { flex-direction: row; } .framer-LLPxC .framer-974wp5 { flex: 1 0 0px; flex-direction: column; justify-content: flex-start; width: 1px; } .framer-LLPxC .framer-gx91fq { flex: none; width: 60%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LLPxC .framer-au12ix, .framer-LLPxC .framer-1dis76m, .framer-LLPxC .framer-igiypo, .framer-LLPxC .framer-974wp5 { gap: 0px; } .framer-LLPxC .framer-au12ix > *, .framer-LLPxC .framer-974wp5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LLPxC .framer-au12ix > :first-child, .framer-LLPxC .framer-1dis76m > :first-child, .framer-LLPxC .framer-974wp5 > :first-child { margin-top: 0px; } .framer-LLPxC .framer-au12ix > :last-child, .framer-LLPxC .framer-1dis76m > :last-child, .framer-LLPxC .framer-974wp5 > :last-child { margin-bottom: 0px; } .framer-LLPxC .framer-1dis76m > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-LLPxC .framer-igiypo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LLPxC .framer-igiypo > :first-child { margin-left: 0px; } .framer-LLPxC .framer-igiypo > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3666\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"k9T0_N5LA\":{\"layout\":[\"fixed\",\"auto\"]},\"ifab07FaG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerj1_Z48S0f=withCSS(Component,css,\"framer-LLPxC\");export default Framerj1_Z48S0f;Framerj1_Z48S0f.displayName=\"Page\";Framerj1_Z48S0f.defaultProps={height:3666,width:1200};addFonts(Framerj1_Z48S0f,[{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:\"REM\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPJzqrT8UbIqIfBU.woff2\",weight:\"300\"},{family:\"REM\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLrrT8UbIqIfBU.woff2\",weight:\"100\"},{family:\"REM\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPBztrT8UbIqIfBU.woff2\",weight:\"600\"}]},...NavigationFonts,...TickerFonts,...Image1Fonts,...FAQFonts,...FooterFonts,...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),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"NXtEEo7sp\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"NXtEEo7sp\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj1_Z48S0f\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k9T0_N5LA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ifab07FaG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3666\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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AC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CA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",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "borderOptions", "shadowOptions", "wrapperStyle", "borderAndShadow", "imageStyle", "shadowStyle", "imageSource", "u", "p", "addPropertyControls", "ControlType", "MAX_DUPLICATED_ITEMS", "MAX_AREA", "CSS_VAR_NAME", "supportsWaapi", "supportsRegisterProperty", "window", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "offset", "useMotionValue", "axis", "minus", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "fullChildrenArea", "isLayerTooBig", "measure", "te", "parentLength", "firstChild", "lastChild", "childrenLeft", "childrenRight", "childrenTop", "childrenBottom", "childrenWidth", "childrenHeight", "childrenArea", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "keyframes", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "click", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qQefXa5XK", "Z3jnJDFUJ", "uVb9kzkqO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapygette", "args", "onTapbq8fj2", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentPresetsProvider", "css", "Framerqa5xXYthU", "withCSS", "qa5xXYthU_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "AccordionFonts", "getFonts", "qa5xXYthU_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", "answer1", "answer10", "answer2", "answer3", "answer4", "answer5", "answer6", "answer7", "answer8", "answer9", "height", "id", "question1", "question10", "question2", "question3", "question4", "question5", "question6", "question7", "question8", "question9", "showQuestion10", "showQuestion6", "showQuestion7", "showQuestion8", "showQuestion9", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Qg7hCAgJX", "P7dTvNaaI", "K8PvexCzQ", "HU53nvUXM", "FNNNvyxRw", "nuLcVFoMj", "NgU_Mp91_", "SE8bElja1", "wJTElOzi8", "cluD_Iw1T", "huWNURSzV", "VjwdsdYjF", "FNE6DV7hX", "FaKOYOZdG", "gAKTIJlV2", "lU4YhaGD9", "s09EH39tX", "mupt2BeTv", "EJwltBxZq", "O8t4gKis3", "DRG8fvhvf", "CzLMiUkCq", "wFOfVUgRN", "Xx9Kaoxj_", "yb19H6h_d", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "Z3jnJDFUJa906aa", "args", "Z3jnJDFUJ181sntz", "Z3jnJDFUJ1vhn4ur", "Z3jnJDFUJtrhggw", "Z3jnJDFUJl62r5k", "Z3jnJDFUJ1bhh63u", "Z3jnJDFUJ1xnn7er", "Z3jnJDFUJ11islfr", "Z3jnJDFUJ1o6kwlm", "Z3jnJDFUJ404ews", "Z3jnJDFUJ107qk99", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "css", "FramerKmQmVGUBE", "withCSS", "KmQmVGUBE_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "LpyBpSgRK_default", "RichTextBarLeft", "BarLeft", "RichText2", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "TickerFonts", "Ticker", "Image1Fonts", "Image", "FAQFonts", "KmQmVGUBE_default", "FooterFonts", "hTAE9mcfE_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "toResponsiveImage", "value", "transition2", "animation1", "animation2", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "SDhczoJNY_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "CPiW4qZRx", "AUSEzfRyH", "VuJqyW6Ol", "uYUUfwDLs", "nQhnHvh7s", "Qj6QDPqrO", "raga9vMNo", "w3uHHXqR_", "NENIbsHIV", "P92M_hF05", "iI2vjrxrE", "ZNbzNHkJe", "wUmA_wKZm", "OkzzukcBu", "JfvvN2cEI", "QXMhRHmCn", "bChOX1EEj", "RsmYyPCjf", "XO_muzRRS", "kkHklxRq2", "o6XoVTX49", "x9GeGvzfh", "IAvwWGiaI", "dDMXmQ7ig", "Tck9aOI_l", "Bf2hV9SAu", "HdqihomAi", "sAuOvh5t8", "iOUaoczjn", "yEeK0g_pX", "K3JZuoX3k", "KX5nJExx2", "LOyoGEf8k", "uY8I1Lwr1", "HqptCFgs0", "R0VPjnKRr", "NnySGhera", "yY0DkJ8Y8", "Fa4hiAXbB", "qtNiXK1Xi", "aR5U4KCgH", "vLIAr1bnF", "RhZ11tpyx", "xI0IWKOPp", "VSnxWtbO2", "Von_clRZL", "K_2DDDL3n", "wuFBfKAe9", "gjcptsBZO", "kbNaKte0E", "On448iNep", "mG85YgVOU", "a6RK24s7v", "oME5DSecN", "LxIK0umi1", "w17L1_gXC", "jd9P7Iq7r", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "LpyBpSgRK_default", "RichTextBarLeft", "x", "ComponentPresetsProvider", "RichText2", "Link", "getLoadingLazyAtYPosition", "ImageWithOptimizedAppearEffect", "Ticker", "Image2", "Image", "KmQmVGUBE_default", "hTAE9mcfE_default", "css", "Framerj1_Z48S0f", "withCSS", "j1_Z48S0f_default", "addFonts", "NavigationFonts", "TickerFonts", "Image1Fonts", "FAQFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
