{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/empty.js@0.1.0", "ssg:https://ga.jspm.io/npm:typewriter-effect@2.19.0/dist/react.js", "ssg:https://framerusercontent.com/modules/vgSbxmWWvbgW6ShllXld/9oZlwlOxsp6zJVFpVkIp/Typewriter.js", "ssg:https://framerusercontent.com/modules/zifUgdewnDGvT4EpSvms/7DTEQWTR7Tu943STh9rW/BFNdYtYKi.js", "ssg:https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js"],
  "sourcesContent": ["export default{};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Empty.map", "import*as t from\"react\";import r from\"process\";var o=\"default\"in t?t.default:t;var h=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof self?self:global;var b={};var _=r;!function(t,r){b=r(o)}(\"undefined\"!=typeof self&&self,(t=>(()=>{var r={7403:(t,r,o)=>{o.d(r,{default:()=>F});var b=o(4087),_=o.n(b);const a=function(t){return new RegExp(/<[a-z][\\s\\S]*>/i).test(t)},i=function(t){var r=document.createElement(\"div\");return r.innerHTML=t,r.childNodes},s=function(t,r){return Math.floor(Math.random()*(r-t+1))+t};var m=\"TYPE_CHARACTER\",T=\"REMOVE_CHARACTER\",A=\"REMOVE_ALL\",S=\"REMOVE_LAST_VISIBLE_NODE\",N=\"PAUSE_FOR\",C=\"CALL_FUNCTION\",P=\"ADD_HTML_TAG_ELEMENT\",L=\"CHANGE_DELETE_SPEED\",k=\"CHANGE_DELAY\",D=\"CHANGE_CURSOR\",M=\"PASTE_STRING\",R=\"HTML_TAG\";function g(t,r){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(t);r&&(h=h.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),o.push.apply(o,h)}return o}function w(t){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?g(Object(o),!0).forEach((function(r){O(t,r,o[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):g(Object(o)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(o,r))}))}return t}function x(t){return function(t){if(Array.isArray(t))return j(t)}(t)||function(t){if(\"undefined\"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t[\"@@iterator\"])return Array.from(t)}(t)||function(t,r){if(t){if(\"string\"==typeof t)return j(t,r);var o=Object.prototype.toString.call(t).slice(8,-1);return\"Object\"===o&&t.constructor&&(o=t.constructor.name),\"Map\"===o||\"Set\"===o?Array.from(t):\"Arguments\"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?j(t,r):void 0}}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function j(t,r){(null==r||r>t.length)&&(r=t.length);for(var o=0,h=new Array(r);o<r;o++)h[o]=t[o];return h}function E(t,r){for(var o=0;o<r.length;o++){var h=r[o];h.enumerable=h.enumerable||!1,h.configurable=!0,\"value\"in h&&(h.writable=!0),Object.defineProperty(t,h.key,h)}}function O(t,r,o){return r in t?Object.defineProperty(t,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[r]=o,t}const F=function(){function e(t,r){var o=this||h;if(function(t,r){if(!(t instanceof r))throw new TypeError(\"Cannot call a class as a function\")}(this||h,e),O(this||h,\"state\",{cursorAnimation:null,lastFrameTime:null,pauseUntil:null,eventQueue:[],eventLoop:null,eventLoopPaused:!1,reverseCalledEvents:[],calledEvents:[],visibleNodes:[],initialOptions:null,elements:{container:null,wrapper:document.createElement(\"span\"),cursor:document.createElement(\"span\")}}),O(this||h,\"options\",{strings:null,cursor:\"|\",delay:\"natural\",pauseFor:1500,deleteSpeed:\"natural\",loop:!1,autoStart:!1,devMode:!1,skipAddStyles:!1,wrapperClassName:\"Typewriter__wrapper\",cursorClassName:\"Typewriter__cursor\",stringSplitter:null,onCreateTextNode:null,onRemoveNode:null}),O(this||h,\"setupWrapperElement\",(function(){o.state.elements.container&&(o.state.elements.wrapper.className=o.options.wrapperClassName,o.state.elements.cursor.className=o.options.cursorClassName,o.state.elements.cursor.innerHTML=o.options.cursor,o.state.elements.container.innerHTML=\"\",o.state.elements.container.appendChild(o.state.elements.wrapper),o.state.elements.container.appendChild(o.state.elements.cursor))})),O(this||h,\"start\",(function(){return o.state.eventLoopPaused=!1,o.runEventLoop(),o})),O(this||h,\"pause\",(function(){return o.state.eventLoopPaused=!0,o})),O(this||h,\"stop\",(function(){return o.state.eventLoop&&((0,b.cancel)(o.state.eventLoop),o.state.eventLoop=null),o})),O(this||h,\"pauseFor\",(function(t){return o.addEventToQueue(N,{ms:t}),o})),O(this||h,\"typeOutAllStrings\",(function(){return\"string\"==typeof o.options.strings?(o.typeString(o.options.strings).pauseFor(o.options.pauseFor),o):(o.options.strings.forEach((function(t){o.typeString(t).pauseFor(o.options.pauseFor).deleteAll(o.options.deleteSpeed)})),o)})),O(this||h,\"typeString\",(function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(a(t))return o.typeOutHTMLString(t,r);if(t){var h=o.options||{},b=h.stringSplitter,_=\"function\"==typeof b?b(t):t.split(\"\");o.typeCharacters(_,r)}return o})),O(this||h,\"pasteString\",(function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return a(t)?o.typeOutHTMLString(t,r,!0):(t&&o.addEventToQueue(M,{character:t,node:r}),o)})),O(this||h,\"typeOutHTMLString\",(function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,h=arguments.length>2?arguments[2]:void 0,b=i(t);if(b.length>0)for(var _=0;_<b.length;_++){var m=b[_],T=m.innerHTML;m&&3!==m.nodeType?(m.innerHTML=\"\",o.addEventToQueue(P,{node:m,parentNode:r}),h?o.pasteString(T,m):o.typeString(T,m)):m.textContent&&(h?o.pasteString(m.textContent,r):o.typeString(m.textContent,r))}return o})),O(this||h,\"deleteAll\",(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"natural\";return o.addEventToQueue(A,{speed:t}),o})),O(this||h,\"changeDeleteSpeed\",(function(t){if(!t)throw new Error(\"Must provide new delete speed\");return o.addEventToQueue(L,{speed:t}),o})),O(this||h,\"changeDelay\",(function(t){if(!t)throw new Error(\"Must provide new delay\");return o.addEventToQueue(k,{delay:t}),o})),O(this||h,\"changeCursor\",(function(t){if(!t)throw new Error(\"Must provide new cursor\");return o.addEventToQueue(D,{cursor:t}),o})),O(this||h,\"deleteChars\",(function(t){if(!t)throw new Error(\"Must provide amount of characters to delete\");for(var r=0;r<t;r++)o.addEventToQueue(T);return o})),O(this||h,\"callFunction\",(function(t,r){if(!t||\"function\"!=typeof t)throw new Error(\"Callbak must be a function\");return o.addEventToQueue(C,{cb:t,thisArg:r}),o})),O(this||h,\"typeCharacters\",(function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!t||!Array.isArray(t))throw new Error(\"Characters must be an array\");return t.forEach((function(t){o.addEventToQueue(m,{character:t,node:r})})),o})),O(this||h,\"removeCharacters\",(function(t){if(!t||!Array.isArray(t))throw new Error(\"Characters must be an array\");return t.forEach((function(){o.addEventToQueue(T)})),o})),O(this||h,\"addEventToQueue\",(function(t,r){var h=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return o.addEventToStateProperty(t,r,h,\"eventQueue\")})),O(this||h,\"addReverseCalledEvent\",(function(t,r){var h=arguments.length>2&&void 0!==arguments[2]&&arguments[2],b=o.options.loop;return b?o.addEventToStateProperty(t,r,h,\"reverseCalledEvents\"):o})),O(this||h,\"addEventToStateProperty\",(function(t,r){var h=arguments.length>2&&void 0!==arguments[2]&&arguments[2],b=arguments.length>3?arguments[3]:void 0,_={eventName:t,eventArgs:r||{}};return o.state[b]=h?[_].concat(x(o.state[b])):[].concat(x(o.state[b]),[_]),o})),O(this||h,\"runEventLoop\",(function(){o.state.lastFrameTime||(o.state.lastFrameTime=Date.now());var t=Date.now(),r=t-o.state.lastFrameTime;if(!o.state.eventQueue.length){if(!o.options.loop)return;o.state.eventQueue=x(o.state.calledEvents),o.state.calledEvents=[],o.options=w({},o.state.initialOptions)}if(o.state.eventLoop=_()(o.runEventLoop),!o.state.eventLoopPaused){if(o.state.pauseUntil){if(t<o.state.pauseUntil)return;o.state.pauseUntil=null}var h,b=x(o.state.eventQueue),F=b.shift();if(!(r<=(h=F.eventName===S||F.eventName===T?\"natural\"===o.options.deleteSpeed?s(40,80):o.options.deleteSpeed:\"natural\"===o.options.delay?s(120,160):o.options.delay))){var z=F.eventName,Q=F.eventArgs;switch(o.logInDevMode({currentEvent:F,state:o.state,delay:h}),z){case M:case m:var I=Q.character,U=Q.node,H=document.createTextNode(I),B=H;o.options.onCreateTextNode&&\"function\"==typeof o.options.onCreateTextNode&&(B=o.options.onCreateTextNode(I,H)),B&&(U?U.appendChild(B):o.state.elements.wrapper.appendChild(B)),o.state.visibleNodes=[].concat(x(o.state.visibleNodes),[{type:\"TEXT_NODE\",character:I,node:B}]);break;case T:b.unshift({eventName:S,eventArgs:{removingCharacterNode:!0}});break;case N:var q=F.eventArgs.ms;o.state.pauseUntil=Date.now()+parseInt(q);break;case C:var V=F.eventArgs,W=V.cb,$=V.thisArg;W.call($,{elements:o.state.elements});break;case P:var G=F.eventArgs,Y=G.node,J=G.parentNode;J?J.appendChild(Y):o.state.elements.wrapper.appendChild(Y),o.state.visibleNodes=[].concat(x(o.state.visibleNodes),[{type:R,node:Y,parentNode:J||o.state.elements.wrapper}]);break;case A:var X=o.state.visibleNodes,K=Q.speed,Z=[];K&&Z.push({eventName:L,eventArgs:{speed:K,temp:!0}});for(var ee=0,te=X.length;ee<te;ee++)Z.push({eventName:S,eventArgs:{removingCharacterNode:!1}});K&&Z.push({eventName:L,eventArgs:{speed:o.options.deleteSpeed,temp:!0}}),b.unshift.apply(b,Z);break;case S:var re=F.eventArgs.removingCharacterNode;if(o.state.visibleNodes.length){var ne=o.state.visibleNodes.pop(),oe=ne.type,ae=ne.node,ie=ne.character;o.options.onRemoveNode&&\"function\"==typeof o.options.onRemoveNode&&o.options.onRemoveNode({node:ae,character:ie}),ae&&ae.parentNode.removeChild(ae),oe===R&&re&&b.unshift({eventName:S,eventArgs:{}})}break;case L:o.options.deleteSpeed=F.eventArgs.speed;break;case k:o.options.delay=F.eventArgs.delay;break;case D:o.options.cursor=F.eventArgs.cursor,o.state.elements.cursor.innerHTML=F.eventArgs.cursor}o.options.loop&&(F.eventName===S||F.eventArgs&&F.eventArgs.temp||(o.state.calledEvents=[].concat(x(o.state.calledEvents),[F]))),o.state.eventQueue=b,o.state.lastFrameTime=t}}})),t)if(\"string\"==typeof t){var F=document.querySelector(t);if(!F)throw new Error(\"Could not find container element\");(this||h).state.elements.container=F}else(this||h).state.elements.container=t;r&&((this||h).options=w(w({},(this||h).options),r)),(this||h).state.initialOptions=w({},(this||h).options),this.init()}var t,r;return t=e,(r=[{key:\"init\",value:function(){var t,r;this.setupWrapperElement(),this.addEventToQueue(D,{cursor:(this||h).options.cursor},!0),this.addEventToQueue(A,null,!0),!window||window.___TYPEWRITER_JS_STYLES_ADDED___||(this||h).options.skipAddStyles||(t=\".Typewriter__cursor{-webkit-animation:Typewriter-cursor 1s infinite;animation:Typewriter-cursor 1s infinite;margin-left:1px}@-webkit-keyframes Typewriter-cursor{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes Typewriter-cursor{0%{opacity:0}50%{opacity:1}100%{opacity:0}}\",(r=document.createElement(\"style\")).appendChild(document.createTextNode(t)),document.head.appendChild(r),window.___TYPEWRITER_JS_STYLES_ADDED___=!0),!0===(this||h).options.autoStart&&(this||h).options.strings&&this.typeOutAllStrings().start()}},{key:\"logInDevMode\",value:function(t){(this||h).options.devMode&&console.log(t)}}])&&E(t.prototype,r),Object.defineProperty(t,\"prototype\",{writable:!1}),e}()},8552:(t,r,o)=>{var h=o(852)(o(5639),\"DataView\");t.exports=h},1989:(t,r,o)=>{var h=o(1789),b=o(401),_=o(7667),m=o(1327),T=o(1866);function u(t){var r=-1,o=null==t?0:t.length;for(this.clear();++r<o;){var h=t[r];this.set(h[0],h[1])}}u.prototype.clear=h,u.prototype.delete=b,u.prototype.get=_,u.prototype.has=m,u.prototype.set=T,t.exports=u},8407:(t,r,o)=>{var h=o(7040),b=o(4125),_=o(2117),m=o(7518),T=o(4705);function u(t){var r=-1,o=null==t?0:t.length;for(this.clear();++r<o;){var h=t[r];this.set(h[0],h[1])}}u.prototype.clear=h,u.prototype.delete=b,u.prototype.get=_,u.prototype.has=m,u.prototype.set=T,t.exports=u},7071:(t,r,o)=>{var h=o(852)(o(5639),\"Map\");t.exports=h},3369:(t,r,o)=>{var h=o(4785),b=o(1285),_=o(6e3),m=o(9916),T=o(5265);function u(t){var r=-1,o=null==t?0:t.length;for(this.clear();++r<o;){var h=t[r];this.set(h[0],h[1])}}u.prototype.clear=h,u.prototype.delete=b,u.prototype.get=_,u.prototype.has=m,u.prototype.set=T,t.exports=u},3818:(t,r,o)=>{var h=o(852)(o(5639),\"Promise\");t.exports=h},8525:(t,r,o)=>{var h=o(852)(o(5639),\"Set\");t.exports=h},8668:(t,r,o)=>{var b=o(3369),_=o(619),m=o(2385);function i(t){var r=-1,o=null==t?0:t.length;for((this||h).__data__=new b;++r<o;)this.add(t[r])}i.prototype.add=i.prototype.push=_,i.prototype.has=m,t.exports=i},6384:(t,r,o)=>{var b=o(8407),_=o(7465),m=o(3779),T=o(7599),A=o(4758),S=o(4309);function c(t){var r=(this||h).__data__=new b(t);(this||h).size=r.size}c.prototype.clear=_,c.prototype.delete=m,c.prototype.get=T,c.prototype.has=A,c.prototype.set=S,t.exports=c},2705:(t,r,o)=>{var h=o(5639).Symbol;t.exports=h},1149:(t,r,o)=>{var h=o(5639).Uint8Array;t.exports=h},577:(t,r,o)=>{var h=o(852)(o(5639),\"WeakMap\");t.exports=h},4963:t=>{t.exports=function(t,r){for(var o=-1,h=null==t?0:t.length,b=0,_=[];++o<h;){var m=t[o];r(m,o,t)&&(_[b++]=m)}return _}},4636:(t,r,o)=>{var h=o(2545),b=o(5694),_=o(1469),m=o(4144),T=o(5776),A=o(6719),S=Object.prototype.hasOwnProperty;t.exports=function(t,r){var o=_(t),N=!o&&b(t),C=!o&&!N&&m(t),P=!o&&!N&&!C&&A(t),L=o||N||C||P,k=L?h(t.length,String):[],D=k.length;for(var M in t)!r&&!S.call(t,M)||L&&(\"length\"==M||C&&(\"offset\"==M||\"parent\"==M)||P&&(\"buffer\"==M||\"byteLength\"==M||\"byteOffset\"==M)||T(M,D))||k.push(M);return k}},2488:t=>{t.exports=function(t,r){for(var o=-1,h=r.length,b=t.length;++o<h;)t[b+o]=r[o];return t}},2908:t=>{t.exports=function(t,r){for(var o=-1,h=null==t?0:t.length;++o<h;)if(r(t[o],o,t))return!0;return!1}},8470:(t,r,o)=>{var h=o(7813);t.exports=function(t,r){for(var o=t.length;o--;)if(h(t[o][0],r))return o;return-1}},8866:(t,r,o)=>{var h=o(2488),b=o(1469);t.exports=function(t,r,o){var _=r(t);return b(t)?_:h(_,o(t))}},4239:(t,r,o)=>{var h=o(2705),b=o(9607),_=o(2333),m=h?h.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?\"[object Undefined]\":\"[object Null]\":m&&m in Object(t)?b(t):_(t)}},9454:(t,r,o)=>{var h=o(4239),b=o(7005);t.exports=function(t){return b(t)&&\"[object Arguments]\"==h(t)}},939:(t,r,o)=>{var h=o(2492),b=o(7005);t.exports=function e(t,r,o,_,m){return t===r||(null==t||null==r||!b(t)&&!b(r)?t!=t&&r!=r:h(t,r,o,_,e,m))}},2492:(t,r,o)=>{var h=o(6384),b=o(7114),_=o(8351),m=o(6096),T=o(4160),A=o(1469),S=o(4144),N=o(6719),C=\"[object Arguments]\",P=\"[object Array]\",L=\"[object Object]\",k=Object.prototype.hasOwnProperty;t.exports=function(t,r,o,D,M,R){var F=A(t),z=A(r),Q=F?P:T(t),I=z?P:T(r),U=(Q=Q==C?L:Q)==L,H=(I=I==C?L:I)==L,B=Q==I;if(B&&S(t)){if(!S(r))return!1;F=!0,U=!1}if(B&&!U)return R||(R=new h),F||N(t)?b(t,r,o,D,M,R):_(t,r,Q,o,D,M,R);if(!(1&o)){var q=U&&k.call(t,\"__wrapped__\"),V=H&&k.call(r,\"__wrapped__\");if(q||V){var W=q?t.value():t,$=V?r.value():r;return R||(R=new h),M(W,$,o,D,R)}}return!!B&&(R||(R=new h),m(t,r,o,D,M,R))}},8458:(t,r,o)=>{var h=o(3560),b=o(5346),_=o(3218),m=o(346),T=/^\\[object .+?Constructor\\]$/,A=Function.prototype,S=Object.prototype,N=A.toString,C=S.hasOwnProperty,P=RegExp(\"^\"+N.call(C).replace(/[\\\\^$.*+?()[\\]{}|]/g,\"\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,\"$1.*?\")+\"$\");t.exports=function(t){return!(!_(t)||b(t))&&(h(t)?P:T).test(m(t))}},8749:(t,r,o)=>{var h=o(4239),b=o(1780),_=o(7005),m={};m[\"[object Float32Array]\"]=m[\"[object Float64Array]\"]=m[\"[object Int8Array]\"]=m[\"[object Int16Array]\"]=m[\"[object Int32Array]\"]=m[\"[object Uint8Array]\"]=m[\"[object Uint8ClampedArray]\"]=m[\"[object Uint16Array]\"]=m[\"[object Uint32Array]\"]=!0,m[\"[object Arguments]\"]=m[\"[object Array]\"]=m[\"[object ArrayBuffer]\"]=m[\"[object Boolean]\"]=m[\"[object DataView]\"]=m[\"[object Date]\"]=m[\"[object Error]\"]=m[\"[object Function]\"]=m[\"[object Map]\"]=m[\"[object Number]\"]=m[\"[object Object]\"]=m[\"[object RegExp]\"]=m[\"[object Set]\"]=m[\"[object String]\"]=m[\"[object WeakMap]\"]=!1,t.exports=function(t){return _(t)&&b(t.length)&&!!m[h(t)]}},280:(t,r,o)=>{var h=o(5726),b=o(6916),_=Object.prototype.hasOwnProperty;t.exports=function(t){if(!h(t))return b(t);var r=[];for(var o in Object(t))_.call(t,o)&&\"constructor\"!=o&&r.push(o);return r}},2545:t=>{t.exports=function(t,r){for(var o=-1,h=Array(t);++o<t;)h[o]=r(o);return h}},1717:t=>{t.exports=function(t){return function(r){return t(r)}}},4757:t=>{t.exports=function(t,r){return t.has(r)}},4429:(t,r,o)=>{var h=o(5639)[\"__core-js_shared__\"];t.exports=h},7114:(t,r,o)=>{var h=o(8668),b=o(2908),_=o(4757);t.exports=function(t,r,o,m,T,A){var S=1&o,N=t.length,C=r.length;if(N!=C&&!(S&&C>N))return!1;var P=A.get(t),L=A.get(r);if(P&&L)return P==r&&L==t;var k=-1,D=!0,M=2&o?new h:void 0;for(A.set(t,r),A.set(r,t);++k<N;){var R=t[k],F=r[k];if(m)var z=S?m(F,R,k,r,t,A):m(R,F,k,t,r,A);if(void 0!==z){if(z)continue;D=!1;break}if(M){if(!b(r,(function(t,r){if(!_(M,r)&&(R===t||T(R,t,o,m,A)))return M.push(r)}))){D=!1;break}}else if(R!==F&&!T(R,F,o,m,A)){D=!1;break}}return A.delete(t),A.delete(r),D}},8351:(t,r,o)=>{var h=o(2705),b=o(1149),_=o(7813),m=o(7114),T=o(8776),A=o(1814),S=h?h.prototype:void 0,N=S?S.valueOf:void 0;t.exports=function(t,r,o,h,S,C,P){switch(o){case\"[object DataView]\":if(t.byteLength!=r.byteLength||t.byteOffset!=r.byteOffset)return!1;t=t.buffer,r=r.buffer;case\"[object ArrayBuffer]\":return!(t.byteLength!=r.byteLength||!C(new b(t),new b(r)));case\"[object Boolean]\":case\"[object Date]\":case\"[object Number]\":return _(+t,+r);case\"[object Error]\":return t.name==r.name&&t.message==r.message;case\"[object RegExp]\":case\"[object String]\":return t==r+\"\";case\"[object Map]\":var L=T;case\"[object Set]\":var k=1&h;if(L||(L=A),t.size!=r.size&&!k)return!1;var D=P.get(t);if(D)return D==r;h|=2,P.set(t,r);var M=m(L(t),L(r),h,S,C,P);return P.delete(t),M;case\"[object Symbol]\":if(N)return N.call(t)==N.call(r)}return!1}},6096:(t,r,o)=>{var h=o(8234),b=Object.prototype.hasOwnProperty;t.exports=function(t,r,o,_,m,T){var A=1&o,S=h(t),N=S.length;if(N!=h(r).length&&!A)return!1;for(var C=N;C--;){var P=S[C];if(!(A?P in r:b.call(r,P)))return!1}var L=T.get(t),k=T.get(r);if(L&&k)return L==r&&k==t;var D=!0;T.set(t,r),T.set(r,t);for(var M=A;++C<N;){var R=t[P=S[C]],F=r[P];if(_)var z=A?_(F,R,P,r,t,T):_(R,F,P,t,r,T);if(!(void 0===z?R===F||m(R,F,o,_,T):z)){D=!1;break}M||(M=\"constructor\"==P)}if(D&&!M){var Q=t.constructor,I=r.constructor;Q==I||!(\"constructor\"in t)||!(\"constructor\"in r)||\"function\"==typeof Q&&Q instanceof Q&&\"function\"==typeof I&&I instanceof I||(D=!1)}return T.delete(t),T.delete(r),D}},1957:(t,r,o)=>{var h=\"object\"==typeof o.g&&o.g&&o.g.Object===Object&&o.g;t.exports=h},8234:(t,r,o)=>{var h=o(8866),b=o(9551),_=o(3674);t.exports=function(t){return h(t,_,b)}},5050:(t,r,o)=>{var h=o(7019);t.exports=function(t,r){var o=t.__data__;return h(r)?o[\"string\"==typeof r?\"string\":\"hash\"]:o.map}},852:(t,r,o)=>{var h=o(8458),b=o(7801);t.exports=function(t,r){var o=b(t,r);return h(o)?o:void 0}},9607:(t,r,o)=>{var h=o(2705),b=Object.prototype,_=b.hasOwnProperty,m=b.toString,T=h?h.toStringTag:void 0;t.exports=function(t){var r=_.call(t,T),o=t[T];try{t[T]=void 0;var h=!0}catch(t){}var b=m.call(t);return h&&(r?t[T]=o:delete t[T]),b}},9551:(t,r,o)=>{var h=o(4963),b=o(479),_=Object.prototype.propertyIsEnumerable,m=Object.getOwnPropertySymbols,T=m?function(t){return null==t?[]:(t=Object(t),h(m(t),(function(r){return _.call(t,r)})))}:b;t.exports=T},4160:(t,r,o)=>{var h=o(8552),b=o(7071),_=o(3818),m=o(8525),T=o(577),A=o(4239),S=o(346),N=\"[object Map]\",C=\"[object Promise]\",P=\"[object Set]\",L=\"[object WeakMap]\",k=\"[object DataView]\",D=S(h),M=S(b),R=S(_),F=S(m),z=S(T),Q=A;(h&&Q(new h(new ArrayBuffer(1)))!=k||b&&Q(new b)!=N||_&&Q(_.resolve())!=C||m&&Q(new m)!=P||T&&Q(new T)!=L)&&(Q=function(t){var r=A(t),o=\"[object Object]\"==r?t.constructor:void 0,h=o?S(o):\"\";if(h)switch(h){case D:return k;case M:return N;case R:return C;case F:return P;case z:return L}return r}),t.exports=Q},7801:t=>{t.exports=function(t,r){return null==t?void 0:t[r]}},1789:(t,r,o)=>{var b=o(4536);t.exports=function(){(this||h).__data__=b?b(null):{},(this||h).size=0}},401:t=>{t.exports=function(t){var r=this.has(t)&&delete(this||h).__data__[t];return(this||h).size-=r?1:0,r}},7667:(t,r,o)=>{var b=o(4536),_=Object.prototype.hasOwnProperty;t.exports=function(t){var r=(this||h).__data__;if(b){var o=r[t];return\"__lodash_hash_undefined__\"===o?void 0:o}return _.call(r,t)?r[t]:void 0}},1327:(t,r,o)=>{var b=o(4536),_=Object.prototype.hasOwnProperty;t.exports=function(t){var r=(this||h).__data__;return b?void 0!==r[t]:_.call(r,t)}},1866:(t,r,o)=>{var b=o(4536);t.exports=function(t,r){var o=(this||h).__data__;return(this||h).size+=this.has(t)?0:1,o[t]=b&&void 0===r?\"__lodash_hash_undefined__\":r,this||h}},5776:t=>{var r=/^(?:0|[1-9]\\d*)$/;t.exports=function(t,o){var h=typeof t;return!!(o=null==o?9007199254740991:o)&&(\"number\"==h||\"symbol\"!=h&&r.test(t))&&t>-1&&t%1==0&&t<o}},7019:t=>{t.exports=function(t){var r=typeof t;return\"string\"==r||\"number\"==r||\"symbol\"==r||\"boolean\"==r?\"__proto__\"!==t:null===t}},5346:(t,r,o)=>{var h,b=o(4429),_=(h=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||\"\"))?\"Symbol(src)_1.\"+h:\"\";t.exports=function(t){return!!_&&_ in t}},5726:t=>{var r=Object.prototype;t.exports=function(t){var o=t&&t.constructor;return t===(\"function\"==typeof o&&o.prototype||r)}},7040:t=>{t.exports=function(){(this||h).__data__=[],(this||h).size=0}},4125:(t,r,o)=>{var b=o(8470),_=Array.prototype.splice;t.exports=function(t){var r=(this||h).__data__,o=b(r,t);return!(o<0||(o==r.length-1?r.pop():_.call(r,o,1),--(this||h).size,0))}},2117:(t,r,o)=>{var b=o(8470);t.exports=function(t){var r=(this||h).__data__,o=b(r,t);return o<0?void 0:r[o][1]}},7518:(t,r,o)=>{var b=o(8470);t.exports=function(t){return b((this||h).__data__,t)>-1}},4705:(t,r,o)=>{var b=o(8470);t.exports=function(t,r){var o=(this||h).__data__,_=b(o,t);return _<0?(++(this||h).size,o.push([t,r])):o[_][1]=r,this||h}},4785:(t,r,o)=>{var b=o(1989),_=o(8407),m=o(7071);t.exports=function(){(this||h).size=0,(this||h).__data__={hash:new b,map:new(m||_),string:new b}}},1285:(t,r,o)=>{var b=o(5050);t.exports=function(t){var r=b(this||h,t).delete(t);return(this||h).size-=r?1:0,r}},6e3:(t,r,o)=>{var b=o(5050);t.exports=function(t){return b(this||h,t).get(t)}},9916:(t,r,o)=>{var b=o(5050);t.exports=function(t){return b(this||h,t).has(t)}},5265:(t,r,o)=>{var b=o(5050);t.exports=function(t,r){var o=b(this||h,t),_=o.size;return o.set(t,r),(this||h).size+=o.size==_?0:1,this||h}},8776:t=>{t.exports=function(t){var r=-1,o=Array(t.size);return t.forEach((function(t,h){o[++r]=[h,t]})),o}},4536:(t,r,o)=>{var h=o(852)(Object,\"create\");t.exports=h},6916:(t,r,o)=>{var h=o(5569)(Object.keys,Object);t.exports=h},1167:(t,r,o)=>{t=o.nmd(t);var h=o(1957),b=r&&!r.nodeType&&r,_=b&&t&&!t.nodeType&&t,m=_&&_.exports===b&&h.process,T=function(){try{return _&&_.require&&_.require(\"util\").types||m&&m.binding&&m.binding(\"util\")}catch(t){}}();t.exports=T},2333:t=>{var r=Object.prototype.toString;t.exports=function(t){return r.call(t)}},5569:t=>{t.exports=function(t,r){return function(o){return t(r(o))}}},5639:(t,r,o)=>{var h=o(1957),b=\"object\"==typeof self&&self&&self.Object===Object&&self,_=h||b||Function(\"return this\")();t.exports=_},619:t=>{t.exports=function(t){return(this||h).__data__.set(t,\"__lodash_hash_undefined__\"),this||h}},2385:t=>{t.exports=function(t){return(this||h).__data__.has(t)}},1814:t=>{t.exports=function(t){var r=-1,o=Array(t.size);return t.forEach((function(t){o[++r]=t})),o}},7465:(t,r,o)=>{var b=o(8407);t.exports=function(){(this||h).__data__=new b,(this||h).size=0}},3779:t=>{t.exports=function(t){var r=(this||h).__data__,o=r.delete(t);return(this||h).size=r.size,o}},7599:t=>{t.exports=function(t){return(this||h).__data__.get(t)}},4758:t=>{t.exports=function(t){return(this||h).__data__.has(t)}},4309:(t,r,o)=>{var b=o(8407),_=o(7071),m=o(3369);t.exports=function(t,r){var o=(this||h).__data__;if(o instanceof b){var T=o.__data__;if(!_||T.length<199)return T.push([t,r]),(this||h).size=++o.size,this||h;o=(this||h).__data__=new m(T)}return o.set(t,r),(this||h).size=o.size,this||h}},346:t=>{var r=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return r.call(t)}catch(t){}try{return t+\"\"}catch(t){}}return\"\"}},7813:t=>{t.exports=function(t,r){return t===r||t!=t&&r!=r}},5694:(t,r,o)=>{var h=o(9454),b=o(7005),_=Object.prototype,m=_.hasOwnProperty,T=_.propertyIsEnumerable,A=h(function(){return arguments}())?h:function(t){return b(t)&&m.call(t,\"callee\")&&!T.call(t,\"callee\")};t.exports=A},1469:t=>{var r=Array.isArray;t.exports=r},8612:(t,r,o)=>{var h=o(3560),b=o(1780);t.exports=function(t){return null!=t&&b(t.length)&&!h(t)}},4144:(t,r,o)=>{t=o.nmd(t);var h=o(5639),b=o(5062),_=r&&!r.nodeType&&r,m=_&&t&&!t.nodeType&&t,T=m&&m.exports===_?h.Buffer:void 0,A=(T?T.isBuffer:void 0)||b;t.exports=A},8446:(t,r,o)=>{var h=o(939);t.exports=function(t,r){return h(t,r)}},3560:(t,r,o)=>{var h=o(4239),b=o(3218);t.exports=function(t){if(!b(t))return!1;var r=h(t);return\"[object Function]\"==r||\"[object GeneratorFunction]\"==r||\"[object AsyncFunction]\"==r||\"[object Proxy]\"==r}},1780:t=>{t.exports=function(t){return\"number\"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},3218:t=>{t.exports=function(t){var r=typeof t;return null!=t&&(\"object\"==r||\"function\"==r)}},7005:t=>{t.exports=function(t){return null!=t&&\"object\"==typeof t}},6719:(t,r,o)=>{var h=o(8749),b=o(1717),_=o(1167),m=_&&_.isTypedArray,T=m?b(m):h;t.exports=T},3674:(t,r,o)=>{var h=o(4636),b=o(280),_=o(8612);t.exports=function(t){return _(t)?h(t):b(t)}},479:t=>{t.exports=function(){return[]}},5062:t=>{t.exports=function(){return!1}},75:function(t){(function(){var r,o,h,b,m,T;\"undefined\"!=typeof performance&&null!==performance&&performance.now?t.exports=function(){return performance.now()}:\"undefined\"!=typeof _&&null!==_&&_.hrtime?(t.exports=function(){return(r()-m)/1e6},o=_.hrtime,b=(r=function(){var t;return 1e9*(t=o())[0]+t[1]})(),T=1e9*_.uptime(),m=b-T):Date.now?(t.exports=function(){return Date.now()-h},h=Date.now()):(t.exports=function(){return(new Date).getTime()-h},h=(new Date).getTime())}).call(this||h)},4087:(t,r,o)=>{for(var h=o(75),b=\"undefined\"==typeof window?o.g:window,_=[\"moz\",\"webkit\"],m=\"AnimationFrame\",T=b[\"request\"+m],A=b[\"cancel\"+m]||b[\"cancelRequest\"+m],S=0;!T&&S<_.length;S++)T=b[_[S]+\"Request\"+m],A=b[_[S]+\"Cancel\"+m]||b[_[S]+\"CancelRequest\"+m];if(!T||!A){var N=0,C=0,P=[];T=function(t){if(0===P.length){var r=h(),o=Math.max(0,16.666666666666668-(r-N));N=o+r,setTimeout((function(){var t=P.slice(0);P.length=0;for(var r=0;r<t.length;r++)if(!t[r].cancelled)try{t[r].callback(N)}catch(t){setTimeout((function(){throw t}),0)}}),Math.round(o))}return P.push({handle:++C,callback:t,cancelled:!1}),C},A=function(t){for(var r=0;r<P.length;r++)P[r].handle===t&&(P[r].cancelled=!0)}}t.exports=function(t){return T.call(b,t)},t.exports.cancel=function(){A.apply(b,arguments)},t.exports.polyfill=function(t){t||(t=b),t.requestAnimationFrame=T,t.cancelAnimationFrame=A}},8156:r=>{r.exports=t}},o={};function n(t){var h=o[t];if(void 0!==h)return h.exports;var b=o[t]={id:t,loaded:!1,exports:{}};return r[t].call(b.exports,b,b.exports,n),b.loaded=!0,b.exports}n.n=t=>{var r=t&&t.__esModule?()=>t.default:()=>t;return n.d(r,{a:r}),r},n.d=(t,r)=>{for(var o in r)n.o(r,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:r[o]})},n.g=function(){if(\"object\"==typeof globalThis)return globalThis;try{return this||h||new Function(\"return this\")()}catch(t){if(\"object\"==typeof window)return window}}(),n.o=(t,r)=>Object.prototype.hasOwnProperty.call(t,r),n.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);var b={};return(()=>{n.d(b,{default:()=>A});var t=n(8156),r=n.n(t),o=n(7403),_=n(8446),m=n.n(_);function s(t){return s=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},s(t)}function u(t,r){if(!(t instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function c(t,r){for(var o=0;o<r.length;o++){var h=r[o];h.enumerable=h.enumerable||!1,h.configurable=!0,\"value\"in h&&(h.writable=!0),Object.defineProperty(t,h.key,h)}}function p(t,r){return p=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,r){return t.__proto__=r,t},p(t,r)}function l(t,r){if(r&&(\"object\"===s(r)||\"function\"==typeof r))return r;if(void 0!==r)throw new TypeError(\"Derived constructors may only return object or undefined\");return f(t)}function f(t){if(void 0===t)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return t}function v(t){return v=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},v(t)}function d(t,r,o){return r in t?Object.defineProperty(t,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[r]=o,t}var T=function(t){!function(t,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,\"prototype\",{writable:!1}),r&&p(t,r)}(y,t);var b,_,T,A,S=(T=y,A=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=v(T);if(A){var o=v(this||h).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this||h,arguments);return l(this||h,t)});function y(){var t;u(this||h,y);for(var r=arguments.length,o=new Array(r),b=0;b<r;b++)o[b]=arguments[b];return d(f(t=S.call.apply(S,[this||h].concat(o))),\"state\",{instance:null}),t}return b=y,(_=[{key:\"componentDidMount\",value:function(){var t=this||h,r=new o.default((this||h).typewriter,(this||h).props.options);this.setState({instance:r},(function(){var o=t.props.onInit;o&&o(r)}))}},{key:\"componentDidUpdate\",value:function(t){m()((this||h).props.options,t.options)||this.setState({instance:new o.default((this||h).typewriter,(this||h).props.options)})}},{key:\"componentWillUnmount\",value:function(){(this||h).state.instance&&(this||h).state.instance.stop()}},{key:\"render\",value:function(){var t=this||h,o=(this||h).props.component;return r().createElement(o,{ref:function(r){return t.typewriter=r},className:\"Typewriter\",\"data-testid\":\"typewriter-wrapper\"})}}])&&c(b.prototype,_),Object.defineProperty(b,\"prototype\",{writable:!1}),y}(t.Component);T.defaultProps={component:\"div\"};const A=T})(),b.default})()));var m=b;const T=b.Typewriter;export{T as Typewriter,m as default};\n\n//# sourceMappingURL=react.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import Typewriter from\"typewriter-effect\";const headingStyles=props=>{return{width:\"100%\",height:\"100%\",// display: \"flex\",\n// placeContent: \"center\",\n// placeItems: \"center\",\nposition:\"relative\",overflow:\"visible\",fontSize:props.font.fontSize,fontFamily:props.font.fontFamily||\"Inter\",fontWeight:props.font.fontWeight,letterSpacing:props.font.letterSpacing,lineHeight:props.font.lineHeightType?props.font.lineHeight:`${props.font.lineHeightPixels}px`,textAlign:props.font.textAlign,whiteSpace:props.font.whiteSpace,color:props.color,left:`${props.font.offset}%`,margin:0,padding:0};};/**\n * Typewriter\n * By Benjamin den Boer\n * @benjaminnathan\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function TypeWriter(props){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const strings=props.text.split(\" \");const content=props.split?strings:props.text;const canvasContent=props.split?strings[0]:props.text;/* Semantics */ const tagMap={paragraph:\"p\",heading1:\"h1\",heading2:\"h2\",heading3:\"h3\"};const Tag=tagMap[props.tag];const cursorStyles=`.${props.id} .Typewriter__cursor { color: ${props.cursorColor}; }`;const TypeWriterPure=()=>/*#__PURE__*/ _jsx(Typewriter,{options:{strings:content,autoStart:props.autoStart,loop:props.loop,cursor:props.cursor,pauseFor:props.pauseFor*1e3,delay:props.delayType?\"natural\":props.delayNumber*1e3},onInit:typewriter=>{typewriter.callFunction(state=>{if(props.loop)return;// Remove caret on end\n    if(!props.caretVisibility){state.elements.cursor.style.display=\"none\";}});}});const TypeWriterWithCSS=withCSS(()=>/*#__PURE__*/ _jsx(\"span\",{style:{display:\"contents\"},className:`${props.id}`,children:/*#__PURE__*/ _jsx(TypeWriterPure,{})}),cursorStyles);return /*#__PURE__*/ _jsx(Tag,{style:headingStyles(props),children:isCanvas?canvasContent:/*#__PURE__*/ _jsx(TypeWriterWithCSS,{})});};TypeWriter.displayName=\"Typewriter\";TypeWriter.defaultProps={text:\"Hello World\",font:{fontFamily:\"Inter\",fontSize:32,fontWeight:600,textAlign:\"center\",lineHeight:1.2,lineHeightType:true,lineHeightPixels:100,letterSpacing:0,offset:0,whiteSpace:\"nowrap\"},cursor:\"|\",delayType:true,delayNumber:.2,pauseFor:1,loop:true,caretVisibility:true,split:false,autoStart:true,tag:\"heading1\",color:\"#888\",cursorColor:\"rgba(136, 136, 136, 0.5)\"};/* Property Controls */ addPropertyControls(TypeWriter,{tag:{title:\"Tag\",type:ControlType.Enum,options:[\"heading1\",\"heading2\",\"heading3\",\"paragraph\"],optionTitles:[\"H1\",\"H2\",\"H3\",\"P\"],defaultValue:TypeWriter.defaultProps.tag,displaySegmentedControl:true},text:{type:ControlType.String,title:\"Text\",defaultValue:TypeWriter.defaultProps.text},autoStart:{title:\"Autoplay\",type:ControlType.Boolean,defaultValue:TypeWriter.defaultProps.autoStart},split:{title:\"Per Word\",type:ControlType.Boolean,defaultValue:TypeWriter.defaultProps.split},loop:{title:\"Loop\",type:ControlType.Boolean,defaultValue:TypeWriter.defaultProps.loop},caretVisibility:{title:\"Caret\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:TypeWriter.defaultProps.caretVisibility,hidden:props=>props.loop},delayType:{title:\"Delay\",type:ControlType.Boolean,enabledTitle:\"Natural\",disabledTitle:\"Number\",defaultValue:TypeWriter.defaultProps.delayType},delayNumber:{title:\"Delay\",type:ControlType.Number,step:.1,min:0,defaultValue:TypeWriter.defaultProps.delayNumber,displayStepper:true,hidden:props=>props.delayType},pauseFor:{title:\"Pause\",type:ControlType.Number,min:0,defaultValue:TypeWriter.defaultProps.pauseFor,displayStepper:true},color:{type:ControlType.Color,defaultValue:TypeWriter.defaultProps.color},font:{type:ControlType.Object,controls:{fontFamily:{title:\"Font\",type:ControlType.String,placeholder:\"Inter\",defaultValue:TypeWriter.defaultProps.font.fontFamily},fontSize:{title:\"Size\",type:ControlType.Number,min:0,max:500,step:.5,defaultValue:TypeWriter.defaultProps.font.fontSize},fontWeight:{type:ControlType.Enum,options:[100,200,300,400,500,600,700,800,900],defaultValue:TypeWriter.defaultProps.font.fontWeight,title:\"Weight\"},textAlign:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Align\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:TypeWriter.defaultProps.font.textAlign},letterSpacing:{title:\"Letter\",type:ControlType.Number,defaultValue:TypeWriter.defaultProps.font.letterSpacing,step:.1,displayStepper:true},offset:{type:ControlType.Number,title:\"Offset\",min:-100,max:100,displayStepper:true,step:.25,defaultValue:TypeWriter.defaultProps.font.offset,unit:\"%\"},whiteSpace:{type:ControlType.Enum,title:\"Space\",options:[\"normal\",\"nowrap\",\"pre\",\"pre-wrap\",\"preline\",\"break-spaces\",],optionTitles:[\"Normal\",\"No Wrap\",\"Pre\",\"Pre Wrap\",\"Preline\",\"Break Spaces\",],defaultValue:TypeWriter.defaultProps.font.whiteSpace},lineHeight:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:TypeWriter.defaultProps.font.lineHeight,hidden:props=>!props.lineHeightType},lineHeightPixels:{type:ControlType.Number,title:\"Line\",min:-500,max:500,displayStepper:true,step:.1,defaultValue:TypeWriter.defaultProps.font.lineHeightPixels,hidden:props=>props.lineHeightType},lineHeightType:{type:ControlType.Boolean,title:\" \",enabledTitle:\"em\",disabledTitle:\"px\",defaultValue:TypeWriter.defaultProps.font.lineHeightType}}},cursor:{title:\"Cursor\",type:ControlType.String,defaultValue:TypeWriter.defaultProps.cursor,placeholder:\"Character\"},cursorColor:{type:ControlType.Color,title:\" \",defaultValue:TypeWriter.defaultProps.cursorColor}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TypeWriter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Typewriter.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Fraunces-500\"]);export const fonts=[{family:\"Fraunces\",moduleAsset:{localModuleIdentifier:\"local-module:css/BFNdYtYKi:default\",url:\"https://fonts.gstatic.com/s/fraunces/v26/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/fraunces/v26/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\",weight:\"500\"}];export const css=['.framer-Q6J7Z .framer-styles-preset-1bg88ku:not(.rich-text-wrapper), .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper h1, .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Fraunces\", serif; --framer-font-size: 54px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -1.58px; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1024px) { .framer-Q6J7Z .framer-styles-preset-1bg88ku:not(.rich-text-wrapper), .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper h1, .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Fraunces\", serif; --framer-font-size: 44px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -1.58px; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-Q6J7Z .framer-styles-preset-1bg88ku:not(.rich-text-wrapper), .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper h1, .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Fraunces\", serif; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -1.58px; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-Q6J7Z .framer-styles-preset-1bg88ku:not(.rich-text-wrapper), .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper h1, .framer-Q6J7Z .framer-styles-preset-1bg88ku.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Fraunces\", serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -0.58px; --framer-line-height: 140%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Q6J7Z\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6f17e57)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,removeHiddenBreakpointLayers,resolveLink,RichText,useHydratedBreakpointVariants,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/l0YNWo5RXtJCEhIkKpL5/Carousel.js\";import Typewriter from\"https://framerusercontent.com/modules/vgSbxmWWvbgW6ShllXld/9oZlwlOxsp6zJVFpVkIp/Typewriter.js\";import FooterCopy from\"https://framerusercontent.com/modules/1HXQsfruP6H5LkBNocD8/jXI3QGOKJ2raFR7VHmvA/rqi0tMO86.js\";import Button from\"https://framerusercontent.com/modules/zhe6p8SdwuhwdNjPDLpX/wNHEosl7I84fB7pH0nsE/UtzVhMM0y.js\";import Header from\"https://framerusercontent.com/modules/lJDEA48V4Ee2HcQBxDzZ/OxdEwaqOiraJaT1BzD08/wsGvY9Jr6.js\";import PhoneMenuOpen from\"https://framerusercontent.com/modules/QzgntU0YJBHyqIQfrkLR/xOQqwibED3KZAZzobU2r/YdTn1CpJQ.js\";import WorkSection from\"https://framerusercontent.com/modules/ssDoKs1eMMvbIDRCaUOe/jExAR5YfoL9A5XF2XNAr/ZwK7SuaE4.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zifUgdewnDGvT4EpSvms/7DTEQWTR7Tu943STh9rW/BFNdYtYKi.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/nqqYgrw3vPEuW1bitSHp/tBHLwgaAQ0YXmrXXGdyh/xZndidUCt.js\";import metadataProvider from\"https://framerusercontent.com/modules/drbJ2l7dgfXOLFGvSbjn/Ynr11znE4wYDoLYmhPxz/augiA20Il.js\";const PhoneMenuOpenFonts=getFonts(PhoneMenuOpen);const HeaderFonts=getFonts(Header);const TypewriterFonts=getFonts(Typewriter);const ButtonFonts=getFonts(Button);const WorkSectionFonts=getFonts(WorkSection);const ContainerWithFX=withFX(Container);const CarouselFonts=getFonts(Carousel);const FooterCopyFonts=getFonts(FooterCopy);const cycleOrder=[\"WQLkyLRf1\",\"qtX2OAGo4\",\"NyBec0zDU\"];const breakpoints={NyBec0zDU:\"(max-width: 767px)\",qtX2OAGo4:\"(min-width: 768px) and (max-width: 1349px)\",WQLkyLRf1:\"(min-width: 1350px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={NyBec0zDU:\"framer-v-1c47q2j\",qtX2OAGo4:\"framer-v-3pscxt\",WQLkyLRf1:\"framer-v-72rtr7\"};if(isBrowser()){removeHiddenBreakpointLayers(\"WQLkyLRf1\",breakpoints,variantClassNames);}const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"NyBec0zDU\",Tablet:\"qtX2OAGo4\"};const transitions={default:{duration:0}};const transition1={damping:40,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:80};const transformTemplate=(_,t)=>`perspective(1200px) translateX(-50%) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:80};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const transition2={damping:100,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0};const transition3={damping:40,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:80};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition4={damping:100,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition4,x:0,y:150};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition4,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:150};const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate4=(_,t)=>`${t} rotate(2deg)`;const transformTemplate5=(_,t)=>`${t} rotate(-2deg)`;const animation11={opacity:0,rotate:0,rotateX:50,rotateY:-50,scale:1,transition:transition3,x:0,y:0};const transformTemplate6=(_,t)=>`perspective(1200px) ${t} rotate(2deg)`;const animation12={opacity:.001,rotate:0,rotateX:50,rotateY:-50,scale:1,x:0,y:0};const animation13={opacity:1,rotate:0,rotateX:-50,rotateY:50,scale:1,transition:transition1,x:0,y:0};const transformTemplate7=(_,t)=>`perspective(1200px) ${t} rotate(-2deg)`;const animation14={opacity:1,rotate:0,rotateX:-50,rotateY:50,scale:1,x:0,y:0};const transformTemplate8=(_,t)=>`perspective(1200px) translate(-50%, -50%) ${t}`;const transition5={damping:40,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition5,x:0,y:80};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition5,x:0,y:0};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:80};const metadata=metadataProvider();const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"WQLkyLRf1\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;React.useLayoutEffect(()=>{const metadata1=metadataProvider();document.title=metadata1.title||\"\";if(metadata1.viewport){var ref;(ref=document.querySelector('meta[name=\"viewport\"]'))===null||ref===void 0?void 0:ref.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}},[]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const isDisplayed=()=>{if(baseVariant===\"NyBec0zDU\")return true;return!isBrowser();};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"NyBec0zDU\")return!isBrowser();return true;};const isDisplayed2=()=>{if(baseVariant===\"qtX2OAGo4\")return!isBrowser();return true;};const isDisplayed3=()=>{if([\"qtX2OAGo4\",\"NyBec0zDU\"].includes(baseVariant))return!isBrowser();return true;};const isDisplayed4=()=>{if(baseVariant===\"qtX2OAGo4\")return true;return!isBrowser();};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsxs(motion.div,{className:cx(\"framer-giNSq\",sharedStyle.className,sharedStyle1.className),style:{display:\"contents\"},children:[/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-72rtr7\",className),ref:ref,style:{...style},children:[isDisplayed()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-786quz-container hidden-72rtr7 hidden-3pscxt\",children:/*#__PURE__*/ _jsx(PhoneMenuOpen,{height:\"100%\",id:\"XS_1QzVDF\",layoutId:\"XS_1QzVDF\",style:{width:\"100%\"},variant:\"A1xw99oKL\",width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-1fr97hc-container hidden-1c47q2j\",children:/*#__PURE__*/ _jsx(Header,{aboutMe:resolveLink({webPageId:\"syjj1dxmS\"},router),height:\"100%\",home:resolveLink({webPageId:\"augiA20Il\"},router),id:\"N5qVs35j_\",layoutId:\"N5qVs35j_\",style:{width:\"100%\"},theme:resolveLink({webPageId:\"QuQOith4j\"},router),variant:\"kl_j86qgs\",width:\"100%\"})}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1594,intrinsicWidth:741,pixelHeight:1594,pixelWidth:741,sizes:\"100vw\",src:new URL(\"assets/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 238w, ${new URL(\"assets/1024/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 476w, ${new URL(\"assets/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 741w`}},qtX2OAGo4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1433,intrinsicWidth:1232,pixelHeight:1433,pixelWidth:1232,sizes:\"100vw\",src:new URL(\"assets/VLn3VpBRhRo3s01N5zUhSvcvSEs.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/VLn3VpBRhRo3s01N5zUhSvcvSEs.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 440w, ${new URL(\"assets/1024/VLn3VpBRhRo3s01N5zUhSvcvSEs.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 880w, ${new URL(\"assets/VLn3VpBRhRo3s01N5zUhSvcvSEs.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 1232w`}}},children:/*#__PURE__*/ _jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2421,intrinsicWidth:4500,pixelHeight:2421,pixelWidth:4500,sizes:\"100vw\",src:new URL(\"assets/CLJ3v8saQhthL0vFqshqSMOfb4s.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/CLJ3v8saQhthL0vFqshqSMOfb4s.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 512w, ${new URL(\"assets/1024/CLJ3v8saQhthL0vFqshqSMOfb4s.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 1024w, ${new URL(\"assets/2048/CLJ3v8saQhthL0vFqshqSMOfb4s.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 2048w, ${new URL(\"assets/4096/CLJ3v8saQhthL0vFqshqSMOfb4s.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 4096w, ${new URL(\"assets/CLJ3v8saQhthL0vFqshqSMOfb4s.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 4500w`},className:\"framer-pc8ndu\",\"data-framer-name\":\"hero\",name:\"hero\",children:[isDisplayed2()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-5r02q hidden-3pscxt\",\"data-framer-name\":\"hero container\",name:\"hero container\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1ttkzh4\",\"data-framer-name\":\"hero-display\",name:\"hero-display\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1az5bbe\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"1qczysj\",animate:optimizeAppear(\"animate\",\"1qczysj\",animation1,\"1c47q2j\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"Wedding Hair in \"})}),fonts:[\"GF;Fraunces-500\"],initial:optimizeAppear(\"initial\",\"1qczysj\",animation2,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"1qczysj\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1v5v8w8\",animation1,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{className:\"framer-styles-preset-1bg88ku\",\"data-styles-preset\":\"BFNdYtYKi\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"Wedding Hair in \"})}),className:\"framer-1v5v8w8\",\"data-framer-appear-id\":\"1v5v8w8\",\"data-framer-name\":\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",exit:animation,initial:optimizeAppear(\"initial\",\"1v5v8w8\",animation2,\"72rtr7\"),name:\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",transformTemplate:optimizeAppearTransformTemplate(\"1v5v8w8\",transformTemplate),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"xwxqek\",animate:optimizeAppear(\"animate\",\"xwxqek\",animation4,\"1c47q2j\"),initial:optimizeAppear(\"initial\",\"xwxqek\",animation5,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"xwxqek\",transformTemplate)}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"32fi80\",animation4,\"72rtr7\"),className:\"framer-32fi80-container\",\"data-framer-appear-id\":\"32fi80\",exit:animation3,initial:optimizeAppear(\"initial\",\"32fi80\",animation5,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"32fi80\",transformTemplate1),children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{font:{fontFamily:\"fraunces\",fontSize:26,fontWeight:500,letterSpacing:-.58,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"}}},children:/*#__PURE__*/ _jsx(Typewriter,{autoStart:true,caretVisibility:true,color:'var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216)) /* {\"name\":\"tuquoise-30\"} */',cursor:\"|\",cursorColor:\"rgb(153, 153, 153)\",delayNumber:.1,delayType:true,font:{fontFamily:\"fraunces\",fontSize:54,fontWeight:500,letterSpacing:-1,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"},height:\"100%\",id:\"Cm4jsKoey\",layoutId:\"Cm4jsKoey\",loop:true,pauseFor:1,split:true,style:{height:\"100%\"},tag:\"heading1\",text:\"Manchester Liverpool Bolton Cheshire\",width:\"100%\"})})})})]}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"ko4ejb\",animate:optimizeAppear(\"animate\",\"ko4ejb\",animation7,\"1c47q2j\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"Hi, I\u2019m Natalie, a self-taught hair stylist from the UK and I\u2019m proud to have turned my passion into a business. Hair by Natalie was founded in 2014 and is a specialist occasion hair styling team, covering weddings, festivals and special events in the North West and Derbyshire.\"})}),initial:optimizeAppear(\"initial\",\"ko4ejb\",animation2,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"ko4ejb\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"un0ea6\",animation7,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"Hi, I\u2019m Natalie, a self-taught hair stylist from the UK and I\u2019m proud to have turned my passion into a business. Hair by Natalie was founded in 2014 and is a specialist occasion hair styling team, covering weddings, festivals and special events in the North West and Derbyshire.\"})}),className:\"framer-un0ea6\",\"data-framer-appear-id\":\"un0ea6\",\"data-framer-name\":\"Based in Los Angeles \u2014 Exploring new cultures \u2014 Hiking, running, or biking\",exit:animation6,initial:optimizeAppear(\"initial\",\"un0ea6\",animation2,\"72rtr7\"),name:\"Based in Los Angeles \u2014 Exploring new cultures \u2014 Hiking, running, or biking\",transformTemplate:optimizeAppearTransformTemplate(\"un0ea6\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1lulqri\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{animate:undefined,exit:undefined,initial:undefined,transformTemplate:undefined}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"1vl6gus\",animation9,\"72rtr7\"),className:\"framer-1vl6gus-container\",\"data-framer-appear-id\":\"1vl6gus\",exit:animation8,initial:optimizeAppear(\"initial\",\"1vl6gus\",animation10,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"1vl6gus\",transformTemplate1),children:/*#__PURE__*/ _jsx(Button,{height:\"100%\",id:\"Xav6FNToW\",layoutId:\"Xav6FNToW\",style:{height:\"100%\",width:\"100%\"},title:\"General Enquiry \u2192\",variant:\"DK6l6vyDl\",width:\"100%\"})})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1haf0ms\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{animate:undefined,exit:undefined,initial:undefined,transformTemplate:undefined}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"ped1xg\",animation9,\"72rtr7\"),className:\"framer-ped1xg-container\",\"data-framer-appear-id\":\"ped1xg\",exit:animation8,initial:optimizeAppear(\"initial\",\"ped1xg\",animation10,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"ped1xg\",transformTemplate1),children:/*#__PURE__*/ _jsx(Button,{height:\"100%\",id:\"TTsY1SB3W\",layoutId:\"TTsY1SB3W\",style:{height:\"100%\",width:\"100%\"},title:\"Wedding Enquiry \u2192\",variant:\"c5ehELKRb\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-20xcec hidden-72rtr7 hidden-3pscxt\",\"data-framer-name\":\"image potrait\",name:\"image potrait\",transformTemplate:transformTemplate3,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1jbpdui\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-drma04\",\"data-framer-name\":\"bg\",name:\"bg\",transformTemplate:transformTemplate4}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2377,intrinsicWidth:2040,pixelHeight:2377,pixelWidth:2040,src:new URL(\"assets/Wtx7Q5MDC8kFpm96rcteTE4wc.webp\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-1g99yr5\",\"data-framer-name\":\"potrait\",name:\"potrait\",transformTemplate:transformTemplate5})]})}),isDisplayed3()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-yc6ksz hidden-3pscxt hidden-1c47q2j\",\"data-framer-name\":\"image potrait\",name:\"image potrait\",children:[/*#__PURE__*/ _jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1ula2vp\",animation7,\"72rtr7\"),className:\"framer-1ula2vp\",\"data-framer-appear-id\":\"1ula2vp\",\"data-framer-name\":\"bg\",exit:animation11,initial:optimizeAppear(\"initial\",\"1ula2vp\",animation12,\"72rtr7\"),name:\"bg\",transformTemplate:optimizeAppearTransformTemplate(\"1ula2vp\",transformTemplate6)}),/*#__PURE__*/ _jsx(Image,{animate:optimizeAppear(\"animate\",\"ck2w9x\",animation1,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:2377,intrinsicWidth:2040,pixelHeight:2377,pixelWidth:2040,src:new URL(\"assets/Wtx7Q5MDC8kFpm96rcteTE4wc.webp\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-ck2w9x\",\"data-framer-appear-id\":\"ck2w9x\",\"data-framer-name\":\"potrait\",exit:animation13,initial:optimizeAppear(\"initial\",\"ck2w9x\",animation14,\"72rtr7\"),name:\"potrait\",transformTemplate:optimizeAppearTransformTemplate(\"ck2w9x\",transformTemplate7)})]}),isDisplayed4()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-81jxil hidden-72rtr7 hidden-1c47q2j\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{\"data-framer-appear-id\":\"nj5yuq\",animate:optimizeAppear(\"animate\",\"nj5yuq\",animation1,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"nj5yuq\",animation2,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"nj5yuq\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"bgr5nu\",animation1,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"Wedding Hair in \"})}),className:\"framer-bgr5nu\",\"data-framer-appear-id\":\"bgr5nu\",\"data-framer-name\":\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",exit:animation,fonts:[\"GF;Fraunces-500\"],initial:optimizeAppear(\"initial\",\"bgr5nu\",animation2,\"72rtr7\"),name:\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",transformTemplate:optimizeAppearTransformTemplate(\"bgr5nu\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{\"data-framer-appear-id\":\"ibtfnd\",animate:optimizeAppear(\"animate\",\"ibtfnd\",animation4,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"ibtfnd\",animation5,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"ibtfnd\",transformTemplate)}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"g5c49r\",animation4,\"72rtr7\"),className:\"framer-g5c49r-container\",\"data-framer-appear-id\":\"g5c49r\",exit:animation3,initial:optimizeAppear(\"initial\",\"g5c49r\",animation5,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"g5c49r\",transformTemplate),children:/*#__PURE__*/ _jsx(Typewriter,{autoStart:true,caretVisibility:true,color:'var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216)) /* {\"name\":\"tuquoise-30\"} */',cursor:\"|\",cursorColor:\"rgb(153, 153, 153)\",delayNumber:.1,delayType:true,font:{fontFamily:\"fraunces\",fontSize:36,fontWeight:500,letterSpacing:-.58,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"},height:\"100%\",id:\"mwJ84Uoqp\",layoutId:\"mwJ84Uoqp\",loop:true,pauseFor:1,split:true,style:{height:\"100%\"},tag:\"heading1\",text:\"Manchester Liverpool Bolton Cheshire\",width:\"100%\"})})})]}),isDisplayed4()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1nplexm hidden-72rtr7 hidden-1c47q2j\",children:isDisplayed4()&&/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{\"data-framer-appear-id\":\"6oqi9l\",animate:optimizeAppear(\"animate\",\"6oqi9l\",animation7,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"6oqi9l\",animation2,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"6oqi9l\",transformTemplate8)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1rnenu9\",animation7,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"Hi, I\u2019m Natalie, a self-taught hair stylist from the UK and I\u2019m proud to have turned my passion into a business. Hair by Natalie was founded in 2014 and is a specialist occasion hair styling team, covering weddings, festivals and special events in the North West and Derbyshire.\"})}),className:\"framer-1rnenu9 hidden-72rtr7\",\"data-framer-appear-id\":\"1rnenu9\",\"data-framer-name\":\"Based in Los Angeles \u2014 Exploring new cultures \u2014 Hiking, running, or biking\",exit:animation6,initial:optimizeAppear(\"initial\",\"1rnenu9\",animation2,\"72rtr7\"),name:\"Based in Los Angeles \u2014 Exploring new cultures \u2014 Hiking, running, or biking\",transformTemplate:optimizeAppearTransformTemplate(\"1rnenu9\",transformTemplate8),verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed4()&&/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{\"data-framer-appear-id\":\"1lchdni\",animate:optimizeAppear(\"animate\",\"1lchdni\",animation9,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"1lchdni\",animation10,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"1lchdni\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"1nadcdz\",animation9,\"72rtr7\"),className:\"framer-1nadcdz-container hidden-72rtr7 hidden-1c47q2j\",\"data-framer-appear-id\":\"1nadcdz\",exit:animation8,initial:optimizeAppear(\"initial\",\"1nadcdz\",animation10,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"1nadcdz\",transformTemplate1),children:/*#__PURE__*/ _jsx(Button,{height:\"100%\",id:\"DNaTq4uoA\",layoutId:\"DNaTq4uoA\",style:{height:\"100%\",width:\"100%\"},title:\"Wedding Enquiry \u2192\",variant:\"DK6l6vyDl\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{\"data-framer-appear-id\":\"9xjaah\",animate:optimizeAppear(\"animate\",\"9xjaah\",animation9,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"9xjaah\",animation10,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"9xjaah\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"1hbk0xb\",animation9,\"72rtr7\"),className:\"framer-1hbk0xb-container hidden-72rtr7 hidden-1c47q2j\",\"data-framer-appear-id\":\"1hbk0xb\",exit:animation8,initial:optimizeAppear(\"initial\",\"1hbk0xb\",animation10,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"1hbk0xb\",transformTemplate1),children:/*#__PURE__*/ _jsx(Button,{height:\"100%\",id:\"QoYl42jNN\",layoutId:\"QoYl42jNN\",style:{height:\"100%\",width:\"100%\"},title:\"General Enquiry \u2192\",variant:\"c5ehELKRb\",width:\"100%\"})})})]})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-qulymf\",\"data-framer-name\":\"section\",name:\"section\",children:[isDisplayed3()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-hykzhy hidden-3pscxt hidden-1c47q2j\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-59ue8x\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"1kagmyh\",animate:optimizeAppear(\"animate\",\"1kagmyh\",animation16,\"1c47q2j\"),initial:optimizeAppear(\"initial\",\"1kagmyh\",animation2,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"1kagmyh\",transformTemplate1)},qtX2OAGo4:{\"data-framer-appear-id\":\"umtqez\",animate:optimizeAppear(\"animate\",\"umtqez\",animation16,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"umtqez\",animation2,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"umtqez\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"1qgr9cj\",animation16,\"72rtr7\"),className:\"framer-1qgr9cj-container\",\"data-framer-appear-id\":\"1qgr9cj\",exit:animation15,initial:optimizeAppear(\"initial\",\"1qgr9cj\",animation2,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"1qgr9cj\",transformTemplate1),children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{variant:\"d2nuQMPwM\"},qtX2OAGo4:{variant:\"P1NNS2mpv\"}},children:/*#__PURE__*/ _jsx(WorkSection,{caseStudy:resolveLink({webPageId:\"oIfkTNlmi\"},router),categories:\"Bride \u2022 Bridesmaids \u2022 Mother of the Bride\",description:\"At Hair by Natalie, we specialise in wedding hair services that are tailored to make you feel your best on your big day. Our team of experienced hair stylists will work with you to create a look that fits your personal style, whether you're after a classic up-do or something more modern. With us, you can sit back and relax, knowing that your wedding hair is in good hands.\",height:\"100%\",id:\"gbw9u7ZWG\",layoutId:\"gbw9u7ZWG\",projectName:\"Wedding Hair Services\",style:{width:\"100%\"},variant:\"B7WGNyq2Z\",width:\"100%\"})})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1etr5ea\",\"data-border\":true}),isDisplayed2()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1vofdhp hidden-3pscxt\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{transformTemplate}},children:/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-39uvhy-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{variant:\"DUxARaOCh\"}},children:/*#__PURE__*/ _jsx(WorkSection,{caseStudy:resolveLink({webPageId:\"RHaa8rHAr\"},router),categories:\"Fashion \u2022 Festivals \u2022 Occasion\",description:\"We're passionate about helping our clients look and feel their best. Our experienced team of stylists offers a range of hair services including up-dos and extensions. Are you off for a night out, having a date night, going to a christening or being a wedding guest? We can help no matter the occasion!\",height:\"100%\",id:\"M6kRBVtG1\",layoutId:\"M6kRBVtG1\",projectName:\"General Hair\",style:{width:\"100%\"},variant:\"CBl0BzDKa\",width:\"100%\"})})})}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{transformTemplate}},children:/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-125un5l-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{variant:\"DUxARaOCh\"}},children:/*#__PURE__*/ _jsx(WorkSection,{caseStudy:resolveLink({webPageId:\"Wic8xdPo_\"},router),categories:\"Masterclass \u2022 Workshops \u2022 Lessons\",description:\"Ready to up your hairstyling game? Join the masterclass training which is led by Natalie herself! Our group training sessions cover everything from bridal hair to editorial styling. Natalie will help you develop your skills and provide you with the tools you need to succeed in the industry. Whether you're a seasoned pro or just starting out, the masterclass sessions will provide value.\",height:\"100%\",id:\"zVutf3fVX\",layoutId:\"zVutf3fVX\",projectName:\"Training \",style:{width:\"100%\"},variant:\"CBl0BzDKa\",width:\"100%\"})})})})]}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-b81aye\",\"data-border\":true}),isDisplayed4()&&/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7m53ht-container hidden-72rtr7 hidden-1c47q2j\",transformTemplate:transformTemplate1,children:/*#__PURE__*/ _jsx(WorkSection,{caseStudy:resolveLink({webPageId:\"RHaa8rHAr\"},router),categories:\"Fashion \u2022 Festivals \u2022 Occasion\",description:\"We're passionate about helping our clients look and feel their best. Our experienced team of stylists offers a range of hair services including up-dos and extensions. Are you off for a night out, having a date night, going to a christening or being a wedding guest? We can help no matter the occasion!\",height:\"100%\",id:\"TYAZOHOgY\",layoutId:\"TYAZOHOgY\",projectName:\"General Hair\",style:{width:\"100%\"},variant:\"DUxARaOCh\",width:\"100%\"})}),isDisplayed4()&&/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gwls7j-container hidden-72rtr7 hidden-1c47q2j\",transformTemplate:transformTemplate1,children:/*#__PURE__*/ _jsx(WorkSection,{caseStudy:resolveLink({webPageId:\"Wic8xdPo_\"},router),categories:\"Masterclass \u2022 Workshops \u2022 Lessons\",description:\"Ready to up your hairstyling game? Join the masterclass training which is led by Natalie herself! Our group training sessions cover everything from bridal hair to editorial styling. Natalie will help you develop your skills and provide you with the tools you need to succeed in the industry. Whether you're a seasoned pro or just starting out, the masterclass sessions will provide value.\",height:\"100%\",id:\"qeNihSdks\",layoutId:\"qeNihSdks\",projectName:\"Training \",style:{width:\"100%\"},variant:\"DUxARaOCh\",width:\"100%\"})})]})]}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{background:undefined}},children:/*#__PURE__*/ _jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2421,intrinsicWidth:4500,loading:\"lazy\",pixelHeight:2421,pixelWidth:4500,sizes:\"100vw\",src:new URL(\"assets/3wbXq0Xd6W3mFxN72PZVjWgGQg.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/3wbXq0Xd6W3mFxN72PZVjWgGQg.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 512w, ${new URL(\"assets/1024/3wbXq0Xd6W3mFxN72PZVjWgGQg.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 1024w, ${new URL(\"assets/2048/3wbXq0Xd6W3mFxN72PZVjWgGQg.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 2048w, ${new URL(\"assets/4096/3wbXq0Xd6W3mFxN72PZVjWgGQg.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 4096w, ${new URL(\"assets/3wbXq0Xd6W3mFxN72PZVjWgGQg.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 4500w`},className:\"framer-186f12o\",\"data-framer-name\":\"hero\",name:\"hero\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1pow81u\",\"data-framer-name\":\"hero container\",name:\"hero container\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-47njv8\",\"data-framer-name\":\"hero-display\",name:\"hero-display\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"m81rvy\",animate:optimizeAppear(\"animate\",\"m81rvy\",animation1,\"1c47q2j\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"A little bit about us\"})}),initial:optimizeAppear(\"initial\",\"m81rvy\",animation2,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"m81rvy\",transformTemplate1)},qtX2OAGo4:{\"data-framer-appear-id\":\"1hmtm65\",animate:optimizeAppear(\"animate\",\"1hmtm65\",animation1,\"3pscxt\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"A little bit about us\"})}),initial:optimizeAppear(\"initial\",\"1hmtm65\",animation2,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"1hmtm65\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"88tqna\",animation1,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"A little bit about us\"})}),className:\"framer-88tqna\",\"data-framer-appear-id\":\"88tqna\",\"data-framer-name\":\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",exit:animation,fonts:[\"GF;Fraunces-500\"],initial:optimizeAppear(\"initial\",\"88tqna\",animation2,\"72rtr7\"),name:\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",transformTemplate:optimizeAppearTransformTemplate(\"88tqna\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"1t54rdq\",animate:optimizeAppear(\"animate\",\"1t54rdq\",animation7,\"1c47q2j\"),children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"My passion for hairstyling comes from seeing the confidence that grows in our clients as their dream hairstyles are unveiled.  Whether it\u2019s a fairy-tale updo for a wedding, braids with a chic twist for a special occasion, or soft bouncy curls for night out \u2013 we love creating bespoke styles for everybody.\"}),/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"Hair by Natalie have styled hundreds of clients and over 100 weddings, every time we feel grateful to be part of your big day.\"})]}),initial:optimizeAppear(\"initial\",\"1t54rdq\",animation2,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"1t54rdq\",transformTemplate1)},qtX2OAGo4:{\"data-framer-appear-id\":\"14tjlf5\",animate:optimizeAppear(\"animate\",\"14tjlf5\",animation7,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"14tjlf5\",animation2,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"14tjlf5\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1y71tvu\",animation7,\"72rtr7\"),children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"My passion for hairstyling comes from seeing the confidence that grows in our clients as their dream hairstyles are unveiled.  Whether it\u2019s a fairy-tale updo for a wedding, braids with a chic twist for a special occasion, or soft bouncy curls for night out \u2013 we love creating bespoke styles for everybody.\"}),/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--token-d6ff9cd6-a16e-43ad-bd33-8f04ad8802d8, rgb(53, 37, 20))\"},children:\"Hair by Natalie have styled hundreds of clients and over 100 weddings, every time we feel grateful to be part of your big day.\"})]}),className:\"framer-1y71tvu\",\"data-framer-appear-id\":\"1y71tvu\",\"data-framer-name\":\"Based in Los Angeles \u2014 Exploring new cultures \u2014 Hiking, running, or biking\",exit:animation6,initial:optimizeAppear(\"initial\",\"1y71tvu\",animation2,\"72rtr7\"),name:\"Based in Los Angeles \u2014 Exploring new cultures \u2014 Hiking, running, or biking\",transformTemplate:optimizeAppearTransformTemplate(\"1y71tvu\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"i4txwt\",animate:optimizeAppear(\"animate\",\"i4txwt\",animation9,\"1c47q2j\"),initial:optimizeAppear(\"initial\",\"i4txwt\",animation10,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"i4txwt\",transformTemplate1)},qtX2OAGo4:{\"data-framer-appear-id\":\"tr3w76\",animate:optimizeAppear(\"animate\",\"tr3w76\",animation9,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"tr3w76\",animation10,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"tr3w76\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(Container,{animate:optimizeAppear(\"animate\",\"bmxz7s\",animation9,\"72rtr7\"),className:\"framer-bmxz7s-container\",\"data-framer-appear-id\":\"bmxz7s\",exit:animation8,initial:optimizeAppear(\"initial\",\"bmxz7s\",animation10,\"72rtr7\"),transformTemplate:optimizeAppearTransformTemplate(\"bmxz7s\",transformTemplate1),children:/*#__PURE__*/ _jsx(Button,{height:\"100%\",id:\"R5mabdaTh\",layoutId:\"R5mabdaTh\",style:{height:\"100%\",width:\"100%\"},title:\"Wedding Enquiry \u2192\",variant:\"viX_PDWHR\",width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-g7vp25 hidden-3pscxt hidden-1c47q2j\",\"data-framer-name\":\"image potrait\",name:\"image potrait\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-o1pd48\",children:[/*#__PURE__*/ _jsx(motion.div,{animate:optimizeAppear(\"animate\",\"u58me3\",animation7,\"72rtr7\"),className:\"framer-u58me3\",\"data-framer-appear-id\":\"u58me3\",\"data-framer-name\":\"bg\",exit:animation11,initial:optimizeAppear(\"initial\",\"u58me3\",animation12,\"72rtr7\"),name:\"bg\",transformTemplate:optimizeAppearTransformTemplate(\"u58me3\",transformTemplate6)}),/*#__PURE__*/ _jsx(Image,{animate:optimizeAppear(\"animate\",\"z0zo79\",animation1,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:2048,intrinsicWidth:1536,loading:\"lazy\",pixelHeight:2048,pixelWidth:1536,src:new URL(\"assets/ej3c9qS2ZQc5FJsqCPj608TCM.webp\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-z0zo79\",\"data-framer-appear-id\":\"z0zo79\",\"data-framer-name\":\"potrait\",exit:animation13,initial:optimizeAppear(\"initial\",\"z0zo79\",animation14,\"72rtr7\"),name:\"potrait\",transformTemplate:optimizeAppearTransformTemplate(\"z0zo79\",transformTemplate7)})]})}),isDisplayed()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-a8amwr hidden-72rtr7 hidden-3pscxt\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1yt32ef\",\"data-framer-name\":\"bg\",name:\"bg\",transformTemplate:transformTemplate4}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1174,intrinsicWidth:986,loading:\"lazy\",pixelHeight:1174,pixelWidth:986,sizes:\"223px\",src:new URL(\"assets/kTsR3LPulBsyvkh70qFppAl8I.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/kTsR3LPulBsyvkh70qFppAl8I.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 430w, ${new URL(\"assets/1024/kTsR3LPulBsyvkh70qFppAl8I.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 860w, ${new URL(\"assets/kTsR3LPulBsyvkh70qFppAl8I.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 986w`},className:\"framer-144edo8\",\"data-framer-name\":\"potrait\",name:\"potrait\",transformTemplate:transformTemplate5})]})]})}),isDisplayed()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1aex0j3 hidden-72rtr7 hidden-3pscxt\",children:[isDisplayed()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-sz0s1s-container hidden-72rtr7\",children:/*#__PURE__*/ _jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:10,height:\"100%\",id:\"ZiHO639Kr\",layoutId:\"ZiHO639Kr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1yenj7c\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1s056bx\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,pixelHeight:100,pixelWidth:100,src:new URL(\"assets/aoz9rvCCXAbGGMByOdF3pB1W9Hk.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-36y0ky\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1u0r2wk\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, rgb(226, 177, 143))\"},children:\"Emma\"})}),className:\"framer-1qnakwn\",fonts:[\"GF;Work Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Bridal hair services\"})}),className:\"framer-1glc2in\",fonts:[\"GF;Work Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"With thin, short, dark hair, I didn\u2019t think that a hair up would work for me. With a special evening to the theatre planned, I approached Natalie to see if she could help me feel a bit more elegant. Within minutes she had ideas for a number of different styles and after discussing created a beautiful low bun with a braid through it. My hair looked thicker and felt better than ever before. I would definitely go to Hair by Natalie again for any special occasion braids or updo\u2019s and would recommend to anyone.\"})}),className:\"framer-1ldbbqv\",fonts:[\"GF;Work Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-kzdyxb\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-13337ul\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,pixelHeight:100,pixelWidth:100,src:new URL(\"assets/aoz9rvCCXAbGGMByOdF3pB1W9Hk.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-w2zft6\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-app3xq\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, rgb(226, 177, 143))\"},children:\"Jessica\"})}),className:\"framer-1t4qccd\",fonts:[\"GF;Work Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Festival hair services\"})}),className:\"framer-weatck\",fonts:[\"GF;Work Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:[\"Made me feel super comfortable and even fit me in last minute after someone had let me down. Thank you so much, I loved my hair it made me feel so glamorous!\",/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"br\",{}),\"Everyone complimented me on my hair that evening!\",/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"br\",{}),\"Definitely recommend.\"]})}),className:\"framer-114txo2\",fonts:[\"GF;Work Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-a93ayk\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1sxg1a0\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,pixelHeight:100,pixelWidth:100,src:new URL(\"assets/aoz9rvCCXAbGGMByOdF3pB1W9Hk.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-1pec51x\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1f6b8v5\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, rgb(226, 177, 143))\"},children:\"Lauren\"})}),className:\"framer-1lf75vb\",fonts:[\"GF;Work Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Bridal hair services\"})}),className:\"framer-1863hfh\",fonts:[\"GF;Work Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I had Natalie for my wedding in April & wow she did not disappoint. From my first consultation right through to my wedding day & beyond communication was fantastic. She went above and beyond - even sewing my maid of honours strap that broke on the morning of the wedding! My hair was exactly like I pictured & I absolutely loved it. Thank you so much for being so fabulous & making my wedding morning so stress free!\"})}),className:\"framer-1oqqu20\",fonts:[\"GF;Work Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),isDisplayed()&&/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{\"data-framer-appear-id\":\"1ab7rpd\",animate:optimizeAppear(\"animate\",\"1ab7rpd\",animation1,\"1c47q2j\"),initial:optimizeAppear(\"initial\",\"1ab7rpd\",animation2,\"1c47q2j\"),transformTemplate:optimizeAppearTransformTemplate(\"1ab7rpd\",transformTemplate)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1v3a29u\",animation1,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"Testimonials\"})}),className:\"framer-1v3a29u hidden-72rtr7\",\"data-framer-appear-id\":\"1v3a29u\",\"data-framer-name\":\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",exit:animation,fonts:[\"GF;Fraunces-500\"],initial:optimizeAppear(\"initial\",\"1v3a29u\",animation2,\"72rtr7\"),name:\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",transformTemplate:optimizeAppearTransformTemplate(\"1v3a29u\",transformTemplate),verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1594,intrinsicWidth:741,loading:\"lazy\",pixelHeight:1594,pixelWidth:741,sizes:\"100vw\",src:new URL(\"assets/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 238w, ${new URL(\"assets/1024/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 476w, ${new URL(\"assets/UBpyKDlyk9iAjSWS57KACceJ0So.png\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 741w`},className:\"framer-1gmcn4v hidden-72rtr7 hidden-3pscxt\",children:/*#__PURE__*/ _jsx(Container,{className:\"framer-1nktt20-container\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NyBec0zDU:{variant:\"hg8Mj4PD5\"}},children:/*#__PURE__*/ _jsx(FooterCopy,{height:\"100%\",id:\"KJyLlG8nM\",layoutId:\"KJyLlG8nM\",style:{height:\"100%\",width:\"100%\"},variant:\"EzGPM9hSQ\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/ _jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2802,intrinsicWidth:4500,loading:\"lazy\",pixelHeight:2802,pixelWidth:4500,sizes:\"100vw\",src:new URL(\"assets/paQzph3uBy9d5kmSMRLHI5IC7Q.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href,srcSet:`${new URL(\"assets/512/paQzph3uBy9d5kmSMRLHI5IC7Q.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 512w, ${new URL(\"assets/1024/paQzph3uBy9d5kmSMRLHI5IC7Q.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 1024w, ${new URL(\"assets/2048/paQzph3uBy9d5kmSMRLHI5IC7Q.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 2048w, ${new URL(\"assets/4096/paQzph3uBy9d5kmSMRLHI5IC7Q.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 4096w, ${new URL(\"assets/paQzph3uBy9d5kmSMRLHI5IC7Q.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href} 4500w`},className:\"framer-1dwugu1 hidden-1c47q2j\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{\"data-framer-appear-id\":\"mdr77i\",animate:optimizeAppear(\"animate\",\"mdr77i\",animation1,\"3pscxt\"),initial:optimizeAppear(\"initial\",\"mdr77i\",animation2,\"3pscxt\"),transformTemplate:optimizeAppearTransformTemplate(\"mdr77i\",transformTemplate1)}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"15jyx2y\",animation1,\"72rtr7\"),children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RnJhdW5jZXMtNTAw\",\"--framer-font-family\":'\"Fraunces\", serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.58px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, rgb(132, 184, 216))\"},children:\"Testimonials\"})}),className:\"framer-15jyx2y\",\"data-framer-appear-id\":\"15jyx2y\",\"data-framer-name\":\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",exit:animation,fonts:[\"GF;Fraunces-500\"],initial:optimizeAppear(\"initial\",\"15jyx2y\",animation2,\"72rtr7\"),name:\"\u273F A designer with a passion for creating functional and aesthetically pleasing products \u273D Focus on user-centered design and a dedication to sustainability \u2737\",transformTemplate:optimizeAppearTransformTemplate(\"15jyx2y\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-14ugmhu\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1nbis27\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1q9xczb\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,loading:\"lazy\",pixelHeight:100,pixelWidth:100,src:new URL(\"assets/aoz9rvCCXAbGGMByOdF3pB1W9Hk.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-10eyoan\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-pkwmfj\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, rgb(226, 177, 143))\"},children:\"Emma\"})}),className:\"framer-1a6qe5w\",fonts:[\"GF;Work Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Bridal hair services\"})}),className:\"framer-d9qbs4 hidden-3pscxt\",fonts:[\"GF;Work Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"With thin, short, dark hair, I didn\u2019t think that a hair up would work for me. With a special evening to the theatre planned, I approached Natalie to see if she could help me feel a bit more elegant. Within minutes she had ideas for a number of different styles and after discussing created a beautiful low bun with a braid through it. My hair looked thicker and felt better than ever before. I would definitely go to Hair by Natalie again for any special occasion braids or updo\u2019s and would recommend to anyone.\"})}),className:\"framer-c6uo08\",fonts:[\"GF;Work Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-gcjj8r\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-11eemno\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,loading:\"lazy\",pixelHeight:100,pixelWidth:100,src:new URL(\"assets/aoz9rvCCXAbGGMByOdF3pB1W9Hk.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-1chh0xa\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1yye8vv\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, rgb(226, 177, 143))\"},children:\"Jessica\"})}),className:\"framer-1cezkhh\",fonts:[\"GF;Work Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Festival hair services\"})}),className:\"framer-xhwzyt hidden-3pscxt\",fonts:[\"GF;Work Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:[\"Made me feel super comfortable and even fit me in last minute after someone had let me down. Thank you so much, I loved my hair it made me feel so glamorous!\",/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"br\",{}),\"Everyone complimented me on my hair that evening!\",/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"br\",{}),\"Definitely recommend.\"]})}),className:\"framer-1xzvqlb\",fonts:[\"GF;Work Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-cn37fh hidden-3pscxt\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-h2kaws\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:100,loading:\"lazy\",pixelHeight:100,pixelWidth:100,src:new URL(\"assets/aoz9rvCCXAbGGMByOdF3pB1W9Hk.jpg\",\"https://framerusercontent.com/modules/bSbbilf4HSjcuCZ8uVMK/WGeBk4agPti6DM5bo7jL/augiA20Il.js\").href},className:\"framer-13qcea7\"}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-jv2ydk\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, rgb(226, 177, 143))\"},children:\"Lauren\"})}),className:\"framer-1ab65u5\",fonts:[\"GF;Work Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Bridal hair services\"})}),className:\"framer-pl8lw\",fonts:[\"GF;Work Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--font-selector\":\"R0Y7V29yayBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Work Sans\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I had Natalie for my wedding in April & wow she did not disappoint. From my first consultation right through to my wedding day & beyond communication was fantastic. She went above and beyond - even sewing my maid of honours strap that broke on the morning of the wedding! My hair was exactly like I pictured & I absolutely loved it. Thank you so much for being so fabulous & making my wedding morning so stress free!\"})}),className:\"framer-hwmwy5\",fonts:[\"GF;Work Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed4()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-1nzeym8-container hidden-72rtr7 hidden-1c47q2j\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qtX2OAGo4:{variant:\"yxhVEymUD\"}},children:/*#__PURE__*/ _jsx(FooterCopy,{height:\"100%\",id:\"V12bJQeyA\",layoutId:\"V12bJQeyA\",style:{width:\"100%\"},variant:\"EzGPM9hSQ\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-buaoms-container hidden-3pscxt hidden-1c47q2j\",children:/*#__PURE__*/ _jsx(FooterCopy,{height:\"100%\",id:\"jFxMq74qj\",layoutId:\"jFxMq74qj\",style:{width:\"100%\"},variant:\"EzGPM9hSQ\",width:\"100%\"})})]}),/*#__PURE__*/ _jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-giNSq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName} { background: white; }`,\".framer-giNSq .framer-lux5qc { display: block; }\",\".framer-giNSq .framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 11px 0px 100px 0px; position: relative; width: 1350px; }\",\".framer-giNSq .framer-786quz-container, .framer-giNSq .framer-e6oza9-container, .framer-giNSq .framer-1nzeym8-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-giNSq .framer-1fr97hc-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-giNSq .framer-pc8ndu, .framer-giNSq .framer-186f12o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 180px; height: 21%; justify-content: flex-start; overflow: visible; padding: 114px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-giNSq .framer-5r02q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: hidden; padding: 0px 0px 420px 0px; position: relative; width: 86%; }\",\".framer-giNSq .framer-1ttkzh4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1240px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-giNSq .framer-1az5bbe { flex: none; height: 175px; overflow: hidden; position: relative; width: 413px; }\",\".framer-giNSq .framer-1v5v8w8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; max-width: 1240px; overflow: hidden; position: absolute; top: 0px; transform: perspective(1200px) translateX(-50%); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-32fi80-container { bottom: 44px; flex: none; height: 58px; left: 0px; position: absolute; transform: perspective(1200px); width: auto; }\",\".framer-giNSq .framer-un0ea6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 53%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-1xod6zk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 413px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; transform: translateY(-50%); width: min-content; z-index: 0; }\",\".framer-giNSq .framer-1lulqri { flex: none; height: 45px; left: 194px; overflow: hidden; position: absolute; top: calc(49.82746721877159% - 45px / 2); width: 168px; }\",\".framer-giNSq .framer-1vl6gus-container, .framer-giNSq .framer-ped1xg-container { flex: none; height: 44px; left: 0px; position: absolute; right: 0px; top: calc(48.88888888888891% - 44px / 2); transform: perspective(1200px); z-index: 0; }\",\".framer-giNSq .framer-1haf0ms { flex: none; height: 45px; left: 0px; overflow: hidden; position: absolute; top: calc(49.82746721877159% - 45px / 2); width: 168px; }\",'.framer-giNSq .framer-1rhphey, .framer-giNSq .framer-1ne94ji { --border-bottom-width: 1px; --border-color: var(--token-05e7931e-b093-492e-8271-669f191f166c, #e7e5e4) /* {\"name\":\"neutral-30\"} */; --border-left-width: 0px; --border-right-width: 0px; --border-style: dashed; --border-top-width: 0px; flex: none; height: 1px; overflow: hidden; position: relative; transform: perspective(1200px); width: 100%; }',\".framer-giNSq .framer-20xcec { align-content: center; align-items: center; bottom: 46px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; transform: translateX(-50%); width: min-content; z-index: 0; }\",\".framer-giNSq .framer-1jbpdui, .framer-giNSq .framer-a8amwr { flex: none; height: 271px; overflow: hidden; position: relative; width: 242px; }\",\".framer-giNSq .framer-drma04 { aspect-ratio: 0.849009900990099 / 1; background-color: var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, #84b8d8); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: var(--framer-aspect-ratio-supported, 236px); left: calc(52.8925619834711% - 90.08264462809917% / 2); overflow: hidden; position: absolute; top: calc(50.92250922509227% - 257px / 2); transform: rotate(2deg); width: 90%; will-change: transform; }\",\".framer-giNSq .framer-1g99yr5, .framer-giNSq .framer-144edo8 { aspect-ratio: 0.8495145631067961 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: var(--framer-aspect-ratio-supported, 235px); left: calc(47.933884297520684% - 92.14876033057851% / 2); overflow: hidden; position: absolute; top: calc(49.815498154981576% - 262px / 2); transform: rotate(-2deg); width: 92%; will-change: transform; }\",\".framer-giNSq .framer-yc6ksz { aspect-ratio: 1.006 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 469px); left: 826px; overflow: visible; position: absolute; top: 81px; width: 35%; z-index: 0; }\",\".framer-giNSq .framer-1ula2vp { aspect-ratio: 0.849009900990099 / 1; background-color: var(--token-755a3bde-79a0-4a8f-a1af-43c4d29616f5, #84b8d8); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: var(--framer-aspect-ratio-supported, 379px); left: 90px; overflow: hidden; position: absolute; top: 49px; transform: perspective(1200px) rotate(2deg); width: 68%; will-change: transform; }\",\".framer-giNSq .framer-ck2w9x { aspect-ratio: 0.8495145631067961 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02), 0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.028272492811083794), 0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.03500000014901161), 0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04172750562429428), 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05031980574131012), 0px 100px 80px 0px rgba(0, 0, 0, 0.07000000029802322); flex: none; height: var(--framer-aspect-ratio-supported, 386px); left: 76px; overflow: hidden; position: absolute; top: 43px; transform: perspective(1200px) rotate(-2deg); width: 70%; will-change: transform; }\",\".framer-giNSq .framer-81jxil { flex: none; height: 101px; overflow: hidden; position: relative; width: 289px; }\",\".framer-giNSq .framer-bgr5nu { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; max-width: 1240px; overflow: hidden; position: absolute; top: 0px; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-g5c49r-container { bottom: 19px; flex: none; height: 33px; left: 49%; position: absolute; transform: perspective(1200px) translateX(-50%); width: auto; }\",\".framer-giNSq .framer-1nplexm { flex: none; height: 162px; left: calc(50.00000000000002% - 63.541666666666664% / 2); overflow: hidden; position: absolute; top: calc(50.0711237553343% - 162px / 2); width: 64%; z-index: 1; }\",\".framer-giNSq .framer-1rnenu9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; overflow: hidden; position: absolute; top: 50%; transform: perspective(1200px) translate(-50%, -50%); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-1nadcdz-container { bottom: 187px; flex: none; height: 44px; left: 404px; position: absolute; transform: perspective(1200px); width: 168px; z-index: 0; }\",\".framer-giNSq .framer-1hbk0xb-container { bottom: 187px; flex: none; height: 44px; left: 209px; position: absolute; transform: perspective(1200px); width: 168px; z-index: 0; }\",\".framer-giNSq .framer-qulymf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-giNSq .framer-hykzhy { flex: none; height: 58px; overflow: hidden; position: relative; width: 100%; }\",\".framer-giNSq .framer-59ue8x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: hidden; padding: 0px 0px 124px 0px; position: relative; width: 86%; }\",\".framer-giNSq .framer-1qgr9cj-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-giNSq .framer-1etr5ea, .framer-giNSq .framer-b81aye { --border-bottom-width: 0px; --border-color: rgba(0, 0, 0, 0.15); --border-left-width: 0px; --border-right-width: 0px; --border-style: dashed; --border-top-width: 1px; flex: none; height: 16px; overflow: hidden; position: relative; width: 1238px; }\",\".framer-giNSq .framer-1vofdhp { flex: none; height: 477px; overflow: hidden; position: relative; width: 1163px; }\",\".framer-giNSq .framer-39uvhy-container { flex: none; height: auto; left: 0px; position: absolute; top: 1px; transform: perspective(1200px); width: 100%; }\",\".framer-giNSq .framer-125un5l-container { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; transform: perspective(1200px); width: 100%; }\",\".framer-giNSq .framer-7m53ht-container, .framer-giNSq .framer-gwls7j-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 640px; }\",\".framer-giNSq .framer-1pow81u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: hidden; padding: 0px 0px 350px 0px; position: relative; width: 86%; }\",\".framer-giNSq .framer-47njv8 { 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; max-width: 1240px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-giNSq .framer-88tqna { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1240px; overflow: hidden; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 53%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-1y71tvu { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 57%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-bmxz7s-container { flex: none; height: 44px; left: 1px; position: absolute; top: calc(54.892966360856285% - 44px / 2); transform: perspective(1200px); width: 151px; z-index: 0; }\",\".framer-giNSq .framer-g7vp25 { aspect-ratio: 1.006 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 469px); left: 845px; overflow: visible; position: absolute; top: calc(51.17801047120422% - 500px / 2); width: 35%; z-index: 0; }\",\".framer-giNSq .framer-o1pd48 { flex: none; height: 468px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-giNSq .framer-u58me3 { aspect-ratio: 0.849009900990099 / 1; background-color: var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, #e2b18f); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 404px); left: calc(51.88172043010755% - 343px / 2); overflow: hidden; position: absolute; top: calc(50.47169811320757% - 404px / 2); transform: perspective(1200px) rotate(2deg); width: 343px; will-change: transform; }\",\".framer-giNSq .framer-z0zo79 { aspect-ratio: 0.8495145631067961 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 0.6032302072222955px 0.6032302072222955px -1.25px rgba(0, 0, 0, 0.18), 0px 2.290210571630906px 2.290210571630906px -2.5px rgba(0, 0, 0, 0.15887), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 412px); left: calc(49.1935483870968% - 350px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 412px / 2); transform: perspective(1200px) rotate(-2deg); width: 350px; will-change: transform; }\",\".framer-giNSq .framer-1yt32ef { aspect-ratio: 0.849009900990099 / 1; background-color: var(--token-32b4d108-f639-4ec0-b9d4-cb2516911a51, #e2b18f); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: var(--framer-aspect-ratio-supported, 236px); left: calc(52.8925619834711% - 90.08264462809917% / 2); overflow: hidden; position: absolute; top: calc(50.92250922509227% - 257px / 2); transform: rotate(2deg); width: 90%; will-change: transform; }\",\".framer-giNSq .framer-1aex0j3 { flex: none; height: 920px; overflow: hidden; position: relative; width: 1352px; }\",\".framer-giNSq .framer-sz0s1s-container { bottom: 0px; flex: none; left: calc(50.00000000000002% - 391px / 2); position: absolute; top: 0px; width: 391px; z-index: 1; }\",\".framer-giNSq .framer-1yenj7c, .framer-giNSq .framer-kzdyxb, .framer-giNSq .framer-a93ayk { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 0.796841278193901px 2.3905238345817033px -0.625px rgba(0, 0, 0, 0.03), 0px 2.413677098392273px 7.2410312951768185px -1.25px rgba(0, 0, 0, 0.025), 0px 6.3802836426702925px 19.140850928010877px -1.875px rgba(0, 0, 0, 0.025), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.025); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 625px; justify-content: flex-start; padding: 30px 30px 30px 30px; position: relative; width: 280px; }\",\".framer-giNSq .framer-1s056bx, .framer-giNSq .framer-13337ul, .framer-giNSq .framer-1sxg1a0, .framer-giNSq .framer-1q9xczb, .framer-giNSq .framer-11eemno, .framer-giNSq .framer-h2kaws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-giNSq .framer-36y0ky, .framer-giNSq .framer-w2zft6, .framer-giNSq .framer-1pec51x, .framer-giNSq .framer-10eyoan, .framer-giNSq .framer-1chh0xa, .framer-giNSq .framer-13qcea7 { aspect-ratio: 1 / 1; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 50px; will-change: transform; }\",\".framer-giNSq .framer-1u0r2wk, .framer-giNSq .framer-app3xq, .framer-giNSq .framer-1f6b8v5, .framer-giNSq .framer-pkwmfj, .framer-giNSq .framer-1yye8vv, .framer-giNSq .framer-jv2ydk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 200px; }\",\".framer-giNSq .framer-1qnakwn, .framer-giNSq .framer-1glc2in, .framer-giNSq .framer-1t4qccd, .framer-giNSq .framer-weatck, .framer-giNSq .framer-1lf75vb, .framer-giNSq .framer-1863hfh, .framer-giNSq .framer-1a6qe5w, .framer-giNSq .framer-d9qbs4, .framer-giNSq .framer-1cezkhh, .framer-giNSq .framer-xhwzyt, .framer-giNSq .framer-1ab65u5, .framer-giNSq .framer-pl8lw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-giNSq .framer-1ldbbqv, .framer-giNSq .framer-114txo2, .framer-giNSq .framer-1oqqu20, .framer-giNSq .framer-c6uo08, .framer-giNSq .framer-1xzvqlb, .framer-giNSq .framer-hwmwy5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-1v3a29u { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; max-width: 1240px; overflow: hidden; position: absolute; top: 11px; transform: perspective(1200px) translateX(-50%); white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-giNSq .framer-1gmcn4v { bottom: 109px; flex: none; height: 699px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 1; }\",\".framer-giNSq .framer-1nktt20-container { bottom: 0px; flex: none; height: 690px; left: calc(50.00000000000002% - 302px / 2); position: absolute; width: 302px; }\",\".framer-giNSq .framer-1dwugu1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-giNSq .framer-15jyx2y { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1240px; overflow: hidden; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 21%; word-break: break-word; word-wrap: break-word; }\",\".framer-giNSq .framer-14ugmhu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1000px; }\",\".framer-giNSq .framer-1nbis27 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 0.796841278193901px 2.3905238345817033px -0.625px rgba(0, 0, 0, 0.03), 0px 2.413677098392273px 7.2410312951768185px -1.25px rgba(0, 0, 0, 0.025), 0px 6.3802836426702925px 19.140850928010877px -1.875px rgba(0, 0, 0, 0.025), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.025); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 582px; justify-content: flex-start; padding: 30px 30px 30px 30px; position: relative; width: 320px; }\",\".framer-giNSq .framer-gcjj8r { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 0.796841278193901px 2.3905238345817033px -0.625px rgba(0, 0, 0, 0.03), 0px 2.413677098392273px 7.2410312951768185px -1.25px rgba(0, 0, 0, 0.025), 0px 6.3802836426702925px 19.140850928010877px -1.875px rgba(0, 0, 0, 0.025), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.025); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 580px; justify-content: flex-start; padding: 30px 30px 30px 30px; position: relative; width: 320px; }\",\".framer-giNSq .framer-cn37fh { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; box-shadow: 0px 0.796841278193901px 2.3905238345817033px -0.625px rgba(0, 0, 0, 0.03), 0px 2.413677098392273px 7.2410312951768185px -1.25px rgba(0, 0, 0, 0.025), 0px 6.3802836426702925px 19.140850928010877px -1.875px rgba(0, 0, 0, 0.025), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.025); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 578px; justify-content: flex-start; padding: 30px 30px 30px 30px; position: relative; width: 320px; }\",\".framer-giNSq .framer-buaoms-container { flex: none; height: auto; position: relative; width: 85%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-giNSq .framer-72rtr7, .framer-giNSq .framer-pc8ndu, .framer-giNSq .framer-5r02q, .framer-giNSq .framer-1ttkzh4, .framer-giNSq .framer-1xod6zk, .framer-giNSq .framer-20xcec, .framer-giNSq .framer-qulymf, .framer-giNSq .framer-59ue8x, .framer-giNSq .framer-186f12o, .framer-giNSq .framer-1pow81u, .framer-giNSq .framer-47njv8, .framer-giNSq .framer-1yenj7c, .framer-giNSq .framer-1s056bx, .framer-giNSq .framer-1u0r2wk, .framer-giNSq .framer-kzdyxb, .framer-giNSq .framer-13337ul, .framer-giNSq .framer-app3xq, .framer-giNSq .framer-a93ayk, .framer-giNSq .framer-1sxg1a0, .framer-giNSq .framer-1f6b8v5, .framer-giNSq .framer-1dwugu1, .framer-giNSq .framer-14ugmhu, .framer-giNSq .framer-1nbis27, .framer-giNSq .framer-1q9xczb, .framer-giNSq .framer-pkwmfj, .framer-giNSq .framer-gcjj8r, .framer-giNSq .framer-11eemno, .framer-giNSq .framer-1yye8vv, .framer-giNSq .framer-cn37fh, .framer-giNSq .framer-h2kaws, .framer-giNSq .framer-jv2ydk { gap: 0px; } .framer-giNSq .framer-72rtr7 > *, .framer-giNSq .framer-5r02q > *, .framer-giNSq .framer-1ttkzh4 > *, .framer-giNSq .framer-1pow81u > *, .framer-giNSq .framer-1u0r2wk > *, .framer-giNSq .framer-app3xq > *, .framer-giNSq .framer-1f6b8v5 > *, .framer-giNSq .framer-pkwmfj > *, .framer-giNSq .framer-1yye8vv > *, .framer-giNSq .framer-jv2ydk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-giNSq .framer-72rtr7 > :first-child, .framer-giNSq .framer-pc8ndu > :first-child, .framer-giNSq .framer-5r02q > :first-child, .framer-giNSq .framer-1ttkzh4 > :first-child, .framer-giNSq .framer-qulymf > :first-child, .framer-giNSq .framer-59ue8x > :first-child, .framer-giNSq .framer-186f12o > :first-child, .framer-giNSq .framer-1pow81u > :first-child, .framer-giNSq .framer-47njv8 > :first-child, .framer-giNSq .framer-1yenj7c > :first-child, .framer-giNSq .framer-1u0r2wk > :first-child, .framer-giNSq .framer-kzdyxb > :first-child, .framer-giNSq .framer-app3xq > :first-child, .framer-giNSq .framer-a93ayk > :first-child, .framer-giNSq .framer-1f6b8v5 > :first-child, .framer-giNSq .framer-1dwugu1 > :first-child, .framer-giNSq .framer-1nbis27 > :first-child, .framer-giNSq .framer-pkwmfj > :first-child, .framer-giNSq .framer-gcjj8r > :first-child, .framer-giNSq .framer-1yye8vv > :first-child, .framer-giNSq .framer-cn37fh > :first-child, .framer-giNSq .framer-jv2ydk > :first-child { margin-top: 0px; } .framer-giNSq .framer-72rtr7 > :last-child, .framer-giNSq .framer-pc8ndu > :last-child, .framer-giNSq .framer-5r02q > :last-child, .framer-giNSq .framer-1ttkzh4 > :last-child, .framer-giNSq .framer-qulymf > :last-child, .framer-giNSq .framer-59ue8x > :last-child, .framer-giNSq .framer-186f12o > :last-child, .framer-giNSq .framer-1pow81u > :last-child, .framer-giNSq .framer-47njv8 > :last-child, .framer-giNSq .framer-1yenj7c > :last-child, .framer-giNSq .framer-1u0r2wk > :last-child, .framer-giNSq .framer-kzdyxb > :last-child, .framer-giNSq .framer-app3xq > :last-child, .framer-giNSq .framer-a93ayk > :last-child, .framer-giNSq .framer-1f6b8v5 > :last-child, .framer-giNSq .framer-1dwugu1 > :last-child, .framer-giNSq .framer-1nbis27 > :last-child, .framer-giNSq .framer-pkwmfj > :last-child, .framer-giNSq .framer-gcjj8r > :last-child, .framer-giNSq .framer-1yye8vv > :last-child, .framer-giNSq .framer-cn37fh > :last-child, .framer-giNSq .framer-jv2ydk > :last-child { margin-bottom: 0px; } .framer-giNSq .framer-pc8ndu > *, .framer-giNSq .framer-186f12o > * { margin: 0px; margin-bottom: calc(180px / 2); margin-top: calc(180px / 2); } .framer-giNSq .framer-1xod6zk > *, .framer-giNSq .framer-20xcec > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-giNSq .framer-1xod6zk > :first-child, .framer-giNSq .framer-20xcec > :first-child, .framer-giNSq .framer-1s056bx > :first-child, .framer-giNSq .framer-13337ul > :first-child, .framer-giNSq .framer-1sxg1a0 > :first-child, .framer-giNSq .framer-14ugmhu > :first-child, .framer-giNSq .framer-1q9xczb > :first-child, .framer-giNSq .framer-11eemno > :first-child, .framer-giNSq .framer-h2kaws > :first-child { margin-left: 0px; } .framer-giNSq .framer-1xod6zk > :last-child, .framer-giNSq .framer-20xcec > :last-child, .framer-giNSq .framer-1s056bx > :last-child, .framer-giNSq .framer-13337ul > :last-child, .framer-giNSq .framer-1sxg1a0 > :last-child, .framer-giNSq .framer-14ugmhu > :last-child, .framer-giNSq .framer-1q9xczb > :last-child, .framer-giNSq .framer-11eemno > :last-child, .framer-giNSq .framer-h2kaws > :last-child { margin-right: 0px; } .framer-giNSq .framer-qulymf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-giNSq .framer-59ue8x > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-giNSq .framer-47njv8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-giNSq .framer-1yenj7c > *, .framer-giNSq .framer-kzdyxb > *, .framer-giNSq .framer-a93ayk > *, .framer-giNSq .framer-1nbis27 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-giNSq .framer-1s056bx > *, .framer-giNSq .framer-13337ul > *, .framer-giNSq .framer-1sxg1a0 > *, .framer-giNSq .framer-1q9xczb > *, .framer-giNSq .framer-11eemno > *, .framer-giNSq .framer-h2kaws > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-giNSq .framer-1dwugu1 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-giNSq .framer-14ugmhu > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-giNSq .framer-gcjj8r > *, .framer-giNSq .framer-cn37fh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\"@media (min-width: 1350px) { .framer-giNSq .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 768px) and (max-width: 1349px) { .framer-giNSq .hidden-3pscxt { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-giNSq .framer-72rtr7 { padding: 11px 0px 72px 0px; width: 768px; } .framer-giNSq .framer-pc8ndu { height: 689px; padding: 144px 0px 0px 0px; } .framer-giNSq .framer-81jxil, .framer-giNSq .framer-1qgr9cj-container { order: 0; } .framer-giNSq .framer-1nplexm { order: 1; } .framer-giNSq .framer-1nadcdz-container, .framer-giNSq .framer-7m53ht-container { order: 3; } .framer-giNSq .framer-1hbk0xb-container { order: 2; } .framer-giNSq .framer-59ue8x { gap: 16px; padding: 0px 0px 35px 0px; width: 87%; } .framer-giNSq .framer-1etr5ea { order: 1; width: 100%; } .framer-giNSq .framer-b81aye { order: 4; width: 100%; } .framer-giNSq .framer-gwls7j-container { order: 5; } .framer-giNSq .framer-186f12o { height: 614px; padding: 144px 0px 0px 0px; } .framer-giNSq .framer-1pow81u { padding: 0px 0px 100px 0px; width: 87%; } .framer-giNSq .framer-1y71tvu { width: 100%; } .framer-giNSq .framer-bmxz7s-container { bottom: 25px; left: 0px; top: unset; } .framer-giNSq .framer-1dwugu1 { height: 751px; padding: 0px 40px 0px 40px; } .framer-giNSq .framer-15jyx2y { width: 60%; } .framer-giNSq .framer-1nbis27 { flex: 1 0 0px; height: 548px; width: 1px; } .framer-giNSq .framer-gcjj8r { flex: 1 0 0px; height: 547px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-giNSq .framer-59ue8x { gap: 0px; } .framer-giNSq .framer-59ue8x > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-giNSq .framer-59ue8x > :first-child { margin-top: 0px; } .framer-giNSq .framer-59ue8x > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 767px) { .framer-giNSq .hidden-1c47q2j { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-giNSq .framer-72rtr7 { height: 5140px; padding: 9px 0px 0px 0px; width: 390px; } .framer-giNSq .framer-786quz-container, .framer-giNSq .framer-20xcec, .framer-giNSq .framer-1jbpdui, .framer-giNSq .framer-47njv8, .framer-giNSq .framer-a8amwr { order: 0; } .framer-giNSq .framer-pc8ndu { height: 884px; order: 2; padding: 44px 0px 0px 0px; } .framer-giNSq .framer-5r02q { order: 2; padding: 0px 0px 143px 0px; width: 288px; } .framer-giNSq .framer-1az5bbe { height: 101px; order: 0; width: 289px; } .framer-giNSq .framer-1v5v8w8 { left: 0px; top: 0px; transform: perspective(1200px); } .framer-giNSq .framer-32fi80-container { bottom: 19px; height: 33px; left: 49%; transform: perspective(1200px) translateX(-50%); } .framer-giNSq .framer-un0ea6 { order: 1; width: 100%; } .framer-giNSq .framer-1lulqri { bottom: 0px; left: calc(50.00000000000002% - 58.333333333333336% / 2); top: unset; width: 58%; } .framer-giNSq .framer-1vl6gus-container, .framer-giNSq .framer-ped1xg-container { left: calc(50.00000000000002% - 100% / 2); right: unset; transform: unset; width: 100%; } .framer-giNSq .framer-1haf0ms { bottom: 64px; left: calc(50.00000000000002% - 58.333333333333336% / 2); top: unset; width: 58%; } .framer-giNSq .framer-drma04, .framer-giNSq .framer-1yt32ef { height: var(--framer-aspect-ratio-supported, 257px); } .framer-giNSq .framer-1g99yr5, .framer-giNSq .framer-144edo8 { height: var(--framer-aspect-ratio-supported, 263px); } .framer-giNSq .framer-qulymf { order: 3; } .framer-giNSq .framer-59ue8x { gap: 17px; order: 1; padding: 0px 0px 32px 0px; width: 90%; } .framer-giNSq .framer-1vofdhp { height: 833px; width: 351px; } .framer-giNSq .framer-39uvhy-container { left: 50%; top: 0px; transform: perspective(1200px) translateX(-50%); width: 351px; } .framer-giNSq .framer-125un5l-container { left: 50%; transform: perspective(1200px) translateX(-50%); width: 351px; } .framer-giNSq .framer-b81aye { height: 30px; width: 100%; } .framer-giNSq .framer-186f12o { background-color: #ffffff; gap: 30px; height: 815px; order: 4; padding: 44px 0px 0px 0px; } .framer-giNSq .framer-1pow81u { order: 1; padding: 0px 0px 64px 0px; width: 90%; } .framer-giNSq .framer-88tqna, .framer-giNSq .framer-1y71tvu { width: 100%; } .framer-giNSq .framer-bmxz7s-container { bottom: 3px; left: calc(49.30555555555558% - 151px / 2); order: 1; top: unset; } .framer-giNSq .framer-1aex0j3 { height: 761px; order: 5; width: 392px; } .framer-giNSq .framer-1gmcn4v { order: 6; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-giNSq .framer-59ue8x, .framer-giNSq .framer-186f12o { gap: 0px; } .framer-giNSq .framer-59ue8x > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-giNSq .framer-59ue8x > :first-child, .framer-giNSq .framer-186f12o > :first-child { margin-top: 0px; } .framer-giNSq .framer-59ue8x > :last-child, .framer-giNSq .framer-186f12o > :last-child { margin-bottom: 0px; } .framer-giNSq .framer-186f12o > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4835.5\n * @framerIntrinsicWidth 1350\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qtX2OAGo4\":{\"layout\":[\"fixed\",\"auto\"]},\"NyBec0zDU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerResponsiveScreen\n */ const FrameraugiA20Il=withCSS(Component,css,\"framer-giNSq\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4835.5,width:1350};addFonts(FrameraugiA20Il,[{family:\"Fraunces\",moduleAsset:{localModuleIdentifier:\"local-module:screen/augiA20Il:default\",url:\"https://fonts.gstatic.com/s/fraunces/v30/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/fraunces/v30/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\",weight:\"500\"},{family:\"Work Sans\",moduleAsset:{localModuleIdentifier:\"local-module:screen/augiA20Il:default\",url:\"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf\",weight:\"600\"},{family:\"Work Sans\",moduleAsset:{localModuleIdentifier:\"local-module:screen/augiA20Il:default\",url:\"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\",weight:\"400\"},{family:\"Work Sans\",moduleAsset:{localModuleIdentifier:\"local-module:screen/augiA20Il:default\",url:\"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\",weight:\"500\"},...PhoneMenuOpenFonts,...HeaderFonts,...TypewriterFonts,...ButtonFonts,...WorkSectionFonts,...CarouselFonts,...FooterCopyFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4835.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qtX2OAGo4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NyBec0zDU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1350\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["empty_js_0_1_default", "o", "npm_react_18_2_exports", "e", "h", "global", "b", "_", "empty_js_0_1_default", "t", "r", "F", "a", "i", "s", "m", "T", "A", "S", "N", "C", "P", "L", "k", "D", "M", "R", "g", "w", "O", "x", "j", "E", "z", "Q", "I", "U", "H", "B", "q", "V", "W", "$", "G", "Y", "J", "X", "K", "Z", "ee", "te", "re", "ne", "oe", "ae", "ie", "window", "u", "c", "n", "l", "f", "v", "d", "y", "headingStyles", "props", "TypeWriter", "isCanvas", "RenderTarget", "strings", "content", "canvasContent", "Tag", "cursorStyles", "TypeWriterPure", "p", "m", "typewriter", "state", "TypeWriterWithCSS", "withCSS", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "PhoneMenuOpenFonts", "getFonts", "YdTn1CpJQ_default", "HeaderFonts", "wsGvY9Jr6_default", "TypewriterFonts", "TypeWriter", "ButtonFonts", "UtzVhMM0y_default", "WorkSectionFonts", "ZwK7SuaE4_default", "ContainerWithFX", "withFX", "Container", "CarouselFonts", "Carousel", "FooterCopyFonts", "rqi0tMO86_default", "breakpoints", "isBrowser", "variantClassNames", "humanReadableVariantMap", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "transformTemplate1", "transition2", "animation3", "animation4", "animation5", "transition3", "animation6", "animation7", "transition4", "animation8", "animation9", "animation10", "transformTemplate3", "_", "t", "transformTemplate4", "transformTemplate5", "animation11", "transition3", "transformTemplate6", "animation12", "animation13", "transition1", "transformTemplate7", "animation14", "transformTemplate8", "transition5", "animation15", "animation16", "animation17", "metadata", "augiA20Il_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "humanReadableVariantMap", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "transitions", "isDisplayed", "isBrowser", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "variantClassNames", "LayoutGroup", "u", "motion", "cx", "Container", "YdTn1CpJQ_default", "wsGvY9Jr6_default", "resolveLink", "PropertyOverrides2", "Image2", "optimizeAppear", "animation1", "x", "animation2", "optimizeAppearTransformTemplate", "transformTemplate1", "RichText2", "animation", "transformTemplate", "animation4", "animation5", "animation3", "TypeWriter", "animation7", "animation6", "UtzVhMM0y_default", "ZwK7SuaE4_default", "ContainerWithFX", "Carousel", "rqi0tMO86_default", "css", "FrameraugiA20Il", "withCSS", "addFonts", "PhoneMenuOpenFonts", "HeaderFonts", "TypewriterFonts", "ButtonFonts", "WorkSectionFonts", "CarouselFonts", "FooterCopyFonts", "fonts", "__FramerMetadata__"]
}
