{
  "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/1v81NXdspxc1zcFdesOD/bkoQDwp4uRdnNPQGU2c1/YEHEWyRlA.js", "ssg:https://framerusercontent.com/modules/4MdnrPcS1j2eQmKUXmhR/Qvn0qCjaw7tEvAMPLj7m/MNK8oqwSl.js", "ssg:https://framerusercontent.com/modules/x52zq2vStYGQPHxR8aCq/wggcAqEyJAM3BrNoqCcV/Es6J0GOaF.js", "ssg:https://framerusercontent.com/modules/xoyR0PlmJKpF36TadbaI/vSqpdwaxYJ0dyuTbDfCD/zZTtZxMOb.js", "ssg:https://framerusercontent.com/modules/3ffjvjUnjDPTyXFyOmL7/xO7R69XaypqQmFdiqOqn/vyPnFKWSW.js", "ssg:https://framerusercontent.com/modules/xaMWHEttwYPba5v24Bmd/ZuNLOh42gzmykPcLcvcS/fSJugcnmr.js", "ssg:https://framerusercontent.com/modules/wNXijGi81pSuESUgwMd5/umOvmdctXpMr7auJ4IR5/iVtvtUWa1.js", "ssg:https://framerusercontent.com/modules/uEzm5qdahLBFBgyxCSi6/2sLfl07npO8pNBfq8u3k/Jc6TuszZP.js", "ssg:https://framerusercontent.com/modules/sVeJdwj9CA1Xvk0PrD00/wDVmwANq2zxffkQtElcv/hffIj9TOP.js", "ssg:https://framerusercontent.com/modules/aG3c0en37SSR2VP2qnMB/LJRJFr7LhXdaSh7g5jw8/uwziDwf5f.js", "ssg:https://framerusercontent.com/modules/1u1uZavRbVW5efgM9D1O/vplHpJePdzJNbbjtVpxC/qnbYJo3WJ.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 (2ca17d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-regular\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kywN2u7YUwU.woff2\",weight:\"400\"}]}];export const css=['.framer-KOsqi .framer-styles-preset-1b0ikd9:not(.rich-text-wrapper), .framer-KOsqi .framer-styles-preset-1b0ikd9.rich-text-wrapper h6 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --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-KOsqi .framer-styles-preset-1b0ikd9:not(.rich-text-wrapper), .framer-KOsqi .framer-styles-preset-1b0ikd9.rich-text-wrapper h6 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --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-KOsqi .framer-styles-preset-1b0ikd9:not(.rich-text-wrapper), .framer-KOsqi .framer-styles-preset-1b0ikd9.rich-text-wrapper h6 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.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-KOsqi\";\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 (2ca17d4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,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/1v81NXdspxc1zcFdesOD/bkoQDwp4uRdnNPQGU2c1/YEHEWyRlA.js\";const cycleOrder=[\"MrFFawywm\",\"nd_8Qfn83\",\"X0TVw8jD9\"];const serializationHash=\"framer-16pJ8\";const variantClassNames={MrFFawywm:\"framer-v-1wtfv0n\",nd_8Qfn83:\"framer-v-1umbvoo\",X0TVw8jD9:\"framer-v-p5yqt6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.36,0,.12,.99],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"MrFFawywm\",\"Variant 2\":\"nd_8Qfn83\",\"Variant 3\":\"X0TVw8jD9\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MrFFawywm\"};};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:\"MrFFawywm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1wtfv0n\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MrFFawywm\",ref:ref??ref1,style:{...style},...addPropertyOverrides({nd_8Qfn83:{\"data-framer-name\":\"Variant 2\"},X0TVw8jD9:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-l9jjno\",\"data-framer-name\":\"Cursor\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:99,layoutDependency:layoutDependency,layoutId:\"HHZEV8iCJ\",svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 98.78 65.01\"><path d=\"M98.77 1.16c0-1.22-.84-1.18-1.02-1.16H69.88c-7.01 0-12.79 5.85-12.79 5.85C57.1 5.86 1.2 62.45.38 63.3c-.57.6-.41 1.12-.11 1.44.13.14.53.26.71.26 2.6 0 24.01.03 26.35 0 2.27-.02 2.83-.75 2.99-.88l.32-.31c1.28-1.3 40.02-40.58 42.47-43.17 2.17-2.29 3.74.02 4.14.8.11.22.22.79.22.92v23.53c0 .89-.59 1.1-.86 1.11h-.26c-1.32 0-13.89 0-16.11.09-2.34.09-4.06 1.96-4.06 1.96s-13.47 13.44-14.27 14.2c-.55.52-.44 1.1-.18 1.46.13.19.51.29.73.29 4.45 0 54.4-.06 55.37 0 1.01.06.94-1.08.94-1.08V1.16Z\" style=\"fill:#fff\" data-name=\"Layer 1\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sad8hx\",\"data-framer-name\":\"View Product\",layoutDependency:layoutDependency,layoutId:\"SPNykOSlw\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1b0ikd9\",\"data-styles-preset\":\"YEHEWyRlA\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"View Project\"})}),className:\"framer-hknhq5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dYJq6GQpc\",style:{\"--extracted-1w1cjl5\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nd_8Qfn83:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1b0ikd9\",\"data-styles-preset\":\"YEHEWyRlA\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"View Product\"})}),transformTemplate:transformTemplate2},X0TVw8jD9:{transformTemplate:undefined}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m5omid\",\"data-framer-name\":\"View More\",layoutDependency:layoutDependency,layoutId:\"BKMibMY91\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1b0ikd9\",\"data-styles-preset\":\"YEHEWyRlA\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"View More\"})}),className:\"framer-10plkkv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rbH1WSNlW\",style:{\"--extracted-1w1cjl5\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nd_8Qfn83:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1b0ikd9\",\"data-styles-preset\":\"YEHEWyRlA\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"View Product\"})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-16pJ8.framer-15zdbtz, .framer-16pJ8 .framer-15zdbtz { display: block; }\",\".framer-16pJ8.framer-1wtfv0n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; mix-blend-mode: difference; overflow: hidden; padding: 0px; position: relative; width: 138px; }\",\".framer-16pJ8 .framer-l9jjno { aspect-ratio: 1.523076923076923 / 1; flex: none; height: 16px; position: relative; width: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-16pJ8 .framer-1sad8hx, .framer-16pJ8 .framer-m5omid { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 22px; min-width: 104px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 50%; width: min-content; z-index: 1; }\",\".framer-16pJ8 .framer-hknhq5 { flex: none; height: auto; left: -170px; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-16pJ8 .framer-10plkkv { flex: none; height: auto; left: -120px; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-16pJ8.framer-1wtfv0n, .framer-16pJ8 .framer-1sad8hx, .framer-16pJ8 .framer-m5omid { gap: 0px; } .framer-16pJ8.framer-1wtfv0n > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-16pJ8.framer-1wtfv0n > :first-child, .framer-16pJ8 .framer-1sad8hx > :first-child, .framer-16pJ8 .framer-m5omid > :first-child { margin-left: 0px; } .framer-16pJ8.framer-1wtfv0n > :last-child, .framer-16pJ8 .framer-1sad8hx > :last-child, .framer-16pJ8 .framer-m5omid > :last-child { margin-right: 0px; } .framer-16pJ8 .framer-1sad8hx > *, .framer-16pJ8 .framer-m5omid > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-16pJ8.framer-v-1umbvoo .framer-hknhq5 { left: 50%; }\",\".framer-16pJ8.framer-v-p5yqt6 .framer-hknhq5 { bottom: 0px; left: -110px; top: unset; }\",\".framer-16pJ8.framer-v-p5yqt6 .framer-10plkkv { left: 0px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 16\n * @framerIntrinsicWidth 138\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nd_8Qfn83\":{\"layout\":[\"fixed\",\"auto\"]},\"X0TVw8jD9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMNK8oqwSl=withCSS(Component,css,\"framer-16pJ8\");export default FramerMNK8oqwSl;FramerMNK8oqwSl.displayName=\"Cursor\";FramerMNK8oqwSl.defaultProps={height:16,width:138};addPropertyControls(FramerMNK8oqwSl,{variant:{options:[\"MrFFawywm\",\"nd_8Qfn83\",\"X0TVw8jD9\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMNK8oqwSl,[{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\":\"FramerMNK8oqwSl\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"138\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"16\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nd_8Qfn83\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X0TVw8jD9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MNK8oqwSl.map", "// Generated by Framer (b0cf16c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-regular\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kywN2u7YUwU.woff2\",weight:\"400\"}]}];export const css=['.framer-35PiK .framer-styles-preset-p9gy7d:not(.rich-text-wrapper), .framer-35PiK .framer-styles-preset-p9gy7d.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 30px; --framer-text-alignment: left; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #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-35PiK .framer-styles-preset-p9gy7d:not(.rich-text-wrapper), .framer-35PiK .framer-styles-preset-p9gy7d.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 30px; --framer-text-alignment: left; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #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-35PiK .framer-styles-preset-p9gy7d:not(.rich-text-wrapper), .framer-35PiK .framer-styles-preset-p9gy7d.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 30px; --framer-text-alignment: left; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-35PiK\";\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 (7f69244)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-300\",\"GF;DM Sans-regular\",\"GF;DM Sans-italic\",\"GF;DM Sans-300italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2\",weight:\"300\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDW32RmYJpso5.woff2\",weight:\"300\"}]}];export const css=['.framer-lWmZA .framer-styles-preset-avvq0c:not(.rich-text-wrapper), .framer-lWmZA .framer-styles-preset-avvq0c.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 767px) and (min-width: 320px) { .framer-lWmZA .framer-styles-preset-avvq0c:not(.rich-text-wrapper), .framer-lWmZA .framer-styles-preset-avvq0c.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 319px) and (min-width: 0px) { .framer-lWmZA .framer-styles-preset-avvq0c:not(.rich-text-wrapper), .framer-lWmZA .framer-styles-preset-avvq0c.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-lWmZA\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2ca17d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-regular\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kywN2u7YUwU.woff2\",weight:\"400\"}]}];export const css=['.framer-ceDq6 .framer-styles-preset-1y9njf5:not(.rich-text-wrapper), .framer-ceDq6 .framer-styles-preset-1y9njf5.rich-text-wrapper h5 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 21px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #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-ceDq6 .framer-styles-preset-1y9njf5:not(.rich-text-wrapper), .framer-ceDq6 .framer-styles-preset-1y9njf5.rich-text-wrapper h5 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #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-ceDq6 .framer-styles-preset-1y9njf5:not(.rich-text-wrapper), .framer-ceDq6 .framer-styles-preset-1y9njf5.rich-text-wrapper h5 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ceDq6\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (55492a8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,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/3ffjvjUnjDPTyXFyOmL7/xO7R69XaypqQmFdiqOqn/vyPnFKWSW.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={wBmzjj4_U:{hover:true,pressed:true},zmCKzjgqs:{hover:true,pressed:true}};const cycleOrder=[\"wBmzjj4_U\",\"dwlvl42nS\",\"eetsbpy9N\",\"v2SBGvw9h\",\"Vi24bRazp\",\"zmCKzjgqs\",\"oNYsZNtwF\",\"jNATuYzGr\",\"lHVIws52y\",\"sqGK2nPbp\"];const serializationHash=\"framer-9ntv7\";const variantClassNames={dwlvl42nS:\"framer-v-7wtsll\",eetsbpy9N:\"framer-v-jsmhk2\",jNATuYzGr:\"framer-v-1ruq9ct\",lHVIws52y:\"framer-v-1msfd7z\",oNYsZNtwF:\"framer-v-11ctkd3\",sqGK2nPbp:\"framer-v-101s8qe\",v2SBGvw9h:\"framer-v-gdqqlk\",Vi24bRazp:\"framer-v-dkdi3i\",wBmzjj4_U:\"framer-v-1v4etph\",zmCKzjgqs:\"framer-v-3i56lp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.6,ease:[.19,0,0,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??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 - Dark\":\"zmCKzjgqs\",\"Default - Light\":\"wBmzjj4_U\",\"Disabled - Dark\":\"jNATuYzGr\",\"Error - Dark\":\"sqGK2nPbp\",\"Loading - Dark\":\"oNYsZNtwF\",\"Success - Dark\":\"lHVIws52y\",Disabled:\"eetsbpy9N\",Error:\"Vi24bRazp\",Loading:\"dwlvl42nS\",Success:\"v2SBGvw9h\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wBmzjj4_U\"};};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:\"wBmzjj4_U\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"dwlvl42nS\",\"oNYsZNtwF\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"dwlvl42nS\",\"v2SBGvw9h\",\"Vi24bRazp\",\"oNYsZNtwF\",\"lHVIws52y\",\"sqGK2nPbp\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"dwlvl42nS\",\"oNYsZNtwF\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1v4etph\",className,classNames),\"data-framer-name\":\"Default - Light\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"wBmzjj4_U\",ref:ref??ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"wBmzjj4_U-hover\":{\"data-framer-name\":undefined},\"wBmzjj4_U-pressed\":{\"data-framer-name\":undefined},\"zmCKzjgqs-hover\":{\"data-framer-name\":undefined},\"zmCKzjgqs-pressed\":{\"data-framer-name\":undefined},dwlvl42nS:{\"data-framer-name\":\"Loading\"},eetsbpy9N:{\"data-framer-name\":\"Disabled\"},jNATuYzGr:{\"data-framer-name\":\"Disabled - Dark\"},lHVIws52y:{\"data-framer-name\":\"Success - Dark\"},oNYsZNtwF:{\"data-framer-name\":\"Loading - Dark\"},sqGK2nPbp:{\"data-framer-name\":\"Error - Dark\"},v2SBGvw9h:{\"data-framer-name\":\"Success\"},Vi24bRazp:{\"data-framer-name\":\"Error\"},zmCKzjgqs:{\"data-framer-name\":\"Default - Dark\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-r0chi2\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"af1kIjDbW\",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-1a8slci\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"WpCduSdp5\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 180deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{dwlvl42nS:{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\"},oNYsZNtwF:{background:'conic-gradient(from 0deg at 50% 50%, rgba(0, 0, 0, 0) 7.208614864864882deg, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 342deg, rgba(0, 0, 0, 1) 358.90006560076966deg)',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-1wfrf1b\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"hc10jxjRd\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1,variants:{oNYsZNtwF:{backgroundColor:\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"}}})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-b7j6dg\",layoutDependency:layoutDependency,layoutId:\"pktnfMMV9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hi8jmj\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tGcbusTwb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 18\"><path d=\"M 7.681 1.23 L 7.681 15.696 L 7.046 15.696 L 7.046 1.23 L 0.444 8.18 L 0 7.715 L 7.364 0 L 14.727 7.715 L 14.315 8.18 Z\" transform=\"translate(2.136 1.136) rotate(90 7.364 7.848)\" fill=\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:10564155717,withExternalLayout:true,...addPropertyOverrides({\"wBmzjj4_U-hover\":{svgContentId:12661633723},\"wBmzjj4_U-pressed\":{svgContentId:12661633723},jNATuYzGr:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 18\"><path d=\"M 7.681 1.23 L 7.681 15.696 L 7.046 15.696 L 7.046 1.23 L 0.444 8.18 L 0 7.715 L 7.364 0 L 14.727 7.715 L 14.315 8.18 Z\" transform=\"translate(2.136 1.136) rotate(90 7.364 7.848)\" fill=\"rgba(0, 0, 0, 0.3)\"></path></svg>',svgContentId:10964504727},zmCKzjgqs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 18\"><path d=\"M 7.681 1.23 L 7.681 15.696 L 7.046 15.696 L 7.046 1.23 L 0.444 8.18 L 0 7.715 L 7.364 0 L 14.727 7.715 L 14.315 8.18 Z\" transform=\"translate(2.136 1.136) rotate(90 7.364 7.848)\" fill=\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></svg>',svgContentId:9871662049}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"Submit\"})}),className:\"framer-4i4l1w\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wdtD6LzOx\",style:{\"--extracted-1lwpl3i\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\"},variants:{jNATuYzGr:{\"--extracted-1lwpl3i\":\"rgba(0, 0, 0, 0.3)\"},lHVIws52y:{\"--extracted-1lwpl3i\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},sqGK2nPbp:{\"--extracted-1lwpl3i\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},zmCKzjgqs:{\"--extracted-1lwpl3i\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jNATuYzGr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgba(0, 0, 0, 0.3))\"},children:\"Submit\"})})},lHVIws52y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"Success\"})})},sqGK2nPbp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"Error\"})})},v2SBGvw9h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",children:\"Success\"})})},Vi24bRazp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",children:\"Error\"})})},zmCKzjgqs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1y9njf5\",\"data-styles-preset\":\"vyPnFKWSW\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"Submit\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4gmttk\",layoutDependency:layoutDependency,layoutId:\"GOWpheXXT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kurv9h\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"E8HsRR5mq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 18\"><path d=\"M 7.681 1.23 L 7.681 15.696 L 7.046 15.696 L 7.046 1.23 L 0.444 8.18 L 0 7.715 L 7.364 0 L 14.727 7.715 L 14.315 8.18 Z\" transform=\"translate(2.136 1.136) rotate(90 7.364 7.848)\" fill=\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:11455396367,withExternalLayout:true,...addPropertyOverrides({zmCKzjgqs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 18\"><path d=\"M 7.681 1.23 L 7.681 15.696 L 7.046 15.696 L 7.046 1.23 L 0.444 8.18 L 0 7.715 L 7.364 0 L 14.727 7.715 L 14.315 8.18 Z\" transform=\"translate(2.136 1.136) rotate(90 7.364 7.848)\" fill=\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></svg>',svgContentId:9145902048}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9ntv7.framer-m2goeh, .framer-9ntv7 .framer-m2goeh { display: block; }\",\".framer-9ntv7.framer-1v4etph { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: min-content; }\",\".framer-9ntv7 .framer-r0chi2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-9ntv7 .framer-1a8slci { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-9ntv7 .framer-1wfrf1b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-9ntv7 .framer-b7j6dg { flex: none; height: 18px; overflow: hidden; position: relative; width: 20px; z-index: 1; }\",\".framer-9ntv7 .framer-hi8jmj { flex: none; height: 18px; left: calc(50.00000000000002% - 19px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 19px; }\",\".framer-9ntv7 .framer-4i4l1w { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-9ntv7 .framer-4gmttk { flex: none; height: 18px; overflow: hidden; position: relative; width: 1px; z-index: 1; }\",\".framer-9ntv7 .framer-kurv9h { flex: none; height: 18px; left: -43px; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 19px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9ntv7.framer-1v4etph { gap: 0px; } .framer-9ntv7.framer-1v4etph > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9ntv7.framer-1v4etph > :first-child { margin-left: 0px; } .framer-9ntv7.framer-1v4etph > :last-child { margin-right: 0px; } }\",\".framer-9ntv7.framer-v-7wtsll.framer-1v4etph, .framer-9ntv7.framer-v-jsmhk2.framer-1v4etph, .framer-9ntv7.framer-v-gdqqlk.framer-1v4etph, .framer-9ntv7.framer-v-dkdi3i.framer-1v4etph, .framer-9ntv7.framer-v-11ctkd3.framer-1v4etph, .framer-9ntv7.framer-v-1ruq9ct.framer-1v4etph, .framer-9ntv7.framer-v-1msfd7z.framer-1v4etph, .framer-9ntv7.framer-v-101s8qe.framer-1v4etph { cursor: unset; }\",\".framer-9ntv7.framer-v-7wtsll .framer-1a8slci, .framer-9ntv7.framer-v-11ctkd3 .framer-1a8slci { overflow: hidden; }\",\".framer-9ntv7.framer-v-1v4etph.hover .framer-b7j6dg, .framer-9ntv7.framer-v-1v4etph.pressed .framer-b7j6dg, .framer-9ntv7.framer-v-3i56lp.hover .framer-b7j6dg, .framer-9ntv7.framer-v-3i56lp.pressed .framer-b7j6dg { width: 1px; }\",\".framer-9ntv7.framer-v-1v4etph.hover .framer-hi8jmj, .framer-9ntv7.framer-v-1v4etph.pressed .framer-hi8jmj { left: unset; right: -30px; }\",\".framer-9ntv7.framer-v-1v4etph.hover .framer-4gmttk, .framer-9ntv7.framer-v-3i56lp.hover .framer-4gmttk { width: 19px; }\",\".framer-9ntv7.framer-v-1v4etph.hover .framer-kurv9h, .framer-9ntv7.framer-v-1v4etph.pressed .framer-kurv9h, .framer-9ntv7.framer-v-3i56lp.hover .framer-kurv9h, .framer-9ntv7.framer-v-3i56lp.pressed .framer-kurv9h { left: calc(48.275862068965544% - 19px / 2); }\",\".framer-9ntv7.framer-v-1v4etph.pressed .framer-4gmttk, .framer-9ntv7.framer-v-3i56lp.pressed .framer-4gmttk { width: 29px; }\",\".framer-9ntv7.framer-v-3i56lp.hover .framer-hi8jmj, .framer-9ntv7.framer-v-3i56lp.pressed .framer-hi8jmj { left: calc(3200% - 19px / 2); }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 119\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"dwlvl42nS\":{\"layout\":[\"auto\",\"fixed\"]},\"eetsbpy9N\":{\"layout\":[\"auto\",\"fixed\"]},\"v2SBGvw9h\":{\"layout\":[\"auto\",\"fixed\"]},\"Vi24bRazp\":{\"layout\":[\"auto\",\"fixed\"]},\"zmCKzjgqs\":{\"layout\":[\"auto\",\"fixed\"]},\"oNYsZNtwF\":{\"layout\":[\"auto\",\"fixed\"]},\"jNATuYzGr\":{\"layout\":[\"auto\",\"fixed\"]},\"lHVIws52y\":{\"layout\":[\"auto\",\"fixed\"]},\"sqGK2nPbp\":{\"layout\":[\"auto\",\"fixed\"]},\"cIbOFvRfs\":{\"layout\":[\"auto\",\"fixed\"]},\"hbAs1VnmO\":{\"layout\":[\"auto\",\"fixed\"]},\"JhyTXcED0\":{\"layout\":[\"auto\",\"fixed\"]},\"QpUr0STLS\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfSJugcnmr=withCSS(Component,css,\"framer-9ntv7\");export default FramerfSJugcnmr;FramerfSJugcnmr.displayName=\"Button 2\";FramerfSJugcnmr.defaultProps={height:40,width:119};addPropertyControls(FramerfSJugcnmr,{variant:{options:[\"wBmzjj4_U\",\"dwlvl42nS\",\"eetsbpy9N\",\"v2SBGvw9h\",\"Vi24bRazp\",\"zmCKzjgqs\",\"oNYsZNtwF\",\"jNATuYzGr\",\"lHVIws52y\",\"sqGK2nPbp\"],optionTitles:[\"Default - Light\",\"Loading\",\"Disabled\",\"Success\",\"Error\",\"Default - Dark\",\"Loading - Dark\",\"Disabled - Dark\",\"Success - Dark\",\"Error - Dark\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfSJugcnmr,[{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\":\"FramerfSJugcnmr\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"119\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"dwlvl42nS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"eetsbpy9N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"v2SBGvw9h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Vi24bRazp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"zmCKzjgqs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"oNYsZNtwF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jNATuYzGr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lHVIws52y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"sqGK2nPbp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cIbOFvRfs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hbAs1VnmO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JhyTXcED0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"QpUr0STLS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2ca17d4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-regular\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kywN2u7YUwU.woff2\",weight:\"400\"}]}];export const css=['.framer-wwaR7 .framer-styles-preset-1sfbtw7:not(.rich-text-wrapper), .framer-wwaR7 .framer-styles-preset-1sfbtw7.rich-text-wrapper h2 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #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-wwaR7 .framer-styles-preset-1sfbtw7:not(.rich-text-wrapper), .framer-wwaR7 .framer-styles-preset-1sfbtw7.rich-text-wrapper h2 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #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-wwaR7 .framer-styles-preset-1sfbtw7:not(.rich-text-wrapper), .framer-wwaR7 .framer-styles-preset-1sfbtw7.rich-text-wrapper h2 { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-02dafc74-671f-4682-a474-29396505970f, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-wwaR7\";\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 (86f5ff9)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-6ljgx .framer-styles-preset-85tgac:not(.rich-text-wrapper), .framer-6ljgx .framer-styles-preset-85tgac.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-6ljgx\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (55492a8)\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/wNXijGi81pSuESUgwMd5/umOvmdctXpMr7auJ4IR5/iVtvtUWa1.js\";const enabledGestures={YTOVRA8p3:{hover:true}};const serializationHash=\"framer-RoGB4\";const variantClassNames={YTOVRA8p3:\"framer-v-8tbyco\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,text,width,...props})=>{return{...props,Mou9UAl90:link??props.Mou9UAl90,WULCCTl_J:text??props.WULCCTl_J??\"Button\"};};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,WULCCTl_J,Mou9UAl90,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"YTOVRA8p3\",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??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Mou9UAl90,nodeId:\"YTOVRA8p3\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8tbyco\",className,classNames)} framer-1jf102f`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YTOVRA8p3\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"YTOVRA8p3-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1sfbtw7\",\"data-styles-preset\":\"iVtvtUWa1\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"Content\"})}),className:\"framer-17dd02a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eHhmiWML6\",style:{\"--extracted-1of0zx5\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},text:WULCCTl_J,variants:{\"YTOVRA8p3-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RoGB4.framer-1jf102f, .framer-RoGB4 .framer-1jf102f { display: block; }\",\".framer-RoGB4.framer-8tbyco { 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; text-decoration: none; width: min-content; }\",\".framer-RoGB4 .framer-17dd02a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RoGB4.framer-8tbyco { gap: 0px; } .framer-RoGB4.framer-8tbyco > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RoGB4.framer-8tbyco > :first-child { margin-left: 0px; } .framer-RoGB4.framer-8tbyco > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 77\n * @framerIntrinsicWidth 196\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HaaO8nGk6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"WULCCTl_J\":\"text\",\"Mou9UAl90\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhffIj9TOP=withCSS(Component,css,\"framer-RoGB4\");export default FramerhffIj9TOP;FramerhffIj9TOP.displayName=\"Navigation Button\";FramerhffIj9TOP.defaultProps={height:77,width:196};addPropertyControls(FramerhffIj9TOP,{WULCCTl_J:{defaultValue:\"Button\",placeholder:\"Text\",title:\"Text\",type:ControlType.String},Mou9UAl90:{title:\"Link\",type:ControlType.Link}});addFonts(FramerhffIj9TOP,[{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\":\"FramerhffIj9TOP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"77\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"WULCCTl_J\\\":\\\"text\\\",\\\"Mou9UAl90\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"196\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HaaO8nGk6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae50a0d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"z6LhjgGdR\",\"wJHt7GsO4\",\"p4wGB2Vzb\",\"FK_rPBKF9\",\"xf64uDOuR\"];const serializationHash=\"framer-TEWQ3\";const variantClassNames={FK_rPBKF9:\"framer-v-1figgqo\",p4wGB2Vzb:\"framer-v-8ym0it\",wJHt7GsO4:\"framer-v-stiawe\",xf64uDOuR:\"framer-v-1wt28aa\",z6LhjgGdR:\"framer-v-2k2ghr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.19,0,0,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"z6LhjgGdR\",\"Variant 2\":\"wJHt7GsO4\",\"Variant 3\":\"p4wGB2Vzb\",\"Variant 4\":\"FK_rPBKF9\",\"Variant 5\":\"xf64uDOuR\"};const getProps=({click2,height,id,width,...props})=>{return{...props,FaDqWtPR9:click2??props.FaDqWtPR9,variant:humanReadableVariantMap[props.variant]??props.variant??\"z6LhjgGdR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,FaDqWtPR9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"z6LhjgGdR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapx8utpo=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(FaDqWtPR9){const res=await FaDqWtPR9(...args);if(res===false)return false;}setVariant(\"p4wGB2Vzb\");});const onTap1jvsqer=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(FaDqWtPR9){const res=await FaDqWtPR9(...args);if(res===false)return false;}setVariant(\"FK_rPBKF9\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-2k2ghr\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z6LhjgGdR\",onTap:onTapx8utpo,ref:refBinding,style:{...style},...addPropertyOverrides({FK_rPBKF9:{\"data-framer-name\":\"Variant 4\"},p4wGB2Vzb:{\"data-framer-name\":\"Variant 3\"},wJHt7GsO4:{\"data-framer-name\":\"Variant 2\",onTap:onTap1jvsqer},xf64uDOuR:{\"data-framer-name\":\"Variant 5\",onTap:onTap1jvsqer}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p9ekl7\",layoutDependency:layoutDependency,layoutId:\"FdzTBvZek\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"MENU\"})}),className:\"framer-1ks7jp0\",fonts:[\"CUSTOM;Neuething Sans Regular UltraExpanded\"],layoutDependency:layoutDependency,layoutId:\"DBernXAbD\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{FK_rPBKF9:{\"--extracted-r6o4lv\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},wJHt7GsO4:{\"--extracted-r6o4lv\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},xf64uDOuR:{\"--extracted-r6o4lv\":\"var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FK_rPBKF9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"MENU\"})})},wJHt7GsO4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"MENU\"})})},xf64uDOuR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113)))\"},children:\"MENU\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"CLOSE\"})}),className:\"framer-b0eryz\",fonts:[\"CUSTOM;Neuething Sans Regular UltraExpanded\"],layoutDependency:layoutDependency,layoutId:\"wYVycavIo\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{FK_rPBKF9:{\"--extracted-r6o4lv\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},wJHt7GsO4:{\"--extracted-r6o4lv\":\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},xf64uDOuR:{\"--extracted-r6o4lv\":\"var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FK_rPBKF9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"CLOSE\"})})},wJHt7GsO4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0)))\"},children:\"CLOSE\"})})},xf64uDOuR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWV0aGluZyBTYW5zIFJlZ3VsYXIgVWx0cmFFeHBhbmRlZA==\",\"--framer-font-family\":'\"Neuething Sans Regular UltraExpanded\", \"Neuething Sans Regular UltraExpanded Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113)))\"},children:\"CLOSE\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r9fr5l\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"m4jlWaT1n\",style:{rotate:0},variants:{FK_rPBKF9:{rotate:45},p4wGB2Vzb:{rotate:45},xf64uDOuR:{rotate:0}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18oklmb\",layoutDependency:layoutDependency,layoutId:\"qPQMYdHw5\",style:{backgroundColor:\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\"},variants:{FK_rPBKF9:{backgroundColor:\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},wJHt7GsO4:{backgroundColor:\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},xf64uDOuR:{backgroundColor:\"var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w5lq9q\",layoutDependency:layoutDependency,layoutId:\"a4fcTDvnc\",style:{backgroundColor:\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",rotate:90},variants:{FK_rPBKF9:{backgroundColor:\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},wJHt7GsO4:{backgroundColor:\"var(--token-02dafc74-671f-4682-a474-29396505970f, rgb(0, 0, 0))\"},xf64uDOuR:{backgroundColor:\"var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113))\"}}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TEWQ3.framer-hchmew, .framer-TEWQ3 .framer-hchmew { display: block; }\",\".framer-TEWQ3.framer-2k2ghr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TEWQ3 .framer-1p9ekl7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 18px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-TEWQ3 .framer-1ks7jp0, .framer-TEWQ3 .framer-b0eryz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-TEWQ3 .framer-r9fr5l { flex: none; height: 17px; overflow: hidden; position: relative; width: 17px; }\",\".framer-TEWQ3 .framer-18oklmb, .framer-TEWQ3 .framer-1w5lq9q { bottom: 0px; flex: none; left: calc(52.94117647058826% - 1px / 2); overflow: hidden; position: absolute; top: 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TEWQ3.framer-2k2ghr, .framer-TEWQ3 .framer-1p9ekl7 { gap: 0px; } .framer-TEWQ3.framer-2k2ghr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-TEWQ3.framer-2k2ghr > :first-child { margin-left: 0px; } .framer-TEWQ3.framer-2k2ghr > :last-child { margin-right: 0px; } .framer-TEWQ3 .framer-1p9ekl7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-TEWQ3 .framer-1p9ekl7 > :first-child { margin-top: 0px; } .framer-TEWQ3 .framer-1p9ekl7 > :last-child { margin-bottom: 0px; } }\",\".framer-TEWQ3.framer-v-8ym0it .framer-1p9ekl7, .framer-TEWQ3.framer-v-1figgqo .framer-1p9ekl7 { justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 103.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wJHt7GsO4\":{\"layout\":[\"auto\",\"auto\"]},\"p4wGB2Vzb\":{\"layout\":[\"auto\",\"auto\"]},\"FK_rPBKF9\":{\"layout\":[\"auto\",\"auto\"]},\"xf64uDOuR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"FaDqWtPR9\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruwziDwf5f=withCSS(Component,css,\"framer-TEWQ3\");export default FrameruwziDwf5f;FrameruwziDwf5f.displayName=\"Menu Button\";FrameruwziDwf5f.defaultProps={height:18,width:103.5};addPropertyControls(FrameruwziDwf5f,{variant:{options:[\"z6LhjgGdR\",\"wJHt7GsO4\",\"p4wGB2Vzb\",\"FK_rPBKF9\",\"xf64uDOuR\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},FaDqWtPR9:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FrameruwziDwf5f,[{explicitInter:true,fonts:[{family:\"Neuething Sans Regular UltraExpanded\",source:\"custom\",url:\"https://framerusercontent.com/assets/OuShkFEA2t2FC8njBYvVYhglc0.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruwziDwf5f\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"18\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wJHt7GsO4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"p4wGB2Vzb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FK_rPBKF9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xf64uDOuR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"103.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"FaDqWtPR9\\\":\\\"click2\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uwziDwf5f.map", "// Generated by Framer (86f5ff9)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/x52zq2vStYGQPHxR8aCq/wggcAqEyJAM3BrNoqCcV/Es6J0GOaF.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/uEzm5qdahLBFBgyxCSi6/2sLfl07npO8pNBfq8u3k/Jc6TuszZP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xoyR0PlmJKpF36TadbaI/vSqpdwaxYJ0dyuTbDfCD/zZTtZxMOb.js\";import Button2 from\"https://framerusercontent.com/modules/xaMWHEttwYPba5v24Bmd/ZuNLOh42gzmykPcLcvcS/fSJugcnmr.js\";import NavigationButton from\"https://framerusercontent.com/modules/sVeJdwj9CA1Xvk0PrD00/wDVmwANq2zxffkQtElcv/hffIj9TOP.js\";import MenuButton from\"https://framerusercontent.com/modules/aG3c0en37SSR2VP2qnMB/LJRJFr7LhXdaSh7g5jw8/uwziDwf5f.js\";const MenuButtonFonts=getFonts(MenuButton);const NavigationButtonFonts=getFonts(NavigationButton);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const Button2Fonts=getFonts(Button2);const cycleOrder=[\"qRbFsS2Hm\",\"zHlt4t4wl\",\"FxbgJKLaA\",\"Ym2wZkW7o\",\"hyhDA6It4\",\"Kn7G6ntZo\",\"zUfnx1LRY\",\"dSenRoGom\",\"or1Gr1xyK\",\"HhonpsG52\",\"HySc9HpWQ\",\"JEtZnzGf6\",\"K_PeTCBMe\"];const serializationHash=\"framer-f2P1w\";const variantClassNames={dSenRoGom:\"framer-v-r4gk6s\",FxbgJKLaA:\"framer-v-buxks\",HhonpsG52:\"framer-v-m5gaqp\",hyhDA6It4:\"framer-v-8pnu5g\",HySc9HpWQ:\"framer-v-dgan4b\",JEtZnzGf6:\"framer-v-1wgq8pc\",K_PeTCBMe:\"framer-v-vcso89\",Kn7G6ntZo:\"framer-v-1ugs3ym\",or1Gr1xyK:\"framer-v-1eqs1mq\",qRbFsS2Hm:\"framer-v-1tgyo5i\",Ym2wZkW7o:\"framer-v-1272dki\",zHlt4t4wl:\"framer-v-lwvvf2\",zUfnx1LRY:\"framer-v-1xo1g6y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.18,-.01,.18,1.01],type:\"tween\"};const transition2={delay:.3,duration:1,ease:[.19,0,0,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition3={delay:0,duration:.4,ease:[.19,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-350,y:0};const transition4={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition5={delay:0,duration:.8,ease:[.19,0,0,1],type:\"tween\"};const transition6={delay:.1,duration:.4,ease:[.19,0,0,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={delay:.1,duration:.8,ease:[.19,0,0,1],type:\"tween\"};const transition8={delay:.2,duration:.4,ease:[.19,0,0,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transition9={delay:.2,duration:.8,ease:[.19,0,0,1],type:\"tween\"};const transition10={delay:.3,duration:.4,ease:[.19,0,0,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const transition11={delay:.3,duration:.8,ease:[.19,0,0,1],type:\"tween\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Black\":\"Ym2wZkW7o\",\"Desktop - Close\":\"qRbFsS2Hm\",\"Desktop - Hide\":\"FxbgJKLaA\",\"Desktop - Show\":\"zHlt4t4wl\",\"Desktop Blue\":\"HhonpsG52\",\"Mobile - Black\":\"dSenRoGom\",\"Mobile - Close\":\"hyhDA6It4\",\"Mobile - Hide\":\"zUfnx1LRY\",\"Mobile - Show\":\"Kn7G6ntZo\",\"Variant 12\":\"JEtZnzGf6\",\"Variant 13\":\"K_PeTCBMe\",\"Variant 9\":\"or1Gr1xyK\",BlueBlur:\"HySc9HpWQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qRbFsS2Hm\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qRbFsS2Hm\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const FaDqWtPR9rp2ujf=activeVariantCallback(async(...args)=>{setVariant(\"zHlt4t4wl\");});const FaDqWtPR91mvdp6m=activeVariantCallback(async(...args)=>{setVariant(\"qRbFsS2Hm\");});const FaDqWtPR91g2jrp4=activeVariantCallback(async(...args)=>{setVariant(\"Kn7G6ntZo\");});const FaDqWtPR91duwcqu=activeVariantCallback(async(...args)=>{setVariant(\"hyhDA6It4\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Ym2wZkW7o\",\"dSenRoGom\",\"HhonpsG52\",\"HySc9HpWQ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"Ym2wZkW7o\",\"dSenRoGom\",\"HhonpsG52\",\"HySc9HpWQ\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if(baseVariant===\"Kn7G6ntZo\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tgyo5i\",className,classNames),\"data-framer-name\":\"Desktop - Close\",layoutDependency:layoutDependency,layoutId:\"qRbFsS2Hm\",ref:refBinding,style:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\",...style},variants:{HhonpsG52:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\"},HySc9HpWQ:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.1)\",WebkitBackdropFilter:\"blur(10px)\"},JEtZnzGf6:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.1)\",WebkitBackdropFilter:\"blur(10px)\"},K_PeTCBMe:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.1)\",WebkitBackdropFilter:\"blur(10px)\"},or1Gr1xyK:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.1)\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({dSenRoGom:{\"data-framer-name\":\"Mobile - Black\"},FxbgJKLaA:{\"data-framer-name\":\"Desktop - Hide\"},HhonpsG52:{\"data-framer-name\":\"Desktop Blue\"},hyhDA6It4:{\"data-framer-name\":\"Mobile - Close\"},HySc9HpWQ:{\"data-framer-name\":\"BlueBlur\"},JEtZnzGf6:{\"data-framer-name\":\"Variant 12\"},K_PeTCBMe:{\"data-framer-name\":\"Variant 13\"},Kn7G6ntZo:{\"data-framer-name\":\"Mobile - Show\"},or1Gr1xyK:{\"data-framer-name\":\"Variant 9\"},Ym2wZkW7o:{\"data-framer-name\":\"Desktop - Black\"},zHlt4t4wl:{\"data-framer-name\":\"Desktop - Show\"},zUfnx1LRY:{\"data-framer-name\":\"Mobile - Hide\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-o80kx0\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"QE5TM8WKO\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({HhonpsG52:{value:transition2},HySc9HpWQ:{value:transition2},Ym2wZkW7o:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"W68JoQfko\",scopeId:\"qnbYJo3WJ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-qyhnn framer-2oj6d3\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"W68JoQfko\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qg3nhe\",\"data-framer-name\":\"Akaal-Black\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:440,layoutDependency:layoutDependency,layoutId:\"Sv53OgTin\",svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 439.57 103.82\"><path d=\"M5.77 102.99c-1.71-.56-3.06-1.32-4.03-2.3-.97-.98-1.46-2.07-1.46-3.28h4.17c0 .59.31 1.12.94 1.59.63.47 1.49.84 2.59 1.1 1.1.26 2.33.39 3.69.39 1.19 0 2.25-.11 3.19-.32.94-.22 1.68-.52 2.21-.9.53-.39.8-.83.8-1.32s-.28-.86-.84-1.15c-.56-.29-1.27-.51-2.13-.67-.86-.16-2.05-.34-3.58-.54-2.22-.29-4.05-.6-5.47-.91s-2.65-.83-3.68-1.55-1.54-1.7-1.54-2.95c0-1.14.48-2.15 1.45-3.01.96-.86 2.26-1.53 3.89-1.99 1.63-.46 3.41-.69 5.36-.69s3.81.27 5.36.8c1.55.53 2.75 1.26 3.61 2.2.86.93 1.28 1.99 1.28 3.16h-4.17c0-.52-.28-1-.83-1.41-.56-.42-1.33-.74-2.31-.97-.99-.23-2.09-.35-3.31-.35s-2.2.1-3.11.3c-.92.2-1.64.48-2.16.84-.53.36-.79.77-.79 1.22s.27.8.81 1.06 1.21.46 2.01.6c.8.14 1.97.3 3.5.49 2.25.26 4.11.55 5.58.87 1.47.32 2.72.84 3.77 1.57 1.05.73 1.57 1.74 1.57 3.02 0 1.14-.46 2.17-1.39 3.08s-2.2 1.62-3.81 2.12c-1.61.5-3.41.75-5.38.75-2.15 0-4.07-.28-5.79-.83Zm30.77-18.11h19.4v3.24H40.66v4.44h14.12v3.13H40.66v4.47h15.28v3.24h-19.4V84.88Zm34.21 0h6.53l6.06 14.98 6.06-14.98h6.53v18.52h-3.98V88.52l-6.11 14.88h-5l-6.11-14.88v14.88h-3.98V84.88Zm40.47 0h4.12v18.52h-4.12V84.88Zm37.91 7.74h8.56v3.61h-8.56v-3.61Zm48.24-4.22h-8.19v-3.52h20.51v3.52h-8.19v15h-4.12v-15Zm25.98-3.54h14.21c1.23 0 2.36.25 3.37.75 1.01.5 1.8 1.19 2.38 2.06.58.87.87 1.85.87 2.93 0 1.31-.41 2.45-1.24 3.43-.83.97-1.91 1.63-3.25 1.97l5.14 7.38h-4.77l-4.91-7.18h-7.69v7.18h-4.12V84.86Zm14.07 8.17c.76 0 1.39-.24 1.89-.73s.75-1.09.75-1.82-.27-1.3-.82-1.76c-.55-.46-1.23-.69-2.05-.69h-9.72v5h9.95Zm30.46-8.15h5.67l10.28 18.52h-4.51l-2.64-4.79h-11.94l-2.64 4.79h-4.49l10.28-18.52Zm6.88 10.21-4.05-7.36-4.05 7.36h8.1Zm22.73-10.21h4.12v18.52h-4.12V84.88Zm19.4 0h4.12v15h13.84v3.52h-17.96V84.88Zm31.62 0h19.4v3.24h-15.28v4.44h14.12v3.13h-14.12v4.47h15.28v3.24h-19.4V84.88Zm34.21-.02h14.21c1.23 0 2.36.25 3.37.75 1.01.5 1.8 1.19 2.38 2.06.58.87.87 1.85.87 2.93 0 1.31-.41 2.45-1.24 3.43-.83.97-1.91 1.63-3.25 1.97l5.14 7.38h-4.77l-4.91-7.18h-7.69v7.18h-4.12V84.86Zm14.08 8.17c.76 0 1.39-.24 1.89-.73s.75-1.09.75-1.82-.27-1.3-.82-1.76c-.55-.46-1.23-.69-2.05-.69h-9.72v5h9.95Zm26.41 9.96c-1.71-.56-3.06-1.32-4.03-2.3-.97-.98-1.46-2.07-1.46-3.28h4.17c0 .59.31 1.12.94 1.59.63.47 1.49.84 2.59 1.1 1.1.26 2.33.39 3.69.39 1.19 0 2.25-.11 3.19-.32.94-.22 1.68-.52 2.21-.9.53-.39.8-.83.8-1.32s-.28-.86-.84-1.15-1.27-.51-2.13-.67-2.05-.34-3.58-.54c-2.22-.29-4.05-.6-5.47-.91-1.43-.32-2.65-.83-3.68-1.55s-1.54-1.7-1.54-2.95c0-1.14.48-2.15 1.45-3.01.96-.86 2.26-1.53 3.89-1.99 1.63-.46 3.41-.69 5.36-.69s3.81.27 5.36.8c1.55.53 2.76 1.26 3.61 2.2.86.93 1.28 1.99 1.28 3.16h-4.17c0-.52-.28-1-.83-1.41s-1.33-.74-2.32-.97c-.99-.23-2.09-.35-3.31-.35s-2.2.1-3.11.3-1.64.48-2.16.84-.79.77-.79 1.22.27.8.81 1.06 1.21.46 2.01.6c.8.14 1.97.3 3.5.49 2.25.26 4.11.55 5.58.87 1.47.32 2.72.84 3.77 1.57 1.05.73 1.57 1.74 1.57 3.02 0 1.14-.46 2.17-1.39 3.08s-2.2 1.62-3.81 2.12c-1.61.5-3.41.75-5.38.75-2.15 0-4.07-.28-5.79-.83ZM98.77 1.3c0-1.22-.84-1.18-1.02-1.16H69.88c-7.01 0-12.79 5.85-12.79 5.85C57.1 6 1.2 62.59.38 63.44c-.57.6-.41 1.12-.11 1.44.13.14.53.26.71.26 2.6 0 24.01.03 26.35 0 2.27-.02 2.83-.75 2.99-.88l.32-.31c1.28-1.3 40.02-40.58 42.47-43.17 2.17-2.29 3.74.02 4.14.8.11.22.22.79.22.92v23.53c0 .89-.59 1.1-.86 1.11h-.26c-1.32 0-13.89 0-16.11.09-2.34.09-4.06 1.96-4.06 1.96s-13.47 13.44-14.27 14.2c-.55.52-.44 1.1-.18 1.46.13.19.51.29.73.29 4.45 0 54.4-.06 55.37 0 1.01.06.94-1.08.94-1.08V1.3ZM319.9 5.89S314.13.05 307.11.05h-27.97c-.18 0-.92-.07-.92 1.15v62.76s-.08 1.13.94 1.08c.97-.05 50.91 0 55.37 0 .22 0 .63-.1.76-.29.26-.37.38-.98-.21-1.47-.84-.7-14.27-14.2-14.27-14.2s-1.72-1.87-4.06-1.96c-2.22-.08-14.79-.08-16.11-.09-.07 0-.33-.01-.4-.02-.26-.03-.72-.22-.73-1.09V22.39c0-.14.17-.7.23-.82.41-.79 1.97-3.2 4.14-.91 2.45 2.59 41.19 41.87 42.47 43.17.02.02.6.58.62.59.31.19.42.58 2.69.61 2.34.03 23.76 0 26.35 0 .18 0 .52-.08.65-.21.3-.31.55-.92-.05-1.48-.85-.8-56.72-57.44-56.72-57.44ZM128.76 64.38l19.64-19.91c.44-.45 1.16-.45 1.61 0l19.3 19.21a4.26 4.26 0 0 0 2.98 1.24l25.99.18c1.14 0 2.23-.44 3.03-1.24l26.07-26.06c8.37-8.5 15.89-16.03 16.92-17.12 2.17-2.29 3.79.04 4.19.82.06.12.17.77.17.9v23.53c0 .95-.41 1.11-.67 1.1h-.46c-1.32 0-13.89 0-16.11.09-2.34.09-4.06 1.96-4.06 1.96s-13.41 13.52-14.27 14.2c-.58.46-.27 1.09-.01 1.46.13.19.34.3.56.3 4.45 0 54.4-.06 55.37 0 1.01.06.94-1.08.94-1.08V1.21c0-1.22-.71-1.15-.9-1.15h-27.99c-7.01 0-12.78 5.85-12.78 5.85s-5.95 6.04-14 14.19l-.03-.02-4.53 4.65c-.9.91-1.81 1.83-2.73 2.77h.02l-21.28 21.84c-.44.45-1.16.46-1.61.01l-19.71-19.49c-.44-.44-.45-1.16 0-1.6l25.95-26.32c.71-.72.2-1.93-.81-1.93h-21.96a9.892 9.892 0 0 0-7.06 2.93l-28.6 28.91c-1.42 1.44-3.88.43-3.88-1.59V1.25c0-.63-.51-1.13-1.13-1.13h-19c-.63 0-1.15.51-1.15 1.15v62.72c0 .63.51 1.13 1.13 1.13h19.14a2.5 2.5 0 0 0 1.72-.73ZM439.54 49.4c-.08-2.16-2.9-2.16-2.9-2.16s-8.23.04-17.06.06h-20.26c-2 0-3.62-1.62-3.62-3.62V2.84c0-1.83-1.58-2.7-2.14-2.74-.07 0-.56-.06-.62-.06-1.23 0-13.92-.03-16.68 0-2.73.03-2.62 2.49-2.59 2.77v.06c0 .45 0 5.26.02 11.82v32.6h-.03v6.89c0 .75.3 1.47.83 2l8.01 8.03c.53.53 1.25.83 2 .83h33.95v.02c9.95 0 18.27 0 18.89-.04 1.36-.07 2.11-1.68 2.17-2.19.05-.38.04-1.4.04-1.49 0-1.23.07-9.92 0-11.94Z\" data-name=\"Layer 1\"/></svg>',withExternalLayout:true,...addPropertyOverrides({HhonpsG52:{fill:'var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113)) /* {\"name\":\"Blue\"} */'},HySc9HpWQ:{fill:'var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113)) /* {\"name\":\"Blue\"} */'}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1v93kuz\",\"data-framer-name\":\"Logo-White\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JDtuTNs3P\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 190 45\"><path d=\"M 2.492 44.563 C 1.753 44.321 1.17 43.992 0.751 43.568 C 0.332 43.144 0.121 42.672 0.121 42.149 L 1.922 42.149 C 1.922 42.404 2.055 42.633 2.327 42.837 C 2.6 43.04 2.971 43.2 3.446 43.313 C 3.921 43.425 4.452 43.481 5.039 43.481 C 5.553 43.481 6.011 43.434 6.417 43.343 C 6.823 43.248 7.142 43.118 7.371 42.953 C 7.6 42.785 7.717 42.594 7.717 42.382 C 7.717 42.17 7.596 42.01 7.354 41.885 C 7.112 41.759 6.805 41.664 6.434 41.595 C 6.063 41.525 5.549 41.448 4.888 41.361 C 3.93 41.236 3.139 41.101 2.526 40.967 C 1.913 40.833 1.382 40.608 0.937 40.297 C 0.492 39.985 0.272 39.561 0.272 39.02 C 0.272 38.527 0.479 38.09 0.898 37.718 C 1.313 37.346 1.874 37.056 2.578 36.857 C 3.282 36.658 4.05 36.558 4.892 36.558 C 5.735 36.558 6.538 36.675 7.207 36.904 C 7.876 37.134 8.395 37.45 8.766 37.856 C 9.137 38.259 9.319 38.717 9.319 39.224 L 7.518 39.224 C 7.518 38.999 7.397 38.791 7.16 38.613 C 6.918 38.432 6.585 38.293 6.162 38.194 C 5.735 38.094 5.26 38.042 4.733 38.042 C 4.206 38.042 3.783 38.086 3.39 38.172 C 2.992 38.259 2.682 38.38 2.457 38.536 C 2.228 38.691 2.116 38.869 2.116 39.063 C 2.116 39.258 2.232 39.41 2.466 39.522 C 2.699 39.635 2.988 39.721 3.334 39.782 C 3.679 39.842 4.184 39.912 4.845 39.994 C 5.817 40.106 6.62 40.232 7.255 40.37 C 7.889 40.509 8.429 40.734 8.882 41.05 C 9.336 41.365 9.56 41.802 9.56 42.356 C 9.56 42.85 9.362 43.295 8.96 43.689 C 8.559 44.083 8.01 44.39 7.315 44.606 C 6.62 44.823 5.842 44.931 4.992 44.931 C 4.063 44.931 3.234 44.81 2.492 44.572 Z M 15.779 36.727 L 24.156 36.727 L 24.156 38.129 L 17.558 38.129 L 17.558 40.05 L 23.655 40.05 L 23.655 41.404 L 17.558 41.404 L 17.558 43.338 L 24.156 43.338 L 24.156 44.74 L 15.779 44.74 Z M 30.551 36.727 L 33.371 36.727 L 35.988 43.209 L 38.605 36.727 L 41.424 36.727 L 41.424 44.74 L 39.706 44.74 L 39.706 38.302 L 37.067 44.74 L 34.908 44.74 L 32.27 38.302 L 32.27 44.74 L 30.551 44.74 Z M 48.027 36.727 L 49.806 36.727 L 49.806 44.74 L 48.027 44.74 Z M 64.397 40.076 L 68.093 40.076 L 68.093 41.638 L 64.397 41.638 Z M 85.228 38.25 L 81.691 38.25 L 81.691 36.727 L 90.548 36.727 L 90.548 38.25 L 87.011 38.25 L 87.011 44.74 L 85.232 44.74 L 85.232 38.25 Z M 96.447 36.718 L 102.583 36.718 C 103.114 36.718 103.602 36.826 104.038 37.043 C 104.474 37.259 104.815 37.558 105.066 37.934 C 105.316 38.311 105.441 38.735 105.441 39.202 C 105.441 39.769 105.264 40.262 104.906 40.686 C 104.547 41.106 104.081 41.391 103.502 41.538 L 105.722 44.732 L 103.662 44.732 L 101.542 41.625 L 98.221 41.625 L 98.221 44.732 L 96.442 44.732 L 96.442 36.718 Z M 102.522 40.253 C 102.85 40.253 103.122 40.15 103.338 39.938 C 103.554 39.725 103.662 39.466 103.662 39.15 C 103.662 38.834 103.546 38.588 103.308 38.388 C 103.071 38.189 102.777 38.09 102.423 38.09 L 98.226 38.09 L 98.226 40.253 Z M 115.675 36.727 L 118.124 36.727 L 122.563 44.74 L 120.615 44.74 L 119.475 42.668 L 114.32 42.668 L 113.18 44.74 L 111.241 44.74 L 115.68 36.727 Z M 118.646 41.145 L 116.898 37.96 L 115.149 41.145 Z M 128.462 36.727 L 130.241 36.727 L 130.241 44.74 L 128.462 44.74 Z M 136.839 36.727 L 138.618 36.727 L 138.618 43.217 L 144.594 43.217 L 144.594 44.74 L 136.839 44.74 Z M 150.493 36.727 L 158.87 36.727 L 158.87 38.129 L 152.272 38.129 L 152.272 40.05 L 158.369 40.05 L 158.369 41.404 L 152.272 41.404 L 152.272 43.338 L 158.87 43.338 L 158.87 44.74 L 150.493 44.74 Z M 165.265 36.718 L 171.402 36.718 C 171.933 36.718 172.421 36.826 172.857 37.043 C 173.293 37.259 173.634 37.558 173.885 37.934 C 174.135 38.311 174.26 38.735 174.26 39.202 C 174.26 39.769 174.083 40.262 173.725 40.686 C 173.366 41.106 172.9 41.391 172.321 41.538 L 174.541 44.732 L 172.481 44.732 L 170.361 41.625 L 167.04 41.625 L 167.04 44.732 L 165.261 44.732 L 165.261 36.718 Z M 171.345 40.253 C 171.674 40.253 171.946 40.15 172.162 39.938 C 172.377 39.725 172.485 39.466 172.485 39.15 C 172.485 38.834 172.369 38.588 172.131 38.388 C 171.894 38.189 171.6 38.09 171.246 38.09 L 167.049 38.09 L 167.049 40.253 Z M 182.75 44.563 C 182.011 44.321 181.428 43.992 181.01 43.568 C 180.591 43.144 180.379 42.672 180.379 42.149 L 182.18 42.149 C 182.18 42.404 182.314 42.633 182.586 42.837 C 182.858 43.04 183.229 43.2 183.704 43.313 C 184.179 43.425 184.71 43.481 185.297 43.481 C 185.811 43.481 186.269 43.434 186.675 43.343 C 187.081 43.248 187.4 43.118 187.629 42.953 C 187.858 42.785 187.975 42.594 187.975 42.382 C 187.975 42.17 187.854 42.01 187.612 41.885 C 187.37 41.759 187.064 41.664 186.692 41.595 C 186.321 41.525 185.807 41.448 185.146 41.361 C 184.188 41.236 183.397 41.101 182.784 40.967 C 182.167 40.829 181.64 40.608 181.195 40.297 C 180.75 39.985 180.53 39.561 180.53 39.02 C 180.53 38.527 180.737 38.09 181.156 37.718 C 181.571 37.346 182.132 37.056 182.836 36.857 C 183.54 36.658 184.309 36.558 185.151 36.558 C 185.993 36.558 186.796 36.675 187.465 36.904 C 188.135 37.134 188.657 37.45 189.024 37.856 C 189.395 38.259 189.577 38.717 189.577 39.224 L 187.776 39.224 C 187.776 38.999 187.655 38.791 187.418 38.613 C 187.18 38.436 186.843 38.293 186.416 38.194 C 185.988 38.094 185.513 38.042 184.987 38.042 C 184.46 38.042 184.037 38.086 183.644 38.172 C 183.251 38.259 182.935 38.38 182.711 38.536 C 182.486 38.691 182.37 38.869 182.37 39.063 C 182.37 39.258 182.486 39.41 182.72 39.522 C 182.953 39.635 183.242 39.721 183.587 39.782 C 183.933 39.842 184.438 39.912 185.099 39.994 C 186.07 40.106 186.874 40.232 187.508 40.37 C 188.143 40.509 188.683 40.734 189.136 41.05 C 189.59 41.365 189.814 41.802 189.814 42.356 C 189.814 42.85 189.616 43.295 189.214 43.689 C 188.812 44.083 188.264 44.39 187.569 44.606 C 186.874 44.823 186.096 44.931 185.246 44.931 C 184.317 44.931 183.488 44.81 182.745 44.572 Z M 42.651 0.563 C 42.651 0.035 42.288 0.052 42.21 0.061 L 30.175 0.061 C 27.148 0.061 24.652 2.592 24.652 2.592 C 24.657 2.596 0.518 27.082 0.164 27.45 C -0.082 27.71 -0.013 27.935 0.117 28.073 C 0.173 28.134 0.345 28.186 0.423 28.186 C 1.546 28.186 10.791 28.199 11.802 28.186 C 12.782 28.177 13.024 27.861 13.093 27.805 L 13.231 27.671 C 13.784 27.108 30.512 10.112 31.57 8.991 C 32.507 8 33.185 9 33.358 9.338 C 33.405 9.433 33.453 9.679 33.453 9.736 L 33.453 19.917 C 33.453 20.302 33.198 20.393 33.082 20.397 L 32.969 20.397 C 32.399 20.397 26.971 20.397 26.013 20.436 C 25.002 20.475 24.26 21.284 24.26 21.284 C 24.26 21.284 18.443 27.1 18.098 27.428 C 17.86 27.653 17.907 27.904 18.02 28.06 C 18.076 28.142 18.24 28.186 18.335 28.186 C 20.257 28.186 41.826 28.16 42.245 28.186 C 42.681 28.212 42.651 27.718 42.651 27.718 Z M 138.139 2.549 C 138.139 2.549 135.647 0.022 132.616 0.022 L 120.538 0.022 C 120.46 0.022 120.14 -0.009 120.14 0.519 L 120.14 27.675 C 120.14 27.675 120.106 28.164 120.546 28.142 C 120.965 28.121 142.53 28.142 144.456 28.142 C 144.551 28.142 144.728 28.099 144.784 28.017 C 144.897 27.857 144.948 27.593 144.694 27.381 C 144.331 27.078 138.532 21.237 138.532 21.237 C 138.532 21.237 137.789 20.427 136.778 20.388 C 135.82 20.354 130.392 20.354 129.822 20.35 C 129.792 20.35 129.679 20.345 129.649 20.341 C 129.537 20.328 129.338 20.246 129.334 19.869 L 129.334 9.688 C 129.334 9.627 129.407 9.385 129.433 9.333 C 129.61 8.991 130.284 7.949 131.221 8.939 C 132.279 10.06 149.007 27.056 149.56 27.619 C 149.569 27.627 149.819 27.87 149.828 27.874 C 149.962 27.956 150.009 28.125 150.99 28.138 C 152 28.151 161.25 28.138 162.368 28.138 C 162.446 28.138 162.592 28.103 162.649 28.047 C 162.778 27.913 162.886 27.649 162.627 27.407 C 162.26 27.061 138.134 2.553 138.134 2.553 Z M 55.601 27.857 L 64.082 19.242 C 64.272 19.047 64.583 19.047 64.777 19.242 L 73.111 27.554 C 73.453 27.895 73.915 28.088 74.398 28.09 L 85.621 28.168 C 86.113 28.168 86.584 27.978 86.929 27.632 L 98.187 16.356 C 101.801 12.678 105.048 9.42 105.493 8.948 C 106.43 7.957 107.13 8.965 107.302 9.303 C 107.328 9.355 107.376 9.636 107.376 9.692 L 107.376 19.874 C 107.376 20.285 107.199 20.354 107.087 20.35 L 106.888 20.35 C 106.318 20.35 100.89 20.35 99.931 20.388 C 98.921 20.427 98.178 21.237 98.178 21.237 C 98.178 21.237 92.387 27.087 92.016 27.381 C 91.766 27.58 91.9 27.852 92.012 28.013 C 92.068 28.095 92.159 28.142 92.254 28.142 C 94.175 28.142 115.745 28.116 116.163 28.142 C 116.6 28.168 116.569 27.675 116.569 27.675 L 116.569 0.524 C 116.569 -0.004 116.263 0.026 116.181 0.026 L 104.094 0.026 C 101.067 0.026 98.575 2.557 98.575 2.557 C 98.575 2.557 96.006 5.171 92.53 8.697 L 92.517 8.688 L 90.561 10.7 C 90.172 11.094 89.779 11.492 89.382 11.899 L 89.391 11.899 L 80.202 21.349 C 80.012 21.544 79.701 21.548 79.506 21.353 L 70.995 12.92 C 70.805 12.73 70.801 12.418 70.995 12.228 L 82.201 0.839 C 82.507 0.528 82.287 0.004 81.851 0.004 L 72.368 0.004 C 71.224 0.001 70.125 0.457 69.32 1.272 L 56.97 13.781 C 56.357 14.404 55.294 13.967 55.294 13.093 L 55.294 0.541 C 55.294 0.268 55.074 0.052 54.806 0.052 L 46.602 0.052 C 46.33 0.052 46.105 0.273 46.105 0.55 L 46.105 27.688 C 46.105 27.961 46.325 28.177 46.593 28.177 L 54.858 28.177 C 55.137 28.172 55.403 28.059 55.601 27.861 Z M 189.801 21.375 C 189.767 20.44 188.549 20.44 188.549 20.44 C 188.549 20.44 184.995 20.458 181.182 20.466 L 172.434 20.466 C 171.57 20.466 170.87 19.765 170.87 18.9 L 170.87 1.229 C 170.87 0.437 170.188 0.061 169.946 0.043 C 169.916 0.043 169.705 0.017 169.679 0.017 C 169.147 0.017 163.668 0.004 162.476 0.017 C 161.297 0.03 161.345 1.095 161.357 1.216 L 161.357 1.242 C 161.357 1.437 161.357 3.518 161.366 6.356 L 161.366 20.462 L 161.353 20.462 L 161.353 23.443 C 161.353 23.768 161.483 24.079 161.712 24.309 L 165.17 27.783 C 165.399 28.013 165.71 28.142 166.034 28.142 L 180.694 28.142 L 180.694 28.151 C 184.991 28.151 188.584 28.151 188.851 28.134 C 189.439 28.103 189.762 27.407 189.788 27.186 C 189.81 27.022 189.806 26.58 189.806 26.541 C 189.806 26.009 189.836 22.249 189.806 21.375 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12425744266,withExternalLayout:true,...addPropertyOverrides({hyhDA6It4:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 33\"><path d=\"M 1.836 32.68 C 1.292 32.502 0.862 32.261 0.554 31.95 C 0.245 31.639 0.089 31.293 0.089 30.909 L 1.416 30.909 C 1.416 31.096 1.515 31.264 1.715 31.413 C 1.915 31.563 2.189 31.68 2.539 31.763 C 2.889 31.845 3.28 31.886 3.713 31.886 C 4.092 31.886 4.429 31.851 4.728 31.785 C 5.027 31.715 5.263 31.62 5.431 31.499 C 5.6 31.375 5.686 31.236 5.686 31.08 C 5.686 30.925 5.597 30.807 5.419 30.715 C 5.24 30.623 5.015 30.554 4.741 30.503 C 4.467 30.452 4.089 30.395 3.602 30.331 C 2.895 30.239 2.313 30.141 1.861 30.043 C 1.41 29.944 1.018 29.779 0.69 29.551 C 0.363 29.322 0.2 29.011 0.2 28.615 C 0.2 28.253 0.353 27.933 0.662 27.66 C 0.967 27.387 1.381 27.174 1.9 27.028 C 2.418 26.882 2.985 26.809 3.605 26.809 C 4.225 26.809 4.817 26.895 5.31 27.063 C 5.804 27.231 6.185 27.463 6.459 27.761 C 6.733 28.056 6.866 28.393 6.866 28.764 L 5.54 28.764 C 5.54 28.599 5.45 28.447 5.275 28.317 C 5.097 28.183 4.852 28.082 4.54 28.009 C 4.225 27.936 3.875 27.898 3.487 27.898 C 3.099 27.898 2.787 27.929 2.498 27.993 C 2.205 28.056 1.976 28.145 1.81 28.259 C 1.642 28.374 1.559 28.504 1.559 28.647 C 1.559 28.789 1.645 28.9 1.817 28.983 C 1.989 29.065 2.202 29.129 2.456 29.173 C 2.711 29.218 3.083 29.268 3.57 29.329 C 4.286 29.411 4.878 29.503 5.345 29.605 C 5.813 29.706 6.211 29.871 6.545 30.103 C 6.879 30.335 7.045 30.655 7.045 31.061 C 7.045 31.423 6.898 31.75 6.602 32.039 C 6.306 32.327 5.902 32.553 5.39 32.711 C 4.878 32.87 4.305 32.949 3.678 32.949 C 2.994 32.949 2.383 32.86 1.836 32.686 Z M 11.626 26.933 L 17.799 26.933 L 17.799 27.961 L 12.937 27.961 L 12.937 29.37 L 17.43 29.37 L 17.43 30.363 L 12.937 30.363 L 12.937 31.782 L 17.799 31.782 L 17.799 32.81 L 11.626 32.81 Z M 22.511 26.933 L 24.589 26.933 L 26.517 31.686 L 28.445 26.933 L 30.523 26.933 L 30.523 32.81 L 29.257 32.81 L 29.257 28.088 L 27.313 32.81 L 25.722 32.81 L 23.778 28.088 L 23.778 32.81 L 22.511 32.81 Z M 35.388 26.933 L 36.699 26.933 L 36.699 32.81 L 35.388 32.81 Z M 47.45 29.389 L 50.174 29.389 L 50.174 30.535 L 47.45 30.535 Z M 62.8 28.05 L 60.194 28.05 L 60.194 26.933 L 66.72 26.933 L 66.72 28.05 L 64.114 28.05 L 64.114 32.81 L 62.803 32.81 L 62.803 28.05 Z M 71.066 26.927 L 75.587 26.927 C 75.979 26.927 76.338 27.006 76.66 27.165 C 76.981 27.323 77.232 27.542 77.417 27.818 C 77.601 28.094 77.694 28.405 77.694 28.748 C 77.694 29.164 77.563 29.525 77.299 29.836 C 77.035 30.144 76.691 30.354 76.265 30.462 L 77.9 32.803 L 76.383 32.803 L 74.82 30.525 L 72.374 30.525 L 72.374 32.803 L 71.063 32.803 L 71.063 26.927 Z M 75.543 29.519 C 75.785 29.519 75.985 29.443 76.144 29.288 C 76.303 29.132 76.383 28.942 76.383 28.71 C 76.383 28.478 76.297 28.298 76.122 28.152 C 75.947 28.006 75.73 27.933 75.47 27.933 L 72.377 27.933 L 72.377 29.519 Z M 85.235 26.933 L 87.039 26.933 L 90.31 32.81 L 88.875 32.81 L 88.035 31.29 L 84.235 31.29 L 83.395 32.81 L 81.967 32.81 L 85.238 26.933 Z M 87.424 30.173 L 86.135 27.837 L 84.846 30.173 Z M 94.656 26.933 L 95.967 26.933 L 95.967 32.81 L 94.656 32.81 Z M 100.829 26.933 L 102.14 26.933 L 102.14 31.693 L 106.543 31.693 L 106.543 32.81 L 100.829 32.81 Z M 110.89 26.933 L 117.062 26.933 L 117.062 27.961 L 112.2 27.961 L 112.2 29.37 L 116.693 29.37 L 116.693 30.363 L 112.2 30.363 L 112.2 31.782 L 117.062 31.782 L 117.062 32.81 L 110.89 32.81 Z M 121.775 26.927 L 126.296 26.927 C 126.687 26.927 127.047 27.006 127.368 27.165 C 127.69 27.323 127.941 27.542 128.125 27.818 C 128.31 28.094 128.402 28.405 128.402 28.748 C 128.402 29.164 128.272 29.525 128.008 29.836 C 127.744 30.144 127.4 30.354 126.974 30.462 L 128.609 32.803 L 127.091 32.803 L 125.529 30.525 L 123.082 30.525 L 123.082 32.803 L 121.771 32.803 L 121.771 26.927 Z M 126.255 29.519 C 126.496 29.519 126.697 29.443 126.856 29.288 C 127.015 29.132 127.095 28.942 127.095 28.71 C 127.095 28.478 127.009 28.298 126.834 28.152 C 126.659 28.006 126.442 27.933 126.181 27.933 L 123.089 27.933 L 123.089 29.519 Z M 134.658 32.68 C 134.114 32.502 133.684 32.261 133.375 31.95 C 133.067 31.639 132.911 31.293 132.911 30.909 L 134.238 30.909 C 134.238 31.096 134.336 31.264 134.537 31.413 C 134.737 31.563 135.011 31.68 135.361 31.763 C 135.711 31.845 136.102 31.886 136.535 31.886 C 136.914 31.886 137.251 31.851 137.55 31.785 C 137.849 31.715 138.085 31.62 138.253 31.499 C 138.422 31.375 138.508 31.236 138.508 31.08 C 138.508 30.925 138.419 30.807 138.24 30.715 C 138.062 30.623 137.836 30.554 137.563 30.503 C 137.289 30.452 136.91 30.395 136.424 30.331 C 135.717 30.239 135.135 30.141 134.683 30.043 C 134.228 29.941 133.84 29.779 133.512 29.551 C 133.185 29.322 133.022 29.011 133.022 28.615 C 133.022 28.253 133.175 27.933 133.484 27.66 C 133.789 27.387 134.203 27.174 134.721 27.028 C 135.24 26.882 135.806 26.809 136.427 26.809 C 137.047 26.809 137.639 26.895 138.132 27.063 C 138.625 27.231 139.01 27.463 139.281 27.761 C 139.555 28.056 139.688 28.393 139.688 28.764 L 138.361 28.764 C 138.361 28.599 138.272 28.447 138.097 28.317 C 137.922 28.186 137.674 28.082 137.359 28.009 C 137.044 27.936 136.694 27.898 136.306 27.898 C 135.918 27.898 135.606 27.929 135.316 27.993 C 135.027 28.056 134.795 28.145 134.629 28.259 C 134.464 28.374 134.378 28.504 134.378 28.647 C 134.378 28.789 134.464 28.9 134.635 28.983 C 134.807 29.065 135.02 29.129 135.275 29.173 C 135.53 29.218 135.902 29.268 136.389 29.329 C 137.105 29.411 137.696 29.503 138.164 29.605 C 138.632 29.706 139.03 29.871 139.364 30.103 C 139.698 30.335 139.863 30.655 139.863 31.061 C 139.863 31.423 139.717 31.75 139.421 32.039 C 139.125 32.327 138.721 32.553 138.209 32.711 C 137.696 32.87 137.124 32.949 136.497 32.949 C 135.813 32.949 135.202 32.86 134.655 32.686 Z M 31.427 0.413 C 31.427 0.025 31.16 0.038 31.102 0.044 L 22.235 0.044 C 20.004 0.044 18.165 1.901 18.165 1.901 C 18.168 1.904 0.382 19.86 0.121 20.13 C -0.06 20.32 -0.01 20.485 0.086 20.587 C 0.127 20.631 0.255 20.669 0.312 20.669 C 1.139 20.669 7.951 20.679 8.696 20.669 C 9.418 20.663 9.596 20.431 9.647 20.39 L 9.749 20.292 C 10.156 19.879 22.483 7.415 23.262 6.594 C 23.953 5.867 24.452 6.6 24.58 6.848 C 24.615 6.917 24.65 7.098 24.65 7.139 L 24.65 14.606 C 24.65 14.888 24.462 14.955 24.376 14.958 L 24.293 14.958 C 23.873 14.958 19.874 14.958 19.167 14.986 C 18.423 15.015 17.875 15.608 17.875 15.608 C 17.875 15.608 13.59 19.873 13.335 20.114 C 13.16 20.279 13.195 20.463 13.278 20.577 C 13.319 20.638 13.44 20.669 13.51 20.669 C 14.926 20.669 30.819 20.65 31.128 20.669 C 31.449 20.688 31.427 20.327 31.427 20.327 Z M 101.786 1.869 C 101.786 1.869 99.95 0.016 97.717 0.016 L 88.817 0.016 C 88.76 0.016 88.525 -0.006 88.525 0.381 L 88.525 20.295 C 88.525 20.295 88.499 20.654 88.824 20.638 C 89.132 20.622 105.022 20.638 106.441 20.638 C 106.511 20.638 106.642 20.606 106.683 20.546 C 106.766 20.428 106.804 20.235 106.616 20.079 C 106.349 19.857 102.076 15.573 102.076 15.573 C 102.076 15.573 101.529 14.98 100.784 14.952 C 100.078 14.926 96.078 14.926 95.658 14.923 C 95.636 14.923 95.553 14.92 95.531 14.917 C 95.448 14.907 95.302 14.847 95.299 14.571 L 95.299 7.105 C 95.299 7.06 95.353 6.882 95.372 6.844 C 95.502 6.594 95.999 5.829 96.689 6.556 C 97.469 7.377 109.795 19.841 110.202 20.254 C 110.209 20.26 110.393 20.438 110.4 20.441 C 110.498 20.501 110.533 20.625 111.255 20.635 C 112 20.644 118.815 20.635 119.64 20.635 C 119.697 20.635 119.805 20.609 119.846 20.568 C 119.942 20.47 120.021 20.276 119.83 20.098 C 119.56 19.844 101.783 1.872 101.783 1.872 Z M 40.969 20.428 L 47.218 14.111 C 47.358 13.968 47.587 13.968 47.73 14.111 L 53.871 20.206 C 54.123 20.456 54.464 20.598 54.82 20.6 L 63.089 20.657 C 63.452 20.657 63.799 20.517 64.053 20.263 L 72.348 11.994 C 75.011 9.297 77.404 6.908 77.732 6.562 C 78.422 5.835 78.938 6.575 79.065 6.822 C 79.084 6.86 79.119 7.066 79.119 7.108 L 79.119 14.574 C 79.119 14.875 78.989 14.926 78.906 14.923 L 78.76 14.923 C 78.34 14.923 74.34 14.923 73.634 14.952 C 72.889 14.98 72.342 15.573 72.342 15.573 C 72.342 15.573 68.075 19.863 67.801 20.079 C 67.617 20.225 67.715 20.425 67.798 20.543 C 67.84 20.603 67.906 20.638 67.976 20.638 C 69.392 20.638 85.285 20.619 85.594 20.638 C 85.915 20.657 85.893 20.295 85.893 20.295 L 85.893 0.384 C 85.893 -0.003 85.667 0.019 85.607 0.019 L 76.701 0.019 C 74.47 0.019 72.635 1.875 72.635 1.875 C 72.635 1.875 70.741 3.792 68.18 6.378 L 68.17 6.372 L 66.729 7.847 C 66.443 8.136 66.153 8.428 65.86 8.726 L 65.867 8.726 L 59.096 15.656 C 58.956 15.799 58.727 15.802 58.584 15.659 L 52.312 9.475 C 52.172 9.335 52.169 9.107 52.312 8.967 L 60.569 0.616 C 60.795 0.387 60.633 0.003 60.311 0.003 L 53.324 0.003 C 52.481 0 51.671 0.335 51.078 0.933 L 41.978 10.106 C 41.526 10.563 40.743 10.243 40.743 9.602 L 40.743 0.397 C 40.743 0.197 40.581 0.038 40.384 0.038 L 34.338 0.038 C 34.138 0.038 33.972 0.2 33.972 0.403 L 33.972 20.305 C 33.972 20.504 34.135 20.663 34.332 20.663 L 40.422 20.663 C 40.627 20.659 40.824 20.576 40.969 20.431 Z M 139.854 15.675 C 139.828 14.99 138.931 14.99 138.931 14.99 C 138.931 14.99 136.312 15.002 133.503 15.009 L 127.056 15.009 C 126.42 15.009 125.905 14.495 125.905 13.86 L 125.905 0.901 C 125.905 0.32 125.402 0.044 125.224 0.032 C 125.201 0.032 125.045 0.013 125.026 0.013 C 124.635 0.013 120.597 0.003 119.719 0.013 C 118.85 0.022 118.885 0.803 118.895 0.892 L 118.895 0.911 C 118.895 1.053 118.895 2.58 118.901 4.661 L 118.901 15.005 L 118.892 15.005 L 118.892 17.192 C 118.892 17.43 118.987 17.658 119.156 17.826 L 121.705 20.374 C 121.873 20.543 122.102 20.638 122.341 20.638 L 133.143 20.638 L 133.143 20.644 C 136.309 20.644 138.956 20.644 139.154 20.631 C 139.586 20.609 139.825 20.098 139.844 19.936 C 139.86 19.816 139.857 19.492 139.857 19.464 C 139.857 19.073 139.879 16.316 139.857 15.675 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11769553912},JEtZnzGf6:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 33\"><path d=\"M 1.836 32.68 C 1.292 32.502 0.862 32.261 0.554 31.95 C 0.245 31.639 0.089 31.293 0.089 30.909 L 1.416 30.909 C 1.416 31.096 1.515 31.264 1.715 31.413 C 1.915 31.563 2.189 31.68 2.539 31.763 C 2.889 31.845 3.28 31.886 3.713 31.886 C 4.092 31.886 4.429 31.851 4.728 31.785 C 5.027 31.715 5.263 31.62 5.431 31.499 C 5.6 31.375 5.686 31.236 5.686 31.08 C 5.686 30.925 5.597 30.807 5.419 30.715 C 5.24 30.623 5.015 30.554 4.741 30.503 C 4.467 30.452 4.089 30.395 3.602 30.331 C 2.895 30.239 2.313 30.141 1.861 30.043 C 1.41 29.944 1.018 29.779 0.69 29.551 C 0.363 29.322 0.2 29.011 0.2 28.615 C 0.2 28.253 0.353 27.933 0.662 27.66 C 0.967 27.387 1.381 27.174 1.9 27.028 C 2.418 26.882 2.985 26.809 3.605 26.809 C 4.225 26.809 4.817 26.895 5.31 27.063 C 5.804 27.231 6.185 27.463 6.459 27.761 C 6.733 28.056 6.866 28.393 6.866 28.764 L 5.54 28.764 C 5.54 28.599 5.45 28.447 5.275 28.317 C 5.097 28.183 4.852 28.082 4.54 28.009 C 4.225 27.936 3.875 27.898 3.487 27.898 C 3.099 27.898 2.787 27.929 2.498 27.993 C 2.205 28.056 1.976 28.145 1.81 28.259 C 1.642 28.374 1.559 28.504 1.559 28.647 C 1.559 28.789 1.645 28.9 1.817 28.983 C 1.989 29.065 2.202 29.129 2.456 29.173 C 2.711 29.218 3.083 29.268 3.57 29.329 C 4.286 29.411 4.878 29.503 5.345 29.605 C 5.813 29.706 6.211 29.871 6.545 30.103 C 6.879 30.335 7.045 30.655 7.045 31.061 C 7.045 31.423 6.898 31.75 6.602 32.039 C 6.306 32.327 5.902 32.553 5.39 32.711 C 4.878 32.87 4.305 32.949 3.678 32.949 C 2.994 32.949 2.383 32.86 1.836 32.686 Z M 11.626 26.933 L 17.799 26.933 L 17.799 27.961 L 12.937 27.961 L 12.937 29.37 L 17.43 29.37 L 17.43 30.363 L 12.937 30.363 L 12.937 31.782 L 17.799 31.782 L 17.799 32.81 L 11.626 32.81 Z M 22.511 26.933 L 24.589 26.933 L 26.517 31.686 L 28.445 26.933 L 30.523 26.933 L 30.523 32.81 L 29.257 32.81 L 29.257 28.088 L 27.313 32.81 L 25.722 32.81 L 23.778 28.088 L 23.778 32.81 L 22.511 32.81 Z M 35.388 26.933 L 36.699 26.933 L 36.699 32.81 L 35.388 32.81 Z M 47.45 29.389 L 50.174 29.389 L 50.174 30.535 L 47.45 30.535 Z M 62.8 28.05 L 60.194 28.05 L 60.194 26.933 L 66.72 26.933 L 66.72 28.05 L 64.114 28.05 L 64.114 32.81 L 62.803 32.81 L 62.803 28.05 Z M 71.066 26.927 L 75.587 26.927 C 75.979 26.927 76.338 27.006 76.66 27.165 C 76.981 27.323 77.232 27.542 77.417 27.818 C 77.601 28.094 77.694 28.405 77.694 28.748 C 77.694 29.164 77.563 29.525 77.299 29.836 C 77.035 30.144 76.691 30.354 76.265 30.462 L 77.9 32.803 L 76.383 32.803 L 74.82 30.525 L 72.374 30.525 L 72.374 32.803 L 71.063 32.803 L 71.063 26.927 Z M 75.543 29.519 C 75.785 29.519 75.985 29.443 76.144 29.288 C 76.303 29.132 76.383 28.942 76.383 28.71 C 76.383 28.478 76.297 28.298 76.122 28.152 C 75.947 28.006 75.73 27.933 75.47 27.933 L 72.377 27.933 L 72.377 29.519 Z M 85.235 26.933 L 87.039 26.933 L 90.31 32.81 L 88.875 32.81 L 88.035 31.29 L 84.235 31.29 L 83.395 32.81 L 81.967 32.81 L 85.238 26.933 Z M 87.424 30.173 L 86.135 27.837 L 84.846 30.173 Z M 94.656 26.933 L 95.967 26.933 L 95.967 32.81 L 94.656 32.81 Z M 100.829 26.933 L 102.14 26.933 L 102.14 31.693 L 106.543 31.693 L 106.543 32.81 L 100.829 32.81 Z M 110.89 26.933 L 117.062 26.933 L 117.062 27.961 L 112.2 27.961 L 112.2 29.37 L 116.693 29.37 L 116.693 30.363 L 112.2 30.363 L 112.2 31.782 L 117.062 31.782 L 117.062 32.81 L 110.89 32.81 Z M 121.775 26.927 L 126.296 26.927 C 126.687 26.927 127.047 27.006 127.368 27.165 C 127.69 27.323 127.941 27.542 128.125 27.818 C 128.31 28.094 128.402 28.405 128.402 28.748 C 128.402 29.164 128.272 29.525 128.008 29.836 C 127.744 30.144 127.4 30.354 126.974 30.462 L 128.609 32.803 L 127.091 32.803 L 125.529 30.525 L 123.082 30.525 L 123.082 32.803 L 121.771 32.803 L 121.771 26.927 Z M 126.255 29.519 C 126.496 29.519 126.697 29.443 126.856 29.288 C 127.015 29.132 127.095 28.942 127.095 28.71 C 127.095 28.478 127.009 28.298 126.834 28.152 C 126.659 28.006 126.442 27.933 126.181 27.933 L 123.089 27.933 L 123.089 29.519 Z M 134.658 32.68 C 134.114 32.502 133.684 32.261 133.375 31.95 C 133.067 31.639 132.911 31.293 132.911 30.909 L 134.238 30.909 C 134.238 31.096 134.336 31.264 134.537 31.413 C 134.737 31.563 135.011 31.68 135.361 31.763 C 135.711 31.845 136.102 31.886 136.535 31.886 C 136.914 31.886 137.251 31.851 137.55 31.785 C 137.849 31.715 138.085 31.62 138.253 31.499 C 138.422 31.375 138.508 31.236 138.508 31.08 C 138.508 30.925 138.419 30.807 138.24 30.715 C 138.062 30.623 137.836 30.554 137.563 30.503 C 137.289 30.452 136.91 30.395 136.424 30.331 C 135.717 30.239 135.135 30.141 134.683 30.043 C 134.228 29.941 133.84 29.779 133.512 29.551 C 133.185 29.322 133.022 29.011 133.022 28.615 C 133.022 28.253 133.175 27.933 133.484 27.66 C 133.789 27.387 134.203 27.174 134.721 27.028 C 135.24 26.882 135.806 26.809 136.427 26.809 C 137.047 26.809 137.639 26.895 138.132 27.063 C 138.625 27.231 139.01 27.463 139.281 27.761 C 139.555 28.056 139.688 28.393 139.688 28.764 L 138.361 28.764 C 138.361 28.599 138.272 28.447 138.097 28.317 C 137.922 28.186 137.674 28.082 137.359 28.009 C 137.044 27.936 136.694 27.898 136.306 27.898 C 135.918 27.898 135.606 27.929 135.316 27.993 C 135.027 28.056 134.795 28.145 134.629 28.259 C 134.464 28.374 134.378 28.504 134.378 28.647 C 134.378 28.789 134.464 28.9 134.635 28.983 C 134.807 29.065 135.02 29.129 135.275 29.173 C 135.53 29.218 135.902 29.268 136.389 29.329 C 137.105 29.411 137.696 29.503 138.164 29.605 C 138.632 29.706 139.03 29.871 139.364 30.103 C 139.698 30.335 139.863 30.655 139.863 31.061 C 139.863 31.423 139.717 31.75 139.421 32.039 C 139.125 32.327 138.721 32.553 138.209 32.711 C 137.696 32.87 137.124 32.949 136.497 32.949 C 135.813 32.949 135.202 32.86 134.655 32.686 Z M 31.427 0.413 C 31.427 0.025 31.16 0.038 31.102 0.044 L 22.235 0.044 C 20.004 0.044 18.165 1.901 18.165 1.901 C 18.168 1.904 0.382 19.86 0.121 20.13 C -0.06 20.32 -0.01 20.485 0.086 20.587 C 0.127 20.631 0.255 20.669 0.312 20.669 C 1.139 20.669 7.951 20.679 8.696 20.669 C 9.418 20.663 9.596 20.431 9.647 20.39 L 9.749 20.292 C 10.156 19.879 22.483 7.415 23.262 6.594 C 23.953 5.867 24.452 6.6 24.58 6.848 C 24.615 6.917 24.65 7.098 24.65 7.139 L 24.65 14.606 C 24.65 14.888 24.462 14.955 24.376 14.958 L 24.293 14.958 C 23.873 14.958 19.874 14.958 19.167 14.986 C 18.423 15.015 17.875 15.608 17.875 15.608 C 17.875 15.608 13.59 19.873 13.335 20.114 C 13.16 20.279 13.195 20.463 13.278 20.577 C 13.319 20.638 13.44 20.669 13.51 20.669 C 14.926 20.669 30.819 20.65 31.128 20.669 C 31.449 20.688 31.427 20.327 31.427 20.327 Z M 101.786 1.869 C 101.786 1.869 99.95 0.016 97.717 0.016 L 88.817 0.016 C 88.76 0.016 88.525 -0.006 88.525 0.381 L 88.525 20.295 C 88.525 20.295 88.499 20.654 88.824 20.638 C 89.132 20.622 105.022 20.638 106.441 20.638 C 106.511 20.638 106.642 20.606 106.683 20.546 C 106.766 20.428 106.804 20.235 106.616 20.079 C 106.349 19.857 102.076 15.573 102.076 15.573 C 102.076 15.573 101.529 14.98 100.784 14.952 C 100.078 14.926 96.078 14.926 95.658 14.923 C 95.636 14.923 95.553 14.92 95.531 14.917 C 95.448 14.907 95.302 14.847 95.299 14.571 L 95.299 7.105 C 95.299 7.06 95.353 6.882 95.372 6.844 C 95.502 6.594 95.999 5.829 96.689 6.556 C 97.469 7.377 109.795 19.841 110.202 20.254 C 110.209 20.26 110.393 20.438 110.4 20.441 C 110.498 20.501 110.533 20.625 111.255 20.635 C 112 20.644 118.815 20.635 119.64 20.635 C 119.697 20.635 119.805 20.609 119.846 20.568 C 119.942 20.47 120.021 20.276 119.83 20.098 C 119.56 19.844 101.783 1.872 101.783 1.872 Z M 40.969 20.428 L 47.218 14.111 C 47.358 13.968 47.587 13.968 47.73 14.111 L 53.871 20.206 C 54.123 20.456 54.464 20.598 54.82 20.6 L 63.089 20.657 C 63.452 20.657 63.799 20.517 64.053 20.263 L 72.348 11.994 C 75.011 9.297 77.404 6.908 77.732 6.562 C 78.422 5.835 78.938 6.575 79.065 6.822 C 79.084 6.86 79.119 7.066 79.119 7.108 L 79.119 14.574 C 79.119 14.875 78.989 14.926 78.906 14.923 L 78.76 14.923 C 78.34 14.923 74.34 14.923 73.634 14.952 C 72.889 14.98 72.342 15.573 72.342 15.573 C 72.342 15.573 68.075 19.863 67.801 20.079 C 67.617 20.225 67.715 20.425 67.798 20.543 C 67.84 20.603 67.906 20.638 67.976 20.638 C 69.392 20.638 85.285 20.619 85.594 20.638 C 85.915 20.657 85.893 20.295 85.893 20.295 L 85.893 0.384 C 85.893 -0.003 85.667 0.019 85.607 0.019 L 76.701 0.019 C 74.47 0.019 72.635 1.875 72.635 1.875 C 72.635 1.875 70.741 3.792 68.18 6.378 L 68.17 6.372 L 66.729 7.847 C 66.443 8.136 66.153 8.428 65.86 8.726 L 65.867 8.726 L 59.096 15.656 C 58.956 15.799 58.727 15.802 58.584 15.659 L 52.312 9.475 C 52.172 9.335 52.169 9.107 52.312 8.967 L 60.569 0.616 C 60.795 0.387 60.633 0.003 60.311 0.003 L 53.324 0.003 C 52.481 0 51.671 0.335 51.078 0.933 L 41.978 10.106 C 41.526 10.563 40.743 10.243 40.743 9.602 L 40.743 0.397 C 40.743 0.197 40.581 0.038 40.384 0.038 L 34.338 0.038 C 34.138 0.038 33.972 0.2 33.972 0.403 L 33.972 20.305 C 33.972 20.504 34.135 20.663 34.332 20.663 L 40.422 20.663 C 40.627 20.659 40.824 20.576 40.969 20.431 Z M 139.854 15.675 C 139.828 14.99 138.931 14.99 138.931 14.99 C 138.931 14.99 136.312 15.002 133.503 15.009 L 127.056 15.009 C 126.42 15.009 125.905 14.495 125.905 13.86 L 125.905 0.901 C 125.905 0.32 125.402 0.044 125.224 0.032 C 125.201 0.032 125.045 0.013 125.026 0.013 C 124.635 0.013 120.597 0.003 119.719 0.013 C 118.85 0.022 118.885 0.803 118.895 0.892 L 118.895 0.911 C 118.895 1.053 118.895 2.58 118.901 4.661 L 118.901 15.005 L 118.892 15.005 L 118.892 17.192 C 118.892 17.43 118.987 17.658 119.156 17.826 L 121.705 20.374 C 121.873 20.543 122.102 20.638 122.341 20.638 L 133.143 20.638 L 133.143 20.644 C 136.309 20.644 138.956 20.644 139.154 20.631 C 139.586 20.609 139.825 20.098 139.844 19.936 C 139.86 19.816 139.857 19.492 139.857 19.464 C 139.857 19.073 139.879 16.316 139.857 15.675 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11769553912},K_PeTCBMe:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 33\"><path d=\"M 1.836 32.679 C 1.292 32.502 0.862 32.261 0.554 31.95 C 0.245 31.639 0.089 31.293 0.089 30.909 L 1.416 30.909 C 1.416 31.096 1.515 31.264 1.715 31.413 C 1.915 31.563 2.189 31.68 2.539 31.762 C 2.889 31.845 3.28 31.886 3.713 31.886 C 4.092 31.886 4.429 31.851 4.728 31.785 C 5.027 31.715 5.263 31.62 5.431 31.499 C 5.6 31.375 5.686 31.236 5.686 31.08 C 5.686 30.925 5.597 30.807 5.419 30.715 C 5.24 30.623 5.015 30.553 4.741 30.503 C 4.467 30.452 4.089 30.395 3.602 30.331 C 2.895 30.239 2.313 30.141 1.861 30.043 C 1.41 29.944 1.018 29.779 0.69 29.551 C 0.363 29.322 0.2 29.011 0.2 28.615 C 0.2 28.253 0.353 27.933 0.662 27.66 C 0.967 27.387 1.381 27.174 1.9 27.028 C 2.418 26.882 2.985 26.809 3.605 26.809 C 4.225 26.809 4.817 26.895 5.31 27.063 C 5.804 27.231 6.185 27.463 6.459 27.761 C 6.733 28.056 6.866 28.393 6.866 28.764 L 5.54 28.764 C 5.54 28.599 5.45 28.447 5.275 28.316 C 5.097 28.183 4.852 28.082 4.54 28.009 C 4.225 27.936 3.875 27.898 3.487 27.898 C 3.099 27.898 2.787 27.929 2.498 27.993 C 2.205 28.056 1.976 28.145 1.81 28.259 C 1.642 28.374 1.559 28.504 1.559 28.646 C 1.559 28.789 1.645 28.9 1.817 28.983 C 1.989 29.065 2.202 29.129 2.456 29.173 C 2.711 29.218 3.083 29.268 3.57 29.329 C 4.286 29.411 4.878 29.503 5.345 29.605 C 5.813 29.706 6.211 29.871 6.545 30.103 C 6.879 30.335 7.045 30.655 7.045 31.061 C 7.045 31.423 6.898 31.75 6.602 32.038 C 6.306 32.327 5.902 32.553 5.39 32.711 C 4.878 32.87 4.305 32.949 3.678 32.949 C 2.994 32.949 2.383 32.86 1.836 32.686 Z M 11.626 26.933 L 17.799 26.933 L 17.799 27.961 L 12.937 27.961 L 12.937 29.37 L 17.43 29.37 L 17.43 30.363 L 12.937 30.363 L 12.937 31.781 L 17.799 31.781 L 17.799 32.81 L 11.626 32.81 Z M 22.511 26.933 L 24.589 26.933 L 26.517 31.686 L 28.445 26.933 L 30.523 26.933 L 30.523 32.81 L 29.257 32.81 L 29.257 28.088 L 27.313 32.81 L 25.722 32.81 L 23.778 28.088 L 23.778 32.81 L 22.511 32.81 Z M 35.388 26.933 L 36.699 26.933 L 36.699 32.81 L 35.388 32.81 Z M 47.45 29.389 L 50.174 29.389 L 50.174 30.534 L 47.45 30.534 Z M 62.8 28.05 L 60.194 28.05 L 60.194 26.933 L 66.72 26.933 L 66.72 28.05 L 64.114 28.05 L 64.114 32.81 L 62.803 32.81 L 62.803 28.05 Z M 71.066 26.927 L 75.587 26.927 C 75.979 26.927 76.338 27.006 76.66 27.165 C 76.981 27.323 77.232 27.542 77.417 27.818 C 77.601 28.094 77.694 28.405 77.694 28.748 C 77.694 29.164 77.563 29.525 77.299 29.836 C 77.035 30.144 76.691 30.354 76.265 30.461 L 77.9 32.803 L 76.383 32.803 L 74.82 30.525 L 72.374 30.525 L 72.374 32.803 L 71.063 32.803 L 71.063 26.927 Z M 75.543 29.519 C 75.785 29.519 75.985 29.443 76.144 29.287 C 76.303 29.132 76.383 28.942 76.383 28.71 C 76.383 28.478 76.297 28.297 76.122 28.151 C 75.947 28.005 75.73 27.933 75.47 27.933 L 72.377 27.933 L 72.377 29.519 Z M 85.235 26.933 L 87.039 26.933 L 90.31 32.81 L 88.875 32.81 L 88.035 31.29 L 84.235 31.29 L 83.395 32.81 L 81.967 32.81 L 85.238 26.933 Z M 87.424 30.173 L 86.135 27.837 L 84.846 30.173 Z M 94.656 26.933 L 95.967 26.933 L 95.967 32.81 L 94.656 32.81 Z M 100.829 26.933 L 102.14 26.933 L 102.14 31.693 L 106.543 31.693 L 106.543 32.81 L 100.829 32.81 Z M 110.89 26.933 L 117.062 26.933 L 117.062 27.961 L 112.2 27.961 L 112.2 29.37 L 116.693 29.37 L 116.693 30.363 L 112.2 30.363 L 112.2 31.781 L 117.062 31.781 L 117.062 32.81 L 110.89 32.81 Z M 121.775 26.927 L 126.296 26.927 C 126.687 26.927 127.047 27.006 127.368 27.165 C 127.69 27.323 127.941 27.542 128.125 27.818 C 128.31 28.094 128.402 28.405 128.402 28.748 C 128.402 29.164 128.272 29.525 128.008 29.836 C 127.744 30.144 127.4 30.354 126.974 30.461 L 128.609 32.803 L 127.091 32.803 L 125.529 30.525 L 123.082 30.525 L 123.082 32.803 L 121.771 32.803 L 121.771 26.927 Z M 126.255 29.519 C 126.496 29.519 126.697 29.443 126.856 29.287 C 127.015 29.132 127.095 28.942 127.095 28.71 C 127.095 28.478 127.009 28.297 126.834 28.151 C 126.659 28.005 126.442 27.933 126.181 27.933 L 123.089 27.933 L 123.089 29.519 Z M 134.658 32.679 C 134.114 32.502 133.684 32.261 133.375 31.95 C 133.067 31.639 132.911 31.293 132.911 30.909 L 134.238 30.909 C 134.238 31.096 134.336 31.264 134.537 31.413 C 134.737 31.563 135.011 31.68 135.361 31.762 C 135.711 31.845 136.102 31.886 136.535 31.886 C 136.914 31.886 137.251 31.851 137.55 31.785 C 137.849 31.715 138.085 31.62 138.253 31.499 C 138.422 31.375 138.508 31.236 138.508 31.08 C 138.508 30.925 138.419 30.807 138.24 30.715 C 138.062 30.623 137.836 30.553 137.563 30.503 C 137.289 30.452 136.91 30.395 136.424 30.331 C 135.717 30.239 135.135 30.141 134.683 30.043 C 134.228 29.941 133.84 29.779 133.512 29.551 C 133.185 29.322 133.022 29.011 133.022 28.615 C 133.022 28.253 133.175 27.933 133.484 27.66 C 133.789 27.387 134.203 27.174 134.721 27.028 C 135.24 26.882 135.806 26.809 136.427 26.809 C 137.047 26.809 137.639 26.895 138.132 27.063 C 138.625 27.231 139.01 27.463 139.281 27.761 C 139.555 28.056 139.688 28.393 139.688 28.764 L 138.361 28.764 C 138.361 28.599 138.272 28.447 138.097 28.316 C 137.922 28.186 137.674 28.082 137.359 28.009 C 137.044 27.936 136.694 27.898 136.306 27.898 C 135.918 27.898 135.606 27.929 135.316 27.993 C 135.027 28.056 134.795 28.145 134.629 28.259 C 134.464 28.374 134.378 28.504 134.378 28.646 C 134.378 28.789 134.464 28.9 134.635 28.983 C 134.807 29.065 135.02 29.129 135.275 29.173 C 135.53 29.218 135.902 29.268 136.389 29.329 C 137.105 29.411 137.696 29.503 138.164 29.605 C 138.632 29.706 139.03 29.871 139.364 30.103 C 139.698 30.335 139.863 30.655 139.863 31.061 C 139.863 31.423 139.717 31.75 139.421 32.038 C 139.125 32.327 138.721 32.553 138.209 32.711 C 137.696 32.87 137.124 32.949 136.497 32.949 C 135.813 32.949 135.202 32.86 134.655 32.686 Z M 31.427 0.412 C 31.427 0.025 31.16 0.038 31.102 0.044 L 22.235 0.044 C 20.004 0.044 18.165 1.901 18.165 1.901 C 18.168 1.904 0.382 19.86 0.121 20.13 C -0.06 20.32 -0.01 20.485 0.086 20.587 C 0.127 20.631 0.255 20.669 0.312 20.669 C 1.139 20.669 7.951 20.679 8.696 20.669 C 9.418 20.663 9.596 20.431 9.647 20.39 L 9.749 20.292 C 10.156 19.879 22.483 7.415 23.262 6.594 C 23.953 5.867 24.452 6.6 24.58 6.847 C 24.615 6.917 24.65 7.098 24.65 7.139 L 24.65 14.606 C 24.65 14.888 24.462 14.955 24.376 14.958 L 24.293 14.958 C 23.873 14.958 19.874 14.958 19.167 14.986 C 18.423 15.015 17.875 15.608 17.875 15.608 C 17.875 15.608 13.59 19.873 13.335 20.114 C 13.16 20.279 13.195 20.463 13.278 20.577 C 13.319 20.638 13.44 20.669 13.51 20.669 C 14.926 20.669 30.819 20.65 31.128 20.669 C 31.449 20.688 31.427 20.327 31.427 20.327 Z M 101.786 1.869 C 101.786 1.869 99.95 0.016 97.717 0.016 L 88.817 0.016 C 88.76 0.016 88.525 -0.006 88.525 0.381 L 88.525 20.295 C 88.525 20.295 88.499 20.653 88.824 20.638 C 89.132 20.622 105.022 20.638 106.441 20.638 C 106.511 20.638 106.642 20.606 106.683 20.546 C 106.766 20.428 106.804 20.235 106.616 20.079 C 106.349 19.857 102.076 15.573 102.076 15.573 C 102.076 15.573 101.529 14.98 100.784 14.951 C 100.078 14.926 96.078 14.926 95.658 14.923 C 95.636 14.923 95.553 14.92 95.531 14.917 C 95.448 14.907 95.302 14.847 95.299 14.571 L 95.299 7.104 C 95.299 7.06 95.353 6.882 95.372 6.844 C 95.502 6.594 95.999 5.829 96.689 6.555 C 97.469 7.377 109.795 19.841 110.202 20.254 C 110.209 20.26 110.393 20.438 110.4 20.441 C 110.498 20.501 110.533 20.625 111.255 20.634 C 112 20.644 118.815 20.634 119.64 20.634 C 119.697 20.634 119.805 20.609 119.846 20.568 C 119.942 20.469 120.021 20.276 119.83 20.098 C 119.56 19.844 101.783 1.872 101.783 1.872 Z M 40.969 20.428 L 47.218 14.111 C 47.358 13.968 47.587 13.968 47.73 14.111 L 53.871 20.206 C 54.123 20.456 54.464 20.597 54.82 20.6 L 63.089 20.657 C 63.452 20.657 63.799 20.517 64.053 20.263 L 72.348 11.994 C 75.011 9.297 77.404 6.908 77.732 6.562 C 78.422 5.835 78.938 6.575 79.065 6.822 C 79.084 6.86 79.119 7.066 79.119 7.108 L 79.119 14.574 C 79.119 14.875 78.989 14.926 78.906 14.923 L 78.76 14.923 C 78.34 14.923 74.34 14.923 73.634 14.951 C 72.889 14.98 72.342 15.573 72.342 15.573 C 72.342 15.573 68.075 19.863 67.801 20.079 C 67.617 20.225 67.715 20.425 67.798 20.542 C 67.84 20.603 67.906 20.638 67.976 20.638 C 69.392 20.638 85.285 20.619 85.594 20.638 C 85.915 20.657 85.893 20.295 85.893 20.295 L 85.893 0.384 C 85.893 -0.003 85.667 0.019 85.607 0.019 L 76.701 0.019 C 74.47 0.019 72.635 1.875 72.635 1.875 C 72.635 1.875 70.741 3.792 68.18 6.378 L 68.17 6.371 L 66.729 7.847 C 66.443 8.136 66.153 8.428 65.86 8.726 L 65.867 8.726 L 59.096 15.656 C 58.956 15.799 58.727 15.802 58.584 15.659 L 52.312 9.475 C 52.172 9.335 52.169 9.107 52.312 8.967 L 60.569 0.615 C 60.795 0.387 60.633 0.003 60.311 0.003 L 53.324 0.003 C 52.481 0 51.671 0.335 51.078 0.933 L 41.978 10.106 C 41.526 10.563 40.743 10.243 40.743 9.602 L 40.743 0.397 C 40.743 0.197 40.581 0.038 40.384 0.038 L 34.338 0.038 C 34.138 0.038 33.972 0.2 33.972 0.403 L 33.972 20.304 C 33.972 20.504 34.135 20.663 34.332 20.663 L 40.422 20.663 C 40.627 20.659 40.824 20.576 40.969 20.431 Z M 139.854 15.675 C 139.828 14.99 138.931 14.99 138.931 14.99 C 138.931 14.99 136.312 15.002 133.503 15.009 L 127.056 15.009 C 126.42 15.009 125.905 14.495 125.905 13.86 L 125.905 0.901 C 125.905 0.32 125.402 0.044 125.224 0.032 C 125.201 0.032 125.045 0.013 125.026 0.013 C 124.635 0.013 120.597 0.003 119.719 0.013 C 118.85 0.022 118.885 0.803 118.895 0.892 L 118.895 0.911 C 118.895 1.053 118.895 2.58 118.901 4.661 L 118.901 15.005 L 118.892 15.005 L 118.892 17.192 C 118.892 17.43 118.987 17.658 119.156 17.826 L 121.705 20.374 C 121.873 20.542 122.102 20.638 122.341 20.638 L 133.143 20.638 L 133.143 20.644 C 136.309 20.644 138.956 20.644 139.154 20.631 C 139.586 20.609 139.825 20.098 139.844 19.936 C 139.86 19.816 139.857 19.492 139.857 19.464 C 139.857 19.073 139.879 16.316 139.857 15.675 Z\" fill=\"var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113)) /* {&quot;name&quot;:&quot;Blue&quot;} */\"></path></svg>',svgContentId:12674207911},Kn7G6ntZo:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 33\"><path d=\"M 1.836 32.68 C 1.292 32.502 0.862 32.261 0.554 31.95 C 0.245 31.639 0.089 31.293 0.089 30.909 L 1.416 30.909 C 1.416 31.096 1.515 31.264 1.715 31.413 C 1.915 31.563 2.189 31.68 2.539 31.763 C 2.889 31.845 3.28 31.886 3.713 31.886 C 4.092 31.886 4.429 31.851 4.728 31.785 C 5.027 31.715 5.263 31.62 5.431 31.499 C 5.6 31.375 5.686 31.236 5.686 31.08 C 5.686 30.925 5.597 30.807 5.419 30.715 C 5.24 30.623 5.015 30.554 4.741 30.503 C 4.467 30.452 4.089 30.395 3.602 30.331 C 2.895 30.239 2.313 30.141 1.861 30.043 C 1.41 29.944 1.018 29.779 0.69 29.551 C 0.363 29.322 0.2 29.011 0.2 28.615 C 0.2 28.253 0.353 27.933 0.662 27.66 C 0.967 27.387 1.381 27.174 1.9 27.028 C 2.418 26.882 2.985 26.809 3.605 26.809 C 4.225 26.809 4.817 26.895 5.31 27.063 C 5.804 27.231 6.185 27.463 6.459 27.761 C 6.733 28.056 6.866 28.393 6.866 28.764 L 5.54 28.764 C 5.54 28.599 5.45 28.447 5.275 28.317 C 5.097 28.183 4.852 28.082 4.54 28.009 C 4.225 27.936 3.875 27.898 3.487 27.898 C 3.099 27.898 2.787 27.929 2.498 27.993 C 2.205 28.056 1.976 28.145 1.81 28.259 C 1.642 28.374 1.559 28.504 1.559 28.647 C 1.559 28.789 1.645 28.9 1.817 28.983 C 1.989 29.065 2.202 29.129 2.456 29.173 C 2.711 29.218 3.083 29.268 3.57 29.329 C 4.286 29.411 4.878 29.503 5.345 29.605 C 5.813 29.706 6.211 29.871 6.545 30.103 C 6.879 30.335 7.045 30.655 7.045 31.061 C 7.045 31.423 6.898 31.75 6.602 32.039 C 6.306 32.327 5.902 32.553 5.39 32.711 C 4.878 32.87 4.305 32.949 3.678 32.949 C 2.994 32.949 2.383 32.86 1.836 32.686 Z M 11.626 26.933 L 17.799 26.933 L 17.799 27.961 L 12.937 27.961 L 12.937 29.37 L 17.43 29.37 L 17.43 30.363 L 12.937 30.363 L 12.937 31.782 L 17.799 31.782 L 17.799 32.81 L 11.626 32.81 Z M 22.511 26.933 L 24.589 26.933 L 26.517 31.686 L 28.445 26.933 L 30.523 26.933 L 30.523 32.81 L 29.257 32.81 L 29.257 28.088 L 27.313 32.81 L 25.722 32.81 L 23.778 28.088 L 23.778 32.81 L 22.511 32.81 Z M 35.388 26.933 L 36.699 26.933 L 36.699 32.81 L 35.388 32.81 Z M 47.45 29.389 L 50.174 29.389 L 50.174 30.535 L 47.45 30.535 Z M 62.8 28.05 L 60.194 28.05 L 60.194 26.933 L 66.72 26.933 L 66.72 28.05 L 64.114 28.05 L 64.114 32.81 L 62.803 32.81 L 62.803 28.05 Z M 71.066 26.927 L 75.587 26.927 C 75.979 26.927 76.338 27.006 76.66 27.165 C 76.981 27.323 77.232 27.542 77.417 27.818 C 77.601 28.094 77.694 28.405 77.694 28.748 C 77.694 29.164 77.563 29.525 77.299 29.836 C 77.035 30.144 76.691 30.354 76.265 30.462 L 77.9 32.803 L 76.383 32.803 L 74.82 30.525 L 72.374 30.525 L 72.374 32.803 L 71.063 32.803 L 71.063 26.927 Z M 75.543 29.519 C 75.785 29.519 75.985 29.443 76.144 29.288 C 76.303 29.132 76.383 28.942 76.383 28.71 C 76.383 28.478 76.297 28.298 76.122 28.152 C 75.947 28.006 75.73 27.933 75.47 27.933 L 72.377 27.933 L 72.377 29.519 Z M 85.235 26.933 L 87.039 26.933 L 90.31 32.81 L 88.875 32.81 L 88.035 31.29 L 84.235 31.29 L 83.395 32.81 L 81.967 32.81 L 85.238 26.933 Z M 87.424 30.173 L 86.135 27.837 L 84.846 30.173 Z M 94.656 26.933 L 95.967 26.933 L 95.967 32.81 L 94.656 32.81 Z M 100.829 26.933 L 102.14 26.933 L 102.14 31.693 L 106.543 31.693 L 106.543 32.81 L 100.829 32.81 Z M 110.89 26.933 L 117.062 26.933 L 117.062 27.961 L 112.2 27.961 L 112.2 29.37 L 116.693 29.37 L 116.693 30.363 L 112.2 30.363 L 112.2 31.782 L 117.062 31.782 L 117.062 32.81 L 110.89 32.81 Z M 121.775 26.927 L 126.296 26.927 C 126.687 26.927 127.047 27.006 127.368 27.165 C 127.69 27.323 127.941 27.542 128.125 27.818 C 128.31 28.094 128.402 28.405 128.402 28.748 C 128.402 29.164 128.272 29.525 128.008 29.836 C 127.744 30.144 127.4 30.354 126.974 30.462 L 128.609 32.803 L 127.091 32.803 L 125.529 30.525 L 123.082 30.525 L 123.082 32.803 L 121.771 32.803 L 121.771 26.927 Z M 126.255 29.519 C 126.496 29.519 126.697 29.443 126.856 29.288 C 127.015 29.132 127.095 28.942 127.095 28.71 C 127.095 28.478 127.009 28.298 126.834 28.152 C 126.659 28.006 126.442 27.933 126.181 27.933 L 123.089 27.933 L 123.089 29.519 Z M 134.658 32.68 C 134.114 32.502 133.684 32.261 133.375 31.95 C 133.067 31.639 132.911 31.293 132.911 30.909 L 134.238 30.909 C 134.238 31.096 134.336 31.264 134.537 31.413 C 134.737 31.563 135.011 31.68 135.361 31.763 C 135.711 31.845 136.102 31.886 136.535 31.886 C 136.914 31.886 137.251 31.851 137.55 31.785 C 137.849 31.715 138.085 31.62 138.253 31.499 C 138.422 31.375 138.508 31.236 138.508 31.08 C 138.508 30.925 138.419 30.807 138.24 30.715 C 138.062 30.623 137.836 30.554 137.563 30.503 C 137.289 30.452 136.91 30.395 136.424 30.331 C 135.717 30.239 135.135 30.141 134.683 30.043 C 134.228 29.941 133.84 29.779 133.512 29.551 C 133.185 29.322 133.022 29.011 133.022 28.615 C 133.022 28.253 133.175 27.933 133.484 27.66 C 133.789 27.387 134.203 27.174 134.721 27.028 C 135.24 26.882 135.806 26.809 136.427 26.809 C 137.047 26.809 137.639 26.895 138.132 27.063 C 138.625 27.231 139.01 27.463 139.281 27.761 C 139.555 28.056 139.688 28.393 139.688 28.764 L 138.361 28.764 C 138.361 28.599 138.272 28.447 138.097 28.317 C 137.922 28.186 137.674 28.082 137.359 28.009 C 137.044 27.936 136.694 27.898 136.306 27.898 C 135.918 27.898 135.606 27.929 135.316 27.993 C 135.027 28.056 134.795 28.145 134.629 28.259 C 134.464 28.374 134.378 28.504 134.378 28.647 C 134.378 28.789 134.464 28.9 134.635 28.983 C 134.807 29.065 135.02 29.129 135.275 29.173 C 135.53 29.218 135.902 29.268 136.389 29.329 C 137.105 29.411 137.696 29.503 138.164 29.605 C 138.632 29.706 139.03 29.871 139.364 30.103 C 139.698 30.335 139.863 30.655 139.863 31.061 C 139.863 31.423 139.717 31.75 139.421 32.039 C 139.125 32.327 138.721 32.553 138.209 32.711 C 137.696 32.87 137.124 32.949 136.497 32.949 C 135.813 32.949 135.202 32.86 134.655 32.686 Z M 31.427 0.413 C 31.427 0.025 31.16 0.038 31.102 0.044 L 22.235 0.044 C 20.004 0.044 18.165 1.901 18.165 1.901 C 18.168 1.904 0.382 19.86 0.121 20.13 C -0.06 20.32 -0.01 20.485 0.086 20.587 C 0.127 20.631 0.255 20.669 0.312 20.669 C 1.139 20.669 7.951 20.679 8.696 20.669 C 9.418 20.663 9.596 20.431 9.647 20.39 L 9.749 20.292 C 10.156 19.879 22.483 7.415 23.262 6.594 C 23.953 5.867 24.452 6.6 24.58 6.848 C 24.615 6.917 24.65 7.098 24.65 7.139 L 24.65 14.606 C 24.65 14.888 24.462 14.955 24.376 14.958 L 24.293 14.958 C 23.873 14.958 19.874 14.958 19.167 14.986 C 18.423 15.015 17.875 15.608 17.875 15.608 C 17.875 15.608 13.59 19.873 13.335 20.114 C 13.16 20.279 13.195 20.463 13.278 20.577 C 13.319 20.638 13.44 20.669 13.51 20.669 C 14.926 20.669 30.819 20.65 31.128 20.669 C 31.449 20.688 31.427 20.327 31.427 20.327 Z M 101.786 1.869 C 101.786 1.869 99.95 0.016 97.717 0.016 L 88.817 0.016 C 88.76 0.016 88.525 -0.006 88.525 0.381 L 88.525 20.295 C 88.525 20.295 88.499 20.654 88.824 20.638 C 89.132 20.622 105.022 20.638 106.441 20.638 C 106.511 20.638 106.642 20.606 106.683 20.546 C 106.766 20.428 106.804 20.235 106.616 20.079 C 106.349 19.857 102.076 15.573 102.076 15.573 C 102.076 15.573 101.529 14.98 100.784 14.952 C 100.078 14.926 96.078 14.926 95.658 14.923 C 95.636 14.923 95.553 14.92 95.531 14.917 C 95.448 14.907 95.302 14.847 95.299 14.571 L 95.299 7.105 C 95.299 7.06 95.353 6.882 95.372 6.844 C 95.502 6.594 95.999 5.829 96.689 6.556 C 97.469 7.377 109.795 19.841 110.202 20.254 C 110.209 20.26 110.393 20.438 110.4 20.441 C 110.498 20.501 110.533 20.625 111.255 20.635 C 112 20.644 118.815 20.635 119.64 20.635 C 119.697 20.635 119.805 20.609 119.846 20.568 C 119.942 20.47 120.021 20.276 119.83 20.098 C 119.56 19.844 101.783 1.872 101.783 1.872 Z M 40.969 20.428 L 47.218 14.111 C 47.358 13.968 47.587 13.968 47.73 14.111 L 53.871 20.206 C 54.123 20.456 54.464 20.598 54.82 20.6 L 63.089 20.657 C 63.452 20.657 63.799 20.517 64.053 20.263 L 72.348 11.994 C 75.011 9.297 77.404 6.908 77.732 6.562 C 78.422 5.835 78.938 6.575 79.065 6.822 C 79.084 6.86 79.119 7.066 79.119 7.108 L 79.119 14.574 C 79.119 14.875 78.989 14.926 78.906 14.923 L 78.76 14.923 C 78.34 14.923 74.34 14.923 73.634 14.952 C 72.889 14.98 72.342 15.573 72.342 15.573 C 72.342 15.573 68.075 19.863 67.801 20.079 C 67.617 20.225 67.715 20.425 67.798 20.542 C 67.84 20.603 67.906 20.638 67.976 20.638 C 69.392 20.638 85.285 20.619 85.594 20.638 C 85.915 20.657 85.893 20.295 85.893 20.295 L 85.893 0.384 C 85.893 -0.003 85.667 0.019 85.607 0.019 L 76.701 0.019 C 74.47 0.019 72.635 1.875 72.635 1.875 C 72.635 1.875 70.741 3.792 68.18 6.378 L 68.17 6.372 L 66.729 7.847 C 66.443 8.136 66.153 8.428 65.86 8.726 L 65.867 8.726 L 59.096 15.656 C 58.956 15.799 58.727 15.802 58.584 15.659 L 52.312 9.475 C 52.172 9.335 52.169 9.107 52.312 8.967 L 60.569 0.616 C 60.795 0.387 60.633 0.003 60.311 0.003 L 53.324 0.003 C 52.481 0 51.671 0.335 51.078 0.933 L 41.978 10.106 C 41.526 10.563 40.743 10.243 40.743 9.602 L 40.743 0.397 C 40.743 0.197 40.581 0.038 40.384 0.038 L 34.338 0.038 C 34.138 0.038 33.972 0.2 33.972 0.403 L 33.972 20.305 C 33.972 20.504 34.135 20.663 34.332 20.663 L 40.422 20.663 C 40.627 20.659 40.824 20.576 40.969 20.431 Z M 139.854 15.675 C 139.828 14.99 138.931 14.99 138.931 14.99 C 138.931 14.99 136.312 15.002 133.503 15.009 L 127.056 15.009 C 126.42 15.009 125.905 14.495 125.905 13.86 L 125.905 0.901 C 125.905 0.32 125.402 0.044 125.224 0.032 C 125.201 0.032 125.045 0.013 125.026 0.013 C 124.635 0.013 120.597 0.003 119.719 0.013 C 118.85 0.022 118.885 0.803 118.895 0.892 L 118.895 0.911 C 118.895 1.053 118.895 2.58 118.901 4.661 L 118.901 15.005 L 118.892 15.005 L 118.892 17.192 C 118.892 17.43 118.987 17.658 119.156 17.826 L 121.705 20.374 C 121.873 20.543 122.102 20.638 122.341 20.638 L 133.143 20.638 L 133.143 20.644 C 136.309 20.644 138.956 20.644 139.154 20.631 C 139.586 20.609 139.825 20.098 139.844 19.936 C 139.86 19.816 139.857 19.492 139.857 19.464 C 139.857 19.073 139.879 16.316 139.857 15.675 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10569980158}},baseVariant,gestureVariant)})]})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,y:(componentViewport?.y||0)+30+0+13.5,...addPropertyOverrides({FxbgJKLaA:{y:(componentViewport?.y||0)+-60+13.5},hyhDA6It4:{y:(componentViewport?.y||0)+30+0+7.5},JEtZnzGf6:{y:(componentViewport?.y||0)+30+0+7.5},K_PeTCBMe:{y:(componentViewport?.y||0)+30+0+7.5},Kn7G6ntZo:{y:(componentViewport?.y||0)+30+0+7.5},zUfnx1LRY:{y:(componentViewport?.y||0)+-91+13.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18necfa-container\",layoutDependency:layoutDependency,layoutId:\"CzdRBkcqq-container\",nodeId:\"CzdRBkcqq\",rendersWithMotion:true,scopeId:\"qnbYJo3WJ\",children:/*#__PURE__*/_jsx(MenuButton,{FaDqWtPR9:FaDqWtPR9rp2ujf,height:\"100%\",id:\"CzdRBkcqq\",layoutId:\"CzdRBkcqq\",variant:\"z6LhjgGdR\",width:\"100%\",...addPropertyOverrides({dSenRoGom:{FaDqWtPR9:FaDqWtPR91g2jrp4,variant:\"wJHt7GsO4\"},HhonpsG52:{variant:\"xf64uDOuR\"},hyhDA6It4:{FaDqWtPR9:FaDqWtPR91g2jrp4},HySc9HpWQ:{variant:\"xf64uDOuR\"},JEtZnzGf6:{FaDqWtPR9:FaDqWtPR91g2jrp4},K_PeTCBMe:{FaDqWtPR9:FaDqWtPR91g2jrp4,variant:\"xf64uDOuR\"},Kn7G6ntZo:{FaDqWtPR9:FaDqWtPR91duwcqu,variant:\"p4wGB2Vzb\"},Ym2wZkW7o:{variant:\"wJHt7GsO4\"},zHlt4t4wl:{FaDqWtPR9:FaDqWtPR91mvdp6m,variant:\"p4wGB2Vzb\"},zUfnx1LRY:{FaDqWtPR9:FaDqWtPR91g2jrp4}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vubdql\",\"data-framer-name\":\"Dropdown Menu\",layoutDependency:layoutDependency,layoutId:\"tpkbjfPAv\",style:{backgroundColor:\"var(--token-b6726116-ccb4-4f97-86ef-d15fda669c42, rgb(8, 36, 113))\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h8o7iu\",\"data-framer-name\":\"Top Container\",layoutDependency:layoutDependency,layoutId:\"GY4nmfdj_\",style:{opacity:1},variants:{dSenRoGom:{opacity:0},HhonpsG52:{opacity:1},hyhDA6It4:{opacity:0},HySc9HpWQ:{opacity:1},JEtZnzGf6:{opacity:0},K_PeTCBMe:{opacity:0},Kn7G6ntZo:{opacity:1},or1Gr1xyK:{opacity:1},zUfnx1LRY:{opacity:1}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kijme6\",\"data-framer-name\":\"Left Container\",layoutDependency:layoutDependency,layoutId:\"g3YkEBIlQ\",style:{opacity:0},variants:{Kn7G6ntZo:{opacity:1},zHlt4t4wl:{opacity:1}},children:[/*#__PURE__*/_jsx(Transition,{value:transition4,...addPropertyOverrides({Kn7G6ntZo:{value:transition5},zHlt4t4wl:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined},{href:{webPageId:\"XryLOqHyG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||105)- -125-210-327.6)/1*0)+0+0+0,...addPropertyOverrides({dSenRoGom:{y:(componentViewport?.y||0)+(componentViewport?.height||105)-283.2+120+0+0+0+0+0},FxbgJKLaA:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+0},HhonpsG52:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+0},hyhDA6It4:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+0},HySc9HpWQ:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+0},JEtZnzGf6:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+0},K_PeTCBMe:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+0},Kn7G6ntZo:{y:(componentViewport?.y||0)+0+120+0+0+0+0+0},or1Gr1xyK:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+0},zHlt4t4wl:{y:(componentViewport?.y||0)+0+180+(0+0+((componentViewport?.height||1005)-0-210-477.6)/1*0)+0+0+0},zUfnx1LRY:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1w1lrz1-container\",\"data-framer-appear-id\":\"1w1lrz1\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"gJU2twwlM-container\",nodeId:\"gJU2twwlM\",optimized:true,rendersWithMotion:true,scopeId:\"qnbYJo3WJ\",...addPropertyOverrides({zHlt4t4wl:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationButton,{height:\"100%\",id:\"gJU2twwlM\",layoutId:\"gJU2twwlM\",Mou9UAl90:resolvedLinks[0],style:{height:\"100%\"},width:\"100%\",WULCCTl_J:\"About\",...addPropertyOverrides({dSenRoGom:{Mou9UAl90:resolvedLinks[7]},FxbgJKLaA:{Mou9UAl90:resolvedLinks[2]},HhonpsG52:{Mou9UAl90:resolvedLinks[9]},hyhDA6It4:{Mou9UAl90:resolvedLinks[4]},HySc9HpWQ:{Mou9UAl90:resolvedLinks[10]},JEtZnzGf6:{Mou9UAl90:resolvedLinks[11]},K_PeTCBMe:{Mou9UAl90:resolvedLinks[12]},Kn7G6ntZo:{Mou9UAl90:resolvedLinks[5]},or1Gr1xyK:{Mou9UAl90:resolvedLinks[8]},Ym2wZkW7o:{Mou9UAl90:resolvedLinks[3]},zHlt4t4wl:{Mou9UAl90:resolvedLinks[1]},zUfnx1LRY:{Mou9UAl90:resolvedLinks[6]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition4,...addPropertyOverrides({Kn7G6ntZo:{value:transition7},zHlt4t4wl:{value:transition7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hzFehnVyZ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||105)- -125-210-327.6)/1*0)+0+0+78,...addPropertyOverrides({dSenRoGom:{y:(componentViewport?.y||0)+(componentViewport?.height||105)-283.2+120+0+0+0+0+78},FxbgJKLaA:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+78},HhonpsG52:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+78},hyhDA6It4:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+78},HySc9HpWQ:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+78},JEtZnzGf6:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+78},K_PeTCBMe:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+78},Kn7G6ntZo:{y:(componentViewport?.y||0)+0+120+0+0+0+0+88},or1Gr1xyK:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+78},zHlt4t4wl:{y:(componentViewport?.y||0)+0+180+(0+0+((componentViewport?.height||1005)-0-210-477.6)/1*0)+0+0+108},zUfnx1LRY:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+78}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1i2ek3z-container\",\"data-framer-appear-id\":\"1i2ek3z\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Ry2a6LoJb-container\",nodeId:\"Ry2a6LoJb\",optimized:true,rendersWithMotion:true,scopeId:\"qnbYJo3WJ\",...addPropertyOverrides({zHlt4t4wl:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationButton,{height:\"100%\",id:\"Ry2a6LoJb\",layoutId:\"Ry2a6LoJb\",Mou9UAl90:resolvedLinks1[0],style:{height:\"100%\"},width:\"100%\",WULCCTl_J:\"Products\",...addPropertyOverrides({dSenRoGom:{Mou9UAl90:resolvedLinks1[7]},FxbgJKLaA:{Mou9UAl90:resolvedLinks1[2]},HhonpsG52:{Mou9UAl90:resolvedLinks1[9]},hyhDA6It4:{Mou9UAl90:resolvedLinks1[4]},HySc9HpWQ:{Mou9UAl90:resolvedLinks1[10]},JEtZnzGf6:{Mou9UAl90:resolvedLinks1[11]},K_PeTCBMe:{Mou9UAl90:resolvedLinks1[12]},Kn7G6ntZo:{Mou9UAl90:resolvedLinks1[5]},or1Gr1xyK:{Mou9UAl90:resolvedLinks1[8]},Ym2wZkW7o:{Mou9UAl90:resolvedLinks1[3]},zHlt4t4wl:{Mou9UAl90:resolvedLinks1[1]},zUfnx1LRY:{Mou9UAl90:resolvedLinks1[6]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition4,...addPropertyOverrides({Kn7G6ntZo:{value:transition9},zHlt4t4wl:{value:transition9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"JG6AVgDJh\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"JG6AVgDJh\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined},{href:{webPageId:\"rNjDKhYUt\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||105)- -125-210-327.6)/1*0)+0+0+156,...addPropertyOverrides({dSenRoGom:{y:(componentViewport?.y||0)+(componentViewport?.height||105)-283.2+120+0+0+0+0+156},FxbgJKLaA:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+156},HhonpsG52:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+156},hyhDA6It4:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+156},HySc9HpWQ:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+156},JEtZnzGf6:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+156},K_PeTCBMe:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+156},Kn7G6ntZo:{y:(componentViewport?.y||0)+0+120+0+0+0+0+176},or1Gr1xyK:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+156},zHlt4t4wl:{y:(componentViewport?.y||0)+0+180+(0+0+((componentViewport?.height||1005)-0-210-477.6)/1*0)+0+0+216},zUfnx1LRY:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+156}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-dmayxr-container\",\"data-framer-appear-id\":\"dmayxr\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"jYTnBsj4z-container\",nodeId:\"jYTnBsj4z\",optimized:true,rendersWithMotion:true,scopeId:\"qnbYJo3WJ\",...addPropertyOverrides({zHlt4t4wl:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationButton,{height:\"100%\",id:\"jYTnBsj4z\",layoutId:\"jYTnBsj4z\",Mou9UAl90:resolvedLinks2[0],style:{height:\"100%\"},width:\"100%\",WULCCTl_J:\"Services\",...addPropertyOverrides({dSenRoGom:{Mou9UAl90:resolvedLinks2[7]},FxbgJKLaA:{Mou9UAl90:resolvedLinks2[2]},HhonpsG52:{Mou9UAl90:resolvedLinks2[9]},hyhDA6It4:{Mou9UAl90:resolvedLinks2[4]},HySc9HpWQ:{Mou9UAl90:resolvedLinks2[10]},JEtZnzGf6:{Mou9UAl90:resolvedLinks2[11]},K_PeTCBMe:{Mou9UAl90:resolvedLinks2[12]},Kn7G6ntZo:{Mou9UAl90:resolvedLinks2[5]},or1Gr1xyK:{Mou9UAl90:resolvedLinks2[8]},Ym2wZkW7o:{Mou9UAl90:resolvedLinks2[3]},zHlt4t4wl:{Mou9UAl90:resolvedLinks2[1]},zUfnx1LRY:{Mou9UAl90:resolvedLinks2[6]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition4,...addPropertyOverrides({Kn7G6ntZo:{value:transition11},zHlt4t4wl:{value:transition11}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined},{href:{webPageId:\"gKV3UoXvA\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||105)- -125-210-327.6)/1*0)+0+0+234,...addPropertyOverrides({dSenRoGom:{y:(componentViewport?.y||0)+(componentViewport?.height||105)-283.2+120+0+0+0+0+234},FxbgJKLaA:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+234},HhonpsG52:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+234},hyhDA6It4:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+234},HySc9HpWQ:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+234},JEtZnzGf6:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+234},K_PeTCBMe:{y:(componentViewport?.y||0)+-198+120+0+0+0+0+234},Kn7G6ntZo:{y:(componentViewport?.y||0)+0+120+0+0+0+0+264},or1Gr1xyK:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+234},zHlt4t4wl:{y:(componentViewport?.y||0)+0+180+(0+0+((componentViewport?.height||1005)-0-210-477.6)/1*0)+0+0+324},zUfnx1LRY:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+0+0+234}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1lvoxal-container\",\"data-framer-appear-id\":\"1lvoxal\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"tSTkuBzPe-container\",nodeId:\"tSTkuBzPe\",optimized:true,rendersWithMotion:true,scopeId:\"qnbYJo3WJ\",...addPropertyOverrides({zHlt4t4wl:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(NavigationButton,{height:\"100%\",id:\"tSTkuBzPe\",layoutId:\"tSTkuBzPe\",Mou9UAl90:resolvedLinks3[0],style:{height:\"100%\"},width:\"100%\",WULCCTl_J:\"Contact\",...addPropertyOverrides({dSenRoGom:{Mou9UAl90:resolvedLinks3[7]},FxbgJKLaA:{Mou9UAl90:resolvedLinks3[2]},HhonpsG52:{Mou9UAl90:resolvedLinks3[9]},hyhDA6It4:{Mou9UAl90:resolvedLinks3[4]},HySc9HpWQ:{Mou9UAl90:resolvedLinks3[10]},JEtZnzGf6:{Mou9UAl90:resolvedLinks3[11]},K_PeTCBMe:{Mou9UAl90:resolvedLinks3[12]},Kn7G6ntZo:{Mou9UAl90:resolvedLinks3[5]},or1Gr1xyK:{Mou9UAl90:resolvedLinks3[8]},Ym2wZkW7o:{Mou9UAl90:resolvedLinks3[3]},zHlt4t4wl:{Mou9UAl90:resolvedLinks3[1]},zUfnx1LRY:{Mou9UAl90:resolvedLinks3[6]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-scfyyf\",\"data-framer-name\":\"Right Container\",layoutDependency:layoutDependency,layoutId:\"KRy1txpbz\",style:{opacity:0},variants:{Kn7G6ntZo:{opacity:1},zHlt4t4wl:{opacity:1}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j15xw0\",\"data-framer-name\":\"Contact Container\",layoutDependency:layoutDependency,layoutId:\"FAL7xOn7L\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ykur92\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"mD4Ioospd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11dmf0a\",\"data-framer-name\":\"First Address\",layoutDependency:layoutDependency,layoutId:\"OzfbdGBgM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p9gy7d\",\"data-styles-preset\":\"Es6J0GOaF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"Visit Us\"})}),className:\"framer-1fzw5o2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RQsWqy2Le\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, 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-avvq0c\",\"data-styles-preset\":\"zZTtZxMOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"45 Suscatand St Rocklea QLD 4106\"})}),className:\"framer-tovx0q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U26cn4_Md\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, 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-1uangzv\",\"data-framer-name\":\"Second Address\",layoutDependency:layoutDependency,layoutId:\"mBnUXFyru\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p9gy7d\",\"data-styles-preset\":\"Es6J0GOaF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"1300-125-225\"})}),className:\"framer-5l8yo2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EOdtr5jfs\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, 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-avvq0c\",\"data-styles-preset\":\"zZTtZxMOb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"sales@akaalgroup.com.au\"})}),className:\"framer-7od10h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hVQOdNzCf\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sx5qu2\",\"data-framer-name\":\"Form\",layoutDependency:layoutDependency,layoutId:\"SoDfBBArC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p9gy7d\",\"data-styles-preset\":\"Es6J0GOaF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"To reach out or request a quote \u2014 fill out the form below.\"})}),className:\"framer-1q38h80\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IBe0hCTeZ\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/94088fa3-0e76-4aa1-bb4c-601309652358/submit\",className:\"framer-1atoos\",layoutDependency:layoutDependency,layoutId:\"O186874pF\",nodeId:\"O186874pF\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(motion.label,{className:\"framer-1dpaguh\",layoutDependency:layoutDependency,layoutId:\"QyR0MNgOa\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-c3h0qt\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"IOX1OH4EJ\",placeholder:\"Name\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(255, 255, 255, 0.5)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(255, 255, 255, 0.5)\"},type:\"text\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-1jgtobd\",layoutDependency:layoutDependency,layoutId:\"idQE5g3_n\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-4wsdd3\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"DebsbcIiU\",placeholder:\"Email\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(255, 255, 255, 0.5)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(255, 255, 255, 0.5)\"},type:\"email\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-1yyhdbi\",layoutDependency:layoutDependency,layoutId:\"MP8vSKFpN\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-9norfp\",inputName:\"Phone\",layoutDependency:layoutDependency,layoutId:\"ZTmgOB0qu\",placeholder:\"Phone\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(255, 255, 255, 0.5)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(255, 255, 255, 0.5)\"},type:\"tel\"})}),/*#__PURE__*/_jsx(motion.label,{className:\"framer-1gkg7ya\",layoutDependency:layoutDependency,layoutId:\"fQxieRrA0\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1b6x0mo\",inputName:\"Message\",layoutDependency:layoutDependency,layoutId:\"pkEdYXJ6I\",placeholder:\"Message\",required:true,style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(255, 255, 255, 0.5)\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgba(255, 255, 255, 0.5)\"},type:\"text\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||105)- -125-210-327.6)/1*0)+0+0+0+0+-40.8+0+40.8+0+272,...addPropertyOverrides({dSenRoGom:{y:(componentViewport?.y||0)+(componentViewport?.height||105)-283.2+120+0+0+1+0+0+0+-352.8+0+40.8+0+272},FxbgJKLaA:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+156+0+0+0+-352.8+0+40.8+0+272},HhonpsG52:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+0+0+-40.8+0+40.8+0+272},hyhDA6It4:{y:(componentViewport?.y||0)+-198+120+0+0+1+0+0+0+-352.8+0+40.8+0+272},HySc9HpWQ:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+0+0+-40.8+0+40.8+0+272},JEtZnzGf6:{y:(componentViewport?.y||0)+-198+120+0+0+1+0+0+0+-352.8+0+40.8+0+272},K_PeTCBMe:{y:(componentViewport?.y||0)+-198+120+0+0+1+0+0+0+-352.8+0+40.8+0+272},or1Gr1xyK:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||200)- -125-210-327.6)/1*0)+0+0+0+0+-40.8+0+40.8+0+272},zHlt4t4wl:{y:(componentViewport?.y||0)+0+180+(0+0+((componentViewport?.height||1005)-0-210-477.6)/1*0)+0+0+0+0+109.2+0+40.8+0+272},zUfnx1LRY:{y:(componentViewport?.y||0)+-237+180+(0+0+((componentViewport?.height||1)- -125-210-327.6)/1*0)+156+0+0+0+-352.8+0+40.8+0+272}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jivioo-container\",layoutDependency:layoutDependency,layoutId:\"HhdBGkqGi-container\",nodeId:\"HhdBGkqGi\",rendersWithMotion:true,scopeId:\"qnbYJo3WJ\",children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"HhdBGkqGi\",layoutId:\"HhdBGkqGi\",type:\"submit\",variant:formVariants(formState,{error:\"Vi24bRazp\",pending:\"dwlvl42nS\",success:\"v2SBGvw9h\"},\"wBmzjj4_U\"),width:\"100%\"})})})]})})]})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uh40hc\",\"data-framer-name\":\"Bottom Container\",layoutDependency:layoutDependency,layoutId:\"czMUlE2xE\",style:{opacity:1},variants:{dSenRoGom:{opacity:0},HhonpsG52:{opacity:1},hyhDA6It4:{opacity:0},HySc9HpWQ:{opacity:1},JEtZnzGf6:{opacity:0},K_PeTCBMe:{opacity:0},Kn7G6ntZo:{opacity:1},or1Gr1xyK:{opacity:1},zUfnx1LRY:{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"All Rights Reserved \\xa92025 Akaal Semi-Trailers\"})}),className:\"framer-8m2jp0\",fonts:[\"GF;DM Sans-300\"],layoutDependency:layoutDependency,layoutId:\"YSTJHWm2r\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, 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,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:\"Website by Nifty Artists\"})}),className:\"framer-1mbngt3\",\"data-framer-name\":\"Title\",fonts:[\"GF;DM Sans-300\"],layoutDependency:layoutDependency,layoutId:\"Qr_o2sOIa\",style:{\"--extracted-r6o4lv\":\"var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zHlt4t4wl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33ba3c7a-987e-406d-a797-88f1aba0d152, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"niftyartists.com\",motionChild:true,nodeId:\"Qr_o2sOIa\",openInNewTab:true,scopeId:\"qnbYJo3WJ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-85tgac\",\"data-styles-preset\":\"Jc6TuszZP\",children:\"Website by Nifty Artists\"})})})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f2P1w.framer-2oj6d3, .framer-f2P1w .framer-2oj6d3 { display: block; }\",\".framer-f2P1w.framer-1tgyo5i { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 1200px; }\",\".framer-f2P1w .framer-o80kx0 { 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%; z-index: 2; }\",\".framer-f2P1w .framer-qyhnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; z-index: 1; }\",\".framer-f2P1w .framer-qg3nhe { aspect-ratio: 4.230769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); position: relative; width: 190px; }\",\".framer-f2P1w .framer-1v93kuz { flex: none; height: 45px; position: relative; width: 190px; }\",\".framer-f2P1w .framer-18necfa-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-f2P1w .framer-1vubdql { align-content: flex-start; align-items: flex-start; bottom: 112px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; left: 0px; overflow: hidden; padding: 180px 30px 30px 30px; position: absolute; right: 0px; top: -237px; z-index: 1; }\",\".framer-f2P1w .framer-h8o7iu { 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-f2P1w .framer-1kijme6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-f2P1w .framer-1w1lrz1-container, .framer-f2P1w .framer-1i2ek3z-container, .framer-f2P1w .framer-dmayxr-container, .framer-f2P1w .framer-1lvoxal-container { flex: none; height: 78px; position: relative; width: auto; }\",\".framer-f2P1w .framer-scfyyf { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-f2P1w .framer-j15xw0 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-f2P1w .framer-ykur92 { 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: 560px; }\",\".framer-f2P1w .framer-11dmf0a, .framer-f2P1w .framer-1uangzv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 270px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-f2P1w .framer-1fzw5o2, .framer-f2P1w .framer-tovx0q, .framer-f2P1w .framer-5l8yo2, .framer-f2P1w .framer-7od10h, .framer-f2P1w .framer-1q38h80, .framer-f2P1w .framer-8m2jp0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-f2P1w .framer-1sx5qu2 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-f2P1w .framer-1atoos { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 561px; }\",\".framer-f2P1w .framer-1dpaguh, .framer-f2P1w .framer-1jgtobd, .framer-f2P1w .framer-1yyhdbi, .framer-f2P1w .framer-1gkg7ya { 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-f2P1w .framer-c3h0qt, .framer-f2P1w .framer-4wsdd3, .framer-f2P1w .framer-9norfp, .framer-f2P1w .framer-1b6x0mo { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"DM Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 18px; --framer-input-font-weight: 400; --framer-input-padding: 0px; flex: none; height: 48px; position: relative; width: 100%; }',\".framer-f2P1w .framer-1jivioo-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-f2P1w .framer-1uh40hc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-f2P1w .framer-1mbngt3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-1tgyo5i, .framer-f2P1w .framer-qyhnn, .framer-f2P1w .framer-scfyyf, .framer-f2P1w .framer-11dmf0a, .framer-f2P1w .framer-1uangzv, .framer-f2P1w .framer-1sx5qu2, .framer-f2P1w .framer-1atoos, .framer-f2P1w .framer-1dpaguh, .framer-f2P1w .framer-1jgtobd, .framer-f2P1w .framer-1yyhdbi, .framer-f2P1w .framer-1gkg7ya { gap: 0px; } .framer-f2P1w.framer-1tgyo5i > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-f2P1w.framer-1tgyo5i > :first-child, .framer-f2P1w .framer-scfyyf > :first-child, .framer-f2P1w .framer-11dmf0a > :first-child, .framer-f2P1w .framer-1uangzv > :first-child, .framer-f2P1w .framer-1sx5qu2 > :first-child, .framer-f2P1w .framer-1atoos > :first-child, .framer-f2P1w .framer-1dpaguh > :first-child, .framer-f2P1w .framer-1jgtobd > :first-child, .framer-f2P1w .framer-1yyhdbi > :first-child, .framer-f2P1w .framer-1gkg7ya > :first-child { margin-top: 0px; } .framer-f2P1w.framer-1tgyo5i > :last-child, .framer-f2P1w .framer-scfyyf > :last-child, .framer-f2P1w .framer-11dmf0a > :last-child, .framer-f2P1w .framer-1uangzv > :last-child, .framer-f2P1w .framer-1sx5qu2 > :last-child, .framer-f2P1w .framer-1atoos > :last-child, .framer-f2P1w .framer-1dpaguh > :last-child, .framer-f2P1w .framer-1jgtobd > :last-child, .framer-f2P1w .framer-1yyhdbi > :last-child, .framer-f2P1w .framer-1gkg7ya > :last-child { margin-bottom: 0px; } .framer-f2P1w .framer-qyhnn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-f2P1w .framer-qyhnn > :first-child { margin-left: 0px; } .framer-f2P1w .framer-qyhnn > :last-child { margin-right: 0px; } .framer-f2P1w .framer-scfyyf > *, .framer-f2P1w .framer-1dpaguh > *, .framer-f2P1w .framer-1jgtobd > *, .framer-f2P1w .framer-1yyhdbi > *, .framer-f2P1w .framer-1gkg7ya > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-f2P1w .framer-11dmf0a > *, .framer-f2P1w .framer-1uangzv > *, .framer-f2P1w .framer-1sx5qu2 > *, .framer-f2P1w .framer-1atoos > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-f2P1w.framer-v-lwvvf2.framer-1tgyo5i { height: 710px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); }\",\".framer-f2P1w.framer-v-lwvvf2 .framer-1vubdql { bottom: 0px; top: 0px; }\",\".framer-f2P1w.framer-v-lwvvf2 .framer-h8o7iu { align-content: flex-start; align-items: flex-start; }\",\".framer-f2P1w.framer-v-lwvvf2 .framer-1kijme6 { gap: 30px; justify-content: flex-start; order: 0; }\",\".framer-f2P1w.framer-v-lwvvf2 .framer-scfyyf { align-self: unset; gap: 100px; height: min-content; order: 1; }\",\".framer-f2P1w.framer-v-lwvvf2 .framer-j15xw0 { flex: none; height: 462px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-v-lwvvf2 .framer-1kijme6, .framer-f2P1w.framer-v-lwvvf2 .framer-scfyyf { gap: 0px; } .framer-f2P1w.framer-v-lwvvf2 .framer-1kijme6 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-f2P1w.framer-v-lwvvf2 .framer-1kijme6 > :first-child, .framer-f2P1w.framer-v-lwvvf2 .framer-scfyyf > :first-child { margin-top: 0px; } .framer-f2P1w.framer-v-lwvvf2 .framer-1kijme6 > :last-child, .framer-f2P1w.framer-v-lwvvf2 .framer-scfyyf > :last-child { margin-bottom: 0px; } .framer-f2P1w.framer-v-lwvvf2 .framer-scfyyf > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } }\",\".framer-f2P1w.framer-v-buxks.framer-1tgyo5i { height: 1px; padding: 0px 30px 0px 30px; }\",\".framer-f2P1w.framer-v-buxks .framer-o80kx0 { left: 30px; position: absolute; right: 30px; top: -60px; width: unset; }\",\".framer-f2P1w.framer-v-buxks .framer-scfyyf, .framer-f2P1w.framer-v-1xo1g6y .framer-scfyyf { align-self: unset; height: min-content; }\",\".framer-f2P1w.framer-v-1272dki .framer-qg3nhe, .framer-f2P1w.framer-v-m5gaqp .framer-qg3nhe, .framer-f2P1w.framer-v-dgan4b .framer-qg3nhe { z-index: 1; }\",\".framer-f2P1w.framer-v-8pnu5g.framer-1tgyo5i, .framer-f2P1w.framer-v-r4gk6s.framer-1tgyo5i, .framer-f2P1w.framer-v-1wgq8pc.framer-1tgyo5i, .framer-f2P1w.framer-v-vcso89.framer-1tgyo5i { width: 390px; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-1v93kuz, .framer-f2P1w.framer-v-1ugs3ym .framer-1v93kuz, .framer-f2P1w.framer-v-1wgq8pc .framer-1v93kuz, .framer-f2P1w.framer-v-vcso89 .framer-1v93kuz { height: 33px; width: 140px; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-1vubdql, .framer-f2P1w.framer-v-1wgq8pc .framer-1vubdql, .framer-f2P1w.framer-v-vcso89 .framer-1vubdql { bottom: unset; gap: 0px; height: min-content; justify-content: center; padding: 120px 30px 30px 30px; top: -198px; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-h8o7iu, .framer-f2P1w.framer-v-r4gk6s .framer-h8o7iu, .framer-f2P1w.framer-v-1wgq8pc .framer-h8o7iu, .framer-f2P1w.framer-v-vcso89 .framer-h8o7iu { align-content: flex-start; align-items: flex-start; flex-direction: column; height: 1px; width: 330px; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-scfyyf, .framer-f2P1w.framer-v-r4gk6s .framer-scfyyf, .framer-f2P1w.framer-v-1wgq8pc .framer-scfyyf, .framer-f2P1w.framer-v-vcso89 .framer-scfyyf { align-self: unset; height: min-content; width: 100%; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-j15xw0, .framer-f2P1w.framer-v-r4gk6s .framer-j15xw0, .framer-f2P1w.framer-v-1wgq8pc .framer-j15xw0, .framer-f2P1w.framer-v-vcso89 .framer-j15xw0 { flex: none; height: 0px; width: 100%; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-ykur92, .framer-f2P1w.framer-v-r4gk6s .framer-ykur92, .framer-f2P1w.framer-v-1wgq8pc .framer-ykur92, .framer-f2P1w.framer-v-vcso89 .framer-ykur92 { width: 100%; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-1sx5qu2, .framer-f2P1w.framer-v-r4gk6s .framer-1sx5qu2, .framer-f2P1w.framer-v-1wgq8pc .framer-1sx5qu2, .framer-f2P1w.framer-v-vcso89 .framer-1sx5qu2 { align-self: unset; width: 100%; }\",\".framer-f2P1w.framer-v-8pnu5g .framer-1uh40hc, .framer-f2P1w.framer-v-r4gk6s .framer-1uh40hc, .framer-f2P1w.framer-v-1wgq8pc .framer-1uh40hc, .framer-f2P1w.framer-v-vcso89 .framer-1uh40hc { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 330px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-v-8pnu5g .framer-1vubdql, .framer-f2P1w.framer-v-8pnu5g .framer-h8o7iu, .framer-f2P1w.framer-v-8pnu5g .framer-1uh40hc { gap: 0px; } .framer-f2P1w.framer-v-8pnu5g .framer-1vubdql > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f2P1w.framer-v-8pnu5g .framer-1vubdql > :first-child { margin-top: 0px; } .framer-f2P1w.framer-v-8pnu5g .framer-1vubdql > :last-child { margin-bottom: 0px; } .framer-f2P1w.framer-v-8pnu5g .framer-h8o7iu > *, .framer-f2P1w.framer-v-8pnu5g .framer-h8o7iu > :first-child, .framer-f2P1w.framer-v-8pnu5g .framer-h8o7iu > :last-child, .framer-f2P1w.framer-v-8pnu5g .framer-1uh40hc > *, .framer-f2P1w.framer-v-8pnu5g .framer-1uh40hc > :first-child, .framer-f2P1w.framer-v-8pnu5g .framer-1uh40hc > :last-child { margin: 0px; } }\",\".framer-f2P1w.framer-v-1ugs3ym.framer-1tgyo5i { min-height: calc(var(--framer-viewport-height, 100vh) * 0.9); width: 390px; }\",\".framer-f2P1w.framer-v-1ugs3ym .framer-1vubdql { bottom: unset; gap: 60px; height: calc(var(--framer-viewport-height, 100vh) * 0.9); justify-content: flex-start; padding: 120px 30px 30px 30px; top: 0px; }\",\".framer-f2P1w.framer-v-1ugs3ym .framer-h8o7iu { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; height: 1px; }\",\".framer-f2P1w.framer-v-1ugs3ym .framer-1kijme6 { gap: 10px; justify-content: center; order: 0; }\",\".framer-f2P1w.framer-v-1ugs3ym .framer-scfyyf { align-self: unset; height: min-content; order: 1; }\",\".framer-f2P1w.framer-v-1ugs3ym .framer-j15xw0 { flex: none; gap: 0px; height: min-content; justify-content: center; min-height: 147px; width: 335px; }\",\".framer-f2P1w.framer-v-1ugs3ym .framer-1uh40hc { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-v-1ugs3ym .framer-1vubdql, .framer-f2P1w.framer-v-1ugs3ym .framer-h8o7iu, .framer-f2P1w.framer-v-1ugs3ym .framer-1kijme6, .framer-f2P1w.framer-v-1ugs3ym .framer-j15xw0, .framer-f2P1w.framer-v-1ugs3ym .framer-1uh40hc { gap: 0px; } .framer-f2P1w.framer-v-1ugs3ym .framer-1vubdql > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-f2P1w.framer-v-1ugs3ym .framer-1vubdql > :first-child, .framer-f2P1w.framer-v-1ugs3ym .framer-1kijme6 > :first-child, .framer-f2P1w.framer-v-1ugs3ym .framer-j15xw0 > :first-child, .framer-f2P1w.framer-v-1ugs3ym .framer-1uh40hc > :first-child { margin-top: 0px; } .framer-f2P1w.framer-v-1ugs3ym .framer-1vubdql > :last-child, .framer-f2P1w.framer-v-1ugs3ym .framer-1kijme6 > :last-child, .framer-f2P1w.framer-v-1ugs3ym .framer-j15xw0 > :last-child, .framer-f2P1w.framer-v-1ugs3ym .framer-1uh40hc > :last-child { margin-bottom: 0px; } .framer-f2P1w.framer-v-1ugs3ym .framer-h8o7iu > *, .framer-f2P1w.framer-v-1ugs3ym .framer-h8o7iu > :first-child, .framer-f2P1w.framer-v-1ugs3ym .framer-h8o7iu > :last-child { margin: 0px; } .framer-f2P1w.framer-v-1ugs3ym .framer-1kijme6 > *, .framer-f2P1w.framer-v-1ugs3ym .framer-1uh40hc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-f2P1w.framer-v-1ugs3ym .framer-j15xw0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-f2P1w.framer-v-1xo1g6y.framer-1tgyo5i { height: 1px; padding: 0px 30px 0px 30px; width: 390px; }\",\".framer-f2P1w.framer-v-1xo1g6y .framer-o80kx0 { left: 30px; position: absolute; right: 30px; top: -91px; width: unset; }\",\".framer-f2P1w.framer-v-r4gk6s .framer-qg3nhe { width: 140px; }\",\".framer-f2P1w.framer-v-r4gk6s .framer-1vubdql { bottom: 101px; gap: 0px; height: min-content; justify-content: center; padding: 120px 30px 30px 30px; right: unset; top: unset; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-v-r4gk6s .framer-1vubdql, .framer-f2P1w.framer-v-r4gk6s .framer-h8o7iu, .framer-f2P1w.framer-v-r4gk6s .framer-1uh40hc { gap: 0px; } .framer-f2P1w.framer-v-r4gk6s .framer-1vubdql > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f2P1w.framer-v-r4gk6s .framer-1vubdql > :first-child { margin-top: 0px; } .framer-f2P1w.framer-v-r4gk6s .framer-1vubdql > :last-child { margin-bottom: 0px; } .framer-f2P1w.framer-v-r4gk6s .framer-h8o7iu > *, .framer-f2P1w.framer-v-r4gk6s .framer-h8o7iu > :first-child, .framer-f2P1w.framer-v-r4gk6s .framer-h8o7iu > :last-child, .framer-f2P1w.framer-v-r4gk6s .framer-1uh40hc > *, .framer-f2P1w.framer-v-r4gk6s .framer-1uh40hc > :first-child, .framer-f2P1w.framer-v-r4gk6s .framer-1uh40hc > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-v-1wgq8pc .framer-1vubdql, .framer-f2P1w.framer-v-1wgq8pc .framer-h8o7iu, .framer-f2P1w.framer-v-1wgq8pc .framer-1uh40hc { gap: 0px; } .framer-f2P1w.framer-v-1wgq8pc .framer-1vubdql > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f2P1w.framer-v-1wgq8pc .framer-1vubdql > :first-child { margin-top: 0px; } .framer-f2P1w.framer-v-1wgq8pc .framer-1vubdql > :last-child { margin-bottom: 0px; } .framer-f2P1w.framer-v-1wgq8pc .framer-h8o7iu > *, .framer-f2P1w.framer-v-1wgq8pc .framer-h8o7iu > :first-child, .framer-f2P1w.framer-v-1wgq8pc .framer-h8o7iu > :last-child, .framer-f2P1w.framer-v-1wgq8pc .framer-1uh40hc > *, .framer-f2P1w.framer-v-1wgq8pc .framer-1uh40hc > :first-child, .framer-f2P1w.framer-v-1wgq8pc .framer-1uh40hc > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2P1w.framer-v-vcso89 .framer-1vubdql, .framer-f2P1w.framer-v-vcso89 .framer-h8o7iu, .framer-f2P1w.framer-v-vcso89 .framer-1uh40hc { gap: 0px; } .framer-f2P1w.framer-v-vcso89 .framer-1vubdql > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f2P1w.framer-v-vcso89 .framer-1vubdql > :first-child { margin-top: 0px; } .framer-f2P1w.framer-v-vcso89 .framer-1vubdql > :last-child { margin-bottom: 0px; } .framer-f2P1w.framer-v-vcso89 .framer-h8o7iu > *, .framer-f2P1w.framer-v-vcso89 .framer-h8o7iu > :first-child, .framer-f2P1w.framer-v-vcso89 .framer-h8o7iu > :last-child, .framer-f2P1w.framer-v-vcso89 .framer-1uh40hc > *, .framer-f2P1w.framer-v-vcso89 .framer-1uh40hc > :first-child, .framer-f2P1w.framer-v-vcso89 .framer-1uh40hc > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 105\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zHlt4t4wl\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"FxbgJKLaA\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ym2wZkW7o\":{\"layout\":[\"fixed\",\"auto\"]},\"hyhDA6It4\":{\"layout\":[\"fixed\",\"auto\"]},\"Kn7G6ntZo\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"90vh\",null]},\"zUfnx1LRY\":{\"layout\":[\"fixed\",\"fixed\"]},\"dSenRoGom\":{\"layout\":[\"fixed\",\"auto\"]},\"or1Gr1xyK\":{\"layout\":[\"fixed\",\"auto\"]},\"HhonpsG52\":{\"layout\":[\"fixed\",\"auto\"]},\"HySc9HpWQ\":{\"layout\":[\"fixed\",\"auto\"]},\"JEtZnzGf6\":{\"layout\":[\"fixed\",\"auto\"]},\"K_PeTCBMe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerqnbYJo3WJ=withCSS(Component,css,\"framer-f2P1w\");export default FramerqnbYJo3WJ;FramerqnbYJo3WJ.displayName=\"Navigation\";FramerqnbYJo3WJ.defaultProps={height:105,width:1200};addPropertyControls(FramerqnbYJo3WJ,{variant:{options:[\"qRbFsS2Hm\",\"zHlt4t4wl\",\"FxbgJKLaA\",\"Ym2wZkW7o\",\"hyhDA6It4\",\"Kn7G6ntZo\",\"zUfnx1LRY\",\"dSenRoGom\",\"or1Gr1xyK\",\"HhonpsG52\",\"HySc9HpWQ\",\"JEtZnzGf6\",\"K_PeTCBMe\"],optionTitles:[\"Desktop - Close\",\"Desktop - Show\",\"Desktop - Hide\",\"Desktop - Black\",\"Mobile - Close\",\"Mobile - Show\",\"Mobile - Hide\",\"Mobile - Black\",\"Variant 9\",\"Desktop Blue\",\"BlueBlur\",\"Variant 12\",\"Variant 13\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqnbYJo3WJ,[{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:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2\",weight:\"300\"}]},...MenuButtonFonts,...NavigationButtonFonts,...Button2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqnbYJo3WJ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zHlt4t4wl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"FxbgJKLaA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ym2wZkW7o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hyhDA6It4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Kn7G6ntZo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"90vh\\\",null]},\\\"zUfnx1LRY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dSenRoGom\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"or1Gr1xyK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HhonpsG52\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HySc9HpWQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JEtZnzGf6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K_PeTCBMe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"105\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qnbYJo3WJ.map"],
  "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", "element", "Lenis", "raf", "time", "styleElement", "anchorLinksData", "anchor", "href", "decodedHref", "scrollMargin", "targetElement", "handleClick", "e", "handlers", "anchorElement", "index", "p", "l", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "css", "FramerMNK8oqwSl", "withCSS", "MNK8oqwSl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "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", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "css", "FramerfSJugcnmr", "withCSS", "fSJugcnmr_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "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", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WULCCTl_J", "Mou9UAl90", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerhffIj9TOP", "withCSS", "hffIj9TOP_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click2", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "FaDqWtPR9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapx8utpo", "args", "onTap1jvsqer", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FrameruwziDwf5f", "withCSS", "uwziDwf5f_default", "addPropertyControls", "ControlType", "addFonts", "MenuButtonFonts", "getFonts", "uwziDwf5f_default", "NavigationButtonFonts", "hffIj9TOP_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "Button2Fonts", "fSJugcnmr_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "animation", "animation1", "transition4", "transition5", "transition6", "animation2", "transition7", "transition8", "animation3", "transition9", "transition10", "animation4", "transition11", "formVariants", "form", "currentVariant", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "FaDqWtPR9rp2ujf", "args", "FaDqWtPR91mvdp6m", "FaDqWtPR91g2jrp4", "FaDqWtPR91duwcqu", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "RichText2", "FormContainer", "formState", "l", "FormPlainTextInput2", "css", "FramerqnbYJo3WJ", "withCSS", "qnbYJo3WJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
