import"./chunk-42U43NKG.mjs";import{$ as Q,E as B,K as se,M as c,P as G,Q as tt,R as _,S as rt,U as X,V as ue,aa as j,b as u,ba as ze,ca as le,da as at,e as W,ha as it,ia as nt,j as re,k as D,l as q,la as ge,m as $e,ma as ot,n as M,o as V,oa as ae,p as Se,pa as ie,qa as z,r as t,s as x,sa as ne,t as et,ta as R,u as L,ua as J,v as h,va as $,w as E}from"./chunk-5QVICDH2.mjs";import{a as We}from"./chunk-VIYASTOC.mjs";import"./chunk-FIZTVOUW.mjs";import{c as C}from"./chunk-A3IIQ6X3.mjs";var ut=/var\s*\(\s*(--[\w-]+)(?:\s*,\s*((?:[^)(]+|\((?:[^)(]+|\([^)(]*\))*\))*))?\s*\)/;function lt(...e){let r=se.current()===se.canvas,o=typeof C>"u",a=gt(),[s,l]=Se(()=>st(e.map(De)));D(()=>{if(!r)return;let n=document.body.querySelector("main > div");if(!n)return;let m=new MutationObserver(()=>{l(st(e.map(De)))});return m.observe(n,{attributes:!0,attributeFilter:["style"]}),()=>m.disconnect()},e);let f=M(()=>e.map(De),[e]);if(o)return e.map(n=>xt(n));let i=[];for(let n=0;n div");if(f){let i=f.getAttribute("style");if(i){let n=qe(i);a=n,s=n}}}else{let{light:f,dark:i}=ht();a=qe(f),s=qe(i)}return new Set([...Object.keys(a),...Object.keys(s)]).forEach(f=>{o[f]={light:a[f]||"",dark:s[f]||""}}),o}function ht(){let e="",r="";if(typeof document<"u"){let o=document.head.querySelectorAll("style[data-framer-css], style[data-framer-css-ssr], style[data-framer-css-ssr-minified]");for(let a of o){let s=a.sheet?.cssRules;if(!s)continue;let l=[];for(let f of s)if(f instanceof CSSStyleRule)l.push([f,!1]);else if(f instanceof CSSMediaRule&&f.conditionText==="(prefers-color-scheme: dark)")for(let i of f.cssRules)i instanceof CSSStyleRule&&l.push([i,!0]);for(let[f,i]of l){let n=f.cssText;if(!n.includes("--token-"))continue;let d=i?f.selectorText==="body":f.selectorText==='body[data-framer-theme="dark"]',g=!i&&f.selectorText==="body";if(!(!d&&!g)&&(d?r||(r=n.substring(n.indexOf("{")+1,n.lastIndexOf("}")).trim()):e||(e=n.substring(n.indexOf("{")+1,n.lastIndexOf("}")).trim()),r&&e))break}if(r&&e)break}}return{light:e,dark:r}}function gt(){let e=typeof C<"u"&&C.location.origin.endsWith("framercanvas.com"),[r,o]=Se(()=>typeof C>"u"?!1:e&&typeof document<"u"?document.body.getAttribute("data-framer-theme")==="dark":C.matchMedia("(prefers-color-scheme: dark)").matches);return D(()=>{if(e){let a=new MutationObserver(s=>{s.forEach(l=>{if(l.attributeName==="data-framer-theme"){let f=document.body.getAttribute("data-framer-theme");o(f==="dark")}})});return a.observe(document.body,{attributes:!0,attributeFilter:["data-framer-theme"]}),()=>a.disconnect()}else{let a=C.matchMedia("(prefers-color-scheme: dark)"),s=l=>{o(l.matches)};return a.matches!==r&&o(a.matches),a.addListener(s),()=>a.removeListener(s)}},[e]),r}function De(e){if(!e||!e.startsWith("var("))return"";let r=ut.exec(e);return r&&r[1]||""}function qe(e){let r={};return e&&e.split(";").filter(Boolean).forEach(a=>{let[s,l]=a.split(":").map(f=>f.trim());s&&l&&(r[s]=l)}),r}function xt(e){if(!e||!e.startsWith("var("))return e;let o=e.slice(4,-1).split(",");return o.length>1?o.slice(1).join(",").trim():""}function v(e,r,o){return r in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var ke=class{constructor(r,o,a={},s,l=1,f=0){v(this,"canvas",void 0),v(this,"gl",void 0),v(this,"program",null),v(this,"uniformLocations",{}),v(this,"fragmentShader",void 0),v(this,"rafId",null),v(this,"lastFrameTime",0),v(this,"totalAnimationTime",0),v(this,"speed",1),v(this,"providedUniforms",void 0),v(this,"hasBeenDisposed",!1),v(this,"resolutionChanged",!0),v(this,"initWebGL",()=>{let n=wt(this.gl,yt,this.fragmentShader);n&&(this.program=n,this.setupPositionAttribute(),this.setupUniforms())}),v(this,"setupPositionAttribute",()=>{let n=this.gl.getAttribLocation(this.program,"a_position"),m=this.gl.createBuffer();this.gl.bindBuffer(this.gl.ARRAY_BUFFER,m);let d=[-1,-1,1,-1,-1,1,-1,1,1,-1,1,1];this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array(d),this.gl.STATIC_DRAW),this.gl.enableVertexAttribArray(n),this.gl.vertexAttribPointer(n,2,this.gl.FLOAT,!1,0,0)}),v(this,"setupUniforms",()=>{this.uniformLocations={u_time:this.gl.getUniformLocation(this.program,"u_time"),u_pixelRatio:this.gl.getUniformLocation(this.program,"u_pixelRatio"),u_resolution:this.gl.getUniformLocation(this.program,"u_resolution"),...Object.fromEntries(Object.keys(this.providedUniforms).map(n=>[n,this.gl.getUniformLocation(this.program,n)]))}}),v(this,"resizeObserver",null),v(this,"setupResizeObserver",()=>{this.resizeObserver=new ResizeObserver(()=>this.handleResize()),this.resizeObserver.observe(this.canvas),this.handleResize()}),v(this,"handleResize",()=>{let n=C.devicePixelRatio,m=this.canvas.clientWidth*n,d=this.canvas.clientHeight*n;(this.canvas.width!==m||this.canvas.height!==d)&&(this.canvas.width=m,this.canvas.height=d,this.resolutionChanged=!0,this.gl.viewport(0,0,this.gl.canvas.width,this.gl.canvas.height),this.render(performance.now()))}),v(this,"render",n=>{if(this.hasBeenDisposed)return;let m=n-this.lastFrameTime;this.lastFrameTime=n,this.speed!==0&&(this.totalAnimationTime+=m*this.speed),this.gl.clear(this.gl.COLOR_BUFFER_BIT),this.gl.useProgram(this.program),this.gl.uniform1f(this.uniformLocations.u_time,this.totalAnimationTime*.001),this.resolutionChanged&&(this.gl.uniform2f(this.uniformLocations.u_resolution,this.gl.canvas.width,this.gl.canvas.height),this.gl.uniform1f(this.uniformLocations.u_pixelRatio,C.devicePixelRatio),this.resolutionChanged=!1),this.gl.drawArrays(this.gl.TRIANGLES,0,6),this.speed!==0?this.requestRender():this.rafId=null}),v(this,"requestRender",()=>{this.rafId!==null&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame(this.render)}),v(this,"updateProvidedUniforms",()=>{this.gl.useProgram(this.program),Object.entries(this.providedUniforms).forEach(([n,m])=>{let d=this.uniformLocations[n];if(d)if(Array.isArray(m))switch(m.length){case 2:this.gl.uniform2fv(d,m);break;case 3:this.gl.uniform3fv(d,m);break;case 4:this.gl.uniform4fv(d,m);break;default:m.length===9?this.gl.uniformMatrix3fv(d,!1,m):m.length===16?this.gl.uniformMatrix4fv(d,!1,m):console.warn(`Unsupported uniform array length: ${m.length}`)}else typeof m=="number"?this.gl.uniform1f(d,m):typeof m=="boolean"?this.gl.uniform1i(d,m?1:0):console.warn(`Unsupported uniform type for ${n}: ${typeof m}`)})}),v(this,"setSeed",n=>{let m=8.333333333333334;this.totalAnimationTime=n*m,this.lastFrameTime=performance.now(),this.render(performance.now())}),v(this,"setSpeed",(n=1)=>{this.speed=n,this.rafId===null&&n!==0&&(this.lastFrameTime=performance.now(),this.rafId=requestAnimationFrame(this.render)),this.rafId!==null&&n===0&&(cancelAnimationFrame(this.rafId),this.rafId=null)}),v(this,"setUniforms",n=>{this.providedUniforms={...this.providedUniforms,...n},this.updateProvidedUniforms(),this.render(performance.now())}),v(this,"dispose",()=>{this.hasBeenDisposed=!0,this.rafId!==null&&(cancelAnimationFrame(this.rafId),this.rafId=null),this.gl&&this.program&&(this.gl.deleteProgram(this.program),this.program=null,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.bindBuffer(this.gl.ELEMENT_ARRAY_BUFFER,null),this.gl.bindRenderbuffer(this.gl.RENDERBUFFER,null),this.gl.bindFramebuffer(this.gl.FRAMEBUFFER,null),this.gl.getError()),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null),this.uniformLocations={}}),this.canvas=r,this.fragmentShader=o,this.providedUniforms=a,this.totalAnimationTime=f;let i=r.getContext("webgl2",s);if(!i)throw new Error("WebGL not supported");this.gl=i,this.initWebGL(),this.setupResizeObserver(),this.setSpeed(l),this.canvas.setAttribute("data-paper-shaders","true")}},yt=`#version 300 es layout(location = 0) in vec4 a_position; void main() { gl_Position = a_position; } `;function ft(e,r,o){let a=e.createShader(r);return a?(e.shaderSource(a,o),e.compileShader(a),e.getShaderParameter(a,e.COMPILE_STATUS)?a:(console.error("An error occurred compiling the shaders: "+e.getShaderInfoLog(a)),e.deleteShader(a),null)):null}function wt(e,r,o){let a=ft(e,e.VERTEX_SHADER,r),s=ft(e,e.FRAGMENT_SHADER,o);if(!a||!s)return null;let l=e.createProgram();return l?(e.attachShader(l,a),e.attachShader(l,s),e.linkProgram(l),e.getProgramParameter(l,e.LINK_STATUS)?(e.detachShader(l,a),e.detachShader(l,s),e.deleteShader(a),e.deleteShader(s),l):(console.error("Unable to initialize the shader program: "+e.getProgramInfoLog(l)),e.deleteProgram(l),e.deleteShader(a),e.deleteShader(s),null)):null}var Ie={Checks:0,Stripes:1,Edge:2},Ee=`#version 300 es precision highp float; uniform float u_time; uniform float u_pixelRatio; uniform vec2 u_resolution; uniform float u_scale; uniform float u_rotation; uniform vec4 u_color1; uniform vec4 u_color2; uniform vec4 u_color3; uniform float u_proportion; uniform float u_softness; uniform float u_shape; uniform float u_shapeScale; uniform float u_distortion; uniform float u_swirl; uniform float u_swirlIterations; out vec4 fragColor; #define TWO_PI 6.28318530718 #define PI 3.14159265358979323846 vec2 rotate(vec2 uv, float th) { return mat2(cos(th), sin(th), -sin(th), cos(th)) * uv; } float random(vec2 st) { return fract(sin(dot(st.xy, vec2(12.9898, 78.233))) * 43758.5453123); } float noise(vec2 st) { vec2 i = floor(st); vec2 f = fract(st); float a = random(i); float b = random(i + vec2(1.0, 0.0)); float c = random(i + vec2(0.0, 1.0)); float d = random(i + vec2(1.0, 1.0)); // Smoothstep for interpolation vec2 u = f * f * (3.0 - 2.0 * f); // Do the interpolation as two nested mix operations // If you try to do this in one big operation, there's enough precision loss to be off by 1px at cell boundaries float x1 = mix(a, b, u.x); float x2 = mix(c, d, u.x); return mix(x1, x2, u.y); } vec4 blend_colors(vec4 c1, vec4 c2, vec4 c3, float mixer, float edgesWidth, float edge_blur) { vec3 color1 = c1.rgb * c1.a; vec3 color2 = c2.rgb * c2.a; vec3 color3 = c3.rgb * c3.a; float r1 = smoothstep(.0 + .35 * edgesWidth, .7 - .35 * edgesWidth + .5 * edge_blur, mixer); float r2 = smoothstep(.3 + .35 * edgesWidth, 1. - .35 * edgesWidth + edge_blur, mixer); vec3 blended_color_2 = mix(color1, color2, r1); float blended_opacity_2 = mix(c1.a, c2.a, r1); vec3 c = mix(blended_color_2, color3, r2); float o = mix(blended_opacity_2, c3.a, r2); return vec4(c, o); } void main() { vec2 uv = gl_FragCoord.xy / u_resolution.xy; vec2 uv_original = uv; float t = .5 * u_time; float noise_scale = .0005 + .006 * u_scale; uv -= .5; uv *= (noise_scale * u_resolution); uv = rotate(uv, u_rotation * .5 * PI); uv /= u_pixelRatio; uv += .5; float n1 = noise(uv * 1. + t); float n2 = noise(uv * 2. - t); float angle = n1 * TWO_PI; uv.x += 4. * u_distortion * n2 * cos(angle); uv.y += 4. * u_distortion * n2 * sin(angle); float iterations_number = ceil(clamp(u_swirlIterations, 1., 30.)); for (float i = 1.; i <= iterations_number; i++) { uv.x += clamp(u_swirl, 0., 2.) / i * cos(t + i * 1.5 * uv.y); uv.y += clamp(u_swirl, 0., 2.) / i * cos(t + i * 1. * uv.x); } float proportion = clamp(u_proportion, 0., 1.); float shape = 0.; float mixer = 0.; if (u_shape < .5) { vec2 checks_shape_uv = uv * (.5 + 3.5 * u_shapeScale); shape = .5 + .5 * sin(checks_shape_uv.x) * cos(checks_shape_uv.y); mixer = shape + .48 * sign(proportion - .5) * pow(abs(proportion - .5), .5); } else if (u_shape < 1.5) { vec2 stripes_shape_uv = uv * (.25 + 3. * u_shapeScale); float f = fract(stripes_shape_uv.y); shape = smoothstep(.0, .55, f) * smoothstep(1., .45, f); mixer = shape + .48 * sign(proportion - .5) * pow(abs(proportion - .5), .5); } else { float sh = 1. - uv.y; sh -= .5; sh /= (noise_scale * u_resolution.y); sh += .5; float shape_scaling = .2 * (1. - u_shapeScale); shape = smoothstep(.45 - shape_scaling, .55 + shape_scaling, sh + .3 * (proportion - .5)); mixer = shape; } vec4 color_mix = blend_colors(u_color1, u_color2, u_color3, mixer, 1. - clamp(u_softness, 0., 1.), .01 + .01 * u_scale); fragColor = vec4(color_mix.rgb, color_mix.a); } `;function fe(e,r=[0,0,0,1]){if(Array.isArray(e))return e.length===4?e:e.length===3?[...e,1]:fe(r);if(typeof e!="string")return fe(r);let o,a,s,l=1;if(e.startsWith("#"))[o,a,s,l]=vt(e);else if(e.startsWith("rgb"))[o,a,s,l]=bt(e);else if(e.startsWith("hsl"))[o,a,s,l]=St(Ct(e));else return console.error("Unsupported color format",e),fe(r);return[Me(o,0,1),Me(a,0,1),Me(s,0,1),Me(l,0,1)]}function vt(e){e=e.replace(/^#/,""),e.length===3&&(e=e.split("").map(l=>l+l).join("")),e.length===6&&(e=e+"ff");let r=parseInt(e.slice(0,2),16)/255,o=parseInt(e.slice(2,4),16)/255,a=parseInt(e.slice(4,6),16)/255,s=parseInt(e.slice(6,8),16)/255;return[r,o,a,s]}function bt(e){let r=e.match(/^rgba?\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*([0-9.]+))?\s*\)$/i);return r?[parseInt(r[1]??"0")/255,parseInt(r[2]??"0")/255,parseInt(r[3]??"0")/255,r[4]===void 0?1:parseFloat(r[4])]:[0,0,0,1]}function Ct(e){let r=e.match(/^hsla?\s*\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*([0-9.]+))?\s*\)$/i);return r?[parseInt(r[1]??"0"),parseInt(r[2]??"0"),parseInt(r[3]??"0"),r[4]===void 0?1:parseFloat(r[4])]:[0,0,0,1]}function St(e){let[r,o,a,s]=e,l=r/360,f=o/100,i=a/100,n,m,d;if(o===0)n=m=d=i;else{let g=(S,A,k)=>(k<0&&(k+=1),k>1&&(k-=1),k<.16666666666666666?S+(A-S)*6*k:k<.5?A:k<.6666666666666666?S+(A-S)*(.6666666666666666-k)*6:S),p=i<.5?i*(1+f):i+f-i*f,b=2*i-p;n=g(b,p,l+1/3),m=g(b,p,l),d=g(b,p,l-1/3)}return[n,m,d,s]}var Me=(e,r,o)=>Math.min(Math.max(e,r),o);var zt=et(.65,0,.88,.77),Fe={Prism:{color1:"#050505",color2:"#66B3FF",color3:"#FFFFFF",rotation:-50,proportion:1,scale:.01,speed:30,distortion:0,swirl:50,swirlIterations:16,softness:47,offset:-299,shape:"Checks",shapeSize:45},Lava:{color1:"#FF9F21",color2:"#FF0303",color3:"#000000",rotation:114,proportion:100,scale:.52,speed:30,distortion:7,swirl:18,swirlIterations:20,softness:100,offset:717,shape:"Edge",shapeSize:12},Plasma:{color1:"#B566FF",color2:"#000000",color3:"#000000",rotation:0,proportion:63,scale:.75,speed:30,distortion:5,swirl:61,swirlIterations:5,softness:100,offset:-168,shape:"Checks",shapeSize:28},Pulse:{color1:"#66FF85",color2:"#000000",color3:"#000000",rotation:-167,proportion:92,scale:0,speed:20,distortion:54,swirl:75,swirlIterations:3,softness:28,offset:-813,shape:"Checks",shapeSize:79},Vortex:{color1:"#000000",color2:"#FFFFFF",color3:"#000000",rotation:50,proportion:41,scale:.4,speed:20,distortion:0,swirl:100,swirlIterations:3,softness:5,offset:-744,shape:"Stripes",shapeSize:80},Mist:{color1:"#050505",color2:"#FF66B8",color3:"#050505",rotation:0,proportion:33,scale:.48,speed:39,distortion:4,swirl:65,swirlIterations:5,softness:100,offset:-235,shape:"Edge",shapeSize:48}};function xe(e){let r=tt(),o=se.current()===se.canvas,a=e.preset==="custom"||e.colorMode==="custom",s=e.preset==="custom"?e:Fe[e.preset]||Object.values(Fe)[0],[l,f,i]=lt(e.color1,e.color2,e.color3);return x("div",{style:{borderRadius:e.radius,overflow:"hidden",position:"relative",...e.style},children:[t(kt,{color1:a?l:s.color1,color2:a?f:s.color2,color3:a?i:s.color3,scale:s.scale,proportion:s.proportion/100,distortion:s.distortion/50,swirl:s.swirl/100,swirlIterations:s.swirl===0?0:s.swirlIterations,rotation:s.rotation*Math.PI/180,speed:!r||o&&e.preview?zt(e.speed/100)*5:0,seed:s.offset*10,shape:Ie[s.shape],shapeScale:s.shapeSize/100,softness:s.softness/100,style:e.style}),e.noise&&e.noise.opacity>0&&t("div",{style:{position:"absolute",inset:0,backgroundImage:'url("https://framerusercontent.com/images/g0QcWrxr87K0ufOxIUFBakwYA8.png")',backgroundSize:e.noise.scale*200,backgroundRepeat:"repeat",opacity:e.noise.opacity/2}})]})}xe.displayName="Animated Gradient Background";G(xe,{preset:{type:c.Enum,defaultValue:Object.keys(Fe)[0],options:[...Object.keys(Fe),"custom"],optionTitles:[...Object.keys(Fe),"Custom"]},preview:{type:c.Boolean,defaultValue:!1},colorMode:{type:c.Enum,defaultValue:"preset",options:["preset","custom"],optionTitles:["Preset","Custom"],displaySegmentedControl:!0,title:"Colors",hidden:e=>e.preset==="custom"},color1:{type:c.Color,defaultValue:"#262626",hidden:e=>e.preset!=="custom"&&e.colorMode==="preset"},color2:{type:c.Color,defaultValue:"#75c1f0",hidden:e=>e.preset!=="custom"&&e.colorMode==="preset"},color3:{type:c.Color,defaultValue:"#ffffff",hidden:e=>e.preset!=="custom"&&e.colorMode==="preset"},noise:{type:c.Object,optional:!0,icon:"effect",controls:{opacity:{type:c.Number,defaultValue:.5,min:0,max:1,step:.01},scale:{type:c.Number,defaultValue:1,min:.2,max:2,step:.1}}},rotation:{type:c.Number,defaultValue:0,min:-360,max:360,step:1,unit:"\xB0",hidden:e=>e.preset!=="custom"},proportion:{type:c.Number,defaultValue:35,min:0,max:100,step:1,hidden:e=>e.preset!=="custom"},scale:{type:c.Number,defaultValue:1,min:0,max:10,step:.01,hidden:e=>e.preset!=="custom"},speed:{type:c.Number,defaultValue:25,step:1,min:0,max:100},distortion:{type:c.Number,defaultValue:12,min:0,max:100,step:1,hidden:e=>e.preset!=="custom"},swirl:{type:c.Number,defaultValue:80,min:0,max:100,step:1,hidden:e=>e.preset!=="custom"},swirlIterations:{type:c.Number,defaultValue:10,min:0,max:20,step:1,title:"Iterations",hidden:e=>e.swirl===0||e.preset!=="custom"},softness:{type:c.Number,defaultValue:100,min:0,max:100,step:1,hidden:e=>e.preset!=="custom"},offset:{type:c.Number,defaultValue:0,min:-1e3,max:1e3,step:1,hidden:e=>e.preset!=="custom"},shape:{type:c.Enum,defaultValue:"Checks",options:Object.keys(Ie),hidden:e=>e.preset!=="custom"},shapeSize:{type:c.Number,defaultValue:10,min:0,max:100,step:1,hidden:e=>e.preset!=="custom"},radius:{type:c.BorderRadius,defaultValue:"0px"}});var Z={name:"Default",params:{scale:1,rotation:0,speed:20,seed:0,color1:"hsla(0, 0%, 15%, 1)",color2:"hsla(203, 80%, 70%, 1)",color3:"hsla(0, 0%, 100%, 1)",proportion:.35,softness:1,distortion:.25,swirl:.8,swirlIterations:10,shapeScale:.1,shape:Ie.Checks}},kt=e=>{let r=M(()=>({u_scale:e.scale??Z.params.scale,u_rotation:e.rotation??Z.params.rotation,u_color1:fe(e.color1,Z.params.color1),u_color2:fe(e.color2,Z.params.color2),u_color3:fe(e.color3,Z.params.color2),u_proportion:e.proportion??Z.params.proportion,u_softness:e.softness??Z.params.softness,u_distortion:e.distortion??Z.params.distortion,u_swirl:e.swirl??Z.params.swirl,u_swirlIterations:e.swirlIterations??Z.params.swirlIterations,u_shapeScale:e.shapeScale??Z.params.shapeScale,u_shape:e.shape??Z.params.shape}),[e.scale,e.rotation,e.color1,e.color2,e.color3,e.proportion,e.softness,e.distortion,e.swirl,e.swirlIterations,e.shapeScale,e.shape]);return t(It,{...e,fragmentShader:Ee,uniforms:r})},It=({ref:e,fragmentShader:r,style:o,uniforms:a={},webGlContextAttributes:s,speed:l=1,seed:f=0})=>{let i=e??V(null),n=V(null);return D(()=>(i.current&&(n.current=new ke(i.current,r,a,s,l,f)),()=>{n.current?.dispose()}),[r,s]),D(()=>{n.current?.setUniforms(a)},[a]),D(()=>{n.current?.setSpeed(l)},[l]),D(()=>{n.current?.setSeed(f)},[f]),t("canvas",{ref:i,style:o})};function Be(e){let[r,o]=Se(null);D(()=>{let l=e.customSvgCode;a(l)});let a=l=>{let f=[[/width="[^"]*"/,'width="100%"'],[/height="[^"]*"/,'height="100%"']],i=l.includes('stroke="'),n=l.includes('stroke-width="'),m=l.includes('stroke-linecap="'),d=l.includes('stroke-linejoin="');if(l.includes("]*fill="([^"]*)"/,p=l.match(g);if(p){let b=p[0].replace(p[1],e.customColor);l=l.replace(g,b)}else f.push([/{l=l.replace(g,p)}),o(l)},s={padding:`${e.customPadding}px`,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",overflow:"visible"};return t("div",{dangerouslySetInnerHTML:{__html:r},style:s})}Be.defaultProps={customSvgCode:' ',customColor:"#ffffff",customPadding:0,customStrokeWidth:2,lineCap:"butt",lineJoin:"miter"};G(Be,{customSvgCode:{type:c.String,title:"SVG Code",displayTextArea:!1},customColor:{type:c.Color,title:"Color",defaultValue:"#ffffff"},customPadding:{type:c.Number,title:"Padding",defaultValue:0,min:0,step:1,displayStepper:!0,description:"More components at [Framer University](https://framer.university?utm_source=component)."},customStrokeWidth:{type:c.Number,title:"Stroke",defaultValue:2,min:0,step:.1,displayStepper:!0,hidden:e=>!e.customSvgCode.includes('stroke="')},lineCap:{type:c.Enum,title:"Line Cap",options:["butt","round","square"],optionTitles:["Butt","Round","Square"],defaultValue:"butt",hidden:e=>!e.customSvgCode.includes('stroke="')},lineJoin:{type:c.Enum,title:"Line Join",options:["round","miter","bevel"],optionTitles:["Round","Miter","Bevel"],defaultValue:"miter",hidden:e=>!e.customSvgCode.includes('stroke="')}});var Te=Be;function mt(e){return r=>{let o={...r.style,width:"fit-content"};return t(e,{...r,style:o})}}var Ft=["yroDmQotV","Hmdkv2M4p","vmIKLyrnS"],jt="framer-XIQHn",_t={Hmdkv2M4p:"framer-v-16ish6a",vmIKLyrnS:"framer-v-af2ere",yroDmQotV:"framer-v-1w02fi"};function Ge(e,...r){let o={};return r?.forEach(a=>a&&Object.assign(o,e[a])),o}var Rt={duration:0,type:"tween"},Nt=({value:e,children:r})=>{let o=re(L),a=e??o.transition,s=M(()=>({...o,transition:a}),[JSON.stringify(a)]);return t(L.Provider,{value:s,children:r})},Vt=h(u),Lt={"Plus Hover":"Hmdkv2M4p",Minus:"vmIKLyrnS",Plus:"yroDmQotV"},Pt=({height:e,id:r,width:o,...a})=>{var s,l;return{...a,variant:(l=(s=Lt[a.variant])!==null&&s!==void 0?s:a.variant)!==null&&l!==void 0?l:"yroDmQotV"}},Mt=(e,r)=>e.layoutDependency?r.join("-")+e.layoutDependency:r.join("-"),Tt=W(function(e,r){let{activeLocale:o,setLocale:a}=B(),{style:s,className:l,layoutId:f,variant:i,...n}=Pt(e),{baseVariant:m,classNames:d,clearLoadingGesture:g,gestureHandlers:p,gestureVariant:b,isLoading:S,setGestureState:A,setVariant:k,variants:U}=ae({cycleOrder:Ft,defaultVariant:"yroDmQotV",variant:i,variantClassNames:_t}),w=Mt(e,U),N=V(null),ee=()=>m!=="vmIKLyrnS",Y=()=>m==="vmIKLyrnS",y=q(),P=[],te=Q();return t(E,{id:f??y,children:t(Vt,{animate:U,initial:!1,children:t(Nt,{value:Rt,children:x(h.div,{...n,...p,className:_(jt,...P,"framer-1w02fi",l,d),"data-border":!0,"data-framer-name":"Plus",layoutDependency:w,layoutId:"yroDmQotV",ref:r??N,style:{"--border-bottom-width":"1.5px","--border-color":"var(--token-82b5832e-a0cf-4abf-84b4-daf77b132a71, rgb(81, 86, 90))","--border-left-width":"1.5px","--border-right-width":"1.5px","--border-style":"solid","--border-top-width":"1.5px",backgroundColor:"rgba(0, 0, 0, 0)",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...s},variants:{Hmdkv2M4p:{"--border-color":"rgba(81, 86, 90, 0)",backgroundColor:"rgb(0, 120, 255)"},vmIKLyrnS:{"--border-color":"rgba(81, 86, 90, 0)",backgroundColor:"rgb(0, 120, 255)"}},...Ge({Hmdkv2M4p:{"data-framer-name":"Plus Hover"},vmIKLyrnS:{"data-framer-name":"Minus"}},m,b),children:[ee()&&t(ne,{className:"framer-9q7gv","data-framer-name":"SVG (Plus)",layout:"position",layoutDependency:w,layoutId:"HGSVx0Gzl",opacity:1,svg:'',svgContentId:12843514063,withExternalLayout:!0,...Ge({Hmdkv2M4p:{svg:'',svgContentId:10260135435}},m,b)}),Y()&&t(ne,{className:"framer-12gy6yw","data-framer-name":"SVG (Minus)",layout:"position",layoutDependency:w,layoutId:"MIzBGaS0q",opacity:1,svg:'',svgContentId:10681430789,withExternalLayout:!0,...Ge({vmIKLyrnS:{svgContentId:11548429862}},m,b)})]})})})})}),At=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-XIQHn.framer-vuw5k9, .framer-XIQHn .framer-vuw5k9 { display: block; }",".framer-XIQHn.framer-1w02fi { height: 20px; overflow: hidden; position: relative; width: 20px; will-change: var(--framer-will-change-override, transform); }",".framer-XIQHn .framer-9q7gv, .framer-XIQHn .framer-12gy6yw { flex: none; height: 12px; left: calc(50.00000000000002% - 12px / 2); position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 12px; }",".framer-XIQHn.framer-v-16ish6a.framer-1w02fi, .framer-XIQHn.framer-v-af2ere.framer-1w02fi { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); }",'.framer-XIQHn[data-border="true"]::after, .framer-XIQHn [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; }'],_e=X(Tt,At,"framer-XIQHn"),Xe=_e;_e.displayName="Plus Minus Icon";_e.defaultProps={height:20,width:20};G(_e,{variant:{options:["yroDmQotV","Hmdkv2M4p","vmIKLyrnS"],optionTitles:["Plus","Plus Hover","Minus"],title:"Variant",type:c.Enum}});J(_e,[{explicitInter:!0,fonts:[]}],{supportsExplicitInterCodegen:!0});var Ot=$(Te),Ht=$(Xe),Ut=mt(h.div),Yt=["PUeNxFrW8","FfH7aIqzB","ITEOmk204","NAJtrgq0H"],Wt="framer-tOLXC",Dt={FfH7aIqzB:"framer-v-1v437fi",ITEOmk204:"framer-v-ho0wp7",NAJtrgq0H:"framer-v-1mztbp",PUeNxFrW8:"framer-v-kf8fu0"};function Ae(e,...r){let o={};return r?.forEach(a=>a&&Object.assign(o,e[a])),o}var qt={duration:0,type:"tween"},ct=(e,r)=>`translateY(-50%) ${r}`,Et=({value:e,children:r})=>{let o=re(L),a=e??o.transition,s=M(()=>({...o,transition:a}),[JSON.stringify(a)]);return t(L.Provider,{value:s,children:r})},Bt=h(u),Gt={"Grey Active":"NAJtrgq0H","Grey Hover":"ITEOmk204",Blue:"PUeNxFrW8",Grey:"FfH7aIqzB"},Xt=({ear:e,heart:r,height:o,id:a,message:s,showAnswer:l,star:f,width:i,...n})=>{var m,d,g,p;return{...n,BgAQWE9JZ:(m=s??n.BgAQWE9JZ)!==null&&m!==void 0?m:"What if I don't like it?",btPQlyjzM:r??n.btPQlyjzM,Ig9Oen9_Q:l??n.Ig9Oen9_Q,qcxv5MbC_:f??n.qcxv5MbC_,variant:(g=(d=Gt[n.variant])!==null&&d!==void 0?d:n.variant)!==null&&g!==void 0?g:"PUeNxFrW8",ZowNLHVI9:(p=e??n.ZowNLHVI9)!==null&&p!==void 0?p:!0}},Qt=(e,r)=>e.layoutDependency?r.join("-")+e.layoutDependency:r.join("-"),Jt=W(function(e,r){let{activeLocale:o,setLocale:a}=B(),{style:s,className:l,layoutId:f,variant:i,BgAQWE9JZ:n,ZowNLHVI9:m,btPQlyjzM:d,qcxv5MbC_:g,Ig9Oen9_Q:p,...b}=Xt(e),{baseVariant:S,classNames:A,clearLoadingGesture:k,gestureHandlers:U,gestureVariant:w,isLoading:N,setGestureState:ee,setVariant:Y,variants:y}=ae({cycleOrder:Yt,defaultVariant:"PUeNxFrW8",variant:i,variantClassNames:Dt}),P=Qt(e,y),{activeVariantCallback:te,delay:ve}=ge(S),I=te(async(...pe)=>{if(ee({isPressed:!1}),p&&await p(...pe)===!1)return!1}),oe=te(async(...pe)=>{ee({isHovered:!0}),Y("ITEOmk204")}),de=te(async(...pe)=>{if(ee({isPressed:!1}),p&&await p(...pe)===!1)return!1;Y("NAJtrgq0H")}),be=te(async(...pe)=>{ee({isHovered:!1}),Y("FfH7aIqzB")}),he=V(null),F=()=>!!["FfH7aIqzB","ITEOmk204","NAJtrgq0H"].includes(S),Ce=q(),Le=[],Pe=Q();return t(E,{id:f??Ce,children:t(Bt,{animate:y,initial:!1,children:t(Et,{value:qt,children:x(Ut,{...b,...U,className:_(Wt,...Le,"framer-kf8fu0",l,A),"data-framer-name":"Blue",layoutDependency:P,layoutId:"PUeNxFrW8",ref:r??he,style:{backgroundColor:"rgb(0, 120, 255)",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...s},variants:{FfH7aIqzB:{backgroundColor:"var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))"},ITEOmk204:{backgroundColor:"rgb(9, 22, 42)"},NAJtrgq0H:{backgroundColor:"rgb(9, 22, 42)"}},...Ae({FfH7aIqzB:{"data-framer-name":"Grey","data-highlight":!0,onMouseEnter:oe,onTap:I},ITEOmk204:{"data-framer-name":"Grey Hover","data-highlight":!0,onMouseLeave:be,onTap:de},NAJtrgq0H:{"data-framer-name":"Grey Active"}},S,w),children:[t(z,{__fromCanvasComponent:!0,children:t(u,{children:t(h.p,{style:{"--font-selector":"SW50ZXItTWVkaXVt","--framer-font-family":'"Inter", "Inter Placeholder", sans-serif',"--framer-font-size":"18px","--framer-font-weight":"500","--framer-letter-spacing":"-0.02em","--framer-line-height":"1.3em","--framer-text-color":"var(--extracted-r6o4lv, var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)))"},children:"What if I don't like it?"})}),className:"framer-r1nt0w","data-framer-name":"Text",fonts:["Inter-Medium"],layoutDependency:P,layoutId:"mPzVF3uro",style:{"--extracted-r6o4lv":"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))","--framer-link-text-color":"rgb(0, 153, 255)","--framer-link-text-decoration":"underline"},text:n,variants:{ITEOmk204:{"--extracted-r6o4lv":"rgb(0, 120, 255)"},NAJtrgq0H:{"--extracted-r6o4lv":"rgb(0, 120, 255)"}},verticalAlignment:"top",withExternalLayout:!0,...Ae({ITEOmk204:{children:t(u,{children:t(h.p,{style:{"--font-selector":"SW50ZXItTWVkaXVt","--framer-font-family":'"Inter", "Inter Placeholder", sans-serif',"--framer-font-size":"18px","--framer-font-weight":"500","--framer-letter-spacing":"-0.02em","--framer-line-height":"1.3em","--framer-text-color":"var(--extracted-r6o4lv, rgb(0, 120, 255))"},children:"What if I don't like it?"})})},NAJtrgq0H:{children:t(u,{children:t(h.p,{style:{"--font-selector":"SW50ZXItTWVkaXVt","--framer-font-family":'"Inter", "Inter Placeholder", sans-serif',"--framer-font-size":"18px","--framer-font-weight":"500","--framer-letter-spacing":"-0.02em","--framer-line-height":"1.3em","--framer-text-color":"var(--extracted-r6o4lv, rgb(0, 120, 255))"},children:"What if I don't like it?"})})}},S,w)}),m&&t(h.div,{className:"framer-1i5cqyj","data-framer-name":"Ear",layoutDependency:P,layoutId:"LIlq_esCo",children:t(ne,{className:"framer-d0f9gn","data-framer-name":"SVG",layout:"position",layoutDependency:P,layoutId:"R3Suzk_ZZ",opacity:1,svg:'',svgContentId:11636190616,withExternalLayout:!0,...Ae({FfH7aIqzB:{svg:'',svgContentId:10540885383},ITEOmk204:{svg:'',svgContentId:12341440270},NAJtrgq0H:{svg:'',svgContentId:12341440270}},S,w)})}),d&&t(j,{children:t(h.div,{className:"framer-1nv9lra-container",layoutDependency:P,layoutId:"SV1osc7SQ-container",style:{rotate:19},children:t(Te,{customColor:"rgb(255, 86, 121)",customPadding:0,customStrokeWidth:2,customSvgCode:' ',height:"100%",id:"SV1osc7SQ",layoutId:"SV1osc7SQ",lineCap:"butt",lineJoin:"miter",style:{height:"100%",width:"100%"},width:"100%"})})}),g&&t(j,{children:t(h.div,{className:"framer-yu3pdm-container",layoutDependency:P,layoutId:"Ry_kIH42g-container",style:{rotate:-13},transformTemplate:ct,children:t(Te,{customColor:"rgb(254, 217, 94)",customPadding:0,customStrokeWidth:2,customSvgCode:' ',height:"100%",id:"Ry_kIH42g",layoutId:"Ry_kIH42g",lineCap:"butt",lineJoin:"miter",style:{height:"100%",width:"100%"},width:"100%"})})}),F()&&t(h.div,{className:"framer-1yohl3s","data-framer-name":"Plus",layoutDependency:P,layoutId:"hyRq8bJdy",transformTemplate:ct,children:t(j,{width:"20px",children:t(h.div,{className:"framer-17kh7uj-container",layoutDependency:P,layoutId:"K93lws7RO-container",children:t(Xe,{height:"100%",id:"K93lws7RO",layoutId:"K93lws7RO",style:{height:"100%",width:"100%"},variant:"yroDmQotV",width:"100%",...Ae({ITEOmk204:{variant:"Hmdkv2M4p"},NAJtrgq0H:{variant:"vmIKLyrnS"}},S,w)})})})})]})})})})}),Zt=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-tOLXC.framer-14zdu3y, .framer-tOLXC .framer-14zdu3y { display: block; }",".framer-tOLXC.framer-kf8fu0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 22px 12px 22px; position: relative; width: min-content; }",".framer-tOLXC .framer-r1nt0w { -webkit-user-select: none; flex: none; height: auto; max-width: 100%; pointer-events: none; position: relative; user-select: none; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }",".framer-tOLXC .framer-1i5cqyj { align-content: center; align-items: center; bottom: -1px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -6px; width: min-content; z-index: 1; }",".framer-tOLXC .framer-d0f9gn { flex: none; height: 25px; position: relative; width: 17px; }",".framer-tOLXC .framer-1nv9lra-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: absolute; right: -4px; top: -11px; width: 28px; z-index: 1; }",".framer-tOLXC .framer-yu3pdm-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: -16px; position: absolute; top: 50%; width: 28px; z-index: 1; }",".framer-tOLXC .framer-1yohl3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: absolute; right: -32px; top: 50%; width: 32px; z-index: 1; }",".framer-tOLXC .framer-17kh7uj-container { flex: none; height: 20px; position: relative; width: 20px; z-index: 1; }","@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tOLXC.framer-kf8fu0, .framer-tOLXC .framer-1i5cqyj, .framer-tOLXC .framer-1yohl3s { gap: 0px; } .framer-tOLXC.framer-kf8fu0 > *, .framer-tOLXC .framer-1i5cqyj > *, .framer-tOLXC .framer-1yohl3s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tOLXC.framer-kf8fu0 > :first-child, .framer-tOLXC .framer-1i5cqyj > :first-child, .framer-tOLXC .framer-1yohl3s > :first-child { margin-left: 0px; } .framer-tOLXC.framer-kf8fu0 > :last-child, .framer-tOLXC .framer-1i5cqyj > :last-child, .framer-tOLXC .framer-1yohl3s > :last-child { margin-right: 0px; } }",".framer-tOLXC.framer-v-1v437fi .framer-1i5cqyj, .framer-tOLXC.framer-v-ho0wp7 .framer-1i5cqyj, .framer-tOLXC.framer-v-1mztbp .framer-1i5cqyj { bottom: -1px; left: -6px; right: unset; }"],Re=X(Jt,Zt,"framer-tOLXC"),Oe=Re;Re.displayName="Message";Re.defaultProps={height:351.5,width:61.5};G(Re,{variant:{options:["PUeNxFrW8","FfH7aIqzB","ITEOmk204","NAJtrgq0H"],optionTitles:["Blue","Grey","Grey Hover","Grey Active"],title:"Variant",type:c.Enum},BgAQWE9JZ:{defaultValue:"What if I don't like it?",displayTextArea:!1,title:"Message",type:c.String},ZowNLHVI9:{defaultValue:!0,title:"Ear",type:c.Boolean},btPQlyjzM:{defaultValue:!1,title:"Heart",type:c.Boolean},qcxv5MbC_:{defaultValue:!1,title:"Star",type:c.Boolean},Ig9Oen9_Q:{title:"Show Answer",type:c.EventHandler}});J(Re,[{explicitInter:!0,fonts:[{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F",url:"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2",weight:"500"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116",url:"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2",weight:"500"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+1F00-1FFF",url:"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2",weight:"500"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0370-03FF",url:"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2",weight:"500"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF",url:"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2",weight:"500"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",url:"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2",weight:"500"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB",url:"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2",weight:"500"}]},...Ot,...Ht],{supportsExplicitInterCodegen:!0});var Kt=$(Oe),$t=["oOmStFfsL","GCwDXIiva"],er="framer-SHa1h",tr={GCwDXIiva:"framer-v-10hyfq",oOmStFfsL:"framer-v-roj3r3"};function Qe(e,...r){let o={};return r?.forEach(a=>a&&Object.assign(o,e[a])),o}var rr={damping:30,delay:0,mass:1,stiffness:500,type:"spring"},ar=({value:e,children:r})=>{let o=re(L),a=e??o.transition,s=M(()=>({...o,transition:a}),[JSON.stringify(a)]);return t(L.Provider,{value:s,children:r})},ir=h.create(u),nr={"Only Question":"oOmStFfsL","Show Answer":"GCwDXIiva"},or=({answer:e,ear:r,heart:o,height:a,id:s,question:l,star:f,width:i,...n})=>({...n,egOUrKnhM:e??n.egOUrKnhM??"Zync Space is a modern, easy-to-use chat and communication platform.",GP_AYe5lG:o??n.GP_AYe5lG,qc0l7nqoz:l??n.qc0l7nqoz??" \u2060What is ZyncSpace?",U2IrYA1fw:r??n.U2IrYA1fw??!0,variant:nr[n.variant]??n.variant??"oOmStFfsL",WwQohTRDI:f??n.WwQohTRDI}),sr=(e,r)=>e.layoutDependency?r.join("-")+e.layoutDependency:r.join("-"),lr=W(function(e,r){let o=V(null),a=r??o,s=q(),{activeLocale:l,setLocale:f}=B(),i=Q(),{style:n,className:m,layoutId:d,variant:g,qc0l7nqoz:p,U2IrYA1fw:b,GP_AYe5lG:S,WwQohTRDI:A,egOUrKnhM:k,...U}=or(e),{baseVariant:w,classNames:N,clearLoadingGesture:ee,gestureHandlers:Y,gestureVariant:y,isLoading:P,setGestureState:te,setVariant:ve,variants:I}=ae({cycleOrder:$t,defaultVariant:"oOmStFfsL",ref:a,variant:g,variantClassNames:tr}),oe=sr(e,I),{activeVariantCallback:de,delay:be}=ge(w),he=de(async(...Pe)=>{te({isPressed:!1}),ve("oOmStFfsL")}),F=de(async(...Pe)=>{ve("GCwDXIiva")}),Le=_(er,...[]);return t(E,{id:d??s,children:t(ir,{animate:I,initial:!1,children:t(ar,{value:rr,children:x(h.div,{...U,...Y,className:_(Le,"framer-roj3r3",m,N),"data-framer-name":"Only Question",layoutDependency:oe,layoutId:"oOmStFfsL",ref:a,style:{...n},...Qe({GCwDXIiva:{"data-framer-name":"Show Answer","data-highlight":!0,onTap:he}},w,y),children:[t(h.div,{className:"framer-1ucmpj","data-framer-name":"Question",layoutDependency:oe,layoutId:"mGbOb4Hx5",children:t(j,{height:351,width:"70%",y:(i?.y||0)+0+0+0,children:t(le,{className:"framer-dob3oq-container",isModuleExternal:!0,layoutDependency:oe,layoutId:"gx_eNNwgM-container",nodeId:"gx_eNNwgM",rendersWithMotion:!0,scopeId:"kFPYc1OSs",children:t(Oe,{BgAQWE9JZ:p,btPQlyjzM:S,height:"100%",id:"gx_eNNwgM",Ig9Oen9_Q:F,layoutId:"gx_eNNwgM",qcxv5MbC_:A,style:{maxWidth:"100%"},variant:"FfH7aIqzB",width:"100%",ZowNLHVI9:b,...Qe({GCwDXIiva:{Ig9Oen9_Q:void 0,variant:"NAJtrgq0H"}},w,y)})})})}),t(h.div,{className:"framer-12ymq7k","data-framer-name":"Answer",layoutDependency:oe,layoutId:"ru7rJWigZ",style:{filter:"blur(8px)",opacity:0,scale:.9,WebkitFilter:"blur(8px)"},variants:{GCwDXIiva:{filter:"blur(0px)",opacity:1,scale:1,WebkitFilter:"blur(0px)"}},children:t(j,{height:351,width:"70%",y:(i?.y||0)+0+0,...Qe({GCwDXIiva:{y:(i?.y||0)+0+355+0}},w,y),children:t(le,{className:"framer-1gkal12-container",isModuleExternal:!0,layoutDependency:oe,layoutId:"KmiW0zVIa-container",nodeId:"KmiW0zVIa",rendersWithMotion:!0,scopeId:"kFPYc1OSs",children:t(Oe,{BgAQWE9JZ:k,btPQlyjzM:!1,height:"100%",id:"KmiW0zVIa",layoutId:"KmiW0zVIa",qcxv5MbC_:!1,style:{maxWidth:"100%"},variant:"PUeNxFrW8",width:"100%",ZowNLHVI9:!0})})})})]})})})})}),fr=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-SHa1h.framer-10xz8mx, .framer-SHa1h .framer-10xz8mx { display: block; }",".framer-SHa1h.framer-roj3r3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 600px; }",".framer-SHa1h .framer-1ucmpj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }",".framer-SHa1h .framer-dob3oq-container, .framer-SHa1h .framer-1gkal12-container { flex: none; height: auto; max-width: 70%; position: relative; width: auto; }",".framer-SHa1h .framer-12ymq7k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; left: 0px; overflow: visible; padding: 0px; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 1; }","@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SHa1h.framer-roj3r3, .framer-SHa1h .framer-1ucmpj, .framer-SHa1h .framer-12ymq7k { gap: 0px; } .framer-SHa1h.framer-roj3r3 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-SHa1h.framer-roj3r3 > :first-child { margin-top: 0px; } .framer-SHa1h.framer-roj3r3 > :last-child { margin-bottom: 0px; } .framer-SHa1h .framer-1ucmpj > *, .framer-SHa1h .framer-12ymq7k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SHa1h .framer-1ucmpj > :first-child, .framer-SHa1h .framer-12ymq7k > :first-child { margin-left: 0px; } .framer-SHa1h .framer-1ucmpj > :last-child, .framer-SHa1h .framer-12ymq7k > :last-child { margin-right: 0px; } }",".framer-SHa1h.framer-v-10hyfq.framer-roj3r3 { cursor: pointer; }",".framer-SHa1h.framer-v-10hyfq .framer-12ymq7k { left: unset; position: relative; right: unset; top: unset; width: 100%; }"],Ne=X(lr,fr,"framer-SHa1h"),ye=Ne;Ne.displayName="Question Row";Ne.defaultProps={height:47.5,width:600};G(Ne,{variant:{options:["oOmStFfsL","GCwDXIiva"],optionTitles:["Only Question","Show Answer"],title:"Variant",type:c.Enum},qc0l7nqoz:{defaultValue:" \u2060What is ZyncSpace?",displayTextArea:!1,title:"Question",type:c.String},U2IrYA1fw:{defaultValue:!0,title:"Ear",type:c.Boolean},GP_AYe5lG:{defaultValue:!1,title:"Heart",type:c.Boolean},WwQohTRDI:{defaultValue:!1,title:"Star",type:c.Boolean},egOUrKnhM:{defaultValue:"Zync Space is a modern, easy-to-use chat and communication platform.",displayTextArea:!1,title:"Answer",type:c.String}});J(Ne,[{explicitInter:!0,fonts:[]},...Kt],{supportsExplicitInterCodegen:!0});var mr=$(ye),cr="framer-xV65g",dr={PK_gBOWON:"framer-v-d1qauj"};var pr={damping:30,delay:0,mass:1,stiffness:500,type:"spring"},ur=({value:e,children:r})=>{let o=re(L),a=e??o.transition,s=M(()=>({...o,transition:a}),[JSON.stringify(a)]);return t(L.Provider,{value:s,children:r})},hr=h.create(u),gr=({height:e,id:r,width:o,...a})=>({...a}),xr=(e,r)=>e.layoutDependency?r.join("-")+e.layoutDependency:r.join("-"),yr=W(function(e,r){let o=V(null),a=r??o,s=q(),{activeLocale:l,setLocale:f}=B(),i=Q(),{style:n,className:m,layoutId:d,variant:g,...p}=gr(e),{baseVariant:b,classNames:S,clearLoadingGesture:A,gestureHandlers:k,gestureVariant:U,isLoading:w,setGestureState:N,setVariant:ee,variants:Y}=ae({defaultVariant:"PK_gBOWON",ref:a,variant:g,variantClassNames:dr}),y=xr(e,Y),te=_(cr,...[]);return t(E,{id:d??s,children:t(hr,{animate:Y,initial:!1,children:t(ur,{value:pr,children:x(h.div,{...p,...k,className:_(te,"framer-d1qauj",m,S),"data-framer-name":"Default",layoutDependency:y,layoutId:"PK_gBOWON",ref:a,style:{...n},children:[t(j,{height:47,width:i?.width||"100vw",y:(i?.y||0)+0+(((i?.height||312)-0-212)/2+0+0),children:t(le,{className:"framer-lga9fe-container",layoutDependency:y,layoutId:"Fl9L0JcFf-container",nodeId:"Fl9L0JcFf",rendersWithMotion:!0,scopeId:"Rg1lnz1My",children:t(ye,{egOUrKnhM:"Zync Space is a modern, easy-to-use chat and communication platform.",GP_AYe5lG:!0,height:"100%",id:"Fl9L0JcFf",layoutId:"Fl9L0JcFf",qc0l7nqoz:"\u2060What is ZyncSpace?",style:{width:"100%"},U2IrYA1fw:!1,variant:"GCwDXIiva",width:"100%",WwQohTRDI:!1})})}),t(j,{height:47,width:i?.width||"100vw",y:(i?.y||0)+0+(((i?.height||312)-0-212)/2+47+8),children:t(le,{className:"framer-2yllyz-container",layoutDependency:y,layoutId:"aT9I7l8Sy-container",nodeId:"aT9I7l8Sy",rendersWithMotion:!0,scopeId:"Rg1lnz1My",children:t(ye,{egOUrKnhM:"It\u2019s made for Educational institutions and growing small businesses, built with educators and SMBs in mind.",GP_AYe5lG:!1,height:"100%",id:"aT9I7l8Sy",layoutId:"aT9I7l8Sy",qc0l7nqoz:"Who is it for?",style:{width:"100%"},U2IrYA1fw:!1,variant:"oOmStFfsL",width:"100%",WwQohTRDI:!1})})}),t(j,{height:47,width:i?.width||"100vw",y:(i?.y||0)+0+(((i?.height||312)-0-212)/2+94+16),children:t(le,{className:"framer-1ud7p4x-container",layoutDependency:y,layoutId:"wGE5UuUqC-container",nodeId:"wGE5UuUqC",rendersWithMotion:!0,scopeId:"Rg1lnz1My",children:t(ye,{egOUrKnhM:"Simple UI, focused channels, fewer distractions\u2014built for real collaboration.",GP_AYe5lG:!1,height:"100%",id:"wGE5UuUqC",layoutId:"wGE5UuUqC",qc0l7nqoz:"How is it different?",style:{width:"100%"},U2IrYA1fw:!1,variant:"oOmStFfsL",width:"100%",WwQohTRDI:!0})})}),t(j,{height:47,width:i?.width||"100vw",y:(i?.y||0)+0+(((i?.height||312)-0-212)/2+141+24),children:t(le,{className:"framer-mt7gbg-container",layoutDependency:y,layoutId:"ayiB87CNw-container",nodeId:"ayiB87CNw",rendersWithMotion:!0,scopeId:"Rg1lnz1My",children:t(ye,{egOUrKnhM:"Yes, we offer a forever-free plan with essential features. Join the waitlist for early access and be among the first to experience Zync at launch.",GP_AYe5lG:!1,height:"100%",id:"ayiB87CNw",layoutId:"ayiB87CNw",qc0l7nqoz:"Is there a free plan?",style:{width:"100%"},U2IrYA1fw:!0,variant:"oOmStFfsL",width:"100%",WwQohTRDI:!1})})})]})})})})}),wr=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-xV65g.framer-1a89mct, .framer-xV65g .framer-1a89mct { display: block; }",".framer-xV65g.framer-d1qauj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 490px; overflow: visible; padding: 0px; position: relative; width: 490px; }",".framer-xV65g .framer-lga9fe-container, .framer-xV65g .framer-2yllyz-container, .framer-xV65g .framer-1ud7p4x-container, .framer-xV65g .framer-mt7gbg-container { flex: none; height: auto; position: relative; width: 100%; }","@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xV65g.framer-d1qauj { gap: 0px; } .framer-xV65g.framer-d1qauj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xV65g.framer-d1qauj > :first-child { margin-top: 0px; } .framer-xV65g.framer-d1qauj > :last-child { margin-bottom: 0px; } }"],He=X(yr,wr,"framer-xV65g"),Je=He;He.displayName="FAQ";He.defaultProps={height:312,width:490};J(He,[{explicitInter:!0,fonts:[]},...mr],{supportsExplicitInterCodegen:!0});var vr=["tbWHgUFNd","SPr3OOitU"],br="framer-frzT9",Cr={SPr3OOitU:"framer-v-1r99fnf",tbWHgUFNd:"framer-v-ec1tba"};function T(e,...r){let o={};return r?.forEach(a=>a&&Object.assign(o,e[a])),o}var me={damping:60,delay:0,mass:1,stiffness:800,type:"spring"},Ze=(e,r)=>`translateX(-50%) ${r}`,Sr={damping:60,delay:.1,mass:1,stiffness:800,type:"spring"},ce=({value:e,children:r})=>{let o=re(L),a=e??o.transition,s=M(()=>({...o,transition:a}),[JSON.stringify(a)]);return t(L.Provider,{value:s,children:r})},K=e=>typeof e=="object"&&e!==null&&typeof e.src=="string"?e:typeof e=="string"?{src:e}:void 0,we=(e,r)=>`translate(-50%, -50%) ${r}`,zr={damping:60,delay:.15,mass:1,stiffness:800,type:"spring"},kr={damping:60,delay:.2,mass:1,stiffness:800,type:"spring"},Ir={damping:60,delay:.25,mass:1,stiffness:800,type:"spring"},Fr={damping:60,delay:.3,mass:1,stiffness:800,type:"spring"},jr={damping:60,delay:.35,mass:1,stiffness:800,type:"spring"},_r={damping:60,delay:.4,mass:1,stiffness:800,type:"spring"},Rr=h.create(u),Nr={Default:"tbWHgUFNd",Hover:"SPr3OOitU"},Vr=({height:e,id:r,image1:o,image2:a,image3:s,image4:l,image5:f,image6:i,label:n,link:m,tooltipTitle:d,width:g,...p})=>({...p,JUdgJF6Qr:s??p.JUdgJF6Qr??{src:"https://framerusercontent.com/images/4Po9T33MeVG2JWguUJI7ukos.jpeg"},KyI0INJIR:f??p.KyI0INJIR??{src:"https://framerusercontent.com/images/bcx325UNyNBkyiA3RLmnSx3AivQ.jpeg"},M0cNWwUbm:d??p.M0cNWwUbm??"2.5k+ already joined",sXP_r_d1y:a??p.sXP_r_d1y??{src:"https://framerusercontent.com/images/EJefr5fJvuOwno77six4SXpLZnA.jpeg"},UMgXdc76u:m??p.UMgXdc76u,variant:Nr[p.variant]??p.variant??"tbWHgUFNd",wPsNSmv8K:i??p.wPsNSmv8K??{src:"https://framerusercontent.com/images/CS03YetD156YhcmuODVbPGVyXc.png"},xDSzyxdvk:o??p.xDSzyxdvk??{src:"https://framerusercontent.com/images/HALO860GG8HdyB6G1ao9hkSrTlE.jpeg"},xhhXTHb64:n??p.xhhXTHb64??"Join waitlist",XQw4VhsZ5:l??p.XQw4VhsZ5??{src:"https://framerusercontent.com/images/lpITPEykwDSRklvUdN7SyrEvXgo.jpeg"}}),Lr=(e,r)=>e.layoutDependency?r.join("-")+e.layoutDependency:r.join("-"),Pr=W(function(e,r){let o=V(null),a=r??o,s=q(),{activeLocale:l,setLocale:f}=B(),i=Q(),{style:n,className:m,layoutId:d,variant:g,xhhXTHb64:p,M0cNWwUbm:b,xDSzyxdvk:S,sXP_r_d1y:A,JUdgJF6Qr:k,XQw4VhsZ5:U,KyI0INJIR:w,wPsNSmv8K:N,UMgXdc76u:ee,...Y}=Vr(e),{baseVariant:y,classNames:P,clearLoadingGesture:te,gestureHandlers:ve,gestureVariant:I,isLoading:oe,setGestureState:de,setVariant:be,variants:he}=ae({cycleOrder:vr,defaultVariant:"tbWHgUFNd",ref:a,variant:g,variantClassNames:Cr}),F=Lr(e,he),{activeVariantCallback:Ce,delay:Le}=ge(y),Pe=Ce(async(...pt)=>{de({isHovered:!0}),be("SPr3OOitU")}),pe=Ce(async(...pt)=>{de({isHovered:!1}),be("tbWHgUFNd")}),dt=_(br,...[]);return t(E,{id:d??s,children:t(Rr,{animate:he,initial:!1,children:t(ce,{value:me,children:t(nt,{href:ee,motionChild:!0,nodeId:"tbWHgUFNd",scopeId:"yovawzp5f",children:x(h.a,{...Y,...ve,className:`${_(dt,"framer-ec1tba",m,P)} framer-24atvy`,"data-framer-name":"Default","data-highlight":!0,layoutDependency:F,layoutId:"tbWHgUFNd",onMouseEnter:Pe,ref:a,style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...n},...T({SPr3OOitU:{"data-framer-name":"Hover",onMouseEnter:void 0,onMouseLeave:pe}},y,I),children:[x(h.div,{className:"framer-nzl802","data-framer-name":"Social-Proof-Tip",layoutDependency:F,layoutId:"rElvClnde",style:{backgroundColor:"var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,opacity:0},transformTemplate:Ze,variants:{SPr3OOitU:{opacity:1}},children:[t(h.div,{className:"framer-17rf1ey","data-framer-name":"Title",layoutDependency:F,layoutId:"vquYj99gl",children:t(ce,{value:me,...T({SPr3OOitU:{value:Sr}},y,I),children:t(z,{__fromCanvasComponent:!0,children:t(u,{children:t(h.p,{style:{"--font-selector":"RlM7U2F0b3NoaS1tZWRpdW0=","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"14px","--framer-font-weight":"500","--framer-text-color":"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))"},children:"15k+ already joined"})}),className:"framer-1d546az",fonts:["FS;Satoshi-medium"],layoutDependency:F,layoutId:"AYFHGDfxb",style:{"--extracted-r6o4lv":"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))","--framer-link-text-color":"rgb(0, 153, 255)","--framer-link-text-decoration":"underline","--framer-paragraph-spacing":"0px",opacity:0},text:b,transformTemplate:Ze,variants:{SPr3OOitU:{opacity:1}},verticalAlignment:"top",withExternalLayout:!0})})}),x(h.div,{className:"framer-1qpidqf","data-framer-name":"Profiles",layoutDependency:F,layoutId:"GV2vi6f2y",children:[t(ce,{value:me,...T({SPr3OOitU:{value:zr}},y,I),children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-133+15+27+10),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(S)},className:"framer-1vykunv","data-framer-name":"PP1",layoutDependency:F,layoutId:"f6dbm0XLY",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:"0px 0px 0px 3px var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",opacity:0},transformTemplate:we,variants:{SPr3OOitU:{opacity:1}},...T({SPr3OOitU:{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-141+15+27+0),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(S)}}},y,I)})}),t(ce,{value:me,...T({SPr3OOitU:{value:kr}},y,I),children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:399,intrinsicWidth:399,loading:R((i?.y||0)+(i?.height||54)-133+15+27+10),pixelHeight:399,pixelWidth:399,sizes:"24px",...K(A)},className:"framer-dzquig","data-framer-name":"PP2",layoutDependency:F,layoutId:"QopW9xTqx",style:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:"0px 0px 0px 3px var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",opacity:0},transformTemplate:we,variants:{SPr3OOitU:{opacity:1}},...T({SPr3OOitU:{background:{alt:"",fit:"fill",intrinsicHeight:399,intrinsicWidth:399,loading:R((i?.y||0)+(i?.height||54)-141+15+27+0),pixelHeight:399,pixelWidth:399,sizes:"24px",...K(A)}}},y,I)})}),t(ce,{value:me,...T({SPr3OOitU:{value:Ir}},y,I),children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-133+15+27+10),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(k)},className:"framer-6zprc9","data-framer-name":"PP3",layoutDependency:F,layoutId:"kRR_mw2KJ",style:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:"0px 0px 0px 3px var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",opacity:0},transformTemplate:we,variants:{SPr3OOitU:{opacity:1}},...T({SPr3OOitU:{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-141+15+27+0),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(k)}}},y,I)})}),t(ce,{value:me,...T({SPr3OOitU:{value:Fr}},y,I),children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-133+15+27+10),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(U)},className:"framer-5erwkv","data-framer-name":"PP4",layoutDependency:F,layoutId:"nRzrN6PXn",style:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:"0px 0px 0px 3px var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",opacity:0},transformTemplate:we,variants:{SPr3OOitU:{opacity:1}},...T({SPr3OOitU:{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-141+15+27+0),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(U)}}},y,I)})}),t(ce,{value:me,...T({SPr3OOitU:{value:jr}},y,I),children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-133+15+27+10),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(w)},className:"framer-t64wiu","data-framer-name":"PP5",layoutDependency:F,layoutId:"C_kDCx2Ip",style:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:"0px 0px 0px 3px var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",opacity:0},transformTemplate:we,variants:{SPr3OOitU:{opacity:1}},...T({SPr3OOitU:{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-141+15+27+0),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(w)}}},y,I)})}),t(ce,{value:me,...T({SPr3OOitU:{value:_r}},y,I),children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-133+15+27+10),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(N)},className:"framer-8vbykh","data-framer-name":"PP6",layoutDependency:F,layoutId:"HLtawRzVg",style:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:"0px 0px 0px 3px var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",opacity:0},transformTemplate:we,variants:{SPr3OOitU:{opacity:1}},...T({SPr3OOitU:{background:{alt:"",fit:"fill",intrinsicHeight:400,intrinsicWidth:400,loading:R((i?.y||0)+(i?.height||54)-141+15+27+0),pixelHeight:400,pixelWidth:400,sizes:"24px",...K(N)}}},y,I)})})]}),t(h.div,{className:"framer-13y9k0o","data-framer-name":"Tip",layoutDependency:F,layoutId:"QvVScxWrJ",style:{backgroundColor:"var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))",rotate:45},transformTemplate:Ze})]}),t(h.div,{className:"framer-4p4q4t","data-framer-name":"Content",layoutDependency:F,layoutId:"DlhOk376O",style:{backgroundColor:"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{SPr3OOitU:{backgroundColor:"rgb(4, 99, 194)"}},children:t(z,{__fromCanvasComponent:!0,children:t(u,{children:t(h.p,{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-weight":"700","--framer-text-color":"var(--extracted-r6o4lv, rgb(255, 255, 255))"},children:"Join waitlist"})}),className:"framer-xfgjst",fonts:["FS;Satoshi-bold"],layoutDependency:F,layoutId:"hmd3p5js4",style:{"--extracted-r6o4lv":"rgb(255, 255, 255)","--framer-link-text-color":"rgb(0, 153, 255)","--framer-link-text-decoration":"underline","--framer-paragraph-spacing":"0px"},text:p,verticalAlignment:"top",withExternalLayout:!0})})]})})})})})}),Mr=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-frzT9.framer-24atvy, .framer-frzT9 .framer-24atvy { display: block; }",".framer-frzT9.framer-ec1tba { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 54px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }",".framer-frzT9 .framer-nzl802 { -webkit-user-select: none; align-content: center; align-items: center; bottom: 52px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 15px 18px 14px 18px; pointer-events: none; position: absolute; user-select: none; width: min-content; z-index: 3; }",".framer-frzT9 .framer-17rf1ey { flex: none; height: 17px; overflow: visible; position: relative; width: 122px; }",".framer-frzT9 .framer-1d546az { bottom: -10px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }",".framer-frzT9 .framer-1qpidqf { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; pointer-events: none; position: relative; user-select: none; width: 120px; }",".framer-frzT9 .framer-1vykunv { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 12%; overflow: hidden; pointer-events: none; position: absolute; top: 88%; user-select: none; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }",".framer-frzT9 .framer-dzquig { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 27%; overflow: hidden; pointer-events: none; position: absolute; top: 88%; user-select: none; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }",".framer-frzT9 .framer-6zprc9 { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 42%; overflow: hidden; pointer-events: none; position: absolute; top: 88%; user-select: none; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }",".framer-frzT9 .framer-5erwkv { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 57%; overflow: hidden; pointer-events: none; position: absolute; top: 88%; user-select: none; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }",".framer-frzT9 .framer-t64wiu { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 72%; overflow: hidden; pointer-events: none; position: absolute; top: 88%; user-select: none; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }",".framer-frzT9 .framer-8vbykh { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 87%; overflow: hidden; pointer-events: none; position: absolute; top: 88%; user-select: none; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }",".framer-frzT9 .framer-13y9k0o { aspect-ratio: 1 / 1; bottom: -5px; flex: none; height: var(--framer-aspect-ratio-supported, 11px); left: 50%; overflow: hidden; position: absolute; width: 11px; z-index: 1; }",".framer-frzT9 .framer-4p4q4t { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }",".framer-frzT9 .framer-xfgjst { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }","@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-frzT9.framer-ec1tba, .framer-frzT9 .framer-nzl802, .framer-frzT9 .framer-1qpidqf, .framer-frzT9 .framer-4p4q4t { gap: 0px; } .framer-frzT9.framer-ec1tba > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-frzT9.framer-ec1tba > :first-child, .framer-frzT9 .framer-nzl802 > :first-child, .framer-frzT9 .framer-4p4q4t > :first-child { margin-top: 0px; } .framer-frzT9.framer-ec1tba > :last-child, .framer-frzT9 .framer-nzl802 > :last-child, .framer-frzT9 .framer-4p4q4t > :last-child { margin-bottom: 0px; } .framer-frzT9 .framer-nzl802 > *, .framer-frzT9 .framer-4p4q4t > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-frzT9 .framer-1qpidqf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-frzT9 .framer-1qpidqf > :first-child { margin-left: 0px; } .framer-frzT9 .framer-1qpidqf > :last-child { margin-right: 0px; } }",".framer-frzT9.framer-v-1r99fnf .framer-nzl802 { bottom: 60px; }",".framer-frzT9.framer-v-1r99fnf .framer-1d546az { bottom: 0px; }",".framer-frzT9.framer-v-1r99fnf .framer-1vykunv, .framer-frzT9.framer-v-1r99fnf .framer-dzquig, .framer-frzT9.framer-v-1r99fnf .framer-6zprc9, .framer-frzT9.framer-v-1r99fnf .framer-5erwkv, .framer-frzT9.framer-v-1r99fnf .framer-t64wiu, .framer-frzT9.framer-v-1r99fnf .framer-8vbykh { top: 48%; }"],Ve=X(Pr,Mr,"framer-frzT9"),Ue=Ve;Ve.displayName="Waitlist Button";Ve.defaultProps={height:54,width:200};G(Ve,{variant:{options:["tbWHgUFNd","SPr3OOitU"],optionTitles:["Default","Hover"],title:"Variant",type:c.Enum},xhhXTHb64:{defaultValue:"Join waitlist",displayTextArea:!1,title:"Label",type:c.String},M0cNWwUbm:{defaultValue:"2.5k+ already joined",displayTextArea:!1,title:"Tooltip Title",type:c.String},xDSzyxdvk:{__defaultAssetReference:"data:framer/asset-reference,HALO860GG8HdyB6G1ao9hkSrTlE.jpeg?originalFilename=Jurre.jpeg&preferredSize=auto",title:"Image 1",type:c.ResponsiveImage},sXP_r_d1y:{__defaultAssetReference:"data:framer/asset-reference,EJefr5fJvuOwno77six4SXpLZnA.jpeg?originalFilename=Jorn.jpeg&preferredSize=auto",title:"Image 2",type:c.ResponsiveImage},JUdgJF6Qr:{__defaultAssetReference:"data:framer/asset-reference,4Po9T33MeVG2JWguUJI7ukos.jpeg?originalFilename=Hunter.jpeg&preferredSize=auto",title:"Image 3",type:c.ResponsiveImage},XQw4VhsZ5:{__defaultAssetReference:"data:framer/asset-reference,lpITPEykwDSRklvUdN7SyrEvXgo.jpeg?originalFilename=Charles.jpeg&preferredSize=auto",title:"Image 4",type:c.ResponsiveImage},KyI0INJIR:{__defaultAssetReference:"data:framer/asset-reference,bcx325UNyNBkyiA3RLmnSx3AivQ.jpeg?originalFilename=Cedric.jpeg&preferredSize=auto",title:"Image 5",type:c.ResponsiveImage},wPsNSmv8K:{__defaultAssetReference:"data:framer/asset-reference,CS03YetD156YhcmuODVbPGVyXc.png?originalFilename=image.png&preferredSize=auto",title:"Image 6",type:c.ResponsiveImage},UMgXdc76u:{title:"Link",type:c.Link}});J(Ve,[{explicitInter:!0,fonts:[{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2",weight:"500"},{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2",weight:"700"}]}],{supportsExplicitInterCodegen:!0});var Tr=$(Ue),Ar=$(xe),Or=$(Je),Hr={dbJGuW_bV:"(min-width: 810px) and (max-width: 1359px)",OI8NFVrjC:"(min-width: 1360px) and (max-width: 1919px)",SJYP72kXa:"(max-width: 809px)",WQLkyLRf1:"(min-width: 1920px)"};var Ur="framer-Yjpzu",Yr={dbJGuW_bV:"framer-v-1mdlbgg",OI8NFVrjC:"framer-v-bvsxrr",SJYP72kXa:"framer-v-164sqpx",WQLkyLRf1:"framer-v-72rtr7"},Wr=({value:e})=>it()?null:t("style",{dangerouslySetInnerHTML:{__html:e},"data-framer-html-style":""}),Dr={Desktop:"WQLkyLRf1",Mid:"OI8NFVrjC",Phone:"SJYP72kXa",Tablet:"dbJGuW_bV"},qr=({height:e,id:r,width:o,...a})=>({...a,variant:Dr[a.variant]??a.variant??"WQLkyLRf1"}),Er=W(function(e,r){let o=V(null),a=r??o,s=q(),{activeLocale:l,setLocale:f}=B(),i=Q(),{style:n,className:m,layoutId:d,variant:g,...p}=qr(e);D(()=>{let w=We(void 0,l);if(w.robots){let N=document.querySelector('meta[name="robots"]');N?N.setAttribute("content",w.robots):(N=document.createElement("meta"),N.setAttribute("name","robots"),N.setAttribute("content",w.robots),document.head.appendChild(N))}},[void 0,l]),$e(()=>{let w=We(void 0,l);document.title=w.title||"",w.viewport&&document.querySelector('meta[name="viewport"]')?.setAttribute("content",w.viewport)},[void 0,l]);let[b,S]=ot(g,Hr,!1),A=void 0,U=_(Ur,...[]);return at({}),t(rt.Provider,{value:{primaryVariantId:"WQLkyLRf1",variantClassNames:Yr},children:x(E,{id:d??s,children:[t(Wr,{value:"html body { background: rgb(255, 255, 255); }"}),x(h.div,{...p,className:_(U,"framer-72rtr7",m),ref:a,style:{...n},children:[x("div",{className:"framer-1qziu0g","data-framer-name":"Hero",children:[x("div",{className:"framer-zpnslb","data-framer-name":"Frame 39944",children:[x("div",{className:"framer-16rj90t",children:[t("div",{className:"framer-151ia6b","data-border":!0,"data-framer-name":"Frame 427320501",children:t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"18px","--framer-font-weight":"700","--framer-letter-spacing":"-0.02em","--framer-line-height":"100%","--framer-text-alignment":"center","--framer-text-color":"rgb(77, 166, 255)"},children:"zync-space"})}),className:"framer-1spw452","data-framer-name":"zync-space",fonts:["FS;Satoshi-bold"],verticalAlignment:"top",withExternalLayout:!0})}),t(ue,{breakpoint:b,overrides:{SJYP72kXa:{children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"40px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"Simple Communication for Training Businesses"})})}},children:t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"56px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"Simple Communication for Training Businesses"})}),className:"framer-e0znxa","data-framer-name":"Revolutionizing Workplace & Education Communication",fonts:["FS;Satoshi-bold"],verticalAlignment:"top",withExternalLayout:!0})}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1yZWd1bGFy","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"20px","--framer-letter-spacing":"-0.03em","--framer-line-height":"150%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"Stay connected with your teams, learners, or customers in one simple space. Message, meet, share ideas, and get things done - without the chaos of switching between apps."})}),className:"framer-e37rlo","data-framer-name":"A modern platform for seamless communication in corporate and educational teams. Connect, collaborate, and stay productive. Be among the first to try it!",fonts:["FS;Satoshi-regular"],verticalAlignment:"top",withExternalLayout:!0}),t(ue,{breakpoint:b,overrides:{dbJGuW_bV:{y:(i?.y||0)+0+0+80+0+40+0+0+566},SJYP72kXa:{y:(i?.y||0)+0+0+80+0+40+0+0+478}},children:t(j,{height:54,children:t(ze,{className:"framer-ldw69t-container",nodeId:"UXgy2B69A",scopeId:"augiA20Il",children:t(Ue,{height:"100%",id:"UXgy2B69A",layoutId:"UXgy2B69A",M0cNWwUbm:"2.5k+ already joined",UMgXdc76u:"https://forms.gle/G9J9pmdc1gSvtw6c9",variant:"tbWHgUFNd",width:"100%",xhhXTHb64:"Join waitlist"})})})})]}),t(ue,{breakpoint:b,overrides:{dbJGuW_bV:{background:{alt:"",fit:"fill",intrinsicHeight:799.2,intrinsicWidth:1224,loading:R((i?.y||0)+0+0+80+0+40+644),pixelHeight:999,pixelWidth:1530,sizes:`calc(min(${i?.width||"100vw"}, 1160px) - 80px)`,src:"https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png",srcSet:"https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png?scale-down-to=512 512w,https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png 1530w"}},SJYP72kXa:{background:{alt:"",fit:"fill",intrinsicHeight:799.2,intrinsicWidth:1224,loading:R((i?.y||0)+0+0+80+0+40+556),pixelHeight:999,pixelWidth:1530,sizes:`calc(min(${i?.width||"100vw"}, 1160px) - 80px)`,src:"https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png",srcSet:"https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png?scale-down-to=512 512w,https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png 1530w"}}},children:t(ie,{background:{alt:"",fit:"fill",intrinsicHeight:799.2,intrinsicWidth:1224,pixelHeight:999,pixelWidth:1530,sizes:`min(${i?.width||"100vw"}, 1160px)`,src:"https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png",srcSet:"https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png?scale-down-to=512 512w,https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cINlmmbHyFevpcdRNjFWguAj4.png 1530w"},className:"framer-1tr4jy8","data-framer-name":"Framer Window"})})]}),t(j,{children:t(ze,{className:"framer-1czp72r-container",isAuthoredByUser:!0,isModuleExternal:!0,nodeId:"BmeVjCekl",scopeId:"augiA20Il",children:t(xe,{color1:"rgb(0, 0, 0)",color2:"rgb(35, 0, 212)",color3:"rgb(255, 252, 252)",colorMode:"custom",distortion:12,height:"100%",id:"BmeVjCekl",layoutId:"BmeVjCekl",offset:0,preset:"Mist",preview:!1,proportion:35,radius:"0px",rotation:0,scale:1,shape:"Checks",shapeSize:10,softness:100,speed:25,style:{height:"100%",width:"100%"},swirl:80,swirlIterations:10,width:"100%"})})})]}),t("header",{className:"framer-v8m12n","data-framer-name":"Header",children:x("div",{className:"framer-1k793zk","data-framer-name":"Frame 427320506",children:[x("div",{className:"framer-zkpq9g","data-framer-name":"Frame 427320503",children:[t(ne,{className:"framer-mnb0dz","data-framer-name":"Chatting-01",opacity:1,svg:'',svgContentId:12201440758,withExternalLayout:!0}),x("div",{className:"framer-1w0xne9","data-framer-name":"Frame 427320505",children:[t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ibGFjaw==","--framer-font-family":'"Satoshi", sans-serif',"--framer-font-size":"24px","--framer-font-weight":"900","--framer-line-height":"140%"},children:"Collaborate Your Way"})}),className:"framer-46hxlq","data-framer-name":"Collaborate Your Way",fonts:["FS;Satoshi-black"],verticalAlignment:"top",withExternalLayout:!0}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1yZWd1bGFy","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"18px","--framer-line-height":"140%"},children:"Bring learners, mentors, and teams into a shared space for seamless communication and collaboration."})}),className:"framer-dikvnb","data-framer-name":"Message, talk, and connect - all in one place with Zync. Bring your team and partners together, effortlessly.",fonts:["FS;Satoshi-regular"],verticalAlignment:"top",withExternalLayout:!0})]})]}),x("div",{className:"framer-xozj97","data-framer-name":"Frame 427320503",children:[t(ne,{className:"framer-dkuy93","data-framer-name":"Colors",opacity:1,svg:'',svgContentId:10411246276,withExternalLayout:!0}),x("div",{className:"framer-1mv89oz","data-framer-name":"Frame 427320505",children:[t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ibGFjaw==","--framer-font-family":'"Satoshi", sans-serif',"--framer-font-size":"24px","--framer-font-weight":"900","--framer-line-height":"140%"},children:t("strong",{children:"Projects, Streamlined"})})}),className:"framer-1me7o81","data-framer-name":"Collaborate Your Way",fonts:["FS;Satoshi-black"],verticalAlignment:"top",withExternalLayout:!0}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1yZWd1bGFy","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"18px","--framer-line-height":"140%"},children:"Manage tasks, groups, and discussions with clarity - keep everything on track from start to finish."})}),className:"framer-1dbry85","data-framer-name":"Message, talk, and connect - all in one place with Zync. Bring your team and partners together, effortlessly.",fonts:["FS;Satoshi-regular"],verticalAlignment:"top",withExternalLayout:!0})]})]}),x("div",{className:"framer-12q1bwy","data-framer-name":"Frame 427320503",children:[t(ne,{className:"framer-1pssykx","data-framer-name":"Save",fill:"black",intrinsicHeight:48,intrinsicWidth:48,svg:'',withExternalLayout:!0}),x("div",{className:"framer-6cspqk","data-framer-name":"Frame 427320505",children:[t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ibGFjaw==","--framer-font-family":'"Satoshi", sans-serif',"--framer-font-size":"24px","--framer-font-weight":"900","--framer-line-height":"140%"},children:t("strong",{children:"Do More, Spend Less"})})}),className:"framer-13agcff","data-framer-name":"Collaborate Your Way",fonts:["FS;Satoshi-black"],verticalAlignment:"top",withExternalLayout:!0}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1yZWd1bGFy","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"18px","--framer-line-height":"140%"},children:"Powerful tools designed for tight budgets - ideal for SMBs and growing training businesses."})}),className:"framer-q30ewr","data-framer-name":"Message, talk, and connect - all in one place with Zync. Bring your team and partners together, effortlessly.",fonts:["FS;Satoshi-regular"],verticalAlignment:"top",withExternalLayout:!0})]})]})]})}),x("header",{className:"framer-ht5t5n","data-framer-name":"Header",children:[t(ue,{breakpoint:b,overrides:{SJYP72kXa:{children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"32px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(24, 24, 24)"},children:"Frequently Asked Questions"})})}},children:t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"40px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(24, 24, 24)"},children:"Frequently Asked Questions"})}),className:"framer-1h8w7xm","data-framer-name":"Revolutionizing Workplace & Education Communication",fonts:["FS;Satoshi-bold"],verticalAlignment:"top",withExternalLayout:!0})}),t(ue,{breakpoint:b,overrides:{dbJGuW_bV:{y:(i?.y||0)+0+2548+40+278},SJYP72kXa:{width:"360px",y:(i?.y||0)+0+2548+40+234}},children:t(j,{height:312,width:"490px",children:t(ze,{className:"framer-mci9ni-container",nodeId:"euf4MCoTt",scopeId:"augiA20Il",children:t(Je,{height:"100%",id:"euf4MCoTt",layoutId:"euf4MCoTt",style:{width:"100%"},width:"100%"})})})})]}),x("header",{className:"framer-7qsnyw","data-framer-name":"Header",children:[x("div",{className:"framer-1ffajiw",children:[t(ue,{breakpoint:b,overrides:{dbJGuW_bV:{children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"48px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"We\u2019re launching soon. Get Early Access!"})})},SJYP72kXa:{children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"32px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"We\u2019re launching soon. Get Early Access!"})})}},children:t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"56px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"110%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"We\u2019re launching soon. Get Early Access!"})}),className:"framer-17tvoev","data-framer-name":"Revolutionizing Workplace & Education Communication",fonts:["FS;Satoshi-bold"],verticalAlignment:"top",withExternalLayout:!0})}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1saWdodA==","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"20px","--framer-font-weight":"300","--framer-letter-spacing":"-0.03em","--framer-line-height":"150%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:t("strong",{children:"Be the first to experience a seamless, all-in-one communication platform."})})}),className:"framer-19o7u9p","data-framer-name":"A modern platform for seamless communication in corporate and educational teams. Connect, collaborate, and stay productive. Be among the first to try it!",fonts:["FS;Satoshi-light","FS;Satoshi-regular"],verticalAlignment:"top",withExternalLayout:!0}),t(j,{height:54,children:t(ze,{className:"framer-1ozidl8-container",nodeId:"Cw7RL6Sp0",scopeId:"augiA20Il",children:t(Ue,{height:"100%",id:"Cw7RL6Sp0",layoutId:"Cw7RL6Sp0",M0cNWwUbm:"2.5k+ already joined",UMgXdc76u:"https://forms.gle/G9J9pmdc1gSvtw6c9",variant:"tbWHgUFNd",width:"100%",xhhXTHb64:"Join waitlist"})})})]}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("p",{style:{"--font-selector":"RlM7U2F0b3NoaS1ib2xk","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"314.17146600431255px","--framer-font-weight":"700","--framer-letter-spacing":"-0.03em","--framer-line-height":"100%","--framer-text-alignment":"center","--framer-text-color":"rgb(255, 255, 255)"},children:"zyncspace"})}),className:"framer-4334j4","data-framer-name":"zyncspace",fonts:["FS;Satoshi-bold"],verticalAlignment:"top",viewBox:"0 0 1457.4251439801294 314",withExternalLayout:!0})]}),x("header",{className:"framer-1h00bie","data-framer-name":"Header",children:[t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("div",{style:{"--font-selector":"RlM7U2F0b3NoaS1tZWRpdW0=","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"18px","--framer-font-weight":"500","--framer-letter-spacing":"-0.01em","--framer-line-height":"1.6em","--framer-text-alignment":"center"},children:t("strong",{children:"For more queries, reach us out at info@zyncspace.com"})})}),className:"framer-1c6oft8",fonts:["FS;Satoshi-medium","FS;Satoshi-bold"],verticalAlignment:"top",withExternalLayout:!0}),t(z,{__fromCanvasComponent:!0,children:t(u,{children:t("div",{style:{"--font-selector":"RlM7U2F0b3NoaS1saWdodA==","--framer-font-family":'"Satoshi", "Satoshi Placeholder", sans-serif',"--framer-font-size":"18px","--framer-font-weight":"300","--framer-letter-spacing":"-0.01em","--framer-line-height":"1.6em","--framer-text-alignment":"center"},children:t("strong",{children:"Made with \u2764\uFE0F in India"})})}),className:"framer-1mfuat4",fonts:["FS;Satoshi-light","FS;Satoshi-regular"],verticalAlignment:"top",withExternalLayout:!0})]})]}),t("div",{id:"overlay"})]})})}),Br=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-Yjpzu.framer-lux5qc, .framer-Yjpzu .framer-lux5qc { display: block; }",".framer-Yjpzu.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1920px; }",".framer-Yjpzu .framer-1qziu0g { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 120px 0px; position: relative; width: 100%; z-index: 0; }",".framer-Yjpzu .framer-zpnslb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 1129px; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-Yjpzu .framer-16rj90t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 710px; min-width: 360px; overflow: hidden; padding: 0px; position: relative; width: min-content; }",".framer-Yjpzu .framer-151ia6b { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 16px 10px 16px; position: relative; width: min-content; }",".framer-Yjpzu .framer-1spw452 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }",".framer-Yjpzu .framer-e0znxa { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 710px; word-break: break-word; word-wrap: break-word; }",".framer-Yjpzu .framer-e37rlo { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }",".framer-Yjpzu .framer-ldw69t-container, .framer-Yjpzu .framer-1ozidl8-container { flex: none; height: auto; position: relative; width: auto; }",".framer-Yjpzu .framer-1tr4jy8 { aspect-ratio: 1.5315315315315314 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 758px); overflow: visible; position: relative; width: 100%; }",".framer-Yjpzu .framer-1czp72r-container { bottom: -50px; flex: none; left: 0px; position: absolute; top: 0px; width: 100%; z-index: -1; }",".framer-Yjpzu .framer-v8m12n { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 40px 80px 40px; position: relative; width: 100%; }",".framer-Yjpzu .framer-1k793zk { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }",".framer-Yjpzu .framer-zkpq9g, .framer-Yjpzu .framer-xozj97, .framer-Yjpzu .framer-12q1bwy { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 360px; }",".framer-Yjpzu .framer-mnb0dz, .framer-Yjpzu .framer-dkuy93 { flex: none; height: 58px; position: relative; width: 58px; }",".framer-Yjpzu .framer-1w0xne9, .framer-Yjpzu .framer-1mv89oz, .framer-Yjpzu .framer-6cspqk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-Yjpzu .framer-46hxlq, .framer-Yjpzu .framer-dikvnb, .framer-Yjpzu .framer-1me7o81, .framer-Yjpzu .framer-1dbry85, .framer-Yjpzu .framer-13agcff, .framer-Yjpzu .framer-q30ewr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 312px; word-break: break-word; word-wrap: break-word; }",".framer-Yjpzu .framer-1pssykx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; width: 58px; }",".framer-Yjpzu .framer-ht5t5n { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 40px 80px 40px; position: relative; width: 100%; }",".framer-Yjpzu .framer-1h8w7xm { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 762px; word-break: break-word; word-wrap: break-word; }",".framer-Yjpzu .framer-mci9ni-container { flex: none; height: auto; position: relative; width: 490px; }",".framer-Yjpzu .framer-7qsnyw { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 35.21703771642736%, rgb(31, 0, 190) 69.65601465723536%, rgb(255, 255, 255) 96.88775689752252%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }",".framer-Yjpzu .framer-1ffajiw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 710px; min-width: 360px; overflow: hidden; padding: 120px 40px 40px 40px; position: relative; width: 100%; z-index: 1; }",".framer-Yjpzu .framer-17tvoev, .framer-Yjpzu .framer-19o7u9p { --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-Yjpzu .framer-4334j4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: 1457px; }",".framer-Yjpzu .framer-1h00bie { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }",".framer-Yjpzu .framer-1c6oft8, .framer-Yjpzu .framer-1mfuat4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }","@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Yjpzu.framer-72rtr7, .framer-Yjpzu .framer-1qziu0g, .framer-Yjpzu .framer-zpnslb, .framer-Yjpzu .framer-16rj90t, .framer-Yjpzu .framer-151ia6b, .framer-Yjpzu .framer-v8m12n, .framer-Yjpzu .framer-1k793zk, .framer-Yjpzu .framer-zkpq9g, .framer-Yjpzu .framer-1w0xne9, .framer-Yjpzu .framer-xozj97, .framer-Yjpzu .framer-1mv89oz, .framer-Yjpzu .framer-12q1bwy, .framer-Yjpzu .framer-6cspqk, .framer-Yjpzu .framer-ht5t5n, .framer-Yjpzu .framer-7qsnyw, .framer-Yjpzu .framer-1ffajiw, .framer-Yjpzu .framer-1h00bie { gap: 0px; } .framer-Yjpzu.framer-72rtr7 > *, .framer-Yjpzu .framer-7qsnyw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Yjpzu.framer-72rtr7 > :first-child, .framer-Yjpzu .framer-1qziu0g > :first-child, .framer-Yjpzu .framer-zpnslb > :first-child, .framer-Yjpzu .framer-16rj90t > :first-child, .framer-Yjpzu .framer-v8m12n > :first-child, .framer-Yjpzu .framer-zkpq9g > :first-child, .framer-Yjpzu .framer-1w0xne9 > :first-child, .framer-Yjpzu .framer-xozj97 > :first-child, .framer-Yjpzu .framer-1mv89oz > :first-child, .framer-Yjpzu .framer-12q1bwy > :first-child, .framer-Yjpzu .framer-6cspqk > :first-child, .framer-Yjpzu .framer-ht5t5n > :first-child, .framer-Yjpzu .framer-7qsnyw > :first-child, .framer-Yjpzu .framer-1ffajiw > :first-child, .framer-Yjpzu .framer-1h00bie > :first-child { margin-top: 0px; } .framer-Yjpzu.framer-72rtr7 > :last-child, .framer-Yjpzu .framer-1qziu0g > :last-child, .framer-Yjpzu .framer-zpnslb > :last-child, .framer-Yjpzu .framer-16rj90t > :last-child, .framer-Yjpzu .framer-v8m12n > :last-child, .framer-Yjpzu .framer-zkpq9g > :last-child, .framer-Yjpzu .framer-1w0xne9 > :last-child, .framer-Yjpzu .framer-xozj97 > :last-child, .framer-Yjpzu .framer-1mv89oz > :last-child, .framer-Yjpzu .framer-12q1bwy > :last-child, .framer-Yjpzu .framer-6cspqk > :last-child, .framer-Yjpzu .framer-ht5t5n > :last-child, .framer-Yjpzu .framer-7qsnyw > :last-child, .framer-Yjpzu .framer-1ffajiw > :last-child, .framer-Yjpzu .framer-1h00bie > :last-child { margin-bottom: 0px; } .framer-Yjpzu .framer-1qziu0g > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Yjpzu .framer-zpnslb > *, .framer-Yjpzu .framer-16rj90t > *, .framer-Yjpzu .framer-zkpq9g > *, .framer-Yjpzu .framer-xozj97 > *, .framer-Yjpzu .framer-12q1bwy > *, .framer-Yjpzu .framer-1ffajiw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Yjpzu .framer-151ia6b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Yjpzu .framer-151ia6b > :first-child, .framer-Yjpzu .framer-1k793zk > :first-child { margin-left: 0px; } .framer-Yjpzu .framer-151ia6b > :last-child, .framer-Yjpzu .framer-1k793zk > :last-child { margin-right: 0px; } .framer-Yjpzu .framer-v8m12n > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Yjpzu .framer-1k793zk > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-Yjpzu .framer-1w0xne9 > *, .framer-Yjpzu .framer-1mv89oz > *, .framer-Yjpzu .framer-6cspqk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Yjpzu .framer-ht5t5n > * { margin: 0px; margin-bottom: calc(58px / 2); margin-top: calc(58px / 2); } .framer-Yjpzu .framer-1h00bie > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }",'.framer-Yjpzu[data-border="true"]::after, .framer-Yjpzu [data-border="true"]::after { content: ""; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',"@media (min-width: 810px) and (max-width: 1359px) { .framer-Yjpzu.framer-72rtr7 { width: 810px; } .framer-Yjpzu .framer-1qziu0g { height: 1008px; } .framer-Yjpzu .framer-zpnslb { height: min-content; padding: 40px; } .framer-Yjpzu .framer-16rj90t, .framer-Yjpzu .framer-e0znxa, .framer-Yjpzu .framer-1h8w7xm, .framer-Yjpzu .framer-4334j4 { width: 100%; } .framer-Yjpzu .framer-e37rlo { align-self: unset; width: 100%; } .framer-Yjpzu .framer-1tr4jy8 { height: var(--framer-aspect-ratio-supported, 477px); } .framer-Yjpzu .framer-1k793zk { flex-direction: column; width: 100%; } .framer-Yjpzu .framer-7qsnyw { height: 600px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Yjpzu .framer-1k793zk { gap: 0px; } .framer-Yjpzu .framer-1k793zk > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Yjpzu .framer-1k793zk > :first-child { margin-top: 0px; } .framer-Yjpzu .framer-1k793zk > :last-child { margin-bottom: 0px; } }}","@media (max-width: 809px) { .framer-Yjpzu.framer-72rtr7 { width: 390px; } .framer-Yjpzu .framer-1qziu0g { height: 1008px; } .framer-Yjpzu .framer-zpnslb { height: min-content; padding: 40px; } .framer-Yjpzu .framer-16rj90t, .framer-Yjpzu .framer-e0znxa, .framer-Yjpzu .framer-1h8w7xm, .framer-Yjpzu .framer-4334j4 { width: 100%; } .framer-Yjpzu .framer-e37rlo { align-self: unset; width: 100%; } .framer-Yjpzu .framer-1tr4jy8 { height: var(--framer-aspect-ratio-supported, 203px); } .framer-Yjpzu .framer-1k793zk { flex-direction: column; width: 100%; } .framer-Yjpzu .framer-mci9ni-container { width: 360px; } .framer-Yjpzu .framer-7qsnyw { height: 600px; padding: 60px 24px 60px 24px; } .framer-Yjpzu .framer-1ffajiw { padding: 80px 16px 40px 16px; } .framer-Yjpzu .framer-1h00bie { padding: 40px 24px 40px 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Yjpzu .framer-1k793zk { gap: 0px; } .framer-Yjpzu .framer-1k793zk > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Yjpzu .framer-1k793zk > :first-child { margin-top: 0px; } .framer-Yjpzu .framer-1k793zk > :last-child { margin-bottom: 0px; } }}","@media (min-width: 1360px) and (max-width: 1919px) { .framer-Yjpzu.framer-72rtr7 { width: 1360px; } .framer-Yjpzu .framer-1ffajiw { padding: 80px 40px 40px 40px; } .framer-Yjpzu .framer-4334j4 { width: 100%; }}"],Ye=X(Er,Br,"framer-Yjpzu"),di=Ye;Ye.displayName="Home";Ye.defaultProps={height:3276.5,width:1920};J(Ye,[{explicitInter:!0,fonts:[{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2",weight:"700"},{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2",weight:"400"},{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2",weight:"900"},{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.woff2",weight:"300"},{family:"Satoshi",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2",weight:"500"}]},...Tr,...Ar,...Or],{supportsExplicitInterCodegen:!0});var pi={exports:{default:{type:"reactComponent",name:"FrameraugiA20Il",slots:[],annotations:{framerAcceptsLayoutTemplate:"true",framerImmutableVariables:"true",framerComponentViewportWidth:"true",framerColorSyntax:"true",framerDisplayContentsDiv:"false",framerIntrinsicHeight:"3276.5",framerContractVersion:"1",framerIntrinsicWidth:"1920",framerCanvasComponentVariantDetails:'{"propertyName":"variant","data":{"default":{"layout":["fixed","auto"]},"dbJGuW_bV":{"layout":["fixed","auto"]},"SJYP72kXa":{"layout":["fixed","auto"]},"OI8NFVrjC":{"layout":["fixed","auto"]}}}',framerScrollSections:"* @framerResponsiveScreen"}},Props:{type:"tsType",annotations:{framerContractVersion:"1"}},__FramerMetadata__:{type:"variable"}}};export{pi as __FramerMetadata__,di as default}; //# sourceMappingURL=qp3jXGhsKh63tD-rYtNYOcwDRtakPi7KYkWErLdcpsQ.EM2T7E4K.mjs.map