{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/QT1T2E8wheNIIXpHephB/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/AkhWWU8NpmgxNZ184aXh/iqSwXYNgcHrkPemFzPma/Ig3TiS38u.js", "ssg:https://framerusercontent.com/modules/i4Qnr2wfMkySTacOI8BR/lKlgDanQRlQ0gV35Ac0r/TVhkp8Fe6.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/8hr99H8QswzygdQYsShN/0aUUPg1yFXHFmvg3Qqhk/JZckqdCPH.js", "ssg:https://framerusercontent.com/modules/buTAk7v118psENtr2fwq/wvS55IPo3B5VxrGj0xOY/U4_oysv6Y.js", "ssg:https://framerusercontent.com/modules/e4v7vr2so4OxUDpZI0Le/jRQm5qVzePEPDTOG2jrY/cRtddxHIw.js", "ssg:https://framerusercontent.com/modules/oM2kt8HC8oWlFWgnaJaM/kcT8gPEHgQ7IPbqedV4V/khw59maqa.js", "ssg:https://framerusercontent.com/modules/BVL01INVdj1i15ghnO6e/DiJiZE1sSfLb6XipAfyJ/uBv3SIWQd.js", "ssg:https://framerusercontent.com/modules/1BceDFa1GS3djAcjEFjA/7hJLP3VRDh8XPmf4vjdT/p5BDM_rvr.js", "ssg:https://framerusercontent.com/modules/sQUZWnGx5Pbp40BUZy8V/vngWxZUtX3BerPz8MQOC/Oewc4CY6H.js", "ssg:https://framerusercontent.com/modules/gJFfMvrJiHDTIHYnxMXP/PI9tOVJ20gRdIkRCbdVj/bVNeFnzud.js", "ssg:https://framerusercontent.com/modules/w85FPABmhJfZwRgG3zKa/dBxdjEfAY9SRvKTrDJPc/RPLl_XqIz.js", "ssg:https://framerusercontent.com/modules/i9modFNAgfOFCJug6aS8/cMOGmH43nMyoJz7hUVSG/fOE4XezKS.js", "ssg:https://framerusercontent.com/modules/142jku8NKJlTog46rIBw/wTtAr4kXYBdAvxLn3Dnz/e7sW7NSed.js", "ssg:https://framerusercontent.com/modules/v9ePgWBgBrwYP1eQeAHq/KmRsBs2yQnCOMjGbGMKr/w7c9vShBN.js", "ssg:https://framerusercontent.com/modules/vBRGFQTnMtWjo1WyavFV/Y4cx7dcQTpIosWs8DYR0/rSCkub8Gf.js"],
  "sourcesContent": ["function t(e,i,s){return Math.max(e,Math.min(i,s))}class Animate{advance(e){if(!this.isRunning)return;let i=!1;if(this.lerp)this.value=(s=this.value,o=this.to,n=60*this.lerp,r=e,function(e,i,s){return(1-s)*e+s*i}(s,o,1-Math.exp(-n*r))),Math.round(this.value)===this.to&&(this.value=this.to,i=!0);else{this.currentTime+=e;const s=t(0,this.currentTime/this.duration,1);i=s>=1;const o=i?1:this.easing(s);this.value=this.from+(this.to-this.from)*o}var s,o,n,r;this.onUpdate?.(this.value,i),i&&this.stop()}stop(){this.isRunning=!1}fromTo(e,i,{lerp:s=.1,duration:o=1,easing:n=(e=>e),onStart:r,onUpdate:l}){this.from=this.value=e,this.to=i,this.lerp=s,this.duration=o,this.easing=n,this.currentTime=0,this.isRunning=!0,r?.(),this.onUpdate=l}}class Dimensions{constructor({wrapper:e,content:i,autoResize:s=!0,debounce:o=250}={}){this.wrapper=e,this.content=i,s&&(this.debouncedResize=function(e,i){let s;return function(){let o=arguments,n=this;clearTimeout(s),s=setTimeout((function(){e.apply(n,o)}),i)}}(this.resize,o),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(e,...i){let s=this.events[e]||[];for(let e=0,o=s.length;e<o;e++)s[e](...i)}on(e,i){return this.events[e]?.push(i)||(this.events[e]=[i]),()=>{this.events[e]=this.events[e]?.filter((e=>i!==e))}}off(e,i){this.events[e]=this.events[e]?.filter((e=>i!==e))}destroy(){this.events={}}}const e=100/6;class VirtualScroll{constructor(e,{wheelMultiplier:i=1,touchMultiplier:s=1}){this.element=e,this.wheelMultiplier=i,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(e,i){return this.emitter.on(e,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e,o=-(i-this.touchStart.x)*this.touchMultiplier,n=-(s-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:o,y:n},this.emitter.emit(\"scroll\",{deltaX:o,deltaY:n,event:e})};onTouchEnd=e=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=i=>{let{deltaX:s,deltaY:o,deltaMode:n}=i;s*=1===n?e:2===n?this.windowWidth:1,o*=1===n?e:2===n?this.windowHeight:1,s*=this.wheelMultiplier,o*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:i})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:e=window,content:i=document.documentElement,wheelEventsTarget:s=e,eventsTarget:o=s,smoothWheel:n=!0,syncTouch:r=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:h=35,duration:a,easing:c=(e=>Math.min(1,1.001-Math.pow(2,-10*e))),lerp:d=!a&&.1,infinite:p=!1,orientation:u=\"vertical\",gestureOrientation:m=\"vertical\",touchMultiplier:v=1,wheelMultiplier:g=1,autoResize:S=!0,__experimental__naiveDimensions:w=!1}={}){this.__isSmooth=!1,this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:e,deltaY:i,event:s})=>{if(s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const r=0===e&&0===i,l=\"vertical\"===this.options.gestureOrientation&&0===i||\"horizontal\"===this.options.gestureOrientation&&0===e;if(r||l)return;let h=s.composedPath();if(h=h.slice(0,h.indexOf(this.rootElement)),h.find((e=>{var i,s,r,l,h;return(null===(i=e.hasAttribute)||void 0===i?void 0:i.call(e,\"data-lenis-prevent\"))||o&&(null===(s=e.hasAttribute)||void 0===s?void 0:s.call(e,\"data-lenis-prevent-touch\"))||n&&(null===(r=e.hasAttribute)||void 0===r?void 0:r.call(e,\"data-lenis-prevent-wheel\"))||(null===(l=e.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(h=e.classList)||void 0===h?void 0:h.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(this.isSmooth=this.options.syncTouch&&o||this.options.smoothWheel&&n,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();s.preventDefault();let a=i;\"both\"===this.options.gestureOrientation?a=Math.abs(i)>Math.abs(e)?i:e:\"horizontal\"===this.options.gestureOrientation&&(a=e);const c=o&&this.options.syncTouch,d=o&&\"touchend\"===s.type&&Math.abs(a)>5;d&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:d?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-e),this.emit()}},window.lenisVersion=\"1.0.42\",e!==document.documentElement&&e!==document.body||(e=window),this.options={wrapper:e,content:i,wheelEventsTarget:s,eventsTarget:o,smoothWheel:n,syncTouch:r,syncTouchLerp:l,touchInertiaMultiplier:h,duration:a,easing:c,lerp:d,infinite:p,gestureOrientation:m,orientation:u,touchMultiplier:v,wheelMultiplier:g,autoResize:S,__experimental__naiveDimensions:w},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:e,content:i,autoResize:S}),this.toggleClassName(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=r||n,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(o,{touchMultiplier:v,wheelMultiplier:g}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClassName(\"lenis\",!1),this.toggleClassName(\"lenis-smooth\",!1),this.toggleClassName(\"lenis-scrolling\",!1),this.toggleClassName(\"lenis-stopped\",!1),this.toggleClassName(\"lenis-locked\",!1)}on(e,i){return this.emitter.on(e,i)}off(e,i){return this.emitter.off(e,i)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){const i=e-(this.time||e);this.time=e,this.animate.advance(.001*i)}scrollTo(e,{offset:i=0,immediate:s=!1,lock:o=!1,duration:n=this.options.duration,easing:r=this.options.easing,lerp:l=!n&&this.options.lerp,onComplete:h,force:a=!1,programmatic:c=!0}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(e))e=0;else if([\"bottom\",\"right\",\"end\"].includes(e))e=this.limit;else{let s;if(\"string\"==typeof e?s=document.querySelector(e):(null==e?void 0:e.nodeType)&&(s=e),s){if(this.options.wrapper!==window){const e=this.options.wrapper.getBoundingClientRect();i-=this.isHorizontal?e.left:e.top}const o=s.getBoundingClientRect();e=(this.isHorizontal?o.left:o.top)+this.animatedScroll}}if(\"number\"==typeof e){if(e+=i,e=Math.round(e),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):e=t(0,e,this.limit),s)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));if(!c){if(e===this.targetScroll)return;this.targetScroll=e}this.animate.fromTo(this.animatedScroll,e,{duration:n,easing:r,lerp:l,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(e,i)=>{this.isScrolling=!0,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),c&&(this.targetScroll=e),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(e=this.animatedScroll,i=this.limit,(e%i+i)%i):this.animatedScroll;var e,i}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(e){this.__isSmooth!==e&&(this.__isSmooth=e,this.toggleClassName(\"lenis-smooth\",e))}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.toggleClassName(\"lenis-scrolling\",e))}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.toggleClassName(\"lenis-stopped\",e))}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.toggleClassName(\"lenis-locked\",e))}get className(){let e=\"lenis\";return this.isStopped&&(e+=\" lenis-stopped\"),this.isLocked&&(e+=\" lenis-locked\"),this.isScrolling&&(e+=\" lenis-scrolling\"),this.isSmooth&&(e+=\" lenis-smooth\"),e}toggleClassName(e,i){this.rootElement.classList.toggle(e,i),this.emitter.emit(\"className change\",this)}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);// Fix the Anchor link\nuseEffect(()=>{const anchorLinks=[...document.querySelectorAll(\"a[href]\")];const handleClick=(e,href)=>{e.preventDefault();lenis.current.scrollTo(href);};anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.addEventListener(\"click\",e=>handleClick(e,href));});return()=>{anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{a.removeEventListener(\"click\",handleClick);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (1b7c4bf)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sink Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sink Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hYMmkprlxoJtZiTHxAUQdWdXs.woff2\"}]}];export const css=['.framer-8iVUT .framer-styles-preset-83sxrk:not(.rich-text-wrapper), .framer-8iVUT .framer-styles-preset-83sxrk.rich-text-wrapper h3 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.08em; --framer-line-height: 96%; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 767px) and (min-width: 0px) { .framer-8iVUT .framer-styles-preset-83sxrk:not(.rich-text-wrapper), .framer-8iVUT .framer-styles-preset-83sxrk.rich-text-wrapper h3 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 96%; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-8iVUT\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sink Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sink Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hYMmkprlxoJtZiTHxAUQdWdXs.woff2\"}]}];export const css=['.framer-CU2Uo .framer-styles-preset-lqs0d1:not(.rich-text-wrapper), .framer-CU2Uo .framer-styles-preset-lqs0d1.rich-text-wrapper h2 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 92%; --framer-paragraph-spacing: 24px; --framer-text-alignment: center; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1159px) and (min-width: 768px) { .framer-CU2Uo .framer-styles-preset-lqs0d1:not(.rich-text-wrapper), .framer-CU2Uo .framer-styles-preset-lqs0d1.rich-text-wrapper h2 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 76px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 92%; --framer-paragraph-spacing: 24px; --framer-text-alignment: center; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-CU2Uo .framer-styles-preset-lqs0d1:not(.rich-text-wrapper), .framer-CU2Uo .framer-styles-preset-lqs0d1.rich-text-wrapper h2 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 92%; --framer-paragraph-spacing: 24px; --framer-text-alignment: center; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-CU2Uo\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "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.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"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\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"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\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"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\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"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\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"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\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"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.57\";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\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/AkhWWU8NpmgxNZ184aXh/iqSwXYNgcHrkPemFzPma/Ig3TiS38u.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sKIDF9ukO6nCPj72j8lp/EMKqkeAD40LhWOodZZJv/uBv3SIWQd.js\";import Button from\"https://framerusercontent.com/modules/6JxgWpMIwdeRgAJTohNu/GnCZ1vKdyZB2ldsN6aOr/fL5Vpnv6I.js\";const PhosphorFonts=getFonts(Phosphor);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const enabledGestures={u7TAPGwa8:{hover:true}};const cycleOrder=[\"u7TAPGwa8\",\"hGQyI0yTY\"];const serializationHash=\"framer-ji2Wo\";const variantClassNames={hGQyI0yTY:\"framer-v-hu9s24\",u7TAPGwa8:\"framer-v-rhm6va\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};const transition1={damping:50,delay:.2,mass:.1,stiffness:350,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"u7TAPGwa8\",\"Variant 2\":\"hGQyI0yTY\"};const getProps=({btnCta,btnLink,height,id,width,...props})=>{return{...props,IXy9hQI1c:btnCta??props.IXy9hQI1c??\"Give me a Call\",jiHmho7kQ:btnLink??props.jiHmho7kQ,variant:humanReadableVariantMap[props.variant]??props.variant??\"u7TAPGwa8\"};};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,jiHmho7kQ,IXy9hQI1c,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u7TAPGwa8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"hGQyI0yTY\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hGQyI0yTY\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-rhm6va\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"u7TAPGwa8\",ref:ref??ref1,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",backgroundColor:\"var(--token-e09c353a-d4f0-4873-afde-bb2eafea8b29, rgb(253, 179, 212))\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48,...style},variants:{hGQyI0yTY:{backgroundColor:\"var(--token-5543b73d-230f-4193-a8de-15ec779ca28e, rgb(255, 214, 233))\"}},...addPropertyOverrides({\"u7TAPGwa8-hover\":{\"data-framer-name\":undefined},hGQyI0yTY:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ajkynr\",\"data-border\":true,\"data-framer-name\":\"Contact Info Header\",layoutDependency:layoutDependency,layoutId:\"fazwZKne2\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-e09c353a-d4f0-4873-afde-bb2eafea8b29, rgb(253, 179, 212))\"},variants:{hGQyI0yTY:{backgroundColor:\"var(--token-5543b73d-230f-4193-a8de-15ec779ca28e, rgb(255, 214, 233))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83sxrk\",\"data-styles-preset\":\"Ig3TiS38u\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"\u2026Or Give me a call\"})}),className:\"framer-vjt3us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AiO8xYS7h\",style:{\"--extracted-a0htzi\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hGQyI0yTY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-83sxrk\",\"data-styles-preset\":\"Ig3TiS38u\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"\u2026Or Give me a call\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lstor3-container\",layoutDependency:layoutDependency,layoutId:\"lSsHeEj1i-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(33, 33, 33))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Phone\",id:\"lSsHeEj1i\",layoutId:\"lSsHeEj1i\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7nx9j0\",\"data-framer-name\":\"Contact Info Button\",layoutDependency:layoutDependency,layoutId:\"hwsMAxpCN\",style:{backgroundColor:\"var(--token-e09c353a-d4f0-4873-afde-bb2eafea8b29, rgb(253, 179, 212))\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:jiHmho7kQ,nodeId:\"YX3xUYEh6\",openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-yix1dy framer-1qilqcd\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"YX3xUYEh6\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(33, 33, 33))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{\"u7TAPGwa8-hover\":{backgroundColor:\"var(--token-80e03bf2-2799-4acd-b11a-0bbf617efa8d, rgb(240, 228, 238))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"Give me a Call\"})}),className:\"framer-1lnthjw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"o7mDNGUcT\",style:{\"--extracted-r6o4lv\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:IXy9hQI1c,variants:{\"u7TAPGwa8-hover\":{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"u7TAPGwa8-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"0437-189-934\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bl6ikt\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"smrZbXjA7\",style:{backgroundColor:\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",borderTopLeftRadius:24,borderTopRightRadius:24}})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hGQyI0yTY:{height:67,width:`max(${componentViewport?.width||\"100vw\"} - 80px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||395.5)-0-349.08)/2+210.07999999999998+0)+32}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w1htu-container\",layoutDependency:layoutDependency,layoutId:\"VsbVfdO1P-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"VsbVfdO1P\",layoutId:\"VsbVfdO1P\",OsAHTSH92:IXy9hQI1c,Pwf0WgaXE:false,rbJiCzwn1:jiHmho7kQ,style:{width:\"100%\"},variant:\"WemQ7Bknk\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ji2Wo.framer-1qilqcd, .framer-ji2Wo .framer-1qilqcd { display: block; }\",\".framer-ji2Wo.framer-rhm6va { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 532px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ji2Wo .framer-ajkynr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-ji2Wo .framer-vjt3us { flex: 1 0 0px; height: auto; max-width: 300px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ji2Wo .framer-1lstor3-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-ji2Wo .framer-7nx9j0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-ji2Wo .framer-yix1dy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 32px 24px 32px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ji2Wo .framer-1lnthjw { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-ji2Wo .framer-1bl6ikt { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ji2Wo .framer-1w1htu-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ji2Wo.framer-rhm6va, .framer-ji2Wo .framer-7nx9j0, .framer-ji2Wo .framer-yix1dy { gap: 0px; } .framer-ji2Wo.framer-rhm6va > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ji2Wo.framer-rhm6va > :first-child { margin-top: 0px; } .framer-ji2Wo.framer-rhm6va > :last-child { margin-bottom: 0px; } .framer-ji2Wo .framer-7nx9j0 > *, .framer-ji2Wo .framer-yix1dy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ji2Wo .framer-7nx9j0 > :first-child, .framer-ji2Wo .framer-yix1dy > :first-child { margin-left: 0px; } .framer-ji2Wo .framer-7nx9j0 > :last-child, .framer-ji2Wo .framer-yix1dy > :last-child { margin-right: 0px; } }\",\".framer-ji2Wo.framer-v-hu9s24.framer-rhm6va { cursor: unset; }\",\".framer-ji2Wo.framer-v-hu9s24 .framer-ajkynr { flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-ji2Wo.framer-v-hu9s24 .framer-vjt3us { flex: none; order: 1; width: 100%; }\",\".framer-ji2Wo.framer-v-hu9s24 .framer-1lstor3-container { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ji2Wo.framer-v-hu9s24 .framer-ajkynr { gap: 0px; } .framer-ji2Wo.framer-v-hu9s24 .framer-ajkynr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ji2Wo.framer-v-hu9s24 .framer-ajkynr > :first-child { margin-top: 0px; } .framer-ji2Wo.framer-v-hu9s24 .framer-ajkynr > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-ji2Wo[data-border=\"true\"]::after, .framer-ji2Wo [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 311.5\n * @framerIntrinsicWidth 532\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hGQyI0yTY\":{\"layout\":[\"fixed\",\"auto\"]},\"NxttaDvdt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jiHmho7kQ\":\"btnLink\",\"IXy9hQI1c\":\"btnCta\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJZckqdCPH=withCSS(Component,css,\"framer-ji2Wo\");export default FramerJZckqdCPH;FramerJZckqdCPH.displayName=\"Call component\";FramerJZckqdCPH.defaultProps={height:311.5,width:532};addPropertyControls(FramerJZckqdCPH,{variant:{options:[\"u7TAPGwa8\",\"hGQyI0yTY\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},jiHmho7kQ:{title:\"btn_link\",type:ControlType.Link},IXy9hQI1c:{defaultValue:\"Give me a Call\",displayTextArea:false,title:\"btn_cta\",type:ControlType.String}});addFonts(FramerJZckqdCPH,[{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\"}]},...PhosphorFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJZckqdCPH\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hGQyI0yTY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NxttaDvdt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"532\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"311.5\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"jiHmho7kQ\\\":\\\"btnLink\\\",\\\"IXy9hQI1c\\\":\\\"btnCta\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JZckqdCPH.map", "// Generated by Framer (1b7c4bf)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sink Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sink Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hYMmkprlxoJtZiTHxAUQdWdXs.woff2\"}]}];export const css=['.framer-ocKkQ .framer-styles-preset-1s1dhhu:not(.rich-text-wrapper), .framer-ocKkQ .framer-styles-preset-1s1dhhu.rich-text-wrapper h4 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 96%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 767px) and (min-width: 0px) { .framer-ocKkQ .framer-styles-preset-1s1dhhu:not(.rich-text-wrapper), .framer-ocKkQ .framer-styles-preset-1s1dhhu.rich-text-wrapper h4 { --framer-font-family: \"Sink Regular\", \"Sink Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.04em; --framer-line-height: 96%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ocKkQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,FormPlainTextInput,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={l5ps10uNv:{hover:true}};const cycleOrder=[\"l5ps10uNv\",\"VNbOoMhkR\",\"uqRba6kwi\"];const serializationHash=\"framer-Pcd56\";const variantClassNames={l5ps10uNv:\"framer-v-10ilx5s\",uqRba6kwi:\"framer-v-1o9kx0j\",VNbOoMhkR:\"framer-v-167lrsf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:.1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Phone Number\":\"tel\",\"Text Area\":\"textarea\",Date:\"date\",Email:\"email\",Number:\"number\",Text:\"text\",Time:\"time\",URL:\"url\"};const humanReadableVariantMap={\"Default (Mobile)\":\"VNbOoMhkR\",\"Variant 3\":\"uqRba6kwi\",Default:\"l5ps10uNv\"};const getProps=({height,id,name1,placeholder,required,type,width,...props})=>{return{...props,CmmhYyaEx:name1??props.CmmhYyaEx??\"Name\",GVZwMebwD:humanReadableEnumMap[type]??type??props.GVZwMebwD??\"text\",rPXBCanJ_:required??props.rPXBCanJ_,u0WdEq9HS:placeholder??props.u0WdEq9HS??\"Full Name\",variant:humanReadableVariantMap[props.variant]??props.variant??\"l5ps10uNv\"};};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,GVZwMebwD,CmmhYyaEx,u0WdEq9HS,rPXBCanJ_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"l5ps10uNv\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-10ilx5s\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"l5ps10uNv\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"l5ps10uNv-hover\":{\"data-framer-name\":undefined},uqRba6kwi:{\"data-framer-name\":\"Variant 3\"},VNbOoMhkR:{\"data-framer-name\":\"Default (Mobile)\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-4roen7\",inputName:CmmhYyaEx,layoutDependency:layoutDependency,layoutId:\"u4rM6kAAy\",placeholder:u0WdEq9HS,required:rPXBCanJ_,style:{\"--framer-input-background\":\"var(--token-e0f8bb2a-64c4-40b8-9c09-97f522cf7878, rgb(255, 255, 255))\",\"--framer-input-border-bottom-width\":\"2px\",\"--framer-input-border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-input-border-left-width\":\"2px\",\"--framer-input-border-radius-bottom-left\":\"24px\",\"--framer-input-border-radius-bottom-right\":\"24px\",\"--framer-input-border-radius-top-left\":\"24px\",\"--framer-input-border-radius-top-right\":\"24px\",\"--framer-input-border-right-width\":\"2px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"2px\",\"--framer-input-font-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5))\"},type:GVZwMebwD,variants:{\"l5ps10uNv-hover\":{\"--framer-input-placeholder-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\"},VNbOoMhkR:{\"--framer-input-border-radius-bottom-left\":\"20px\",\"--framer-input-border-radius-bottom-right\":\"20px\",\"--framer-input-border-radius-top-left\":\"20px\",\"--framer-input-border-radius-top-right\":\"20px\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pcd56.framer-f3g38u, .framer-Pcd56 .framer-f3g38u { display: block; }\",\".framer-Pcd56.framer-10ilx5s { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 72px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 592px; }\",'.framer-Pcd56 .framer-4roen7 { --framer-input-focused-background: var(--token-05d34cc9-c4d7-43d2-9873-ba1d9e9dc153, rgba(0, 0, 0, 0.07)); --framer-input-focused-border-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 2px; --framer-input-focused-transition: all 0.2s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Poppins\"; --framer-input-font-letter-spacing: -0.36px; --framer-input-font-line-height: 132%; --framer-input-font-size: 18px; --framer-input-font-text-alignment: left; --framer-input-font-weight: 500; --framer-input-padding: 24px 32px 24px 32px; flex: 1 0 0px; height: 100%; position: relative; width: 1px; }',\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pcd56.framer-10ilx5s { gap: 0px; } .framer-Pcd56.framer-10ilx5s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Pcd56.framer-10ilx5s > :first-child { margin-left: 0px; } .framer-Pcd56.framer-10ilx5s > :last-child { margin-right: 0px; } }\",\".framer-Pcd56.framer-v-167lrsf.framer-10ilx5s { cursor: unset; width: 264px; }\",\".framer-Pcd56.framer-v-167lrsf .framer-4roen7 { --framer-input-padding: 24px; }\",\".framer-Pcd56.framer-v-1o9kx0j.framer-10ilx5s { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 592\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VNbOoMhkR\":{\"layout\":[\"fixed\",\"fixed\"]},\"uqRba6kwi\":{\"layout\":[\"fixed\",\"fixed\"]},\"CSAHQxskY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GVZwMebwD\":\"type\",\"CmmhYyaEx\":\"name1\",\"u0WdEq9HS\":\"placeholder\",\"rPXBCanJ_\":\"required\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercRtddxHIw=withCSS(Component,css,\"framer-Pcd56\");export default FramercRtddxHIw;FramercRtddxHIw.displayName=\"Input\";FramercRtddxHIw.defaultProps={height:72,width:592};addPropertyControls(FramercRtddxHIw,{variant:{options:[\"l5ps10uNv\",\"VNbOoMhkR\",\"uqRba6kwi\"],optionTitles:[\"Default\",\"Default (Mobile)\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},GVZwMebwD:{defaultValue:\"text\",options:[\"text\",\"textarea\",\"email\",\"number\",\"tel\",\"url\",\"date\",\"time\"],optionTitles:[\"Text\",\"Text Area\",\"Email\",\"Number\",\"Phone Number\",\"URL\",\"Date\",\"Time\"],title:\"Type\",type:ControlType.Enum},CmmhYyaEx:{defaultValue:\"Name\",title:\"Name\",type:ControlType.String},u0WdEq9HS:{defaultValue:\"Full Name\",title:\"Placeholder\",type:ControlType.String},rPXBCanJ_:{defaultValue:false,title:\"Required\",type:ControlType.Boolean}});addFonts(FramercRtddxHIw,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercRtddxHIw\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VNbOoMhkR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uqRba6kwi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CSAHQxskY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"72\",\"framerIntrinsicWidth\":\"592\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"GVZwMebwD\\\":\\\"type\\\",\\\"CmmhYyaEx\\\":\\\"name1\\\",\\\"u0WdEq9HS\\\":\\\"placeholder\\\",\\\"rPXBCanJ_\\\":\\\"required\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cRtddxHIw.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,FormBooleanInput,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/h6tgsft3r5kkGJl2bAYG/GKOsqT0PY8n7kt0zPSgA/LMaTnw0qM.js\";const serializationHash=\"framer-tqMQw\";const variantClassNames={r8Kzmo4RM:\"framer-v-3xj5y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:.1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,name1,width,...props})=>{return{...props,GKYgTJfAo:name1??props.GKYgTJfAo??\"Brand Identity\"};};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,GKYgTJfAo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"r8Kzmo4RM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.label,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3xj5y\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"r8Kzmo4RM\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-m4y4ic\",defaultChecked:false,inputName:GKYgTJfAo,layoutDependency:layoutDependency,layoutId:\"YWNwEIhYE\",required:false,style:{\"--framer-input-background\":\"var(--token-e0f8bb2a-64c4-40b8-9c09-97f522cf7878, rgb(255, 255, 255))\",\"--framer-input-boolean-checked-background\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-input-border-bottom-width\":\"2px\",\"--framer-input-border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-input-border-left-width\":\"2px\",\"--framer-input-border-radius-bottom-left\":\"8px\",\"--framer-input-border-radius-bottom-right\":\"8px\",\"--framer-input-border-radius-top-left\":\"8px\",\"--framer-input-border-radius-top-right\":\"8px\",\"--framer-input-border-right-width\":\"2px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"2px\",\"--framer-input-icon-color\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-input-icon-mask-image\":\"url('https://framerusercontent.com/assets/5IXW1RpJ0a3lrCDoj7yWs8M9YGw.svg')\"},type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1thko52\",\"data-styles-preset\":\"LMaTnw0qM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"Brand Identity\"})}),className:\"framer-igqb89\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N5rJJXe5O\",style:{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\"},text:GKYgTJfAo,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tqMQw.framer-elinq1, .framer-tqMQw .framer-elinq1 { display: block; }\",\".framer-tqMQw.framer-3xj5y { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 228px; }\",\".framer-tqMQw .framer-m4y4ic { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-tqMQw .framer-igqb89 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tqMQw.framer-3xj5y { gap: 0px; } .framer-tqMQw.framer-3xj5y > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-tqMQw.framer-3xj5y > :first-child { margin-left: 0px; } .framer-tqMQw.framer-3xj5y > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 228\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"GKYgTJfAo\":\"name1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerkhw59maqa=withCSS(Component,css,\"framer-tqMQw\");export default Framerkhw59maqa;Framerkhw59maqa.displayName=\"Checkbox Label\";Framerkhw59maqa.defaultProps={height:28,width:228};addPropertyControls(Framerkhw59maqa,{GKYgTJfAo:{defaultValue:\"Brand Identity\",title:\"Name\",type:ControlType.String}});addFonts(Framerkhw59maqa,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkhw59maqa\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"GKYgTJfAo\\\":\\\"name1\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"228\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"28\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./khw59maqa.map", "// Generated by Framer (7cbec57)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-600\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-y01bR .framer-styles-preset-1831z0f:not(.rich-text-wrapper), .framer-y01bR .framer-styles-preset-1831z0f.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.48px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-y01bR\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1e08357)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/BVL01INVdj1i15ghnO6e/DiJiZE1sSfLb6XipAfyJ/uBv3SIWQd.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={g2X25Cppa:{hover:true},RfOfb1sOP:{hover:true}};const cycleOrder=[\"RfOfb1sOP\",\"qbwQVH4EM\",\"uzdMh7DXf\",\"g2X25Cppa\"];const serializationHash=\"framer-j4Zme\";const variantClassNames={g2X25Cppa:\"framer-v-yh0qtr\",qbwQVH4EM:\"framer-v-x82t3s\",RfOfb1sOP:\"framer-v-fthi42\",uzdMh7DXf:\"framer-v-wy5lra\"};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:600,type:\"spring\"};const transition2={delay:0,duration:1.5,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-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={Default:\"RfOfb1sOP\",Disabled:\"uzdMh7DXf\",Loading:\"qbwQVH4EM\",Success:\"g2X25Cppa\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,T4Dz3OFXH:(_ref=text!==null&&text!==void 0?text:props.T4Dz3OFXH)!==null&&_ref!==void 0?_ref:\"Send a Message\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"RfOfb1sOP\"};};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,T4Dz3OFXH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RfOfb1sOP\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"qbwQVH4EM\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"qbwQVH4EM\")return true;return false;};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__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-fthi42\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"RfOfb1sOP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{uzdMh7DXf:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"g2X25Cppa-hover\":{\"data-framer-name\":undefined},\"RfOfb1sOP-hover\":{\"data-framer-name\":undefined},g2X25Cppa:{\"data-framer-name\":\"Success\"},qbwQVH4EM:{\"data-framer-name\":\"Loading\"},uzdMh7DXf:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"Send a Message\"})}),className:\"framer-11zwvjr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ogerFWWvv\",style:{\"--extracted-r6o4lv\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:T4Dz3OFXH,variants:{\"g2X25Cppa-hover\":{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\"},\"RfOfb1sOP-hover\":{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\"},uzdMh7DXf:{\"--extracted-r6o4lv\":\"var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"g2X25Cppa-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"Thank You!\"})}),text:undefined},\"RfOfb1sOP-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"Send a Message\"})})},g2X25Cppa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"Thank You!\"})}),text:undefined},uzdMh7DXf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5)))\"},children:\"Send a Message\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q6owan\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"VktrPj102\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-xcq8y7\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"yTQC7s_P7\",style:{background:'conic-gradient(from 0deg at 50% 50%, rgba(231, 255, 83, 0) 7.208614864864882deg, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)) /* {\"name\":\"Primary\"} */ 342deg)',mask:\"none\",WebkitMask:\"none\"},variants:{qbwQVH4EM:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cjpwqu\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"cp6toPPCT\",style:{backgroundColor:\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g1a0yv\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"VPgs3Sv_o\",style:{backgroundColor:\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{\"RfOfb1sOP-hover\":{borderTopLeftRadius:0,borderTopRightRadius:0},uzdMh7DXf:{backgroundColor:\"var(--token-ac93e037-c4dd-4d3c-95b5-69dd5bebe610, rgba(0, 0, 0, 0.3))\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j4Zme.framer-egnphk, .framer-j4Zme .framer-egnphk { display: block; }\",\".framer-j4Zme.framer-fthi42 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 32px 24px 32px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-j4Zme .framer-11zwvjr { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-j4Zme .framer-1q6owan { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; z-index: 2; }\",\".framer-j4Zme .framer-xcq8y7 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-j4Zme .framer-1cjpwqu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-j4Zme .framer-g1a0yv { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j4Zme.framer-fthi42 { gap: 0px; } .framer-j4Zme.framer-fthi42 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-j4Zme.framer-fthi42 > :first-child { margin-left: 0px; } .framer-j4Zme.framer-fthi42 > :last-child { margin-right: 0px; } }\",\".framer-j4Zme.framer-v-x82t3s.framer-fthi42, .framer-j4Zme.framer-v-wy5lra.framer-fthi42 { cursor: unset; }\",\".framer-j4Zme.framer-v-x82t3s .framer-xcq8y7 { overflow: hidden; }\",\".framer-j4Zme.framer-v-fthi42.hover .framer-g1a0yv { bottom: unset; height: 1px; right: 0px; }\",\".framer-j4Zme.framer-v-yh0qtr.hover .framer-g1a0yv { bottom: unset; height: 53px; right: 319px; }\",...sharedStyle.css,'.framer-j4Zme[data-border=\"true\"]::after, .framer-j4Zme [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 67\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qbwQVH4EM\":{\"layout\":[\"fixed\",\"auto\"]},\"uzdMh7DXf\":{\"layout\":[\"fixed\",\"auto\"]},\"g2X25Cppa\":{\"layout\":[\"fixed\",\"auto\"]},\"xSeAsdJNB\":{\"layout\":[\"fixed\",\"auto\"]},\"woXTgWe__\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"T4Dz3OFXH\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerp5BDM_rvr=withCSS(Component,css,\"framer-j4Zme\");export default Framerp5BDM_rvr;Framerp5BDM_rvr.displayName=\"Form Button\";Framerp5BDM_rvr.defaultProps={height:67,width:320};addPropertyControls(Framerp5BDM_rvr,{variant:{options:[\"RfOfb1sOP\",\"qbwQVH4EM\",\"uzdMh7DXf\",\"g2X25Cppa\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\"],title:\"Variant\",type:ControlType.Enum},T4Dz3OFXH:{defaultValue:\"Send a Message\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(Framerp5BDM_rvr,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerp5BDM_rvr\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"67\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qbwQVH4EM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uzdMh7DXf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g2X25Cppa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xSeAsdJNB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"woXTgWe__\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"320\",\"framerVariables\":\"{\\\"T4Dz3OFXH\\\":\\\"text\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./p5BDM_rvr.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/h6tgsft3r5kkGJl2bAYG/GKOsqT0PY8n7kt0zPSgA/LMaTnw0qM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/buTAk7v118psENtr2fwq/wvS55IPo3B5VxrGj0xOY/U4_oysv6Y.js\";import Input from\"https://framerusercontent.com/modules/e4v7vr2so4OxUDpZI0Le/jRQm5qVzePEPDTOG2jrY/cRtddxHIw.js\";import Button from\"https://framerusercontent.com/modules/6JxgWpMIwdeRgAJTohNu/GnCZ1vKdyZB2ldsN6aOr/fL5Vpnv6I.js\";import CheckboxLabel from\"https://framerusercontent.com/modules/oM2kt8HC8oWlFWgnaJaM/kcT8gPEHgQ7IPbqedV4V/khw59maqa.js\";import FormButton from\"https://framerusercontent.com/modules/1BceDFa1GS3djAcjEFjA/7hJLP3VRDh8XPmf4vjdT/p5BDM_rvr.js\";const InputFonts=getFonts(Input);const CheckboxLabelFonts=getFonts(CheckboxLabel);const FormButtonFonts=getFonts(FormButton);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const cycleOrder=[\"tlUGotl1d\",\"kavig9Cvr\",\"qoW25rUmN\",\"sBYBZu2FC\",\"FNqACYr0S\",\"dcX6aylWP\"];const serializationHash=\"framer-OxZBV\";const variantClassNames={dcX6aylWP:\"framer-v-1fpydbs\",FNqACYr0S:\"framer-v-15mkn3i\",kavig9Cvr:\"framer-v-auo8dt\",qoW25rUmN:\"framer-v-1p8y24f\",sBYBZu2FC:\"framer-v-xxqgqz\",tlUGotl1d:\"framer-v-1chmliw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const transition2={delay:0,duration:1.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:-10,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Default (Mobile)\":\"sBYBZu2FC\",\"Error (Mobile)\":\"dcX6aylWP\",\"Success (Mobile)\":\"FNqACYr0S\",Default:\"tlUGotl1d\",Error:\"qoW25rUmN\",Success:\"kavig9Cvr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tlUGotl1d\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tlUGotl1d\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onSuccess17exofx=activeVariantCallback(async(...args)=>{setVariant(\"kavig9Cvr\");});const onErrorohxlzr=activeVariantCallback(async(...args)=>{setVariant(\"qoW25rUmN\");});const onSuccess9qi3a0=activeVariantCallback(async(...args)=>{setVariant(\"FNqACYr0S\");});const onError1syt6cw=activeVariantCallback(async(...args)=>{setVariant(\"dcX6aylWP\");});const gtsR7Mdoczl8ilc=activeVariantCallback(async(...args)=>{setVariant(\"tlUGotl1d\");});const gtsR7Mdoca3b9bg=activeVariantCallback(async(...args)=>{setVariant(\"sBYBZu2FC\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"kavig9Cvr\",\"FNqACYr0S\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"qoW25rUmN\",\"dcX6aylWP\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"kavig9Cvr\",\"FNqACYr0S\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(FormContainer,{...restProps,...gestureHandlers,action:\"https://api.framer.com/forms/v1/forms/ee10dfc8-e77d-495a-9de9-f8bad9e2d703/submit\",className:cx(scopingClassNames,\"framer-1chmliw\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tlUGotl1d\",onError:onErrorohxlzr,onSuccess:onSuccess17exofx,ref:ref??ref1,style:{backgroundColor:\"var(--token-5543b73d-230f-4193-a8de-15ec779ca28e, rgb(255, 214, 233))\",...style},...addPropertyOverrides({dcX6aylWP:{\"data-framer-name\":\"Error (Mobile)\",onError:onError1syt6cw,onSuccess:onSuccess9qi3a0},FNqACYr0S:{\"data-framer-name\":\"Success (Mobile)\"},kavig9Cvr:{\"data-framer-name\":\"Success\"},qoW25rUmN:{\"data-framer-name\":\"Error\"},sBYBZu2FC:{\"data-framer-name\":\"Default (Mobile)\",onError:onError1syt6cw,onSuccess:onSuccess9qi3a0}},baseVariant,gestureVariant),children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1me8opm\",\"data-framer-name\":\"Inputs & Checkboxes\",layoutDependency:layoutDependency,layoutId:\"Kl_3R6DhM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j912r7\",\"data-framer-name\":\"Contact Form Inputs\",layoutDependency:layoutDependency,layoutId:\"Ns0gu1SXY\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0+0+0,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+0},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13zo5ps-container\",layoutDependency:layoutDependency,layoutId:\"xZ_w91rZu-container\",children:/*#__PURE__*/_jsx(Input,{CmmhYyaEx:\"Name\",GVZwMebwD:\"text\",height:\"100%\",id:\"xZ_w91rZu\",layoutId:\"xZ_w91rZu\",rPXBCanJ_:true,style:{width:\"100%\"},u0WdEq9HS:\"Full Name*\",variant:\"l5ps10uNv\",width:\"100%\",...addPropertyOverrides({dcX6aylWP:{variant:\"VNbOoMhkR\"},sBYBZu2FC:{variant:\"VNbOoMhkR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0+0+88,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+88},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+88}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13swf65-container\",layoutDependency:layoutDependency,layoutId:\"PRpNSp2zU-container\",children:/*#__PURE__*/_jsx(Input,{CmmhYyaEx:\"Email\",GVZwMebwD:\"email\",height:\"100%\",id:\"PRpNSp2zU\",layoutId:\"PRpNSp2zU\",rPXBCanJ_:true,style:{width:\"100%\"},u0WdEq9HS:\"Email*\",variant:\"l5ps10uNv\",width:\"100%\",...addPropertyOverrides({dcX6aylWP:{variant:\"VNbOoMhkR\"},sBYBZu2FC:{variant:\"VNbOoMhkR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0+0+176,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+176},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+176}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tjnc1d-container\",layoutDependency:layoutDependency,layoutId:\"ptVmDvt8p-container\",children:/*#__PURE__*/_jsx(Input,{CmmhYyaEx:\"Phone\",GVZwMebwD:\"text\",height:\"100%\",id:\"ptVmDvt8p\",layoutId:\"ptVmDvt8p\",rPXBCanJ_:true,style:{width:\"100%\"},u0WdEq9HS:\"Phone Number*\",variant:\"l5ps10uNv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0+0+264,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+264},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+0+0+264}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11k1hwu-container\",layoutDependency:layoutDependency,layoutId:\"ERmNbvxU7-container\",children:/*#__PURE__*/_jsx(Input,{CmmhYyaEx:\"Message\",GVZwMebwD:\"textarea\",height:\"100%\",id:\"ERmNbvxU7\",layoutId:\"ERmNbvxU7\",rPXBCanJ_:true,style:{height:\"100%\",width:\"100%\"},u0WdEq9HS:\"How can I help you?*\",variant:\"l5ps10uNv\",width:\"100%\",...addPropertyOverrides({dcX6aylWP:{variant:\"VNbOoMhkR\"},sBYBZu2FC:{variant:\"VNbOoMhkR\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-osg5bl\",\"data-framer-name\":\"Contact Form Checkboxes\",layoutDependency:layoutDependency,layoutId:\"PhBXADGQr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1thko52\",\"data-styles-preset\":\"LMaTnw0qM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5)))\"},children:\"What type of service do you need?\"})}),className:\"framer-1461668\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ksDkZOn11\",style:{\"--extracted-r6o4lv\":\"var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r49xm\",\"data-framer-name\":\"Checkboxes Grid\",layoutDependency:layoutDependency,layoutId:\"igvgryjxO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1211tus\",\"data-framer-name\":\"Checkboxes Row\",layoutDependency:layoutDependency,layoutId:\"KWU1LR3sa\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:`max((min(${componentViewport?.width||\"100vw\"}, 480px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+496+0+43.760000000000005+0+0+0,...addPropertyOverrides({dcX6aylWP:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+0+0+0},sBYBZu2FC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fx5bqj-container\",layoutDependency:layoutDependency,layoutId:\"t2psjEv_Y-container\",children:/*#__PURE__*/_jsx(CheckboxLabel,{GKYgTJfAo:\"Wedding\",height:\"100%\",id:\"t2psjEv_Y\",layoutId:\"t2psjEv_Y\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:`max((min(${componentViewport?.width||\"100vw\"}, 480px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+496+0+43.760000000000005+0+0+0,...addPropertyOverrides({dcX6aylWP:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+0+0+40},sBYBZu2FC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+0+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kit54z-container\",layoutDependency:layoutDependency,layoutId:\"Lc2Fjaogd-container\",children:/*#__PURE__*/_jsx(CheckboxLabel,{GKYgTJfAo:\"Other Event\",height:\"100%\",id:\"Lc2Fjaogd\",layoutId:\"Lc2Fjaogd\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17o7d84\",\"data-framer-name\":\"Checkboxes Row\",layoutDependency:layoutDependency,layoutId:\"ncpGNHLQL\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:`max((min(${componentViewport?.width||\"100vw\"}, 480px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+496+0+43.760000000000005+0+40+0,...addPropertyOverrides({dcX6aylWP:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+80+0+0},sBYBZu2FC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+80+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14rjrvt-container\",layoutDependency:layoutDependency,layoutId:\"KrKqvxlaN-container\",children:/*#__PURE__*/_jsx(CheckboxLabel,{GKYgTJfAo:\"Commercial\",height:\"100%\",id:\"KrKqvxlaN\",layoutId:\"KrKqvxlaN\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:`max((min(${componentViewport?.width||\"100vw\"}, 480px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+496+0+43.760000000000005+0+40+0,...addPropertyOverrides({dcX6aylWP:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+80+0+40},sBYBZu2FC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+80+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fydeew-container\",layoutDependency:layoutDependency,layoutId:\"kZxjH9116-container\",children:/*#__PURE__*/_jsx(CheckboxLabel,{GKYgTJfAo:\"Lifestyle / Branding\",height:\"100%\",id:\"kZxjH9116\",layoutId:\"kZxjH9116\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z74how\",\"data-framer-name\":\"Checkboxes Row\",layoutDependency:layoutDependency,layoutId:\"J4dB9uIIZ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:`max((min(${componentViewport?.width||\"100vw\"}, 480px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+496+0+43.760000000000005+0+80+0,...addPropertyOverrides({dcX6aylWP:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+160+0+0},sBYBZu2FC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+160+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xs5atz-container\",layoutDependency:layoutDependency,layoutId:\"IhqqLiYlD-container\",children:/*#__PURE__*/_jsx(CheckboxLabel,{GKYgTJfAo:\"Film / Doco\",height:\"100%\",id:\"IhqqLiYlD\",layoutId:\"IhqqLiYlD\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,width:`max((min(${componentViewport?.width||\"100vw\"}, 480px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+496+0+43.760000000000005+0+80+0,...addPropertyOverrides({dcX6aylWP:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+160+0+40},sBYBZu2FC:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 480px)`,y:(componentViewport?.y||0)+28+0+0+496+0+43.760000000000005+0+160+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-101ghi7-container\",layoutDependency:layoutDependency,layoutId:\"GmuCB7yGC-container\",children:/*#__PURE__*/_jsx(CheckboxLabel,{GKYgTJfAo:\"Other\",height:\"100%\",id:\"GmuCB7yGC\",layoutId:\"GmuCB7yGC\",style:{width:\"100%\"},width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p23dj0\",layoutDependency:layoutDependency,layoutId:\"ZuHLolq9l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1thko52\",\"data-styles-preset\":\"LMaTnw0qM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5)))\"},children:\"Key Event/Project details\"})}),className:\"framer-1rq20yj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dyikIvs8z\",style:{\"--extracted-r6o4lv\":\"var(--token-e4f05148-2bda-40ba-9f37-d7b2d6da1256, rgba(0, 0, 0, 0.5))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+679.76+0+33.760000000000005,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+799.76+0+33.760000000000005},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+799.76+0+33.760000000000005}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pz8ldd-container\",layoutDependency:layoutDependency,layoutId:\"yLjYa4fz3-container\",children:/*#__PURE__*/_jsx(Input,{CmmhYyaEx:\"event_location\",GVZwMebwD:\"text\",height:\"100%\",id:\"yLjYa4fz3\",layoutId:\"yLjYa4fz3\",rPXBCanJ_:true,style:{width:\"100%\"},u0WdEq9HS:\"Please enter the location\",variant:\"l5ps10uNv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+679.76+0+115.76,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+799.76+0+115.76},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+0+0+799.76+0+115.76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b842aj-container\",layoutDependency:layoutDependency,layoutId:\"NOJWZo1nD-container\",children:/*#__PURE__*/_jsx(Input,{CmmhYyaEx:\"event_date\",GVZwMebwD:\"date\",height:\"100%\",id:\"NOJWZo1nD\",layoutId:\"NOJWZo1nD\",rPXBCanJ_:true,style:{width:\"100%\"},u0WdEq9HS:\"Date of Event / Project\",variant:\"l5ps10uNv\",width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aq27t\",\"data-framer-name\":\"Button & Error Message\",layoutDependency:layoutDependency,layoutId:\"hrPO1hE38\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:67,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+907.52+0+0,...addPropertyOverrides({dcX6aylWP:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+1027.52+0+0},sBYBZu2FC:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+28+1027.52+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eej57y-container\",layoutDependency:layoutDependency,layoutId:\"qEgJlsSdz-container\",children:/*#__PURE__*/_jsx(FormButton,{height:\"100%\",id:\"qEgJlsSdz\",layoutId:\"qEgJlsSdz\",style:{width:\"100%\"},T4Dz3OFXH:\"Send a Message\",type:\"submit\",variant:formVariants(formState,{pending:\"qbwQVH4EM\",success:\"g2X25Cppa\"},\"RfOfb1sOP\"),width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-194zc9p\",\"data-border\":true,\"data-framer-name\":\"Error Message\",layoutDependency:layoutDependency,layoutId:\"tyUfOZg5w\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-05d34cc9-c4d7-43d2-9873-ba1d9e9dc153, rgba(0, 0, 0, 0.07))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1thko52\",\"data-styles-preset\":\"LMaTnw0qM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"Oops, something went wrong! Try\\xa0again.\"})}),className:\"framer-1szzjnj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ckjFz1bxP\",style:{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13akwbh\",\"data-framer-name\":\"Success Message\",layoutDependency:layoutDependency,layoutId:\"IwGBOiNVr\",style:{backgroundColor:\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hgxw05\",\"data-framer-name\":\"Smile Wrapper\",layoutDependency:layoutDependency,layoutId:\"pG79_ZqT2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-p5np1j\",\"data-framer-name\":\"5 smiley sentimental squint eyes\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CYhFwvkxI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 138 150\"><path d=\"M 67.218 23.785 C 66.203 22.273 64.495 21.364 62.665 21.364 L 35.686 21.364 C 32.663 21.364 30.213 18.929 30.213 15.924 C 30.213 12.92 32.663 10.484 35.686 10.484 L 62.665 10.484 C 68.155 10.484 73.281 13.211 76.325 17.752 L 82.399 26.805 L 84.939 26.805 C 94.006 26.805 101.356 34.112 101.356 43.125 L 101.356 44.268 L 110.73 38.523 C 112.609 37.372 114.875 37.022 117.017 37.551 C 119.159 38.08 120.996 39.444 122.115 41.336 C 122.854 42.588 123.245 44.013 123.246 45.465 L 123.246 73.417 C 123.247 76.375 121.638 79.101 119.04 80.542 C 116.442 81.983 113.263 81.915 110.73 80.364 L 101.356 74.625 L 101.356 75.767 C 101.356 84.781 94.006 92.088 84.939 92.088 L 80.779 92.088 L 80.779 127.668 C 80.779 127.668 81.436 136.807 69.615 136.807 C 59.108 136.807 59.108 127.668 59.108 127.668 L 59.108 92.088 C 54.754 92.088 21.683 90.369 18.604 87.308 C 15.525 84.247 13.795 80.096 13.795 75.767 L 13.795 43.125 C 13.795 38.797 15.525 34.646 18.604 31.585 C 21.683 28.524 25.859 26.805 30.213 26.805 L 69.243 26.805 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 66.124 28.219 C 65.108 26.706 63.4 25.798 61.571 25.798 L 34.591 25.798 C 31.569 25.798 29.119 23.362 29.119 20.357 C 29.119 17.353 31.569 14.917 34.591 14.917 L 61.571 14.917 C 67.06 14.918 72.185 17.645 75.23 22.185 L 81.305 31.238 L 83.844 31.238 C 88.198 31.237 92.374 32.957 95.453 36.018 C 98.532 39.079 100.262 43.23 100.262 47.559 L 100.262 48.701 L 109.636 42.956 C 112.168 41.404 115.346 41.336 117.942 42.777 C 120.54 44.217 122.151 46.941 122.152 49.898 L 122.152 77.85 C 122.152 80.808 120.543 83.534 117.945 84.975 C 115.348 86.417 112.169 86.349 109.636 84.797 L 100.262 79.058 L 100.262 80.201 C 100.261 89.214 92.911 96.521 83.844 96.521 L 79.685 96.521 L 79.685 132.101 C 79.685 132.101 80.341 141.24 68.521 141.24 C 58.013 141.24 58.013 132.101 58.013 132.101 L 58.013 96.521 C 53.659 96.521 20.588 94.801 17.509 91.741 C 14.431 88.68 12.701 84.529 12.701 80.201 L 12.701 47.559 C 12.701 43.23 13.562 32.014 16.641 28.953 C 19.72 25.892 29.033 25.036 33.387 25.036 C 33.387 25.036 36.999 31.238 39.954 31.238 L 68.149 31.238 Z\" fill=\"rgb(253,179,212)\"></path><path d=\"M 83.128 127.704 L 83.124 127.607 L 83.124 94.419 L 84.939 94.419 C 94.177 94.419 102.041 87.733 103.474 78.659 L 109.5 82.349 C 112.756 84.344 116.843 84.431 120.183 82.577 C 123.521 80.723 125.59 77.219 125.591 73.417 L 125.591 45.464 C 125.588 41.663 123.518 38.161 120.179 36.309 C 116.84 34.458 112.755 34.546 109.5 36.539 L 103.474 40.232 C 102.04 31.159 94.177 24.474 84.939 24.474 L 83.654 24.474 L 78.276 16.459 L 78.275 16.459 C 74.796 11.27 68.938 8.153 62.665 8.153 L 35.686 8.153 C 31.368 8.153 27.868 11.632 27.868 15.924 C 27.868 20.216 31.368 23.695 35.686 23.695 L 62.665 23.695 C 63.428 23.695 64.164 23.972 64.736 24.474 L 30.213 24.474 C 19.851 24.474 11.451 32.824 11.45 43.125 L 11.45 75.767 C 11.45 80.714 13.427 85.458 16.946 88.956 C 17.443 89.45 18.065 89.776 18.573 89.999 C 19.12 90.238 19.747 90.448 20.411 90.635 C 21.74 91.009 23.399 91.344 25.237 91.646 C 28.924 92.252 33.551 92.76 38.17 93.167 C 45.439 93.809 52.838 94.217 56.763 94.361 L 56.763 127.668 L 59.108 127.668 C 56.763 127.668 56.763 127.669 56.763 127.67 L 56.763 127.696 L 56.764 127.737 C 56.765 127.777 56.767 127.818 56.768 127.859 C 56.771 127.957 56.778 128.089 56.791 128.25 C 56.818 128.571 56.869 129.011 56.969 129.532 C 57.166 130.564 57.566 131.968 58.386 133.394 C 60.112 136.398 63.512 139.138 69.615 139.138 C 76.249 139.138 79.88 136.502 81.666 133.394 C 82.508 131.929 82.866 130.486 83.018 129.425 C 83.082 128.989 83.119 128.549 83.129 128.108 C 83.132 127.942 83.13 127.806 83.128 127.704 Z\" fill=\"transparent\" stroke-width=\"5.55\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10799467206,withExternalLayout:true,...addPropertyOverrides({FNqACYr0S:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 138 150\"><path d=\"M 67.218 23.785 C 66.203 22.273 64.495 21.364 62.665 21.364 L 35.686 21.364 C 32.663 21.364 30.213 18.929 30.213 15.924 C 30.213 12.92 32.663 10.484 35.686 10.484 L 62.665 10.484 C 68.155 10.484 73.281 13.211 76.325 17.752 L 82.399 26.805 L 84.939 26.805 C 94.006 26.805 101.356 34.112 101.356 43.125 L 101.356 44.268 L 110.73 38.523 C 112.609 37.372 114.875 37.022 117.017 37.551 C 119.159 38.08 120.996 39.444 122.115 41.336 C 122.854 42.588 123.245 44.013 123.246 45.465 L 123.246 73.417 C 123.247 76.375 121.638 79.101 119.04 80.542 C 116.442 81.983 113.263 81.915 110.73 80.364 L 101.356 74.625 L 101.356 75.767 C 101.356 84.781 94.006 92.088 84.939 92.088 L 80.779 92.088 L 80.779 127.668 C 80.779 127.668 81.436 136.807 69.615 136.807 C 59.108 136.807 59.108 127.668 59.108 127.668 L 59.108 92.088 C 54.754 92.088 21.683 90.369 18.604 87.308 C 15.525 84.247 13.795 80.096 13.795 75.767 L 13.795 43.125 C 13.795 38.797 15.525 34.646 18.604 31.585 C 21.683 28.524 25.859 26.805 30.213 26.805 L 69.243 26.805 Z\" fill=\"transparent\"></path><path d=\"M 66.124 28.219 C 65.108 26.706 63.4 25.798 61.571 25.798 L 34.591 25.798 C 31.569 25.798 29.119 23.362 29.119 20.357 C 29.119 17.353 31.569 14.917 34.591 14.917 L 61.571 14.917 C 67.06 14.918 72.185 17.645 75.23 22.185 L 81.305 31.238 L 83.844 31.238 C 88.198 31.237 92.374 32.957 95.453 36.018 C 98.532 39.079 100.262 43.23 100.262 47.559 L 100.262 48.701 L 109.636 42.956 C 112.168 41.404 115.346 41.336 117.942 42.777 C 120.54 44.217 122.151 46.941 122.152 49.898 L 122.152 77.85 C 122.152 80.808 120.543 83.534 117.945 84.975 C 115.348 86.417 112.169 86.349 109.636 84.797 L 100.262 79.058 L 100.262 80.201 C 100.261 89.214 92.911 96.521 83.844 96.521 L 79.685 96.521 L 79.685 132.101 C 79.685 132.101 80.341 141.24 68.521 141.24 C 58.013 141.24 58.013 132.101 58.013 132.101 L 58.013 96.521 C 53.659 96.521 20.588 94.801 17.509 91.741 C 14.431 88.68 12.701 84.529 12.701 80.201 L 12.701 47.559 C 12.701 43.23 13.562 32.014 16.641 28.953 C 19.72 25.892 29.033 25.036 33.387 25.036 C 33.387 25.036 36.999 31.238 39.954 31.238 L 68.149 31.238 Z\" fill=\"transparent\"></path><path d=\"M 83.128 127.704 L 83.124 127.607 L 83.124 94.419 L 84.939 94.419 C 94.177 94.419 102.041 87.733 103.474 78.659 L 109.5 82.349 C 112.756 84.344 116.843 84.431 120.183 82.577 C 123.521 80.723 125.59 77.219 125.591 73.417 L 125.591 45.464 C 125.588 41.663 123.518 38.161 120.179 36.309 C 116.84 34.458 112.755 34.546 109.5 36.539 L 103.474 40.232 C 102.04 31.159 94.177 24.474 84.939 24.474 L 83.654 24.474 L 78.276 16.459 L 78.275 16.459 C 74.796 11.27 68.938 8.153 62.665 8.153 L 35.686 8.153 C 31.368 8.153 27.868 11.632 27.868 15.924 C 27.868 20.216 31.368 23.695 35.686 23.695 L 62.665 23.695 C 63.428 23.695 64.164 23.972 64.736 24.474 L 30.213 24.474 C 19.851 24.474 11.451 32.824 11.45 43.125 L 11.45 75.767 C 11.45 80.714 13.427 85.458 16.946 88.956 C 17.443 89.45 18.065 89.776 18.573 89.999 C 19.12 90.238 19.747 90.448 20.411 90.635 C 21.74 91.009 23.399 91.344 25.237 91.646 C 28.924 92.252 33.551 92.76 38.17 93.167 C 45.439 93.809 52.838 94.217 56.763 94.361 L 56.763 127.668 L 59.108 127.668 C 56.763 127.668 56.763 127.669 56.763 127.67 L 56.763 127.696 L 56.764 127.737 C 56.765 127.777 56.767 127.818 56.768 127.859 C 56.771 127.957 56.778 128.089 56.791 128.25 C 56.818 128.571 56.869 129.011 56.969 129.532 C 57.166 130.564 57.566 131.968 58.386 133.394 C 60.112 136.398 63.512 139.138 69.615 139.138 C 76.249 139.138 79.88 136.502 81.666 133.394 C 82.508 131.929 82.866 130.486 83.018 129.425 C 83.082 128.989 83.119 128.549 83.129 128.108 C 83.132 127.942 83.13 127.806 83.128 127.704 Z\" fill=\"transparent\" stroke-width=\"5.55\" stroke=\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)) /* {&quot;name&quot;:&quot;yellow&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9898460128},kavig9Cvr:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 114 124\"><path d=\"M 55.528 19.663 C 54.689 18.412 53.278 17.661 51.767 17.661 L 29.48 17.661 C 26.983 17.661 24.959 15.648 24.959 13.164 C 24.959 10.68 26.983 8.667 29.48 8.667 L 51.767 8.667 C 56.302 8.666 60.536 10.921 63.051 14.675 L 68.069 22.159 L 70.167 22.159 C 77.657 22.159 83.729 28.199 83.729 35.65 L 83.729 36.595 L 91.473 31.846 C 93.025 30.895 94.897 30.605 96.666 31.042 C 98.436 31.48 99.953 32.607 100.877 34.171 C 101.488 35.206 101.811 36.384 101.812 37.584 L 101.812 60.691 C 101.813 63.136 100.483 65.39 98.337 66.581 C 96.191 67.773 93.565 67.717 91.473 66.434 L 83.729 61.69 L 83.729 62.634 C 83.729 70.086 77.657 76.126 70.167 76.126 L 66.731 76.126 L 66.731 105.539 C 66.731 105.539 67.273 113.094 57.508 113.094 C 48.828 113.094 48.828 105.539 48.828 105.539 L 48.828 76.126 C 45.231 76.126 17.912 74.705 15.369 72.174 C 12.825 69.644 11.396 66.213 11.396 62.634 L 11.396 35.65 C 11.396 32.072 12.825 28.64 15.368 26.11 C 17.912 23.58 21.362 22.159 24.959 22.159 L 57.201 22.159 Z\" fill=\"transparent\"></path><path d=\"M 54.624 23.327 C 53.785 22.077 52.374 21.326 50.863 21.326 L 28.575 21.326 C 26.078 21.326 24.054 19.313 24.054 16.829 C 24.054 14.345 26.078 12.332 28.575 12.332 L 50.863 12.332 C 55.397 12.332 59.631 14.587 62.147 18.34 L 67.165 25.823 L 69.262 25.823 C 72.859 25.823 76.309 27.244 78.853 29.775 C 81.396 32.305 82.825 35.737 82.825 39.315 L 82.825 40.26 L 90.569 35.51 C 92.66 34.228 95.285 34.171 97.431 35.362 C 99.577 36.552 100.907 38.805 100.908 41.249 L 100.908 64.356 C 100.908 66.801 99.579 69.055 97.433 70.246 C 95.287 71.438 92.661 71.382 90.569 70.099 L 82.825 65.354 L 82.825 66.299 C 82.825 73.75 76.752 79.791 69.262 79.791 L 65.827 79.791 L 65.827 109.203 C 65.827 109.203 66.369 116.759 56.604 116.759 C 47.924 116.759 47.924 109.203 47.924 109.203 L 47.924 79.791 C 44.327 79.791 17.008 78.369 14.464 75.839 C 11.921 73.309 10.492 69.877 10.492 66.299 L 10.492 39.315 C 10.492 35.736 11.203 26.465 13.747 23.935 C 16.291 21.404 23.984 20.696 27.581 20.696 C 27.581 20.696 30.564 25.823 33.005 25.823 L 56.297 25.823 Z\" fill=\"transparent\"></path><path d=\"M 68.671 105.568 L 68.668 105.488 L 68.668 78.053 L 70.167 78.053 C 77.799 78.053 84.295 72.526 85.479 65.025 L 90.457 68.075 C 93.146 69.724 96.523 69.797 99.281 68.264 C 102.039 66.731 103.748 63.834 103.749 60.691 L 103.749 37.583 C 103.747 34.441 102.036 31.546 99.278 30.016 C 96.52 28.485 93.146 28.558 90.457 30.206 L 85.479 33.258 C 84.294 25.758 77.798 20.232 70.167 20.232 L 69.105 20.232 L 64.663 13.606 L 64.662 13.606 C 61.788 9.316 56.949 6.74 51.767 6.74 L 29.48 6.74 C 25.913 6.74 23.022 9.616 23.022 13.164 C 23.022 16.712 25.913 19.588 29.48 19.588 L 51.767 19.588 C 52.397 19.588 53.005 19.817 53.478 20.232 L 24.959 20.232 C 16.399 20.232 9.459 27.135 9.459 35.65 L 9.459 62.634 C 9.459 66.724 11.092 70.646 13.999 73.537 C 14.409 73.946 14.923 74.215 15.343 74.399 C 15.795 74.597 16.313 74.77 16.861 74.925 C 17.959 75.234 19.329 75.511 20.848 75.76 C 23.894 76.261 27.716 76.681 31.532 77.018 C 37.536 77.549 43.649 77.886 46.891 78.005 L 46.891 105.539 L 48.828 105.539 C 46.891 105.539 46.891 105.54 46.891 105.541 L 46.891 105.562 L 46.892 105.596 C 46.893 105.629 46.894 105.663 46.895 105.697 C 46.898 105.778 46.904 105.887 46.914 106.02 C 46.937 106.285 46.979 106.649 47.061 107.08 C 47.224 107.933 47.555 109.093 48.232 110.272 C 49.658 112.756 52.467 115.021 57.508 115.021 C 62.988 115.021 65.988 112.842 67.463 110.272 C 68.159 109.062 68.454 107.868 68.58 106.991 C 68.633 106.631 68.663 106.267 68.672 105.902 C 68.675 105.765 68.673 105.653 68.671 105.568 Z\" fill=\"transparent\" stroke-width=\"4.58\" stroke=\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)) /* {&quot;name&quot;:&quot;yellow&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9349026208}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aw2o2f\",\"data-framer-name\":\"H4 & Text\",layoutDependency:layoutDependency,layoutId:\"QsJ3KtVWn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1s1dhhu\",\"data-styles-preset\":\"U4_oysv6Y\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"Your Message\\u2028\\u2028Has\\xa0Been Sent\"})}),className:\"framer-iqkqc2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DVKP99Ula\",style:{\"--extracted-1eung3n\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1thko52\",\"data-styles-preset\":\"LMaTnw0qM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"You can expect a response within 24 hours. Stay\\xa0tuned for some fantastic news!\"})}),className:\"framer-h3do9c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"phSW7i1Qn\",style:{\"--extracted-r6o4lv\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:67,...addPropertyOverrides({FNqACYr0S:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 400px)`,y:(componentViewport?.y||0)+28+0+32+464.34000000000003},kavig9Cvr:{y:(componentViewport?.y||0)+0+0+32+488.84000000000003}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1owwd9l-container\",layoutDependency:layoutDependency,layoutId:\"MfaTe5Gw4-container\",children:/*#__PURE__*/_jsx(Button,{gtsR7Mdoc:gtsR7Mdoczl8ilc,height:\"100%\",id:\"MfaTe5Gw4\",layoutId:\"MfaTe5Gw4\",OsAHTSH92:\"Back to Form\",Pwf0WgaXE:false,variant:\"VSlUEZOLA\",width:\"100%\",...addPropertyOverrides({FNqACYr0S:{gtsR7Mdoc:gtsR7Mdoca3b9bg,style:{maxWidth:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OxZBV.framer-vrbq45, .framer-OxZBV .framer-vrbq45 { display: block; }\",\".framer-OxZBV.framer-1chmliw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 40px 48px 40px; position: relative; width: 672px; }\",\".framer-OxZBV .framer-1me8opm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-j912r7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-13zo5ps-container, .framer-OxZBV .framer-13swf65-container, .framer-OxZBV .framer-1tjnc1d-container, .framer-OxZBV .framer-pz8ldd-container, .framer-OxZBV .framer-1b842aj-container, .framer-OxZBV .framer-eej57y-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-OxZBV .framer-11k1hwu-container { flex: none; height: 200px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-osg5bl { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-1461668, .framer-OxZBV .framer-1rq20yj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OxZBV .framer-1r49xm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 480px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-1211tus, .framer-OxZBV .framer-17o7d84, .framer-OxZBV .framer-z74how { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-fx5bqj-container, .framer-OxZBV .framer-1kit54z-container, .framer-OxZBV .framer-14rjrvt-container, .framer-OxZBV .framer-1fydeew-container, .framer-OxZBV .framer-xs5atz-container, .framer-OxZBV .framer-101ghi7-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-OxZBV .framer-p23dj0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-aq27t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-194zc9p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 28px 32px 28px 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-OxZBV .framer-1szzjnj { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-OxZBV .framer-13akwbh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 755px; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-OxZBV .framer-hgxw05 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-OxZBV .framer-p5np1j { flex: none; height: 150px; position: relative; width: 138px; }\",\".framer-OxZBV .framer-aw2o2f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OxZBV .framer-iqkqc2, .framer-OxZBV .framer-h3do9c { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-OxZBV .framer-1owwd9l-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OxZBV.framer-1chmliw, .framer-OxZBV .framer-1me8opm, .framer-OxZBV .framer-j912r7, .framer-OxZBV .framer-osg5bl, .framer-OxZBV .framer-1r49xm, .framer-OxZBV .framer-1211tus, .framer-OxZBV .framer-17o7d84, .framer-OxZBV .framer-z74how, .framer-OxZBV .framer-p23dj0, .framer-OxZBV .framer-aq27t, .framer-OxZBV .framer-194zc9p, .framer-OxZBV .framer-13akwbh, .framer-OxZBV .framer-hgxw05, .framer-OxZBV .framer-aw2o2f { gap: 0px; } .framer-OxZBV.framer-1chmliw > *, .framer-OxZBV .framer-13akwbh > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-OxZBV.framer-1chmliw > :first-child, .framer-OxZBV .framer-1me8opm > :first-child, .framer-OxZBV .framer-j912r7 > :first-child, .framer-OxZBV .framer-osg5bl > :first-child, .framer-OxZBV .framer-1r49xm > :first-child, .framer-OxZBV .framer-p23dj0 > :first-child, .framer-OxZBV .framer-aq27t > :first-child, .framer-OxZBV .framer-13akwbh > :first-child, .framer-OxZBV .framer-aw2o2f > :first-child { margin-top: 0px; } .framer-OxZBV.framer-1chmliw > :last-child, .framer-OxZBV .framer-1me8opm > :last-child, .framer-OxZBV .framer-j912r7 > :last-child, .framer-OxZBV .framer-osg5bl > :last-child, .framer-OxZBV .framer-1r49xm > :last-child, .framer-OxZBV .framer-p23dj0 > :last-child, .framer-OxZBV .framer-aq27t > :last-child, .framer-OxZBV .framer-13akwbh > :last-child, .framer-OxZBV .framer-aw2o2f > :last-child { margin-bottom: 0px; } .framer-OxZBV .framer-1me8opm > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-OxZBV .framer-j912r7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-OxZBV .framer-osg5bl > *, .framer-OxZBV .framer-aw2o2f > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-OxZBV .framer-1r49xm > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-OxZBV .framer-1211tus > *, .framer-OxZBV .framer-17o7d84 > *, .framer-OxZBV .framer-z74how > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-OxZBV .framer-1211tus > :first-child, .framer-OxZBV .framer-17o7d84 > :first-child, .framer-OxZBV .framer-z74how > :first-child, .framer-OxZBV .framer-194zc9p > :first-child, .framer-OxZBV .framer-hgxw05 > :first-child { margin-left: 0px; } .framer-OxZBV .framer-1211tus > :last-child, .framer-OxZBV .framer-17o7d84 > :last-child, .framer-OxZBV .framer-z74how > :last-child, .framer-OxZBV .framer-194zc9p > :last-child, .framer-OxZBV .framer-hgxw05 > :last-child { margin-right: 0px; } .framer-OxZBV .framer-p23dj0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OxZBV .framer-aq27t > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-OxZBV .framer-194zc9p > *, .framer-OxZBV .framer-hgxw05 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-OxZBV.framer-v-auo8dt .framer-13akwbh { gap: 32px; }\",\".framer-OxZBV.framer-v-auo8dt .framer-hgxw05 { order: 0; }\",\".framer-OxZBV.framer-v-auo8dt .framer-p5np1j { height: 124px; width: 114px; }\",\".framer-OxZBV.framer-v-auo8dt .framer-aw2o2f { order: 1; }\",\".framer-OxZBV.framer-v-auo8dt .framer-1owwd9l-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OxZBV.framer-v-auo8dt .framer-13akwbh { gap: 0px; } .framer-OxZBV.framer-v-auo8dt .framer-13akwbh > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-OxZBV.framer-v-auo8dt .framer-13akwbh > :first-child { margin-top: 0px; } .framer-OxZBV.framer-v-auo8dt .framer-13akwbh > :last-child { margin-bottom: 0px; } }\",\".framer-OxZBV.framer-v-xxqgqz.framer-1chmliw, .framer-OxZBV.framer-v-15mkn3i.framer-1chmliw, .framer-OxZBV.framer-v-1fpydbs.framer-1chmliw { padding: 28px 24px 32px 24px; width: 312px; }\",\".framer-OxZBV.framer-v-xxqgqz .framer-1211tus, .framer-OxZBV.framer-v-xxqgqz .framer-17o7d84, .framer-OxZBV.framer-v-xxqgqz .framer-z74how, .framer-OxZBV.framer-v-1fpydbs .framer-1211tus, .framer-OxZBV.framer-v-1fpydbs .framer-17o7d84, .framer-OxZBV.framer-v-1fpydbs .framer-z74how { flex-direction: column; gap: 12px; justify-content: flex-start; }\",\".framer-OxZBV.framer-v-xxqgqz .framer-fx5bqj-container, .framer-OxZBV.framer-v-xxqgqz .framer-1kit54z-container, .framer-OxZBV.framer-v-xxqgqz .framer-14rjrvt-container, .framer-OxZBV.framer-v-xxqgqz .framer-1fydeew-container, .framer-OxZBV.framer-v-xxqgqz .framer-xs5atz-container, .framer-OxZBV.framer-v-xxqgqz .framer-101ghi7-container, .framer-OxZBV.framer-v-1fpydbs .framer-fx5bqj-container, .framer-OxZBV.framer-v-1fpydbs .framer-1kit54z-container, .framer-OxZBV.framer-v-1fpydbs .framer-14rjrvt-container, .framer-OxZBV.framer-v-1fpydbs .framer-1fydeew-container, .framer-OxZBV.framer-v-1fpydbs .framer-xs5atz-container, .framer-OxZBV.framer-v-1fpydbs .framer-101ghi7-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OxZBV.framer-v-xxqgqz .framer-1211tus, .framer-OxZBV.framer-v-xxqgqz .framer-17o7d84, .framer-OxZBV.framer-v-xxqgqz .framer-z74how { gap: 0px; } .framer-OxZBV.framer-v-xxqgqz .framer-1211tus > *, .framer-OxZBV.framer-v-xxqgqz .framer-17o7d84 > *, .framer-OxZBV.framer-v-xxqgqz .framer-z74how > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-OxZBV.framer-v-xxqgqz .framer-1211tus > :first-child, .framer-OxZBV.framer-v-xxqgqz .framer-17o7d84 > :first-child, .framer-OxZBV.framer-v-xxqgqz .framer-z74how > :first-child { margin-top: 0px; } .framer-OxZBV.framer-v-xxqgqz .framer-1211tus > :last-child, .framer-OxZBV.framer-v-xxqgqz .framer-17o7d84 > :last-child, .framer-OxZBV.framer-v-xxqgqz .framer-z74how > :last-child { margin-bottom: 0px; } }\",\".framer-OxZBV.framer-v-15mkn3i .framer-13akwbh { gap: 32px; height: 680px; padding: 32px 24px 32px 24px; }\",\".framer-OxZBV.framer-v-15mkn3i .framer-1owwd9l-container { max-width: 400px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OxZBV.framer-v-15mkn3i .framer-13akwbh { gap: 0px; } .framer-OxZBV.framer-v-15mkn3i .framer-13akwbh > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-OxZBV.framer-v-15mkn3i .framer-13akwbh > :first-child { margin-top: 0px; } .framer-OxZBV.framer-v-15mkn3i .framer-13akwbh > :last-child { margin-bottom: 0px; } }\",\".framer-OxZBV.framer-v-1fpydbs .framer-194zc9p { padding: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OxZBV.framer-v-1fpydbs .framer-1211tus, .framer-OxZBV.framer-v-1fpydbs .framer-17o7d84, .framer-OxZBV.framer-v-1fpydbs .framer-z74how { gap: 0px; } .framer-OxZBV.framer-v-1fpydbs .framer-1211tus > *, .framer-OxZBV.framer-v-1fpydbs .framer-17o7d84 > *, .framer-OxZBV.framer-v-1fpydbs .framer-z74how > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-OxZBV.framer-v-1fpydbs .framer-1211tus > :first-child, .framer-OxZBV.framer-v-1fpydbs .framer-17o7d84 > :first-child, .framer-OxZBV.framer-v-1fpydbs .framer-z74how > :first-child { margin-top: 0px; } .framer-OxZBV.framer-v-1fpydbs .framer-1211tus > :last-child, .framer-OxZBV.framer-v-1fpydbs .framer-17o7d84 > :last-child, .framer-OxZBV.framer-v-1fpydbs .framer-z74how > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-OxZBV[data-border=\"true\"]::after, .framer-OxZBV [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1063\n * @framerIntrinsicWidth 672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kavig9Cvr\":{\"layout\":[\"fixed\",\"auto\"]},\"qoW25rUmN\":{\"layout\":[\"fixed\",\"auto\"]},\"sBYBZu2FC\":{\"layout\":[\"fixed\",\"auto\"]},\"FNqACYr0S\":{\"layout\":[\"fixed\",\"auto\"]},\"dcX6aylWP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOewc4CY6H=withCSS(Component,css,\"framer-OxZBV\");export default FramerOewc4CY6H;FramerOewc4CY6H.displayName=\"Contact Form\";FramerOewc4CY6H.defaultProps={height:1063,width:672};addPropertyControls(FramerOewc4CY6H,{variant:{options:[\"tlUGotl1d\",\"kavig9Cvr\",\"qoW25rUmN\",\"sBYBZu2FC\",\"FNqACYr0S\",\"dcX6aylWP\"],optionTitles:[\"Default\",\"Success\",\"Error\",\"Default (Mobile)\",\"Success (Mobile)\",\"Error (Mobile)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOewc4CY6H,[{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\"}]},...InputFonts,...CheckboxLabelFonts,...FormButtonFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOewc4CY6H\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"672\",\"framerIntrinsicHeight\":\"1063\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kavig9Cvr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qoW25rUmN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sBYBZu2FC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FNqACYr0S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dcX6aylWP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Oewc4CY6H.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/h6tgsft3r5kkGJl2bAYG/GKOsqT0PY8n7kt0zPSgA/LMaTnw0qM.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/sKIDF9ukO6nCPj72j8lp/EMKqkeAD40LhWOodZZJv/uBv3SIWQd.js\";const cycleOrder=[\"JaxaPZibv\",\"TQ50shPRy\",\"hmMejnVk6\",\"VMjf7oJH9\",\"BnPj0PnPj\",\"i0TLWTO8l\"];const serializationHash=\"framer-OiL1H\";const variantClassNames={BnPj0PnPj:\"framer-v-jae4ul\",hmMejnVk6:\"framer-v-15jhtnq\",i0TLWTO8l:\"framer-v-8mj2y8\",JaxaPZibv:\"framer-v-1nudooh\",TQ50shPRy:\"framer-v-1tfdb8z\",VMjf7oJH9:\"framer-v-3y8c2p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:.1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Closed (Mobile)\":\"i0TLWTO8l\",\"Closed (Tablet)\":\"VMjf7oJH9\",\"Opened (Mobile)\":\"BnPj0PnPj\",\"Opened (Tablet)\":\"hmMejnVk6\",Closed:\"TQ50shPRy\",Opened:\"JaxaPZibv\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,auKEV4lZT:question??props.auKEV4lZT??\"What services do you offer?\",UGui95gMS:answer??props.UGui95gMS??\"We provide a comprehensive range of services tailored to enhance your brand's digital presence and market impact. Our offerings include digital marketing strategies (SEO, PPC, social media), branding and identity development, website design and development, content creation, and strategic consulting.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"JaxaPZibv\"};};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,auKEV4lZT,UGui95gMS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JaxaPZibv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapbx1u1b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"JaxaPZibv\");});const onTapw4p0x9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"hmMejnVk6\");});const onTap1ops7lj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"BnPj0PnPj\");});const onTaprgheub=activeVariantCallback(async(...args)=>{setVariant(\"TQ50shPRy\");});const onTap15v2znn=activeVariantCallback(async(...args)=>{setVariant(\"VMjf7oJH9\");});const onTapjgaaz8=activeVariantCallback(async(...args)=>{setVariant(\"i0TLWTO8l\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1nudooh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Opened\",layoutDependency:layoutDependency,layoutId:\"JaxaPZibv\",ref:ref??ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({BnPj0PnPj:{\"data-framer-name\":\"Opened (Mobile)\"},hmMejnVk6:{\"data-framer-name\":\"Opened (Tablet)\"},i0TLWTO8l:{\"data-framer-name\":\"Closed (Mobile)\",\"data-highlight\":true,onTap:onTap1ops7lj},TQ50shPRy:{\"data-framer-name\":\"Closed\",\"data-highlight\":true,onTap:onTapbx1u1b},VMjf7oJH9:{\"data-framer-name\":\"Closed (Tablet)\",\"data-highlight\":true,onTap:onTapw4p0x9}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17nu53g\",\"data-border\":true,\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PTxA0VecV\",onTap:onTaprgheub,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{i0TLWTO8l:{borderBottomLeftRadius:24,borderBottomRightRadius:24},TQ50shPRy:{borderBottomLeftRadius:24,borderBottomRightRadius:24},VMjf7oJH9:{borderBottomLeftRadius:24,borderBottomRightRadius:24}},...addPropertyOverrides({BnPj0PnPj:{onTap:onTapjgaaz8,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",borderTopLeftRadius:24,borderTopRightRadius:24}},hmMejnVk6:{onTap:onTap15v2znn,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",borderTopLeftRadius:24,borderTopRightRadius:24}},i0TLWTO8l:{style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",borderTopLeftRadius:24,borderTopRightRadius:24}},VMjf7oJH9:{style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",borderTopLeftRadius:24,borderTopRightRadius:24}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1831z0f\",\"data-styles-preset\":\"uBv3SIWQd\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"What services do you offer?\"})}),className:\"framer-1entreb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iJqC7yHFs\",style:{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:auKEV4lZT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+70),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/MLCsZQUxipMHjxDT7zxS0U5F28.svg\"},className:\"framer-o3bn2z\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"sqWY2x1QN\",style:{rotate:45},variants:{i0TLWTO8l:{rotate:0},TQ50shPRy:{rotate:0},VMjf7oJH9:{rotate:0}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h742e8\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"pJDOD81Q6\",style:{opacity:1},variants:{i0TLWTO8l:{opacity:0},TQ50shPRy:{opacity:0},VMjf7oJH9:{opacity:0}},...addPropertyOverrides({BnPj0PnPj:{style:undefined},hmMejnVk6:{style:undefined},i0TLWTO8l:{style:undefined,transformTemplate:transformTemplate1},TQ50shPRy:{transformTemplate:transformTemplate1},VMjf7oJH9:{style:undefined,transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1thko52\",\"data-styles-preset\":\"LMaTnw0qM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0)))\"},children:\"We provide a comprehensive range of services tailored to enhance your brand's digital presence and market impact. Our offerings include digital marketing strategies (SEO, PPC, social media), branding and identity development, website design and development, content creation, and strategic consulting.\"})}),className:\"framer-1u9xdwc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CQr4sCWM2\",style:{\"--extracted-r6o4lv\":\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:UGui95gMS,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OiL1H.framer-q95odg, .framer-OiL1H .framer-q95odg { display: block; }\",\".framer-OiL1H.framer-1nudooh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 672px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OiL1H .framer-17nu53g { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-OiL1H .framer-1entreb { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-OiL1H .framer-o3bn2z { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; pointer-events: none; position: relative; user-select: none; width: 20px; }\",\".framer-OiL1H .framer-1h742e8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 32px 32px 32px; position: relative; width: 100%; }\",\".framer-OiL1H .framer-1u9xdwc { flex: none; height: auto; max-width: 560px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OiL1H.framer-1nudooh, .framer-OiL1H .framer-17nu53g, .framer-OiL1H .framer-1h742e8 { gap: 0px; } .framer-OiL1H.framer-1nudooh > *, .framer-OiL1H .framer-1h742e8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OiL1H.framer-1nudooh > :first-child, .framer-OiL1H .framer-1h742e8 > :first-child { margin-top: 0px; } .framer-OiL1H.framer-1nudooh > :last-child, .framer-OiL1H .framer-1h742e8 > :last-child { margin-bottom: 0px; } .framer-OiL1H .framer-17nu53g > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-OiL1H .framer-17nu53g > :first-child { margin-left: 0px; } .framer-OiL1H .framer-17nu53g > :last-child { margin-right: 0px; } }\",\".framer-OiL1H.framer-v-1tfdb8z.framer-1nudooh { cursor: pointer; }\",\".framer-OiL1H.framer-v-1tfdb8z .framer-1h742e8, .framer-OiL1H.framer-v-3y8c2p .framer-1h742e8 { bottom: 0px; left: 50%; position: absolute; z-index: 1; }\",\".framer-OiL1H.framer-v-15jhtnq.framer-1nudooh { width: 704px; }\",\".framer-OiL1H.framer-v-15jhtnq .framer-1u9xdwc, .framer-OiL1H.framer-v-3y8c2p .framer-1u9xdwc { max-width: 720px; }\",\".framer-OiL1H.framer-v-3y8c2p.framer-1nudooh { cursor: pointer; width: 704px; }\",\".framer-OiL1H.framer-v-jae4ul.framer-1nudooh { width: 312px; }\",\".framer-OiL1H.framer-v-jae4ul .framer-17nu53g, .framer-OiL1H.framer-v-8mj2y8 .framer-17nu53g { padding: 32px 24px 32px 24px; }\",\".framer-OiL1H.framer-v-jae4ul .framer-1h742e8 { padding: 24px 24px 32px 24px; }\",\".framer-OiL1H.framer-v-8mj2y8.framer-1nudooh { cursor: pointer; width: 312px; }\",\".framer-OiL1H.framer-v-8mj2y8 .framer-1h742e8 { bottom: 0px; left: 50%; padding: 24px 24px 32px 24px; position: absolute; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-OiL1H[data-border=\"true\"]::after, .framer-OiL1H [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 259\n * @framerIntrinsicWidth 672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TQ50shPRy\":{\"layout\":[\"fixed\",\"auto\"]},\"hmMejnVk6\":{\"layout\":[\"fixed\",\"auto\"]},\"VMjf7oJH9\":{\"layout\":[\"fixed\",\"auto\"]},\"BnPj0PnPj\":{\"layout\":[\"fixed\",\"auto\"]},\"i0TLWTO8l\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"auKEV4lZT\":\"question\",\"UGui95gMS\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbVNeFnzud=withCSS(Component,css,\"framer-OiL1H\");export default FramerbVNeFnzud;FramerbVNeFnzud.displayName=\"FAQ Item\";FramerbVNeFnzud.defaultProps={height:259,width:672};addPropertyControls(FramerbVNeFnzud,{variant:{options:[\"JaxaPZibv\",\"TQ50shPRy\",\"hmMejnVk6\",\"VMjf7oJH9\",\"BnPj0PnPj\",\"i0TLWTO8l\"],optionTitles:[\"Opened\",\"Closed\",\"Opened (Tablet)\",\"Closed (Tablet)\",\"Opened (Mobile)\",\"Closed (Mobile)\"],title:\"Variant\",type:ControlType.Enum},auKEV4lZT:{defaultValue:\"What services do you offer?\",displayTextArea:true,title:\"Question\",type:ControlType.String},UGui95gMS:{defaultValue:\"We provide a comprehensive range of services tailored to enhance your brand's digital presence and market impact. Our offerings include digital marketing strategies (SEO, PPC, social media), branding and identity development, website design and development, content creation, and strategic consulting.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerbVNeFnzud,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbVNeFnzud\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"259\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"auKEV4lZT\\\":\\\"question\\\",\\\"UGui95gMS\\\":\\\"answer\\\"}\",\"framerIntrinsicWidth\":\"672\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TQ50shPRy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hmMejnVk6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VMjf7oJH9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BnPj0PnPj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i0TLWTO8l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bVNeFnzud.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQItem from\"https://framerusercontent.com/modules/gJFfMvrJiHDTIHYnxMXP/PI9tOVJ20gRdIkRCbdVj/bVNeFnzud.js\";const FAQItemFonts=getFonts(FAQItem);const cycleOrder=[\"o0AHHvj8D\",\"uzqTeoq1Z\",\"ymCZWWBHz\",\"IKlYudxpo\",\"Nq4BsLrAX\",\"rvQciyMEg\",\"OuHw3n4JK\",\"RY7RLe4gD\",\"jqQ_pohus\"];const serializationHash=\"framer-IJh36\";const variantClassNames={IKlYudxpo:\"framer-v-1tb8tf5\",jqQ_pohus:\"framer-v-1v37qml\",Nq4BsLrAX:\"framer-v-1c6bgty\",o0AHHvj8D:\"framer-v-1wy2i1h\",OuHw3n4JK:\"framer-v-1cg6ydf\",rvQciyMEg:\"framer-v-4gzkae\",RY7RLe4gD:\"framer-v-1b5lvg8\",uzqTeoq1Z:\"framer-v-9xqbxx\",ymCZWWBHz:\"framer-v-1uf4ecc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:.1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"ALL FAQs DESKTOP\":\"o0AHHvj8D\",\"ALL FAQs MOBILE\":\"ymCZWWBHz\",\"ALL FAQs TABLET\":\"uzqTeoq1Z\",\"Commercial - mobile\":\"OuHw3n4JK\",\"commercial desktop\":\"rvQciyMEg\",\"film - mobile\":\"jqQ_pohus\",\"film desktop\":\"RY7RLe4gD\",\"WEDDING FAQS - DESKTOP\":\"IKlYudxpo\",\"WEDDING FAQS - TABLET\":\"Nq4BsLrAX\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"o0AHHvj8D\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"o0AHHvj8D\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"rvQciyMEg\",\"OuHw3n4JK\",\"RY7RLe4gD\",\"jqQ_pohus\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"IKlYudxpo\",\"Nq4BsLrAX\",\"RY7RLe4gD\",\"jqQ_pohus\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"IKlYudxpo\",\"Nq4BsLrAX\",\"rvQciyMEg\",\"OuHw3n4JK\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1wy2i1h\",className,classNames),\"data-framer-name\":\"ALL FAQs DESKTOP\",layoutDependency:layoutDependency,layoutId:\"o0AHHvj8D\",ref:ref??ref1,style:{...style},...addPropertyOverrides({IKlYudxpo:{\"data-framer-name\":\"WEDDING FAQS - DESKTOP\"},jqQ_pohus:{\"data-framer-name\":\"film - mobile\"},Nq4BsLrAX:{\"data-framer-name\":\"WEDDING FAQS - TABLET\"},OuHw3n4JK:{\"data-framer-name\":\"Commercial - mobile\"},rvQciyMEg:{\"data-framer-name\":\"commercial desktop\"},RY7RLe4gD:{\"data-framer-name\":\"film desktop\"},uzqTeoq1Z:{\"data-framer-name\":\"ALL FAQs TABLET\"},ymCZWWBHz:{\"data-framer-name\":\"ALL FAQs MOBILE\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fh3ahz-container\",\"data-framer-name\":\"wedding - how early\",layoutDependency:layoutDependency,layoutId:\"Z19X2DjtC-container\",name:\"wedding - how early\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"How early should I book you for my wedding?\",height:\"100%\",id:\"Z19X2DjtC\",layoutId:\"Z19X2DjtC\",name:\"wedding - how early\",style:{width:\"100%\"},UGui95gMS:\"et\u2019s just say the earlier, the better! Dates can book up fast\u2014especially in a dreamy spot like the Mornington Peninsula. If you\u2019ve locked in your venue, now\u2019s the time to lock me in too. Think 6-12 months in advance, but if you\u2019re running late, drop me a line anyway.\",variant:\"TQ50shPRy\",width:\"100%\",...addPropertyOverrides({uzqTeoq1Z:{variant:\"VMjf7oJH9\"},ymCZWWBHz:{variant:\"i0TLWTO8l\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+275,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pbj655-container\",\"data-framer-name\":\"wedding - what's included\",layoutDependency:layoutDependency,layoutId:\"X3tWYCVtE-container\",name:\"wedding - what's included\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"What\u2019s included in your wedding video packages?\",height:\"100%\",id:\"X3tWYCVtE\",layoutId:\"X3tWYCVtE\",name:\"wedding - what's included\",style:{width:\"100%\"},UGui95gMS:\"Every package covers the big stuff\u2014your ceremony, speeches, and those moments that make the day yours. Depending on the package, you can also get dreamy drone footage, Super 8 film magic, and a highlights reel you\u2019ll probably watch 100 times.\",variant:\"TQ50shPRy\",width:\"100%\",...addPropertyOverrides({uzqTeoq1Z:{variant:\"VMjf7oJH9\"},ymCZWWBHz:{variant:\"i0TLWTO8l\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+550,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-146fni5-container\",\"data-framer-name\":\"wedding - include drone?\",layoutDependency:layoutDependency,layoutId:\"AudzDHiT_-container\",name:\"wedding - include drone?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Can you include drone shots in our wedding video?\",height:\"100%\",id:\"AudzDHiT_\",layoutId:\"AudzDHiT_\",name:\"wedding - include drone?\",style:{width:\"100%\"},UGui95gMS:\"You bet! Drone footage is a game-changer for weddings. Imagine sweeping views of your venue, sunsets from above, and cinematic shots you\u2019ll want to frame. It\u2019s available in most packages, so let\u2019s get aerial!\",variant:\"TQ50shPRy\",width:\"100%\",...addPropertyOverrides({uzqTeoq1Z:{variant:\"VMjf7oJH9\"},ymCZWWBHz:{variant:\"i0TLWTO8l\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+825,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r1qanh-container\",\"data-framer-name\":\"wedding - photo bundle?\",layoutDependency:layoutDependency,layoutId:\"mKF4Opebp-container\",name:\"wedding - photo bundle?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you offer a bundle for wedding photography and videography?\",height:\"100%\",id:\"mKF4Opebp\",layoutId:\"mKF4Opebp\",name:\"wedding - photo bundle?\",style:{width:\"100%\"},UGui95gMS:\"Sure do! I team up with Eliza Tate Photography for the ultimate photo-and-film combo. It\u2019s like having the A-Team for your big day\u2014we\u2019ll capture every laugh, every kiss, and every moment in between.\",variant:\"TQ50shPRy\",width:\"100%\",...addPropertyOverrides({uzqTeoq1Z:{variant:\"VMjf7oJH9\"},ymCZWWBHz:{variant:\"i0TLWTO8l\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1100,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4zjb36-container\",\"data-framer-name\":\"wedding - outside of m.peninsula?\",layoutDependency:layoutDependency,layoutId:\"pHVlgUhDt-container\",name:\"wedding - outside of m.peninsula?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you film weddings outside of the Mornington Peninsula and Victoria?\",height:\"100%\",id:\"pHVlgUhDt\",layoutId:\"pHVlgUhDt\",name:\"wedding - outside of m.peninsula?\",style:{width:\"100%\"},UGui95gMS:\"Absolutely. While I\u2019m based on the Mornington Peninsula, I\u2019m happy to travel across Victoria\u2014and beyond! Whether it\u2019s a local celebration or a destination wedding, I\u2019ll bring my gear (and creativity) to capture your day.\\n\\nThat said, if your venue is outside the Mornington Peninsula, there\u2019s a small callout fee\u2014$100 for every 100km. Think of it as fuel for the creativity (and the car).\",variant:\"TQ50shPRy\",width:\"100%\",...addPropertyOverrides({uzqTeoq1Z:{variant:\"VMjf7oJH9\"},ymCZWWBHz:{variant:\"i0TLWTO8l\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1375,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m4f8jq-container\",\"data-framer-name\":\"wedding - package cost\",layoutDependency:layoutDependency,layoutId:\"NXlbaPaXn-container\",name:\"wedding - package cost\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"How much does a wedding videographer package cost?\",height:\"100%\",id:\"NXlbaPaXn\",layoutId:\"NXlbaPaXn\",name:\"wedding - package cost\",style:{width:\"100%\"},UGui95gMS:\"It depends on what you\u2019re after, but packages start at $4.4K. Whether you\u2019re looking for simple coverage or a full cinematic experience, there\u2019s an option to suit your day\u2014and your vibe.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1650,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oa0u4q-container\",\"data-framer-name\":\"wedding - package differences\",layoutDependency:layoutDependency,layoutId:\"Ni8i8PgA5-container\",name:\"wedding - package differences\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"What\u2019s the difference between the packages?\",height:\"100%\",id:\"Ni8i8PgA5\",layoutId:\"Ni8i8PgA5\",name:\"wedding - package differences\",style:{width:\"100%\"},UGui95gMS:\"The short answer: it\u2019s all about how much of your day you want captured. Whether you\u2019re after a short and sweet package or the full day (including those epic late-night dance moves), there\u2019s a package that fits.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1925,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uveg2x-container\",\"data-framer-name\":\"wedding - shy hire videographer\",layoutDependency:layoutDependency,layoutId:\"YTmyaFvuF-container\",name:\"wedding - shy hire videographer\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Why should we hire a wedding videographer?\",height:\"100%\",id:\"YTmyaFvuF\",layoutId:\"YTmyaFvuF\",name:\"wedding - shy hire videographer\",style:{width:\"100%\"},UGui95gMS:\"Photos are great, but a video lets you relive your wedding day exactly as it happened\u2014the laughter, the vows, even your grandma\u2019s killer dance moves. It\u2019s like hitting the replay button on one of the best days of your life.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2200,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+0},rvQciyMEg:{y:(componentViewport?.y||0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uutv9r-container\",\"data-framer-name\":\"commercial - brand types\",layoutDependency:layoutDependency,layoutId:\"RdtzqNyRu-container\",name:\"commercial - brand types\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"What types of brands do you work with?\",height:\"100%\",id:\"RdtzqNyRu\",layoutId:\"RdtzqNyRu\",name:\"commercial - brand types\",style:{width:\"100%\"},UGui95gMS:\"I\u2019ve worked with a variety of brands, including skincare companies, fashion labels, breweries, and businesses in the travel and hospitality industries. Whether you\u2019re a small business, a start-up, or an established brand, I tailor each project to suit your unique goals. From one-off video campaigns to ongoing video production, I create professional, creative video solutions that bring your story to life.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2475,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+275},rvQciyMEg:{y:(componentViewport?.y||0)+0+275}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-876eqc-container\",\"data-framer-name\":\"commercial - tik tok?\",layoutDependency:layoutDependency,layoutId:\"cmZmXleQP-container\",name:\"commercial - tik tok?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Can you help with content for social media platforms like Instagram and TikTok?\",height:\"100%\",id:\"cmZmXleQP\",layoutId:\"cmZmXleQP\",name:\"commercial - tik tok?\",style:{width:\"100%\"},UGui95gMS:\"Absolutely! Social media is one of the best ways to connect with your audience, and I specialise in creating content that\u2019s optimised for platforms like Instagram, TikTok, and YouTube. From short, attention-grabbing reels to full-length campaign videos, I ensure your content is designed to engage viewers and reflect your brand\u2019s personality.\\n\\nWith platform-specific edits, engaging subtitles, and dynamic visuals, I make sure your videos perform well in a competitive digital space. Whether you\u2019re a small business or a well-known brand, I\u2019ll help you elevate your social media presence with creative video campaigns that are impossible to ignore.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2750,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+550},rvQciyMEg:{y:(componentViewport?.y||0)+0+550}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3lvyp8-container\",\"data-framer-name\":\"commercial - drone videography?\",layoutDependency:layoutDependency,layoutId:\"KuttRzuG4-container\",name:\"commercial - drone videography?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you offer drone videography for brands?\",height:\"100%\",id:\"KuttRzuG4\",layoutId:\"KuttRzuG4\",name:\"commercial - drone videography?\",style:{width:\"100%\"},UGui95gMS:\"Yes! Drone videography is one of the tools I use to create cinematic, high-impact content for brands. It\u2019s perfect for showcasing scenic locations, capturing unique perspectives, and adding a dynamic edge to your video campaigns. Whether you\u2019re promoting a hospitality venue, a tourism destination, or a lifestyle brand, drone footage takes your content to the next level.\\n\\nIncorporating drone videography into your project not only adds visual interest but also helps your videos stand out in crowded feeds. Combined with professional editing and creative storytelling, it\u2019s an effective way to elevate your brand visibility and create memorable content for your audience.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3025,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+825},rvQciyMEg:{y:(componentViewport?.y||0)+0+825}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10v55o4-container\",\"data-framer-name\":\"commercial - one off campaign\",layoutDependency:layoutDependency,layoutId:\"kZzcF3mym-container\",name:\"commercial - one off campaign\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"How does your one-off video campaign service work?\",height:\"100%\",id:\"kZzcF3mym\",layoutId:\"kZzcF3mym\",name:\"commercial - one off campaign\",style:{width:\"100%\"},UGui95gMS:\"My one-off video campaign service is ideal for brands looking to make an impact with a specific project or event. This could include product launch videos, event videography, or promotional content for social media platforms like Instagram and TikTok. I handle every step of the process\u2014from pre-production planning and filming to editing and delivering polished, professional content.\\n\\nThese campaigns are designed to meet your unique goals and maximise engagement with your target audience. By focusing on cinematic storytelling, creative visuals, and platform optimisation, I help your brand stand out with high-quality video content tailored to your needs. For more details, visit the pricing section.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3300,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+1100},rvQciyMEg:{y:(componentViewport?.y||0)+0+1100}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bntjyf-container\",\"data-framer-name\":\"commercial - ongoing support\",layoutDependency:layoutDependency,layoutId:\"eFZcBwwHi-container\",name:\"commercial - ongoing support\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Can you handle ongoing video production for my business?\",height:\"100%\",id:\"eFZcBwwHi\",layoutId:\"eFZcBwwHi\",name:\"commercial - ongoing support\",style:{width:\"100%\"},UGui95gMS:\"Yes, I offer packages designed for brands that need consistent, high-quality content throughout the year. With six video campaigns annually, I\u2019ll ensure your business has a steady flow of fresh, engaging content for platforms like Instagram, TikTok, and YouTube. This service is perfect for brands looking to put their content strategy on autopilot while maintaining a strong and visible presence.\\n\\nFrom creative direction and filming to editing and post-production, I take care of the entire process. Whether you\u2019re a brewery, a fashion label, or a hospitality business, my ongoing video production services are tailored to suit your brand and keep your audience engaged year-round.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3575,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+1375},rvQciyMEg:{y:(componentViewport?.y||0)+0+1375}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fjoglp-container\",\"data-framer-name\":\"commercial - whats included\",layoutDependency:layoutDependency,layoutId:\"hNZTnK2IO-container\",name:\"commercial - whats included\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"What\u2019s included in your video production services?\",height:\"100%\",id:\"hNZTnK2IO\",layoutId:\"hNZTnK2IO\",name:\"commercial - whats included\",style:{width:\"100%\"},UGui95gMS:\"My video production services are comprehensive and cover every step of the process. This includes creative direction, planning, filming, editing, and post-production. I specialise in cinematic brand storytelling, product launch videos, and content marketing, ensuring each project aligns with your goals and resonates with your audience.\\n\\nAdditional features like drone footage, platform-specific edits, and text overlays can be incorporated to maximise the impact of your content. Whether you\u2019re looking for lifestyle brand videography or corporate video production, I tailor my services to meet your needs and deliver polished, professional results.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3850,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+1650},rvQciyMEg:{y:(componentViewport?.y||0)+0+1650}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qqgp01-container\",\"data-framer-name\":\"commercial - how to boost brand engagement\",layoutDependency:layoutDependency,layoutId:\"n0eZDGQ_h-container\",name:\"commercial - how to boost brand engagement\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"How can video boost my brand engagement?\",height:\"100%\",id:\"n0eZDGQ_h\",layoutId:\"n0eZDGQ_h\",name:\"commercial - how to boost brand engagement\",style:{width:\"100%\"},UGui95gMS:\"Video is one of the most powerful tools for boosting brand engagement and building trust with your audience. High-quality, visually compelling videos grab attention and encourage interaction, especially on platforms like Instagram, TikTok, and YouTube. By creating videos tailored to your brand\u2019s identity and values, I help you stand out in a competitive market.\\n\\nThrough creative video campaigns, cinematic storytelling, and platform-specific optimisation, I help businesses increase their visibility and connect with their audience in meaningful ways. Whether it\u2019s for a product launch or an ongoing marketing strategy, video is key to driving growth and building loyalty.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4125,...addPropertyOverrides({OuHw3n4JK:{y:(componentViewport?.y||0)+0+1925},rvQciyMEg:{y:(componentViewport?.y||0)+0+1925}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tkj9aw-container\",\"data-framer-name\":\"commercial - where do you work\",layoutDependency:layoutDependency,layoutId:\"okzKIomSx-container\",name:\"commercial - where do you work\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you work with businesses across Victoria and Australia?\",height:\"100%\",id:\"okzKIomSx\",layoutId:\"okzKIomSx\",name:\"commercial - where do you work\",style:{width:\"100%\"},UGui95gMS:\"Yes, while I\u2019m based on the Mornington Peninsula, I work with businesses all across Victoria and Australia. I\u2019ve travelled to Melbourne, regional Victoria, and other parts of the country to collaborate with brands in various industries. Whether it\u2019s for skincare brand videography, hospitality campaigns, or promotional videos for tourism, I\u2019m equipped to bring your vision to life wherever you are.\\n\\nNo matter your location, I offer professional videography services designed to suit your brand\u2019s specific goals. From drone videography to full-service production, I ensure every detail is tailored to your business and audience, delivering content that elevates your brand\u2019s visibility and engagement.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4400,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+0},RY7RLe4gD:{y:(componentViewport?.y||0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w51aox-container\",\"data-framer-name\":\"film - types of documentaries\",layoutDependency:layoutDependency,layoutId:\"CFlNJvVBR-container\",name:\"film - types of documentaries\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"What types of documentaries do you produce?\",height:\"100%\",id:\"CFlNJvVBR\",layoutId:\"CFlNJvVBR\",name:\"film - types of documentaries\",style:{width:\"100%\"},UGui95gMS:\"I specialise in producing a variety of documentaries, including environmental documentaries, lifestyle stories, and films exploring mental health and wellbeing. My focus is on story-driven videography and cinematic storytelling that connects with audiences on an emotional level. From underwater cinematography to drone footage capturing vast landscapes, I aim to create films that feel immersive, authentic, and impactful.\\n\\nWhether you\u2019re looking to showcase environmental causes, share personal journeys, or highlight unique cultural experiences, I approach every project with creativity and care. My professional documentary production services include full-service film production, from planning to editing, ensuring your story is told beautifully and resonates with the audience.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4675,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+275},RY7RLe4gD:{y:(componentViewport?.y||0)+0+275}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-152zwq4-container\",\"data-framer-name\":\"film - independent short films?\",layoutDependency:layoutDependency,layoutId:\"sxTn5An73-container\",name:\"film - independent short films?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you work on independent short films?\",height:\"100%\",id:\"sxTn5An73\",layoutId:\"sxTn5An73\",name:\"film - independent short films?\",style:{width:\"100%\"},UGui95gMS:\"Yes, independent short films are a big part of what I do. As an Australian filmmaker, I enjoy collaborating on projects that require creative film direction, unique storytelling, and polished, high-quality production. Short films are powerful tools for communicating meaningful stories, whether it\u2019s for festivals, brands, or passion projects.\\n\\nI offer full-service video production tailored to the scale and needs of your short film. From cinematic 4K visuals and immersive storytelling techniques to drone videography and post-production editing, I bring the experience and tools to help your project come to life\u2014on time and on budget.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4950,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+550},RY7RLe4gD:{y:(componentViewport?.y||0)+0+550}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wan3mm-container\",\"data-framer-name\":\"film - use drones and underwater?\",layoutDependency:layoutDependency,layoutId:\"iP1ajkHgN-container\",name:\"film - use drones and underwater?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Can you include drone or underwater footage in a documentary?\",height:\"100%\",id:\"iP1ajkHgN\",layoutId:\"iP1ajkHgN\",name:\"film - use drones and underwater?\",style:{width:\"100%\"},UGui95gMS:\"Absolutely. Drone videography and underwater cinematography are key tools in my film production services. Whether you\u2019re capturing vast, sweeping landscapes or the serene beauty of the ocean, these techniques add a cinematic quality to documentaries, lifestyle films, and brand storytelling.\\n\\nFor environmental documentaries or adventure-driven projects, drone footage provides unique angles that elevate the story visually. Similarly, underwater cinematography allows for breathtaking visuals that immerse audiences in natural environments\u2014perfect for travel, exploration, and conservation-focused films.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5225,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+825},RY7RLe4gD:{y:(componentViewport?.y||0)+0+825}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lyew5z-container\",\"data-framer-name\":\"film - films for festivals\",layoutDependency:layoutDependency,layoutId:\"d5W5mWkHw-container\",name:\"film - films for festivals\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you produce films for festivals and awards?\",height:\"100%\",id:\"d5W5mWkHw\",layoutId:\"d5W5mWkHw\",name:\"film - films for festivals\",style:{width:\"100%\"},UGui95gMS:\"Yes, I produce independent films and documentaries that are ready for submission to festivals and awards. My approach combines professional documentary production with creative film direction to ensure each film is polished, powerful, and engaging. I\u2019ve worked on films that have received recognition at both local and international film festivals.\\n\\nFrom pre-production planning to the final edit, I\u2019ll work with you to create a film that tells your story with purpose and visual impact. Whether it\u2019s a short film, an environmental piece, or a personal project, I ensure your film meets the highest quality standards for festival submissions.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5500,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+1100},RY7RLe4gD:{y:(componentViewport?.y||0)+0+1100}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tgsxn7-container\",\"data-framer-name\":\"film - what's included\",layoutDependency:layoutDependency,layoutId:\"rCxt9j9iq-container\",name:\"film - what's included\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"What\u2019s included in your film production services?\",height:\"100%\",id:\"rCxt9j9iq\",layoutId:\"rCxt9j9iq\",name:\"film - what's included\",style:{width:\"100%\"},UGui95gMS:\"My full-service film production covers everything from concept development to final delivery. This includes creative film direction, professional filming with 4K equipment, drone footage, underwater cinematography, and cinematic video editing. I tailor the process to your goals, whether it\u2019s a short film, a brand documentary, or an independent project.\\n\\nYou\u2019ll also get access to storyboarding, pre-production planning, and post-production editing to bring your vision to life. I aim to deliver films that not only look stunning but also feel authentic, helping your project stand out in a competitive space.\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5775,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+1375},RY7RLe4gD:{y:(componentViewport?.y||0)+0+1375}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pxdfit-container\",\"data-framer-name\":\"film - brands with story docs?\",layoutDependency:layoutDependency,layoutId:\"bsYVtJ3oA-container\",name:\"film - brands with story docs?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you work with brands looking for story-driven documentaries?\",height:\"100%\",id:\"bsYVtJ3oA\",layoutId:\"bsYVtJ3oA\",name:\"film - brands with story docs?\",style:{width:\"100%\"},UGui95gMS:\"Yes, I work closely with brands looking to tell their story through powerful, professional documentaries. Story-driven videography is an excellent way to connect with audiences and showcase the values behind a business. Whether it\u2019s an environmental initiative, a lifestyle story, or a product narrative, I tailor each film to align with your brand\u2019s message.\\n\\nWith cinematic storytelling, drone visuals, and professional editing, I create films that feel both polished and authentic. My experience working with brands across Victoria, Melbourne, and Australia ensures your story will reach the right audience with impact.\\n\\n\",variant:\"TQ50shPRy\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:259,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6050,...addPropertyOverrides({jqQ_pohus:{y:(componentViewport?.y||0)+0+1650},RY7RLe4gD:{y:(componentViewport?.y||0)+0+1650}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g97d8o-container\",\"data-framer-name\":\"film - projects across australia?\",layoutDependency:layoutDependency,layoutId:\"g1gEqnVKN-container\",name:\"film - projects across australia?\",children:/*#__PURE__*/_jsx(FAQItem,{auKEV4lZT:\"Do you work on projects across Australia?\",height:\"100%\",id:\"g1gEqnVKN\",layoutId:\"g1gEqnVKN\",name:\"film - projects across australia?\",style:{width:\"100%\"},UGui95gMS:\"Absolutely. While I\u2019m based on the Mornington Peninsula, I work with clients across Victoria and Australia on independent films, short documentaries, and brand projects. Whether you\u2019re located in Melbourne, regional Victoria, or elsewhere in the country, I\u2019m happy to travel to bring your story to life.\\n\\nI\u2019ve worked on projects showcasing Australian landscapes, travel destinations, and environmental stories, using tools like drone videography and immersive storytelling techniques to capture the unique essence of each location. Wherever you\u2019re based, I\u2019ll ensure your film project is handled with care, creativity, and professionalism.\",variant:\"TQ50shPRy\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IJh36.framer-1wlr5u4, .framer-IJh36 .framer-1wlr5u4 { display: block; }\",\".framer-IJh36.framer-1wy2i1h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 672px; }\",\".framer-IJh36 .framer-fh3ahz-container, .framer-IJh36 .framer-1pbj655-container, .framer-IJh36 .framer-146fni5-container, .framer-IJh36 .framer-1r1qanh-container, .framer-IJh36 .framer-4zjb36-container, .framer-IJh36 .framer-m4f8jq-container, .framer-IJh36 .framer-1oa0u4q-container, .framer-IJh36 .framer-uveg2x-container, .framer-IJh36 .framer-1uutv9r-container, .framer-IJh36 .framer-876eqc-container, .framer-IJh36 .framer-3lvyp8-container, .framer-IJh36 .framer-10v55o4-container, .framer-IJh36 .framer-1bntjyf-container, .framer-IJh36 .framer-fjoglp-container, .framer-IJh36 .framer-qqgp01-container, .framer-IJh36 .framer-1tkj9aw-container, .framer-IJh36 .framer-1w51aox-container, .framer-IJh36 .framer-152zwq4-container, .framer-IJh36 .framer-wan3mm-container, .framer-IJh36 .framer-1lyew5z-container, .framer-IJh36 .framer-1tgsxn7-container, .framer-IJh36 .framer-pxdfit-container, .framer-IJh36 .framer-1g97d8o-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IJh36.framer-1wy2i1h { gap: 0px; } .framer-IJh36.framer-1wy2i1h > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-IJh36.framer-1wy2i1h > :first-child { margin-top: 0px; } .framer-IJh36.framer-1wy2i1h > :last-child { margin-bottom: 0px; } }\",\".framer-IJh36.framer-v-9xqbxx.framer-1wy2i1h { width: 704px; }\",\".framer-IJh36.framer-v-1uf4ecc.framer-1wy2i1h, .framer-IJh36.framer-v-1c6bgty.framer-1wy2i1h, .framer-IJh36.framer-v-1cg6ydf.framer-1wy2i1h, .framer-IJh36.framer-v-1v37qml.framer-1wy2i1h { width: 312px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2339\n * @framerIntrinsicWidth 672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uzqTeoq1Z\":{\"layout\":[\"fixed\",\"auto\"]},\"ymCZWWBHz\":{\"layout\":[\"fixed\",\"auto\"]},\"IKlYudxpo\":{\"layout\":[\"fixed\",\"auto\"]},\"Nq4BsLrAX\":{\"layout\":[\"fixed\",\"auto\"]},\"rvQciyMEg\":{\"layout\":[\"fixed\",\"auto\"]},\"OuHw3n4JK\":{\"layout\":[\"fixed\",\"auto\"]},\"RY7RLe4gD\":{\"layout\":[\"fixed\",\"auto\"]},\"jqQ_pohus\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRPLl_XqIz=withCSS(Component,css,\"framer-IJh36\");export default FramerRPLl_XqIz;FramerRPLl_XqIz.displayName=\"FAQ Items\";FramerRPLl_XqIz.defaultProps={height:2339,width:672};addPropertyControls(FramerRPLl_XqIz,{variant:{options:[\"o0AHHvj8D\",\"uzqTeoq1Z\",\"ymCZWWBHz\",\"IKlYudxpo\",\"Nq4BsLrAX\",\"rvQciyMEg\",\"OuHw3n4JK\",\"RY7RLe4gD\",\"jqQ_pohus\"],optionTitles:[\"ALL FAQs DESKTOP\",\"ALL FAQs TABLET\",\"ALL FAQs MOBILE\",\"WEDDING FAQS - DESKTOP\",\"WEDDING FAQS - TABLET\",\"commercial desktop\",\"Commercial - mobile\",\"film desktop\",\"film - mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRPLl_XqIz,[{explicitInter:true,fonts:[]},...FAQItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRPLl_XqIz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"2339\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"672\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uzqTeoq1Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ymCZWWBHz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IKlYudxpo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nq4BsLrAX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rvQciyMEg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OuHw3n4JK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RY7RLe4gD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jqQ_pohus\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3969033)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-VzybA .framer-styles-preset-561qrl:not(.rich-text-wrapper), .framer-VzybA .framer-styles-preset-561qrl.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.32px; --framer-line-height: 132%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-VzybA\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7cbec57)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-lV9UL .framer-styles-preset-1x5uyhf:not(.rich-text-wrapper), .framer-lV9UL .framer-styles-preset-1x5uyhf.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.32px; --framer-line-height: 132%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-lV9UL\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (97d1eee)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-p3kSC .framer-styles-preset-1ydhju9:not(.rich-text-wrapper), .framer-p3kSC .framer-styles-preset-1ydhju9.rich-text-wrapper a { --framer-link-current-text-color: var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, #e7ff53) /* {\"name\":\"Primary\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: rgba(231, 255, 83, 0.5); --framer-link-text-color: var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, #e7ff53); transition: color 0.2s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-p3kSC\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/142jku8NKJlTog46rIBw/wTtAr4kXYBdAvxLn3Dnz/e7sW7NSed.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/i9modFNAgfOFCJug6aS8/cMOGmH43nMyoJz7hUVSG/fOE4XezKS.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/v9ePgWBgBrwYP1eQeAHq/KmRsBs2yQnCOMjGbGMKr/w7c9vShBN.js\";import NavItem from\"https://framerusercontent.com/modules/uSsL2zdwHNPdGAn1hNV4/aIUS70sL8pYaSAGqtTsm/DiUFoLdkC.js\";const NavItemFonts=getFonts(NavItem);const cycleOrder=[\"NqSk0NIxF\",\"Ndh1HpwOU\",\"LPp6IeQZ0\"];const serializationHash=\"framer-YKwtw\";const variantClassNames={LPp6IeQZ0:\"framer-v-7de330\",Ndh1HpwOU:\"framer-v-12z3cnc\",NqSk0NIxF:\"framer-v-2vxegf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Default (Mobile)\":\"LPp6IeQZ0\",\"Default (Tablet)\":\"Ndh1HpwOU\",Default:\"NqSk0NIxF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"NqSk0NIxF\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NqSk0NIxF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"LPp6IeQZ0\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"LPp6IeQZ0\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-2vxegf\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"NqSk0NIxF\",ref:ref??ref1,style:{...style},...addPropertyOverrides({LPp6IeQZ0:{\"data-framer-name\":\"Default (Mobile)\"},Ndh1HpwOU:{\"data-framer-name\":\"Default (Tablet)\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rbezph\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"vQN2W4ufI\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m18m3g\",\"data-framer-name\":\"Footer Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"Hv6ASD_2m\",style:{backgroundColor:\"var(--token-9c699e50-a234-4833-a600-d108c3b2fd72, rgb(0, 0, 0))\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48},variants:{LPp6IeQZ0:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:32,borderTopRightRadius:32}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pb1o29\",\"data-framer-name\":\"Footer Content\",layoutDependency:layoutDependency,layoutId:\"Dcq0XQm2D\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d4lyeu\",\"data-border\":true,\"data-framer-name\":\"Logo & Footer Nav\",layoutDependency:layoutDependency,layoutId:\"QGQHrR9Tb\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"vOOV0Bq_X\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1c5mczb framer-116c9o7\",\"data-framer-name\":\"Logo Content\",layoutDependency:layoutDependency,layoutId:\"vOOV0Bq_X\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12tlk9d\",\"data-framer-name\":\"5 smiley sentimental squint eyes\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dviwpTpFY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 138 150\"><path d=\"M 67.218 23.785 C 66.203 22.273 64.495 21.364 62.665 21.364 L 35.686 21.364 C 32.663 21.364 30.213 18.929 30.213 15.924 C 30.213 12.92 32.663 10.484 35.686 10.484 L 62.665 10.484 C 68.155 10.484 73.281 13.211 76.325 17.752 L 82.399 26.805 L 84.939 26.805 C 94.006 26.805 101.356 34.112 101.356 43.125 L 101.356 44.268 L 110.73 38.523 C 112.609 37.372 114.875 37.022 117.017 37.551 C 119.159 38.08 120.996 39.444 122.115 41.336 C 122.854 42.588 123.245 44.013 123.246 45.465 L 123.246 73.417 C 123.247 76.375 121.638 79.101 119.04 80.542 C 116.442 81.983 113.263 81.915 110.73 80.364 L 101.356 74.625 L 101.356 75.767 C 101.356 84.781 94.006 92.088 84.939 92.088 L 80.779 92.088 L 80.779 127.668 C 80.779 127.668 81.436 136.807 69.615 136.807 C 59.108 136.807 59.108 127.668 59.108 127.668 L 59.108 92.088 C 54.754 92.088 21.683 90.369 18.604 87.308 C 15.525 84.247 13.795 80.096 13.795 75.767 L 13.795 43.125 C 13.795 38.797 15.525 34.646 18.604 31.585 C 21.683 28.524 25.859 26.805 30.213 26.805 L 69.243 26.805 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 66.124 28.219 C 65.108 26.706 63.4 25.798 61.571 25.798 L 34.591 25.798 C 31.569 25.798 29.119 23.362 29.119 20.357 C 29.119 17.353 31.569 14.917 34.591 14.917 L 61.571 14.917 C 67.06 14.918 72.185 17.645 75.23 22.185 L 81.305 31.238 L 83.844 31.238 C 88.198 31.237 92.374 32.957 95.453 36.018 C 98.532 39.079 100.262 43.23 100.262 47.559 L 100.262 48.701 L 109.636 42.956 C 112.168 41.404 115.346 41.336 117.942 42.777 C 120.54 44.217 122.151 46.941 122.152 49.898 L 122.152 77.85 C 122.152 80.808 120.543 83.534 117.945 84.975 C 115.348 86.417 112.169 86.349 109.636 84.797 L 100.262 79.058 L 100.262 80.201 C 100.261 89.214 92.911 96.521 83.844 96.521 L 79.685 96.521 L 79.685 132.101 C 79.685 132.101 80.341 141.24 68.521 141.24 C 58.013 141.24 58.013 132.101 58.013 132.101 L 58.013 96.521 C 53.659 96.521 20.588 94.801 17.509 91.741 C 14.431 88.68 12.701 84.529 12.701 80.201 L 12.701 47.559 C 12.701 43.23 13.562 32.014 16.641 28.953 C 19.72 25.892 29.033 25.036 33.387 25.036 C 33.387 25.036 36.999 31.238 39.954 31.238 L 68.149 31.238 Z\" fill=\"rgb(253,179,212)\"></path><path d=\"M 83.128 127.704 L 83.124 127.607 L 83.124 94.419 L 84.939 94.419 C 94.177 94.419 102.041 87.733 103.474 78.659 L 109.5 82.349 C 112.756 84.344 116.843 84.431 120.183 82.577 C 123.521 80.723 125.59 77.219 125.591 73.417 L 125.591 45.464 C 125.588 41.663 123.518 38.161 120.179 36.309 C 116.84 34.458 112.755 34.546 109.5 36.539 L 103.474 40.232 C 102.04 31.159 94.177 24.474 84.939 24.474 L 83.654 24.474 L 78.276 16.459 L 78.275 16.459 C 74.796 11.27 68.938 8.153 62.665 8.153 L 35.686 8.153 C 31.368 8.153 27.868 11.632 27.868 15.924 C 27.868 20.216 31.368 23.695 35.686 23.695 L 62.665 23.695 C 63.428 23.695 64.164 23.972 64.736 24.474 L 30.213 24.474 C 19.851 24.474 11.451 32.824 11.45 43.125 L 11.45 75.767 C 11.45 80.714 13.427 85.458 16.946 88.956 C 17.443 89.45 18.065 89.776 18.573 89.999 C 19.12 90.238 19.747 90.448 20.411 90.635 C 21.74 91.009 23.399 91.344 25.237 91.646 C 28.924 92.252 33.551 92.76 38.17 93.167 C 45.439 93.809 52.838 94.217 56.763 94.361 L 56.763 127.668 L 59.108 127.668 C 56.763 127.668 56.763 127.669 56.763 127.67 L 56.763 127.696 L 56.764 127.737 C 56.765 127.777 56.767 127.818 56.768 127.859 C 56.771 127.957 56.778 128.089 56.791 128.25 C 56.818 128.571 56.869 129.011 56.969 129.532 C 57.166 130.564 57.566 131.968 58.386 133.394 C 60.112 136.398 63.512 139.138 69.615 139.138 C 76.249 139.138 79.88 136.502 81.666 133.394 C 82.508 131.929 82.866 130.486 83.018 129.425 C 83.082 128.989 83.119 128.549 83.129 128.108 C 83.132 127.942 83.13 127.806 83.128 127.704 Z\" fill=\"transparent\" stroke-width=\"5.55\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10799467206,withExternalLayout:true,...addPropertyOverrides({LPp6IeQZ0:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 98 106\"><path d=\"M 47.735 16.808 C 47.014 15.739 45.801 15.097 44.501 15.097 L 25.342 15.097 C 23.196 15.097 21.456 13.376 21.456 11.253 C 21.456 9.13 23.196 7.409 25.342 7.409 L 44.501 7.409 C 48.4 7.408 52.04 9.336 54.202 12.545 L 58.516 18.942 L 60.319 18.942 C 66.758 18.942 71.977 24.106 71.978 30.475 L 71.978 31.283 L 78.635 27.223 C 79.969 26.41 81.578 26.162 83.099 26.536 C 84.62 26.91 85.925 27.874 86.719 29.211 C 87.244 30.095 87.522 31.103 87.523 32.129 L 87.523 51.881 C 87.523 53.971 86.38 55.898 84.535 56.916 C 82.691 57.935 80.433 57.887 78.635 56.791 L 71.978 52.735 L 71.978 53.542 C 71.977 59.912 66.758 65.075 60.319 65.075 L 57.365 65.075 L 57.365 90.218 C 57.365 90.218 57.831 96.677 49.437 96.677 C 41.975 96.677 41.975 90.218 41.975 90.218 L 41.975 65.075 C 38.883 65.075 15.398 63.861 13.212 61.698 C 11.025 59.535 9.797 56.601 9.797 53.542 L 9.797 30.475 C 9.797 27.416 11.025 24.483 13.211 22.32 C 15.398 20.157 18.363 18.942 21.456 18.942 L 49.173 18.942 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 46.957 19.941 C 46.236 18.872 45.023 18.23 43.724 18.23 L 24.565 18.23 C 22.418 18.23 20.678 16.509 20.678 14.386 C 20.678 12.263 22.418 10.542 24.565 10.542 L 43.724 10.542 C 47.622 10.542 51.262 12.469 53.424 15.678 L 57.738 22.075 L 59.541 22.075 C 62.633 22.074 65.599 23.29 67.786 25.453 C 69.972 27.616 71.2 30.549 71.2 33.608 L 71.2 34.416 L 77.858 30.355 C 79.655 29.259 81.912 29.211 83.756 30.229 C 85.601 31.246 86.745 33.172 86.745 35.261 L 86.745 55.014 C 86.746 57.104 85.603 59.031 83.758 60.049 C 81.913 61.068 79.656 61.02 77.858 59.924 L 71.2 55.868 L 71.2 56.675 C 71.2 63.045 65.98 68.208 59.541 68.208 L 56.588 68.208 L 56.588 93.351 C 56.588 93.351 57.054 99.81 48.66 99.81 C 41.198 99.81 41.198 93.351 41.198 93.351 L 41.198 68.208 C 38.106 68.208 14.621 66.993 12.434 64.83 C 10.248 62.667 9.02 59.734 9.02 56.675 L 9.02 33.608 C 9.02 30.549 9.631 22.623 11.818 20.46 C 14.004 18.297 20.618 17.692 23.71 17.692 C 23.71 17.692 26.275 22.075 28.373 22.075 L 48.396 22.075 Z\" fill=\"rgb(253,179,212)\"></path><path d=\"M 59.033 90.244 L 59.03 90.176 L 59.03 66.723 L 60.319 66.723 C 66.88 66.723 72.464 61.998 73.482 55.586 L 77.761 58.193 C 80.073 59.603 82.976 59.665 85.347 58.355 C 87.718 57.044 89.187 54.568 89.188 51.881 L 89.188 32.128 C 89.186 29.442 87.716 26.967 85.345 25.659 C 82.974 24.35 80.073 24.412 77.761 25.821 L 73.482 28.43 C 72.463 22.019 66.879 17.295 60.319 17.295 L 59.406 17.295 L 55.587 11.631 L 55.587 11.631 C 53.116 7.964 48.956 5.761 44.501 5.761 L 25.342 5.761 C 22.276 5.761 19.791 8.22 19.791 11.253 C 19.791 14.286 22.276 16.745 25.342 16.745 L 44.501 16.745 C 45.043 16.745 45.566 16.94 45.972 17.295 L 21.456 17.295 C 14.097 17.295 8.132 23.196 8.131 30.475 L 8.131 53.542 C 8.131 57.038 9.535 60.391 12.034 62.862 C 12.387 63.212 12.829 63.442 13.189 63.599 C 13.578 63.768 14.023 63.917 14.495 64.048 C 15.439 64.313 16.617 64.55 17.922 64.763 C 20.54 65.191 23.826 65.55 27.106 65.838 C 32.268 66.292 37.523 66.58 40.31 66.682 L 40.31 90.218 L 41.975 90.218 C 40.31 90.218 40.31 90.219 40.31 90.22 L 40.31 90.238 L 40.31 90.267 C 40.312 90.296 40.313 90.325 40.313 90.353 C 40.316 90.423 40.321 90.516 40.33 90.63 C 40.349 90.857 40.385 91.168 40.456 91.536 C 40.596 92.265 40.88 93.257 41.462 94.265 C 42.688 96.388 45.103 98.324 49.437 98.324 C 54.148 98.324 56.726 96.461 57.995 94.265 C 58.593 93.23 58.847 92.21 58.955 91.46 C 59 91.152 59.027 90.841 59.034 90.529 C 59.036 90.412 59.035 90.316 59.033 90.244 Z\" fill=\"transparent\" stroke-width=\"3.94\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10995506404},Ndh1HpwOU:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75 82\"><path d=\"M 36.532 13.003 C 35.98 12.176 35.051 11.679 34.057 11.679 L 19.394 11.679 C 17.752 11.679 16.42 10.348 16.42 8.705 C 16.42 7.063 17.752 5.731 19.394 5.731 L 34.057 5.731 C 37.041 5.731 39.826 7.222 41.481 9.704 L 44.782 14.653 L 46.162 14.653 C 51.09 14.653 55.085 18.648 55.085 23.575 L 55.085 24.2 L 60.18 21.059 C 61.201 20.43 62.432 20.239 63.596 20.528 C 64.76 20.817 65.759 21.563 66.367 22.597 C 66.769 23.281 66.981 24.06 66.982 24.854 L 66.982 40.135 C 66.982 41.751 66.107 43.242 64.695 44.03 C 63.284 44.818 61.556 44.78 60.18 43.932 L 55.085 40.795 L 55.085 41.419 C 55.085 46.347 51.09 50.341 46.162 50.341 L 43.902 50.341 L 43.902 69.792 C 43.902 69.792 44.259 74.788 37.834 74.788 C 32.124 74.788 32.124 69.792 32.124 69.792 L 32.124 50.341 C 29.758 50.341 11.784 49.402 10.111 47.728 C 8.438 46.055 7.497 43.786 7.497 41.419 L 7.497 23.575 C 7.497 21.209 8.437 18.94 10.111 17.266 C 11.784 15.593 14.054 14.653 16.42 14.653 L 37.632 14.653 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 35.937 15.426 C 35.385 14.599 34.456 14.103 33.462 14.103 L 18.799 14.103 C 17.157 14.103 15.825 12.771 15.825 11.129 C 15.825 9.486 17.157 8.155 18.799 8.155 L 33.462 8.155 C 36.445 8.155 39.231 9.646 40.886 12.128 L 44.187 17.077 L 45.567 17.077 C 47.934 17.076 50.203 18.016 51.877 19.69 C 53.55 21.363 54.49 23.632 54.49 25.999 L 54.49 26.623 L 59.585 23.483 C 60.961 22.634 62.688 22.597 64.099 23.385 C 65.511 24.172 66.386 25.661 66.387 27.278 L 66.387 42.558 C 66.387 44.175 65.512 45.665 64.101 46.453 C 62.689 47.241 60.961 47.204 59.585 46.356 L 54.49 43.218 L 54.49 43.843 C 54.49 48.77 50.495 52.765 45.567 52.765 L 43.307 52.765 L 43.307 72.215 C 43.307 72.215 43.664 77.211 37.24 77.211 C 31.529 77.211 31.529 72.215 31.529 72.215 L 31.529 52.765 C 29.163 52.765 11.189 51.825 9.516 50.152 C 7.843 48.479 6.903 46.209 6.903 43.843 L 6.903 25.999 C 6.903 23.632 7.371 17.501 9.044 15.828 C 10.717 14.154 15.779 13.686 18.145 13.686 C 18.145 13.686 20.108 17.077 21.714 17.077 L 37.037 17.077 Z\" fill=\"rgb(253,179,212)\"></path><path d=\"M 45.178 69.811 L 45.176 69.758 L 45.176 51.616 L 46.162 51.616 C 51.183 51.616 55.457 47.96 56.236 43 L 59.511 45.017 C 61.281 46.108 63.502 46.156 65.317 45.142 C 67.131 44.129 68.256 42.213 68.256 40.135 L 68.256 24.853 C 68.254 22.776 67.129 20.861 65.315 19.849 C 63.5 18.837 61.28 18.885 59.511 19.975 L 56.236 21.993 C 55.456 17.034 51.183 13.379 46.162 13.379 L 45.464 13.379 L 42.541 8.998 L 42.541 8.997 C 40.65 6.161 37.466 4.457 34.057 4.457 L 19.394 4.457 C 17.048 4.457 15.146 6.359 15.146 8.705 C 15.146 11.051 17.048 12.953 19.394 12.953 L 34.057 12.953 C 34.472 12.953 34.872 13.105 35.183 13.379 L 16.42 13.379 C 10.789 13.379 6.223 17.944 6.223 23.575 L 6.223 41.419 C 6.223 44.124 7.297 46.717 9.21 48.629 C 9.48 48.9 9.818 49.078 10.094 49.2 C 10.391 49.33 10.732 49.445 11.093 49.547 C 11.815 49.751 12.717 49.935 13.716 50.1 C 15.72 50.431 18.234 50.709 20.745 50.931 C 24.695 51.282 28.716 51.505 30.849 51.584 L 30.849 69.792 L 32.124 69.792 C 30.849 69.792 30.849 69.792 30.849 69.793 L 30.849 69.807 L 30.85 69.829 C 30.851 69.852 30.852 69.874 30.852 69.896 C 30.854 69.95 30.858 70.022 30.865 70.11 C 30.879 70.285 30.907 70.526 30.961 70.811 C 31.069 71.375 31.286 72.142 31.731 72.922 C 32.67 74.564 34.517 76.062 37.834 76.062 C 41.439 76.062 43.413 74.621 44.384 72.922 C 44.841 72.121 45.036 71.332 45.119 70.752 C 45.153 70.514 45.173 70.273 45.179 70.032 C 45.181 69.942 45.18 69.867 45.178 69.811 Z\" fill=\"transparent\" stroke-width=\"3.02\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11780562130}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1NpbmsgUmVndWxhcg==\",\"--framer-font-family\":'\"Sink Regular\", \"Sink Regular Placeholder\", sans-serif',\"--framer-font-size\":\"139px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"LACHY FILMS\"})}),className:\"framer-xtoiuh\",fonts:[\"CUSTOM;Sink Regular\"],layoutDependency:layoutDependency,layoutId:\"UlwxdYERV\",style:{\"--extracted-gdpscs\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LPp6IeQZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1NpbmsgUmVndWxhcg==\",\"--framer-font-family\":'\"Sink Regular\", \"Sink Regular Placeholder\", sans-serif',\"--framer-font-size\":\"59.29126107404571px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"LACHY FILMS\"})}),viewBox:\"0 0 312.6283495570382 59\"},Ndh1HpwOU:{viewBox:\"0 0 731.44 139\"}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q0iaa5\",\"data-framer-name\":\"Footer Nav Content\",layoutDependency:layoutDependency,layoutId:\"craj9zRH9\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||483)-40-443.24)/2)+0+0+0+0+0+0+246+16,...addPropertyOverrides({LPp6IeQZ0:{y:undefined},Ndh1HpwOU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6de34f-container\",layoutDependency:layoutDependency,layoutId:\"l6cF7oEpY-container\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",HjZIUFb5O:resolvedLinks[0],id:\"l6cF7oEpY\",layoutId:\"l6cF7oEpY\",variant:\"K4lcIjUzL\",VjsnACnNU:\"Home\",width:\"100%\",...addPropertyOverrides({LPp6IeQZ0:{HjZIUFb5O:resolvedLinks[2]},Ndh1HpwOU:{HjZIUFb5O:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bFrry2bLz\"},implicitPathVariables:undefined},{href:{webPageId:\"bFrry2bLz\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||483)-40-443.24)/2)+0+0+0+0+0+0+246+16,...addPropertyOverrides({Ndh1HpwOU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8zd157-container\",layoutDependency:layoutDependency,layoutId:\"LwlFG_RxJ-container\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",HjZIUFb5O:resolvedLinks1[0],id:\"LwlFG_RxJ\",layoutId:\"LwlFG_RxJ\",variant:\"K4lcIjUzL\",VjsnACnNU:\"Weddings & Events\",width:\"100%\",...addPropertyOverrides({Ndh1HpwOU:{HjZIUFb5O:resolvedLinks1[1],VjsnACnNU:\"Weddings\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BcWHpoWVH\"},implicitPathVariables:undefined},{href:{webPageId:\"BcWHpoWVH\"},implicitPathVariables:undefined},{href:{webPageId:\"bFrry2bLz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||483)-40-443.24)/2)+0+0+0+0+0+0+246+16,...addPropertyOverrides({LPp6IeQZ0:{y:undefined},Ndh1HpwOU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b50b44-container\",layoutDependency:layoutDependency,layoutId:\"BDtVj1yfy-container\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",HjZIUFb5O:resolvedLinks2[0],id:\"BDtVj1yfy\",layoutId:\"BDtVj1yfy\",variant:\"K4lcIjUzL\",VjsnACnNU:\"Commercial & LIfestyle\",width:\"100%\",...addPropertyOverrides({LPp6IeQZ0:{HjZIUFb5O:resolvedLinks2[2],VjsnACnNU:\"Weddings & Events\"},Ndh1HpwOU:{HjZIUFb5O:resolvedLinks2[1],VjsnACnNU:\"Commercial\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QQfsTYCzB\"},implicitPathVariables:undefined},{href:{webPageId:\"QQfsTYCzB\"},implicitPathVariables:undefined},{href:{webPageId:\"BcWHpoWVH\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||483)-40-443.24)/2)+0+0+0+0+0+0+246+16,...addPropertyOverrides({LPp6IeQZ0:{y:undefined},Ndh1HpwOU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cvwmmt-container\",layoutDependency:layoutDependency,layoutId:\"Pcw4caUzO-container\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",HjZIUFb5O:resolvedLinks3[0],id:\"Pcw4caUzO\",layoutId:\"Pcw4caUzO\",variant:\"K4lcIjUzL\",VjsnACnNU:\"Film & Docos\",width:\"100%\",...addPropertyOverrides({LPp6IeQZ0:{HjZIUFb5O:resolvedLinks3[2],VjsnACnNU:\"Commercial & Lifestyle\"},Ndh1HpwOU:{HjZIUFb5O:resolvedLinks3[1],VjsnACnNU:\"Film\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QQfsTYCzB\"},implicitPathVariables:undefined},{href:{webPageId:\"QQfsTYCzB\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LPp6IeQZ0:{height:30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j9kkew-container\",layoutDependency:layoutDependency,layoutId:\"HuVV_iLKc-container\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",HjZIUFb5O:resolvedLinks4[0],id:\"HuVV_iLKc\",layoutId:\"HuVV_iLKc\",variant:\"K4lcIjUzL\",VjsnACnNU:\"Film & Docos\",width:\"100%\",...addPropertyOverrides({LPp6IeQZ0:{HjZIUFb5O:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jdLFkx1Km\"},implicitPathVariables:undefined},{href:{webPageId:\"jdLFkx1Km\"},implicitPathVariables:undefined},{href:{webPageId:\"jdLFkx1Km\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||483)-40-443.24)/2)+0+0+0+0+0+0+246+16,...addPropertyOverrides({LPp6IeQZ0:{y:undefined},Ndh1HpwOU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hgrveq-container\",layoutDependency:layoutDependency,layoutId:\"Uaz9g0hAG-container\",children:/*#__PURE__*/_jsx(NavItem,{height:\"100%\",HjZIUFb5O:resolvedLinks5[0],id:\"Uaz9g0hAG\",layoutId:\"Uaz9g0hAG\",variant:\"K4lcIjUzL\",VjsnACnNU:\"Contact\",width:\"100%\",...addPropertyOverrides({LPp6IeQZ0:{HjZIUFb5O:resolvedLinks5[2]},Ndh1HpwOU:{HjZIUFb5O:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s6xxgp\",\"data-framer-name\":\"Legal & Smiles\",layoutDependency:layoutDependency,layoutId:\"tdhrHtQuE\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r8fsk8\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"gdyPgjhM4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5uyhf\",\"data-styles-preset\":\"e7sW7NSed\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"\\xa9 2024, Lachy Films\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5uyhf\",\"data-styles-preset\":\"e7sW7NSed\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"Site built by TSPM Studio\"})]}),className:\"framer-sw550q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HreJDSRzX\",style:{\"--extracted-2gxw0f\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--extracted-r6o4lv\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{LPp6IeQZ0:{\"--extracted-1w3ko1f\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LPp6IeQZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-561qrl\",\"data-styles-preset\":\"fOE4XezKS\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:[\"\\xa9 2024, Lachy Films\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Site built by TSPM Studios\"]})})})},Ndh1HpwOU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1x5uyhf\",\"data-styles-preset\":\"e7sW7NSed\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:[\"\\xa9 2024, Lachy Films\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{}),\"Site built by TSPM Studios\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m34h0u\",layoutDependency:layoutDependency,layoutId:\"mvXaIxPoO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5uyhf\",\"data-styles-preset\":\"e7sW7NSed\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"hello@lachyfilms.com\"})}),className:\"framer-1kxqo9e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qBuLWG5Oz\",style:{\"--extracted-r6o4lv\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LPp6IeQZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-561qrl\",\"data-styles-preset\":\"fOE4XezKS\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:\"hello@lachyfilms.com\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x5uyhf\",\"data-styles-preset\":\"e7sW7NSed\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"XjDKyEesb\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ydhju9\",\"data-styles-preset\":\"w7c9vShBN\",children:\"Back to Top\"})})})}),className:\"framer-18c7usf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XjDKyEesb\",style:{\"--extracted-r6o4lv\":\"var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LPp6IeQZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-561qrl\",\"data-styles-preset\":\"fOE4XezKS\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7371a2a4-0038-47a1-a36d-95ec19b6dccf, rgb(231, 255, 83)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"XjDKyEesb\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ydhju9\",\"data-styles-preset\":\"w7c9vShBN\",children:\"Back to Top\"})})})})}},baseVariant,gestureVariant)})]})]})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YKwtw.framer-116c9o7, .framer-YKwtw .framer-116c9o7 { display: block; }\",\".framer-YKwtw.framer-2vxegf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 1160px; }\",\".framer-YKwtw .framer-rbezph { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\",\".framer-YKwtw .framer-m18m3g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YKwtw .framer-pb1o29 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YKwtw .framer-1d4lyeu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-YKwtw .framer-1c5mczb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 64px 24px 32px 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-YKwtw .framer-12tlk9d { flex: none; height: 150px; position: relative; width: 138px; }\",\".framer-YKwtw .framer-xtoiuh { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-YKwtw .framer-1q0iaa5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 40px 16px 40px; position: relative; width: 100%; z-index: 3; }\",\".framer-YKwtw .framer-6de34f-container, .framer-YKwtw .framer-8zd157-container, .framer-YKwtw .framer-1b50b44-container, .framer-YKwtw .framer-1cvwmmt-container, .framer-YKwtw .framer-j9kkew-container, .framer-YKwtw .framer-hgrveq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YKwtw .framer-s6xxgp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 40px 24px 40px; position: relative; width: 100%; }\",\".framer-YKwtw .framer-1r8fsk8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YKwtw .framer-sw550q, .framer-YKwtw .framer-1kxqo9e, .framer-YKwtw .framer-18c7usf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YKwtw .framer-1m34h0u { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YKwtw.framer-2vxegf, .framer-YKwtw .framer-rbezph, .framer-YKwtw .framer-m18m3g, .framer-YKwtw .framer-pb1o29, .framer-YKwtw .framer-1d4lyeu, .framer-YKwtw .framer-1c5mczb, .framer-YKwtw .framer-s6xxgp, .framer-YKwtw .framer-1m34h0u { gap: 0px; } .framer-YKwtw.framer-2vxegf > *, .framer-YKwtw .framer-rbezph > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-YKwtw.framer-2vxegf > :first-child, .framer-YKwtw .framer-rbezph > :first-child, .framer-YKwtw .framer-1c5mczb > :first-child { margin-left: 0px; } .framer-YKwtw.framer-2vxegf > :last-child, .framer-YKwtw .framer-rbezph > :last-child, .framer-YKwtw .framer-1c5mczb > :last-child { margin-right: 0px; } .framer-YKwtw .framer-m18m3g > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-YKwtw .framer-m18m3g > :first-child, .framer-YKwtw .framer-pb1o29 > :first-child, .framer-YKwtw .framer-1d4lyeu > :first-child, .framer-YKwtw .framer-s6xxgp > :first-child, .framer-YKwtw .framer-1m34h0u > :first-child { margin-top: 0px; } .framer-YKwtw .framer-m18m3g > :last-child, .framer-YKwtw .framer-pb1o29 > :last-child, .framer-YKwtw .framer-1d4lyeu > :last-child, .framer-YKwtw .framer-s6xxgp > :last-child, .framer-YKwtw .framer-1m34h0u > :last-child { margin-bottom: 0px; } .framer-YKwtw .framer-pb1o29 > *, .framer-YKwtw .framer-1d4lyeu > *, .framer-YKwtw .framer-s6xxgp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YKwtw .framer-1c5mczb > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-YKwtw .framer-1m34h0u > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } }\",\".framer-YKwtw.framer-v-12z3cnc.framer-2vxegf { padding: 0px 0px 32px 0px; width: 768px; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-rbezph { padding: 0px 32px 0px 32px; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-1d4lyeu { order: 0; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-1c5mczb { padding: 64px 32px 32px 32px; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-12tlk9d { height: 82px; width: 75px; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-xtoiuh { flex: 1 0 0px; width: 1px; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-1q0iaa5 { padding: 16px 32px 16px 32px; }\",\".framer-YKwtw.framer-v-12z3cnc .framer-s6xxgp { order: 1; padding: 32px 32px 24px 32px; }\",\".framer-YKwtw.framer-v-7de330.framer-2vxegf { padding: 0px; width: 360px; }\",\".framer-YKwtw.framer-v-7de330 .framer-rbezph { padding: 0px; }\",\".framer-YKwtw.framer-v-7de330 .framer-1c5mczb { flex-direction: column; }\",\".framer-YKwtw.framer-v-7de330 .framer-12tlk9d { height: 106px; width: 98px; }\",\".framer-YKwtw.framer-v-7de330 .framer-1q0iaa5 { flex-direction: column; gap: 12px; justify-content: flex-start; padding: 16px 32px 16px 32px; }\",\".framer-YKwtw.framer-v-7de330 .framer-s6xxgp { gap: 32px; padding: 32px 24px 24px 24px; }\",\".framer-YKwtw.framer-v-7de330 .framer-1r8fsk8 { align-content: flex-start; align-items: flex-start; order: 0; }\",\".framer-YKwtw.framer-v-7de330 .framer-sw550q { max-width: 180px; white-space: pre-wrap; width: 155px; word-break: break-word; word-wrap: break-word; }\",\".framer-YKwtw.framer-v-7de330 .framer-1m34h0u { gap: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YKwtw.framer-v-7de330 .framer-1c5mczb, .framer-YKwtw.framer-v-7de330 .framer-1q0iaa5, .framer-YKwtw.framer-v-7de330 .framer-s6xxgp, .framer-YKwtw.framer-v-7de330 .framer-1m34h0u { gap: 0px; } .framer-YKwtw.framer-v-7de330 .framer-1c5mczb > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-YKwtw.framer-v-7de330 .framer-1c5mczb > :first-child, .framer-YKwtw.framer-v-7de330 .framer-1q0iaa5 > :first-child, .framer-YKwtw.framer-v-7de330 .framer-s6xxgp > :first-child, .framer-YKwtw.framer-v-7de330 .framer-1m34h0u > :first-child { margin-top: 0px; } .framer-YKwtw.framer-v-7de330 .framer-1c5mczb > :last-child, .framer-YKwtw.framer-v-7de330 .framer-1q0iaa5 > :last-child, .framer-YKwtw.framer-v-7de330 .framer-s6xxgp > :last-child, .framer-YKwtw.framer-v-7de330 .framer-1m34h0u > :last-child { margin-bottom: 0px; } .framer-YKwtw.framer-v-7de330 .framer-1q0iaa5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-YKwtw.framer-v-7de330 .framer-s6xxgp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YKwtw.framer-v-7de330 .framer-1m34h0u > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-YKwtw[data-border=\"true\"]::after, .framer-YKwtw [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 483\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ndh1HpwOU\":{\"layout\":[\"fixed\",\"auto\"]},\"LPp6IeQZ0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrSCkub8Gf=withCSS(Component,css,\"framer-YKwtw\");export default FramerrSCkub8Gf;FramerrSCkub8Gf.displayName=\"Footer\";FramerrSCkub8Gf.defaultProps={height:483,width:1160};addPropertyControls(FramerrSCkub8Gf,{variant:{options:[\"NqSk0NIxF\",\"Ndh1HpwOU\",\"LPp6IeQZ0\"],optionTitles:[\"Default\",\"Default (Tablet)\",\"Default (Mobile)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrSCkub8Gf,[{explicitInter:true,fonts:[{family:\"Sink Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hYMmkprlxoJtZiTHxAUQdWdXs.woff2\"},{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\"}]},...NavItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrSCkub8Gf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ndh1HpwOU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LPp6IeQZ0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"483\",\"framerIntrinsicWidth\":\"1160\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rSCkub8Gf.map"],
  "mappings": "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",
  "names": ["t", "e", "i", "s", "Animate", "o", "n", "r", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "h", "a", "c", "d", "p", "u", "m", "v", "g", "S", "w", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinks", "handleClick", "e", "href", "a", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "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", "ButtonFonts", "fL5Vpnv6I_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "btnCta", "btnLink", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "jiHmho7kQ", "IXy9hQI1c", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "Link", "css", "FramerJZckqdCPH", "withCSS", "JZckqdCPH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "name1", "placeholder", "required", "type", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GVZwMebwD", "CmmhYyaEx", "u0WdEq9HS", "rPXBCanJ_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "FormPlainTextInput2", "css", "FramercRtddxHIw", "withCSS", "cRtddxHIw_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "name1", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "GKYgTJfAo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "FormBooleanInput", "RichText2", "css", "Framerkhw59maqa", "withCSS", "khw59maqa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "T4Dz3OFXH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerp5BDM_rvr", "withCSS", "p5BDM_rvr_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "InputFonts", "getFonts", "cRtddxHIw_default", "CheckboxLabelFonts", "khw59maqa_default", "FormButtonFonts", "p5BDM_rvr_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "fL5Vpnv6I_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "formVariants", "form", "currentVariant", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onSuccess17exofx", "args", "onErrorohxlzr", "onSuccess9qi3a0", "onError1syt6cw", "gtsR7Mdoczl8ilc", "gtsR7Mdoca3b9bg", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "FormContainer", "formState", "u", "l", "ComponentViewportProvider", "RichText2", "SVG", "css", "FramerOewc4CY6H", "withCSS", "Oewc4CY6H_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "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", "answer", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "auKEV4lZT", "UGui95gMS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapbx1u1b", "args", "onTapw4p0x9", "onTap1ops7lj", "onTaprgheub", "onTap15v2znn", "onTapjgaaz8", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerbVNeFnzud", "withCSS", "bVNeFnzud_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQItemFonts", "getFonts", "bVNeFnzud_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerRPLl_XqIz", "withCSS", "RPLl_XqIz_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavItemFonts", "getFonts", "DiUFoLdkC_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerrSCkub8Gf", "withCSS", "rSCkub8Gf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
