{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:phenomenon@1.6.0/dist/phenomenon.mjs", "ssg:https://ga.jspm.io/npm:cobe@0.6.0/dist/index.esm.js", "ssg:https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bwgDNfOkuRQlrlKseDFD/SlideShow.js", "ssg:https://framerusercontent.com/modules/2sZdOFg8YU4iADKS1wm9/TumG1rHANjgbnfD1oqhw/zvT15ln74.js", "ssg:https://framerusercontent.com/modules/34sm0cFoXBdlbVed96De/JCeRSF2SvJ7vPL6QVZwy/augiA20Il.js"],
  "sourcesContent": ["var t=[\"x\",\"y\",\"z\"],e=function(t){Object.assign(this,{uniforms:{},geometry:{vertices:[{x:0,y:0,z:0}]},mode:0,modifiers:{},attributes:[],multiplier:1,buffers:[]}),Object.assign(this,t),this.prepareProgram(),this.prepareUniforms(),this.prepareAttributes()};e.prototype.compileShader=function(t,r){var s=this.gl.createShader(t);return this.gl.shaderSource(s,r),this.gl.compileShader(s),s},e.prototype.prepareProgram=function(){var t=this.gl,r=this.vertex,s=this.fragment,n=t.createProgram();t.attachShader(n,this.compileShader(35633,r)),t.attachShader(n,this.compileShader(35632,s)),t.linkProgram(n),t.useProgram(n),this.program=n},e.prototype.prepareUniforms=function(){for(var t=Object.keys(this.uniforms),r=0;r<t.length;r+=1){var s=this.gl.getUniformLocation(this.program,t[r]);this.uniforms[t[r]].location=s}},e.prototype.prepareAttributes=function(){void 0!==this.geometry.vertices&&this.attributes.push({name:\"aPosition\",size:3}),void 0!==this.geometry.normal&&this.attributes.push({name:\"aNormal\",size:3}),this.attributeKeys=[];for(var t=0;t<this.attributes.length;t+=1)this.attributeKeys.push(this.attributes[t].name),this.prepareAttribute(this.attributes[t])},e.prototype.prepareAttribute=function(r){for(var s=this.geometry,n=this.multiplier,a=s.vertices,o=s.normal,h=new Float32Array(n*a.length*r.size),u=0;u<n;u+=1)for(var f=r.data&&r.data(u,n),c=u*a.length*r.size,l=0;l<a.length;l+=1)for(var p=0;p<r.size;p+=1){var m=this.modifiers[r.name];h[c]=void 0!==m?m(f,l,p,this):\"aPosition\"===r.name?a[l][t[p]]:\"aNormal\"===r.name?o[l][t[p]]:f[p],c+=1}this.attributes[this.attributeKeys.indexOf(r.name)].data=h,this.prepareBuffer(this.attributes[this.attributeKeys.indexOf(r.name)])},e.prototype.prepareBuffer=function(t){var r=t.data,s=t.name,n=t.size,a=this.gl.createBuffer();this.gl.bindBuffer(34962,a),this.gl.bufferData(34962,r,35044);var o=this.gl.getAttribLocation(this.program,s);this.gl.enableVertexAttribArray(o),this.gl.vertexAttribPointer(o,n,5126,!1,0,0),this.buffers[this.attributeKeys.indexOf(t.name)]={buffer:a,location:o,size:n}},e.prototype.render=function(t){var r=this,s=this.uniforms,n=this.multiplier,a=this.gl;a.useProgram(this.program);for(var o=0;o<this.buffers.length;o+=1){var h=this.buffers[o],u=h.location,f=h.buffer,c=h.size;a.enableVertexAttribArray(u),a.bindBuffer(34962,f),a.vertexAttribPointer(u,c,5126,!1,0,0)}Object.keys(t).forEach((function(r){s[r].value=t[r].value})),Object.keys(s).forEach((function(t){var n=s[t];r.uniformMap[n.type](n.location,n.value)})),a.drawArrays(this.mode,0,n*this.geometry.vertices.length),this.onRender&&this.onRender(this)},e.prototype.destroy=function(){for(var t=0;t<this.buffers.length;t+=1)this.gl.deleteBuffer(this.buffers[t].buffer);this.gl.deleteProgram(this.program),this.gl=null};var i=function(t){var r=this,s=t||{},n=s.canvas;void 0===n&&(n=document.querySelector(\"canvas\"));var a=s.context;void 0===a&&(a={});var o=s.contextType;void 0===o&&(o=\"experimental-webgl\");var h=s.settings;void 0===h&&(h={});var u=n.getContext(o,Object.assign({alpha:!1,antialias:!1},a));Object.assign(this,{gl:u,canvas:n,uniforms:{},instances:new Map,shouldRender:!0}),Object.assign(this,{devicePixelRatio:1,clearColor:[1,1,1,1],position:{x:0,y:0,z:2},clip:[.001,100]}),Object.assign(this,h),this.uniformMap={float:function(t,r){return u.uniform1f(t,r)},vec2:function(t,r){return u.uniform2fv(t,r)},vec3:function(t,r){return u.uniform3fv(t,r)},vec4:function(t,r){return u.uniform4fv(t,r)},mat2:function(t,r){return u.uniformMatrix2fv(t,!1,r)},mat3:function(t,r){return u.uniformMatrix3fv(t,!1,r)},mat4:function(t,r){return u.uniformMatrix4fv(t,!1,r)}},u.enable(u.DEPTH_TEST),u.depthFunc(u.LEQUAL),!1===u.getContextAttributes().alpha&&(u.clearColor.apply(u,this.clearColor),u.clearDepth(1)),this.onSetup&&this.onSetup(u),window.addEventListener(\"resize\",(function(){return r.resize()})),this.resize(),this.render()};i.prototype.resize=function(){var t=this.gl,r=this.canvas,s=this.devicePixelRatio,n=this.position;r.width=r.clientWidth*s,r.height=r.clientHeight*s;var a=t.drawingBufferWidth,o=t.drawingBufferHeight,h=a/o;t.viewport(0,0,a,o);var u=Math.tan(Math.PI/180*22.5),f=[1,0,0,0,0,1,0,0,0,0,1,0,n.x,n.y,(h<1?1:h)*-n.z,1];this.uniforms.uProjectionMatrix={type:\"mat4\",value:[.5/u,0,0,0,0,h/u*.5,0,0,0,0,-(this.clip[1]+this.clip[0])/(this.clip[1]-this.clip[0]),-1,0,0,-2*this.clip[1]*(this.clip[0]/(this.clip[1]-this.clip[0])),0]},this.uniforms.uViewMatrix={type:\"mat4\",value:[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},this.uniforms.uModelMatrix={type:\"mat4\",value:f}},i.prototype.toggle=function(t){t!==this.shouldRender&&(this.shouldRender=void 0!==t?t:!this.shouldRender,this.shouldRender&&this.render())},i.prototype.render=function(){var t=this;this.gl.clear(16640),this.instances.forEach((function(r){r.render(t.uniforms)})),this.onRender&&this.onRender(this),this.shouldRender&&requestAnimationFrame((function(){return t.render()}))},i.prototype.add=function(t,r){void 0===r&&(r={uniforms:{}}),void 0===r.uniforms&&(r.uniforms={}),Object.assign(r.uniforms,JSON.parse(JSON.stringify(this.uniforms))),Object.assign(r,{gl:this.gl,uniformMap:this.uniformMap});var s=new e(r);return this.instances.set(t,s),s},i.prototype.remove=function(t){var r=this.instances.get(t);void 0!==r&&(r.destroy(),this.instances.delete(t))},i.prototype.destroy=function(){var t=this;this.instances.forEach((function(r,s){r.destroy(),t.instances.delete(s)})),this.toggle(!1)};export default i;\n\n//# sourceMappingURL=phenomenon.mjs.map", "import e from\"phenomenon\";var a=\"phi\",o=\"theta\",t=\"mapSamples\",i=\"mapBrightness\",f=\"baseColor\",r=\"markerColor\",l=\"glowColor\",c=\"markers\",n=\"diffuse\",A=\"devicePixelRatio\",g=\"dark\",v=\"offset\",s=\"scale\",d={[a]:\"A\",[o]:\"B\",[t]:\"k\",[i]:\"E\",[f]:\"L\",[r]:\"M\",[l]:\"y\",[n]:\"F\",[g]:\"G\",[v]:\"x\",[s]:\"C\"},{PI:u,sin:m,cos:x}=Math,U=e=>[].concat(...e.map((e=>{let[a,o]=e.location;a=a*u/180,o=o*u/180-u;let t=x(a);return[-t*x(o),m(a),t*m(o),e.size]})),[0,0,0,0]),D=(u,m)=>{let _=(e,a,o)=>({type:e,value:\"undefined\"==typeof m[a]?o:m[a]}),x=u.getContext(\"webgl\")?\"webgl\":\"experimental-webgl\",y=new e({canvas:u,contextType:x,context:{alpha:!0,stencil:!1,antialias:!0,depth:!1,preserveDrawingBuffer:!1},settings:{[A]:m[A]||1,onSetup:e=>{let a=e.RGB,o=e.UNSIGNED_BYTE,t=e.TEXTURE_2D,i=e.createTexture();e.bindTexture(t,i),e.texImage2D(t,0,a,1,1,0,a,o,new Uint8Array([0,0,0,0]));let f=new Image;f.onload=()=>{e.bindTexture(t,i),e.texImage2D(t,0,a,a,o,f),e.generateMipmap(t);let r=e.getParameter(e.CURRENT_PROGRAM),l=e.getUniformLocation(r,\"H\");e.texParameteri(t,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(t,e.TEXTURE_MAG_FILTER,e.NEAREST),e.uniform1i(l,0)},f.src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACAAQAAAADMzoqnAAAAAXNSR0IArs4c6QAABA5JREFUeNrV179uHEUAx/Hf3JpbF+E2VASBsmVKTBcpKJs3SMEDcDwBiVJAAewYEBUivIHT0uUBIt0YCovKD0CRjUC4QfHYh8hYXu+P25vZ2Zm9c66gMd/GJ/tz82d3bk8GN4SrByYF2366FNTACIAkivVAAazQdnf3MvAlbNUQfOPAdQDvSAimMWhwy4I2g4SU+Kp04ISLpPBAKLxPyic3O/CCi+Y7rUJbiodcpDOFY7CgxCEXmdYD2EYK2s5lApOx5pEDDYCUwM1XdJUwBV11QQMg59kePSCaPAASQMEL2hwo6TJFgxpg+TgC2ymXPbuvc40awr3D1QCFfbH9kcoqAOkZozpQo0aqAGQRKCog/+tjkgbNFEtg2FffBvBGlSxHoAaAa1u6X4PBAwDiR8FFsrQgeUhfJTSALaB9jy5NCybJPn1SVFiWk7ywN+KzhH1aKAuydhGkbEF4lWohLXDXavlyFgHY7LBnLRdlAP6BS5Cc8RfVDXbkwN/oIvmY+6obbNeBP0JwTuMGu9gTzy1Q4RS/cWpfzszeYwd+CAFrtBW/Hur0gLbJGlD+/OjVwe/drfBxkbbg63dndEDfiEBlAd7ac0BPe1D6Jd8dfbLH+RI0OzseFB5s01/M+gMdAeluLOCAuaUA9Lezo/vSgXoCX9rtEiXnp7Q1W/CNyWcd8DXoS6jH/YZ5vAJEWY2dXFQe2TUgaFaNejCzJ98g6HnlVrsE58sDcYqg+9XY75fPqdoh/kRQWiXKg8MWlJQxUFMPjqnyujhFBE7UxIMjyszk0QwQlFsezImsyvUYYYVED2pk6m0Tg8T04Fwjk2kdAwSACqlM6gRRt3vQYAFGX0Ah7Ebx1H+MDRI5ui0QldH4j7FGcm90XdxD2Jg1AOEAVAKhEFXSn4cKUELurIAKwJ3MArypPscQaLhJFICJ0ohjDySAdH8AhDtCiTuMycH8CXzhH9jUACAO5uMhoAwA5i+T6WAKmmAqnLy80wxHqIPFYpqCwxGaYLt4Dyievg5kEoVEUAhs6pqKgFtDQYOuaXypaWKQfIuwwoGSZgfLsu/XAtI8cGN+h7Cc1A5oLOMhwlIPXuhu48AIvsSBkvtV9wsJRKCyYLfq5lTrQMFd1a262oqBck9K1V0YjQg0iEYYgpS1A9GlXQV5cykwm4A7BzVsxQqo7E+zCegO7Ma7yKgsuOcfKbMBwLC8wvVNYDsANYalEpOAa6zpWjTeMKGwEwC1CiQewJc5EKfgy7GmRAZA4vUVGwE2dPM/g0xuAInE/yG5aZ8ISxWGfYigUVbdyBElTHh2uCwGdfCkOLGgQVBh3Ewp+/QK4CDlR5Ws/Zf7yhCf8pH7vinWAvoVCQ6zz0NX5V/6GkAVV+2/5qsJ/gU8bsxpM8IeAQAAAABJRU5ErkJggg==\"}}});return y.add(\"\",{vertex:\"attribute vec3 aPosition;uniform mat4 uProjectionMatrix;uniform mat4 uModelMatrix;uniform mat4 uViewMatrix;void main(){gl_Position=uProjectionMatrix*uModelMatrix*uViewMatrix*vec4(aPosition,1.);}\",fragment:\"precision highp float;uniform vec2 r,x;uniform vec3 L,M,y;uniform vec4 z[64];uniform float A,B,k,C,D,E,F,G;uniform sampler2D H;float I=1./k;mat3 J(float a,float b){float c=cos(a),d=cos(b),e=sin(a),f=sin(b);return mat3(d,f*e,-f*c,0.,c,e,f,d*-e,d*c);}vec3 v(vec3 c,out float w){c=c.xzy;float p=max(2.,floor(log2(2.236068*k*3.141593*(1.-c.z*c.z))*.72021));vec2 g=floor(pow(1.618034,p)/2.236068*vec2(1.,1.618034)+.5),d=fract((g+1.)*.618034)*6.283185-3.883222,e=-2.*g,f=vec2(atan(c.y,c.x),c.z-1.),q=floor(vec2(e.y*f.x-d.y*(f.y*k+1.),-e.x*f.x+d.x*(f.y*k+1.))/(d.x*e.y-e.x*d.y));float n=3.141593;vec3 s;for(float h=0.;h<4.;h+=1.){vec2 t=vec2(mod(h,2.),floor(h*.5));float j=dot(g,q+t);if(j>k)continue;float a=j,b=0.;if(a>=524288.)a-=524288.,b+=.803894;if(a>=262144.)a-=262144.,b+=.901947;if(a>=131072.)a-=131072.,b+=.950973;if(a>=65536.)a-=65536.,b+=.475487;if(a>=32768.)a-=32768.,b+=.737743;if(a>=16384.)a-=16384.,b+=.868872;if(a>=8192.)a-=8192.,b+=.934436;if(a>=4096.)a-=4096.,b+=.467218;if(a>=2048.)a-=2048.,b+=.733609;if(a>=1024.)a-=1024.,b+=.866804;if(a>=512.)a-=512.,b+=.433402;if(a>=256.)a-=256.,b+=.216701;if(a>=128.)a-=128.,b+=.108351;if(a>=64.)a-=64.,b+=.554175;if(a>=32.)a-=32.,b+=.777088;if(a>=16.)a-=16.,b+=.888544;if(a>=8.)a-=8.,b+=.944272;if(a>=4.)a-=4.,b+=.472136;if(a>=2.)a-=2.,b+=.236068;if(a>=1.)a-=1.,b+=.618034;float l=fract(b)*6.283185,i=1.-2.*j*I,m=sqrt(1.-i*i);vec3 o=vec3(cos(l)*m,sin(l)*m,i);float u=length(c-o);if(u<n)n=u,s=o;}w=n;return s.xzy;}void main(){vec2 a=(gl_FragCoord.xy/r*2.-1.)/C-x*vec2(1.,-1.)/r;a.x*=r.x/r.y;float c=dot(a,a),b;vec3 d=vec3(0.,0.,1.),e=normalize(vec3(a,sqrt(.64-c)));if(c<=.64){vec3 f=e*J(B,A),g=v(f,b);float j=asin(g.y),h=acos(-g.x/cos(j));h=g.z<0.?-h:h;float t=texture2D(H,vec2(h*.5/3.141593,-(j/3.141593+.5))).x,u=smoothstep(8e-3,0.,b),l=dot(e,d),s=pow(l,F)*E,m=t*u*s,N=mix((1.-m)*pow(l,.4),m,G)+.1;gl_FragColor=vec4(L*N,1.);int O=int(D);float n=0.;for(int i=0;i<64;i++){if(i>=O)break;vec4 o=z[i];vec3 p=o.xyz,w=p-f;float q=o.w;if(dot(w,w)>q*q*4.)continue;vec3 P=v(p,b);b=length(P-f),b<q?n+=smoothstep(q*.5,0.,b):0.;}n=min(1.,n*s),gl_FragColor.xyz=mix(gl_FragColor.xyz,M,n),gl_FragColor.xyz+=pow(1.-dot(e,d),4.)*y;}float K=pow(dot(normalize(vec3(-a,sqrt(1.-c))),d),4.)*smoothstep(.1,1.,.2/(c-.64));gl_FragColor+=vec4(K*y,K);}\",uniforms:{r:{type:\"vec2\",value:[m.width,m.height]},A:_(\"float\",a),B:_(\"float\",o),k:_(\"float\",t),E:_(\"float\",i),L:_(\"vec3\",f),M:_(\"vec3\",r),F:_(\"float\",n),y:_(\"vec3\",l),G:_(\"float\",g),z:{type:\"vec4\",value:U(m[c])},D:{type:\"float\",value:m[c].length},x:_(\"vec2\",v,[0,0]),C:_(\"float\",s,1)},mode:4,geometry:{vertices:[{x:-100,y:100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0},{x:100,y:-100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0}]},onRender:({uniforms:e})=>{let a={};if(m.onRender){m.onRender(a);for(let o in d)void 0!==a[o]&&(e[d[o]].value=a[o]);void 0!==a[c]&&(e.z.value=U(a[c]),e.D.value=a[c].length),a.width&&a.height&&(e.r.value=[a.width,a.height])}}}),y};export{D as default};\n\n//# sourceMappingURL=index.esm.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,Color,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";import createGlobe from\"cobe\";import{useSpring}from\"framer-motion\";/**\n * GLOBE FOR FRAMER\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 300\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Globe(props){const{background,baseColor,glowColor,isDraggable,dragOptions,speed,theta,phi,dark,diffuse,maxSamples,mapBrightness,markerSize,markerArray,markerColor,scale,alignment,maxWidth,offset}=props;const{offsetX,offsetY}=offset;const{stiffness,damping,mass}=dragOptions;const canvasRef=useRef();const pointerInteracting=useRef(null);const pointerInteractionMovement=useRef(0);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const r=useSpring(0,{stiffness:stiffness,damping:damping,mass:mass,restDelta:1e-4,restSpeed:1e-4});const fadeMask=\"radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 70%)\";useEffect(()=>{let phiValue=phi;let width=0;const onResize=()=>{if(canvasRef.current&&(width=canvasRef.current.offsetWidth)){window.addEventListener(\"resize\",onResize);}};onResize();const baseConvert=convertRGB(baseColor);const glowConvert=convertRGB(glowColor);const markerConvert=convertRGB(markerColor);const globe=createGlobe(canvasRef.current,{devicePixelRatio:2,width:width*2,height:width*2,phi:phi,theta:theta,dark:dark,diffuse:diffuse,mapSamples:maxSamples,mapBrightness:mapBrightness,baseColor:[baseConvert.r,baseConvert.g,baseConvert.b],glowColor:[glowConvert.r,glowConvert.g,glowConvert.b],markerColor:[markerConvert.r,markerConvert.g,markerConvert.b],markers:markerArray.map(marker=>{return{location:[marker.latitude,marker.longitude],size:markerSize};}),scale:scale,offset:[offsetX,offsetY],onRender:state=>{if(!isCanvas){state.phi=phiValue+r.get();}state.width=width*2;state.height=width*2;if(!isCanvas){state.phi=phiValue+r.get();phiValue+=speed/200;}}});return()=>{globe.destroy();};},[props]);return /*#__PURE__*/ _jsx(\"div\",{style:{...flexStyles,placeItems:alignment,background:background},children:/*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",aspectRatio:\"1/1\",maxWidth:maxWidth,WebkitMaskImage:fadeMask,MozMaskImage:fadeMask,maskImage:fadeMask},children:/*#__PURE__*/ _jsx(\"canvas\",{ref:canvasRef,style:{width:\"100%\",height:\"100%\",contain:\"layout paint size\",cursor:\"auto\",userSelect:\"none\"},onPointerDown:e=>{if(isDraggable){pointerInteracting.current=e.clientX-pointerInteractionMovement.current;canvasRef.current.style.cursor=\"grabbing\";}},onPointerUp:()=>{if(isDraggable){pointerInteracting.current=null;canvasRef.current.style.cursor=\"grab\";}},onPointerOver:()=>{if(isDraggable){canvasRef.current.style.cursor=\"grab\";}},onPointerOut:()=>{if(isDraggable){pointerInteracting.current=null;canvasRef.current.style.cursor=\"auto\";}},onMouseMove:e=>{if(isDraggable){if(pointerInteracting.current!==null){const delta=e.clientX-pointerInteracting.current;pointerInteractionMovement.current=delta;r.set(delta/100);}}},onTouchMove:e=>{if(pointerInteracting.current!==null&&e.touches[0]){const delta=e.touches[0].clientX-pointerInteracting.current;pointerInteractionMovement.current=delta;r.set(delta/100);}}})})});};/* Default properties */ Globe.defaultProps={background:\"#000000\",baseColor:\"#333333\",glowColor:\"#ffffff\",markerColor:\"#ffffff\",isDraggable:true,dragOptions:{stiffness:200,damping:40,mass:1},speed:1,phi:0,theta:.3,dark:1,diffuse:2,mapBrightness:20,maxSamples:2e4,markerSize:.1,markerArray:{latitude:52.3676,longitude:4.9041},scale:1,alignment:\"center\",maxWidth:800,offset:{offsetX:0,offsetY:0}};Globe.displayName=\"Globe\";const dp=Globe.defaultProps;const dpOffset=Globe.defaultProps.offset;const dpDrag=Globe.defaultProps.dragOptions;addPropertyControls(Globe,{background:{type:ControlType.Color,title:\"Backdrop\",defaultValue:dp.background},baseColor:{type:ControlType.Color,title:\"Base\",defaultValue:dp.baseColor},glowColor:{type:ControlType.Color,title:\"Glow\",defaultValue:dp.glowColor},markerColor:{type:ControlType.Color,title:\"Marker\",defaultValue:dp.markerColor},isDraggable:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:dp.isDraggable},dragOptions:{type:ControlType.Object,title:\"Transition\",controls:{stiffness:{type:ControlType.Number,min:0,max:1e3,title:\"Stiffness\",defaultValue:dpDrag.stiffness},damping:{type:ControlType.Number,min:0,max:100,title:\"Damping\",defaultValue:dpDrag.damping},mass:{type:ControlType.Number,min:0,title:\"Mass\",displayStepper:true,defaultValue:dpDrag.mass}},hidden(props){return!props.isDraggable;}},speed:{type:ControlType.Number,min:0,step:.1,displayStepper:true,title:\"Speed\",defaultValue:dp.speed},phi:{type:ControlType.Number,min:0,max:6.28,step:.01,displayStepper:true,title:\"Phi\",defaultValue:dp.phi},theta:{type:ControlType.Number,min:-1.57,max:1.57,step:.01,title:\"Theta\",defaultValue:dp.theta},dark:{type:ControlType.Number,min:0,max:1,step:.1,displayStepper:true,title:\"Dark\",defaultValue:dp.dark},diffuse:{type:ControlType.Number,min:0,max:5,step:.01,title:\"Diffuse\",defaultValue:dp.diffuse},mapBrightness:{type:ControlType.Number,min:0,max:12,step:.01,title:\"Brightness\",defaultValue:dp.mapBrightness},maxSamples:{type:ControlType.Number,min:0,max:1e5,title:\"Samples\",defaultValue:dp.maxSamples},scale:{type:ControlType.Number,min:0,max:5,step:.025,displayStepper:true,title:\"Scale\",defaultValue:dp.scale},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:dp.alignment,displaySegmentedControl:true},maxWidth:{type:ControlType.Number,title:\"Max Width\",min:100,max:5e3,defaultValue:dp.maxWidth},offset:{type:ControlType.Object,title:\"Offset\",controls:{offsetX:{type:ControlType.Number,min:-5e3,max:5e3,title:\"X\",defaultValue:dpOffset.offsetX},offsetY:{type:ControlType.Number,min:-5e3,max:5e3,title:\"Y\",defaultValue:dpOffset.offsetY}}},markerSize:{type:ControlType.Number,min:0,max:1,step:.01,title:\"Markers\",defaultValue:dp.markerSize},markerArray:{type:ControlType.Array,title:\"Location\",// defaultValue: [{ latitude: 52.3676, longitude: 4.9041 }],\ncontrol:{type:ControlType.Object,title:\"Location\",controls:{latitude:{type:ControlType.Number,min:-90,max:90,title:\"Lat\",step:1e-4,defaultValue:dp.markerArray.latitude},longitude:{type:ControlType.Number,min:-180,max:180,title:\"Long\",step:1e-4,defaultValue:dp.markerArray.longitude}}}}});/* Styles */ const flexStyles={width:\"100%\",height:\"100%\",display:\"flex\",placeItems:\"center\",placeContent:\"center\",overflow:\"visible\"};/* Functions */ const convertRGB=color=>{return{r:Color(color).r/255,g:Color(color).g/255,b:Color(color).b/255};};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Globe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Globe.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Slideshow(props){/**\n     * Properties\n     */ const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const hasChildren=Children.count(slots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return slots.map(index=>/*#__PURE__*/ createRef());},[slots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */ const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */ const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */ const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */ const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */ const measure=useCallback(()=>{sync.read(()=>{if(hasChildren&&parentRef.current){const total=slots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */ useLayoutEffect(()=>{if(hasChildren)measure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */ let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */ const totalItems=slots===null||slots===void 0?void 0:slots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility */ /* Otherwise, it will re-play all the item increments */ const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */ const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */ const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */ const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping */ /* Instead of 0 to a negative full duplicated row, we start with an offset */ const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */ const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point */ /* The subtraction of a full row of children is for overflow */ useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */ // if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */ if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing,]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     */ /* Next and previous function, animates the X */ const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */ const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */ const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200 // Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */ const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch */ /* For velocity use only */ const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */ if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */ if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */ useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */ let childCounter=0;/**\n     * Sizing\n     * */ let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */ for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(slots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===slots.length-1){ref=childrenRef[1];}return /*#__PURE__*/ _jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:slots===null||slots===void 0?void 0:slots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */ const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(slots===null||slots===void 0?void 0:slots.length);i++){dots.push(/*#__PURE__*/ _jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/ _jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:effectsPerspective},children:/*#__PURE__*/ _jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/ _jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/ _jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:0},transition:transitionControl,children:[/*#__PURE__*/ _jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/ _jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/ _jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/ _jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/ _jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});};/* Default Properties */ Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */ addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\",],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\",],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */ const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */ const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */ const Slide=/*#__PURE__*/ forwardRef(function Component(props,ref){var ref1,ref2;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */ const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent,].map(val=>val-childOffset);/**\n     * Effects\n     */ const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate,]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate,]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity,]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale,]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{ref.current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/ cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(ref1=child.props)===null||ref1===void 0?void 0:ref1.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0}},(ref2=child.props)===null||ref2===void 0?void 0:ref2.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item */ /* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */ let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */ if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/ _jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/ _jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */ const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (e1022ef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Gt6hCUMux\",\"bUk21GZv1\"];const serializationHash=\"framer-Nv3O4\";const variantClassNames={bUk21GZv1:\"framer-v-1e99r32\",Gt6hCUMux:\"framer-v-1ivqrku\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"Gt6hCUMux\",Mobile:\"bUk21GZv1\"};const getProps=({caseBillede,data1Headline,data1Text,data2Headline,data2Text,headline,height,id,navn,profilbillede,quote,titel,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_humanReadableVariantMap_props_variant,_ref9,_ref10;return{...props,B31UcYgwl:(_ref=data2Headline!==null&&data2Headline!==void 0?data2Headline:props.B31UcYgwl)!==null&&_ref!==void 0?_ref:\"1000%\",brrYuLFQg:(_ref1=data1Headline!==null&&data1Headline!==void 0?data1Headline:props.brrYuLFQg)!==null&&_ref1!==void 0?_ref1:\"300%\",g4MgAVick:(_ref2=profilbillede!==null&&profilbillede!==void 0?profilbillede:props.g4MgAVick)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/zdUX0Zbh4GUxpFz4s1GSamVKfY.webp\",srcSet:\"https://framerusercontent.com/images/zdUX0Zbh4GUxpFz4s1GSamVKfY.webp?scale-down-to=512 512w, https://framerusercontent.com/images/zdUX0Zbh4GUxpFz4s1GSamVKfY.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/zdUX0Zbh4GUxpFz4s1GSamVKfY.webp 1342w\"},Mazu8qZS0:(_ref3=quote!==null&&quote!==void 0?quote:props.Mazu8qZS0)!==null&&_ref3!==void 0?_ref3:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau! Vi har i samarbejdet med Segmento oplevet og haft forn\\xf8jelsen af deres yderst dygtige faglige kompetencer indenfor e-mail marketing, paid social, content creation og storytelling. Deres ekspertise har v\\xe6ret med til at l\\xf8fte niveauet og det har tydeligt kunne ses p\\xe5 resultaterne.\"',MYaYqkq_l:(_ref4=data2Text!==null&&data2Text!==void 0?data2Text:props.MYaYqkq_l)!==null&&_ref4!==void 0?_ref4:\"Stigning i subscribers \",o627rUtMw:(_ref5=headline!==null&&headline!==void 0?headline:props.o627rUtMw)!==null&&_ref5!==void 0?_ref5:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau!\"',QFd4haKI4:(_ref6=data1Text!==null&&data1Text!==void 0?data1Text:props.QFd4haKI4)!==null&&_ref6!==void 0?_ref6:\"Stigning i e-mail oms\\xe6tning\",uAkEiik7d:(_ref7=navn!==null&&navn!==void 0?navn:props.uAkEiik7d)!==null&&_ref7!==void 0?_ref7:\"Marco Vincent\",v_ygVYM5C:(_ref8=titel!==null&&titel!==void 0?titel:props.v_ygVYM5C)!==null&&_ref8!==void 0?_ref8:\"Direkt\\xf8r, BARK\u2122DNA\",variant:(_ref9=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref9!==void 0?_ref9:\"Gt6hCUMux\",x3hEmZSI8:(_ref10=caseBillede!==null&&caseBillede!==void 0?caseBillede:props.x3hEmZSI8)!==null&&_ref10!==void 0?_ref10:{src:\"https://framerusercontent.com/images/JoVyLqSBOGqSF2gZsguSQmisSD4.jpg\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,o627rUtMw,Mazu8qZS0,uAkEiik7d,v_ygVYM5C,g4MgAVick,brrYuLFQg,QFd4haKI4,B31UcYgwl,MYaYqkq_l,x3hEmZSI8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Gt6hCUMux\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"bUk21GZv1\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ivqrku\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Gt6hCUMux\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-daeaac97-f713-4c3f-9506-5b961a0fb7d5, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08)\",...style},...addPropertyOverrides({bUk21GZv1:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ba2pe0\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"Li7x2E28L\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:1120,pixelHeight:960,pixelWidth:1120,sizes:\"calc(max(min(1216px, 100vw) / 2, 0px) - 32px)\",...toResponsiveImage(x3hEmZSI8)},className:\"framer-yiz5wf\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"Qnz24M0Ub\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({bUk21GZv1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:1120,pixelHeight:960,pixelWidth:1120,sizes:\"calc(min(320px, 100vw) - 40px)\",...toResponsiveImage(x3hEmZSI8)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uvkfcd\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"RcXg3cTrD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gqp6p6\",\"data-framer-name\":\"comment\",layoutDependency:layoutDependency,layoutId:\"LfcQRIa86\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-114d6o1\",\"data-framer-name\":\"head+txt\",layoutDependency:layoutDependency,layoutId:\"LP55kepos\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bp9gsr\",\"data-framer-name\":\"head+txt\",layoutDependency:layoutDependency,layoutId:\"s2K1gxNpr\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau!\"'})}),className:\"framer-9rd7a7\",\"data-framer-name\":\"Supporting text\",fonts:[\"CUSTOM;Studio6 Medium\"],layoutDependency:layoutDependency,layoutId:\"dupJEfQvj\",style:{\"--extracted-r6o4lv\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",\"--framer-paragraph-spacing\":\"0px\"},text:o627rUtMw,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau! Vi har i samarbejdet med Segmento oplevet og haft forn\\xf8jelsen af deres yderst dygtige faglige kompetencer indenfor e-mail marketing, paid social, content creation og storytelling. Deres ekspertise har v\\xe6ret med til at l\\xf8fte niveauet og det har tydeligt kunne ses p\\xe5 resultaterne.\"'})}),className:\"framer-1qfqzas\",\"data-framer-name\":\"Supporting text\",fonts:[\"CUSTOM;Studio6 Regular\"],layoutDependency:layoutDependency,layoutId:\"HrpCwU1Pv\",style:{\"--extracted-r6o4lv\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",\"--framer-paragraph-spacing\":\"0px\"},text:Mazu8qZS0,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bUk21GZv1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau! Vi har i samarbejdet med Segmento oplevet og haft forn\\xf8jelsen af deres yderst dygtige faglige kompetencer indenfor e-mail marketing, paid social, content creation og storytelling. Deres ekspertise har v\\xe6ret med til at l\\xf8fte niveauet og det har tydeligt kunne ses p\\xe5 resultaterne.\"'})})}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f7vpvh\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"m3sNQWuhm\",style:{backgroundColor:\"rgba(11, 5, 29, 0.1)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ueeq03\",\"data-framer-name\":\"customer\",layoutDependency:layoutDependency,layoutId:\"v7owVfEoa\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1342,intrinsicWidth:1342,pixelHeight:1342,pixelWidth:1342,sizes:\"40px\",...toResponsiveImage(g4MgAVick)},className:\"framer-1svkjp1\",\"data-framer-name\":\"Frame_626109\",layoutDependency:layoutDependency,layoutId:\"gYpOoEARD\",style:{borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k53o2i\",layoutDependency:layoutDependency,layoutId:\"sWFLAxMX3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:\"Marco Vincent\"})}),className:\"framer-117tfqy\",\"data-framer-name\":\"Supporting text\",fonts:[\"CUSTOM;Studio6 Regular\"],layoutDependency:layoutDependency,layoutId:\"p4hmbEo4s\",style:{\"--extracted-r6o4lv\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",\"--framer-paragraph-spacing\":\"0px\"},text:uAkEiik7d,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:\"Direkt\\xf8r, BARK\u2122DNA\"})}),className:\"framer-1t9jwil\",\"data-framer-name\":\"Supporting text\",fonts:[\"CUSTOM;Studio6 Regular\"],layoutDependency:layoutDependency,layoutId:\"cL1dmGTBw\",style:{\"--extracted-r6o4lv\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",\"--framer-paragraph-spacing\":\"0px\"},text:v_ygVYM5C,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dr648x\",\"data-framer-name\":\"metrics\",layoutDependency:layoutDependency,layoutId:\"DVQ6xAqxA\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1chzwzy\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"h7O0d5zc1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1c555e5-fbee-40a6-951f-e8501d82b098, rgb(20, 30, 40)))\"},children:\"300%\"})}),className:\"framer-7dgoo4\",\"data-framer-name\":\"70% Upgrade\",fonts:[\"CUSTOM;Studio6 Medium\"],layoutDependency:layoutDependency,layoutId:\"oOXl3kyXA\",style:{\"--extracted-r6o4lv\":\"var(--token-c1c555e5-fbee-40a6-951f-e8501d82b098, rgb(20, 30, 40))\",\"--framer-paragraph-spacing\":\"0px\"},text:brrYuLFQg,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:\"Stigning i e-mail oms\\xe6tning\"})}),className:\"framer-4dm8br\",\"data-framer-name\":\"Turbocharged Data Processing\",fonts:[\"CUSTOM;Studio6 Regular\"],layoutDependency:layoutDependency,layoutId:\"Fc1ZXsqfx\",style:{\"--extracted-r6o4lv\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",\"--framer-paragraph-spacing\":\"0px\"},text:QFd4haKI4,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oi23zs\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"axn3zN1O8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1c555e5-fbee-40a6-951f-e8501d82b098, rgb(20, 30, 40)))\"},children:\"1000%\"})}),className:\"framer-ww4wbn\",\"data-framer-name\":\"25% Better\",fonts:[\"CUSTOM;Studio6 Medium\"],layoutDependency:layoutDependency,layoutId:\"OuftN_A4K\",style:{\"--extracted-r6o4lv\":\"var(--token-c1c555e5-fbee-40a6-951f-e8501d82b098, rgb(20, 30, 40))\",\"--framer-paragraph-spacing\":\"0px\"},text:B31UcYgwl,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29)))\"},children:\"Stigning i subscribers \"})}),className:\"framer-1axpu31\",\"data-framer-name\":\"Operational Efficiency Leap\",fonts:[\"CUSTOM;Studio6 Regular\"],layoutDependency:layoutDependency,layoutId:\"kQNxQBi86\",style:{\"--extracted-r6o4lv\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",\"--framer-paragraph-spacing\":\"0px\"},text:MYaYqkq_l,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})});});const css=['.framer-Nv3O4[data-border=\"true\"]::after, .framer-Nv3O4 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Nv3O4.framer-1bwqscu, .framer-Nv3O4 .framer-1bwqscu { display: block; }\",\".framer-Nv3O4.framer-1ivqrku { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 520px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1216px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Nv3O4 .framer-1ba2pe0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 32px 0px 32px 32px; position: relative; width: 1px; }\",\".framer-Nv3O4 .framer-yiz5wf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 40px 30px 40px 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Nv3O4 .framer-uvkfcd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 32px 32px 32px 32px; position: relative; width: 1px; }\",\".framer-Nv3O4 .framer-1gqp6p6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Nv3O4 .framer-114d6o1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Nv3O4 .framer-bp9gsr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Nv3O4 .framer-9rd7a7, .framer-Nv3O4 .framer-1qfqzas, .framer-Nv3O4 .framer-117tfqy, .framer-Nv3O4 .framer-1t9jwil, .framer-Nv3O4 .framer-7dgoo4, .framer-Nv3O4 .framer-4dm8br, .framer-Nv3O4 .framer-ww4wbn, .framer-Nv3O4 .framer-1axpu31 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Nv3O4 .framer-f7vpvh { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Nv3O4 .framer-ueeq03 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Nv3O4 .framer-1svkjp1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-Nv3O4 .framer-1k53o2i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-Nv3O4 .framer-dr648x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Nv3O4 .framer-1chzwzy, .framer-Nv3O4 .framer-1oi23zs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Nv3O4.framer-1ivqrku, .framer-Nv3O4 .framer-yiz5wf, .framer-Nv3O4 .framer-1gqp6p6, .framer-Nv3O4 .framer-114d6o1, .framer-Nv3O4 .framer-bp9gsr, .framer-Nv3O4 .framer-ueeq03, .framer-Nv3O4 .framer-1k53o2i, .framer-Nv3O4 .framer-dr648x, .framer-Nv3O4 .framer-1chzwzy, .framer-Nv3O4 .framer-1oi23zs { gap: 0px; } .framer-Nv3O4.framer-1ivqrku > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Nv3O4.framer-1ivqrku > :first-child, .framer-Nv3O4 .framer-ueeq03 > :first-child, .framer-Nv3O4 .framer-dr648x > :first-child { margin-left: 0px; } .framer-Nv3O4.framer-1ivqrku > :last-child, .framer-Nv3O4 .framer-ueeq03 > :last-child, .framer-Nv3O4 .framer-dr648x > :last-child { margin-right: 0px; } .framer-Nv3O4 .framer-yiz5wf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Nv3O4 .framer-yiz5wf > :first-child, .framer-Nv3O4 .framer-1gqp6p6 > :first-child, .framer-Nv3O4 .framer-114d6o1 > :first-child, .framer-Nv3O4 .framer-bp9gsr > :first-child, .framer-Nv3O4 .framer-1k53o2i > :first-child, .framer-Nv3O4 .framer-1chzwzy > :first-child, .framer-Nv3O4 .framer-1oi23zs > :first-child { margin-top: 0px; } .framer-Nv3O4 .framer-yiz5wf > :last-child, .framer-Nv3O4 .framer-1gqp6p6 > :last-child, .framer-Nv3O4 .framer-114d6o1 > :last-child, .framer-Nv3O4 .framer-bp9gsr > :last-child, .framer-Nv3O4 .framer-1k53o2i > :last-child, .framer-Nv3O4 .framer-1chzwzy > :last-child, .framer-Nv3O4 .framer-1oi23zs > :last-child { margin-bottom: 0px; } .framer-Nv3O4 .framer-1gqp6p6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Nv3O4 .framer-114d6o1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Nv3O4 .framer-bp9gsr > *, .framer-Nv3O4 .framer-1k53o2i > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Nv3O4 .framer-ueeq03 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Nv3O4 .framer-dr648x > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Nv3O4 .framer-1chzwzy > *, .framer-Nv3O4 .framer-1oi23zs > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",\".framer-Nv3O4.framer-v-1e99r32.framer-1ivqrku { flex-direction: column; height: min-content; width: 320px; }\",\".framer-Nv3O4.framer-v-1e99r32 .framer-1ba2pe0 { flex: none; gap: 0px; height: min-content; justify-content: center; padding: 20px 20px 12px 20px; width: 100%; }\",\".framer-Nv3O4.framer-v-1e99r32 .framer-yiz5wf { flex: none; height: 220px; }\",\".framer-Nv3O4.framer-v-1e99r32 .framer-uvkfcd { flex: none; gap: 0px; height: min-content; justify-content: center; padding: 0px 20px 20px 20px; width: 100%; }\",\".framer-Nv3O4.framer-v-1e99r32 .framer-1gqp6p6 { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Nv3O4.framer-v-1e99r32.framer-1ivqrku, .framer-Nv3O4.framer-v-1e99r32 .framer-1ba2pe0, .framer-Nv3O4.framer-v-1e99r32 .framer-uvkfcd, .framer-Nv3O4.framer-v-1e99r32 .framer-1gqp6p6 { gap: 0px; } .framer-Nv3O4.framer-v-1e99r32.framer-1ivqrku > *, .framer-Nv3O4.framer-v-1e99r32 .framer-1ba2pe0 > *, .framer-Nv3O4.framer-v-1e99r32 .framer-uvkfcd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Nv3O4.framer-v-1e99r32.framer-1ivqrku > :first-child, .framer-Nv3O4.framer-v-1e99r32 .framer-1ba2pe0 > :first-child, .framer-Nv3O4.framer-v-1e99r32 .framer-uvkfcd > :first-child, .framer-Nv3O4.framer-v-1e99r32 .framer-1gqp6p6 > :first-child { margin-top: 0px; } .framer-Nv3O4.framer-v-1e99r32.framer-1ivqrku > :last-child, .framer-Nv3O4.framer-v-1e99r32 .framer-1ba2pe0 > :last-child, .framer-Nv3O4.framer-v-1e99r32 .framer-uvkfcd > :last-child, .framer-Nv3O4.framer-v-1e99r32 .framer-1gqp6p6 > :last-child { margin-bottom: 0px; } .framer-Nv3O4.framer-v-1e99r32 .framer-1gqp6p6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 520\n * @framerIntrinsicWidth 1216\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bUk21GZv1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"o627rUtMw\":\"headline\",\"Mazu8qZS0\":\"quote\",\"uAkEiik7d\":\"navn\",\"v_ygVYM5C\":\"titel\",\"g4MgAVick\":\"profilbillede\",\"brrYuLFQg\":\"data1Headline\",\"QFd4haKI4\":\"data1Text\",\"B31UcYgwl\":\"data2Headline\",\"MYaYqkq_l\":\"data2Text\",\"x3hEmZSI8\":\"caseBillede\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerzvT15ln74=withCSS(Component,css,\"framer-Nv3O4\");export default FramerzvT15ln74;FramerzvT15ln74.displayName=\"Case Cards / Bark DNA\";FramerzvT15ln74.defaultProps={height:520,width:1216};addPropertyControls(FramerzvT15ln74,{variant:{options:[\"Gt6hCUMux\",\"bUk21GZv1\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},o627rUtMw:{defaultValue:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau!\"',displayTextArea:false,title:\"Headline\",type:ControlType.String},Mazu8qZS0:{defaultValue:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau! Vi har i samarbejdet med Segmento oplevet og haft forn\\xf8jelsen af deres yderst dygtige faglige kompetencer indenfor e-mail marketing, paid social, content creation og storytelling. Deres ekspertise har v\\xe6ret med til at l\\xf8fte niveauet og det har tydeligt kunne ses p\\xe5 resultaterne.\"',displayTextArea:false,title:\"Quote\",type:ControlType.String},uAkEiik7d:{defaultValue:\"Marco Vincent\",displayTextArea:false,title:\"Navn\",type:ControlType.String},v_ygVYM5C:{defaultValue:\"Direkt\\xf8r, BARK\u2122DNA\",displayTextArea:false,title:\"Titel\",type:ControlType.String},g4MgAVick:{__defaultAssetReference:\"data:framer/asset-reference,zdUX0Zbh4GUxpFz4s1GSamVKfY.webp?originalFilename=Bitmap.webp&preferredSize=auto\",title:\"Profilbillede\",type:ControlType.ResponsiveImage},brrYuLFQg:{defaultValue:\"300%\",displayTextArea:false,title:\"Data 1 Headline\",type:ControlType.String},QFd4haKI4:{defaultValue:\"Stigning i e-mail oms\\xe6tning\",displayTextArea:false,title:\"Data 1 Text\",type:ControlType.String},B31UcYgwl:{defaultValue:\"1000%\",displayTextArea:false,title:\"Data 2 Headline\",type:ControlType.String},MYaYqkq_l:{defaultValue:\"Stigning i subscribers \",displayTextArea:false,title:\"Data 2 Text\",type:ControlType.String},x3hEmZSI8:{__defaultAssetReference:\"data:framer/asset-reference,JoVyLqSBOGqSF2gZsguSQmisSD4.jpg?originalFilename=case+image+1.jpg&preferredSize=full\",title:\"Case billede\",type:ControlType.ResponsiveImage}});addFonts(FramerzvT15ln74,[{family:\"Studio6 Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/nMzuQrEHm5NSzhwejTGy5iaMN1k.woff2\"},{family:\"Studio6 Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EcnzVvwEXRdYKtJWIthnIsQobQ.woff2\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzvT15ln74\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"o627rUtMw\\\":\\\"headline\\\",\\\"Mazu8qZS0\\\":\\\"quote\\\",\\\"uAkEiik7d\\\":\\\"navn\\\",\\\"v_ygVYM5C\\\":\\\"titel\\\",\\\"g4MgAVick\\\":\\\"profilbillede\\\",\\\"brrYuLFQg\\\":\\\"data1Headline\\\",\\\"QFd4haKI4\\\":\\\"data1Text\\\",\\\"B31UcYgwl\\\":\\\"data2Headline\\\",\\\"MYaYqkq_l\\\":\\\"data2Text\\\",\\\"x3hEmZSI8\\\":\\\"caseBillede\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bUk21GZv1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1216\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"520\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zvT15ln74.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormBooleanInput,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import Globe from\"https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bwgDNfOkuRQlrlKseDFD/SlideShow.js\";import NavigationBar from\"#framer/local/canvasComponent/HsdvoyLPl/HsdvoyLPl.js\";import Button from\"#framer/local/canvasComponent/jUKwbT1JY/jUKwbT1JY.js\";import DarkButton from\"#framer/local/canvasComponent/lHLKGr7ON/lHLKGr7ON.js\";import CaseCardsBarkDNA from\"#framer/local/canvasComponent/zvT15ln74/zvT15ln74.js\";import*as sharedStyle from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationBarFonts=getFonts(NavigationBar);const RichTextWithFX=withFX(RichText);const DarkButtonFonts=getFonts(DarkButton);const MaterialFonts=getFonts(Material);const ButtonFonts=getFonts(Button);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SlideshowFonts=getFonts(Slideshow);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const CaseCardsBarkDNAFonts=getFonts(CaseCardsBarkDNA);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const GlobeFonts=getFonts(Globe);const PhosphorFonts=getFonts(Phosphor);const breakpoints={BLiw3GCId:\"(max-width: 809px)\",F1yOwr2a2:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZxIFK\";const variantClassNames={BLiw3GCId:\"framer-v-34he12\",F1yOwr2a2:\"framer-v-1pzri5k\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={delay:0,duration:.8,ease:[.5,0,.88,.77],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-24};const transition2={damping:60,delay:.9,mass:1,stiffness:250,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:-24};const transition3={damping:90,delay:.3,mass:1,stiffness:450,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation6={backgroundColor:\"rgba(0, 0, 0, 0.7)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition5={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition6={damping:40,delay:.6,mass:1,stiffness:200,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition7={delay:.1,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"};const transition8={delay:0,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition9={damping:80,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:40};const animation14={backgroundColor:\"rgba(255, 226, 196, 0.16)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"BLiw3GCId\",Tablet:\"F1yOwr2a2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,eLkxFkYmX,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const sYnMjn2Cm3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BLiw3GCId\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"BLiw3GCId\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId=useRouteElementId(\"qA7ec7SGA\");const ref4=React.useRef(null);const elementId1=useRouteElementId(\"sb1Bbvj4f\");const elementId2=useRouteElementId(\"qYEnWhL_h\");const elementId3=useRouteElementId(\"oVxiF1tav\");const elementId4=useRouteElementId(\"x_aZd7KMF\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"cE0rTQ7MA\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1boru2j-container\",nodeId:\"UFEuh2TlZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{variant:\"Wm623sCs9\"},F1yOwr2a2:{variant:\"Wm623sCs9\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"UFEuh2TlZ\",layoutId:\"UFEuh2TlZ\",style:{width:\"100%\"},variant:\"pw2AP3Ia2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-7dhvm7\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b5vo0e\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qf8vf7\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lj1sdl\",\"data-framer-name\":\"head-txt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"38px\"},children:[\"Vi skaber nutidens f\\xf8rende\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\"},children:\"e-commerce \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"38px\"},children:\"brands.\"})]})})},F1yOwr2a2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"70px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"80px\"},children:\"Vi skaber nutidens f\\xf8rende\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"80px\"},children:\" e-commerce brands.\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"88px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:[\"Vi skaber nutidens f\\xf8rende\",/*#__PURE__*/_jsx(\"br\",{}),\" e-commerce brands.\"]})}),className:\"framer-1rdml5b\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"CUSTOM;Studio6 Medium\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(11, 5, 29)\"},children:\" Et performance bureau, der d\\xe6kker hele kunderejsen.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(11, 5, 29)\"},children:\" Et performance bureau, der d\\xe6kker hele kunderejsen.\"})}),className:\"framer-1899f42\",\"data-framer-name\":\"With Axios, work is organized from the little things to the large picture, allowing you to understand what needs to be done, why it matters, and how to achieve it.\",fonts:[\"CUSTOM;Studio6 Regular\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{y:(componentViewport?.y||0)+0+74+48+0+0+0+0+240},F1yOwr2a2:{y:(componentViewport?.y||0)+0+74+120+0+0+0+0+262}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,y:(componentViewport?.y||0)+0+74+120+0+0+0+0+280,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-vil3qa-container\",\"data-framer-appear-id\":\"vil3qa\",id:\"vil3qa\",initial:animation5,nodeId:\"xsxnsOeo0\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(DarkButton,{height:\"100%\",id:\"xsxnsOeo0\",layoutId:\"xsxnsOeo0\",sYnMjn2Cm:sYnMjn2Cm3bnx0g({overlay}),width:\"100%\",Zhsl5WvWC:\"Kontakt os\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-zutjqb\"),\"data-framer-portal-id\":\"vil3qa\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"dLwAZxFLO\"),/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-1tr0wam\"),\"data-framer-portal-id\":\"vil3qa\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yatzoy\",onTap:onTap1wnntms({overlay}),whileHover:animation6,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-me874t-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dob9hqTlj\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"dob9hqTlj\",layoutId:\"dob9hqTlj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Luk\"})}),className:\"framer-15ktxd6\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/d390a8b7-3ad9-4d46-ade6-9c46f7c4939e/submit\",className:\"framer-1f4fisa\",nodeId:\"gzOd11Gbc\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1k79krv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Name\"})}),className:\"framer-cqvcti\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-nfdy91\",inputName:\"Navn\",placeholder:\"Kasper Carlsen\",type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19ntada\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-13xj9o9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Email\"})}),className:\"framer-9bptct\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-dsz0o\",inputName:\"Email\",placeholder:\"kasper@segmento.dk\",type:\"email\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-lufsxp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Telefon\"})}),className:\"framer-w2otbk\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-15nlkdq\",inputName:\"Telefon\",placeholder:\"+45 88 88 88 88\",type:\"tel\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pim1ae\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-ur6kuu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Titel\"})}),className:\"framer-1v7z7e3\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uy3x4b\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-18c6ts3\",inputName:\"titel\",placeholder:\"CEO\",type:\"text\"})})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1x1lpbm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Virksomhed\"})}),className:\"framer-1wwetqy\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hl9l6o\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-17gfeiq\",inputName:\"Virksomhed\",placeholder:\"Tesla\",type:\"text\"})})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1iq2j4f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Kanaler\"})}),className:\"framer-kvu5l4\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-724pqk\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-ucek5q\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1i1xpvr\",defaultChecked:false,inputName:\"FB & IG\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Facebook & Instagram\"})}),className:\"framer-txhdso\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-tpfelp\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1743rse\",defaultChecked:false,inputName:\"Email\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Email\"})}),className:\"framer-1wdk0fw\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ccay91\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1y3xc7n\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-o8klv2\",defaultChecked:false,inputName:\"Google\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Google\"})}),className:\"framer-1nen9ie\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-fra0kp\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1foot9a\",defaultChecked:false,inputName:\"TikTok\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"TikTok\"})}),className:\"framer-1a5dtcz\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-4w6fiz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Besked\"})}),className:\"framer-11fvtgt\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-fltk4d\",inputName:\"Besked\",placeholder:\"Besked...\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{width:\"calc(100vw - 88px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"394px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-lsqcc0-container\",inComponentSlot:true,nodeId:\"CI3Qtd_DR\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"CI3Qtd_DR\",layoutId:\"CI3Qtd_DR\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"LeXAGi0oG\",success:\"a1a41gwQQ\"},\"ToxIyY8__\"),width:\"100%\"})})})})]})})]})]}),getContainer())})})]})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1or57co hidden-72rtr7 hidden-1pzri5k\",\"data-framer-appear-id\":\"1or57co\",\"data-framer-name\":\"slideshow Wrapper\",initial:animation8,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15fc1z2-container\",isModuleExternal:true,nodeId:\"Q4lLWdYzz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.1)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:-330,arrowPaddingTop:-50,arrowPosition:\"top-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:30,leftArrow:\"https://framerusercontent.com/images/YC6jviBtSNb5SgYZNy1bTPe0jQ.svg\",rightArrow:\"https://framerusercontent.com/images/5f50kWEEwRBLlcu134g6d6ks9Xc.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:10,height:\"100%\",id:\"Q4lLWdYzz\",intervalControl:2,itemAmount:1,layoutId:\"Q4lLWdYzz\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(255, 255, 255, 0.1)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:6,dotsInset:-50,dotSize:6,dotsOpacity:.3,dotsPadding:12,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"top\",sizes:\"320px\",src:\"https://framerusercontent.com/images/DVJdvtlJBR2fZde1hggvMlJjU.jpg\",srcSet:\"https://framerusercontent.com/images/DVJdvtlJBR2fZde1hggvMlJjU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DVJdvtlJBR2fZde1hggvMlJjU.jpg 800w\"},className:\"framer-trfqbv\",\"data-framer-name\":\"Luksusbaby\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4z6hfb\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pybb8o\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mswg6w\",\"data-framer-name\":\"Luksusbabyandtweens_dk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 103 26\"><path d=\"M 65.182 3.189 C 65.048 3.319 64.961 3.478 64.917 3.646 C 64.89 3.608 64.858 3.573 64.827 3.538 C 64.44 3.144 63.809 3.138 63.416 3.522 C 63.159 3.772 63.078 4.091 63.128 4.387 C 63.266 5.009 62.788 5.6 62.153 5.6 C 61.603 5.6 61.155 5.153 61.155 4.603 C 61.155 4.306 61.287 4.038 61.492 3.855 C 61.678 3.681 61.802 3.433 61.802 3.13 C 61.802 2.58 61.354 2.133 60.803 2.133 C 60.756 2.133 60.709 2.137 60.661 2.145 C 60.752 1.995 60.803 1.822 60.803 1.635 C 60.803 1.085 60.355 0.638 59.805 0.638 C 59.254 0.638 58.807 1.085 58.807 1.635 C 58.807 1.82 58.858 1.995 58.949 2.145 C 58.901 2.139 58.856 2.133 58.807 2.133 C 58.256 2.133 57.808 2.58 57.808 3.13 C 57.808 3.549 58.007 3.723 58.151 3.89 C 58.737 4.331 58.457 5.499 57.559 5.594 L 57.556 5.594 C 56.906 5.663 56.34 5.082 56.476 4.402 C 56.531 4.101 56.451 3.774 56.192 3.52 C 55.799 3.134 55.168 3.142 54.781 3.536 C 54.748 3.571 54.718 3.607 54.69 3.644 C 54.647 3.477 54.558 3.317 54.426 3.187 C 54.035 2.807 53.414 2.809 53.027 3.191 C 54.596 4.564 55.584 6.478 55.807 8.454 C 55.813 8.501 55.817 8.55 55.823 8.598 L 63.816 8.598 L 63.816 8.596 C 64.02 6.417 65.087 4.499 66.601 3.203 C 66.208 2.811 65.577 2.803 65.182 3.189\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 24.341 0.329 C 23.516 0.329 22.701 0.553 21.896 1.001 C 21.089 1.45 20.339 2.007 19.643 2.673 C 18.946 3.341 18.311 4.063 17.733 4.84 C 17.157 5.618 16.675 6.335 16.291 6.992 C 16.492 7.01 16.703 7.024 16.922 7.034 C 17.141 7.044 17.397 7.048 17.691 7.048 C 18.516 7.048 19.408 6.937 20.369 6.719 C 21.33 6.5 22.228 6.175 23.061 5.746 C 23.893 5.316 24.59 4.786 25.148 4.154 C 25.707 3.524 25.987 2.787 25.987 1.946 C 25.987 1.416 25.845 1.014 25.561 0.739 C 25.28 0.467 24.872 0.329 24.341 0.329 Z M 21.072 12.423 C 20.448 13.008 19.665 13.725 18.721 14.576 C 17.778 15.427 16.808 16.307 15.809 17.223 C 14.811 18.137 13.864 19.033 12.966 19.91 C 12.068 20.788 11.346 21.546 10.795 22.187 C 10.594 22.716 10.328 23.173 9.998 23.558 C 9.669 23.942 9.347 24.133 9.037 24.133 C 8.8 24.133 8.682 24.032 8.682 23.831 C 8.682 23.703 8.719 23.593 8.792 23.502 C 8.865 23.41 8.944 23.319 9.025 23.229 C 9.108 23.136 9.181 23.032 9.244 22.913 C 9.307 22.795 9.341 22.653 9.341 22.488 C 9.341 21.903 9.24 21.387 9.039 20.938 C 8.838 20.489 8.558 20.111 8.201 19.799 C 7.843 19.488 7.421 19.256 6.938 19.1 C 6.452 18.945 5.935 18.868 5.385 18.868 C 5.201 18.868 4.941 18.919 4.601 19.019 C 4.262 19.12 3.883 19.244 3.461 19.39 C 3.039 19.535 2.595 19.667 2.129 19.788 C 1.661 19.906 1.217 19.965 0.797 19.965 C 0.578 19.965 0.391 19.927 0.235 19.855 C 0.079 19.782 0 19.673 0 19.526 C 0 19.38 0.11 19.256 0.33 19.155 C 0.549 19.055 0.833 18.968 1.182 18.895 C 1.529 18.822 1.91 18.767 2.322 18.73 C 2.735 18.694 3.141 18.661 3.546 18.633 C 3.948 18.606 4.315 18.588 4.645 18.578 C 4.974 18.568 5.221 18.555 5.387 18.537 C 6.3 18.247 7.143 17.721 7.912 16.963 C 8.682 16.205 9.424 15.305 10.138 14.263 C 10.852 13.221 11.567 12.082 12.281 10.849 C 12.995 9.614 13.745 8.377 14.534 7.132 C 13.966 7.042 13.425 6.88 12.914 6.652 C 12.401 6.423 11.948 6.126 11.555 5.759 C 11.16 5.393 10.85 4.97 10.622 4.485 C 10.393 4 10.278 3.467 10.278 2.882 C 10.278 2.498 10.355 2.127 10.511 1.771 C 10.667 1.414 10.872 1.109 11.129 0.853 C 11.385 0.597 11.697 0.392 12.062 0.236 C 12.429 0.081 12.812 0.004 13.216 0.004 C 13.564 0.004 13.899 0.045 14.219 0.128 C 14.538 0.211 14.809 0.307 15.03 0.416 L 14.917 0.713 C 14.698 0.603 14.442 0.512 14.148 0.439 C 13.854 0.366 13.534 0.329 13.187 0.329 C 12.802 0.329 12.449 0.402 12.129 0.548 C 11.809 0.693 11.539 0.89 11.318 1.137 C 11.099 1.383 10.923 1.658 10.795 1.96 C 10.667 2.261 10.604 2.568 10.604 2.878 C 10.604 3.39 10.718 3.874 10.947 4.331 C 11.176 4.788 11.482 5.196 11.867 5.553 C 12.251 5.909 12.695 6.197 13.199 6.417 C 13.702 6.636 14.229 6.764 14.779 6.801 C 15.292 6.015 15.91 5.22 16.634 4.416 C 17.358 3.612 18.149 2.88 19.01 2.222 C 19.87 1.564 20.778 1.028 21.729 0.618 C 22.68 0.207 23.652 0.002 24.641 0.002 C 25.338 0.002 25.89 0.158 26.302 0.469 C 26.715 0.78 26.92 1.265 26.92 1.922 C 26.92 2.525 26.681 3.148 26.206 3.788 C 25.728 4.428 25.075 5.017 24.24 5.557 C 23.408 6.096 22.423 6.535 21.287 6.872 C 20.15 7.211 18.933 7.38 17.632 7.38 C 17.321 7.38 17.056 7.377 16.835 7.367 C 16.616 7.357 16.385 7.343 16.148 7.325 C 15.47 8.385 14.789 9.478 14.102 10.603 C 13.416 11.728 12.664 12.797 11.849 13.811 C 11.034 14.826 10.136 15.754 9.158 16.595 C 8.177 17.436 7.056 18.103 5.791 18.596 L 5.847 18.651 C 5.993 18.633 6.152 18.614 6.328 18.596 C 6.502 18.578 6.707 18.568 6.946 18.568 C 8.191 18.568 9.12 18.87 9.734 19.472 C 10.347 20.075 10.718 20.816 10.847 21.694 C 11.579 20.871 12.366 20.057 13.208 19.254 C 14.051 18.45 14.911 17.654 15.791 16.868 C 16.671 16.083 17.545 15.301 18.416 14.525 C 19.286 13.748 20.122 12.994 20.929 12.261 L 21.072 12.423\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 24.012 10.093 C 23.297 11.062 22.611 11.986 21.952 12.862 C 21.293 13.739 20.706 14.544 20.193 15.275 C 19.68 16.006 19.274 16.642 18.97 17.182 C 18.668 17.721 18.516 18.147 18.516 18.456 C 18.516 18.75 18.589 18.964 18.735 19.1 C 18.881 19.238 19.075 19.305 19.311 19.305 C 19.659 19.305 20.04 19.195 20.452 18.976 C 20.864 18.757 21.285 18.474 21.715 18.125 C 22.145 17.778 22.567 17.394 22.98 16.973 C 23.392 16.553 23.777 16.136 24.134 15.724 C 24.491 15.312 24.803 14.934 25.067 14.586 C 25.332 14.239 25.529 13.965 25.657 13.762 L 28.074 10.087 L 29.971 10.087 C 28.982 11.44 28.143 12.586 27.457 13.528 C 26.77 14.469 26.212 15.269 25.782 15.927 C 25.351 16.585 25.044 17.121 24.86 17.532 C 24.677 17.944 24.586 18.304 24.586 18.616 C 24.586 18.834 24.649 19.023 24.779 19.177 C 24.907 19.333 25.091 19.409 25.328 19.409 C 25.695 19.409 26.115 19.277 26.592 19.011 C 27.068 18.748 27.563 18.399 28.076 17.97 C 28.589 17.54 29.096 17.056 29.602 16.516 C 30.105 15.976 30.582 15.442 31.03 14.913 C 31.478 14.383 31.887 13.884 32.254 13.418 C 32.621 12.951 32.903 12.573 33.106 12.279 L 33.38 12.362 C 33.161 12.673 32.867 13.071 32.5 13.555 C 32.133 14.04 31.721 14.552 31.263 15.092 C 30.805 15.631 30.32 16.179 29.807 16.736 C 29.294 17.294 28.767 17.792 28.226 18.231 C 27.686 18.671 27.155 19.031 26.632 19.315 C 26.109 19.598 25.62 19.74 25.162 19.74 C 24.649 19.74 24.242 19.598 23.939 19.315 C 23.637 19.031 23.485 18.653 23.485 18.176 C 23.485 17.81 23.544 17.459 23.664 17.121 C 23.783 16.782 23.869 16.567 23.925 16.476 L 23.869 16.421 C 23.485 16.861 23.082 17.28 22.66 17.684 C 22.238 18.086 21.817 18.438 21.395 18.74 C 20.973 19.041 20.549 19.283 20.118 19.466 C 19.688 19.65 19.262 19.74 18.842 19.74 C 18.256 19.74 17.834 19.606 17.577 19.342 C 17.321 19.078 17.192 18.763 17.192 18.397 C 17.192 17.94 17.317 17.448 17.563 16.916 C 17.81 16.386 18.153 15.791 18.593 15.133 C 19.033 14.475 19.558 13.735 20.174 12.911 C 20.787 12.088 21.46 11.147 22.192 10.087 L 24.012 10.087\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 42.088 0.55 C 40.586 2.927 39.083 5.263 37.581 7.556 C 36.08 9.85 34.523 12.114 32.911 14.343 L 32.966 14.398 C 33.441 13.869 33.913 13.333 34.381 12.793 C 34.848 12.253 35.334 11.769 35.837 11.34 C 36.34 10.91 36.863 10.558 37.404 10.284 C 37.944 10.01 38.507 9.872 39.093 9.872 C 39.696 9.872 40.132 10.018 40.397 10.311 C 40.661 10.605 40.795 10.961 40.795 11.381 C 40.795 11.82 40.661 12.208 40.397 12.547 C 40.13 12.886 39.801 13.177 39.408 13.425 C 39.014 13.672 38.583 13.869 38.118 14.014 C 37.65 14.16 37.226 14.27 36.839 14.343 L 36.839 14.398 C 37.058 14.509 37.248 14.714 37.402 15.015 C 37.557 15.316 37.634 15.631 37.634 15.96 C 37.634 16.179 37.593 16.41 37.51 16.646 C 37.427 16.884 37.331 17.13 37.222 17.386 C 37.111 17.643 37.017 17.895 36.934 18.141 C 36.851 18.387 36.81 18.639 36.81 18.895 C 36.81 19.242 36.956 19.417 37.25 19.417 C 37.745 19.417 38.366 19.199 39.118 18.759 C 39.87 18.32 40.665 17.68 41.508 16.839 C 42.094 16.254 42.69 15.604 43.293 14.891 C 43.897 14.178 44.548 13.319 45.245 12.313 L 45.492 12.478 C 45.144 12.972 44.635 13.648 43.966 14.507 C 43.297 15.366 42.514 16.244 41.618 17.14 C 40.758 17.999 39.943 18.649 39.173 19.088 C 38.404 19.528 37.699 19.746 37.058 19.746 C 36.51 19.746 36.083 19.626 35.782 19.39 C 35.48 19.151 35.328 18.787 35.328 18.293 C 35.328 18.036 35.391 17.749 35.519 17.428 C 35.647 17.109 35.784 16.798 35.932 16.496 C 36.078 16.195 36.216 15.911 36.344 15.645 C 36.472 15.381 36.537 15.165 36.537 15.001 C 36.537 14.655 36.381 14.479 36.07 14.479 C 35.886 14.479 35.671 14.517 35.424 14.59 C 35.178 14.662 34.898 14.7 34.586 14.7 C 34.312 14.7 34.173 14.617 34.173 14.454 C 34.173 14.288 34.312 14.207 34.586 14.207 C 34.696 14.207 34.819 14.217 34.957 14.235 C 35.095 14.253 35.263 14.263 35.466 14.263 C 36.014 14.263 36.523 14.2 36.991 14.071 C 37.459 13.943 37.865 13.756 38.213 13.51 C 38.56 13.264 38.83 12.966 39.023 12.62 C 39.217 12.273 39.312 11.879 39.312 11.44 C 39.312 11.056 39.219 10.772 39.037 10.589 C 38.854 10.406 38.635 10.315 38.378 10.315 C 38.031 10.315 37.626 10.457 37.169 10.741 C 36.711 11.024 36.222 11.408 35.699 11.893 C 35.176 12.378 34.645 12.935 34.104 13.565 C 33.564 14.196 33.043 14.853 32.538 15.539 C 32.034 16.224 31.563 16.91 31.123 17.595 C 30.683 18.281 30.308 18.925 29.996 19.53 L 28.183 19.53 C 30.215 16.366 32.244 13.226 34.268 10.108 C 36.293 6.992 38.329 3.833 40.381 0.634 L 42.088 0.55\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 54.643 12.45 C 54.093 13.329 53.457 14.201 52.733 15.07 C 52.009 15.939 51.218 16.721 50.357 17.414 C 49.497 18.109 48.558 18.671 47.542 19.1 C 46.525 19.53 45.44 19.744 44.286 19.744 C 43.846 19.744 43.434 19.689 43.051 19.579 C 42.666 19.468 42.333 19.305 42.048 19.084 C 41.764 18.866 41.535 18.586 41.362 18.247 C 41.188 17.908 41.101 17.511 41.101 17.054 C 41.101 16.579 41.257 16.15 41.569 15.765 C 41.881 15.381 42.301 15.19 42.832 15.19 C 43.106 15.19 43.331 15.259 43.505 15.395 C 43.678 15.533 43.765 15.738 43.765 16.012 C 43.765 16.268 43.7 16.486 43.572 16.67 C 43.443 16.853 43.252 16.943 42.995 16.943 C 42.794 16.943 42.634 16.888 42.514 16.78 C 42.396 16.67 42.317 16.534 42.281 16.368 C 42.08 16.478 41.942 16.638 41.869 16.849 C 41.796 17.06 41.758 17.274 41.758 17.493 C 41.758 18.133 42.001 18.614 42.486 18.933 C 42.972 19.252 43.516 19.413 44.122 19.413 C 44.507 19.413 44.84 19.336 45.125 19.181 C 45.409 19.025 45.645 18.824 45.839 18.578 C 46.032 18.332 46.172 18.044 46.265 17.713 C 46.356 17.385 46.403 17.056 46.403 16.727 C 46.403 16.38 46.344 16.018 46.224 15.643 C 46.103 15.269 45.971 14.899 45.825 14.532 C 45.679 14.166 45.541 13.806 45.413 13.449 C 45.284 13.093 45.219 12.76 45.219 12.448 C 45.219 12.047 45.302 11.686 45.466 11.365 C 45.632 11.046 45.855 10.776 46.139 10.556 C 46.423 10.337 46.748 10.168 47.114 10.047 C 47.481 9.929 47.865 9.868 48.268 9.868 C 49 9.868 49.596 10.028 50.054 10.349 C 50.511 10.67 50.74 11.093 50.74 11.623 C 50.74 12.098 50.561 12.447 50.203 12.665 C 49.846 12.884 49.448 12.994 49.008 12.994 C 49.118 12.793 49.213 12.551 49.296 12.267 C 49.379 11.984 49.42 11.724 49.42 11.485 C 49.42 11.119 49.306 10.814 49.077 10.567 C 48.848 10.321 48.522 10.197 48.102 10.197 C 47.571 10.197 47.177 10.357 46.92 10.678 C 46.664 10.997 46.535 11.387 46.535 11.844 C 46.535 12.246 46.604 12.63 46.741 12.996 C 46.879 13.362 47.039 13.727 47.222 14.093 C 47.388 14.46 47.538 14.834 47.676 15.218 C 47.814 15.602 47.881 16.031 47.881 16.506 C 47.881 16.853 47.802 17.188 47.648 17.507 C 47.492 17.826 47.287 18.119 47.031 18.383 C 46.774 18.649 46.486 18.872 46.164 19.055 C 45.845 19.238 45.519 19.356 45.19 19.411 L 45.245 19.466 C 46.233 19.356 47.177 19.069 48.074 18.602 C 48.972 18.135 49.809 17.57 50.588 16.902 C 51.366 16.234 52.086 15.503 52.745 14.708 C 53.404 13.912 53.982 13.13 54.475 12.364 L 54.643 12.45\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 57.554 10.093 C 56.839 11.062 56.153 11.986 55.494 12.862 C 54.835 13.739 54.248 14.544 53.735 15.275 C 53.222 16.006 52.816 16.642 52.514 17.182 C 52.212 17.721 52.06 18.147 52.06 18.456 C 52.06 18.75 52.133 18.964 52.279 19.1 C 52.425 19.238 52.619 19.305 52.855 19.305 C 53.203 19.305 53.584 19.195 53.996 18.976 C 54.408 18.757 54.829 18.474 55.261 18.125 C 55.691 17.778 56.113 17.394 56.526 16.973 C 56.938 16.553 57.323 16.136 57.68 15.724 C 58.037 15.312 58.349 14.934 58.613 14.586 C 58.88 14.239 59.075 13.965 59.203 13.762 L 61.62 10.087 L 63.516 10.087 C 62.528 11.44 61.689 12.586 61.003 13.528 C 60.316 14.469 59.758 15.269 59.327 15.927 C 58.897 16.585 58.589 17.121 58.408 17.532 C 58.224 17.944 58.134 18.304 58.134 18.616 C 58.134 18.834 58.197 19.023 58.327 19.177 C 58.455 19.333 58.639 19.409 58.878 19.409 C 59.245 19.409 59.665 19.277 60.14 19.011 C 60.616 18.748 61.111 18.399 61.624 17.97 C 62.137 17.54 62.644 17.056 63.149 16.516 C 63.653 15.976 64.13 15.442 64.578 14.913 C 65.026 14.383 65.434 13.884 65.799 13.418 C 66.166 12.951 66.449 12.573 66.652 12.279 L 66.926 12.362 C 66.707 12.673 66.413 13.071 66.046 13.555 C 65.679 14.04 65.267 14.552 64.809 15.092 C 64.351 15.631 63.866 16.179 63.353 16.736 C 62.84 17.294 62.313 17.792 61.772 18.231 C 61.232 18.671 60.701 19.031 60.178 19.315 C 59.657 19.598 59.166 19.74 58.708 19.74 C 58.195 19.74 57.788 19.598 57.484 19.315 C 57.183 19.031 57.031 18.653 57.031 18.176 C 57.031 17.81 57.09 17.459 57.21 17.121 C 57.329 16.782 57.415 16.567 57.471 16.476 L 57.415 16.421 C 57.031 16.861 56.628 17.28 56.206 17.684 C 55.784 18.086 55.363 18.438 54.943 18.74 C 54.521 19.041 54.097 19.283 53.664 19.466 C 53.234 19.65 52.808 19.74 52.388 19.74 C 51.802 19.74 51.379 19.606 51.123 19.342 C 50.866 19.078 50.738 18.763 50.738 18.397 C 50.738 17.94 50.863 17.448 51.109 16.916 C 51.356 16.386 51.699 15.791 52.139 15.133 C 52.579 14.475 53.104 13.735 53.72 12.911 C 54.333 12.088 55.006 11.147 55.738 10.087 L 57.554 10.087\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 75.989 12.45 C 75.44 13.329 74.803 14.201 74.079 15.07 C 73.355 15.939 72.564 16.721 71.703 17.414 C 70.843 18.109 69.904 18.671 68.887 19.1 C 67.871 19.53 66.786 19.744 65.632 19.744 C 65.192 19.744 64.779 19.689 64.395 19.579 C 64.01 19.468 63.676 19.305 63.392 19.084 C 63.108 18.866 62.879 18.586 62.706 18.247 C 62.532 17.908 62.445 17.511 62.445 17.054 C 62.445 16.579 62.601 16.15 62.913 15.765 C 63.224 15.381 63.645 15.19 64.176 15.19 C 64.45 15.19 64.675 15.259 64.848 15.395 C 65.022 15.533 65.109 15.738 65.109 16.012 C 65.109 16.268 65.044 16.486 64.915 16.67 C 64.787 16.853 64.594 16.943 64.339 16.943 C 64.138 16.943 63.978 16.888 63.858 16.78 C 63.738 16.67 63.661 16.534 63.625 16.368 C 63.424 16.478 63.286 16.638 63.213 16.849 C 63.14 17.06 63.102 17.274 63.102 17.493 C 63.102 18.133 63.345 18.614 63.83 18.933 C 64.316 19.252 64.86 19.413 65.464 19.413 C 65.849 19.413 66.182 19.336 66.466 19.181 C 66.751 19.025 66.989 18.824 67.181 18.578 C 67.374 18.332 67.514 18.044 67.607 17.713 C 67.698 17.385 67.745 17.056 67.745 16.727 C 67.745 16.38 67.686 16.018 67.565 15.643 C 67.445 15.269 67.313 14.899 67.167 14.532 C 67.021 14.166 66.883 13.806 66.754 13.449 C 66.626 13.093 66.561 12.76 66.561 12.448 C 66.561 12.047 66.644 11.686 66.808 11.365 C 66.974 11.046 67.196 10.776 67.481 10.556 C 67.765 10.337 68.09 10.168 68.455 10.047 C 68.822 9.929 69.207 9.868 69.61 9.868 C 70.342 9.868 70.938 10.028 71.395 10.349 C 71.853 10.67 72.082 11.093 72.082 11.623 C 72.082 12.098 71.903 12.447 71.547 12.665 C 71.19 12.884 70.792 12.994 70.352 12.994 C 70.462 12.793 70.557 12.551 70.64 12.267 C 70.723 11.984 70.764 11.724 70.764 11.485 C 70.764 11.119 70.65 10.814 70.421 10.567 C 70.192 10.321 69.866 10.197 69.446 10.197 C 68.915 10.197 68.52 10.357 68.264 10.678 C 68.007 10.997 67.879 11.387 67.879 11.844 C 67.879 12.246 67.948 12.63 68.084 12.996 C 68.223 13.362 68.382 13.727 68.566 14.093 C 68.732 14.46 68.882 14.834 69.02 15.218 C 69.158 15.602 69.225 16.031 69.225 16.506 C 69.225 16.853 69.146 17.188 68.992 17.507 C 68.836 17.826 68.631 18.119 68.374 18.383 C 68.118 18.649 67.83 18.872 67.508 19.055 C 67.189 19.238 66.863 19.356 66.533 19.411 L 66.589 19.466 C 67.577 19.356 68.52 19.069 69.418 18.602 C 70.316 18.135 71.153 17.57 71.932 16.902 C 72.71 16.234 73.43 15.503 74.089 14.708 C 74.748 13.912 75.326 13.13 75.819 12.364 L 75.989 12.45\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 76.539 18.6 L 77.24 18.6 C 77.844 18.6 78.288 18.46 78.568 18.182 C 78.848 17.905 78.988 17.461 78.988 16.855 C 78.988 16.248 78.848 15.805 78.568 15.527 C 78.288 15.249 77.846 15.11 77.24 15.11 L 76.539 15.11 Z M 76.539 14.062 L 77.24 14.062 C 78.406 14.062 78.988 13.481 78.988 12.317 C 78.988 12.123 78.965 11.954 78.917 11.806 C 78.87 11.659 78.815 11.537 78.747 11.438 C 78.682 11.34 78.584 11.257 78.45 11.19 C 78.315 11.123 78.195 11.07 78.086 11.034 C 77.978 10.999 77.822 10.971 77.619 10.955 C 77.418 10.94 77.248 10.93 77.114 10.926 C 76.979 10.922 76.788 10.92 76.539 10.92 Z M 75.142 19.648 L 75.142 9.872 L 77.24 9.872 C 77.692 9.872 78.096 9.919 78.453 10.014 C 78.811 10.108 79.122 10.252 79.391 10.445 C 79.659 10.638 79.864 10.892 80.008 11.21 C 80.152 11.527 80.223 11.895 80.223 12.317 C 80.223 12.927 80.093 13.392 79.835 13.711 C 79.576 14.03 79.178 14.263 78.639 14.412 C 79.221 14.605 79.659 14.887 79.949 15.261 C 80.241 15.633 80.387 16.165 80.387 16.857 C 80.387 17.719 80.137 18.399 79.635 18.899 C 79.134 19.4 78.451 19.65 77.589 19.65 L 75.142 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 82.891 16.157 L 84.29 16.157 L 83.592 11.968 Z M 80.792 19.648 L 82.891 9.872 L 84.29 9.872 L 86.388 19.648 L 84.989 19.648 L 84.464 17.203 L 82.715 17.203 L 82.191 19.648 L 80.792 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 88.574 18.6 L 89.274 18.6 C 89.878 18.6 90.322 18.46 90.602 18.182 C 90.882 17.905 91.023 17.461 91.023 16.855 C 91.023 16.248 90.882 15.805 90.602 15.527 C 90.322 15.249 89.88 15.11 89.274 15.11 L 88.574 15.11 Z M 88.574 14.062 L 89.274 14.062 C 90.44 14.062 91.023 13.481 91.023 12.317 C 91.023 12.123 90.999 11.954 90.952 11.806 C 90.904 11.659 90.847 11.537 90.782 11.438 C 90.717 11.34 90.618 11.257 90.484 11.19 C 90.352 11.123 90.229 11.07 90.121 11.034 C 90.012 10.999 89.856 10.971 89.653 10.955 C 89.45 10.94 89.282 10.93 89.148 10.926 C 89.014 10.922 88.822 10.92 88.574 10.92 Z M 87.175 19.648 L 87.175 9.872 L 89.272 9.872 C 89.724 9.872 90.129 9.919 90.486 10.014 C 90.843 10.108 91.157 10.252 91.423 10.445 C 91.691 10.638 91.897 10.892 92.041 11.21 C 92.185 11.527 92.256 11.895 92.256 12.317 C 92.256 12.927 92.126 13.392 91.867 13.711 C 91.609 14.03 91.21 14.263 90.671 14.412 C 91.253 14.605 91.691 14.887 91.984 15.261 C 92.276 15.633 92.422 16.165 92.422 16.857 C 92.422 17.719 92.171 18.399 91.67 18.899 C 91.169 19.4 90.486 19.65 89.624 19.65 L 87.175 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 94.819 19.648 L 94.819 16.506 L 92.721 9.872 L 94.12 9.872 L 95.519 14.759 L 96.918 9.872 L 98.317 9.872 L 96.218 16.506 L 96.218 19.648 L 94.819 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 97.145 19.746 L 97.145 19.094 L 97.798 19.094 L 97.798 19.746 L 97.145 19.746\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 99.188 19.256 C 99.345 19.256 99.509 19.222 99.677 19.153 L 99.677 17.103 C 99.531 17.016 99.367 16.973 99.188 16.973 C 99.122 16.973 99.069 16.989 99.024 17.02 C 98.98 17.052 98.947 17.097 98.925 17.158 C 98.903 17.219 98.888 17.28 98.876 17.343 C 98.866 17.406 98.86 17.481 98.858 17.568 C 98.85 17.948 98.85 18.249 98.858 18.472 C 98.86 18.58 98.866 18.677 98.876 18.761 C 98.886 18.846 98.903 18.929 98.925 19.008 C 98.949 19.086 98.982 19.147 99.026 19.189 C 99.071 19.236 99.124 19.256 99.188 19.256 Z M 99.024 19.791 C 98.88 19.791 98.753 19.75 98.645 19.669 C 98.536 19.589 98.454 19.478 98.394 19.338 C 98.335 19.199 98.292 19.055 98.262 18.903 C 98.233 18.753 98.215 18.592 98.209 18.419 C 98.205 18.338 98.205 18.143 98.209 17.834 C 98.213 17.721 98.217 17.621 98.225 17.53 C 98.231 17.44 98.242 17.345 98.258 17.247 C 98.274 17.148 98.296 17.061 98.319 16.987 C 98.343 16.912 98.377 16.839 98.418 16.768 C 98.459 16.697 98.507 16.64 98.56 16.593 C 98.615 16.547 98.68 16.51 98.757 16.482 C 98.834 16.455 98.919 16.441 99.012 16.441 C 99.085 16.441 99.154 16.451 99.217 16.471 C 99.28 16.49 99.341 16.52 99.401 16.561 C 99.458 16.603 99.505 16.64 99.539 16.671 C 99.574 16.703 99.62 16.75 99.675 16.809 L 99.675 15.184 L 100.328 15.184 L 100.328 19.746 L 99.675 19.746 L 99.675 19.451 C 99.576 19.553 99.476 19.634 99.373 19.697 C 99.274 19.76 99.156 19.791 99.024 19.791\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 100.942 19.746 L 100.942 15.18 L 101.595 15.18 L 101.595 17.69 L 102.412 16.484 L 103.065 16.484 L 102.333 17.623 L 103.065 19.744 L 102.412 19.744 L 101.922 18.166 L 101.597 18.602 L 101.597 19.742 L 100.942 19.746\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 75.957 4.93 C 76.052 4.812 76.135 4.66 76.204 4.475 C 76.275 4.29 76.309 4.111 76.309 3.939 C 76.309 3.855 76.283 3.786 76.232 3.735 C 76.18 3.683 76.111 3.658 76.026 3.658 C 75.93 3.658 75.859 3.699 75.813 3.782 C 75.766 3.865 75.744 3.965 75.744 4.081 C 75.744 4.178 75.756 4.282 75.782 4.392 C 75.807 4.505 75.833 4.595 75.857 4.668 C 75.88 4.739 75.914 4.828 75.957 4.93 Z M 75.884 6.772 C 76.064 6.772 76.23 6.677 76.382 6.488 L 76.109 6.082 C 76.09 6.051 76.058 6.006 76.011 5.947 C 75.963 5.887 75.924 5.832 75.89 5.781 C 75.857 5.73 75.831 5.683 75.817 5.639 C 75.752 5.724 75.701 5.83 75.661 5.956 C 75.622 6.082 75.602 6.212 75.602 6.348 C 75.602 6.472 75.624 6.575 75.669 6.654 C 75.711 6.73 75.784 6.772 75.884 6.772 Z M 75.884 7.235 C 75.622 7.235 75.413 7.154 75.261 6.99 C 75.109 6.829 75.032 6.612 75.032 6.344 C 75.032 5.923 75.221 5.545 75.6 5.212 C 75.579 5.168 75.537 5.088 75.472 4.97 C 75.407 4.851 75.358 4.757 75.324 4.684 C 75.29 4.613 75.257 4.52 75.223 4.404 C 75.192 4.29 75.174 4.182 75.174 4.077 C 75.174 3.811 75.251 3.597 75.405 3.433 C 75.559 3.27 75.766 3.187 76.024 3.187 C 76.269 3.187 76.47 3.254 76.632 3.39 C 76.794 3.524 76.875 3.707 76.875 3.935 C 76.875 4.038 76.859 4.144 76.826 4.249 C 76.794 4.355 76.755 4.45 76.709 4.532 C 76.664 4.615 76.607 4.702 76.536 4.794 C 76.465 4.887 76.403 4.962 76.35 5.017 C 76.297 5.074 76.236 5.137 76.165 5.208 L 76.733 6.057 C 76.759 5.998 76.782 5.925 76.802 5.836 C 76.822 5.748 76.833 5.679 76.841 5.629 C 76.847 5.58 76.859 5.488 76.875 5.35 L 77.441 5.35 C 77.441 5.529 77.406 5.716 77.337 5.909 C 77.268 6.102 77.185 6.272 77.088 6.415 C 77.199 6.553 77.317 6.624 77.441 6.624 L 77.441 7.231 C 77.404 7.231 77.37 7.229 77.337 7.225 C 77.303 7.221 77.27 7.213 77.236 7.201 C 77.202 7.189 77.173 7.178 77.149 7.17 C 77.126 7.162 77.098 7.146 77.064 7.122 C 77.031 7.099 77.007 7.085 76.993 7.075 C 76.978 7.067 76.954 7.048 76.92 7.016 C 76.887 6.985 76.865 6.967 76.859 6.961 C 76.851 6.955 76.83 6.933 76.792 6.898 C 76.755 6.862 76.735 6.843 76.735 6.841 C 76.642 6.959 76.524 7.053 76.38 7.122 C 76.236 7.201 76.07 7.235 75.884 7.235\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 80.989 7.195 L 80.989 3.737 L 80.281 3.737 L 80.281 3.232 L 82.266 3.232 L 82.266 3.737 L 81.557 3.737 L 81.557 7.195 L 80.989 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 83.815 7.195 L 83.106 3.232 L 83.674 3.232 L 83.959 5.072 L 84.103 6.205 L 84.243 5.072 L 84.527 3.232 L 85.095 3.232 L 85.379 5.072 L 85.519 6.205 L 85.663 5.072 L 85.948 3.232 L 86.516 3.232 L 85.807 7.195 L 85.239 7.195 L 84.955 5.356 L 84.813 4.223 L 84.671 5.356 L 84.387 7.195 L 83.815 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 87.633 7.195 L 87.633 3.232 L 89.193 3.232 L 89.193 3.658 L 88.201 3.658 L 88.201 4.932 L 88.909 4.932 L 88.909 5.358 L 88.201 5.358 L 88.201 6.774 L 89.193 6.774 L 89.193 7.199 L 87.633 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 90.358 7.195 L 90.358 3.232 L 91.918 3.232 L 91.918 3.658 L 90.926 3.658 L 90.926 4.932 L 91.634 4.932 L 91.634 5.358 L 90.926 5.358 L 90.926 6.774 L 91.918 6.774 L 91.918 7.199 L 90.358 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 93.083 7.195 L 93.083 3.232 L 93.509 3.232 L 94.501 5.683 L 94.501 3.232 L 95.07 3.232 L 95.07 7.195 L 94.667 7.195 L 93.653 4.558 L 93.653 7.195 L 93.083 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 97.487 7.235 C 97.13 7.235 96.857 7.13 96.668 6.922 C 96.48 6.713 96.374 6.425 96.352 6.063 L 96.92 5.921 C 96.948 6.486 97.137 6.77 97.489 6.77 C 97.773 6.77 97.915 6.628 97.915 6.344 C 97.915 6.26 97.903 6.183 97.881 6.112 C 97.86 6.041 97.824 5.974 97.777 5.915 C 97.729 5.856 97.686 5.807 97.648 5.771 C 97.609 5.736 97.558 5.69 97.491 5.637 L 96.782 5.07 C 96.652 4.968 96.547 4.84 96.471 4.682 C 96.394 4.524 96.354 4.345 96.354 4.146 C 96.354 3.855 96.445 3.622 96.626 3.449 C 96.808 3.276 97.049 3.191 97.349 3.191 C 97.67 3.191 97.927 3.27 98.116 3.427 C 98.306 3.585 98.424 3.807 98.467 4.093 C 98.471 4.125 98.477 4.168 98.483 4.221 L 97.915 4.363 C 97.913 4.337 97.909 4.3 97.903 4.251 C 97.877 4.071 97.822 3.928 97.733 3.819 C 97.645 3.711 97.516 3.656 97.347 3.656 C 97.21 3.656 97.106 3.693 97.031 3.77 C 96.958 3.847 96.92 3.951 96.92 4.087 C 96.92 4.31 97.015 4.497 97.205 4.647 L 97.913 5.214 C 98.292 5.519 98.481 5.883 98.481 6.309 C 98.481 6.6 98.392 6.827 98.213 6.99 C 98.031 7.154 97.791 7.235 97.487 7.235\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 38.755 25.9 L 38.755 23.309 L 39.126 23.309 L 39.126 24.418 L 39.683 23.307 L 40.146 23.307 L 39.588 24.326 L 40.239 25.9 L 39.775 25.9 L 39.312 24.696 L 39.126 25.066 L 39.126 25.9 L 38.755 25.9\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 41.224 25.899 L 41.224 23.309 L 41.595 23.309 L 41.595 25.899 L 41.224 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 43.193 25.622 L 43.398 25.622 C 43.459 25.622 43.511 25.616 43.554 25.604 C 43.597 25.592 43.633 25.573 43.66 25.543 C 43.688 25.513 43.708 25.486 43.724 25.458 C 43.739 25.431 43.749 25.391 43.755 25.334 C 43.761 25.279 43.765 25.232 43.767 25.196 C 43.769 25.161 43.769 25.104 43.769 25.027 L 43.769 24.024 C 43.769 23.997 43.767 23.963 43.765 23.926 C 43.763 23.888 43.759 23.857 43.753 23.835 C 43.749 23.814 43.741 23.788 43.733 23.76 C 43.726 23.733 43.714 23.711 43.702 23.695 C 43.688 23.68 43.672 23.664 43.655 23.646 C 43.635 23.628 43.613 23.617 43.589 23.609 C 43.566 23.601 43.536 23.593 43.503 23.589 C 43.469 23.583 43.434 23.581 43.392 23.581 L 43.195 23.581 L 43.195 25.622 Z M 42.822 25.899 L 42.822 23.309 L 43.396 23.309 C 43.668 23.309 43.858 23.364 43.97 23.475 C 44.081 23.585 44.138 23.776 44.138 24.048 L 44.138 25.066 C 44.138 25.35 44.081 25.561 43.968 25.697 C 43.854 25.833 43.662 25.899 43.394 25.899 L 42.822 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 45.969 25.925 C 45.734 25.925 45.557 25.856 45.434 25.72 C 45.312 25.584 45.243 25.397 45.227 25.159 L 45.598 25.066 C 45.616 25.437 45.74 25.622 45.969 25.622 C 46.155 25.622 46.247 25.529 46.247 25.344 C 46.247 25.289 46.239 25.238 46.226 25.19 C 46.21 25.143 46.188 25.1 46.157 25.062 C 46.125 25.023 46.097 24.991 46.074 24.968 C 46.048 24.944 46.014 24.915 45.971 24.881 L 45.507 24.511 C 45.422 24.444 45.353 24.359 45.304 24.257 C 45.253 24.154 45.227 24.038 45.227 23.906 C 45.227 23.715 45.286 23.563 45.405 23.451 C 45.523 23.339 45.681 23.282 45.876 23.282 C 46.087 23.282 46.253 23.333 46.378 23.435 C 46.502 23.538 46.579 23.684 46.606 23.871 C 46.608 23.89 46.612 23.918 46.616 23.955 L 46.245 24.048 C 46.243 24.032 46.241 24.007 46.237 23.975 C 46.222 23.857 46.184 23.762 46.127 23.691 C 46.07 23.621 45.985 23.585 45.874 23.585 C 45.786 23.585 45.717 23.611 45.669 23.66 C 45.622 23.709 45.596 23.778 45.596 23.867 C 45.596 24.013 45.657 24.135 45.782 24.233 L 46.245 24.603 C 46.492 24.802 46.616 25.043 46.616 25.318 C 46.616 25.508 46.557 25.657 46.441 25.764 C 46.324 25.872 46.166 25.925 45.969 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 49.152 25.899 L 49.152 23.309 L 50.172 23.309 L 50.172 23.587 L 49.523 23.587 L 49.523 24.418 L 49.986 24.418 L 49.986 24.696 L 49.523 24.696 L 49.523 25.899 L 49.152 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 51.514 24.974 L 51.885 24.974 L 51.699 23.863 Z M 50.957 25.899 L 51.514 23.309 L 51.885 23.309 L 52.441 25.899 L 52.07 25.899 L 51.93 25.251 L 51.466 25.251 L 51.328 25.899 L 50.957 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 54.156 25.925 C 53.923 25.925 53.743 25.856 53.621 25.72 C 53.499 25.584 53.43 25.397 53.414 25.159 L 53.785 25.066 C 53.803 25.437 53.927 25.622 54.156 25.622 C 54.341 25.622 54.434 25.529 54.434 25.344 C 54.434 25.289 54.426 25.238 54.412 25.19 C 54.397 25.143 54.375 25.1 54.343 25.062 C 54.312 25.023 54.284 24.991 54.258 24.968 C 54.233 24.944 54.199 24.915 54.156 24.881 L 53.692 24.511 C 53.607 24.444 53.54 24.359 53.489 24.257 C 53.438 24.154 53.412 24.038 53.412 23.906 C 53.412 23.715 53.471 23.563 53.589 23.451 C 53.708 23.339 53.866 23.282 54.061 23.282 C 54.272 23.282 54.438 23.333 54.562 23.435 C 54.687 23.538 54.764 23.684 54.791 23.871 C 54.793 23.89 54.797 23.918 54.801 23.955 L 54.43 24.048 C 54.428 24.032 54.426 24.007 54.422 23.975 C 54.406 23.857 54.369 23.762 54.312 23.691 C 54.254 23.621 54.17 23.585 54.059 23.585 C 53.97 23.585 53.901 23.611 53.854 23.66 C 53.807 23.709 53.781 23.778 53.781 23.867 C 53.781 24.013 53.842 24.135 53.966 24.233 L 54.43 24.603 C 54.677 24.802 54.801 25.043 54.801 25.318 C 54.801 25.508 54.742 25.657 54.625 25.764 C 54.513 25.872 54.355 25.925 54.156 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 55.906 25.9 L 55.906 23.309 L 56.277 23.309 L 56.277 24.418 L 56.926 24.418 L 56.926 23.307 L 57.297 23.307 L 57.297 25.9 L 56.926 25.9 L 56.926 24.696 L 56.277 24.696 L 56.277 25.9 L 55.906 25.9\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 58.516 25.899 L 58.516 23.309 L 58.887 23.309 L 58.887 25.899 L 58.516 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 60.513 25.504 C 60.563 25.582 60.653 25.62 60.784 25.62 C 60.914 25.62 61.005 25.58 61.054 25.504 C 61.103 25.425 61.129 25.311 61.129 25.159 L 61.129 24.034 C 61.129 23.884 61.105 23.772 61.054 23.697 C 61.005 23.623 60.914 23.585 60.784 23.585 C 60.651 23.585 60.563 23.623 60.513 23.697 C 60.464 23.772 60.44 23.884 60.44 24.034 L 60.44 25.159 C 60.438 25.311 60.464 25.427 60.513 25.504 Z M 60.784 25.925 C 60.653 25.925 60.541 25.905 60.448 25.866 C 60.355 25.827 60.281 25.769 60.225 25.693 C 60.17 25.616 60.131 25.527 60.105 25.425 C 60.079 25.322 60.067 25.202 60.067 25.066 L 60.067 24.127 C 60.067 23.991 60.079 23.873 60.105 23.77 C 60.131 23.67 60.17 23.581 60.225 23.506 C 60.281 23.431 60.354 23.376 60.448 23.337 C 60.541 23.299 60.653 23.28 60.784 23.28 C 61.036 23.28 61.22 23.353 61.33 23.496 C 61.443 23.64 61.498 23.851 61.498 24.125 L 61.498 25.066 C 61.498 25.2 61.484 25.318 61.46 25.421 C 61.435 25.523 61.395 25.614 61.34 25.691 C 61.285 25.768 61.212 25.825 61.117 25.866 C 61.024 25.905 60.912 25.925 60.784 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 62.654 25.899 L 62.654 23.309 L 62.932 23.309 L 63.582 24.911 L 63.582 23.309 L 63.953 23.309 L 63.953 25.899 L 63.688 25.899 L 63.025 24.176 L 63.025 25.899 L 62.654 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 67.189 25.622 C 67.374 25.622 67.467 25.468 67.467 25.159 L 67.467 24.048 C 67.467 23.995 67.465 23.949 67.461 23.908 C 67.457 23.867 67.449 23.825 67.437 23.784 C 67.425 23.743 67.41 23.707 67.39 23.68 C 67.37 23.652 67.342 23.628 67.309 23.611 C 67.275 23.593 67.234 23.585 67.189 23.585 C 67.141 23.585 67.102 23.593 67.068 23.611 C 67.035 23.628 67.007 23.65 66.987 23.68 C 66.968 23.707 66.952 23.743 66.94 23.784 C 66.928 23.825 66.92 23.867 66.916 23.908 C 66.912 23.949 66.91 23.995 66.91 24.048 L 66.91 25.159 C 66.91 25.22 66.914 25.275 66.922 25.326 C 66.93 25.378 66.944 25.427 66.964 25.472 C 66.983 25.517 67.011 25.555 67.05 25.58 C 67.088 25.608 67.133 25.622 67.189 25.622 Z M 67.189 25.925 C 67.048 25.925 66.928 25.892 66.829 25.825 C 66.731 25.758 66.658 25.669 66.61 25.555 C 66.563 25.441 66.539 25.309 66.539 25.159 L 66.539 24.048 C 66.539 23.81 66.593 23.623 66.701 23.487 C 66.81 23.351 66.972 23.282 67.189 23.282 C 67.404 23.282 67.565 23.351 67.674 23.487 C 67.783 23.625 67.836 23.812 67.836 24.048 L 67.836 25.159 C 67.836 25.391 67.781 25.576 67.67 25.716 C 67.562 25.856 67.4 25.925 67.189 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 68.807 25.251 L 68.807 24.974 L 69.363 24.974 L 69.363 25.251 L 68.807 25.251\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 70.565 25.9 L 70.565 23.863 L 70.286 23.863 L 70.286 23.585 C 70.472 23.518 70.596 23.426 70.657 23.307 L 70.936 23.307 L 70.936 25.9 L 70.565 25.9\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 72.627 25.582 C 72.664 25.608 72.71 25.622 72.763 25.622 C 72.816 25.622 72.861 25.608 72.899 25.582 C 72.936 25.557 72.966 25.519 72.986 25.474 C 73.006 25.429 73.019 25.379 73.029 25.326 C 73.037 25.275 73.041 25.218 73.041 25.159 L 73.041 25.076 C 73.041 25.058 73.041 25.031 73.039 24.995 C 73.037 24.96 73.035 24.934 73.033 24.915 C 73.031 24.895 73.027 24.871 73.023 24.844 C 73.019 24.814 73.013 24.793 73.007 24.777 C 73.002 24.761 72.992 24.741 72.982 24.72 C 72.972 24.698 72.96 24.682 72.946 24.67 C 72.933 24.659 72.917 24.647 72.899 24.635 C 72.881 24.623 72.861 24.615 72.838 24.611 C 72.814 24.607 72.788 24.603 72.763 24.603 C 72.642 24.603 72.55 24.664 72.485 24.789 L 72.485 25.159 C 72.485 25.22 72.489 25.277 72.498 25.328 C 72.506 25.379 72.522 25.429 72.542 25.474 C 72.56 25.519 72.587 25.557 72.627 25.582 Z M 72.763 25.925 C 72.674 25.925 72.593 25.909 72.52 25.88 C 72.447 25.85 72.386 25.809 72.337 25.756 C 72.287 25.704 72.246 25.641 72.21 25.569 C 72.175 25.496 72.151 25.417 72.135 25.332 C 72.12 25.248 72.112 25.159 72.112 25.064 L 72.112 24.231 C 72.112 24.125 72.118 24.026 72.129 23.938 C 72.141 23.847 72.163 23.762 72.195 23.68 C 72.226 23.597 72.266 23.526 72.313 23.469 C 72.36 23.412 72.423 23.364 72.498 23.331 C 72.573 23.298 72.66 23.28 72.759 23.28 C 72.968 23.28 73.128 23.339 73.24 23.457 C 73.353 23.575 73.408 23.741 73.408 23.953 L 73.037 23.953 C 73.037 23.829 73.017 23.737 72.976 23.676 C 72.936 23.615 72.863 23.583 72.759 23.583 C 72.573 23.583 72.481 23.768 72.481 24.139 L 72.481 24.511 C 72.552 24.387 72.676 24.326 72.852 24.326 C 72.956 24.326 73.045 24.343 73.12 24.381 C 73.193 24.416 73.25 24.469 73.292 24.538 C 73.333 24.607 73.363 24.684 73.38 24.771 C 73.398 24.858 73.408 24.956 73.408 25.068 C 73.408 25.19 73.396 25.301 73.373 25.401 C 73.349 25.502 73.311 25.592 73.262 25.673 C 73.211 25.754 73.144 25.815 73.059 25.86 C 72.976 25.903 72.875 25.925 72.763 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 76.421 25.897 L 76.184 25.261 L 75.297 25.261 L 75.075 25.897 L 74.675 25.897 L 75.533 23.592 L 75.948 23.592 L 76.806 25.897 Z M 76.125 23.43 C 76.125 23.533 76.096 23.622 76.022 23.695 C 75.948 23.769 75.859 23.799 75.755 23.799 C 75.637 23.799 75.548 23.769 75.489 23.695 C 75.415 23.636 75.385 23.548 75.385 23.43 C 75.385 23.326 75.415 23.237 75.489 23.178 C 75.563 23.119 75.652 23.075 75.755 23.075 C 75.859 23.075 75.948 23.105 76.022 23.178 C 76.096 23.252 76.125 23.311 76.125 23.43 Z M 76.096 24.936 L 75.874 24.316 C 75.859 24.272 75.829 24.212 75.815 24.124 C 75.785 24.035 75.77 23.961 75.755 23.932 C 75.726 24.065 75.681 24.198 75.637 24.36 L 75.43 24.966 L 76.096 24.966 Z M 75.918 23.43 C 75.918 23.37 75.903 23.341 75.874 23.311 C 75.844 23.282 75.8 23.267 75.755 23.267 C 75.711 23.267 75.667 23.282 75.637 23.311 C 75.607 23.341 75.593 23.385 75.593 23.43 C 75.593 23.548 75.652 23.592 75.755 23.592 C 75.8 23.592 75.844 23.577 75.874 23.548 C 75.903 23.518 75.918 23.474 75.918 23.43 Z M 77.576 24.981 L 77.576 25.897 L 77.206 25.897 L 77.206 23.592 L 77.857 23.592 C 78.153 23.592 78.375 23.651 78.523 23.755 C 78.671 23.873 78.73 24.035 78.73 24.257 C 78.73 24.537 78.582 24.744 78.286 24.862 L 78.937 25.882 L 78.508 25.882 L 77.96 24.966 L 77.576 24.966 Z M 77.576 24.67 L 77.842 24.67 C 78.02 24.67 78.138 24.641 78.227 24.567 C 78.316 24.493 78.345 24.405 78.345 24.272 C 78.345 24.139 78.301 24.05 78.212 23.991 C 78.123 23.932 78.005 23.902 77.827 23.902 L 77.576 23.902 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11165369060,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zbf4ar\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Samarbejdet er uvurderligt for os. Uovertruffent engagement og ekspertise l\\xf8fter konsekvent Luksusbaby til nye h\\xf8jder. Vi v\\xe6rds\\xe6tter deres tilgang, der harmonerer perfekt med Luksusbabys DNA. '})}),className:\"framer-czetjp\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3081,intrinsicWidth:2398,pixelHeight:3081,pixelWidth:2398,sizes:\"320px\",src:\"https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg\",srcSet:\"https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg?scale-down-to=1024 796w,https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg?scale-down-to=2048 1593w,https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg 2398w\"},className:\"framer-avx7w7\",\"data-framer-name\":\"Decofarver\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ropw5o\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-112le32\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mxgm1t\",\"data-framer-name\":\"decofarver\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 153 22\"><path d=\"M 0 0.97 L 0 21.458 L 9.451 21.458 C 11.083 21.458 12.412 21.296 13.436 20.973 C 14.385 20.612 15.495 19.919 16.767 18.893 C 17.374 18.361 17.858 17.668 18.219 16.812 C 18.371 16.547 18.455 16.356 18.475 16.243 C 18.494 16.186 18.522 16.081 18.56 15.93 C 18.598 15.834 18.627 15.73 18.645 15.616 C 18.695 15.329 18.752 15.044 18.817 14.761 C 18.854 14.419 18.873 14.153 18.873 13.963 C 18.911 13.811 18.949 13.574 18.988 13.251 C 19.006 13.08 19.016 12.766 19.016 12.31 L 19.016 9.688 C 19.016 7.485 18.285 5.51 16.824 3.762 C 15.191 1.9 12.696 0.97 9.337 0.97 Z M 4.298 4.531 L 9.28 4.531 L 10.533 4.588 L 11.671 4.816 C 12.412 5.026 13 5.528 13.436 6.326 C 13.778 6.973 14.015 7.799 14.148 8.806 C 14.185 9.052 14.224 9.404 14.262 9.86 C 14.281 10.106 14.29 10.468 14.29 10.943 L 14.29 12.168 C 14.259 12.539 14.221 12.909 14.177 13.279 C 14.101 13.811 14.034 14.21 13.977 14.476 C 13.958 14.571 13.929 14.723 13.892 14.932 C 13.853 15.065 13.835 15.141 13.835 15.16 L 13.351 16.272 C 12.839 17.069 12.193 17.554 11.415 17.725 L 10.931 17.81 L 10.419 17.867 L 9.28 17.895 L 4.299 17.895 L 4.299 4.531 Z M 22.184 8.321 C 20.894 9.613 20.249 11.475 20.249 13.906 C 20.249 16.376 20.913 18.247 22.241 19.52 C 23.588 20.812 25.448 21.458 27.821 21.458 L 33.6 21.458 L 33.6 18.351 C 28.817 18.351 26.179 18.209 25.686 17.924 C 25.003 17.487 24.661 16.698 24.661 15.559 L 33.6 15.559 L 33.6 12.396 L 24.661 12.396 C 24.661 11.237 25.012 10.449 25.714 10.03 C 26.264 9.708 27.147 9.546 28.362 9.546 L 33.6 9.546 L 33.6 6.441 C 27.28 6.441 23.475 7.067 22.184 8.321 Z M 39.349 6.982 C 38.115 7.381 37.129 8.274 36.388 9.661 C 35.63 11.047 35.25 12.529 35.25 14.105 C 35.25 15.663 35.658 17.088 36.474 18.38 C 37.366 19.786 38.552 20.688 40.032 21.087 L 40.915 21.315 C 41.104 21.353 41.313 21.372 41.541 21.372 L 43.164 21.458 L 48.487 21.458 L 48.487 18.237 C 43.989 18.237 41.379 17.962 40.659 17.412 C 39.842 16.784 39.434 15.644 39.434 13.992 C 39.434 12.225 39.833 11.047 40.63 10.458 C 41.294 9.964 42.528 9.717 44.331 9.717 L 48.487 9.717 L 48.487 6.441 C 43.647 6.441 40.602 6.621 39.349 6.982 Z M 53.664 6.668 C 52.734 7.029 51.88 7.571 51.102 8.293 C 49.622 9.717 48.882 11.598 48.882 13.935 C 48.882 16.291 49.622 18.181 51.102 19.605 C 52.582 21.049 54.499 21.771 56.852 21.771 C 59.205 21.771 61.122 21.04 62.603 19.577 C 64.064 18.114 64.795 16.234 64.795 13.935 C 64.795 11.617 64.064 9.727 62.603 8.264 C 61.16 6.839 59.244 6.127 56.852 6.127 C 55.638 6.127 54.575 6.307 53.664 6.668 Z M 54.005 17.183 C 53.341 16.29 53.009 15.227 53.009 13.992 C 53.009 12.68 53.322 11.617 53.949 10.8 C 54.689 9.888 55.666 9.432 56.881 9.432 C 58.152 9.432 59.101 9.879 59.727 10.772 C 60.354 11.645 60.667 12.709 60.667 13.963 C 60.667 15.274 60.344 16.338 59.699 17.154 C 58.959 18.067 58 18.522 56.824 18.522 C 55.609 18.522 54.67 18.076 54.005 17.183 Z M 70.363 2.081 C 68.901 2.822 67.886 4.009 67.316 5.642 C 66.841 7.01 66.605 9.148 66.605 12.054 L 66.605 21.457 L 70.96 21.457 L 70.96 13.052 L 83.229 13.052 L 83.229 9.546 L 70.96 9.546 C 70.96 8.692 71.083 7.932 71.33 7.267 C 71.577 6.64 71.918 6.109 72.355 5.671 C 73.114 4.911 74.424 4.531 76.284 4.531 L 83.229 4.531 L 83.229 0.97 C 76.113 0.97 71.823 1.34 70.363 2.081 Z M 84.287 6.441 L 84.287 9.546 C 89.886 9.546 92.96 9.708 93.51 10.03 C 94.194 10.486 94.535 11.256 94.535 12.339 C 89.183 12.339 86.033 12.643 85.084 13.251 C 83.889 14.048 83.29 15.217 83.29 16.756 C 83.29 18.333 83.708 19.51 84.543 20.289 C 85.378 21.068 86.517 21.458 87.959 21.458 L 98.577 21.458 C 98.577 13.213 98.046 8.644 96.983 7.752 C 95.939 6.878 94.412 6.441 92.4 6.441 Z M 88.102 18.209 C 87.684 17.962 87.476 17.525 87.476 16.898 C 87.476 16.272 87.732 15.834 88.243 15.588 C 88.643 15.417 89.184 15.331 89.867 15.331 L 94.535 15.331 L 94.535 18.466 L 89.582 18.466 C 88.918 18.466 88.424 18.38 88.102 18.209 Z M 100.014 6.441 L 100.014 21.457 L 103.942 21.457 L 103.942 9.319 L 105.736 9.347 L 106.39 9.432 C 106.884 9.585 107.131 10.259 107.131 11.456 L 107.074 12.709 L 110.831 12.709 C 110.831 9.784 110.546 8.007 109.977 7.381 C 109.408 6.754 108.307 6.441 106.675 6.441 Z M 123.857 6.441 L 119.473 17.125 L 115.289 6.44 L 110.905 6.44 L 117.253 21.457 L 121.466 21.457 L 128.127 6.44 L 123.857 6.44 Z M 129.271 8.321 C 127.98 9.613 127.334 11.475 127.334 13.906 C 127.334 16.376 127.999 18.247 129.327 19.52 C 130.675 20.812 132.534 21.458 134.907 21.458 L 140.686 21.458 L 140.686 18.351 C 135.903 18.351 133.265 18.209 132.772 17.924 C 132.089 17.487 131.747 16.698 131.747 15.559 L 140.686 15.559 L 140.686 12.396 L 131.747 12.396 C 131.747 11.237 132.098 10.449 132.801 10.03 C 133.351 9.708 134.233 9.546 135.448 9.546 L 140.686 9.546 L 140.686 6.441 C 134.366 6.441 130.561 7.067 129.271 8.321 Z M 141.992 6.441 L 141.992 21.457 L 145.921 21.457 L 145.921 9.319 L 147.714 9.347 L 148.369 9.432 C 148.862 9.585 149.109 10.259 149.109 11.456 L 149.052 12.709 L 152.809 12.709 C 152.809 9.784 152.524 8.007 151.955 7.381 C 151.386 6.754 150.285 6.441 148.653 6.441 Z M 141.97 3.982 L 142.767 3.982 L 142.767 4.821 L 141.97 4.821 L 141.97 3.983 Z M 145.767 2.059 L 145.68 2.051 L 145.285 2.051 L 145.057 2.059 L 144.836 2.065 C 144.76 2.065 144.686 2.087 144.615 2.132 C 144.555 2.17 144.497 2.21 144.441 2.253 C 144.333 2.347 144.262 2.472 144.226 2.628 C 144.186 2.789 144.166 3.008 144.166 3.285 C 144.166 3.553 144.255 3.757 144.434 3.896 C 144.604 4.012 144.867 4.07 145.224 4.07 L 145.492 4.07 L 145.767 4.063 Z M 144.909 4.821 L 144.635 4.821 C 144.604 4.813 144.573 4.808 144.541 4.807 C 144.521 4.803 144.501 4.799 144.481 4.793 C 144.367 4.775 144.257 4.742 144.153 4.693 L 143.951 4.593 L 143.838 4.519 C 143.633 4.35 143.468 4.137 143.356 3.896 C 143.239 3.64 143.181 3.393 143.181 3.151 C 143.181 2.91 143.201 2.679 143.242 2.461 C 143.277 2.261 143.365 2.073 143.496 1.918 C 143.684 1.676 143.9 1.507 144.146 1.408 C 144.172 1.399 144.204 1.388 144.24 1.375 C 144.275 1.366 144.307 1.356 144.333 1.348 L 144.514 1.307 C 144.554 1.303 144.61 1.297 144.682 1.287 C 144.713 1.283 144.789 1.281 144.909 1.281 L 145.767 1.287 L 145.767 0 L 146.704 0 L 146.704 4.821 L 144.909 4.821 Z M 149.893 4.821 L 148.466 3.104 L 148.466 4.821 L 147.535 4.821 L 147.535 0 L 148.466 0 L 148.466 2.99 L 149.973 1.287 L 151.152 1.287 L 149.511 3.011 L 151.152 4.821 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12523611690,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a9dnwe\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Vi har v\\xe6ret kunde hos Segmento i 4 m\\xe5neder og vi har v\\xe6ret meget tilfreds med starten. Der er et h\\xf8jt fagligt niveau og de har dyb indsigt i de forskellige platforme.\"'})}),className:\"framer-qah0p4\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6279,intrinsicWidth:4121,pixelHeight:6279,pixelWidth:4121,sizes:\"320px\",src:\"https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg\",srcSet:\"https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg?scale-down-to=1024 672w,https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg?scale-down-to=2048 1344w,https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg?scale-down-to=4096 2688w,https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg 4121w\"},className:\"framer-4txhd7\",\"data-framer-name\":\"Padelspecialist\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m59hbo\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h30jqz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:204.5,intrinsicWidth:762,pixelHeight:409,pixelWidth:1524,sizes:\"89.4279px\",src:\"https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png?scale-down-to=512 512w,https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png 1524w\"},className:\"framer-5qc91\",\"data-framer-name\":\"logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-urfuch\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Samarbejdet med Segmento er startskuddet for vores e-mail markedsf\\xf8ring. Deres ultra korte responstid og skr\\xe6dder-syede tilgang har l\\xf8ftet vores marketing til nye h\\xf8jder, sikret kundeloyalitet og tilbagevendende kunder.\"'})}),className:\"framer-lkhoui\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5906,intrinsicWidth:3898,pixelHeight:5906,pixelWidth:3898,sizes:\"320px\",src:\"https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg\",srcSet:\"https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg?scale-down-to=1024 675w,https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg?scale-down-to=2048 1351w,https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg?scale-down-to=4096 2703w,https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg 3898w\"},className:\"framer-g1li76\",\"data-framer-name\":\"Dermaspace\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gt0c0n\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xy2i7b\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-61tmbz\",\"data-framer-name\":\"dermaspace logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 30\"><path d=\"M 71.359 19.689 C 71.359 20.525 71.11 21.184 70.615 21.668 C 70.12 22.152 69.392 22.393 68.431 22.393 C 68.198 22.393 67.966 22.37 67.735 22.327 C 67.516 22.288 67.304 22.213 67.108 22.107 C 66.927 22.008 66.771 21.869 66.654 21.7 C 66.537 21.532 66.48 21.323 66.48 21.073 C 66.48 20.677 66.62 20.366 66.898 20.139 C 67.176 19.911 67.525 19.736 67.943 19.611 C 68.36 19.486 68.819 19.407 69.314 19.37 C 69.809 19.334 70.282 19.316 70.731 19.316 L 71.359 19.316 Z M 71.406 24.127 L 74.01 24.127 L 74.01 17.709 C 74.01 17.182 73.937 16.655 73.788 16.127 C 73.64 15.599 73.374 15.11 73.01 14.698 C 72.639 14.273 72.132 13.927 71.489 13.664 C 70.845 13.4 70.028 13.268 69.038 13.268 C 68.187 13.268 67.345 13.407 66.517 13.686 C 65.689 13.964 64.956 14.382 64.322 14.939 L 65.762 16.543 C 66.118 16.207 66.567 15.92 67.11 15.686 C 67.645 15.453 68.222 15.334 68.805 15.334 C 69.504 15.334 70.104 15.491 70.606 15.807 C 71.108 16.123 71.361 16.609 71.361 17.268 L 71.361 17.532 C 70.494 17.532 69.606 17.573 68.7 17.652 C 67.795 17.732 66.969 17.898 66.227 18.148 C 65.483 18.398 64.876 18.757 64.404 19.225 C 63.932 19.693 63.694 20.325 63.694 21.116 C 63.694 21.732 63.829 22.248 64.101 22.666 C 64.372 23.084 64.712 23.42 65.123 23.677 C 65.533 23.934 65.983 24.116 66.471 24.227 C 66.96 24.336 67.427 24.393 67.877 24.393 C 68.666 24.393 69.371 24.243 69.992 23.943 C 70.61 23.643 71.06 23.259 71.34 22.789 L 71.411 22.789 L 71.411 24.127 Z M 56.56 13.784 C 55.939 14.13 55.444 14.623 55.072 15.268 C 54.769 14.675 54.312 14.174 53.749 13.816 C 53.176 13.45 52.455 13.266 51.588 13.266 C 51.139 13.266 50.728 13.32 50.356 13.432 C 49.984 13.541 49.656 13.691 49.368 13.882 C 49.081 14.073 48.834 14.284 48.624 14.52 C 48.417 14.755 48.248 15.005 48.125 15.268 L 48.079 15.268 L 48.079 13.575 L 45.43 13.575 L 45.43 24.127 L 48.218 24.127 L 48.218 18.323 C 48.218 17.97 48.268 17.623 48.369 17.28 C 48.469 16.936 48.615 16.632 48.809 16.368 C 49.003 16.105 49.254 15.889 49.564 15.72 C 49.875 15.552 50.237 15.468 50.655 15.468 C 51.367 15.468 51.889 15.684 52.222 16.116 C 52.556 16.548 52.722 17.093 52.722 17.755 L 52.722 24.13 L 55.51 24.13 L 55.51 18.37 C 55.51 18.034 55.556 17.693 55.649 17.348 C 55.743 17.005 55.889 16.693 56.09 16.414 C 56.291 16.136 56.546 15.909 56.856 15.732 C 57.167 15.555 57.539 15.468 57.972 15.468 C 58.422 15.468 58.782 15.557 59.051 15.732 C 59.316 15.9 59.535 16.131 59.69 16.402 C 59.845 16.673 59.946 16.977 59.991 17.316 C 60.037 17.652 60.062 17.975 60.062 18.284 L 60.062 24.132 L 62.85 24.132 L 62.85 17.532 C 62.85 16.989 62.773 16.461 62.618 15.95 C 62.462 15.436 62.218 14.982 61.885 14.586 C 61.552 14.191 61.125 13.873 60.607 13.63 C 60.089 13.389 59.464 13.266 58.736 13.266 C 57.908 13.268 57.18 13.441 56.56 13.784 Z M 37.905 24.127 L 40.693 24.127 L 40.693 18.477 C 40.693 18.286 40.732 18.03 40.81 17.707 C 40.887 17.384 41.033 17.068 41.25 16.761 C 41.467 16.455 41.768 16.189 42.156 15.97 C 42.544 15.75 43.052 15.641 43.689 15.641 C 43.812 15.641 43.94 15.648 44.072 15.664 C 44.205 15.68 44.362 15.707 44.549 15.752 L 44.549 13.334 C 44.456 13.305 44.348 13.286 44.225 13.28 C 44.102 13.273 43.986 13.268 43.876 13.268 C 43.132 13.268 42.482 13.459 41.925 13.839 C 41.369 14.22 40.933 14.718 40.625 15.334 L 40.579 15.334 L 40.579 13.575 L 37.907 13.575 L 37.907 24.127 Z M 11.744 21.709 L 11.744 10.936 L 14.183 10.936 C 14.943 10.936 15.7 11.009 16.46 11.157 C 17.22 11.305 17.904 11.575 18.516 11.97 C 19.127 12.366 19.627 12.916 20.015 13.62 C 20.403 14.325 20.597 15.232 20.597 16.348 C 20.597 17.402 20.403 18.275 20.015 18.964 C 19.627 19.652 19.127 20.198 18.516 20.602 C 17.904 21.007 17.217 21.291 16.46 21.459 C 15.7 21.627 14.943 21.711 14.183 21.711 L 11.744 21.711 L 11.744 21.709 Z M 8.816 24.127 L 14.648 24.127 C 15.716 24.127 16.793 23.977 17.877 23.677 C 18.96 23.377 19.937 22.911 20.804 22.282 C 21.671 21.652 22.376 20.845 22.919 19.864 C 23.462 18.882 23.731 17.709 23.731 16.345 C 23.731 14.88 23.46 13.652 22.919 12.664 C 22.376 11.675 21.673 10.875 20.804 10.268 C 19.937 9.659 18.96 9.225 17.877 8.959 C 16.793 8.695 15.716 8.564 14.648 8.564 L 8.816 8.564 L 8.816 24.127 Z M 104.305 18.984 L 104.305 19.755 C 104.305 20.209 104.228 20.641 104.072 21.052 C 103.917 21.464 103.691 21.825 103.399 22.141 C 103.105 22.457 102.74 22.705 102.306 22.889 C 101.873 23.073 101.378 23.164 100.819 23.164 C 100.509 23.164 100.203 23.13 99.902 23.064 C 99.6 22.998 99.324 22.889 99.078 22.734 C 98.834 22.584 98.63 22.376 98.485 22.13 C 98.336 21.882 98.263 21.573 98.263 21.207 C 98.263 20.723 98.432 20.334 98.774 20.041 C 99.114 19.748 99.553 19.525 100.086 19.37 C 100.62 19.216 101.216 19.114 101.875 19.064 C 102.535 19.014 103.187 18.986 103.837 18.986 L 104.305 18.986 Z M 104.305 17.798 C 103.313 17.798 102.357 17.832 101.437 17.898 C 100.515 17.964 99.699 18.111 98.987 18.339 C 98.275 18.566 97.704 18.911 97.28 19.375 C 96.853 19.839 96.641 20.466 96.641 21.261 C 96.641 21.834 96.76 22.32 97.002 22.718 C 97.241 23.116 97.545 23.439 97.907 23.689 C 98.27 23.939 98.674 24.118 99.117 24.23 C 99.557 24.339 99.988 24.395 100.406 24.395 C 101.289 24.395 102.044 24.245 102.672 23.945 C 103.299 23.645 103.86 23.15 104.355 22.461 L 104.401 22.461 C 104.401 22.741 104.417 23.025 104.447 23.318 C 104.479 23.611 104.517 23.882 104.563 24.132 L 105.98 24.132 C 105.918 23.839 105.87 23.48 105.841 23.055 C 105.809 22.63 105.795 22.218 105.795 21.823 L 105.795 17.314 C 105.795 16.684 105.686 16.134 105.471 15.664 C 105.254 15.195 104.951 14.807 104.565 14.498 C 104.177 14.191 103.728 13.959 103.217 13.805 C 102.706 13.65 102.156 13.573 101.567 13.573 C 100.639 13.573 99.806 13.711 99.069 13.991 C 98.332 14.27 97.741 14.62 97.291 15.045 L 98.174 16.034 C 98.562 15.668 99.035 15.375 99.591 15.155 C 100.15 14.934 100.753 14.825 101.403 14.825 C 102.348 14.825 103.069 15.043 103.564 15.48 C 104.059 15.916 104.307 16.577 104.307 17.466 L 104.307 17.798 Z M 94.056 20.6 C 93.871 21.105 93.602 21.545 93.255 21.918 C 92.906 22.293 92.477 22.586 91.966 22.798 C 91.455 23.011 90.875 23.116 90.223 23.116 C 89.618 23.116 89.062 23.009 88.55 22.798 C 88.039 22.586 87.597 22.295 87.227 21.93 C 86.855 21.564 86.565 21.127 86.356 20.62 C 86.146 20.116 86.041 19.568 86.041 18.982 C 86.041 18.395 86.146 17.85 86.356 17.343 C 86.563 16.839 86.855 16.398 87.227 16.025 C 87.599 15.65 88.039 15.359 88.55 15.145 C 89.062 14.932 89.618 14.827 90.223 14.827 C 90.873 14.827 91.455 14.936 91.966 15.157 C 92.477 15.377 92.906 15.673 93.255 16.048 C 93.604 16.42 93.871 16.861 94.056 17.366 C 94.241 17.87 94.334 18.411 94.334 18.982 C 94.334 19.557 94.241 20.095 94.056 20.6 Z M 86.225 22.391 L 86.296 22.391 C 86.746 23.036 87.346 23.532 88.096 23.875 C 88.847 24.218 89.609 24.391 90.385 24.391 C 91.236 24.391 92.007 24.252 92.696 23.973 C 93.385 23.695 93.974 23.314 94.462 22.83 C 94.95 22.345 95.329 21.775 95.601 21.116 C 95.872 20.457 96.007 19.745 96.007 18.984 C 96.007 18.223 95.87 17.511 95.601 16.852 C 95.329 16.193 94.95 15.62 94.462 15.139 C 93.974 14.655 93.385 14.273 92.696 13.995 C 92.007 13.718 91.236 13.577 90.385 13.577 C 89.609 13.577 88.847 13.75 88.096 14.093 C 87.346 14.439 86.746 14.948 86.296 15.62 L 86.225 15.62 L 86.225 13.839 L 84.647 13.839 L 84.647 29.891 L 86.225 29.891 Z M 83.273 15.423 C 82.917 14.836 82.383 14.382 81.669 14.059 C 80.957 13.736 80.22 13.575 79.463 13.575 C 78.968 13.575 78.486 13.634 78.023 13.75 C 77.558 13.868 77.145 14.048 76.779 14.289 C 76.421 14.525 76.123 14.841 75.908 15.211 C 75.691 15.586 75.584 16.036 75.584 16.564 C 75.584 17.048 75.684 17.45 75.885 17.773 C 76.086 18.095 76.341 18.364 76.652 18.575 C 76.962 18.789 77.297 18.948 77.662 19.059 C 78.025 19.168 78.37 19.261 78.696 19.334 C 79.734 19.568 80.528 19.82 81.078 20.093 C 81.628 20.364 81.902 20.77 81.902 21.314 C 81.902 21.65 81.831 21.932 81.692 22.159 C 81.553 22.386 81.366 22.573 81.135 22.72 C 80.902 22.868 80.631 22.97 80.323 23.027 C 80.013 23.086 79.689 23.116 79.346 23.116 C 78.696 23.116 78.101 22.961 77.558 22.655 C 77.014 22.345 76.604 21.966 76.325 21.511 L 75.071 22.391 C 75.566 23.08 76.2 23.586 76.976 23.907 C 77.749 24.23 78.548 24.391 79.369 24.391 C 79.864 24.391 80.357 24.336 80.843 24.225 C 81.331 24.116 81.769 23.932 82.155 23.675 C 82.541 23.418 82.855 23.089 83.095 22.686 C 83.335 22.284 83.456 21.789 83.456 21.202 C 83.456 20.395 83.15 19.755 82.538 19.28 C 81.927 18.805 80.978 18.441 79.693 18.191 C 78.794 18.016 78.137 17.8 77.72 17.543 C 77.302 17.286 77.092 16.916 77.092 16.432 C 77.092 16.155 77.158 15.911 77.291 15.707 C 77.424 15.501 77.602 15.328 77.813 15.202 C 78.03 15.07 78.279 14.975 78.557 14.916 C 78.835 14.857 79.114 14.827 79.394 14.827 C 79.999 14.827 80.537 14.964 81.01 15.234 C 81.482 15.505 81.833 15.855 82.066 16.28 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 12.513 1.341 C 11.802 0.629 10.835 0.23 9.827 0.232 C 8.812 0.232 7.856 0.627 7.137 1.343 L 6.929 1.55 L 6.717 1.339 C 5.998 0.62 5.042 0.227 4.025 0.227 C 3.009 0.227 2.058 0.62 1.342 1.336 C 0.627 2.045 0.226 3.009 0.228 4.014 C 0.228 5.023 0.625 5.975 1.344 6.689 L 6.521 11.845 C 6.628 11.952 6.776 12.014 6.932 12.014 C 7.084 12.014 7.233 11.952 7.342 11.845 L 12.506 6.698 C 13.224 5.982 13.619 5.03 13.621 4.018 C 13.626 3.009 13.229 2.059 12.513 1.341 Z\" fill=\"rgb(159,182,157)\"></path><path d=\"M 12.513 1.341 C 11.802 0.629 10.835 0.23 9.827 0.232 C 8.812 0.232 7.856 0.627 7.137 1.343 L 6.929 1.55 L 6.717 1.339 C 5.998 0.62 5.042 0.227 4.025 0.227 C 3.009 0.227 2.058 0.62 1.342 1.336 C 0.627 2.045 0.226 3.009 0.228 4.014 C 0.228 5.023 0.625 5.975 1.344 6.689 L 6.521 11.845 C 6.628 11.952 6.776 12.014 6.932 12.014 C 7.084 12.014 7.233 11.952 7.342 11.845 L 12.506 6.698 C 13.224 5.982 13.619 5.03 13.621 4.018 C 13.626 3.009 13.229 2.059 12.513 1.341 Z\" fill=\"transparent\" stroke-width=\"0.27\" stroke=\"rgb(255,255,255)\" stroke-miterlimit=\"2.4242424242424243\"></path><path d=\"M 3.984 2.759 C 3.306 2.759 2.754 3.309 2.754 3.984 C 2.754 4.294 2.502 4.545 2.19 4.545 C 1.879 4.545 1.627 4.294 1.627 3.984 C 1.627 2.691 2.683 1.639 3.981 1.639 C 4.294 1.639 4.545 1.891 4.545 2.2 C 4.547 2.509 4.294 2.759 3.984 2.759 Z M 33.351 17.798 L 27.635 17.798 C 27.697 17.05 28.019 16.439 28.6 15.961 C 29.182 15.486 29.889 15.248 30.727 15.248 C 31.176 15.248 31.566 15.318 31.9 15.457 C 32.233 15.595 32.507 15.782 32.723 16.018 C 32.94 16.251 33.103 16.529 33.2 16.832 C 33.301 17.136 33.351 17.459 33.351 17.798 Z M 36.116 19.686 C 36.132 19.57 36.139 19.452 36.139 19.334 L 36.139 18.982 C 36.139 18.03 36.002 17.198 35.733 16.486 C 35.461 15.775 35.087 15.182 34.606 14.705 C 34.126 14.23 33.556 13.868 32.899 13.627 C 32.24 13.386 31.523 13.264 30.75 13.264 C 29.912 13.264 29.134 13.4 28.416 13.67 C 27.695 13.941 27.072 14.323 26.545 14.814 C 26.018 15.305 25.605 15.898 25.301 16.593 C 25 17.289 24.847 18.064 24.847 18.911 C 24.847 19.777 24.998 20.55 25.301 21.232 C 25.602 21.914 26.022 22.489 26.556 22.957 C 27.09 23.425 27.722 23.789 28.45 24.045 C 29.178 24.302 29.976 24.43 30.843 24.43 C 31.77 24.43 32.591 24.284 33.323 24.007 L 33.323 21.402 C 33.104 21.6 32.86 21.773 32.586 21.911 C 32.107 22.152 31.519 22.275 30.82 22.275 C 30.417 22.275 30.031 22.209 29.659 22.077 C 29.299 21.952 28.962 21.77 28.66 21.539 C 28.365 21.311 28.128 21.041 27.95 20.725 C 27.772 20.409 27.667 20.061 27.638 19.68 L 36.116 19.68 Z M 126.38 18.193 L 118.969 18.193 C 118.999 17.755 119.115 17.332 119.318 16.93 C 119.519 16.527 119.791 16.168 120.131 15.852 C 120.471 15.536 120.865 15.289 121.315 15.105 C 121.764 14.92 122.253 14.83 122.777 14.83 C 123.907 14.83 124.778 15.148 125.392 15.786 C 126.006 16.423 126.334 17.225 126.38 18.193 Z M 127.961 19.38 C 127.977 19.248 127.984 19.123 127.984 19.007 L 127.984 18.677 C 127.984 17.975 127.872 17.314 127.646 16.698 C 127.423 16.082 127.092 15.543 126.658 15.082 C 126.225 14.62 125.682 14.255 125.032 13.982 C 124.381 13.711 123.631 13.575 122.777 13.575 C 122.002 13.575 121.283 13.711 120.617 13.982 C 119.95 14.252 119.369 14.63 118.873 15.114 C 118.378 15.598 117.99 16.168 117.712 16.83 C 117.434 17.489 117.295 18.207 117.295 18.984 C 117.295 19.761 117.438 20.48 117.723 21.139 C 118.011 21.798 118.401 22.37 118.896 22.855 C 119.391 23.339 119.985 23.716 120.674 23.986 C 121.363 24.257 122.111 24.393 122.917 24.393 C 123.815 24.393 124.655 24.225 125.438 23.886 C 125.755 23.75 126.056 23.568 126.35 23.361 L 126.35 21.405 C 126.042 21.845 125.609 22.239 125.043 22.58 C 124.447 22.939 123.738 23.118 122.917 23.118 C 122.36 23.118 121.84 23.018 121.36 22.82 C 120.881 22.623 120.461 22.355 120.106 22.018 C 119.749 21.683 119.465 21.279 119.268 20.832 C 119.067 20.377 118.958 19.893 118.944 19.38 Z M 116.163 23.361 L 116.163 21.405 C 115.855 21.845 115.421 22.239 114.855 22.58 C 114.281 22.925 113.598 23.1 112.816 23.114 C 112.227 23.102 111.689 23 111.209 22.8 C 110.698 22.586 110.265 22.293 109.909 21.92 C 109.55 21.543 109.27 21.098 109.085 20.611 C 108.891 20.114 108.795 19.57 108.795 18.984 C 108.795 18.398 108.891 17.852 109.085 17.345 C 109.279 16.841 109.558 16.4 109.923 16.027 C 110.285 15.655 110.723 15.361 111.235 15.148 C 111.746 14.936 112.318 14.83 112.955 14.83 C 113.544 14.83 114.089 14.957 114.593 15.214 C 115.095 15.47 115.478 15.795 115.743 16.191 L 116.975 15.355 C 116.51 14.768 115.903 14.325 115.152 14.025 C 114.401 13.725 113.66 13.575 112.932 13.575 C 112.049 13.575 111.25 13.711 110.539 13.982 C 109.827 14.252 109.218 14.63 108.716 15.114 C 108.211 15.598 107.821 16.168 107.543 16.83 C 107.264 17.489 107.125 18.207 107.125 18.984 C 107.125 19.761 107.264 20.48 107.543 21.139 C 107.821 21.798 108.211 22.37 108.716 22.855 C 109.218 23.339 109.827 23.716 110.539 23.986 C 111.196 24.236 111.93 24.366 112.734 24.384 L 112.734 24.391 C 112.763 24.391 112.793 24.386 112.823 24.386 C 112.859 24.386 112.893 24.391 112.93 24.391 C 113.874 24.391 114.684 24.23 115.357 23.907 C 115.843 23.691 116.163 23.361 116.163 23.361 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12022206203,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17xw9xi\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Det, der virkelig skiller dem ud, er deres evne til at t\\xe6nke proaktivt og skr\\xe6ddersy deres tilgang specifikt til vores behov, snarere end at anvende en \\xe9n-skabelon-passer-alle tilgang.\"'})}),className:\"framer-1670hqf\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"17.5%\",positionY:\"54.9%\",sizes:\"320px\",src:\"https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg\",srcSet:\"https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg 1080w\"},className:\"framer-1qkwsnc\",\"data-framer-name\":\"Yuaia Haircare\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dm1x29\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wc35tc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1peelgt\",\"data-framer-name\":\"Yuaia_Hair_Care_Logo_center_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55.444 36\"><g transform=\"translate(0 0)\"><path d=\"M 0 0 L 55.284 0 L 55.284 36 L 0 36 Z\" fill=\"transparent\"></path><path d=\"M 40.753 0.088 C 40.485 0.202 40.381 0.312 40.195 0.678 C 40.064 0.94 40.026 1.093 39.999 1.546 L 39.961 2.093 L 39.753 1.787 C 39.491 1.404 38.983 0.885 38.655 0.661 C 38.202 0.345 37.928 0.257 37.448 0.252 C 37.065 0.246 36.967 0.268 36.634 0.426 C 36.142 0.656 35.563 1.23 35.432 1.612 C 35.306 1.989 35.317 2.65 35.459 3.071 C 35.842 4.218 37.164 5.742 39.147 7.331 C 39.84 7.883 40.632 8.468 40.698 8.468 C 40.764 8.468 41.588 7.49 42.08 6.824 C 42.708 5.977 43.107 5.337 43.457 4.616 C 43.877 3.753 44.041 3.163 44.047 2.486 C 44.052 1.994 44.036 1.901 43.894 1.596 C 43.686 1.137 43.265 0.754 42.605 0.415 C 41.796 0.011 41.184 -0.098 40.753 0.088 Z M 38.513 17.727 L 38.513 25.894 L 42.501 25.894 L 42.501 9.56 L 38.513 9.56 L 38.513 17.727 Z M 0 9.964 C 0 9.981 0.672 13.155 1.497 17.028 C 2.322 20.896 3.048 24.332 3.108 24.654 C 3.36 25.96 3.278 26.053 1.857 26.14 L 1.278 26.178 L 1.153 27.304 C 1.087 27.926 1.016 28.555 1 28.702 L 0.967 28.97 L 3.31 28.937 C 6.391 28.893 7.053 28.811 7.965 28.374 C 8.773 27.986 9.434 27.134 9.724 26.113 C 9.866 25.594 10.057 24.474 10.237 23.108 C 10.844 18.497 11.909 10.183 11.909 10.079 L 11.909 9.943 L 7.102 9.943 L 7.102 10.063 C 7.102 10.352 6.277 20.617 6.255 20.639 C 6.239 20.655 6.228 20.644 6.228 20.612 C 6.228 20.584 5.845 18.192 5.381 15.296 C 4.917 12.401 4.534 10.014 4.534 9.986 C 4.534 9.964 3.513 9.943 2.267 9.943 C 1.022 9.943 0 9.954 0 9.964 Z M 13.329 16.028 C 13.329 19.847 13.351 22.322 13.384 22.666 C 13.564 24.381 14.389 25.419 15.897 25.823 C 16.154 25.889 16.47 25.916 17.044 25.916 C 17.771 25.922 17.864 25.911 18.164 25.785 C 18.803 25.512 19.409 25.113 19.868 24.654 L 20.322 24.206 L 20.322 25.949 L 24.036 25.949 L 24.036 9.943 L 20.158 9.943 L 20.147 16.105 C 20.131 21.879 20.125 22.278 20.032 22.414 C 19.868 22.671 19.639 22.753 19.093 22.753 C 18.552 22.753 18.355 22.687 18.18 22.447 C 18.005 22.212 17.978 21.278 17.973 15.444 L 17.973 9.943 L 13.329 9.943 Z M 30.182 10.003 C 28.735 10.172 27.571 10.713 26.724 11.603 C 26.282 12.073 26.058 12.499 25.894 13.171 C 25.768 13.712 25.675 14.777 25.675 15.684 L 25.675 16.334 L 30.319 16.334 L 30.319 15.498 C 30.324 14.226 30.401 13.215 30.505 13.013 C 30.674 12.68 31.28 12.641 31.581 12.942 C 31.827 13.193 31.876 13.461 31.876 14.641 C 31.876 15.99 31.859 16.034 31.22 16.372 C 30.98 16.498 30.368 16.766 29.854 16.968 C 26.511 18.279 26.08 18.585 25.806 19.825 C 25.757 20.038 25.714 20.655 25.692 21.333 C 25.626 23.633 25.877 24.774 26.582 25.392 C 26.894 25.67 27.511 25.971 28.057 26.118 C 28.614 26.266 29.587 26.282 30.084 26.151 C 30.821 25.954 31.477 25.495 31.859 24.889 L 32.04 24.61 L 32.056 25.282 L 32.072 25.949 L 36.874 25.949 L 36.874 21.152 C 36.874 15.083 36.798 13.297 36.503 12.521 C 36.098 11.467 35.104 10.604 33.87 10.254 C 33.006 10.008 31.187 9.882 30.182 10.003 Z M 31.892 21.032 C 31.876 22.759 31.865 22.993 31.777 23.146 C 31.657 23.37 31.51 23.447 31.198 23.452 C 30.865 23.458 30.603 23.316 30.505 23.075 C 30.313 22.616 30.313 20.694 30.505 20.033 C 30.614 19.65 30.898 19.301 31.439 18.869 L 31.876 18.514 L 31.892 18.803 C 31.903 18.962 31.903 19.967 31.892 21.032 Z M 48.592 10.003 C 47.215 10.167 46.112 10.653 45.27 11.467 C 44.418 12.286 44.172 13.073 44.101 15.225 L 44.069 16.334 L 48.778 16.334 L 48.794 14.761 C 48.81 13.138 48.827 13.024 49.051 12.854 C 49.204 12.74 49.564 12.712 49.783 12.805 C 50.203 12.98 50.335 13.504 50.302 14.848 C 50.28 15.963 50.242 16.05 49.63 16.372 C 49.389 16.498 48.778 16.766 48.264 16.968 C 44.921 18.279 44.484 18.59 44.216 19.825 C 44.025 20.699 44.069 23.283 44.282 24.119 C 44.555 25.179 45.227 25.79 46.478 26.124 C 47.024 26.266 48.002 26.282 48.499 26.151 C 49.22 25.96 49.887 25.495 50.242 24.933 C 50.324 24.802 50.411 24.692 50.438 24.692 C 50.46 24.692 50.477 24.976 50.477 25.32 L 50.477 25.949 L 55.295 25.949 L 55.268 20.306 C 55.24 14.657 55.218 13.92 55.032 12.98 C 54.792 11.734 53.705 10.664 52.279 10.254 C 51.416 10.008 49.597 9.882 48.592 10.003 Z M 50.302 21.087 C 50.28 23.086 50.269 23.19 50.012 23.359 C 49.832 23.474 49.406 23.479 49.187 23.365 C 48.849 23.19 48.81 23.01 48.81 21.633 C 48.81 20.781 48.832 20.317 48.881 20.12 C 48.985 19.721 49.307 19.295 49.837 18.874 L 50.285 18.514 L 50.302 18.858 C 50.313 19.049 50.313 20.049 50.302 21.087 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9489940952,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vucam5\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"E-mail marketing er en stor del af vores forretning og derfor er segmento ogs\\xe5 en vigtig samarbejdspartner for os. Utr\\xe6ttelig indsatser og hurtige svar g\\xf8r innovation af ens forretning meget nemmere\"'})}),className:\"framer-600f2z\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:20,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mkecpu-container hidden-34he12\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pcxZBJCpa\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:15,overflow:true},gap:24,height:\"100%\",hoverFactor:0,id:\"pcxZBJCpa\",layoutId:\"pcxZBJCpa\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"top\",sizes:\"320px\",src:\"https://framerusercontent.com/images/DVJdvtlJBR2fZde1hggvMlJjU.jpg\",srcSet:\"https://framerusercontent.com/images/DVJdvtlJBR2fZde1hggvMlJjU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DVJdvtlJBR2fZde1hggvMlJjU.jpg 800w\"},className:\"framer-trfqbv\",\"data-framer-name\":\"Luksusbaby\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4z6hfb\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pybb8o\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mswg6w\",\"data-framer-name\":\"Luksusbabyandtweens_dk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 103 26\"><path d=\"M 65.182 3.189 C 65.048 3.319 64.961 3.478 64.917 3.646 C 64.89 3.608 64.858 3.573 64.827 3.538 C 64.44 3.144 63.809 3.138 63.416 3.522 C 63.159 3.772 63.078 4.091 63.128 4.387 C 63.266 5.009 62.788 5.6 62.153 5.6 C 61.603 5.6 61.155 5.153 61.155 4.603 C 61.155 4.306 61.287 4.038 61.492 3.855 C 61.678 3.681 61.802 3.433 61.802 3.13 C 61.802 2.58 61.354 2.133 60.803 2.133 C 60.756 2.133 60.709 2.137 60.661 2.145 C 60.752 1.995 60.803 1.822 60.803 1.635 C 60.803 1.085 60.355 0.638 59.805 0.638 C 59.254 0.638 58.807 1.085 58.807 1.635 C 58.807 1.82 58.858 1.995 58.949 2.145 C 58.901 2.139 58.856 2.133 58.807 2.133 C 58.256 2.133 57.808 2.58 57.808 3.13 C 57.808 3.549 58.007 3.723 58.151 3.89 C 58.737 4.331 58.457 5.499 57.559 5.594 L 57.556 5.594 C 56.906 5.663 56.34 5.082 56.476 4.402 C 56.531 4.101 56.451 3.774 56.192 3.52 C 55.799 3.134 55.168 3.142 54.781 3.536 C 54.748 3.571 54.718 3.607 54.69 3.644 C 54.647 3.477 54.558 3.317 54.426 3.187 C 54.035 2.807 53.414 2.809 53.027 3.191 C 54.596 4.564 55.584 6.478 55.807 8.454 C 55.813 8.501 55.817 8.55 55.823 8.598 L 63.816 8.598 L 63.816 8.596 C 64.02 6.417 65.087 4.499 66.601 3.203 C 66.208 2.811 65.577 2.803 65.182 3.189\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 24.341 0.329 C 23.516 0.329 22.701 0.553 21.896 1.001 C 21.089 1.45 20.339 2.007 19.643 2.673 C 18.946 3.341 18.311 4.063 17.733 4.84 C 17.157 5.618 16.675 6.335 16.291 6.992 C 16.492 7.01 16.703 7.024 16.922 7.034 C 17.141 7.044 17.397 7.048 17.691 7.048 C 18.516 7.048 19.408 6.937 20.369 6.719 C 21.33 6.5 22.228 6.175 23.061 5.746 C 23.893 5.316 24.59 4.786 25.148 4.154 C 25.707 3.524 25.987 2.787 25.987 1.946 C 25.987 1.416 25.845 1.014 25.561 0.739 C 25.28 0.467 24.872 0.329 24.341 0.329 Z M 21.072 12.423 C 20.448 13.008 19.665 13.725 18.721 14.576 C 17.778 15.427 16.808 16.307 15.809 17.223 C 14.811 18.137 13.864 19.033 12.966 19.91 C 12.068 20.788 11.346 21.546 10.795 22.187 C 10.594 22.716 10.328 23.173 9.998 23.558 C 9.669 23.942 9.347 24.133 9.037 24.133 C 8.8 24.133 8.682 24.032 8.682 23.831 C 8.682 23.703 8.719 23.593 8.792 23.502 C 8.865 23.41 8.944 23.319 9.025 23.229 C 9.108 23.136 9.181 23.032 9.244 22.913 C 9.307 22.795 9.341 22.653 9.341 22.488 C 9.341 21.903 9.24 21.387 9.039 20.938 C 8.838 20.489 8.558 20.111 8.201 19.799 C 7.843 19.488 7.421 19.256 6.938 19.1 C 6.452 18.945 5.935 18.868 5.385 18.868 C 5.201 18.868 4.941 18.919 4.601 19.019 C 4.262 19.12 3.883 19.244 3.461 19.39 C 3.039 19.535 2.595 19.667 2.129 19.788 C 1.661 19.906 1.217 19.965 0.797 19.965 C 0.578 19.965 0.391 19.927 0.235 19.855 C 0.079 19.782 0 19.673 0 19.526 C 0 19.38 0.11 19.256 0.33 19.155 C 0.549 19.055 0.833 18.968 1.182 18.895 C 1.529 18.822 1.91 18.767 2.322 18.73 C 2.735 18.694 3.141 18.661 3.546 18.633 C 3.948 18.606 4.315 18.588 4.645 18.578 C 4.974 18.568 5.221 18.555 5.387 18.537 C 6.3 18.247 7.143 17.721 7.912 16.963 C 8.682 16.205 9.424 15.305 10.138 14.263 C 10.852 13.221 11.567 12.082 12.281 10.849 C 12.995 9.614 13.745 8.377 14.534 7.132 C 13.966 7.042 13.425 6.88 12.914 6.652 C 12.401 6.423 11.948 6.126 11.555 5.759 C 11.16 5.393 10.85 4.97 10.622 4.485 C 10.393 4 10.278 3.467 10.278 2.882 C 10.278 2.498 10.355 2.127 10.511 1.771 C 10.667 1.414 10.872 1.109 11.129 0.853 C 11.385 0.597 11.697 0.392 12.062 0.236 C 12.429 0.081 12.812 0.004 13.216 0.004 C 13.564 0.004 13.899 0.045 14.219 0.128 C 14.538 0.211 14.809 0.307 15.03 0.416 L 14.917 0.713 C 14.698 0.603 14.442 0.512 14.148 0.439 C 13.854 0.366 13.534 0.329 13.187 0.329 C 12.802 0.329 12.449 0.402 12.129 0.548 C 11.809 0.693 11.539 0.89 11.318 1.137 C 11.099 1.383 10.923 1.658 10.795 1.96 C 10.667 2.261 10.604 2.568 10.604 2.878 C 10.604 3.39 10.718 3.874 10.947 4.331 C 11.176 4.788 11.482 5.196 11.867 5.553 C 12.251 5.909 12.695 6.197 13.199 6.417 C 13.702 6.636 14.229 6.764 14.779 6.801 C 15.292 6.015 15.91 5.22 16.634 4.416 C 17.358 3.612 18.149 2.88 19.01 2.222 C 19.87 1.564 20.778 1.028 21.729 0.618 C 22.68 0.207 23.652 0.002 24.641 0.002 C 25.338 0.002 25.89 0.158 26.302 0.469 C 26.715 0.78 26.92 1.265 26.92 1.922 C 26.92 2.525 26.681 3.148 26.206 3.788 C 25.728 4.428 25.075 5.017 24.24 5.557 C 23.408 6.096 22.423 6.535 21.287 6.872 C 20.15 7.211 18.933 7.38 17.632 7.38 C 17.321 7.38 17.056 7.377 16.835 7.367 C 16.616 7.357 16.385 7.343 16.148 7.325 C 15.47 8.385 14.789 9.478 14.102 10.603 C 13.416 11.728 12.664 12.797 11.849 13.811 C 11.034 14.826 10.136 15.754 9.158 16.595 C 8.177 17.436 7.056 18.103 5.791 18.596 L 5.847 18.651 C 5.993 18.633 6.152 18.614 6.328 18.596 C 6.502 18.578 6.707 18.568 6.946 18.568 C 8.191 18.568 9.12 18.87 9.734 19.472 C 10.347 20.075 10.718 20.816 10.847 21.694 C 11.579 20.871 12.366 20.057 13.208 19.254 C 14.051 18.45 14.911 17.654 15.791 16.868 C 16.671 16.083 17.545 15.301 18.416 14.525 C 19.286 13.748 20.122 12.994 20.929 12.261 L 21.072 12.423\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 24.012 10.093 C 23.297 11.062 22.611 11.986 21.952 12.862 C 21.293 13.739 20.706 14.544 20.193 15.275 C 19.68 16.006 19.274 16.642 18.97 17.182 C 18.668 17.721 18.516 18.147 18.516 18.456 C 18.516 18.75 18.589 18.964 18.735 19.1 C 18.881 19.238 19.075 19.305 19.311 19.305 C 19.659 19.305 20.04 19.195 20.452 18.976 C 20.864 18.757 21.285 18.474 21.715 18.125 C 22.145 17.778 22.567 17.394 22.98 16.973 C 23.392 16.553 23.777 16.136 24.134 15.724 C 24.491 15.312 24.803 14.934 25.067 14.586 C 25.332 14.239 25.529 13.965 25.657 13.762 L 28.074 10.087 L 29.971 10.087 C 28.982 11.44 28.143 12.586 27.457 13.528 C 26.77 14.469 26.212 15.269 25.782 15.927 C 25.351 16.585 25.044 17.121 24.86 17.532 C 24.677 17.944 24.586 18.304 24.586 18.616 C 24.586 18.834 24.649 19.023 24.779 19.177 C 24.907 19.333 25.091 19.409 25.328 19.409 C 25.695 19.409 26.115 19.277 26.592 19.011 C 27.068 18.748 27.563 18.399 28.076 17.97 C 28.589 17.54 29.096 17.056 29.602 16.516 C 30.105 15.976 30.582 15.442 31.03 14.913 C 31.478 14.383 31.887 13.884 32.254 13.418 C 32.621 12.951 32.903 12.573 33.106 12.279 L 33.38 12.362 C 33.161 12.673 32.867 13.071 32.5 13.555 C 32.133 14.04 31.721 14.552 31.263 15.092 C 30.805 15.631 30.32 16.179 29.807 16.736 C 29.294 17.294 28.767 17.792 28.226 18.231 C 27.686 18.671 27.155 19.031 26.632 19.315 C 26.109 19.598 25.62 19.74 25.162 19.74 C 24.649 19.74 24.242 19.598 23.939 19.315 C 23.637 19.031 23.485 18.653 23.485 18.176 C 23.485 17.81 23.544 17.459 23.664 17.121 C 23.783 16.782 23.869 16.567 23.925 16.476 L 23.869 16.421 C 23.485 16.861 23.082 17.28 22.66 17.684 C 22.238 18.086 21.817 18.438 21.395 18.74 C 20.973 19.041 20.549 19.283 20.118 19.466 C 19.688 19.65 19.262 19.74 18.842 19.74 C 18.256 19.74 17.834 19.606 17.577 19.342 C 17.321 19.078 17.192 18.763 17.192 18.397 C 17.192 17.94 17.317 17.448 17.563 16.916 C 17.81 16.386 18.153 15.791 18.593 15.133 C 19.033 14.475 19.558 13.735 20.174 12.911 C 20.787 12.088 21.46 11.147 22.192 10.087 L 24.012 10.087\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 42.088 0.55 C 40.586 2.927 39.083 5.263 37.581 7.556 C 36.08 9.85 34.523 12.114 32.911 14.343 L 32.966 14.398 C 33.441 13.869 33.913 13.333 34.381 12.793 C 34.848 12.253 35.334 11.769 35.837 11.34 C 36.34 10.91 36.863 10.558 37.404 10.284 C 37.944 10.01 38.507 9.872 39.093 9.872 C 39.696 9.872 40.132 10.018 40.397 10.311 C 40.661 10.605 40.795 10.961 40.795 11.381 C 40.795 11.82 40.661 12.208 40.397 12.547 C 40.13 12.886 39.801 13.177 39.408 13.425 C 39.014 13.672 38.583 13.869 38.118 14.014 C 37.65 14.16 37.226 14.27 36.839 14.343 L 36.839 14.398 C 37.058 14.509 37.248 14.714 37.402 15.015 C 37.557 15.316 37.634 15.631 37.634 15.96 C 37.634 16.179 37.593 16.41 37.51 16.646 C 37.427 16.884 37.331 17.13 37.222 17.386 C 37.111 17.643 37.017 17.895 36.934 18.141 C 36.851 18.387 36.81 18.639 36.81 18.895 C 36.81 19.242 36.956 19.417 37.25 19.417 C 37.745 19.417 38.366 19.199 39.118 18.759 C 39.87 18.32 40.665 17.68 41.508 16.839 C 42.094 16.254 42.69 15.604 43.293 14.891 C 43.897 14.178 44.548 13.319 45.245 12.313 L 45.492 12.478 C 45.144 12.972 44.635 13.648 43.966 14.507 C 43.297 15.366 42.514 16.244 41.618 17.14 C 40.758 17.999 39.943 18.649 39.173 19.088 C 38.404 19.528 37.699 19.746 37.058 19.746 C 36.51 19.746 36.083 19.626 35.782 19.39 C 35.48 19.151 35.328 18.787 35.328 18.293 C 35.328 18.036 35.391 17.749 35.519 17.428 C 35.647 17.109 35.784 16.798 35.932 16.496 C 36.078 16.195 36.216 15.911 36.344 15.645 C 36.472 15.381 36.537 15.165 36.537 15.001 C 36.537 14.655 36.381 14.479 36.07 14.479 C 35.886 14.479 35.671 14.517 35.424 14.59 C 35.178 14.662 34.898 14.7 34.586 14.7 C 34.312 14.7 34.173 14.617 34.173 14.454 C 34.173 14.288 34.312 14.207 34.586 14.207 C 34.696 14.207 34.819 14.217 34.957 14.235 C 35.095 14.253 35.263 14.263 35.466 14.263 C 36.014 14.263 36.523 14.2 36.991 14.071 C 37.459 13.943 37.865 13.756 38.213 13.51 C 38.56 13.264 38.83 12.966 39.023 12.62 C 39.217 12.273 39.312 11.879 39.312 11.44 C 39.312 11.056 39.219 10.772 39.037 10.589 C 38.854 10.406 38.635 10.315 38.378 10.315 C 38.031 10.315 37.626 10.457 37.169 10.741 C 36.711 11.024 36.222 11.408 35.699 11.893 C 35.176 12.378 34.645 12.935 34.104 13.565 C 33.564 14.196 33.043 14.853 32.538 15.539 C 32.034 16.224 31.563 16.91 31.123 17.595 C 30.683 18.281 30.308 18.925 29.996 19.53 L 28.183 19.53 C 30.215 16.366 32.244 13.226 34.268 10.108 C 36.293 6.992 38.329 3.833 40.381 0.634 L 42.088 0.55\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 54.643 12.45 C 54.093 13.329 53.457 14.201 52.733 15.07 C 52.009 15.939 51.218 16.721 50.357 17.414 C 49.497 18.109 48.558 18.671 47.542 19.1 C 46.525 19.53 45.44 19.744 44.286 19.744 C 43.846 19.744 43.434 19.689 43.051 19.579 C 42.666 19.468 42.333 19.305 42.048 19.084 C 41.764 18.866 41.535 18.586 41.362 18.247 C 41.188 17.908 41.101 17.511 41.101 17.054 C 41.101 16.579 41.257 16.15 41.569 15.765 C 41.881 15.381 42.301 15.19 42.832 15.19 C 43.106 15.19 43.331 15.259 43.505 15.395 C 43.678 15.533 43.765 15.738 43.765 16.012 C 43.765 16.268 43.7 16.486 43.572 16.67 C 43.443 16.853 43.252 16.943 42.995 16.943 C 42.794 16.943 42.634 16.888 42.514 16.78 C 42.396 16.67 42.317 16.534 42.281 16.368 C 42.08 16.478 41.942 16.638 41.869 16.849 C 41.796 17.06 41.758 17.274 41.758 17.493 C 41.758 18.133 42.001 18.614 42.486 18.933 C 42.972 19.252 43.516 19.413 44.122 19.413 C 44.507 19.413 44.84 19.336 45.125 19.181 C 45.409 19.025 45.645 18.824 45.839 18.578 C 46.032 18.332 46.172 18.044 46.265 17.713 C 46.356 17.385 46.403 17.056 46.403 16.727 C 46.403 16.38 46.344 16.018 46.224 15.643 C 46.103 15.269 45.971 14.899 45.825 14.532 C 45.679 14.166 45.541 13.806 45.413 13.449 C 45.284 13.093 45.219 12.76 45.219 12.448 C 45.219 12.047 45.302 11.686 45.466 11.365 C 45.632 11.046 45.855 10.776 46.139 10.556 C 46.423 10.337 46.748 10.168 47.114 10.047 C 47.481 9.929 47.865 9.868 48.268 9.868 C 49 9.868 49.596 10.028 50.054 10.349 C 50.511 10.67 50.74 11.093 50.74 11.623 C 50.74 12.098 50.561 12.447 50.203 12.665 C 49.846 12.884 49.448 12.994 49.008 12.994 C 49.118 12.793 49.213 12.551 49.296 12.267 C 49.379 11.984 49.42 11.724 49.42 11.485 C 49.42 11.119 49.306 10.814 49.077 10.567 C 48.848 10.321 48.522 10.197 48.102 10.197 C 47.571 10.197 47.177 10.357 46.92 10.678 C 46.664 10.997 46.535 11.387 46.535 11.844 C 46.535 12.246 46.604 12.63 46.741 12.996 C 46.879 13.362 47.039 13.727 47.222 14.093 C 47.388 14.46 47.538 14.834 47.676 15.218 C 47.814 15.602 47.881 16.031 47.881 16.506 C 47.881 16.853 47.802 17.188 47.648 17.507 C 47.492 17.826 47.287 18.119 47.031 18.383 C 46.774 18.649 46.486 18.872 46.164 19.055 C 45.845 19.238 45.519 19.356 45.19 19.411 L 45.245 19.466 C 46.233 19.356 47.177 19.069 48.074 18.602 C 48.972 18.135 49.809 17.57 50.588 16.902 C 51.366 16.234 52.086 15.503 52.745 14.708 C 53.404 13.912 53.982 13.13 54.475 12.364 L 54.643 12.45\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 57.554 10.093 C 56.839 11.062 56.153 11.986 55.494 12.862 C 54.835 13.739 54.248 14.544 53.735 15.275 C 53.222 16.006 52.816 16.642 52.514 17.182 C 52.212 17.721 52.06 18.147 52.06 18.456 C 52.06 18.75 52.133 18.964 52.279 19.1 C 52.425 19.238 52.619 19.305 52.855 19.305 C 53.203 19.305 53.584 19.195 53.996 18.976 C 54.408 18.757 54.829 18.474 55.261 18.125 C 55.691 17.778 56.113 17.394 56.526 16.973 C 56.938 16.553 57.323 16.136 57.68 15.724 C 58.037 15.312 58.349 14.934 58.613 14.586 C 58.88 14.239 59.075 13.965 59.203 13.762 L 61.62 10.087 L 63.516 10.087 C 62.528 11.44 61.689 12.586 61.003 13.528 C 60.316 14.469 59.758 15.269 59.327 15.927 C 58.897 16.585 58.589 17.121 58.408 17.532 C 58.224 17.944 58.134 18.304 58.134 18.616 C 58.134 18.834 58.197 19.023 58.327 19.177 C 58.455 19.333 58.639 19.409 58.878 19.409 C 59.245 19.409 59.665 19.277 60.14 19.011 C 60.616 18.748 61.111 18.399 61.624 17.97 C 62.137 17.54 62.644 17.056 63.149 16.516 C 63.653 15.976 64.13 15.442 64.578 14.913 C 65.026 14.383 65.434 13.884 65.799 13.418 C 66.166 12.951 66.449 12.573 66.652 12.279 L 66.926 12.362 C 66.707 12.673 66.413 13.071 66.046 13.555 C 65.679 14.04 65.267 14.552 64.809 15.092 C 64.351 15.631 63.866 16.179 63.353 16.736 C 62.84 17.294 62.313 17.792 61.772 18.231 C 61.232 18.671 60.701 19.031 60.178 19.315 C 59.657 19.598 59.166 19.74 58.708 19.74 C 58.195 19.74 57.788 19.598 57.484 19.315 C 57.183 19.031 57.031 18.653 57.031 18.176 C 57.031 17.81 57.09 17.459 57.21 17.121 C 57.329 16.782 57.415 16.567 57.471 16.476 L 57.415 16.421 C 57.031 16.861 56.628 17.28 56.206 17.684 C 55.784 18.086 55.363 18.438 54.943 18.74 C 54.521 19.041 54.097 19.283 53.664 19.466 C 53.234 19.65 52.808 19.74 52.388 19.74 C 51.802 19.74 51.379 19.606 51.123 19.342 C 50.866 19.078 50.738 18.763 50.738 18.397 C 50.738 17.94 50.863 17.448 51.109 16.916 C 51.356 16.386 51.699 15.791 52.139 15.133 C 52.579 14.475 53.104 13.735 53.72 12.911 C 54.333 12.088 55.006 11.147 55.738 10.087 L 57.554 10.087\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 75.989 12.45 C 75.44 13.329 74.803 14.201 74.079 15.07 C 73.355 15.939 72.564 16.721 71.703 17.414 C 70.843 18.109 69.904 18.671 68.887 19.1 C 67.871 19.53 66.786 19.744 65.632 19.744 C 65.192 19.744 64.779 19.689 64.395 19.579 C 64.01 19.468 63.676 19.305 63.392 19.084 C 63.108 18.866 62.879 18.586 62.706 18.247 C 62.532 17.908 62.445 17.511 62.445 17.054 C 62.445 16.579 62.601 16.15 62.913 15.765 C 63.224 15.381 63.645 15.19 64.176 15.19 C 64.45 15.19 64.675 15.259 64.848 15.395 C 65.022 15.533 65.109 15.738 65.109 16.012 C 65.109 16.268 65.044 16.486 64.915 16.67 C 64.787 16.853 64.594 16.943 64.339 16.943 C 64.138 16.943 63.978 16.888 63.858 16.78 C 63.738 16.67 63.661 16.534 63.625 16.368 C 63.424 16.478 63.286 16.638 63.213 16.849 C 63.14 17.06 63.102 17.274 63.102 17.493 C 63.102 18.133 63.345 18.614 63.83 18.933 C 64.316 19.252 64.86 19.413 65.464 19.413 C 65.849 19.413 66.182 19.336 66.466 19.181 C 66.751 19.025 66.989 18.824 67.181 18.578 C 67.374 18.332 67.514 18.044 67.607 17.713 C 67.698 17.385 67.745 17.056 67.745 16.727 C 67.745 16.38 67.686 16.018 67.565 15.643 C 67.445 15.269 67.313 14.899 67.167 14.532 C 67.021 14.166 66.883 13.806 66.754 13.449 C 66.626 13.093 66.561 12.76 66.561 12.448 C 66.561 12.047 66.644 11.686 66.808 11.365 C 66.974 11.046 67.196 10.776 67.481 10.556 C 67.765 10.337 68.09 10.168 68.455 10.047 C 68.822 9.929 69.207 9.868 69.61 9.868 C 70.342 9.868 70.938 10.028 71.395 10.349 C 71.853 10.67 72.082 11.093 72.082 11.623 C 72.082 12.098 71.903 12.447 71.547 12.665 C 71.19 12.884 70.792 12.994 70.352 12.994 C 70.462 12.793 70.557 12.551 70.64 12.267 C 70.723 11.984 70.764 11.724 70.764 11.485 C 70.764 11.119 70.65 10.814 70.421 10.567 C 70.192 10.321 69.866 10.197 69.446 10.197 C 68.915 10.197 68.52 10.357 68.264 10.678 C 68.007 10.997 67.879 11.387 67.879 11.844 C 67.879 12.246 67.948 12.63 68.084 12.996 C 68.223 13.362 68.382 13.727 68.566 14.093 C 68.732 14.46 68.882 14.834 69.02 15.218 C 69.158 15.602 69.225 16.031 69.225 16.506 C 69.225 16.853 69.146 17.188 68.992 17.507 C 68.836 17.826 68.631 18.119 68.374 18.383 C 68.118 18.649 67.83 18.872 67.508 19.055 C 67.189 19.238 66.863 19.356 66.533 19.411 L 66.589 19.466 C 67.577 19.356 68.52 19.069 69.418 18.602 C 70.316 18.135 71.153 17.57 71.932 16.902 C 72.71 16.234 73.43 15.503 74.089 14.708 C 74.748 13.912 75.326 13.13 75.819 12.364 L 75.989 12.45\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 76.539 18.6 L 77.24 18.6 C 77.844 18.6 78.288 18.46 78.568 18.182 C 78.848 17.905 78.988 17.461 78.988 16.855 C 78.988 16.248 78.848 15.805 78.568 15.527 C 78.288 15.249 77.846 15.11 77.24 15.11 L 76.539 15.11 Z M 76.539 14.062 L 77.24 14.062 C 78.406 14.062 78.988 13.481 78.988 12.317 C 78.988 12.123 78.965 11.954 78.917 11.806 C 78.87 11.659 78.815 11.537 78.747 11.438 C 78.682 11.34 78.584 11.257 78.45 11.19 C 78.315 11.123 78.195 11.07 78.086 11.034 C 77.978 10.999 77.822 10.971 77.619 10.955 C 77.418 10.94 77.248 10.93 77.114 10.926 C 76.979 10.922 76.788 10.92 76.539 10.92 Z M 75.142 19.648 L 75.142 9.872 L 77.24 9.872 C 77.692 9.872 78.096 9.919 78.453 10.014 C 78.811 10.108 79.122 10.252 79.391 10.445 C 79.659 10.638 79.864 10.892 80.008 11.21 C 80.152 11.527 80.223 11.895 80.223 12.317 C 80.223 12.927 80.093 13.392 79.835 13.711 C 79.576 14.03 79.178 14.263 78.639 14.412 C 79.221 14.605 79.659 14.887 79.949 15.261 C 80.241 15.633 80.387 16.165 80.387 16.857 C 80.387 17.719 80.137 18.399 79.635 18.899 C 79.134 19.4 78.451 19.65 77.589 19.65 L 75.142 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 82.891 16.157 L 84.29 16.157 L 83.592 11.968 Z M 80.792 19.648 L 82.891 9.872 L 84.29 9.872 L 86.388 19.648 L 84.989 19.648 L 84.464 17.203 L 82.715 17.203 L 82.191 19.648 L 80.792 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 88.574 18.6 L 89.274 18.6 C 89.878 18.6 90.322 18.46 90.602 18.182 C 90.882 17.905 91.023 17.461 91.023 16.855 C 91.023 16.248 90.882 15.805 90.602 15.527 C 90.322 15.249 89.88 15.11 89.274 15.11 L 88.574 15.11 Z M 88.574 14.062 L 89.274 14.062 C 90.44 14.062 91.023 13.481 91.023 12.317 C 91.023 12.123 90.999 11.954 90.952 11.806 C 90.904 11.659 90.847 11.537 90.782 11.438 C 90.717 11.34 90.618 11.257 90.484 11.19 C 90.352 11.123 90.229 11.07 90.121 11.034 C 90.012 10.999 89.856 10.971 89.653 10.955 C 89.45 10.94 89.282 10.93 89.148 10.926 C 89.014 10.922 88.822 10.92 88.574 10.92 Z M 87.175 19.648 L 87.175 9.872 L 89.272 9.872 C 89.724 9.872 90.129 9.919 90.486 10.014 C 90.843 10.108 91.157 10.252 91.423 10.445 C 91.691 10.638 91.897 10.892 92.041 11.21 C 92.185 11.527 92.256 11.895 92.256 12.317 C 92.256 12.927 92.126 13.392 91.867 13.711 C 91.609 14.03 91.21 14.263 90.671 14.412 C 91.253 14.605 91.691 14.887 91.984 15.261 C 92.276 15.633 92.422 16.165 92.422 16.857 C 92.422 17.719 92.171 18.399 91.67 18.899 C 91.169 19.4 90.486 19.65 89.624 19.65 L 87.175 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 94.819 19.648 L 94.819 16.506 L 92.721 9.872 L 94.12 9.872 L 95.519 14.759 L 96.918 9.872 L 98.317 9.872 L 96.218 16.506 L 96.218 19.648 L 94.819 19.648\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 97.145 19.746 L 97.145 19.094 L 97.798 19.094 L 97.798 19.746 L 97.145 19.746\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 99.188 19.256 C 99.345 19.256 99.509 19.222 99.677 19.153 L 99.677 17.103 C 99.531 17.016 99.367 16.973 99.188 16.973 C 99.122 16.973 99.069 16.989 99.024 17.02 C 98.98 17.052 98.947 17.097 98.925 17.158 C 98.903 17.219 98.888 17.28 98.876 17.343 C 98.866 17.406 98.86 17.481 98.858 17.568 C 98.85 17.948 98.85 18.249 98.858 18.472 C 98.86 18.58 98.866 18.677 98.876 18.761 C 98.886 18.846 98.903 18.929 98.925 19.008 C 98.949 19.086 98.982 19.147 99.026 19.189 C 99.071 19.236 99.124 19.256 99.188 19.256 Z M 99.024 19.791 C 98.88 19.791 98.753 19.75 98.645 19.669 C 98.536 19.589 98.454 19.478 98.394 19.338 C 98.335 19.199 98.292 19.055 98.262 18.903 C 98.233 18.753 98.215 18.592 98.209 18.419 C 98.205 18.338 98.205 18.143 98.209 17.834 C 98.213 17.721 98.217 17.621 98.225 17.53 C 98.231 17.44 98.242 17.345 98.258 17.247 C 98.274 17.148 98.296 17.061 98.319 16.987 C 98.343 16.912 98.377 16.839 98.418 16.768 C 98.459 16.697 98.507 16.64 98.56 16.593 C 98.615 16.547 98.68 16.51 98.757 16.482 C 98.834 16.455 98.919 16.441 99.012 16.441 C 99.085 16.441 99.154 16.451 99.217 16.471 C 99.28 16.49 99.341 16.52 99.401 16.561 C 99.458 16.603 99.505 16.64 99.539 16.671 C 99.574 16.703 99.62 16.75 99.675 16.809 L 99.675 15.184 L 100.328 15.184 L 100.328 19.746 L 99.675 19.746 L 99.675 19.451 C 99.576 19.553 99.476 19.634 99.373 19.697 C 99.274 19.76 99.156 19.791 99.024 19.791\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 100.942 19.746 L 100.942 15.18 L 101.595 15.18 L 101.595 17.69 L 102.412 16.484 L 103.065 16.484 L 102.333 17.623 L 103.065 19.744 L 102.412 19.744 L 101.922 18.166 L 101.597 18.602 L 101.597 19.742 L 100.942 19.746\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 75.957 4.93 C 76.052 4.812 76.135 4.66 76.204 4.475 C 76.275 4.29 76.309 4.111 76.309 3.939 C 76.309 3.855 76.283 3.786 76.232 3.735 C 76.18 3.683 76.111 3.658 76.026 3.658 C 75.93 3.658 75.859 3.699 75.813 3.782 C 75.766 3.865 75.744 3.965 75.744 4.081 C 75.744 4.178 75.756 4.282 75.782 4.392 C 75.807 4.505 75.833 4.595 75.857 4.668 C 75.88 4.739 75.914 4.828 75.957 4.93 Z M 75.884 6.772 C 76.064 6.772 76.23 6.677 76.382 6.488 L 76.109 6.082 C 76.09 6.051 76.058 6.006 76.011 5.947 C 75.963 5.887 75.924 5.832 75.89 5.781 C 75.857 5.73 75.831 5.683 75.817 5.639 C 75.752 5.724 75.701 5.83 75.661 5.956 C 75.622 6.082 75.602 6.212 75.602 6.348 C 75.602 6.472 75.624 6.575 75.669 6.654 C 75.711 6.73 75.784 6.772 75.884 6.772 Z M 75.884 7.235 C 75.622 7.235 75.413 7.154 75.261 6.99 C 75.109 6.829 75.032 6.612 75.032 6.344 C 75.032 5.923 75.221 5.545 75.6 5.212 C 75.579 5.168 75.537 5.088 75.472 4.97 C 75.407 4.851 75.358 4.757 75.324 4.684 C 75.29 4.613 75.257 4.52 75.223 4.404 C 75.192 4.29 75.174 4.182 75.174 4.077 C 75.174 3.811 75.251 3.597 75.405 3.433 C 75.559 3.27 75.766 3.187 76.024 3.187 C 76.269 3.187 76.47 3.254 76.632 3.39 C 76.794 3.524 76.875 3.707 76.875 3.935 C 76.875 4.038 76.859 4.144 76.826 4.249 C 76.794 4.355 76.755 4.45 76.709 4.532 C 76.664 4.615 76.607 4.702 76.536 4.794 C 76.465 4.887 76.403 4.962 76.35 5.017 C 76.297 5.074 76.236 5.137 76.165 5.208 L 76.733 6.057 C 76.759 5.998 76.782 5.925 76.802 5.836 C 76.822 5.748 76.833 5.679 76.841 5.629 C 76.847 5.58 76.859 5.488 76.875 5.35 L 77.441 5.35 C 77.441 5.529 77.406 5.716 77.337 5.909 C 77.268 6.102 77.185 6.272 77.088 6.415 C 77.199 6.553 77.317 6.624 77.441 6.624 L 77.441 7.231 C 77.404 7.231 77.37 7.229 77.337 7.225 C 77.303 7.221 77.27 7.213 77.236 7.201 C 77.202 7.189 77.173 7.178 77.149 7.17 C 77.126 7.162 77.098 7.146 77.064 7.122 C 77.031 7.099 77.007 7.085 76.993 7.075 C 76.978 7.067 76.954 7.048 76.92 7.016 C 76.887 6.985 76.865 6.967 76.859 6.961 C 76.851 6.955 76.83 6.933 76.792 6.898 C 76.755 6.862 76.735 6.843 76.735 6.841 C 76.642 6.959 76.524 7.053 76.38 7.122 C 76.236 7.201 76.07 7.235 75.884 7.235\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 80.989 7.195 L 80.989 3.737 L 80.281 3.737 L 80.281 3.232 L 82.266 3.232 L 82.266 3.737 L 81.557 3.737 L 81.557 7.195 L 80.989 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 83.815 7.195 L 83.106 3.232 L 83.674 3.232 L 83.959 5.072 L 84.103 6.205 L 84.243 5.072 L 84.527 3.232 L 85.095 3.232 L 85.379 5.072 L 85.519 6.205 L 85.663 5.072 L 85.948 3.232 L 86.516 3.232 L 85.807 7.195 L 85.239 7.195 L 84.955 5.356 L 84.813 4.223 L 84.671 5.356 L 84.387 7.195 L 83.815 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 87.633 7.195 L 87.633 3.232 L 89.193 3.232 L 89.193 3.658 L 88.201 3.658 L 88.201 4.932 L 88.909 4.932 L 88.909 5.358 L 88.201 5.358 L 88.201 6.774 L 89.193 6.774 L 89.193 7.199 L 87.633 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 90.358 7.195 L 90.358 3.232 L 91.918 3.232 L 91.918 3.658 L 90.926 3.658 L 90.926 4.932 L 91.634 4.932 L 91.634 5.358 L 90.926 5.358 L 90.926 6.774 L 91.918 6.774 L 91.918 7.199 L 90.358 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 93.083 7.195 L 93.083 3.232 L 93.509 3.232 L 94.501 5.683 L 94.501 3.232 L 95.07 3.232 L 95.07 7.195 L 94.667 7.195 L 93.653 4.558 L 93.653 7.195 L 93.083 7.195\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 97.487 7.235 C 97.13 7.235 96.857 7.13 96.668 6.922 C 96.48 6.713 96.374 6.425 96.352 6.063 L 96.92 5.921 C 96.948 6.486 97.137 6.77 97.489 6.77 C 97.773 6.77 97.915 6.628 97.915 6.344 C 97.915 6.26 97.903 6.183 97.881 6.112 C 97.86 6.041 97.824 5.974 97.777 5.915 C 97.729 5.856 97.686 5.807 97.648 5.771 C 97.609 5.736 97.558 5.69 97.491 5.637 L 96.782 5.07 C 96.652 4.968 96.547 4.84 96.471 4.682 C 96.394 4.524 96.354 4.345 96.354 4.146 C 96.354 3.855 96.445 3.622 96.626 3.449 C 96.808 3.276 97.049 3.191 97.349 3.191 C 97.67 3.191 97.927 3.27 98.116 3.427 C 98.306 3.585 98.424 3.807 98.467 4.093 C 98.471 4.125 98.477 4.168 98.483 4.221 L 97.915 4.363 C 97.913 4.337 97.909 4.3 97.903 4.251 C 97.877 4.071 97.822 3.928 97.733 3.819 C 97.645 3.711 97.516 3.656 97.347 3.656 C 97.21 3.656 97.106 3.693 97.031 3.77 C 96.958 3.847 96.92 3.951 96.92 4.087 C 96.92 4.31 97.015 4.497 97.205 4.647 L 97.913 5.214 C 98.292 5.519 98.481 5.883 98.481 6.309 C 98.481 6.6 98.392 6.827 98.213 6.99 C 98.031 7.154 97.791 7.235 97.487 7.235\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 38.755 25.9 L 38.755 23.309 L 39.126 23.309 L 39.126 24.418 L 39.683 23.307 L 40.146 23.307 L 39.588 24.326 L 40.239 25.9 L 39.775 25.9 L 39.312 24.696 L 39.126 25.066 L 39.126 25.9 L 38.755 25.9\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 41.224 25.899 L 41.224 23.309 L 41.595 23.309 L 41.595 25.899 L 41.224 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 43.193 25.622 L 43.398 25.622 C 43.459 25.622 43.511 25.616 43.554 25.604 C 43.597 25.592 43.633 25.573 43.66 25.543 C 43.688 25.513 43.708 25.486 43.724 25.458 C 43.739 25.431 43.749 25.391 43.755 25.334 C 43.761 25.279 43.765 25.232 43.767 25.196 C 43.769 25.161 43.769 25.104 43.769 25.027 L 43.769 24.024 C 43.769 23.997 43.767 23.963 43.765 23.926 C 43.763 23.888 43.759 23.857 43.753 23.835 C 43.749 23.814 43.741 23.788 43.733 23.76 C 43.726 23.733 43.714 23.711 43.702 23.695 C 43.688 23.68 43.672 23.664 43.655 23.646 C 43.635 23.628 43.613 23.617 43.589 23.609 C 43.566 23.601 43.536 23.593 43.503 23.589 C 43.469 23.583 43.434 23.581 43.392 23.581 L 43.195 23.581 L 43.195 25.622 Z M 42.822 25.899 L 42.822 23.309 L 43.396 23.309 C 43.668 23.309 43.858 23.364 43.97 23.475 C 44.081 23.585 44.138 23.776 44.138 24.048 L 44.138 25.066 C 44.138 25.35 44.081 25.561 43.968 25.697 C 43.854 25.833 43.662 25.899 43.394 25.899 L 42.822 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 45.969 25.925 C 45.734 25.925 45.557 25.856 45.434 25.72 C 45.312 25.584 45.243 25.397 45.227 25.159 L 45.598 25.066 C 45.616 25.437 45.74 25.622 45.969 25.622 C 46.155 25.622 46.247 25.529 46.247 25.344 C 46.247 25.289 46.239 25.238 46.226 25.19 C 46.21 25.143 46.188 25.1 46.157 25.062 C 46.125 25.023 46.097 24.991 46.074 24.968 C 46.048 24.944 46.014 24.915 45.971 24.881 L 45.507 24.511 C 45.422 24.444 45.353 24.359 45.304 24.257 C 45.253 24.154 45.227 24.038 45.227 23.906 C 45.227 23.715 45.286 23.563 45.405 23.451 C 45.523 23.339 45.681 23.282 45.876 23.282 C 46.087 23.282 46.253 23.333 46.378 23.435 C 46.502 23.538 46.579 23.684 46.606 23.871 C 46.608 23.89 46.612 23.918 46.616 23.955 L 46.245 24.048 C 46.243 24.032 46.241 24.007 46.237 23.975 C 46.222 23.857 46.184 23.762 46.127 23.691 C 46.07 23.621 45.985 23.585 45.874 23.585 C 45.786 23.585 45.717 23.611 45.669 23.66 C 45.622 23.709 45.596 23.778 45.596 23.867 C 45.596 24.013 45.657 24.135 45.782 24.233 L 46.245 24.603 C 46.492 24.802 46.616 25.043 46.616 25.318 C 46.616 25.508 46.557 25.657 46.441 25.764 C 46.324 25.872 46.166 25.925 45.969 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 49.152 25.899 L 49.152 23.309 L 50.172 23.309 L 50.172 23.587 L 49.523 23.587 L 49.523 24.418 L 49.986 24.418 L 49.986 24.696 L 49.523 24.696 L 49.523 25.899 L 49.152 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 51.514 24.974 L 51.885 24.974 L 51.699 23.863 Z M 50.957 25.899 L 51.514 23.309 L 51.885 23.309 L 52.441 25.899 L 52.07 25.899 L 51.93 25.251 L 51.466 25.251 L 51.328 25.899 L 50.957 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 54.156 25.925 C 53.923 25.925 53.743 25.856 53.621 25.72 C 53.499 25.584 53.43 25.397 53.414 25.159 L 53.785 25.066 C 53.803 25.437 53.927 25.622 54.156 25.622 C 54.341 25.622 54.434 25.529 54.434 25.344 C 54.434 25.289 54.426 25.238 54.412 25.19 C 54.397 25.143 54.375 25.1 54.343 25.062 C 54.312 25.023 54.284 24.991 54.258 24.968 C 54.233 24.944 54.199 24.915 54.156 24.881 L 53.692 24.511 C 53.607 24.444 53.54 24.359 53.489 24.257 C 53.438 24.154 53.412 24.038 53.412 23.906 C 53.412 23.715 53.471 23.563 53.589 23.451 C 53.708 23.339 53.866 23.282 54.061 23.282 C 54.272 23.282 54.438 23.333 54.562 23.435 C 54.687 23.538 54.764 23.684 54.791 23.871 C 54.793 23.89 54.797 23.918 54.801 23.955 L 54.43 24.048 C 54.428 24.032 54.426 24.007 54.422 23.975 C 54.406 23.857 54.369 23.762 54.312 23.691 C 54.254 23.621 54.17 23.585 54.059 23.585 C 53.97 23.585 53.901 23.611 53.854 23.66 C 53.807 23.709 53.781 23.778 53.781 23.867 C 53.781 24.013 53.842 24.135 53.966 24.233 L 54.43 24.603 C 54.677 24.802 54.801 25.043 54.801 25.318 C 54.801 25.508 54.742 25.657 54.625 25.764 C 54.513 25.872 54.355 25.925 54.156 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 55.906 25.9 L 55.906 23.309 L 56.277 23.309 L 56.277 24.418 L 56.926 24.418 L 56.926 23.307 L 57.297 23.307 L 57.297 25.9 L 56.926 25.9 L 56.926 24.696 L 56.277 24.696 L 56.277 25.9 L 55.906 25.9\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 58.516 25.899 L 58.516 23.309 L 58.887 23.309 L 58.887 25.899 L 58.516 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 60.513 25.504 C 60.563 25.582 60.653 25.62 60.784 25.62 C 60.914 25.62 61.005 25.58 61.054 25.504 C 61.103 25.425 61.129 25.311 61.129 25.159 L 61.129 24.034 C 61.129 23.884 61.105 23.772 61.054 23.697 C 61.005 23.623 60.914 23.585 60.784 23.585 C 60.651 23.585 60.563 23.623 60.513 23.697 C 60.464 23.772 60.44 23.884 60.44 24.034 L 60.44 25.159 C 60.438 25.311 60.464 25.427 60.513 25.504 Z M 60.784 25.925 C 60.653 25.925 60.541 25.905 60.448 25.866 C 60.355 25.827 60.281 25.769 60.225 25.693 C 60.17 25.616 60.131 25.527 60.105 25.425 C 60.079 25.322 60.067 25.202 60.067 25.066 L 60.067 24.127 C 60.067 23.991 60.079 23.873 60.105 23.77 C 60.131 23.67 60.17 23.581 60.225 23.506 C 60.281 23.431 60.354 23.376 60.448 23.337 C 60.541 23.299 60.653 23.28 60.784 23.28 C 61.036 23.28 61.22 23.353 61.33 23.496 C 61.443 23.64 61.498 23.851 61.498 24.125 L 61.498 25.066 C 61.498 25.2 61.484 25.318 61.46 25.421 C 61.435 25.523 61.395 25.614 61.34 25.691 C 61.285 25.768 61.212 25.825 61.117 25.866 C 61.024 25.905 60.912 25.925 60.784 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 62.654 25.899 L 62.654 23.309 L 62.932 23.309 L 63.582 24.911 L 63.582 23.309 L 63.953 23.309 L 63.953 25.899 L 63.688 25.899 L 63.025 24.176 L 63.025 25.899 L 62.654 25.899\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 67.189 25.622 C 67.374 25.622 67.467 25.468 67.467 25.159 L 67.467 24.048 C 67.467 23.995 67.465 23.949 67.461 23.908 C 67.457 23.867 67.449 23.825 67.437 23.784 C 67.425 23.743 67.41 23.707 67.39 23.68 C 67.37 23.652 67.342 23.628 67.309 23.611 C 67.275 23.593 67.234 23.585 67.189 23.585 C 67.141 23.585 67.102 23.593 67.068 23.611 C 67.035 23.628 67.007 23.65 66.987 23.68 C 66.968 23.707 66.952 23.743 66.94 23.784 C 66.928 23.825 66.92 23.867 66.916 23.908 C 66.912 23.949 66.91 23.995 66.91 24.048 L 66.91 25.159 C 66.91 25.22 66.914 25.275 66.922 25.326 C 66.93 25.378 66.944 25.427 66.964 25.472 C 66.983 25.517 67.011 25.555 67.05 25.58 C 67.088 25.608 67.133 25.622 67.189 25.622 Z M 67.189 25.925 C 67.048 25.925 66.928 25.892 66.829 25.825 C 66.731 25.758 66.658 25.669 66.61 25.555 C 66.563 25.441 66.539 25.309 66.539 25.159 L 66.539 24.048 C 66.539 23.81 66.593 23.623 66.701 23.487 C 66.81 23.351 66.972 23.282 67.189 23.282 C 67.404 23.282 67.565 23.351 67.674 23.487 C 67.783 23.625 67.836 23.812 67.836 24.048 L 67.836 25.159 C 67.836 25.391 67.781 25.576 67.67 25.716 C 67.562 25.856 67.4 25.925 67.189 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 68.807 25.251 L 68.807 24.974 L 69.363 24.974 L 69.363 25.251 L 68.807 25.251\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 70.565 25.9 L 70.565 23.863 L 70.286 23.863 L 70.286 23.585 C 70.472 23.518 70.596 23.426 70.657 23.307 L 70.936 23.307 L 70.936 25.9 L 70.565 25.9\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 72.627 25.582 C 72.664 25.608 72.71 25.622 72.763 25.622 C 72.816 25.622 72.861 25.608 72.899 25.582 C 72.936 25.557 72.966 25.519 72.986 25.474 C 73.006 25.429 73.019 25.379 73.029 25.326 C 73.037 25.275 73.041 25.218 73.041 25.159 L 73.041 25.076 C 73.041 25.058 73.041 25.031 73.039 24.995 C 73.037 24.96 73.035 24.934 73.033 24.915 C 73.031 24.895 73.027 24.871 73.023 24.844 C 73.019 24.814 73.013 24.793 73.007 24.777 C 73.002 24.761 72.992 24.741 72.982 24.72 C 72.972 24.698 72.96 24.682 72.946 24.67 C 72.933 24.659 72.917 24.647 72.899 24.635 C 72.881 24.623 72.861 24.615 72.838 24.611 C 72.814 24.607 72.788 24.603 72.763 24.603 C 72.642 24.603 72.55 24.664 72.485 24.789 L 72.485 25.159 C 72.485 25.22 72.489 25.277 72.498 25.328 C 72.506 25.379 72.522 25.429 72.542 25.474 C 72.56 25.519 72.587 25.557 72.627 25.582 Z M 72.763 25.925 C 72.674 25.925 72.593 25.909 72.52 25.88 C 72.447 25.85 72.386 25.809 72.337 25.756 C 72.287 25.704 72.246 25.641 72.21 25.569 C 72.175 25.496 72.151 25.417 72.135 25.332 C 72.12 25.248 72.112 25.159 72.112 25.064 L 72.112 24.231 C 72.112 24.125 72.118 24.026 72.129 23.938 C 72.141 23.847 72.163 23.762 72.195 23.68 C 72.226 23.597 72.266 23.526 72.313 23.469 C 72.36 23.412 72.423 23.364 72.498 23.331 C 72.573 23.298 72.66 23.28 72.759 23.28 C 72.968 23.28 73.128 23.339 73.24 23.457 C 73.353 23.575 73.408 23.741 73.408 23.953 L 73.037 23.953 C 73.037 23.829 73.017 23.737 72.976 23.676 C 72.936 23.615 72.863 23.583 72.759 23.583 C 72.573 23.583 72.481 23.768 72.481 24.139 L 72.481 24.511 C 72.552 24.387 72.676 24.326 72.852 24.326 C 72.956 24.326 73.045 24.343 73.12 24.381 C 73.193 24.416 73.25 24.469 73.292 24.538 C 73.333 24.607 73.363 24.684 73.38 24.771 C 73.398 24.858 73.408 24.956 73.408 25.068 C 73.408 25.19 73.396 25.301 73.373 25.401 C 73.349 25.502 73.311 25.592 73.262 25.673 C 73.211 25.754 73.144 25.815 73.059 25.86 C 72.976 25.903 72.875 25.925 72.763 25.925\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 76.421 25.897 L 76.184 25.261 L 75.297 25.261 L 75.075 25.897 L 74.675 25.897 L 75.533 23.592 L 75.948 23.592 L 76.806 25.897 Z M 76.125 23.43 C 76.125 23.533 76.096 23.622 76.022 23.695 C 75.948 23.769 75.859 23.799 75.755 23.799 C 75.637 23.799 75.548 23.769 75.489 23.695 C 75.415 23.636 75.385 23.548 75.385 23.43 C 75.385 23.326 75.415 23.237 75.489 23.178 C 75.563 23.119 75.652 23.075 75.755 23.075 C 75.859 23.075 75.948 23.105 76.022 23.178 C 76.096 23.252 76.125 23.311 76.125 23.43 Z M 76.096 24.936 L 75.874 24.316 C 75.859 24.272 75.829 24.212 75.815 24.124 C 75.785 24.035 75.77 23.961 75.755 23.932 C 75.726 24.065 75.681 24.198 75.637 24.36 L 75.43 24.966 L 76.096 24.966 Z M 75.918 23.43 C 75.918 23.37 75.903 23.341 75.874 23.311 C 75.844 23.282 75.8 23.267 75.755 23.267 C 75.711 23.267 75.667 23.282 75.637 23.311 C 75.607 23.341 75.593 23.385 75.593 23.43 C 75.593 23.548 75.652 23.592 75.755 23.592 C 75.8 23.592 75.844 23.577 75.874 23.548 C 75.903 23.518 75.918 23.474 75.918 23.43 Z M 77.576 24.981 L 77.576 25.897 L 77.206 25.897 L 77.206 23.592 L 77.857 23.592 C 78.153 23.592 78.375 23.651 78.523 23.755 C 78.671 23.873 78.73 24.035 78.73 24.257 C 78.73 24.537 78.582 24.744 78.286 24.862 L 78.937 25.882 L 78.508 25.882 L 77.96 24.966 L 77.576 24.966 Z M 77.576 24.67 L 77.842 24.67 C 78.02 24.67 78.138 24.641 78.227 24.567 C 78.316 24.493 78.345 24.405 78.345 24.272 C 78.345 24.139 78.301 24.05 78.212 23.991 C 78.123 23.932 78.005 23.902 77.827 23.902 L 77.576 23.902 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11165369060,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zbf4ar\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Samarbejdet er uvurderligt for os. Uovertruffent engagement og ekspertise l\\xf8fter konsekvent Luksusbaby til nye h\\xf8jder. Vi v\\xe6rds\\xe6tter deres tilgang, der harmonerer perfekt med Luksusbabys DNA. '})}),className:\"framer-czetjp\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3081,intrinsicWidth:2398,pixelHeight:3081,pixelWidth:2398,sizes:\"320px\",src:\"https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg\",srcSet:\"https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg?scale-down-to=1024 796w,https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg?scale-down-to=2048 1593w,https://framerusercontent.com/images/kc8bkxtZqbTgv4YTYdC0ge39nXg.jpg 2398w\"},className:\"framer-avx7w7\",\"data-framer-name\":\"Decofarver\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ropw5o\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-112le32\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mxgm1t\",\"data-framer-name\":\"decofarver\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 153 22\"><path d=\"M 0 0.97 L 0 21.458 L 9.451 21.458 C 11.083 21.458 12.412 21.296 13.436 20.973 C 14.385 20.612 15.495 19.919 16.767 18.893 C 17.374 18.361 17.858 17.668 18.219 16.812 C 18.371 16.547 18.455 16.356 18.475 16.243 C 18.494 16.186 18.522 16.081 18.56 15.93 C 18.598 15.834 18.627 15.73 18.645 15.616 C 18.695 15.329 18.752 15.044 18.817 14.761 C 18.854 14.419 18.873 14.153 18.873 13.963 C 18.911 13.811 18.949 13.574 18.988 13.251 C 19.006 13.08 19.016 12.766 19.016 12.31 L 19.016 9.688 C 19.016 7.485 18.285 5.51 16.824 3.762 C 15.191 1.9 12.696 0.97 9.337 0.97 Z M 4.298 4.531 L 9.28 4.531 L 10.533 4.588 L 11.671 4.816 C 12.412 5.026 13 5.528 13.436 6.326 C 13.778 6.973 14.015 7.799 14.148 8.806 C 14.185 9.052 14.224 9.404 14.262 9.86 C 14.281 10.106 14.29 10.468 14.29 10.943 L 14.29 12.168 C 14.259 12.539 14.221 12.909 14.177 13.279 C 14.101 13.811 14.034 14.21 13.977 14.476 C 13.958 14.571 13.929 14.723 13.892 14.932 C 13.853 15.065 13.835 15.141 13.835 15.16 L 13.351 16.272 C 12.839 17.069 12.193 17.554 11.415 17.725 L 10.931 17.81 L 10.419 17.867 L 9.28 17.895 L 4.299 17.895 L 4.299 4.531 Z M 22.184 8.321 C 20.894 9.613 20.249 11.475 20.249 13.906 C 20.249 16.376 20.913 18.247 22.241 19.52 C 23.588 20.812 25.448 21.458 27.821 21.458 L 33.6 21.458 L 33.6 18.351 C 28.817 18.351 26.179 18.209 25.686 17.924 C 25.003 17.487 24.661 16.698 24.661 15.559 L 33.6 15.559 L 33.6 12.396 L 24.661 12.396 C 24.661 11.237 25.012 10.449 25.714 10.03 C 26.264 9.708 27.147 9.546 28.362 9.546 L 33.6 9.546 L 33.6 6.441 C 27.28 6.441 23.475 7.067 22.184 8.321 Z M 39.349 6.982 C 38.115 7.381 37.129 8.274 36.388 9.661 C 35.63 11.047 35.25 12.529 35.25 14.105 C 35.25 15.663 35.658 17.088 36.474 18.38 C 37.366 19.786 38.552 20.688 40.032 21.087 L 40.915 21.315 C 41.104 21.353 41.313 21.372 41.541 21.372 L 43.164 21.458 L 48.487 21.458 L 48.487 18.237 C 43.989 18.237 41.379 17.962 40.659 17.412 C 39.842 16.784 39.434 15.644 39.434 13.992 C 39.434 12.225 39.833 11.047 40.63 10.458 C 41.294 9.964 42.528 9.717 44.331 9.717 L 48.487 9.717 L 48.487 6.441 C 43.647 6.441 40.602 6.621 39.349 6.982 Z M 53.664 6.668 C 52.734 7.029 51.88 7.571 51.102 8.293 C 49.622 9.717 48.882 11.598 48.882 13.935 C 48.882 16.291 49.622 18.181 51.102 19.605 C 52.582 21.049 54.499 21.771 56.852 21.771 C 59.205 21.771 61.122 21.04 62.603 19.577 C 64.064 18.114 64.795 16.234 64.795 13.935 C 64.795 11.617 64.064 9.727 62.603 8.264 C 61.16 6.839 59.244 6.127 56.852 6.127 C 55.638 6.127 54.575 6.307 53.664 6.668 Z M 54.005 17.183 C 53.341 16.29 53.009 15.227 53.009 13.992 C 53.009 12.68 53.322 11.617 53.949 10.8 C 54.689 9.888 55.666 9.432 56.881 9.432 C 58.152 9.432 59.101 9.879 59.727 10.772 C 60.354 11.645 60.667 12.709 60.667 13.963 C 60.667 15.274 60.344 16.338 59.699 17.154 C 58.959 18.067 58 18.522 56.824 18.522 C 55.609 18.522 54.67 18.076 54.005 17.183 Z M 70.363 2.081 C 68.901 2.822 67.886 4.009 67.316 5.642 C 66.841 7.01 66.605 9.148 66.605 12.054 L 66.605 21.457 L 70.96 21.457 L 70.96 13.052 L 83.229 13.052 L 83.229 9.546 L 70.96 9.546 C 70.96 8.692 71.083 7.932 71.33 7.267 C 71.577 6.64 71.918 6.109 72.355 5.671 C 73.114 4.911 74.424 4.531 76.284 4.531 L 83.229 4.531 L 83.229 0.97 C 76.113 0.97 71.823 1.34 70.363 2.081 Z M 84.287 6.441 L 84.287 9.546 C 89.886 9.546 92.96 9.708 93.51 10.03 C 94.194 10.486 94.535 11.256 94.535 12.339 C 89.183 12.339 86.033 12.643 85.084 13.251 C 83.889 14.048 83.29 15.217 83.29 16.756 C 83.29 18.333 83.708 19.51 84.543 20.289 C 85.378 21.068 86.517 21.458 87.959 21.458 L 98.577 21.458 C 98.577 13.213 98.046 8.644 96.983 7.752 C 95.939 6.878 94.412 6.441 92.4 6.441 Z M 88.102 18.209 C 87.684 17.962 87.476 17.525 87.476 16.898 C 87.476 16.272 87.732 15.834 88.243 15.588 C 88.643 15.417 89.184 15.331 89.867 15.331 L 94.535 15.331 L 94.535 18.466 L 89.582 18.466 C 88.918 18.466 88.424 18.38 88.102 18.209 Z M 100.014 6.441 L 100.014 21.457 L 103.942 21.457 L 103.942 9.319 L 105.736 9.347 L 106.39 9.432 C 106.884 9.585 107.131 10.259 107.131 11.456 L 107.074 12.709 L 110.831 12.709 C 110.831 9.784 110.546 8.007 109.977 7.381 C 109.408 6.754 108.307 6.441 106.675 6.441 Z M 123.857 6.441 L 119.473 17.125 L 115.289 6.44 L 110.905 6.44 L 117.253 21.457 L 121.466 21.457 L 128.127 6.44 L 123.857 6.44 Z M 129.271 8.321 C 127.98 9.613 127.334 11.475 127.334 13.906 C 127.334 16.376 127.999 18.247 129.327 19.52 C 130.675 20.812 132.534 21.458 134.907 21.458 L 140.686 21.458 L 140.686 18.351 C 135.903 18.351 133.265 18.209 132.772 17.924 C 132.089 17.487 131.747 16.698 131.747 15.559 L 140.686 15.559 L 140.686 12.396 L 131.747 12.396 C 131.747 11.237 132.098 10.449 132.801 10.03 C 133.351 9.708 134.233 9.546 135.448 9.546 L 140.686 9.546 L 140.686 6.441 C 134.366 6.441 130.561 7.067 129.271 8.321 Z M 141.992 6.441 L 141.992 21.457 L 145.921 21.457 L 145.921 9.319 L 147.714 9.347 L 148.369 9.432 C 148.862 9.585 149.109 10.259 149.109 11.456 L 149.052 12.709 L 152.809 12.709 C 152.809 9.784 152.524 8.007 151.955 7.381 C 151.386 6.754 150.285 6.441 148.653 6.441 Z M 141.97 3.982 L 142.767 3.982 L 142.767 4.821 L 141.97 4.821 L 141.97 3.983 Z M 145.767 2.059 L 145.68 2.051 L 145.285 2.051 L 145.057 2.059 L 144.836 2.065 C 144.76 2.065 144.686 2.087 144.615 2.132 C 144.555 2.17 144.497 2.21 144.441 2.253 C 144.333 2.347 144.262 2.472 144.226 2.628 C 144.186 2.789 144.166 3.008 144.166 3.285 C 144.166 3.553 144.255 3.757 144.434 3.896 C 144.604 4.012 144.867 4.07 145.224 4.07 L 145.492 4.07 L 145.767 4.063 Z M 144.909 4.821 L 144.635 4.821 C 144.604 4.813 144.573 4.808 144.541 4.807 C 144.521 4.803 144.501 4.799 144.481 4.793 C 144.367 4.775 144.257 4.742 144.153 4.693 L 143.951 4.593 L 143.838 4.519 C 143.633 4.35 143.468 4.137 143.356 3.896 C 143.239 3.64 143.181 3.393 143.181 3.151 C 143.181 2.91 143.201 2.679 143.242 2.461 C 143.277 2.261 143.365 2.073 143.496 1.918 C 143.684 1.676 143.9 1.507 144.146 1.408 C 144.172 1.399 144.204 1.388 144.24 1.375 C 144.275 1.366 144.307 1.356 144.333 1.348 L 144.514 1.307 C 144.554 1.303 144.61 1.297 144.682 1.287 C 144.713 1.283 144.789 1.281 144.909 1.281 L 145.767 1.287 L 145.767 0 L 146.704 0 L 146.704 4.821 L 144.909 4.821 Z M 149.893 4.821 L 148.466 3.104 L 148.466 4.821 L 147.535 4.821 L 147.535 0 L 148.466 0 L 148.466 2.99 L 149.973 1.287 L 151.152 1.287 L 149.511 3.011 L 151.152 4.821 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12523611690,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a9dnwe\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Vi har v\\xe6ret kunde hos Segmento i 4 m\\xe5neder og vi har v\\xe6ret meget tilfreds med starten. Der er et h\\xf8jt fagligt niveau og de har dyb indsigt i de forskellige platforme.\"'})}),className:\"framer-qah0p4\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6279,intrinsicWidth:4121,pixelHeight:6279,pixelWidth:4121,sizes:\"320px\",src:\"https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg\",srcSet:\"https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg?scale-down-to=1024 672w,https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg?scale-down-to=2048 1344w,https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg?scale-down-to=4096 2688w,https://framerusercontent.com/images/F94cSJgdUZzBHVzGwcJlNHdJOXM.jpg 4121w\"},className:\"framer-4txhd7\",\"data-framer-name\":\"Padelspecialist\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m59hbo\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h30jqz\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:204.5,intrinsicWidth:762,pixelHeight:409,pixelWidth:1524,sizes:\"89.4279px\",src:\"https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png?scale-down-to=512 512w,https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wcH4ZNO6DvxReAoXYdDCD8egOmw.png 1524w\"},className:\"framer-5qc91\",\"data-framer-name\":\"logo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-urfuch\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Samarbejdet med Segmento er startskuddet for vores e-mail markedsf\\xf8ring. Deres ultra korte responstid og skr\\xe6dder-syede tilgang har l\\xf8ftet vores marketing til nye h\\xf8jder, sikret kundeloyalitet og tilbagevendende kunder.\"'})}),className:\"framer-lkhoui\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5906,intrinsicWidth:3898,pixelHeight:5906,pixelWidth:3898,sizes:\"320px\",src:\"https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg\",srcSet:\"https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg?scale-down-to=1024 675w,https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg?scale-down-to=2048 1351w,https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg?scale-down-to=4096 2703w,https://framerusercontent.com/images/eRaZR7x0xxHkDhDsmIFj34NnjVA.jpg 3898w\"},className:\"framer-g1li76\",\"data-framer-name\":\"Dermaspace\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gt0c0n\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xy2i7b\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-61tmbz\",\"data-framer-name\":\"dermaspace logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 30\"><path d=\"M 71.359 19.689 C 71.359 20.525 71.11 21.184 70.615 21.668 C 70.12 22.152 69.392 22.393 68.431 22.393 C 68.198 22.393 67.966 22.37 67.735 22.327 C 67.516 22.288 67.304 22.213 67.108 22.107 C 66.927 22.008 66.771 21.869 66.654 21.7 C 66.537 21.532 66.48 21.323 66.48 21.073 C 66.48 20.677 66.62 20.366 66.898 20.139 C 67.176 19.911 67.525 19.736 67.943 19.611 C 68.36 19.486 68.819 19.407 69.314 19.37 C 69.809 19.334 70.282 19.316 70.731 19.316 L 71.359 19.316 Z M 71.406 24.127 L 74.01 24.127 L 74.01 17.709 C 74.01 17.182 73.937 16.655 73.788 16.127 C 73.64 15.599 73.374 15.11 73.01 14.698 C 72.639 14.273 72.132 13.927 71.489 13.664 C 70.845 13.4 70.028 13.268 69.038 13.268 C 68.187 13.268 67.345 13.407 66.517 13.686 C 65.689 13.964 64.956 14.382 64.322 14.939 L 65.762 16.543 C 66.118 16.207 66.567 15.92 67.11 15.686 C 67.645 15.453 68.222 15.334 68.805 15.334 C 69.504 15.334 70.104 15.491 70.606 15.807 C 71.108 16.123 71.361 16.609 71.361 17.268 L 71.361 17.532 C 70.494 17.532 69.606 17.573 68.7 17.652 C 67.795 17.732 66.969 17.898 66.227 18.148 C 65.483 18.398 64.876 18.757 64.404 19.225 C 63.932 19.693 63.694 20.325 63.694 21.116 C 63.694 21.732 63.829 22.248 64.101 22.666 C 64.372 23.084 64.712 23.42 65.123 23.677 C 65.533 23.934 65.983 24.116 66.471 24.227 C 66.96 24.336 67.427 24.393 67.877 24.393 C 68.666 24.393 69.371 24.243 69.992 23.943 C 70.61 23.643 71.06 23.259 71.34 22.789 L 71.411 22.789 L 71.411 24.127 Z M 56.56 13.784 C 55.939 14.13 55.444 14.623 55.072 15.268 C 54.769 14.675 54.312 14.174 53.749 13.816 C 53.176 13.45 52.455 13.266 51.588 13.266 C 51.139 13.266 50.728 13.32 50.356 13.432 C 49.984 13.541 49.656 13.691 49.368 13.882 C 49.081 14.073 48.834 14.284 48.624 14.52 C 48.417 14.755 48.248 15.005 48.125 15.268 L 48.079 15.268 L 48.079 13.575 L 45.43 13.575 L 45.43 24.127 L 48.218 24.127 L 48.218 18.323 C 48.218 17.97 48.268 17.623 48.369 17.28 C 48.469 16.936 48.615 16.632 48.809 16.368 C 49.003 16.105 49.254 15.889 49.564 15.72 C 49.875 15.552 50.237 15.468 50.655 15.468 C 51.367 15.468 51.889 15.684 52.222 16.116 C 52.556 16.548 52.722 17.093 52.722 17.755 L 52.722 24.13 L 55.51 24.13 L 55.51 18.37 C 55.51 18.034 55.556 17.693 55.649 17.348 C 55.743 17.005 55.889 16.693 56.09 16.414 C 56.291 16.136 56.546 15.909 56.856 15.732 C 57.167 15.555 57.539 15.468 57.972 15.468 C 58.422 15.468 58.782 15.557 59.051 15.732 C 59.316 15.9 59.535 16.131 59.69 16.402 C 59.845 16.673 59.946 16.977 59.991 17.316 C 60.037 17.652 60.062 17.975 60.062 18.284 L 60.062 24.132 L 62.85 24.132 L 62.85 17.532 C 62.85 16.989 62.773 16.461 62.618 15.95 C 62.462 15.436 62.218 14.982 61.885 14.586 C 61.552 14.191 61.125 13.873 60.607 13.63 C 60.089 13.389 59.464 13.266 58.736 13.266 C 57.908 13.268 57.18 13.441 56.56 13.784 Z M 37.905 24.127 L 40.693 24.127 L 40.693 18.477 C 40.693 18.286 40.732 18.03 40.81 17.707 C 40.887 17.384 41.033 17.068 41.25 16.761 C 41.467 16.455 41.768 16.189 42.156 15.97 C 42.544 15.75 43.052 15.641 43.689 15.641 C 43.812 15.641 43.94 15.648 44.072 15.664 C 44.205 15.68 44.362 15.707 44.549 15.752 L 44.549 13.334 C 44.456 13.305 44.348 13.286 44.225 13.28 C 44.102 13.273 43.986 13.268 43.876 13.268 C 43.132 13.268 42.482 13.459 41.925 13.839 C 41.369 14.22 40.933 14.718 40.625 15.334 L 40.579 15.334 L 40.579 13.575 L 37.907 13.575 L 37.907 24.127 Z M 11.744 21.709 L 11.744 10.936 L 14.183 10.936 C 14.943 10.936 15.7 11.009 16.46 11.157 C 17.22 11.305 17.904 11.575 18.516 11.97 C 19.127 12.366 19.627 12.916 20.015 13.62 C 20.403 14.325 20.597 15.232 20.597 16.348 C 20.597 17.402 20.403 18.275 20.015 18.964 C 19.627 19.652 19.127 20.198 18.516 20.602 C 17.904 21.007 17.217 21.291 16.46 21.459 C 15.7 21.627 14.943 21.711 14.183 21.711 L 11.744 21.711 L 11.744 21.709 Z M 8.816 24.127 L 14.648 24.127 C 15.716 24.127 16.793 23.977 17.877 23.677 C 18.96 23.377 19.937 22.911 20.804 22.282 C 21.671 21.652 22.376 20.845 22.919 19.864 C 23.462 18.882 23.731 17.709 23.731 16.345 C 23.731 14.88 23.46 13.652 22.919 12.664 C 22.376 11.675 21.673 10.875 20.804 10.268 C 19.937 9.659 18.96 9.225 17.877 8.959 C 16.793 8.695 15.716 8.564 14.648 8.564 L 8.816 8.564 L 8.816 24.127 Z M 104.305 18.984 L 104.305 19.755 C 104.305 20.209 104.228 20.641 104.072 21.052 C 103.917 21.464 103.691 21.825 103.399 22.141 C 103.105 22.457 102.74 22.705 102.306 22.889 C 101.873 23.073 101.378 23.164 100.819 23.164 C 100.509 23.164 100.203 23.13 99.902 23.064 C 99.6 22.998 99.324 22.889 99.078 22.734 C 98.834 22.584 98.63 22.376 98.485 22.13 C 98.336 21.882 98.263 21.573 98.263 21.207 C 98.263 20.723 98.432 20.334 98.774 20.041 C 99.114 19.748 99.553 19.525 100.086 19.37 C 100.62 19.216 101.216 19.114 101.875 19.064 C 102.535 19.014 103.187 18.986 103.837 18.986 L 104.305 18.986 Z M 104.305 17.798 C 103.313 17.798 102.357 17.832 101.437 17.898 C 100.515 17.964 99.699 18.111 98.987 18.339 C 98.275 18.566 97.704 18.911 97.28 19.375 C 96.853 19.839 96.641 20.466 96.641 21.261 C 96.641 21.834 96.76 22.32 97.002 22.718 C 97.241 23.116 97.545 23.439 97.907 23.689 C 98.27 23.939 98.674 24.118 99.117 24.23 C 99.557 24.339 99.988 24.395 100.406 24.395 C 101.289 24.395 102.044 24.245 102.672 23.945 C 103.299 23.645 103.86 23.15 104.355 22.461 L 104.401 22.461 C 104.401 22.741 104.417 23.025 104.447 23.318 C 104.479 23.611 104.517 23.882 104.563 24.132 L 105.98 24.132 C 105.918 23.839 105.87 23.48 105.841 23.055 C 105.809 22.63 105.795 22.218 105.795 21.823 L 105.795 17.314 C 105.795 16.684 105.686 16.134 105.471 15.664 C 105.254 15.195 104.951 14.807 104.565 14.498 C 104.177 14.191 103.728 13.959 103.217 13.805 C 102.706 13.65 102.156 13.573 101.567 13.573 C 100.639 13.573 99.806 13.711 99.069 13.991 C 98.332 14.27 97.741 14.62 97.291 15.045 L 98.174 16.034 C 98.562 15.668 99.035 15.375 99.591 15.155 C 100.15 14.934 100.753 14.825 101.403 14.825 C 102.348 14.825 103.069 15.043 103.564 15.48 C 104.059 15.916 104.307 16.577 104.307 17.466 L 104.307 17.798 Z M 94.056 20.6 C 93.871 21.105 93.602 21.545 93.255 21.918 C 92.906 22.293 92.477 22.586 91.966 22.798 C 91.455 23.011 90.875 23.116 90.223 23.116 C 89.618 23.116 89.062 23.009 88.55 22.798 C 88.039 22.586 87.597 22.295 87.227 21.93 C 86.855 21.564 86.565 21.127 86.356 20.62 C 86.146 20.116 86.041 19.568 86.041 18.982 C 86.041 18.395 86.146 17.85 86.356 17.343 C 86.563 16.839 86.855 16.398 87.227 16.025 C 87.599 15.65 88.039 15.359 88.55 15.145 C 89.062 14.932 89.618 14.827 90.223 14.827 C 90.873 14.827 91.455 14.936 91.966 15.157 C 92.477 15.377 92.906 15.673 93.255 16.048 C 93.604 16.42 93.871 16.861 94.056 17.366 C 94.241 17.87 94.334 18.411 94.334 18.982 C 94.334 19.557 94.241 20.095 94.056 20.6 Z M 86.225 22.391 L 86.296 22.391 C 86.746 23.036 87.346 23.532 88.096 23.875 C 88.847 24.218 89.609 24.391 90.385 24.391 C 91.236 24.391 92.007 24.252 92.696 23.973 C 93.385 23.695 93.974 23.314 94.462 22.83 C 94.95 22.345 95.329 21.775 95.601 21.116 C 95.872 20.457 96.007 19.745 96.007 18.984 C 96.007 18.223 95.87 17.511 95.601 16.852 C 95.329 16.193 94.95 15.62 94.462 15.139 C 93.974 14.655 93.385 14.273 92.696 13.995 C 92.007 13.718 91.236 13.577 90.385 13.577 C 89.609 13.577 88.847 13.75 88.096 14.093 C 87.346 14.439 86.746 14.948 86.296 15.62 L 86.225 15.62 L 86.225 13.839 L 84.647 13.839 L 84.647 29.891 L 86.225 29.891 Z M 83.273 15.423 C 82.917 14.836 82.383 14.382 81.669 14.059 C 80.957 13.736 80.22 13.575 79.463 13.575 C 78.968 13.575 78.486 13.634 78.023 13.75 C 77.558 13.868 77.145 14.048 76.779 14.289 C 76.421 14.525 76.123 14.841 75.908 15.211 C 75.691 15.586 75.584 16.036 75.584 16.564 C 75.584 17.048 75.684 17.45 75.885 17.773 C 76.086 18.095 76.341 18.364 76.652 18.575 C 76.962 18.789 77.297 18.948 77.662 19.059 C 78.025 19.168 78.37 19.261 78.696 19.334 C 79.734 19.568 80.528 19.82 81.078 20.093 C 81.628 20.364 81.902 20.77 81.902 21.314 C 81.902 21.65 81.831 21.932 81.692 22.159 C 81.553 22.386 81.366 22.573 81.135 22.72 C 80.902 22.868 80.631 22.97 80.323 23.027 C 80.013 23.086 79.689 23.116 79.346 23.116 C 78.696 23.116 78.101 22.961 77.558 22.655 C 77.014 22.345 76.604 21.966 76.325 21.511 L 75.071 22.391 C 75.566 23.08 76.2 23.586 76.976 23.907 C 77.749 24.23 78.548 24.391 79.369 24.391 C 79.864 24.391 80.357 24.336 80.843 24.225 C 81.331 24.116 81.769 23.932 82.155 23.675 C 82.541 23.418 82.855 23.089 83.095 22.686 C 83.335 22.284 83.456 21.789 83.456 21.202 C 83.456 20.395 83.15 19.755 82.538 19.28 C 81.927 18.805 80.978 18.441 79.693 18.191 C 78.794 18.016 78.137 17.8 77.72 17.543 C 77.302 17.286 77.092 16.916 77.092 16.432 C 77.092 16.155 77.158 15.911 77.291 15.707 C 77.424 15.501 77.602 15.328 77.813 15.202 C 78.03 15.07 78.279 14.975 78.557 14.916 C 78.835 14.857 79.114 14.827 79.394 14.827 C 79.999 14.827 80.537 14.964 81.01 15.234 C 81.482 15.505 81.833 15.855 82.066 16.28 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 12.513 1.341 C 11.802 0.629 10.835 0.23 9.827 0.232 C 8.812 0.232 7.856 0.627 7.137 1.343 L 6.929 1.55 L 6.717 1.339 C 5.998 0.62 5.042 0.227 4.025 0.227 C 3.009 0.227 2.058 0.62 1.342 1.336 C 0.627 2.045 0.226 3.009 0.228 4.014 C 0.228 5.023 0.625 5.975 1.344 6.689 L 6.521 11.845 C 6.628 11.952 6.776 12.014 6.932 12.014 C 7.084 12.014 7.233 11.952 7.342 11.845 L 12.506 6.698 C 13.224 5.982 13.619 5.03 13.621 4.018 C 13.626 3.009 13.229 2.059 12.513 1.341 Z\" fill=\"rgb(159,182,157)\"></path><path d=\"M 12.513 1.341 C 11.802 0.629 10.835 0.23 9.827 0.232 C 8.812 0.232 7.856 0.627 7.137 1.343 L 6.929 1.55 L 6.717 1.339 C 5.998 0.62 5.042 0.227 4.025 0.227 C 3.009 0.227 2.058 0.62 1.342 1.336 C 0.627 2.045 0.226 3.009 0.228 4.014 C 0.228 5.023 0.625 5.975 1.344 6.689 L 6.521 11.845 C 6.628 11.952 6.776 12.014 6.932 12.014 C 7.084 12.014 7.233 11.952 7.342 11.845 L 12.506 6.698 C 13.224 5.982 13.619 5.03 13.621 4.018 C 13.626 3.009 13.229 2.059 12.513 1.341 Z\" fill=\"transparent\" stroke-width=\"0.27\" stroke=\"rgb(255,255,255)\" stroke-miterlimit=\"2.4242424242424243\"></path><path d=\"M 3.984 2.759 C 3.306 2.759 2.754 3.309 2.754 3.984 C 2.754 4.294 2.502 4.545 2.19 4.545 C 1.879 4.545 1.627 4.294 1.627 3.984 C 1.627 2.691 2.683 1.639 3.981 1.639 C 4.294 1.639 4.545 1.891 4.545 2.2 C 4.547 2.509 4.294 2.759 3.984 2.759 Z M 33.351 17.798 L 27.635 17.798 C 27.697 17.05 28.019 16.439 28.6 15.961 C 29.182 15.486 29.889 15.248 30.727 15.248 C 31.176 15.248 31.566 15.318 31.9 15.457 C 32.233 15.595 32.507 15.782 32.723 16.018 C 32.94 16.251 33.103 16.529 33.2 16.832 C 33.301 17.136 33.351 17.459 33.351 17.798 Z M 36.116 19.686 C 36.132 19.57 36.139 19.452 36.139 19.334 L 36.139 18.982 C 36.139 18.03 36.002 17.198 35.733 16.486 C 35.461 15.775 35.087 15.182 34.606 14.705 C 34.126 14.23 33.556 13.868 32.899 13.627 C 32.24 13.386 31.523 13.264 30.75 13.264 C 29.912 13.264 29.134 13.4 28.416 13.67 C 27.695 13.941 27.072 14.323 26.545 14.814 C 26.018 15.305 25.605 15.898 25.301 16.593 C 25 17.289 24.847 18.064 24.847 18.911 C 24.847 19.777 24.998 20.55 25.301 21.232 C 25.602 21.914 26.022 22.489 26.556 22.957 C 27.09 23.425 27.722 23.789 28.45 24.045 C 29.178 24.302 29.976 24.43 30.843 24.43 C 31.77 24.43 32.591 24.284 33.323 24.007 L 33.323 21.402 C 33.104 21.6 32.86 21.773 32.586 21.911 C 32.107 22.152 31.519 22.275 30.82 22.275 C 30.417 22.275 30.031 22.209 29.659 22.077 C 29.299 21.952 28.962 21.77 28.66 21.539 C 28.365 21.311 28.128 21.041 27.95 20.725 C 27.772 20.409 27.667 20.061 27.638 19.68 L 36.116 19.68 Z M 126.38 18.193 L 118.969 18.193 C 118.999 17.755 119.115 17.332 119.318 16.93 C 119.519 16.527 119.791 16.168 120.131 15.852 C 120.471 15.536 120.865 15.289 121.315 15.105 C 121.764 14.92 122.253 14.83 122.777 14.83 C 123.907 14.83 124.778 15.148 125.392 15.786 C 126.006 16.423 126.334 17.225 126.38 18.193 Z M 127.961 19.38 C 127.977 19.248 127.984 19.123 127.984 19.007 L 127.984 18.677 C 127.984 17.975 127.872 17.314 127.646 16.698 C 127.423 16.082 127.092 15.543 126.658 15.082 C 126.225 14.62 125.682 14.255 125.032 13.982 C 124.381 13.711 123.631 13.575 122.777 13.575 C 122.002 13.575 121.283 13.711 120.617 13.982 C 119.95 14.252 119.369 14.63 118.873 15.114 C 118.378 15.598 117.99 16.168 117.712 16.83 C 117.434 17.489 117.295 18.207 117.295 18.984 C 117.295 19.761 117.438 20.48 117.723 21.139 C 118.011 21.798 118.401 22.37 118.896 22.855 C 119.391 23.339 119.985 23.716 120.674 23.986 C 121.363 24.257 122.111 24.393 122.917 24.393 C 123.815 24.393 124.655 24.225 125.438 23.886 C 125.755 23.75 126.056 23.568 126.35 23.361 L 126.35 21.405 C 126.042 21.845 125.609 22.239 125.043 22.58 C 124.447 22.939 123.738 23.118 122.917 23.118 C 122.36 23.118 121.84 23.018 121.36 22.82 C 120.881 22.623 120.461 22.355 120.106 22.018 C 119.749 21.683 119.465 21.279 119.268 20.832 C 119.067 20.377 118.958 19.893 118.944 19.38 Z M 116.163 23.361 L 116.163 21.405 C 115.855 21.845 115.421 22.239 114.855 22.58 C 114.281 22.925 113.598 23.1 112.816 23.114 C 112.227 23.102 111.689 23 111.209 22.8 C 110.698 22.586 110.265 22.293 109.909 21.92 C 109.55 21.543 109.27 21.098 109.085 20.611 C 108.891 20.114 108.795 19.57 108.795 18.984 C 108.795 18.398 108.891 17.852 109.085 17.345 C 109.279 16.841 109.558 16.4 109.923 16.027 C 110.285 15.655 110.723 15.361 111.235 15.148 C 111.746 14.936 112.318 14.83 112.955 14.83 C 113.544 14.83 114.089 14.957 114.593 15.214 C 115.095 15.47 115.478 15.795 115.743 16.191 L 116.975 15.355 C 116.51 14.768 115.903 14.325 115.152 14.025 C 114.401 13.725 113.66 13.575 112.932 13.575 C 112.049 13.575 111.25 13.711 110.539 13.982 C 109.827 14.252 109.218 14.63 108.716 15.114 C 108.211 15.598 107.821 16.168 107.543 16.83 C 107.264 17.489 107.125 18.207 107.125 18.984 C 107.125 19.761 107.264 20.48 107.543 21.139 C 107.821 21.798 108.211 22.37 108.716 22.855 C 109.218 23.339 109.827 23.716 110.539 23.986 C 111.196 24.236 111.93 24.366 112.734 24.384 L 112.734 24.391 C 112.763 24.391 112.793 24.386 112.823 24.386 C 112.859 24.386 112.893 24.391 112.93 24.391 C 113.874 24.391 114.684 24.23 115.357 23.907 C 115.843 23.691 116.163 23.361 116.163 23.361 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12022206203,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17xw9xi\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Det, der virkelig skiller dem ud, er deres evne til at t\\xe6nke proaktivt og skr\\xe6ddersy deres tilgang specifikt til vores behov, snarere end at anvende en \\xe9n-skabelon-passer-alle tilgang.\"'})}),className:\"framer-1670hqf\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"17.5%\",positionY:\"54.9%\",sizes:\"320px\",src:\"https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg\",srcSet:\"https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sUi8q9pXakhkskkXDJx6aNaJSo.jpg 1080w\"},className:\"framer-1qkwsnc\",\"data-framer-name\":\"Yuaia Haircare\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dm1x29\",\"data-framer-name\":\"overlay\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wc35tc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1peelgt\",\"data-framer-name\":\"Yuaia_Hair_Care_Logo_center_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55.444 36\"><g transform=\"translate(0 0)\"><path d=\"M 0 0 L 55.284 0 L 55.284 36 L 0 36 Z\" fill=\"transparent\"></path><path d=\"M 40.753 0.088 C 40.485 0.202 40.381 0.312 40.195 0.678 C 40.064 0.94 40.026 1.093 39.999 1.546 L 39.961 2.093 L 39.753 1.787 C 39.491 1.404 38.983 0.885 38.655 0.661 C 38.202 0.345 37.928 0.257 37.448 0.252 C 37.065 0.246 36.967 0.268 36.634 0.426 C 36.142 0.656 35.563 1.23 35.432 1.612 C 35.306 1.989 35.317 2.65 35.459 3.071 C 35.842 4.218 37.164 5.742 39.147 7.331 C 39.84 7.883 40.632 8.468 40.698 8.468 C 40.764 8.468 41.588 7.49 42.08 6.824 C 42.708 5.977 43.107 5.337 43.457 4.616 C 43.877 3.753 44.041 3.163 44.047 2.486 C 44.052 1.994 44.036 1.901 43.894 1.596 C 43.686 1.137 43.265 0.754 42.605 0.415 C 41.796 0.011 41.184 -0.098 40.753 0.088 Z M 38.513 17.727 L 38.513 25.894 L 42.501 25.894 L 42.501 9.56 L 38.513 9.56 L 38.513 17.727 Z M 0 9.964 C 0 9.981 0.672 13.155 1.497 17.028 C 2.322 20.896 3.048 24.332 3.108 24.654 C 3.36 25.96 3.278 26.053 1.857 26.14 L 1.278 26.178 L 1.153 27.304 C 1.087 27.926 1.016 28.555 1 28.702 L 0.967 28.97 L 3.31 28.937 C 6.391 28.893 7.053 28.811 7.965 28.374 C 8.773 27.986 9.434 27.134 9.724 26.113 C 9.866 25.594 10.057 24.474 10.237 23.108 C 10.844 18.497 11.909 10.183 11.909 10.079 L 11.909 9.943 L 7.102 9.943 L 7.102 10.063 C 7.102 10.352 6.277 20.617 6.255 20.639 C 6.239 20.655 6.228 20.644 6.228 20.612 C 6.228 20.584 5.845 18.192 5.381 15.296 C 4.917 12.401 4.534 10.014 4.534 9.986 C 4.534 9.964 3.513 9.943 2.267 9.943 C 1.022 9.943 0 9.954 0 9.964 Z M 13.329 16.028 C 13.329 19.847 13.351 22.322 13.384 22.666 C 13.564 24.381 14.389 25.419 15.897 25.823 C 16.154 25.889 16.47 25.916 17.044 25.916 C 17.771 25.922 17.864 25.911 18.164 25.785 C 18.803 25.512 19.409 25.113 19.868 24.654 L 20.322 24.206 L 20.322 25.949 L 24.036 25.949 L 24.036 9.943 L 20.158 9.943 L 20.147 16.105 C 20.131 21.879 20.125 22.278 20.032 22.414 C 19.868 22.671 19.639 22.753 19.093 22.753 C 18.552 22.753 18.355 22.687 18.18 22.447 C 18.005 22.212 17.978 21.278 17.973 15.444 L 17.973 9.943 L 13.329 9.943 Z M 30.182 10.003 C 28.735 10.172 27.571 10.713 26.724 11.603 C 26.282 12.073 26.058 12.499 25.894 13.171 C 25.768 13.712 25.675 14.777 25.675 15.684 L 25.675 16.334 L 30.319 16.334 L 30.319 15.498 C 30.324 14.226 30.401 13.215 30.505 13.013 C 30.674 12.68 31.28 12.641 31.581 12.942 C 31.827 13.193 31.876 13.461 31.876 14.641 C 31.876 15.99 31.859 16.034 31.22 16.372 C 30.98 16.498 30.368 16.766 29.854 16.968 C 26.511 18.279 26.08 18.585 25.806 19.825 C 25.757 20.038 25.714 20.655 25.692 21.333 C 25.626 23.633 25.877 24.774 26.582 25.392 C 26.894 25.67 27.511 25.971 28.057 26.118 C 28.614 26.266 29.587 26.282 30.084 26.151 C 30.821 25.954 31.477 25.495 31.859 24.889 L 32.04 24.61 L 32.056 25.282 L 32.072 25.949 L 36.874 25.949 L 36.874 21.152 C 36.874 15.083 36.798 13.297 36.503 12.521 C 36.098 11.467 35.104 10.604 33.87 10.254 C 33.006 10.008 31.187 9.882 30.182 10.003 Z M 31.892 21.032 C 31.876 22.759 31.865 22.993 31.777 23.146 C 31.657 23.37 31.51 23.447 31.198 23.452 C 30.865 23.458 30.603 23.316 30.505 23.075 C 30.313 22.616 30.313 20.694 30.505 20.033 C 30.614 19.65 30.898 19.301 31.439 18.869 L 31.876 18.514 L 31.892 18.803 C 31.903 18.962 31.903 19.967 31.892 21.032 Z M 48.592 10.003 C 47.215 10.167 46.112 10.653 45.27 11.467 C 44.418 12.286 44.172 13.073 44.101 15.225 L 44.069 16.334 L 48.778 16.334 L 48.794 14.761 C 48.81 13.138 48.827 13.024 49.051 12.854 C 49.204 12.74 49.564 12.712 49.783 12.805 C 50.203 12.98 50.335 13.504 50.302 14.848 C 50.28 15.963 50.242 16.05 49.63 16.372 C 49.389 16.498 48.778 16.766 48.264 16.968 C 44.921 18.279 44.484 18.59 44.216 19.825 C 44.025 20.699 44.069 23.283 44.282 24.119 C 44.555 25.179 45.227 25.79 46.478 26.124 C 47.024 26.266 48.002 26.282 48.499 26.151 C 49.22 25.96 49.887 25.495 50.242 24.933 C 50.324 24.802 50.411 24.692 50.438 24.692 C 50.46 24.692 50.477 24.976 50.477 25.32 L 50.477 25.949 L 55.295 25.949 L 55.268 20.306 C 55.24 14.657 55.218 13.92 55.032 12.98 C 54.792 11.734 53.705 10.664 52.279 10.254 C 51.416 10.008 49.597 9.882 48.592 10.003 Z M 50.302 21.087 C 50.28 23.086 50.269 23.19 50.012 23.359 C 49.832 23.474 49.406 23.479 49.187 23.365 C 48.849 23.19 48.81 23.01 48.81 21.633 C 48.81 20.781 48.832 20.317 48.881 20.12 C 48.985 19.721 49.307 19.295 49.837 18.874 L 50.285 18.514 L 50.302 18.858 C 50.313 19.049 50.313 20.049 50.302 21.087 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9489940952,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vucam5\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"E-mail marketing er en stor del af vores forretning og derfor er segmento ogs\\xe5 en vigtig samarbejdspartner for os. Utr\\xe6ttelig indsatser og hurtige svar g\\xf8r innovation af ens forretning meget nemmere\"'})}),className:\"framer-600f2z\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-k6jalx\",\"data-framer-name\":\"Cases\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Kunderejser, redefineret.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Kunderejser, redefineret.\"})}),className:\"framer-jezfpa\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"CUSTOM;Studio6 Medium\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hw0iq2\",\"data-framer-name\":\"projects\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.85,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u1o3ll-container\",id:elementId,nodeId:\"qA7ec7SGA\",ref:ref4,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{variant:\"bUk21GZv1\"},F1yOwr2a2:{variant:\"bUk21GZv1\"}},children:/*#__PURE__*/_jsx(CaseCardsBarkDNA,{B31UcYgwl:\"+150%\",brrYuLFQg:\"+440% \",g4MgAVick:addImageAlt({pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/iZMLcaIaeniI2YDjl2PHhSIkc.jpg\",srcSet:\"https://framerusercontent.com/images/iZMLcaIaeniI2YDjl2PHhSIkc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iZMLcaIaeniI2YDjl2PHhSIkc.jpg 800w\"},\"\"),height:\"100%\",id:\"qA7ec7SGA\",layoutId:\"qA7ec7SGA\",Mazu8qZS0:\"Deres evne til at forst\\xe5 vores behov og levere skr\\xe6ddersyede og ikke mindst innovative l\\xf8sninger har gjort samarbejdet ekstraordin\\xe6rt og s\\xe5 passer deres m\\xe5de at varetage ovenst\\xe5ende marketing poster rigtig godt ind i netop vores DNA. Segmento er desuden omstillingsparate og agile b\\xe5de i deres arbejde men ogs\\xe5 i samarbejdet med os.\",MYaYqkq_l:\"Oms\\xe6tning via paid social\",o627rUtMw:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau\"',QFd4haKI4:\"Oms\\xe6tning via mail\",style:{maxWidth:\"100%\",width:\"100%\"},uAkEiik7d:\"Ida Winther\",v_ygVYM5C:\"Marketingansvarlig, Luksusbaby\",variant:\"Gt6hCUMux\",width:\"100%\",x3hEmZSI8:addImageAlt({pixelHeight:1300,pixelWidth:1300,src:\"https://framerusercontent.com/images/fud28Kjh4eDjs5m4PpP05heS1A.jpg\",srcSet:\"https://framerusercontent.com/images/fud28Kjh4eDjs5m4PpP05heS1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fud28Kjh4eDjs5m4PpP05heS1A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fud28Kjh4eDjs5m4PpP05heS1A.jpg 1300w\"},\"\")})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.3,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kosf5y-container\",id:elementId1,nodeId:\"sb1Bbvj4f\",ref:ref1,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{variant:\"bUk21GZv1\"},F1yOwr2a2:{variant:\"bUk21GZv1\"}},children:/*#__PURE__*/_jsx(CaseCardsBarkDNA,{B31UcYgwl:\"-79%\",brrYuLFQg:\"+691%\",g4MgAVick:addImageAlt({pixelHeight:1080,pixelWidth:720,src:\"https://framerusercontent.com/images/hNMY771T6pNRBE9IbfVKRUPv50.webp\",srcSet:\"https://framerusercontent.com/images/hNMY771T6pNRBE9IbfVKRUPv50.webp?scale-down-to=1024 682w,https://framerusercontent.com/images/hNMY771T6pNRBE9IbfVKRUPv50.webp 720w\"},\"\"),height:\"100%\",id:\"sb1Bbvj4f\",layoutId:\"sb1Bbvj4f\",Mazu8qZS0:\"Det der virkelig skiller dem ud, er deres evne til at t\\xe6nke proaktivt og skr\\xe6ddersy deres tilgang specifikt til vores behov, snarere end at anvende en \\xe9n-skabelon-passer-alle tilgang. Deres team er altid fyldt med positiv energi, og deres tilgang til samarbejde er meget personlig, hvilket g\\xf8r det til en forn\\xf8jelse at v\\xe6re i kontakt med dem flere gange om ugen.\",MYaYqkq_l:\"Fald i CAC\",o627rUtMw:'\"Vi har haft den store gl\\xe6de af at arbejde sammen med Segmento det sidste halve \\xe5r.\"',QFd4haKI4:\"Oms\\xe6tning via digitale kanaler\",style:{maxWidth:\"100%\",width:\"100%\"},uAkEiik7d:\"Mette Vernegaard\",v_ygVYM5C:\"Stifter & Ejer, Dermaspace\",variant:\"Gt6hCUMux\",width:\"100%\",x3hEmZSI8:addImageAlt({pixelHeight:960,pixelWidth:1120,src:\"https://framerusercontent.com/images/fscvkjBrgtkxu3jCjUnYQ53OW20.png\",srcSet:\"https://framerusercontent.com/images/fscvkjBrgtkxu3jCjUnYQ53OW20.png?scale-down-to=512 512w,https://framerusercontent.com/images/fscvkjBrgtkxu3jCjUnYQ53OW20.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fscvkjBrgtkxu3jCjUnYQ53OW20.png 1120w\"},\"\")})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:69,delay:0,duration:.3,ease:[.44,0,.56,1],mass:2.9,stiffness:422,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s3a6p7-container\",id:elementId2,nodeId:\"qYEnWhL_h\",ref:ref2,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{variant:\"bUk21GZv1\"},F1yOwr2a2:{variant:\"bUk21GZv1\"}},children:/*#__PURE__*/_jsx(CaseCardsBarkDNA,{B31UcYgwl:\"+151,47%\",brrYuLFQg:\"-63%\",g4MgAVick:addImageAlt({pixelHeight:442,pixelWidth:442,src:\"https://framerusercontent.com/images/foPNhFnflpbnP4sZXlWMYtOCsas.jpg\"},\"\"),height:\"100%\",id:\"qYEnWhL_h\",layoutId:\"qYEnWhL_h\",Mazu8qZS0:\"Fra vores f\\xf8rste m\\xf8de har de vist en dyb forst\\xe5else for vores m\\xe5l og behov. Det er tydeligt, at de tager udgangspunkt i hver enkelt kunde, og deres specifikke behov - og hj\\xe6lper til med at skabe en samlet markedsf\\xf8ringsindsats p\\xe5 tv\\xe6rs af kanaler. Deres ekspertise er imponerende, og vi er sikre p\\xe5, at de vil hj\\xe6lpe os med at opn\\xe5 betydelige resultater. \",MYaYqkq_l:\"Oms\\xe6tning via digitale kanaler\",o627rUtMw:'\"Vi er allerede meget begejstrede for vores samarbejde med Segmento.\"',QFd4haKI4:\"Fald i CPA\",style:{maxWidth:\"100%\",width:\"100%\"},uAkEiik7d:\"Tina Bundgaard\",v_ygVYM5C:\"Medejer, Havanna Shoes\",variant:\"Gt6hCUMux\",width:\"100%\",x3hEmZSI8:addImageAlt({pixelHeight:960,pixelWidth:1120,src:\"https://framerusercontent.com/images/AOiXekcVWRezU37kLFVr6zqJWMI.png\",srcSet:\"https://framerusercontent.com/images/AOiXekcVWRezU37kLFVr6zqJWMI.png?scale-down-to=512 512w,https://framerusercontent.com/images/AOiXekcVWRezU37kLFVr6zqJWMI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AOiXekcVWRezU37kLFVr6zqJWMI.png 1120w\"},\"\")})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-qelii1-container\",id:elementId3,nodeId:\"oVxiF1tav\",ref:ref3,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{variant:\"bUk21GZv1\"},F1yOwr2a2:{variant:\"bUk21GZv1\"}},children:/*#__PURE__*/_jsx(CaseCardsBarkDNA,{B31UcYgwl:\"1000%\",brrYuLFQg:\"300%\",height:\"100%\",id:\"oVxiF1tav\",layoutId:\"oVxiF1tav\",Mazu8qZS0:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau! Vi har i samarbejdet med Segmento oplevet og haft forn\\xf8jelsen af deres yderst dygtige faglige kompetencer indenfor e-mail marketing, paid social, content creation og storytelling. Deres ekspertise har v\\xe6ret med til at l\\xf8fte niveauet og det har tydeligt kunne ses p\\xe5 resultaterne.\"',MYaYqkq_l:\"Stigning i subscribers \",o627rUtMw:'\"Segmento leverer d\\xe9t ekstra man ofte ikke f\\xe5r hos et bureau!\"',QFd4haKI4:\"Stigning i e-mail oms\\xe6tning\",style:{maxWidth:\"100%\",width:\"100%\"},uAkEiik7d:\"Marco Vincent\",v_ygVYM5C:\"Direkt\\xf8r, BARK\u2122DNA\",variant:\"Gt6hCUMux\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mnap4t\",\"data-framer-name\":\"Logos\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yyifh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bALsq008I\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:40,overflow:false},gap:64,height:\"100%\",hoverFactor:1,id:\"bALsq008I\",layoutId:\"bALsq008I\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7kxueq\",\"data-framer-name\":\"wadils_logo_clay_rgb_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 71 32\"><g transform=\"translate(0.095 0.005)\"><path d=\"M 0 0 L 70.818 0 L 70.818 31.921 L 0 31.921 Z\" fill=\"transparent\"></path><path d=\"M 21.657 3.461 L 21.657 2.098 L 16.525 2.098 L 16.525 3.461 L 18.292 3.461 L 15.852 25.445 L 12.926 3.461 L 14.971 3.461 L 14.971 2.098 L 8.072 2.098 L 8.072 3.461 L 10.137 3.461 L 10.288 4.279 L 7.454 25.259 L 5.111 3.461 L 6.985 3.461 L 6.985 2.098 L 0 2.098 L 0 3.461 L 2.215 3.461 L 5.771 31.522 L 7.666 31.522 L 11.082 8.73 L 14.332 31.522 L 16.248 31.522 L 19.826 3.461 L 21.657 3.461 Z M 30.804 30.055 C 30.655 30.138 30.474 30.18 30.26 30.18 C 30.005 30.18 29.81 30.083 29.675 29.887 C 29.54 29.691 29.473 29.314 29.473 28.754 L 29.473 16.024 C 29.473 14.416 29.274 13.122 28.877 12.144 C 28.479 11.165 27.925 10.449 27.216 9.994 C 26.505 9.54 25.668 9.312 24.703 9.312 C 23.751 9.312 22.917 9.55 22.201 10.025 C 21.484 10.501 20.926 11.151 20.528 11.976 C 20.131 12.801 19.932 13.724 19.932 14.744 C 19.932 15.332 20.036 15.79 20.241 16.118 C 20.447 16.447 20.749 16.611 21.146 16.611 C 21.529 16.611 21.827 16.471 22.041 16.192 C 22.253 15.912 22.36 15.556 22.36 15.122 C 22.36 14.814 22.321 14.573 22.243 14.398 C 22.165 14.223 22.087 14.049 22.008 13.874 C 21.931 13.699 21.892 13.458 21.892 13.15 C 21.892 12.549 22.122 12.007 22.584 11.525 C 23.045 11.043 23.638 10.802 24.362 10.802 C 25.001 10.802 25.504 11.015 25.874 11.441 C 26.242 11.868 26.509 12.472 26.672 13.255 C 26.835 14.038 26.917 14.961 26.917 16.024 C 26.917 16.765 26.672 17.397 26.183 17.922 C 25.693 18.446 25.079 18.953 24.34 19.443 C 23.579 19.949 22.844 20.491 22.137 21.067 C 21.405 21.662 20.791 22.386 20.295 23.238 C 19.797 24.091 19.549 25.161 19.549 26.447 C 19.549 27.636 19.733 28.636 20.103 29.446 C 20.472 30.257 20.979 30.869 21.626 31.281 C 22.271 31.693 23.013 31.9 23.851 31.9 C 24.589 31.9 25.189 31.771 25.65 31.512 C 26.112 31.254 26.463 30.956 26.704 30.621 C 26.946 30.285 27.109 29.985 27.194 29.719 C 27.222 30.111 27.329 30.456 27.514 30.757 C 27.698 31.058 27.964 31.292 28.312 31.46 C 28.66 31.628 29.082 31.711 29.579 31.711 C 30.09 31.711 30.551 31.635 30.963 31.48 C 31.375 31.327 31.666 31.159 31.836 30.978 L 31.112 29.802 C 31.056 29.886 30.953 29.97 30.804 30.054 Z M 26.917 26.594 C 26.917 27.014 26.825 27.51 26.64 28.083 C 26.456 28.656 26.179 29.156 25.81 29.583 C 25.44 30.009 24.972 30.223 24.404 30.223 C 23.723 30.223 23.198 29.883 22.828 29.205 C 22.459 28.527 22.275 27.538 22.275 26.237 C 22.275 25.035 22.502 24.042 22.957 23.259 C 23.411 22.477 23.939 21.826 24.543 21.309 C 25.076 20.85 25.615 20.399 26.161 19.956 C 26.637 19.572 26.889 19.183 26.917 18.792 L 26.917 26.594 Z M 42.036 0 L 37.053 0 L 37.053 1.384 L 39.46 1.384 L 39.46 11.787 C 39.388 11.48 39.247 11.137 39.034 10.76 C 38.82 10.382 38.508 10.054 38.097 9.774 C 37.685 9.495 37.139 9.354 36.457 9.354 C 35.591 9.354 34.806 9.725 34.104 10.466 C 33.401 11.208 32.843 12.403 32.432 14.053 C 32.02 15.703 31.815 17.884 31.815 20.596 C 31.815 23.337 32.023 25.532 32.443 27.182 C 32.861 28.832 33.429 30.027 34.146 30.768 C 34.863 31.509 35.69 31.88 36.627 31.88 C 37.266 31.88 37.795 31.702 38.214 31.345 C 38.628 30.994 38.959 30.557 39.183 30.065 C 39.409 29.569 39.545 29.139 39.587 28.776 L 39.758 31.46 L 44.4 31.46 L 44.4 30.097 L 42.036 30.097 L 42.036 0 Z M 39.46 24.559 C 39.413 25.408 39.285 26.251 39.076 27.076 C 38.863 27.929 38.59 28.639 38.256 29.205 C 37.922 29.771 37.522 30.055 37.053 30.055 C 36.599 30.055 36.205 29.859 35.871 29.467 C 35.537 29.076 35.268 28.489 35.062 27.705 C 34.856 26.923 34.7 25.947 34.594 24.78 C 34.487 23.612 34.433 22.246 34.433 20.68 C 34.433 19.366 34.477 18.138 34.561 16.999 C 34.646 15.859 34.788 14.867 34.987 14.021 C 35.186 13.175 35.445 12.518 35.765 12.049 C 36.084 11.581 36.478 11.347 36.946 11.347 C 37.372 11.347 37.763 11.553 38.118 11.966 C 38.472 12.378 38.768 12.906 39.002 13.549 C 39.239 14.206 39.392 14.889 39.459 15.583 L 39.459 24.559 Z M 50.234 9.501 L 45.379 9.501 L 45.379 10.864 L 47.657 10.864 L 47.657 30.096 L 45.379 30.096 L 45.379 31.46 L 52.534 31.46 L 52.534 30.097 L 50.234 30.097 L 50.234 9.5 Z M 48.913 7.46 C 49.453 7.46 49.925 7.264 50.33 6.873 C 50.735 6.482 50.937 6.006 50.937 5.447 C 50.937 4.874 50.735 4.388 50.33 3.989 C 49.925 3.591 49.453 3.392 48.913 3.392 C 48.317 3.392 47.817 3.591 47.413 3.989 C 47.008 4.388 46.805 4.873 46.805 5.447 C 46.805 6.006 47.008 6.482 47.413 6.873 C 47.817 7.264 48.317 7.46 48.913 7.46 Z M 58.581 0 L 54.024 0 L 54.024 1.363 L 56.047 1.363 L 56.047 30.096 L 54.024 30.096 L 54.024 31.46 L 60.626 31.46 L 60.626 30.097 L 58.581 30.097 L 58.581 0 Z M 70.393 23.899 C 70.108 23.067 69.686 22.242 69.126 21.424 C 68.565 20.606 67.88 19.75 67.071 18.855 C 66.105 17.807 65.377 16.88 64.888 16.076 C 64.398 15.272 64.153 14.388 64.153 13.423 C 64.153 12.612 64.338 11.955 64.707 11.452 C 65.076 10.948 65.601 10.696 66.283 10.696 C 66.708 10.696 67.081 10.78 67.401 10.948 C 67.72 11.116 67.994 11.382 68.221 11.745 C 68.448 12.109 68.629 12.588 68.764 13.182 C 68.898 13.776 68.987 14.492 69.03 15.332 L 70.371 15.332 L 70.371 9.501 L 69.2 9.501 C 69.186 9.711 69.154 9.861 69.104 9.952 C 69.054 10.043 68.973 10.088 68.859 10.088 C 68.732 10.088 68.568 10.025 68.37 9.899 C 68.171 9.773 67.905 9.645 67.571 9.512 C 67.237 9.379 66.793 9.312 66.24 9.312 C 65.544 9.312 64.888 9.487 64.27 9.836 C 63.653 10.186 63.149 10.704 62.758 11.389 C 62.367 12.073 62.173 12.927 62.173 13.947 C 62.173 15.513 62.517 16.838 63.206 17.922 C 63.894 19.005 64.714 20.058 65.665 21.078 C 66.417 21.875 67.018 22.623 67.464 23.322 C 67.912 24.021 68.238 24.706 68.444 25.378 C 68.65 26.048 68.753 26.755 68.753 27.496 C 68.753 27.975 68.681 28.452 68.539 28.911 C 68.397 29.38 68.163 29.771 67.837 30.086 C 67.51 30.4 67.071 30.558 66.517 30.558 C 66.006 30.558 65.562 30.456 65.186 30.253 C 64.809 30.051 64.494 29.74 64.239 29.32 C 63.983 28.901 63.78 28.37 63.631 27.727 C 63.482 27.083 63.379 26.321 63.323 25.44 L 61.96 25.44 L 61.96 31.46 L 63.11 31.46 C 63.11 31.278 63.138 31.132 63.195 31.019 C 63.251 30.907 63.365 30.852 63.535 30.852 C 63.706 30.852 63.887 30.939 64.079 31.113 C 64.27 31.288 64.554 31.467 64.93 31.648 C 65.307 31.83 65.864 31.921 66.602 31.921 C 67.497 31.921 68.255 31.693 68.881 31.24 C 69.505 30.785 69.984 30.156 70.318 29.352 C 70.651 28.548 70.818 27.622 70.818 26.573 C 70.818 25.623 70.676 24.731 70.393 23.899 Z\" fill=\"rgb(11,5,29)\"></path></g></svg>',svgContentId:11019444408,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-145rqb2\",\"data-framer-name\":\"derma\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 36\"><path d=\"M 84.037 23.596 C 84.037 24.586 83.744 25.366 83.16 25.939 C 82.576 26.513 81.718 26.798 80.585 26.798 C 80.311 26.798 80.037 26.771 79.765 26.72 C 79.506 26.673 79.256 26.585 79.025 26.459 C 78.811 26.342 78.628 26.177 78.49 25.977 C 78.352 25.778 78.285 25.531 78.285 25.234 C 78.285 24.766 78.449 24.397 78.778 24.128 C 79.106 23.859 79.517 23.652 80.01 23.504 C 80.502 23.356 81.043 23.262 81.627 23.219 C 82.183 23.177 82.74 23.155 83.298 23.154 L 84.037 23.154 Z M 84.094 28.851 L 87.164 28.851 L 87.164 21.251 C 87.163 20.618 87.075 19.988 86.903 19.379 C 86.728 18.753 86.414 18.174 85.985 17.687 C 85.547 17.183 84.949 16.774 84.191 16.462 C 83.432 16.15 82.469 15.994 81.301 15.994 C 80.29 15.994 79.285 16.162 78.328 16.489 C 77.352 16.817 76.488 17.312 75.74 17.971 L 77.438 19.872 C 77.857 19.473 78.387 19.134 79.028 18.857 C 79.658 18.581 80.339 18.439 81.027 18.44 C 81.85 18.44 82.557 18.626 83.15 19 C 83.741 19.374 84.04 19.949 84.04 20.729 L 84.04 21.042 C 83.018 21.042 81.971 21.09 80.903 21.185 C 79.835 21.279 78.861 21.475 77.986 21.771 C 77.109 22.067 76.394 22.492 75.837 23.047 C 75.28 23.601 75 24.349 75 25.286 C 75 26.014 75.159 26.626 75.479 27.121 C 75.787 27.604 76.199 28.013 76.684 28.318 C 77.174 28.624 77.711 28.844 78.274 28.969 C 78.85 29.099 79.402 29.166 79.932 29.166 C 80.863 29.166 81.694 28.988 82.426 28.633 C 83.155 28.278 83.685 27.823 84.016 27.266 L 84.099 27.266 L 84.099 28.851 Z M 66.587 16.605 C 65.855 17.014 65.271 17.597 64.833 18.362 C 64.475 17.66 63.936 17.066 63.272 16.642 C 62.597 16.209 61.747 15.991 60.724 15.991 C 60.194 15.991 59.71 16.056 59.271 16.187 C 58.858 16.305 58.466 16.485 58.106 16.72 C 57.782 16.933 57.487 17.187 57.229 17.476 C 56.991 17.742 56.793 18.04 56.64 18.362 L 56.586 18.362 L 56.586 16.357 L 53.462 16.357 L 53.462 28.851 L 56.75 28.851 L 56.75 21.978 C 56.75 21.561 56.809 21.15 56.928 20.743 C 57.046 20.337 57.218 19.976 57.447 19.664 C 57.683 19.345 57.987 19.083 58.338 18.897 C 58.703 18.698 59.131 18.599 59.624 18.599 C 60.463 18.599 61.08 18.854 61.472 19.365 C 61.865 19.877 62.061 20.523 62.061 21.306 L 62.061 28.854 L 65.349 28.854 L 65.349 22.035 C 65.349 21.636 65.403 21.233 65.513 20.824 C 65.619 20.427 65.795 20.052 66.033 19.718 C 66.272 19.387 66.581 19.112 66.936 18.911 C 67.303 18.701 67.741 18.599 68.252 18.599 C 68.782 18.599 69.207 18.703 69.525 18.911 C 69.837 19.11 70.095 19.383 70.278 19.705 C 70.461 20.025 70.579 20.385 70.633 20.786 C 70.687 21.166 70.715 21.549 70.717 21.933 L 70.717 28.856 L 74.004 28.856 L 74.004 21.042 C 74.004 20.399 73.913 19.775 73.73 19.169 C 73.556 18.577 73.262 18.028 72.866 17.554 C 72.473 17.086 71.97 16.71 71.36 16.422 C 70.749 16.136 70.012 15.991 69.154 15.991 C 68.177 15.994 67.319 16.198 66.587 16.605 Z M 44.589 28.851 L 47.877 28.851 L 47.877 22.162 C 47.877 21.936 47.923 21.632 48.014 21.25 C 48.106 20.868 48.278 20.493 48.533 20.13 C 48.789 19.767 49.144 19.452 49.602 19.194 C 50.059 18.932 50.659 18.803 51.41 18.803 C 51.555 18.803 51.706 18.812 51.861 18.831 C 52.018 18.849 52.203 18.882 52.424 18.936 L 52.424 16.072 C 52.3 16.035 52.171 16.013 52.042 16.008 C 51.897 15.999 51.759 15.995 51.63 15.995 C 50.753 15.995 49.986 16.22 49.33 16.67 C 48.675 17.118 48.147 17.728 47.796 18.44 L 47.742 18.44 L 47.742 16.358 L 44.592 16.358 L 44.592 28.851 L 44.589 28.851 Z M 13.74 25.988 L 13.74 13.233 L 16.616 13.233 C 17.512 13.233 18.405 13.319 19.301 13.494 C 20.197 13.669 21.004 13.989 21.725 14.457 C 22.446 14.926 23.035 15.577 23.493 16.411 C 23.95 17.245 24.179 18.319 24.179 19.64 C 24.179 20.889 23.951 21.922 23.493 22.737 C 23.035 23.553 22.446 24.198 21.725 24.678 C 21.004 25.156 20.194 25.493 19.301 25.692 C 18.405 25.891 17.512 25.99 16.616 25.99 L 13.74 25.99 L 13.74 25.988 Z M 10.288 28.851 L 17.165 28.851 C 18.424 28.851 19.694 28.674 20.972 28.318 C 22.25 27.963 23.401 27.411 24.424 26.666 C 25.447 25.92 26.278 24.965 26.918 23.803 C 27.558 22.64 27.876 21.252 27.876 19.637 C 27.876 17.902 27.555 16.448 26.918 15.278 C 26.278 14.107 25.449 13.16 24.424 12.442 C 23.401 11.721 22.25 11.207 20.972 10.892 C 19.726 10.584 18.448 10.426 17.165 10.423 L 10.288 10.423 Z M 122.888 22.761 L 122.888 23.674 C 122.888 24.212 122.797 24.723 122.614 25.21 C 122.436 25.687 122.166 26.125 121.82 26.499 C 121.473 26.873 121.043 27.166 120.531 27.384 C 120.02 27.602 119.436 27.71 118.777 27.71 C 118.411 27.71 118.051 27.67 117.696 27.591 C 117.352 27.519 117.023 27.387 116.724 27.202 C 116.436 27.024 116.196 26.778 116.025 26.486 C 115.85 26.192 115.764 25.826 115.764 25.393 C 115.764 24.82 115.963 24.36 116.367 24.012 C 116.767 23.666 117.284 23.402 117.913 23.219 C 118.543 23.036 119.245 22.915 120.023 22.856 C 120.793 22.796 121.565 22.765 122.337 22.764 L 122.888 22.764 Z M 122.888 21.356 C 121.718 21.356 120.591 21.397 119.506 21.475 C 118.42 21.553 117.456 21.728 116.617 21.997 C 115.777 22.266 115.105 22.675 114.604 23.224 C 114.101 23.773 113.851 24.516 113.851 25.458 C 113.851 26.136 113.991 26.712 114.276 27.183 C 114.545 27.638 114.91 28.03 115.344 28.332 C 115.777 28.629 116.26 28.846 116.77 28.972 C 117.289 29.101 117.798 29.168 118.29 29.168 C 119.331 29.168 120.222 28.991 120.962 28.636 C 121.702 28.28 122.364 27.694 122.947 26.878 L 123.001 26.878 C 123.001 27.209 123.02 27.546 123.055 27.893 C 123.093 28.24 123.138 28.56 123.192 28.856 L 124.863 28.856 C 124.791 28.509 124.734 28.084 124.699 27.581 C 124.663 27.096 124.645 26.609 124.645 26.122 L 124.645 20.783 C 124.645 20.038 124.516 19.386 124.263 18.83 C 124.02 18.292 123.654 17.819 123.195 17.449 C 122.738 17.086 122.208 16.811 121.605 16.628 C 121.002 16.445 120.354 16.354 119.66 16.354 C 118.565 16.354 117.582 16.518 116.714 16.849 C 115.845 17.18 115.148 17.594 114.618 18.097 L 115.659 19.268 C 116.116 18.835 116.673 18.488 117.33 18.227 C 117.989 17.966 118.699 17.836 119.466 17.836 C 120.58 17.836 121.43 18.095 122.014 18.612 C 122.598 19.128 122.891 19.911 122.891 20.963 L 122.891 21.356 Z M 110.802 24.674 C 110.595 25.253 110.274 25.784 109.858 26.235 C 109.446 26.679 108.941 27.026 108.338 27.277 C 107.735 27.529 107.052 27.653 106.282 27.653 C 105.57 27.653 104.913 27.527 104.31 27.277 C 103.708 27.026 103.186 26.682 102.75 26.249 C 102.311 25.816 101.97 25.299 101.722 24.699 C 101.475 24.102 101.351 23.453 101.351 22.759 C 101.351 22.064 101.475 21.419 101.722 20.818 C 101.958 20.235 102.307 19.705 102.75 19.258 C 103.188 18.814 103.708 18.469 104.31 18.216 C 104.913 17.964 105.57 17.84 106.282 17.84 C 107.049 17.84 107.735 17.969 108.338 18.23 C 108.941 18.491 109.446 18.841 109.858 19.285 C 110.27 19.726 110.585 20.248 110.802 20.845 C 111.021 21.442 111.131 22.083 111.131 22.759 C 111.131 23.439 111.021 24.077 110.802 24.674 Z M 101.569 26.795 L 101.652 26.795 C 102.182 27.559 102.89 28.146 103.775 28.552 C 104.66 28.958 105.559 29.163 106.473 29.163 C 107.477 29.163 108.386 28.999 109.199 28.668 C 110.011 28.339 110.706 27.888 111.281 27.314 C 111.857 26.741 112.304 26.066 112.624 25.285 C 112.944 24.505 113.103 23.663 113.103 22.761 C 113.103 21.86 112.941 21.017 112.624 20.237 C 112.304 19.457 111.857 18.779 111.281 18.209 C 110.706 17.635 110.011 17.183 109.199 16.855 C 108.386 16.527 107.477 16.36 106.473 16.36 C 105.559 16.36 104.66 16.564 103.775 16.97 C 102.89 17.379 102.182 17.982 101.652 18.779 L 101.569 18.779 L 101.569 16.669 L 99.707 16.669 L 99.707 35.675 L 101.569 35.675 Z M 98.087 18.544 C 97.668 17.851 97.038 17.312 96.196 16.93 C 95.357 16.548 94.487 16.357 93.594 16.357 C 93.01 16.357 92.443 16.427 91.896 16.564 C 91.348 16.704 90.86 16.916 90.43 17.202 C 90.008 17.481 89.656 17.855 89.402 18.294 C 89.147 18.738 89.02 19.271 89.02 19.895 C 89.02 20.469 89.139 20.945 89.375 21.327 C 89.606 21.704 89.915 22.028 90.28 22.277 C 90.645 22.529 91.047 22.722 91.471 22.85 C 91.899 22.979 92.305 23.09 92.69 23.176 C 93.914 23.453 94.85 23.752 95.499 24.074 C 96.147 24.395 96.47 24.876 96.47 25.52 C 96.47 25.918 96.387 26.251 96.223 26.521 C 96.057 26.789 95.833 27.017 95.566 27.185 C 95.292 27.36 94.972 27.481 94.609 27.548 C 94.229 27.62 93.843 27.655 93.457 27.654 C 92.69 27.654 91.988 27.471 91.348 27.107 C 90.707 26.741 90.223 26.292 89.895 25.754 L 88.415 26.795 C 88.999 27.61 89.747 28.21 90.661 28.59 C 91.554 28.968 92.514 29.163 93.484 29.163 C 94.068 29.163 94.649 29.099 95.222 28.966 C 95.798 28.837 96.314 28.62 96.769 28.315 C 97.222 28.014 97.601 27.614 97.877 27.145 C 98.16 26.669 98.302 26.082 98.302 25.387 C 98.302 24.433 97.942 23.674 97.221 23.111 C 96.5 22.549 95.381 22.118 93.866 21.822 C 92.806 21.615 92.031 21.359 91.538 21.055 C 91.046 20.751 90.798 20.312 90.798 19.739 C 90.798 19.411 90.877 19.123 91.033 18.881 C 91.19 18.637 91.4 18.433 91.649 18.284 C 91.92 18.122 92.217 18.007 92.526 17.945 C 92.854 17.874 93.182 17.839 93.513 17.839 C 94.226 17.839 94.861 18.001 95.418 18.321 C 95.975 18.642 96.389 19.056 96.664 19.559 Z\" fill=\"rgb(11,5,29)\"></path><path d=\"M 14.646 1.872 C 13.808 1.029 12.668 0.556 11.479 0.559 C 10.289 0.556 9.147 1.03 8.307 1.875 L 8.062 2.119 L 7.812 1.869 C 6.973 1.023 5.829 0.549 4.638 0.553 C 3.449 0.549 2.309 1.022 1.473 1.866 C 0.63 2.705 0.158 3.847 0.161 5.036 C 0.161 6.231 0.629 7.358 1.476 8.204 L 7.581 14.309 C 7.707 14.436 7.882 14.508 8.065 14.508 C 8.245 14.508 8.42 14.436 8.549 14.309 L 14.638 8.214 C 15.481 7.374 15.955 6.232 15.954 5.042 C 15.959 3.847 15.491 2.722 14.646 1.872 Z\" fill=\"rgb(159,182,157)\"></path><path d=\"M 14.646 1.872 C 13.808 1.029 12.668 0.556 11.479 0.559 C 10.289 0.556 9.147 1.03 8.307 1.875 L 8.062 2.119 L 7.812 1.869 C 6.973 1.023 5.829 0.549 4.638 0.553 C 3.449 0.549 2.309 1.022 1.473 1.866 C 0.63 2.705 0.158 3.847 0.161 5.036 C 0.161 6.231 0.629 7.358 1.476 8.204 L 7.581 14.309 C 7.707 14.436 7.882 14.508 8.065 14.508 C 8.245 14.508 8.42 14.436 8.549 14.309 L 14.638 8.214 C 15.481 7.374 15.955 6.232 15.954 5.042 C 15.959 3.847 15.491 2.722 14.646 1.872 Z\" fill=\"transparent\" stroke-width=\"0.721\" stroke=\"rgb(255,255,255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 4.59 3.551 C 3.79 3.552 3.141 4.201 3.14 5.001 C 3.14 5.368 2.842 5.666 2.475 5.666 C 2.108 5.666 1.811 5.368 1.811 5.001 C 1.812 3.468 3.054 2.226 4.587 2.224 C 4.956 2.224 5.252 2.523 5.252 2.889 C 5.252 3.064 5.183 3.233 5.059 3.357 C 4.934 3.482 4.766 3.551 4.59 3.551 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 39.22 21.356 L 32.48 21.356 C 32.552 20.471 32.932 19.747 33.618 19.182 C 34.304 18.62 35.138 18.337 36.125 18.337 C 36.656 18.337 37.116 18.421 37.508 18.585 C 37.901 18.749 38.224 18.97 38.48 19.249 C 38.735 19.526 38.927 19.855 39.042 20.213 C 39.16 20.573 39.22 20.956 39.22 21.357 Z M 42.481 23.593 C 42.499 23.454 42.508 23.315 42.507 23.176 L 42.507 22.759 C 42.507 21.631 42.346 20.646 42.029 19.804 C 41.708 18.961 41.267 18.259 40.699 17.694 C 40.129 17.128 39.442 16.692 38.687 16.419 C 37.909 16.133 37.064 15.988 36.153 15.988 C 35.165 15.988 34.248 16.15 33.4 16.47 C 32.55 16.79 31.815 17.242 31.194 17.824 C 30.572 18.405 30.085 19.107 29.728 19.93 C 29.372 20.754 29.192 21.672 29.192 22.675 C 29.192 23.7 29.37 24.616 29.728 25.423 C 30.083 26.23 30.578 26.911 31.207 27.465 C 31.837 28.019 32.582 28.45 33.44 28.754 C 34.299 29.058 35.24 29.209 36.263 29.209 C 37.355 29.209 38.324 29.037 39.188 28.708 L 39.188 25.625 C 38.926 25.863 38.634 26.066 38.318 26.227 C 37.753 26.513 37.059 26.658 36.236 26.658 C 35.769 26.659 35.306 26.58 34.867 26.424 C 34.428 26.268 34.035 26.055 33.688 25.786 C 33.347 25.524 33.062 25.197 32.851 24.822 C 32.639 24.442 32.513 24.019 32.483 23.584 L 42.481 23.584 Z M 148.918 21.825 L 140.179 21.825 C 140.214 21.303 140.354 20.795 140.591 20.329 C 140.83 19.849 141.155 19.417 141.548 19.053 C 141.956 18.676 142.43 18.376 142.945 18.168 C 143.475 17.95 144.051 17.842 144.669 17.842 C 146.001 17.842 147.029 18.219 147.753 18.975 C 148.477 19.729 148.864 20.678 148.918 21.825 Z M 150.782 23.23 C 150.801 23.073 150.809 22.925 150.809 22.788 L 150.809 22.398 C 150.809 21.567 150.677 20.783 150.411 20.054 C 150.158 19.343 149.761 18.692 149.246 18.141 C 148.735 17.595 148.095 17.162 147.328 16.839 C 146.561 16.518 145.676 16.357 144.669 16.357 C 143.755 16.357 142.907 16.518 142.122 16.839 C 141.336 17.159 140.65 17.606 140.066 18.179 C 139.478 18.757 139.012 19.448 138.697 20.21 C 138.368 20.991 138.205 21.841 138.205 22.761 C 138.205 23.682 138.374 24.532 138.71 25.312 C 139.049 26.093 139.509 26.771 140.093 27.344 C 140.677 27.917 141.376 28.364 142.189 28.684 C 143.001 29.005 143.884 29.166 144.834 29.166 C 145.894 29.166 146.884 28.967 147.807 28.566 C 148.181 28.404 148.536 28.189 148.883 27.944 L 148.883 25.627 C 148.52 26.15 148.009 26.615 147.341 27.018 C 146.639 27.443 145.802 27.656 144.834 27.656 C 144.177 27.656 143.564 27.538 142.999 27.304 C 142.451 27.081 141.95 26.759 141.519 26.354 C 141.099 25.956 140.763 25.479 140.531 24.949 C 140.293 24.406 140.163 23.822 140.15 23.23 Z M 136.869 27.944 L 136.869 25.627 C 136.506 26.15 135.995 26.615 135.328 27.018 C 134.649 27.428 133.845 27.635 132.922 27.651 C 132.228 27.637 131.593 27.516 131.028 27.28 C 130.425 27.026 129.914 26.68 129.494 26.238 C 129.071 25.791 128.741 25.264 128.523 24.688 C 128.294 24.099 128.181 23.456 128.181 22.761 C 128.181 22.067 128.294 21.421 128.523 20.821 C 128.752 20.224 129.08 19.702 129.511 19.26 C 129.938 18.819 130.455 18.472 131.057 18.219 C 131.66 17.969 132.336 17.842 133.086 17.842 C 133.78 17.842 134.423 17.993 135.018 18.297 C 135.61 18.601 136.062 18.986 136.374 19.454 L 137.827 18.464 C 137.278 17.77 136.562 17.245 135.677 16.89 C 134.792 16.535 133.918 16.357 133.06 16.357 C 132.018 16.357 131.076 16.518 130.237 16.839 C 129.397 17.159 128.679 17.606 128.087 18.179 C 127.491 18.754 127.021 19.445 126.704 20.21 C 126.376 20.991 126.212 21.841 126.212 22.761 C 126.212 23.682 126.376 24.532 126.704 25.312 C 127.021 26.077 127.492 26.769 128.087 27.344 C 128.679 27.917 129.397 28.364 130.237 28.684 C 131.012 28.98 131.878 29.134 132.825 29.155 L 132.825 29.163 C 132.86 29.163 132.895 29.158 132.93 29.158 C 132.973 29.158 133.013 29.163 133.056 29.163 C 134.171 29.163 135.126 28.972 135.919 28.59 C 136.493 28.334 136.869 27.944 136.869 27.944 Z\" fill=\"rgb(11,5,29)\"></path></svg>',svgContentId:8781198903,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ax4bpu\",\"data-framer-name\":\"Yuaia_Hair_Care_Logo_center_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55.111 36\"><g transform=\"translate(0.069 0.222)\"><path d=\"M 0.001 0 L 54.602 0 L 54.602 35.556 L 0.001 35.556 Z\" fill=\"transparent\"></path><path d=\"M 40.25 0.086 C 39.986 0.2 39.884 0.308 39.7 0.669 C 39.57 0.928 39.532 1.079 39.506 1.527 L 39.468 2.067 L 39.263 1.764 C 39.004 1.387 38.502 0.874 38.178 0.653 C 37.731 0.34 37.461 0.253 36.986 0.248 C 36.608 0.243 36.511 0.264 36.182 0.421 C 35.696 0.648 35.124 1.214 34.995 1.592 C 34.871 1.964 34.882 2.617 35.022 3.032 C 35.4 4.165 36.705 5.671 38.664 7.241 C 39.349 7.786 40.132 8.363 40.196 8.363 C 40.261 8.363 41.076 7.397 41.561 6.739 C 42.182 5.903 42.576 5.272 42.921 4.559 C 43.336 3.707 43.498 3.124 43.504 2.455 C 43.509 1.969 43.493 1.877 43.352 1.576 C 43.148 1.122 42.732 0.744 42.079 0.41 C 41.281 0.011 40.676 -0.097 40.251 0.086 Z M 38.038 17.508 L 38.038 25.574 L 41.977 25.574 L 41.977 9.442 L 38.038 9.442 Z M 0 9.841 C 0 9.857 0.664 12.992 1.478 16.817 C 2.293 20.637 3.011 24.031 3.07 24.349 C 3.318 25.639 3.237 25.731 1.835 25.817 L 1.263 25.855 L 1.138 26.966 C 1.074 27.581 1.004 28.201 0.987 28.348 L 0.955 28.612 L 3.27 28.58 C 6.313 28.536 6.966 28.455 7.867 28.024 C 8.665 27.64 9.318 26.799 9.604 25.79 C 9.744 25.277 9.933 24.172 10.111 22.823 C 10.71 18.269 11.762 10.057 11.762 9.955 L 11.762 9.82 L 7.014 9.82 L 7.014 9.938 C 7.014 10.224 6.2 20.362 6.178 20.384 C 6.162 20.4 6.151 20.389 6.151 20.357 C 6.151 20.33 5.773 17.967 5.315 15.107 C 4.856 12.248 4.478 9.89 4.478 9.863 C 4.478 9.841 3.469 9.82 2.239 9.82 C 1.009 9.82 0 9.83 0 9.841 Z M 13.164 15.83 C 13.164 19.601 13.186 22.045 13.218 22.386 C 13.396 24.08 14.211 25.104 15.7 25.504 C 15.953 25.569 16.267 25.596 16.833 25.596 C 17.551 25.601 17.642 25.59 17.939 25.466 C 18.57 25.196 19.169 24.803 19.623 24.349 L 20.07 23.907 L 20.07 25.628 L 23.74 25.628 L 23.74 9.82 L 19.908 9.82 L 19.898 15.906 C 19.882 21.608 19.876 22.002 19.785 22.137 C 19.623 22.391 19.396 22.472 18.857 22.472 C 18.323 22.472 18.128 22.407 17.956 22.169 C 17.783 21.938 17.756 21.015 17.751 15.253 L 17.751 9.82 L 13.164 9.82 L 13.164 15.83 Z M 29.809 9.879 C 28.379 10.046 27.23 10.58 26.394 11.46 C 25.956 11.924 25.736 12.344 25.573 13.008 C 25.449 13.543 25.358 14.595 25.358 15.49 L 25.358 16.132 L 29.944 16.132 L 29.944 15.307 C 29.949 14.05 30.025 13.052 30.127 12.852 C 30.295 12.523 30.893 12.485 31.19 12.782 C 31.433 13.03 31.481 13.294 31.481 14.46 C 31.481 15.792 31.465 15.836 30.834 16.17 C 30.597 16.294 29.992 16.559 29.485 16.758 C 26.183 18.053 25.757 18.355 25.487 19.58 C 25.439 19.79 25.396 20.4 25.374 21.069 C 25.309 23.34 25.557 24.468 26.254 25.078 C 26.561 25.353 27.171 25.65 27.71 25.796 C 28.26 25.941 29.221 25.957 29.712 25.828 C 30.44 25.633 31.088 25.18 31.465 24.581 L 31.643 24.306 L 31.66 24.97 L 31.676 25.628 L 36.418 25.628 L 36.418 20.891 C 36.418 14.897 36.343 13.132 36.052 12.367 C 35.652 11.325 34.67 10.472 33.451 10.127 C 32.598 9.884 30.802 9.76 29.809 9.879 Z M 31.498 20.772 C 31.481 22.477 31.471 22.709 31.384 22.86 C 31.266 23.081 31.12 23.157 30.812 23.163 C 30.484 23.168 30.224 23.028 30.127 22.79 C 29.939 22.337 29.939 20.438 30.127 19.785 C 30.235 19.407 30.516 19.062 31.05 18.636 L 31.481 18.285 L 31.498 18.571 C 31.508 18.728 31.508 19.72 31.498 20.772 Z M 47.992 9.879 C 46.632 10.041 45.542 10.521 44.712 11.325 C 43.87 12.134 43.627 12.912 43.557 15.037 L 43.524 16.132 L 48.175 16.132 L 48.192 14.578 C 48.208 12.976 48.224 12.863 48.445 12.695 C 48.596 12.582 48.952 12.555 49.168 12.647 C 49.584 12.82 49.713 13.337 49.68 14.664 C 49.659 15.765 49.621 15.852 49.017 16.17 C 48.78 16.294 48.175 16.559 47.668 16.758 C 44.366 18.053 43.935 18.36 43.67 19.58 C 43.481 20.443 43.524 22.995 43.735 23.82 C 44.004 24.868 44.668 25.472 45.904 25.801 C 46.443 25.941 47.409 25.957 47.9 25.828 C 48.612 25.639 49.271 25.18 49.621 24.624 C 49.702 24.495 49.788 24.387 49.816 24.387 C 49.837 24.387 49.853 24.668 49.853 25.008 L 49.853 25.628 L 54.612 25.628 L 54.585 20.055 C 54.558 14.476 54.536 13.748 54.353 12.819 C 54.116 11.589 53.042 10.532 51.634 10.127 C 50.781 9.884 48.984 9.76 47.992 9.879 Z M 49.68 20.826 C 49.659 22.801 49.648 22.904 49.395 23.071 C 49.216 23.184 48.796 23.189 48.58 23.076 C 48.245 22.904 48.208 22.725 48.208 21.366 C 48.208 20.524 48.229 20.065 48.278 19.871 C 48.38 19.477 48.699 19.056 49.222 18.641 L 49.664 18.285 L 49.68 18.625 C 49.692 18.814 49.692 19.801 49.68 20.826 Z\" fill=\"rgb(11,5,29)\"></path></g></svg>',svgContentId:9057392993,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dw5x47\",\"data-framer-name\":\"phenumb_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 167 36\"><g transform=\"translate(0.237 0.336)\"><path d=\"M 0 0 L 166.559 0 L 166.559 35.556 L 0 35.556 Z\" fill=\"transparent\"></path><path d=\"M 93.687 31.851 C 94.036 31.85 94.382 31.915 94.707 32.041 L 94.707 32.632 C 94.707 32.734 94.658 32.832 94.561 32.93 C 94.454 33.078 94.295 33.197 94.086 33.29 C 93.875 33.378 93.648 33.422 93.419 33.42 C 93.188 33.421 92.965 33.34 92.79 33.19 C 92.713 33.118 92.651 33.032 92.607 32.937 C 92.565 32.838 92.544 32.732 92.544 32.624 C 92.544 32.394 92.649 32.207 92.859 32.065 C 93.074 31.922 93.351 31.851 93.687 31.851 Z M 100.702 30.367 C 100.834 30.367 100.964 30.39 101.093 30.435 C 101.226 30.481 101.35 30.548 101.461 30.634 C 101.573 30.716 101.673 30.812 101.76 30.924 C 101.852 31.036 101.927 31.162 101.983 31.299 L 101.983 32.448 C 101.953 32.566 101.901 32.678 101.829 32.776 C 101.749 32.887 101.653 32.985 101.544 33.068 C 101.431 33.15 101.308 33.217 101.178 33.267 C 101.044 33.318 100.905 33.343 100.763 33.343 C 100.568 33.343 100.387 33.304 100.219 33.228 C 100.058 33.148 99.912 33.039 99.789 32.907 C 99.666 32.774 99.569 32.618 99.498 32.44 C 99.426 32.26 99.389 32.067 99.39 31.873 C 99.39 31.69 99.422 31.509 99.483 31.33 C 99.544 31.147 99.631 30.984 99.744 30.841 C 99.856 30.698 99.991 30.583 100.15 30.497 C 100.32 30.408 100.51 30.364 100.702 30.367 Z M 65.769 30.367 C 65.964 30.367 66.143 30.407 66.306 30.488 C 66.476 30.566 66.621 30.673 66.744 30.81 C 66.866 30.943 66.964 31.101 67.035 31.284 C 67.107 31.462 67.142 31.652 67.142 31.851 C 67.143 32.039 67.112 32.225 67.05 32.402 C 66.991 32.578 66.9 32.741 66.781 32.884 C 66.669 33.022 66.532 33.134 66.368 33.22 C 66.202 33.304 66.017 33.347 65.831 33.344 C 65.695 33.343 65.56 33.32 65.432 33.275 C 65.304 33.224 65.183 33.157 65.072 33.076 C 64.96 32.99 64.859 32.889 64.773 32.777 C 64.687 32.661 64.615 32.535 64.558 32.402 L 64.558 31.262 C 64.584 31.136 64.64 31.018 64.719 30.917 C 64.806 30.805 64.905 30.712 65.018 30.634 C 65.132 30.555 65.255 30.491 65.386 30.443 C 65.519 30.392 65.647 30.367 65.769 30.367 Z M 58.541 30.367 C 58.725 30.367 58.897 30.405 59.054 30.481 C 59.218 30.558 59.365 30.667 59.485 30.802 C 59.607 30.936 59.702 31.094 59.768 31.277 C 59.839 31.455 59.876 31.647 59.876 31.851 C 59.876 32.056 59.839 32.256 59.768 32.44 C 59.704 32.614 59.608 32.775 59.485 32.915 C 59.363 33.046 59.217 33.153 59.054 33.228 C 58.897 33.304 58.725 33.343 58.541 33.343 C 58.361 33.344 58.183 33.305 58.019 33.228 C 57.86 33.151 57.717 33.045 57.598 32.915 C 57.477 32.777 57.381 32.619 57.314 32.448 C 57.247 32.261 57.213 32.064 57.215 31.866 C 57.215 31.657 57.248 31.462 57.314 31.284 C 57.386 31.101 57.481 30.943 57.598 30.81 C 57.716 30.676 57.859 30.567 58.019 30.488 C 58.181 30.407 58.36 30.365 58.541 30.366 Z M 108.01 30.289 C 108.19 30.289 108.358 30.323 108.517 30.389 C 108.675 30.449 108.812 30.537 108.93 30.649 C 109.054 30.761 109.153 30.899 109.23 31.062 C 109.312 31.221 109.359 31.394 109.376 31.584 L 106.661 31.584 C 106.673 31.404 106.717 31.227 106.79 31.063 C 106.868 30.904 106.964 30.77 107.083 30.656 C 107.204 30.54 107.347 30.449 107.504 30.389 C 107.664 30.322 107.836 30.288 108.01 30.289 Z M 72.932 30.289 C 73.112 30.289 73.28 30.323 73.439 30.389 C 73.598 30.449 73.735 30.537 73.852 30.649 C 73.976 30.761 74.076 30.899 74.152 31.062 C 74.234 31.221 74.282 31.394 74.298 31.584 L 71.583 31.584 C 71.596 31.404 71.64 31.227 71.713 31.063 C 71.79 30.904 71.887 30.77 72.005 30.656 C 72.126 30.54 72.27 30.449 72.427 30.389 C 72.587 30.322 72.759 30.288 72.932 30.289 Z M 115.539 29.784 C 115.186 29.784 114.858 29.869 114.558 30.037 C 114.272 30.194 114.035 30.428 113.875 30.711 L 113.875 29.853 L 113.261 29.853 L 113.261 33.848 L 113.936 33.848 L 113.936 31.438 C 113.981 31.287 114.051 31.145 114.143 31.017 C 114.322 30.77 114.57 30.581 114.855 30.473 C 114.994 30.418 115.133 30.389 115.27 30.389 C 115.536 30.389 115.733 30.486 115.862 30.68 C 115.994 30.875 116.06 31.185 116.06 31.614 L 116.06 33.848 L 116.735 33.848 L 116.735 31.461 C 116.735 31.221 116.714 30.999 116.673 30.795 C 116.644 30.608 116.579 30.429 116.482 30.267 C 116.394 30.118 116.267 29.996 116.114 29.916 C 115.96 29.828 115.768 29.785 115.539 29.785 Z M 108.01 29.784 C 107.709 29.784 107.432 29.84 107.183 29.953 C 106.938 30.056 106.716 30.207 106.531 30.397 C 106.351 30.585 106.21 30.805 106.108 31.055 C 106.01 31.309 105.961 31.579 105.963 31.851 C 105.963 32.131 106.011 32.399 106.108 32.654 C 106.206 32.898 106.349 33.121 106.531 33.312 C 106.713 33.504 106.932 33.658 107.175 33.764 C 107.437 33.874 107.718 33.929 108.002 33.925 C 108.379 33.926 108.749 33.828 109.076 33.642 C 109.23 33.55 109.363 33.443 109.475 33.32 C 109.59 33.202 109.683 33.065 109.751 32.915 L 109.168 32.754 C 109.127 32.856 109.066 32.948 108.983 33.03 C 108.906 33.113 108.815 33.182 108.715 33.236 C 108.613 33.292 108.503 33.339 108.386 33.374 C 108.268 33.404 108.147 33.42 108.025 33.42 C 107.854 33.42 107.685 33.386 107.527 33.32 C 107.374 33.254 107.233 33.161 107.112 33.046 C 106.988 32.925 106.887 32.782 106.814 32.624 C 106.735 32.453 106.688 32.269 106.676 32.08 L 109.996 32.08 C 110 32.055 110.003 32.019 110.003 31.973 C 110.008 31.927 110.012 31.876 110.012 31.82 C 110.012 31.555 109.963 31.3 109.866 31.056 C 109.779 30.814 109.644 30.592 109.468 30.405 C 109.289 30.212 109.072 30.059 108.831 29.953 C 108.573 29.838 108.293 29.78 108.01 29.784 Z M 100.564 29.784 C 100.288 29.784 100.034 29.84 99.805 29.953 C 99.582 30.059 99.383 30.21 99.222 30.397 C 99.054 30.593 98.924 30.819 98.839 31.063 C 98.75 31.319 98.706 31.588 98.708 31.858 C 98.708 32.124 98.751 32.379 98.839 32.624 C 98.93 32.869 99.059 33.085 99.222 33.275 C 99.385 33.463 99.58 33.613 99.805 33.726 C 100.039 33.839 100.296 33.896 100.556 33.894 C 100.84 33.894 101.119 33.823 101.369 33.688 C 101.49 33.617 101.603 33.532 101.706 33.436 C 101.813 33.333 101.905 33.221 101.983 33.098 L 101.983 33.803 C 101.983 34.012 101.944 34.193 101.867 34.346 C 101.8 34.494 101.7 34.624 101.576 34.728 C 101.454 34.831 101.308 34.908 101.139 34.959 C 100.976 35.009 100.802 35.035 100.617 35.035 C 100.337 35.037 100.059 34.977 99.805 34.859 C 99.556 34.742 99.343 34.56 99.191 34.331 L 98.8 34.675 C 98.981 34.942 99.222 35.162 99.505 35.318 C 99.793 35.476 100.163 35.556 100.617 35.556 C 100.898 35.556 101.161 35.517 101.407 35.44 C 101.644 35.371 101.865 35.257 102.059 35.104 C 102.244 34.956 102.389 34.772 102.496 34.552 C 102.603 34.339 102.657 34.088 102.657 33.803 L 102.657 29.853 L 102.059 29.853 L 102.059 30.649 C 101.895 30.404 101.684 30.193 101.438 30.029 C 101.193 29.866 100.901 29.784 100.564 29.784 Z M 93.71 29.784 C 93.188 29.784 92.67 29.958 92.153 30.305 L 92.376 30.741 C 92.82 30.43 93.246 30.274 93.649 30.274 C 93.986 30.274 94.247 30.368 94.432 30.558 C 94.615 30.741 94.708 30.996 94.708 31.323 L 94.708 31.644 C 94.536 31.578 94.359 31.529 94.178 31.498 C 93.983 31.463 93.786 31.446 93.588 31.445 C 93.342 31.445 93.115 31.476 92.905 31.537 C 92.714 31.592 92.533 31.677 92.368 31.79 C 92.225 31.892 92.107 32.025 92.023 32.18 C 91.94 32.332 91.898 32.504 91.9 32.677 C 91.9 32.86 91.934 33.022 92.001 33.175 C 92.072 33.324 92.166 33.453 92.284 33.565 C 92.407 33.677 92.55 33.767 92.714 33.833 C 92.878 33.894 93.054 33.925 93.243 33.925 C 93.554 33.925 93.846 33.864 94.117 33.742 C 94.387 33.618 94.622 33.429 94.799 33.19 L 94.815 33.473 C 94.829 33.585 94.876 33.682 94.953 33.764 C 95.035 33.84 95.142 33.879 95.276 33.879 C 95.325 33.879 95.374 33.876 95.42 33.872 C 95.479 33.865 95.539 33.857 95.597 33.848 L 95.597 33.267 C 95.454 33.263 95.383 33.18 95.383 33.022 L 95.383 31.391 C 95.383 30.882 95.234 30.486 94.937 30.206 C 94.646 29.926 94.237 29.784 93.71 29.784 Z M 80.461 29.784 C 80.109 29.784 79.781 29.869 79.48 30.037 C 79.194 30.194 78.958 30.428 78.797 30.711 L 78.797 29.853 L 78.183 29.853 L 78.183 33.848 L 78.858 33.848 L 78.858 31.438 C 78.904 31.287 78.974 31.145 79.065 31.017 C 79.156 30.892 79.264 30.781 79.387 30.688 C 79.507 30.598 79.638 30.526 79.778 30.473 C 79.917 30.418 80.055 30.389 80.193 30.389 C 80.459 30.389 80.656 30.486 80.784 30.68 C 80.917 30.875 80.983 31.185 80.983 31.614 L 80.983 33.848 L 81.658 33.848 L 81.658 31.461 C 81.658 31.221 81.637 30.999 81.595 30.795 C 81.567 30.608 81.502 30.429 81.405 30.267 C 81.317 30.118 81.189 29.996 81.036 29.916 C 80.883 29.828 80.69 29.785 80.461 29.785 Z M 72.932 29.784 C 72.632 29.784 72.355 29.84 72.105 29.953 C 71.86 30.056 71.638 30.207 71.453 30.397 C 71.272 30.588 71.128 30.811 71.03 31.055 C 70.933 31.309 70.883 31.579 70.885 31.851 C 70.885 32.131 70.933 32.399 71.03 32.654 C 71.128 32.898 71.272 33.121 71.453 33.312 C 71.636 33.504 71.855 33.658 72.098 33.764 C 72.347 33.872 72.623 33.925 72.925 33.925 C 73.301 33.926 73.671 33.828 73.998 33.642 C 74.147 33.555 74.281 33.446 74.398 33.32 C 74.515 33.197 74.607 33.063 74.673 32.915 L 74.091 32.754 C 74.05 32.856 73.989 32.948 73.906 33.03 C 73.828 33.113 73.738 33.183 73.638 33.236 C 73.535 33.292 73.425 33.339 73.308 33.374 C 73.19 33.404 73.069 33.42 72.947 33.42 C 72.774 33.42 72.608 33.387 72.449 33.32 C 72.296 33.254 72.156 33.161 72.035 33.046 C 71.91 32.925 71.809 32.782 71.737 32.624 C 71.657 32.453 71.61 32.269 71.598 32.08 L 74.918 32.08 C 74.923 32.055 74.926 32.019 74.926 31.973 C 74.931 31.922 74.934 31.871 74.934 31.82 C 74.934 31.555 74.885 31.3 74.788 31.056 C 74.608 30.563 74.235 30.165 73.754 29.953 C 73.495 29.838 73.215 29.781 72.932 29.784 Z M 65.939 29.784 C 65.632 29.784 65.35 29.862 65.095 30.014 C 64.847 30.16 64.637 30.361 64.481 30.603 L 64.481 29.853 L 63.883 29.853 L 63.883 35.478 L 64.558 35.478 L 64.558 33.06 C 64.707 33.309 64.905 33.516 65.156 33.68 C 65.411 33.843 65.705 33.925 66.039 33.925 C 66.29 33.928 66.539 33.873 66.766 33.764 C 66.983 33.655 67.176 33.504 67.334 33.32 C 67.493 33.132 67.615 32.912 67.703 32.662 C 67.79 32.401 67.834 32.127 67.832 31.851 C 67.832 31.58 67.784 31.32 67.686 31.07 C 67.599 30.828 67.467 30.605 67.296 30.412 C 67.13 30.22 66.926 30.064 66.698 29.953 C 66.461 29.839 66.201 29.781 65.939 29.784 Z M 58.541 29.784 C 58.244 29.784 57.971 29.84 57.72 29.953 C 57.481 30.061 57.265 30.214 57.085 30.405 C 56.908 30.597 56.767 30.82 56.67 31.063 C 56.572 31.316 56.523 31.586 56.524 31.858 C 56.524 32.139 56.573 32.397 56.67 32.647 C 56.763 32.89 56.9 33.113 57.076 33.305 C 57.256 33.494 57.468 33.645 57.713 33.757 C 57.974 33.871 58.256 33.929 58.541 33.926 C 58.843 33.926 59.117 33.869 59.362 33.757 C 59.604 33.651 59.823 33.497 60.005 33.305 C 60.185 33.117 60.324 32.897 60.42 32.647 C 60.517 32.396 60.567 32.128 60.566 31.859 C 60.567 31.586 60.515 31.316 60.413 31.063 C 60.319 30.819 60.178 30.595 59.998 30.405 C 59.819 30.212 59.603 30.058 59.362 29.953 C 59.103 29.839 58.824 29.781 58.541 29.784 Z M 51.855 29.784 C 51.548 29.784 51.271 29.84 51.02 29.953 C 50.78 30.056 50.563 30.207 50.384 30.397 C 50.203 30.584 50.062 30.805 49.969 31.048 C 49.871 31.301 49.821 31.571 49.823 31.843 C 49.823 32.125 49.872 32.392 49.969 32.647 C 50.071 32.897 50.213 33.117 50.391 33.305 C 50.774 33.707 51.308 33.932 51.864 33.926 C 52.062 33.925 52.252 33.899 52.43 33.848 C 52.605 33.802 52.772 33.733 52.928 33.643 C 53.072 33.559 53.202 33.453 53.313 33.328 C 53.425 33.205 53.511 33.071 53.572 32.922 L 52.913 32.723 C 52.88 32.815 52.829 32.898 52.761 32.968 C 52.685 33.042 52.6 33.106 52.507 33.159 C 52.409 33.218 52.303 33.265 52.193 33.297 C 52.081 33.328 51.965 33.343 51.847 33.343 C 51.664 33.343 51.49 33.304 51.326 33.229 C 51.167 33.151 51.025 33.045 50.905 32.915 C 50.784 32.771 50.688 32.608 50.621 32.433 C 50.548 32.245 50.512 32.045 50.513 31.844 C 50.513 31.634 50.547 31.432 50.613 31.255 C 50.679 31.084 50.775 30.926 50.896 30.788 C 51.014 30.654 51.155 30.552 51.318 30.481 C 51.483 30.405 51.656 30.367 51.84 30.367 C 52.055 30.364 52.267 30.42 52.454 30.527 C 52.638 30.629 52.781 30.775 52.883 30.963 L 53.542 30.756 C 53.396 30.463 53.167 30.218 52.883 30.052 C 52.597 29.875 52.254 29.785 51.855 29.785 Z M 85.199 28.262 L 85.199 33.848 L 85.874 33.848 L 85.874 31.437 C 85.92 31.284 85.987 31.145 86.074 31.016 C 86.165 30.889 86.267 30.78 86.38 30.688 C 86.498 30.595 86.623 30.524 86.755 30.473 C 86.889 30.417 87.023 30.388 87.155 30.388 C 87.431 30.388 87.64 30.491 87.784 30.695 C 87.927 30.894 87.999 31.201 87.999 31.613 L 87.999 33.848 L 88.673 33.848 L 88.673 31.461 C 88.673 31.225 88.65 31.006 88.604 30.802 C 88.571 30.611 88.5 30.43 88.397 30.266 C 88.299 30.117 88.164 29.997 88.006 29.915 C 87.842 29.828 87.643 29.784 87.408 29.784 C 87.086 29.784 86.789 29.865 86.518 30.028 C 86.247 30.193 86.033 30.42 85.874 30.711 L 85.874 28.262 Z M 159.033 8.707 C 159.933 8.707 160.751 8.951 161.488 9.387 C 162.224 9.822 162.796 10.448 163.232 11.209 C 163.668 11.972 163.886 12.843 163.886 13.794 C 163.886 14.746 163.668 15.644 163.232 16.406 C 162.796 17.195 162.224 17.821 161.488 18.256 C 160.751 18.692 159.933 18.91 159.033 18.91 C 158.134 18.91 157.289 18.692 156.553 18.256 C 155.817 17.821 155.245 17.195 154.836 16.406 C 154.399 15.644 154.208 14.775 154.208 13.794 C 154.208 12.814 154.399 11.972 154.836 11.209 C 155.245 10.448 155.817 9.822 156.553 9.387 C 157.302 8.937 158.16 8.702 159.033 8.707 Z M 7.498 8.707 C 8.398 8.707 9.215 8.951 9.951 9.387 C 10.687 9.822 11.26 10.448 11.695 11.209 C 12.132 12 12.35 12.87 12.35 13.822 C 12.35 14.774 12.132 15.672 11.695 16.434 C 11.26 17.195 10.687 17.821 9.951 18.256 C 9.215 18.692 8.398 18.91 7.498 18.91 C 6.598 18.91 5.753 18.692 5.016 18.256 C 4.281 17.821 3.708 17.195 3.299 16.434 C 2.863 15.672 2.673 14.8 2.673 13.822 C 2.673 12.843 2.863 12 3.299 11.209 C 3.709 10.448 4.281 9.822 5.016 9.387 C 5.765 8.938 6.624 8.702 7.498 8.707 Z M 55.762 8.599 C 56.961 8.599 57.915 8.979 58.679 9.686 C 59.414 10.421 59.878 11.4 60.042 12.597 L 50.964 12.597 C 51.181 11.4 51.699 10.421 52.517 9.686 C 53.335 8.979 54.425 8.599 55.762 8.599 Z M 97.127 6.34 C 96.719 6.34 96.392 6.476 96.119 6.748 C 95.847 7.021 95.737 7.347 95.737 7.727 L 95.737 14.421 C 95.737 15.917 96.01 17.169 96.583 18.203 C 97.127 19.235 97.919 20.052 98.927 20.569 C 99.881 21.114 100.917 21.385 102.062 21.412 L 108.442 21.412 C 108.796 21.412 109.096 21.277 109.341 21.032 C 109.586 20.788 109.723 20.488 109.723 20.107 L 109.723 7.727 C 109.723 7.319 109.586 6.993 109.341 6.72 C 109.068 6.476 108.741 6.34 108.333 6.34 C 107.925 6.34 107.597 6.476 107.325 6.72 C 107.051 6.993 106.943 7.32 106.943 7.727 L 106.943 15.4 C 106.943 16.08 106.752 16.652 106.397 17.169 C 106.043 17.712 105.552 18.12 104.925 18.419 C 104.298 18.745 103.589 18.883 102.853 18.883 C 101.517 18.883 100.481 18.529 99.691 17.766 C 98.9 17.004 98.518 15.889 98.518 14.42 L 98.518 7.727 C 98.518 7.347 98.382 7.021 98.11 6.748 C 97.836 6.476 97.509 6.34 97.127 6.34 Z M 55.762 6.258 C 54.344 6.258 53.062 6.584 51.945 7.238 C 50.827 7.892 49.954 8.788 49.328 9.932 C 48.701 11.074 48.401 12.38 48.401 13.822 C 48.401 15.263 48.727 16.569 49.381 17.712 C 50.037 18.855 50.963 19.753 52.162 20.406 C 53.334 21.059 54.671 21.358 56.17 21.358 C 56.988 21.358 57.86 21.222 58.788 20.896 C 59.715 20.597 60.478 20.188 61.106 19.698 C 61.377 19.48 61.541 19.209 61.541 18.883 C 61.541 18.556 61.377 18.229 61.05 17.957 C 60.815 17.779 60.528 17.684 60.233 17.686 C 59.879 17.686 59.578 17.794 59.333 17.984 C 58.951 18.283 58.461 18.529 57.861 18.72 C 57.32 18.919 56.747 19.02 56.17 19.018 C 54.78 19.018 53.608 18.637 52.654 17.849 C 51.699 17.086 51.126 16.052 50.935 14.774 L 61.295 14.774 C 61.649 14.774 61.95 14.665 62.195 14.448 C 62.426 14.217 62.554 13.903 62.549 13.577 C 62.549 12.162 62.277 10.883 61.732 9.767 C 61.186 8.68 60.397 7.808 59.387 7.183 C 58.351 6.584 57.152 6.258 55.762 6.258 Z M 1.31 6.258 C 0.928 6.258 0.628 6.394 0.382 6.639 C 0.11 6.911 0 7.211 0 7.565 L 0 26.229 C 0 26.664 0.11 26.991 0.382 27.235 C 0.628 27.508 0.955 27.616 1.391 27.616 C 1.772 27.616 2.1 27.508 2.371 27.235 C 2.645 26.991 2.781 26.664 2.781 26.229 L 2.781 18.882 C 3.409 19.671 4.171 20.27 5.099 20.704 C 5.999 21.14 6.98 21.358 8.043 21.358 C 9.352 21.358 10.523 21.031 11.587 20.378 C 12.65 19.725 13.495 18.827 14.096 17.685 C 14.695 16.542 15.022 15.236 15.022 13.821 C 15.022 12.406 14.695 11.128 14.041 9.984 C 13.394 8.849 12.452 7.91 11.315 7.264 C 10.153 6.599 8.837 6.252 7.498 6.258 Z M 121.608 6.231 C 121.254 6.231 120.927 6.367 120.681 6.612 C 120.409 6.883 120.3 7.184 120.3 7.538 L 120.3 19.889 C 120.3 20.298 120.409 20.624 120.681 20.896 C 120.954 21.168 121.281 21.277 121.689 21.277 C 122.097 21.277 122.426 21.168 122.699 20.896 C 122.944 20.624 123.081 20.298 123.081 19.889 L 123.081 12.216 C 123.081 11.21 123.38 10.394 123.979 9.714 C 124.58 9.061 125.37 8.735 126.351 8.735 C 127.278 8.735 128.015 9.033 128.56 9.605 C 129.104 10.176 129.405 11.02 129.405 12.108 L 129.405 19.889 C 129.405 20.298 129.514 20.624 129.786 20.896 C 130.059 21.168 130.386 21.277 130.796 21.277 C 131.205 21.277 131.531 21.168 131.804 20.896 C 132.049 20.624 132.186 20.297 132.186 19.889 L 132.186 12.216 C 132.186 11.209 132.485 10.394 133.086 9.714 C 133.685 9.06 134.475 8.735 135.43 8.735 C 136.385 8.735 137.092 9.033 137.638 9.605 C 138.183 10.176 138.483 11.02 138.483 12.108 L 138.483 19.889 C 138.483 20.298 138.593 20.624 138.865 20.895 C 139.137 21.168 139.464 21.276 139.873 21.276 C 140.282 21.276 140.61 21.168 140.882 20.895 C 141.127 20.624 141.264 20.297 141.264 19.889 L 141.264 12.108 C 141.264 10.258 140.773 8.816 139.791 7.781 C 138.81 6.748 137.529 6.23 135.975 6.23 L 121.608 6.23 Z M 73.083 6.231 C 72.702 6.231 72.402 6.367 72.157 6.612 C 71.884 6.883 71.775 7.184 71.775 7.538 L 71.775 19.889 C 71.775 20.298 71.884 20.624 72.157 20.896 C 72.429 21.168 72.756 21.277 73.166 21.277 C 73.575 21.277 73.902 21.168 74.174 20.896 C 74.42 20.624 74.556 20.298 74.556 19.889 L 74.556 12.216 C 74.556 11.563 74.719 10.993 75.074 10.449 C 75.428 9.932 75.919 9.523 76.546 9.197 C 77.174 8.898 77.882 8.735 78.645 8.735 C 79.954 8.735 80.989 9.115 81.78 9.877 C 82.57 10.638 82.979 11.754 82.979 13.197 L 82.979 19.889 C 82.979 20.298 83.089 20.624 83.361 20.896 C 83.634 21.168 83.96 21.277 84.37 21.277 C 84.752 21.277 85.079 21.168 85.352 20.896 C 85.624 20.624 85.761 20.298 85.761 19.889 L 85.761 13.196 C 85.761 11.727 85.461 10.475 84.915 9.441 C 84.343 8.407 83.552 7.591 82.571 7.047 C 81.617 6.557 80.581 6.286 79.436 6.258 C 79.409 6.258 79.354 6.231 79.354 6.231 Z M 152.927 0 C 152.491 0 152.164 0.137 151.918 0.381 C 151.646 0.654 151.537 0.98 151.537 1.388 L 151.537 20.08 C 151.537 20.433 151.646 20.733 151.918 20.976 C 152.164 21.249 152.463 21.358 152.846 21.358 L 159.034 21.358 C 160.424 21.358 161.706 21.031 162.85 20.379 C 163.996 19.725 164.895 18.8 165.576 17.658 C 166.23 16.516 166.559 15.236 166.559 13.794 C 166.559 12.352 166.231 11.101 165.631 9.959 C 165.032 8.816 164.186 7.919 163.124 7.239 C 162.06 6.584 160.887 6.258 159.579 6.258 C 158.516 6.258 157.535 6.476 156.634 6.911 C 155.709 7.347 154.944 7.972 154.318 8.735 L 154.318 1.388 C 154.318 0.98 154.181 0.654 153.909 0.381 C 153.635 0.137 153.308 0 152.927 0 Z M 26.238 0 C 25.829 0 25.502 0.137 25.23 0.381 C 24.958 0.654 24.848 0.98 24.848 1.388 L 24.848 19.889 C 24.848 20.298 24.958 20.624 25.23 20.896 C 25.502 21.168 25.829 21.277 26.238 21.277 C 26.648 21.277 26.975 21.168 27.248 20.896 C 27.493 20.624 27.629 20.297 27.629 19.889 L 27.629 12.216 C 27.629 11.564 27.792 10.993 28.147 10.448 C 28.501 9.932 28.992 9.523 29.62 9.197 C 30.246 8.898 30.955 8.735 31.719 8.735 C 33.027 8.735 34.063 9.114 34.853 9.877 C 35.644 10.638 36.053 11.726 36.053 13.196 L 36.053 19.889 C 36.053 20.298 36.162 20.624 36.435 20.896 C 36.707 21.168 37.035 21.277 37.443 21.277 C 37.824 21.277 38.152 21.168 38.425 20.896 C 38.697 20.624 38.833 20.297 38.833 19.889 L 38.833 13.196 C 38.833 11.726 38.534 10.475 37.988 9.441 C 37.415 8.407 36.625 7.591 35.644 7.047 C 34.636 6.504 33.518 6.231 32.264 6.231 C 31.337 6.231 30.492 6.394 29.701 6.72 C 28.883 7.047 28.202 7.483 27.629 8.054 L 27.629 1.388 C 27.629 0.98 27.493 0.654 27.248 0.381 C 26.975 0.137 26.648 0 26.238 0 Z\" fill=\"rgb(11,5,29)\"></path></g></svg>',svgContentId:9563589203,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bnxhhk\",\"data-framer-name\":\"teeshoppen\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g><path d=\"M 7.739 26.613 L 11.339 26.613 L 11.339 18.742 L 14.359 18.742 L 14.359 15.885 L 4.698 15.885 L 4.698 18.732 L 7.739 18.732 Z M 24.366 23.878 L 18.691 23.878 L 18.691 22.596 L 23.705 22.596 L 23.705 19.912 L 18.701 19.912 L 18.701 18.59 L 24.193 18.59 L 24.193 15.885 L 15.173 15.885 L 15.173 26.613 L 24.366 26.613 Z M 28.286 30.872 L 30.034 30.872 L 30.034 29.816 L 28.29 29.816 L 28.29 29.296 L 30.203 29.296 L 30.203 28.232 L 27.06 28.232 L 27.06 32.451 L 30.264 32.451 L 30.264 31.376 L 28.286 31.376 Z M 29.201 23.878 L 29.201 22.596 L 34.215 22.596 L 34.215 19.912 L 29.211 19.912 L 29.211 18.59 L 34.703 18.59 L 34.703 15.885 L 25.682 15.885 L 25.682 26.613 L 34.875 26.613 L 34.875 23.878 Z M 6.93 29.72 C 6.235 29.72 6.129 29.476 6.277 29.237 C 6.425 28.998 7.022 29.13 7.309 29.288 C 7.597 29.445 7.871 29.646 7.871 29.646 L 8.547 28.784 C 8.547 28.784 7.959 28.132 6.88 28.132 C 5.801 28.132 4.989 28.636 4.989 29.681 C 4.989 30.725 6.194 30.897 6.628 30.935 C 7.063 30.973 7.437 31.015 7.437 31.255 C 7.437 31.496 7.185 31.591 6.632 31.48 C 6.079 31.37 5.507 30.897 5.507 30.897 L 4.87 31.839 C 4.87 31.839 5.408 32.541 6.941 32.541 C 8.474 32.541 8.653 31.389 8.653 30.897 C 8.653 30.405 8.064 29.72 6.93 29.72 Z M 11.875 29.707 L 10.358 29.707 L 10.358 28.189 L 9.061 28.189 L 9.061 32.491 L 10.327 32.491 L 10.327 30.859 L 11.883 30.859 L 11.883 32.491 L 13.18 32.491 L 13.18 28.25 L 11.875 28.25 Z M 15.914 28.098 C 14.64 28.098 13.607 29.088 13.607 30.31 C 13.607 31.531 14.639 32.522 15.914 32.522 C 17.188 32.522 18.221 31.531 18.221 30.31 C 18.221 29.088 17.188 28.098 15.914 28.098 Z M 15.929 31.408 C 15.346 31.408 14.873 30.919 14.873 30.316 C 14.873 29.713 15.346 29.224 15.929 29.224 C 16.512 29.224 16.985 29.713 16.985 30.316 C 16.985 30.919 16.512 31.408 15.929 31.408 Z M 21.193 28.189 L 18.681 28.189 L 18.681 32.521 L 19.998 32.521 L 19.998 31.098 L 21.269 31.098 C 21.971 31.098 22.464 30.559 22.464 29.674 C 22.464 28.789 21.742 28.19 21.193 28.19 Z M 20.913 30.075 L 19.921 30.075 L 19.921 29.288 C 19.921 29.288 20.681 29.285 20.915 29.285 C 21.15 29.285 21.228 29.496 21.228 29.682 C 21.228 29.868 21.228 30.076 20.913 30.076 Z M 25.36 28.189 L 22.848 28.189 L 22.848 32.521 L 24.165 32.521 L 24.165 31.098 L 25.436 31.098 C 26.138 31.098 26.631 30.559 26.631 29.674 C 26.631 28.789 25.909 28.19 25.36 28.19 Z M 25.08 30.075 L 24.088 30.075 L 24.088 29.288 C 24.088 29.288 24.848 29.285 25.083 29.285 C 25.317 29.285 25.396 29.496 25.396 29.682 C 25.396 29.868 25.396 30.076 25.08 30.076 Z M 33.574 30.21 L 32.148 28.189 L 30.813 28.189 L 30.813 32.451 L 32.102 32.451 L 32.102 30.32 L 33.658 32.451 L 34.875 32.451 L 34.875 28.232 L 33.574 28.232 Z\" fill=\"rgb(33,33,33)\"></path><path d=\"M 0 0 L 0 39.996 L 39.996 39.996 L 39.996 0 Z M 36.411 36.563 L 3.508 36.563 L 3.508 3.661 L 36.411 3.661 L 36.411 36.563 Z\" fill=\"rgb(33,33,33)\"></path></g></svg>',svgContentId:9021679420,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hr2sg2\",\"data-framer-name\":\"Bahne_logo_Black_100mm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 153 26\"><g transform=\"translate(0 0.003)\"><path d=\"M 0 0 L 153.001 0 L 153.001 25.987 L 0 25.987 Z\" fill=\"transparent\"></path><path d=\"M 59.213 10.239 L 59.206 10.239 C 59.206 10.22 59.208 10.201 59.208 10.18 C 59.208 8.297 57.687 6.772 55.812 6.772 C 55.789 6.772 55.766 6.774 55.742 6.776 L 55.742 6.741 L 31.39 6.741 L 31.39 12.083 L 53.471 12.083 L 53.471 13.43 L 34.779 13.43 L 34.779 13.448 L 34.773 13.448 C 32.93 13.448 31.432 14.924 31.383 16.764 L 31.348 16.764 L 31.348 21.768 L 31.381 21.768 C 31.416 23.62 32.919 25.112 34.773 25.112 L 55.812 25.112 C 57.687 25.112 59.208 23.586 59.208 21.702 C 59.208 21.68 59.206 21.659 59.204 21.638 L 59.213 21.638 Z M 53.383 19.882 L 37.279 19.882 L 37.279 18.558 L 53.383 18.558 Z\" fill=\"rgb(30,27,29)\"></path><path d=\"M 124.711 21.608 L 124.72 21.608 C 124.72 21.627 124.717 21.647 124.717 21.667 C 124.717 23.549 126.238 25.075 128.111 25.075 C 128.135 25.075 128.158 25.073 128.183 25.072 L 128.183 25.106 L 152.534 25.106 L 152.534 19.765 L 130.454 19.765 L 130.454 18.418 L 149.147 18.418 L 149.147 18.399 L 149.151 18.399 C 150.996 18.399 152.492 16.924 152.542 15.085 L 152.577 15.085 L 152.577 10.081 L 152.544 10.081 C 152.51 8.227 151.005 6.735 149.151 6.735 L 128.111 6.735 C 126.238 6.735 124.717 8.263 124.717 10.146 C 124.717 10.167 124.72 10.188 124.72 10.21 L 124.711 10.21 Z M 130.542 11.966 L 146.646 11.966 L 146.646 13.288 L 130.542 13.288 Z\" fill=\"rgb(30,27,29)\"></path><path d=\"M 90.642 10.239 C 90.642 10.22 90.645 10.201 90.645 10.18 C 90.645 8.297 89.123 6.772 87.25 6.772 C 87.225 6.772 87.203 6.774 87.178 6.776 L 87.178 6.741 L 68.622 6.741 L 68.622 0 L 62.696 0 L 62.696 25.1 L 68.622 25.1 L 68.622 12.124 L 82.806 12.118 C 84.113 12.155 84.182 12.409 84.184 14.063 L 84.184 25.112 L 90.649 25.112 L 90.649 10.239 Z\" fill=\"rgb(30,27,29)\"></path><path d=\"M 121.708 10.239 C 121.708 10.22 121.71 10.201 121.71 10.18 C 121.71 8.297 120.192 6.772 118.316 6.772 C 118.291 6.772 118.268 6.774 118.244 6.776 L 118.244 6.741 L 93.763 6.741 L 93.763 25.1 L 99.689 25.1 L 99.689 12.124 L 113.867 12.118 C 115.175 12.155 115.244 12.409 115.246 14.063 L 115.25 25.112 L 121.715 25.112 L 121.715 10.239 Z\" fill=\"rgb(30,27,29)\"></path><path d=\"M 27.866 10.239 L 27.857 10.239 C 27.857 10.22 27.86 10.201 27.86 10.18 C 27.86 8.297 26.339 6.772 24.466 6.772 C 24.441 6.772 24.419 6.774 24.394 6.776 L 24.394 6.741 L 5.925 6.741 L 5.925 0 L 0 0 L 0 21.768 L 0.032 21.768 C 0.068 23.62 1.571 25.112 3.424 25.112 C 3.569 25.112 3.71 25.1 3.849 25.082 L 24.041 25.082 C 24.178 25.1 24.32 25.112 24.466 25.112 C 26.339 25.112 27.86 23.586 27.86 21.702 C 27.86 21.68 27.857 21.659 27.855 21.638 L 27.866 21.638 Z M 22.065 17.484 C 22.065 18.758 21.037 19.789 19.77 19.789 L 8.225 19.789 C 6.958 19.789 5.929 18.758 5.929 17.484 L 5.929 14.682 C 5.929 13.409 6.958 12.377 8.225 12.377 L 19.77 12.377 C 21.037 12.377 22.065 13.409 22.065 14.682 Z\" fill=\"rgb(30,27,29)\"></path></g></svg>',svgContentId:12490184233,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17oc53s\",\"data-framer-name\":\"decofarver logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 194 28\"><path d=\"M 0.13 1.325 L 0.13 27.35 L 12.109 27.35 C 14.178 27.35 15.861 27.145 17.16 26.735 C 18.363 26.276 19.77 25.395 21.381 24.092 C 22.151 23.417 22.765 22.536 23.222 21.45 C 23.414 21.113 23.522 20.87 23.546 20.726 C 23.57 20.654 23.606 20.521 23.655 20.328 C 23.703 20.207 23.739 20.075 23.762 19.929 C 23.835 19.519 23.907 19.158 23.98 18.844 C 24.027 18.41 24.052 18.072 24.052 17.83 C 24.1 17.637 24.148 17.336 24.197 16.926 C 24.22 16.708 24.232 16.31 24.232 15.731 L 24.232 12.401 C 24.232 9.602 23.305 7.093 21.454 4.872 C 19.385 2.508 16.222 1.325 11.965 1.325 Z M 5.578 5.85 L 11.892 5.85 L 13.48 5.922 L 14.923 6.211 C 15.861 6.478 16.607 7.116 17.16 8.13 C 17.593 8.951 17.893 10 18.062 11.279 C 18.11 11.593 18.158 12.039 18.206 12.618 C 18.23 12.931 18.243 13.391 18.243 13.994 L 18.243 15.55 C 18.203 16.021 18.155 16.492 18.099 16.961 C 18.002 17.637 17.918 18.144 17.846 18.481 C 17.822 18.603 17.785 18.796 17.737 19.061 C 17.688 19.23 17.665 19.327 17.665 19.351 L 17.052 20.763 C 16.403 21.776 15.584 22.391 14.598 22.608 L 13.985 22.717 L 13.336 22.79 L 11.892 22.825 L 5.578 22.825 L 5.578 5.85 Z M 28.249 10.663 C 26.613 12.305 25.795 14.67 25.795 17.758 C 25.795 20.895 26.637 23.271 28.321 24.889 C 30.028 26.53 32.385 27.35 35.393 27.35 L 42.717 27.35 L 42.717 23.404 C 36.656 23.404 33.312 23.223 32.686 22.861 C 31.821 22.307 31.388 21.305 31.388 19.858 L 42.717 19.858 L 42.717 15.84 L 31.388 15.84 C 31.388 14.368 31.832 13.366 32.722 12.835 C 33.42 12.425 34.539 12.22 36.078 12.22 L 42.717 12.22 L 42.717 8.275 C 34.707 8.275 29.884 9.071 28.249 10.664 Z M 50.003 8.962 C 48.44 9.469 47.19 10.604 46.251 12.365 C 45.289 14.126 44.808 16.009 44.808 18.011 C 44.808 19.99 45.325 21.8 46.359 23.44 C 47.49 25.226 48.993 26.373 50.869 26.88 L 51.988 27.169 C 52.228 27.217 52.493 27.242 52.782 27.242 L 54.838 27.35 L 61.586 27.35 L 61.586 23.259 C 55.885 23.259 52.577 22.91 51.664 22.211 C 50.628 21.414 50.112 19.966 50.112 17.867 C 50.112 15.622 50.617 14.127 51.627 13.378 C 52.469 12.751 54.032 12.437 56.318 12.437 L 61.586 12.437 L 61.586 8.275 C 55.452 8.275 51.591 8.504 50.003 8.963 Z M 68.149 8.564 C 66.97 9.023 65.888 9.711 64.902 10.628 C 63.026 12.437 62.088 14.826 62.088 17.794 C 62.088 20.787 63.026 23.188 64.902 24.997 C 66.778 26.832 69.207 27.748 72.19 27.748 C 75.172 27.748 77.602 26.819 79.479 24.961 C 81.33 23.103 82.257 20.714 82.257 17.794 C 82.257 14.85 81.33 12.449 79.479 10.591 C 77.65 8.782 75.221 7.877 72.19 7.877 C 70.65 7.877 69.303 8.105 68.149 8.564 Z M 68.582 21.92 C 67.74 20.787 67.319 19.436 67.319 17.867 C 67.319 16.201 67.716 14.85 68.51 13.812 C 69.448 12.654 70.686 12.075 72.226 12.075 C 73.838 12.075 75.04 12.643 75.834 13.776 C 76.628 14.886 77.025 16.237 77.025 17.83 C 77.025 19.495 76.616 20.847 75.798 21.884 C 74.86 23.043 73.645 23.622 72.154 23.622 C 70.615 23.622 69.424 23.054 68.582 21.92 Z M 89.312 2.737 C 87.46 3.678 86.173 5.187 85.451 7.261 C 84.85 8.999 84.549 11.713 84.549 15.405 L 84.549 27.35 L 90.07 27.35 L 90.07 16.672 L 105.621 16.672 L 105.621 12.22 L 90.07 12.22 C 90.07 11.135 90.226 10.17 90.539 9.325 C 90.851 8.528 91.284 7.853 91.837 7.298 C 92.8 6.332 94.46 5.85 96.817 5.85 L 105.621 5.85 L 105.621 1.326 C 96.601 1.326 91.164 1.796 89.312 2.737 Z M 106.963 8.275 L 106.963 12.22 C 114.059 12.22 117.955 12.425 118.653 12.835 C 119.52 13.414 119.952 14.391 119.952 15.767 C 113.169 15.767 109.175 16.153 107.973 16.925 C 106.458 17.938 105.699 19.423 105.699 21.378 C 105.699 23.381 106.229 24.876 107.287 25.866 C 108.345 26.855 109.789 27.35 111.617 27.35 L 125.076 27.35 C 125.076 16.877 124.402 11.073 123.055 9.94 C 121.732 8.83 119.796 8.275 117.246 8.275 Z M 111.798 23.223 C 111.268 22.91 111.004 22.354 111.004 21.559 C 111.004 20.763 111.328 20.207 111.978 19.894 C 112.484 19.676 113.169 19.568 114.035 19.568 L 119.952 19.568 L 119.952 23.55 L 113.674 23.55 C 112.832 23.55 112.206 23.44 111.798 23.223 Z M 126.896 8.275 L 126.896 27.35 L 131.875 27.35 L 131.875 11.931 L 134.148 11.967 L 134.977 12.075 C 135.603 12.268 135.916 13.125 135.916 14.645 L 135.844 16.237 L 140.607 16.237 C 140.607 12.522 140.245 10.265 139.524 9.469 C 138.803 8.673 137.407 8.275 135.339 8.275 Z M 157.117 8.275 L 151.561 21.848 L 146.257 8.275 L 140.701 8.275 L 148.746 27.35 L 154.087 27.35 L 162.53 8.275 Z M 163.978 10.663 C 162.341 12.305 161.524 14.67 161.524 17.758 C 161.524 20.895 162.366 23.271 164.05 24.889 C 165.757 26.53 168.114 27.35 171.121 27.35 L 178.446 27.35 L 178.446 23.404 C 172.385 23.404 169.041 23.223 168.415 22.861 C 167.55 22.307 167.116 21.305 167.116 19.858 L 178.446 19.858 L 178.446 15.84 L 167.116 15.84 C 167.116 14.368 167.562 13.366 168.452 12.835 C 169.15 12.425 170.267 12.22 171.807 12.22 L 178.446 12.22 L 178.446 8.275 C 170.436 8.275 165.613 9.071 163.978 10.664 Z M 180.102 8.275 L 180.102 27.35 L 185.082 27.35 L 185.082 11.931 L 187.355 11.967 L 188.184 12.075 C 188.81 12.268 189.122 13.125 189.122 14.645 L 189.05 16.237 L 193.813 16.237 C 193.813 12.522 193.452 10.265 192.731 9.469 C 192.009 8.673 190.613 8.275 188.545 8.275 Z M 180.074 5.152 L 181.084 5.152 L 181.084 6.217 L 180.074 6.217 Z M 184.887 2.708 L 184.777 2.699 L 184.276 2.699 L 183.987 2.708 L 183.707 2.717 C 183.611 2.717 183.517 2.745 183.426 2.802 C 183.351 2.85 183.277 2.901 183.206 2.956 C 183.07 3.075 182.979 3.233 182.934 3.432 C 182.883 3.637 182.858 3.915 182.858 4.267 C 182.858 4.607 182.971 4.866 183.197 5.042 C 183.413 5.19 183.747 5.263 184.199 5.263 L 184.539 5.263 L 184.887 5.255 Z M 183.8 6.217 L 183.452 6.217 C 183.413 6.207 183.373 6.202 183.333 6.2 C 183.308 6.195 183.282 6.189 183.257 6.183 C 183.113 6.16 182.973 6.117 182.841 6.056 L 182.586 5.928 L 182.442 5.834 C 182.182 5.619 181.973 5.348 181.831 5.042 C 181.684 4.718 181.61 4.403 181.61 4.096 C 181.61 3.79 181.635 3.498 181.686 3.22 C 181.737 2.953 181.845 2.723 182.009 2.53 C 182.247 2.223 182.521 2.008 182.832 1.883 C 182.866 1.871 182.906 1.856 182.952 1.84 C 182.996 1.829 183.036 1.817 183.07 1.806 L 183.299 1.755 C 183.35 1.749 183.421 1.741 183.512 1.729 C 183.551 1.723 183.647 1.721 183.8 1.721 L 184.887 1.729 L 184.887 0.094 L 186.075 0.094 L 186.075 6.217 Z M 190.117 6.217 L 188.309 4.037 L 188.309 6.217 L 187.129 6.217 L 187.129 0.093 L 188.309 0.093 L 188.309 3.892 L 190.218 1.729 L 191.713 1.729 L 189.633 3.918 L 191.713 6.217 Z\" fill=\"rgb(11,5,29)\"></path></svg>',svgContentId:8916797952,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-x9g4d1\",\"data-framer-name\":\"Logo_Black_kopi_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 123 18\"><g transform=\"translate(0.146 0.148)\"><path d=\"M 0 0 L 122.77 0 L 122.77 17.778 L 0 17.778 Z\" fill=\"transparent\"></path><path d=\"M 0 0.016 L 7.696 0.016 C 11.124 0.016 13.208 1.941 13.208 4.524 C 13.192 6.236 12.225 7.797 10.696 8.576 C 12.728 9.465 13.846 10.756 13.846 12.985 C 13.846 15.694 11.407 17.746 8.233 17.746 L 0 17.746 Z M 8.022 7.869 C 10.029 7.869 11.477 6.702 11.477 4.752 C 11.477 3.79 11.147 3.029 10.461 2.473 C 9.773 1.915 8.909 1.619 8.022 1.638 L 1.783 1.638 L 1.783 7.869 Z M 8.2 16.124 C 10.436 16.124 11.985 14.88 11.985 12.78 C 11.985 10.681 10.414 9.387 8.2 9.387 L 1.783 9.387 L 1.783 16.125 L 8.2 16.125 Z M 21.23 0.016 L 13.639 17.746 L 15.519 17.746 L 17.525 12.978 L 27.431 12.978 L 29.436 17.739 L 31.317 17.739 L 23.723 0.016 L 21.229 0.016 Z M 22.477 1.282 L 26.739 11.364 L 18.211 11.364 L 22.477 1.282 Z M 43.778 17.746 C 43.399 17.012 43.27 15.897 43.196 13.692 C 43.119 11.026 41.85 10.046 39.334 10.046 L 34.254 10.046 L 34.254 17.746 L 32.471 17.746 L 32.471 0.016 L 40.167 0.016 C 43.622 0.016 45.78 2.244 45.78 4.829 C 45.78 6.981 44.586 8.526 42.174 9.26 C 44.105 9.894 45.044 11.186 45.069 13.719 C 45.094 15.675 45.247 16.631 45.96 17.442 L 45.96 17.746 Z M 39.994 8.425 C 42.356 8.425 43.88 7.159 43.88 5.031 C 43.88 2.903 42.356 1.638 39.994 1.638 L 34.254 1.638 L 34.254 8.425 Z M 58.907 0.016 L 49.308 10.299 L 49.308 0.016 L 47.529 0.016 L 47.529 17.746 L 49.308 17.746 L 49.308 12.553 L 53.447 8.198 L 59.338 17.746 L 61.371 17.746 L 54.589 6.93 L 61.091 0.016 Z M 69.301 0.016 L 68.294 3.145 L 67.287 0.016 L 66.162 0.016 L 66.162 3.721 L 66.784 3.721 L 66.784 0.459 L 67.879 3.721 L 68.709 3.721 L 69.804 0.459 L 69.804 3.721 L 70.426 3.721 L 70.426 0.016 Z M 62.445 0.016 L 62.445 0.576 L 63.793 0.576 L 63.793 3.721 L 64.415 3.721 L 64.415 0.576 L 65.747 0.576 L 65.747 0.016 Z M 73.623 16.153 L 78.334 16.153 C 82.695 16.153 85.21 13.435 85.21 8.889 C 85.21 4.343 82.695 1.625 78.34 1.625 L 73.623 1.625 Z M 71.84 0 L 78.334 0 C 83.839 0 86.992 3.682 86.992 8.889 C 86.992 14.096 83.834 17.778 78.334 17.778 L 71.84 17.778 Z M 90.359 17.778 L 88.576 17.778 L 88.576 0 L 91.606 0 L 102.047 16.635 L 102.047 0 L 103.83 0 L 103.83 17.778 L 100.799 17.778 L 90.359 1.143 Z M 118.187 11.378 L 113.909 1.269 L 109.631 11.378 Z M 112.661 0 L 115.157 0 L 122.77 17.778 L 120.891 17.778 L 118.881 13.003 L 108.948 13.003 L 106.937 17.778 L 105.053 17.778 Z\" fill=\"rgb(11,5,29)\"></path></g></svg>',svgContentId:11450604320,withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15hp3di\",\"data-framer-name\":\"havana shoes\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6cuwzg\",\"data-framer-name\":\"Havanna_Shoes_logo\",fill:\"black\",intrinsicHeight:81,intrinsicWidth:1195,svg:'<svg width=\"1195\" height=\"81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#0B051D\"><path d=\"M383.565 16.255s.136.03.166.107l8.674 10.371c.834.97 1.364 1.622 2.168 2.547l4.261 5.186c3.184 4.003 8.112 9.34 10.947 13.101l26.142 31.372c.924.925 2.699.652 4.594.652 2.911 0 15.421.228 16.437-.212 1.728-.773 1.152-5.565 1.152-7.794V11.752c0-2.608.273-6.141-.015-8.643-.288-2.502-3.897-1.835-8.931-1.835-5.034 0-6.429-.712-6.399 3.503v42.942c0 5.61.303 11.72-.03 17.27-.046-.03-.106-.136-.122-.106l-4.245-5.05c-1.517-1.819-3.018-3.471-4.413-5.246L390.524 2.29c-1.046-1.258-1.925-1.016-4.23-1-2.866 0-15.648-.152-16.664.12-1.592.425-1.441 1.775-1.441 3.185V68.81c0 2.79-.166 5.884 0 8.643.167 2.836 3.003 2.138 8.507 2.138 7.96 0 6.853 1.44 6.853-11.69V50.66c0-11.434-.197-22.973 0-34.39m112.721-.136c.925.683 7.233 8.764 8.689 10.387l8.673 10.432c2.82 3.533 5.883 6.99 8.658 10.447l13.086 15.679c1.471 1.85 2.987 3.442 4.412 5.246l8.734 10.569c.88.94 2.638.682 4.549.682 2.82 0 15.572.152 16.513-.167 1.895-.637 1.213-5.686 1.213-7.672V11.752c0-2.653.242-6.05 0-8.613-.258-2.532-3.23-1.865-8.84-1.865-5.095 0-6.521-.727-6.505 3.503V65.02c-.683-.395-8.128-9.523-8.825-10.357l-8.643-10.447c-3.366-4.2-7.385-8.703-10.781-13.04-.652-.834-1.577-1.971-2.229-2.684-1.607-1.774-2.911-3.472-4.397-5.277-5.762-7.005-11.782-14.01-17.347-21.03-.925-1.168-2.32-.895-4.367-.895-2.941 0-15.557-.167-16.634.136-1.546.44-1.334 1.79-1.334 3.184v64.397c0 2.73-.212 5.944 0 8.613.121 1.532.819 1.956 2.82 1.986 1.911.016 3.852 0 5.762 0 7.855 0 6.748 1.335 6.748-11.872v-17.24c0-11.312-.41-23.079.03-34.33m111.95 37.18 37.771.091c-2.805-6.429-6.383-12.995-9.492-19.333-1.152-2.365-8.809-18.56-9.628-19.241L608.19 53.343h.015Zm43.139 10.569c2.017 2.911 6.005 13.07 7.582 14.89 1.016 1.167 3.29.803 5.595.803 14.344 0 11.69 1.653.318-21.47l-7.642-15.072c-1.334-2.336-2.487-5.004-3.73-7.43L641.973 13.04c-1.243-2.472-2.365-5.004-3.715-7.43-2.85-5.125.289-4.321-14.768-4.321-8.052 0-5.216-.94-9.978 8.157-5.185 9.932-9.962 20.076-14.92 30.069-1.562 3.138-18.302 36.254-18.605 37.68-.697 3.214 4.488 2.395 10.159 2.395 2.229 0 4.686.364 5.52-.864l6.58-13.328c1.016-2.138.197-1.501 8.052-1.501h41.031l.015.015ZM128.296 53.299h37.65c-.03-.728-14.42-29.69-16.346-33.54-.758-1.532-1.941-3.519-2.411-4.99-.045.046-.121.046-.136.122l-9.507 19.075c-1.107 2.29-9.189 18.499-9.25 19.317m-27.612 26.08c14.678 0 12.601.865 14.724-3.32.712-1.41 1.304-2.699 2.016-4.14.698-1.38 1.395-2.714 2.032-4.124.728-1.592 1.319-4.094 2.805-4.094h47.263c.652.137 1.987 3.306 2.305 3.927l4.185 8.37c2.108 4.261.349 3.382 14.632 3.382 4.595 0 .182-6.535-1.319-9.538l-15.041-29.765c-5.732-11.493-12.04-23.366-17.62-34.784a65.347 65.347 0 0 0-1.258-2.517c-.561-1.046-.925-1.47-2.654-1.47h-15.117c-2.472 0-2.381 1.47-3.67 3.987-9.189 17.893-17.923 36.558-27.036 54.542l-7.4 14.89c-.803 1.577-2.319 4.64 1.168 4.64l-.015.015ZM1194.69 60.122v-7.4c-.33-.515-.13-.136-.24-.788l-.29-2.168c-1.06-6.126-3.47-11.16-11.66-13.283-13.9-3.609-30.2-2.275-44.21-4.17-6.02-.819-7.27-1.653-7.89-6.626-.44-3.579-.59-8.325 1.91-10.842 1.25-1.258 2.82-1.835 5.4-2.29 8.26-1.44 32.15-2.077 36.92 1.138 1.35.91 2.11 2.744 2.46 4.503.32 1.562.18 4.655.61 5.792.66 1.775 3.91 1.259 6.68 1.259 1.93 0 6.34.364 7.57-.394 2.06-1.274.98-14.526-5.84-19.59-4.09-3.033-12.9-4.186-19-4.55-1.12-.06-7.17-.212-7.61-.364h-9.78c-.82.304-13.69.03-22.06 2.851-6.07 2.047-9.46 5.55-11.21 11.448-3.09 10.508-1.07 23.579 13.15 28.158 13.37 4.306 37.24 1.44 46.25 4.625 1.8.636 2.3 1.046 3.01 2.638 1.46 3.29 1.06 10.31-.12 13.495-1.18 3.2-2.71 3.912-7.03 4.518-8.18 1.153-29.48 1.441-36.52-.379-3.53-.91-4.3-3.108-4.79-6.232-.53-3.396.26-8.294-1.56-8.9-.88-.288-11.77-.319-12.72-.03-1.62.485-1.43 2.213-1.43 3.775 0 7.506.78 14.526 7.77 19.105 8.29 5.444 32.57 5.232 45.42 4.276 12.26-.91 21.07-2.35 24.71-11.053.81-1.957 1.34-4.186 1.68-6.233.06-.348.09-.727.13-1.152 0-.045.07-.515.08-.546 0-.06.03-.106.05-.166l.18-.455-.02.03ZM759.924 80.38h10.478c.364-.106 9.037-.425 10.326-.531 8.643-.698 17.998-1.94 22.062-7.885 4.655-6.808 5.034-20.834 1.213-28.324-2.229-4.382-5.61-6.141-11.979-7.536-12.373-2.684-26.232-1.941-38.923-3.26-8.81-.91-10.266-1.213-10.948-8.204-.243-2.471-.258-5.337.773-7.657 1.001-2.274 2.517-3.336 5.535-4.018 6.687-1.531 32.964-2.547 38.12 1.031 1.759 1.213 2.411 3.973 2.638 6.187.334 3.275-.97 5.322 3.912 5.291 11.084-.045 12.494 1.744 11.266-7.323-.682-5.004-2.335-9.113-5.716-12.13C792.524.515 774.647.591 762.684.56c-6.005 0-14.208.577-19.424 1.82-6.353 1.517-9.629 3.17-12.358 7.051-5.14 7.293-5.186 20.182.455 26.975 8.779 10.569 26.005 8.522 41.789 9.553 4.413.288 14.89.03 17.104 3.396 2.062 3.124 1.592 11.312.258 14.678-.986 2.471-2.229 3.412-5.535 4.003-7.657 1.365-32.691 2.092-39.439-.622-2.107-.849-2.941-3.442-3.29-5.762-1.107-7.354 1.683-9.037-4.534-9.022h-5.519c-5.216 0-5.747-.318-5.732 3.882.031 9.84 1.592 18.514 14.663 21.774 2.866.713 5.671 1.153 8.931 1.471 1.061.106 9.81.591 9.856.607m205.522.016h10.296s9.871-.516 11.023-.622c6.672-.622 12.752-1.562 18.33-4.155 10.71-4.973 10.46-27.278 10.46-37.058 0-9.78-.89-24.26-7.06-30.675-6.17-6.399-24.429-7.278-37.696-7.278-10.599 0-21.456.485-30.812 3.73-3.821 1.32-7.369 3.973-9.234 6.52-6.035 8.219-4.958 18.454-4.973 27.688 0 9.416.166 24.761 5.11 32.176 3.002 4.518 6.535 6.02 13.783 7.612 3.078.682 6.444 1.122 9.916 1.425 1.198.106 10.796.591 10.857.622m-.136-68.643-8.037.318c-3.199.258-11.099.97-13.116 2.836-.985.91-1.759 3.517-2.077 5.019-1.759 8.051-2.366 33.297.364 42.547.606 2.077 1.016 3.366 3.017 4.291 6.278 2.866 22.123 2.396 30.842 2.396 4.261 0 18.377-.5 20.879-3.23 3.853-4.2 3.473-24.064 3.473-29.735 0-6.838 1.21-18.635-5.232-21.789-3.411-1.668-9.295-2.168-13.844-2.441-4.018-.243-12.464-.622-16.285-.197l.016-.015Zm-126.189 33.48 54.602-.046c.53 9.189-.076 21.668.015 31.554.015 2.093.379 2.866 3.093 2.881h6.975c6.065 0 5.52.152 5.52-6.186V4.413c.03-3.897-1.395-3.123-9.599-3.123-7.111 0-5.974-.865-5.974 11.387V34.01h-54.647c0-2.684.273-30.265-.197-31.524-.607-1.607-3.063-1.197-5.398-1.197-8.461 0-9.796-.759-9.781 2.941v68.63c0 6.732-.834 6.732 4.974 6.732h6.717c2.76.015 3.578-.212 3.654-2.502.379-10.129-.409-21.41.015-31.872M.729 2.275v75.876c1.592 1.637 1.516 1.228 6.232 1.228 10.674 0 9.113 1.774 9.113-10.72 0-7.749-.228-15.679 0-23.397.44-.349-.425-.121.697-.258h40.318c4.23 0 9.508-.212 13.723.03l.045 32.495c.106 2.502 3.488 1.85 8.78 1.85 5.155 0 6.671.85 6.656-3.381V3.852c0-1.486-.167-2.441-2.092-2.578-2.335-.151-8.946-.151-11.281 0-1.926.137-2.184 1.077-2.214 2.578-.182 9.795.242 20.046 0 29.871l-54.617.046c-.243-7.445-.015-15.118 0-22.578V5.687c0-1.835.515-4.064-1.714-4.367L3.367 1.26c-1.532.03-1.895.409-2.623 1M1100.56 68.431c-2.7-.5-9.79-.151-13.15-.151h-26.14c-3.98 0-9.06.212-12.92-.046-.24-1.319-.09-9.825-.09-11.903V47.34c0-.592-.28-2.411.29-2.79 9.33.318 19.61.015 29.04.015h14.63c7.83 0 7.17.288 7.17-5.686s.61-5.474-7.17-5.474h-29.26c-4.34 0-10.45.273-14.59-.046V12.222c6.38-.242 13.46-.015 19.86-.015h30.24c4 0 3.2-1.91 3.2-5.398 0-1.122.13-2.805-.03-3.867-.2-1.334-1.09-1.652-2.93-1.668-3.35-.015-6.73 0-10.08 0h-50.37c-5.13 0-5.24-.288-5.24 3.685 0 5.899-.19 71.782.1 72.934.34 1.41 1.22 1.47 3.23 1.47h60.45c5.96 0 4.84-.045 4.9-7.975 0-1.516.01-2.244-1.11-2.957M271.781 1.29c-14.708 0-12.555-.789-14.496 3.063-4.488 8.976-8.931 19.241-13.389 28.476-2.593 5.398-5.004 10.917-7.657 16.346l-7.627 16.315-3.548-7.37c-1.183-2.47-2.29-5.049-3.579-7.535-2.562-4.944-4.791-10.053-7.187-15.057-2.411-5.02-4.761-9.886-7.157-14.89-2.38-4.989-4.625-10.16-7.202-15.057-2.73-5.201.652-4.23-14.299-4.306-2.441 0-3.745.515-3.002 2.683l3.609 7.521c1.137 2.517 2.41 4.989 3.623 7.506 4.807 10.023 9.75 19.924 14.542 29.977l14.496 29.826c.879.925 4.048.56 5.837.56 15.103 0 12.677 1.138 15.118-3.926 2.396-4.959 4.928-10.023 7.202-15.042 4.534-10.008 9.856-19.924 14.375-29.917 3.442-7.596 7.475-15.178 10.811-22.547.925-2.047 4.276-6.641-.5-6.641m-4.576 78.316c14.238 0 12.251.865 14.329-3.29 1.774-3.548 4.367-9.432 6.126-12.373h48.339l6.263 12.433c2.062 4.049.318 3.23 14.177 3.23 3.578 0 2.562-2.623 1.698-4.367L350.116 59.5c-3.624-6.96-7.111-14.01-10.629-21.046-.697-1.395-18.18-36.255-18.711-36.695-1.077-.879-6.914-.485-8.977-.485-11.705 0-8.991-1.122-12.191 5.186-1.789 3.518-3.472 6.93-5.246 10.478-3.563 7.066-6.854 14.132-10.463 21.167a394.699 394.699 0 0 0-5.2 10.508L268.191 69.75c-.895 1.79-1.714 3.503-2.608 5.338-.925 1.88-2.047 4.473 1.607 4.473m25.656-26.141h37.74l-18.908-38.5c-1.031 1.38-8.537 17.225-9.507 19.196-1.562 3.17-3.275 6.505-4.655 9.644-1.41 3.2-3.457 6.49-4.655 9.674l-.015-.015Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.727 .38)\" d=\"M0 0h1193.97v80H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})],speed:25,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4676ph\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jtkql2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1beevuw\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l1krdz\",\"data-framer-name\":\"Badge & Title\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1f304ku\",\"data-framer-name\":\"Badge\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"E-mail markedsf\\xf8ring\"})}),className:\"framer-qhtzhk\",\"data-framer-name\":\"Get started\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uaay2f\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Dit direkte link til succes.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Dit direkte link til succes.\"})}),className:\"framer-yzb2q2\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Vores skr\\xe6ddersyede email markedsf\\xf8ringstjeneste sikrer direkte og effektiv kommunikation med dine kunder. Fra indsigtsfulde nyhedsbreve til m\\xe5lrettede kampagner, hj\\xe6lper vi med at styrke din brandidentitet og skabe varige forbindelser.\"})}),className:\"framer-1s8p5i1\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r54hkn\",\"data-framer-name\":\"graphic\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1493,intrinsicWidth:1088,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3321+32+0+0+298+0+0),pixelHeight:2986,pixelWidth:2176,sizes:\"257.9719px\",src:\"https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=1024 746w,https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=2048 1492w,https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png 2176w\"}},F1yOwr2a2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1493,intrinsicWidth:1088,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3725+60+0+340+0+0),pixelHeight:2986,pixelWidth:2176,sizes:\"336.6752px\",src:\"https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=1024 746w,https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=2048 1492w,https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png 2176w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1493,intrinsicWidth:1088,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3743+60+0+0+0),pixelHeight:2986,pixelWidth:2176,sizes:\"336.6752px\",src:\"https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=1024 746w,https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png?scale-down-to=2048 1492w,https://framerusercontent.com/images/oNb6XpcrvCJ1OOMfbRbvEM4k.png 2176w\"},className:\"framer-y0n9dt\",\"data-framer-name\":\"mails_3\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dpeygr\",\"data-framer-name\":\"Content\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ifmf7z\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mp2kqz\",\"data-framer-name\":\"graphic\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1740,intrinsicWidth:1288,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4037+32+0+0+298+0+0),pixelHeight:1740,pixelWidth:1288,sizes:\"262px\",src:\"https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png\",srcSet:\"https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png?scale-down-to=1024 757w,https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png 1288w\"}},F1yOwr2a2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1740,intrinsicWidth:1288,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4647+60+0+340+0+0),pixelHeight:1740,pixelWidth:1288,sizes:\"341.9862px\",src:\"https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png\",srcSet:\"https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png?scale-down-to=1024 757w,https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png 1288w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1740,intrinsicWidth:1288,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4325+60+0+0+0),pixelHeight:1740,pixelWidth:1288,sizes:\"341.9862px\",src:\"https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png\",srcSet:\"https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png?scale-down-to=1024 757w,https://framerusercontent.com/images/PB6CJFaaeusensvoR14L7W4BjI.png 1288w\"},className:\"framer-199ymi1\",\"data-framer-name\":\"product\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sgrjf1\",\"data-framer-name\":\"linkedin\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i3rjjw\",\"data-framer-name\":\"linkedin\",fill:\"black\",intrinsicHeight:41,intrinsicWidth:43,svg:'<svg width=\"43\" height=\"41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.16 40.131V13.227H1.219v26.904h8.943ZM5.692 9.554c3.118 0 5.059-2.066 5.059-4.647-.058-2.641-1.941-4.65-5-4.65C2.69.258.69 2.267.69 4.908c0 2.581 1.941 4.647 4.943 4.647h.058Zm9.42 30.577h8.941V25.108c0-.803.058-1.608.295-2.181.646-1.608 2.117-3.271 4.588-3.271 3.235 0 4.53 2.467 4.53 6.084v14.39h8.942V24.705c0-8.263-4.411-12.109-10.295-12.109-4.823 0-6.942 2.696-8.119 4.532h.06v-3.9H15.11c.116 2.524 0 26.904 0 26.904Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1al4da\",\"data-framer-name\":\"IG\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kaxnj\",\"data-framer-name\":\"instagram_2016_5\",fill:\"black\",intrinsicHeight:60,intrinsicWidth:60,svg:'<svg width=\"60\" height=\"60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M20.002 30c0-5.523 4.476-10 9.999-10 5.522 0 10 4.477 10 10s-4.478 10-10 10c-5.523 0-9.999-4.477-9.999-10Zm-5.406 0c0 8.508 6.897 15.405 15.405 15.405S45.405 38.508 45.405 30 38.51 14.595 30.001 14.595 14.596 21.492 14.596 30Zm27.82-16.015a3.6 3.6 0 1 0 3.6-3.599 3.602 3.602 0 0 0-3.6 3.599ZM17.88 54.419c-2.925-.133-4.515-.62-5.571-1.032-1.401-.545-2.4-1.194-3.451-2.244-1.05-1.049-1.701-2.047-2.244-3.448-.412-1.056-.9-2.646-1.032-5.571-.145-3.162-.175-4.112-.175-12.124 0-8.011.032-8.959.175-12.123.133-2.925.624-4.512 1.032-5.571.545-1.401 1.195-2.4 2.244-3.451 1.05-1.05 2.048-1.701 3.45-2.244 1.057-.412 2.647-.9 5.572-1.032 3.162-.146 4.112-.175 12.12-.175s8.958.032 12.123.175c2.925.133 4.512.624 5.572 1.032 1.4.543 2.4 1.195 3.45 2.244 1.051 1.05 1.699 2.05 2.244 3.45.412 1.056.9 2.647 1.032 5.572.146 3.165.175 4.112.175 12.123 0 8.012-.03 8.959-.175 12.124-.133 2.925-.623 4.514-1.032 5.571-.545 1.4-1.194 2.4-2.244 3.448-1.049 1.049-2.05 1.699-3.45 2.244-1.056.412-2.647.9-5.572 1.032-3.162.146-4.112.175-12.123.175-8.012 0-8.959-.03-12.12-.175ZM17.632.182c-3.193.145-5.376.652-7.281 1.393-1.974.766-3.645 1.793-5.315 3.46-1.67 1.667-2.694 3.341-3.46 5.315C.834 12.257.328 14.438.182 17.632.035 20.83.001 21.853.001 30s.034 9.17.181 12.368c.146 3.194.652 5.375 1.394 7.282.766 1.973 1.79 3.648 3.46 5.315 1.67 1.666 3.34 2.692 5.315 3.46 1.909.742 4.088 1.248 7.281 1.393 3.2.146 4.222.182 12.369.182 8.147 0 9.17-.034 12.368-.182 3.194-.145 5.375-.651 7.282-1.393 1.973-.768 3.645-1.793 5.314-3.46 1.67-1.668 2.693-3.342 3.46-5.315.742-1.907 1.251-4.088 1.394-7.282.146-3.2.18-4.221.18-12.368s-.034-9.17-.18-12.368c-.145-3.194-.652-5.376-1.393-7.282-.768-1.973-1.794-3.645-3.46-5.315-1.668-1.67-3.342-2.694-5.313-3.46-1.909-.741-4.09-1.25-7.281-1.393C39.172.036 38.15 0 30.003 0c-8.147 0-9.17.034-12.37.182Z\" fill=\"url(#b)\"/><path d=\"M20.002 30c0-5.523 4.476-10 9.999-10 5.522 0 10 4.477 10 10s-4.478 10-10 10c-5.523 0-9.999-4.477-9.999-10Zm-5.406 0c0 8.508 6.897 15.405 15.405 15.405S45.405 38.508 45.405 30 38.51 14.595 30.001 14.595 14.596 21.492 14.596 30Zm27.82-16.015a3.6 3.6 0 1 0 3.6-3.599 3.602 3.602 0 0 0-3.6 3.599ZM17.88 54.419c-2.925-.133-4.515-.62-5.571-1.032-1.401-.545-2.4-1.194-3.451-2.244-1.05-1.049-1.701-2.047-2.244-3.448-.412-1.056-.9-2.646-1.032-5.571-.145-3.162-.175-4.112-.175-12.124 0-8.011.032-8.959.175-12.123.133-2.925.624-4.512 1.032-5.571.545-1.401 1.195-2.4 2.244-3.451 1.05-1.05 2.048-1.701 3.45-2.244 1.057-.412 2.647-.9 5.572-1.032 3.162-.146 4.112-.175 12.12-.175s8.958.032 12.123.175c2.925.133 4.512.624 5.572 1.032 1.4.543 2.4 1.195 3.45 2.244 1.051 1.05 1.699 2.05 2.244 3.45.412 1.056.9 2.647 1.032 5.572.146 3.165.175 4.112.175 12.123 0 8.012-.03 8.959-.175 12.124-.133 2.925-.623 4.514-1.032 5.571-.545 1.4-1.194 2.4-2.244 3.448-1.049 1.049-2.05 1.699-3.45 2.244-1.056.412-2.647.9-5.572 1.032-3.162.146-4.112.175-12.123.175-8.012 0-8.959-.03-12.12-.175ZM17.632.182c-3.193.145-5.376.652-7.281 1.393-1.974.766-3.645 1.793-5.315 3.46-1.67 1.667-2.694 3.341-3.46 5.315C.834 12.257.328 14.438.182 17.632.035 20.83.001 21.853.001 30s.034 9.17.181 12.368c.146 3.194.652 5.375 1.394 7.282.766 1.973 1.79 3.648 3.46 5.315 1.67 1.666 3.34 2.692 5.315 3.46 1.909.742 4.088 1.248 7.281 1.393 3.2.146 4.222.182 12.369.182 8.147 0 9.17-.034 12.368-.182 3.194-.145 5.375-.651 7.282-1.393 1.973-.768 3.645-1.793 5.314-3.46 1.67-1.668 2.693-3.342 3.46-5.315.742-1.907 1.251-4.088 1.394-7.282.146-3.2.18-4.221.18-12.368s-.034-9.17-.18-12.368c-.145-3.194-.652-5.376-1.393-7.282-.768-1.973-1.794-3.645-3.46-5.315-1.668-1.67-3.342-2.694-5.313-3.46-1.909-.741-4.09-1.25-7.281-1.393C39.172.036 38.15 0 30.003 0c-8.147 0-9.17.034-12.37.182Z\" fill=\"url(#c)\"/></g><defs><radialGradient id=\"b\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(7.972 60.283) scale(78.325)\"><stop offset=\".09\" stop-color=\"#FA8F21\"/><stop offset=\".78\" stop-color=\"#D82D7E\"/></radialGradient><radialGradient id=\"c\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(36.388 62.971) scale(61.7309)\"><stop offset=\".64\" stop-color=\"#8C3AAA\" stop-opacity=\"0\"/><stop offset=\"1\" stop-color=\"#8C3AAA\"/></radialGradient><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h60v60H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xwroc8\",\"data-framer-name\":\"snap\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bf5ogd\",\"data-framer-name\":\"snapchat_logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 38\"><g transform=\"translate(0.64 4.433)\"><path d=\"M 30.906 22.209 C 26.43 21.48 24.426 16.955 24.343 16.762 L 24.334 16.745 C 24.076 16.329 24.018 15.821 24.174 15.358 C 24.475 14.657 25.47 14.345 26.127 14.137 C 26.293 14.087 26.447 14.037 26.569 13.989 C 27.76 13.526 28.003 13.042 27.996 12.719 C 27.932 12.309 27.623 11.977 27.215 11.881 L 27.204 11.878 C 27.028 11.807 26.839 11.771 26.649 11.771 C 26.481 11.769 26.314 11.802 26.16 11.868 C 25.695 12.101 25.189 12.241 24.669 12.28 C 24.369 12.287 24.077 12.189 23.842 12.004 L 23.892 11.185 L 23.898 11.085 C 24.199 9.004 24.072 6.884 23.524 4.852 C 22.203 1.869 19.206 -0.041 15.915 0.001 L 15.288 0.008 C 12.003 -0.032 9.013 1.877 7.695 4.855 C 7.146 6.884 7.018 9.002 7.317 11.081 C 7.338 11.389 7.357 11.697 7.373 12.005 C 7.115 12.206 6.789 12.304 6.461 12.28 C 5.91 12.257 5.37 12.116 4.879 11.866 C 4.758 11.813 4.628 11.787 4.496 11.79 C 3.94 11.769 3.432 12.1 3.232 12.614 C 3.104 13.279 4.062 13.762 4.646 13.988 C 4.771 14.038 4.924 14.086 5.088 14.137 C 5.747 14.344 6.742 14.656 7.043 15.357 C 7.198 15.82 7.14 16.328 6.883 16.744 L 6.874 16.761 C 6.443 17.691 5.881 18.556 5.205 19.331 C 3.977 20.841 2.24 21.863 0.313 22.209 C 0.124 22.24 -0.01 22.406 0.001 22.595 C 0.004 22.664 0.02 22.732 0.047 22.796 C 0.324 23.43 1.7 23.954 4.033 24.311 C 4.251 24.345 4.342 24.697 4.47 25.272 C 4.52 25.503 4.573 25.743 4.646 25.99 C 4.697 26.217 4.912 26.369 5.146 26.342 C 5.368 26.33 5.59 26.299 5.807 26.249 C 6.382 26.125 6.968 26.059 7.556 26.053 C 7.979 26.054 8.401 26.089 8.819 26.158 C 9.699 26.379 10.518 26.793 11.215 27.37 C 12.391 28.363 13.869 28.94 15.414 29.007 C 15.466 29.007 15.519 29.005 15.57 29 C 15.633 29.004 15.718 29.007 15.806 29.007 C 17.352 28.94 18.831 28.363 20.008 27.37 C 20.704 26.793 21.522 26.379 22.402 26.158 C 22.818 26.09 23.24 26.054 23.663 26.053 C 24.25 26.056 24.836 26.118 25.411 26.237 C 25.629 26.284 25.851 26.311 26.074 26.319 L 26.112 26.319 C 26.33 26.337 26.527 26.191 26.573 25.979 C 26.641 25.743 26.699 25.506 26.75 25.266 C 26.877 24.692 26.969 24.342 27.187 24.307 C 29.519 23.953 30.898 23.427 31.17 22.797 C 31.198 22.734 31.215 22.665 31.22 22.596 C 31.231 22.407 31.096 22.241 30.907 22.21 L 30.906 22.209 Z\" fill=\"rgb(255, 255, 255)\" stroke-width=\"0.64\" stroke=\"rgba(0,0,0,1)\" stroke-miterlimit=\"10\"></path></g></svg>',svgContentId:12549674773,withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-30}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kin2r\",\"data-framer-name\":\"meta\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9x0g02\",\"data-framer-name\":\"Group_1\",fill:\"black\",intrinsicHeight:60,intrinsicWidth:92,svg:'<svg width=\"92\" height=\"60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.591 39.568c0 3.449.757 6.097 1.747 7.699 1.298 2.098 3.232 2.989 5.205 2.989 2.544 0 4.872-.632 9.358-6.836 3.594-4.972 7.828-11.952 10.677-16.328l4.825-7.414c3.352-5.148 7.231-10.871 11.68-14.75C57.714 1.76 61.63 0 65.572 0c6.62 0 12.924 3.836 17.749 11.03 5.28 7.878 7.843 17.801 7.843 28.042 0 6.088-1.2 10.56-3.242 14.095C85.951 56.585 82.106 60 75.638 60v-9.746c5.538 0 6.92-5.089 6.92-10.913 0-8.299-1.935-17.509-6.198-24.09-3.024-4.668-6.945-7.52-11.258-7.52-4.665 0-8.419 3.519-12.638 9.791-2.242 3.333-4.545 7.395-7.13 11.978l-2.846 5.042C36.77 44.68 35.323 46.988 32.464 50.798c-5.01 6.671-9.289 9.2-14.92 9.2-6.682 0-10.907-2.893-13.524-7.253C1.884 49.193.835 44.531.835 39.22l9.757.349Z\" fill=\"#0081FB\"/><path d=\"M8.527 11.717C13.001 4.822 19.456 0 26.86 0c4.288 0 8.551 1.27 13.002 4.904C44.73 8.877 49.92 15.422 56.394 26.206l2.322 3.869c5.604 9.336 8.792 14.14 10.658 16.404 2.4 2.909 4.08 3.776 6.264 3.776 5.538 0 6.92-5.09 6.92-10.913l8.607-.27c0 6.088-1.2 10.56-3.242 14.095-1.972 3.417-5.817 6.832-12.285 6.832-4.021 0-7.583-.873-11.523-4.59-3.027-2.852-6.568-7.919-9.292-12.474l-8.101-13.532c-4.065-6.791-7.794-11.855-9.951-14.148-2.322-2.467-5.306-5.445-10.068-5.445-3.854 0-7.128 2.705-9.867 6.842l-8.309-4.935Z\" fill=\"url(#a)\"/><path d=\"M26.703 9.81c-3.854 0-7.127 2.705-9.866 6.842-3.874 5.846-6.244 14.554-6.244 22.916 0 3.449.757 6.097 1.747 7.699l-8.32 5.478C1.884 49.193.835 44.531.835 39.22c0-9.66 2.651-19.727 7.693-27.502C13 4.822 19.456 0 26.86 0l-.157 9.81Z\" fill=\"url(#b)\"/><defs><linearGradient id=\"a\" x1=\"20.416\" y1=\"28.445\" x2=\"82.613\" y2=\"31.586\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0064E1\"/><stop offset=\".4\" stop-color=\"#0064E1\"/><stop offset=\".83\" stop-color=\"#0073EE\"/><stop offset=\"1\" stop-color=\"#0082FB\"/></linearGradient><linearGradient id=\"b\" x1=\"13.847\" y1=\"43.664\" x2=\"13.847\" y2=\"20.733\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0082FB\"/><stop offset=\"1\" stop-color=\"#0064E0\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-30}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-50}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-60wsca\",\"data-framer-name\":\"tiktok\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2i9qcc\",\"data-framer-name\":\"tiktok_1\",fill:\"black\",intrinsicHeight:2500,intrinsicWidth:2179,svg:'<svg height=\"2500\" width=\"2179\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-0.323 -3.128 42.684 42.128\"><g fill=\"none\"><path d=\"M14 15.599v-1.486A13.1 13.1 0 0 0 12.337 14C5.535 14 0 19.18 0 25.547 0 29.452 2.086 32.91 5.267 35c-2.13-2.132-3.315-4.942-3.313-7.861 0-6.276 5.377-11.394 12.046-11.54\" fill=\"#00f2ea\"/><path d=\"M14.327 32c2.876 0 5.221-2.273 5.328-5.107l.01-25.292h4.65A8.72 8.72 0 0 1 24.164 0h-6.35l-.011 25.293c-.106 2.832-2.453 5.105-5.328 5.105a5.329 5.329 0 0 1-2.476-.61A5.34 5.34 0 0 0 14.327 32m18.672-21.814V8.78a8.818 8.818 0 0 1-4.81-1.421A8.85 8.85 0 0 0 33 10.186\" fill=\"#00f2ea\"/><path d=\"M28 7.718A8.63 8.63 0 0 1 25.832 2h-1.697A8.735 8.735 0 0 0 28 7.718M12.325 20.065c-2.94.004-5.322 2.361-5.325 5.27A5.267 5.267 0 0 0 9.854 30a5.2 5.2 0 0 1-1.008-3.073c.003-2.91 2.385-5.268 5.325-5.271.55 0 1.075.09 1.572.244v-6.4a11.72 11.72 0 0 0-1.572-.114c-.092 0-.183.006-.274.007v4.916a5.286 5.286 0 0 0-1.572-.244\" fill=\"#ff004f\"/><path d=\"M32.153 11v4.884a15.15 15.15 0 0 1-8.813-2.811V25.84c0 6.377-5.23 11.565-11.658 11.565-2.485 0-4.789-.778-6.682-2.097A11.67 11.67 0 0 0 13.528 39c6.429 0 11.659-5.188 11.659-11.564V14.668A15.15 15.15 0 0 0 34 17.478v-6.283A8.87 8.87 0 0 1 32.153 11\" fill=\"#ff004f\"/><path d=\"M23.979 25.42V12.632A15.741 15.741 0 0 0 33 15.448v-4.89a9.083 9.083 0 0 1-4.912-2.82C26.016 6.431 24.586 4.358 24.132 2h-4.747l-.01 25.215c-.11 2.824-2.505 5.09-5.44 5.09-1.754-.002-3.398-.822-4.42-2.204-1.794-.913-2.919-2.716-2.92-4.682.003-2.92 2.44-5.285 5.45-5.289.56 0 1.098.09 1.608.245v-4.933C7.202 15.589 2 20.722 2 27.016c0 3.045 1.219 5.816 3.205 7.885A12.115 12.115 0 0 0 12.045 37c6.58 0 11.934-5.195 11.934-11.58\" fill=\"#fff\"/></g></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:325,intrinsicWidth:450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4037+32+0+0+298+49),pixelHeight:650,pixelWidth:900,sizes:\"177px\",src:\"https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png?scale-down-to=512 512w,https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png 900w\"}},F1yOwr2a2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:325,intrinsicWidth:450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4647+60+0+340+49),pixelHeight:650,pixelWidth:900,sizes:\"260px\",src:\"https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png?scale-down-to=512 512w,https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png 900w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-20}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:325,intrinsicWidth:450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4325+60+0+49),pixelHeight:650,pixelWidth:900,sizes:\"260px\",src:\"https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png?scale-down-to=512 512w,https://framerusercontent.com/images/BC01B9nRiPZCpeYkH2OFa7EEE.png 900w\"},className:\"framer-12cd0j2\",\"data-framer-name\":\"chart\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-33l4ao\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3qs3dc\",\"data-framer-name\":\"Badge & Title\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ee2ih4\",\"data-framer-name\":\"Badge\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Paid Ads\"})}),className:\"framer-1q6sbly\",\"data-framer-name\":\"Get started\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hvnhuf\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Skab buzz og konverteringer.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Skab buzz og konverteringer.\"})}),className:\"framer-1u0khxr\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Med vores paid social ads strategier kan du n\\xe5 din m\\xe5lgruppe pr\\xe6cist, uanset hvor de er online. Vi skr\\xe6ddersyr annonceringskampagner p\\xe5 sociale medieplatforme for at maksimere dit brandudbud, \\xf8ge engagementet og drive konverteringer med m\\xe5lrettede budskaber.\"})}),className:\"framer-1kj8viy\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x93h3\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g95xdm\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3qc9jh\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r79pe9\",\"data-framer-name\":\"Badge & Title\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13sqs9t\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:'\"For os er selvtilliden til vores produkt nok til at droppe vores binding p\\xe5 samarbejder.\"'})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:'\"For os er selvtilliden til vores produkt nok til at droppe vores binding p\\xe5 samarbejder.\"'})}),className:\"framer-1kcmsio\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2sl6ly\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Kasper Carlsen\"})}),className:\"framer-1ojo4p\",\"data-framer-name\":\"Get started\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Co-founder & Partner\"})}),className:\"framer-1sij6h2\",\"data-framer-name\":\"Get started\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m3pn4m\",\"data-framer-name\":\"graphic\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4784.9441+64+0+0+144+0+0),pixelHeight:3648,pixelWidth:5472,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/8GIbxYQQgDwc7lAuK6IKqGjo4w.jpg\"}},F1yOwr2a2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5629+120+0+206+0+0),pixelHeight:3648,pixelWidth:5472,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/8GIbxYQQgDwc7lAuK6IKqGjo4w.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4967+120+0+0+0),pixelHeight:3648,pixelWidth:5472,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/8GIbxYQQgDwc7lAuK6IKqGjo4w.jpg\"},className:\"framer-g0rmih\",\"data-framer-name\":\"Image\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sn1r9o\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dnwmij\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-109i1z1\",\"data-framer-name\":\"graphic\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3618,intrinsicWidth:4865,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5366.9441+64+0+0+0+0+0),pixelHeight:3618,pixelWidth:4865,positionX:\"55.3%\",positionY:\"6.7%\",src:\"https://framerusercontent.com/images/sxG1W27BJrQyAwhhzoetRYDZ0Fg.jpg\"}},F1yOwr2a2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3618,intrinsicWidth:4865,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6585+120+0+0+0+0),pixelHeight:3618,pixelWidth:4865,positionX:\"55.3%\",positionY:\"6.7%\",src:\"https://framerusercontent.com/images/sxG1W27BJrQyAwhhzoetRYDZ0Fg.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3618,intrinsicWidth:4865,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5717+120+0+0+0),pixelHeight:3618,pixelWidth:4865,positionX:\"55.3%\",positionY:\"6.7%\",src:\"https://framerusercontent.com/images/sxG1W27BJrQyAwhhzoetRYDZ0Fg.jpg\"},className:\"framer-1ho8zr5\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-imv5vi\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rr5l6j\",\"data-framer-name\":\"Badge & Title\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m1t4f2\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"45px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Et bureau, der rent faktisk har gjort det selv.\"})})},F1yOwr2a2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"45px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Et bureau, der rent faktisk har gjort det selv.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"45px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Et bureau, der rent faktisk har gjort det selv.\"})}),className:\"framer-1oc0vhn\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Vi er ikke startet som bureaufolk. Vi er bygget af e-com. Vi har skaleret egne brands til over 250 millioner kroner og m\\xe6rket b\\xe5de opturene og nedturene p\\xe5 egen krop. Derfor leverer vi kun l\\xf8sninger, vi ved virker \u2013 skr\\xe6ddersyet til dig, der vil udfordre status quo. Vi tager din v\\xe6kst personligt, fordi vi ved, hvad det koster ikke at lykkes.\"})}),className:\"framer-t8bx8j\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yb4niq\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nd6s8u\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fybgrh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VbA9u1Qhn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{isDraggable:false}},children:/*#__PURE__*/_jsx(Globe,{alignment:\"flex-start\",background:\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\",baseColor:\"rgb(40, 64, 247)\",dark:1,diffuse:2,dragOptions:{damping:40,mass:1,stiffness:200},glowColor:\"rgb(7, 12, 56)\",height:\"100%\",id:\"VbA9u1Qhn\",isDraggable:true,layoutId:\"VbA9u1Qhn\",mapBrightness:12,markerArray:[],markerColor:\"rgb(255, 255, 255)\",markerSize:.1,maxSamples:2e4,maxWidth:800,offset:{offsetX:0,offsetY:0},phi:0,scale:1,speed:.3,style:{height:\"100%\",width:\"100%\"},theta:.3,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v9ne8h\",\"data-framer-name\":\"Badge & Title\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mysihm\",\"data-framer-name\":\"Badge\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Global tilstedev\\xe6relse\"})}),className:\"framer-uxo6r6\",\"data-framer-name\":\"Get started\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10djaom\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Fra .dk til .com\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Fra .dk til .com\"})}),className:\"framer-8q060g\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Med en global tilstedev\\xe6relse og ekspertise inden for flere markeder, er vi dedikerede til at opfylde dine behov p\\xe5 tv\\xe6rs af gr\\xe6nser. Uanset hvor du er, og hvilken branche du opererer i, er vi klar til at levere skr\\xe6ddersyede l\\xf8sninger, der skaber v\\xe6rdi og succes for dit brand.\"})}),className:\"framer-1q9yrs1\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1is6fbo\",\"data-border\":true,\"data-framer-appear-id\":\"1is6fbo\",\"data-framer-name\":\"Dark Button\",id:\"1is6fbo\",initial:animation5,onTap:onTap3bnx0g({overlay:overlay1}),optimized:true,style:{transformPerspective:1200},whileHover:animation14,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Kontakt os\"})}),className:\"framer-f7myvo\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-cxe63v\"),\"data-framer-portal-id\":\"1is6fbo\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"ga9wQ95If\"),/*#__PURE__*/_jsxs(\"div\",{className:cx(scopingClassNames,\"framer-1tg8p0o\"),\"data-framer-portal-id\":\"1is6fbo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tgn0br\",onTap:onTap1wnntms({overlay:overlay1}),whileHover:animation6,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1heawdi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"x2gOHw5Yx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"x2gOHw5Yx\",layoutId:\"x2gOHw5Yx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Luk\"})}),className:\"framer-1qtr6ml\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/617de5cb-dde5-4ba2-8ad4-087c9c1ff804/submit\",className:\"framer-1exp83z\",nodeId:\"D4wnZxgrJ\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1hq55sd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Name\"})}),className:\"framer-du5ie5\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1wtmnu3\",inputName:\"Navn\",placeholder:\"Kasper Carlsen\",type:\"text\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qxzz1i\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-on2j85\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Email\"})}),className:\"framer-1tvirxi\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1qzeogh\",inputName:\"Email\",placeholder:\"kasper@segmento.dk\",type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-xgjrsh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Telefon\"})}),className:\"framer-fbqhv\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-p38eti\",inputName:\"Telefon\",placeholder:\"+45 88 88 88 88\",type:\"tel\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-172ul28\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-hf5xcq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Titel\"})}),className:\"framer-1we58yt\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gsmthm\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-7f7wr5\",inputName:\"titel\",placeholder:\"CEO\",type:\"text\"})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1dvl7nr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Virksomhed\"})}),className:\"framer-hq4hw0\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kv65z1\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1haokk0\",inputName:\"Virksomhed\",placeholder:\"Tesla\",type:\"text\"})})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-113hz95\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Kanaler\"})}),className:\"framer-8oj5yi\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w8rsqj\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1vk4f97\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-431i29\",defaultChecked:false,inputName:\"FB & IG\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Facebook & Instagram\"})}),className:\"framer-10r1niy\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-fm3gen\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-z1lzkg\",defaultChecked:false,inputName:\"Email\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Email\"})}),className:\"framer-zhxyxu\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j1s7n8\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-4bl543\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-14yt9wv\",defaultChecked:false,inputName:\"Google\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Google\"})}),className:\"framer-1bp8qc9\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-bcdwyb\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1vscb3f\",defaultChecked:false,inputName:\"TikTok\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"TikTok\"})}),className:\"framer-v921t6\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ieexpe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Besked\"})}),className:\"framer-w20cml\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-17tdb6h\",inputName:\"Besked\",placeholder:\"Besked...\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{width:\"calc(100vw - 88px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"394px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c4e9hv-container\",nodeId:\"gmw7fBtoy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"gmw7fBtoy\",layoutId:\"gmw7fBtoy\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"LeXAGi0oG\",success:\"a1a41gwQQ\"},\"ToxIyY8__\"),width:\"100%\"})})})})]})})]})]}),getContainer())})})]})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7u02vf\",\"data-framer-name\":\"Content\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1558dub\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iwho8v\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pp9pjo\",\"data-framer-name\":\"Badge & Title\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ukvj6d\",\"data-framer-name\":\"Badge\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Boost din online tilstedev\\xe6relse\"})}),className:\"framer-16oomh\",\"data-framer-name\":\"Get started\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mabvc7\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"F\\xe5 en gratis v\\xe6kst-analyse.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"F\\xe5 en gratis v\\xe6kst-analyse.\"})}),className:\"framer-qh862b\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:[\"Vi gennemg\\xe5r hele din forretning: e-mail flows, paid ads, content creation, influencer marketing \u2013 alt der driver v\\xe6kst. Vi kortl\\xe6gger, hvor du taber fart, hvor du kan optimere, og hvor du kan skalere.\",/*#__PURE__*/_jsx(\"br\",{}),\"Ingen overfladisk rapport. Kun skarpe indsigter og en eksekveringsplan, der tager dit brand til n\\xe6ste niveau.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:[\"Vi gennemg\\xe5r hele din forretning: e-mail flows, paid ads, content creation, influencer marketing \u2013 alt der driver v\\xe6kst. Vi kortl\\xe6gger, hvor du taber fart, hvor du kan optimere, og hvor du kan skalere.\",/*#__PURE__*/_jsx(\"br\",{}),\"Ingen overfladisk rapport. Kun skarpe indsigter og en eksekveringsplan, der tager dit brand til n\\xe6ste niveau.\"]})}),className:\"framer-1aw8m7y\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{y:(componentViewport?.y||0)+0+6443.9441+32+0+0+0+0+0+0+282},F1yOwr2a2:{y:(componentViewport?.y||0)+0+8129+60+0+0+0+0+0+294}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,y:(componentViewport?.y||0)+0+6990+60+0+0+0+0+294,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-yw3j32-container\",\"data-framer-appear-id\":\"yw3j32\",id:\"yw3j32\",initial:animation5,nodeId:\"CaDnbxhTE\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(DarkButton,{height:\"100%\",id:\"CaDnbxhTE\",layoutId:\"CaDnbxhTE\",sYnMjn2Cm:sYnMjn2Cm3bnx0g({overlay:overlay2}),width:\"100%\",Zhsl5WvWC:\"F\\xe5 gratis analyse\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1c96fsd\"),\"data-framer-portal-id\":\"yw3j32\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"NKrCt5ptz\"),/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-1ogmcpr\"),\"data-framer-portal-id\":\"yw3j32\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1thvkib\",onTap:onTap1wnntms({overlay:overlay2}),whileHover:animation6,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qa9upn-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LDiUUiAr9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"LDiUUiAr9\",layoutId:\"LDiUUiAr9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"Luk\"})}),className:\"framer-1jtp3vc\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/955ecae9-f3f2-42e4-a722-ee9ec861abf4/submit\",className:\"framer-1c6pqex\",nodeId:\"ZGJu09JQC\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ff16ga\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Name\"})}),className:\"framer-1f30qtx\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1bhpv62\",inputName:\"Navn\",placeholder:\"Kasper Carlsen\",type:\"text\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17czni1\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1ntq6am\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Email\"})}),className:\"framer-xrezrb\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1cj34np\",inputName:\"Email\",placeholder:\"kasper@segmento.dk\",type:\"email\"})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-bonmcf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Telefon\"})}),className:\"framer-h8054p\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-suxzvs\",inputName:\"Telefon\",placeholder:\"+45 88 88 88 88\",type:\"tel\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v8l4a6\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1qzl3p8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Titel\"})}),className:\"framer-1gthh2u\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q8il9k\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1socjv\",inputName:\"titel\",placeholder:\"CEO\",type:\"text\"})})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1w4hm3z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Virksomhed\"})}),className:\"framer-1yxhr74\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kpfmi3\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1jpylxq\",inputName:\"Virksomhed\",placeholder:\"Tesla\",type:\"text\"})})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1x4a1py\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Kanaler\"})}),className:\"framer-1wg5jky\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o497b2\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-12j2yj9\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-8ex901\",defaultChecked:false,inputName:\"FB & IG\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Facebook & Instagram\"})}),className:\"framer-lhjfhf\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1jwva3b\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-3zd2c1\",defaultChecked:false,inputName:\"Email\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Email\"})}),className:\"framer-1ramrfy\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ht6zvv\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-l5ton1\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-10z3rdu\",defaultChecked:false,inputName:\"Google\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Google\"})}),className:\"framer-y1419h\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-ycnfw\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1kpmh1f\",defaultChecked:false,inputName:\"TikTok\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"TikTok\"})}),className:\"framer-iok9mf\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-k5j9c9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Besked\"})}),className:\"framer-ualnhe\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1bh6g7x\",inputName:\"Besked\",placeholder:\"Besked...\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{width:\"calc(100vw - 88px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"394px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pc8wsx-container\",inComponentSlot:true,nodeId:\"fxPNwN1UA\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"fxPNwN1UA\",layoutId:\"fxPNwN1UA\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"LeXAGi0oG\",success:\"a1a41gwQQ\"},\"ToxIyY8__\"),width:\"100%\"})})})})]})})]})]}),getContainer())})})]})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-96ialo\",\"data-framer-name\":\"graphic\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yim9vs\",\"data-framer-name\":\"item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-344}}],__framer__transformViewportThreshold:0},F1yOwr2a2:{__framer__transformViewportThreshold:0}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-194}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rw79gv\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Gennemgang af e-mail markedsf\\xf8ring:\"})}),className:\"framer-1fiyq0n\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aoqmrh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wp6gvo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Nuv\\xe6rende flows\"})}),className:\"framer-1o0gli1\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vtuh1s\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xxu9i1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fkoakf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FybWcoNhm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(91, 212, 143)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"FybWcoNhm\",layoutId:\"FybWcoNhm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yxb3ej\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-68lduz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vpulun-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dPOo9dOkN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(91, 212, 143)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"dPOo9dOkN\",layoutId:\"dPOo9dOkN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-110tx8i\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dqjav\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5gmto1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aPKAjMis3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(91, 212, 143)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"aPKAjMis3\",layoutId:\"aPKAjMis3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gp6l06\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q4ek54\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Manglende flows:\"})}),className:\"framer-1hvtf65\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qq2sxq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z38k34\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17k8l4f-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KdHXZ9q_n\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(229, 72, 72)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"KdHXZ9q_n\",layoutId:\"KdHXZ9q_n\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1575rmn\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p0pkz1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ds3c36-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fbZFRM9ET\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(229, 72, 72)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"fbZFRM9ET\",layoutId:\"fbZFRM9ET\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-if3qje\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4u3as0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yq8yaw-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xgUbZD3GJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(229, 72, 72)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"xgUbZD3GJ\",layoutId:\"xgUbZD3GJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u5xfis\"})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10twsnh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Ide\\xe9r til nye flows, samt deres effekt p\\xe5 jeres samlede setup:\"})}),className:\"framer-ctwkom\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ebsl1p\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eq0fl4\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uns98p\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h1t7lc\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16du73\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g8b72j\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-j9p3of\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jn9ymk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Kampagneoverblik og data:\"})}),className:\"framer-1d9x43s\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-as87sr\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-grht58\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fvoegp\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l34b97\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yxcrvl\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aru2vl\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17inu6u\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nv7b8a\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3qpmms\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4rokpf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dxkj8l\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-130ih3j\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-chintx\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4x0vpi\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11oq2aj\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nk73h7\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7tbcjo\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-u6l863\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hdnln3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cyijni\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0l0eh\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xtcbvt\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15hjrea\"})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1zvs0u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Leadgenerering (Ide\\xe9r, som i kan overveje at implementere):\"})}),className:\"framer-idx1z2\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aolhps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pz87kn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6p3pds\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bj1j7t\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-93sjw1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h0mlwl\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-afxnp2\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wlslc2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xzvsnf\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1attg83\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xnyss3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4fd12\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Leverbarhedsoptimering\"})}),className:\"framer-1dd1ww5\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16vfz26\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2hk41i\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ix5sr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vQ7jpC77U\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(229, 72, 72)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"vQ7jpC77U\",layoutId:\"vQ7jpC77U\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v0j5si\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w8qm6h\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rmhgje-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oP0brlGkO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(229, 72, 72)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"XCircle\",id:\"oP0brlGkO\",layoutId:\"oP0brlGkO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wc0g7z\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ay46cq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bef6tr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IP4T79A3X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(212, 159, 91)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"WarningCircle\",id:\"IP4T79A3X\",layoutId:\"IP4T79A3X\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ex5kv\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9z97t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Dataindsamling\"})}),className:\"framer-kwy1f9\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17849pb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bjhcm2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i139bl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"B7fIbd4fS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(91, 212, 143)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"B7fIbd4fS\",layoutId:\"B7fIbd4fS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nq8xjm\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n42tew\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dfs1bt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AkLkJWTNC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(91, 212, 143)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"AkLkJWTNC\",layoutId:\"AkLkJWTNC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dqksxq\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i2qkbo\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-183d0mo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Ti8DPYlyh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(91, 212, 143)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"Ti8DPYlyh\",layoutId:\"Ti8DPYlyh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tiw9ok\"})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmucx6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"14px\",\"--framer-text-color\":\"var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, rgb(11, 5, 29))\"},children:\"Mine tanker til jeres setup, samt eksekveringsplan:\"})}),className:\"framer-11bk9zl\",\"data-framer-name\":\"Paragraph\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhmwen\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ad7gb8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-501841\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14m5yup\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hg7zo6\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t8i3l9\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-53z1tb\"})})]})]})]})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-crgeg1\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14smp8j\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yl238d\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pxw7em\",\"data-framer-name\":\"Col 1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-d4eq13\",\"data-framer-name\":\"logo\",fill:\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\",intrinsicHeight:66,intrinsicWidth:348,svg:'<svg width=\"348\" height=\"66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M327.392 52.864c-12.096 0-19.8-8.496-19.8-20.808 0-12.168 7.704-20.592 19.8-20.592 12.168 0 19.8 8.424 19.8 20.592 0 12.312-7.632 20.808-19.8 20.808Zm0-6.624c6.84 0 11.088-5.832 11.088-14.184s-4.248-13.896-11.088-13.896c-6.768 0-11.088 5.544-11.088 13.896s4.32 14.184 11.088 14.184Zm-23.549-33.912v6.624h-8.784v20.88c0 4.464 1.872 6.048 4.896 6.048 1.296 0 2.664-.288 3.888-.792v6.768c-1.296.432-3.024.792-5.256.792-6.984 0-11.952-3.312-11.952-11.952V18.952h-5.688v-6.624h5.688V3.04h8.424v9.288h8.784Zm-40.53-.864c7.92 0 13.536 5.472 13.536 14.04V52h-8.424V27.088c0-5.832-3.168-8.856-7.848-8.856-5.832 0-9.792 4.68-9.792 12.96V52h-8.496V12.328h8.064v9.144h.288c1.152-6.48 6.48-10.008 12.672-10.008Zm-27.203 21.24v1.584h-29.304c.648 7.344 4.464 12.096 10.872 12.096 4.68 0 8.496-2.448 9.144-6.264h8.568c-1.296 8.64-9.36 12.744-17.712 12.744-11.736 0-19.512-7.992-19.512-20.664 0-12.024 7.344-20.736 19.512-20.736 12.312 0 18.432 9 18.432 21.24Zm-18.432-14.688c-5.472 0-9.288 3.528-10.512 9.72h20.088c-.72-6.336-4.176-9.72-9.576-9.72Zm-38.201-6.552c7.344 0 12.888 5.184 12.888 13.752V52h-8.496V26.296c0-4.824-2.808-8.064-7.344-8.064-5.544 0-9.216 4.824-9.216 13.176V52h-8.424V26.296c0-4.824-2.88-8.064-7.272-8.064-5.688 0-9.216 5.328-9.216 13.176V52h-8.496V12.328h8.064V21.4h.288c1.224-6.552 6.48-9.936 12.24-9.936 5.976 0 11.016 3.672 12.384 9.864h.216c1.656-6.984 6.912-9.864 12.384-9.864Zm-71.732 53.64c-13.032 0-19.44-2.736-19.512-8.856-.072-4.608 3.456-6.984 8.352-8.064v-.288c-5.328-.576-8.352-3.24-8.352-7.128 0-4.248 3.528-6.264 7.632-7.056-3.096-2.304-4.824-5.616-4.824-9.504 0-7.344 5.904-12.672 16.344-12.672 4.68 0 8.28 1.08 10.944 2.88.432-3.528 2.016-6.336 6.624-6.336 1.08 0 1.872.144 2.52.288v7.128c-.792-.36-2.016-.576-3.24-.576-1.656 0-2.88.36-3.672 1.368 2.016 2.088 3.096 4.824 3.096 7.92 0 7.2-6.048 12.6-16.272 12.672-3.888 0-6.912-.72-9.288-1.872-1.224.504-2.232 1.44-2.232 3.096 0 2.088 1.728 3.168 5.976 3.168h11.304c7.488 0 15.264 2.52 15.264 11.448 0 8.064-6.48 12.384-20.664 12.384Zm-.432-33.984c4.752 0 8.136-2.304 8.136-6.84 0-4.464-3.384-6.768-8.136-6.768-4.68 0-8.064 2.304-8.064 6.768 0 4.536 3.384 6.84 8.064 6.84Zm.432 28.152c9 0 12.096-2.16 12.096-5.76 0-3.744-3.384-5.472-8.496-5.472h-5.4c-6.768 0-9.288 2.304-9.288 5.616 0 4.32 4.104 5.616 11.088 5.616ZM84.286 32.704v1.584H54.982c.648 7.344 4.464 12.096 10.872 12.096 4.68 0 8.496-2.448 9.144-6.264h8.568c-1.296 8.64-9.36 12.744-17.712 12.744-11.736 0-19.512-7.992-19.512-20.664 0-12.024 7.344-20.736 19.512-20.736 12.312 0 18.432 9 18.432 21.24ZM65.854 18.016c-5.472 0-9.288 3.528-10.512 9.72H75.43c-.72-6.336-4.176-9.72-9.576-9.72ZM21.472 52.864C7.216 52.864.736 45.16.736 34.504h8.856c.072 6.696 3.744 11.232 11.952 11.232 5.904 0 11.232-2.376 11.232-7.416 0-4.104-3.6-6.048-8.712-7.344l-6.336-1.512C9.376 27.376 2.176 23.776 2.176 14.416 2.176 4.552 10.96.736 21.04.736c13.176 0 19.584 6.984 19.584 17.136H31.84c-.072-6.048-3.6-9.936-10.872-9.936-5.04 0-9.864 1.728-9.864 6.12 0 3.816 3.456 5.904 8.424 7.128l6.408 1.584c7.848 1.872 15.696 5.616 15.696 15.12 0 10.656-9.504 14.976-20.16 14.976Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLiw3GCId:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"For brands med store ambitioner.\"})})},F1yOwr2a2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"For brands med store ambitioner.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, rgb(255, 251, 247))\"},children:\"For brands med store ambitioner.\"})}),className:\"framer-7s6tba\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-463zdg\",\"data-framer-name\":\"Col 2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15yhtq0\",\"data-framer-name\":\"Explore\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},children:\"Vigtige links\"})}),className:\"framer-1g54hzi\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9r0odf\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jlqIzAxhv\"},motionChild:true,nodeId:\"hThPVfapy\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Ydelser\"})})})}),className:\"framer-1q2imkg\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtgC2bcpT\"},motionChild:true,nodeId:\"zFVllLo6R\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Om os\"})})})}),className:\"framer-2k5fau\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ey0wzk\",\"data-framer-name\":\"Explore\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgTWVkaXVt\",\"--framer-font-family\":'\"Studio6 Medium\", \"Studio6 Medium Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},children:\"Kontakt og socials\"})}),className:\"framer-cchxhg\",fonts:[\"CUSTOM;Studio6 Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-slc0sc\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:\"+45 93 40 45 59\"})}),className:\"framer-1mmf4hv\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:kasper@segmento.dk\",motionChild:true,nodeId:\"ed6O_ksLS\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"kasper@segmento.dk\"})})})}),className:\"framer-11s8nha\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:[\"Voldbjergvej 22B\",/*#__PURE__*/_jsx(\"br\",{}),\"8240 Risskov\",/*#__PURE__*/_jsx(\"br\",{}),\"Danmark \"]})}),className:\"framer-1gp346e\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kix2v\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fbelt2\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xt5oww\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:\"\\xa9 Segmento Aps\"})}),className:\"framer-rspy5z\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:\"Privatlivspolitik\"})}),className:\"framer-vdsmzh\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:\"CVR-nr.: 42527831\"})}),className:\"framer-18o0t1u\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-agb6yb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N0dWRpbzYgUmVndWxhcg==\",\"--framer-font-family\":'\"Studio6 Regular\", \"Studio6 Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgba(255, 250, 245, 0.6)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/kasper-carlsen-a82a04a2/\",motionChild:true,nodeId:\"fDeMymW6r\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"LinkedIn\"})})})}),className:\"framer-1pfnyp7\",fonts:[\"CUSTOM;Studio6 Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZxIFK.framer-lux5qc, .framer-ZxIFK .framer-lux5qc { display: block; }\",\".framer-ZxIFK.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, #fffbf7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-ZxIFK .framer-1boru2j-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-7dhvm7 { align-content: center; align-items: center; background-color: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, #fffbf7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1b5vo0e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1qf8vf7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1lj1sdl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1rdml5b { --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-ZxIFK .framer-1899f42 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 640px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-vil3qa-container, .framer-ZxIFK .framer-yw3j32-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZxIFK.framer-zutjqb, .framer-ZxIFK.framer-cxe63v, .framer-ZxIFK.framer-1c96fsd { background-color: rgba(18, 11, 4, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-ZxIFK.framer-1tr0wam, .framer-ZxIFK.framer-1tg8p0o, .framer-ZxIFK.framer-1ogmcpr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 47%; transform: translate(-50%, -50%); width: min-content; z-index: 10; }\",\".framer-ZxIFK .framer-yatzoy, .framer-ZxIFK .framer-tgn0br, .framer-ZxIFK .framer-1thvkib { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.7); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZxIFK .framer-me874t-container, .framer-ZxIFK .framer-1heawdi-container, .framer-ZxIFK .framer-1qa9upn-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-ZxIFK .framer-15ktxd6, .framer-ZxIFK .framer-cqvcti, .framer-ZxIFK .framer-9bptct, .framer-ZxIFK .framer-w2otbk, .framer-ZxIFK .framer-1v7z7e3, .framer-ZxIFK .framer-1wwetqy, .framer-ZxIFK .framer-kvu5l4, .framer-ZxIFK .framer-txhdso, .framer-ZxIFK .framer-1wdk0fw, .framer-ZxIFK .framer-1nen9ie, .framer-ZxIFK .framer-1a5dtcz, .framer-ZxIFK .framer-11fvtgt, .framer-ZxIFK .framer-1ojo4p, .framer-ZxIFK .framer-1qtr6ml, .framer-ZxIFK .framer-du5ie5, .framer-ZxIFK .framer-1tvirxi, .framer-ZxIFK .framer-fbqhv, .framer-ZxIFK .framer-1we58yt, .framer-ZxIFK .framer-hq4hw0, .framer-ZxIFK .framer-8oj5yi, .framer-ZxIFK .framer-10r1niy, .framer-ZxIFK .framer-zhxyxu, .framer-ZxIFK .framer-1bp8qc9, .framer-ZxIFK .framer-v921t6, .framer-ZxIFK .framer-w20cml, .framer-ZxIFK .framer-1jtp3vc, .framer-ZxIFK .framer-1f30qtx, .framer-ZxIFK .framer-xrezrb, .framer-ZxIFK .framer-h8054p, .framer-ZxIFK .framer-1gthh2u, .framer-ZxIFK .framer-1yxhr74, .framer-ZxIFK .framer-1wg5jky, .framer-ZxIFK .framer-lhjfhf, .framer-ZxIFK .framer-1ramrfy, .framer-ZxIFK .framer-y1419h, .framer-ZxIFK .framer-iok9mf, .framer-ZxIFK .framer-ualnhe, .framer-ZxIFK .framer-rspy5z, .framer-ZxIFK .framer-vdsmzh, .framer-ZxIFK .framer-18o0t1u, .framer-ZxIFK .framer-1pfnyp7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZxIFK .framer-1f4fisa, .framer-ZxIFK .framer-1exp83z, .framer-ZxIFK .framer-1c6pqex { align-content: flex-start; align-items: flex-start; background-color: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, #fffbf7); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1k79krv, .framer-ZxIFK .framer-1iq2j4f, .framer-ZxIFK .framer-4w6fiz, .framer-ZxIFK .framer-1hq55sd, .framer-ZxIFK .framer-113hz95, .framer-ZxIFK .framer-ieexpe, .framer-ZxIFK .framer-1ff16ga, .framer-ZxIFK .framer-1x4a1py, .framer-ZxIFK .framer-k5j9c9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 394px; }\",'.framer-ZxIFK .framer-nfdy91, .framer-ZxIFK .framer-dsz0o, .framer-ZxIFK .framer-15nlkdq, .framer-ZxIFK .framer-1wtmnu3, .framer-ZxIFK .framer-1qzeogh, .framer-ZxIFK .framer-p38eti, .framer-ZxIFK .framer-1bhpv62, .framer-ZxIFK .framer-1cj34np, .framer-ZxIFK .framer-suxzvs { --framer-input-background: var(--token-49b28f88-6db8-4af9-97a3-aafc200811a9, #f3ede6); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f164307f-8bd8-4bd5-a027-94591dc8a149, #e7ded5); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, #0b051d); --framer-input-font-family: \"Studio6 Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #948f8a; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-ZxIFK .framer-19ntada, .framer-ZxIFK .framer-pim1ae, .framer-ZxIFK .framer-qxzz1i, .framer-ZxIFK .framer-172ul28, .framer-ZxIFK .framer-17czni1, .framer-ZxIFK .framer-1v8l4a6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 394px; }\",\".framer-ZxIFK .framer-13xj9o9, .framer-ZxIFK .framer-lufsxp, .framer-ZxIFK .framer-ur6kuu, .framer-ZxIFK .framer-1x1lpbm, .framer-ZxIFK .framer-on2j85, .framer-ZxIFK .framer-xgjrsh, .framer-ZxIFK .framer-hf5xcq, .framer-ZxIFK .framer-1dvl7nr, .framer-ZxIFK .framer-1ntq6am, .framer-ZxIFK .framer-bonmcf, .framer-ZxIFK .framer-1qzl3p8, .framer-ZxIFK .framer-1w4hm3z { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-uy3x4b, .framer-ZxIFK .framer-1hl9l6o, .framer-ZxIFK .framer-gsmthm, .framer-ZxIFK .framer-1kv65z1, .framer-ZxIFK .framer-q8il9k, .framer-ZxIFK .framer-1kpfmi3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",'.framer-ZxIFK .framer-18c6ts3, .framer-ZxIFK .framer-17gfeiq, .framer-ZxIFK .framer-7f7wr5, .framer-ZxIFK .framer-1haokk0, .framer-ZxIFK .framer-1socjv, .framer-ZxIFK .framer-1jpylxq { --framer-input-background: var(--token-49b28f88-6db8-4af9-97a3-aafc200811a9, #f3ede6); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f164307f-8bd8-4bd5-a027-94591dc8a149, #e7ded5); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, #0b051d); --framer-input-font-family: \"Studio6 Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #948f8a; flex: 1 0 0px; height: 40px; position: relative; width: 1px; }',\".framer-ZxIFK .framer-724pqk, .framer-ZxIFK .framer-ccay91, .framer-ZxIFK .framer-w8rsqj, .framer-ZxIFK .framer-j1s7n8, .framer-ZxIFK .framer-o497b2, .framer-ZxIFK .framer-ht6zvv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-ucek5q, .framer-ZxIFK .framer-tpfelp, .framer-ZxIFK .framer-1y3xc7n, .framer-ZxIFK .framer-fra0kp, .framer-ZxIFK .framer-1vk4f97, .framer-ZxIFK .framer-fm3gen, .framer-ZxIFK .framer-4bl543, .framer-ZxIFK .framer-bcdwyb, .framer-ZxIFK .framer-12j2yj9, .framer-ZxIFK .framer-1jwva3b, .framer-ZxIFK .framer-l5ton1, .framer-ZxIFK .framer-ycnfw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-1i1xpvr, .framer-ZxIFK .framer-1743rse, .framer-ZxIFK .framer-o8klv2, .framer-ZxIFK .framer-1foot9a, .framer-ZxIFK .framer-431i29, .framer-ZxIFK .framer-z1lzkg, .framer-ZxIFK .framer-14yt9wv, .framer-ZxIFK .framer-1vscb3f, .framer-ZxIFK .framer-8ex901, .framer-ZxIFK .framer-3zd2c1, .framer-ZxIFK .framer-10z3rdu, .framer-ZxIFK .framer-1kpmh1f { --framer-input-background: var(--token-49b28f88-6db8-4af9-97a3-aafc200811a9, #f3ede6); --framer-input-boolean-checked-background: var(--token-4cc2990e-fe9f-4c09-b84c-a5a6065a0a1e, #233dff); --framer-input-boolean-checked-border-color: var(--token-4cc2990e-fe9f-4c09-b84c-a5a6065a0a1e, #233dff); --framer-input-boolean-checked-border-style: solid; --framer-input-boolean-checked-border-width: 1px; --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f164307f-8bd8-4bd5-a027-94591dc8a149, #e7ded5); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 4px; --framer-input-border-radius-bottom-right: 4px; --framer-input-border-radius-top-left: 4px; --framer-input-border-radius-top-right: 4px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-color: #ffffff; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",'.framer-ZxIFK .framer-fltk4d, .framer-ZxIFK .framer-17tdb6h, .framer-ZxIFK .framer-1bh6g7x { --framer-input-background: var(--token-49b28f88-6db8-4af9-97a3-aafc200811a9, #f3ede6); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-f164307f-8bd8-4bd5-a027-94591dc8a149, #e7ded5); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, #0b051d); --framer-input-font-family: \"Studio6 Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #948f8a; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-ZxIFK .framer-lsqcc0-container, .framer-ZxIFK .framer-1c4e9hv-container, .framer-ZxIFK .framer-1pc8wsx-container { flex: none; height: 40px; position: relative; width: 394px; }\",\".framer-ZxIFK .framer-1or57co { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZxIFK .framer-15fc1z2-container { flex: none; height: 400px; position: relative; width: 300px; }\",\".framer-ZxIFK .framer-trfqbv, .framer-ZxIFK .framer-avx7w7, .framer-ZxIFK .framer-4txhd7, .framer-ZxIFK .framer-g1li76, .framer-ZxIFK .framer-1qkwsnc { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 440px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-4z6hfb, .framer-ZxIFK .framer-ropw5o, .framer-ZxIFK .framer-1m59hbo, .framer-ZxIFK .framer-1gt0c0n, .framer-ZxIFK .framer-1dm1x29 { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.92996898115013%, rgba(0, 0, 0, 0.6) 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.21097046413504% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-ZxIFK .framer-1pybb8o, .framer-ZxIFK .framer-112le32, .framer-ZxIFK .framer-1h30jqz, .framer-ZxIFK .framer-1xy2i7b, .framer-ZxIFK .framer-wc35tc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 1px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-ZxIFK .framer-mswg6w { flex: none; height: 26px; position: relative; width: 103px; }\",\".framer-ZxIFK .framer-zbf4ar, .framer-ZxIFK .framer-1a9dnwe, .framer-ZxIFK .framer-urfuch, .framer-ZxIFK .framer-17xw9xi, .framer-ZxIFK .framer-1vucam5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-ZxIFK .framer-czetjp, .framer-ZxIFK .framer-qah0p4, .framer-ZxIFK .framer-lkhoui, .framer-ZxIFK .framer-1670hqf, .framer-ZxIFK .framer-600f2z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-1mxgm1t { flex: none; height: 22px; position: relative; width: 153px; }\",\".framer-ZxIFK .framer-5qc91 { aspect-ratio: 3.726161369193154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 89px; }\",\".framer-ZxIFK .framer-61tmbz { flex: none; height: 30px; position: relative; width: 128px; }\",\".framer-ZxIFK .framer-1peelgt { flex: none; height: 36px; position: relative; width: 55px; }\",\".framer-ZxIFK .framer-1mkecpu-container { flex: none; height: 446px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-k6jalx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-jezfpa { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-hw0iq2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-u1o3ll-container { flex: none; height: auto; max-width: 1280px; position: sticky; top: 80px; width: 100%; z-index: 1; }\",\".framer-ZxIFK .framer-1kosf5y-container { flex: none; height: auto; max-width: 1280px; position: sticky; top: 110px; width: 100%; z-index: 1; }\",\".framer-ZxIFK .framer-s3a6p7-container { flex: none; height: auto; max-width: 1280px; position: sticky; top: 140px; width: 100%; z-index: 1; }\",\".framer-ZxIFK .framer-qelii1-container { flex: none; height: auto; max-width: 1280px; position: sticky; top: 170px; width: 100%; z-index: 1; }\",\".framer-ZxIFK .framer-mnap4t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-16yyifh-container { flex: none; height: 60px; max-width: 1200px; position: relative; width: 1200px; }\",\".framer-ZxIFK .framer-7kxueq { height: 32px; position: relative; width: 71px; }\",\".framer-ZxIFK .framer-145rqb2 { height: 36px; position: relative; width: 151px; }\",\".framer-ZxIFK .framer-ax4bpu { height: 36px; position: relative; width: 55px; }\",\".framer-ZxIFK .framer-1dw5x47 { height: 36px; position: relative; width: 167px; }\",\".framer-ZxIFK .framer-bnxhhk { height: 40px; position: relative; width: 40px; }\",\".framer-ZxIFK .framer-1hr2sg2 { height: 26px; position: relative; width: 153px; }\",\".framer-ZxIFK .framer-17oc53s { height: 28px; position: relative; width: 194px; }\",\".framer-ZxIFK .framer-x9g4d1 { height: 18px; position: relative; width: 123px; }\",\".framer-ZxIFK .framer-15hp3di { aspect-ratio: 14.753086419753087 / 1; height: var(--framer-aspect-ratio-supported, 17px); overflow: hidden; position: relative; width: 251px; }\",\".framer-ZxIFK .framer-6cuwzg { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-ZxIFK .framer-4676ph, .framer-ZxIFK .framer-1yb4niq, .framer-ZxIFK .framer-7u02vf, .framer-ZxIFK .framer-crgeg1 { align-content: center; align-items: center; background-color: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, #fffbf7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 48px 60px 48px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1jtkql2, .framer-ZxIFK .framer-1ifmf7z, .framer-ZxIFK .framer-g95xdm, .framer-ZxIFK .framer-1dnwmij { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1beevuw, .framer-ZxIFK .framer-33l4ao, .framer-ZxIFK .framer-3qc9jh, .framer-ZxIFK .framer-imv5vi, .framer-ZxIFK .framer-1iwho8v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-1l1krdz, .framer-ZxIFK .framer-3qs3dc, .framer-ZxIFK .framer-r79pe9, .framer-ZxIFK .framer-rr5l6j, .framer-ZxIFK .framer-pp9pjo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1f304ku, .framer-ZxIFK .framer-1ee2ih4, .framer-ZxIFK .framer-mysihm, .framer-ZxIFK .framer-ukvj6d { align-content: center; align-items: center; background-color: var(--token-daeaac97-f713-4c3f-9506-5b961a0fb7d5, #ffffff); border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 14px 8px 14px; position: relative; width: min-content; }\",\".framer-ZxIFK .framer-qhtzhk, .framer-ZxIFK .framer-1q6sbly, .framer-ZxIFK .framer-uxo6r6, .framer-ZxIFK .framer-16oomh { cursor: default; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZxIFK .framer-uaay2f, .framer-ZxIFK .framer-hvnhuf, .framer-ZxIFK .framer-m1t4f2, .framer-ZxIFK .framer-mabvc7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-yzb2q2, .framer-ZxIFK .framer-1u0khxr, .framer-ZxIFK .framer-1kcmsio, .framer-ZxIFK .framer-1oc0vhn, .framer-ZxIFK .framer-8q060g, .framer-ZxIFK .framer-qh862b { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-1s8p5i1, .framer-ZxIFK .framer-1kj8viy, .framer-ZxIFK .framer-t8bx8j, .framer-ZxIFK .framer-1q9yrs1, .framer-ZxIFK .framer-1aw8m7y, .framer-ZxIFK .framer-1o0gli1, .framer-ZxIFK .framer-1hvtf65, .framer-ZxIFK .framer-ctwkom, .framer-ZxIFK .framer-1d9x43s, .framer-ZxIFK .framer-idx1z2, .framer-ZxIFK .framer-1dd1ww5, .framer-ZxIFK .framer-kwy1f9, .framer-ZxIFK .framer-11bk9zl { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-1r54hkn, .framer-ZxIFK .framer-mp2kqz, .framer-ZxIFK .framer-m3pn4m, .framer-ZxIFK .framer-109i1z1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-ZxIFK .framer-y0n9dt { aspect-ratio: 0.7287340924313462 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 462px); overflow: visible; position: relative; width: 337px; }\",\".framer-ZxIFK .framer-1dpeygr { align-content: center; align-items: center; background-color: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, #fffbf7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 48px 120px 48px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-199ymi1 { aspect-ratio: 0.7402298850574712 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 0px 1px rgba(11, 5, 29, 0.08), 0px 8px 16px 0px rgba(11, 5, 29, 0.08); flex: none; height: var(--framer-aspect-ratio-supported, 462px); overflow: visible; position: relative; width: 342px; }\",\".framer-ZxIFK .framer-sgrjf1 { align-content: center; align-items: center; background-color: #3464bd; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 45px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 76px; justify-content: center; left: 30px; overflow: visible; padding: 16px; position: absolute; width: 76px; z-index: 1; }\",\".framer-ZxIFK .framer-1i3rjjw { aspect-ratio: 1.048780487804878 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 41px; }\",\".framer-ZxIFK .framer-1al4da { -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); background-color: rgba(255, 255, 255, 0.68); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 115px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); flex: none; height: 71px; left: 438px; overflow: hidden; position: absolute; width: 71px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-1kaxnj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 40px; }\",\".framer-ZxIFK .framer-1xwroc8 { align-content: center; align-items: center; background-color: #fefc05; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; left: 40px; overflow: hidden; padding: 0px; position: absolute; top: 76px; width: 72px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-bf5ogd { flex: none; height: 38px; position: relative; width: 32px; }\",\".framer-ZxIFK .framer-1kin2r { -webkit-backdrop-filter: blur(9px); align-content: center; align-items: center; backdrop-filter: blur(9px); background-color: rgba(255, 255, 255, 0.74); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; left: 76px; overflow: hidden; padding: 0px; position: absolute; top: 36px; width: 80px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-9x0g02 { aspect-ratio: 1.5333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 42px; }\",\".framer-ZxIFK .framer-60wsca { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 90px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; left: 71px; overflow: hidden; padding: 0px; position: absolute; width: 80px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-2i9qcc { aspect-ratio: 0.8716 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; width: 50px; }\",\".framer-ZxIFK .framer-12cd0j2 { aspect-ratio: 1.3846153846153846 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 10px 20px 0px rgba(11, 5, 29, 0.08); flex: none; height: var(--framer-aspect-ratio-supported, 188px); left: 320px; overflow: visible; position: absolute; top: 49px; width: 260px; z-index: 1; }\",\".framer-ZxIFK .framer-1x93h3 { align-content: center; align-items: center; background-color: var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, #0b051d); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 48px 120px 48px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-13sqs9t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-2sl6ly { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ZxIFK .framer-1sij6h2 { flex: none; height: auto; opacity: 0.45; position: relative; white-space: pre; width: auto; }\",\".framer-ZxIFK .framer-g0rmih { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); flex: none; height: 510px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-sn1r9o { align-content: center; align-items: center; background-color: var(--token-f8a33349-ad09-4b23-9a21-660ae7799e06, #fffbf7); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 48px 60px 48px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1ho8zr5 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); flex: none; height: 476px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-nd6s8u { align-content: center; align-items: center; background-color: var(--token-27c3127d-029d-4c4f-a5aa-4b97090b38fb, #0b051d); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-ZxIFK .framer-1fybgrh-container { bottom: -198px; flex: none; position: absolute; right: -370px; top: -140px; width: 800px; z-index: 1; }\",\".framer-ZxIFK .framer-v9ne8h { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-10djaom { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 60%; }\",\".framer-ZxIFK .framer-1is6fbo { --border-bottom-width: 1px; --border-color: rgba(255, 251, 247, 0.4); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 251, 247, 0.06); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 14px 28px 14px 28px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZxIFK .framer-f7myvo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZxIFK .framer-1558dub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ZxIFK .framer-96ialo { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-ZxIFK .framer-1yim9vs { -webkit-backdrop-filter: blur(9px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(9px); background-color: var(--token-daeaac97-f713-4c3f-9506-5b961a0fb7d5, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 480px; justify-content: flex-start; left: calc(50.00000000000002% - 429px / 2); overflow: hidden; padding: 24px; position: absolute; top: calc(50.08375209380237% - 480px / 2); width: 429px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZxIFK .framer-rw79gv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ZxIFK .framer-1fiyq0n { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 381px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-aoqmrh, .framer-ZxIFK .framer-1xnyss3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 381px; }\",\".framer-ZxIFK .framer-wp6gvo, .framer-ZxIFK .framer-q4ek54, .framer-ZxIFK .framer-i4fd12, .framer-ZxIFK .framer-9z97t { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-1vtuh1s, .framer-ZxIFK .framer-1qq2sxq, .framer-ZxIFK .framer-ebsl1p, .framer-ZxIFK .framer-as87sr, .framer-ZxIFK .framer-1aolhps, .framer-ZxIFK .framer-16vfz26, .framer-ZxIFK .framer-17849pb, .framer-ZxIFK .framer-fhmwen { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1xxu9i1, .framer-ZxIFK .framer-68lduz, .framer-ZxIFK .framer-1dqjav, .framer-ZxIFK .framer-z38k34, .framer-ZxIFK .framer-1p0pkz1, .framer-ZxIFK .framer-4u3as0, .framer-ZxIFK .framer-1eq0fl4, .framer-ZxIFK .framer-h1t7lc, .framer-ZxIFK .framer-g8b72j, .framer-ZxIFK .framer-2hk41i, .framer-ZxIFK .framer-w8qm6h, .framer-ZxIFK .framer-ay46cq, .framer-ZxIFK .framer-1bjhcm2, .framer-ZxIFK .framer-n42tew, .framer-ZxIFK .framer-1i2qkbo, .framer-ZxIFK .framer-ad7gb8, .framer-ZxIFK .framer-14m5yup, .framer-ZxIFK .framer-1t8i3l9 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-fkoakf-container, .framer-ZxIFK .framer-vpulun-container, .framer-ZxIFK .framer-5gmto1-container, .framer-ZxIFK .framer-17k8l4f-container, .framer-ZxIFK .framer-1ds3c36-container, .framer-ZxIFK .framer-yq8yaw-container, .framer-ZxIFK .framer-18ix5sr-container, .framer-ZxIFK .framer-rmhgje-container, .framer-ZxIFK .framer-1bef6tr-container, .framer-ZxIFK .framer-i139bl-container, .framer-ZxIFK .framer-dfs1bt-container, .framer-ZxIFK .framer-183d0mo-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-ZxIFK .framer-yxb3ej, .framer-ZxIFK .framer-v0j5si { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 93px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-110tx8i, .framer-ZxIFK .framer-1wc0g7z { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 47px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1gp6l06, .framer-ZxIFK .framer-8ex5kv { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 69px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1575rmn, .framer-ZxIFK .framer-1nq8xjm { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 34px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-if3qje, .framer-ZxIFK .framer-1dqksxq { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1u5xfis, .framer-ZxIFK .framer-tiw9ok { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 70px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-10twsnh, .framer-ZxIFK .framer-1jn9ymk, .framer-ZxIFK .framer-1zvs0u, .framer-ZxIFK .framer-pmucx6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 381px; }\",\".framer-ZxIFK .framer-1uns98p, .framer-ZxIFK .framer-16du73, .framer-ZxIFK .framer-501841, .framer-ZxIFK .framer-1hg7zo6 { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: 1 0 0px; height: 15px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-j9p3of, .framer-ZxIFK .framer-53z1tb { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 339px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-grht58 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1fvoegp { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 54px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-l34b97 { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 62px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-yxcrvl, .framer-ZxIFK .framer-1nv7b8a, .framer-ZxIFK .framer-u6l863 { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 37px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-aru2vl { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 68px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-17inu6u { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 47px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-3qpmms { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 26px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-4rokpf { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 20px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-dxkj8l { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 53px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-130ih3j { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 27px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-chintx { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 39px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-4x0vpi { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 65px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-11oq2aj { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 38px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-nk73h7 { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 16px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-7tbcjo { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 46px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-hdnln3 { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 60px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1cyijni { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 34px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1o0l0eh { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 40px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1xtcbvt { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 63px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-15hjrea { background: linear-gradient(180deg, #37d7e6 0%, rgb(98, 36, 255) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: 1 0 0px; height: 32px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1pz87kn, .framer-ZxIFK .framer-93sjw1, .framer-ZxIFK .framer-wlslc2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-6p3pds, .framer-ZxIFK .framer-1h0mlwl, .framer-ZxIFK .framer-1xzvsnf { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 163px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1bj1j7t { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-afxnp2 { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 17px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-1attg83 { background-color: rgba(12, 5, 31, 0.12); border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: 15px; overflow: hidden; position: relative; width: 39px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZxIFK .framer-14smp8j { align-content: center; align-items: center; background: linear-gradient(132deg, #2d1969 -46.339311873284764%, rgb(0, 0, 0) 100%); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0px 0px 1px rgba(3, 7, 18, 0.08), 0px 8px 16px 0px rgba(3, 7, 18, 0.08); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 80px 80px 40px 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-ZxIFK .framer-yl238d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1pxw7em { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-d4eq13 { aspect-ratio: 5.2727272727272725 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 127px; }\",\".framer-ZxIFK .framer-7s6tba, .framer-ZxIFK .framer-1g54hzi, .framer-ZxIFK .framer-cchxhg { --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; }\",\".framer-ZxIFK .framer-463zdg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1.6 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-15yhtq0, .framer-ZxIFK .framer-ey0wzk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-9r0odf, .framer-ZxIFK .framer-slc0sc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-1q2imkg, .framer-ZxIFK .framer-2k5fau, .framer-ZxIFK .framer-1mmf4hv, .framer-ZxIFK .framer-11s8nha, .framer-ZxIFK .framer-1gp346e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZxIFK .framer-1kix2v { background-color: rgba(255, 250, 245, 0.16); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-fbelt2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZxIFK .framer-xt5oww { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZxIFK .framer-agb6yb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",...sharedStyle.css,'.framer-ZxIFK[data-border=\"true\"]::after, .framer-ZxIFK [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: 1199px) { .framer-ZxIFK.framer-72rtr7 { width: 810px; } .framer-ZxIFK .framer-mnap4t { padding: 80px 0px 80px 0px; } .framer-ZxIFK .framer-1jtkql2, .framer-ZxIFK .framer-1ifmf7z, .framer-ZxIFK .framer-g95xdm, .framer-ZxIFK .framer-1dnwmij, .framer-ZxIFK .framer-nd6s8u, .framer-ZxIFK .framer-1558dub { flex-direction: column; } .framer-ZxIFK .framer-1beevuw, .framer-ZxIFK .framer-3qc9jh, .framer-ZxIFK .framer-imv5vi, .framer-ZxIFK .framer-1iwho8v { flex: none; width: 100%; } .framer-ZxIFK .framer-mp2kqz { order: 1; } .framer-ZxIFK .framer-33l4ao { flex: none; order: 0; width: 100%; } .framer-ZxIFK .framer-m3pn4m, .framer-ZxIFK .framer-109i1z1, .framer-ZxIFK .framer-10djaom { width: 100%; } .framer-ZxIFK .framer-1fybgrh-container { bottom: -140px; order: 1; right: -375px; top: -78px; width: 686px; z-index: 0; } .framer-ZxIFK .framer-v9ne8h { flex: none; order: 0; width: 100%; z-index: 1; } .framer-ZxIFK .framer-96ialo { align-self: unset; height: min-content; width: 100%; } .framer-ZxIFK .framer-1yim9vs { left: unset; position: relative; top: unset; } .framer-ZxIFK .framer-14smp8j { gap: 32px; padding: 40px 40px 32px 40px; } .framer-ZxIFK .framer-1pxw7em { flex: 1 0 0px; }}\",\"@media (max-width: 809px) { .framer-ZxIFK.framer-72rtr7 { width: 390px; } .framer-ZxIFK .framer-7dhvm7 { gap: 40px; padding: 48px 0px 16px 0px; } .framer-ZxIFK .framer-1b5vo0e { order: 0; padding: 0px 24px 0px 24px; } .framer-ZxIFK .framer-1qf8vf7 { gap: 24px; } .framer-ZxIFK .framer-1lj1sdl, .framer-ZxIFK .framer-13sqs9t { gap: 16px; } .framer-ZxIFK .framer-1rdml5b { order: 0; } .framer-ZxIFK .framer-1899f42, .framer-ZxIFK .framer-1or57co { order: 1; } .framer-ZxIFK.framer-1tr0wam, .framer-ZxIFK.framer-1tg8p0o, .framer-ZxIFK.framer-1ogmcpr { padding: 0px 24px 0px 24px; width: 100%; } .framer-ZxIFK .framer-1f4fisa, .framer-ZxIFK .framer-19ntada, .framer-ZxIFK .framer-pim1ae, .framer-ZxIFK .framer-1exp83z, .framer-ZxIFK .framer-qxzz1i, .framer-ZxIFK .framer-172ul28, .framer-ZxIFK .framer-1c6pqex, .framer-ZxIFK .framer-17czni1, .framer-ZxIFK .framer-1v8l4a6 { gap: 16px; width: 100%; } .framer-ZxIFK .framer-1k79krv, .framer-ZxIFK .framer-1iq2j4f, .framer-ZxIFK .framer-4w6fiz, .framer-ZxIFK .framer-lsqcc0-container, .framer-ZxIFK .framer-m3pn4m, .framer-ZxIFK .framer-109i1z1, .framer-ZxIFK .framer-10djaom, .framer-ZxIFK .framer-1hq55sd, .framer-ZxIFK .framer-113hz95, .framer-ZxIFK .framer-ieexpe, .framer-ZxIFK .framer-1c4e9hv-container, .framer-ZxIFK .framer-1ff16ga, .framer-ZxIFK .framer-1x4a1py, .framer-ZxIFK .framer-k5j9c9, .framer-ZxIFK .framer-1pc8wsx-container, .framer-ZxIFK .framer-rw79gv, .framer-ZxIFK .framer-1fiyq0n, .framer-ZxIFK .framer-aoqmrh, .framer-ZxIFK .framer-10twsnh, .framer-ZxIFK .framer-1jn9ymk, .framer-ZxIFK .framer-1zvs0u, .framer-ZxIFK .framer-1xnyss3, .framer-ZxIFK .framer-pmucx6 { width: 100%; } .framer-ZxIFK .framer-724pqk, .framer-ZxIFK .framer-ccay91, .framer-ZxIFK .framer-w8rsqj, .framer-ZxIFK .framer-j1s7n8, .framer-ZxIFK .framer-o497b2, .framer-ZxIFK .framer-ht6zvv { flex-direction: column; gap: 10px; } .framer-ZxIFK .framer-ucek5q, .framer-ZxIFK .framer-tpfelp, .framer-ZxIFK .framer-1y3xc7n, .framer-ZxIFK .framer-fra0kp, .framer-ZxIFK .framer-1beevuw, .framer-ZxIFK .framer-3qc9jh, .framer-ZxIFK .framer-imv5vi, .framer-ZxIFK .framer-1vk4f97, .framer-ZxIFK .framer-fm3gen, .framer-ZxIFK .framer-4bl543, .framer-ZxIFK .framer-bcdwyb, .framer-ZxIFK .framer-1iwho8v, .framer-ZxIFK .framer-12j2yj9, .framer-ZxIFK .framer-1jwva3b, .framer-ZxIFK .framer-l5ton1, .framer-ZxIFK .framer-ycnfw, .framer-ZxIFK .framer-1pxw7em { flex: none; width: 100%; } .framer-ZxIFK .framer-k6jalx { gap: 32px; padding: 48px 0px 32px 0px; } .framer-ZxIFK .framer-hw0iq2 { padding: 0px 24px 0px 24px; } .framer-ZxIFK .framer-u1o3ll-container { top: 40px; } .framer-ZxIFK .framer-1kosf5y-container { top: 70px; } .framer-ZxIFK .framer-s3a6p7-container { top: 100px; } .framer-ZxIFK .framer-qelii1-container { top: 120px; } .framer-ZxIFK .framer-mnap4t { overflow: hidden; padding: 32px 0px 32px 0px; } .framer-ZxIFK .framer-4676ph, .framer-ZxIFK .framer-1yb4niq, .framer-ZxIFK .framer-7u02vf, .framer-ZxIFK .framer-crgeg1 { flex-direction: column; padding: 32px 24px 32px 24px; } .framer-ZxIFK .framer-1jtkql2, .framer-ZxIFK .framer-1ifmf7z, .framer-ZxIFK .framer-g95xdm { flex-direction: column; gap: 40px; } .framer-ZxIFK .framer-1r54hkn { width: 342px; } .framer-ZxIFK .framer-y0n9dt { height: var(--framer-aspect-ratio-supported, 354px); width: 258px; } .framer-ZxIFK .framer-1dpeygr { flex-direction: column; padding: 32px 24px 64px 24px; } .framer-ZxIFK .framer-mp2kqz { order: 1; width: 342px; } .framer-ZxIFK .framer-199ymi1 { height: var(--framer-aspect-ratio-supported, 354px); width: 262px; } .framer-ZxIFK .framer-sgrjf1 { bottom: 50px; height: 64px; left: 0px; width: 64px; } .framer-ZxIFK .framer-1i3rjjw { height: var(--framer-aspect-ratio-supported, 31px); width: 33px; } .framer-ZxIFK .framer-1al4da { bottom: unset; height: 60px; left: calc(84.2105263157895% - 60px / 2); top: calc(73.44632768361585% - 60px / 2); width: 60px; } .framer-ZxIFK .framer-1kaxnj { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; } .framer-ZxIFK .framer-1xwroc8 { height: 56px; left: 0px; top: 86px; width: 56px; } .framer-ZxIFK .framer-1kin2r { height: 60px; left: 26px; top: 46px; width: 60px; } .framer-ZxIFK .framer-9x0g02 { height: var(--framer-aspect-ratio-supported, 23px); width: 35px; } .framer-ZxIFK .framer-60wsca { bottom: 85px; height: 56px; left: 31px; width: 56px; } .framer-ZxIFK .framer-2i9qcc { height: var(--framer-aspect-ratio-supported, 36px); width: 32px; } .framer-ZxIFK .framer-12cd0j2 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: var(--framer-aspect-ratio-supported, 128px); left: unset; right: 0px; width: 177px; } .framer-ZxIFK .framer-33l4ao { flex: none; order: 0; width: 100%; } .framer-ZxIFK .framer-1x93h3 { flex-direction: column; padding: 64px 24px 64px 24px; } .framer-ZxIFK .framer-2sl6ly { gap: 4px; } .framer-ZxIFK .framer-g0rmih { height: 310px; } .framer-ZxIFK .framer-sn1r9o { flex-direction: column; padding: 64px 24px 32px 24px; } .framer-ZxIFK .framer-1dnwmij { flex-direction: column; gap: 32px; } .framer-ZxIFK .framer-1ho8zr5 { height: 295px; } .framer-ZxIFK .framer-nd6s8u { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; flex-direction: column; padding: 32px; } .framer-ZxIFK .framer-1fybgrh-container { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 290px); order: 1; right: -146px; top: -36px; width: 290px; z-index: 0; } .framer-ZxIFK .framer-v9ne8h { flex: none; order: 0; width: 100%; z-index: 1; } .framer-ZxIFK .framer-1558dub { flex-direction: column; } .framer-ZxIFK .framer-96ialo { align-self: unset; height: min-content; width: 100%; } .framer-ZxIFK .framer-1yim9vs { height: 380px; left: unset; position: relative; top: unset; width: 100%; } .framer-ZxIFK .framer-14smp8j { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; gap: 24px; padding: 32px; } .framer-ZxIFK .framer-yl238d { flex-direction: column; gap: 24px; } .framer-ZxIFK .framer-463zdg { flex: none; flex-direction: column; gap: 24px; width: 100%; } .framer-ZxIFK .framer-15yhtq0, .framer-ZxIFK .framer-ey0wzk { flex: none; gap: 12px; width: 100%; } .framer-ZxIFK .framer-fbelt2 { flex-direction: column; gap: 12px; justify-content: flex-start; } .framer-ZxIFK .framer-xt5oww { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 12px; width: 100%; } .framer-ZxIFK .framer-agb6yb { flex: none; justify-content: flex-start; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8052\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"F1yOwr2a2\":{\"layout\":[\"fixed\",\"auto\"]},\"BLiw3GCId\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"qA7ec7SGA\":{\"pattern\":\":qA7ec7SGA\",\"name\":\"work-1\"},\"sb1Bbvj4f\":{\"pattern\":\":sb1Bbvj4f\",\"name\":\"work-2\"},\"qYEnWhL_h\":{\"pattern\":\":qYEnWhL_h\",\"name\":\"work-3\"},\"oVxiF1tav\":{\"pattern\":\":oVxiF1tav\",\"name\":\"work-4\"},\"x_aZd7KMF\":{\"pattern\":\":x_aZd7KMF\",\"name\":\"paid-social-ads\"},\"cE0rTQ7MA\":{\"pattern\":\":cE0rTQ7MA\",\"name\":\"analyse\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-ZxIFK\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8052,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Studio6 Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/nMzuQrEHm5NSzhwejTGy5iaMN1k.woff2\"},{family:\"Studio6 Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EcnzVvwEXRdYKtJWIthnIsQobQ.woff2\"}]},...NavigationBarFonts,...DarkButtonFonts,...MaterialFonts,...ButtonFonts,...SlideshowFonts,...TickerFonts,...CaseCardsBarkDNAFonts,...GlobeFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"8052\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F1yOwr2a2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BLiw3GCId\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"qA7ec7SGA\\\":{\\\"pattern\\\":\\\":qA7ec7SGA\\\",\\\"name\\\":\\\"work-1\\\"},\\\"sb1Bbvj4f\\\":{\\\"pattern\\\":\\\":sb1Bbvj4f\\\",\\\"name\\\":\\\"work-2\\\"},\\\"qYEnWhL_h\\\":{\\\"pattern\\\":\\\":qYEnWhL_h\\\",\\\"name\\\":\\\"work-3\\\"},\\\"oVxiF1tav\\\":{\\\"pattern\\\":\\\":oVxiF1tav\\\",\\\"name\\\":\\\"work-4\\\"},\\\"x_aZd7KMF\\\":{\\\"pattern\\\":\\\":x_aZd7KMF\\\",\\\"name\\\":\\\"paid-social-ads\\\"},\\\"cE0rTQ7MA\\\":{\\\"pattern\\\":\\\":cE0rTQ7MA\\\",\\\"name\\\":\\\"analyse\\\"}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "e", "r", "n", "s", "a", "o", "h", "u", "f", "c", "l", "p", "m", "i", "window", "phenomenon_default", "a", "o", "t", "i", "f", "r", "l", "c", "n", "A", "g", "v", "s", "d", "u", "m", "x", "U", "e", "D", "_", "y", "phenomenon_default", "Globe", "props", "background", "baseColor", "glowColor", "isDraggable", "dragOptions", "speed", "theta", "phi", "dark", "diffuse", "maxSamples", "mapBrightness", "markerSize", "markerArray", "markerColor", "scale", "alignment", "maxWidth", "offset", "offsetX", "offsetY", "stiffness", "damping", "mass", "canvasRef", "pe", "pointerInteracting", "pointerInteractionMovement", "isCanvas", "RenderTarget", "r", "useSpring", "fadeMask", "ue", "phiValue", "width", "onResize", "window", "baseConvert", "convertRGB", "glowConvert", "markerConvert", "globe", "D", "marker", "state", "p", "flexStyles", "e", "delta", "dp", "dpOffset", "dpDrag", "addPropertyControls", "ControlType", "color", "Color", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "ref1", "ref2", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "caseBillede", "data1Headline", "data1Text", "data2Headline", "data2Text", "headline", "height", "id", "navn", "profilbillede", "quote", "titel", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_humanReadableVariantMap_props_variant", "_ref9", "_ref10", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "o627rUtMw", "Mazu8qZS0", "uAkEiik7d", "v_ygVYM5C", "g4MgAVick", "brrYuLFQg", "QFd4haKI4", "B31UcYgwl", "MYaYqkq_l", "x3hEmZSI8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "Image2", "RichText2", "css", "FramerzvT15ln74", "withCSS", "zvT15ln74_default", "addPropertyControls", "ControlType", "addFonts", "NavigationBarFonts", "getFonts", "HsdvoyLPl_default", "RichTextWithFX", "withFX", "RichText2", "DarkButtonFonts", "lHLKGr7ON_default", "MaterialFonts", "Icon", "ButtonFonts", "jUKwbT1JY_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "SlideshowFonts", "Slideshow", "MotionDivWithOptimizedAppearEffect", "motion", "TickerFonts", "Ticker", "ContainerWithFX", "CaseCardsBarkDNAFonts", "zvT15ln74_default", "MotionDivWithFX", "ImageWithFX", "Image2", "GlobeFonts", "Globe", "PhosphorFonts", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "transition2", "animation3", "transition3", "animation4", "animation5", "transformTemplate1", "_", "t", "transition4", "animation6", "formVariants", "form", "variants", "currentVariant", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition5", "animation7", "animation8", "transition6", "animation9", "animation10", "transition7", "transition8", "animation11", "addImageAlt", "image", "alt", "animation12", "transition9", "animation13", "animation14", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "eLkxFkYmX", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "sYnMjn2Cm3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "onTap3bnx0g", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "ref3", "elementId", "useRouteElementId", "ref4", "elementId1", "elementId2", "elementId3", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "l", "AnimatePresence", "Ga", "FormContainer", "formState", "FormPlainTextInput2", "FormBooleanInput", "SVG", "getLoadingLazyAtYPosition", "overlay1", "overlay2", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
