{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:phenomenon@1.6.0/dist/phenomenon.mjs", "ssg:https://ga.jspm.io/npm:cobe@0.6.0/dist/index.esm.js", "ssg:https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js", "ssg:https://framerusercontent.com/modules/m5Bj9oXZbN2zLyA2V6Sq/DATDH2Zl6Ba8ta6Armv5/augiA20Il.js"],
  "sourcesContent": ["var t=[\"x\",\"y\",\"z\"],e=function(t){Object.assign(this,{uniforms:{},geometry:{vertices:[{x:0,y:0,z:0}]},mode:0,modifiers:{},attributes:[],multiplier:1,buffers:[]}),Object.assign(this,t),this.prepareProgram(),this.prepareUniforms(),this.prepareAttributes()};e.prototype.compileShader=function(t,r){var s=this.gl.createShader(t);return this.gl.shaderSource(s,r),this.gl.compileShader(s),s},e.prototype.prepareProgram=function(){var t=this.gl,r=this.vertex,s=this.fragment,n=t.createProgram();t.attachShader(n,this.compileShader(35633,r)),t.attachShader(n,this.compileShader(35632,s)),t.linkProgram(n),t.useProgram(n),this.program=n},e.prototype.prepareUniforms=function(){for(var t=Object.keys(this.uniforms),r=0;r<t.length;r+=1){var s=this.gl.getUniformLocation(this.program,t[r]);this.uniforms[t[r]].location=s}},e.prototype.prepareAttributes=function(){void 0!==this.geometry.vertices&&this.attributes.push({name:\"aPosition\",size:3}),void 0!==this.geometry.normal&&this.attributes.push({name:\"aNormal\",size:3}),this.attributeKeys=[];for(var t=0;t<this.attributes.length;t+=1)this.attributeKeys.push(this.attributes[t].name),this.prepareAttribute(this.attributes[t])},e.prototype.prepareAttribute=function(r){for(var s=this.geometry,n=this.multiplier,a=s.vertices,o=s.normal,h=new Float32Array(n*a.length*r.size),u=0;u<n;u+=1)for(var f=r.data&&r.data(u,n),c=u*a.length*r.size,l=0;l<a.length;l+=1)for(var p=0;p<r.size;p+=1){var m=this.modifiers[r.name];h[c]=void 0!==m?m(f,l,p,this):\"aPosition\"===r.name?a[l][t[p]]:\"aNormal\"===r.name?o[l][t[p]]:f[p],c+=1}this.attributes[this.attributeKeys.indexOf(r.name)].data=h,this.prepareBuffer(this.attributes[this.attributeKeys.indexOf(r.name)])},e.prototype.prepareBuffer=function(t){var r=t.data,s=t.name,n=t.size,a=this.gl.createBuffer();this.gl.bindBuffer(34962,a),this.gl.bufferData(34962,r,35044);var o=this.gl.getAttribLocation(this.program,s);this.gl.enableVertexAttribArray(o),this.gl.vertexAttribPointer(o,n,5126,!1,0,0),this.buffers[this.attributeKeys.indexOf(t.name)]={buffer:a,location:o,size:n}},e.prototype.render=function(t){var r=this,s=this.uniforms,n=this.multiplier,a=this.gl;a.useProgram(this.program);for(var o=0;o<this.buffers.length;o+=1){var h=this.buffers[o],u=h.location,f=h.buffer,c=h.size;a.enableVertexAttribArray(u),a.bindBuffer(34962,f),a.vertexAttribPointer(u,c,5126,!1,0,0)}Object.keys(t).forEach((function(r){s[r].value=t[r].value})),Object.keys(s).forEach((function(t){var n=s[t];r.uniformMap[n.type](n.location,n.value)})),a.drawArrays(this.mode,0,n*this.geometry.vertices.length),this.onRender&&this.onRender(this)},e.prototype.destroy=function(){for(var t=0;t<this.buffers.length;t+=1)this.gl.deleteBuffer(this.buffers[t].buffer);this.gl.deleteProgram(this.program),this.gl=null};var i=function(t){var r=this,s=t||{},n=s.canvas;void 0===n&&(n=document.querySelector(\"canvas\"));var a=s.context;void 0===a&&(a={});var o=s.contextType;void 0===o&&(o=\"experimental-webgl\");var h=s.settings;void 0===h&&(h={});var u=n.getContext(o,Object.assign({alpha:!1,antialias:!1},a));Object.assign(this,{gl:u,canvas:n,uniforms:{},instances:new Map,shouldRender:!0}),Object.assign(this,{devicePixelRatio:1,clearColor:[1,1,1,1],position:{x:0,y:0,z:2},clip:[.001,100]}),Object.assign(this,h),this.uniformMap={float:function(t,r){return u.uniform1f(t,r)},vec2:function(t,r){return u.uniform2fv(t,r)},vec3:function(t,r){return u.uniform3fv(t,r)},vec4:function(t,r){return u.uniform4fv(t,r)},mat2:function(t,r){return u.uniformMatrix2fv(t,!1,r)},mat3:function(t,r){return u.uniformMatrix3fv(t,!1,r)},mat4:function(t,r){return u.uniformMatrix4fv(t,!1,r)}},u.enable(u.DEPTH_TEST),u.depthFunc(u.LEQUAL),!1===u.getContextAttributes().alpha&&(u.clearColor.apply(u,this.clearColor),u.clearDepth(1)),this.onSetup&&this.onSetup(u),window.addEventListener(\"resize\",(function(){return r.resize()})),this.resize(),this.render()};i.prototype.resize=function(){var t=this.gl,r=this.canvas,s=this.devicePixelRatio,n=this.position;r.width=r.clientWidth*s,r.height=r.clientHeight*s;var a=t.drawingBufferWidth,o=t.drawingBufferHeight,h=a/o;t.viewport(0,0,a,o);var u=Math.tan(Math.PI/180*22.5),f=[1,0,0,0,0,1,0,0,0,0,1,0,n.x,n.y,(h<1?1:h)*-n.z,1];this.uniforms.uProjectionMatrix={type:\"mat4\",value:[.5/u,0,0,0,0,h/u*.5,0,0,0,0,-(this.clip[1]+this.clip[0])/(this.clip[1]-this.clip[0]),-1,0,0,-2*this.clip[1]*(this.clip[0]/(this.clip[1]-this.clip[0])),0]},this.uniforms.uViewMatrix={type:\"mat4\",value:[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},this.uniforms.uModelMatrix={type:\"mat4\",value:f}},i.prototype.toggle=function(t){t!==this.shouldRender&&(this.shouldRender=void 0!==t?t:!this.shouldRender,this.shouldRender&&this.render())},i.prototype.render=function(){var t=this;this.gl.clear(16640),this.instances.forEach((function(r){r.render(t.uniforms)})),this.onRender&&this.onRender(this),this.shouldRender&&requestAnimationFrame((function(){return t.render()}))},i.prototype.add=function(t,r){void 0===r&&(r={uniforms:{}}),void 0===r.uniforms&&(r.uniforms={}),Object.assign(r.uniforms,JSON.parse(JSON.stringify(this.uniforms))),Object.assign(r,{gl:this.gl,uniformMap:this.uniformMap});var s=new e(r);return this.instances.set(t,s),s},i.prototype.remove=function(t){var r=this.instances.get(t);void 0!==r&&(r.destroy(),this.instances.delete(t))},i.prototype.destroy=function(){var t=this;this.instances.forEach((function(r,s){r.destroy(),t.instances.delete(s)})),this.toggle(!1)};export default i;\n\n//# sourceMappingURL=phenomenon.mjs.map", "import e from\"phenomenon\";var a=\"phi\",o=\"theta\",t=\"mapSamples\",i=\"mapBrightness\",f=\"baseColor\",r=\"markerColor\",l=\"glowColor\",c=\"markers\",n=\"diffuse\",A=\"devicePixelRatio\",g=\"dark\",v=\"offset\",s=\"scale\",d={[a]:\"A\",[o]:\"B\",[t]:\"k\",[i]:\"E\",[f]:\"L\",[r]:\"M\",[l]:\"y\",[n]:\"F\",[g]:\"G\",[v]:\"x\",[s]:\"C\"},{PI:u,sin:m,cos:x}=Math,U=e=>[].concat(...e.map((e=>{let[a,o]=e.location;a=a*u/180,o=o*u/180-u;let t=x(a);return[-t*x(o),m(a),t*m(o),e.size]})),[0,0,0,0]),D=(u,m)=>{let _=(e,a,o)=>({type:e,value:\"undefined\"==typeof m[a]?o:m[a]}),x=u.getContext(\"webgl\")?\"webgl\":\"experimental-webgl\",y=new e({canvas:u,contextType:x,context:{alpha:!0,stencil:!1,antialias:!0,depth:!1,preserveDrawingBuffer:!1},settings:{[A]:m[A]||1,onSetup:e=>{let a=e.RGB,o=e.UNSIGNED_BYTE,t=e.TEXTURE_2D,i=e.createTexture();e.bindTexture(t,i),e.texImage2D(t,0,a,1,1,0,a,o,new Uint8Array([0,0,0,0]));let f=new Image;f.onload=()=>{e.bindTexture(t,i),e.texImage2D(t,0,a,a,o,f),e.generateMipmap(t);let r=e.getParameter(e.CURRENT_PROGRAM),l=e.getUniformLocation(r,\"H\");e.texParameteri(t,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(t,e.TEXTURE_MAG_FILTER,e.NEAREST),e.uniform1i(l,0)},f.src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACAAQAAAADMzoqnAAAAAXNSR0IArs4c6QAABA5JREFUeNrV179uHEUAx/Hf3JpbF+E2VASBsmVKTBcpKJs3SMEDcDwBiVJAAewYEBUivIHT0uUBIt0YCovKD0CRjUC4QfHYh8hYXu+P25vZ2Zm9c66gMd/GJ/tz82d3bk8GN4SrByYF2366FNTACIAkivVAAazQdnf3MvAlbNUQfOPAdQDvSAimMWhwy4I2g4SU+Kp04ISLpPBAKLxPyic3O/CCi+Y7rUJbiodcpDOFY7CgxCEXmdYD2EYK2s5lApOx5pEDDYCUwM1XdJUwBV11QQMg59kePSCaPAASQMEL2hwo6TJFgxpg+TgC2ymXPbuvc40awr3D1QCFfbH9kcoqAOkZozpQo0aqAGQRKCog/+tjkgbNFEtg2FffBvBGlSxHoAaAa1u6X4PBAwDiR8FFsrQgeUhfJTSALaB9jy5NCybJPn1SVFiWk7ywN+KzhH1aKAuydhGkbEF4lWohLXDXavlyFgHY7LBnLRdlAP6BS5Cc8RfVDXbkwN/oIvmY+6obbNeBP0JwTuMGu9gTzy1Q4RS/cWpfzszeYwd+CAFrtBW/Hur0gLbJGlD+/OjVwe/drfBxkbbg63dndEDfiEBlAd7ac0BPe1D6Jd8dfbLH+RI0OzseFB5s01/M+gMdAeluLOCAuaUA9Lezo/vSgXoCX9rtEiXnp7Q1W/CNyWcd8DXoS6jH/YZ5vAJEWY2dXFQe2TUgaFaNejCzJ98g6HnlVrsE58sDcYqg+9XY75fPqdoh/kRQWiXKg8MWlJQxUFMPjqnyujhFBE7UxIMjyszk0QwQlFsezImsyvUYYYVED2pk6m0Tg8T04Fwjk2kdAwSACqlM6gRRt3vQYAFGX0Ah7Ebx1H+MDRI5ui0QldH4j7FGcm90XdxD2Jg1AOEAVAKhEFXSn4cKUELurIAKwJ3MArypPscQaLhJFICJ0ohjDySAdH8AhDtCiTuMycH8CXzhH9jUACAO5uMhoAwA5i+T6WAKmmAqnLy80wxHqIPFYpqCwxGaYLt4Dyievg5kEoVEUAhs6pqKgFtDQYOuaXypaWKQfIuwwoGSZgfLsu/XAtI8cGN+h7Cc1A5oLOMhwlIPXuhu48AIvsSBkvtV9wsJRKCyYLfq5lTrQMFd1a262oqBck9K1V0YjQg0iEYYgpS1A9GlXQV5cykwm4A7BzVsxQqo7E+zCegO7Ma7yKgsuOcfKbMBwLC8wvVNYDsANYalEpOAa6zpWjTeMKGwEwC1CiQewJc5EKfgy7GmRAZA4vUVGwE2dPM/g0xuAInE/yG5aZ8ISxWGfYigUVbdyBElTHh2uCwGdfCkOLGgQVBh3Ewp+/QK4CDlR5Ws/Zf7yhCf8pH7vinWAvoVCQ6zz0NX5V/6GkAVV+2/5qsJ/gU8bsxpM8IeAQAAAABJRU5ErkJggg==\"}}});return y.add(\"\",{vertex:\"attribute vec3 aPosition;uniform mat4 uProjectionMatrix;uniform mat4 uModelMatrix;uniform mat4 uViewMatrix;void main(){gl_Position=uProjectionMatrix*uModelMatrix*uViewMatrix*vec4(aPosition,1.);}\",fragment:\"precision highp float;uniform vec2 r,x;uniform vec3 L,M,y;uniform vec4 z[64];uniform float A,B,k,C,D,E,F,G;uniform sampler2D H;float I=1./k;mat3 J(float a,float b){float c=cos(a),d=cos(b),e=sin(a),f=sin(b);return mat3(d,f*e,-f*c,0.,c,e,f,d*-e,d*c);}vec3 v(vec3 c,out float w){c=c.xzy;float p=max(2.,floor(log2(2.236068*k*3.141593*(1.-c.z*c.z))*.72021));vec2 g=floor(pow(1.618034,p)/2.236068*vec2(1.,1.618034)+.5),d=fract((g+1.)*.618034)*6.283185-3.883222,e=-2.*g,f=vec2(atan(c.y,c.x),c.z-1.),q=floor(vec2(e.y*f.x-d.y*(f.y*k+1.),-e.x*f.x+d.x*(f.y*k+1.))/(d.x*e.y-e.x*d.y));float n=3.141593;vec3 s;for(float h=0.;h<4.;h+=1.){vec2 t=vec2(mod(h,2.),floor(h*.5));float j=dot(g,q+t);if(j>k)continue;float a=j,b=0.;if(a>=524288.)a-=524288.,b+=.803894;if(a>=262144.)a-=262144.,b+=.901947;if(a>=131072.)a-=131072.,b+=.950973;if(a>=65536.)a-=65536.,b+=.475487;if(a>=32768.)a-=32768.,b+=.737743;if(a>=16384.)a-=16384.,b+=.868872;if(a>=8192.)a-=8192.,b+=.934436;if(a>=4096.)a-=4096.,b+=.467218;if(a>=2048.)a-=2048.,b+=.733609;if(a>=1024.)a-=1024.,b+=.866804;if(a>=512.)a-=512.,b+=.433402;if(a>=256.)a-=256.,b+=.216701;if(a>=128.)a-=128.,b+=.108351;if(a>=64.)a-=64.,b+=.554175;if(a>=32.)a-=32.,b+=.777088;if(a>=16.)a-=16.,b+=.888544;if(a>=8.)a-=8.,b+=.944272;if(a>=4.)a-=4.,b+=.472136;if(a>=2.)a-=2.,b+=.236068;if(a>=1.)a-=1.,b+=.618034;float l=fract(b)*6.283185,i=1.-2.*j*I,m=sqrt(1.-i*i);vec3 o=vec3(cos(l)*m,sin(l)*m,i);float u=length(c-o);if(u<n)n=u,s=o;}w=n;return s.xzy;}void main(){vec2 a=(gl_FragCoord.xy/r*2.-1.)/C-x*vec2(1.,-1.)/r;a.x*=r.x/r.y;float c=dot(a,a),b;vec3 d=vec3(0.,0.,1.),e=normalize(vec3(a,sqrt(.64-c)));if(c<=.64){vec3 f=e*J(B,A),g=v(f,b);float j=asin(g.y),h=acos(-g.x/cos(j));h=g.z<0.?-h:h;float t=texture2D(H,vec2(h*.5/3.141593,-(j/3.141593+.5))).x,u=smoothstep(8e-3,0.,b),l=dot(e,d),s=pow(l,F)*E,m=t*u*s,N=mix((1.-m)*pow(l,.4),m,G)+.1;gl_FragColor=vec4(L*N,1.);int O=int(D);float n=0.;for(int i=0;i<64;i++){if(i>=O)break;vec4 o=z[i];vec3 p=o.xyz,w=p-f;float q=o.w;if(dot(w,w)>q*q*4.)continue;vec3 P=v(p,b);b=length(P-f),b<q?n+=smoothstep(q*.5,0.,b):0.;}n=min(1.,n*s),gl_FragColor.xyz=mix(gl_FragColor.xyz,M,n),gl_FragColor.xyz+=pow(1.-dot(e,d),4.)*y;}float K=pow(dot(normalize(vec3(-a,sqrt(1.-c))),d),4.)*smoothstep(.1,1.,.2/(c-.64));gl_FragColor+=vec4(K*y,K);}\",uniforms:{r:{type:\"vec2\",value:[m.width,m.height]},A:_(\"float\",a),B:_(\"float\",o),k:_(\"float\",t),E:_(\"float\",i),L:_(\"vec3\",f),M:_(\"vec3\",r),F:_(\"float\",n),y:_(\"vec3\",l),G:_(\"float\",g),z:{type:\"vec4\",value:U(m[c])},D:{type:\"float\",value:m[c].length},x:_(\"vec2\",v,[0,0]),C:_(\"float\",s,1)},mode:4,geometry:{vertices:[{x:-100,y:100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0},{x:100,y:-100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0}]},onRender:({uniforms:e})=>{let a={};if(m.onRender){m.onRender(a);for(let o in d)void 0!==a[o]&&(e[d[o]].value=a[o]);void 0!==a[c]&&(e.z.value=U(a[c]),e.D.value=a[c].length),a.width&&a.height&&(e.r.value=[a.width,a.height])}}}),y};export{D as default};\n\n//# sourceMappingURL=index.esm.js.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addPropertyControls, ControlType, Color, RenderTarget } from \"framer\";\nimport { useEffect, useRef } from \"react\";\nimport createGlobe from \"cobe\";\nimport { useSpring } from \"framer-motion\"; /**\n                                           * GLOBE FOR FRAMER\n                                           * @framerIntrinsicWidth 300\n                                           * @framerIntrinsicHeight 300\n                                           * @framerDisableUnlink\n                                           *\n                                           * @framerSupportedLayoutWidth fixed\n                                           * @framerSupportedLayoutHeight fixed\n                                           */\nexport default function Globe(props) {\n  const {\n    background,\n    baseColor,\n    glowColor,\n    isDraggable,\n    dragOptions,\n    speed,\n    theta,\n    phi,\n    dark,\n    diffuse,\n    maxSamples,\n    mapBrightness,\n    markerSize,\n    markerArray,\n    markerColor,\n    scale,\n    alignment,\n    maxWidth,\n    offset\n  } = props;\n  const {\n    offsetX,\n    offsetY\n  } = offset;\n  const {\n    stiffness,\n    damping,\n    mass\n  } = dragOptions;\n  const canvasRef = useRef();\n  const pointerInteracting = useRef(null);\n  const pointerInteractionMovement = useRef(0);\n  const isCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const r = useSpring(0, {\n    stiffness: stiffness,\n    damping: damping,\n    mass: mass,\n    restDelta: 1e-4,\n    restSpeed: 1e-4\n  });\n  const fadeMask = \"radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 70%)\";\n  useEffect(() => {\n    let phiValue = phi;\n    let width = 0;\n    const onResize = () => {\n      if (canvasRef.current && (width = canvasRef.current.offsetWidth)) {\n        window.addEventListener(\"resize\", onResize);\n      }\n    };\n    onResize();\n    const baseConvert = convertRGB(baseColor);\n    const glowConvert = convertRGB(glowColor);\n    const markerConvert = convertRGB(markerColor);\n    const globe = createGlobe(canvasRef.current, {\n      devicePixelRatio: 2,\n      width: width * 2,\n      height: width * 2,\n      phi: phi,\n      theta: theta,\n      dark: dark,\n      diffuse: diffuse,\n      mapSamples: maxSamples,\n      mapBrightness: mapBrightness,\n      baseColor: [baseConvert.r, baseConvert.g, baseConvert.b],\n      glowColor: [glowConvert.r, glowConvert.g, glowConvert.b],\n      markerColor: [markerConvert.r, markerConvert.g, markerConvert.b],\n      markers: markerArray.map(marker => {\n        return {\n          location: [marker.latitude, marker.longitude],\n          size: markerSize\n        };\n      }),\n      scale: scale,\n      offset: [offsetX, offsetY],\n      onRender: state => {\n        if (!isCanvas) {\n          state.phi = phiValue + r.get();\n        }\n        state.width = width * 2;\n        state.height = width * 2;\n        if (!isCanvas) {\n          state.phi = phiValue + r.get();\n          phiValue += speed / 200;\n        }\n      }\n    });\n    return () => {\n      globe.destroy();\n    };\n  }, [props]);\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      ...flexStyles,\n      placeItems: alignment,\n      background: background\n    },\n    children: /*#__PURE__*/_jsx(\"div\", {\n      style: {\n        width: \"100%\",\n        aspectRatio: \"1/1\",\n        maxWidth: maxWidth,\n        WebkitMaskImage: fadeMask,\n        MozMaskImage: fadeMask,\n        maskImage: fadeMask\n      },\n      children: /*#__PURE__*/_jsx(\"canvas\", {\n        ref: canvasRef,\n        style: {\n          width: \"100%\",\n          height: \"100%\",\n          contain: \"layout paint size\",\n          cursor: \"auto\",\n          userSelect: \"none\"\n        },\n        onPointerDown: e => {\n          if (isDraggable) {\n            pointerInteracting.current = e.clientX - pointerInteractionMovement.current;\n            canvasRef.current.style.cursor = \"grabbing\";\n          }\n        },\n        onPointerUp: () => {\n          if (isDraggable) {\n            pointerInteracting.current = null;\n            canvasRef.current.style.cursor = \"grab\";\n          }\n        },\n        onPointerOver: () => {\n          if (isDraggable) {\n            canvasRef.current.style.cursor = \"grab\";\n          }\n        },\n        onPointerOut: () => {\n          if (isDraggable) {\n            pointerInteracting.current = null;\n            canvasRef.current.style.cursor = \"auto\";\n          }\n        },\n        onMouseMove: e => {\n          if (isDraggable) {\n            if (pointerInteracting.current !== null) {\n              const delta = e.clientX - pointerInteracting.current;\n              pointerInteractionMovement.current = delta;\n              r.set(delta / 100);\n            }\n          }\n        },\n        onTouchMove: e => {\n          if (pointerInteracting.current !== null && e.touches[0]) {\n            const delta = e.touches[0].clientX - pointerInteracting.current;\n            pointerInteractionMovement.current = delta;\n            r.set(delta / 100);\n          }\n        }\n      })\n    })\n  });\n}\n; /* Default properties */\nGlobe.defaultProps = {\n  background: \"#000000\",\n  baseColor: \"#333333\",\n  glowColor: \"#ffffff\",\n  markerColor: \"#ffffff\",\n  isDraggable: true,\n  dragOptions: {\n    stiffness: 200,\n    damping: 40,\n    mass: 1\n  },\n  speed: 1,\n  phi: 0,\n  theta: .3,\n  dark: 1,\n  diffuse: 2,\n  mapBrightness: 20,\n  maxSamples: 2e4,\n  markerSize: .1,\n  markerArray: {\n    latitude: 52.3676,\n    longitude: 4.9041\n  },\n  scale: 1,\n  alignment: \"center\",\n  maxWidth: 800,\n  offset: {\n    offsetX: 0,\n    offsetY: 0\n  }\n};\nGlobe.displayName = \"Globe\";\nconst dp = Globe.defaultProps;\nconst dpOffset = Globe.defaultProps.offset;\nconst dpDrag = Globe.defaultProps.dragOptions;\naddPropertyControls(Globe, {\n  background: {\n    type: ControlType.Color,\n    title: \"Backdrop\",\n    defaultValue: dp.background\n  },\n  baseColor: {\n    type: ControlType.Color,\n    title: \"Base\",\n    defaultValue: dp.baseColor\n  },\n  glowColor: {\n    type: ControlType.Color,\n    title: \"Glow\",\n    defaultValue: dp.glowColor\n  },\n  markerColor: {\n    type: ControlType.Color,\n    title: \"Marker\",\n    defaultValue: dp.markerColor\n  },\n  isDraggable: {\n    type: ControlType.Boolean,\n    title: \"Draggable\",\n    defaultValue: dp.isDraggable\n  },\n  dragOptions: {\n    type: ControlType.Object,\n    title: \"Transition\",\n    controls: {\n      stiffness: {\n        type: ControlType.Number,\n        min: 0,\n        max: 1e3,\n        title: \"Stiffness\",\n        defaultValue: dpDrag.stiffness\n      },\n      damping: {\n        type: ControlType.Number,\n        min: 0,\n        max: 100,\n        title: \"Damping\",\n        defaultValue: dpDrag.damping\n      },\n      mass: {\n        type: ControlType.Number,\n        min: 0,\n        title: \"Mass\",\n        displayStepper: true,\n        defaultValue: dpDrag.mass\n      }\n    },\n    hidden(props) {\n      return !props.isDraggable;\n    }\n  },\n  speed: {\n    type: ControlType.Number,\n    min: 0,\n    step: .1,\n    displayStepper: true,\n    title: \"Speed\",\n    defaultValue: dp.speed\n  },\n  phi: {\n    type: ControlType.Number,\n    min: 0,\n    max: 6.28,\n    step: .01,\n    displayStepper: true,\n    title: \"Phi\",\n    defaultValue: dp.phi\n  },\n  theta: {\n    type: ControlType.Number,\n    min: -1.57,\n    max: 1.57,\n    step: .01,\n    title: \"Theta\",\n    defaultValue: dp.theta\n  },\n  dark: {\n    type: ControlType.Number,\n    min: 0,\n    max: 1,\n    step: .1,\n    displayStepper: true,\n    title: \"Dark\",\n    defaultValue: dp.dark\n  },\n  diffuse: {\n    type: ControlType.Number,\n    min: 0,\n    max: 5,\n    step: .01,\n    title: \"Diffuse\",\n    defaultValue: dp.diffuse\n  },\n  mapBrightness: {\n    type: ControlType.Number,\n    min: 0,\n    max: 12,\n    step: .01,\n    title: \"Brightness\",\n    defaultValue: dp.mapBrightness\n  },\n  maxSamples: {\n    type: ControlType.Number,\n    min: 0,\n    max: 1e5,\n    title: \"Samples\",\n    defaultValue: dp.maxSamples\n  },\n  scale: {\n    type: ControlType.Number,\n    min: 0,\n    max: 5,\n    step: .025,\n    displayStepper: true,\n    title: \"Scale\",\n    defaultValue: dp.scale\n  },\n  alignment: {\n    type: ControlType.Enum,\n    title: \"Align\",\n    options: [\"flex-start\", \"center\", \"flex-end\"],\n    optionIcons: [\"align-top\", \"align-middle\", \"align-bottom\"],\n    defaultValue: dp.alignment,\n    displaySegmentedControl: true\n  },\n  maxWidth: {\n    type: ControlType.Number,\n    title: \"Max Width\",\n    min: 100,\n    max: 5e3,\n    defaultValue: dp.maxWidth\n  },\n  offset: {\n    type: ControlType.Object,\n    title: \"Offset\",\n    controls: {\n      offsetX: {\n        type: ControlType.Number,\n        min: -5e3,\n        max: 5e3,\n        title: \"X\",\n        defaultValue: dpOffset.offsetX\n      },\n      offsetY: {\n        type: ControlType.Number,\n        min: -5e3,\n        max: 5e3,\n        title: \"Y\",\n        defaultValue: dpOffset.offsetY\n      }\n    }\n  },\n  markerSize: {\n    type: ControlType.Number,\n    min: 0,\n    max: 1,\n    step: .01,\n    title: \"Markers\",\n    defaultValue: dp.markerSize\n  },\n  markerArray: {\n    type: ControlType.Array,\n    title: \"Location\",\n    // defaultValue: [{ latitude: 52.3676, longitude: 4.9041 }],\n    control: {\n      type: ControlType.Object,\n      title: \"Location\",\n      controls: {\n        latitude: {\n          type: ControlType.Number,\n          min: -90,\n          max: 90,\n          title: \"Lat\",\n          step: 1e-4,\n          defaultValue: dp.markerArray.latitude\n        },\n        longitude: {\n          type: ControlType.Number,\n          min: -180,\n          max: 180,\n          title: \"Long\",\n          step: 1e-4,\n          defaultValue: dp.markerArray.longitude\n        }\n      }\n    }\n  }\n}); /* Styles */\nconst flexStyles = {\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  placeItems: \"center\",\n  placeContent: \"center\",\n  overflow: \"visible\"\n}; /* Functions */\nconst convertRGB = color => {\n  return {\n    r: Color(color).r / 255,\n    g: Color(color).g / 255,\n    b: Color(color).b / 255\n  };\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Globe\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerDisableUnlink\": \"*\",\n        \"framerIntrinsicWidth\": \"300\",\n        \"framerIntrinsicHeight\": \"300\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Globe.map", "// Generated by Framer (4431e6b)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, optimizeAppear, optimizeAppearTransformTemplate, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, SVG, useHydratedBreakpointVariants, useQueryData, useRouteElementId, useRouter, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Globe from \"https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js\";\nimport Footer from \"https://framerusercontent.com/modules/kXPX2DMEMhDvGJx06IFz/Omvhz7RKSCzQAAzKR5NM/D5VqZFVIh.js\";\nimport CardProduct from \"https://framerusercontent.com/modules/nW02zAohQZhXIguecgKZ/PDlaCIIYWYY0huL7mV8P/JgNG_diza.js\";\nimport Button from \"https://framerusercontent.com/modules/5tsriXKqwB81uySD2x45/eT1UtkinDBv3Us7hYFeH/mk9rPy_B_.js\";\nimport Navbar from \"https://framerusercontent.com/modules/nqyxoK5gPYE6bngq5IUt/eC1dWesnVi1hxV6LfDLL/NwFr5tK7o.js\";\nimport Newsletter from \"https://framerusercontent.com/modules/A2poXXMdxLiHASyJ2Qls/kmN7eZW26kJEDjFNH0xH/vkybezCSg.js\";\nimport ShadeTexture from \"https://framerusercontent.com/modules/pn4qc034NVSpfswiDCDU/0RWTZ1U8MLyghNoBBm4n/XHIVP79JT.js\";\nimport Resources from \"https://framerusercontent.com/modules/uG7ZjHCJiCUYvwoCKiHY/fqusi2iGcCkffa1dv4r8/HL723POMx.js\";\nimport Products from \"https://framerusercontent.com/modules/sLWa476qBExu2B9l5nk1/AgQOldHp46h7kmWXpfET/RzhI6DgcL.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/mZu7meWEJ2wyCbDuEE9e/nxMevN98M5nxr7VyUL4u/k5S6LNlMG.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/9QgoNoiynI5osgacaKqD/xQwid7f9fxxg5Wo5f5Mn/MDZ6W4tVB.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/gSBCzn8k6geX0wVdoP32/E5QiElA5Q7liAzeIIsvL/MTfFkVwJa.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/5xQZNi3hwH5T5Hm5tC2m/qZJA4oL2CPaQzUU7DQk3/tECGdm0dA.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/Ak26LWFTfptnYBL8rAiX/SkbSTdz9Q3RQZf7z8Nke/augiA20Il.js\";\nconst NavbarFonts = getFonts(Navbar);\nconst ButtonFonts = getFonts(Button);\nconst ImageWithFX = withFX(Image);\nconst MotionDivWithFX = withFX(motion.div);\nconst GlobeFonts = getFonts(Globe);\nconst ContainerWithFX = withFX(Container);\nconst ShadeTextureFonts = getFonts(ShadeTexture);\nconst CardProductFonts = getFonts(CardProduct);\nconst NewsletterFonts = getFonts(Newsletter);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"WQLkyLRf1\", \"WFa0uRzPh\", \"tVPiYGPgG\"];\nconst breakpoints = {\n  tVPiYGPgG: \"(max-width: 793px)\",\n  WFa0uRzPh: \"(min-width: 794px) and (max-width: 999px)\",\n  WQLkyLRf1: \"(min-width: 1000px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  tVPiYGPgG: \"framer-v-17igd0n\",\n  WFa0uRzPh: \"framer-v-15eoacp\",\n  WQLkyLRf1: \"framer-v-72rtr7\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"WQLkyLRf1\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"WQLkyLRf1\",\n  Phone: \"tVPiYGPgG\",\n  Tablet: \"WFa0uRzPh\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transformTemplate = (_, t) => `translateX(-50%) ${t}`;\nconst transition1 = {\n  damping: 66,\n  delay: .2,\n  mass: .1,\n  stiffness: 295,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  scale: .9,\n  transition: transition1,\n  x: 0,\n  y: 30\n};\nconst transformTemplate1 = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: .001,\n  rotate: 0,\n  scale: .9,\n  x: 0,\n  y: 30\n};\nconst transition2 = {\n  damping: 66,\n  delay: 0,\n  mass: .1,\n  stiffness: 295,\n  type: \"spring\"\n};\nconst animation3 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .9,\n  transition: transition2,\n  x: 0,\n  y: 30\n};\nconst animation4 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 0\n};\nconst transition3 = {\n  damping: 66,\n  delay: .3,\n  mass: .1,\n  stiffness: 295,\n  type: \"spring\"\n};\nconst animation5 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .9,\n  transition: transition3,\n  x: 0,\n  y: 30\n};\nconst animation6 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 0\n};\nconst transition4 = {\n  damping: 66,\n  delay: .1,\n  mass: .1,\n  stiffness: 234,\n  type: \"spring\"\n};\nconst animation7 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .9,\n  transition: transition4,\n  x: 0,\n  y: 30\n};\nconst transformTemplate2 = (_, t) => `perspective(1200px) translateX(-50%) ${t}`;\nconst animation8 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst transition5 = {\n  damping: 26,\n  delay: .8,\n  mass: .1,\n  stiffness: 105,\n  type: \"spring\"\n};\nconst animation9 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .9,\n  transition: transition5,\n  x: 0,\n  y: 30\n};\nconst animation10 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition5,\n  x: 0,\n  y: 0\n};\nconst transition6 = {\n  damping: 26,\n  delay: 1,\n  mass: .1,\n  stiffness: 105,\n  type: \"spring\"\n};\nconst animation11 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .9,\n  transition: transition6,\n  x: 0,\n  y: 30\n};\nconst animation12 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition6,\n  x: 0,\n  y: 0\n};\nconst transition7 = {\n  damping: 26,\n  delay: .5,\n  mass: .1,\n  stiffness: 105,\n  type: \"spring\"\n};\nconst animation13 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition7,\n  x: 0,\n  y: 30\n};\nconst animation14 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition7,\n  x: 0,\n  y: 0\n};\nconst animation15 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 30\n};\nconst transition8 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 47,\n  type: \"spring\"\n};\nconst animation16 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .7,\n  transition: transition8,\n  x: 0,\n  y: 190\n};\nconst animation17 = {\n  opacity: .6,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition8,\n  x: 0,\n  y: 0\n};\nconst animation18 = {\n  opacity: .001,\n  rotate: 0,\n  scale: .7,\n  x: 0,\n  y: 190\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst isSet = value => {\n  return value !== undefined && value !== null && value !== \"\";\n};\nconst QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst transition9 = {\n  damping: 30,\n  delay: 1,\n  mass: 1,\n  stiffness: 203,\n  type: \"spring\"\n};\nconst animation19 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition9,\n  x: 0,\n  y: 50\n};\nconst animation20 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition9,\n  x: 0,\n  y: 0\n};\nconst animation21 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 50\n};\nconst metadata = metadataProvider();\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"WQLkyLRf1\",\n  sIua0T88CDsKj9Dvxo,\n  Ft1ZuJUTBDsKj9Dvxo,\n  B7ih4ePFUDsKj9Dvxo,\n  yBOfZBPjoDsKj9Dvxo,\n  IQmLK7BSPDsKj9Dvxo,\n  WqeI9_uz6DsKj9Dvxo,\n  V22CNQ5A_DsKj9Dvxo,\n  flPExD4mzDsKj9Dvxo,\n  idDsKj9Dvxo,\n  wb6n58BsUqKnMXdCqj,\n  WvJqgdtSIqKnMXdCqj,\n  CXIKbWbHFqKnMXdCqj,\n  tR9IVQNvaqKnMXdCqj,\n  GIRrCkegdqKnMXdCqj,\n  wSim4gIhGqKnMXdCqj,\n  idqKnMXdCqj,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const isDisplayed = () => {\n    if ([\"WFa0uRzPh\", \"tVPiYGPgG\"].includes(baseVariant)) return true;\n    return !isBrowser();\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"tVPiYGPgG\") return !isBrowser();\n    return true;\n  };\n  const router = useRouter();\n  const isDisplayed2 = () => {\n    if ([\"WFa0uRzPh\", \"tVPiYGPgG\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const id1 = useRouteElementId(\"i6bnQcKhr\");\n  const ref1 = React.useRef(null);\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"WQLkyLRf1\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-J4wSQ\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-72rtr7\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              tVPiYGPgG: {\n                transformTemplate\n              },\n              WFa0uRzPh: {\n                layoutScroll: true,\n                transformTemplate\n              }\n            },\n            children: /*#__PURE__*/_jsx(Container, {\n              className: \"framer-dc7y2u-container\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    variant: \"EbfsnnN8S\"\n                  },\n                  WFa0uRzPh: {\n                    variant: \"EbfsnnN8S\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Navbar, {\n                  height: \"100%\",\n                  id: \"myzvzAJXY\",\n                  layoutId: \"myzvzAJXY\",\n                  link1Text: \"Link\",\n                  link2Text: \"Link\",\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"nx4pdNI4d\",\n                  width: \"100%\"\n                })\n              })\n            })\n          }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1m2wlao hidden-72rtr7\",\n            \"data-framer-name\": \"nav-filler\",\n            name: \"nav-filler\"\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1t4yqv8\",\n            \"data-framer-name\": \"hero\",\n            name: \"hero\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1lpsp5b\",\n              \"data-framer-name\": \"hero text\",\n              name: \"hero text\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"7j18t8\",\n                    animate: optimizeAppear(\"animate\", \"7j18t8\", animation1, \"17igd0n\"),\n                    initial: optimizeAppear(\"initial\", \"7j18t8\", animation2, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"7j18t8\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"tm0fkf\",\n                    animate: optimizeAppear(\"animate\", \"tm0fkf\", animation1, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"tm0fkf\", animation2, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"tm0fkf\", transformTemplate1)\n                  }\n                },\n                children: /*#__PURE__*/_jsxs(motion.div, {\n                  animate: optimizeAppear(\"animate\", \"1lnrfgl\", animation1, \"72rtr7\"),\n                  className: \"framer-1lnrfgl\",\n                  \"data-framer-appear-id\": \"1lnrfgl\",\n                  \"data-framer-name\": \"designed for framer\",\n                  exit: animation,\n                  initial: optimizeAppear(\"initial\", \"1lnrfgl\", animation2, \"72rtr7\"),\n                  name: \"designed for framer\",\n                  transformTemplate: optimizeAppearTransformTemplate(\"1lnrfgl\", transformTemplate1),\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"Q1VTVE9NO0NsYXNoIEdyb3Rlc2sgTWVkaXVt\",\n                          \"--framer-font-family\": '\"Clash Grotesk Medium\", sans-serif',\n                          \"--framer-font-size\": \"18px\",\n                          \"--framer-line-height\": \"150%\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(231, 209, 176)\"\n                        },\n                        children: \"Designed for\"\n                      })\n                    }),\n                    className: \"framer-eg4vu8\",\n                    \"data-framer-name\": \"Designed for\",\n                    fonts: [\"CUSTOM;Clash Grotesk Medium\"],\n                    name: \"Designed for\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-4igdl3\",\n                    \"data-framer-name\": \"framer logo\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 23,\n                    intrinsicWidth: 16,\n                    name: \"framer logo\",\n                    svg: '<svg width=\"16\" height=\"23\" viewBox=\"0 0 16 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.9269 9.01018H14.8949C15.318 9.01018 15.6609 8.66719 15.6609 8.24409V1.73228C15.6609 1.30918 15.318 0.966187 14.8949 0.966187H1.10515C0.894372 0.966187 0.692909 1.05303 0.548186 1.20626C0.257674 1.51386 0.271527 1.99873 0.579128 2.28924L6.0731 7.47799H1.10515C0.682045 7.47799 0.339052 7.82098 0.339052 8.24409V14.7559C0.339052 14.9667 0.425892 15.1681 0.579128 15.3129L7.47398 21.8247C7.6217 21.9642 7.81878 22.0393 8.02188 22.0335C8.22498 22.0277 8.41745 21.9414 8.55696 21.7937C8.69127 21.6515 8.7661 21.4633 8.7661 21.2677V15.522H14.8949C15.318 15.522 15.6609 15.179 15.6609 14.7559C15.6609 14.5451 15.5741 14.3437 15.4209 14.1989L9.9269 9.01018ZM7.69542 9.01018H1.87124V14.4257L7.23391 19.4904V14.7559C7.23391 14.3328 7.5769 13.9898 8 13.9898H12.968L7.69542 9.01018ZM14.1288 7.47799H8.30458L3.03205 2.49838H14.1288V7.47799Z\" fill=\"#E7D1B1\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"Q1VTVE9NO0NsYXNoIEdyb3Rlc2sgTWVkaXVt\",\n                          \"--framer-font-family\": '\"Clash Grotesk Medium\", sans-serif',\n                          \"--framer-font-size\": \"18px\",\n                          \"--framer-line-height\": \"150%\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(231, 209, 176)\"\n                        },\n                        children: \"Framer\"\n                      })\n                    }),\n                    className: \"framer-ahbgtb\",\n                    \"data-framer-name\": \"Framer\",\n                    fonts: [\"CUSTOM;Clash Grotesk Medium\"],\n                    name: \"Framer\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"57cw8i\",\n                    animate: optimizeAppear(\"animate\", \"57cw8i\", animation4, \"17igd0n\"),\n                    initial: optimizeAppear(\"initial\", \"57cw8i\", animation2, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"57cw8i\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"14bgx4u\",\n                    animate: optimizeAppear(\"animate\", \"14bgx4u\", animation4, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"14bgx4u\", animation2, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"14bgx4u\", transformTemplate1)\n                  }\n                },\n                children: /*#__PURE__*/_jsxs(motion.div, {\n                  animate: optimizeAppear(\"animate\", \"1rfe802\", animation4, \"72rtr7\"),\n                  className: \"framer-1rfe802\",\n                  \"data-framer-appear-id\": \"1rfe802\",\n                  \"data-framer-name\": \"hero strapline\",\n                  exit: animation3,\n                  initial: optimizeAppear(\"initial\", \"1rfe802\", animation2, \"72rtr7\"),\n                  name: \"hero strapline\",\n                  transformTemplate: optimizeAppearTransformTemplate(\"1rfe802\", transformTemplate1),\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        className: \"framer-styles-preset-1v11azg\",\n                        \"data-styles-preset\": \"MTfFkVwJa\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\"\n                        },\n                        children: \"High-quality templates\"\n                      })\n                    }),\n                    className: \"framer-1kask5h\",\n                    \"data-framer-name\": \"High-quality templates\",\n                    name: \"High-quality templates\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-10zcnx2\",\n                    \"data-framer-name\": \"graphic\",\n                    name: \"graphic\",\n                    children: isDisplayed1() && /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-5d77v hidden-17igd0n\",\n                      \"data-framer-name\": \"curl gfk\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 10,\n                      intrinsicWidth: 102,\n                      name: \"curl gfk\",\n                      svg: '<svg width=\"102\" height=\"10\" viewBox=\"0 0 102 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.684016 0.450616C0.646748 0.567078 0.728278 0.683541 0.879678 0.737114C31.6606 10.9601 69.1474 13.4617 101.065 4.48252C101.242 4.43128 101.347 4.30084 101.321 4.16807C101.299 4.11663 101.26 4.0747 101.21 4.0499C101.16 4.0251 101.103 4.0191 101.049 4.03298C68.1155 9.33898 32.4805 10.103 0.991477 0.33881C0.935363 0.317226 0.873344 0.316657 0.816841 0.337203C0.760339 0.35775 0.71316 0.398029 0.684016 0.450616Z\" fill=\"#9B9B9B\"/>\\n<path d=\"M24.0323 1.57564C41.5016 5.89637 68.4416 6.09203 86.0018 1.86447C86.3232 1.7876 86.1928 1.44288 85.8597 1.49179C67.9245 4.13314 42.0444 3.95845 24.1768 1.20297C23.8437 1.15172 23.7109 1.49644 24.0323 1.57564Z\" fill=\"#9B9B9B\"/>\\n<path d=\"M89.3955 1.45683C90.6096 1.43412 91.8109 1.20409 92.9476 0.77669C93.4856 0.569388 93.269 -0.0129182 92.6564 0.00105727C91.4398 0.0215907 90.2358 0.251667 89.0973 0.68119C88.5663 0.888492 88.7852 1.47081 89.3955 1.45683Z\" fill=\"#9B9B9B\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-rhuk7v hidden-17igd0n\",\n                    \"data-framer-name\": \"graphic\",\n                    name: \"graphic\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-xkhz5m\",\n                      \"data-framer-name\": \"star gfk\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 33,\n                      intrinsicWidth: 33,\n                      name: \"star gfk\",\n                      svg: '<svg width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.299 18.182C16.723 19.0413 17.0981 19.9094 17.4716 20.7829L18.0102 22.0982L18.5168 23.4041C18.6765 23.8444 18.8919 24.2722 19.0819 24.7272C19.2741 25.1558 19.3857 25.6161 19.4113 26.0851C19.4837 27.1222 19.2821 28.1601 18.8267 29.0946L18.5602 29.155C17.7401 28.5175 17.1021 27.6755 16.7102 26.7135C16.524 26.2807 16.4211 25.8167 16.4069 25.3459C16.39 24.8724 16.3922 24.3929 16.344 23.9276L16.2148 22.5186L16.1206 21.1084C16.0762 20.1583 16.0249 19.2119 16.0278 18.2584L16.299 18.182Z\" fill=\"white\"/>\\n<path d=\"M14.3356 16.4995C13.4747 16.9288 12.6081 17.2986 11.7331 17.6774L10.4178 18.216L9.11347 18.7173C8.67159 18.8823 8.24536 19.0924 7.79032 19.2824C7.36193 19.4776 6.90089 19.5911 6.43087 19.6171C5.39399 19.6867 4.35685 19.4852 3.42143 19.0325L3.36258 18.7607C4.00006 17.9405 4.84209 17.3025 5.80412 16.9107C6.23831 16.7291 6.70143 16.6263 7.17172 16.6074C7.64365 16.5958 8.12309 16.598 8.59378 16.5514L9.99895 16.4153L11.4091 16.3211C12.3593 16.2767 13.3056 16.2254 14.2645 16.2299L14.3356 16.4995Z\" fill=\"white\"/>\\n<path d=\"M15.2698 14.9755C14.8443 14.1214 14.4707 13.248 14.0956 12.3799L13.5571 11.0646L13.0558 9.76022C12.8908 9.31833 12.677 8.88522 12.4853 8.4355C12.2943 8.00474 12.1832 7.54281 12.1576 7.07228C12.0848 6.03709 12.2858 5.00099 12.7406 4.06817L13.0086 4.00243C13.8288 4.63991 14.4668 5.48193 14.8586 6.44397C15.0448 6.8767 15.1478 7.34068 15.162 7.81156C15.1788 8.28507 15.1766 8.76451 15.2232 9.2352L15.386 10.6482L15.4786 12.0637C15.5246 13.0085 15.5705 13.9533 15.5714 14.9138L15.2698 14.9755Z\" fill=\"white\"/>\\n<path d=\"M17.7461 15.4263C18.6055 15.0024 19.4736 14.6273 20.3417 14.2522L21.657 13.7136L22.9629 13.207C23.4032 13.0473 23.8364 12.8335 24.2861 12.6419C24.7142 12.4484 25.1748 12.3367 25.644 12.3125C26.6792 12.2397 27.7153 12.4408 28.6481 12.8955L28.7138 13.1636C28.0763 13.9837 27.2343 14.6218 26.2723 15.0136C25.8396 15.1998 25.3756 15.3027 24.9047 15.3169C24.4312 15.3338 23.9517 15.3316 23.481 15.3782L22.0774 15.509L20.6619 15.6016C19.7171 15.6476 18.7708 15.6989 17.8119 15.6944L17.7461 15.4263Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  })]\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"1v3pb24\",\n                    animate: optimizeAppear(\"animate\", \"1v3pb24\", animation1, \"17igd0n\"),\n                    initial: optimizeAppear(\"initial\", \"1v3pb24\", animation2, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"1v3pb24\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"1zggq9\",\n                    animate: optimizeAppear(\"animate\", \"1zggq9\", animation1, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"1zggq9\", animation2, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"1zggq9\", transformTemplate1)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  animate: optimizeAppear(\"animate\", \"ilukoa\", animation1, \"72rtr7\"),\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-1mld62y\",\n                      \"data-styles-preset\": \"MDZ6W4tVB\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: \"A collection of high-performing and well-designed Framer templates to set up your website\"\n                    })\n                  }),\n                  className: \"framer-ilukoa\",\n                  \"data-framer-appear-id\": \"ilukoa\",\n                  \"data-framer-name\": \"A collection of high-performing and well-designed Framer templates to set up your website\",\n                  exit: animation,\n                  initial: optimizeAppear(\"initial\", \"ilukoa\", animation2, \"72rtr7\"),\n                  name: \"A collection of high-performing and well-designed Framer templates to set up your website\",\n                  transformTemplate: optimizeAppearTransformTemplate(\"ilukoa\", transformTemplate1),\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"ousnwt\",\n                    animate: optimizeAppear(\"animate\", \"ousnwt\", animation6, \"17igd0n\"),\n                    initial: optimizeAppear(\"initial\", \"ousnwt\", animation2, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"ousnwt\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"1pte7q9\",\n                    animate: optimizeAppear(\"animate\", \"1pte7q9\", animation6, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"1pte7q9\", animation2, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"1pte7q9\", transformTemplate1)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Container, {\n                  animate: optimizeAppear(\"animate\", \"kbw5s6\", animation6, \"72rtr7\"),\n                  className: \"framer-kbw5s6-container\",\n                  \"data-framer-appear-id\": \"kbw5s6\",\n                  exit: animation5,\n                  initial: optimizeAppear(\"initial\", \"kbw5s6\", animation2, \"72rtr7\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"kbw5s6\", transformTemplate1),\n                  children: /*#__PURE__*/_jsx(Button, {\n                    height: \"100%\",\n                    iconLeading: false,\n                    iconTrailing: false,\n                    id: \"fvSvgZFn9\",\n                    label: \"Browse templates\",\n                    layoutId: \"fvSvgZFn9\",\n                    link: resolveLink({\n                      webPageId: \"mYKh3Molx\"\n                    }, router),\n                    newTab: false,\n                    selectLeadingIcon: \"w7FDF7ndG\",\n                    selectTrailingIncon: \"w7FDF7ndG\",\n                    smoothScroll: false,\n                    variant: \"KtsJs57lb\",\n                    width: \"100%\"\n                  })\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1spfzrl\",\n              \"data-framer-name\": \"hero right graphics\",\n              name: \"hero right graphics\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"3y7bn8\",\n                    animate: optimizeAppear(\"animate\", \"3y7bn8\", animation4, \"17igd0n\"),\n                    initial: optimizeAppear(\"initial\", \"3y7bn8\", animation2, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"3y7bn8\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"pawvh0\",\n                    animate: optimizeAppear(\"animate\", \"pawvh0\", animation4, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"pawvh0\", animation2, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"pawvh0\", transformTemplate1)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__adjustPosition: false,\n                  __framer__offset: 0,\n                  __framer__parallaxTransformEnabled: true,\n                  __framer__speed: 115,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  animate: optimizeAppear(\"animate\", \"1dbdm82\", animation4, \"72rtr7\"),\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    sizes: \"154px\",\n                    src: new URL(\"https://framerusercontent.com/images/dmrXwG5zlSEo71ExISQPsjUblNk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/dmrXwG5zlSEo71ExISQPsjUblNk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/dmrXwG5zlSEo71ExISQPsjUblNk.png\").href} 617w`\n                  },\n                  className: \"framer-1dbdm82\",\n                  \"data-framer-appear-id\": \"1dbdm82\",\n                  \"data-framer-name\": \"Colour Picker\",\n                  exit: animation3,\n                  initial: optimizeAppear(\"initial\", \"1dbdm82\", animation2, \"72rtr7\"),\n                  name: \"Colour Picker\",\n                  transformTemplate: optimizeAppearTransformTemplate(\"1dbdm82\", transformTemplate1)\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"14u3owi\",\n                    animate: optimizeAppear(\"animate\", \"14u3owi\", animation8, \"17igd0n\"),\n                    background: {\n                      alt: \"\",\n                      fit: \"stretch\",\n                      sizes: \"124px\",\n                      src: new URL(\"https://framerusercontent.com/images/1BzoDb8GwG4FACfdlRylzbY9o.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/1BzoDb8GwG4FACfdlRylzbY9o.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1BzoDb8GwG4FACfdlRylzbY9o.png\").href} 756w`\n                    },\n                    initial: optimizeAppear(\"initial\", \"14u3owi\", animation2, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"14u3owi\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"pzoy75\",\n                    animate: optimizeAppear(\"animate\", \"pzoy75\", animation8, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"pzoy75\", animation2, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"pzoy75\", transformTemplate2)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ImageWithFX, {\n                  __framer__adjustPosition: false,\n                  __framer__offset: 0,\n                  __framer__parallaxTransformEnabled: true,\n                  __framer__speed: 130,\n                  __perspectiveFX: false,\n                  __targetOpacity: 1,\n                  animate: optimizeAppear(\"animate\", \"n8ndph\", animation8, \"72rtr7\"),\n                  background: {\n                    alt: \"\",\n                    fit: \"stretch\",\n                    sizes: \"188.1956px\",\n                    src: new URL(\"https://framerusercontent.com/images/1BzoDb8GwG4FACfdlRylzbY9o.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/1BzoDb8GwG4FACfdlRylzbY9o.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/1BzoDb8GwG4FACfdlRylzbY9o.png\").href} 756w`\n                  },\n                  className: \"framer-n8ndph\",\n                  \"data-framer-appear-id\": \"n8ndph\",\n                  \"data-framer-name\": \"UI\",\n                  exit: animation7,\n                  initial: optimizeAppear(\"initial\", \"n8ndph\", animation2, \"72rtr7\"),\n                  name: \"UI\",\n                  transformTemplate: optimizeAppearTransformTemplate(\"n8ndph\", transformTemplate2)\n                })\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tVPiYGPgG: {\n                  \"data-framer-appear-id\": \"t5r110\",\n                  animate: optimizeAppear(\"animate\", \"t5r110\", animation1, \"17igd0n\"),\n                  background: {\n                    alt: \"\",\n                    fit: \"stretch\",\n                    sizes: \"121px\",\n                    src: new URL(\"https://framerusercontent.com/images/qDsL8z5Shq7xXhr97fjCjFahFMk.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/qDsL8z5Shq7xXhr97fjCjFahFMk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/qDsL8z5Shq7xXhr97fjCjFahFMk.png\").href} 752w`\n                  },\n                  initial: optimizeAppear(\"initial\", \"t5r110\", animation2, \"17igd0n\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"t5r110\", transformTemplate1)\n                },\n                WFa0uRzPh: {\n                  \"data-framer-appear-id\": \"12eqhg4\",\n                  animate: optimizeAppear(\"animate\", \"12eqhg4\", animation1, \"15eoacp\"),\n                  initial: optimizeAppear(\"initial\", \"12eqhg4\", animation2, \"15eoacp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"12eqhg4\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__adjustPosition: false,\n                __framer__offset: 0,\n                __framer__parallaxTransformEnabled: true,\n                __framer__speed: 120,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                animate: optimizeAppear(\"animate\", \"g8tzwx\", animation1, \"72rtr7\"),\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  sizes: \"175px\",\n                  src: new URL(\"https://framerusercontent.com/images/qDsL8z5Shq7xXhr97fjCjFahFMk.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/qDsL8z5Shq7xXhr97fjCjFahFMk.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/qDsL8z5Shq7xXhr97fjCjFahFMk.png\").href} 752w`\n                },\n                className: \"framer-g8tzwx\",\n                \"data-framer-appear-id\": \"g8tzwx\",\n                \"data-framer-name\": \"Coffee\",\n                exit: animation,\n                initial: optimizeAppear(\"initial\", \"g8tzwx\", animation2, \"72rtr7\"),\n                name: \"Coffee\",\n                transformTemplate: optimizeAppearTransformTemplate(\"g8tzwx\", transformTemplate1)\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tVPiYGPgG: {\n                  \"data-framer-appear-id\": \"sg5f5r\",\n                  animate: optimizeAppear(\"animate\", \"sg5f5r\", animation6, \"17igd0n\"),\n                  background: {\n                    alt: \"\",\n                    fit: \"stretch\",\n                    sizes: \"114px\",\n                    src: new URL(\"https://framerusercontent.com/images/pKDZIz93GSPyHfWc4tRllGGes14.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/pKDZIz93GSPyHfWc4tRllGGes14.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/pKDZIz93GSPyHfWc4tRllGGes14.png\").href} 664w`\n                  },\n                  initial: optimizeAppear(\"initial\", \"sg5f5r\", animation2, \"17igd0n\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"sg5f5r\", transformTemplate1)\n                },\n                WFa0uRzPh: {\n                  \"data-framer-appear-id\": \"1neo5qy\",\n                  animate: optimizeAppear(\"animate\", \"1neo5qy\", animation6, \"15eoacp\"),\n                  initial: optimizeAppear(\"initial\", \"1neo5qy\", animation2, \"15eoacp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"1neo5qy\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsx(ImageWithFX, {\n                __framer__adjustPosition: false,\n                __framer__offset: 0,\n                __framer__parallaxTransformEnabled: true,\n                __framer__speed: 110,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                animate: optimizeAppear(\"animate\", \"mte2vh\", animation6, \"72rtr7\"),\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  sizes: \"166px\",\n                  src: new URL(\"https://framerusercontent.com/images/pKDZIz93GSPyHfWc4tRllGGes14.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/pKDZIz93GSPyHfWc4tRllGGes14.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/pKDZIz93GSPyHfWc4tRllGGes14.png\").href} 664w`\n                },\n                className: \"framer-mte2vh\",\n                \"data-framer-appear-id\": \"mte2vh\",\n                \"data-framer-name\": \"Medal\",\n                exit: animation5,\n                initial: optimizeAppear(\"initial\", \"mte2vh\", animation2, \"72rtr7\"),\n                name: \"Medal\",\n                transformTemplate: optimizeAppearTransformTemplate(\"mte2vh\", transformTemplate1)\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n            __framer__adjustPosition: false,\n            __framer__offset: 0,\n            __framer__parallaxTransformEnabled: true,\n            __framer__speed: 87,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-oz76r3\",\n            \"data-framer-name\": \"logos\",\n            name: \"logos\",\n            children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tVPiYGPgG: {\n                  \"data-framer-appear-id\": \"le6vbr\",\n                  animate: optimizeAppear(\"animate\", \"le6vbr\", animation10, \"17igd0n\"),\n                  initial: optimizeAppear(\"initial\", \"le6vbr\", animation2, \"17igd0n\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"le6vbr\", transformTemplate1)\n                },\n                WFa0uRzPh: {\n                  \"data-framer-appear-id\": \"1h02egg\",\n                  animate: optimizeAppear(\"animate\", \"1h02egg\", animation10, \"15eoacp\"),\n                  initial: optimizeAppear(\"initial\", \"1h02egg\", animation2, \"15eoacp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"1h02egg\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                animate: optimizeAppear(\"animate\", \"gi5xmr\", animation10, \"72rtr7\"),\n                className: \"framer-gi5xmr\",\n                \"data-framer-appear-id\": \"gi5xmr\",\n                \"data-framer-name\": \"made-by\",\n                exit: animation9,\n                initial: optimizeAppear(\"initial\", \"gi5xmr\", animation2, \"72rtr7\"),\n                name: \"made-by\",\n                transformTemplate: optimizeAppearTransformTemplate(\"gi5xmr\", transformTemplate1),\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-d30xln\",\n                      \"data-styles-preset\": \"k5S6LNlMG\",\n                      children: \"Made by\"\n                    })\n                  }),\n                  className: \"framer-l8o7eg\",\n                  \"data-framer-name\": \"Made by\",\n                  name: \"Made by\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-fhc0g7\",\n                  \"data-framer-name\": \"logos\",\n                  name: \"logos\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-fhkrbf\",\n                    \"data-framer-name\": \"PremondayLogo\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 20,\n                    intrinsicWidth: 126,\n                    name: \"PremondayLogo\",\n                    svg: '<svg width=\"126\" height=\"20\" viewBox=\"0 0 126 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_30_1245)\">\\n<path d=\"M14.6861 19.4791L9.52362 14.4561L19.238 4.97711L24.4005 10.0002L14.6861 19.4791ZM10.6893 14.4561L14.6584 18.3179L23.207 10.0002L19.238 6.11135L10.6893 14.4561Z\" fill=\"white\"/>\\n<path d=\"M23.8176 19.4791L9.52362 5.54416L14.6861 0.521118L29.0079 14.456L23.8176 19.4791ZM10.6893 5.54416L23.8176 18.3178L27.7866 14.456L14.6861 1.68236L10.6893 5.54416Z\" fill=\"white\"/>\\n<path d=\"M5.52718 19.4791L0.364685 14.4561L14.6864 0.521179L19.8489 5.54422L5.52718 19.4791ZM1.55817 14.4561L5.52718 18.3179L18.6555 5.54422L14.6864 1.68242L1.55817 14.4561Z\" fill=\"white\"/>\\n</g>\\n<path d=\"M38.6368 15.7838V3.2528H43.3444C44.3266 3.2528 45.1451 3.45601 45.7998 3.86242C46.4546 4.25754 46.9457 4.7712 47.2731 5.40339C47.6005 6.0243 47.7642 6.67907 47.7642 7.36772C47.7642 8.05636 47.6005 8.71678 47.2731 9.34897C46.9457 9.98117 46.4546 10.5005 45.7998 10.9069C45.1451 11.302 44.3266 11.4996 43.3444 11.4996H40.6181V15.7838H38.6368ZM43.3444 4.98005H40.6181V9.77232H43.3444C43.8863 9.77232 44.3379 9.65942 44.6991 9.43364C45.0604 9.19657 45.3313 8.8974 45.512 8.53615C45.6926 8.1636 45.7829 7.77977 45.7829 7.38465C45.7829 6.97824 45.6926 6.59441 45.512 6.23315C45.3313 5.86061 45.0604 5.56144 44.6991 5.33566C44.3379 5.09859 43.8863 4.98005 43.3444 4.98005Z\" fill=\"white\"/>\\n<path d=\"M48.7336 15.7838V6.8089H50.6641V7.99427H50.7318C50.9012 7.6443 51.1664 7.33385 51.5277 7.06291C51.9002 6.78068 52.4365 6.63956 53.1364 6.63956C53.3509 6.63956 53.5315 6.65085 53.6783 6.67343C53.8363 6.69601 53.9154 6.7073 53.9154 6.7073V8.57002C53.9154 8.57002 53.8307 8.55873 53.6614 8.53615C53.492 8.51357 53.3001 8.50228 53.0856 8.50228C52.2954 8.50228 51.6914 8.72806 51.2737 9.17963C50.8673 9.61991 50.6641 10.3368 50.6641 11.3302V15.7838H48.7336Z\" fill=\"white\"/>\\n<path d=\"M58.3709 15.9532C57.6146 15.9532 56.9598 15.8233 56.4066 15.5637C55.8647 15.2927 55.4132 14.9371 55.0519 14.4969C54.702 14.0453 54.4367 13.5429 54.256 12.9897C54.0867 12.4366 54.002 11.8721 54.002 11.2964C54.002 10.7319 54.0867 10.1731 54.256 9.61991C54.4254 9.06674 54.685 8.56437 55.035 8.1128C55.3849 7.66123 55.8309 7.30562 56.3728 7.04597C56.9146 6.77503 57.5525 6.63956 58.2863 6.63956C59.0765 6.63956 59.7708 6.82019 60.3691 7.18144C60.9788 7.53141 61.4529 8.05636 61.7916 8.75629C62.1415 9.44493 62.3165 10.3029 62.3165 11.3302V11.8552H55.9494C55.9946 12.5438 56.226 13.1365 56.6437 13.6332C57.0614 14.13 57.6371 14.3783 58.3709 14.3783C58.7886 14.3783 59.133 14.3106 59.4039 14.1751C59.6748 14.0283 59.8837 13.8647 60.0305 13.684C60.1772 13.5034 60.2788 13.3454 60.3353 13.2099C60.403 13.0744 60.4369 13.0067 60.4369 13.0067H62.2319C62.2319 13.0067 62.2036 13.1083 62.1472 13.3115C62.0907 13.5034 61.9835 13.7461 61.8254 14.0396C61.6787 14.3332 61.4642 14.6267 61.182 14.9202C60.8997 15.2137 60.5272 15.4621 60.0643 15.6653C59.6015 15.8572 59.037 15.9532 58.3709 15.9532ZM55.9663 10.5005H60.4538C60.4086 9.71023 60.1716 9.12883 59.7426 8.75629C59.3249 8.38374 58.8338 8.19747 58.2693 8.19747C57.6371 8.19747 57.1122 8.40632 56.6945 8.82402C56.2768 9.23043 56.0341 9.78925 55.9663 10.5005Z\" fill=\"white\"/>\\n<path d=\"M63.5276 15.7838V6.8089H65.458V8.07894H65.5257C65.6273 7.89831 65.7741 7.6951 65.966 7.46932C66.1692 7.24353 66.4345 7.05162 66.7619 6.89357C67.0893 6.72423 67.5014 6.63956 67.9981 6.63956C68.6641 6.63956 69.2173 6.79761 69.6576 7.11371C70.0979 7.42981 70.4253 7.84751 70.6398 8.36681H70.6736C70.9107 7.91524 71.255 7.51448 71.7066 7.16451C72.1582 6.81455 72.7565 6.63956 73.5016 6.63956C74.1338 6.63956 74.67 6.79197 75.1103 7.09678C75.5506 7.39029 75.878 7.79106 76.0924 8.29908C76.3182 8.7958 76.4311 9.36026 76.4311 9.99246V15.7838H74.5007V10.2634C74.5007 9.67636 74.3596 9.19657 74.0773 8.82402C73.7951 8.45148 73.3774 8.26521 72.8242 8.26521C72.3727 8.26521 72.0058 8.38939 71.7235 8.63775C71.4526 8.88611 71.255 9.19657 71.1308 9.56911C71.0067 9.93037 70.9446 10.2973 70.9446 10.6698V15.7838H69.0141V10.2634C69.0141 9.67636 68.873 9.19657 68.5908 8.82402C68.3085 8.45148 67.8908 8.26521 67.3377 8.26521C66.8861 8.26521 66.5192 8.38939 66.237 8.63775C65.966 8.88611 65.7685 9.19657 65.6443 9.56911C65.5201 9.93037 65.458 10.2973 65.458 10.6698V15.7838H63.5276Z\" fill=\"white\"/>\\n<path d=\"M82.148 15.9532C81.1658 15.9532 80.3361 15.733 79.6587 15.2927C78.9927 14.8525 78.4847 14.2767 78.1347 13.5655C77.796 12.8543 77.6267 12.0979 77.6267 11.2964C77.6267 10.4948 77.796 9.73845 78.1347 9.02723C78.4847 8.31601 78.9927 7.74026 79.6587 7.29998C80.3361 6.8597 81.1658 6.63956 82.148 6.63956C83.1189 6.63956 83.9373 6.8597 84.6034 7.29998C85.2808 7.74026 85.7888 8.31601 86.1274 9.02723C86.4774 9.73845 86.6524 10.4948 86.6524 11.2964C86.6524 12.0979 86.4774 12.8543 86.1274 13.5655C85.7888 14.2767 85.2808 14.8525 84.6034 15.2927C83.9373 15.733 83.1189 15.9532 82.148 15.9532ZM82.148 14.3106C82.7012 14.3106 83.164 14.1695 83.5366 13.8872C83.9204 13.605 84.2083 13.2325 84.4002 12.7696C84.6034 12.3067 84.705 11.8157 84.705 11.2964C84.705 10.7658 84.6034 10.2747 84.4002 9.82312C84.2083 9.36026 83.9204 8.98772 83.5366 8.70549C83.164 8.42326 82.7012 8.28214 82.148 8.28214C81.5948 8.28214 81.1263 8.42326 80.7425 8.70549C80.3587 8.98772 80.0708 9.36026 79.8789 9.82312C79.687 10.2747 79.591 10.7658 79.591 11.2964C79.591 11.8157 79.687 12.3067 79.8789 12.7696C80.0708 13.2325 80.3587 13.605 80.7425 13.8872C81.1263 14.1695 81.5948 14.3106 82.148 14.3106Z\" fill=\"white\"/>\\n<path d=\"M87.8633 15.7838V6.8089H89.7937V8.1128H89.8954C89.9744 7.95475 90.1098 7.76284 90.3018 7.53705C90.4937 7.29998 90.759 7.09113 91.0977 6.9105C91.4476 6.72988 91.8879 6.63956 92.4185 6.63956C93.0846 6.63956 93.6434 6.79197 94.0949 7.09678C94.5465 7.40158 94.8852 7.808 95.111 8.31601C95.348 8.82402 95.4666 9.38284 95.4666 9.99246V15.7838H93.5361V10.1957C93.5361 9.65378 93.3837 9.19657 93.0789 8.82402C92.7854 8.45148 92.3451 8.26521 91.7581 8.26521C91.2952 8.26521 90.917 8.38374 90.6235 8.62082C90.3413 8.8466 90.1324 9.14577 89.997 9.51831C89.8615 9.87956 89.7937 10.269 89.7937 10.6867V15.7838H87.8633Z\" fill=\"white\"/>\\n<path d=\"M100.701 15.9532C100.023 15.9532 99.4308 15.8233 98.9228 15.5637C98.4261 15.2927 98.0084 14.9371 97.6697 14.4969C97.331 14.0453 97.077 13.5429 96.9077 12.9897C96.7496 12.4366 96.6706 11.8721 96.6706 11.2964C96.6706 10.7206 96.7496 10.1561 96.9077 9.60298C97.077 9.04981 97.331 8.55308 97.6697 8.1128C98.0084 7.66123 98.4261 7.30562 98.9228 7.04597C99.4308 6.77503 100.023 6.63956 100.701 6.63956C101.265 6.63956 101.734 6.72988 102.106 6.9105C102.49 7.09113 102.795 7.29998 103.021 7.53705C103.247 7.77413 103.41 7.97733 103.512 8.14667H103.613V2.91412H105.544V15.7838H103.613V14.446H103.512C103.41 14.6154 103.247 14.8186 103.021 15.0557C102.795 15.2927 102.49 15.5016 102.106 15.6822C101.734 15.8628 101.265 15.9532 100.701 15.9532ZM101.124 14.3444C101.677 14.3444 102.135 14.1977 102.496 13.9042C102.868 13.5994 103.145 13.2155 103.326 12.7527C103.517 12.2898 103.613 11.8044 103.613 11.2964C103.613 10.7883 103.517 10.3029 103.326 9.84005C103.145 9.37719 102.868 8.99901 102.496 8.70549C102.135 8.40068 101.677 8.24827 101.124 8.24827C100.571 8.24827 100.108 8.40068 99.7356 8.70549C99.3631 8.99901 99.0808 9.37719 98.8889 9.84005C98.7083 10.3029 98.618 10.7883 98.618 11.2964C98.618 11.8044 98.7083 12.2898 98.8889 12.7527C99.0808 13.2155 99.3631 13.5994 99.7356 13.9042C100.108 14.1977 100.571 14.3444 101.124 14.3444Z\" fill=\"white\"/>\\n<path d=\"M110.95 6.63956C111.515 6.63956 111.983 6.72988 112.356 6.9105C112.74 7.09113 113.045 7.29998 113.27 7.53705C113.496 7.77413 113.66 7.97733 113.761 8.14667H113.863V6.8089H115.793V15.7838H113.863V14.446H113.761C113.66 14.6154 113.496 14.8186 113.27 15.0557C113.045 15.2927 112.74 15.5016 112.356 15.6822C111.983 15.8628 111.515 15.9532 110.95 15.9532C110.273 15.9532 109.68 15.8233 109.172 15.5637C108.676 15.2927 108.258 14.9371 107.919 14.4969C107.581 14.0453 107.327 13.5429 107.157 12.9897C106.999 12.4366 106.92 11.8721 106.92 11.2964C106.92 10.7206 106.999 10.1561 107.157 9.60298C107.327 9.04981 107.581 8.55308 107.919 8.1128C108.258 7.66123 108.676 7.30562 109.172 7.04597C109.68 6.77503 110.273 6.63956 110.95 6.63956ZM111.374 8.24827C110.821 8.24827 110.358 8.40068 109.985 8.70549C109.613 8.99901 109.33 9.37719 109.139 9.84005C108.958 10.3029 108.868 10.7883 108.868 11.2964C108.868 11.8044 108.958 12.2898 109.139 12.7527C109.33 13.2155 109.613 13.5994 109.985 13.9042C110.358 14.1977 110.821 14.3444 111.374 14.3444C111.927 14.3444 112.384 14.1977 112.745 13.9042C113.118 13.5994 113.395 13.2155 113.575 12.7527C113.767 12.2898 113.863 11.8044 113.863 11.2964C113.863 10.7883 113.767 10.3029 113.575 9.84005C113.395 9.37719 113.118 8.99901 112.745 8.70549C112.384 8.40068 111.927 8.24827 111.374 8.24827Z\" fill=\"white\"/>\\n<path d=\"M117.433 19.0859C117.15 19.0859 116.919 19.0746 116.738 19.052C116.558 19.0295 116.467 19.0182 116.467 19.0182V17.4095C116.467 17.4095 116.558 17.4151 116.738 17.4264C116.919 17.449 117.116 17.4603 117.331 17.4603C117.952 17.4603 118.46 17.3417 118.855 17.1047C119.261 16.8789 119.606 16.4781 119.888 15.9024L116.467 6.8089H118.432L120.853 13.5316L123.275 6.8089H125.273L121.886 15.6822C121.435 16.845 120.859 17.703 120.159 18.2562C119.459 18.8093 118.55 19.0859 117.433 19.0859Z\" fill=\"white\"/>\\n<defs>\\n<clipPath id=\"clip0_30_1245\">\\n<rect width=\"28.6158\" height=\"18.9579\" fill=\"white\" transform=\"translate(0.363281 0.521057)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-189p21l\",\n                    \"data-framer-name\": \"ReissUI\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 16,\n                    intrinsicWidth: 65,\n                    name: \"ReissUI\",\n                    svg: '<svg width=\"65\" height=\"16\" viewBox=\"-1 -1 65 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.43289 13.6H0.272888V0.200012H6.03289C8.99289 0.200012 10.8529 1.66001 10.8529 4.20001C10.8529 6.42001 9.49289 7.76001 7.13289 7.88001V8.04001C8.11289 8.36001 8.69289 8.96001 9.19289 9.88001L11.1929 13.6H8.69289L6.79289 10.14C6.17289 8.98001 5.61289 8.44001 4.01289 8.44001H2.43289V13.6ZM2.43289 2.14001V6.66001H6.29289C8.03289 6.66001 8.69289 6.02001 8.69289 4.40001C8.69289 2.82001 8.03289 2.14001 6.29289 2.14001H2.43289Z\" fill=\"white\"/>\\n<path d=\"M16.5469 13.8C13.2669 13.8 11.727 11.72 11.727 8.62001C11.727 5.54001 13.5669 3.46001 16.5269 3.46001C19.2069 3.46001 21.087 5.06001 21.087 7.78001C21.087 8.30001 21.027 8.84001 20.967 9.14001H13.747C13.827 10.96 14.4869 11.88 16.5669 11.88C18.2269 11.88 18.867 11.32 18.867 10.42V10.26H21.007V10.44C21.007 12.48 19.2269 13.8 16.5469 13.8ZM16.4869 5.28001C14.6069 5.28001 13.887 6.16001 13.767 7.70001H19.027C19.107 6.00001 18.1869 5.28001 16.4869 5.28001Z\" fill=\"white\"/>\\n<path d=\"M24.8305 2.40001H22.6905L22.6705 0.200012H24.8305V2.40001ZM24.8505 13.6H22.6905V3.60001H24.8505V13.6Z\" fill=\"white\"/>\\n<path d=\"M30.9554 13.8C28.0554 13.8 26.5354 12.66 26.5354 10.24V10.2H28.6154V10.56C28.6154 11.64 29.0954 12.04 30.9954 12.04C32.5954 12.04 32.8954 11.68 32.8954 10.94C32.8954 10.14 32.4154 9.90001 30.9554 9.64001L29.4154 9.38001C27.6354 9.06001 26.5154 8.26001 26.5154 6.46001C26.5154 4.66001 27.9954 3.46001 30.5954 3.46001C32.9354 3.46001 34.6954 4.62001 34.6954 6.88001V7.06001H32.6354V6.82001C32.6354 5.90001 32.3154 5.24001 30.5354 5.24001C28.9554 5.24001 28.5754 5.66001 28.5754 6.42001C28.5754 7.18001 28.9354 7.40001 30.3354 7.68001L32.0154 8.00001C33.9354 8.38001 34.9354 9.24001 34.9354 10.88C34.9354 12.72 33.4754 13.8 30.9554 13.8Z\" fill=\"white\"/>\\n<path d=\"M40.7991 13.8C37.8991 13.8 36.3791 12.66 36.3791 10.24V10.2H38.4591V10.56C38.4591 11.64 38.9391 12.04 40.8391 12.04C42.4391 12.04 42.7391 11.68 42.7391 10.94C42.7391 10.14 42.2591 9.90001 40.7991 9.64001L39.2591 9.38001C37.4791 9.06001 36.3591 8.26001 36.3591 6.46001C36.3591 4.66001 37.8391 3.46001 40.4391 3.46001C42.7791 3.46001 44.5391 4.62001 44.5391 6.88001V7.06001H42.4791V6.82001C42.4791 5.90001 42.1591 5.24001 40.3791 5.24001C38.7991 5.24001 38.4191 5.66001 38.4191 6.42001C38.4191 7.18001 38.7791 7.40001 40.1791 7.68001L41.8591 8.00001C43.7791 8.38001 44.7791 9.24001 44.7791 10.88C44.7791 12.72 43.3191 13.8 40.7991 13.8Z\" fill=\"white\"/>\\n<path d=\"M52.2415 13.8C48.6015 13.8 46.5415 11.78 46.5415 8.36001V0.200012H48.6815V8.36001C48.6815 10.78 49.6015 11.72 52.2415 11.72C54.8615 11.72 55.7815 10.78 55.7815 8.36001V0.200012H57.9415V8.36001C57.9415 11.78 55.8615 13.8 52.2415 13.8Z\" fill=\"white\"/>\\n<path d=\"M62.3352 13.6H60.1752V0.200012H62.3352V13.6Z\" fill=\"white\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  })]\n                })]\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tVPiYGPgG: {\n                  \"data-framer-appear-id\": \"3c3kxu\",\n                  animate: optimizeAppear(\"animate\", \"3c3kxu\", animation12, \"17igd0n\"),\n                  initial: optimizeAppear(\"initial\", \"3c3kxu\", animation2, \"17igd0n\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"3c3kxu\", transformTemplate1)\n                },\n                WFa0uRzPh: {\n                  \"data-framer-appear-id\": \"mu5b4m\",\n                  animate: optimizeAppear(\"animate\", \"mu5b4m\", animation12, \"15eoacp\"),\n                  initial: optimizeAppear(\"initial\", \"mu5b4m\", animation2, \"15eoacp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"mu5b4m\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsx(motion.div, {\n                animate: optimizeAppear(\"animate\", \"nh5v0z\", animation12, \"72rtr7\"),\n                className: \"framer-nh5v0z\",\n                \"data-framer-appear-id\": \"nh5v0z\",\n                \"data-framer-name\": \"line-wrapper\",\n                exit: animation11,\n                initial: optimizeAppear(\"initial\", \"nh5v0z\", animation2, \"72rtr7\"),\n                name: \"line-wrapper\",\n                transformTemplate: optimizeAppearTransformTemplate(\"nh5v0z\", transformTemplate1),\n                children: isDisplayed2() && /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-6gv3xy hidden-15eoacp hidden-17igd0n\",\n                  \"data-framer-name\": \"line\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 24,\n                  intrinsicWidth: 4,\n                  name: \"line\",\n                  svg: '<svg width=\"4\" height=\"24\" viewBox=\"-1 -1 4 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line opacity=\"0.4\" x1=\"1.13681\" y1=\"0.945244\" x2=\"1.13681\" y2=\"21.4048\" stroke=\"#9B9B9B\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tVPiYGPgG: {\n                  \"data-framer-appear-id\": \"1xdlxgw\",\n                  animate: optimizeAppear(\"animate\", \"1xdlxgw\", animation14, \"17igd0n\"),\n                  initial: optimizeAppear(\"initial\", \"1xdlxgw\", animation15, \"17igd0n\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"1xdlxgw\", transformTemplate1)\n                },\n                WFa0uRzPh: {\n                  \"data-framer-appear-id\": \"17p2h4\",\n                  animate: optimizeAppear(\"animate\", \"17p2h4\", animation14, \"15eoacp\"),\n                  initial: optimizeAppear(\"initial\", \"17p2h4\", animation15, \"15eoacp\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"17p2h4\", transformTemplate1)\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                animate: optimizeAppear(\"animate\", \"gqdntr\", animation14, \"72rtr7\"),\n                className: \"framer-gqdntr\",\n                \"data-framer-appear-id\": \"gqdntr\",\n                \"data-framer-name\": \"crafted-with\",\n                exit: animation13,\n                initial: optimizeAppear(\"initial\", \"gqdntr\", animation15, \"72rtr7\"),\n                name: \"crafted-with\",\n                transformTemplate: optimizeAppearTransformTemplate(\"gqdntr\", transformTemplate1),\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-d30xln\",\n                      \"data-styles-preset\": \"k5S6LNlMG\",\n                      children: \"Crafted with\"\n                    })\n                  }),\n                  className: \"framer-1klxi3l\",\n                  \"data-framer-name\": \"Crafted with\",\n                  name: \"Crafted with\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1nz3adi\",\n                  \"data-framer-name\": \"logos\",\n                  name: \"logos\",\n                  children: [/*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-7y53q\",\n                    \"data-framer-name\": \"TwitterLogo-r\",\n                    name: \"TwitterLogo-r\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-1ar4uz7\",\n                      \"data-framer-name\": \"Vector\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 19,\n                      intrinsicWidth: 21,\n                      name: \"Vector\",\n                      svg: '<svg width=\"21\" height=\"19\" viewBox=\"0 0 21 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.24921 3.77569C4.24921 3.77569 6.64302 5.42143 8.88681 5.99962V5.42497C8.88681 5.42497 8.88681 3.56435 10.2347 2.2325C10.2347 2.2325 11.5835 0.899671 13.4439 0.92504C13.4439 0.92504 14.7702 0.940351 15.877 1.67413C15.877 1.67413 16.771 2.26686 17.2894 3.17497H20.1368C20.551 3.17497 20.8868 3.51076 20.8868 3.92497C20.8868 4.12388 20.8078 4.31465 20.6671 4.4553L17.8357 7.28677C17.8357 7.28677 17.6402 9.55498 16.6647 11.6219C16.6647 11.6219 15.628 13.8186 13.8558 15.4798C13.8558 15.4798 12.0836 17.141 9.82456 18.0336C9.82456 18.0336 7.56547 18.9262 5.13644 18.925C5.13644 18.925 3.08476 18.925 1.8014 18.2833C1.8014 18.2833 1.06076 17.913 0.762776 17.466C0.533012 17.1214 0.626142 16.6557 0.970789 16.4259C1.01852 16.3941 1.06975 16.3679 1.12347 16.3477C1.12347 16.3477 1.80952 16.0905 2.68844 15.5631C2.68844 15.5631 3.98913 14.7827 4.78897 13.8736C4.78897 13.8736 4.65812 13.7803 4.51861 13.6742C4.51861 13.6742 3.35474 12.7886 2.47052 11.5886C2.47052 11.5886 -0.346492 7.76553 0.648912 2.2908C0.723008 1.88327 1.11345 1.61297 1.52098 1.68707C1.67107 1.71436 1.80927 1.78677 1.91714 1.89464C1.91714 1.89464 2.80595 2.78345 4.24921 3.77569ZM10.3868 6.92497C10.3868 6.96628 10.3834 7.00752 10.3766 7.04827C10.3085 7.45685 9.92209 7.73286 9.51351 7.66477C9.51351 7.66477 6.53669 7.16863 3.39942 5.01175C3.39942 5.01175 2.59298 4.45733 1.93966 3.92546C1.93966 3.92546 1.59676 7.87414 3.67811 10.6988C3.67811 10.6988 4.43451 11.7254 5.42689 12.4804C5.42689 12.4804 5.91005 12.8481 6.22222 13.0042C6.25004 13.0181 6.27696 13.0337 6.30284 13.0509C6.64749 13.2807 6.74062 13.7463 6.51085 14.091C6.51085 14.091 5.4798 15.6376 3.46019 16.8493C3.46019 16.8493 3.20259 17.0039 2.95714 17.1389C2.95714 17.1389 3.83063 17.425 5.13718 17.425C5.13718 17.425 7.28023 17.426 9.27335 16.6385C9.27335 16.6385 11.2665 15.851 12.83 14.3854C12.83 14.3854 14.3936 12.9198 15.3082 10.9817C15.3082 10.9817 16.2228 9.04365 16.3602 6.90501C16.3719 6.7231 16.4495 6.55166 16.5784 6.42277L18.3262 4.67497H16.8274C16.5292 4.67497 16.2593 4.49827 16.14 4.22492C16.14 4.22492 15.786 3.41351 15.0481 2.92433C15.0481 2.92433 14.3103 2.43514 13.4235 2.4249C13.4235 2.4249 12.191 2.4081 11.289 3.29947C11.289 3.29947 10.3868 4.19092 10.3868 5.42497V6.92497Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-14y9x0m\",\n                    \"data-framer-name\": \"MicrosoftWordLogo-r\",\n                    name: \"MicrosoftWordLogo-r\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-fzdakm\",\n                      \"data-framer-name\": \"Vector\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 20,\n                      intrinsicWidth: 19,\n                      name: \"Vector\",\n                      svg: '<svg width=\"19\" height=\"20\" viewBox=\"0 0 19 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.8868 7.92505H18.1368C18.551 7.92505 18.8868 7.58926 18.8868 7.17505C18.8868 6.76084 18.551 6.42505 18.1368 6.42505H12.8868C12.4726 6.42505 12.1368 6.76084 12.1368 7.17505C12.1368 7.58926 12.4726 7.92505 12.8868 7.92505Z\" fill=\"white\"/>\\n<path d=\"M12.8868 13.925H18.1368C18.551 13.925 18.8868 13.5893 18.8868 13.175C18.8868 12.7608 18.551 12.425 18.1368 12.425H12.8868C12.4726 12.425 12.1368 12.7608 12.1368 13.175C12.1368 13.5893 12.4726 13.925 12.8868 13.925Z\" fill=\"white\"/>\\n<path d=\"M5.38678 18.425V15.425C5.38678 15.0108 5.05099 14.675 4.63678 14.675C4.22257 14.675 3.88678 15.0108 3.88678 15.425V18.425C3.88678 19.0464 4.32612 19.4857 4.32612 19.4857C4.76546 19.925 5.38678 19.925 5.38678 19.925H17.3868C18.0081 19.925 18.4474 19.4857 18.4474 19.4857C18.8868 19.0464 18.8868 18.425 18.8868 18.425V1.92505C18.8868 1.30373 18.4474 0.864389 18.4474 0.864389C18.0081 0.425049 17.3868 0.425049 17.3868 0.425049H5.38678C4.76546 0.425049 4.32612 0.864389 4.32612 0.864389C3.88678 1.30373 3.88678 1.92505 3.88678 1.92505V4.92505C3.88678 5.33926 4.22257 5.67505 4.63678 5.67505C5.05099 5.67505 5.38678 5.33926 5.38678 4.92505V1.92505H17.3868V18.425H5.38678Z\" fill=\"white\"/>\\n<path d=\"M9.48939 12.6069L10.6143 8.10732C10.6292 8.04783 10.6368 7.98637 10.6368 7.92505C10.6368 7.9166 10.6366 7.90816 10.6364 7.89972C10.625 7.56518 10.3934 7.27863 10.0687 7.19744C10.0092 7.18257 9.9481 7.17505 9.88678 7.17505C9.87469 7.17505 9.86261 7.17534 9.85053 7.17593C9.72704 7.1819 9.60693 7.21832 9.50091 7.28193C9.33034 7.38427 9.20742 7.55017 9.15917 7.74315L8.56247 10.1299L7.94714 8.74545C7.86635 8.56368 7.71667 8.42144 7.53101 8.35004C7.34536 8.27863 7.13894 8.2839 6.95718 8.36469C6.7875 8.4401 6.65183 8.57577 6.57642 8.74545L5.96109 10.1299L5.36442 7.74328C5.28092 7.40927 4.98093 7.17505 4.63678 7.17505L4.62595 7.17513C4.56826 7.17596 4.51085 7.18345 4.45488 7.19744C4.121 7.28091 3.88678 7.5809 3.88678 7.92505L3.88686 7.93588C3.88769 7.99357 3.89518 8.05097 3.90917 8.10695L5.03417 12.6069C5.09017 12.8309 5.2462 13.0166 5.45718 13.1104C5.83569 13.2786 6.27891 13.1082 6.44714 12.7297L7.26178 10.8967L8.07642 12.7297C8.17019 12.9406 8.3559 13.0967 8.57988 13.1527C8.98172 13.2531 9.38892 13.0088 9.48939 12.6069Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.88678 5.67505C0.88678 5.67505 0.88678 5.05373 1.32612 4.61439C1.32612 4.61439 1.76546 4.17505 2.38678 4.17505H12.1368C12.1368 4.17505 12.7581 4.17505 13.1974 4.61439C13.1974 4.61439 13.6368 5.05373 13.6368 5.67505V14.675C13.6368 14.675 13.6368 15.2964 13.1974 15.7357C13.1974 15.7357 12.7581 16.175 12.1368 16.175H2.38678C2.38678 16.175 1.76546 16.175 1.32612 15.7357C1.32612 15.7357 0.88678 15.2964 0.88678 14.675V5.67505ZM2.38678 5.67505V14.675H12.1368V5.67505H2.38678Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-i2gep9\",\n                    \"data-framer-name\": \"MicrosoftExcelLogo-r\",\n                    name: \"MicrosoftExcelLogo-r\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-1lsj4fp\",\n                      \"data-framer-name\": \"Vector\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 20,\n                      intrinsicWidth: 19,\n                      name: \"Vector\",\n                      svg: '<svg width=\"19\" height=\"20\" viewBox=\"0 0 19 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.8868 7.92505H18.1368C18.551 7.92505 18.8868 7.58926 18.8868 7.17505C18.8868 6.76084 18.551 6.42505 18.1368 6.42505H12.8868C12.4726 6.42505 12.1368 6.76084 12.1368 7.17505C12.1368 7.58926 12.4726 7.92505 12.8868 7.92505Z\" fill=\"white\"/>\\n<path d=\"M12.8868 13.925H18.1368C18.551 13.925 18.8868 13.5893 18.8868 13.175C18.8868 12.7608 18.551 12.425 18.1368 12.425H12.8868C12.4726 12.425 12.1368 12.7608 12.1368 13.175C12.1368 13.5893 12.4726 13.925 12.8868 13.925Z\" fill=\"white\"/>\\n<path d=\"M5.38678 18.425V15.425C5.38678 15.0108 5.05099 14.675 4.63678 14.675C4.22257 14.675 3.88678 15.0108 3.88678 15.425V18.425C3.88678 19.0464 4.32612 19.4857 4.32612 19.4857C4.76546 19.925 5.38678 19.925 5.38678 19.925H17.3868C18.0081 19.925 18.4474 19.4857 18.4474 19.4857C18.8868 19.0464 18.8868 18.425 18.8868 18.425V1.92505C18.8868 1.30373 18.4474 0.864389 18.4474 0.864389C18.0081 0.425049 17.3868 0.425049 17.3868 0.425049H5.38678C4.76546 0.425049 4.32612 0.864389 4.32612 0.864389C3.88678 1.30373 3.88678 1.92505 3.88678 1.92505V4.92505C3.88678 5.33926 4.22257 5.67505 4.63678 5.67505C5.05099 5.67505 5.38678 5.33926 5.38678 4.92505V1.92505H17.3868V18.425H5.38678Z\" fill=\"white\"/>\\n<path d=\"M10.6368 15.425V19.175C10.6368 19.5893 10.9726 19.925 11.3868 19.925C11.801 19.925 12.1368 19.5893 12.1368 19.175V15.425C12.1368 15.0108 11.801 14.675 11.3868 14.675C10.9726 14.675 10.6368 15.0108 10.6368 15.425Z\" fill=\"white\"/>\\n<path d=\"M10.6368 1.17505V4.92505C10.6368 5.33926 10.9726 5.67505 11.3868 5.67505C11.801 5.67505 12.1368 5.33926 12.1368 4.92505V1.17505C12.1368 0.760835 11.801 0.425049 11.3868 0.425049C10.9726 0.425049 10.6368 0.760835 10.6368 1.17505Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.88678 5.67505C0.88678 5.67505 0.88678 5.05373 1.32612 4.61439C1.32612 4.61439 1.76546 4.17505 2.38678 4.17505H12.1368C12.1368 4.17505 12.7581 4.17505 13.1974 4.61439C13.1974 4.61439 13.6368 5.05373 13.6368 5.67505V14.675C13.6368 14.675 13.6368 15.2964 13.1974 15.7357C13.1974 15.7357 12.7581 16.175 12.1368 16.175H2.38678C2.38678 16.175 1.76546 16.175 1.32612 15.7357C1.32612 15.7357 0.88678 15.2964 0.88678 14.675V5.67505ZM2.38678 5.67505V14.675H12.1368V5.67505H2.38678Z\" fill=\"white\"/>\\n<path d=\"M8.34909 12.8748C8.46843 13.0339 8.6463 13.1394 8.84321 13.1675C8.87835 13.1725 8.91379 13.175 8.94928 13.175L8.95185 13.175C9.11325 13.1745 9.27016 13.1219 9.39928 13.025C9.58813 12.8834 9.69928 12.6611 9.69928 12.4251L9.69921 12.4152C9.69713 12.2563 9.64463 12.1022 9.54928 11.975L6.17428 7.47505C6.05493 7.31592 5.87726 7.21072 5.68035 7.18259C5.64521 7.17757 5.60977 7.17505 5.57428 7.17505L5.57171 7.17505C5.41031 7.17561 5.2534 7.22821 5.12428 7.32505C4.96515 7.4444 4.85995 7.62207 4.83182 7.81898C4.8268 7.85412 4.82428 7.88956 4.82428 7.92505L4.82428 7.92762C4.82484 8.08902 4.87744 8.24593 4.97428 8.37505L8.34909 12.8748Z\" fill=\"white\"/>\\n<path d=\"M4.97428 11.975C4.87691 12.1049 4.82428 12.2628 4.82428 12.425L4.82431 12.4317C4.8246 12.4649 4.82711 12.4982 4.83182 12.5311C4.85995 12.728 4.96515 12.9057 5.12428 13.025C5.2541 13.1224 5.412 13.175 5.57428 13.175L5.58088 13.175C5.61417 13.1747 5.64739 13.1722 5.68035 13.1675C5.87726 13.1394 6.05493 13.0342 6.17428 12.875L9.54928 8.37505C9.64665 8.24523 9.69928 8.08733 9.69928 7.92505L9.69925 7.91845C9.69896 7.88516 9.69645 7.85193 9.69174 7.81898C9.66361 7.62207 9.55841 7.4444 9.39928 7.32505C9.26946 7.22768 9.11156 7.17505 8.94928 7.17505L8.94268 7.17508C8.90939 7.17537 8.87616 7.17788 8.84321 7.18259C8.6463 7.21072 8.46863 7.31592 8.34928 7.47505L4.97428 11.975Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-5msk4u\",\n                    \"data-framer-name\": \"FramerLogo-r\",\n                    name: \"FramerLogo-r\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-5lk8u5\",\n                      \"data-framer-name\": \"Vector\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 22,\n                      intrinsicWidth: 16,\n                      name: \"Vector\",\n                      svg: '<svg width=\"16\" height=\"22\" viewBox=\"0 0 16 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5232 8.30005H14.3868C14.801 8.30005 15.1368 7.96426 15.1368 7.55005V1.17505C15.1368 0.760835 14.801 0.425049 14.3868 0.425049H0.886782C0.680435 0.425049 0.483204 0.510065 0.341522 0.660081C0.057113 0.96122 0.0706754 1.4359 0.371814 1.72031L5.75036 6.80005H0.886782C0.472568 6.80005 0.136782 7.13584 0.136782 7.55005V13.925C0.136782 14.1314 0.221797 14.3286 0.371814 14.4703L7.12181 20.8453C7.26643 20.9819 7.45937 21.0554 7.6582 21.0497C7.85703 21.0441 8.04546 20.9596 8.18204 20.815C8.31353 20.6758 8.38678 20.4915 8.38678 20.3V14.675H14.3868C14.801 14.675 15.1368 14.3393 15.1368 13.925C15.1368 13.7187 15.0518 13.5215 14.9017 13.3798L9.5232 8.30005ZM7.3386 8.30005H1.63678V13.6018L6.88678 18.5601V13.925C6.88678 13.5108 7.22257 13.175 7.63678 13.175H12.5004L7.3386 8.30005ZM13.6368 6.80005H7.93497L2.7732 1.92505H13.6368V6.80005Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-1fj5a3f\",\n                    \"data-framer-name\": \"FigmaLogo-r\",\n                    name: \"FigmaLogo-r\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-ppqjvs\",\n                      \"data-framer-name\": \"Vector\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 22,\n                      intrinsicWidth: 15,\n                      name: \"Vector\",\n                      svg: '<svg width=\"15\" height=\"22\" viewBox=\"0 0 15 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8243 7.23755C10.8243 7.23755 12.4552 7.23755 13.6085 8.39082C13.6085 8.39082 14.7618 9.54408 14.7618 11.175C14.7618 11.175 14.7618 12.806 13.6085 13.9593C13.6085 13.9593 12.4552 15.1125 10.8243 15.1125C10.8243 15.1125 9.19331 15.1125 8.04005 13.9593C8.04005 13.9593 6.88678 12.806 6.88678 11.175C6.88678 11.175 6.88678 9.54408 8.04005 8.39082C8.04005 8.39082 9.19331 7.23755 10.8243 7.23755ZM10.8243 8.73755C10.8243 8.73755 9.81463 8.73755 9.10071 9.45148C9.10071 9.45148 8.38678 10.1654 8.38678 11.175C8.38678 11.175 8.38678 12.1847 9.10071 12.8986C9.10071 12.8986 9.81463 13.6125 10.8243 13.6125C10.8243 13.6125 11.8339 13.6125 12.5479 12.8986C12.5479 12.8986 13.2618 12.1847 13.2618 11.175C13.2618 11.175 13.2618 10.1654 12.5479 9.45148C12.5479 9.45148 11.8339 8.73755 10.8243 8.73755Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.44928 8.73755C4.44928 8.73755 2.81831 8.73755 1.66505 7.58428C1.66505 7.58428 0.51178 6.43102 0.51178 4.80005C0.51178 4.80005 0.51178 3.16908 1.66505 2.01582C1.66505 2.01582 2.81831 0.862549 4.44928 0.862549H7.63678C8.05099 0.862549 8.38678 1.19834 8.38678 1.61255V7.98755C8.38678 8.40176 8.05099 8.73755 7.63678 8.73755H4.44928ZM4.44928 7.23755H6.88678V2.36255H4.44928C4.44928 2.36255 3.43963 2.36255 2.72571 3.07648C2.72571 3.07648 2.01178 3.7904 2.01178 4.80005C2.01178 4.80005 2.01178 5.8097 2.72571 6.52362C2.72571 6.52362 3.43963 7.23755 4.44928 7.23755Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.44928 15.1125C4.44928 15.1125 2.81831 15.1125 1.66505 13.9593C1.66505 13.9593 0.51178 12.806 0.51178 11.175C0.51178 11.175 0.51178 9.54408 1.66505 8.39082C1.66505 8.39082 2.81831 7.23755 4.44928 7.23755H7.63678C8.05099 7.23755 8.38678 7.57333 8.38678 7.98755V14.3625C8.38678 14.7768 8.05099 15.1125 7.63678 15.1125H4.44928ZM4.44928 13.6125H6.88678V8.73755H4.44928C4.44928 8.73755 3.43963 8.73755 2.72571 9.45148C2.72571 9.45148 2.01178 10.1654 2.01178 11.175C2.01178 11.175 2.01178 12.1847 2.72571 12.8986C2.72571 12.8986 3.43963 13.6125 4.44928 13.6125Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8243 8.73755H7.63678C7.22257 8.73755 6.88678 8.40176 6.88678 7.98755V1.61255C6.88678 1.19834 7.22257 0.862549 7.63678 0.862549H10.8243C10.8243 0.862549 12.4552 0.862549 13.6085 2.01582C13.6085 2.01582 14.7618 3.16908 14.7618 4.80005C14.7618 4.80005 14.7618 6.43101 13.6085 7.58428C13.6085 7.58428 12.4552 8.73755 10.8243 8.73755ZM10.8243 7.23755C10.8243 7.23755 11.8339 7.23755 12.5479 6.52362C12.5479 6.52362 13.2618 5.80969 13.2618 4.80005C13.2618 4.80005 13.2618 3.7904 12.5479 3.07648C12.5479 3.07648 11.8339 2.36255 10.8243 2.36255H8.38678V7.23755H10.8243Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.44928 13.6125H7.63681C8.05102 13.6125 8.38678 13.9483 8.38678 14.3625L8.38681 17.55C8.38681 17.55 8.38681 18.7445 7.72322 19.7376C7.72322 19.7376 7.05963 20.7307 5.95613 21.1878C5.95613 21.1878 4.85262 21.6449 3.68114 21.4119C3.68114 21.4119 2.50966 21.1789 1.66508 20.3343C1.66508 20.3343 0.820488 19.4897 0.587467 18.3182C0.587467 18.3182 0.354446 17.1467 0.811534 16.0432C0.811534 16.0432 1.26862 14.9397 2.26175 14.2761C2.26175 14.2761 3.25485 13.6125 4.44928 13.6125ZM4.44928 15.1125C4.44928 15.1125 3.7099 15.1125 3.09511 15.5233C3.09511 15.5233 2.48031 15.9341 2.19735 16.6173C2.19735 16.6173 1.91439 17.3004 2.05865 18.0256C2.05865 18.0256 2.2029 18.7508 2.72574 19.2736C2.72574 19.2736 3.24858 19.7965 3.97378 19.9407C3.97378 19.9407 4.69898 20.085 5.3821 19.802C5.3821 19.802 6.06522 19.519 6.47602 18.9042C6.47602 18.9042 6.88681 18.2895 6.88681 17.55V15.1125H4.44928Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-1x8pw58\",\n                    \"data-framer-name\": \"AppleLogo-r\",\n                    name: \"AppleLogo-r\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-35y1ke\",\n                      \"data-framer-name\": \"Vector\",\n                      fill: \"rgba(0,0,0,1)\",\n                      intrinsicHeight: 22,\n                      intrinsicWidth: 20,\n                      name: \"Vector\",\n                      svg: '<svg width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.1109 2.44433C13.6871 2.04927 14.3857 2.05005 14.3857 2.05005L14.3867 2.05005C14.3985 2.05005 14.4102 2.04978 14.4219 2.04923C14.6081 2.04049 14.7844 1.96269 14.9164 1.83101C15.0573 1.69052 15.1365 1.49985 15.1367 1.30094V1.30005C15.1367 1.28833 15.1365 1.27661 15.1359 1.26491C15.1272 1.07866 15.0494 0.902345 14.9177 0.770347C14.7772 0.629529 14.5865 0.550286 14.3876 0.550051L14.3867 0.55005C13.2228 0.548926 12.2627 1.20718 12.2627 1.20718C11.3022 1.86568 10.8837 2.95239 10.8837 2.95239C10.8506 3.0384 10.8336 3.12977 10.8336 3.22193L10.8337 3.22895C10.8365 3.53658 11.027 3.81126 11.3141 3.92182C11.4001 3.95494 11.4915 3.97193 11.5836 3.97193L11.6024 3.97169C11.7009 3.96922 11.7979 3.94738 11.8879 3.90741C12.0697 3.8267 12.212 3.67708 12.2835 3.49146C12.5346 2.83963 13.1109 2.44433 13.1109 2.44433Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8365 9.64554C17.8365 9.64554 18.3221 8.74399 19.1986 8.21447L19.1995 8.21395L19.206 8.20995C19.23 8.19511 19.2532 8.17892 19.2754 8.16146C19.4317 8.0385 19.5329 7.85846 19.5565 7.66096C19.5763 7.49505 19.5402 7.32727 19.4538 7.18423L19.4529 7.18277C19.4372 7.15693 19.42 7.13206 19.4013 7.1083C19.4013 7.1083 18.5846 6.06967 17.4223 5.44123C17.4223 5.44123 16.26 4.81279 14.9437 4.69807C14.9437 4.69807 13.6274 4.58334 12.3739 5.00124C12.3739 5.00124 11.4291 5.31624 10.6373 5.89474C10.6373 5.89474 9.40964 4.99339 7.86897 4.75315C7.86897 4.75315 6.0063 4.4627 4.28523 5.23202C4.28523 5.23202 2.56417 6.00134 1.53831 7.58296C1.53831 7.58296 0.512451 9.16458 0.51178 11.0498C0.51178 11.0498 0.51178 12.9286 1.11639 14.8019C1.11639 14.8019 1.67567 16.5347 2.65596 17.9856C2.65596 17.9856 3.62043 19.413 4.77604 20.2525C4.77604 20.2525 6.04586 21.175 7.26178 21.175L14.0118 21.175C14.0118 21.175 15.6585 21.175 17.3187 19.5557C17.3187 19.5557 18.8686 18.0438 19.8144 15.7332L19.8153 15.7309C19.8831 15.5651 19.8894 15.3805 19.8329 15.2105L19.8319 15.2075C19.8262 15.1904 19.8198 15.1735 19.8128 15.1569C19.7435 14.9917 19.6174 14.8567 19.4572 14.7764L19.4565 14.7761C19.4565 14.7761 18.5411 14.3169 17.9862 13.4562C17.9862 13.4562 17.431 12.5951 17.3907 11.5713C17.3907 11.5713 17.3505 10.5475 17.8365 9.64554ZM16.5159 8.93411C16.5159 8.93411 16.9775 8.07724 17.6913 7.46041C17.6913 7.46041 17.2488 7.05267 16.7089 6.76071C16.7089 6.76071 15.8201 6.28013 14.8135 6.1924C14.8135 6.1924 13.8069 6.10467 12.8483 6.42424C12.8483 6.42424 11.8898 6.74381 11.1372 7.41802C11.0189 7.52406 10.8699 7.58976 10.7118 7.60565C10.7007 7.60676 10.6896 7.60763 10.6785 7.60825C10.4986 7.61827 10.3212 7.56322 10.1786 7.45316C10.1642 7.44209 10.1503 7.4305 10.1368 7.41843C10.1368 7.41843 9.06227 6.45735 7.63787 6.23524C7.63787 6.23524 6.21347 6.01314 4.89736 6.60144C4.89736 6.60144 3.58125 7.18974 2.79677 8.39921C2.79677 8.39921 2.01229 9.60869 2.01178 11.0503C2.01178 11.0503 2.01178 12.6925 2.54388 14.3412C2.54388 14.3412 3.03776 15.8714 3.89885 17.1458C3.89885 17.1458 4.71558 18.3545 5.65768 19.039C5.65768 19.039 6.53321 19.675 7.26178 19.675L14.0118 19.675C14.0118 19.675 15.0481 19.675 16.2713 18.4819C16.2713 18.4819 17.3995 17.3814 18.1668 15.7549C18.1668 15.7549 17.3055 15.1686 16.7255 14.269C16.7255 14.269 15.9482 13.0635 15.8919 11.6302C15.8919 11.6302 15.8356 10.1969 16.5159 8.93411Z\" fill=\"white\"/>\\n</svg>\\n',\n                      withExternalLayout: true\n                    })\n                  })]\n                })]\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1rbwovl\",\n            \"data-framer-name\": \"globe-hp\",\n            name: \"globe-hp\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-sc3u5d\",\n              \"data-framer-name\": \"globe-holder\",\n              name: \"globe-holder\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  tVPiYGPgG: {\n                    \"data-framer-appear-id\": \"1olfdx8\",\n                    animate: optimizeAppear(\"animate\", \"1olfdx8\", animation17, \"17igd0n\"),\n                    initial: optimizeAppear(\"initial\", \"1olfdx8\", animation18, \"17igd0n\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"1olfdx8\", transformTemplate1)\n                  },\n                  WFa0uRzPh: {\n                    \"data-framer-appear-id\": \"hqheug\",\n                    animate: optimizeAppear(\"animate\", \"hqheug\", animation17, \"15eoacp\"),\n                    initial: optimizeAppear(\"initial\", \"hqheug\", animation18, \"15eoacp\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"hqheug\", transformTemplate1)\n                  }\n                },\n                children: /*#__PURE__*/_jsx(ContainerWithFX, {\n                  __framer__adjustPosition: false,\n                  __framer__offset: 0,\n                  __framer__parallaxTransformEnabled: true,\n                  __framer__speed: 80,\n                  __perspectiveFX: false,\n                  __targetOpacity: .6,\n                  animate: optimizeAppear(\"animate\", \"lukeup\", animation17, \"72rtr7\"),\n                  className: \"framer-lukeup-container\",\n                  \"data-framer-appear-id\": \"lukeup\",\n                  exit: animation16,\n                  initial: optimizeAppear(\"initial\", \"lukeup\", animation18, \"72rtr7\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"lukeup\", transformTemplate1),\n                  children: /*#__PURE__*/_jsx(Globe, {\n                    alignment: \"center\",\n                    background: \"rgba(0, 0, 0, 0)\",\n                    baseColor: \"rgb(51, 51, 51)\",\n                    dark: 1,\n                    diffuse: 3.54,\n                    dragOptions: {\n                      damping: 40,\n                      mass: 1,\n                      stiffness: 200\n                    },\n                    glowColor: \"rgb(255, 255, 255)\",\n                    height: \"100%\",\n                    id: \"NyurIfMAf\",\n                    isDraggable: true,\n                    layoutId: \"NyurIfMAf\",\n                    mapBrightness: 10.1,\n                    markerArray: [],\n                    markerColor: \"rgb(255, 255, 255)\",\n                    markerSize: .1,\n                    maxSamples: 2e4,\n                    maxWidth: 800,\n                    offset: {\n                      offsetX: 0,\n                      offsetY: 0\n                    },\n                    phi: 0,\n                    scale: 1,\n                    speed: .2,\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    theta: .3,\n                    width: \"100%\"\n                  })\n                })\n              })\n            }), /*#__PURE__*/_jsx(Container, {\n              className: \"framer-1abbsrb-container\",\n              children: /*#__PURE__*/_jsx(ShadeTexture, {\n                height: \"100%\",\n                id: \"CUyrQGfLL\",\n                layoutId: \"CUyrQGfLL\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\"\n              })\n            })]\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              tVPiYGPgG: {\n                \"data-framer-appear-id\": \"tpmja9\",\n                animate: optimizeAppear(\"animate\", \"tpmja9\", animation4, \"17igd0n\"),\n                initial: optimizeAppear(\"initial\", \"tpmja9\", animation2, \"17igd0n\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"tpmja9\", transformTemplate1)\n              },\n              WFa0uRzPh: {\n                \"data-framer-appear-id\": \"9ddl64\",\n                animate: optimizeAppear(\"animate\", \"9ddl64\", animation4, \"15eoacp\"),\n                initial: optimizeAppear(\"initial\", \"9ddl64\", animation2, \"15eoacp\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"9ddl64\", transformTemplate1)\n              }\n            },\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              animate: optimizeAppear(\"animate\", \"1gtghwl\", animation4, \"72rtr7\"),\n              className: \"framer-1gtghwl\",\n              \"data-framer-appear-id\": \"1gtghwl\",\n              \"data-framer-name\": \"section\",\n              exit: animation3,\n              initial: optimizeAppear(\"initial\", \"1gtghwl\", animation2, \"72rtr7\"),\n              name: \"section\",\n              transformTemplate: optimizeAppearTransformTemplate(\"1gtghwl\", transformTemplate1),\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-pl56fh\",\n                \"data-framer-name\": \"title-row\",\n                name: \"title-row\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h3\", {\n                      className: \"framer-styles-preset-fnndcy\",\n                      \"data-styles-preset\": \"tECGdm0dA\",\n                      children: \"Templates\"\n                    })\n                  }),\n                  className: \"framer-1hos2cw\",\n                  \"data-framer-name\": \"Templates\",\n                  name: \"Templates\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-etiud8-container\",\n                  children: /*#__PURE__*/_jsx(Button, {\n                    height: \"100%\",\n                    iconLeading: false,\n                    iconTrailing: true,\n                    id: \"yLi6rKVzz\",\n                    label: \"All templates\",\n                    layoutId: \"yLi6rKVzz\",\n                    link: resolveLink({\n                      webPageId: \"mYKh3Molx\"\n                    }, router),\n                    newTab: false,\n                    selectLeadingIcon: \"hlS5QXBOs\",\n                    selectTrailingIncon: \"YORqK7ESN\",\n                    smoothScroll: false,\n                    style: {\n                      height: \"100%\"\n                    },\n                    variant: \"N4sH49BuD\",\n                    width: \"100%\"\n                  })\n                })]\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-50sf6c\",\n                \"data-framer-name\": \"collection-list\",\n                name: \"collection-list\",\n                children: /*#__PURE__*/_jsx(QueryData, {\n                  query: {\n                    from: {\n                      data: Products,\n                      type: \"Collection\"\n                    },\n                    limit: {\n                      type: \"LiteralValue\",\n                      value: 3\n                    },\n                    orderBy: [{\n                      direction: \"desc\",\n                      name: \"index\",\n                      type: \"Identifier\"\n                    }],\n                    select: [{\n                      name: \"sIua0T88C\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"Ft1ZuJUTB\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"B7ih4ePFU\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"yBOfZBPjo\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"IQmLK7BSP\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"WqeI9_uz6\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"V22CNQ5A_\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"flPExD4mz\",\n                      type: \"Identifier\"\n                    }, {\n                      name: \"id\",\n                      type: \"Identifier\"\n                    }]\n                  },\n                  children: collection => collection.map(({\n                    sIua0T88C: sIua0T88CDsKj9Dvxo,\n                    Ft1ZuJUTB: Ft1ZuJUTBDsKj9Dvxo,\n                    B7ih4ePFU: B7ih4ePFUDsKj9Dvxo,\n                    yBOfZBPjo: yBOfZBPjoDsKj9Dvxo,\n                    IQmLK7BSP: IQmLK7BSPDsKj9Dvxo,\n                    WqeI9_uz6: WqeI9_uz6DsKj9Dvxo,\n                    V22CNQ5A_: V22CNQ5A_DsKj9Dvxo,\n                    flPExD4mz: flPExD4mzDsKj9Dvxo,\n                    id: idDsKj9Dvxo\n                  }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                    id: `DsKj9Dvxo-${idDsKj9Dvxo}`,\n                    children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                      value: {\n                        sIua0T88C: sIua0T88CDsKj9Dvxo\n                      },\n                      children: /*#__PURE__*/_jsx(Container, {\n                        className: \"framer-1ljqwpt-container\",\n                        children: /*#__PURE__*/_jsx(CardProduct, {\n                          buttonLabel: \"View template\",\n                          category: flPExD4mzDsKj9Dvxo,\n                          cover: toResponsiveImage(Ft1ZuJUTBDsKj9Dvxo),\n                          description: WqeI9_uz6DsKj9Dvxo,\n                          height: \"100%\",\n                          id: \"fLDMrjwZj\",\n                          layoutId: \"fLDMrjwZj\",\n                          link: resolveLink({\n                            pathVariables: {\n                              sIua0T88C: sIua0T88CDsKj9Dvxo\n                            },\n                            webPageId: \"e5s_IffWi\"\n                          }, router),\n                          oldPrice: IQmLK7BSPDsKj9Dvxo,\n                          price: yBOfZBPjoDsKj9Dvxo,\n                          style: {\n                            width: \"100%\"\n                          },\n                          tag: isSet(V22CNQ5A_DsKj9Dvxo),\n                          tagText: V22CNQ5A_DsKj9Dvxo,\n                          title: B7ih4ePFUDsKj9Dvxo,\n                          variant: \"tWpZy7Unz\",\n                          width: \"100%\"\n                        })\n                      })\n                    })\n                  }, idDsKj9Dvxo))\n                })\n              })]\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-fefrz3\",\n            \"data-framer-name\": \"section\",\n            name: \"section\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-8egyyf\",\n              \"data-framer-name\": \"title-row\",\n              name: \"title-row\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    className: \"framer-styles-preset-fnndcy\",\n                    \"data-styles-preset\": \"tECGdm0dA\",\n                    children: \"Resources\"\n                  })\n                }),\n                className: \"framer-1iyfmma\",\n                \"data-framer-name\": \"Templates\",\n                name: \"Templates\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Container, {\n                className: \"framer-ilmd8d-container\",\n                children: /*#__PURE__*/_jsx(Button, {\n                  height: \"100%\",\n                  iconLeading: false,\n                  iconTrailing: true,\n                  id: \"nhaiEq0if\",\n                  label: \"All resources\",\n                  layoutId: \"nhaiEq0if\",\n                  link: resolveLink({\n                    webPageId: \"METs5ZQ8O\"\n                  }, router),\n                  newTab: false,\n                  selectLeadingIcon: \"hlS5QXBOs\",\n                  selectTrailingIncon: \"YORqK7ESN\",\n                  smoothScroll: false,\n                  style: {\n                    height: \"100%\"\n                  },\n                  variant: \"N4sH49BuD\",\n                  width: \"100%\"\n                })\n              })]\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-bzx4g\",\n              \"data-framer-name\": \"collection-list\",\n              name: \"collection-list\",\n              children: /*#__PURE__*/_jsx(QueryData, {\n                query: {\n                  from: {\n                    data: Resources,\n                    type: \"Collection\"\n                  },\n                  orderBy: [{\n                    direction: \"desc\",\n                    name: \"index\",\n                    type: \"Identifier\"\n                  }],\n                  select: [{\n                    name: \"wb6n58BsU\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"WvJqgdtSI\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"CXIKbWbHF\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"tR9IVQNva\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"GIRrCkegd\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"wSim4gIhG\",\n                    type: \"Identifier\"\n                  }, {\n                    name: \"id\",\n                    type: \"Identifier\"\n                  }]\n                },\n                children: collection1 => collection1.map(({\n                  wb6n58BsU: wb6n58BsUqKnMXdCqj,\n                  WvJqgdtSI: WvJqgdtSIqKnMXdCqj,\n                  CXIKbWbHF: CXIKbWbHFqKnMXdCqj,\n                  tR9IVQNva: tR9IVQNvaqKnMXdCqj,\n                  GIRrCkegd: GIRrCkegdqKnMXdCqj,\n                  wSim4gIhG: wSim4gIhGqKnMXdCqj,\n                  id: idqKnMXdCqj\n                }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                  id: `qKnMXdCqj-${idqKnMXdCqj}`,\n                  children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                    value: {\n                      wb6n58BsU: wb6n58BsUqKnMXdCqj\n                    },\n                    children: /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-3hvzjw-container\",\n                      children: /*#__PURE__*/_jsx(CardProduct, {\n                        buttonLabel: \"View resource\",\n                        category: \"Category\",\n                        cover: toResponsiveImage(WvJqgdtSIqKnMXdCqj),\n                        description: wSim4gIhGqKnMXdCqj,\n                        height: \"100%\",\n                        id: \"m_OLF7l4Q\",\n                        layoutId: \"m_OLF7l4Q\",\n                        link: resolveLink({\n                          pathVariables: {\n                            wb6n58BsU: wb6n58BsUqKnMXdCqj\n                          },\n                          webPageId: \"I7QpxFTnv\"\n                        }, router),\n                        oldPrice: GIRrCkegdqKnMXdCqj,\n                        price: tR9IVQNvaqKnMXdCqj,\n                        style: {\n                          height: \"100%\",\n                          width: \"100%\"\n                        },\n                        tag: true,\n                        tagText: \"Resource 1\",\n                        title: CXIKbWbHFqKnMXdCqj,\n                        variant: \"ePNwZkR6x\",\n                        width: \"100%\"\n                      })\n                    })\n                  })\n                }, idqKnMXdCqj))\n              })\n            })]\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              tVPiYGPgG: {\n                \"data-framer-appear-id\": \"b9ufn2\",\n                animate: optimizeAppear(\"animate\", \"b9ufn2\", animation4, \"17igd0n\"),\n                initial: optimizeAppear(\"initial\", \"b9ufn2\", animation2, \"17igd0n\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"b9ufn2\", transformTemplate1)\n              },\n              WFa0uRzPh: {\n                \"data-framer-appear-id\": \"1uzold8\",\n                animate: optimizeAppear(\"animate\", \"1uzold8\", animation4, \"15eoacp\"),\n                initial: optimizeAppear(\"initial\", \"1uzold8\", animation2, \"15eoacp\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1uzold8\", transformTemplate1)\n              }\n            },\n            children: /*#__PURE__*/_jsx(motion.div, {\n              animate: optimizeAppear(\"animate\", \"12ue525\", animation4, \"72rtr7\"),\n              className: \"framer-12ue525\",\n              \"data-framer-appear-id\": \"12ue525\",\n              \"data-framer-name\": \"section\",\n              exit: animation3,\n              initial: optimizeAppear(\"initial\", \"12ue525\", animation2, \"72rtr7\"),\n              name: \"section\",\n              transformTemplate: optimizeAppearTransformTemplate(\"12ue525\", transformTemplate1),\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-y6aurc\",\n                \"data-framer-name\": \"text-image\",\n                name: \"text-image\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1syo17e\",\n                  \"data-framer-name\": \"content-holder\",\n                  name: \"content-holder\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-t42ki6\",\n                    \"data-framer-name\": \"content\",\n                    name: \"content\",\n                    children: [/*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-fnndcy\",\n                          \"data-styles-preset\": \"tECGdm0dA\",\n                          children: \"What is Windkit\"\n                        })\n                      }),\n                      className: \"framer-1jfkjb5\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    }), /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-1mld62y\",\n                          \"data-styles-preset\": \"MDZ6W4tVB\",\n                          children: \"We are a dynamic platform dedicated to providing a comprehensive collection of Framer templates designed to give your business a competitive edge\u2026\"\n                        })\n                      }),\n                      className: \"framer-bbiiyk\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })]\n                  }), /*#__PURE__*/_jsx(Container, {\n                    className: \"framer-qywgvf-container\",\n                    children: /*#__PURE__*/_jsx(Button, {\n                      height: \"100%\",\n                      iconLeading: false,\n                      iconTrailing: false,\n                      id: \"lz59hb9Gf\",\n                      label: \"Read more\",\n                      layoutId: \"lz59hb9Gf\",\n                      link: resolveLink({\n                        webPageId: \"CJMNqccyT\"\n                      }, router),\n                      newTab: false,\n                      selectLeadingIcon: \"w7FDF7ndG\",\n                      selectTrailingIncon: \"w7FDF7ndG\",\n                      smoothScroll: false,\n                      style: {\n                        height: \"100%\"\n                      },\n                      variant: \"N4sH49BuD\",\n                      width: \"100%\"\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tVPiYGPgG: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        loading: \"lazy\",\n                        sizes: \"calc(min(100vw, 1200px) - 60px)\",\n                        src: new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png\").href} 859w`\n                      }\n                    },\n                    WFa0uRzPh: {\n                      background: {\n                        alt: \"\",\n                        fit: \"fill\",\n                        loading: \"lazy\",\n                        sizes: \"max((min(100vw, 1200px) - 100px) / 2, 0px)\",\n                        src: new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png\").href,\n                        srcSet: `${new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png\").href} 859w`\n                      }\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Image, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      loading: \"lazy\",\n                      sizes: \"max((min(100vw, 1200px) - 140px) / 2, 0px)\",\n                      src: new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/rEiYOtivDrxFHaSEWBTUPjNm0M.png\").href} 859w`\n                    },\n                    className: \"framer-167pv36\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"windkit-image\",\n                    name: \"windkit-image\"\n                  })\n                })]\n              })\n            })\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              tVPiYGPgG: {\n                \"data-framer-appear-id\": \"1i9xjuc\",\n                animate: optimizeAppear(\"animate\", \"1i9xjuc\", animation4, \"17igd0n\"),\n                initial: optimizeAppear(\"initial\", \"1i9xjuc\", animation2, \"17igd0n\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1i9xjuc\", transformTemplate1)\n              },\n              WFa0uRzPh: {\n                \"data-framer-appear-id\": \"f0vjcj\",\n                animate: optimizeAppear(\"animate\", \"f0vjcj\", animation4, \"15eoacp\"),\n                initial: optimizeAppear(\"initial\", \"f0vjcj\", animation2, \"15eoacp\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"f0vjcj\", transformTemplate1)\n              }\n            },\n            children: /*#__PURE__*/_jsx(motion.div, {\n              animate: optimizeAppear(\"animate\", \"733qtv\", animation4, \"72rtr7\"),\n              className: \"framer-733qtv\",\n              \"data-framer-appear-id\": \"733qtv\",\n              \"data-framer-name\": \"newsletter-section\",\n              exit: animation3,\n              initial: optimizeAppear(\"initial\", \"733qtv\", animation2, \"72rtr7\"),\n              name: \"newsletter-section\",\n              transformTemplate: optimizeAppearTransformTemplate(\"733qtv\", transformTemplate1),\n              children: /*#__PURE__*/_jsx(Container, {\n                className: \"framer-r5v601-container\",\n                id: id1,\n                ref: ref1,\n                children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    tVPiYGPgG: {\n                      variant: \"eDFtgwL5R\"\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Newsletter, {\n                    height: \"100%\",\n                    id: \"i6bnQcKhr\",\n                    layoutId: \"i6bnQcKhr\",\n                    style: {\n                      width: \"100%\"\n                    },\n                    variant: \"jX7y8VU0H\",\n                    width: \"100%\"\n                  })\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-11soxao-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                tVPiYGPgG: {\n                  variant: \"v4Flug0jn\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                id: \"ruKec2ksk\",\n                layoutId: \"ruKec2ksk\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"ymwF9wb3P\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              tVPiYGPgG: {\n                \"data-framer-appear-id\": \"1e12g8c\",\n                animate: optimizeAppear(\"animate\", \"1e12g8c\", animation20, \"17igd0n\"),\n                initial: optimizeAppear(\"initial\", \"1e12g8c\", animation21, \"17igd0n\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1e12g8c\", transformTemplate1)\n              },\n              WFa0uRzPh: {\n                \"data-framer-appear-id\": \"z0j30l\",\n                animate: optimizeAppear(\"animate\", \"z0j30l\", animation20, \"15eoacp\"),\n                initial: optimizeAppear(\"initial\", \"z0j30l\", animation21, \"15eoacp\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"z0j30l\", transformTemplate1)\n              }\n            },\n            children: /*#__PURE__*/_jsx(Container, {\n              animate: optimizeAppear(\"animate\", \"19vfgf7\", animation20, \"72rtr7\"),\n              className: \"framer-19vfgf7-container\",\n              \"data-framer-appear-id\": \"19vfgf7\",\n              exit: animation19,\n              initial: optimizeAppear(\"initial\", \"19vfgf7\", animation21, \"72rtr7\"),\n              layoutScroll: true,\n              transformTemplate: optimizeAppearTransformTemplate(\"19vfgf7\", transformTemplate1),\n              children: /*#__PURE__*/_jsx(Button, {\n                height: \"100%\",\n                iconLeading: false,\n                iconTrailing: false,\n                id: \"qoQ94Oplk\",\n                label: \"Buy this template\",\n                layoutId: \"qoQ94Oplk\",\n                link: \"https://windkit.lemonsqueezy.com/checkout/buy/12b309bf-3be6-4a42-863f-318a03fa4840\",\n                newTab: true,\n                selectLeadingIcon: \"w7FDF7ndG\",\n                selectTrailingIncon: \"w7FDF7ndG\",\n                smoothScroll: false,\n                style: {\n                  height: \"100%\"\n                },\n                variant: \"jTPFUHJug\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-J4wSQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName} { background: var(--token-1afbdbde-4791-48ba-857a-c97d05fdb64e, rgb(19, 19, 19)) /* {\"name\":\"dark/500 - bg\"} */; }`, \".framer-J4wSQ .framer-lux5qc { display: block; }\", \".framer-J4wSQ .framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-1afbdbde-4791-48ba-857a-c97d05fdb64e, #131313); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1000px; }\", \".framer-J4wSQ .framer-dc7y2u-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\", \".framer-J4wSQ .framer-1m2wlao { background-color: #000000; flex: none; height: 24px; overflow: hidden; position: relative; width: 157px; }\", \".framer-J4wSQ .framer-1t4yqv8 { 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; max-width: 1000px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\", \".framer-J4wSQ .framer-1lpsp5b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-1lnrfgl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: min-content; }\", \".framer-J4wSQ .framer-eg4vu8, .framer-J4wSQ .framer-ahbgtb, .framer-J4wSQ .framer-l8o7eg, .framer-J4wSQ .framer-1klxi3l, .framer-J4wSQ .framer-1hos2cw, .framer-J4wSQ .framer-1iyfmma { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-J4wSQ .framer-4igdl3 { flex: none; height: 23px; position: relative; width: 16px; }\", \".framer-J4wSQ .framer-1rfe802 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 600px; }\", \".framer-J4wSQ .framer-1kask5h { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-J4wSQ .framer-10zcnx2 { bottom: -5px; flex: none; height: 10px; left: 320px; overflow: hidden; position: absolute; width: 102px; z-index: 1; }\", \".framer-J4wSQ .framer-5d77v, .framer-J4wSQ .framer-xkhz5m { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\", \".framer-J4wSQ .framer-rhuk7v { flex: none; height: 33px; overflow: hidden; position: absolute; right: 28px; top: calc(-5.217391304347804% - 33px / 2); width: 33px; z-index: 1; }\", \".framer-J4wSQ .framer-ilukoa { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 500px; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-J4wSQ .framer-kbw5s6-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: auto; }\", \".framer-J4wSQ .framer-1spfzrl { flex: none; height: 225px; overflow: visible; position: absolute; right: -120px; top: 45px; width: 256px; z-index: 1; }\", \".framer-J4wSQ .framer-1dbdm82 { bottom: -10px; flex: none; height: 154px; left: -20px; pointer-events: none; position: absolute; transform: perspective(1200px); width: 154px; }\", \".framer-J4wSQ .framer-n8ndph { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); left: 52%; pointer-events: none; position: absolute; top: -30px; transform: perspective(1200px) translateX(-50%); width: 188px; }\", \".framer-J4wSQ .framer-g8tzwx { aspect-ratio: 1.120112923504126 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 156px); left: -83px; pointer-events: none; position: absolute; top: -24px; transform: perspective(1200px); width: 175px; z-index: 1; }\", \".framer-J4wSQ .framer-mte2vh { aspect-ratio: 1 / 1; bottom: -38px; flex: none; height: var(--framer-aspect-ratio-supported, 166px); left: -10px; pointer-events: none; position: absolute; transform: perspective(1200px); width: 166px; z-index: 1; }\", \".framer-J4wSQ .framer-oz76r3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; z-index: 2; }\", \".framer-J4wSQ .framer-gi5xmr, .framer-J4wSQ .framer-gqdntr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: min-content; }\", \".framer-J4wSQ .framer-fhc0g7, .framer-J4wSQ .framer-1nz3adi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-J4wSQ .framer-fhkrbf { flex: none; height: 20px; position: relative; width: 126px; }\", \".framer-J4wSQ .framer-189p21l { flex: none; height: 16px; position: relative; width: 65px; }\", \".framer-J4wSQ .framer-nh5v0z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 5px; }\", \".framer-J4wSQ .framer-6gv3xy { flex: none; height: 24px; position: relative; width: 4px; }\", \".framer-J4wSQ .framer-7y53q, .framer-J4wSQ .framer-14y9x0m, .framer-J4wSQ .framer-i2gep9, .framer-J4wSQ .framer-5msk4u, .framer-J4wSQ .framer-1fj5a3f, .framer-J4wSQ .framer-1x8pw58 { aspect-ratio: 1 / 1; flex: none; height: 24px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 24px); }\", \".framer-J4wSQ .framer-1ar4uz7 { bottom: 3px; flex: none; left: 3px; position: absolute; right: 1px; top: 3px; }\", \".framer-J4wSQ .framer-fzdakm, .framer-J4wSQ .framer-1lsj4fp { bottom: 3px; flex: none; left: 2px; position: absolute; right: 4px; top: 2px; }\", \".framer-J4wSQ .framer-5lk8u5 { bottom: 2px; flex: none; left: 4px; position: absolute; right: 5px; top: 2px; }\", \".framer-J4wSQ .framer-ppqjvs { bottom: 2px; flex: none; left: 5px; position: absolute; right: 5px; top: 1px; }\", \".framer-J4wSQ .framer-35y1ke { bottom: 4px; flex: none; left: 2px; position: absolute; right: 3px; top: 0px; }\", \".framer-J4wSQ .framer-1rbwovl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-J4wSQ .framer-sc3u5d { flex: none; height: 400px; overflow: hidden; position: relative; width: 800px; }\", \".framer-J4wSQ .framer-lukeup-container { aspect-ratio: 1 / 1; bottom: -480px; flex: none; height: var(--framer-aspect-ratio-supported, 800px); left: 0px; opacity: 0.6; position: absolute; right: 0px; transform: perspective(1200px); z-index: 0; }\", \".framer-J4wSQ .framer-1abbsrb-container { flex: none; height: 1px; position: relative; width: 1000px; }\", \".framer-J4wSQ .framer-1gtghwl, .framer-J4wSQ .framer-12ue525 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-J4wSQ .framer-pl56fh, .framer-J4wSQ .framer-8egyyf { 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 0px 0px 0px; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-etiud8-container, .framer-J4wSQ .framer-ilmd8d-container, .framer-J4wSQ .framer-qywgvf-container { flex: none; height: 36px; position: relative; width: auto; }\", \".framer-J4wSQ .framer-50sf6c, .framer-J4wSQ .framer-bzx4g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-1ljqwpt-container { flex: 1 0 0px; height: auto; min-width: 230px; position: relative; width: 1px; }\", \".framer-J4wSQ .framer-fefrz3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-3hvzjw-container { flex: 1 0 0px; height: 442px; min-width: 200px; position: relative; width: 1px; }\", \".framer-J4wSQ .framer-y6aurc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-1syo17e { 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: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 1px; }\", \".framer-J4wSQ .framer-t42ki6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-1jfkjb5, .framer-J4wSQ .framer-bbiiyk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", '.framer-J4wSQ .framer-167pv36 { --border-bottom-width: 1px; --border-color: var(--token-a1426e8b-b64c-4084-b2e4-995324ae3a30, #292929) /* {\"name\":\"dark/300 - border\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-self: stretch; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: 1 0 0px; height: auto; min-height: 400px; position: relative; width: 1px; }', \".framer-J4wSQ .framer-733qtv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-J4wSQ .framer-r5v601-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-J4wSQ .framer-11soxao-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\", \".framer-J4wSQ .framer-19vfgf7-container { bottom: 20px; flex: none; height: 36px; position: fixed; right: 170px; transform: perspective(1200px); width: auto; z-index: 7; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-J4wSQ .framer-72rtr7, .framer-J4wSQ .framer-1t4yqv8, .framer-J4wSQ .framer-1lpsp5b, .framer-J4wSQ .framer-1lnrfgl, .framer-J4wSQ .framer-1rfe802, .framer-J4wSQ .framer-oz76r3, .framer-J4wSQ .framer-gi5xmr, .framer-J4wSQ .framer-fhc0g7, .framer-J4wSQ .framer-nh5v0z, .framer-J4wSQ .framer-gqdntr, .framer-J4wSQ .framer-1nz3adi, .framer-J4wSQ .framer-1rbwovl, .framer-J4wSQ .framer-1gtghwl, .framer-J4wSQ .framer-50sf6c, .framer-J4wSQ .framer-fefrz3, .framer-J4wSQ .framer-bzx4g, .framer-J4wSQ .framer-12ue525, .framer-J4wSQ .framer-y6aurc, .framer-J4wSQ .framer-1syo17e, .framer-J4wSQ .framer-t42ki6, .framer-J4wSQ .framer-733qtv { gap: 0px; } .framer-J4wSQ .framer-72rtr7 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-J4wSQ .framer-72rtr7 > :first-child, .framer-J4wSQ .framer-1t4yqv8 > :first-child, .framer-J4wSQ .framer-1lpsp5b > :first-child, .framer-J4wSQ .framer-1rbwovl > :first-child, .framer-J4wSQ .framer-1gtghwl > :first-child, .framer-J4wSQ .framer-fefrz3 > :first-child, .framer-J4wSQ .framer-12ue525 > :first-child, .framer-J4wSQ .framer-1syo17e > :first-child, .framer-J4wSQ .framer-t42ki6 > :first-child, .framer-J4wSQ .framer-733qtv > :first-child { margin-top: 0px; } .framer-J4wSQ .framer-72rtr7 > :last-child, .framer-J4wSQ .framer-1t4yqv8 > :last-child, .framer-J4wSQ .framer-1lpsp5b > :last-child, .framer-J4wSQ .framer-1rbwovl > :last-child, .framer-J4wSQ .framer-1gtghwl > :last-child, .framer-J4wSQ .framer-fefrz3 > :last-child, .framer-J4wSQ .framer-12ue525 > :last-child, .framer-J4wSQ .framer-1syo17e > :last-child, .framer-J4wSQ .framer-t42ki6 > :last-child, .framer-J4wSQ .framer-733qtv > :last-child { margin-bottom: 0px; } .framer-J4wSQ .framer-1t4yqv8 > *, .framer-J4wSQ .framer-t42ki6 > *, .framer-J4wSQ .framer-733qtv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-J4wSQ .framer-1lpsp5b > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-J4wSQ .framer-1lnrfgl > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-J4wSQ .framer-1lnrfgl > :first-child, .framer-J4wSQ .framer-1rfe802 > :first-child, .framer-J4wSQ .framer-oz76r3 > :first-child, .framer-J4wSQ .framer-gi5xmr > :first-child, .framer-J4wSQ .framer-fhc0g7 > :first-child, .framer-J4wSQ .framer-nh5v0z > :first-child, .framer-J4wSQ .framer-gqdntr > :first-child, .framer-J4wSQ .framer-1nz3adi > :first-child, .framer-J4wSQ .framer-50sf6c > :first-child, .framer-J4wSQ .framer-bzx4g > :first-child, .framer-J4wSQ .framer-y6aurc > :first-child { margin-left: 0px; } .framer-J4wSQ .framer-1lnrfgl > :last-child, .framer-J4wSQ .framer-1rfe802 > :last-child, .framer-J4wSQ .framer-oz76r3 > :last-child, .framer-J4wSQ .framer-gi5xmr > :last-child, .framer-J4wSQ .framer-fhc0g7 > :last-child, .framer-J4wSQ .framer-nh5v0z > :last-child, .framer-J4wSQ .framer-gqdntr > :last-child, .framer-J4wSQ .framer-1nz3adi > :last-child, .framer-J4wSQ .framer-50sf6c > :last-child, .framer-J4wSQ .framer-bzx4g > :last-child, .framer-J4wSQ .framer-y6aurc > :last-child { margin-right: 0px; } .framer-J4wSQ .framer-1rfe802 > *, .framer-J4wSQ .framer-nh5v0z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-J4wSQ .framer-oz76r3 > *, .framer-J4wSQ .framer-gi5xmr > *, .framer-J4wSQ .framer-fhc0g7 > *, .framer-J4wSQ .framer-gqdntr > *, .framer-J4wSQ .framer-1nz3adi > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } .framer-J4wSQ .framer-1rbwovl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-J4wSQ .framer-1gtghwl > *, .framer-J4wSQ .framer-fefrz3 > *, .framer-J4wSQ .framer-12ue525 > *, .framer-J4wSQ .framer-1syo17e > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-J4wSQ .framer-50sf6c > *, .framer-J4wSQ .framer-bzx4g > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-J4wSQ .framer-y6aurc > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } }\", \"@media (min-width: 1000px) { .framer-J4wSQ .hidden-72rtr7 { display: none !important; } }\", `@media (min-width: 794px) and (max-width: 999px) { .framer-J4wSQ .hidden-15eoacp { display: none !important; } .${metadata.bodyClassName} { background: var(--token-1afbdbde-4791-48ba-857a-c97d05fdb64e, rgb(19, 19, 19)) /* {\"name\":\"dark/500 - bg\"} */; } .framer-J4wSQ .framer-72rtr7 { width: 794px; } .framer-J4wSQ .framer-dc7y2u-container { left: 50%; order: 0; position: fixed; top: 0px; transform: translateX(-50%); } .framer-J4wSQ .framer-1m2wlao { background-color: var(--token-1afbdbde-4791-48ba-857a-c97d05fdb64e, #131313); height: 73px; order: 1; width: 100%; } .framer-J4wSQ .framer-1t4yqv8 { order: 2; } .framer-J4wSQ .framer-mte2vh { bottom: -48px; left: -30px; } .framer-J4wSQ .framer-oz76r3 { gap: 79px; order: 3; } .framer-J4wSQ .framer-gi5xmr, .framer-J4wSQ .framer-gqdntr { flex-direction: column; gap: 16px; } .framer-J4wSQ .framer-1rbwovl { order: 4; } .framer-J4wSQ .framer-1gtghwl { order: 5; } .framer-J4wSQ .framer-fefrz3 { order: 6; } .framer-J4wSQ .framer-12ue525 { order: 7; } .framer-J4wSQ .framer-y6aurc { gap: 40px; } .framer-J4wSQ .framer-167pv36 { min-height: 300px; } .framer-J4wSQ .framer-733qtv { order: 8; } .framer-J4wSQ .framer-11soxao-container { order: 9; } .framer-J4wSQ .framer-19vfgf7-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-J4wSQ .framer-oz76r3, .framer-J4wSQ .framer-gi5xmr, .framer-J4wSQ .framer-gqdntr, .framer-J4wSQ .framer-y6aurc { gap: 0px; } .framer-J4wSQ .framer-oz76r3 > * { margin: 0px; margin-left: calc(79px / 2); margin-right: calc(79px / 2); } .framer-J4wSQ .framer-oz76r3 > :first-child, .framer-J4wSQ .framer-y6aurc > :first-child { margin-left: 0px; } .framer-J4wSQ .framer-oz76r3 > :last-child, .framer-J4wSQ .framer-y6aurc > :last-child { margin-right: 0px; } .framer-J4wSQ .framer-gi5xmr > *, .framer-J4wSQ .framer-gqdntr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-J4wSQ .framer-gi5xmr > :first-child, .framer-J4wSQ .framer-gqdntr > :first-child { margin-top: 0px; } .framer-J4wSQ .framer-gi5xmr > :last-child, .framer-J4wSQ .framer-gqdntr > :last-child { margin-bottom: 0px; } .framer-J4wSQ .framer-y6aurc > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }}`, `@media (max-width: 793px) { .framer-J4wSQ .hidden-17igd0n { display: none !important; } .${metadata.bodyClassName} { background: var(--token-1afbdbde-4791-48ba-857a-c97d05fdb64e, rgb(19, 19, 19)) /* {\"name\":\"dark/500 - bg\"} */; } .framer-J4wSQ .framer-72rtr7 { gap: 80px; width: 390px; } .framer-J4wSQ .framer-dc7y2u-container { left: 50%; order: 0; position: absolute; top: 0px; transform: translateX(-50%); } .framer-J4wSQ .framer-1m2wlao { background-color: var(--token-1afbdbde-4791-48ba-857a-c97d05fdb64e, #131313); height: 73px; order: 1; width: 100%; } .framer-J4wSQ .framer-1t4yqv8 { order: 2; } .framer-J4wSQ .framer-1spfzrl { bottom: 1px; height: 143px; right: -73px; top: unset; width: 163px; } .framer-J4wSQ .framer-1dbdm82 { bottom: -150px; left: unset; right: -1px; } .framer-J4wSQ .framer-n8ndph { height: var(--framer-aspect-ratio-supported, 124px); left: 35px; top: -187px; transform: perspective(1200px); width: 124px; } .framer-J4wSQ .framer-g8tzwx { height: var(--framer-aspect-ratio-supported, 108px); left: -51px; top: -72px; width: 121px; } .framer-J4wSQ .framer-mte2vh { bottom: -79px; height: var(--framer-aspect-ratio-supported, 114px); left: -63px; width: 114px; } .framer-J4wSQ .framer-oz76r3 { flex-direction: column; gap: 37px; order: 3; padding: 0px 0px 40px 0px; } .framer-J4wSQ .framer-gi5xmr, .framer-J4wSQ .framer-gqdntr { flex-direction: column; gap: 16px; } .framer-J4wSQ .framer-1rbwovl { order: 4; } .framer-J4wSQ .framer-1gtghwl { order: 5; } .framer-J4wSQ .framer-fefrz3 { order: 6; } .framer-J4wSQ .framer-12ue525 { order: 7; } .framer-J4wSQ .framer-y6aurc { flex-direction: column; gap: 60px; } .framer-J4wSQ .framer-1syo17e { flex: none; padding: 0px 0px 0px 0px; width: 100%; } .framer-J4wSQ .framer-167pv36 { align-self: unset; height: 1px; min-height: 300px; width: 100%; } .framer-J4wSQ .framer-733qtv { order: 8; } .framer-J4wSQ .framer-11soxao-container { order: 9; } .framer-J4wSQ .framer-19vfgf7-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-J4wSQ .framer-72rtr7, .framer-J4wSQ .framer-oz76r3, .framer-J4wSQ .framer-gi5xmr, .framer-J4wSQ .framer-gqdntr, .framer-J4wSQ .framer-y6aurc { gap: 0px; } .framer-J4wSQ .framer-72rtr7 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-J4wSQ .framer-72rtr7 > :first-child, .framer-J4wSQ .framer-oz76r3 > :first-child, .framer-J4wSQ .framer-gi5xmr > :first-child, .framer-J4wSQ .framer-gqdntr > :first-child, .framer-J4wSQ .framer-y6aurc > :first-child { margin-top: 0px; } .framer-J4wSQ .framer-72rtr7 > :last-child, .framer-J4wSQ .framer-oz76r3 > :last-child, .framer-J4wSQ .framer-gi5xmr > :last-child, .framer-J4wSQ .framer-gqdntr > :last-child, .framer-J4wSQ .framer-y6aurc > :last-child { margin-bottom: 0px; } .framer-J4wSQ .framer-oz76r3 > * { margin: 0px; margin-bottom: calc(37px / 2); margin-top: calc(37px / 2); } .framer-J4wSQ .framer-gi5xmr > *, .framer-J4wSQ .framer-gqdntr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-J4wSQ .framer-y6aurc > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicHeight 3501.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicWidth 1000\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WFa0uRzPh\":{\"layout\":[\"fixed\",\"auto\"]},\"tVPiYGPgG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    */\nconst FrameraugiA20Il = withCSS(Component, css, \"framer-J4wSQ\");\nexport default FrameraugiA20Il;\nFrameraugiA20Il.displayName = \"Home\";\nFrameraugiA20Il.defaultProps = {\n  height: 3501.5,\n  width: 1e3\n};\naddFonts(FrameraugiA20Il, [{\n  family: \"Clash Grotesk Medium\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/augiA20Il:default\",\n    url: \"assets/sIw78RV7sEnOaxNcvNHONogpQ.woff\"\n  },\n  url: new URL(\"https://framerusercontent.com/modules/assets/sIw78RV7sEnOaxNcvNHONogpQ~jmdjMwCRbCRsZc5H3MVI8rNbahOLplwCEkY9Kq3W3fA.woff\").href\n}, ...NavbarFonts, ...ButtonFonts, ...GlobeFonts, ...ShadeTextureFonts, ...CardProductFonts, ...NewsletterFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameraugiA20Il\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"3501.5\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WFa0uRzPh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tVPiYGPgG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1000\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["t", "e", "r", "s", "n", "a", "o", "h", "u", "l", "p", "m", "f", "c", "i", "window", "phenomenon_default", "a", "o", "t", "i", "f", "r", "l", "c", "n", "A", "g", "v", "s", "d", "u", "m", "x", "U", "e", "D", "_", "y", "phenomenon_default", "Globe", "props", "background", "baseColor", "glowColor", "isDraggable", "dragOptions", "speed", "theta", "phi", "dark", "diffuse", "maxSamples", "mapBrightness", "markerSize", "markerArray", "markerColor", "scale", "alignment", "maxWidth", "offset", "offsetX", "offsetY", "stiffness", "damping", "mass", "canvasRef", "pe", "pointerInteracting", "pointerInteractionMovement", "isCanvas", "RenderTarget", "r", "useSpring", "fadeMask", "ue", "phiValue", "width", "onResize", "window", "baseConvert", "convertRGB", "glowConvert", "markerConvert", "globe", "D", "marker", "state", "p", "flexStyles", "e", "delta", "dp", "dpOffset", "dpDrag", "addPropertyControls", "ControlType", "color", "Color", "NavbarFonts", "getFonts", "NwFr5tK7o_default", "ButtonFonts", "mk9rPy_B_default", "ImageWithFX", "withFX", "Image2", "MotionDivWithFX", "motion", "GlobeFonts", "Globe", "ContainerWithFX", "Container", "ShadeTextureFonts", "XHIVP79JT_default", "CardProductFonts", "JgNG_diza_default", "NewsletterFonts", "vkybezCSg_default", "FooterFonts", "D5VqZFVIh_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "transition1", "animation", "transformTemplate1", "animation1", "animation2", "transition2", "animation3", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "transformTemplate2", "animation8", "transition5", "animation9", "animation10", "transition6", "animation11", "animation12", "transition7", "animation13", "animation14", "animation15", "transition8", "animation16", "animation17", "animation18", "toResponsiveImage", "value", "isSet", "QueryData", "query", "children", "data", "useQueryData", "transition9", "animation19", "animation20", "animation21", "metadata", "augiA20Il_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "sIua0T88CDsKj9Dvxo", "Ft1ZuJUTBDsKj9Dvxo", "B7ih4ePFUDsKj9Dvxo", "yBOfZBPjoDsKj9Dvxo", "IQmLK7BSPDsKj9Dvxo", "WqeI9_uz6DsKj9Dvxo", "V22CNQ5A_DsKj9Dvxo", "flPExD4mzDsKj9Dvxo", "idDsKj9Dvxo", "wb6n58BsUqKnMXdCqj", "WvJqgdtSIqKnMXdCqj", "CXIKbWbHFqKnMXdCqj", "tR9IVQNvaqKnMXdCqj", "GIRrCkegdqKnMXdCqj", "wSim4gIhGqKnMXdCqj", "idqKnMXdCqj", "restProps", "ref", "variant", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "id1", "useRouteElementId", "ref1", "pe", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "PropertyOverrides", "Container", "NwFr5tK7o_default", "optimizeAppear", "optimizeAppearTransformTemplate", "RichText", "x", "SVG", "mk9rPy_B_default", "resolveLink", "ImageWithFX", "MotionDivWithFX", "ContainerWithFX", "Globe", "XHIVP79JT_default", "RzhI6DgcL_default", "collection", "i", "PathVariablesContext", "JgNG_diza_default", "HL723POMx_default", "collection1", "Image2", "vkybezCSg_default", "D5VqZFVIh_default", "css", "FrameraugiA20Il", "withCSS", "addFonts", "NavbarFonts", "ButtonFonts", "GlobeFonts", "ShadeTextureFonts", "CardProductFonts", "NewsletterFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
