{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.8.0/dist/hash.browser.esm.js", "ssg:https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js", "ssg:https://framerusercontent.com/modules/3Am6so0mEk2p1Hefodl2/yDLv8gemNIEX7QRTBepr/EAuWzJnuW.js", "ssg:https://framerusercontent.com/modules/yglNIDpO4C571aEHQL6F/n2CPJIUnVndA9hXS40IY/Heo55BgD4.js", "ssg:https://framerusercontent.com/modules/eACjG0sJtZp8d4fV9nlo/FV9UNFLJCzqRvGk3oN5L/IhGAmn0sk.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/1xgP23PU7WUiFPB90SJp/fAYRleDSxNWohXTXoqYv/wl_KcGbky.js", "ssg:https://framerusercontent.com/modules/l1Hu1wZyjSSdxUF6gtxe/TsvX2y6Ed1enBYtqX0uE/yd7nMFDHh.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=hash.browser.esm.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i}from\"react\";import{addPropertyControls as n,ControlType as a,RenderTarget as l,withCSS as r}from\"framer\";import{motion as o}from\"framer-motion\";import p from\"@emotion/hash\";import{renderToString as s}from\"react-dom/server\";/**\n * ARC TEXT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */let d=r(function(n){let a,r,d;// Checks\nlet x=i.count(n.slots)>0,b=l.current()===l.canvas,$=x&&\"graphic\"===n.type,w=\"circle\"===n.type,S=\"ellipse\"===n.type,v=S?n.cylinderHeight/2:0,V=f(n.flip,v);// If graphic is connected\nif($){let i=m(n.slots),l=m(i.props.svg),o=m(i.props.children);// Show placeholder on canvas if connected layer isn\u2019t a graphic\nif(b&&!o.props.frame)return /*#__PURE__*/t(\"div\",{style:u,children:[/*#__PURE__*/e(\"div\",{style:h,children:\"\uD83D\uDC8E\"}),/*#__PURE__*/e(\"p\",{style:g,children:\"Please connect to Graphic\"}),/*#__PURE__*/e(\"p\",{style:y,children:\"You can only connect the Arc to a Graphic with a single path.\"})]});// Grab the react element from the canvas and turn it into SVG\nif(b&&o){let e=s(o),t=o.props.frame;for(let i of(r=`0 0 ${t.width} ${t.height}`,e.match(/[\\w-]+=\"[^\"]*\"/g)))i.includes(\"d=\")&&(a=c(i));}// On the preview/deploy we already get the SVG string\nif(!b&&l){let e=l.match(/[\\w-]+=\"[^\"]*\"/g);for(let t of(r=(r=(r=l.split(\"viewBox=\")[1]).split(\">\")[0]).replace(/^\"(.+(?=\"$))\"$/,\"$1\"),e))t.includes(\"d=\")&&(a=c(t));}}// Unique IDs to avoid multiple instances on the canvas sharing a single path\nlet C=`curve-${p(a||V)}`;return\"top\"===n.alignmentBaseline&&(d=\"Text Top\"),\"center\"===n.alignmentBaseline&&(d=\"Central\"),\"bottom\"===n.alignmentBaseline&&(d=\"Hanging\"),/*#__PURE__*/e(o.div,{style:{width:\"100%\",height:\"100%\",// userSelect: \"none\",\n// pointerEvents: \"none\",\nposition:\"relative\"},draggable:\"false\",children:/*#__PURE__*/t(o.svg,{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",position:\"absolute\",inset:0,transformOrigin:\"center\",willChange:n.rotate&&\"transform\"},viewBox:$?r:\"0 0 100 100\",overflow:\"visible\",animate:w&&n.rotate&&{rotate:360},transition:w&&n.rotate&&{duration:100/n.rotateSpeed,repeat:1/0,ease:\"linear\"},children:[/*#__PURE__*/e(\"path\",{id:C,d:$?a:V,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/e(\"text\",{children:/*#__PURE__*/t(\"textPath\",{href:`#${C}`,startOffset:n.startOffset,dominantBaseline:d,style:{...n.font,wordSpacing:n.wordSpacing,fill:n.color},children:[n.text,!b&&n.animate&&/*#__PURE__*/e(\"animate\",{attributeName:\"startOffset\",from:`${n.animateStart}%`,to:`${n.animateEnd}%`,begin:\"0s\",dur:`${n.animateDuration}s`,repeatCount:\"indefinite\"})]})})]})});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default d;/* Method to get the first child */function m(e){let t;return i.map(e,e=>{void 0===t&&(t=e);}),t;}d.defaultProps={height:50,width:50},n(d,{text:{title:\"Content\",type:a.String,defaultValue:\"\u2726 THANK YOU \u2726 FOR VISITING\",displayTextArea:!0},type:{title:\"Type\",type:a.Enum,options:[\"circle\",\"ellipse\",\"graphic\"],optionTitles:[\"Circle\",\"Ellipse\",\"Graphic\"],defaultValue:!0},cylinderHeight:{title:\"Height\",type:a.Number,unit:\"px\",min:0,max:1e3,hidden:({type:e})=>\"ellipse\"!==e},rotate:{type:a.Boolean,title:\"Rotate\",defaultValue:!1,hidden:({type:e})=>\"circle\"!==e},rotateSpeed:{type:a.Number,title:\"Speed\",min:0,max:50,defaultValue:5,displayStepper:!0,step:1,hidden:({type:e,rotate:t})=>\"circle\"!==e||!t},slots:{type:a.ComponentInstance,title:\"Graphic\",hidden:({type:e})=>\"graphic\"!==e},alignmentBaseline:{title:\"Align\",type:a.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:!0},flip:{type:a.Boolean,defaultValue:!1,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\",hidden:({type:e})=>\"graphic\"===e},startOffset:{title:\"Offset\",type:a.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},color:{title:\"Color\",type:a.Color,defaultValue:\"#999\"},font:{type:a.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:!1},wordSpacing:{type:a.Number,step:1,defaultValue:0,title:\"Word\",displayStepper:!0},animate:{type:a.Boolean,defaultValue:!1,title:\"Animate\"},animateStart:{type:a.Number,min:-200,max:200,step:.1,defaultValue:-50,title:\"From\",unit:\"%\",hidden:e=>!e.animate},animateEnd:{type:a.Number,min:-200,max:200,step:.1,defaultValue:150,title:\"To\",unit:\"%\",hidden:e=>!e.animate},animateDuration:{type:a.Number,min:0,max:50,defaultValue:5,title:\"Time\",unit:\"s\",displayStepper:!0,hidden:e=>!e.animate}});/* Method to get stringless attributes */let c=e=>e.split(\"=\")[1].replace(/['\"]+/g,\"\"),f=(e,t)=>{let i=50-t,n=50+t;return e?`M 0 50 L 0 ${n} A 1 1 0 1 0 100 ${n} L 100 ${i} A 1 1 0 1 0 0 ${i} L 0 50`:`M 0 50 L 0 ${i} A 1 1 0 0 1 100 ${i} L 100 50 L 100 ${n} A 1 1 0 0 1 0 ${n} L 0 ${i}`;},u={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\"},h={fontSize:32,marginBottom:10},g={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},y={margin:0,opacity:.7,maxWidth:160,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"W09udmIYo\"];const serializationHash=\"framer-YR70Q\";const variantClassNames={W09udmIYo:\"framer-v-df0bwr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,image,image2,image3,image4,link,width,...props})=>{return{...props,CLOjz4zPb:image2!==null&&image2!==void 0?image2:props.CLOjz4zPb,luqg6K1cu:image4!==null&&image4!==void 0?image4:props.luqg6K1cu,QMjgKwCOD:image3!==null&&image3!==void 0?image3:props.QMjgKwCOD,qrNp9b6h8:link!==null&&link!==void 0?link:props.qrNp9b6h8,TgtW39mBf:image!==null&&image!==void 0?image:props.TgtW39mBf};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TgtW39mBf,CLOjz4zPb,QMjgKwCOD,luqg6K1cu,qrNp9b6h8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"W09udmIYo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:qrNp9b6h8,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-df0bwr\",className,classNames)} framer-1nvs4lw`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"W09udmIYo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p4jebs\",layoutDependency:layoutDependency,layoutId:\"xWnmv5Iqc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yj9ra8\",layoutDependency:layoutDependency,layoutId:\"ErE4vWqSe\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:140,borderBottomRightRadius:140,borderTopLeftRadius:140,borderTopRightRadius:140},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1325,pixelHeight:1342,pixelWidth:1325,sizes:\"78px\",...toResponsiveImage(TgtW39mBf)},className:\"framer-qq8c06\",layoutDependency:layoutDependency,layoutId:\"iOedSTT0A\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5vjed\",layoutDependency:layoutDependency,layoutId:\"NemEaTXUh\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:130,borderBottomRightRadius:130,borderTopLeftRadius:130,borderTopRightRadius:130,boxShadow:\"-0.3010936508871964px 0px 0.7828434923067107px -0.9166666666666666px rgba(0, 0, 0, 0.3971), -1.1442666516217286px 0px 2.975093294216494px -1.8333333333333333px rgba(0, 0, 0, 0.38479), -5px 0px 13px -2.75px rgba(0, 0, 0, 0.3285)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1325,pixelHeight:1342,pixelWidth:1325,sizes:\"78px\",...toResponsiveImage(CLOjz4zPb)},className:\"framer-1wg9ta\",layoutDependency:layoutDependency,layoutId:\"y1LDmecj4\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4rw2sp\",layoutDependency:layoutDependency,layoutId:\"WlvCXbRE3\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:70,borderBottomRightRadius:70,borderTopLeftRadius:70,borderTopRightRadius:70,boxShadow:\"-0.3010936508871964px 0px 0.7828434923067107px -0.9166666666666666px rgba(0, 0, 0, 0.3971), -1.1442666516217286px 0px 2.975093294216494px -1.8333333333333333px rgba(0, 0, 0, 0.38479), -5px 0px 13px -2.75px rgba(0, 0, 0, 0.3285)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1325,pixelHeight:1342,pixelWidth:1325,sizes:\"78px\",...toResponsiveImage(QMjgKwCOD)},className:\"framer-w4bip7\",layoutDependency:layoutDependency,layoutId:\"S5y0L87iM\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15sxrgk\",layoutDependency:layoutDependency,layoutId:\"AsK9zd79C\",style:{backgroundColor:\"var(--token-57030bfe-99b8-47c4-8c72-003051413d49, rgba(13, 13, 13, 0.05))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"-0.3010936508871964px 0px 0.7828434923067107px -0.9166666666666666px rgba(0, 0, 0, 0.3971), -1.1442666516217286px 0px 2.975093294216494px -1.8333333333333333px rgba(0, 0, 0, 0.38479), -5px 0px 13px -2.75px rgba(0, 0, 0, 0.3285)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3264,intrinsicWidth:2448,pixelHeight:3264,pixelWidth:2448,sizes:\"78px\",...toResponsiveImage(luqg6K1cu)},className:\"framer-1ok2xaw\",layoutDependency:layoutDependency,layoutId:\"fqYsW6ujm\",style:{borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170}})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YR70Q.framer-1nvs4lw, .framer-YR70Q .framer-1nvs4lw { display: block; }\",\".framer-YR70Q.framer-df0bwr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YR70Q .framer-p4jebs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 49px; justify-content: flex-start; min-width: 166px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-YR70Q .framer-1yj9ra8 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); }\",\".framer-YR70Q .framer-qq8c06, .framer-YR70Q .framer-1wg9ta, .framer-YR70Q .framer-w4bip7, .framer-YR70Q .framer-1ok2xaw { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-YR70Q .framer-y5vjed { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 38px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); z-index: 1; }\",\".framer-YR70Q .framer-4rw2sp { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 76px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); z-index: 1; }\",\".framer-YR70Q .framer-15sxrgk { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 114px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: var(--framer-aspect-ratio-supported, 49px); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YR70Q.framer-df0bwr, .framer-YR70Q .framer-p4jebs, .framer-YR70Q .framer-1yj9ra8, .framer-YR70Q .framer-y5vjed, .framer-YR70Q .framer-4rw2sp, .framer-YR70Q .framer-15sxrgk { gap: 0px; } .framer-YR70Q.framer-df0bwr > *, .framer-YR70Q .framer-1yj9ra8 > *, .framer-YR70Q .framer-y5vjed > *, .framer-YR70Q .framer-4rw2sp > *, .framer-YR70Q .framer-15sxrgk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YR70Q.framer-df0bwr > :first-child, .framer-YR70Q .framer-p4jebs > :first-child, .framer-YR70Q .framer-1yj9ra8 > :first-child, .framer-YR70Q .framer-y5vjed > :first-child, .framer-YR70Q .framer-4rw2sp > :first-child, .framer-YR70Q .framer-15sxrgk > :first-child { margin-left: 0px; } .framer-YR70Q.framer-df0bwr > :last-child, .framer-YR70Q .framer-p4jebs > :last-child, .framer-YR70Q .framer-1yj9ra8 > :last-child, .framer-YR70Q .framer-y5vjed > :last-child, .framer-YR70Q .framer-4rw2sp > :last-child, .framer-YR70Q .framer-15sxrgk > :last-child { margin-right: 0px; } .framer-YR70Q .framer-p4jebs > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TgtW39mBf\":\"image\",\"CLOjz4zPb\":\"image2\",\"QMjgKwCOD\":\"image3\",\"luqg6K1cu\":\"image4\",\"qrNp9b6h8\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEAuWzJnuW=withCSS(Component,css,\"framer-YR70Q\");export default FramerEAuWzJnuW;FramerEAuWzJnuW.displayName=\"Tiny Images\";FramerEAuWzJnuW.defaultProps={height:49,width:166};addPropertyControls(FramerEAuWzJnuW,{TgtW39mBf:{title:\"Image\",type:ControlType.ResponsiveImage},CLOjz4zPb:{title:\"Image 2\",type:ControlType.ResponsiveImage},QMjgKwCOD:{title:\"Image 3\",type:ControlType.ResponsiveImage},luqg6K1cu:{title:\"Image 4\",type:ControlType.ResponsiveImage},qrNp9b6h8:{title:\"Link\",type:ControlType.Link}});addFonts(FramerEAuWzJnuW,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEAuWzJnuW\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"166\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"TgtW39mBf\\\":\\\"image\\\",\\\"CLOjz4zPb\\\":\\\"image2\\\",\\\"QMjgKwCOD\\\":\\\"image3\\\",\\\"luqg6K1cu\\\":\\\"image4\\\",\\\"qrNp9b6h8\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"49\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EAuWzJnuW.map", "// Generated by Framer (e4277c8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const ArcFonts=getFonts(Arc);const cycleOrder=[\"Rmwr2RAOf\",\"oyYqst7s4\"];const serializationHash=\"framer-27AC4\";const variantClassNames={oyYqst7s4:\"framer-v-12p1dr7\",Rmwr2RAOf:\"framer-v-17pr28w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Rmwr2RAOf\",\"Variant 2\":\"oyYqst7s4\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,qGMvZtB2D:tap!==null&&tap!==void 0?tap:props.qGMvZtB2D,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Rmwr2RAOf\"};};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,qGMvZtB2D,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Rmwr2RAOf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2n98x0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qGMvZtB2D){const res=await qGMvZtB2D(...args);if(res===false)return false;}});const onAppear18vjv42=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"oyYqst7s4\"),100);});useOnVariantChange(baseVariant,{default:onAppear18vjv42});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-17pr28w\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Rmwr2RAOf\",onTap:onTap2n98x0,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"var(--token-affa1b72-7c43-4531-b217-6ad9a97be289, rgba(255, 255, 255, 0.05))\",borderBottomLeftRadius:123,borderBottomRightRadius:123,borderTopLeftRadius:123,borderTopRightRadius:123,WebkitBackdropFilter:\"blur(5px)\",...style},...addPropertyOverrides({oyYqst7s4:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wvgxd\",\"data-framer-name\":\"Play Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"XddfZbFia\",style:{backgroundColor:\"rgba(242, 236, 230, 0.43)\",borderBottomLeftRadius:170,borderBottomRightRadius:170,borderTopLeftRadius:170,borderTopRightRadius:170},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qoq3co-container\",layoutDependency:layoutDependency,layoutId:\"c3kWHksXj-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Play\",id:\"c3kWHksXj\",layoutId:\"c3kWHksXj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lv2gvb-container\",layoutDependency:layoutDependency,layoutId:\"s2xcmZeZp-container\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-50,color:\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",cylinderHeight:0,flip:false,font:{},height:\"100%\",id:\"s2xcmZeZp\",layoutId:\"s2xcmZeZp\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 PLAY VIDEO \u2726 KNOW ABOUT US \u2726 GREENSCAPE \",type:\"circle\",width:\"100%\",wordSpacing:1,...addPropertyOverrides({oyYqst7s4:{text:\"\u2726 PLAY VIDEO \u2726 KNOW ABOUT US \u2726 AGENCEE\",wordSpacing:4}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-27AC4.framer-15t12v6, .framer-27AC4 .framer-15t12v6 { display: block; }\",\".framer-27AC4.framer-17pr28w { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 31px; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: 31px; will-change: var(--framer-will-change-override, transform); }\",\".framer-27AC4 .framer-wvgxd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 84px); left: 50%; overflow: hidden; position: absolute; top: 50%; width: 84px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-27AC4 .framer-qoq3co-container { flex: none; height: 16px; left: calc(49.3975903614458% - 16px / 2); position: absolute; top: calc(49.3975903614458% - 16px / 2); width: 16px; }\",\".framer-27AC4 .framer-1lv2gvb-container { flex: none; height: 118px; left: calc(50.00000000000002% - 118px / 2); position: absolute; top: calc(50.00000000000002% - 118px / 2); width: 118px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-27AC4.framer-17pr28w { gap: 0px; } .framer-27AC4.framer-17pr28w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-27AC4.framer-17pr28w > :first-child { margin-left: 0px; } .framer-27AC4.framer-17pr28w > :last-child { margin-right: 0px; } }\",\".framer-27AC4.framer-v-12p1dr7.framer-17pr28w { height: 131px; width: 131px; }\",\".framer-27AC4.framer-v-12p1dr7 .framer-qoq3co-container { height: 62px; left: calc(49.3975903614458% - 62px / 2); top: calc(49.3975903614458% - 62px / 2); width: 62px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 31\n * @framerIntrinsicWidth 31\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oyYqst7s4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"qGMvZtB2D\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHeo55BgD4=withCSS(Component,css,\"framer-27AC4\");export default FramerHeo55BgD4;FramerHeo55BgD4.displayName=\"Cursor\";FramerHeo55BgD4.defaultProps={height:31,width:31};addPropertyControls(FramerHeo55BgD4,{variant:{options:[\"Rmwr2RAOf\",\"oyYqst7s4\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},qGMvZtB2D:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerHeo55BgD4,[{explicitInter:true,fonts:[]},...PhosphorFonts,...ArcFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHeo55BgD4\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"qGMvZtB2D\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"31\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oyYqst7s4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"31\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Heo55BgD4.map", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vX2EzgPJFb5wqdvp0m18/yfAnHGORUfWxMzn1yV3I/iLvBdfOs8.js\";const cycleOrder=[\"j7PAVVha3\"];const serializationHash=\"framer-SsgPL\";const variantClassNames={j7PAVVha3:\"framer-v-v4qbpw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({amount,height,id,title,width,...props})=>{var _ref,_ref1;return{...props,ODC_810_T:(_ref=amount!==null&&amount!==void 0?amount:props.ODC_810_T)!==null&&_ref!==void 0?_ref:\"15\",WmbsVaIgS:(_ref1=title!==null&&title!==void 0?title:props.WmbsVaIgS)!==null&&_ref1!==void 0?_ref1:\"Years of Experience\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ODC_810_T,WmbsVaIgS,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"j7PAVVha3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v4qbpw\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"j7PAVVha3\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1))\",borderBottomLeftRadius:240,borderBottomRightRadius:240,borderTopLeftRadius:240,borderTopRightRadius:240,WebkitBackdropFilter:\"blur(5px)\",...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-33ccxt\",layoutDependency:layoutDependency,layoutId:\"CfrF4iA2W\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)))\"},children:\"15\"})}),className:\"framer-1k3ljgi\",fonts:[\"GF;Unbounded-regular\"],layoutDependency:layoutDependency,layoutId:\"tOhURsI1h\",style:{\"--extracted-r6o4lv\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ODC_810_T,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8)))\"},children:\"Years of Experience\"})}),className:\"framer-d7u0rd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LZyt5raFL\",style:{\"--extracted-r6o4lv\":\"var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WmbsVaIgS,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SsgPL.framer-nrtbwm, .framer-SsgPL .framer-nrtbwm { display: block; }\",\".framer-SsgPL.framer-v4qbpw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: 187px; justify-content: center; overflow: hidden; padding: 54px 54px 54px 54px; position: relative; width: 187px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SsgPL .framer-33ccxt { 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: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-SsgPL .framer-1k3ljgi { flex: none; height: 31px; position: relative; white-space: pre; width: auto; }\",\".framer-SsgPL .framer-d7u0rd { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SsgPL.framer-v4qbpw, .framer-SsgPL .framer-33ccxt { gap: 0px; } .framer-SsgPL.framer-v4qbpw > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-SsgPL.framer-v4qbpw > :first-child, .framer-SsgPL .framer-33ccxt > :first-child { margin-top: 0px; } .framer-SsgPL.framer-v4qbpw > :last-child, .framer-SsgPL .framer-33ccxt > :last-child { margin-bottom: 0px; } .framer-SsgPL .framer-33ccxt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 187\n * @framerIntrinsicWidth 187\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ODC_810_T\":\"amount\",\"WmbsVaIgS\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIhGAmn0sk=withCSS(Component,css,\"framer-SsgPL\");export default FramerIhGAmn0sk;FramerIhGAmn0sk.displayName=\"Stats\";FramerIhGAmn0sk.defaultProps={height:187,width:187};addPropertyControls(FramerIhGAmn0sk,{ODC_810_T:{defaultValue:\"15\",displayTextArea:false,title:\"Amount\",type:ControlType.String},WmbsVaIgS:{defaultValue:\"Years of Experience\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerIhGAmn0sk,[{explicitInter:true,fonts:[{family:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIhGAmn0sk\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"187\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"187\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"ODC_810_T\\\":\\\"amount\\\",\\\"WmbsVaIgS\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const Phosphor1Fonts=getFonts(Phosphor1);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={DusHf4rEH:{hover:true}};const cycleOrder=[\"DusHf4rEH\",\"G1mXqq9A_\",\"CREq7R11M\"];const serializationHash=\"framer-LHGFT\";const variantClassNames={CREq7R11M:\"framer-v-xrhg7u\",DusHf4rEH:\"framer-v-9t0lct\",G1mXqq9A_:\"framer-v-1fdhu7x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:4,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"DusHf4rEH\",\"Variant 2\":\"G1mXqq9A_\",\"Variant 3\":\"CREq7R11M\"};const getProps=({height,hover,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,krOU91x5P:link!==null&&link!==void 0?link:props.krOU91x5P,Qlq6hycMg:hover!==null&&hover!==void 0?hover:props.Qlq6hycMg,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"DusHf4rEH\"};};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,Qlq6hycMg,krOU91x5P,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DusHf4rEH\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1da87mf=activeVariantCallback(async(...args)=>{setVariant(\"G1mXqq9A_\");});const onMouseEnter1cthpjs=activeVariantCallback(async(...args)=>{if(Qlq6hycMg){const res=await Qlq6hycMg(...args);if(res===false)return false;}});const isDisplayed=()=>{if(baseVariant===\"G1mXqq9A_\")return false;return true;};const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-9t0lct\",className,classNames),\"data-framer-appear-id\":\"9t0lct\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"DusHf4rEH\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"-0.4777151241141837px 0.39809593676181976px 3.1092286610737587px 0px rgba(0, 0, 0, 0.01592), -1.4487036858627107px 1.207253071552259px 9.428947910828343px 0px rgba(0, 0, 0, 0.04829), -3.829592112890677px 3.1913267607422307px 24.92505879879924px 0px rgba(0, 0, 0, 0.12765), -12px 10px 78.10249675906654px 0px rgba(0, 0, 0, 0.4)\",...style},...addPropertyOverrides({\"DusHf4rEH-hover\":{\"data-framer-name\":undefined},CREq7R11M:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ovh1o3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pydWtaeUv\",onTap:onTap1da87mf,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4skub6-container\",layoutDependency:layoutDependency,layoutId:\"pZHAXg3e9-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"pZHAXg3e9\",layoutId:\"pZHAXg3e9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:krOU91x5P,nodeId:\"ABtbNaGMF\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-sidsfm framer-1p45azr\",layoutDependency:layoutDependency,layoutId:\"ABtbNaGMF\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(6+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||150)-12-170.5)/2)+16.25),pixelHeight:3600,pixelWidth:4800,src:\"https://framerusercontent.com/images/ILWmxYp9ZPgSfrZrsJkMC6oTsE.jpg?scale-down-to=1024\"},className:\"framer-h61vg1\",layoutDependency:layoutDependency,layoutId:\"CEZlxuQdP\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({\"DusHf4rEH-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(6+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||150)-12-170.5)/2)+16.25),pixelHeight:1800,pixelWidth:2400,src:\"https://framerusercontent.com/images/Rz3xcPeUex2E2TmDWa0nAycji8.jpg?scale-down-to=1024\"}},CREq7R11M:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(6+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||124)-12-170.5)/2)+16.25),pixelHeight:3600,pixelWidth:4800,src:\"https://framerusercontent.com/images/ILWmxYp9ZPgSfrZrsJkMC6oTsE.jpg?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bcb3s2\",layoutDependency:layoutDependency,layoutId:\"UWXxyyHf4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10)))\"},children:[\"A new \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(245, 131, 39)))\"},children:\"FREE\"}),\" SAAS Template For You\"]})}),className:\"framer-9gz5fv\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"EX5g7fNm4\",style:{\"--extracted-1w3ko1f\":\"var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(245, 131, 39))\",\"--extracted-r6o4lv\":\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y79nbm\",\"data-framer-name\":\"Text Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HPUqlPpTb\",onMouseEnter:onMouseEnter1cthpjs,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cp77o0\",layoutDependency:layoutDependency,layoutId:\"EqnpEZA6P\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(5, 5, 5)))\"},children:\"REMIX NOW\"})}),className:\"framer-1tbcss0\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"yidepk92s\",style:{\"--extracted-r6o4lv\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"DusHf4rEH-hover\":{\"--extracted-r6o4lv\":\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"DusHf4rEH-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10)))\"},children:\"REMIX NOW\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qr6n47-container\",layoutDependency:layoutDependency,layoutId:\"OMrEkmFZc-container\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowDown\",id:\"OMrEkmFZc\",layoutId:\"OMrEkmFZc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"DusHf4rEH-hover\":{weight:\"fill\"}},baseVariant,gestureVariant)})})})]})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LHGFT.framer-1p45azr, .framer-LHGFT .framer-1p45azr { display: block; }\",\".framer-LHGFT.framer-9t0lct { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 6px; position: relative; width: 336px; }\",\".framer-LHGFT .framer-1ovh1o3 { cursor: pointer; flex: none; height: 42px; overflow: hidden; position: absolute; right: 0px; top: -47px; width: 42px; }\",\".framer-LHGFT .framer-4skub6-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-LHGFT .framer-sidsfm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-LHGFT .framer-h61vg1 { aspect-ratio: 1 / 1; flex: none; height: 138px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 138px); will-change: var(--framer-will-change-override, transform); }\",\".framer-LHGFT .framer-1bcb3s2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LHGFT .framer-9gz5fv { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LHGFT .framer-1y79nbm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 0px 4px 0px; position: relative; width: min-content; }\",\".framer-LHGFT .framer-cp77o0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LHGFT .framer-1tbcss0 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-LHGFT .framer-qr6n47-container { flex: none; height: 19px; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LHGFT.framer-9t0lct, .framer-LHGFT .framer-sidsfm, .framer-LHGFT .framer-1bcb3s2, .framer-LHGFT .framer-1y79nbm, .framer-LHGFT .framer-cp77o0 { gap: 0px; } .framer-LHGFT.framer-9t0lct > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-LHGFT.framer-9t0lct > :first-child, .framer-LHGFT .framer-sidsfm > :first-child, .framer-LHGFT .framer-cp77o0 > :first-child { margin-left: 0px; } .framer-LHGFT.framer-9t0lct > :last-child, .framer-LHGFT .framer-sidsfm > :last-child, .framer-LHGFT .framer-cp77o0 > :last-child { margin-right: 0px; } .framer-LHGFT .framer-sidsfm > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LHGFT .framer-1bcb3s2 > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-LHGFT .framer-1bcb3s2 > :first-child, .framer-LHGFT .framer-1y79nbm > :first-child { margin-top: 0px; } .framer-LHGFT .framer-1bcb3s2 > :last-child, .framer-LHGFT .framer-1y79nbm > :last-child { margin-bottom: 0px; } .framer-LHGFT .framer-1y79nbm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LHGFT .framer-cp77o0 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-LHGFT.framer-v-xrhg7u.framer-9t0lct { cursor: unset; height: 124px; width: 323px; }\",\".framer-LHGFT.framer-v-9t0lct.hover .framer-cp77o0 { gap: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LHGFT.framer-v-9t0lct.hover .framer-cp77o0 { gap: 0px; } .framer-LHGFT.framer-v-9t0lct.hover .framer-cp77o0 > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-LHGFT.framer-v-9t0lct.hover .framer-cp77o0 > :first-child { margin-left: 0px; } .framer-LHGFT.framer-v-9t0lct.hover .framer-cp77o0 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 150\n * @framerIntrinsicWidth 336\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G1mXqq9A_\":{\"layout\":[\"fixed\",\"auto\"]},\"CREq7R11M\":{\"layout\":[\"fixed\",\"fixed\"]},\"OgY80xJDK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Qlq6hycMg\":\"hover\",\"krOU91x5P\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerwl_KcGbky=withCSS(Component,css,\"framer-LHGFT\");export default Framerwl_KcGbky;Framerwl_KcGbky.displayName=\"Toast\";Framerwl_KcGbky.defaultProps={height:150,width:336};addPropertyControls(Framerwl_KcGbky,{variant:{options:[\"DusHf4rEH\",\"G1mXqq9A_\",\"CREq7R11M\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},Qlq6hycMg:{title:\"Hover\",type:ControlType.EventHandler},krOU91x5P:{title:\"Link\",type:ControlType.Link}});addFonts(Framerwl_KcGbky,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]},...PhosphorFonts,...Phosphor1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerwl_KcGbky\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"336\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G1mXqq9A_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CREq7R11M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OgY80xJDK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"150\",\"framerVariables\":\"{\\\"Qlq6hycMg\\\":\\\"hover\\\",\\\"krOU91x5P\\\":\\\"link\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wl_KcGbky.map", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js\";import Project from\"#framer/local/canvasComponent/B4CrjLIFA/B4CrjLIFA.js\";import Brands from\"#framer/local/canvasComponent/c69Ma6EWG/c69Ma6EWG.js\";import Button from\"#framer/local/canvasComponent/cBQAwTefC/cBQAwTefC.js\";import TinyImages from\"#framer/local/canvasComponent/EAuWzJnuW/EAuWzJnuW.js\";import Bullet from\"#framer/local/canvasComponent/f_SxhhPsu/f_SxhhPsu.js\";import Service from\"#framer/local/canvasComponent/F2RdVp1gj/F2RdVp1gj.js\";import BlogSingleCard from\"#framer/local/canvasComponent/fNLtYBHNV/fNLtYBHNV.js\";import Cursor from\"#framer/local/canvasComponent/Heo55BgD4/Heo55BgD4.js\";import WhyUs from\"#framer/local/canvasComponent/iB7GHAwCB/iB7GHAwCB.js\";import Stats from\"#framer/local/canvasComponent/IhGAmn0sk/IhGAmn0sk.js\";import FAQListCommon from\"#framer/local/canvasComponent/iV8GXG0Ck/iV8GXG0Ck.js\";import NavigationBar from\"#framer/local/canvasComponent/Kg3jp8xZU/Kg3jp8xZU.js\";import Footer from\"#framer/local/canvasComponent/oGO_MGaZp/oGO_MGaZp.js\";import Heading from\"#framer/local/canvasComponent/QJ12gIOBS/QJ12gIOBS.js\";import CursorView from\"#framer/local/canvasComponent/sJnORkkMm/sJnORkkMm.js\";import Toast from\"#framer/local/canvasComponent/wl_KcGbky/wl_KcGbky.js\";import Review from\"#framer/local/canvasComponent/ZpizmnjAI/ZpizmnjAI.js\";import CaseStudies from\"#framer/local/collection/c4gQFLt_3/c4gQFLt_3.js\";import Articles from\"#framer/local/collection/nWZy3UnCE/nWZy3UnCE.js\";import*as sharedStyle from\"#framer/local/css/BZqcnnsi4/BZqcnnsi4.js\";import*as sharedStyle3 from\"#framer/local/css/DuMLJ2VUN/DuMLJ2VUN.js\";import*as sharedStyle2 from\"#framer/local/css/hwFxtQiSW/hwFxtQiSW.js\";import*as sharedStyle1 from\"#framer/local/css/iLvBdfOs8/iLvBdfOs8.js\";import*as sharedStyle4 from\"#framer/local/css/XiF1LAa3c/XiF1LAa3c.js\";import metadataProvider from\"#framer/local/webPageMetadata/yd7nMFDHh/yd7nMFDHh.js\";const PatternFonts=getFonts(Pattern);const NavigationBarFonts=getFonts(NavigationBar);const TinyImagesFonts=getFonts(TinyImages);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const TickerFonts=getFonts(Ticker);const YouTubeFonts=getFonts(YouTube);const PhosphorFonts=getFonts(Phosphor);const ArcFonts=getFonts(Arc);const ImageWithFX=withFX(Image);const HeadingFonts=getFonts(Heading);const ServiceFonts=getFonts(Service);const ContainerWithFX=withFX(Container);const MotionSectionWithFX=withFX(motion.section);const BrandsFonts=getFonts(Brands);const StatsFonts=getFonts(Stats);const WhyUsFonts=getFonts(WhyUs);const BulletFonts=getFonts(Bullet);const ProjectFonts=getFonts(Project);const ReviewFonts=getFonts(Review);const BlogSingleCardFonts=getFonts(BlogSingleCard);const FAQListCommonFonts=getFonts(FAQListCommon);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const ToastFonts=getFonts(Toast);const CursorFonts=getFonts(Cursor);const CursorViewFonts=getFonts(CursorView);const breakpoints={OwNhynIYY:\"(min-width: 1200px)\",P7j2A2OCI:\"(max-width: 809px)\",WgNeKo_y1:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ukss9\";const variantClassNames={OwNhynIYY:\"framer-v-hvzz3m\",P7j2A2OCI:\"framer-v-1zvqox\",WgNeKo_y1:\"framer-v-1b4lfhe\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-100};const transition1={damping:85,delay:.4,mass:1,stiffness:212,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:-100};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:170};const transition2={damping:85,delay:.2,mass:1,stiffness:212,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:170};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition3={damping:30,delay:0,mass:1,stiffness:118,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:170};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation6={opacity:1,rotate:20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-90};const transition4={damping:40,delay:.3,mass:.1,stiffness:232,type:\"spring\"};const animation7={opacity:1,rotate:20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:-90};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation8={cursor:\"grabbing\"};const animation9={opacity:1,rotate:40,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-90};const transition5={damping:40,delay:.3,mass:4.7,stiffness:232,type:\"spring\"};const animation10={opacity:1,rotate:40,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:-90};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-100};const transition6={damping:40,delay:.3,mass:4.1,stiffness:232,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:-100};const transition7={damping:40,delay:.3,mass:10,stiffness:232,type:\"spring\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-100};const animation14={opacity:1,rotate:50,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-120};const animation15={opacity:1,rotate:50,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-120};const animation16={opacity:1,rotate:-17,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-132};const animation17={opacity:1,rotate:-17,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-132};const animation18={opacity:1,rotate:40,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-130};const animation19={opacity:1,rotate:40,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-130};const animation20={opacity:1,rotate:24,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-140};const animation21={opacity:1,rotate:24,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-140};const animation22={opacity:1,rotate:18,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-150};const animation23={opacity:1,rotate:18,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-150};const animation24={opacity:1,rotate:-33,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-110};const animation25={opacity:1,rotate:-33,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-110};const animation26={opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-120};const animation27={opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:-120};const transition8={damping:30,delay:0,mass:1,stiffness:100,type:\"spring\"};const animation28={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,y:-10};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={\"Desktop-Wide\":\"OwNhynIYY\",Phone:\"P7j2A2OCI\",Tablet:\"WgNeKo_y1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OwNhynIYY\"};};const cursor={component:Cursor,variant:\"Rmwr2RAOf\"};const cursor1={component:CursorView,variant:\"gug0YEWP3\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qGMvZtB2D,p0IqRGBPULHf_21Li6,y27i2645kLHf_21Li6,UDzOilHVeLHf_21Li6,vMoXVKWOuLHf_21Li6,xsgQECDCsLHf_21Li6,vsb3r_C29LHf_21Li6,uOb1X3P3cLHf_21Li6,GM6k8WU0bLHf_21Li6,idLHf_21Li6,p0IqRGBPUSoPwllC3F,y27i2645kSoPwllC3F,UDzOilHVeSoPwllC3F,vMoXVKWOuSoPwllC3F,xsgQECDCsSoPwllC3F,vsb3r_C29SoPwllC3F,uOb1X3P3cSoPwllC3F,GM6k8WU0bSoPwllC3F,idSoPwllC3F,kBAWMceDjuop5p902E,YSKHrdVc1uop5p902E,Tu_Pd0zTZuop5p902E,iduop5p902E,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"WgNeKo_y1\",\"P7j2A2OCI\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"jGFDk87Dh\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"QeagwX1Rm\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"MERXQpASN\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"ffQKfJ0Kx\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"Usy9pnRtq\");const ref6=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"WgNeKo_y1\",\"P7j2A2OCI\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"P7j2A2OCI\")return false;return true;};const router=useRouter();const elementId5=useRouteElementId(\"mz1tkgmqQ\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"oVhGXVifM\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"vTTUKTKEu\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"rZyCoDj_M\");const ref10=React.useRef(null);const elementId9=useRouteElementId(\"om1250aoL\");const ref11=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({ixfehx:cursor1,t370is:cursor});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OwNhynIYY\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-hvzz3m\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-123wqig\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bsjpkg\",\"data-framer-name\":\"Overlay\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ne3cqe-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Pattern,{back:\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0))\",diagonal:true,direction:\"left\",duration:5,front:\"rgb(23, 23, 23)\",height:\"100%\",id:\"uJPrb4EIT\",layoutId:\"uJPrb4EIT\",patternType:\"groovy\",radius:0,scale:54,shouldAnimate:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-icz1s2-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"qckzdw_18\"},WgNeKo_y1:{variant:\"qckzdw_18\"}},children:/*#__PURE__*/_jsx(NavigationBar,{gGSU0bs4G:\"jcV_yFltq\",height:\"100%\",id:\"qucQ2rL9C\",layoutId:\"qucQ2rL9C\",style:{width:\"100%\"},variant:\"lzTpoNZtf\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1ma85oo\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-j1yqbq\",\"data-framer-name\":\"Hero\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c83yy hidden-1b4lfhe hidden-1zvqox\",\"data-border\":true,\"data-framer-name\":\"Stat\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39le6\",\"data-styles-preset\":\"BZqcnnsi4\",children:\"DIGITAL MARKETING AGENCY IN MEDICAL FIELD\"})}),className:\"framer-yk9x6r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7xjwq8\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cfd53y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ko54m-container\",children:/*#__PURE__*/_jsx(TinyImages,{CLOjz4zPb:addImageAlt({src:\"https://framerusercontent.com/images/jiKjzEvf16zcUvB127qNH466wtA.jpeg\"},\"\"),height:\"100%\",id:\"Py7IRH0ID\",layoutId:\"Py7IRH0ID\",luqg6K1cu:addImageAlt({src:\"https://framerusercontent.com/images/VpSgnhkh50SDkWj9WTzhr8UtHs0.jpeg\"},\"\"),QMjgKwCOD:addImageAlt({src:\"https://framerusercontent.com/images/heqydPxsfVwTdL7K20D7ouGVyeQ.png\"},\"\"),TgtW39mBf:addImageAlt({src:\"https://framerusercontent.com/images/tPlygUdV6Md3R13pXjlAwJSNA.webp\"},\"\"),width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ho5v21\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8flma5\",\"data-framer-name\":\"Frame 2952\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 97 12\"><path d=\"M 10.122 7.429 C 9.968 7.583 9.897 7.807 9.932 8.026 L 10.462 11.056 C 10.507 11.312 10.402 11.572 10.194 11.721 C 9.99 11.875 9.719 11.893 9.496 11.77 L 6.856 10.348 C 6.764 10.297 6.662 10.27 6.558 10.267 L 6.396 10.267 C 6.34 10.276 6.285 10.294 6.235 10.322 L 3.594 11.751 C 3.463 11.819 3.315 11.843 3.17 11.819 C 2.817 11.75 2.582 11.403 2.64 11.037 L 3.17 8.007 C 3.206 7.786 3.135 7.561 2.98 7.404 L 0.827 5.249 C 0.647 5.069 0.584 4.798 0.667 4.553 C 0.747 4.309 0.951 4.132 1.197 4.092 L 4.16 3.648 C 4.386 3.624 4.583 3.482 4.685 3.273 L 5.991 0.508 C 6.022 0.446 6.062 0.39 6.11 0.342 L 6.163 0.299 C 6.191 0.267 6.224 0.24 6.259 0.218 L 6.324 0.194 L 6.426 0.151 L 6.677 0.151 C 6.901 0.175 7.098 0.313 7.202 0.52 L 8.525 3.273 C 8.62 3.474 8.805 3.614 9.019 3.648 L 11.983 4.092 C 12.233 4.128 12.442 4.307 12.525 4.553 C 12.603 4.8 12.536 5.071 12.352 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 31.076 7.429 C 30.922 7.583 30.851 7.807 30.886 8.026 L 31.416 11.056 C 31.46 11.312 31.356 11.572 31.147 11.721 C 30.944 11.875 30.672 11.893 30.45 11.77 L 27.809 10.348 C 27.717 10.297 27.615 10.27 27.511 10.267 L 27.349 10.267 C 27.293 10.276 27.239 10.294 27.188 10.322 L 24.547 11.751 C 24.417 11.819 24.269 11.843 24.124 11.819 C 23.771 11.75 23.535 11.403 23.593 11.037 L 24.124 8.007 C 24.159 7.786 24.088 7.561 23.934 7.404 L 21.781 5.249 C 21.601 5.069 21.538 4.798 21.62 4.553 C 21.7 4.309 21.904 4.132 22.15 4.092 L 25.114 3.648 C 25.339 3.624 25.537 3.482 25.638 3.273 L 26.944 0.508 C 26.975 0.446 27.015 0.39 27.063 0.342 L 27.117 0.299 C 27.145 0.267 27.177 0.24 27.213 0.218 L 27.278 0.194 L 27.379 0.151 L 27.63 0.151 C 27.854 0.175 28.052 0.313 28.155 0.52 L 29.478 3.273 C 29.573 3.474 29.759 3.614 29.973 3.648 L 32.936 4.092 C 33.187 4.128 33.396 4.307 33.479 4.553 C 33.557 4.8 33.489 5.071 33.306 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 52.029 7.429 C 51.875 7.583 51.804 7.807 51.839 8.026 L 52.369 11.056 C 52.414 11.312 52.309 11.572 52.101 11.721 C 51.897 11.875 51.626 11.893 51.403 11.77 L 48.763 10.348 C 48.671 10.297 48.569 10.27 48.464 10.267 L 48.303 10.267 C 48.247 10.276 48.192 10.294 48.142 10.322 L 45.501 11.751 C 45.37 11.819 45.222 11.843 45.077 11.819 C 44.724 11.75 44.489 11.403 44.547 11.037 L 45.077 8.007 C 45.112 7.786 45.041 7.561 44.887 7.404 L 42.734 5.249 C 42.554 5.069 42.491 4.798 42.574 4.553 C 42.654 4.309 42.857 4.132 43.104 4.092 L 46.067 3.648 C 46.292 3.624 46.49 3.482 46.592 3.273 L 47.897 0.508 C 47.928 0.446 47.968 0.39 48.017 0.342 L 48.07 0.299 C 48.098 0.267 48.131 0.24 48.166 0.218 L 48.231 0.194 L 48.333 0.151 L 48.584 0.151 C 48.808 0.175 49.005 0.313 49.108 0.52 L 50.431 3.273 C 50.527 3.474 50.712 3.614 50.926 3.648 L 53.89 4.092 C 54.14 4.128 54.35 4.307 54.432 4.553 C 54.511 4.8 54.443 5.071 54.259 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 72.983 7.429 C 72.828 7.583 72.757 7.807 72.793 8.026 L 73.323 11.056 C 73.368 11.312 73.262 11.572 73.054 11.721 C 72.85 11.875 72.579 11.893 72.357 11.77 L 69.716 10.348 C 69.624 10.297 69.522 10.27 69.418 10.267 L 69.256 10.267 C 69.2 10.276 69.145 10.294 69.095 10.322 L 66.454 11.751 C 66.324 11.819 66.175 11.843 66.031 11.819 C 65.678 11.75 65.442 11.403 65.5 11.037 L 66.031 8.007 C 66.066 7.786 65.995 7.561 65.841 7.404 L 63.688 5.249 C 63.507 5.069 63.445 4.798 63.527 4.553 C 63.607 4.309 63.811 4.132 64.057 4.092 L 67.02 3.648 C 67.246 3.624 67.444 3.482 67.545 3.273 L 68.851 0.508 C 68.882 0.446 68.922 0.39 68.97 0.342 L 69.024 0.299 C 69.052 0.267 69.084 0.24 69.12 0.218 L 69.185 0.194 L 69.286 0.151 L 69.537 0.151 C 69.762 0.175 69.959 0.313 70.062 0.52 L 71.385 3.273 C 71.48 3.474 71.666 3.614 71.88 3.648 L 74.843 4.092 C 75.093 4.128 75.303 4.307 75.386 4.553 C 75.464 4.8 75.397 5.071 75.213 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path><path d=\"M 93.936 7.429 C 93.782 7.583 93.711 7.807 93.746 8.026 L 94.276 11.056 C 94.321 11.312 94.216 11.572 94.008 11.721 C 93.804 11.875 93.533 11.893 93.31 11.77 L 90.67 10.348 C 90.578 10.297 90.476 10.27 90.372 10.267 L 90.21 10.267 C 90.154 10.276 90.099 10.294 90.049 10.322 L 87.407 11.751 C 87.277 11.819 87.129 11.843 86.984 11.819 C 86.631 11.75 86.396 11.403 86.453 11.037 L 86.984 8.007 C 87.02 7.786 86.949 7.561 86.794 7.404 L 84.641 5.249 C 84.461 5.069 84.398 4.798 84.481 4.553 C 84.56 4.309 84.764 4.132 85.011 4.092 L 87.974 3.648 C 88.199 3.624 88.397 3.482 88.499 3.273 L 89.804 0.508 C 89.836 0.446 89.875 0.39 89.923 0.342 L 89.977 0.299 C 90.005 0.267 90.037 0.24 90.073 0.218 L 90.138 0.194 L 90.24 0.151 L 90.491 0.151 C 90.715 0.175 90.912 0.313 91.016 0.52 L 92.338 3.273 C 92.434 3.474 92.619 3.614 92.833 3.648 L 95.797 4.092 C 96.047 4.128 96.256 4.307 96.339 4.553 C 96.417 4.8 96.35 5.071 96.166 5.249 Z\" fill=\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"></path></svg>',svgContentId:8926117321,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",children:\"24+ 4.8 Star Reviews\"})}),className:\"framer-1l306jp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-j4z2v\",\"data-framer-name\":\"Hero Heading Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4w8l5h\",\"data-framer-name\":\"Heading & Subheading\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fo77gx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"The\"})}),className:\"framer-jbkn8z\",fonts:[\"Inter\"],id:elementId,ref:ref2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Best\"})}),className:\"framer-1nh8e5s\",fonts:[\"Inter\"],id:elementId1,ref:ref3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r4ysuh\",style:{rotate:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\"},children:\"Digital\"})}),className:\"framer-n2iyub\",fonts:[\"Inter\"],id:elementId2,ref:ref4,style:{rotate:-3},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Maketing\"})}),className:\"framer-1ty6ljs\",fonts:[\"Inter\"],id:elementId3,ref:ref5,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dzy20o\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:512,pixelWidth:512,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b4IW2nPWxHJ6UTAoq3A4u5d56ps.png\"},className:\"framer-1h8vqsn\",style:{rotate:-16}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Agency.\"})}),className:\"framer-harf3f\",fonts:[\"Inter\"],id:elementId4,ref:ref6,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-smtg16\",\"data-styles-preset\":\"DuMLJ2VUN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d9d01f21-7a47-443c-a8bc-56cdb453de6f, rgba(255, 255, 255, 0.8))\"},children:\"We provide tailored solutions, exceptional quality, and cost-effective strategies to bring more patients to your clinic !\"})}),className:\"framer-1c0jjav\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:undefined,implicitPathVariables:undefined},{href:undefined,implicitPathVariables:undefined},{href:undefined,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-99gncu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks[2],variant:\"YVt9h3DM_\"},WgNeKo_y1:{DEX53qIxg:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"GET A QUOTE\",DEX53qIxg:resolvedLinks[0],height:\"100%\",id:\"IGPZxk8oZ\",layoutId:\"IGPZxk8oZ\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1urq87d\",\"data-framer-name\":\"Background Gradient\"}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:931,intrinsicWidth:1500,pixelHeight:931,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/tVDg230sxN3guk1uVhxlFkIu1s.png\",srcSet:\"https://framerusercontent.com/images/tVDg230sxN3guk1uVhxlFkIu1s.png?scale-down-to=512 512w,https://framerusercontent.com/images/tVDg230sxN3guk1uVhxlFkIu1s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tVDg230sxN3guk1uVhxlFkIu1s.png 1500w\"},className:\"framer-1sk6zfr\",\"data-framer-cursor\":\"t370is\",\"data-framer-name\":\"Image\",id:\"1sk6zfr\",onTap:onTap3bnx0g({overlay}),style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m94qqz\",\"data-framer-name\":\"Gradient Overlay\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d4gaqj-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:50,height:\"100%\",hoverFactor:1,id:\"EzdrIZE62\",layoutId:\"EzdrIZE62\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gfdqz2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uey7d7\",\"data-styles-preset\":\"XiF1LAa3c\",style:{\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"Best Marketing Agency\"})}),className:\"framer-1jdzw5z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{damping:60,delay:0,mass:1,stiffness:310,type:\"spring\"}},className:cx(scopingClassNames,\"framer-1gkfft0\"),\"data-framer-portal-id\":\"1sk6zfr\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"URLXt3h0H\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1xll0r8-container\"),\"data-framer-portal-id\":\"1sk6zfr\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"g9UGWWIhj\",isMixedBorderRadius:false,isRed:true,layoutId:\"g9UGWWIhj\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/smPos0mJvh8\",width:\"100%\"})})})]}),getContainer())})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13d90j0 hidden-hvzz3m\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yfckd4\",\"data-framer-name\":\"Play Icon Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h255qi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{color:\"var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(245, 131, 39))\"}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Play\",id:\"mH7O1E2rfc3kWHksXj\",layoutId:\"mH7O1E2rfc3kWHksXj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ql1gnv-container hidden-1zvqox\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:5,animateEnd:150,animateStart:-50,color:\"var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13))\",cylinderHeight:0,flip:false,font:{},height:\"100%\",id:\"mH7O1E2rfs2xcmZeZp\",layoutId:\"mH7O1E2rfs2xcmZeZp\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 PLAY VIDEO \u2726 KNOW ABOUT US \u2726 AGENCEE\",type:\"circle\",width:\"100%\",wordSpacing:4})})})]})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-skvjh4\",\"data-framer-name\":\"Services\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u76kmz\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-171tl\",\"data-framer-name\":\"Heading Content Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xi7suj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{style:{width:\"100%\"},variant:\"KJ1G3Id0e\"},WgNeKo_y1:{variant:\"lLa5v4PpE\"}},children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"What we are offering\",GqTmcaQLx:\"Services\",height:\"100%\",id:\"mS9piqvch\",kAHPdHlCh:\"Our top-notch digital marketing agency not only delivers impressive results but also dazzles our clients with remarkable statistics. We pride ourselves on our ability to amaze customers with tangible outcomes and eye-catching figures.\",layoutId:\"mS9piqvch\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"u4P6wTRAk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined},{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined},{href:{webPageId:\"I048UAEvC\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lajn5l-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks1[2],variant:\"YVt9h3DM_\"},WgNeKo_y1:{DEX53qIxg:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"View All Services\",DEX53qIxg:resolvedLinks1[0],height:\"100%\",id:\"D8ZrHgbie\",layoutId:\"D8ZrHgbie\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-py75l2\",\"data-framer-name\":\"Services Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s3790c\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p1yvjz-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks2[2]},WgNeKo_y1:{iNyObSHzV:\"We guarantee a measurable increase in patient numbers with our proven strategies, customized for your clinic's specific needs. Let us turn your clinic into a patient magnet.\",ocFxhgdq4:resolvedLinks2[1],x6gTlITKM:\"PPC Advertising\"}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"yMegrk7bW\",iNyObSHzV:\"Achieve your business goals with high-quality leads! Our proven SEO strategies connect you with individuals who genuinely need your services. Build the right connections for higher conversions, increased ROI, and sustainable growth.\",layoutId:\"yMegrk7bW\",lxVLvSShs:\"Article\",ocFxhgdq4:resolvedLinks2[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"SEO\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w8x50v-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks3[2]},WgNeKo_y1:{ocFxhgdq4:resolvedLinks3[1],x6gTlITKM:\"Meta Advertising\"}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"MRzPkaxzY\",iNyObSHzV:\"With Meta ads, we help your clinic reach patients who genuinely need your services. Our success is never a coincidence, thanks to our experienced ad strategies designed to connect you with potential patients in your area\",layoutId:\"MRzPkaxzY\",lxVLvSShs:\"InstagramLogo\",ocFxhgdq4:resolvedLinks3[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"Meta Ads\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lvlv5q-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks4[2]},WgNeKo_y1:{ocFxhgdq4:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"z1ecxf1W4\",iNyObSHzV:\"We guarantee a measurable increase in patient numbers with our proven strategies, customized for your clinic's specific needs. Let us turn your clinic into a patient magnet.\",layoutId:\"z1ecxf1W4\",lxVLvSShs:\"GoogleLogo\",ocFxhgdq4:resolvedLinks4[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"Google Ads\"})})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined},{href:{webPageId:\"BadAnFeJz\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 2, 200px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mrpq24-container\",id:elementId5,ref:ref7,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{ocFxhgdq4:resolvedLinks5[2]},WgNeKo_y1:{iNyObSHzV:\"We provide high-quality leads tailored to your business needs. Our proven strategies connect you with individuals who are genuinely interested in and need your services, maximizing your ROI and driving your clinic\u2019s growth.\",ocFxhgdq4:resolvedLinks5[1],x6gTlITKM:\"Lead Generation\"}},children:/*#__PURE__*/_jsx(Service,{height:\"100%\",id:\"mz1tkgmqQ\",iNyObSHzV:\"At Upresult, we design targeted PPC campaigns to drive high-quality traffic and measurable results. From keyword research to ad optimization, we ensure your ads reach the right audience, maximizing your ROI and helping you achieve your goals.\",layoutId:\"mz1tkgmqQ\",lxVLvSShs:\"Browser\",ocFxhgdq4:resolvedLinks5[0],p1QdeJ3VD:true,style:{width:\"100%\"},variant:\"tICj7eCix\",width:\"100%\",x6gTlITKM:\"PPC Advertising\"})})})})})})})]})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1limmqw\",\"data-framer-name\":\"Brands\",id:elementId6,ref:ref8,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qlm7y2-container\",children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Brands that trust us\",GqTmcaQLx:\"Brands Collaboraations\",height:\"100%\",id:\"kGKrjYp37\",kAHPdHlCh:\"Our top-notch digital marketing agency not only delivers impressive results but also dazzles our clients with remarkable statistics. We pride ourselves on our ability to amaze customers with tangible outcomes and eye-catching figures.\",layoutId:\"kGKrjYp37\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KJ1G3Id0e\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aesxrb\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gxkija\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o63r6a-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:4,height:\"100%\",hoverFactor:1,id:\"uf5zmnlx6\",layoutId:\"uf5zmnlx6\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8lyhk0-container\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"pSmZQGBGT\",layoutId:\"pSmZQGBGT\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/tPlygUdV6Md3R13pXjlAwJSNA.webp\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ru4dsk-container\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"DZYbk6_UA\",layoutId:\"DZYbk6_UA\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/VpSgnhkh50SDkWj9WTzhr8UtHs0.jpeg\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(Container,{className:\"framer-190d2ut-container\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"M6JoBy4W7\",layoutId:\"M6JoBy4W7\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({src:\"https://framerusercontent.com/images/jiKjzEvf16zcUvB127qNH466wtA.jpeg\"},\"\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sogepy-container\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"suCTWIRMQ\",layoutId:\"suCTWIRMQ\",style:{height:\"100%\"},uL9wwXgHE:addImageAlt({positionX:\"50.5%\",positionY:\"50%\",src:\"https://framerusercontent.com/images/heqydPxsfVwTdL7K20D7ouGVyeQ.png\"},\"Health Tourism\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:\"186px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14g34h7-container\",children:/*#__PURE__*/_jsx(Brands,{height:\"100%\",id:\"FPYxaIUbm\",layoutId:\"FPYxaIUbm\",style:{height:\"100%\"},uL9wwXgHE:toResponsiveImage(\"https://framerusercontent.com/images/IjccUUtH7Uq0n6d8McEd9fMzszQ.jpeg\"),variant:\"J3HvyJ2TB\",width:\"100%\"})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xv6dxv\",\"data-framer-name\":\"About\",id:elementId7,ref:ref9,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1333,intrinsicWidth:2e3,pixelHeight:1333,pixelWidth:2e3,src:\"https://framerusercontent.com/images/xOz91BrLMifZXksr8HqpgNMqqEc.jpg?scale-down-to=1024\"},className:\"framer-b8yios\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-se0ayk\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fav9ul\",\"data-framer-name\":\"Statistics\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h9wx7j\",\"data-framer-name\":\"Statistics\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:212,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1oql35u-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"tPYNoB5bI\",layoutId:\"tPYNoB5bI\",ODC_810_T:\"8+\",width:\"100%\",WmbsVaIgS:\"Years of Experience\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azo9qp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WgNeKo_y1:{ODC_810_T:\"28+\"}},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"iedHy9ZNQ\",layoutId:\"iedHy9ZNQ\",ODC_810_T:\"38+\",width:\"100%\",WmbsVaIgS:\"Successful Projects\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:212,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-113fw0w-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"GLSOJyWG4\",layoutId:\"GLSOJyWG4\",ODC_810_T:\"18+\",width:\"100%\",WmbsVaIgS:\"Happy Clients\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:187,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lxh66i-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WgNeKo_y1:{ODC_810_T:\"18\"}},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"HlZ2U1_Pw\",layoutId:\"HlZ2U1_Pw\",ODC_810_T:\"22\",width:\"100%\",WmbsVaIgS:\"5 Star Reviews\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-37v9n0\",\"data-framer-name\":\"Values\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zqaw0g\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 6px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dgfbng-container\",children:/*#__PURE__*/_jsx(WhyUs,{GZMAD2Pvi:\"With years of experience, we\u2019ve consistently delivered measurable results for clinics, helping them achieve sustainable patient growth and success.\",height:\"100%\",hW5NyRFyI:\"Proven Track Record\",id:\"bHlo5DNik\",layoutId:\"bHlo5DNik\",mxj0qA2Fp:\"Rocket\",style:{width:\"100%\"},variant:\"i3ZKmoSie\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 6px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2mrkyx-container\",children:/*#__PURE__*/_jsx(WhyUs,{GZMAD2Pvi:\"Our strategies are uniquely designed for your clinic\u2019s specific needs, ensuring every campaign aligns with your goals and delivers tangible results.\",height:\"100%\",hW5NyRFyI:\"Tailored Solutions\",id:\"ADvGVm88k\",layoutId:\"ADvGVm88k\",mxj0qA2Fp:\"Graph\",style:{width:\"100%\"},variant:\"i3ZKmoSie\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 6px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:203,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q9dcgz-container\",children:/*#__PURE__*/_jsx(WhyUs,{GZMAD2Pvi:\"Your clinic's success is our priority. We listen, understand, and deliver solutions that make a real impact on your patient acquisition and growth.\",height:\"100%\",hW5NyRFyI:\"Client-Centric Focus\",id:\"H6zapWLPP\",layoutId:\"H6zapWLPP\",mxj0qA2Fp:\"UserFocus\",style:{width:\"100%\"},variant:\"i3ZKmoSie\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xf03ag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dugtxi-container\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Experienced Videographer\",height:\"100%\",id:\"WzWuxjFq9\",layoutId:\"WzWuxjFq9\",variant:\"BD_1gwPeL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13u7jqh-container\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Dedicated Support\",height:\"100%\",id:\"M3SjexByZ\",layoutId:\"M3SjexByZ\",variant:\"BD_1gwPeL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z3bziw-container\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Positive Client Experiences\",height:\"100%\",id:\"qBaNVxdIA\",layoutId:\"qBaNVxdIA\",variant:\"BD_1gwPeL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9woj7p-container\",children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Commitment to Excellence\",height:\"100%\",id:\"PNNvC2eaz\",layoutId:\"PNNvC2eaz\",variant:\"BD_1gwPeL\",width:\"100%\"})})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dmi1l2\",\"data-framer-name\":\"Case Studies\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min((${componentViewport?.width||\"100vw\"} - 80px) * 0.8, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12f4xyz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Case Studies\",GqTmcaQLx:\"Works\",height:\"100%\",id:\"D3pF31hoU\",kAHPdHlCh:\"\",layoutId:\"D3pF31hoU\",NlGfzfEF2:true,p1KubWiKz:true,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KJ1G3Id0e\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11iok51\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2q54w6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-44pv8d\",\"data-framer-name\":\"Project 1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7trqc8\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-v5uax4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LHf_21Li6\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"LHf_21Li6\",name:\"p0IqRGBPU\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"y27i2645k\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"UDzOilHVe\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"vMoXVKWOu\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"xsgQECDCs\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"vsb3r_C29\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"uOb1X3P3c\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"GM6k8WU0b\",type:\"Identifier\"},{collection:\"LHf_21Li6\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({GM6k8WU0b:GM6k8WU0bLHf_21Li6,id:idLHf_21Li6,p0IqRGBPU:p0IqRGBPULHf_21Li6,UDzOilHVe:UDzOilHVeLHf_21Li6,uOb1X3P3c:uOb1X3P3cLHf_21Li6,vMoXVKWOu:vMoXVKWOuLHf_21Li6,vsb3r_C29:vsb3r_C29LHf_21Li6,xsgQECDCs:xsgQECDCsLHf_21Li6,y27i2645k:y27i2645kLHf_21Li6},index)=>{y27i2645kLHf_21Li6??=\"\";UDzOilHVeLHf_21Li6??=\"\";vMoXVKWOuLHf_21Li6??=\"\";xsgQECDCsLHf_21Li6??=\"\";vsb3r_C29LHf_21Li6??=\"\";uOb1X3P3cLHf_21Li6??=\"\";GM6k8WU0bLHf_21Li6??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LHf_21Li6-${idLHf_21Li6}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bLHf_21Li6},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1px), 1440px)`},WgNeKo_y1:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 20px) / 2, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 2, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4key13-container\",\"data-framer-cursor\":\"ixfehx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{uB3Li49Uz:resolvedLinks6[2],variant:\"JfRnu8SSW\"},WgNeKo_y1:{uB3Li49Uz:resolvedLinks6[1],variant:\"JfRnu8SSW\"}},children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"A91ClK7Vy\",layoutId:\"A91ClK7Vy\",M_pfzYt58:toResponsiveImage(p0IqRGBPULHf_21Li6),NYeeHdoQZ:vMoXVKWOuLHf_21Li6,oqirxxS_G:UDzOilHVeLHf_21Li6,pvyu50sb9:vsb3r_C29LHf_21Li6,RhNFJqKE_:false,style:{width:\"100%\"},uB3Li49Uz:resolvedLinks6[0],variant:\"U9QyqU4vh\",vjce4Tqa7:y27i2645kLHf_21Li6,width:\"100%\",xxslYkG4G:xsgQECDCsLHf_21Li6,ZZxw1qd09:uOb1X3P3cLHf_21Li6})})})})})})})},idLHf_21Li6);})})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-kzr1ge\",\"data-framer-name\":\"Project 2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x65jxd\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16id6eu\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"g7gardzzi\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ce5gwv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-rrl9pm\",\"data-framer-name\":\"Project 3\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mfki7q\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tr8451\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"SoPwllC3F\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"SoPwllC3F\",name:\"p0IqRGBPU\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"y27i2645k\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"UDzOilHVe\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"vMoXVKWOu\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"xsgQECDCs\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"vsb3r_C29\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"uOb1X3P3c\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"GM6k8WU0b\",type:\"Identifier\"},{collection:\"SoPwllC3F\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({GM6k8WU0b:GM6k8WU0bSoPwllC3F,id:idSoPwllC3F,p0IqRGBPU:p0IqRGBPUSoPwllC3F,UDzOilHVe:UDzOilHVeSoPwllC3F,uOb1X3P3c:uOb1X3P3cSoPwllC3F,vMoXVKWOu:vMoXVKWOuSoPwllC3F,vsb3r_C29:vsb3r_C29SoPwllC3F,xsgQECDCs:xsgQECDCsSoPwllC3F,y27i2645k:y27i2645kSoPwllC3F},index1)=>{y27i2645kSoPwllC3F??=\"\";UDzOilHVeSoPwllC3F??=\"\";vMoXVKWOuSoPwllC3F??=\"\";xsgQECDCsSoPwllC3F??=\"\";vsb3r_C29SoPwllC3F??=\"\";uOb1X3P3cSoPwllC3F??=\"\";GM6k8WU0bSoPwllC3F??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`SoPwllC3F-${idSoPwllC3F}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined},{href:{pathVariables:{GM6k8WU0b:GM6k8WU0bSoPwllC3F},webPageId:\"wBPOZRUDl\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1px), 1440px)`},WgNeKo_y1:{width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 20px) / 2, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:`min(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 2, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-je6lbn-container\",\"data-framer-cursor\":\"ixfehx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{uB3Li49Uz:resolvedLinks7[2],variant:\"JfRnu8SSW\"},WgNeKo_y1:{uB3Li49Uz:resolvedLinks7[1],variant:\"JfRnu8SSW\"}},children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"evGsH2IG_\",layoutId:\"evGsH2IG_\",M_pfzYt58:toResponsiveImage(p0IqRGBPUSoPwllC3F),NYeeHdoQZ:vMoXVKWOuSoPwllC3F,oqirxxS_G:UDzOilHVeSoPwllC3F,pvyu50sb9:vsb3r_C29SoPwllC3F,RhNFJqKE_:false,style:{width:\"100%\"},uB3Li49Uz:resolvedLinks7[0],variant:\"U9QyqU4vh\",vjce4Tqa7:y27i2645kSoPwllC3F,width:\"100%\",xxslYkG4G:xsgQECDCsSoPwllC3F,ZZxw1qd09:uOb1X3P3cSoPwllC3F})})})})})})})},idSoPwllC3F);})})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:362,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-yv4exd\",\"data-framer-name\":\"Project 4\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r1apq0\",\"data-framer-name\":\"Project\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ucet0\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"YAMo7907Z\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{})})})})})})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined},{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined},{href:{webPageId:\"Qa5DwD50l\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yi27rj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks8[2],variant:\"YVt9h3DM_\"},WgNeKo_y1:{DEX53qIxg:resolvedLinks8[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"View All Projects\",DEX53qIxg:resolvedLinks8[0],height:\"100%\",id:\"uiiDfCHCL\",layoutId:\"uiiDfCHCL\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jb38e3\",\"data-framer-name\":\"Testimonial\",id:elementId8,ref:ref10,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ckuq6i\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ekjpl\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"67.37414965986395px\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"REVIEWS\"})}),viewBox:\"0 0 377 81\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VW5ib3VuZGVkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',\"--framer-font-size\":\"67.37414965986395px\",\"--framer-text-color\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\"},children:\"TESTIMONIAL\"})}),className:\"framer-1cdop8l\",fonts:[\"GF;Unbounded-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",viewBox:\"0 0 566 81\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xrpcii\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2xzbt9-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.5,id:\"wkS2IcWnz\",layoutId:\"wkS2IcWnz\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:false,widthType:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ltn5u5-container\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Fatih\",height:\"100%\",id:\"m0L1C9xxJ\",ImE1bDbog:\"Working with Upresult has been a turning point for our clinic. At first, we didn\u2019t know much about digital advertising, but their team explained everything in detail and supported us throughout the process. The number of patients coming from our campaigns increased significantly. They truly know what they\u2019re doing!\",layoutId:\"m0L1C9xxJ\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/pjNWcECyBpI2wvawVJJg84ONCY.png\",srcSet:\"https://framerusercontent.com/images/pjNWcECyBpI2wvawVJJg84ONCY.png?scale-down-to=1024 842w,https://framerusercontent.com/images/pjNWcECyBpI2wvawVJJg84ONCY.png 938w\"},\"\"),width:\"100%\",wnT5LM8TP:\"SmileCare Clinics\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ay5cbm-container\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Atakan F.\",height:\"100%\",id:\"MVDOqwe0x\",ImE1bDbog:\"I was hesitant at first because we had worked with another agency before and didn\u2019t get results. But Upresult earned our trust from the very first meeting. Seeing the results from our campaigns was incredible, and the number of our patients increased noticeably. They truly excel at what they do.\",layoutId:\"MVDOqwe0x\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/OVwo6BBgcwvng2xmUH4xgYYVq08.png\",srcSet:\"https://framerusercontent.com/images/OVwo6BBgcwvng2xmUH4xgYYVq08.png?scale-down-to=512 512w,https://framerusercontent.com/images/OVwo6BBgcwvng2xmUH4xgYYVq08.png 828w\"},\"\"),width:\"100%\",wnT5LM8TP:\"Prime Dental Group\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:541,width:\"330px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15zuyfc-container\",children:/*#__PURE__*/_jsx(Review,{DiVXinioL:\"Michael D.\",height:\"100%\",id:\"g5rlpXQGe\",ImE1bDbog:\"For us, the most important thing was results, and Upresult delivered exactly that. They managed both our ad campaigns and patient communication strategies brilliantly. Our clinic reached a patient volume we had never seen before. We\u2019re so glad we chose to work with them!\",layoutId:\"g5rlpXQGe\",PNWVubnIT:10,style:{width:\"100%\"},variant:\"pDOy_Q9VE\",vvvuv92PD:addImageAlt({src:\"https://framerusercontent.com/images/QUy318iawpcRDu4cU0L9ea3pYk8.png\",srcSet:\"https://framerusercontent.com/images/QUy318iawpcRDu4cU0L9ea3pYk8.png?scale-down-to=1024 763w,https://framerusercontent.com/images/QUy318iawpcRDu4cU0L9ea3pYk8.png 914w\"},\"\"),width:\"100%\",wnT5LM8TP:\"Clinic Ego\"})})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ytbrlw\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10as3a1\",style:{rotate:180}})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined},{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined},{href:{webPageId:\"f9gKbvqbM\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-181ncho-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks9[2],variant:\"YVt9h3DM_\"},WgNeKo_y1:{DEX53qIxg:resolvedLinks9[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"View All Reviews\",DEX53qIxg:resolvedLinks9[0],height:\"100%\",id:\"TTNn7kQLU\",layoutId:\"TTNn7kQLU\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17tncu9\",\"data-framer-name\":\"Specialities\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mng6ye\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18fk8li-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"KJ1G3Id0e\"},WgNeKo_y1:{variant:\"KJ1G3Id0e\"}},children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Our Specialities\",GqTmcaQLx:\"Why Us\",height:\"100%\",id:\"ty2_oh6O2\",kAHPdHlCh:\"Our top-notch digital marketing agency not only delivers impressive results but also dazzles our clients with remarkable statistics. We pride ourselves on our ability to amaze customers with tangible outcomes and eye-catching figures.\",layoutId:\"ty2_oh6O2\",NlGfzfEF2:true,p1KubWiKz:true,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"u4P6wTRAk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x3dn5k\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wd7iy1\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:667,intrinsicWidth:1e3,pixelHeight:667,pixelWidth:1e3,positionX:\"55.1%\",positionY:\"30.2%\",sizes:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`,src:\"https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg\",srcSet:\"https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg 1000w\"}},WgNeKo_y1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:667,intrinsicWidth:1e3,pixelHeight:667,pixelWidth:1e3,positionX:\"55.1%\",positionY:\"30.2%\",sizes:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 10px) / 1.5, 1px)`,src:\"https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg\",srcSet:\"https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg 1000w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:667,intrinsicWidth:1e3,pixelHeight:667,pixelWidth:1e3,positionX:\"55.1%\",positionY:\"30.2%\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px) - 10px) / 1.5, 1px)`,src:\"https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg\",srcSet:\"https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tpbW8SIi5ra8nVMEwdsyHi8dw.jpg 1000w\"},className:\"framer-1s6yyb6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dt0c77\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e8ossu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uey7d7\",\"data-styles-preset\":\"XiF1LAa3c\",children:\"150%\"})}),className:\"framer-1rbiegj\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39le6\",\"data-styles-preset\":\"BZqcnnsi4\",children:\"Average Traffic Increase\"})}),className:\"framer-a14alj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gbj1uu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",children:\"Clients choose to stay with us over the long run due to the exceptional results we deliver and the strong relationships we build.\"})}),className:\"framer-b2npcv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3wze62\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ftuw84\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uey7d7\",\"data-styles-preset\":\"XiF1LAa3c\",children:\"$3M\"})}),className:\"framer-tgmao9\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39le6\",\"data-styles-preset\":\"BZqcnnsi4\",children:\"Revenue Generated\"})}),className:\"framer-1nxcxry\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",children:\"We have generated $3M in revenue for healthcare professionals by implementing effective digital marketing strategies. Let us help you achieve your growth goals.\"})}),className:\"framer-k3hsuw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-te7zln\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4500,intrinsicWidth:3e3,pixelHeight:4500,pixelWidth:3e3,positionX:\"center\",positionY:\"bottom\",src:\"https://framerusercontent.com/images/QHwiFG8CdFS1wdIHWtWHvAuzLAM.jpg?scale-down-to=1024\"},className:\"framer-1smoyra\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13o8rur\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jmnool-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{transformPerspective:1200},transformTemplate:transformTemplate1,whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Quality\",height:\"100%\",id:\"p7AMn55yN\",layoutId:\"p7AMn55yN\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r0o321-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:2,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Personalization\",height:\"100%\",id:\"oXyw3aYrr\",layoutId:\"oXyw3aYrr\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-trja7f-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-4,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Reliability\",height:\"100%\",id:\"X8QqHiYuz\",layoutId:\"X8QqHiYuz\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mvrr88-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-17,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Collaboration\",height:\"100%\",id:\"HASNsDcS3\",layoutId:\"HASNsDcS3\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p5yo2r-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-14,transformPerspective:1200},transformTemplate:transformTemplate1,whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Innovation\",height:\"100%\",id:\"Blh9QJ6z1\",layoutId:\"Blh9QJ6z1\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3063ph-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:11,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Customer Focus\",height:\"100%\",id:\"O_tHxRvOp\",layoutId:\"O_tHxRvOp\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rsmndz-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:11,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Long-Term Relationships\",height:\"100%\",id:\"pLGjURVVi\",layoutId:\"pLGjURVVi\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation20,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t2hhas-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-15,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Positive Experience\",height:\"100%\",id:\"pn_Wu45YU\",layoutId:\"pn_Wu45YU\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mb7acv-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:3,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Trustworthiness\",height:\"100%\",id:\"REdf2YXuu\",layoutId:\"REdf2YXuu\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation24,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1aorcb3-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:24,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Passion\",height:\"100%\",id:\"xLvN11CHg\",layoutId:\"xLvN11CHg\",variant:\"yWlmd8pQp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{drag:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation26,__framer__exit:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6cy7es-container\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-28,transformPerspective:1200},whileTap:animation8,children:/*#__PURE__*/_jsx(Bullet,{ej_oyrdNG:\"Customer Support\",height:\"100%\",id:\"ABFtcuw84\",layoutId:\"ABFtcuw84\",variant:\"yWlmd8pQp\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n263oc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-elyyqd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39le6\",\"data-styles-preset\":\"BZqcnnsi4\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13))\"},children:\"Enhanced Brand Visibility\"})}),className:\"framer-g4ukzm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uey7d7\",\"data-styles-preset\":\"XiF1LAa3c\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13))\"},children:\"80%\"})}),className:\"framer-1b8zfmf\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",style:{\"--framer-text-color\":\"var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13))\"},children:\"Our agency developed a content marketing plan for a client, resulting in a significant increase in brand visibility and recognition. As a result, the client experienced a 80% increase in website and instagram traffic within six months.\"})}),className:\"framer-1rxwpr7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eevdia\",\"data-framer-name\":\"Blogs\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ljaebb\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1koixv7\",\"data-framer-name\":\"Heading Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(min(${componentViewport?.width||\"100vw\"} - 24px, 1440px), 1481px)`},WgNeKo_y1:{width:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 1481px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px), 1481px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tuo3iq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"KJ1G3Id0e\"},WgNeKo_y1:{variant:\"KJ1G3Id0e\"}},children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Explore our engaging blog posts to grow your patient base !\",GqTmcaQLx:\"Blogs\",height:\"100%\",id:\"UIHiuzk6K\",kAHPdHlCh:\"Discover actionable marketing tips and strategies to attract more patients and grow your practice.\",layoutId:\"UIHiuzk6K\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"eaYrV5aCy\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"q3Pzxazm0\"},implicitPathVariables:undefined},{href:{webPageId:\"q3Pzxazm0\"},implicitPathVariables:undefined},{href:{webPageId:\"q3Pzxazm0\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ntko7t-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{DEX53qIxg:resolvedLinks10[2],variant:\"YVt9h3DM_\"},WgNeKo_y1:{DEX53qIxg:resolvedLinks10[1]}},children:/*#__PURE__*/_jsx(Button,{AIYkLNyqb:\"Read Blogs\",DEX53qIxg:resolvedLinks10[0],height:\"100%\",id:\"g0svyA6Sw\",layoutId:\"g0svyA6Sw\",variant:\"VYn33lVMS\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q15wep\",\"data-framer-name\":\"Blogs Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-23xacm\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WgNeKo_y1:{query:{from:{alias:\"uop5p902E\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"uop5p902E\",name:\"kBAWMceDj\",type:\"Identifier\"},{collection:\"uop5p902E\",name:\"YSKHrdVc1\",type:\"Identifier\"},{collection:\"uop5p902E\",name:\"Tu_Pd0zTZ\",type:\"Identifier\"},{collection:\"uop5p902E\",name:\"id\",type:\"Identifier\"}],where:{collection:\"uop5p902E\",name:\"XahuzEJZy\",type:\"Identifier\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uop5p902E\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"uop5p902E\",name:\"kBAWMceDj\",type:\"Identifier\"},{collection:\"uop5p902E\",name:\"YSKHrdVc1\",type:\"Identifier\"},{collection:\"uop5p902E\",name:\"Tu_Pd0zTZ\",type:\"Identifier\"},{collection:\"uop5p902E\",name:\"id\",type:\"Identifier\"}],where:{collection:\"uop5p902E\",name:\"XahuzEJZy\",type:\"Identifier\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({id:iduop5p902E,kBAWMceDj:kBAWMceDjuop5p902E,Tu_Pd0zTZ:Tu_Pd0zTZuop5p902E,YSKHrdVc1:YSKHrdVc1uop5p902E},index2)=>{YSKHrdVc1uop5p902E??=\"\";Tu_Pd0zTZuop5p902E??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uop5p902E-${iduop5p902E}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Tu_Pd0zTZ:Tu_Pd0zTZuop5p902E},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{Tu_Pd0zTZ:Tu_Pd0zTZuop5p902E},webPageId:\"bcUIOegNe\"},implicitPathVariables:undefined},{href:{pathVariables:{Tu_Pd0zTZ:Tu_Pd0zTZuop5p902E},webPageId:\"bcUIOegNe\"},implicitPathVariables:undefined},{href:{pathVariables:{Tu_Pd0zTZ:Tu_Pd0zTZuop5p902E},webPageId:\"bcUIOegNe\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{height:353,width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1440px)`},WgNeKo_y1:{width:`max((min(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 1000px) - 10px) / 2, 200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:398,width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px), 1px) - 20px) / 3, 200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ixk6u-container\",whileHover:animation28,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{dYlp1mnOp:resolvedLinks11[2],variant:\"lb1rPr9_d\"},WgNeKo_y1:{dYlp1mnOp:resolvedLinks11[1],variant:\"lb1rPr9_d\"}},children:/*#__PURE__*/_jsx(BlogSingleCard,{bDx0AY1ti:YSKHrdVc1uop5p902E,dfGShofDn:false,dl6hFZ0zO:toResponsiveImage(kBAWMceDjuop5p902E),DVl5QgbQh:\"Category\",dYlp1mnOp:resolvedLinks11[0],height:\"100%\",id:\"zJ2e9E_1K\",layoutId:\"zJ2e9E_1K\",style:{height:\"100%\",width:\"100%\"},variant:\"zIEUcqrDu\",width:\"100%\",YoxdJjrJJ:\"Date\"})})})})})})})},iduop5p902E);})})})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o6dgbz\",\"data-framer-name\":\"FAQ\",id:elementId9,ref:ref11,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19j62tj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px)`},WgNeKo_y1:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1000px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f2u7rm-container\",children:/*#__PURE__*/_jsx(Heading,{ExBt4bIY2:\"Got Questions?\\nWe've Got Answers!\",GqTmcaQLx:\"Frequently Asked Questions\",height:\"100%\",id:\"WoYkGo2hS\",kAHPdHlCh:\"\",layoutId:\"WoYkGo2hS\",NlGfzfEF2:true,p1KubWiKz:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KJ1G3Id0e\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{width:`min(min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1440px), 1000px)`},WgNeKo_y1:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1000px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:544,width:`min(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1440px), 1000px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dv02ol-container\",children:/*#__PURE__*/_jsx(FAQListCommon,{height:\"100%\",id:\"Vf0IQ65Mm\",layoutId:\"Vf0IQ65Mm\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:498,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-q3g1oe-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P7j2A2OCI:{variant:\"BsZlXwif2\"},WgNeKo_y1:{variant:\"mKXCPqfUG\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"S6HR3Mlhv\",layoutId:\"S6HR3Mlhv\",style:{width:\"100%\"},variant:\"zQXPtCkn3\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bn53kh-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"ZCezUq2zT\",intensity:12,layoutId:\"ZCezUq2zT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,y:790,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ork5i-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Toast,{height:\"100%\",id:\"CyaxMvbhV\",krOU91x5P:\"https://www.framer.com/marketplace/templates/saasleek/?via=realmehedi1\",layoutId:\"CyaxMvbhV\",variant:\"DusHf4rEH\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ukss9.framer-k7qaoj, .framer-ukss9 .framer-k7qaoj { display: block; }\",\".framer-ukss9.framer-hvzz3m { align-content: center; align-items: center; background-color: var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-ukss9 .framer-123wqig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 0; }\",'.framer-ukss9 .framer-1bsjpkg { background: radial-gradient(43.2% 25% at 50% 18.8%, rgba(84, 84, 84, 0) 0%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10)) /* {\"name\":\"Dark Green\"} */ 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }',\".framer-ukss9 .framer-ne3cqe-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: relative; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-ukss9 .framer-icz1s2-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-ukss9 .framer-1ma85oo { 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: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-j1yqbq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: center; overflow: visible; padding: 180px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1c83yy { --border-bottom-width: 1px; --border-color: var(--token-8296390c-3e4f-4c48-afd6-ee4e9808dfbe, rgba(255, 255, 255, 0.5)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; bottom: -70px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 22%; overflow: hidden; padding: 20px; pointer-events: none; position: absolute; transform: translateX(-50%); width: 368px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-ukss9 .framer-yk9x6r, .framer-ukss9 .framer-1l306jp, .framer-ukss9 .framer-1rxwpr7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ukss9 .framer-7xjwq8 { background-color: var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1cfd53y, .framer-ukss9 .framer-44pv8d, .framer-ukss9 .framer-kzr1ge, .framer-ukss9 .framer-rrl9pm, .framer-ukss9 .framer-yv4exd { 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-ukss9 .framer-11ko54m-container, .framer-ukss9 .framer-99gncu-container, .framer-ukss9 .framer-yi27rj-container, .framer-ukss9 .framer-181ncho-container, .framer-ukss9 .framer-ntko7t-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ukss9 .framer-ho5v21 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-8flma5 { flex: none; height: 12px; position: relative; width: 97px; }\",\".framer-ukss9 .framer-j4z2v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-4w8l5h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-fo77gx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-jbkn8z, .framer-ukss9 .framer-1nh8e5s, .framer-ukss9 .framer-1ty6ljs, .framer-ukss9 .framer-harf3f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 740px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-ukss9 .framer-r4ysuh { align-content: center; align-items: center; background-color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #9154ba); 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: min-content; }\",\".framer-ukss9 .framer-n2iyub, .framer-ukss9 .framer-1jdzw5z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ukss9 .framer-1dzy20o { align-content: center; align-items: center; background-color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #9154ba); border-bottom-left-radius: 180px; border-bottom-right-radius: 180px; border-top-left-radius: 180px; border-top-right-radius: 180px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 73px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 73px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-1h8vqsn { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 73px); overflow: hidden; position: relative; width: 73px; }\",\".framer-ukss9 .framer-1c0jjav { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",'.framer-ukss9 .framer-1urq87d { background: linear-gradient(180deg, rgba(191, 51, 19, 0) 16.353996101364523%, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(191, 51, 19)) /* {\"name\":\"Light Green\"} */ 77.35485380116958%); bottom: 0px; flex: none; height: 855px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: -1; }',\".framer-ukss9 .framer-1sk6zfr { -webkit-filter: contrast(1.23) grayscale(0.14); cursor: pointer; filter: contrast(1.23) grayscale(0.14); flex: none; height: 666px; overflow: visible; position: relative; width: 100%; }\",'.framer-ukss9 .framer-m94qqz { background: linear-gradient(180deg, rgba(84, 84, 84, 0) 41.63993900835976%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) /* {\"name\":\"Dark Green\"} */ 100%); bottom: 0px; flex: none; height: 182px; left: 0px; overflow: hidden; position: absolute; width: 100%; }',\".framer-ukss9 .framer-1d4gaqj-container { flex: none; height: 320px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 196px; width: 100%; z-index: -1; }\",\".framer-ukss9 .framer-1gfdqz2 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 127px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ukss9.framer-1gkfft0 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-ukss9.framer-1xll0r8-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 70%; z-index: 9; }\",\".framer-ukss9 .framer-13d90j0 { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: var(--token-affa1b72-7c43-4531-b217-6ad9a97be289, rgba(255, 255, 255, 0.05)); border-bottom-left-radius: 123px; border-bottom-right-radius: 123px; border-top-left-radius: 123px; border-top-right-radius: 123px; bottom: 0px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 79px; justify-content: center; overflow: hidden; padding: 1px; pointer-events: none; position: absolute; right: 365px; width: 79px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-yfckd4 { aspect-ratio: 1 / 1; background-color: rgba(242, 236, 230, 0.43); border-bottom-left-radius: 170px; border-bottom-right-radius: 170px; border-top-left-radius: 170px; border-top-right-radius: 170px; flex: none; height: var(--framer-aspect-ratio-supported, 66px); left: 51%; overflow: hidden; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 66px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-ukss9 .framer-h255qi-container { flex: none; height: 38px; left: calc(48.80952380952383% - 38px / 2); position: absolute; top: calc(48.80952380952383% - 38px / 2); width: 38px; }\",\".framer-ukss9 .framer-1ql1gnv-container { flex: none; height: 60px; left: calc(50.63291139240509% - 60px / 2); position: absolute; top: calc(50.63291139240509% - 60px / 2); width: 60px; z-index: 1; }\",\".framer-ukss9 .framer-skvjh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 150px 40px 100px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-1u76kmz, .framer-ukss9 .framer-1mng6ye, .framer-ukss9 .framer-1ljaebb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-171tl { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-1xi7suj-container, .framer-ukss9 .framer-1f2u7rm-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-lajn5l-container { flex: none; height: auto; position: sticky; top: 0px; width: auto; will-change: transform; z-index: 1; }\",\".framer-ukss9 .framer-py75l2 { 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-ukss9 .framer-s3790c { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-p1yvjz-container, .framer-ukss9 .framer-w8x50v-container, .framer-ukss9 .framer-lvlv5q-container, .framer-ukss9 .framer-mrpq24-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-1limmqw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-1qlm7y2-container, .framer-ukss9 .framer-18fk8li-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-aesxrb { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1gxkija { --border-bottom-width: 1px; --border-color: var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 98px; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-1o63r6a-container { flex: 1 0 0px; height: 98px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-8lyhk0-container, .framer-ukss9 .framer-1ru4dsk-container, .framer-ukss9 .framer-190d2ut-container, .framer-ukss9 .framer-1sogepy-container, .framer-ukss9 .framer-14g34h7-container { height: 98px; position: relative; width: auto; }\",\".framer-ukss9 .framer-xv6dxv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 120vh; justify-content: space-between; overflow: visible; padding: 40px 20px 50px 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-b8yios { -webkit-filter: contrast(2) grayscale(0.48); filter: contrast(2) grayscale(0.48); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.6; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",'.framer-ukss9 .framer-se0ayk { background: radial-gradient(45.1% 44.7% at 52.6% 42.8%, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #d94c00) /* {\"name\":\"Light Green\"} */ 0%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) /* {\"name\":\"Dark Green\"} */ 100%); bottom: 0px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; opacity: 0.91; overflow: hidden; position: absolute; width: 100%; z-index: 1; }',\".framer-ukss9 .framer-fav9ul { 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 16px 0px 0px; position: relative; width: min-content; }\",\".framer-ukss9 .framer-1h9wx7j { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(170px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-ukss9 .framer-1oql35u-container, .framer-ukss9 .framer-1azo9qp-container, .framer-ukss9 .framer-113fw0w-container, .framer-ukss9 .framer-1lxh66i-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-ukss9 .framer-37v9n0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-zqaw0g { 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%; z-index: 1; }\",\".framer-ukss9 .framer-dgfbng-container, .framer-ukss9 .framer-2mrkyx-container, .framer-ukss9 .framer-1q9dcgz-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-ukss9 .framer-xf03ag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1dugtxi-container, .framer-ukss9 .framer-13u7jqh-container, .framer-ukss9 .framer-z3bziw-container, .framer-ukss9 .framer-9woj7p-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-1dmi1l2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 200px 40px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-12f4xyz-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 80%; z-index: 1; }\",\".framer-ukss9 .framer-11iok51 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-2q54w6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-7trqc8, .framer-ukss9 .framer-1x65jxd, .framer-ukss9 .framer-1mfki7q, .framer-ukss9 .framer-1r1apq0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-ukss9 .framer-v5uax4, .framer-ukss9 .framer-16id6eu, .framer-ukss9 .framer-tr8451, .framer-ukss9 .framer-11ucet0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-4key13-container, .framer-ukss9 .framer-je6lbn-container, .framer-ukss9 .framer-q3g1oe-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1ce5gwv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-1jb38e3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-ckuq6i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-3ekjpl { -webkit-filter: blur(67px); background-color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #bf3313); border-bottom-left-radius: 210px; border-bottom-right-radius: 210px; border-top-left-radius: 210px; border-top-right-radius: 210px; filter: blur(67px); flex: none; height: 148px; left: calc(46.66666666666669% - 589px / 2); overflow: hidden; position: absolute; top: -107px; width: 589px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-ukss9 .framer-1cdop8l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; opacity: 0.23; position: absolute; top: 0px; transform: translateX(-50%); white-space: pre; width: 100%; z-index: 0; }\",\".framer-ukss9 .framer-1xrpcii { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ukss9 .framer-2xzbt9-container { flex: none; height: 805px; position: relative; width: 630px; z-index: 1; }\",\".framer-ukss9 .framer-ltn5u5-container, .framer-ukss9 .framer-1ay5cbm-container, .framer-ukss9 .framer-15zuyfc-container { height: auto; position: relative; width: 330px; }\",'.framer-ukss9 .framer-ytbrlw { background: linear-gradient(0deg, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, #000000) /* {\"name\":\"Dark Green\"} */ 0%, rgba(0, 0, 0, 0) 100%); bottom: 0px; flex: none; height: 90px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: 1; }','.framer-ukss9 .framer-10as3a1 { background: radial-gradient(69.3% 75% at 50% 100%, var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #bf3313) /* {\"name\":\"Light Green\"} */ 0%, rgba(0, 0, 0, 0) 100%); flex: none; height: 105px; left: calc(50.00000000000002% - 330px / 2); overflow: hidden; position: absolute; top: 0px; width: 330px; z-index: 1; }',\".framer-ukss9 .framer-17tncu9, .framer-ukss9 .framer-o6dgbz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-x3dn5k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1wd7iy1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 460px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1s6yyb6 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",'.framer-ukss9 .framer-dt0c77 { background: linear-gradient(243deg, rgba(84, 84, 84, 0) 54.70541257678578%, var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) /* {\"name\":\"Dark Green\"} */ 84.420754785216%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }',\".framer-ukss9 .framer-1e8ossu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-ukss9 .framer-1rbiegj, .framer-ukss9 .framer-tgmao9, .framer-ukss9 .framer-1b8zfmf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 90px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ukss9 .framer-a14alj, .framer-ukss9 .framer-1nxcxry, .framer-ukss9 .framer-g4ukzm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-ukss9 .framer-1gbj1uu { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 10px 10px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-b2npcv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ukss9 .framer-3wze62 { align-content: center; align-items: center; background-color: var(--token-2c77483b-74d5-40f8-b894-5fb4dc69010e, #1f1d1d); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-ftuw84, .framer-ukss9 .framer-elyyqd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-k3hsuw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ukss9 .framer-te7zln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 460px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1smoyra { align-content: center; align-items: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-13o8rur { --border-bottom-width: 1px; --border-color: var(--token-8296390c-3e4f-4c48-afd6-ee4e9808dfbe, rgba(255, 255, 255, 0.5)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(8px); aspect-ratio: 1 / 1; backdrop-filter: blur(8px); border-bottom-left-radius: 350px; border-bottom-right-radius: 350px; border-top-left-radius: 350px; border-top-right-radius: 350px; flex: none; height: var(--framer-aspect-ratio-supported, 366px); overflow: hidden; position: relative; width: 366px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-1jmnool-container { bottom: 0px; cursor: grab; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-ukss9 .framer-1r0o321-container { bottom: 47px; cursor: grab; flex: none; height: auto; left: 47px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-trja7f-container { bottom: 37px; cursor: grab; flex: none; height: auto; left: 222px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-mvrr88-container { bottom: 91px; cursor: grab; flex: none; height: auto; left: 201px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-p5yo2r-container { bottom: 101px; cursor: grab; flex: none; height: auto; left: 48%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-ukss9 .framer-3063ph-container { bottom: 151px; cursor: grab; flex: none; height: auto; left: -5px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-1rsmndz-container { bottom: 154px; cursor: grab; flex: none; height: auto; left: 125px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-t2hhas-container { bottom: 208px; cursor: grab; flex: none; height: auto; left: 17px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-1mb7acv-container { bottom: 194px; cursor: grab; flex: none; height: auto; position: absolute; right: -16px; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-1aorcb3-container { bottom: 255px; cursor: grab; flex: none; height: auto; left: 192px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-6cy7es-container { bottom: 273px; cursor: grab; flex: none; height: auto; left: 28px; position: absolute; width: auto; z-index: 1; }\",\".framer-ukss9 .framer-n263oc { align-content: center; align-items: center; background-color: var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #9154ba); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ukss9 .framer-eevdia { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1koixv7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-tuo3iq-container { flex: none; height: auto; max-width: 1481px; position: relative; width: 100%; z-index: 3; }\",\".framer-ukss9 .framer-1q15wep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ukss9 .framer-23xacm { display: grid; flex: 1 0 0px; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-ukss9 .framer-5ixk6u-container { align-self: start; flex: none; height: 398px; justify-self: start; position: relative; width: 100%; }\",\".framer-ukss9 .framer-19j62tj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-ukss9 .framer-dv02ol-container { flex: none; height: auto; max-width: 1000px; position: relative; width: 100%; }\",\".framer-ukss9 .framer-1bn53kh-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: auto; }\",\".framer-ukss9 .framer-5ork5i-container { bottom: 60px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ukss9.framer-hvzz3m, .framer-ukss9 .framer-123wqig, .framer-ukss9 .framer-1ma85oo, .framer-ukss9 .framer-j1yqbq, .framer-ukss9 .framer-1c83yy, .framer-ukss9 .framer-1cfd53y, .framer-ukss9 .framer-ho5v21, .framer-ukss9 .framer-j4z2v, .framer-ukss9 .framer-4w8l5h, .framer-ukss9 .framer-fo77gx, .framer-ukss9 .framer-r4ysuh, .framer-ukss9 .framer-1dzy20o, .framer-ukss9 .framer-1gfdqz2, .framer-ukss9 .framer-13d90j0, .framer-ukss9 .framer-skvjh4, .framer-ukss9 .framer-1u76kmz, .framer-ukss9 .framer-171tl, .framer-ukss9 .framer-py75l2, .framer-ukss9 .framer-1limmqw, .framer-ukss9 .framer-aesxrb, .framer-ukss9 .framer-1gxkija, .framer-ukss9 .framer-fav9ul, .framer-ukss9 .framer-37v9n0, .framer-ukss9 .framer-zqaw0g, .framer-ukss9 .framer-xf03ag, .framer-ukss9 .framer-1dmi1l2, .framer-ukss9 .framer-11iok51, .framer-ukss9 .framer-2q54w6, .framer-ukss9 .framer-44pv8d, .framer-ukss9 .framer-7trqc8, .framer-ukss9 .framer-v5uax4, .framer-ukss9 .framer-kzr1ge, .framer-ukss9 .framer-1x65jxd, .framer-ukss9 .framer-16id6eu, .framer-ukss9 .framer-1ce5gwv, .framer-ukss9 .framer-rrl9pm, .framer-ukss9 .framer-1mfki7q, .framer-ukss9 .framer-tr8451, .framer-ukss9 .framer-yv4exd, .framer-ukss9 .framer-1r1apq0, .framer-ukss9 .framer-11ucet0, .framer-ukss9 .framer-1jb38e3, .framer-ukss9 .framer-ckuq6i, .framer-ukss9 .framer-1xrpcii, .framer-ukss9 .framer-17tncu9, .framer-ukss9 .framer-1mng6ye, .framer-ukss9 .framer-x3dn5k, .framer-ukss9 .framer-1wd7iy1, .framer-ukss9 .framer-1s6yyb6, .framer-ukss9 .framer-1e8ossu, .framer-ukss9 .framer-1gbj1uu, .framer-ukss9 .framer-ftuw84, .framer-ukss9 .framer-te7zln, .framer-ukss9 .framer-1smoyra, .framer-ukss9 .framer-elyyqd, .framer-ukss9 .framer-eevdia, .framer-ukss9 .framer-1ljaebb, .framer-ukss9 .framer-1koixv7, .framer-ukss9 .framer-1q15wep, .framer-ukss9 .framer-o6dgbz, .framer-ukss9 .framer-19j62tj { gap: 0px; } .framer-ukss9.framer-hvzz3m > *, .framer-ukss9 .framer-1ma85oo > *, .framer-ukss9 .framer-ho5v21 > *, .framer-ukss9 .framer-aesxrb > *, .framer-ukss9 .framer-1e8ossu > *, .framer-ukss9 .framer-ftuw84 > *, .framer-ukss9 .framer-elyyqd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ukss9.framer-hvzz3m > :first-child, .framer-ukss9 .framer-1ma85oo > :first-child, .framer-ukss9 .framer-j1yqbq > :first-child, .framer-ukss9 .framer-1c83yy > :first-child, .framer-ukss9 .framer-ho5v21 > :first-child, .framer-ukss9 .framer-j4z2v > :first-child, .framer-ukss9 .framer-4w8l5h > :first-child, .framer-ukss9 .framer-1u76kmz > :first-child, .framer-ukss9 .framer-171tl > :first-child, .framer-ukss9 .framer-py75l2 > :first-child, .framer-ukss9 .framer-1limmqw > :first-child, .framer-ukss9 .framer-aesxrb > :first-child, .framer-ukss9 .framer-37v9n0 > :first-child, .framer-ukss9 .framer-1dmi1l2 > :first-child, .framer-ukss9 .framer-2q54w6 > :first-child, .framer-ukss9 .framer-7trqc8 > :first-child, .framer-ukss9 .framer-v5uax4 > :first-child, .framer-ukss9 .framer-1x65jxd > :first-child, .framer-ukss9 .framer-16id6eu > :first-child, .framer-ukss9 .framer-1ce5gwv > :first-child, .framer-ukss9 .framer-1mfki7q > :first-child, .framer-ukss9 .framer-tr8451 > :first-child, .framer-ukss9 .framer-1r1apq0 > :first-child, .framer-ukss9 .framer-11ucet0 > :first-child, .framer-ukss9 .framer-ckuq6i > :first-child, .framer-ukss9 .framer-1mng6ye > :first-child, .framer-ukss9 .framer-x3dn5k > :first-child, .framer-ukss9 .framer-1s6yyb6 > :first-child, .framer-ukss9 .framer-1e8ossu > :first-child, .framer-ukss9 .framer-ftuw84 > :first-child, .framer-ukss9 .framer-1smoyra > :first-child, .framer-ukss9 .framer-elyyqd > :first-child, .framer-ukss9 .framer-1ljaebb > :first-child, .framer-ukss9 .framer-1koixv7 > :first-child, .framer-ukss9 .framer-19j62tj > :first-child { margin-top: 0px; } .framer-ukss9.framer-hvzz3m > :last-child, .framer-ukss9 .framer-1ma85oo > :last-child, .framer-ukss9 .framer-j1yqbq > :last-child, .framer-ukss9 .framer-1c83yy > :last-child, .framer-ukss9 .framer-ho5v21 > :last-child, .framer-ukss9 .framer-j4z2v > :last-child, .framer-ukss9 .framer-4w8l5h > :last-child, .framer-ukss9 .framer-1u76kmz > :last-child, .framer-ukss9 .framer-171tl > :last-child, .framer-ukss9 .framer-py75l2 > :last-child, .framer-ukss9 .framer-1limmqw > :last-child, .framer-ukss9 .framer-aesxrb > :last-child, .framer-ukss9 .framer-37v9n0 > :last-child, .framer-ukss9 .framer-1dmi1l2 > :last-child, .framer-ukss9 .framer-2q54w6 > :last-child, .framer-ukss9 .framer-7trqc8 > :last-child, .framer-ukss9 .framer-v5uax4 > :last-child, .framer-ukss9 .framer-1x65jxd > :last-child, .framer-ukss9 .framer-16id6eu > :last-child, .framer-ukss9 .framer-1ce5gwv > :last-child, .framer-ukss9 .framer-1mfki7q > :last-child, .framer-ukss9 .framer-tr8451 > :last-child, .framer-ukss9 .framer-1r1apq0 > :last-child, .framer-ukss9 .framer-11ucet0 > :last-child, .framer-ukss9 .framer-ckuq6i > :last-child, .framer-ukss9 .framer-1mng6ye > :last-child, .framer-ukss9 .framer-x3dn5k > :last-child, .framer-ukss9 .framer-1s6yyb6 > :last-child, .framer-ukss9 .framer-1e8ossu > :last-child, .framer-ukss9 .framer-ftuw84 > :last-child, .framer-ukss9 .framer-1smoyra > :last-child, .framer-ukss9 .framer-elyyqd > :last-child, .framer-ukss9 .framer-1ljaebb > :last-child, .framer-ukss9 .framer-1koixv7 > :last-child, .framer-ukss9 .framer-19j62tj > :last-child { margin-bottom: 0px; } .framer-ukss9 .framer-123wqig > *, .framer-ukss9 .framer-1cfd53y > *, .framer-ukss9 .framer-fo77gx > *, .framer-ukss9 .framer-r4ysuh > *, .framer-ukss9 .framer-1dzy20o > *, .framer-ukss9 .framer-1gfdqz2 > *, .framer-ukss9 .framer-13d90j0 > *, .framer-ukss9 .framer-1gxkija > *, .framer-ukss9 .framer-fav9ul > *, .framer-ukss9 .framer-zqaw0g > *, .framer-ukss9 .framer-44pv8d > *, .framer-ukss9 .framer-kzr1ge > *, .framer-ukss9 .framer-rrl9pm > *, .framer-ukss9 .framer-yv4exd > *, .framer-ukss9 .framer-1xrpcii > *, .framer-ukss9 .framer-1wd7iy1 > *, .framer-ukss9 .framer-1gbj1uu > *, .framer-ukss9 .framer-te7zln > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ukss9 .framer-123wqig > :first-child, .framer-ukss9 .framer-1cfd53y > :first-child, .framer-ukss9 .framer-fo77gx > :first-child, .framer-ukss9 .framer-r4ysuh > :first-child, .framer-ukss9 .framer-1dzy20o > :first-child, .framer-ukss9 .framer-1gfdqz2 > :first-child, .framer-ukss9 .framer-13d90j0 > :first-child, .framer-ukss9 .framer-skvjh4 > :first-child, .framer-ukss9 .framer-1gxkija > :first-child, .framer-ukss9 .framer-fav9ul > :first-child, .framer-ukss9 .framer-zqaw0g > :first-child, .framer-ukss9 .framer-xf03ag > :first-child, .framer-ukss9 .framer-11iok51 > :first-child, .framer-ukss9 .framer-44pv8d > :first-child, .framer-ukss9 .framer-kzr1ge > :first-child, .framer-ukss9 .framer-rrl9pm > :first-child, .framer-ukss9 .framer-yv4exd > :first-child, .framer-ukss9 .framer-1jb38e3 > :first-child, .framer-ukss9 .framer-1xrpcii > :first-child, .framer-ukss9 .framer-17tncu9 > :first-child, .framer-ukss9 .framer-1wd7iy1 > :first-child, .framer-ukss9 .framer-1gbj1uu > :first-child, .framer-ukss9 .framer-te7zln > :first-child, .framer-ukss9 .framer-eevdia > :first-child, .framer-ukss9 .framer-1q15wep > :first-child, .framer-ukss9 .framer-o6dgbz > :first-child { margin-left: 0px; } .framer-ukss9 .framer-123wqig > :last-child, .framer-ukss9 .framer-1cfd53y > :last-child, .framer-ukss9 .framer-fo77gx > :last-child, .framer-ukss9 .framer-r4ysuh > :last-child, .framer-ukss9 .framer-1dzy20o > :last-child, .framer-ukss9 .framer-1gfdqz2 > :last-child, .framer-ukss9 .framer-13d90j0 > :last-child, .framer-ukss9 .framer-skvjh4 > :last-child, .framer-ukss9 .framer-1gxkija > :last-child, .framer-ukss9 .framer-fav9ul > :last-child, .framer-ukss9 .framer-zqaw0g > :last-child, .framer-ukss9 .framer-xf03ag > :last-child, .framer-ukss9 .framer-11iok51 > :last-child, .framer-ukss9 .framer-44pv8d > :last-child, .framer-ukss9 .framer-kzr1ge > :last-child, .framer-ukss9 .framer-rrl9pm > :last-child, .framer-ukss9 .framer-yv4exd > :last-child, .framer-ukss9 .framer-1jb38e3 > :last-child, .framer-ukss9 .framer-1xrpcii > :last-child, .framer-ukss9 .framer-17tncu9 > :last-child, .framer-ukss9 .framer-1wd7iy1 > :last-child, .framer-ukss9 .framer-1gbj1uu > :last-child, .framer-ukss9 .framer-te7zln > :last-child, .framer-ukss9 .framer-eevdia > :last-child, .framer-ukss9 .framer-1q15wep > :last-child, .framer-ukss9 .framer-o6dgbz > :last-child { margin-right: 0px; } .framer-ukss9 .framer-j1yqbq > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-ukss9 .framer-1c83yy > *, .framer-ukss9 .framer-py75l2 > *, .framer-ukss9 .framer-x3dn5k > *, .framer-ukss9 .framer-1smoyra > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ukss9 .framer-j4z2v > *, .framer-ukss9 .framer-1koixv7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ukss9 .framer-4w8l5h > *, .framer-ukss9 .framer-1limmqw > *, .framer-ukss9 .framer-v5uax4 > *, .framer-ukss9 .framer-16id6eu > *, .framer-ukss9 .framer-tr8451 > *, .framer-ukss9 .framer-11ucet0 > *, .framer-ukss9 .framer-1s6yyb6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ukss9 .framer-skvjh4 > *, .framer-ukss9 .framer-1jb38e3 > *, .framer-ukss9 .framer-17tncu9 > *, .framer-ukss9 .framer-o6dgbz > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-ukss9 .framer-1u76kmz > *, .framer-ukss9 .framer-1dmi1l2 > *, .framer-ukss9 .framer-ckuq6i > *, .framer-ukss9 .framer-1mng6ye > *, .framer-ukss9 .framer-1ljaebb > *, .framer-ukss9 .framer-19j62tj > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ukss9 .framer-171tl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ukss9 .framer-37v9n0 > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-ukss9 .framer-xf03ag > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ukss9 .framer-11iok51 > *, .framer-ukss9 .framer-eevdia > *, .framer-ukss9 .framer-1q15wep > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-ukss9 .framer-2q54w6 > *, .framer-ukss9 .framer-1ce5gwv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ukss9 .framer-7trqc8 > *, .framer-ukss9 .framer-1x65jxd > *, .framer-ukss9 .framer-1mfki7q > *, .framer-ukss9 .framer-1r1apq0 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-ukss9[data-border=\"true\"]::after, .framer-ukss9 [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: 810px) and (max-width: 1199px) { .framer-ukss9.framer-hvzz3m { width: 810px; } .framer-ukss9 .framer-fo77gx { max-width: 600px; } .framer-ukss9 .framer-jbkn8z, .framer-ukss9 .framer-1nh8e5s, .framer-ukss9 .framer-1ty6ljs, .framer-ukss9 .framer-harf3f { max-width: 490px; } .framer-ukss9 .framer-1urq87d { height: 671px; } .framer-ukss9 .framer-1sk6zfr { height: 441px; } .framer-ukss9 .framer-m94qqz { height: 72px; left: calc(50.00000000000002% - 100% / 2); } .framer-ukss9 .framer-1d4gaqj-container { top: 46px; } .framer-ukss9.framer-1xll0r8-container { width: 90%; } .framer-ukss9 .framer-13d90j0 { left: calc(50.00000000000002% - 79px / 2); right: unset; } .framer-ukss9 .framer-skvjh4, .framer-ukss9 .framer-1dmi1l2, .framer-ukss9 .framer-17tncu9, .framer-ukss9 .framer-o6dgbz { padding: 80px 40px 80px 40px; } .framer-ukss9 .framer-1u76kmz, .framer-ukss9 .framer-1mng6ye { gap: 30px; max-width: unset; } .framer-ukss9 .framer-p1yvjz-container { order: 3; } .framer-ukss9 .framer-w8x50v-container { order: 1; } .framer-ukss9 .framer-lvlv5q-container, .framer-ukss9 .framer-1gbj1uu { order: 2; } .framer-ukss9 .framer-mrpq24-container, .framer-ukss9 .framer-dt0c77 { order: 0; } .framer-ukss9 .framer-1limmqw { padding: 70px 40px 80px 40px; } .framer-ukss9 .framer-xv6dxv { padding: 80px 20px 80px 20px; } .framer-ukss9 .framer-zqaw0g { gap: 3px; } .framer-ukss9 .framer-xf03ag, .framer-ukss9 .framer-1s6yyb6 { gap: 9px; } .framer-ukss9 .framer-11iok51 { gap: 20px; } .framer-ukss9 .framer-v5uax4, .framer-ukss9 .framer-16id6eu, .framer-ukss9 .framer-tr8451, .framer-ukss9 .framer-11ucet0 { gap: 40px; } .framer-ukss9 .framer-1jb38e3 { padding: 40px 0px 0px 0px; } .framer-ukss9 .framer-ckuq6i { padding: 0px 0px 80px 0px; } .framer-ukss9 .framer-1e8ossu { justify-content: flex-end; order: 1; width: 100%; } .framer-ukss9 .framer-1rbiegj, .framer-ukss9 .framer-1b8zfmf { height: 70px; } .framer-ukss9 .framer-tgmao9 { height: auto; } .framer-ukss9 .framer-1smoyra { flex: 1 0 0px; } .framer-ukss9 .framer-n263oc { flex: 0.7 0 0px; } .framer-ukss9 .framer-eevdia { flex-direction: column; padding: 80px 40px 80px 40px; } .framer-ukss9 .framer-1ljaebb { flex: none; width: 100%; } .framer-ukss9 .framer-1koixv7 { align-content: center; align-items: center; } .framer-ukss9 .framer-1q15wep { flex-direction: column; gap: 0px; max-width: 1000px; } .framer-ukss9 .framer-23xacm { flex: none; grid-template-columns: repeat(2, minmax(200px, 1fr)); width: 100%; } .framer-ukss9 .framer-19j62tj { justify-content: flex-start; max-width: 1000px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ukss9 .framer-1u76kmz, .framer-ukss9 .framer-zqaw0g, .framer-ukss9 .framer-xf03ag, .framer-ukss9 .framer-11iok51, .framer-ukss9 .framer-v5uax4, .framer-ukss9 .framer-16id6eu, .framer-ukss9 .framer-tr8451, .framer-ukss9 .framer-11ucet0, .framer-ukss9 .framer-1mng6ye, .framer-ukss9 .framer-1s6yyb6, .framer-ukss9 .framer-eevdia, .framer-ukss9 .framer-1q15wep { gap: 0px; } .framer-ukss9 .framer-1u76kmz > *, .framer-ukss9 .framer-1mng6ye > *, .framer-ukss9 .framer-eevdia > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ukss9 .framer-1u76kmz > :first-child, .framer-ukss9 .framer-v5uax4 > :first-child, .framer-ukss9 .framer-16id6eu > :first-child, .framer-ukss9 .framer-tr8451 > :first-child, .framer-ukss9 .framer-11ucet0 > :first-child, .framer-ukss9 .framer-1mng6ye > :first-child, .framer-ukss9 .framer-1s6yyb6 > :first-child, .framer-ukss9 .framer-eevdia > :first-child, .framer-ukss9 .framer-1q15wep > :first-child { margin-top: 0px; } .framer-ukss9 .framer-1u76kmz > :last-child, .framer-ukss9 .framer-v5uax4 > :last-child, .framer-ukss9 .framer-16id6eu > :last-child, .framer-ukss9 .framer-tr8451 > :last-child, .framer-ukss9 .framer-11ucet0 > :last-child, .framer-ukss9 .framer-1mng6ye > :last-child, .framer-ukss9 .framer-1s6yyb6 > :last-child, .framer-ukss9 .framer-eevdia > :last-child, .framer-ukss9 .framer-1q15wep > :last-child { margin-bottom: 0px; } .framer-ukss9 .framer-zqaw0g > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-ukss9 .framer-zqaw0g > :first-child, .framer-ukss9 .framer-xf03ag > :first-child, .framer-ukss9 .framer-11iok51 > :first-child { margin-left: 0px; } .framer-ukss9 .framer-zqaw0g > :last-child, .framer-ukss9 .framer-xf03ag > :last-child, .framer-ukss9 .framer-11iok51 > :last-child { margin-right: 0px; } .framer-ukss9 .framer-xf03ag > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } .framer-ukss9 .framer-11iok51 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ukss9 .framer-v5uax4 > *, .framer-ukss9 .framer-16id6eu > *, .framer-ukss9 .framer-tr8451 > *, .framer-ukss9 .framer-11ucet0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ukss9 .framer-1s6yyb6 > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-ukss9 .framer-1q15wep > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\",\"@media (max-width: 809px) { .framer-ukss9.framer-hvzz3m { overflow: hidden; width: 390px; } .framer-ukss9 .framer-j1yqbq { gap: 60px; padding: 140px 0px 0px 0px; } .framer-ukss9 .framer-j4z2v { padding: 0px 20px 0px 20px; } .framer-ukss9 .framer-jbkn8z, .framer-ukss9 .framer-1nh8e5s, .framer-ukss9 .framer-1ty6ljs, .framer-ukss9 .framer-harf3f, .framer-ukss9 .framer-1c0jjav { max-width: 400px; } .framer-ukss9 .framer-r4ysuh { padding: 0px 2px 0px 2px; } .framer-ukss9 .framer-1dzy20o { height: 48px; width: 48px; } .framer-ukss9 .framer-1h8vqsn { height: var(--framer-aspect-ratio-supported, 38px); width: 38px; } .framer-ukss9 .framer-1urq87d { height: 331px; } .framer-ukss9 .framer-1sk6zfr { height: 241px; } .framer-ukss9 .framer-m94qqz { height: 52px; left: calc(50.00000000000002% - 100% / 2); } .framer-ukss9 .framer-1d4gaqj-container { top: -69px; } .framer-ukss9.framer-1xll0r8-container { width: 90%; } .framer-ukss9 .framer-13d90j0 { bottom: -8px; height: 75px; left: calc(50.00000000000002% - 75px / 2); right: unset; width: 75px; } .framer-ukss9 .framer-yfckd4 { background-color: var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, #0a0a0a); height: var(--framer-aspect-ratio-supported, 54px); left: 51%; top: 51%; width: 54px; } .framer-ukss9 .framer-h255qi-container { height: 26px; left: calc(48.484848484848506% - 26px / 2); top: calc(48.484848484848506% - 26px / 2); width: 26px; } .framer-ukss9 .framer-skvjh4, .framer-ukss9 .framer-1dmi1l2, .framer-ukss9 .framer-17tncu9, .framer-ukss9 .framer-o6dgbz { padding: 50px 12px 50px 12px; } .framer-ukss9 .framer-1u76kmz, .framer-ukss9 .framer-v5uax4, .framer-ukss9 .framer-16id6eu, .framer-ukss9 .framer-tr8451, .framer-ukss9 .framer-11ucet0, .framer-ukss9 .framer-1mng6ye, .framer-ukss9 .framer-19j62tj { gap: 40px; } .framer-ukss9 .framer-171tl, .framer-ukss9 .framer-1koixv7 { align-content: center; align-items: center; } .framer-ukss9 .framer-1xi7suj-container { max-width: unset; } .framer-ukss9 .framer-s3790c { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-ukss9 .framer-p1yvjz-container, .framer-ukss9 .framer-w8x50v-container, .framer-ukss9 .framer-lvlv5q-container, .framer-ukss9 .framer-mrpq24-container { align-self: unset; } .framer-ukss9 .framer-1limmqw { gap: 50px; padding: 50px 20px 50px 20px; } .framer-ukss9 .framer-aesxrb { gap: 50px; } .framer-ukss9 .framer-xv6dxv { gap: 100px; height: min-content; justify-content: center; padding: 50px 12px 50px 12px; } .framer-ukss9 .framer-se0ayk { bottom: unset; height: 100%; top: calc(49.964763918252316% - 99.92952783650459% / 2); } .framer-ukss9 .framer-1h9wx7j { grid-template-columns: repeat(2, minmax(170px, 1fr)); } .framer-ukss9 .framer-zqaw0g, .framer-ukss9 .framer-11iok51 { flex-direction: column; } .framer-ukss9 .framer-dgfbng-container, .framer-ukss9 .framer-2mrkyx-container, .framer-ukss9 .framer-1q9dcgz-container, .framer-ukss9 .framer-2q54w6 { flex: none; width: 100%; } .framer-ukss9 .framer-12f4xyz-container { max-width: unset; width: 100%; } .framer-ukss9 .framer-1ce5gwv { flex: none; padding: 0px; width: 100%; } .framer-ukss9 .framer-ckuq6i { gap: 30px; padding: 0px 0px 50px 0px; } .framer-ukss9 .framer-1xrpcii, .framer-ukss9 .framer-1e8ossu { width: 100%; } .framer-ukss9 .framer-2xzbt9-container { flex: 1 0 0px; height: 877px; width: 1px; } .framer-ukss9 .framer-10as3a1 { top: -41px; } .framer-ukss9 .framer-1wd7iy1 { flex-direction: column; height: 879px; } .framer-ukss9 .framer-1s6yyb6 { flex: 1 0 0px; height: 1px; width: 100%; } .framer-ukss9 .framer-1rbiegj, .framer-ukss9 .framer-tgmao9, .framer-ukss9 .framer-1b8zfmf { height: 53px; } .framer-ukss9 .framer-3wze62, .framer-ukss9 .framer-n263oc { flex: none; gap: 40px; height: min-content; justify-content: center; width: 100%; } .framer-ukss9 .framer-te7zln { flex-direction: column; height: min-content; } .framer-ukss9 .framer-1smoyra { flex: none; height: min-content; width: 100%; } .framer-ukss9 .framer-1jmnool-container, .framer-ukss9 .framer-1r0o321-container, .framer-ukss9 .framer-trja7f-container, .framer-ukss9 .framer-mvrr88-container, .framer-ukss9 .framer-p5yo2r-container, .framer-ukss9 .framer-3063ph-container, .framer-ukss9 .framer-1rsmndz-container, .framer-ukss9 .framer-t2hhas-container, .framer-ukss9 .framer-1mb7acv-container, .framer-ukss9 .framer-1aorcb3-container, .framer-ukss9 .framer-6cy7es-container { cursor: unset; } .framer-ukss9 .framer-eevdia { flex-direction: column; gap: 40px; padding: 50px 12px 50px 12px; } .framer-ukss9 .framer-1ljaebb { flex: none; gap: 40px; width: 100%; } .framer-ukss9 .framer-1q15wep { flex-direction: column; gap: 0px; } .framer-ukss9 .framer-23xacm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; width: 100%; } .framer-ukss9 .framer-5ixk6u-container { align-self: unset; height: 353px; } .framer-ukss9 .framer-5ork5i-container { right: 12px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ukss9 .framer-j1yqbq, .framer-ukss9 .framer-1u76kmz, .framer-ukss9 .framer-s3790c, .framer-ukss9 .framer-1limmqw, .framer-ukss9 .framer-aesxrb, .framer-ukss9 .framer-xv6dxv, .framer-ukss9 .framer-zqaw0g, .framer-ukss9 .framer-11iok51, .framer-ukss9 .framer-v5uax4, .framer-ukss9 .framer-16id6eu, .framer-ukss9 .framer-tr8451, .framer-ukss9 .framer-11ucet0, .framer-ukss9 .framer-ckuq6i, .framer-ukss9 .framer-1mng6ye, .framer-ukss9 .framer-1wd7iy1, .framer-ukss9 .framer-3wze62, .framer-ukss9 .framer-te7zln, .framer-ukss9 .framer-n263oc, .framer-ukss9 .framer-eevdia, .framer-ukss9 .framer-1ljaebb, .framer-ukss9 .framer-1q15wep, .framer-ukss9 .framer-23xacm, .framer-ukss9 .framer-19j62tj { gap: 0px; } .framer-ukss9 .framer-j1yqbq > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ukss9 .framer-j1yqbq > :first-child, .framer-ukss9 .framer-1u76kmz > :first-child, .framer-ukss9 .framer-s3790c > :first-child, .framer-ukss9 .framer-1limmqw > :first-child, .framer-ukss9 .framer-aesxrb > :first-child, .framer-ukss9 .framer-xv6dxv > :first-child, .framer-ukss9 .framer-zqaw0g > :first-child, .framer-ukss9 .framer-11iok51 > :first-child, .framer-ukss9 .framer-v5uax4 > :first-child, .framer-ukss9 .framer-16id6eu > :first-child, .framer-ukss9 .framer-tr8451 > :first-child, .framer-ukss9 .framer-11ucet0 > :first-child, .framer-ukss9 .framer-ckuq6i > :first-child, .framer-ukss9 .framer-1mng6ye > :first-child, .framer-ukss9 .framer-1wd7iy1 > :first-child, .framer-ukss9 .framer-3wze62 > :first-child, .framer-ukss9 .framer-te7zln > :first-child, .framer-ukss9 .framer-n263oc > :first-child, .framer-ukss9 .framer-eevdia > :first-child, .framer-ukss9 .framer-1ljaebb > :first-child, .framer-ukss9 .framer-1q15wep > :first-child, .framer-ukss9 .framer-23xacm > :first-child, .framer-ukss9 .framer-19j62tj > :first-child { margin-top: 0px; } .framer-ukss9 .framer-j1yqbq > :last-child, .framer-ukss9 .framer-1u76kmz > :last-child, .framer-ukss9 .framer-s3790c > :last-child, .framer-ukss9 .framer-1limmqw > :last-child, .framer-ukss9 .framer-aesxrb > :last-child, .framer-ukss9 .framer-xv6dxv > :last-child, .framer-ukss9 .framer-zqaw0g > :last-child, .framer-ukss9 .framer-11iok51 > :last-child, .framer-ukss9 .framer-v5uax4 > :last-child, .framer-ukss9 .framer-16id6eu > :last-child, .framer-ukss9 .framer-tr8451 > :last-child, .framer-ukss9 .framer-11ucet0 > :last-child, .framer-ukss9 .framer-ckuq6i > :last-child, .framer-ukss9 .framer-1mng6ye > :last-child, .framer-ukss9 .framer-1wd7iy1 > :last-child, .framer-ukss9 .framer-3wze62 > :last-child, .framer-ukss9 .framer-te7zln > :last-child, .framer-ukss9 .framer-n263oc > :last-child, .framer-ukss9 .framer-eevdia > :last-child, .framer-ukss9 .framer-1ljaebb > :last-child, .framer-ukss9 .framer-1q15wep > :last-child, .framer-ukss9 .framer-23xacm > :last-child, .framer-ukss9 .framer-19j62tj > :last-child { margin-bottom: 0px; } .framer-ukss9 .framer-1u76kmz > *, .framer-ukss9 .framer-v5uax4 > *, .framer-ukss9 .framer-16id6eu > *, .framer-ukss9 .framer-tr8451 > *, .framer-ukss9 .framer-11ucet0 > *, .framer-ukss9 .framer-1mng6ye > *, .framer-ukss9 .framer-3wze62 > *, .framer-ukss9 .framer-n263oc > *, .framer-ukss9 .framer-eevdia > *, .framer-ukss9 .framer-1ljaebb > *, .framer-ukss9 .framer-19j62tj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ukss9 .framer-s3790c > *, .framer-ukss9 .framer-zqaw0g > *, .framer-ukss9 .framer-1wd7iy1 > *, .framer-ukss9 .framer-te7zln > *, .framer-ukss9 .framer-23xacm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ukss9 .framer-1limmqw > *, .framer-ukss9 .framer-aesxrb > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-ukss9 .framer-xv6dxv > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-ukss9 .framer-11iok51 > *, .framer-ukss9 .framer-ckuq6i > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ukss9 .framer-1q15wep > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10002.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WgNeKo_y1\":{\"layout\":[\"fixed\",\"auto\"]},\"P7j2A2OCI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerLayoutTemplateCompatible true\n * @framerResponsiveScreen\n */const Frameryd7nMFDHh=withCSS(Component,css,\"framer-ukss9\");export default Frameryd7nMFDHh;Frameryd7nMFDHh.displayName=\"Home\";Frameryd7nMFDHh.defaultProps={height:10002.5,width:1200};addFonts(Frameryd7nMFDHh,[{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:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v8/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx04jHgP6LR0Y.woff2\",weight:\"400\"}]},...PatternFonts,...NavigationBarFonts,...TinyImagesFonts,...ButtonFonts,...TickerFonts,...YouTubeFonts,...PhosphorFonts,...ArcFonts,...HeadingFonts,...ServiceFonts,...BrandsFonts,...StatsFonts,...WhyUsFonts,...BulletFonts,...ProjectFonts,...ReviewFonts,...BlogSingleCardFonts,...FAQListCommonFonts,...FooterFonts,...SmoothScrollFonts,...ToastFonts,...CursorFonts,...CursorViewFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameryd7nMFDHh\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"10002.5\",\"framerImmutableVariables\":\"true\",\"framerLayoutTemplateCompatible\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WgNeKo_y1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P7j2A2OCI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["murmur2", "t", "a", "e", "c", "d", "withCSS", "n", "r", "x", "j", "b", "RenderTarget", "$", "w", "S", "v", "V", "f", "i", "m", "l", "o", "u", "p", "h", "g", "y", "e", "Gn", "t", "c", "C", "murmur2", "motion", "Arc_default", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "image2", "image3", "image4", "link", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "TgtW39mBf", "CLOjz4zPb", "QMjgKwCOD", "luqg6K1cu", "qrNp9b6h8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "u", "Image2", "css", "FramerEAuWzJnuW", "withCSS", "EAuWzJnuW_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "ArcFonts", "Arc_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qGMvZtB2D", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2n98x0", "args", "onAppear18vjv42", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerHeo55BgD4", "withCSS", "Heo55BgD4_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "amount", "height", "id", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ODC_810_T", "WmbsVaIgS", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "RichText2", "css", "FramerIhGAmn0sk", "withCSS", "IhGAmn0sk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Component", "House_default", "React", "weights", "House", "props", "ref", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "Phosphor1Fonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Qlq6hycMg", "krOU91x5P", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1da87mf", "args", "onMouseEnter1cthpjs", "isDisplayed", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerwl_KcGbky", "withCSS", "wl_KcGbky_default", "addPropertyControls", "ControlType", "addFonts", "PatternFonts", "getFonts", "Pattern", "NavigationBarFonts", "Kg3jp8xZU_default", "TinyImagesFonts", "EAuWzJnuW_default", "ButtonFonts", "cBQAwTefC_default", "MotionDivWithFX", "withFX", "motion", "TickerFonts", "Ticker", "YouTubeFonts", "Youtube", "PhosphorFonts", "Icon", "ArcFonts", "Arc_default", "ImageWithFX", "Image2", "HeadingFonts", "QJ12gIOBS_default", "ServiceFonts", "F2RdVp1gj_default", "ContainerWithFX", "Container", "MotionSectionWithFX", "BrandsFonts", "c69Ma6EWG_default", "StatsFonts", "IhGAmn0sk_default", "WhyUsFonts", "iB7GHAwCB_default", "BulletFonts", "f_SxhhPsu_default", "ProjectFonts", "B4CrjLIFA_default", "ReviewFonts", "ZpizmnjAI_default", "BlogSingleCardFonts", "fNLtYBHNV_default", "FAQListCommonFonts", "iV8GXG0Ck_default", "FooterFonts", "oGO_MGaZp_default", "SmoothScrollFonts", "SmoothScroll", "ToastFonts", "wl_KcGbky_default", "CursorFonts", "Heo55BgD4_default", "CursorViewFonts", "sJnORkkMm_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "animation", "transition1", "animation1", "animation2", "transition2", "animation3", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation4", "transition3", "toResponsiveImage", "value", "animation5", "QueryData", "query", "pageSize", "data", "useQueryData", "transformTemplate1", "_", "t", "animation6", "transition4", "animation7", "inertia", "preventDefault", "e", "animation8", "animation9", "transition5", "animation10", "animation11", "transition6", "animation12", "transition7", "animation13", "animation14", "animation15", "animation16", "animation17", "animation18", "animation19", "animation20", "animation21", "animation22", "animation23", "animation24", "animation25", "animation26", "animation27", "transition8", "animation28", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "cursor1", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "qGMvZtB2D", "p0IqRGBPULHf_21Li6", "y27i2645kLHf_21Li6", "UDzOilHVeLHf_21Li6", "vMoXVKWOuLHf_21Li6", "xsgQECDCsLHf_21Li6", "vsb3r_C29LHf_21Li6", "uOb1X3P3cLHf_21Li6", "GM6k8WU0bLHf_21Li6", "idLHf_21Li6", "p0IqRGBPUSoPwllC3F", "y27i2645kSoPwllC3F", "UDzOilHVeSoPwllC3F", "vMoXVKWOuSoPwllC3F", "xsgQECDCsSoPwllC3F", "vsb3r_C29SoPwllC3F", "uOb1X3P3cSoPwllC3F", "GM6k8WU0bSoPwllC3F", "idSoPwllC3F", "kBAWMceDjuop5p902E", "YSKHrdVc1uop5p902E", "Tu_Pd0zTZuop5p902E", "iduop5p902E", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "isDisplayed1", "isDisplayed2", "router", "useRouter", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "elementId9", "ref11", "defaultLayoutId", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "SVG", "ResolveLinks", "resolvedLinks", "l", "AnimatePresence", "Ga", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "ChildrenCanSuspend", "c4gQFLt_3_default", "collection", "paginationInfo", "index", "PathVariablesContext", "resolvedLinks6", "collection1", "paginationInfo1", "loadMore1", "collection2", "paginationInfo2", "loadMore2", "index1", "resolvedLinks7", "collection3", "paginationInfo3", "loadMore3", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "nWZy3UnCE_default", "collection4", "paginationInfo4", "loadMore4", "index2", "resolvedLinks11", "css", "Frameryd7nMFDHh", "withCSS", "yd7nMFDHh_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
