{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/qrzA0zEYIfi81y0CKjmO/BSCXo5mc3e57uFV5P1Xc/hGeN08xYE.js", "ssg:https://framerusercontent.com/modules/qW9zJVIGBp1Lg37AnIuA/QAogoXF0uOZzFXWrEwK7/k0U1A8WnE.js", "ssg:https://framerusercontent.com/modules/cYaNdA2U2EYXg5GP4RHB/PCcxPCWVOehxuvkDopOv/Phr3lataa.js", "ssg:https://framerusercontent.com/modules/mr1C1jzCaEBvdNmBjHn1/FLULFZNRXZTTgmOda31o/p05ohkXAE.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/ljJe1FdFrokI5SbjEMwf/ap7KwONuCLNJDYQd1wwv/TeKVPFL1h.js", "ssg:https://framerusercontent.com/modules/88nD6GXdHTCT7dJBKg34/hZIjwFKF2zMT0puZxnJu/e4v9HmAs9.js", "ssg:https://framerusercontent.com/modules/xxtehb8tRkRGCePhbWle/NRdQsQFWB6njg3R8tdng/KgRbJZ4UB.js", "ssg:https://framerusercontent.com/modules/4kaqH4pweTLsUj5cxTgF/azz8YT8jnsOyOws1C9tB/KZqxzRw4Z.js", "ssg:https://framerusercontent.com/modules/SzOIXNToeSP37zAhABQo/1nHmSzgflyAJDN5P65FW/LYgklCbv6.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/UM5IZTAuha4Y8HKDMqzo/6iudnTFhLwuSFQN8dyqH/onfkzSr41.js", "ssg:https://framerusercontent.com/modules/vvwaVJ7mNfiOgQd6Vjy4/E2rF7K5WhYi7jh5O7a8w/Gup193mgs.js", "ssg:https://framerusercontent.com/modules/F8tzEUu7TcgBQ9J22Y3a/qPqMXPi12009KBe8A1z2/HP_xFgRBQ.js", "ssg:https://framerusercontent.com/modules/Ib87UcSNC1HtQX0cRuzu/uWMmHhSHxtfmTedGPZN1/rIK6XEJUE.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),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(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,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(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=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(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}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?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}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\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{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]);// Check Overlay overflow\nuseEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const checkOverflow=()=>{const htmlStyle=window.getComputedStyle(document.documentElement);const isOverflowHidden=htmlStyle.overflow===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}};// Set up MutationObserver for the html element\nconst htmlObserver=new MutationObserver(mutations=>{for(const mutation of mutations){if(mutation.type===\"attributes\"&&mutation.attributeName===\"style\"){checkOverflow();}}});// Observe the html element for style changes\nhtmlObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});// Initial check\ncheckOverflow();return()=>{htmlObserver.disconnect();};}},[]);// useEffect(() => {\n//     const overlayElement = document.getElementById(\"overlay\")\n//     if (overlayElement) {\n//         const handleMutation = (mutationsList, observer) => {\n//             for (const mutation of mutationsList) {\n//                 if (\n//                     mutation.type === \"childList\" &&\n//                     overlayElement.children.length > 0\n//                 ) {\n//                     // Check if the html tag has the style \"overflow: hidden;\"\n//                     const htmlElement = document.documentElement\n//                     console.log(htmlElement, \"htmlElement\")\n//                     const computedStyle =\n//                         window.getComputedStyle(htmlElement)\n//                     console.log(\"computedStyle\", computedStyle)\n//                     const isOverflowHidden =\n//                         computedStyle.overflow === \"hidden\"\n//                     console.log(\"isOverflowHidden\", isOverflowHidden)\n//                     if (isOverflowHidden) {\n//                         overlayElement.setAttribute(\n//                             \"data-lenis-prevent\",\n//                             \"true\"\n//                         )\n//                     }\n//                 }\n//             }\n//         }\n//         const observer = new MutationObserver(handleMutation)\n//         observer.observe(overlayElement, {\n//             childList: true,\n//             attributes: true,\n//             subtree: true,\n//         })\n//         return () => observer.disconnect()\n//     }\n// }, [])\nuseEffect(()=>{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);};},[]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=[...document.querySelectorAll(\"a[href]\")].filter(anchor=>anchor.href.includes(\"#\")).map(anchor=>{const href=`#${anchor.href.split(\"#\").pop()}`;const decodedHref=decodeURIComponent(href);let scrollMargin=0;const targetElement=document.querySelector(decodedHref);if(targetElement){scrollMargin=parseInt(window.getComputedStyle(targetElement).scrollMarginTop);}return{href,scrollMargin,anchorElement:anchor};});const handleClick=(e,href,scrollMargin)=>{e.preventDefault();lenis.current.scrollTo(href,{offset:-scrollMargin});};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.addEventListener(\"click\",handlers[index]);});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{anchorElement.removeEventListener(\"click\",handlers[index]);});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (56d1180)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Syne-bold\",\"FS;Syne-extrabold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Syne\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VKTA33GWIASJYXHVAJ3OV4FXOH4KTFF7/O44P7FGKMRRV3G5MA2GWTBG65MQIQLEZ/2XCKRF7GO6XB2DJSZCJ6MN25CPDFEJEB.woff2\",weight:\"700\"},{family:\"Syne\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WMLFYK4WLAEGUZI75GLRKSJSV36DAKYG/7FN34JXVUK5CO2P2QCUTGI3KYPETO6GN/J3Z3UROQ6US22LVWHD2QJ5SGZQKV5FDW.woff2\",weight:\"800\"}]}];export const css=[\".framer-bGkHL .framer-styles-preset-1pil21x:not(.rich-text-wrapper), .framer-bGkHL .framer-styles-preset-1pil21x.rich-text-wrapper h3 { --framer-font-family: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-bGkHL .framer-styles-preset-1pil21x:not(.rich-text-wrapper), .framer-bGkHL .framer-styles-preset-1pil21x.rich-text-wrapper h3 { --framer-font-family: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-bGkHL .framer-styles-preset-1pil21x:not(.rich-text-wrapper), .framer-bGkHL .framer-styles-preset-1pil21x.rich-text-wrapper h3 { --framer-font-family: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-bGkHL\";\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 (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-GJ1dM .framer-styles-preset-ycoxbk:not(.rich-text-wrapper), .framer-GJ1dM .framer-styles-preset-ycoxbk.rich-text-wrapper a { --framer-link-current-text-color: var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, #00428e) /* {\"name\":\"Brand primary color\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, #00428e) /* {\"name\":\"Brand primary color\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, #0080ff); --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-GJ1dM\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,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/HJ49BPlkaeXE8KLVCDwH/CAXGUNR2Flcz7tDfIdry/EhYMd4VDZ.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={KPFAOlLtW:{hover:true}};const cycleOrder=[\"KPFAOlLtW\",\"hDXPCvkn_\",\"cPNs6fAqz\",\"yT5pZwxTk\",\"cCX3XD04Y\"];const serializationHash=\"framer-6RJoo\";const variantClassNames={cCX3XD04Y:\"framer-v-dgjc5d\",cPNs6fAqz:\"framer-v-vmwjof\",hDXPCvkn_:\"framer-v-10joiro\",KPFAOlLtW:\"framer-v-wxucuz\",yT5pZwxTk:\"framer-v-bwlz2n\"};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={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,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.create(React.Fragment);const humanReadableVariantMap={Default:\"KPFAOlLtW\",Disabled:\"cPNs6fAqz\",Error:\"cCX3XD04Y\",Loading:\"hDXPCvkn_\",Success:\"yT5pZwxTk\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,miPHn8U8b:click!==null&&click!==void 0?click:props.miPHn8U8b,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"KPFAOlLtW\"};};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,miPHn8U8b,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KPFAOlLtW\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapz2621p=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(miPHn8U8b){const res=await miPHn8U8b(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"hDXPCvkn_\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hDXPCvkn_\")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-wxucuz\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"KPFAOlLtW\",onTap:onTapz2621p,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99,opacity:1,...style},variants:{\"KPFAOlLtW-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},cCX3XD04Y:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"},cPNs6fAqz:{opacity:.5}},...addPropertyOverrides({\"KPFAOlLtW-hover\":{\"data-border\":true,\"data-framer-name\":undefined},cCX3XD04Y:{\"data-framer-name\":\"Error\"},cPNs6fAqz:{\"data-framer-name\":\"Disabled\"},hDXPCvkn_:{\"data-framer-name\":\"Loading\"},yT5pZwxTk:{\"data-framer-name\":\"Success\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Submit\"})}),className:\"framer-10a59a8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ct6oAukp8\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{cCX3XD04Y:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cCX3XD04Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})})},yT5pZwxTk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Thank you\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3tpe55\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"f4eFXxkOH\",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-okz5ks\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"pBAyEbzkr\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{hDXPCvkn_:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",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-fne067\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"MmVYg45mk\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6RJoo.framer-1jjthzb, .framer-6RJoo .framer-1jjthzb { display: block; }\",\".framer-6RJoo.framer-wxucuz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-6RJoo .framer-10a59a8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-6RJoo .framer-3tpe55 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-6RJoo .framer-okz5ks { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-6RJoo .framer-fne067 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6RJoo.framer-wxucuz { gap: 0px; } .framer-6RJoo.framer-wxucuz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6RJoo.framer-wxucuz > :first-child { margin-left: 0px; } .framer-6RJoo.framer-wxucuz > :last-child { margin-right: 0px; } }\",\".framer-6RJoo.framer-v-10joiro .framer-okz5ks { overflow: hidden; }\",...sharedStyle.css,'.framer-6RJoo[data-border=\"true\"]::after, .framer-6RJoo [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 36\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hDXPCvkn_\":{\"layout\":[\"fixed\",\"fixed\"]},\"cPNs6fAqz\":{\"layout\":[\"fixed\",\"fixed\"]},\"yT5pZwxTk\":{\"layout\":[\"fixed\",\"fixed\"]},\"cCX3XD04Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"AGqL5YHpX\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"miPHn8U8b\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPhr3lataa=withCSS(Component,css,\"framer-6RJoo\");export default FramerPhr3lataa;FramerPhr3lataa.displayName=\"Buttons/Button form\";FramerPhr3lataa.defaultProps={height:36,width:240};addPropertyControls(FramerPhr3lataa,{variant:{options:[\"KPFAOlLtW\",\"hDXPCvkn_\",\"cPNs6fAqz\",\"yT5pZwxTk\",\"cCX3XD04Y\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum},miPHn8U8b:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerPhr3lataa,[{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\":\"FramerPhr3lataa\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hDXPCvkn_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cPNs6fAqz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yT5pZwxTk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cCX3XD04Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AGqL5YHpX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"miPHn8U8b\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"36\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"240\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phr3lataa.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormBooleanInput,FormContainer,FormPlainTextInput,FormSelect,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonsButtonForm from\"https://framerusercontent.com/modules/cYaNdA2U2EYXg5GP4RHB/PCcxPCWVOehxuvkDopOv/Phr3lataa.js\";const ButtonsButtonFormFonts=getFonts(ButtonsButtonForm);const cycleOrder=[\"YaosdVeUS\",\"Fftl61xdq\"];const serializationHash=\"framer-WlZX6\";const variantClassNames={Fftl61xdq:\"framer-v-17erxyt\",YaosdVeUS:\"framer-v-1bl5p6g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Complete info\":\"YaosdVeUS\",Newsletter:\"Fftl61xdq\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,lc0VPsUYF:link!==null&&link!==void 0?link:props.lc0VPsUYF,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"YaosdVeUS\"};};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,lc0VPsUYF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YaosdVeUS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Fftl61xdq\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bl5p6g\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Complete info\",layoutDependency:layoutDependency,layoutId:\"YaosdVeUS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-20ef6f2c-fd1f-4549-8f04-0afed502951d, rgba(255, 255, 255, 0.9))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{Fftl61xdq:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({Fftl61xdq:{\"data-framer-name\":\"Newsletter\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/500f7043-8b07-4d41-86fb-0f8308a3d557/submit\",className:\"framer-eljbpa\",layoutDependency:layoutDependency,layoutId:\"O1LtD1jDy\",redirectUrl:lc0VPsUYF,children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-met5d4\",layoutDependency:layoutDependency,layoutId:\"E0uikgvsV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1ib2xk\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Name\"})}),className:\"framer-qvvgwd\",fonts:[\"FS;Syne-bold\"],layoutDependency:layoutDependency,layoutId:\"P8PwLDLgd\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1nfj9nf\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"R01ZFsUeD\",placeholder:\"Daniel Schneider\",style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.7)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(0, 128, 255, 0.7)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"99px\",\"--framer-input-border-radius-bottom-right\":\"99px\",\"--framer-input-border-radius-top-left\":\"99px\",\"--framer-input-border-radius-top-right\":\"99px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(0, 128, 255, 0.7)\"},type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-siaht1\",layoutDependency:layoutDependency,layoutId:\"Oumbk34Ez\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1ib2xk\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Email\"})}),className:\"framer-1vebl79\",fonts:[\"FS;Syne-bold\"],layoutDependency:layoutDependency,layoutId:\"qzfGQ8urr\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-141m9lh\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"STAH1UQMX\",placeholder:\"daniel@example.com\",style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.7)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(0, 128, 255, 0.7)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"99px\",\"--framer-input-border-radius-bottom-right\":\"99px\",\"--framer-input-border-radius-top-left\":\"99px\",\"--framer-input-border-radius-top-right\":\"99px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(0, 128, 255, 0.7)\"},type:\"email\"})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-p04zsf\",layoutDependency:layoutDependency,layoutId:\"eAsgwWcr7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1ib2xk\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Location\"})}),className:\"framer-1gscxmi\",fonts:[\"FS;Syne-bold\"],layoutDependency:layoutDependency,layoutId:\"wgKyFFSfZ\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-1f8jif0\",defaultValue:\"\",inputName:\"Location\",layoutDependency:layoutDependency,layoutId:\"kSH3hN_mY\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Boulder City\",type:\"option\",value:\"boulder city\"},{title:\"Nevada State\",type:\"option\",value:\"nevada state\"},{title:\"Outside of Nevada\",type:\"option\",value:\"outside of nevada\"}],style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.7)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(0, 128, 255, 0.7)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"99px\",\"--framer-input-border-radius-bottom-right\":\"99px\",\"--framer-input-border-radius-top-left\":\"99px\",\"--framer-input-border-radius-top-right\":\"99px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-input-icon-color\":\"rgba(0, 128, 255, 0.6)\",\"--framer-input-invalid-text-color\":\"rgba(0, 128, 255, 0.7)\"}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1muef7f\",layoutDependency:layoutDependency,layoutId:\"excU2eZWV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1ib2xk\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Service Type\"})}),className:\"framer-1nnazlf\",fonts:[\"FS;Syne-bold\"],layoutDependency:layoutDependency,layoutId:\"Htypwfvpx\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-eeb2xh\",defaultValue:\"\",inputName:\"Location\",layoutDependency:layoutDependency,layoutId:\"X517l68ZH\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Consultation\",type:\"option\",value:\"consultation\"},{title:\"Installation\",type:\"option\",value:\"installation\"},{title:\"Maintenance\",type:\"option\",value:\"maintenance\"},{title:\"Repair\",type:\"option\",value:\"repair\"},{title:\"Replacement\",type:\"option\",value:\"replacement\"},{title:\"Other\",type:\"option\",value:\"other\"}],style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.7)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(0, 128, 255, 0.7)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"99px\",\"--framer-input-border-radius-bottom-right\":\"99px\",\"--framer-input-border-radius-top-left\":\"99px\",\"--framer-input-border-radius-top-right\":\"99px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-input-icon-color\":\"rgba(0, 128, 255, 0.6)\",\"--framer-input-invalid-text-color\":\"rgba(0, 128, 255, 0.7)\"}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1dign6p\",layoutDependency:layoutDependency,layoutId:\"thESXMk7F\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1ib2xk\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Description\"})}),className:\"framer-1yv2r6f\",fonts:[\"FS;Syne-bold\"],layoutDependency:layoutDependency,layoutId:\"iDQ6zYViB\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1exhki5\",inputName:\"Desciption\",layoutDependency:layoutDependency,layoutId:\"OZWo_3Chy\",placeholder:\"Please describe your  issue\",style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.7)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(0, 128, 255, 0.7)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(0, 128, 255, 0.7)\"},type:\"textarea\"})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1vaf8aj\",layoutDependency:layoutDependency,layoutId:\"Q7KFWMv1E\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1ib2xk\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Best Contact Time\"})}),className:\"framer-3v3lzp\",fonts:[\"FS;Syne-bold\"],layoutDependency:layoutDependency,layoutId:\"sDgtCHFNT\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-t34s8s\",defaultValue:\"\",inputName:\"Location\",layoutDependency:layoutDependency,layoutId:\"erpdewRXK\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Morning\",type:\"option\",value:\"morning\"},{title:\"Afternoon\",type:\"option\",value:\"afternoon\"},{title:\"Evening\",type:\"option\",value:\"evening\"}],style:{\"--framer-input-background\":\"rgba(255, 255, 255, 0.7)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(0, 128, 255, 0.7)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"99px\",\"--framer-input-border-radius-bottom-right\":\"99px\",\"--framer-input-border-radius-top-left\":\"99px\",\"--framer-input-border-radius-top-right\":\"99px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-input-icon-color\":\"rgba(0, 128, 255, 0.6)\",\"--framer-input-invalid-text-color\":\"rgba(0, 128, 255, 0.7)\"}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1h8oe1p\",layoutDependency:layoutDependency,layoutId:\"asx4WpB2h\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1ji4sl7\",defaultChecked:false,inputName:\"Newsletter\",layoutDependency:layoutDependency,layoutId:\"O5We03m3j\",required:false,style:{\"--framer-input-background\":\"rgba(187, 187, 187, 0.2)\",\"--framer-input-boolean-checked-background\":\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.2)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-icon-color\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\"},type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3luZS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Syne\", \"Syne Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255)))\"},children:\"Subscribe to Newsletter\"})}),className:\"framer-1s9z1qj\",fonts:[\"FS;Syne-semibold\"],layoutDependency:layoutDependency,layoutId:\"YtUMHQPNc\",style:{\"--extracted-r6o4lv\":\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 72px)`,...addPropertyOverrides({Fftl61xdq:{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4u18pg-container\",layoutDependency:layoutDependency,layoutId:\"nP4OUpG4A-container\",children:/*#__PURE__*/_jsx(ButtonsButtonForm,{height:\"100%\",id:\"nP4OUpG4A\",layoutId:\"nP4OUpG4A\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"hDXPCvkn_\",success:\"yT5pZwxTk\"},\"KPFAOlLtW\"),width:\"100%\"})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WlZX6.framer-60hmxt, .framer-WlZX6 .framer-60hmxt { display: block; }\",\".framer-WlZX6.framer-1bl5p6g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 584px; }\",\".framer-WlZX6 .framer-eljbpa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-WlZX6 .framer-met5d4, .framer-WlZX6 .framer-siaht1, .framer-WlZX6 .framer-p04zsf, .framer-WlZX6 .framer-1muef7f, .framer-WlZX6 .framer-1dign6p, .framer-WlZX6 .framer-1vaf8aj { 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: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-WlZX6 .framer-qvvgwd, .framer-WlZX6 .framer-1vebl79, .framer-WlZX6 .framer-1gscxmi, .framer-WlZX6 .framer-1nnazlf, .framer-WlZX6 .framer-1yv2r6f, .framer-WlZX6 .framer-3v3lzp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-WlZX6 .framer-1nfj9nf, .framer-WlZX6 .framer-141m9lh, .framer-WlZX6 .framer-1f8jif0, .framer-WlZX6 .framer-eeb2xh, .framer-WlZX6 .framer-t34s8s { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Syne\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 600; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }','.framer-WlZX6 .framer-1exhki5 { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Syne\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 600; --framer-input-padding: 12px; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-WlZX6 .framer-1h8oe1p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-WlZX6 .framer-1ji4sl7 { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-WlZX6 .framer-1s9z1qj { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-WlZX6 .framer-4u18pg-container { flex: none; height: 40px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WlZX6.framer-1bl5p6g, .framer-WlZX6 .framer-eljbpa, .framer-WlZX6 .framer-met5d4, .framer-WlZX6 .framer-siaht1, .framer-WlZX6 .framer-p04zsf, .framer-WlZX6 .framer-1muef7f, .framer-WlZX6 .framer-1dign6p, .framer-WlZX6 .framer-1vaf8aj, .framer-WlZX6 .framer-1h8oe1p { gap: 0px; } .framer-WlZX6.framer-1bl5p6g > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-WlZX6.framer-1bl5p6g > :first-child, .framer-WlZX6 .framer-eljbpa > :first-child, .framer-WlZX6 .framer-met5d4 > :first-child, .framer-WlZX6 .framer-siaht1 > :first-child, .framer-WlZX6 .framer-p04zsf > :first-child, .framer-WlZX6 .framer-1muef7f > :first-child, .framer-WlZX6 .framer-1dign6p > :first-child, .framer-WlZX6 .framer-1vaf8aj > :first-child { margin-top: 0px; } .framer-WlZX6.framer-1bl5p6g > :last-child, .framer-WlZX6 .framer-eljbpa > :last-child, .framer-WlZX6 .framer-met5d4 > :last-child, .framer-WlZX6 .framer-siaht1 > :last-child, .framer-WlZX6 .framer-p04zsf > :last-child, .framer-WlZX6 .framer-1muef7f > :last-child, .framer-WlZX6 .framer-1dign6p > :last-child, .framer-WlZX6 .framer-1vaf8aj > :last-child { margin-bottom: 0px; } .framer-WlZX6 .framer-eljbpa > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-WlZX6 .framer-met5d4 > *, .framer-WlZX6 .framer-siaht1 > *, .framer-WlZX6 .framer-p04zsf > *, .framer-WlZX6 .framer-1muef7f > *, .framer-WlZX6 .framer-1dign6p > *, .framer-WlZX6 .framer-1vaf8aj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WlZX6 .framer-1h8oe1p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WlZX6 .framer-1h8oe1p > :first-child { margin-left: 0px; } .framer-WlZX6 .framer-1h8oe1p > :last-child { margin-right: 0px; } }\",\".framer-WlZX6.framer-v-17erxyt.framer-1bl5p6g, .framer-WlZX6.framer-v-17erxyt .framer-eljbpa { padding: 0px; }\",\".framer-WlZX6.framer-v-17erxyt .framer-141m9lh, .framer-WlZX6.framer-v-17erxyt .framer-4u18pg-container { height: 32px; }\",'.framer-WlZX6[data-border=\"true\"]::after, .framer-WlZX6 [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 686\n * @framerIntrinsicWidth 584\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Fftl61xdq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lc0VPsUYF\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerp05ohkXAE=withCSS(Component,css,\"framer-WlZX6\");export default Framerp05ohkXAE;Framerp05ohkXAE.displayName=\"Graphics/Form\";Framerp05ohkXAE.defaultProps={height:686,width:584};addPropertyControls(Framerp05ohkXAE,{variant:{options:[\"YaosdVeUS\",\"Fftl61xdq\"],optionTitles:[\"Complete info\",\"Newsletter\"],title:\"Variant\",type:ControlType.Enum},lc0VPsUYF:{title:\"Link\",type:ControlType.Link}});addFonts(Framerp05ohkXAE,[{explicitInter:true,fonts:[{family:\"Syne\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VKTA33GWIASJYXHVAJ3OV4FXOH4KTFF7/O44P7FGKMRRV3G5MA2GWTBG65MQIQLEZ/2XCKRF7GO6XB2DJSZCJ6MN25CPDFEJEB.woff2\",weight:\"700\"},{family:\"Syne\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RAFAI37HQBAFL3S5FCFTUAVYW7S23DQT/JYJETRYLJRYC5FNMUIKMBP4VJQ22I7EX/T4RQQ24JKJIZNFP2FQZKFFD465WHEMMF.woff2\",weight:\"600\"}]},...ButtonsButtonFormFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerp05ohkXAE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"584\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fftl61xdq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"686\",\"framerVariables\":\"{\\\"lc0VPsUYF\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./p05ohkXAE.map", "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", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\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,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);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\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}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 [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (56d1180)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Syne-semibold\",\"FS;Syne-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Syne\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RAFAI37HQBAFL3S5FCFTUAVYW7S23DQT/JYJETRYLJRYC5FNMUIKMBP4VJQ22I7EX/T4RQQ24JKJIZNFP2FQZKFFD465WHEMMF.woff2\",weight:\"600\"},{family:\"Syne\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VKTA33GWIASJYXHVAJ3OV4FXOH4KTFF7/O44P7FGKMRRV3G5MA2GWTBG65MQIQLEZ/2XCKRF7GO6XB2DJSZCJ6MN25CPDFEJEB.woff2\",weight:\"700\"}]}];export const css=[\".framer-LLwMk .framer-styles-preset-jji207:not(.rich-text-wrapper), .framer-LLwMk .framer-styles-preset-jji207.rich-text-wrapper p { --framer-font-family: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-LLwMk .framer-styles-preset-jji207:not(.rich-text-wrapper), .framer-LLwMk .framer-styles-preset-jji207.rich-text-wrapper p { --framer-font-family: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-LLwMk .framer-styles-preset-jji207:not(.rich-text-wrapper), .framer-LLwMk .framer-styles-preset-jji207.rich-text-wrapper p { --framer-font-family: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-family-bold: \\\"Syne\\\", \\\"Syne Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-LLwMk\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={MEbT2aJsv:{hover:true},p48eYe5IR:{hover:true}};const cycleOrder=[\"p48eYe5IR\",\"MEbT2aJsv\"];const serializationHash=\"framer-PFa04\";const variantClassNames={MEbT2aJsv:\"framer-v-1yctizs\",p48eYe5IR:\"framer-v-1j4r87x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Logo blue\":\"MEbT2aJsv\",\"Logo white\":\"p48eYe5IR\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"p48eYe5IR\"};};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:\"p48eYe5IR\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"p48eYe5IR\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1j4r87x\",className,classNames)} framer-wencub`,\"data-framer-name\":\"Logo white\",layoutDependency:layoutDependency,layoutId:\"p48eYe5IR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"MEbT2aJsv-hover\":{\"data-framer-name\":undefined},\"p48eYe5IR-hover\":{\"data-framer-name\":undefined},MEbT2aJsv:{\"data-framer-name\":\"Logo blue\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l5g7cy\",\"data-framer-name\":\"Logo svg\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QWVYFRbsh\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 40\"><path d=\"M 19.164 0.121 C 17.679 0.245 16.14 0.714 14.887 1.43 C 13.951 1.962 13.394 2.401 12.582 3.225 L 11.902 3.91 L 11.183 3.201 C 10.347 2.377 10.541 2.385 9.396 3.14 C 8.461 3.764 7.184 5.034 6.573 5.966 C 5.816 7.129 5.29 8.361 5.019 9.6 C 4.965 9.847 4.895 10.047 4.864 10.047 C 4.826 10.047 4.393 9.939 3.905 9.801 C 3.132 9.593 2.993 9.57 2.9 9.67 C 2.715 9.862 2.026 11.294 1.817 11.926 C 1.152 13.913 1.129 16.176 1.74 18.202 C 1.848 18.563 1.933 18.879 1.933 18.902 C 1.933 18.933 1.5 19.072 0.967 19.21 L 0 19.464 L 0 20.242 C 0.008 22.922 1.183 25.571 3.248 27.565 L 3.797 28.089 L 3.093 28.797 C 2.281 29.613 2.289 29.436 2.985 30.491 C 4.547 32.863 6.79 34.341 9.829 35.027 L 10.03 35.073 L 9.775 36.012 C 9.628 36.536 9.528 36.99 9.543 37.036 C 9.59 37.16 11.276 37.968 11.933 38.184 C 13.913 38.831 16.039 38.861 18.127 38.269 C 18.537 38.153 18.893 38.076 18.916 38.099 C 18.939 38.114 19.063 38.546 19.202 39.046 L 19.45 39.962 L 20.416 39.955 C 22.907 39.947 25.381 38.877 27.323 36.983 C 27.748 36.567 28.119 36.228 28.142 36.228 C 28.173 36.228 28.498 36.536 28.877 36.913 L 29.565 37.599 L 30.192 37.214 C 31.042 36.69 31.638 36.205 32.365 35.442 C 33.648 34.11 34.437 32.701 34.878 30.953 C 35.048 30.253 35.11 30.098 35.241 30.083 C 35.327 30.068 35.775 30.168 36.239 30.291 C 37.036 30.514 37.09 30.522 37.183 30.391 C 37.368 30.152 38.103 28.582 38.273 28.058 C 38.892 26.156 38.907 23.707 38.304 21.798 C 38.203 21.466 38.142 21.166 38.18 21.135 C 38.211 21.112 38.536 21.005 38.9 20.912 C 39.263 20.82 39.673 20.704 39.812 20.666 L 40.06 20.581 L 40.06 19.842 C 40.052 17.739 39.255 15.46 37.917 13.728 C 37.732 13.489 37.283 12.989 36.912 12.627 L 36.239 11.972 L 36.951 11.256 L 37.662 10.547 L 37.268 9.901 C 37.059 9.546 36.734 9.061 36.548 8.823 C 36.1 8.245 35.04 7.244 34.391 6.782 C 33.324 6.02 31.785 5.358 30.478 5.096 L 30.029 5.003 L 30.292 4.048 C 30.478 3.363 30.524 3.071 30.47 3.001 C 30.369 2.878 28.73 2.062 28.444 2 C 28.274 1.954 26.223 1.197 25.96 1.451 C 25.45 1.944 27.11 1.686 26.437 1.486 C 26.02 1.363 26.607 1.949 26.437 1.533 C 26.306 1.233 24.755 1.346 24.554 1.346 C 23.974 1.353 22.628 1.584 21.94 1.808 C 21.515 1.939 21.167 2.039 21.151 2.023 C 21.136 2.008 21.004 1.561 20.857 1.038 L 20.594 0.075 L 20.254 0.067 C 20.068 0.06 19.573 0.083 19.164 0.121 Z M 19.558 1.862 C 19.597 2.023 19.666 2.277 19.697 2.424 L 19.767 2.686 L 19.071 3.14 C 18.205 3.702 16.813 5.08 16.279 5.889 C 15.057 7.737 14.508 9.539 14.508 11.703 C 14.508 14.213 15.32 16.461 16.913 18.34 C 17.091 18.556 17.246 18.756 17.246 18.779 C 17.246 18.856 16.356 18.51 15.784 18.202 C 14.949 17.755 14.276 17.231 13.564 16.5 C 12.126 14.998 11.353 13.312 11.136 11.179 C 10.711 6.982 13.58 2.932 17.733 1.846 C 18.576 1.63 18.731 1.6 19.156 1.584 C 19.473 1.577 19.488 1.584 19.558 1.861 Z M 26.085 2.924 C 26.974 3.055 27.524 3.201 28.289 3.517 C 28.715 3.694 28.846 3.779 28.815 3.879 C 28.8 3.948 28.722 4.202 28.66 4.441 L 28.529 4.888 L 28.003 4.888 C 26.797 4.888 24.91 5.373 23.649 6.012 C 22.319 6.682 20.625 8.168 19.821 9.354 C 18.993 10.586 18.375 12.103 18.143 13.504 C 17.988 14.421 17.98 16.046 18.135 16.9 C 18.197 17.262 18.251 17.57 18.251 17.586 C 18.251 17.678 17.903 17.278 17.57 16.792 C 16.024 14.567 15.56 11.857 16.287 9.315 C 17.501 5.057 21.762 2.277 26.085 2.924 Z M 10.688 4.788 L 11.051 5.157 L 10.68 5.897 C 9.853 7.575 9.504 9.369 9.667 11.187 C 9.899 13.843 10.958 16.061 12.845 17.863 C 13.92 18.887 15.119 19.618 16.588 20.142 C 16.929 20.258 17.153 20.373 17.091 20.396 C 16.836 20.481 15.73 20.596 15.134 20.596 C 12.304 20.596 9.358 19.01 7.788 16.662 C 5.731 13.566 5.769 9.677 7.904 6.613 C 8.484 5.773 9.899 4.426 10.2 4.426 C 10.27 4.426 10.494 4.587 10.688 4.788 Z M 29.588 6.436 C 30.926 6.62 32.396 7.198 33.54 7.983 C 34.112 8.376 35.412 9.677 35.667 10.101 L 35.798 10.332 L 35.396 10.725 L 34.986 11.125 L 34.298 10.786 C 32.922 10.116 31.676 9.824 30.006 9.762 C 28.189 9.701 26.773 9.993 25.172 10.771 C 22.814 11.918 20.958 13.889 20.061 16.192 C 19.898 16.6 19.744 16.969 19.713 17 C 19.581 17.162 19.465 15.961 19.512 14.852 C 19.589 12.912 20.107 11.448 21.29 9.847 C 22.559 8.13 24.631 6.874 26.866 6.466 C 27.554 6.343 28.807 6.328 29.588 6.436 Z M 31.089 11.279 C 31.769 11.387 33.03 11.779 33.602 12.064 C 36.215 13.359 38.042 15.826 38.513 18.694 C 38.644 19.526 38.668 19.488 38.01 19.641 C 37.693 19.719 37.422 19.765 37.415 19.742 C 36.463 18.271 35.396 17.108 34.337 16.384 C 31.707 14.598 28.575 14.066 25.629 14.906 C 24.214 15.306 22.659 16.13 21.584 17.039 L 21.244 17.324 L 21.298 17.093 C 21.391 16.662 22.04 15.453 22.497 14.844 C 23.951 12.904 25.961 11.679 28.382 11.256 C 28.776 11.187 30.601 11.202 31.089 11.279 Z M 4.277 11.41 L 4.795 11.541 L 4.795 11.957 C 4.795 12.573 5.004 13.889 5.228 14.652 C 5.723 16.369 6.968 18.317 8.275 19.441 C 9.744 20.696 11.438 21.52 13.263 21.867 C 14.307 22.067 15.838 22.098 16.797 21.928 L 17.632 21.782 L 17.455 21.967 C 17.176 22.267 16.078 22.96 15.382 23.284 C 12.01 24.831 8.035 24.115 5.367 21.482 C 2.846 18.987 2.073 15.198 3.41 11.872 C 3.542 11.549 3.673 11.279 3.704 11.279 C 3.728 11.279 3.983 11.341 4.277 11.41 Z M 29.774 16.092 C 31.599 16.392 33.192 17.177 34.507 18.425 C 35.86 19.711 36.664 21.135 37.09 22.976 C 37.492 24.724 37.26 27.041 36.533 28.458 L 36.355 28.82 L 35.837 28.674 C 35.551 28.597 35.303 28.52 35.288 28.497 C 35.272 28.481 35.226 28.096 35.187 27.634 C 35.048 25.91 34.615 24.531 33.788 23.145 C 32.171 20.45 29.573 18.664 26.541 18.163 C 25.59 18.001 23.912 18.009 23.092 18.163 C 22.752 18.232 22.466 18.271 22.45 18.255 C 22.404 18.217 23.34 17.532 23.904 17.193 C 25.575 16.184 27.779 15.776 29.774 16.092 Z M 25.66 19.518 C 28.227 19.788 30.586 21.128 32.009 23.114 C 33.161 24.716 33.733 26.433 33.741 28.297 C 33.757 30.483 33.014 32.478 31.553 34.21 C 31.143 34.696 29.991 35.689 29.828 35.689 C 29.789 35.689 29.565 35.519 29.349 35.312 L 28.947 34.927 L 29.14 34.603 C 29.426 34.126 29.905 32.909 30.076 32.239 C 30.578 30.229 30.455 27.904 29.735 26.025 C 28.691 23.284 26.479 21.074 23.703 19.988 C 22.976 19.703 22.961 19.688 23.201 19.634 C 23.456 19.58 24.376 19.472 24.747 19.457 C 24.855 19.449 25.265 19.48 25.66 19.518 Z M 2.977 20.866 C 4.377 22.914 6.233 24.323 8.484 25.055 C 9.984 25.54 11.84 25.679 13.379 25.409 C 15.165 25.101 16.983 24.269 18.313 23.153 C 18.537 22.968 18.738 22.829 18.762 22.845 C 18.823 22.906 18.359 23.961 18.027 24.523 C 15.026 29.552 8.089 30.399 4.006 26.241 C 2.629 24.831 1.732 22.976 1.508 21.043 L 1.454 20.604 L 1.902 20.481 C 2.158 20.411 2.397 20.342 2.436 20.327 C 2.568 20.281 2.606 20.311 2.977 20.866 Z M 23.858 21.667 C 26.224 22.791 27.98 24.924 28.66 27.511 C 28.931 28.543 28.993 30.129 28.815 31.099 C 28.08 34.957 25.227 37.799 21.445 38.438 C 20.579 38.584 20.563 38.576 20.409 37.876 C 20.355 37.645 20.277 37.46 20.239 37.46 C 20.192 37.46 20.37 37.329 20.633 37.175 C 22.651 35.943 24.33 33.833 25.049 31.608 C 25.559 30.06 25.706 28.035 25.412 26.572 C 25.041 24.693 24.214 22.976 22.984 21.528 C 22.713 21.212 22.713 21.197 22.891 21.251 C 22.999 21.282 23.432 21.466 23.858 21.667 Z M 22.195 22.868 C 24.291 25.532 24.693 29.298 23.208 32.224 C 22.149 34.303 20.61 35.727 18.514 36.574 C 17.424 37.021 16.782 37.16 15.606 37.206 C 14.121 37.267 12.845 37.044 11.693 36.528 C 11.306 36.359 11.214 36.282 11.245 36.174 C 11.268 36.097 11.337 35.835 11.407 35.597 L 11.531 35.15 L 12.118 35.15 C 13.263 35.15 15.158 34.657 16.403 34.033 C 17.679 33.386 19.326 31.962 20.177 30.761 C 21.012 29.575 21.677 27.973 21.917 26.533 C 22.071 25.625 22.071 24 21.924 23.176 C 21.863 22.837 21.808 22.552 21.808 22.537 C 21.801 22.444 21.971 22.591 22.195 22.868 Z M 20.571 24.801 C 20.579 28.127 18.823 31.038 15.815 32.686 C 13.549 33.918 10.51 34.018 8.043 32.925 C 6.736 32.355 5.413 31.323 4.57 30.199 L 4.23 29.752 L 4.609 29.367 C 4.81 29.159 5.027 28.99 5.081 28.99 C 5.143 28.99 5.468 29.128 5.808 29.298 C 9.721 31.261 14.647 30.43 17.71 27.296 C 18.684 26.295 19.643 24.831 20.022 23.746 C 20.096 23.527 20.179 23.311 20.27 23.099 C 20.362 22.868 20.362 22.868 20.463 23.368 C 20.517 23.646 20.563 24.293 20.571 24.801 Z M 59.537 11.542 L 59.537 11.584 C 60.827 11.891 61.514 12.715 61.514 13.985 C 61.514 15.843 59.916 16.918 57.167 16.918 L 52.567 16.918 C 51.824 16.918 51.431 16.694 51.431 16.289 C 51.431 15.731 52.104 15.661 52.132 14.851 C 52.231 12.687 52.231 10.76 52.132 8.735 C 52.104 7.925 51.487 7.855 51.487 7.283 C 51.487 6.864 51.824 6.669 52.539 6.669 L 57.363 6.669 C 59.607 6.669 60.897 7.604 60.897 9.391 C 60.897 10.411 60.421 11.151 59.537 11.542 Z M 56.564 8.344 L 55.891 8.344 C 55.54 8.344 55.414 8.47 55.4 8.819 L 55.358 10.899 L 56.564 10.899 C 57.433 10.899 57.882 10.467 57.882 9.615 C 57.882 8.763 57.433 8.344 56.564 8.344 Z M 55.877 15.172 L 56.746 15.172 C 57.7 15.172 58.177 14.739 58.177 13.846 C 58.177 13.008 57.658 12.575 56.662 12.575 L 55.358 12.575 C 55.358 13.273 55.372 13.985 55.386 14.698 C 55.4 15.047 55.526 15.172 55.877 15.172 Z M 64.312 17.043 C 62.853 17.043 62.18 16.806 62.18 16.331 C 62.18 15.857 62.699 15.703 62.755 14.963 C 62.867 12.896 62.853 11.095 62.727 9.238 C 62.657 8.274 62.096 8.344 62.096 7.827 C 62.096 7.087 63.905 6.417 64.915 6.417 C 65.686 6.417 65.966 6.752 65.896 7.744 C 65.756 10.104 65.742 12.799 65.826 14.907 C 65.854 15.703 66.457 15.787 66.457 16.331 C 66.457 16.806 65.756 17.043 64.312 17.043 Z M 75.528 14.321 C 75.598 15.256 76.341 15.228 76.341 15.731 C 76.341 16.401 74.799 17.071 73.943 17.071 C 73.228 17.071 72.905 16.75 72.625 15.815 L 72.527 15.801 C 72.106 16.666 71.237 17.169 70.115 17.169 C 68.418 17.169 67.45 16.206 67.45 14.558 C 67.45 13.748 67.562 13.022 67.548 12.254 C 67.52 11.304 66.875 11.29 66.875 10.774 C 66.875 10.034 68.628 9.363 69.638 9.363 C 70.367 9.363 70.634 9.615 70.634 10.327 C 70.634 11.123 70.437 12.91 70.451 13.832 C 70.451 14.698 70.802 15.158 71.461 15.158 C 72.078 15.158 72.471 14.726 72.527 13.916 C 72.569 13.329 72.583 12.729 72.597 12.254 C 72.569 11.304 71.924 11.29 71.924 10.774 C 71.924 10.048 73.663 9.363 74.672 9.363 C 75.402 9.363 75.668 9.615 75.668 10.327 C 75.654 11.388 75.458 13.273 75.528 14.321 Z M 84.181 14.041 C 84.42 14.041 84.546 14.223 84.546 14.516 C 84.546 15.912 83.088 17.169 80.942 17.169 C 78.516 17.169 76.847 15.591 76.847 13.259 C 76.847 11.039 78.656 9.363 81.054 9.363 C 82.961 9.363 84.42 10.495 84.42 12.058 C 84.42 12.477 84.252 12.659 83.733 12.854 L 80.339 14.125 C 80.76 14.642 81.377 14.935 82.092 14.935 C 83.522 14.935 83.663 14.041 84.181 14.041 Z M 80.844 10.732 C 80.157 10.732 79.722 11.332 79.722 12.296 C 79.722 12.547 79.75 12.785 79.792 13.008 L 81.601 12.24 C 81.853 12.128 81.91 12.031 81.91 11.863 C 81.91 11.388 81.559 10.732 80.844 10.732 Z M 59.537 28.269 L 59.537 28.311 C 60.827 28.618 61.514 29.442 61.514 30.713 C 61.514 32.57 59.916 33.645 57.167 33.645 L 52.567 33.645 C 51.824 33.645 51.431 33.422 51.431 33.017 C 51.431 32.458 52.104 32.388 52.132 31.578 C 52.231 29.414 52.231 27.487 52.132 25.462 C 52.104 24.653 51.487 24.583 51.487 24.01 C 51.487 23.591 51.824 23.396 52.539 23.396 L 57.363 23.396 C 59.607 23.396 60.897 24.331 60.897 26.119 C 60.897 27.138 60.421 27.878 59.537 28.269 Z M 56.564 25.071 L 55.891 25.071 C 55.54 25.071 55.414 25.197 55.4 25.546 L 55.358 27.627 L 56.564 27.627 C 57.433 27.627 57.882 27.194 57.882 26.342 C 57.882 25.49 57.433 25.071 56.564 25.071 Z M 55.877 31.9 L 56.746 31.9 C 57.7 31.9 58.177 31.467 58.177 30.573 C 58.177 29.735 57.658 29.302 56.662 29.302 L 55.358 29.302 C 55.358 30.001 55.372 30.713 55.386 31.425 C 55.4 31.774 55.526 31.9 55.877 31.9 Z M 67.944 26.105 C 68.925 26.105 69.542 26.775 69.542 27.906 C 69.542 28.911 69.038 29.498 68.196 29.498 C 67.172 29.498 67.243 28.632 66.64 28.632 C 66.163 28.632 65.826 29.288 65.826 30.252 C 65.826 30.475 65.826 30.894 65.854 31.467 C 65.896 32.458 66.822 32.402 66.822 33.073 C 66.822 33.533 66.093 33.771 64.522 33.771 C 62.965 33.771 62.25 33.533 62.25 33.059 C 62.25 32.584 62.755 32.43 62.825 31.69 C 62.895 30.713 62.909 29.833 62.839 28.925 C 62.769 27.99 62.278 28.004 62.278 27.487 C 62.278 26.747 63.975 26.091 64.985 26.091 C 65.826 26.091 65.91 26.454 65.77 27.822 L 65.868 27.836 C 66.233 26.817 66.962 26.105 67.944 26.105 Z M 77.279 30.769 C 77.517 30.769 77.644 30.95 77.644 31.243 C 77.644 32.64 76.185 33.896 74.039 33.896 C 71.613 33.896 69.945 32.319 69.945 29.987 C 69.945 27.766 71.754 26.091 74.152 26.091 C 76.059 26.091 77.517 27.222 77.517 28.786 C 77.517 29.205 77.349 29.386 76.83 29.582 L 73.436 30.852 C 73.857 31.369 74.474 31.662 75.189 31.662 C 76.62 31.662 76.76 30.769 77.279 30.769 Z M 73.941 27.459 C 73.254 27.459 72.819 28.06 72.819 29.023 C 72.819 29.274 72.847 29.512 72.89 29.735 L 74.699 28.967 C 74.951 28.856 75.007 28.758 75.007 28.59 C 75.007 28.115 74.657 27.459 73.941 27.459 Z M 85.866 30.769 C 86.104 30.769 86.23 30.95 86.23 31.243 C 86.23 32.64 84.772 33.896 82.626 33.896 C 80.2 33.896 78.531 32.319 78.531 29.987 C 78.531 27.766 80.34 26.091 82.739 26.091 C 84.646 26.091 86.104 27.222 86.104 28.786 C 86.104 29.205 85.936 29.386 85.417 29.582 L 82.023 30.852 C 82.444 31.369 83.061 31.662 83.776 31.662 C 85.207 31.662 85.347 30.769 85.866 30.769 Z M 82.528 27.459 C 81.841 27.459 81.406 28.06 81.406 29.023 C 81.406 29.274 81.434 29.512 81.476 29.735 L 83.285 28.967 C 83.538 28.856 83.594 28.758 83.594 28.59 C 83.594 28.115 83.243 27.459 82.528 27.459 Z M 94.471 30.266 C 94.864 30.266 95.018 30.475 95.018 30.936 C 95.018 31.788 94.835 33.855 93.798 33.855 C 93.251 33.855 92.648 33.575 90.895 33.575 C 89.464 33.575 88.441 33.645 87.669 33.645 C 86.94 33.645 86.758 33.128 87.235 32.556 C 88.441 31.048 89.661 29.47 90.825 27.752 L 90.137 27.752 C 89.52 27.752 89.226 28.004 88.427 29.009 C 88.09 29.428 87.922 29.54 87.529 29.54 C 87.178 29.54 87.038 29.372 87.038 28.981 C 87.038 28.199 87.585 26.133 88.651 26.133 C 89.156 26.133 89.689 26.384 91.301 26.398 C 92.746 26.412 93.559 26.328 94.317 26.328 C 94.962 26.328 95.144 26.859 94.695 27.417 C 93.489 28.981 92.367 30.559 91.217 32.207 L 91.919 32.207 C 92.69 32.207 92.998 31.914 93.671 30.852 C 93.966 30.406 94.12 30.266 94.471 30.266 Z M 103.108 30.769 C 103.347 30.769 103.473 30.95 103.473 31.243 C 103.473 32.64 102.014 33.896 99.869 33.896 C 97.443 33.896 95.774 32.319 95.774 29.987 C 95.774 27.766 97.583 26.091 99.981 26.091 C 101.888 26.091 103.347 27.222 103.347 28.786 C 103.347 29.205 103.178 29.386 102.66 29.582 L 99.266 30.852 C 99.686 31.369 100.303 31.662 101.019 31.662 C 102.449 31.662 102.589 30.769 103.108 30.769 Z M 99.771 27.459 C 99.083 27.459 98.649 28.06 98.649 29.023 C 98.649 29.274 98.677 29.512 98.719 29.735 L 100.528 28.967 C 100.78 28.856 100.836 28.758 100.836 28.59 C 100.836 28.115 100.486 27.459 99.771 27.459 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11618692629,variants:{MEbT2aJsv:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},withExternalLayout:true,...addPropertyOverrides({\"MEbT2aJsv-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 40\"><path d=\"M 19.164 0.121 C 17.679 0.245 16.14 0.714 14.887 1.43 C 13.951 1.962 13.394 2.401 12.582 3.225 L 11.902 3.91 L 11.183 3.201 C 10.347 2.377 10.541 2.385 9.396 3.14 C 8.461 3.764 7.184 5.034 6.573 5.966 C 5.816 7.129 5.29 8.361 5.019 9.6 C 4.965 9.847 4.895 10.047 4.864 10.047 C 4.826 10.047 4.393 9.939 3.905 9.801 C 3.132 9.593 2.993 9.57 2.9 9.67 C 2.715 9.862 2.026 11.294 1.817 11.926 C 1.152 13.913 1.129 16.176 1.74 18.202 C 1.848 18.563 1.933 18.879 1.933 18.902 C 1.933 18.933 1.5 19.072 0.967 19.21 L 0 19.464 L 0 20.242 C 0.008 22.922 1.183 25.571 3.248 27.565 L 3.797 28.089 L 3.093 28.797 C 2.281 29.613 2.289 29.436 2.985 30.491 C 4.547 32.863 6.79 34.341 9.829 35.027 L 10.03 35.073 L 9.775 36.012 C 9.628 36.536 9.528 36.99 9.543 37.036 C 9.59 37.16 11.276 37.968 11.933 38.184 C 13.913 38.831 16.039 38.861 18.127 38.269 C 18.537 38.153 18.893 38.076 18.916 38.099 C 18.939 38.114 19.063 38.546 19.202 39.046 L 19.45 39.962 L 20.416 39.955 C 22.907 39.947 25.381 38.877 27.323 36.983 C 27.748 36.567 28.119 36.228 28.142 36.228 C 28.173 36.228 28.498 36.536 28.877 36.913 L 29.565 37.599 L 30.192 37.214 C 31.042 36.69 31.638 36.205 32.365 35.442 C 33.648 34.11 34.437 32.701 34.878 30.953 C 35.048 30.253 35.11 30.098 35.241 30.083 C 35.327 30.068 35.775 30.168 36.239 30.291 C 37.036 30.514 37.09 30.522 37.183 30.391 C 37.368 30.152 38.103 28.582 38.273 28.058 C 38.892 26.156 38.907 23.707 38.304 21.798 C 38.203 21.466 38.142 21.166 38.18 21.135 C 38.211 21.112 38.536 21.005 38.9 20.912 C 39.263 20.82 39.673 20.704 39.812 20.666 L 40.06 20.581 L 40.06 19.842 C 40.052 17.739 39.255 15.46 37.917 13.728 C 37.732 13.489 37.283 12.989 36.912 12.627 L 36.239 11.972 L 36.951 11.256 L 37.662 10.547 L 37.268 9.901 C 37.059 9.546 36.734 9.061 36.548 8.823 C 36.1 8.245 35.04 7.244 34.391 6.782 C 33.324 6.02 31.785 5.358 30.478 5.096 L 30.029 5.003 L 30.292 4.048 C 30.478 3.363 30.524 3.071 30.47 3.001 C 30.369 2.878 28.73 2.062 28.444 2 C 28.274 1.954 26.223 1.197 25.96 1.451 C 25.45 1.944 27.11 1.686 26.437 1.486 C 26.02 1.363 26.607 1.949 26.437 1.533 C 26.306 1.233 24.755 1.346 24.554 1.346 C 23.974 1.353 22.628 1.584 21.94 1.808 C 21.515 1.939 21.167 2.039 21.151 2.023 C 21.136 2.008 21.004 1.561 20.857 1.038 L 20.594 0.075 L 20.254 0.067 C 20.068 0.06 19.573 0.083 19.164 0.121 Z M 19.558 1.862 C 19.597 2.023 19.666 2.277 19.697 2.424 L 19.767 2.686 L 19.071 3.14 C 18.205 3.702 16.813 5.08 16.279 5.889 C 15.057 7.737 14.508 9.539 14.508 11.703 C 14.508 14.213 15.32 16.461 16.913 18.34 C 17.091 18.556 17.246 18.756 17.246 18.779 C 17.246 18.856 16.356 18.51 15.784 18.202 C 14.949 17.755 14.276 17.231 13.564 16.5 C 12.126 14.998 11.353 13.312 11.136 11.179 C 10.711 6.982 13.58 2.932 17.733 1.846 C 18.576 1.63 18.731 1.6 19.156 1.584 C 19.473 1.577 19.488 1.584 19.558 1.861 Z M 26.085 2.924 C 26.974 3.055 27.524 3.201 28.289 3.517 C 28.715 3.694 28.846 3.779 28.815 3.879 C 28.8 3.948 28.722 4.202 28.66 4.441 L 28.529 4.888 L 28.003 4.888 C 26.797 4.888 24.91 5.373 23.649 6.012 C 22.319 6.682 20.625 8.168 19.821 9.354 C 18.993 10.586 18.375 12.103 18.143 13.504 C 17.988 14.421 17.98 16.046 18.135 16.9 C 18.197 17.262 18.251 17.57 18.251 17.586 C 18.251 17.678 17.903 17.278 17.57 16.792 C 16.024 14.567 15.56 11.857 16.287 9.315 C 17.501 5.057 21.762 2.277 26.085 2.924 Z M 10.688 4.788 L 11.051 5.157 L 10.68 5.897 C 9.853 7.575 9.504 9.369 9.667 11.187 C 9.899 13.843 10.958 16.061 12.845 17.863 C 13.92 18.887 15.119 19.618 16.588 20.142 C 16.929 20.258 17.153 20.373 17.091 20.396 C 16.836 20.481 15.73 20.596 15.134 20.596 C 12.304 20.596 9.358 19.01 7.788 16.662 C 5.731 13.566 5.769 9.677 7.904 6.613 C 8.484 5.773 9.899 4.426 10.2 4.426 C 10.27 4.426 10.494 4.587 10.688 4.788 Z M 29.588 6.436 C 30.926 6.62 32.396 7.198 33.54 7.983 C 34.112 8.376 35.412 9.677 35.667 10.101 L 35.798 10.332 L 35.396 10.725 L 34.986 11.125 L 34.298 10.786 C 32.922 10.116 31.676 9.824 30.006 9.762 C 28.189 9.701 26.773 9.993 25.172 10.771 C 22.814 11.918 20.958 13.889 20.061 16.192 C 19.898 16.6 19.744 16.969 19.713 17 C 19.581 17.162 19.465 15.961 19.512 14.852 C 19.589 12.912 20.107 11.448 21.29 9.847 C 22.559 8.13 24.631 6.874 26.866 6.466 C 27.554 6.343 28.807 6.328 29.588 6.436 Z M 31.089 11.279 C 31.769 11.387 33.03 11.779 33.602 12.064 C 36.215 13.359 38.042 15.826 38.513 18.694 C 38.644 19.526 38.668 19.488 38.01 19.641 C 37.693 19.719 37.422 19.765 37.415 19.742 C 36.463 18.271 35.396 17.108 34.337 16.384 C 31.707 14.598 28.575 14.066 25.629 14.906 C 24.214 15.306 22.659 16.13 21.584 17.039 L 21.244 17.324 L 21.298 17.093 C 21.391 16.662 22.04 15.453 22.497 14.844 C 23.951 12.904 25.961 11.679 28.382 11.256 C 28.776 11.187 30.601 11.202 31.089 11.279 Z M 4.277 11.41 L 4.795 11.541 L 4.795 11.957 C 4.795 12.573 5.004 13.889 5.228 14.652 C 5.723 16.369 6.968 18.317 8.275 19.441 C 9.744 20.696 11.438 21.52 13.263 21.867 C 14.307 22.067 15.838 22.098 16.797 21.928 L 17.632 21.782 L 17.455 21.967 C 17.176 22.267 16.078 22.96 15.382 23.284 C 12.01 24.831 8.035 24.115 5.367 21.482 C 2.846 18.987 2.073 15.198 3.41 11.872 C 3.542 11.549 3.673 11.279 3.704 11.279 C 3.728 11.279 3.983 11.341 4.277 11.41 Z M 29.774 16.092 C 31.599 16.392 33.192 17.177 34.507 18.425 C 35.86 19.711 36.664 21.135 37.09 22.976 C 37.492 24.724 37.26 27.041 36.533 28.458 L 36.355 28.82 L 35.837 28.674 C 35.551 28.597 35.303 28.52 35.288 28.497 C 35.272 28.481 35.226 28.096 35.187 27.634 C 35.048 25.91 34.615 24.531 33.788 23.145 C 32.171 20.45 29.573 18.664 26.541 18.163 C 25.59 18.001 23.912 18.009 23.092 18.163 C 22.752 18.232 22.466 18.271 22.45 18.255 C 22.404 18.217 23.34 17.532 23.904 17.193 C 25.575 16.184 27.779 15.776 29.774 16.092 Z M 25.66 19.518 C 28.227 19.788 30.586 21.128 32.009 23.114 C 33.161 24.716 33.733 26.433 33.741 28.297 C 33.757 30.483 33.014 32.478 31.553 34.21 C 31.143 34.696 29.991 35.689 29.828 35.689 C 29.789 35.689 29.565 35.519 29.349 35.312 L 28.947 34.927 L 29.14 34.603 C 29.426 34.126 29.905 32.909 30.076 32.239 C 30.578 30.229 30.455 27.904 29.735 26.025 C 28.691 23.284 26.479 21.074 23.703 19.988 C 22.976 19.703 22.961 19.688 23.201 19.634 C 23.456 19.58 24.376 19.472 24.747 19.457 C 24.855 19.449 25.265 19.48 25.66 19.518 Z M 2.977 20.866 C 4.377 22.914 6.233 24.323 8.484 25.055 C 9.984 25.54 11.84 25.679 13.379 25.409 C 15.165 25.101 16.983 24.269 18.313 23.153 C 18.537 22.968 18.738 22.829 18.762 22.845 C 18.823 22.906 18.359 23.961 18.027 24.523 C 15.026 29.552 8.089 30.399 4.006 26.241 C 2.629 24.831 1.732 22.976 1.508 21.043 L 1.454 20.604 L 1.902 20.481 C 2.158 20.411 2.397 20.342 2.436 20.327 C 2.568 20.281 2.606 20.311 2.977 20.866 Z M 23.858 21.667 C 26.224 22.791 27.98 24.924 28.66 27.511 C 28.931 28.543 28.993 30.129 28.815 31.099 C 28.08 34.957 25.227 37.799 21.445 38.438 C 20.579 38.584 20.563 38.576 20.409 37.876 C 20.355 37.645 20.277 37.46 20.239 37.46 C 20.192 37.46 20.37 37.329 20.633 37.175 C 22.651 35.943 24.33 33.833 25.049 31.608 C 25.559 30.06 25.706 28.035 25.412 26.572 C 25.041 24.693 24.214 22.976 22.984 21.528 C 22.713 21.212 22.713 21.197 22.891 21.251 C 22.999 21.282 23.432 21.466 23.858 21.667 Z M 22.195 22.868 C 24.291 25.532 24.693 29.298 23.208 32.224 C 22.149 34.303 20.61 35.727 18.514 36.574 C 17.424 37.021 16.782 37.16 15.606 37.206 C 14.121 37.267 12.845 37.044 11.693 36.528 C 11.306 36.359 11.214 36.282 11.245 36.174 C 11.268 36.097 11.337 35.835 11.407 35.597 L 11.531 35.15 L 12.118 35.15 C 13.263 35.15 15.158 34.657 16.403 34.033 C 17.679 33.386 19.326 31.962 20.177 30.761 C 21.012 29.575 21.677 27.973 21.917 26.533 C 22.071 25.625 22.071 24 21.924 23.176 C 21.863 22.837 21.808 22.552 21.808 22.537 C 21.801 22.444 21.971 22.591 22.195 22.868 Z M 20.571 24.801 C 20.579 28.127 18.823 31.038 15.815 32.686 C 13.549 33.918 10.51 34.018 8.043 32.925 C 6.736 32.355 5.413 31.323 4.57 30.199 L 4.23 29.752 L 4.609 29.367 C 4.81 29.159 5.027 28.99 5.081 28.99 C 5.143 28.99 5.468 29.128 5.808 29.298 C 9.721 31.261 14.647 30.43 17.71 27.296 C 18.684 26.295 19.643 24.831 20.022 23.746 C 20.096 23.527 20.179 23.311 20.27 23.099 C 20.362 22.868 20.362 22.868 20.463 23.368 C 20.517 23.646 20.563 24.293 20.571 24.801 Z M 59.537 11.542 L 59.537 11.584 C 60.827 11.891 61.514 12.715 61.514 13.985 C 61.514 15.843 59.916 16.918 57.167 16.918 L 52.567 16.918 C 51.824 16.918 51.431 16.694 51.431 16.289 C 51.431 15.731 52.104 15.661 52.132 14.851 C 52.231 12.687 52.231 10.76 52.132 8.735 C 52.104 7.925 51.487 7.855 51.487 7.283 C 51.487 6.864 51.824 6.669 52.539 6.669 L 57.363 6.669 C 59.607 6.669 60.897 7.604 60.897 9.391 C 60.897 10.411 60.421 11.151 59.537 11.542 Z M 56.564 8.344 L 55.891 8.344 C 55.54 8.344 55.414 8.47 55.4 8.819 L 55.358 10.899 L 56.564 10.899 C 57.433 10.899 57.882 10.467 57.882 9.615 C 57.882 8.763 57.433 8.344 56.564 8.344 Z M 55.877 15.172 L 56.746 15.172 C 57.7 15.172 58.177 14.739 58.177 13.846 C 58.177 13.008 57.658 12.575 56.662 12.575 L 55.358 12.575 C 55.358 13.273 55.372 13.985 55.386 14.698 C 55.4 15.047 55.526 15.172 55.877 15.172 Z M 64.312 17.043 C 62.853 17.043 62.18 16.806 62.18 16.331 C 62.18 15.857 62.699 15.703 62.755 14.963 C 62.867 12.896 62.853 11.095 62.727 9.238 C 62.657 8.274 62.096 8.344 62.096 7.827 C 62.096 7.087 63.905 6.417 64.915 6.417 C 65.686 6.417 65.966 6.752 65.896 7.744 C 65.756 10.104 65.742 12.799 65.826 14.907 C 65.854 15.703 66.457 15.787 66.457 16.331 C 66.457 16.806 65.756 17.043 64.312 17.043 Z M 75.528 14.321 C 75.598 15.256 76.341 15.228 76.341 15.731 C 76.341 16.401 74.799 17.071 73.943 17.071 C 73.228 17.071 72.905 16.75 72.625 15.815 L 72.527 15.801 C 72.106 16.666 71.237 17.169 70.115 17.169 C 68.418 17.169 67.45 16.206 67.45 14.558 C 67.45 13.748 67.562 13.022 67.548 12.254 C 67.52 11.304 66.875 11.29 66.875 10.774 C 66.875 10.034 68.628 9.363 69.638 9.363 C 70.367 9.363 70.634 9.615 70.634 10.327 C 70.634 11.123 70.437 12.91 70.451 13.832 C 70.451 14.698 70.802 15.158 71.461 15.158 C 72.078 15.158 72.471 14.726 72.527 13.916 C 72.569 13.329 72.583 12.729 72.597 12.254 C 72.569 11.304 71.924 11.29 71.924 10.774 C 71.924 10.048 73.663 9.363 74.672 9.363 C 75.402 9.363 75.668 9.615 75.668 10.327 C 75.654 11.388 75.458 13.273 75.528 14.321 Z M 84.181 14.041 C 84.42 14.041 84.546 14.223 84.546 14.516 C 84.546 15.912 83.088 17.169 80.942 17.169 C 78.516 17.169 76.847 15.591 76.847 13.259 C 76.847 11.039 78.656 9.363 81.054 9.363 C 82.961 9.363 84.42 10.495 84.42 12.058 C 84.42 12.477 84.252 12.659 83.733 12.854 L 80.339 14.125 C 80.76 14.642 81.377 14.935 82.092 14.935 C 83.522 14.935 83.663 14.041 84.181 14.041 Z M 80.844 10.732 C 80.157 10.732 79.722 11.332 79.722 12.296 C 79.722 12.547 79.75 12.785 79.792 13.008 L 81.601 12.24 C 81.853 12.128 81.91 12.031 81.91 11.863 C 81.91 11.388 81.559 10.732 80.844 10.732 Z M 59.537 28.269 L 59.537 28.311 C 60.827 28.618 61.514 29.442 61.514 30.713 C 61.514 32.57 59.916 33.645 57.167 33.645 L 52.567 33.645 C 51.824 33.645 51.431 33.422 51.431 33.017 C 51.431 32.458 52.104 32.388 52.132 31.578 C 52.231 29.414 52.231 27.487 52.132 25.462 C 52.104 24.653 51.487 24.583 51.487 24.01 C 51.487 23.591 51.824 23.396 52.539 23.396 L 57.363 23.396 C 59.607 23.396 60.897 24.331 60.897 26.119 C 60.897 27.138 60.421 27.878 59.537 28.269 Z M 56.564 25.071 L 55.891 25.071 C 55.54 25.071 55.414 25.197 55.4 25.546 L 55.358 27.627 L 56.564 27.627 C 57.433 27.627 57.882 27.194 57.882 26.342 C 57.882 25.49 57.433 25.071 56.564 25.071 Z M 55.877 31.9 L 56.746 31.9 C 57.7 31.9 58.177 31.467 58.177 30.573 C 58.177 29.735 57.658 29.302 56.662 29.302 L 55.358 29.302 C 55.358 30.001 55.372 30.713 55.386 31.425 C 55.4 31.774 55.526 31.9 55.877 31.9 Z M 67.944 26.105 C 68.925 26.105 69.542 26.775 69.542 27.906 C 69.542 28.911 69.038 29.498 68.196 29.498 C 67.172 29.498 67.243 28.632 66.64 28.632 C 66.163 28.632 65.826 29.288 65.826 30.252 C 65.826 30.475 65.826 30.894 65.854 31.467 C 65.896 32.458 66.822 32.402 66.822 33.073 C 66.822 33.533 66.093 33.771 64.522 33.771 C 62.965 33.771 62.25 33.533 62.25 33.059 C 62.25 32.584 62.755 32.43 62.825 31.69 C 62.895 30.713 62.909 29.833 62.839 28.925 C 62.769 27.99 62.278 28.004 62.278 27.487 C 62.278 26.747 63.975 26.091 64.985 26.091 C 65.826 26.091 65.91 26.454 65.77 27.822 L 65.868 27.836 C 66.233 26.817 66.962 26.105 67.944 26.105 Z M 77.279 30.769 C 77.517 30.769 77.644 30.95 77.644 31.243 C 77.644 32.64 76.185 33.896 74.039 33.896 C 71.613 33.896 69.945 32.319 69.945 29.987 C 69.945 27.766 71.754 26.091 74.152 26.091 C 76.059 26.091 77.517 27.222 77.517 28.786 C 77.517 29.205 77.349 29.386 76.83 29.582 L 73.436 30.852 C 73.857 31.369 74.474 31.662 75.189 31.662 C 76.62 31.662 76.76 30.769 77.279 30.769 Z M 73.941 27.459 C 73.254 27.459 72.819 28.06 72.819 29.023 C 72.819 29.274 72.847 29.512 72.89 29.735 L 74.699 28.967 C 74.951 28.856 75.007 28.758 75.007 28.59 C 75.007 28.115 74.657 27.459 73.941 27.459 Z M 85.866 30.769 C 86.104 30.769 86.23 30.95 86.23 31.243 C 86.23 32.64 84.772 33.896 82.626 33.896 C 80.2 33.896 78.531 32.319 78.531 29.987 C 78.531 27.766 80.34 26.091 82.739 26.091 C 84.646 26.091 86.104 27.222 86.104 28.786 C 86.104 29.205 85.936 29.386 85.417 29.582 L 82.023 30.852 C 82.444 31.369 83.061 31.662 83.776 31.662 C 85.207 31.662 85.347 30.769 85.866 30.769 Z M 82.528 27.459 C 81.841 27.459 81.406 28.06 81.406 29.023 C 81.406 29.274 81.434 29.512 81.476 29.735 L 83.285 28.967 C 83.538 28.856 83.594 28.758 83.594 28.59 C 83.594 28.115 83.243 27.459 82.528 27.459 Z M 94.471 30.266 C 94.864 30.266 95.018 30.475 95.018 30.936 C 95.018 31.788 94.835 33.855 93.798 33.855 C 93.251 33.855 92.648 33.575 90.895 33.575 C 89.464 33.575 88.441 33.645 87.669 33.645 C 86.94 33.645 86.758 33.128 87.235 32.556 C 88.441 31.048 89.661 29.47 90.825 27.752 L 90.137 27.752 C 89.52 27.752 89.226 28.004 88.427 29.009 C 88.09 29.428 87.922 29.54 87.529 29.54 C 87.178 29.54 87.038 29.372 87.038 28.981 C 87.038 28.199 87.585 26.133 88.651 26.133 C 89.156 26.133 89.689 26.384 91.301 26.398 C 92.746 26.412 93.559 26.328 94.317 26.328 C 94.962 26.328 95.144 26.859 94.695 27.417 C 93.489 28.981 92.367 30.559 91.217 32.207 L 91.919 32.207 C 92.69 32.207 92.998 31.914 93.671 30.852 C 93.966 30.406 94.12 30.266 94.471 30.266 Z M 103.108 30.769 C 103.347 30.769 103.473 30.95 103.473 31.243 C 103.473 32.64 102.014 33.896 99.869 33.896 C 97.443 33.896 95.774 32.319 95.774 29.987 C 95.774 27.766 97.583 26.091 99.981 26.091 C 101.888 26.091 103.347 27.222 103.347 28.786 C 103.347 29.205 103.178 29.386 102.66 29.582 L 99.266 30.852 C 99.686 31.369 100.303 31.662 101.019 31.662 C 102.449 31.662 102.589 30.769 103.108 30.769 Z M 99.771 27.459 C 99.083 27.459 98.649 28.06 98.649 29.023 C 98.649 29.274 98.677 29.512 98.719 29.735 L 100.528 28.967 C 100.78 28.856 100.836 28.758 100.836 28.59 C 100.836 28.115 100.486 27.459 99.771 27.459 Z\" fill=\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255)) /* {&quot;name&quot;:&quot;Secondary color&quot;} */\"></path></svg>',svgContentId:9612842122},\"p48eYe5IR-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 40\"><path d=\"M 19.164 0.121 C 17.679 0.245 16.14 0.714 14.887 1.43 C 13.951 1.962 13.394 2.401 12.582 3.225 L 11.902 3.91 L 11.183 3.201 C 10.347 2.377 10.541 2.385 9.396 3.14 C 8.461 3.764 7.184 5.034 6.573 5.966 C 5.816 7.129 5.29 8.361 5.019 9.6 C 4.965 9.847 4.895 10.047 4.864 10.047 C 4.826 10.047 4.393 9.939 3.905 9.801 C 3.132 9.593 2.993 9.57 2.9 9.67 C 2.715 9.862 2.026 11.294 1.817 11.926 C 1.152 13.913 1.129 16.176 1.74 18.202 C 1.848 18.563 1.933 18.879 1.933 18.902 C 1.933 18.933 1.5 19.072 0.967 19.21 L 0 19.464 L 0 20.242 C 0.008 22.922 1.183 25.571 3.248 27.565 L 3.797 28.089 L 3.093 28.797 C 2.281 29.613 2.289 29.436 2.985 30.491 C 4.547 32.863 6.79 34.341 9.829 35.027 L 10.03 35.073 L 9.775 36.012 C 9.628 36.536 9.528 36.99 9.543 37.036 C 9.59 37.16 11.276 37.968 11.933 38.184 C 13.913 38.831 16.039 38.861 18.127 38.269 C 18.537 38.153 18.893 38.076 18.916 38.099 C 18.939 38.114 19.063 38.546 19.202 39.046 L 19.45 39.962 L 20.416 39.955 C 22.907 39.947 25.381 38.877 27.323 36.983 C 27.748 36.567 28.119 36.228 28.142 36.228 C 28.173 36.228 28.498 36.536 28.877 36.913 L 29.565 37.599 L 30.192 37.214 C 31.042 36.69 31.638 36.205 32.365 35.442 C 33.648 34.11 34.437 32.701 34.878 30.953 C 35.048 30.253 35.11 30.098 35.241 30.083 C 35.327 30.068 35.775 30.168 36.239 30.291 C 37.036 30.514 37.09 30.522 37.183 30.391 C 37.368 30.152 38.103 28.582 38.273 28.058 C 38.892 26.156 38.907 23.707 38.304 21.798 C 38.203 21.466 38.142 21.166 38.18 21.135 C 38.211 21.112 38.536 21.005 38.9 20.912 C 39.263 20.82 39.673 20.704 39.812 20.666 L 40.06 20.581 L 40.06 19.842 C 40.052 17.739 39.255 15.46 37.917 13.728 C 37.732 13.489 37.283 12.989 36.912 12.627 L 36.239 11.972 L 36.951 11.256 L 37.662 10.547 L 37.268 9.901 C 37.059 9.546 36.734 9.061 36.548 8.823 C 36.1 8.245 35.04 7.244 34.391 6.782 C 33.324 6.02 31.785 5.358 30.478 5.096 L 30.029 5.003 L 30.292 4.048 C 30.478 3.363 30.524 3.071 30.47 3.001 C 30.369 2.878 28.73 2.062 28.444 2 C 28.274 1.954 26.223 1.197 25.96 1.451 C 25.45 1.944 27.11 1.686 26.437 1.486 C 26.02 1.363 26.607 1.949 26.437 1.533 C 26.306 1.233 24.755 1.346 24.554 1.346 C 23.974 1.353 22.628 1.584 21.94 1.808 C 21.515 1.939 21.167 2.039 21.151 2.023 C 21.136 2.008 21.004 1.561 20.857 1.038 L 20.594 0.075 L 20.254 0.067 C 20.068 0.06 19.573 0.083 19.164 0.121 Z M 19.558 1.862 C 19.597 2.023 19.666 2.277 19.697 2.424 L 19.767 2.686 L 19.071 3.14 C 18.205 3.702 16.813 5.08 16.279 5.889 C 15.057 7.737 14.508 9.539 14.508 11.703 C 14.508 14.213 15.32 16.461 16.913 18.34 C 17.091 18.556 17.246 18.756 17.246 18.779 C 17.246 18.856 16.356 18.51 15.784 18.202 C 14.949 17.755 14.276 17.231 13.564 16.5 C 12.126 14.998 11.353 13.312 11.136 11.179 C 10.711 6.982 13.58 2.932 17.733 1.846 C 18.576 1.63 18.731 1.6 19.156 1.584 C 19.473 1.577 19.488 1.584 19.558 1.861 Z M 26.085 2.924 C 26.974 3.055 27.524 3.201 28.289 3.517 C 28.715 3.694 28.846 3.779 28.815 3.879 C 28.8 3.948 28.722 4.202 28.66 4.441 L 28.529 4.888 L 28.003 4.888 C 26.797 4.888 24.91 5.373 23.649 6.012 C 22.319 6.682 20.625 8.168 19.821 9.354 C 18.993 10.586 18.375 12.103 18.143 13.504 C 17.988 14.421 17.98 16.046 18.135 16.9 C 18.197 17.262 18.251 17.57 18.251 17.586 C 18.251 17.678 17.903 17.278 17.57 16.792 C 16.024 14.567 15.56 11.857 16.287 9.315 C 17.501 5.057 21.762 2.277 26.085 2.924 Z M 10.688 4.788 L 11.051 5.157 L 10.68 5.897 C 9.853 7.575 9.504 9.369 9.667 11.187 C 9.899 13.843 10.958 16.061 12.845 17.863 C 13.92 18.887 15.119 19.618 16.588 20.142 C 16.929 20.258 17.153 20.373 17.091 20.396 C 16.836 20.481 15.73 20.596 15.134 20.596 C 12.304 20.596 9.358 19.01 7.788 16.662 C 5.731 13.566 5.769 9.677 7.904 6.613 C 8.484 5.773 9.899 4.426 10.2 4.426 C 10.27 4.426 10.494 4.587 10.688 4.788 Z M 29.588 6.436 C 30.926 6.62 32.396 7.198 33.54 7.983 C 34.112 8.376 35.412 9.677 35.667 10.101 L 35.798 10.332 L 35.396 10.725 L 34.986 11.125 L 34.298 10.786 C 32.922 10.116 31.676 9.824 30.006 9.762 C 28.189 9.701 26.773 9.993 25.172 10.771 C 22.814 11.918 20.958 13.889 20.061 16.192 C 19.898 16.6 19.744 16.969 19.713 17 C 19.581 17.162 19.465 15.961 19.512 14.852 C 19.589 12.912 20.107 11.448 21.29 9.847 C 22.559 8.13 24.631 6.874 26.866 6.466 C 27.554 6.343 28.807 6.328 29.588 6.436 Z M 31.089 11.279 C 31.769 11.387 33.03 11.779 33.602 12.064 C 36.215 13.359 38.042 15.826 38.513 18.694 C 38.644 19.526 38.668 19.488 38.01 19.641 C 37.693 19.719 37.422 19.765 37.415 19.742 C 36.463 18.271 35.396 17.108 34.337 16.384 C 31.707 14.598 28.575 14.066 25.629 14.906 C 24.214 15.306 22.659 16.13 21.584 17.039 L 21.244 17.324 L 21.298 17.093 C 21.391 16.662 22.04 15.453 22.497 14.844 C 23.951 12.904 25.961 11.679 28.382 11.256 C 28.776 11.187 30.601 11.202 31.089 11.279 Z M 4.277 11.41 L 4.795 11.541 L 4.795 11.957 C 4.795 12.573 5.004 13.889 5.228 14.652 C 5.723 16.369 6.968 18.317 8.275 19.441 C 9.744 20.696 11.438 21.52 13.263 21.867 C 14.307 22.067 15.838 22.098 16.797 21.928 L 17.632 21.782 L 17.455 21.967 C 17.176 22.267 16.078 22.96 15.382 23.284 C 12.01 24.831 8.035 24.115 5.367 21.482 C 2.846 18.987 2.073 15.198 3.41 11.872 C 3.542 11.549 3.673 11.279 3.704 11.279 C 3.728 11.279 3.983 11.341 4.277 11.41 Z M 29.774 16.092 C 31.599 16.392 33.192 17.177 34.507 18.425 C 35.86 19.711 36.664 21.135 37.09 22.976 C 37.492 24.724 37.26 27.041 36.533 28.458 L 36.355 28.82 L 35.837 28.674 C 35.551 28.597 35.303 28.52 35.288 28.497 C 35.272 28.481 35.226 28.096 35.187 27.634 C 35.048 25.91 34.615 24.531 33.788 23.145 C 32.171 20.45 29.573 18.664 26.541 18.163 C 25.59 18.001 23.912 18.009 23.092 18.163 C 22.752 18.232 22.466 18.271 22.45 18.255 C 22.404 18.217 23.34 17.532 23.904 17.193 C 25.575 16.184 27.779 15.776 29.774 16.092 Z M 25.66 19.518 C 28.227 19.788 30.586 21.128 32.009 23.114 C 33.161 24.716 33.733 26.433 33.741 28.297 C 33.757 30.483 33.014 32.478 31.553 34.21 C 31.143 34.696 29.991 35.689 29.828 35.689 C 29.789 35.689 29.565 35.519 29.349 35.312 L 28.947 34.927 L 29.14 34.603 C 29.426 34.126 29.905 32.909 30.076 32.239 C 30.578 30.229 30.455 27.904 29.735 26.025 C 28.691 23.284 26.479 21.074 23.703 19.988 C 22.976 19.703 22.961 19.688 23.201 19.634 C 23.456 19.58 24.376 19.472 24.747 19.457 C 24.855 19.449 25.265 19.48 25.66 19.518 Z M 2.977 20.866 C 4.377 22.914 6.233 24.323 8.484 25.055 C 9.984 25.54 11.84 25.679 13.379 25.409 C 15.165 25.101 16.983 24.269 18.313 23.153 C 18.537 22.968 18.738 22.829 18.762 22.845 C 18.823 22.906 18.359 23.961 18.027 24.523 C 15.026 29.552 8.089 30.399 4.006 26.241 C 2.629 24.831 1.732 22.976 1.508 21.043 L 1.454 20.604 L 1.902 20.481 C 2.158 20.411 2.397 20.342 2.436 20.327 C 2.568 20.281 2.606 20.311 2.977 20.866 Z M 23.858 21.667 C 26.224 22.791 27.98 24.924 28.66 27.511 C 28.931 28.543 28.993 30.129 28.815 31.099 C 28.08 34.957 25.227 37.799 21.445 38.438 C 20.579 38.584 20.563 38.576 20.409 37.876 C 20.355 37.645 20.277 37.46 20.239 37.46 C 20.192 37.46 20.37 37.329 20.633 37.175 C 22.651 35.943 24.33 33.833 25.049 31.608 C 25.559 30.06 25.706 28.035 25.412 26.572 C 25.041 24.693 24.214 22.976 22.984 21.528 C 22.713 21.212 22.713 21.197 22.891 21.251 C 22.999 21.282 23.432 21.466 23.858 21.667 Z M 22.195 22.868 C 24.291 25.532 24.693 29.298 23.208 32.224 C 22.149 34.303 20.61 35.727 18.514 36.574 C 17.424 37.021 16.782 37.16 15.606 37.206 C 14.121 37.267 12.845 37.044 11.693 36.528 C 11.306 36.359 11.214 36.282 11.245 36.174 C 11.268 36.097 11.337 35.835 11.407 35.597 L 11.531 35.15 L 12.118 35.15 C 13.263 35.15 15.158 34.657 16.403 34.033 C 17.679 33.386 19.326 31.962 20.177 30.761 C 21.012 29.575 21.677 27.973 21.917 26.533 C 22.071 25.625 22.071 24 21.924 23.176 C 21.863 22.837 21.808 22.552 21.808 22.537 C 21.801 22.444 21.971 22.591 22.195 22.868 Z M 20.571 24.801 C 20.579 28.127 18.823 31.038 15.815 32.686 C 13.549 33.918 10.51 34.018 8.043 32.925 C 6.736 32.355 5.413 31.323 4.57 30.199 L 4.23 29.752 L 4.609 29.367 C 4.81 29.159 5.027 28.99 5.081 28.99 C 5.143 28.99 5.468 29.128 5.808 29.298 C 9.721 31.261 14.647 30.43 17.71 27.296 C 18.684 26.295 19.643 24.831 20.022 23.746 C 20.096 23.527 20.179 23.311 20.27 23.099 C 20.362 22.868 20.362 22.868 20.463 23.368 C 20.517 23.646 20.563 24.293 20.571 24.801 Z M 59.537 11.542 L 59.537 11.584 C 60.827 11.891 61.514 12.715 61.514 13.985 C 61.514 15.843 59.916 16.918 57.167 16.918 L 52.567 16.918 C 51.824 16.918 51.431 16.694 51.431 16.289 C 51.431 15.731 52.104 15.661 52.132 14.851 C 52.231 12.687 52.231 10.76 52.132 8.735 C 52.104 7.925 51.487 7.855 51.487 7.283 C 51.487 6.864 51.824 6.669 52.539 6.669 L 57.363 6.669 C 59.607 6.669 60.897 7.604 60.897 9.391 C 60.897 10.411 60.421 11.151 59.537 11.542 Z M 56.564 8.344 L 55.891 8.344 C 55.54 8.344 55.414 8.47 55.4 8.819 L 55.358 10.899 L 56.564 10.899 C 57.433 10.899 57.882 10.467 57.882 9.615 C 57.882 8.763 57.433 8.344 56.564 8.344 Z M 55.877 15.172 L 56.746 15.172 C 57.7 15.172 58.177 14.739 58.177 13.846 C 58.177 13.008 57.658 12.575 56.662 12.575 L 55.358 12.575 C 55.358 13.273 55.372 13.985 55.386 14.698 C 55.4 15.047 55.526 15.172 55.877 15.172 Z M 64.312 17.043 C 62.853 17.043 62.18 16.806 62.18 16.331 C 62.18 15.857 62.699 15.703 62.755 14.963 C 62.867 12.896 62.853 11.095 62.727 9.238 C 62.657 8.274 62.096 8.344 62.096 7.827 C 62.096 7.087 63.905 6.417 64.915 6.417 C 65.686 6.417 65.966 6.752 65.896 7.744 C 65.756 10.104 65.742 12.799 65.826 14.907 C 65.854 15.703 66.457 15.787 66.457 16.331 C 66.457 16.806 65.756 17.043 64.312 17.043 Z M 75.528 14.321 C 75.598 15.256 76.341 15.228 76.341 15.731 C 76.341 16.401 74.799 17.071 73.943 17.071 C 73.228 17.071 72.905 16.75 72.625 15.815 L 72.527 15.801 C 72.106 16.666 71.237 17.169 70.115 17.169 C 68.418 17.169 67.45 16.206 67.45 14.558 C 67.45 13.748 67.562 13.022 67.548 12.254 C 67.52 11.304 66.875 11.29 66.875 10.774 C 66.875 10.034 68.628 9.363 69.638 9.363 C 70.367 9.363 70.634 9.615 70.634 10.327 C 70.634 11.123 70.437 12.91 70.451 13.832 C 70.451 14.698 70.802 15.158 71.461 15.158 C 72.078 15.158 72.471 14.726 72.527 13.916 C 72.569 13.329 72.583 12.729 72.597 12.254 C 72.569 11.304 71.924 11.29 71.924 10.774 C 71.924 10.048 73.663 9.363 74.672 9.363 C 75.402 9.363 75.668 9.615 75.668 10.327 C 75.654 11.388 75.458 13.273 75.528 14.321 Z M 84.181 14.041 C 84.42 14.041 84.546 14.223 84.546 14.516 C 84.546 15.912 83.088 17.169 80.942 17.169 C 78.516 17.169 76.847 15.591 76.847 13.259 C 76.847 11.039 78.656 9.363 81.054 9.363 C 82.961 9.363 84.42 10.495 84.42 12.058 C 84.42 12.477 84.252 12.659 83.733 12.854 L 80.339 14.125 C 80.76 14.642 81.377 14.935 82.092 14.935 C 83.522 14.935 83.663 14.041 84.181 14.041 Z M 80.844 10.732 C 80.157 10.732 79.722 11.332 79.722 12.296 C 79.722 12.547 79.75 12.785 79.792 13.008 L 81.601 12.24 C 81.853 12.128 81.91 12.031 81.91 11.863 C 81.91 11.388 81.559 10.732 80.844 10.732 Z M 59.537 28.269 L 59.537 28.311 C 60.827 28.618 61.514 29.442 61.514 30.713 C 61.514 32.57 59.916 33.645 57.167 33.645 L 52.567 33.645 C 51.824 33.645 51.431 33.422 51.431 33.017 C 51.431 32.458 52.104 32.388 52.132 31.578 C 52.231 29.414 52.231 27.487 52.132 25.462 C 52.104 24.653 51.487 24.583 51.487 24.01 C 51.487 23.591 51.824 23.396 52.539 23.396 L 57.363 23.396 C 59.607 23.396 60.897 24.331 60.897 26.119 C 60.897 27.138 60.421 27.878 59.537 28.269 Z M 56.564 25.071 L 55.891 25.071 C 55.54 25.071 55.414 25.197 55.4 25.546 L 55.358 27.627 L 56.564 27.627 C 57.433 27.627 57.882 27.194 57.882 26.342 C 57.882 25.49 57.433 25.071 56.564 25.071 Z M 55.877 31.9 L 56.746 31.9 C 57.7 31.9 58.177 31.467 58.177 30.573 C 58.177 29.735 57.658 29.302 56.662 29.302 L 55.358 29.302 C 55.358 30.001 55.372 30.713 55.386 31.425 C 55.4 31.774 55.526 31.9 55.877 31.9 Z M 67.944 26.105 C 68.925 26.105 69.542 26.775 69.542 27.906 C 69.542 28.911 69.038 29.498 68.196 29.498 C 67.172 29.498 67.243 28.632 66.64 28.632 C 66.163 28.632 65.826 29.288 65.826 30.252 C 65.826 30.475 65.826 30.894 65.854 31.467 C 65.896 32.458 66.822 32.402 66.822 33.073 C 66.822 33.533 66.093 33.771 64.522 33.771 C 62.965 33.771 62.25 33.533 62.25 33.059 C 62.25 32.584 62.755 32.43 62.825 31.69 C 62.895 30.713 62.909 29.833 62.839 28.925 C 62.769 27.99 62.278 28.004 62.278 27.487 C 62.278 26.747 63.975 26.091 64.985 26.091 C 65.826 26.091 65.91 26.454 65.77 27.822 L 65.868 27.836 C 66.233 26.817 66.962 26.105 67.944 26.105 Z M 77.279 30.769 C 77.517 30.769 77.644 30.95 77.644 31.243 C 77.644 32.64 76.185 33.896 74.039 33.896 C 71.613 33.896 69.945 32.319 69.945 29.987 C 69.945 27.766 71.754 26.091 74.152 26.091 C 76.059 26.091 77.517 27.222 77.517 28.786 C 77.517 29.205 77.349 29.386 76.83 29.582 L 73.436 30.852 C 73.857 31.369 74.474 31.662 75.189 31.662 C 76.62 31.662 76.76 30.769 77.279 30.769 Z M 73.941 27.459 C 73.254 27.459 72.819 28.06 72.819 29.023 C 72.819 29.274 72.847 29.512 72.89 29.735 L 74.699 28.967 C 74.951 28.856 75.007 28.758 75.007 28.59 C 75.007 28.115 74.657 27.459 73.941 27.459 Z M 85.866 30.769 C 86.104 30.769 86.23 30.95 86.23 31.243 C 86.23 32.64 84.772 33.896 82.626 33.896 C 80.2 33.896 78.531 32.319 78.531 29.987 C 78.531 27.766 80.34 26.091 82.739 26.091 C 84.646 26.091 86.104 27.222 86.104 28.786 C 86.104 29.205 85.936 29.386 85.417 29.582 L 82.023 30.852 C 82.444 31.369 83.061 31.662 83.776 31.662 C 85.207 31.662 85.347 30.769 85.866 30.769 Z M 82.528 27.459 C 81.841 27.459 81.406 28.06 81.406 29.023 C 81.406 29.274 81.434 29.512 81.476 29.735 L 83.285 28.967 C 83.538 28.856 83.594 28.758 83.594 28.59 C 83.594 28.115 83.243 27.459 82.528 27.459 Z M 94.471 30.266 C 94.864 30.266 95.018 30.475 95.018 30.936 C 95.018 31.788 94.835 33.855 93.798 33.855 C 93.251 33.855 92.648 33.575 90.895 33.575 C 89.464 33.575 88.441 33.645 87.669 33.645 C 86.94 33.645 86.758 33.128 87.235 32.556 C 88.441 31.048 89.661 29.47 90.825 27.752 L 90.137 27.752 C 89.52 27.752 89.226 28.004 88.427 29.009 C 88.09 29.428 87.922 29.54 87.529 29.54 C 87.178 29.54 87.038 29.372 87.038 28.981 C 87.038 28.199 87.585 26.133 88.651 26.133 C 89.156 26.133 89.689 26.384 91.301 26.398 C 92.746 26.412 93.559 26.328 94.317 26.328 C 94.962 26.328 95.144 26.859 94.695 27.417 C 93.489 28.981 92.367 30.559 91.217 32.207 L 91.919 32.207 C 92.69 32.207 92.998 31.914 93.671 30.852 C 93.966 30.406 94.12 30.266 94.471 30.266 Z M 103.108 30.769 C 103.347 30.769 103.473 30.95 103.473 31.243 C 103.473 32.64 102.014 33.896 99.869 33.896 C 97.443 33.896 95.774 32.319 95.774 29.987 C 95.774 27.766 97.583 26.091 99.981 26.091 C 101.888 26.091 103.347 27.222 103.347 28.786 C 103.347 29.205 103.178 29.386 102.66 29.582 L 99.266 30.852 C 99.686 31.369 100.303 31.662 101.019 31.662 C 102.449 31.662 102.589 30.769 103.108 30.769 Z M 99.771 27.459 C 99.083 27.459 98.649 28.06 98.649 29.023 C 98.649 29.274 98.677 29.512 98.719 29.735 L 100.528 28.967 C 100.78 28.856 100.836 28.758 100.836 28.59 C 100.836 28.115 100.486 27.459 99.771 27.459 Z\" fill=\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255)) /* {&quot;name&quot;:&quot;Secondary color&quot;} */\"></path></svg>',svgContentId:10437652733},MEbT2aJsv:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 40\"><path d=\"M 19.164 0.121 C 17.679 0.245 16.14 0.714 14.887 1.43 C 13.951 1.962 13.394 2.401 12.582 3.225 L 11.902 3.91 L 11.183 3.201 C 10.347 2.377 10.541 2.385 9.396 3.14 C 8.461 3.764 7.184 5.034 6.573 5.966 C 5.816 7.129 5.29 8.361 5.019 9.6 C 4.965 9.847 4.895 10.047 4.864 10.047 C 4.826 10.047 4.393 9.939 3.905 9.801 C 3.132 9.593 2.993 9.57 2.9 9.67 C 2.715 9.862 2.026 11.294 1.817 11.926 C 1.152 13.913 1.129 16.176 1.74 18.202 C 1.848 18.563 1.933 18.879 1.933 18.902 C 1.933 18.933 1.5 19.072 0.967 19.21 L 0 19.464 L 0 20.242 C 0.008 22.922 1.183 25.571 3.248 27.565 L 3.797 28.089 L 3.093 28.797 C 2.281 29.613 2.289 29.436 2.985 30.491 C 4.547 32.863 6.79 34.341 9.829 35.027 L 10.03 35.073 L 9.775 36.012 C 9.628 36.536 9.528 36.99 9.543 37.036 C 9.59 37.16 11.276 37.968 11.933 38.184 C 13.913 38.831 16.039 38.861 18.127 38.269 C 18.537 38.153 18.893 38.076 18.916 38.099 C 18.939 38.114 19.063 38.546 19.202 39.046 L 19.45 39.962 L 20.416 39.955 C 22.907 39.947 25.381 38.877 27.323 36.983 C 27.748 36.567 28.119 36.228 28.142 36.228 C 28.173 36.228 28.498 36.536 28.877 36.913 L 29.565 37.599 L 30.192 37.214 C 31.042 36.69 31.638 36.205 32.365 35.442 C 33.648 34.11 34.437 32.701 34.878 30.953 C 35.048 30.253 35.11 30.098 35.241 30.083 C 35.327 30.068 35.775 30.168 36.239 30.291 C 37.036 30.514 37.09 30.522 37.183 30.391 C 37.368 30.152 38.103 28.582 38.273 28.058 C 38.892 26.156 38.907 23.707 38.304 21.798 C 38.203 21.466 38.142 21.166 38.18 21.135 C 38.211 21.112 38.536 21.005 38.9 20.912 C 39.263 20.82 39.673 20.704 39.812 20.666 L 40.06 20.581 L 40.06 19.842 C 40.052 17.739 39.255 15.46 37.917 13.728 C 37.732 13.489 37.283 12.989 36.912 12.627 L 36.239 11.972 L 36.951 11.256 L 37.662 10.547 L 37.268 9.901 C 37.059 9.546 36.734 9.061 36.548 8.823 C 36.1 8.245 35.04 7.244 34.391 6.782 C 33.324 6.02 31.785 5.358 30.478 5.096 L 30.029 5.003 L 30.292 4.048 C 30.478 3.363 30.524 3.071 30.47 3.001 C 30.369 2.878 28.73 2.062 28.444 2 C 28.274 1.954 26.223 1.197 25.96 1.451 C 25.45 1.944 27.11 1.686 26.437 1.486 C 26.02 1.363 26.607 1.949 26.437 1.533 C 26.306 1.233 24.755 1.346 24.554 1.346 C 23.974 1.353 22.628 1.584 21.94 1.808 C 21.515 1.939 21.167 2.039 21.151 2.023 C 21.136 2.008 21.004 1.561 20.857 1.038 L 20.594 0.075 L 20.254 0.067 C 20.068 0.06 19.573 0.083 19.164 0.121 Z M 19.558 1.862 C 19.597 2.023 19.666 2.277 19.697 2.424 L 19.767 2.686 L 19.071 3.14 C 18.205 3.702 16.813 5.08 16.279 5.889 C 15.057 7.737 14.508 9.539 14.508 11.703 C 14.508 14.213 15.32 16.461 16.913 18.34 C 17.091 18.556 17.246 18.756 17.246 18.779 C 17.246 18.856 16.356 18.51 15.784 18.202 C 14.949 17.755 14.276 17.231 13.564 16.5 C 12.126 14.998 11.353 13.312 11.136 11.179 C 10.711 6.982 13.58 2.932 17.733 1.846 C 18.576 1.63 18.731 1.6 19.156 1.584 C 19.473 1.577 19.488 1.584 19.558 1.861 Z M 26.085 2.924 C 26.974 3.055 27.524 3.201 28.289 3.517 C 28.715 3.694 28.846 3.779 28.815 3.879 C 28.8 3.948 28.722 4.202 28.66 4.441 L 28.529 4.888 L 28.003 4.888 C 26.797 4.888 24.91 5.373 23.649 6.012 C 22.319 6.682 20.625 8.168 19.821 9.354 C 18.993 10.586 18.375 12.103 18.143 13.504 C 17.988 14.421 17.98 16.046 18.135 16.9 C 18.197 17.262 18.251 17.57 18.251 17.586 C 18.251 17.678 17.903 17.278 17.57 16.792 C 16.024 14.567 15.56 11.857 16.287 9.315 C 17.501 5.057 21.762 2.277 26.085 2.924 Z M 10.688 4.788 L 11.051 5.157 L 10.68 5.897 C 9.853 7.575 9.504 9.369 9.667 11.187 C 9.899 13.843 10.958 16.061 12.845 17.863 C 13.92 18.887 15.119 19.618 16.588 20.142 C 16.929 20.258 17.153 20.373 17.091 20.396 C 16.836 20.481 15.73 20.596 15.134 20.596 C 12.304 20.596 9.358 19.01 7.788 16.662 C 5.731 13.566 5.769 9.677 7.904 6.613 C 8.484 5.773 9.899 4.426 10.2 4.426 C 10.27 4.426 10.494 4.587 10.688 4.788 Z M 29.588 6.436 C 30.926 6.62 32.396 7.198 33.54 7.983 C 34.112 8.376 35.412 9.677 35.667 10.101 L 35.798 10.332 L 35.396 10.725 L 34.986 11.125 L 34.298 10.786 C 32.922 10.116 31.676 9.824 30.006 9.762 C 28.189 9.701 26.773 9.993 25.172 10.771 C 22.814 11.918 20.958 13.889 20.061 16.192 C 19.898 16.6 19.744 16.969 19.713 17 C 19.581 17.162 19.465 15.961 19.512 14.852 C 19.589 12.912 20.107 11.448 21.29 9.847 C 22.559 8.13 24.631 6.874 26.866 6.466 C 27.554 6.343 28.807 6.328 29.588 6.436 Z M 31.089 11.279 C 31.769 11.387 33.03 11.779 33.602 12.064 C 36.215 13.359 38.042 15.826 38.513 18.694 C 38.644 19.526 38.668 19.488 38.01 19.641 C 37.693 19.719 37.422 19.765 37.415 19.742 C 36.463 18.271 35.396 17.108 34.337 16.384 C 31.707 14.598 28.575 14.066 25.629 14.906 C 24.214 15.306 22.659 16.13 21.584 17.039 L 21.244 17.324 L 21.298 17.093 C 21.391 16.662 22.04 15.453 22.497 14.844 C 23.951 12.904 25.961 11.679 28.382 11.256 C 28.776 11.187 30.601 11.202 31.089 11.279 Z M 4.277 11.41 L 4.795 11.541 L 4.795 11.957 C 4.795 12.573 5.004 13.889 5.228 14.652 C 5.723 16.369 6.968 18.317 8.275 19.441 C 9.744 20.696 11.438 21.52 13.263 21.867 C 14.307 22.067 15.838 22.098 16.797 21.928 L 17.632 21.782 L 17.455 21.967 C 17.176 22.267 16.078 22.96 15.382 23.284 C 12.01 24.831 8.035 24.115 5.367 21.482 C 2.846 18.987 2.073 15.198 3.41 11.872 C 3.542 11.549 3.673 11.279 3.704 11.279 C 3.728 11.279 3.983 11.341 4.277 11.41 Z M 29.774 16.092 C 31.599 16.392 33.192 17.177 34.507 18.425 C 35.86 19.711 36.664 21.135 37.09 22.976 C 37.492 24.724 37.26 27.041 36.533 28.458 L 36.355 28.82 L 35.837 28.674 C 35.551 28.597 35.303 28.52 35.288 28.497 C 35.272 28.481 35.226 28.096 35.187 27.634 C 35.048 25.91 34.615 24.531 33.788 23.145 C 32.171 20.45 29.573 18.664 26.541 18.163 C 25.59 18.001 23.912 18.009 23.092 18.163 C 22.752 18.232 22.466 18.271 22.45 18.255 C 22.404 18.217 23.34 17.532 23.904 17.193 C 25.575 16.184 27.779 15.776 29.774 16.092 Z M 25.66 19.518 C 28.227 19.788 30.586 21.128 32.009 23.114 C 33.161 24.716 33.733 26.433 33.741 28.297 C 33.757 30.483 33.014 32.478 31.553 34.21 C 31.143 34.696 29.991 35.689 29.828 35.689 C 29.789 35.689 29.565 35.519 29.349 35.312 L 28.947 34.927 L 29.14 34.603 C 29.426 34.126 29.905 32.909 30.076 32.239 C 30.578 30.229 30.455 27.904 29.735 26.025 C 28.691 23.284 26.479 21.074 23.703 19.988 C 22.976 19.703 22.961 19.688 23.201 19.634 C 23.456 19.58 24.376 19.472 24.747 19.457 C 24.855 19.449 25.265 19.48 25.66 19.518 Z M 2.977 20.866 C 4.377 22.914 6.233 24.323 8.484 25.055 C 9.984 25.54 11.84 25.679 13.379 25.409 C 15.165 25.101 16.983 24.269 18.313 23.153 C 18.537 22.968 18.738 22.829 18.762 22.845 C 18.823 22.906 18.359 23.961 18.027 24.523 C 15.026 29.552 8.089 30.399 4.006 26.241 C 2.629 24.831 1.732 22.976 1.508 21.043 L 1.454 20.604 L 1.902 20.481 C 2.158 20.411 2.397 20.342 2.436 20.327 C 2.568 20.281 2.606 20.311 2.977 20.866 Z M 23.858 21.667 C 26.224 22.791 27.98 24.924 28.66 27.511 C 28.931 28.543 28.993 30.129 28.815 31.099 C 28.08 34.957 25.227 37.799 21.445 38.438 C 20.579 38.584 20.563 38.576 20.409 37.876 C 20.355 37.645 20.277 37.46 20.239 37.46 C 20.192 37.46 20.37 37.329 20.633 37.175 C 22.651 35.943 24.33 33.833 25.049 31.608 C 25.559 30.06 25.706 28.035 25.412 26.572 C 25.041 24.693 24.214 22.976 22.984 21.528 C 22.713 21.212 22.713 21.197 22.891 21.251 C 22.999 21.282 23.432 21.466 23.858 21.667 Z M 22.195 22.868 C 24.291 25.532 24.693 29.298 23.208 32.224 C 22.149 34.303 20.61 35.727 18.514 36.574 C 17.424 37.021 16.782 37.16 15.606 37.206 C 14.121 37.267 12.845 37.044 11.693 36.528 C 11.306 36.359 11.214 36.282 11.245 36.174 C 11.268 36.097 11.337 35.835 11.407 35.597 L 11.531 35.15 L 12.118 35.15 C 13.263 35.15 15.158 34.657 16.403 34.033 C 17.679 33.386 19.326 31.962 20.177 30.761 C 21.012 29.575 21.677 27.973 21.917 26.533 C 22.071 25.625 22.071 24 21.924 23.176 C 21.863 22.837 21.808 22.552 21.808 22.537 C 21.801 22.444 21.971 22.591 22.195 22.868 Z M 20.571 24.801 C 20.579 28.127 18.823 31.038 15.815 32.686 C 13.549 33.918 10.51 34.018 8.043 32.925 C 6.736 32.355 5.413 31.323 4.57 30.199 L 4.23 29.752 L 4.609 29.367 C 4.81 29.159 5.027 28.99 5.081 28.99 C 5.143 28.99 5.468 29.128 5.808 29.298 C 9.721 31.261 14.647 30.43 17.71 27.296 C 18.684 26.295 19.643 24.831 20.022 23.746 C 20.096 23.527 20.179 23.311 20.27 23.099 C 20.362 22.868 20.362 22.868 20.463 23.368 C 20.517 23.646 20.563 24.293 20.571 24.801 Z M 59.537 11.542 L 59.537 11.584 C 60.827 11.891 61.514 12.715 61.514 13.985 C 61.514 15.843 59.916 16.918 57.167 16.918 L 52.567 16.918 C 51.824 16.918 51.431 16.694 51.431 16.289 C 51.431 15.731 52.104 15.661 52.132 14.851 C 52.231 12.687 52.231 10.76 52.132 8.735 C 52.104 7.925 51.487 7.855 51.487 7.283 C 51.487 6.864 51.824 6.669 52.539 6.669 L 57.363 6.669 C 59.607 6.669 60.897 7.604 60.897 9.391 C 60.897 10.411 60.421 11.151 59.537 11.542 Z M 56.564 8.344 L 55.891 8.344 C 55.54 8.344 55.414 8.47 55.4 8.819 L 55.358 10.899 L 56.564 10.899 C 57.433 10.899 57.882 10.467 57.882 9.615 C 57.882 8.763 57.433 8.344 56.564 8.344 Z M 55.877 15.172 L 56.746 15.172 C 57.7 15.172 58.177 14.739 58.177 13.846 C 58.177 13.008 57.658 12.575 56.662 12.575 L 55.358 12.575 C 55.358 13.273 55.372 13.985 55.386 14.698 C 55.4 15.047 55.526 15.172 55.877 15.172 Z M 64.312 17.043 C 62.853 17.043 62.18 16.806 62.18 16.331 C 62.18 15.857 62.699 15.703 62.755 14.963 C 62.867 12.896 62.853 11.095 62.727 9.238 C 62.657 8.274 62.096 8.344 62.096 7.827 C 62.096 7.087 63.905 6.417 64.915 6.417 C 65.686 6.417 65.966 6.752 65.896 7.744 C 65.756 10.104 65.742 12.799 65.826 14.907 C 65.854 15.703 66.457 15.787 66.457 16.331 C 66.457 16.806 65.756 17.043 64.312 17.043 Z M 75.528 14.321 C 75.598 15.256 76.341 15.228 76.341 15.731 C 76.341 16.401 74.799 17.071 73.943 17.071 C 73.228 17.071 72.905 16.75 72.625 15.815 L 72.527 15.801 C 72.106 16.666 71.237 17.169 70.115 17.169 C 68.418 17.169 67.45 16.206 67.45 14.558 C 67.45 13.748 67.562 13.022 67.548 12.254 C 67.52 11.304 66.875 11.29 66.875 10.774 C 66.875 10.034 68.628 9.363 69.638 9.363 C 70.367 9.363 70.634 9.615 70.634 10.327 C 70.634 11.123 70.437 12.91 70.451 13.832 C 70.451 14.698 70.802 15.158 71.461 15.158 C 72.078 15.158 72.471 14.726 72.527 13.916 C 72.569 13.329 72.583 12.729 72.597 12.254 C 72.569 11.304 71.924 11.29 71.924 10.774 C 71.924 10.048 73.663 9.363 74.672 9.363 C 75.402 9.363 75.668 9.615 75.668 10.327 C 75.654 11.388 75.458 13.273 75.528 14.321 Z M 84.181 14.041 C 84.42 14.041 84.546 14.223 84.546 14.516 C 84.546 15.912 83.088 17.169 80.942 17.169 C 78.516 17.169 76.847 15.591 76.847 13.259 C 76.847 11.039 78.656 9.363 81.054 9.363 C 82.961 9.363 84.42 10.495 84.42 12.058 C 84.42 12.477 84.252 12.659 83.733 12.854 L 80.339 14.125 C 80.76 14.642 81.377 14.935 82.092 14.935 C 83.522 14.935 83.663 14.041 84.181 14.041 Z M 80.844 10.732 C 80.157 10.732 79.722 11.332 79.722 12.296 C 79.722 12.547 79.75 12.785 79.792 13.008 L 81.601 12.24 C 81.853 12.128 81.91 12.031 81.91 11.863 C 81.91 11.388 81.559 10.732 80.844 10.732 Z M 59.537 28.269 L 59.537 28.311 C 60.827 28.618 61.514 29.442 61.514 30.713 C 61.514 32.57 59.916 33.645 57.167 33.645 L 52.567 33.645 C 51.824 33.645 51.431 33.422 51.431 33.017 C 51.431 32.458 52.104 32.388 52.132 31.578 C 52.231 29.414 52.231 27.487 52.132 25.462 C 52.104 24.653 51.487 24.583 51.487 24.01 C 51.487 23.591 51.824 23.396 52.539 23.396 L 57.363 23.396 C 59.607 23.396 60.897 24.331 60.897 26.119 C 60.897 27.138 60.421 27.878 59.537 28.269 Z M 56.564 25.071 L 55.891 25.071 C 55.54 25.071 55.414 25.197 55.4 25.546 L 55.358 27.627 L 56.564 27.627 C 57.433 27.627 57.882 27.194 57.882 26.342 C 57.882 25.49 57.433 25.071 56.564 25.071 Z M 55.877 31.9 L 56.746 31.9 C 57.7 31.9 58.177 31.467 58.177 30.573 C 58.177 29.735 57.658 29.302 56.662 29.302 L 55.358 29.302 C 55.358 30.001 55.372 30.713 55.386 31.425 C 55.4 31.774 55.526 31.9 55.877 31.9 Z M 67.944 26.105 C 68.925 26.105 69.542 26.775 69.542 27.906 C 69.542 28.911 69.038 29.498 68.196 29.498 C 67.172 29.498 67.243 28.632 66.64 28.632 C 66.163 28.632 65.826 29.288 65.826 30.252 C 65.826 30.475 65.826 30.894 65.854 31.467 C 65.896 32.458 66.822 32.402 66.822 33.073 C 66.822 33.533 66.093 33.771 64.522 33.771 C 62.965 33.771 62.25 33.533 62.25 33.059 C 62.25 32.584 62.755 32.43 62.825 31.69 C 62.895 30.713 62.909 29.833 62.839 28.925 C 62.769 27.99 62.278 28.004 62.278 27.487 C 62.278 26.747 63.975 26.091 64.985 26.091 C 65.826 26.091 65.91 26.454 65.77 27.822 L 65.868 27.836 C 66.233 26.817 66.962 26.105 67.944 26.105 Z M 77.279 30.769 C 77.517 30.769 77.644 30.95 77.644 31.243 C 77.644 32.64 76.185 33.896 74.039 33.896 C 71.613 33.896 69.945 32.319 69.945 29.987 C 69.945 27.766 71.754 26.091 74.152 26.091 C 76.059 26.091 77.517 27.222 77.517 28.786 C 77.517 29.205 77.349 29.386 76.83 29.582 L 73.436 30.852 C 73.857 31.369 74.474 31.662 75.189 31.662 C 76.62 31.662 76.76 30.769 77.279 30.769 Z M 73.941 27.459 C 73.254 27.459 72.819 28.06 72.819 29.023 C 72.819 29.274 72.847 29.512 72.89 29.735 L 74.699 28.967 C 74.951 28.856 75.007 28.758 75.007 28.59 C 75.007 28.115 74.657 27.459 73.941 27.459 Z M 85.866 30.769 C 86.104 30.769 86.23 30.95 86.23 31.243 C 86.23 32.64 84.772 33.896 82.626 33.896 C 80.2 33.896 78.531 32.319 78.531 29.987 C 78.531 27.766 80.34 26.091 82.739 26.091 C 84.646 26.091 86.104 27.222 86.104 28.786 C 86.104 29.205 85.936 29.386 85.417 29.582 L 82.023 30.852 C 82.444 31.369 83.061 31.662 83.776 31.662 C 85.207 31.662 85.347 30.769 85.866 30.769 Z M 82.528 27.459 C 81.841 27.459 81.406 28.06 81.406 29.023 C 81.406 29.274 81.434 29.512 81.476 29.735 L 83.285 28.967 C 83.538 28.856 83.594 28.758 83.594 28.59 C 83.594 28.115 83.243 27.459 82.528 27.459 Z M 94.471 30.266 C 94.864 30.266 95.018 30.475 95.018 30.936 C 95.018 31.788 94.835 33.855 93.798 33.855 C 93.251 33.855 92.648 33.575 90.895 33.575 C 89.464 33.575 88.441 33.645 87.669 33.645 C 86.94 33.645 86.758 33.128 87.235 32.556 C 88.441 31.048 89.661 29.47 90.825 27.752 L 90.137 27.752 C 89.52 27.752 89.226 28.004 88.427 29.009 C 88.09 29.428 87.922 29.54 87.529 29.54 C 87.178 29.54 87.038 29.372 87.038 28.981 C 87.038 28.199 87.585 26.133 88.651 26.133 C 89.156 26.133 89.689 26.384 91.301 26.398 C 92.746 26.412 93.559 26.328 94.317 26.328 C 94.962 26.328 95.144 26.859 94.695 27.417 C 93.489 28.981 92.367 30.559 91.217 32.207 L 91.919 32.207 C 92.69 32.207 92.998 31.914 93.671 30.852 C 93.966 30.406 94.12 30.266 94.471 30.266 Z M 103.108 30.769 C 103.347 30.769 103.473 30.95 103.473 31.243 C 103.473 32.64 102.014 33.896 99.869 33.896 C 97.443 33.896 95.774 32.319 95.774 29.987 C 95.774 27.766 97.583 26.091 99.981 26.091 C 101.888 26.091 103.347 27.222 103.347 28.786 C 103.347 29.205 103.178 29.386 102.66 29.582 L 99.266 30.852 C 99.686 31.369 100.303 31.662 101.019 31.662 C 102.449 31.662 102.589 30.769 103.108 30.769 Z M 99.771 27.459 C 99.083 27.459 98.649 28.06 98.649 29.023 C 98.649 29.274 98.677 29.512 98.719 29.735 L 100.528 28.967 C 100.78 28.856 100.836 28.758 100.836 28.59 C 100.836 28.115 100.486 27.459 99.771 27.459 Z\" fill=\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)) /* {&quot;name&quot;:&quot;Brand primary color&quot;} */\"></path></svg>',svgContentId:11864135642}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PFa04.framer-wencub, .framer-PFa04 .framer-wencub { display: block; }\",\".framer-PFa04.framer-1j4r87x { cursor: pointer; height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 110px; }\",\".framer-PFa04 .framer-l5g7cy { flex: none; height: 40px; left: calc(50.00000000000002% - 110px / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 110px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MEbT2aJsv\":{\"layout\":[\"fixed\",\"fixed\"]},\"vqAiPjLpX\":{\"layout\":[\"fixed\",\"fixed\"]},\"ow4CXDfI8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere4v9HmAs9=withCSS(Component,css,\"framer-PFa04\");export default Framere4v9HmAs9;Framere4v9HmAs9.displayName=\"Graphics/Logo svg\";Framere4v9HmAs9.defaultProps={height:40,width:110};addPropertyControls(Framere4v9HmAs9,{variant:{options:[\"p48eYe5IR\",\"MEbT2aJsv\"],optionTitles:[\"Logo white\",\"Logo blue\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framere4v9HmAs9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere4v9HmAs9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"110\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MEbT2aJsv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vqAiPjLpX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ow4CXDfI8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e4v9HmAs9.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,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/HJ49BPlkaeXE8KLVCDwH/CAXGUNR2Flcz7tDfIdry/EhYMd4VDZ.js\";const enabledGestures={WkGmhkIOD:{hover:true}};const serializationHash=\"framer-4XBVo\";const variantClassNames={WkGmhkIOD:\"framer-v-1791g6\"};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={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,oYICprBpZ:(_ref=title!==null&&title!==void 0?title:props.oYICprBpZ)!==null&&_ref!==void 0?_ref:\"Text\",TDqA5M76b:link!==null&&link!==void 0?link:props.TDqA5M76b};};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,TDqA5M76b,oYICprBpZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"WkGmhkIOD\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TDqA5M76b,nodeId:\"WkGmhkIOD\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1791g6\",className,classNames)} framer-4ipo0f`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"WkGmhkIOD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"WkGmhkIOD-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Text\"})}),className:\"framer-1mhsmxe\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bT6cZ3RVr\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",opacity:1},text:oYICprBpZ,variants:{\"WkGmhkIOD-hover\":{opacity:.6}},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4XBVo.framer-4ipo0f, .framer-4XBVo .framer-4ipo0f { display: block; }\",\".framer-4XBVo.framer-1791g6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 29px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-4XBVo .framer-1mhsmxe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4XBVo.framer-1791g6 { gap: 0px; } .framer-4XBVo.framer-1791g6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4XBVo.framer-1791g6 > :first-child { margin-left: 0px; } .framer-4XBVo.framer-1791g6 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 38\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"JkFKCrsG2\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"TDqA5M76b\":\"link\",\"oYICprBpZ\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKgRbJZ4UB=withCSS(Component,css,\"framer-4XBVo\");export default FramerKgRbJZ4UB;FramerKgRbJZ4UB.displayName=\"Navigation/Clickable footer links\";FramerKgRbJZ4UB.defaultProps={height:29,width:38};addPropertyControls(FramerKgRbJZ4UB,{TDqA5M76b:{title:\"Link\",type:ControlType.Link},oYICprBpZ:{defaultValue:\"Text\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerKgRbJZ4UB,[{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKgRbJZ4UB\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JkFKCrsG2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"29\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"TDqA5M76b\\\":\\\"link\\\",\\\"oYICprBpZ\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"38\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KgRbJZ4UB.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const MaterialControls=getPropertyControls(Material);const enabledGestures={uQVGq8wqC:{hover:true}};const serializationHash=\"framer-UeCa6\";const variantClassNames={uQVGq8wqC:\"framer-v-1y6lxf5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,iconName,id,link,width,...props})=>{var _ref;return{...props,XAJTt80qN:(_ref=iconName!==null&&iconName!==void 0?iconName:props.XAJTt80qN)!==null&&_ref!==void 0?_ref:\"Home\",ZKnn7llvN:link!==null&&link!==void 0?link:props.ZKnn7llvN};};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,ZKnn7llvN,XAJTt80qN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"uQVGq8wqC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ZKnn7llvN,nodeId:\"uQVGq8wqC\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1y6lxf5\",className,classNames)} framer-rlphur`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uQVGq8wqC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"uQVGq8wqC-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1okwlna-container\",layoutDependency:layoutDependency,layoutId:\"Fx2sO2F52-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:XAJTt80qN,iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Fx2sO2F52\",layoutId:\"Fx2sO2F52\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"uQVGq8wqC-hover\":{color:\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UeCa6.framer-rlphur, .framer-UeCa6 .framer-rlphur { display: block; }\",\".framer-UeCa6.framer-1y6lxf5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 24px; }\",\".framer-UeCa6 .framer-1okwlna-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UeCa6.framer-1y6lxf5 { gap: 0px; } .framer-UeCa6.framer-1y6lxf5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UeCa6.framer-1y6lxf5 > :first-child { margin-left: 0px; } .framer-UeCa6.framer-1y6lxf5 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gI8Dc8bKX\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZKnn7llvN\":\"link\",\"XAJTt80qN\":\"iconName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKZqxzRw4Z=withCSS(Component,css,\"framer-UeCa6\");export default FramerKZqxzRw4Z;FramerKZqxzRw4Z.displayName=\"Graphics/Icon clickable\";FramerKZqxzRw4Z.defaultProps={height:24,width:24};addPropertyControls(FramerKZqxzRw4Z,{ZKnn7llvN:{title:\"Link\",type:ControlType.Link},XAJTt80qN:(MaterialControls===null||MaterialControls===void 0?void 0:MaterialControls[\"iconSelection\"])&&{...MaterialControls[\"iconSelection\"],defaultValue:\"Home\",description:undefined,hidden:undefined,title:\"Icon name\"}});addFonts(FramerKZqxzRw4Z,[{explicitInter:true,fonts:[]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKZqxzRw4Z\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ZKnn7llvN\\\":\\\"link\\\",\\\"XAJTt80qN\\\":\\\"iconName\\\"}\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gI8Dc8bKX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KZqxzRw4Z.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ljJe1FdFrokI5SbjEMwf/ap7KwONuCLNJDYQd1wwv/TeKVPFL1h.js\";const MaterialFonts=getFonts(Material);const MaterialControls=getPropertyControls(Material);const enabledGestures={x9e7Kzm6z:{hover:true}};const serializationHash=\"framer-v8R47\";const variantClassNames={x9e7Kzm6z:\"framer-v-47eakx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,iconName,id,link,textContent,width,...props})=>{var _ref,_ref1;return{...props,mUrGH1pmU:link!==null&&link!==void 0?link:props.mUrGH1pmU,uLgUwIqAR:(_ref=textContent!==null&&textContent!==void 0?textContent:props.uLgUwIqAR)!==null&&_ref!==void 0?_ref:\"(720) 555-7890\",VTDmwcAEn:(_ref1=iconName!==null&&iconName!==void 0?iconName:props.VTDmwcAEn)!==null&&_ref1!==void 0?_ref1:\"Phone\"};};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,uLgUwIqAR,VTDmwcAEn,mUrGH1pmU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"x9e7Kzm6z\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:mUrGH1pmU,nodeId:\"x9e7Kzm6z\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-47eakx\",className,classNames)} framer-13mev00`,\"data-framer-name\":\"Footer outside link\",layoutDependency:layoutDependency,layoutId:\"x9e7Kzm6z\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"x9e7Kzm6z-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tlcx3o-container\",\"data-framer-name\":\"Icon (material)\",layoutDependency:layoutDependency,layoutId:\"crf6_1a7w-container\",name:\"Icon (material)\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:VTDmwcAEn,iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"crf6_1a7w\",layoutId:\"crf6_1a7w\",mirrored:false,name:\"Icon (material)\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"x9e7Kzm6z-hover\":{color:\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"(720) 555-7890\"})}),className:\"framer-774fj2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jnsS02XhS\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:uLgUwIqAR,variants:{\"x9e7Kzm6z-hover\":{\"--extracted-r6o4lv\":\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"x9e7Kzm6z-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255)))\"},children:\"(720) 555-7890\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v8R47.framer-13mev00, .framer-v8R47 .framer-13mev00 { display: block; }\",\".framer-v8R47.framer-47eakx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 134px; }\",\".framer-v8R47 .framer-1tlcx3o-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-v8R47 .framer-774fj2 { flex: 1 0 0px; height: auto; position: relative; 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-v8R47.framer-47eakx { gap: 0px; } .framer-v8R47.framer-47eakx > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-v8R47.framer-47eakx > :first-child { margin-left: 0px; } .framer-v8R47.framer-47eakx > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q6gAHgfPS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"uLgUwIqAR\":\"textContent\",\"VTDmwcAEn\":\"iconName\",\"mUrGH1pmU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLYgklCbv6=withCSS(Component,css,\"framer-v8R47\");export default FramerLYgklCbv6;FramerLYgklCbv6.displayName=\"Graphics/Item footer clickable\";FramerLYgklCbv6.defaultProps={height:24,width:134};addPropertyControls(FramerLYgklCbv6,{uLgUwIqAR:{defaultValue:\"(720) 555-7890\",displayTextArea:false,title:\"Text content\",type:ControlType.String},VTDmwcAEn:(MaterialControls===null||MaterialControls===void 0?void 0:MaterialControls[\"iconSelection\"])&&{...MaterialControls[\"iconSelection\"],defaultValue:\"Phone\",description:undefined,hidden:undefined,title:\"Icon name\"},mUrGH1pmU:{title:\"Link\",type:ControlType.Link}});addFonts(FramerLYgklCbv6,[{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\"}]},...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLYgklCbv6\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"134\",\"framerVariables\":\"{\\\"uLgUwIqAR\\\":\\\"textContent\\\",\\\"VTDmwcAEn\\\":\\\"iconName\\\",\\\"mUrGH1pmU\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q6gAHgfPS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LYgklCbv6.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ljJe1FdFrokI5SbjEMwf/ap7KwONuCLNJDYQd1wwv/TeKVPFL1h.js\";const MaterialFonts=getFonts(Material);const ClipboardFonts=getFonts(Clipboard);const MaterialControls=getPropertyControls(Material);const enabledGestures={SHDpdIOQA:{hover:true}};const cycleOrder=[\"SHDpdIOQA\",\"ADozrplEt\"];const serializationHash=\"framer-fnkOJ\";const variantClassNames={ADozrplEt:\"framer-v-i5ojig\",SHDpdIOQA:\"framer-v-um66og\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Footer outside link\":\"SHDpdIOQA\",Clicked:\"ADozrplEt\"};const getProps=({height,iconName,id,link,successMessage,textContent,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,Des_4rphs:(_ref=successMessage!==null&&successMessage!==void 0?successMessage:props.Des_4rphs)!==null&&_ref!==void 0?_ref:\"Text\",mUrGH1pmU:link!==null&&link!==void 0?link:props.mUrGH1pmU,uLgUwIqAR:(_ref1=textContent!==null&&textContent!==void 0?textContent:props.uLgUwIqAR)!==null&&_ref1!==void 0?_ref1:\"(720) 555-7890\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"SHDpdIOQA\",VTDmwcAEn:(_ref3=iconName!==null&&iconName!==void 0?iconName:props.VTDmwcAEn)!==null&&_ref3!==void 0?_ref3:\"Phone\"};};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,uLgUwIqAR,VTDmwcAEn,mUrGH1pmU,Des_4rphs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SHDpdIOQA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1lymo9u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"ADozrplEt\");});const onAppear1evx9lr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SHDpdIOQA\"),1500);});useOnVariantChange(baseVariant,{ADozrplEt:onAppear1evx9lr});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:mUrGH1pmU,nodeId:\"SHDpdIOQA\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-um66og\",className,classNames)} framer-1kz7vue`,\"data-framer-name\":\"Footer outside link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SHDpdIOQA\",onTap:onTap1lymo9u,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"SHDpdIOQA-hover\":{\"data-framer-name\":undefined},ADozrplEt:{\"data-framer-name\":\"Clicked\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hqgksb-container\",\"data-framer-name\":\"Icon (material)\",layoutDependency:layoutDependency,layoutId:\"Zf4uHO_Vv-container\",name:\"Icon (material)\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:VTDmwcAEn,iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Zf4uHO_Vv\",layoutId:\"Zf4uHO_Vv\",mirrored:false,name:\"Icon (material)\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"SHDpdIOQA-hover\":{color:\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zihr44-container\",\"data-framer-name\":\"Copy to clipboard\",layoutDependency:layoutDependency,layoutId:\"zyNZmRu6U-container\",name:\"Copy to clipboard\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,color:\"rgba(255, 255, 255, 0)\",content:uLgUwIqAR,fill:\"rgba(0, 102, 255, 0)\",font:{},height:\"100%\",id:\"zyNZmRu6U\",isMixedBorderRadius:false,label:\"\",layoutId:\"zyNZmRu6U\",name:\"Copy to clipboard\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"(720) 555-7890\"})}),className:\"framer-11yptv2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iiwR7ifzB\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:uLgUwIqAR,variants:{\"SHDpdIOQA-hover\":{\"--extracted-r6o4lv\":\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"SHDpdIOQA-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255)))\"},children:\"(720) 555-7890\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6mhgsj\",\"data-framer-name\":\"Success message\",layoutDependency:layoutDependency,layoutId:\"a28wFIR4S\",style:{backgroundColor:\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:0},variants:{ADozrplEt:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Text\"})}),className:\"framer-18gpzmt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FvrVs6HNr\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Des_4rphs,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fnkOJ.framer-1kz7vue, .framer-fnkOJ .framer-1kz7vue { display: block; }\",\".framer-fnkOJ.framer-um66og { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 134px; }\",\".framer-fnkOJ .framer-1hqgksb-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-fnkOJ .framer-zihr44-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 5; }\",\".framer-fnkOJ .framer-11yptv2 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-fnkOJ .framer-6mhgsj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-fnkOJ .framer-18gpzmt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fnkOJ.framer-um66og, .framer-fnkOJ .framer-6mhgsj { gap: 0px; } .framer-fnkOJ.framer-um66og > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-fnkOJ.framer-um66og > :first-child, .framer-fnkOJ .framer-6mhgsj > :first-child { margin-left: 0px; } .framer-fnkOJ.framer-um66og > :last-child, .framer-fnkOJ .framer-6mhgsj > :last-child { margin-right: 0px; } .framer-fnkOJ .framer-6mhgsj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ADozrplEt\":{\"layout\":[\"fixed\",\"auto\"]},\"rvy5sLKlD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"uLgUwIqAR\":\"textContent\",\"VTDmwcAEn\":\"iconName\",\"mUrGH1pmU\":\"link\",\"Des_4rphs\":\"successMessage\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameronfkzSr41=withCSS(Component,css,\"framer-fnkOJ\");export default FrameronfkzSr41;FrameronfkzSr41.displayName=\"Graphics/Item footer copy clipboard\";FrameronfkzSr41.defaultProps={height:24,width:134};addPropertyControls(FrameronfkzSr41,{variant:{options:[\"SHDpdIOQA\",\"ADozrplEt\"],optionTitles:[\"Footer outside link\",\"Clicked\"],title:\"Variant\",type:ControlType.Enum},uLgUwIqAR:{defaultValue:\"(720) 555-7890\",displayTextArea:false,title:\"Text content\",type:ControlType.String},VTDmwcAEn:(MaterialControls===null||MaterialControls===void 0?void 0:MaterialControls[\"iconSelection\"])&&{...MaterialControls[\"iconSelection\"],defaultValue:\"Phone\",description:undefined,hidden:undefined,title:\"Icon name\"},mUrGH1pmU:{title:\"Link\",type:ControlType.Link},Des_4rphs:{defaultValue:\"Text\",displayTextArea:false,title:\"Success message\",type:ControlType.String}});addFonts(FrameronfkzSr41,[{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\"}]},...MaterialFonts,...ClipboardFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameronfkzSr41\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ADozrplEt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rvy5sLKlD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"134\",\"framerIntrinsicHeight\":\"24\",\"framerVariables\":\"{\\\"uLgUwIqAR\\\":\\\"textContent\\\",\\\"VTDmwcAEn\\\":\\\"iconName\\\",\\\"mUrGH1pmU\\\":\\\"link\\\",\\\"Des_4rphs\\\":\\\"successMessage\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./onfkzSr41.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/HJ49BPlkaeXE8KLVCDwH/CAXGUNR2Flcz7tDfIdry/EhYMd4VDZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qrzA0zEYIfi81y0CKjmO/BSCXo5mc3e57uFV5P1Xc/hGeN08xYE.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/ljJe1FdFrokI5SbjEMwf/ap7KwONuCLNJDYQd1wwv/TeKVPFL1h.js\";import GraphicsLogoSvg from\"https://framerusercontent.com/modules/88nD6GXdHTCT7dJBKg34/hZIjwFKF2zMT0puZxnJu/e4v9HmAs9.js\";import NavigationClickableFooterLinks from\"https://framerusercontent.com/modules/xxtehb8tRkRGCePhbWle/NRdQsQFWB6njg3R8tdng/KgRbJZ4UB.js\";import GraphicsIconClickable from\"https://framerusercontent.com/modules/4kaqH4pweTLsUj5cxTgF/azz8YT8jnsOyOws1C9tB/KZqxzRw4Z.js\";import GraphicsItemFooterClickable from\"https://framerusercontent.com/modules/SzOIXNToeSP37zAhABQo/1nHmSzgflyAJDN5P65FW/LYgklCbv6.js\";import GraphicsItemFooterCopyClipboard from\"https://framerusercontent.com/modules/UM5IZTAuha4Y8HKDMqzo/6iudnTFhLwuSFQN8dyqH/onfkzSr41.js\";import GraphicsForm from\"https://framerusercontent.com/modules/mr1C1jzCaEBvdNmBjHn1/FLULFZNRXZTTgmOda31o/p05ohkXAE.js\";import ButtonsMainButton from\"https://framerusercontent.com/modules/gGyONXXIDY2QtR7qOSJC/LDnGVqE7E5HKIcEWOH6z/yYvUr6Y7g.js\";const RichTextWithFX=withFX(RichText);const ButtonsMainButtonFonts=getFonts(ButtonsMainButton);const MotionDivWithFX=withFX(motion.div);const GraphicsItemFooterCopyClipboardFonts=getFonts(GraphicsItemFooterCopyClipboard);const MaterialFonts=getFonts(Material);const GraphicsItemFooterClickableFonts=getFonts(GraphicsItemFooterClickable);const GraphicsFormFonts=getFonts(GraphicsForm);const GraphicsLogoSvgFonts=getFonts(GraphicsLogoSvg);const GraphicsIconClickableFonts=getFonts(GraphicsIconClickable);const NavigationClickableFooterLinksFonts=getFonts(NavigationClickableFooterLinks);const cycleOrder=[\"hkhslZSfI\",\"E5JOSzx0N\",\"CrBWMoSqO\"];const serializationHash=\"framer-ee51u\";const variantClassNames={CrBWMoSqO:\"framer-v-1cnnud6\",E5JOSzx0N:\"framer-v-104677m\",hkhslZSfI:\"framer-v-1ujjqfz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={delay:.2,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:.4,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={delay:.6,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={delay:.8,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"hkhslZSfI\",Phone:\"CrBWMoSqO\",Tablet:\"E5JOSzx0N\"};const getProps=({cTAVisibility,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,CZpFIGKsi:(_ref=cTAVisibility!==null&&cTAVisibility!==void 0?cTAVisibility:props.CZpFIGKsi)!==null&&_ref!==void 0?_ref:true,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"hkhslZSfI\"};};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,CZpFIGKsi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hkhslZSfI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ujjqfz\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hkhslZSfI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",...style},...addPropertyOverrides({CrBWMoSqO:{\"data-framer-name\":\"Phone\"},E5JOSzx0N:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[CZpFIGKsi&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-pg2yot\",\"data-framer-name\":\"CTA absolute\",layoutDependency:layoutDependency,layoutId:\"sPf_ZWKum\",style:{backgroundColor:\"var(--token-641291fa-1019-42f9-b1c8-922d656bad13, rgba(0, 128, 255, 0.9))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},transformTemplate:transformTemplate1,...addPropertyOverrides({CrBWMoSqO:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1pil21x\",\"data-styles-preset\":\"hGeN08xYE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Ready to get started?\"})}),className:\"framer-salfeq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gnXQP_6Xm\",style:{\"--extracted-a0htzi\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},variants:{CrBWMoSqO:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CrBWMoSqO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Ready to get started?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Get a free consultation today to experience the Blue Breeze difference. Whether it\u2019s routine maintenance, a system upgrade, or a new installation, we\u2019re here to provide expert solutions tailored to your needs.\"})}),className:\"framer-1ult3sx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YA6j8cdK3\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined},{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined},{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.6 - 40px) / 2)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-102+20+232,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+0+0)+32+320},E5JOSzx0N:{width:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8 - 40px) / 2)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-120+20+232}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1v5bxre-container\",layoutDependency:layoutDependency,layoutId:\"qaDcsOW2V-container\",children:/*#__PURE__*/_jsx(ButtonsMainButton,{ENgK5aIuy:resolvedLinks[0],F2uPOdgYv:\"Get a Free Quote\",height:\"100%\",id:\"qaDcsOW2V\",layoutId:\"qaDcsOW2V\",style:{height:\"100%\",width:\"100%\"},variant:\"D21CBQp3j\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{ENgK5aIuy:resolvedLinks[2]},E5JOSzx0N:{ENgK5aIuy:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-14z9fb5\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"B3yRkQr_B\",...addPropertyOverrides({CrBWMoSqO:{__framer__threshold:0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9mh51u\",\"data-framer-name\":\"Get in touch wrapper\",layoutDependency:layoutDependency,layoutId:\"BEgM22a39\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Get in Touch\"})}),className:\"framer-1btwihs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ng3iI6HfG\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18rh3np\",\"data-framer-name\":\"Items wrapper\",layoutDependency:layoutDependency,layoutId:\"vYN4Yy__M\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+0,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+898.8+0+160+0+0},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uu2azr-container\",layoutDependency:layoutDependency,layoutId:\"KsclF_6qw-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterCopyClipboard,{Des_4rphs:\"Copied!\",height:\"100%\",id:\"KsclF_6qw\",layoutId:\"KsclF_6qw\",style:{width:\"100%\"},uLgUwIqAR:\"(720) 555-7890\",variant:\"SHDpdIOQA\",VTDmwcAEn:\"Phone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+32,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+898.8+0+160+0+40},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1swkw4d-container\",layoutDependency:layoutDependency,layoutId:\"xF0VDoj6g-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterCopyClipboard,{Des_4rphs:\"Copied!\",height:\"100%\",id:\"xF0VDoj6g\",layoutId:\"xF0VDoj6g\",style:{width:\"100%\"},uLgUwIqAR:\"info@bluebreezehvac.com\",variant:\"SHDpdIOQA\",VTDmwcAEn:\"Mail\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+64,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+898.8+0+160+0+80},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-28bgng-container\",layoutDependency:layoutDependency,layoutId:\"JC2k4_2Fo-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterCopyClipboard,{Des_4rphs:\"Redirected!\",height:\"100%\",id:\"JC2k4_2Fo\",layoutId:\"JC2k4_2Fo\",mUrGH1pmU:\"https://maps.app.goo.gl/ghiLZXjtnQkmYSB68\",style:{width:\"100%\"},uLgUwIqAR:\"1234 cool Air Lane, Boulder, CO 80301\",variant:\"SHDpdIOQA\",VTDmwcAEn:\"LocationOn\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pvh11m\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"YHXy47ofh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4f5ics-container\",layoutDependency:layoutDependency,layoutId:\"iER3w54de-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Schedule\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"iER3w54de\",layoutId:\"iER3w54de\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lv4r40\",\"data-framer-name\":\"Business hours\",layoutDependency:layoutDependency,layoutId:\"g7TIu4DIK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Business Hours\"})}),className:\"framer-1ovt5kh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Y4BU8U72V\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--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-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Mon - Fri: 8:00 AM - 6:00 PM\"})}),className:\"framer-1u0oblr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oau9IqbbO\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--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-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Sat: 9:00 AM - 2:00 PM\"})}),className:\"framer-wzbsvo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w3540_sry\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--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-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Sun: Closed\"})}),className:\"framer-s40gw1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Lcl6kTRDT\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1poysza\",\"data-framer-name\":\"Quick links wrapper\",layoutDependency:layoutDependency,layoutId:\"xKffcbTSi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Quick links\"})}),className:\"framer-to8tlv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RoPPEn3b9\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jf4xds\",\"data-framer-name\":\"Items Wrapper\",layoutDependency:layoutDependency,layoutId:\"QJZ2l0C4P\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+0,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+1666.8+0+160+0+0},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xojxr-container\",layoutDependency:layoutDependency,layoutId:\"RyP6HXLGl-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterClickable,{height:\"100%\",id:\"RyP6HXLGl\",layoutId:\"RyP6HXLGl\",mUrGH1pmU:resolvedLinks1[0],style:{width:\"100%\"},uLgUwIqAR:\"Home\",VTDmwcAEn:\"Home\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{mUrGH1pmU:resolvedLinks1[2]},E5JOSzx0N:{mUrGH1pmU:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xYlKx5XHZ\"},implicitPathVariables:undefined},{href:{webPageId:\"xYlKx5XHZ\"},implicitPathVariables:undefined},{href:{webPageId:\"xYlKx5XHZ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+32,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+1666.8+0+160+0+40},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15g1aqf-container\",layoutDependency:layoutDependency,layoutId:\"Hkx85zP0F-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterClickable,{height:\"100%\",id:\"Hkx85zP0F\",layoutId:\"Hkx85zP0F\",mUrGH1pmU:resolvedLinks2[0],style:{width:\"100%\"},uLgUwIqAR:\"About us\",VTDmwcAEn:\"Info\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{mUrGH1pmU:resolvedLinks2[2]},E5JOSzx0N:{mUrGH1pmU:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PQiE5792h\"},implicitPathVariables:undefined},{href:{webPageId:\"PQiE5792h\"},implicitPathVariables:undefined},{href:{webPageId:\"PQiE5792h\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+64,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+1666.8+0+160+0+80},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-br7ggi-container\",layoutDependency:layoutDependency,layoutId:\"uHK0f1Ob9-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterClickable,{height:\"100%\",id:\"uHK0f1Ob9\",layoutId:\"uHK0f1Ob9\",mUrGH1pmU:resolvedLinks3[0],style:{width:\"100%\"},uLgUwIqAR:\"Projects\",VTDmwcAEn:\"Layers\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{mUrGH1pmU:resolvedLinks3[2]},E5JOSzx0N:{mUrGH1pmU:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sjJ9Dv9u5\"},implicitPathVariables:undefined},{href:{webPageId:\"sjJ9Dv9u5\"},implicitPathVariables:undefined},{href:{webPageId:\"sjJ9Dv9u5\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+96,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+1666.8+0+160+0+120},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+120}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v9q17m-container\",layoutDependency:layoutDependency,layoutId:\"OZPFZ0jCx-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterClickable,{height:\"100%\",id:\"OZPFZ0jCx\",layoutId:\"OZPFZ0jCx\",mUrGH1pmU:resolvedLinks4[0],style:{width:\"100%\"},uLgUwIqAR:\"Services\",VTDmwcAEn:\"AcUnit\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{mUrGH1pmU:resolvedLinks4[2]},E5JOSzx0N:{mUrGH1pmU:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined},{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined},{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+160+0+128,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+1666.8+0+160+0+160},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+168+0+160}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1je52of-container\",layoutDependency:layoutDependency,layoutId:\"DAXrMxEp3-container\",children:/*#__PURE__*/_jsx(GraphicsItemFooterClickable,{height:\"100%\",id:\"DAXrMxEp3\",layoutId:\"DAXrMxEp3\",mUrGH1pmU:resolvedLinks5[0],style:{width:\"100%\"},uLgUwIqAR:\"Contact Us\",VTDmwcAEn:\"Sms\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{mUrGH1pmU:resolvedLinks5[2]},E5JOSzx0N:{mUrGH1pmU:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1avqek9\",\"data-framer-name\":\"Newsletter suscribe\",layoutDependency:layoutDependency,layoutId:\"H6qVm0Vfx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Newsletter\"})}),className:\"framer-9svxet\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O0GhTsCVW\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--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-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"Stay updated!  Receive exclusive tips, promotions, and updates.\"})}),className:\"framer-1ajmacb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uwwbkZoCT\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bAVLTJFXM\"},implicitPathVariables:undefined},{href:{webPageId:\"bAVLTJFXM\"},implicitPathVariables:undefined},{href:{webPageId:\"bAVLTJFXM\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:686,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+0+172.8,...addPropertyOverrides({CrBWMoSqO:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+0+0+172.8},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+0+188.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cz903a-container\",layoutDependency:layoutDependency,layoutId:\"gFvTAcYh0-container\",children:/*#__PURE__*/_jsx(GraphicsForm,{height:\"100%\",id:\"gFvTAcYh0\",layoutId:\"gFvTAcYh0\",lc0VPsUYF:resolvedLinks6[0],style:{width:\"100%\"},variant:\"Fftl61xdq\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{lc0VPsUYF:resolvedLinks6[2]},E5JOSzx0N:{lc0VPsUYF:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sx7u6g\",\"data-framer-name\":\"Logo wrapper\",layoutDependency:layoutDependency,layoutId:\"M1CquGA1H\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"110px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+0+0)+0+32+300,...addPropertyOverrides({CrBWMoSqO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+416+16)+16+2050.8+32+0},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+0+0)+0+32+316}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lxw7br-container\",layoutDependency:layoutDependency,layoutId:\"j_GAne4tD-container\",children:/*#__PURE__*/_jsx(GraphicsLogoSvg,{height:\"100%\",id:\"j_GAne4tD\",layoutId:\"j_GAne4tD\",style:{height:\"100%\",width:\"100%\"},variant:\"p48eYe5IR\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-vj0pfl\",\"data-border\":true,\"data-framer-name\":\"Credits\",layoutDependency:layoutDependency,layoutId:\"Tsj2tcYls\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},...addPropertyOverrides({CrBWMoSqO:{__framer__animate:{transition:transition2},__framer__exit:animation1},E5JOSzx0N:{__framer__animate:{transition:transition2},__framer__exit:animation1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-te166b\",\"data-framer-name\":\"Connect wrapper\",layoutDependency:layoutDependency,layoutId:\"upZDQnXwb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+704+16)+64+0+0,...addPropertyOverrides({CrBWMoSqO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+2602.8+32)+32+0+0},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+736+16)+48+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y2e9rj-container\",layoutDependency:layoutDependency,layoutId:\"IA9YEb5pK-container\",children:/*#__PURE__*/_jsx(GraphicsIconClickable,{height:\"100%\",id:\"IA9YEb5pK\",layoutId:\"IA9YEb5pK\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",XAJTt80qN:\"Facebook\",ZKnn7llvN:\"facebook.com\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+704+16)+64+0+0,...addPropertyOverrides({CrBWMoSqO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+2602.8+32)+32+0+0},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+736+16)+48+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qh2vih-container\",layoutDependency:layoutDependency,layoutId:\"DbqqBEvsq-container\",children:/*#__PURE__*/_jsx(GraphicsIconClickable,{height:\"100%\",id:\"DbqqBEvsq\",layoutId:\"DbqqBEvsq\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",XAJTt80qN:\"Instagram\",ZKnn7llvN:\"instagram.com\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+704+16)+64+0+0,...addPropertyOverrides({CrBWMoSqO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+2602.8+32)+32+0+0},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+736+16)+48+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dn3mtz-container\",layoutDependency:layoutDependency,layoutId:\"FBEfIvdpt-container\",children:/*#__PURE__*/_jsx(GraphicsIconClickable,{height:\"100%\",id:\"FBEfIvdpt\",layoutId:\"FBEfIvdpt\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",XAJTt80qN:\"LinkedIn\",ZKnn7llvN:\"linkedin.com\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ytxcju\",\"data-framer-name\":\"Credits\",layoutDependency:layoutDependency,layoutId:\"N7AIVyEO7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"\\xa9 2024 Blue Breeze HVAC. All Rights Reserved.\"})}),className:\"framer-rhgi51\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EAHsopxsB\",style:{\"--extracted-r6o4lv\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CrBWMoSqO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1204f72\",\"data-styles-preset\":\"EhYMd4VDZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255)))\"},children:\"\\xa9 2024 Blue Breeze HVAC. All Rights Reserved.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bpoh7m\",\"data-framer-name\":\"Credits\",layoutDependency:layoutDependency,layoutId:\"rteO9MI6m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7wiiop\",\"data-border\":true,\"data-framer-name\":\"Framer\",layoutDependency:layoutDependency,layoutId:\"LpgfDjtmU\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+704+16)+64+72+0+4+4,...addPropertyOverrides({CrBWMoSqO:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+2602.8+32)+32+72+0+192+4+0+4},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+736+16)+48+72+0+44.8+4+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o3ab1g-container\",layoutDependency:layoutDependency,layoutId:\"b2Hm5rtqQ-container\",children:/*#__PURE__*/_jsx(NavigationClickableFooterLinks,{height:\"100%\",id:\"b2Hm5rtqQ\",layoutId:\"b2Hm5rtqQ\",oYICprBpZ:\"Made in Framer\",TDqA5M76b:\"https://www.framer.com/?via=webwill\",width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16e5ff2\",\"data-border\":true,\"data-framer-name\":\"Buy\",layoutDependency:layoutDependency,layoutId:\"ykwcp94wa\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||791)-320-901+704+16)+64+72+0+4+4,...addPropertyOverrides({CrBWMoSqO:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1835)-120-3020.8+2602.8+32)+32+72+0+192+4+45+4},E5JOSzx0N:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+240+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||872)-320-961.8+736+16)+48+72+0+44.8+4+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cvmm2a-container\",layoutDependency:layoutDependency,layoutId:\"h_YwLMMij-container\",children:/*#__PURE__*/_jsx(NavigationClickableFooterLinks,{height:\"100%\",id:\"h_YwLMMij\",layoutId:\"h_YwLMMij\",oYICprBpZ:\"Buy This Template\",style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({CrBWMoSqO:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ee51u.framer-1k7pomi, .framer-ee51u .framer-1k7pomi { display: block; }\",\".framer-ee51u.framer-1ujjqfz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 240px 80px 80px 80px; position: relative; width: 1200px; }\",\".framer-ee51u .framer-pg2yot { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 20px; position: absolute; top: -102px; width: 60%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ee51u .framer-salfeq, .framer-ee51u .framer-1ult3sx { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-ee51u .framer-1v5bxre-container { flex: none; height: 32px; position: relative; width: 50%; }\",\".framer-ee51u .framer-14z9fb5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ee51u .framer-9mh51u { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ee51u .framer-1btwihs, .framer-ee51u .framer-1ovt5kh, .framer-ee51u .framer-1u0oblr, .framer-ee51u .framer-wzbsvo, .framer-ee51u .framer-s40gw1, .framer-ee51u .framer-to8tlv, .framer-ee51u .framer-1ajmacb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ee51u .framer-18rh3np, .framer-ee51u .framer-1jf4xds { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ee51u .framer-uu2azr-container, .framer-ee51u .framer-1swkw4d-container, .framer-ee51u .framer-28bgng-container, .framer-ee51u .framer-1xojxr-container, .framer-ee51u .framer-15g1aqf-container, .framer-ee51u .framer-br7ggi-container, .framer-ee51u .framer-1v9q17m-container, .framer-ee51u .framer-1je52of-container, .framer-ee51u .framer-1cz903a-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ee51u .framer-pvh11m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 226px; }\",\".framer-ee51u .framer-4f5ics-container, .framer-ee51u .framer-y2e9rj-container, .framer-ee51u .framer-1qh2vih-container, .framer-ee51u .framer-1dn3mtz-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-ee51u .framer-1lv4r40 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ee51u .framer-1poysza, .framer-ee51u .framer-1avqek9 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ee51u .framer-9svxet, .framer-ee51u .framer-rhgi51 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ee51u .framer-sx7u6g { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: min-content; }\",\".framer-ee51u .framer-lxw7br-container { flex: none; height: 40px; position: relative; width: 110px; }\",\".framer-ee51u .framer-vj0pfl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ee51u .framer-te166b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ee51u .framer-1ytxcju { 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: 0px; position: relative; width: 100%; }\",\".framer-ee51u .framer-bpoh7m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 4px 16px 4px 16px; position: relative; width: min-content; }\",\".framer-ee51u .framer-7wiiop, .framer-ee51u .framer-16e5ff2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 16px 4px 16px; position: relative; width: min-content; }\",\".framer-ee51u .framer-1o3ab1g-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ee51u .framer-cvmm2a-container { flex: none; height: 29px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ee51u.framer-1ujjqfz, .framer-ee51u .framer-pg2yot, .framer-ee51u .framer-14z9fb5, .framer-ee51u .framer-9mh51u, .framer-ee51u .framer-18rh3np, .framer-ee51u .framer-pvh11m, .framer-ee51u .framer-1lv4r40, .framer-ee51u .framer-1poysza, .framer-ee51u .framer-1jf4xds, .framer-ee51u .framer-1avqek9, .framer-ee51u .framer-sx7u6g, .framer-ee51u .framer-vj0pfl, .framer-ee51u .framer-te166b, .framer-ee51u .framer-bpoh7m, .framer-ee51u .framer-7wiiop, .framer-ee51u .framer-16e5ff2 { gap: 0px; } .framer-ee51u.framer-1ujjqfz > *, .framer-ee51u .framer-pg2yot > *, .framer-ee51u .framer-9mh51u > *, .framer-ee51u .framer-1poysza > *, .framer-ee51u .framer-1avqek9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ee51u.framer-1ujjqfz > :first-child, .framer-ee51u .framer-pg2yot > :first-child, .framer-ee51u .framer-9mh51u > :first-child, .framer-ee51u .framer-18rh3np > :first-child, .framer-ee51u .framer-1lv4r40 > :first-child, .framer-ee51u .framer-1poysza > :first-child, .framer-ee51u .framer-1jf4xds > :first-child, .framer-ee51u .framer-1avqek9 > :first-child, .framer-ee51u .framer-sx7u6g > :first-child, .framer-ee51u .framer-vj0pfl > :first-child { margin-top: 0px; } .framer-ee51u.framer-1ujjqfz > :last-child, .framer-ee51u .framer-pg2yot > :last-child, .framer-ee51u .framer-9mh51u > :last-child, .framer-ee51u .framer-18rh3np > :last-child, .framer-ee51u .framer-1lv4r40 > :last-child, .framer-ee51u .framer-1poysza > :last-child, .framer-ee51u .framer-1jf4xds > :last-child, .framer-ee51u .framer-1avqek9 > :last-child, .framer-ee51u .framer-sx7u6g > :last-child, .framer-ee51u .framer-vj0pfl > :last-child { margin-bottom: 0px; } .framer-ee51u .framer-14z9fb5 > *, .framer-ee51u .framer-te166b > *, .framer-ee51u .framer-bpoh7m > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ee51u .framer-14z9fb5 > :first-child, .framer-ee51u .framer-pvh11m > :first-child, .framer-ee51u .framer-te166b > :first-child, .framer-ee51u .framer-bpoh7m > :first-child, .framer-ee51u .framer-7wiiop > :first-child, .framer-ee51u .framer-16e5ff2 > :first-child { margin-left: 0px; } .framer-ee51u .framer-14z9fb5 > :last-child, .framer-ee51u .framer-pvh11m > :last-child, .framer-ee51u .framer-te166b > :last-child, .framer-ee51u .framer-bpoh7m > :last-child, .framer-ee51u .framer-7wiiop > :last-child, .framer-ee51u .framer-16e5ff2 > :last-child { margin-right: 0px; } .framer-ee51u .framer-18rh3np > *, .framer-ee51u .framer-1jf4xds > *, .framer-ee51u .framer-sx7u6g > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ee51u .framer-pvh11m > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ee51u .framer-1lv4r40 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ee51u .framer-vj0pfl > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ee51u .framer-7wiiop > *, .framer-ee51u .framer-16e5ff2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-ee51u.framer-v-104677m.framer-1ujjqfz { padding: 240px 48px 80px 48px; width: 810px; }\",\".framer-ee51u.framer-v-104677m .framer-pg2yot { top: -120px; width: 80%; }\",\".framer-ee51u.framer-v-104677m .framer-1ult3sx, .framer-ee51u.framer-v-1cnnud6 .framer-salfeq, .framer-ee51u.framer-v-1cnnud6 .framer-1ult3sx, .framer-ee51u.framer-v-1cnnud6 .framer-1v5bxre-container { width: 100%; }\",\".framer-ee51u.framer-v-104677m .framer-9mh51u, .framer-ee51u.framer-v-104677m .framer-1poysza, .framer-ee51u.framer-v-104677m .framer-1avqek9, .framer-ee51u.framer-v-1cnnud6 .framer-te166b { gap: 24px; }\",\".framer-ee51u.framer-v-104677m .framer-18rh3np, .framer-ee51u.framer-v-104677m .framer-1jf4xds, .framer-ee51u.framer-v-1cnnud6 .framer-18rh3np, .framer-ee51u.framer-v-1cnnud6 .framer-1jf4xds { gap: 16px; }\",\".framer-ee51u.framer-v-104677m .framer-vj0pfl { padding: 48px 0px 0px 0px; }\",\".framer-ee51u.framer-v-104677m .framer-1ytxcju { flex-direction: column; gap: 16px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ee51u.framer-v-104677m .framer-9mh51u, .framer-ee51u.framer-v-104677m .framer-18rh3np, .framer-ee51u.framer-v-104677m .framer-1poysza, .framer-ee51u.framer-v-104677m .framer-1jf4xds, .framer-ee51u.framer-v-104677m .framer-1avqek9, .framer-ee51u.framer-v-104677m .framer-1ytxcju { gap: 0px; } .framer-ee51u.framer-v-104677m .framer-9mh51u > *, .framer-ee51u.framer-v-104677m .framer-1poysza > *, .framer-ee51u.framer-v-104677m .framer-1avqek9 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ee51u.framer-v-104677m .framer-9mh51u > :first-child, .framer-ee51u.framer-v-104677m .framer-18rh3np > :first-child, .framer-ee51u.framer-v-104677m .framer-1poysza > :first-child, .framer-ee51u.framer-v-104677m .framer-1jf4xds > :first-child, .framer-ee51u.framer-v-104677m .framer-1avqek9 > :first-child, .framer-ee51u.framer-v-104677m .framer-1ytxcju > :first-child { margin-top: 0px; } .framer-ee51u.framer-v-104677m .framer-9mh51u > :last-child, .framer-ee51u.framer-v-104677m .framer-18rh3np > :last-child, .framer-ee51u.framer-v-104677m .framer-1poysza > :last-child, .framer-ee51u.framer-v-104677m .framer-1jf4xds > :last-child, .framer-ee51u.framer-v-104677m .framer-1avqek9 > :last-child, .framer-ee51u.framer-v-104677m .framer-1ytxcju > :last-child { margin-bottom: 0px; } .framer-ee51u.framer-v-104677m .framer-18rh3np > *, .framer-ee51u.framer-v-104677m .framer-1jf4xds > *, .framer-ee51u.framer-v-104677m .framer-1ytxcju > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-ee51u.framer-v-1cnnud6.framer-1ujjqfz { padding: 40px 16px 80px 16px; width: 300px; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-pg2yot { left: unset; padding: 32px 16px 32px 16px; position: relative; top: unset; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-14z9fb5 { flex-direction: column; gap: 40px; padding: 16px 0px 16px 0px; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-9mh51u { flex: none; order: 1; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-1poysza { align-self: unset; flex: none; height: min-content; order: 2; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-1avqek9 { align-self: unset; flex: none; height: min-content; order: 0; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-sx7u6g { align-self: unset; height: min-content; order: 3; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-vj0pfl { padding: 32px 0px 0px 0px; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-1ytxcju { flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-rhgi51 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-bpoh7m { flex-direction: column; gap: 8px; justify-content: flex-start; padding: 4px 0px 4px 0px; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-7wiiop { order: 0; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-1o3ab1g-container { flex: 1 0 0px; width: 1px; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-16e5ff2 { order: 1; width: 100%; }\",\".framer-ee51u.framer-v-1cnnud6 .framer-cvmm2a-container { flex: 1 0 0px; height: auto; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ee51u.framer-v-1cnnud6 .framer-14z9fb5, .framer-ee51u.framer-v-1cnnud6 .framer-18rh3np, .framer-ee51u.framer-v-1cnnud6 .framer-1jf4xds, .framer-ee51u.framer-v-1cnnud6 .framer-te166b, .framer-ee51u.framer-v-1cnnud6 .framer-1ytxcju, .framer-ee51u.framer-v-1cnnud6 .framer-bpoh7m { gap: 0px; } .framer-ee51u.framer-v-1cnnud6 .framer-14z9fb5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ee51u.framer-v-1cnnud6 .framer-14z9fb5 > :first-child, .framer-ee51u.framer-v-1cnnud6 .framer-18rh3np > :first-child, .framer-ee51u.framer-v-1cnnud6 .framer-1jf4xds > :first-child, .framer-ee51u.framer-v-1cnnud6 .framer-1ytxcju > :first-child, .framer-ee51u.framer-v-1cnnud6 .framer-bpoh7m > :first-child { margin-top: 0px; } .framer-ee51u.framer-v-1cnnud6 .framer-14z9fb5 > :last-child, .framer-ee51u.framer-v-1cnnud6 .framer-18rh3np > :last-child, .framer-ee51u.framer-v-1cnnud6 .framer-1jf4xds > :last-child, .framer-ee51u.framer-v-1cnnud6 .framer-1ytxcju > :last-child, .framer-ee51u.framer-v-1cnnud6 .framer-bpoh7m > :last-child { margin-bottom: 0px; } .framer-ee51u.framer-v-1cnnud6 .framer-18rh3np > *, .framer-ee51u.framer-v-1cnnud6 .framer-1jf4xds > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ee51u.framer-v-1cnnud6 .framer-te166b > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ee51u.framer-v-1cnnud6 .framer-te166b > :first-child { margin-left: 0px; } .framer-ee51u.framer-v-1cnnud6 .framer-te166b > :last-child { margin-right: 0px; } .framer-ee51u.framer-v-1cnnud6 .framer-1ytxcju > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ee51u.framer-v-1cnnud6 .framer-bpoh7m > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-ee51u[data-border=\"true\"]::after, .framer-ee51u [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 791\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"E5JOSzx0N\":{\"layout\":[\"fixed\",\"auto\"]},\"CrBWMoSqO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CZpFIGKsi\":\"cTAVisibility\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGup193mgs=withCSS(Component,css,\"framer-ee51u\");export default FramerGup193mgs;FramerGup193mgs.displayName=\"Navigation/Footer\";FramerGup193mgs.defaultProps={height:791,width:1200};addPropertyControls(FramerGup193mgs,{variant:{options:[\"hkhslZSfI\",\"E5JOSzx0N\",\"CrBWMoSqO\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},CZpFIGKsi:{defaultValue:true,title:\"CTA visibility\",type:ControlType.Boolean}});addFonts(FramerGup193mgs,[{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\"}]},...ButtonsMainButtonFonts,...GraphicsItemFooterCopyClipboardFonts,...MaterialFonts,...GraphicsItemFooterClickableFonts,...GraphicsFormFonts,...GraphicsLogoSvgFonts,...GraphicsIconClickableFonts,...NavigationClickableFooterLinksFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGup193mgs\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"CZpFIGKsi\\\":\\\"cTAVisibility\\\"}\",\"framerIntrinsicHeight\":\"791\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E5JOSzx0N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CrBWMoSqO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Gup193mgs.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ljJe1FdFrokI5SbjEMwf/ap7KwONuCLNJDYQd1wwv/TeKVPFL1h.js\";const ClipboardFonts=getFonts(Clipboard);const cycleOrder=[\"BNWgjv2bb\",\"liy2649sv\"];const serializationHash=\"framer-JHA5A\";const variantClassNames={BNWgjv2bb:\"framer-v-1p6z1j9\",liy2649sv:\"framer-v-f01v48\"};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={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"BNWgjv2bb\",\"Variant 2\":\"liy2649sv\"};const getProps=({height,id,phoneNumber,successText,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,Abbq2yfzo:(_ref=successText!==null&&successText!==void 0?successText:props.Abbq2yfzo)!==null&&_ref!==void 0?_ref:\"Copied!\",i1SWwFIBH:(_ref1=phoneNumber!==null&&phoneNumber!==void 0?phoneNumber:props.i1SWwFIBH)!==null&&_ref1!==void 0?_ref1:\"(720) 555-7890\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"BNWgjv2bb\"};};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,i1SWwFIBH,Abbq2yfzo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BNWgjv2bb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap13sw34w=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"liy2649sv\");});const onAppear1v8ieyp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BNWgjv2bb\"),1500);});useOnVariantChange(baseVariant,{liy2649sv:onAppear1v8ieyp});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1p6z1j9\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BNWgjv2bb\",onTap:onTap13sw34w,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({liy2649sv:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"(720) 555-7890\"})})}),className:\"framer-1k0yz10\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"vOQ4WrF4T\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:i1SWwFIBH,variants:{liy2649sv:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wwnoth-container\",layoutDependency:layoutDependency,layoutId:\"YWhQhHJeB-container\",children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:50,bottomLeftRadius:50,bottomRightRadius:50,color:\"rgba(255, 255, 255, 0)\",content:i1SWwFIBH,fill:\"rgba(0, 102, 255, 0)\",font:{},height:\"100%\",id:\"YWhQhHJeB\",isMixedBorderRadius:false,label:\"\",layoutId:\"YWhQhHJeB\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,style:{height:\"100%\",width:\"100%\"},topLeftRadius:50,topRightRadius:50,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11b9m0h\",\"data-framer-name\":\"Success message\",layoutDependency:layoutDependency,layoutId:\"SdC73Ikmj\",style:{backgroundColor:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",opacity:0},variants:{liy2649sv:{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:\"Copied!\"})}),className:\"framer-1cdmhu5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jlj8JDdB9\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{liy2649sv:{\"--extracted-r6o4lv\":\"var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({liy2649sv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a6867048-5600-406a-8fc1-70230c1aa9e5, rgb(0, 128, 255)))\"},children:\"Copied!\"})}),text:Abbq2yfzo}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JHA5A.framer-trys9c, .framer-JHA5A .framer-trys9c { display: block; }\",\".framer-JHA5A.framer-1p6z1j9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JHA5A .framer-1k0yz10 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-JHA5A .framer-wwnoth-container { flex: none; height: 100%; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-JHA5A .framer-11b9m0h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-JHA5A .framer-1cdmhu5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JHA5A.framer-1p6z1j9, .framer-JHA5A .framer-11b9m0h { gap: 0px; } .framer-JHA5A.framer-1p6z1j9 > *, .framer-JHA5A .framer-11b9m0h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JHA5A.framer-1p6z1j9 > :first-child, .framer-JHA5A .framer-11b9m0h > :first-child { margin-left: 0px; } .framer-JHA5A.framer-1p6z1j9 > :last-child, .framer-JHA5A .framer-11b9m0h > :last-child { margin-right: 0px; } }\",\".framer-JHA5A.framer-v-f01v48 .framer-11b9m0h { bottom: 0px; height: 105%; top: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 111\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"liy2649sv\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"i1SWwFIBH\":\"phoneNumber\",\"Abbq2yfzo\":\"successText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHP_xFgRBQ=withCSS(Component,css,\"framer-JHA5A\");export default FramerHP_xFgRBQ;FramerHP_xFgRBQ.displayName=\"Graphics/Phone copy\";FramerHP_xFgRBQ.defaultProps={height:22,width:111};addPropertyControls(FramerHP_xFgRBQ,{variant:{options:[\"BNWgjv2bb\",\"liy2649sv\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},i1SWwFIBH:{defaultValue:\"(720) 555-7890\",displayTextArea:false,title:\"Phone number\",type:ControlType.String},Abbq2yfzo:{defaultValue:\"Copied!\",displayTextArea:false,title:\"Success text\",type:ControlType.String}});addFonts(FramerHP_xFgRBQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...ClipboardFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHP_xFgRBQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"i1SWwFIBH\\\":\\\"phoneNumber\\\",\\\"Abbq2yfzo\\\":\\\"successText\\\"}\",\"framerIntrinsicHeight\":\"22\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"liy2649sv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"111\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HP_xFgRBQ.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qW9zJVIGBp1Lg37AnIuA/QAogoXF0uOZzFXWrEwK7/k0U1A8WnE.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ljJe1FdFrokI5SbjEMwf/ap7KwONuCLNJDYQd1wwv/TeKVPFL1h.js\";import GraphicsLogoSvg from\"https://framerusercontent.com/modules/88nD6GXdHTCT7dJBKg34/hZIjwFKF2zMT0puZxnJu/e4v9HmAs9.js\";import GraphicsPhoneCopy from\"https://framerusercontent.com/modules/F8tzEUu7TcgBQ9J22Y3a/qPqMXPi12009KBe8A1z2/HP_xFgRBQ.js\";import ButtonsMainButton from\"https://framerusercontent.com/modules/gGyONXXIDY2QtR7qOSJC/LDnGVqE7E5HKIcEWOH6z/yYvUr6Y7g.js\";const GraphicsLogoSvgFonts=getFonts(GraphicsLogoSvg);const MaterialFonts=getFonts(Material);const GraphicsPhoneCopyFonts=getFonts(GraphicsPhoneCopy);const ButtonsMainButtonFonts=getFonts(ButtonsMainButton);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"oD0MF8wfw\",\"oi0CtX_su\",\"Rv3yMzm_A\",\"sYcEbYxF0\",\"AegHWNqmr\"];const serializationHash=\"framer-wJsWt\";const variantClassNames={AegHWNqmr:\"framer-v-vzhihq\",oD0MF8wfw:\"framer-v-rmnvdk\",oi0CtX_su:\"framer-v-1k2ntqc\",Rv3yMzm_A:\"framer-v-18q33c5\",sYcEbYxF0:\"framer-v-19izr52\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={delay:.3,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Closed\":\"oi0CtX_su\",\"Phone Open\":\"Rv3yMzm_A\",\"Tablet Closed\":\"sYcEbYxF0\",\"Tablet Open\":\"AegHWNqmr\",Desktop:\"oD0MF8wfw\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"oD0MF8wfw\"};};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:\"oD0MF8wfw\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickdfuso4=activeVariantCallback(async(...args)=>{setVariant(\"oi0CtX_su\");});const onClickfm1t8e=activeVariantCallback(async(...args)=>{setVariant(\"Rv3yMzm_A\");});const onClick1id6377=activeVariantCallback(async(...args)=>{setVariant(\"sYcEbYxF0\");});const onClickt6f448=activeVariantCallback(async(...args)=>{setVariant(\"AegHWNqmr\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Rv3yMzm_A\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"oi0CtX_su\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"AegHWNqmr\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"sYcEbYxF0\")return true;return false;};const isDisplayed4=()=>{if([\"oi0CtX_su\",\"sYcEbYxF0\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rmnvdk\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"oD0MF8wfw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(6px)\",backgroundColor:\"var(--token-e256ec02-4d39-45c0-9df4-361c14980d06, rgb(242, 242, 242))\",WebkitBackdropFilter:\"blur(6px)\",...style},variants:{AegHWNqmr:{backdropFilter:\"none\",backgroundColor:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",WebkitBackdropFilter:\"none\"},oi0CtX_su:{backdropFilter:\"none\",backgroundColor:\"var(--token-20ef6f2c-fd1f-4549-8f04-0afed502951d, rgba(255, 255, 255, 0.9))\",WebkitBackdropFilter:\"none\"},Rv3yMzm_A:{backdropFilter:\"none\",backgroundColor:\"var(--token-d1147502-36e9-4978-a0f4-28a67d544775, rgb(255, 255, 255))\",WebkitBackdropFilter:\"none\"},sYcEbYxF0:{backdropFilter:\"none\",backgroundColor:\"var(--token-20ef6f2c-fd1f-4549-8f04-0afed502951d, rgba(255, 255, 255, 0.9))\",WebkitBackdropFilter:\"none\"}},...addPropertyOverrides({AegHWNqmr:{\"data-framer-name\":\"Tablet Open\"},oi0CtX_su:{\"data-framer-name\":\"Phone Closed\"},Rv3yMzm_A:{\"data-framer-name\":\"Phone Open\"},sYcEbYxF0:{\"data-framer-name\":\"Tablet Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v1eecj\",layoutDependency:layoutDependency,layoutId:\"QV0L74axv\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lkeucf\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"nxozIF6Bz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"110px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-16-60)/2)+0+0+10,...addPropertyOverrides({AegHWNqmr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+8},oi0CtX_su:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||56)-0-56)/2)+0+8},Rv3yMzm_A:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+8},sYcEbYxF0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||56)-0-56)/2)+0+8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o7hjd3-container\",layoutDependency:layoutDependency,layoutId:\"yhW6XCphY-container\",children:/*#__PURE__*/_jsx(GraphicsLogoSvg,{height:\"100%\",id:\"yhW6XCphY\",layoutId:\"yhW6XCphY\",style:{height:\"100%\",width:\"100%\"},variant:\"MEbT2aJsv\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oeodlw-container\",layoutDependency:layoutDependency,layoutId:\"iehXGN_ra-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"iehXGN_ra\",layoutId:\"iehXGN_ra\",mirrored:false,onClick:onClickdfuso4,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yejnkq-container\",layoutDependency:layoutDependency,layoutId:\"K2JdDSoMr-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"K2JdDSoMr\",layoutId:\"K2JdDSoMr\",mirrored:false,onClick:onClickfm1t8e,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-woxtqd-container\",layoutDependency:layoutDependency,layoutId:\"BmZdbYGbX-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"BmZdbYGbX\",layoutId:\"BmZdbYGbX\",mirrored:false,onClick:onClick1id6377,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fvzo8s-container\",layoutDependency:layoutDependency,layoutId:\"I8frjkpLG-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"I8frjkpLG\",layoutId:\"I8frjkpLG\",mirrored:false,onClick:onClickt6f448,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-1e6ssgp\",\"data-framer-appear-id\":\"1e6ssgp\",\"data-framer-name\":\"Menu and button stack\",layoutDependency:layoutDependency,layoutId:\"nk0MOf1L8\",...addPropertyOverrides({AegHWNqmr:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true},Rv3yMzm_A:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"HKiCCwWt4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Home\"})})})}),className:\"framer-13xlitx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HKiCCwWt4\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{AegHWNqmr:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},Rv3yMzm_A:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AegHWNqmr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"HKiCCwWt4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Home\"})})})})},Rv3yMzm_A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"HKiCCwWt4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xYlKx5XHZ\"},nodeId:\"x3nzqCy67\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"About us\"})})})}),className:\"framer-hlw5zb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x3nzqCy67\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{AegHWNqmr:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},Rv3yMzm_A:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AegHWNqmr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xYlKx5XHZ\"},nodeId:\"x3nzqCy67\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"About us\"})})})})},Rv3yMzm_A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xYlKx5XHZ\"},nodeId:\"x3nzqCy67\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"About us\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sjJ9Dv9u5\"},nodeId:\"b77wn5x6t\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Services\"})})})}),className:\"framer-ym5taz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b77wn5x6t\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{AegHWNqmr:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},Rv3yMzm_A:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AegHWNqmr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sjJ9Dv9u5\"},nodeId:\"b77wn5x6t\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Services\"})})})})},Rv3yMzm_A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sjJ9Dv9u5\"},nodeId:\"b77wn5x6t\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Services\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQiE5792h\"},nodeId:\"yFo_4faWp\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Projects\"})})})}),className:\"framer-18wfadm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yFo_4faWp\",style:{\"--extracted-r6o4lv\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{AegHWNqmr:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"},Rv3yMzm_A:{\"--extracted-1eung3n\":\"var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AegHWNqmr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQiE5792h\"},nodeId:\"yFo_4faWp\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Projects\"})})})})},Rv3yMzm_A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-jji207\",\"data-styles-preset\":\"TeKVPFL1h\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-bac9a0ea-da50-4fa0-84ab-e794e4cc4538, rgb(0, 66, 142)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQiE5792h\"},nodeId:\"yFo_4faWp\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ycoxbk\",\"data-styles-preset\":\"k0U1A8WnE\",children:\"Projects\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-16-37)/2)+7.5,...addPropertyOverrides({AegHWNqmr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+56+32+217.60000000000002},Rv3yMzm_A:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+56+32+217.60000000000002}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-98us68-container\",layoutDependency:layoutDependency,layoutId:\"ROgC1H0Oq-container\",children:/*#__PURE__*/_jsx(GraphicsPhoneCopy,{Abbq2yfzo:\"Copied!\",height:\"100%\",i1SWwFIBH:\"(720) 555-7890\",id:\"ROgC1H0Oq\",layoutId:\"ROgC1H0Oq\",variant:\"BNWgjv2bb\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined},{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined},{href:{webPageId:\"P2K_FCgay\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,width:\"176px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-16-37)/2)+0,...addPropertyOverrides({AegHWNqmr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+56+32+271.6},Rv3yMzm_A:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+56+32+271.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-op9f35-container\",layoutDependency:layoutDependency,layoutId:\"bnZUkZsTU-container\",children:/*#__PURE__*/_jsx(ButtonsMainButton,{ENgK5aIuy:resolvedLinks[0],F2uPOdgYv:\"Contact Us\",height:\"100%\",id:\"bnZUkZsTU\",layoutId:\"bnZUkZsTU\",style:{width:\"100%\"},variant:\"Q9liS9VJu\",width:\"100%\",...addPropertyOverrides({AegHWNqmr:{ENgK5aIuy:resolvedLinks[2]},Rv3yMzm_A:{ENgK5aIuy:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b1r5pm\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"dEhJ1HRYC\",style:{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wJsWt.framer-1699xka, .framer-wJsWt .framer-1699xka { display: block; }\",\".framer-wJsWt.framer-rmnvdk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 64px; justify-content: space-between; overflow: hidden; padding: 8px 80px 8px 80px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wJsWt .framer-1v1eecj { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wJsWt .framer-1lkeucf { 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: visible; padding: 10px 0px 10px 10px; position: relative; width: min-content; }\",\".framer-wJsWt .framer-1o7hjd3-container { flex: none; height: 40px; position: relative; width: 110px; }\",\".framer-wJsWt .framer-1oeodlw-container, .framer-wJsWt .framer-1yejnkq-container, .framer-wJsWt .framer-woxtqd-container, .framer-wJsWt .framer-1fvzo8s-container { cursor: pointer; flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-wJsWt .framer-1e6ssgp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wJsWt .framer-13xlitx, .framer-wJsWt .framer-hlw5zb, .framer-wJsWt .framer-ym5taz, .framer-wJsWt .framer-18wfadm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-wJsWt .framer-98us68-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wJsWt .framer-op9f35-container { flex: none; height: auto; position: relative; width: 176px; }\",\".framer-wJsWt .framer-1b1r5pm { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJsWt .framer-1v1eecj, .framer-wJsWt .framer-1lkeucf, .framer-wJsWt .framer-1e6ssgp { gap: 0px; } .framer-wJsWt .framer-1v1eecj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wJsWt .framer-1v1eecj > :first-child { margin-top: 0px; } .framer-wJsWt .framer-1v1eecj > :last-child { margin-bottom: 0px; } .framer-wJsWt .framer-1lkeucf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wJsWt .framer-1lkeucf > :first-child, .framer-wJsWt .framer-1e6ssgp > :first-child { margin-left: 0px; } .framer-wJsWt .framer-1lkeucf > :last-child, .framer-wJsWt .framer-1e6ssgp > :last-child { margin-right: 0px; } .framer-wJsWt .framer-1e6ssgp > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",\".framer-wJsWt.framer-v-1k2ntqc.framer-rmnvdk { height: min-content; overflow: visible; padding: 0px 16px 0px 16px; width: 390px; }\",\".framer-wJsWt.framer-v-1k2ntqc .framer-1v1eecj, .framer-wJsWt.framer-v-19izr52 .framer-1v1eecj { align-content: center; align-items: center; flex-direction: row; width: 100%; }\",\".framer-wJsWt.framer-v-1k2ntqc .framer-1lkeucf, .framer-wJsWt.framer-v-19izr52 .framer-1lkeucf { flex: 1 0 0px; gap: unset; justify-content: space-between; padding: 8px 0px 8px 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJsWt.framer-v-1k2ntqc .framer-1v1eecj, .framer-wJsWt.framer-v-1k2ntqc .framer-1lkeucf { gap: 0px; } .framer-wJsWt.framer-v-1k2ntqc .framer-1v1eecj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wJsWt.framer-v-1k2ntqc .framer-1v1eecj > :first-child { margin-left: 0px; } .framer-wJsWt.framer-v-1k2ntqc .framer-1v1eecj > :last-child { margin-right: 0px; } .framer-wJsWt.framer-v-1k2ntqc .framer-1lkeucf > *, .framer-wJsWt.framer-v-1k2ntqc .framer-1lkeucf > :first-child, .framer-wJsWt.framer-v-1k2ntqc .framer-1lkeucf > :last-child { margin: 0px; } }\",\".framer-wJsWt.framer-v-18q33c5.framer-rmnvdk { flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 16px 0px 16px; width: 390px; }\",\".framer-wJsWt.framer-v-18q33c5 .framer-1v1eecj, .framer-wJsWt.framer-v-vzhihq .framer-1v1eecj { order: 0; width: 100%; }\",\".framer-wJsWt.framer-v-18q33c5 .framer-1lkeucf, .framer-wJsWt.framer-v-vzhihq .framer-1lkeucf { gap: unset; justify-content: space-between; padding: 8px 0px 8px 0px; width: 100%; }\",\".framer-wJsWt.framer-v-18q33c5 .framer-1e6ssgp, .framer-wJsWt.framer-v-vzhihq .framer-1e6ssgp { flex-direction: column; gap: 32px; justify-content: flex-start; order: 1; padding: 32px 0px 32px 0px; width: 100%; }\",\".framer-wJsWt.framer-v-18q33c5 .framer-1b1r5pm, .framer-wJsWt.framer-v-vzhihq .framer-1b1r5pm { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJsWt.framer-v-18q33c5.framer-rmnvdk, .framer-wJsWt.framer-v-18q33c5 .framer-1lkeucf, .framer-wJsWt.framer-v-18q33c5 .framer-1e6ssgp { gap: 0px; } .framer-wJsWt.framer-v-18q33c5.framer-rmnvdk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wJsWt.framer-v-18q33c5.framer-rmnvdk > :first-child, .framer-wJsWt.framer-v-18q33c5 .framer-1e6ssgp > :first-child { margin-top: 0px; } .framer-wJsWt.framer-v-18q33c5.framer-rmnvdk > :last-child, .framer-wJsWt.framer-v-18q33c5 .framer-1e6ssgp > :last-child { margin-bottom: 0px; } .framer-wJsWt.framer-v-18q33c5 .framer-1lkeucf > *, .framer-wJsWt.framer-v-18q33c5 .framer-1lkeucf > :first-child, .framer-wJsWt.framer-v-18q33c5 .framer-1lkeucf > :last-child { margin: 0px; } .framer-wJsWt.framer-v-18q33c5 .framer-1e6ssgp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-wJsWt.framer-v-19izr52.framer-rmnvdk { height: min-content; overflow: visible; padding: 0px 48px 0px 48px; width: 600px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJsWt.framer-v-19izr52 .framer-1v1eecj, .framer-wJsWt.framer-v-19izr52 .framer-1lkeucf { gap: 0px; } .framer-wJsWt.framer-v-19izr52 .framer-1v1eecj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wJsWt.framer-v-19izr52 .framer-1v1eecj > :first-child { margin-left: 0px; } .framer-wJsWt.framer-v-19izr52 .framer-1v1eecj > :last-child { margin-right: 0px; } .framer-wJsWt.framer-v-19izr52 .framer-1lkeucf > *, .framer-wJsWt.framer-v-19izr52 .framer-1lkeucf > :first-child, .framer-wJsWt.framer-v-19izr52 .framer-1lkeucf > :last-child { margin: 0px; } }\",\".framer-wJsWt.framer-v-vzhihq.framer-rmnvdk { flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 48px 0px 48px; width: 600px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJsWt.framer-v-vzhihq.framer-rmnvdk, .framer-wJsWt.framer-v-vzhihq .framer-1lkeucf, .framer-wJsWt.framer-v-vzhihq .framer-1e6ssgp { gap: 0px; } .framer-wJsWt.framer-v-vzhihq.framer-rmnvdk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wJsWt.framer-v-vzhihq.framer-rmnvdk > :first-child, .framer-wJsWt.framer-v-vzhihq .framer-1e6ssgp > :first-child { margin-top: 0px; } .framer-wJsWt.framer-v-vzhihq.framer-rmnvdk > :last-child, .framer-wJsWt.framer-v-vzhihq .framer-1e6ssgp > :last-child { margin-bottom: 0px; } .framer-wJsWt.framer-v-vzhihq .framer-1lkeucf > *, .framer-wJsWt.framer-v-vzhihq .framer-1lkeucf > :first-child, .framer-wJsWt.framer-v-vzhihq .framer-1lkeucf > :last-child { margin: 0px; } .framer-wJsWt.framer-v-vzhihq .framer-1e6ssgp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oi0CtX_su\":{\"layout\":[\"fixed\",\"auto\"]},\"Rv3yMzm_A\":{\"layout\":[\"fixed\",\"auto\"]},\"sYcEbYxF0\":{\"layout\":[\"fixed\",\"auto\"]},\"AegHWNqmr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrIK6XEJUE=withCSS(Component,css,\"framer-wJsWt\");export default FramerrIK6XEJUE;FramerrIK6XEJUE.displayName=\"Navigation/Navigation bar\";FramerrIK6XEJUE.defaultProps={height:64,width:1200};addPropertyControls(FramerrIK6XEJUE,{variant:{options:[\"oD0MF8wfw\",\"oi0CtX_su\",\"Rv3yMzm_A\",\"sYcEbYxF0\",\"AegHWNqmr\"],optionTitles:[\"Desktop\",\"Phone Closed\",\"Phone Open\",\"Tablet Closed\",\"Tablet Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrIK6XEJUE,[{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\"}]},...GraphicsLogoSvgFonts,...MaterialFonts,...GraphicsPhoneCopyFonts,...ButtonsMainButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrIK6XEJUE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oi0CtX_su\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rv3yMzm_A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sYcEbYxF0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AegHWNqmr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "checkOverflow", "window", "htmlObserver", "mutations", "mutation", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinksData", "anchor", "href", "decodedHref", "scrollMargin", "targetElement", "handleClick", "e", "handlers", "anchorElement", "index", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "miPHn8U8b", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapz2621p", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerPhr3lataa", "withCSS", "Phr3lataa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonsButtonFormFonts", "getFonts", "Phr3lataa_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "formVariants", "form", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lc0VPsUYF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "FormContainer", "formState", "u", "l", "RichText2", "FormPlainTextInput2", "FormSelect", "FormBooleanInput", "ComponentViewportProvider", "css", "Framerp05ohkXAE", "withCSS", "p05ohkXAE_default", "addPropertyControls", "ControlType", "addFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "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", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "SVG", "css", "Framere4v9HmAs9", "withCSS", "e4v9HmAs9_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TDqA5M76b", "oYICprBpZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerKgRbJZ4UB", "withCSS", "KgRbJZ4UB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MaterialFonts", "getFonts", "Icon", "MaterialControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "iconName", "id", "link", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZKnn7llvN", "XAJTt80qN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "ComponentViewportProvider", "css", "FramerKZqxzRw4Z", "withCSS", "KZqxzRw4Z_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "MaterialControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "iconName", "id", "link", "textContent", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "uLgUwIqAR", "VTDmwcAEn", "mUrGH1pmU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerLYgklCbv6", "withCSS", "LYgklCbv6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "MaterialFonts", "getFonts", "Icon", "ClipboardFonts", "Clipboard", "MaterialControls", "getPropertyControls", "enabledGestures", "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", "iconName", "id", "link", "successMessage", "textContent", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "uLgUwIqAR", "VTDmwcAEn", "mUrGH1pmU", "Des_4rphs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1lymo9u", "args", "onAppear1evx9lr", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FrameronfkzSr41", "withCSS", "onfkzSr41_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFX", "withFX", "RichText2", "ButtonsMainButtonFonts", "getFonts", "yYvUr6Y7g_default", "MotionDivWithFX", "motion", "GraphicsItemFooterCopyClipboardFonts", "onfkzSr41_default", "MaterialFonts", "Icon", "GraphicsItemFooterClickableFonts", "LYgklCbv6_default", "GraphicsFormFonts", "p05ohkXAE_default", "GraphicsLogoSvgFonts", "e4v9HmAs9_default", "GraphicsIconClickableFonts", "KZqxzRw4Z_default", "NavigationClickableFooterLinksFonts", "KgRbJZ4UB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transformTemplate1", "_", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "cTAVisibility", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CZpFIGKsi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerGup193mgs", "withCSS", "Gup193mgs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ClipboardFonts", "getFonts", "Clipboard", "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", "phoneNumber", "successText", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "i1SWwFIBH", "Abbq2yfzo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap13sw34w", "args", "onAppear1v8ieyp", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerHP_xFgRBQ", "withCSS", "HP_xFgRBQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "GraphicsLogoSvgFonts", "getFonts", "e4v9HmAs9_default", "MaterialFonts", "Icon", "GraphicsPhoneCopyFonts", "HP_xFgRBQ_default", "ButtonsMainButtonFonts", "yYvUr6Y7g_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickdfuso4", "args", "onClickfm1t8e", "onClick1id6377", "onClickt6f448", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "css", "FramerrIK6XEJUE", "withCSS", "rIK6XEJUE_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
