{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/FzZ67ct97QwFne6Bf7ku/Ticker.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.50", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js", "ssg:https://framerusercontent.com/modules/n4NJ1AuWuvuZ0Kr8bt7b/PwSs5NFbqJW6MSR2BKRS/lXXQBsX_E.js", "ssg:https://framerusercontent.com/modules/w5XAf3OQUVqKZEbc3xYS/2ZgjcqEjWEsapP4UCQRz/zQq8dHiSZ.js", "ssg:https://framerusercontent.com/modules/6MxyDlVpBDryppSclQ9L/HjS1kMzOdQzXlmYVKHjA/RatrWtpvo.js", "ssg:https://framerusercontent.com/modules/etHeipFh9JVNoPOt3dOt/k0ontOGMp0vBaUaImWCp/UywuiZdbB.js", "ssg:https://framerusercontent.com/modules/uMN5cw2sWrSyPc90RPyV/LvtOGlMC6x9aXFIdTFrs/V7NrQGw03.js", "ssg:https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */ let initialResize=useRef(true);useEffect(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles}},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3;return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref=child.props)===null||ref===void 0?void 0:ref.style,width:widthType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.width:\"100%\",height:heightType?(ref2=child.props)===null||ref2===void 0?void 0:ref2.height:\"100%\",flexShrink:0,...childrenStyles}},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isInView=useInView(parentRef);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const renderPathForWeight = (weight, color, pathsByWeight2) => !!pathsByWeight2.get(weight) ? pathsByWeight2.get(weight)(color) : null;\n    const pathsByWeight = new Map();\n    pathsByWeight.set(\"bold\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"24\"\n    })));\n    pathsByWeight.set(\"duotone\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      opacity: \"0.2\"\n    }), /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"16\"\n    })));\n    pathsByWeight.set(\"fill\", () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M218.8,103.7,138.8,31a16,16,0,0,0-21.6,0l-80,72.7A16,16,0,0,0,32,115.5v92.1a16.4,16.4,0,0,0,4,11A15.9,15.9,0,0,0,48,224H96a8,8,0,0,0,8-8V168a8,8,0,0,1,8-8h32a8,8,0,0,1,8,8v48a8,8,0,0,0,8,8h48a15.6,15.6,0,0,0,7.6-1.9A16.1,16.1,0,0,0,224,208V115.5A16,16,0,0,0,218.8,103.7Z\"\n    })));\n    pathsByWeight.set(\"light\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"12\"\n    })));\n    pathsByWeight.set(\"thin\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"8\"\n    })));\n    pathsByWeight.set(\"regular\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"16\"\n    })));\n    const renderPath = (weight, color) => renderPathForWeight(weight, color, pathsByWeight);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", {\n      ref,\n      ...props\n    }, renderPath(props.weight, props.color)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.50\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Activity\",\"AddressBook\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Book\",\"BookBookmark\",\"BookOpen\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"BoundingBox\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"Camera\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartLine\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CircleWavy\",\"CircleWavyCheck\",\"CircleWavyQuestion\",\"CircleWavyWarning\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"Club\",\"CoatHanger\",\"Code\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"ComputerTower\",\"Confetti\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Cpu\",\"CreditCard\",\"Crop\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dog\",\"Door\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"Exam\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FastForward\",\"FastForwardCircle\",\"FigmaLogo\",\"File\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDoc\",\"FileDotted\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSearch\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlyingSaucer\",\"Folder\",\"FolderDotted\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDotted\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"GasPump\",\"Gauge\",\"Gear\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"GoogleChromeLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Graph\",\"GridFour\",\"Hamburger\",\"Hand\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighlighterCircle\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lightning\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"Option\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Password\",\"Path\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"Percent\",\"Person\",\"PersonSimple\",\"PersonSimpleRun\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"PianoKeys\",\"PictureInPicture\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Play\",\"PlayCircle\",\"Playlist\",\"Plug\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Rainbow\",\"RainbowCloud\",\"Receipt\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Share\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"SignIn\",\"SignOut\",\"Signpost\",\"SimCard\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Smiley\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"Spade\",\"Sparkle\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stamp\",\"Star\",\"StarFour\",\"StarHalf\",\"Sticker\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Suitcase\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"Sword\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextBolder\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TiktokLogo\",\"Timer\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Tote\",\"ToteSimple\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Upload\",\"UploadSimple\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Vault\",\"Vibrate\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warning\",\"WarningCircle\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waves\",\"Webcam\",\"WhatsappLogo\",\"Wheelchair\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{// Quickfix, needs proper publish\nconst version=\"0.0.50\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Mulish-900\"]);export const fonts=[{family:\"Mulish\",moduleAsset:{localModuleIdentifier:\"local-module:css/lXXQBsX_E:default\",url:\"https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\",weight:\"900\"}];export const css=['.framer-q4Dbx .framer-styles-preset-a77iu9:not(.rich-text-wrapper), .framer-q4Dbx .framer-styles-preset-a77iu9.rich-text-wrapper h2, .framer-q4Dbx .framer-styles-preset-a77iu9.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Mulish\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: -0.3px; --framer-line-height: 1.15em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-q4Dbx .framer-styles-preset-a77iu9:not(.rich-text-wrapper), .framer-q4Dbx .framer-styles-preset-a77iu9.rich-text-wrapper h2, .framer-q4Dbx .framer-styles-preset-a77iu9.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Mulish\", sans-serif; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: -0.3px; --framer-line-height: 1.15em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-q4Dbx .framer-styles-preset-a77iu9:not(.rich-text-wrapper), .framer-q4Dbx .framer-styles-preset-a77iu9.rich-text-wrapper h2, .framer-q4Dbx .framer-styles-preset-a77iu9.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Mulish\", sans-serif; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: -0.3px; --framer-line-height: 1.15em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-q4Dbx\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Rubik-regular\"]);export const fonts=[{family:\"Rubik\",moduleAsset:{localModuleIdentifier:\"local-module:css/zQq8dHiSZ:default\",url:\"https://fonts.gstatic.com/s/rubik/v26/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v26/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\",weight:\"400\"}];export const css=['.framer-Ero6F .framer-styles-preset-zppc4h:not(.rich-text-wrapper), .framer-Ero6F .framer-styles-preset-zppc4h.rich-text-wrapper p, .framer-Ero6F .framer-styles-preset-zppc4h.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Rubik\", \"Rubik Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.12px; --framer-line-height: 1.6em; --framer-paragraph-spacing: 18px; --framer-text-alignment: start; --framer-text-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Ero6F .framer-styles-preset-zppc4h:not(.rich-text-wrapper), .framer-Ero6F .framer-styles-preset-zppc4h.rich-text-wrapper p, .framer-Ero6F .framer-styles-preset-zppc4h.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Rubik\", \"Rubik Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.12px; --framer-line-height: 1.6em; --framer-paragraph-spacing: 18px; --framer-text-alignment: start; --framer-text-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Ero6F .framer-styles-preset-zppc4h:not(.rich-text-wrapper), .framer-Ero6F .framer-styles-preset-zppc4h.rich-text-wrapper p, .framer-Ero6F .framer-styles-preset-zppc4h.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Rubik\", \"Rubik Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.12px; --framer-line-height: 1.6em; --framer-paragraph-spacing: 18px; --framer-text-alignment: start; --framer-text-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-Ero6F\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (52669ec)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/n4NJ1AuWuvuZ0Kr8bt7b/PwSs5NFbqJW6MSR2BKRS/lXXQBsX_E.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wLMpq40sUHkwndiMMH3Q/9yOujJL7bIhNqnjAvzF1/V7NrQGw03.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/w5XAf3OQUVqKZEbc3xYS/2ZgjcqEjWEsapP4UCQRz/zQq8dHiSZ.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"atMmtUeOK\",\"Aa44gUeu_\",\"zIDzKGEtr\",\"zv6_kdys2\"];const variantClassNames={Aa44gUeu_:\"framer-v-1wvdffz\",atMmtUeOK:\"framer-v-1rduh0p\",zIDzKGEtr:\"framer-v-4br6dp\",zv6_kdys2:\"framer-v-1wjoh3v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Tablet/Mobile_Score\":\"zIDzKGEtr\",\"Tablet/Mobile_Symbol\":\"zv6_kdys2\",Score:\"atMmtUeOK\",Symbol:\"Aa44gUeu_\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"atMmtUeOK\",score:Y5GSKuFRK=\"100\",parameter:l24rCDtgD=\"Performance Score\",cardColour:vTOx5Q0d1=\"rgb(217, 63, 133)\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"atMmtUeOK\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const isDisplayed=()=>{if([\"Aa44gUeu_\",\"zv6_kdys2\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"Aa44gUeu_\",\"zv6_kdys2\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-uXgS9\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1rduh0p\",className),\"data-framer-name\":\"Score\",layoutDependency:layoutDependency,layoutId:\"atMmtUeOK\",ref:ref,style:{backgroundColor:vTOx5Q0d1,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},transition:transition,...addPropertyOverrides({Aa44gUeu_:{\"data-framer-name\":\"Symbol\"},zIDzKGEtr:{\"data-framer-name\":\"Tablet/Mobile_Score\"},zv6_kdys2:{\"data-framer-name\":\"Tablet/Mobile_Symbol\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{className:\"framer-styles-preset-a77iu9\",\"data-styles-preset\":\"lXXQBsX_E\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:\"100\"})}),className:\"framer-6yykle\",layoutDependency:layoutDependency,layoutId:\"KFxSLkow4\",style:{\"--extracted-1of0zx5\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Y5GSKuFRK,transition:transition,variants:{zIDzKGEtr:{\"--extracted-a0htzi\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zIDzKGEtr:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{className:\"framer-styles-preset-1283r0\",\"data-styles-preset\":\"V7NrQGw03\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:\"100\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Performance Score\"})}),className:\"framer-ofidjf\",layoutDependency:layoutDependency,layoutId:\"PX8vkO_ST\",style:{\"--extracted-r6o4lv\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:l24rCDtgD,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-hwm1zu-container\",layoutDependency:layoutDependency,layoutId:\"s46o7HDqN-container\",transition:transition,children:/*#__PURE__*/ _jsx(Phosphor,{color:'var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"Winter White\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"s46o7HDqN\",layoutId:\"s46o7HDqN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})]})})});});const css=['.framer-uXgS9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uXgS9 .framer-rouxha { display: block; }\",\".framer-uXgS9 .framer-1rduh0p { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 24px 48px 24px; position: relative; width: 240px; will-change: transform; }\",\".framer-uXgS9 .framer-6yykle, .framer-uXgS9 .framer-ofidjf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uXgS9 .framer-hwm1zu-container { flex: none; height: 60px; position: relative; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uXgS9 .framer-1rduh0p { gap: 0px; } .framer-uXgS9 .framer-1rduh0p > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-uXgS9 .framer-1rduh0p > :first-child { margin-top: 0px; } .framer-uXgS9 .framer-1rduh0p > :last-child { margin-bottom: 0px; } }\",\".framer-uXgS9.framer-v-1wvdffz .framer-1rduh0p { padding: 45px 24px 46px 24px; }\",\".framer-uXgS9.framer-v-1wvdffz .framer-ofidjf { order: 2; }\",\".framer-uXgS9.framer-v-1wvdffz .framer-hwm1zu-container { order: 1; }\",\".framer-uXgS9.framer-v-4br6dp .framer-1rduh0p { flex-direction: row; gap: 16px; justify-content: flex-start; padding: 24px 24px 24px 16px; width: min-content; }\",\".framer-uXgS9.framer-v-4br6dp .framer-6yykle, .framer-uXgS9.framer-v-4br6dp .framer-ofidjf { white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uXgS9.framer-v-4br6dp .framer-1rduh0p { gap: 0px; } .framer-uXgS9.framer-v-4br6dp .framer-1rduh0p > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-uXgS9.framer-v-4br6dp .framer-1rduh0p > :first-child { margin-left: 0px; } .framer-uXgS9.framer-v-4br6dp .framer-1rduh0p > :last-child { margin-right: 0px; } }\",\".framer-uXgS9.framer-v-1wjoh3v .framer-1rduh0p { flex-direction: row; gap: 16px; justify-content: flex-start; padding: 20px 24px 21px 16px; width: min-content; }\",\".framer-uXgS9.framer-v-1wjoh3v .framer-ofidjf { order: 2; white-space: pre; width: auto; }\",\".framer-uXgS9.framer-v-1wjoh3v .framer-hwm1zu-container { height: 36px; order: 1; width: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uXgS9.framer-v-1wjoh3v .framer-1rduh0p { gap: 0px; } .framer-uXgS9.framer-v-1wjoh3v .framer-1rduh0p > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-uXgS9.framer-v-1wjoh3v .framer-1rduh0p > :first-child { margin-left: 0px; } .framer-uXgS9.framer-v-1wjoh3v .framer-1rduh0p > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 186\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Aa44gUeu_\":{\"layout\":[\"fixed\",\"auto\"]},\"zIDzKGEtr\":{\"layout\":[\"auto\",\"auto\"]},\"zv6_kdys2\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Y5GSKuFRK\":\"score\",\"l24rCDtgD\":\"parameter\",\"vTOx5Q0d1\":\"cardColour\"}\n */ const FramerRatrWtpvo=withCSS(Component,css,\"framer-uXgS9\");export default FramerRatrWtpvo;FramerRatrWtpvo.displayName=\"Score Card\";FramerRatrWtpvo.defaultProps={height:186,width:240};addPropertyControls(FramerRatrWtpvo,{variant:{options:[\"atMmtUeOK\",\"Aa44gUeu_\",\"zIDzKGEtr\",\"zv6_kdys2\"],optionTitles:[\"Score\",\"Symbol\",\"Tablet/Mobile_Score\",\"Tablet/Mobile_Symbol\"],title:\"Variant\",type:ControlType.Enum},Y5GSKuFRK:{defaultValue:\"100\",displayTextArea:false,title:\"Score\",type:ControlType.String},l24rCDtgD:{defaultValue:\"Performance Score\",displayTextArea:false,title:\"Parameter\",type:ControlType.String},vTOx5Q0d1:{defaultValue:\"rgb(217, 63, 133)\",title:\"Card Colour\",type:ControlType.Color}});addFonts(FramerRatrWtpvo,[...PhosphorFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRatrWtpvo\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Aa44gUeu_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zIDzKGEtr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zv6_kdys2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Y5GSKuFRK\\\":\\\"score\\\",\\\"l24rCDtgD\\\":\\\"parameter\\\",\\\"vTOx5Q0d1\\\":\\\"cardColour\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"240\",\"framerIntrinsicHeight\":\"186\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RatrWtpvo.map", "// Generated by Framer (5b5d553)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/xAqQJJMKulaAU8gK10ZA/Phosphor.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/MBrNBoYZX0O03dDCNPV3/OU7LIb2mpLQuJtEwoptK/Bwx3xM4O_.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/GyyysrWja5ycrUEp0Waz/tpXmHMAsyUh8H1qixByH/eiG1SNjuh.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wLMpq40sUHkwndiMMH3Q/9yOujJL7bIhNqnjAvzF1/V7NrQGw03.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"i3O_45Lxk\",\"fismS0e0j\"];const variantClassNames={fismS0e0j:\"framer-v-yzh7h8\",i3O_45Lxk:\"framer-v-11rhlob\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Colour Card\":\"i3O_45Lxk\",\"Variant 2\":\"fismS0e0j\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`translate(-50%, -50%) ${t}`;const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"i3O_45Lxk\",name:aIe3cN3br=\"Sunburst Orange\",desc:n2rDPY8Xv=\"(#FC9E4F) A warm orange that embodies our warmth and approachability.\",hueRange:yICQIIzau=true,colourA:fECCAXraD='var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22)) /* {\"name\":\"Eerie Black\"} */',colourB:DUXxnIjoJ=\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourC:OfA4pFA1p=\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourD:tMdNGXP1j=\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"i3O_45Lxk\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-jRVLX\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-11rhlob\",className),\"data-framer-name\":\"Colour Card\",layoutDependency:layoutDependency,layoutId:\"i3O_45Lxk\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({fismS0e0j:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1bllhtl\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"bWxMl_uXN\",transition:transition,children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1p6wtwl\",\"data-framer-name\":\"Colour Display\",layoutDependency:layoutDependency,layoutId:\"N7AlG7wwJ\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},transition:transition,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-ynqlv1\",layoutDependency:layoutDependency,layoutId:\"B82R1mgBC\",style:{backgroundColor:DUXxnIjoJ},transition:transition,children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{className:\"framer-styles-preset-ixlg6q\",\"data-styles-preset\":\"eiG1SNjuh\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:/*#__PURE__*/ _jsx(motion.strong,{children:\"Aa\"})})}),className:\"framer-tjkhb3\",layoutDependency:layoutDependency,layoutId:\"BXP428Gxq\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-fECCAXraD-UywuiZdbB)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-fECCAXraD-UywuiZdbB\":fECCAXraD},transformTemplate:transformTemplate,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-cqq2lu\",layoutDependency:layoutDependency,layoutId:\"DAxTEjZtE\",style:{backgroundColor:fECCAXraD},transition:transition,children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{className:\"framer-styles-preset-ixlg6q\",\"data-styles-preset\":\"eiG1SNjuh\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:/*#__PURE__*/ _jsx(motion.strong,{children:\"Aa\"})})}),className:\"framer-1a1u1ua\",layoutDependency:layoutDependency,layoutId:\"VzS1xMaUA\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-DUXxnIjoJ-UywuiZdbB)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-DUXxnIjoJ-UywuiZdbB\":DUXxnIjoJ},transformTemplate:transformTemplate,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1x4wr3w\",\"data-framer-name\":\"Description\",layoutDependency:layoutDependency,layoutId:\"C_NrAFTBU\",transition:transition,children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{className:\"framer-styles-preset-1283r0\",\"data-styles-preset\":\"V7NrQGw03\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:\"Sunburst Orange\"})}),className:\"framer-12hg2i\",layoutDependency:layoutDependency,layoutId:\"NyH1z5lBm\",style:{\"--extracted-a0htzi\":\"var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:aIe3cN3br,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-1swmjor\",\"data-styles-preset\":\"Bwx3xM4O_\",children:\"(#FC9E4F) A warm orange that embodies our warmth and approachability.\"})}),className:\"framer-g3eeyz\",layoutDependency:layoutDependency,layoutId:\"EOTk9ByqQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:n2rDPY8Xv,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-n2zyhc\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"aZo7pbfaI\",transition:transition,children:[yICQIIzau&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-c2kx4t\",\"data-framer-name\":\"Usage Range\",layoutDependency:layoutDependency,layoutId:\"Rm3MIL0WE\",transition:transition,children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-1swmjor\",\"data-styles-preset\":\"Bwx3xM4O_\",children:\"Hue Range:\"})}),className:\"framer-1yph7fw\",layoutDependency:layoutDependency,layoutId:\"bgCxEkOQY\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1ax960i\",layoutDependency:layoutDependency,layoutId:\"ijOFD2JGQ\",transition:transition,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1ch12b9\",layoutDependency:layoutDependency,layoutId:\"hj_BKfktR\",style:{backgroundColor:DUXxnIjoJ,borderBottomLeftRadius:4,borderTopLeftRadius:4},transition:transition}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1eovno4\",layoutDependency:layoutDependency,layoutId:\"li13TJEW7\",style:{backgroundColor:DUXxnIjoJ,opacity:.8},transition:transition,variants:{fismS0e0j:{backgroundColor:OfA4pFA1p,opacity:1}}}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-17nimux\",layoutDependency:layoutDependency,layoutId:\"lCH4t7pm5\",style:{backgroundColor:DUXxnIjoJ,borderBottomRightRadius:4,borderTopRightRadius:4,opacity:.4},transition:transition,variants:{fismS0e0j:{backgroundColor:tMdNGXP1j,opacity:1}}})]})]}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-10rppp8\",\"data-framer-name\":\"WCAG 2.0 Compliance\",layoutDependency:layoutDependency,layoutId:\"ewadLflL1\",transition:transition,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-17f79a4\",layoutDependency:layoutDependency,layoutId:\"rObyxzjg7\",transition:transition,children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTkwMA==\",\"--framer-font-family\":'\"Mulish\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:/*#__PURE__*/ _jsx(motion.strong,{children:\"WCAG 2.0\"})})}),className:\"framer-x2xu46\",fonts:[\"GF;Mulish-900\"],layoutDependency:layoutDependency,layoutId:\"XjRn_9Ymr\",style:{\"--extracted-a0htzi\":\"var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-6247r8\",layoutDependency:layoutDependency,layoutId:\"lvLA6Ldmy\",style:{backgroundColor:\"rgb(14, 105, 128)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},transition:transition,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-3vrol6-container\",layoutDependency:layoutDependency,layoutId:\"l0WfcPCVw-container\",transition:transition,children:/*#__PURE__*/ _jsx(Phosphor,{color:'var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"CheckCircle\",id:\"l0WfcPCVw\",layoutId:\"l0WfcPCVw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})]})]})})});});const css=['.framer-jRVLX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jRVLX .framer-1mkldgn { display: block; }\",\".framer-jRVLX .framer-11rhlob { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 300px; justify-content: space-between; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 240px; }\",\".framer-jRVLX .framer-1bllhtl, .framer-jRVLX .framer-n2zyhc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jRVLX .framer-1p6wtwl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; will-change: transform; }\",\".framer-jRVLX .framer-ynqlv1, .framer-jRVLX .framer-cqq2lu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; }\",\".framer-jRVLX .framer-tjkhb3, .framer-jRVLX .framer-1a1u1ua { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-jRVLX .framer-1x4wr3w, .framer-jRVLX .framer-10rppp8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jRVLX .framer-12hg2i, .framer-jRVLX .framer-g3eeyz, .framer-jRVLX .framer-1yph7fw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jRVLX .framer-c2kx4t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; max-width: 60%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jRVLX .framer-1ax960i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jRVLX .framer-1ch12b9, .framer-jRVLX .framer-17nimux { flex: 1 0 0px; height: 20px; overflow: hidden; position: relative; width: 1px; will-change: transform; }\",\".framer-jRVLX .framer-1eovno4 { flex: 1 0 0px; height: 20px; overflow: hidden; position: relative; width: 1px; }\",\".framer-jRVLX .framer-17f79a4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-jRVLX .framer-x2xu46 { flex: 1 0 0px; height: auto; max-width: 90px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-jRVLX .framer-6247r8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; max-width: 64px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; will-change: transform; }\",\".framer-jRVLX .framer-3vrol6-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jRVLX .framer-1bllhtl, .framer-jRVLX .framer-1p6wtwl, .framer-jRVLX .framer-1x4wr3w, .framer-jRVLX .framer-n2zyhc, .framer-jRVLX .framer-c2kx4t, .framer-jRVLX .framer-1ax960i, .framer-jRVLX .framer-10rppp8, .framer-jRVLX .framer-17f79a4, .framer-jRVLX .framer-6247r8 { gap: 0px; } .framer-jRVLX .framer-1bllhtl > *, .framer-jRVLX .framer-n2zyhc > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jRVLX .framer-1bllhtl > :first-child, .framer-jRVLX .framer-1x4wr3w > :first-child, .framer-jRVLX .framer-n2zyhc > :first-child, .framer-jRVLX .framer-c2kx4t > :first-child, .framer-jRVLX .framer-10rppp8 > :first-child { margin-top: 0px; } .framer-jRVLX .framer-1bllhtl > :last-child, .framer-jRVLX .framer-1x4wr3w > :last-child, .framer-jRVLX .framer-n2zyhc > :last-child, .framer-jRVLX .framer-c2kx4t > :last-child, .framer-jRVLX .framer-10rppp8 > :last-child { margin-bottom: 0px; } .framer-jRVLX .framer-1p6wtwl > *, .framer-jRVLX .framer-1ax960i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jRVLX .framer-1p6wtwl > :first-child, .framer-jRVLX .framer-1ax960i > :first-child, .framer-jRVLX .framer-17f79a4 > :first-child, .framer-jRVLX .framer-6247r8 > :first-child { margin-left: 0px; } .framer-jRVLX .framer-1p6wtwl > :last-child, .framer-jRVLX .framer-1ax960i > :last-child, .framer-jRVLX .framer-17f79a4 > :last-child, .framer-jRVLX .framer-6247r8 > :last-child { margin-right: 0px; } .framer-jRVLX .framer-1x4wr3w > *, .framer-jRVLX .framer-10rppp8 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-jRVLX .framer-c2kx4t > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-jRVLX .framer-17f79a4 > *, .framer-jRVLX .framer-6247r8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-jRVLX.framer-v-yzh7h8 .framer-1yph7fw { order: 0; }\",\".framer-jRVLX.framer-v-yzh7h8 .framer-1ax960i { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fismS0e0j\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"aIe3cN3br\":\"name\",\"n2rDPY8Xv\":\"desc\",\"yICQIIzau\":\"hueRange\",\"fECCAXraD\":\"colourA\",\"DUXxnIjoJ\":\"colourB\",\"OfA4pFA1p\":\"colourC\",\"tMdNGXP1j\":\"colourD\"}\n */ const FramerUywuiZdbB=withCSS(Component,css,\"framer-jRVLX\");export default FramerUywuiZdbB;FramerUywuiZdbB.displayName=\"Colour Card\";FramerUywuiZdbB.defaultProps={height:300,width:240};addPropertyControls(FramerUywuiZdbB,{variant:{options:[\"i3O_45Lxk\",\"fismS0e0j\"],optionTitles:[\"Colour Card\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},aIe3cN3br:{defaultValue:\"Sunburst Orange\",displayTextArea:false,title:\"Name\",type:ControlType.String},n2rDPY8Xv:{defaultValue:\"(#FC9E4F) A warm orange that embodies our warmth and approachability.\",displayTextArea:false,title:\"Desc\",type:ControlType.String},yICQIIzau:{defaultValue:true,title:\"Hue Range\",type:ControlType.Boolean},fECCAXraD:{defaultValue:'var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22)) /* {\"name\":\"Eerie Black\"} */',title:\"Colour A\",type:ControlType.Color},DUXxnIjoJ:{defaultValue:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",title:\"Colour B\",type:ControlType.Color},OfA4pFA1p:{defaultValue:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",title:\"Colour C\",type:ControlType.Color},tMdNGXP1j:{defaultValue:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",title:\"Colour D\",type:ControlType.Color}});addFonts(FramerUywuiZdbB,[{family:\"Mulish\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/UywuiZdbB:default\",url:\"https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\",weight:\"900\"},...PhosphorFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUywuiZdbB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fismS0e0j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"aIe3cN3br\\\":\\\"name\\\",\\\"n2rDPY8Xv\\\":\\\"desc\\\",\\\"yICQIIzau\\\":\\\"hueRange\\\",\\\"fECCAXraD\\\":\\\"colourA\\\",\\\"DUXxnIjoJ\\\":\\\"colourB\\\",\\\"OfA4pFA1p\\\":\\\"colourC\\\",\\\"tMdNGXP1j\\\":\\\"colourD\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UywuiZdbB.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Mulish-900\"]);export const fonts=[{family:\"Mulish\",moduleAsset:{localModuleIdentifier:\"local-module:css/V7NrQGw03:default\",url:\"https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\",weight:\"900\"}];export const css=['.framer-xa3Vf .framer-styles-preset-1283r0:not(.rich-text-wrapper), .framer-xa3Vf .framer-styles-preset-1283r0.rich-text-wrapper h3, .framer-xa3Vf .framer-styles-preset-1283r0.rich-text-wrapper [data-preset-tag=\"h3\"] { --framer-font-family: \"Mulish\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: -0.24px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #911d49; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-xa3Vf .framer-styles-preset-1283r0:not(.rich-text-wrapper), .framer-xa3Vf .framer-styles-preset-1283r0.rich-text-wrapper h3, .framer-xa3Vf .framer-styles-preset-1283r0.rich-text-wrapper [data-preset-tag=\"h3\"] { --framer-font-family: \"Mulish\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: -0.24px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #911d49; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-xa3Vf .framer-styles-preset-1283r0:not(.rich-text-wrapper), .framer-xa3Vf .framer-styles-preset-1283r0.rich-text-wrapper h3, .framer-xa3Vf .framer-styles-preset-1283r0.rich-text-wrapper [data-preset-tag=\"h3\"] { --framer-font-family: \"Mulish\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: -0.24px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #911d49; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-xa3Vf\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5b5d553)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,PropertyOverrides,removeHiddenBreakpointLayers,resolveLink,RichText,SVG,useActiveVariantCallback,useHydratedBreakpointVariants,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/FzZ67ct97QwFne6Bf7ku/Ticker.js\";import Typeform from\"https://framerusercontent.com/modules/F6IzcnH090BibK8JiJh0/MfEMY4LeLoFqPUtJ3OJA/Typeform.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/xAqQJJMKulaAU8gK10ZA/Phosphor.js\";import Navbar from\"https://framerusercontent.com/modules/n3MXFtw3tRNMa5oaiTg8/O6MpNN1bSLvfRsiMyPDm/gSqORgEZP.js\";import Footer from\"https://framerusercontent.com/modules/310Y4y2N7wlnEgdAWkgc/PgSBeE0xPviJo7EnZSvT/QAKY8ka7V.js\";import ScoreCard from\"https://framerusercontent.com/modules/6MxyDlVpBDryppSclQ9L/HjS1kMzOdQzXlmYVKHjA/RatrWtpvo.js\";import CTA from\"https://framerusercontent.com/modules/yxsAg7grPJ7CoSCJm4Ye/KRXSmaMRy5pIZOXhdgOD/rVI4Nx11E.js\";import ColourCard from\"https://framerusercontent.com/modules/etHeipFh9JVNoPOt3dOt/k0ontOGMp0vBaUaImWCp/UywuiZdbB.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/efm3rJROjQW2erTUKCgw/ecqiwYaEHelr7DVD9Hsh/Bwx3xM4O_.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/vqrsgioyA2rlqudIdO16/pGq7nFvaNt8J89IQOo2s/lXXQBsX_E.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/9vV3dnOyQlumWiyiC2Ho/oldJxfFv1EOFWe00rKZO/PBMQq4VHT.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/dM7ZEJZZ1DAHVJs9iUV7/VsDjgglT1UoZkCuXNfEV/v6yVjr9x6.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/uMN5cw2sWrSyPc90RPyV/LvtOGlMC6x9aXFIdTFrs/V7NrQGw03.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/zGRD0NHuA2Hkd9Oq7wTX/gDwXhmitqOQsizAB0FRh/zQq8dHiSZ.js\";import metadataProvider from\"https://framerusercontent.com/modules/vCPx0CAYpl0lOvoptQ2Z/2CawrHPnqLHi68OJizoR/vjC5ilw1r.js\";const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const PhosphorFonts=getFonts(Phosphor);const TypeformFonts=getFonts(Typeform);const MotionDivWithFX=withFX(motion.div);const ColourCardFonts=getFonts(ColourCard);const ContainerWithFX=withFX(Container);const TickerFonts=getFonts(Ticker);const ScoreCardFonts=getFonts(ScoreCard);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const cycleOrder=[\"lCVDDS468\",\"h28QhCMKd\",\"a1ACCmevm\"];const breakpoints={a1ACCmevm:\"(max-width: 809px)\",h28QhCMKd:\"(min-width: 810px) and (max-width: 1199px)\",lCVDDS468:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={a1ACCmevm:\"framer-v-127uyiw\",h28QhCMKd:\"framer-v-1a4c3sl\",lCVDDS468:\"framer-v-1qdq22s\"};if(isBrowser()){removeHiddenBreakpointLayers(\"lCVDDS468\",breakpoints,variantClassNames);}const humanReadableVariantMap={Desktop:\"lCVDDS468\",Phone:\"a1ACCmevm\",Tablet:\"h28QhCMKd\"};const transitions={default:{duration:0}};function Overlay({children}){const[visible,setVisible]=useOverlayState();return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible});}const transformTemplate=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation={opacity:0,rotate:0,scale:1,x:0,y:96};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:96};const transformTemplate2=(_,t)=>`perspective(1200px) ${t}`;const transition2={delay:0,duration:14,ease:[.31,.03,.72,1],type:\"tween\"};const animation2={opacity:1,rotate:0,scale:1,x:-60,y:0};const transition3={delay:0,duration:10,ease:[.31,.03,.72,1],type:\"tween\"};const transition4={delay:0,duration:24,ease:[.37,.02,.73,.98],type:\"tween\"};const animation3={opacity:1,rotate:0,scale:1,x:60,y:-20};const transition5={delay:0,duration:.15,ease:[.28,0,.67,.96],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:-6,rotateY:0,scale:1,x:0,y:2};const transition6={delay:0,duration:1,ease:[.17,0,.78,.99],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,x:2,y:-1};const transition7={delay:0,duration:.15,ease:[.32,0,.78,.99],type:\"tween\"};const animation6={opacity:1,rotate:2,rotateX:0,rotateY:0,scale:1,x:0,y:-2};const animation7={opacity:1,rotate:0,scale:1,x:-60,y:-20};const transition8={damping:60,delay:.06,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:0,rotate:0,scale:1,transition:transition8,x:0,y:96};const transition9={damping:60,delay:.12,mass:1,stiffness:400,type:\"spring\"};const animation9={opacity:0,rotate:0,scale:1,transition:transition9,x:0,y:96};const transition10={damping:60,delay:.18,mass:1,stiffness:400,type:\"spring\"};const animation10={opacity:0,rotate:0,scale:1,transition:transition10,x:0,y:96};const transition11={damping:60,delay:.24,mass:1,stiffness:400,type:\"spring\"};const animation11={opacity:0,rotate:0,scale:1,transition:transition11,x:0,y:96};const animation12={opacity:1,rotate:0,rotateX:6,rotateY:0,scale:1,x:0,y:2};const animation13={opacity:1,rotate:-2,rotateX:0,rotateY:0,scale:1,x:0,y:-2};const transition12={delay:0,duration:24,ease:[.3,0,.39,.96],type:\"tween\"};const animation14={opacity:1,rotate:0,scale:1,x:200,y:0};const animation15={opacity:1,rotate:0,scale:1,x:-30,y:0};const animation16={opacity:1,rotate:0,scale:1,x:-40,y:0};const transition13={delay:0,duration:30,ease:[.3,0,.39,.96],type:\"tween\"};const metadata=metadataProvider();const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"lCVDDS468\",...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const tap42m929=overlay=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTapzn6atv=overlay=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const ref2=React.useRef(null);const id1=useRouteElementId(\"uZyEyVG24\");const ref3=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if([\"h28QhCMKd\",\"a1ACCmevm\"].includes(baseVariant))return!isBrowser();return true;};const isDisplayed1=()=>{if([\"h28QhCMKd\",\"a1ACCmevm\"].includes(baseVariant))return true;return!isBrowser();};const id2=useRouteElementId(\"f0r_POH9J\");const id3=useRouteElementId(\"cy7Ml1m1X\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"a1ACCmevm\")return!isBrowser();return true;};const isDisplayed3=()=>{if(baseVariant===\"a1ACCmevm\")return true;return!isBrowser();};const id4=useRouteElementId(\"IrDGlbw0_\");const ref5=React.useRef(null);const id5=useRouteElementId(\"d3mGI7mRD\");const ref6=React.useRef(null);const id6=useRouteElementId(\"vkTRvy5E2\");const id7=useRouteElementId(\"HIRSeEWhX\");const ref7=React.useRef(null);const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lCVDDS468\",variantClassNames},children:/*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsxs(motion.div,{className:cx(\"framer-uBfHj\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className),style:{display:\"contents\"},children:[/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1qdq22s\",className),ref:ref,style:{...style},children:[/*#__PURE__*/ _jsx(Overlay,{children:overlayvdoz72=>/*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ _jsxs(Container,{className:\"framer-11nhntp-container\",layoutScroll:true,transformTemplate:transformTemplate,children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{__framer__targets:[{ref:ref1,target:\"f7paAi2tF\"},{ref:ref2,target:\"dTTGX0Dbk\"}],variant:\"gPSSG8TS7\"}},children:/*#__PURE__*/ _jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"SNZwmxSwz\"},{ref:ref2,target:\"uQfikzzTR\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"bd5ucOsrj\",layoutId:\"bd5ucOsrj\",style:{width:\"100%\"},tap:tap42m929(overlayvdoz72),variant:\"F5DeOC2p2\",width:\"100%\"})}),/*#__PURE__*/ _jsx(AnimatePresence,{children:overlayvdoz72.visible&&/*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ ReactDOM.createPortal(/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-vdoz72\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlayvdoz72.hide()},\"G_Z3xBgrb\"),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1xpl34a\",\"data-framer-name\":\"Form Overlay\",name:\"Form Overlay\",transformTemplate:transformTemplate1,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1owpkxr\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1fi65jt\",children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-8vwt0l\",\"data-framer-name\":\"Icon\",name:\"Icon\",onTap:onTapzn6atv(overlayvdoz72),children:/*#__PURE__*/ _jsx(Container,{className:\"framer-17x83ev-container\",children:/*#__PURE__*/ _jsx(Phosphor,{color:'var(--token-fa5bf496-8352-4a3f-8dfd-5584d404a058, rgb(124, 50, 56)) /* {\"name\":\"Wineberry\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"g7oWFqh0u\",layoutId:\"g7oWFqh0u\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/ _jsx(Container,{className:\"framer-gqtjiu-container\",children:/*#__PURE__*/ _jsx(Typeform,{autoFocus:true,formId:\"z8osqJj0\",height:\"100%\",hideFooter:false,hideHeaders:false,id:\"wn58hskfI\",layoutId:\"wn58hskfI\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})]}),document.querySelector(\"#overlay\"))})})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1o5mpla\",\"data-framer-name\":\"Hero Section\",id:id1,name:\"Hero Section\",ref:ref3,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-8dbloi\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-ljhm3r\",\"data-framer-name\":\"Hero Container\",name:\"Hero Container\",children:[/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rj5ppj\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"h1\",{className:\"framer-styles-preset-1a7wz3c\",\"data-styles-preset\":\"v6yVjr9x6\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Weaving the Wings of \",/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fa5bf496-8352-4a3f-8dfd-5584d404a058, rgb(124, 50, 56))\"},children:\"Design Ingenuity\"})]})}),className:\"framer-1lc1xn8\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Immerse in our design process as we craft an identity that seamlessly blends powerful visuals, nature-bound and zen aesthetics, and our unique brand story. This is the making of Wingweave.\"})}),className:\"framer-1yirw2b\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-thqds6\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{background:{alt:\"A nighttime landscape illustration featuring textured mountains in muted, calming shades of orange and pink. The moon, depicted in a rich blue hue, provides a soft illumination to the mountainous terrain.\",fit:\"fill\",intrinsicHeight:683,intrinsicWidth:1920,pixelHeight:1366,pixelWidth:3840,sizes:\"calc(max(min(100vw, 1440px) - 48px, 0px) * 2.0556)\",src:new URL(\"assets/2048/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 3840w`}},h28QhCMKd:{background:{alt:\"A nighttime landscape illustration featuring textured mountains in muted, calming shades of orange and pink. The moon, depicted in a rich blue hue, provides a soft illumination to the mountainous terrain.\",fit:\"fill\",intrinsicHeight:683,intrinsicWidth:1920,pixelHeight:1366,pixelWidth:3840,sizes:\"calc(max(min(max(100vw, 0px), 1440px) - 96px, 0px) * 1.2759)\",src:new URL(\"assets/2048/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 3840w`}}},children:/*#__PURE__*/ _jsxs(Image,{background:{alt:\"A nighttime landscape illustration featuring textured mountains in muted, calming shades of orange and pink. The moon, depicted in a rich blue hue, provides a soft illumination to the mountainous terrain.\",fit:\"fill\",intrinsicHeight:683,intrinsicWidth:1920,pixelHeight:1366,pixelWidth:3840,sizes:\"1345px\",src:new URL(\"assets/2048/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/KD4SaqlsmWbDrHEb4s6kL2pTFF8.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 3840w`},className:\"framer-1438xsk\",\"data-framer-name\":\"Hero_Banner_2\",name:\"Hero_Banner_2\",children:[/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lmx1p5\",\"data-framer-name\":\"cloud_4\",name:\"cloud_4\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1xld0d4\",\"data-framer-name\":\"cloud_4\",fill:\"black\",intrinsicHeight:92,intrinsicWidth:493,name:\"cloud_4\",svg:'<svg viewBox=\"0 0 493 92\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"m0 91.121 492.045.163S405.79 50.33 371.992 25.65c-33.653-24.573-85.244-17.409-103.409 4.417-17.272 20.754-25.074 23.373-36.028 16.36C212.723 33.73 193.49.409 137.562.008 81.634-.392 28.68 13.455 0 91.121Z\" style=\"fill:#fbfffe\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nl9h1m\",\"data-framer-name\":\"cloud_3\",name:\"cloud_3\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-bkhjmx\",\"data-framer-name\":\"cloud_3\",fill:\"black\",intrinsicHeight:129,intrinsicWidth:621,name:\"cloud_3\",svg:'<svg viewBox=\"0 0 621 129\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M620.885 128.406 0 128.636s108.841-57.712 151.488-92.49c42.466-34.629 107.565-24.533 130.486 6.224 21.795 29.245 31.64 32.936 45.461 23.054C352.462 47.532 376.73.576 447.302.012c70.573-.565 137.392 18.948 173.583 128.394Z\" style=\"fill:#fbfffe\"/></svg>',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1aqrqm2 hidden-1a4c3sl hidden-127uyiw\",\"data-framer-name\":\"dragonfly_small\",name:\"dragonfly_small\",children:[/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation4,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10zq8kv\",\"data-framer-name\":\"wings_right_small\",name:\"wings_right_small\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-57vtdt\",\"data-framer-name\":\"dark_wing_left\",fill:\"black\",intrinsicHeight:129,intrinsicWidth:70,name:\"dark_wing_left\",svg:'<svg viewBox=\"0 0 70 129\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"m13.179 34.249 49.408 81.922c1.351 2.253 3.348 6.152-1.936 9.708-1.181.795-4.927 4.36-9.723-.494-4.796-4.855-35.746-30.384-44.194-44.55-7.686-12.89-9.783-17.884-1.026-45.011 3-9.294 7.471-1.575 7.471-1.575Z\" style=\"fill:#b7245c\"/><path d=\"M43.773 6.068c6.566 18.286 25.755 107.601 25.755 107.601 1.534 6.724-.9 10.311-7.708 13.618 0 0-6.061 3.297-11.878-2.925-5.817-6.221-26.218-42.985-26.218-42.985-4.027-7.257-9.151-16.239-8.493-25.798 2.102-30.55 8.015-40.612 14.9-51.624 4.948-7.915 12.087-2.218 13.642 2.113Z\" style=\"fill:url(#a)\"/><defs><linearGradient id=\"a\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(80.149 18.882 27.19) scale(125.8769)\"><stop offset=\"0\" style=\"stop-color:#d93d83;stop-opacity:1\"/><stop offset=\"1\" style=\"stop-color:#a5074e;stop-opacity:1\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ekcnfd\",\"data-framer-name\":\"body_small\",name:\"body_small\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-13nkaev\",\"data-framer-name\":\"body_dark\",fill:\"black\",intrinsicHeight:62,intrinsicWidth:142,name:\"body_dark\",svg:'<svg viewBox=\"0 0 142 62\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M122.407 12.89c-.099.115-.197.232-.293.353-3.833 4.809-3.04 11.826 1.77 15.658 4.809 3.833 11.826 3.04 15.659-1.769 3.833-4.81 3.04-11.826-1.77-15.659a9.471 9.471 0 0 0-.364-.278c1.16-3.281.19-7.078-2.682-9.367-3.623-2.887-8.908-2.29-11.795 1.333-2.29 2.873-2.388 6.79-.525 9.729ZM2.569 59.754c4.006 1.278 21.717 1.281 21.718 1.281 12.033-.208 23.707-1.281 35.033-3.186 18.439-3.1 35.836-8.58 52.27-16.59 4.912-2.679 6.725-8.842 4.045-13.754-2.679-4.912-8.842-6.725-13.754-4.046C87.725 32.044 72.5 38.487 56.103 42.713c-15.857 4.086-32.655 6.226-50.36 6.66a5.652 5.652 0 0 0-5.49 3.998c-.735 2.406.159 5.696 2.316 6.383Z\" style=\"fill:#f78685\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation6,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-183mx4d\",\"data-framer-name\":\"wings_left_small\",name:\"wings_left_small\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-yq7gnl\",\"data-framer-name\":\"dark_wing_right\",fill:\"black\",intrinsicHeight:96,intrinsicWidth:91,name:\"dark_wing_right\",svg:'<svg viewBox=\"0 0 91 96\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"m5.596 38.707 76.996 43.561c2.111 1.201 5.491 3.435 2.848 8.699-.59 1.177-1.989 5.749-8.057 4.016-6.067-1.733-42.59-8.246-55.827-15.822-12.044-6.894-16-9.965-21.263-35.793-1.803-8.849 5.303-4.661 5.303-4.661Z\" style=\"fill:#b7245c\"/><path d=\"M17.447 2.115c13.591 11.749 69.601 74.986 69.601 74.986 4.288 4.72 3.956 8.714-.027 14.469 0 0-3.386 5.408-10.896 3.037-7.511-2.371-40.637-22.723-40.637-22.723-6.538-4.018-14.744-8.926-18.555-16.926C4.757 29.394 4.951 18.604 5.497 6.607c.393-8.622 8.73-7.275 11.95-4.492Z\" style=\"fill:#d93d83\"/></svg>',withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kei5nd hidden-1qdq22s\",\"data-framer-name\":\"dragonfly_small\",name:\"dragonfly_small\",children:[/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation4,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kfxjpw\",\"data-framer-name\":\"wings_right_small\",name:\"wings_right_small\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-kyqslh\",\"data-framer-name\":\"dark_wing_left\",fill:\"black\",intrinsicHeight:129,intrinsicWidth:70,name:\"dark_wing_left\",svg:'<svg viewBox=\"0 0 70 129\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"m13.179 34.249 49.408 81.922c1.351 2.253 3.348 6.152-1.936 9.708-1.181.795-4.927 4.36-9.723-.494-4.796-4.855-35.746-30.384-44.194-44.55-7.686-12.89-9.783-17.884-1.026-45.011 3-9.294 7.471-1.575 7.471-1.575Z\" style=\"fill:#b7245c\"/><path d=\"M43.773 6.068c6.566 18.286 25.755 107.601 25.755 107.601 1.534 6.724-.9 10.311-7.708 13.618 0 0-6.061 3.297-11.878-2.925-5.817-6.221-26.218-42.985-26.218-42.985-4.027-7.257-9.151-16.239-8.493-25.798 2.102-30.55 8.015-40.612 14.9-51.624 4.948-7.915 12.087-2.218 13.642 2.113Z\" style=\"fill:url(#a)\"/><defs><linearGradient id=\"a\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(80.149 18.882 27.19) scale(125.8769)\"><stop offset=\"0\" style=\"stop-color:#d93d83;stop-opacity:1\"/><stop offset=\"1\" style=\"stop-color:#a5074e;stop-opacity:1\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1h6jrxz\",\"data-framer-name\":\"body_small\",name:\"body_small\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-k9rxnc\",\"data-framer-name\":\"body_dark\",fill:\"black\",intrinsicHeight:62,intrinsicWidth:142,name:\"body_dark\",svg:'<svg viewBox=\"0 0 142 62\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M122.407 12.89c-.099.115-.197.232-.293.353-3.833 4.809-3.04 11.826 1.77 15.658 4.809 3.833 11.826 3.04 15.659-1.769 3.833-4.81 3.04-11.826-1.77-15.659a9.471 9.471 0 0 0-.364-.278c1.16-3.281.19-7.078-2.682-9.367-3.623-2.887-8.908-2.29-11.795 1.333-2.29 2.873-2.388 6.79-.525 9.729ZM2.569 59.754c4.006 1.278 21.717 1.281 21.718 1.281 12.033-.208 23.707-1.281 35.033-3.186 18.439-3.1 35.836-8.58 52.27-16.59 4.912-2.679 6.725-8.842 4.045-13.754-2.679-4.912-8.842-6.725-13.754-4.046C87.725 32.044 72.5 38.487 56.103 42.713c-15.857 4.086-32.655 6.226-50.36 6.66a5.652 5.652 0 0 0-5.49 3.998c-.735 2.406.159 5.696 2.316 6.383Z\" style=\"fill:#f78685\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation6,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qcaaxo\",\"data-framer-name\":\"wings_left_small\",name:\"wings_left_small\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1f4u6pn\",\"data-framer-name\":\"dark_wing_right\",fill:\"black\",intrinsicHeight:96,intrinsicWidth:91,name:\"dark_wing_right\",svg:'<svg viewBox=\"0 0 91 96\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"m5.596 38.707 76.996 43.561c2.111 1.201 5.491 3.435 2.848 8.699-.59 1.177-1.989 5.749-8.057 4.016-6.067-1.733-42.59-8.246-55.827-15.822-12.044-6.894-16-9.965-21.263-35.793-1.803-8.849 5.303-4.661 5.303-4.661Z\" style=\"fill:#b7245c\"/><path d=\"M17.447 2.115c13.591 11.749 69.601 74.986 69.601 74.986 4.288 4.72 3.956 8.714-.027 14.469 0 0-3.386 5.408-10.896 3.037-7.511-2.371-40.637-22.723-40.637-22.723-6.538-4.018-14.744-8.926-18.555-16.926C4.757 29.394 4.951 18.604 5.497 6.607c.393-8.622 8.73-7.275 11.95-4.492Z\" style=\"fill:#d93d83\"/></svg>',withExternalLayout:true})})]})]})})})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-2ygn3s\",\"data-framer-name\":\"Colour Psychology\",id:id2,name:\"Colour Psychology\",ref:ref1,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-qz8aw5\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-qsa7mo\",children:[/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1okkd5q\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-16inblv\",children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{className:\"framer-styles-preset-1nftc1z\",\"data-styles-preset\":\"PBMQq4VHT\",children:\"Colour Psychology: Vibrance Meets Tranquility\"})}),className:\"framer-1lgnxz6\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:\"We believe that colours are more than just a visual element. They tell a story, evoke emotions, and bring meaning to our brand. That's why we've chosen a colour palette that reflects the essence of who we are and what we stand for.\"}),/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:\"With a balance between vibrance and tranquility, we chose colours that worked perfectly with our vision for a high-performance, zen aesthetic. It's also representative of the dragonfly's spirit, which is known for being adaptable, enduring, and vibrant.\"})]}),className:\"framer-gw62i6\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1szngje\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1blr500\",children:[/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rrniih-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(ColourCard,{colourA:'var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22)) /* {\"name\":\"Eerie Black\"} */',colourB:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourC:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourD:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",desc:\"(#FC9E4F) A warm orange that embodies our warmth and approachability.\",height:\"100%\",hueRange:true,id:\"ye5IqJ4iv\",layoutId:\"ye5IqJ4iv\",name:\"Sunburst Orange\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"i3O_45Lxk\",width:\"100%\"})}),/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1li6944-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(ColourCard,{colourA:'var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */',colourB:\"rgb(145, 29, 73)\",colourC:'var(--token-1f0329b9-3693-4b1c-9096-b936d17e940f, rgb(183, 36, 92)) /* {\"name\":\"Cherry Red\"} */',colourD:\"rgb(217, 61, 131)\",desc:\"(#B7245C) A vibrant shade of pink that represents our passion and creativity.\",height:\"100%\",hueRange:true,id:\"BV7cmTwWQ\",layoutId:\"BV7cmTwWQ\",name:\"Cherry Red\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"fismS0e0j\",width:\"100%\"})}),/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16xp2nw-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(ColourCard,{colourA:'var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */',colourB:'var(--token-fa5bf496-8352-4a3f-8dfd-5584d404a058, rgb(124, 50, 56)) /* {\"name\":\"Wine\"} */',colourC:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourD:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",desc:\"(#7C3238) A deep, bold red that represents our determination and commitment to excellence.\",height:\"100%\",hueRange:true,id:\"uNfY2eolf\",layoutId:\"uNfY2eolf\",name:\"Wineberry\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"i3O_45Lxk\",width:\"100%\"})}),/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13uy3fu-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(ColourCard,{colourA:'var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */',colourB:'var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22)) /* {\"name\":\"Eerie Black\"} */',colourC:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourD:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",desc:\"(#1A1F16) A deep, dark shade of black that adds contrast and sophistication.\",height:\"100%\",hueRange:true,id:\"svJw_QiCR\",layoutId:\"svJw_QiCR\",name:\"Midnight Black\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"i3O_45Lxk\",width:\"100%\"})}),/*#__PURE__*/ _jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3deqnk-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(ColourCard,{colourA:'var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, rgb(26, 31, 22)) /* {\"name\":\"Eerie Black\"} */',colourB:'var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */',colourC:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",colourD:\"var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, rgb(252, 158, 79))\",desc:\"(#FBFFFE) A clean, fresh white that signifies clarity and simplicity.\",height:\"100%\",hueRange:false,id:\"RY5U_heoB\",layoutId:\"RY5U_heoB\",name:\"Winter White\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"i3O_45Lxk\",width:\"100%\"})})]})})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1pwazwm\",\"data-framer-name\":\"Illustrations\",id:id3,name:\"Illustrations\",ref:ref4,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1lm62he\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-13dysnp\",children:[/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hj1z64\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-qad01q\",children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{className:\"framer-styles-preset-1nftc1z\",\"data-styles-preset\":\"PBMQq4VHT\",children:\"An Enduring Tapestry across Enchanting Landscapes\"})}),className:\"framer-ogrkzd\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:\"Our illustrations are a key part of our brand identity, capturing the spirit of our story and bringing it to life through vivid, textured landscapes and the enduring dragonfly. From the rugged mountains to the rolling waves of the ocean, each element is carefully chosen to evoke a sense of wonder and awe in our audience, while highlighting the dragonfly's qualities of resilience and adaptability.\"}),/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:\"We've used these illustrations to create a sense of depth and movement, which represents our commitment to creating enduring designs that stand the test of time.\"})]}),className:\"framer-2k6jye\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-s6wg2g\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",children:[isDisplayed2()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-pcl7w5-container hidden-127uyiw\",\"data-framer-name\":\"Tablet_Ticker\",name:\"Tablet_Ticker\",children:/*#__PURE__*/ _jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:0,overflow:true},gap:0,height:\"100%\",hoverFactor:.2,id:\"GdwOe2wxB\",layoutId:\"GdwOe2wxB\",name:\"Tablet_Ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-hszjrf\",\"data-framer-name\":\"Tablet\",name:\"Tablet\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"A circular illustration of an island landscape viewed from the sea. The textured cerulean sea has a rising and descending wave, with the vibrant sun in a shade of orange. The island is dark with a black-green silhouette of the edge, long grasses, and palm trees with touches of green. Soft clouds hover near the sun. A dragonfly with wings in rich orange and wineberry soars across the ocean.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"474px\",src:new URL(\"assets/1024/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-16vd2nu\",\"data-framer-name\":\"Island\",name:\"Island\"}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"he illustration features an ocean with deep, rich shades of blue and textured waves that appear to be layered on top of each other. The sun is depicted in the sky, made smaller to create a sense of depth in the image. There are also soft clouds near the sun. In the foreground, wind currents are depicted blowing across the scene, adding an element of resistance. Against this backdrop, a dragonfly is seen flying with its black body and vibrant orange wings, battling against the wind currents.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"474px\",src:new URL(\"assets/1024/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-1e5o8c3\",\"data-framer-name\":\"Ocean\",name:\"Ocean\"}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"A serene nighttime landscape is depicted in this illustration. The textured mountains in muted shades of orange are illuminated by a blue moon in the sky. A river flows from the base of the mountains, adding depth to the illustration. A stunning dragonfly steals the show, with its body in a delicate pink hue, and its wings featuring vibrant shades of pink.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"474px\",src:new URL(\"assets/1024/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-1423sxm\",\"data-framer-name\":\"Mountains_and_Rivers\",name:\"Mountains_and_Rivers\"}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"A landscape illustration featuring textured mountains in shades of dark green, cerulean, and soft orange. The sun is illustrated in a deep, rich red color, and there are soft clouds in the sky. A dragonfly is shown flying across the landscape, with a dark body and vibrant orange wings.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"474.5px\",src:new URL(\"assets/1024/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-1m5fljl\",\"data-framer-name\":\"Rocky_Mountains\",name:\"Rocky_Mountains\"})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),isDisplayed3()&&/*#__PURE__*/ _jsx(Container,{className:\"framer-54iau7-container hidden-1qdq22s hidden-1a4c3sl\",\"data-framer-name\":\"Mobile_Ticker\",name:\"Mobile_Ticker\",children:/*#__PURE__*/ _jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:0,height:\"100%\",hoverFactor:.2,id:\"pYnaO67FU\",layoutId:\"pYnaO67FU\",name:\"Mobile_Ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1deuqb2\",\"data-framer-name\":\"Mobile\",name:\"Mobile\",children:[/*#__PURE__*/ _jsx(Image,{background:{alt:\"A circular illustration of an island landscape viewed from the sea. The textured cerulean sea has a rising and descending wave, with the vibrant sun in a shade of orange. The island is dark with a black-green silhouette of the edge, long grasses, and palm trees with touches of green. Soft clouds hover near the sun. A dragonfly with wings in rich orange and wineberry soars across the ocean.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"331.8px\",src:new URL(\"assets/1024/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/Yah3ELciaRr3Gv5jIY62BoL7rpg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-wukh7r\",\"data-framer-name\":\"Island\",name:\"Island\"}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"he illustration features an ocean with deep, rich shades of blue and textured waves that appear to be layered on top of each other. The sun is depicted in the sky, made smaller to create a sense of depth in the image. There are also soft clouds near the sun. In the foreground, wind currents are depicted blowing across the scene, adding an element of resistance. Against this backdrop, a dragonfly is seen flying with its black body and vibrant orange wings, battling against the wind currents.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"331.8px\",src:new URL(\"assets/1024/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/X337PQQfyIEHUKtJwQkzoD46DeQ.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-zmcwpr\",\"data-framer-name\":\"Ocean\",name:\"Ocean\"}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"A serene nighttime landscape is depicted in this illustration. The textured mountains in muted shades of orange are illuminated by a blue moon in the sky. A river flows from the base of the mountains, adding depth to the illustration. A stunning dragonfly steals the show, with its body in a delicate pink hue, and its wings featuring vibrant shades of pink.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"331.8px\",src:new URL(\"assets/1024/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/XVwJ6kXWlyxuu5NDz20XnkiX78.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-1oq6ve7\",\"data-framer-name\":\"Mountains_and_Rivers\",name:\"Mountains_and_Rivers\"}),/*#__PURE__*/ _jsx(Image,{background:{alt:\"A landscape illustration featuring textured mountains in shades of dark green, cerulean, and soft orange. The sun is illustrated in a deep, rich red color, and there are soft clouds in the sky. A dragonfly is shown flying across the landscape, with a dark body and vibrant orange wings.\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:640,pixelHeight:1080,pixelWidth:1280,sizes:\"332.15px\",src:new URL(\"assets/1024/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/51sqQd5sLjoMZv3LSVAKHEHJDM.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1280w`},className:\"framer-4hwss2\",\"data-framer-name\":\"Rocky_Mountains\",name:\"Rocky_Mountains\"})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1704ynf\",\"data-framer-name\":\"Typeface\",id:id4,name:\"Typeface\",ref:ref5,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-985yte\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1n2650j\",children:[/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x9meo4\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-17bma7t\",children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{className:\"framer-styles-preset-1nftc1z\",\"data-styles-preset\":\"PBMQq4VHT\",children:\"Typeface Pairing: Designing for Adaptability\"})}),className:\"framer-zuyhj\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsxs(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:[/*#__PURE__*/ _jsx(\"strong\",{children:\"Mulish (Headers):\"}),\" With its clean, geometric shapes and strong, bold lines, Mulish perfectly captures the modern, minimalist aesthetic of our brand. Its versatility and legibility make it a great choice for all our design needs.\"]}),/*#__PURE__*/ _jsxs(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:[/*#__PURE__*/ _jsx(\"strong\",{children:\"Rubik (Paragraphs):\"}),\" Rubik's soft, rounded edges and friendly, approachable letterforms perfectly complement Mulish, adding a touch of warmth and personality to our brand. Its excellent legibility and readability make it a great choice for longer text blocks and body copy.\"]})]}),className:\"framer-cy9q2\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bcf7ds\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-k4ji68\",\"data-framer-name\":\"Typeface\",name:\"Typeface\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:948,intrinsicWidth:2208,loading:\"lazy\",pixelHeight:948,pixelWidth:2208,sizes:\"max(max(min(100vw, 1440px) - 48px, 0px) - 523px, 0px)\",src:new URL(\"assets/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2208w`}}},children:/*#__PURE__*/ _jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:948,intrinsicWidth:2208,loading:\"lazy\",pixelHeight:948,pixelWidth:2208,sizes:\"max(max(min(max(100vw, 0px), 1440px) - 96px, 0px) - 523px, 0px)\",src:new URL(\"assets/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/kvguYs9sDbqK9h22bK0FVYTDGPA.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2208w`},className:\"framer-x9o315\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h2\",{className:\"framer-styles-preset-a77iu9\",\"data-styles-preset\":\"lXXQBsX_E\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Today I saw the dragonfly;\"})})}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h1\",{className:\"framer-styles-preset-1a7wz3c\",\"data-styles-preset\":\"v6yVjr9x6\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Today I saw the dragonfly;\"})}),className:\"framer-1cut2cs\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-5psu0\",children:[/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"p\",{className:\"framer-styles-preset-1swmjor\",\"data-styles-preset\":\"Bwx3xM4O_\",children:[/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Come from the wells where he did lie. \"}),/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"An inner impulse rent the veil\"}),/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Of his old husk: from head to tail\"}),/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Came out clear plates of sapphire mail.\"}),/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:[\"He dried his wings: \",/*#__PURE__*/ _jsx(\"br\",{}),\"like gauze they grew;\"]}),/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Thro\u2019 crofts and pastures wet with dew\"}),/*#__PURE__*/ _jsx(\"br\",{}),/*#__PURE__*/ _jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"A living flash of light he flew.\"})]})})}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:[\"Come from the wells where he did lie. \",/*#__PURE__*/ _jsx(\"br\",{}),\"An inner impulse rent the veil\",/*#__PURE__*/ _jsx(\"br\",{}),\"Of his old husk: from head to tail\",/*#__PURE__*/ _jsx(\"br\",{}),\"Came out clear plates of sapphire mail.\",/*#__PURE__*/ _jsx(\"br\",{}),\"He dried his wings: like gauze they grew;\",/*#__PURE__*/ _jsx(\"br\",{}),\"Thro\u2019 crofts and pastures wet with dew\",/*#__PURE__*/ _jsx(\"br\",{}),\"A living flash of light he flew.\"]})}),className:\"framer-uiut4s\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:/*#__PURE__*/ _jsx(\"em\",{children:\"By Alfred, Lord Tennyson\"})})}),className:\"framer-1c2qyyf\",verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-140sjou\",\"data-framer-name\":\"Details\",name:\"Details\",children:[isDisplayed2()&&/*#__PURE__*/ _jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:948,intrinsicWidth:2208,loading:\"lazy\",pixelHeight:948,pixelWidth:2208,sizes:\"max(max(max(min(max(100vw, 0px), 1440px) - 96px, 0px) - 523px, 0px) / 2, 0px)\",src:new URL(\"assets/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2208w`},className:\"framer-bl1odm hidden-127uyiw\",\"data-framer-name\":\"Example\",name:\"Example\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"h2\",{className:\"framer-styles-preset-a77iu9\",\"data-styles-preset\":\"lXXQBsX_E\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:[\"Living \",/*#__PURE__*/ _jsx(\"em\",{children:\"flash\"}),\" of light\"]})}),className:\"framer-aezv7a\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"The dragonfly's spirit of adaptability and endurance is mirrored in the tireless movement of its wings, as it gracefully navigates the landscapes it encounters. In Tennyson's poem, the \\\"living\\\" flash of light the dragonfly trails behind feels vibrant and alive, representing the energy and hope that propels it forward.\"})}),className:\"framer-1kjjh1r\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:948,intrinsicWidth:2208,loading:\"lazy\",pixelHeight:948,pixelWidth:2208,sizes:\"max(max(min(100vw, 1440px) - 48px, 0px) - 523px, 0px)\",src:new URL(\"assets/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/JSn4V4zpDQ4bOgOSQZbaciFw8vY.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2208w`}}},children:/*#__PURE__*/ _jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:948,intrinsicWidth:2208,loading:\"lazy\",pixelHeight:948,pixelWidth:2208,sizes:\"min(max(max(max(min(max(100vw, 0px), 1440px) - 96px, 0px) - 523px, 0px) / 2, 0px), max(max(min(max(100vw, 0px), 1440px) - 96px, 0px) - 523px, 0px) * 0.4)\",src:new URL(\"assets/PkHFAKXqVcm7BHeirzhWgvVSPI.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/PkHFAKXqVcm7BHeirzhWgvVSPI.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/PkHFAKXqVcm7BHeirzhWgvVSPI.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/PkHFAKXqVcm7BHeirzhWgvVSPI.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/PkHFAKXqVcm7BHeirzhWgvVSPI.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2208w`},className:\"framer-ju0vlm\",\"data-framer-name\":\"Typeface Name\",name:\"Typeface Name\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-glqu9x\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h4\",{className:\"framer-styles-preset-1283r0\",\"data-styles-preset\":\"V7NrQGw03\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Headline/Display\"})}),className:\"framer-1uvlwo\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Mulish, Black\"})}),className:\"framer-10ulhmz\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-180al6q\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h4\",{className:\"framer-styles-preset-1283r0\",\"data-styles-preset\":\"V7NrQGw03\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Body/Copy\"})}),className:\"framer-1ebgo9e\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Rubik, Regular\"})}),className:\"framer-1qmvtw9\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-voxzxa\",\"data-framer-name\":\"Logo Section\",id:id5,name:\"Logo Section\",ref:ref6,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-i3l2im\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-kmegv5\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-yeqatv\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oo95dk\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1499eab\",children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{className:\"framer-styles-preset-1nftc1z\",\"data-styles-preset\":\"PBMQq4VHT\",children:\"The Wingweave Logo: Where Bold Meets Zen in Flight\"})}),className:\"framer-oplvjt\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:'Our vision for Wingweave is a delicate balance between strength and serenity, reflected in every aspect of our branding. Our logo features the Rubik typeface in all lowercase, with a weighted contrast between \"wing\" (Rubik Bold) and \"weave\" (Rubik Light). This choice is not without meaning: it represents the powerful and bold wings that our brand takes flight on, as well as the nimbleness and versatility that weave our stories together. We write \"wingweave\" as a unified word, symbolising the harmonious process that went into creating our logo. Kerning adjustments were made to create a tighter, seamless look.'}),/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:\"At the centre of our brand story is the dragonfly, which takes illustrative shape in the \\\"V\\\" of wingweave. The dragonfly's side view is depicted with flat, coloured wings in Sunburst Orange and Wineberry, providing striking contrast to the logo's Midnight Black body.\"}),/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",children:\"Our unique blend of nature-inspired design and powerful visuals comes to life in our carefully crafted and lovingly designed logo. It serves as a symbol of our brand's values, which we strive to embody in everything we do.\"})]}),className:\"framer-5qi5bu\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1v3d264\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1237vzo\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{background:{alt:\"The illustration depicts a mountain range with a wingweave logo on the left, positioned slightly above the descending mountains. The range is textured and coloured in shades of cerulean, with darker shades on the left and lighter shades on the right, where the sun is positioned. A smaller mountain range is silhouetted in front of the cerulean mountains.\",fit:\"fill\",intrinsicHeight:3240,intrinsicWidth:5760,loading:\"lazy\",pixelHeight:3240,pixelWidth:5760,sizes:\"max(100vw, 0px)\",src:new URL(\"assets/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/4096/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 4096w, ${new URL(\"assets/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 5760w`}}},children:/*#__PURE__*/ _jsxs(Image,{background:{alt:\"The illustration depicts a mountain range with a wingweave logo on the left, positioned slightly above the descending mountains. The range is textured and coloured in shades of cerulean, with darker shades on the left and lighter shades on the right, where the sun is positioned. A smaller mountain range is silhouetted in front of the cerulean mountains.\",fit:\"fill\",intrinsicHeight:3240,intrinsicWidth:5760,loading:\"lazy\",pixelHeight:3240,pixelWidth:5760,sizes:\"max(max(100vw, 0px) - 499px, 0px)\",src:new URL(\"assets/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href,srcSet:`${new URL(\"assets/512/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 512w, ${new URL(\"assets/1024/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 1024w, ${new URL(\"assets/2048/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 2048w, ${new URL(\"assets/4096/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 4096w, ${new URL(\"assets/xcMhvu0YYGm0PVWqFjXfT3Sg.jpg\",\"https://framerusercontent.com/modules/7rCKbykumdfJ2uHVsF7O/ydMq41MN1lyQ7ydhFzeM/vjC5ilw1r.js\").href} 5760w`},className:\"framer-i36z4k\",\"data-framer-name\":\"Mountains\",name:\"Mountains\",children:[isDisplayed()&&/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nsbroo hidden-1a4c3sl hidden-127uyiw\",\"data-framer-name\":\"dragonfly_small\",name:\"dragonfly_small\",children:[/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6xnlwu\",\"data-framer-name\":\"wings_right_small\",name:\"wings_right_small\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1fhtoj0\",\"data-framer-name\":\"wings_right_small\",fill:\"black\",intrinsicHeight:129,intrinsicWidth:70,name:\"wings_right_small\",svg:'<svg viewBox=\"0 0 70 129\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M56.791 34.249 7.383 116.171c-1.351 2.253-3.348 6.152 1.936 9.708 1.181.795 4.927 4.36 9.723-.494 4.796-4.855 35.746-30.384 44.194-44.55 7.686-12.89 9.783-17.884 1.026-45.011-3-9.294-7.471-1.575-7.471-1.575Z\" style=\"fill:#7c3238\"/><path d=\"M26.197 6.068C19.631 24.354.442 113.669.442 113.669c-1.534 6.724.9 10.311 7.709 13.618 0 0 6.06 3.297 11.877-2.925 5.817-6.221 26.218-42.985 26.218-42.985 4.027-7.257 9.151-16.239 8.493-25.798-2.102-30.55-8.015-40.612-14.9-51.624-4.947-7.915-12.087-2.218-13.642 2.113Z\" style=\"fill:url(#a)\"/><defs><linearGradient id=\"a\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"matrix(-27.021 123.68 -123.68 -27.021 33.95 0)\"><stop offset=\"0\" style=\"stop-color:#fc9e4f;stop-opacity:1\"/><stop offset=\"1\" style=\"stop-color:#d66200;stop-opacity:1\"/></linearGradient></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fgg82t\",\"data-framer-name\":\"body_small\",name:\"body_small\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1aksghi\",\"data-framer-name\":\"body_small\",fill:\"black\",intrinsicHeight:62,intrinsicWidth:142,name:\"body_small\",svg:'<svg viewBox=\"0 0 142 62\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M19.563 12.89c.099.115.197.232.293.353 3.833 4.809 3.04 11.826-1.77 15.658-4.809 3.833-11.826 3.04-15.659-1.769-3.833-4.81-3.04-11.826 1.77-15.659.12-.096.241-.189.364-.278-1.161-3.281-.19-7.078 2.682-9.367 3.623-2.887 8.908-2.29 11.795 1.333a8.403 8.403 0 0 1 .525 9.729Zm119.838 46.864c-4.006 1.278-21.717 1.281-21.718 1.281-12.033-.208-23.707-1.281-35.033-3.186-18.439-3.1-35.836-8.58-52.27-16.59-4.912-2.679-6.725-8.842-4.046-13.754 2.68-4.912 8.843-6.725 13.755-4.046 14.156 8.585 29.381 15.028 45.777 19.254 15.858 4.086 32.656 6.226 50.361 6.66a5.652 5.652 0 0 1 5.49 3.998c.735 2.406-.16 5.696-2.316 6.383Z\" style=\"fill:#1a1f16\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-y7otz0\",\"data-framer-name\":\"wings_left_small\",name:\"wings_left_small\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-13lxilu\",\"data-framer-name\":\"wings_left_small\",fill:\"black\",intrinsicHeight:96,intrinsicWidth:91,name:\"wings_left_small\",svg:'<svg viewBox=\"0 0 91 96\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M84.541 38.707S7.713 82.172 7.546 82.268c-2.112 1.201-5.491 3.435-2.849 8.699.591 1.177 1.99 5.749 8.057 4.016 6.068-1.733 42.591-8.246 55.828-15.822 12.044-6.894 16-9.965 21.263-35.793 1.803-8.849-5.304-4.661-5.304-4.661Z\" style=\"fill:#7c3238\"/><path d=\"M72.691 2.115C59.099 13.864 3.09 77.101 3.09 77.101c-4.289 4.72-3.956 8.714.027 14.469 0 0 3.385 5.408 10.896 3.037 7.51-2.371 40.636-22.723 40.636-22.723 6.539-4.018 14.745-8.926 18.555-16.926C85.381 29.394 85.186 18.604 84.64 6.607c-.392-8.622-8.73-7.275-11.949-4.492Z\" style=\"fill:#fc9e4f\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{__framer__loop:animation16},h28QhCMKd:{__framer__loop:animation15}},children:/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition12,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wsi2em\",\"data-framer-name\":\"cloud_2\",name:\"cloud_2\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1w68q9c\",\"data-framer-name\":\"cloud_2\",fill:\"black\",intrinsicHeight:129,intrinsicWidth:621,name:\"cloud_2\",svg:'<svg viewBox=\"0 0 621 129\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"M620.885 128.406 0 128.636s108.841-57.712 151.488-92.49c42.466-34.629 107.565-24.533 130.486 6.224 21.795 29.245 31.64 32.936 45.461 23.054C352.462 47.532 376.73.576 447.302.012c70.573-.565 137.392 18.948 173.583 128.394Z\" style=\"fill:#fbfffe\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{__framer__loop:animation16},h28QhCMKd:{__framer__loop:animation15}},children:/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__loop:animation14,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition13,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tvt087\",\"data-framer-name\":\"cloud_1\",name:\"cloud_1\",children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1f2x54j\",\"data-framer-name\":\"cloud_1\",fill:\"black\",intrinsicHeight:116,intrinsicWidth:560,name:\"cloud_1\",svg:'<svg viewBox=\"0 0 560 116\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2\"><path d=\"m0 115.749 559.684.207s-98.112-52.023-136.556-83.373c-38.28-31.216-96.962-22.115-117.624 5.611-19.646 26.362-28.521 29.689-40.98 20.782C241.965 42.847 220.089.519 156.472.011 92.856-.498 32.623 17.091 0 115.749Z\" style=\"fill:#fbfffe\"/></svg>',withExternalLayout:true})})})]})})})})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-w2uonr\",\"data-framer-name\":\"Performance\",id:id6,name:\"Performance\",ref:ref2,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1oushs5\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-wvgjou\",children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-4k1gzl\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-8rgfk1\",children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h3\",{className:\"framer-styles-preset-1nftc1z\",\"data-styles-preset\":\"PBMQq4VHT\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Achieving Peak Performance with Zen-Inspired Design\"})}),className:\"framer-1kxtpg9\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"p\",{className:\"framer-styles-preset-zppc4h\",\"data-styles-preset\":\"zQq8dHiSZ\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"At Wingweave, we don't believe in sacrificing performance for design. That's why we've ensured that our website is not only visually stunning, but also top-performing and accessible. With a Lighthouse Performance and Structure Score that's above industry standards, we've made sure that every detail is optimized for speed and efficiency. Additionally, we've designed our website with accessibility in mind (WCAG 2.0), making it easy for all users to access and navigate.\"})}),className:\"framer-1p38l6n\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m33x9b\",\"data-framer-name\":\"Hero Image\",name:\"Hero Image\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-4px6p5\",children:[/*#__PURE__*/ _jsx(Container,{className:\"framer-1m05h9i-container\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{variant:\"zIDzKGEtr\"},h28QhCMKd:{variant:\"zIDzKGEtr\"}},children:/*#__PURE__*/ _jsx(ScoreCard,{cardColour:\"rgb(136, 27, 69)\",height:\"100%\",id:\"HHHDgfwjh\",layoutId:\"HHHDgfwjh\",parameter:\"Performance Score\",score:\"99\",style:{width:\"100%\"},variant:\"atMmtUeOK\",width:\"100%\"})})}),/*#__PURE__*/ _jsx(Container,{className:\"framer-1oqbnke-container\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{variant:\"zIDzKGEtr\"},h28QhCMKd:{variant:\"zIDzKGEtr\"}},children:/*#__PURE__*/ _jsx(ScoreCard,{cardColour:\"rgb(153, 30, 77)\",height:\"100%\",id:\"vGB2J7P1A\",layoutId:\"vGB2J7P1A\",parameter:\"Structure Score\",score:\"100\",style:{width:\"100%\"},variant:\"atMmtUeOK\",width:\"100%\"})})}),/*#__PURE__*/ _jsx(Container,{className:\"framer-3yzsqg-container\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{variant:\"zv6_kdys2\"},h28QhCMKd:{variant:\"zv6_kdys2\"}},children:/*#__PURE__*/ _jsx(ScoreCard,{cardColour:\"rgb(170, 34, 86)\",height:\"100%\",id:\"vKPsC1emw\",layoutId:\"vKPsC1emw\",parameter:\"WCAG 2.0\",score:\"100\",style:{width:\"100%\"},variant:\"Aa44gUeu_\",width:\"100%\"})})})]}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsxs(\"ul\",{className:\"framer-styles-preset-1swmjor\",\"data-styles-preset\":\"Bwx3xM4O_\",style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:[/*#__PURE__*/ _jsx(\"li\",{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Performance Score is measured using Lighthouse 9.6.4 via GTMetrix\"})}),/*#__PURE__*/ _jsx(\"li\",{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Structure Score represents how well a page is built for performance, measured via GTMetrix\"})}),/*#__PURE__*/ _jsx(\"li\",{children:/*#__PURE__*/ _jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Compliant with 'Web Content Accessibility Guidelines (WCAG) 2.0'\"})})]})}),className:\"framer-oy173o\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-5y884i\",\"data-framer-name\":\"Connect\",id:id7,name:\"Connect\",ref:ref7,children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-18nurui\",\"data-framer-name\":\"Boundaries\",name:\"Boundaries\",children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-v0sxou\",children:/*#__PURE__*/ _jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9m493q\",\"data-framer-name\":\"Hero Message\",name:\"Hero Message\",transformTemplate:transformTemplate2,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1vqj8mv\",children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(\"h2\",{className:\"framer-styles-preset-a77iu9\",\"data-styles-preset\":\"lXXQBsX_E\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254))\"},children:\"Let's take our first step to finding your wings\"})}),className:\"framer-10kazxs\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(Overlay,{children:overlay1b6ztvy=>/*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ _jsxs(Container,{className:\"framer-x1kh81-container\",children:[/*#__PURE__*/ _jsx(CTA,{height:\"100%\",id:\"fHJf4v2Nc\",layoutId:\"fHJf4v2Nc\",tap:tap42m929(overlay1b6ztvy),title:\"Drop us a line today!\",variant:\"dTSObgcXh\",width:\"100%\"}),/*#__PURE__*/ _jsx(AnimatePresence,{children:overlay1b6ztvy.visible&&/*#__PURE__*/ _jsx(_Fragment,{children:/*#__PURE__*/ ReactDOM.createPortal(/*#__PURE__*/ _jsxs(React.Fragment,{children:[/*#__PURE__*/ _jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1b6ztvy\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1b6ztvy.hide()},\"YMApIhA9q\"),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-hzygry\",\"data-framer-name\":\"Form Overlay\",name:\"Form Overlay\",transformTemplate:transformTemplate1,children:/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-puw3kx\",children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-ugixep\",children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-biovqp\",\"data-framer-name\":\"Icon\",name:\"Icon\",onTap:onTapzn6atv(overlay1b6ztvy),children:/*#__PURE__*/ _jsx(Container,{className:\"framer-pmyl0g-container\",children:/*#__PURE__*/ _jsx(Phosphor,{color:'var(--token-fa5bf496-8352-4a3f-8dfd-5584d404a058, rgb(124, 50, 56)) /* {\"name\":\"Wineberry\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"uzDxhdA8Y\",layoutId:\"uzDxhdA8Y\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/ _jsx(Container,{className:\"framer-16k94sc-container\",children:/*#__PURE__*/ _jsx(Typeform,{autoFocus:true,formId:\"z8osqJj0\",height:\"100%\",hideFooter:false,hideHeaders:false,id:\"Sui5JSa2G\",layoutId:\"Sui5JSa2G\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})]}),document.querySelector(\"#overlay\"))})})]})})})]})})})})}),/*#__PURE__*/ _jsx(Container,{className:\"framer-1uef7et-container\",children:/*#__PURE__*/ _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a1ACCmevm:{variant:\"iz7cKJptP\"}},children:/*#__PURE__*/ _jsx(Footer,{height:\"100%\",id:\"UOfVWDuNy\",layoutId:\"UOfVWDuNy\",link:resolveLink({hash:\":uZyEyVG24\",webPageId:\"vjC5ilw1r\"},router),style:{width:\"100%\"},text:\"Copyright Wingweave. All rights reserved 2023.\",variant:\"PrSbzFbcp\",width:\"100%\"})})})]}),/*#__PURE__*/ _jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-uBfHj [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName} { background: var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"Winter\"} */; }`,\".framer-uBfHj .framer-6rynwe { display: block; }\",\".framer-uBfHj .framer-1qdq22s { align-content: center; align-items: center; background-color: var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, #fbfffe); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-uBfHj .framer-11nhntp-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 5; }\",\".framer-uBfHj .framer-vdoz72, .framer-uBfHj .framer-1b6ztvy { background-color: rgba(251, 255, 254, 0.9); inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-uBfHj .framer-1xpl34a, .framer-uBfHj .framer-hzygry { align-content: center; align-items: center; background-color: #fffaf6; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; max-width: 1104px; overflow: hidden; padding: 0px 0px 0px 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 100%; will-change: transform; z-index: 9; }\",\".framer-uBfHj .framer-1owpkxr, .framer-uBfHj .framer-puw3kx { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-1fi65jt, .framer-uBfHj .framer-ugixep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 8px 16px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-8vwt0l, .framer-uBfHj .framer-biovqp { align-content: flex-start; align-items: flex-start; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: var(--framer-aspect-ratio-supported, 32px); justify-content: center; overflow: hidden; padding: 12px 4px 2px 4px; position: relative; width: 32px; }\",\".framer-uBfHj .framer-h2ucp5, .framer-uBfHj .framer-12ss5ja { background-color: #5e4f4a; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; overflow: hidden; position: relative; width: 24px; will-change: transform; }\",\".framer-uBfHj .framer-n9ouc5, .framer-uBfHj .framer-xjfa60, .framer-uBfHj .framer-1hb8uhw, .framer-uBfHj .framer-l76i5b { background-color: var(--token-1ec04430-88c7-459e-953c-178f32b57c6d, #fc9e4f); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; overflow: hidden; position: relative; width: 24px; will-change: transform; }\",\".framer-uBfHj .framer-17x83ev-container, .framer-uBfHj .framer-pmyl0g-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-uBfHj .framer-gqtjiu-container, .framer-uBfHj .framer-16k94sc-container { flex: none; height: 80vh; position: relative; width: 100%; }\",'.framer-uBfHj .framer-1o5mpla { align-content: center; align-items: center; background: radial-gradient(50% 25% at 50% 52.6%, #fef5eb 0%, var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */ 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }',\".framer-uBfHj .framer-8dbloi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 140px 48px 80px 48px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-ljhm3r, .framer-uBfHj .framer-kmegv5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-1rj5ppj { 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: flex-start; max-width: 620px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-uBfHj .framer-1lc1xn8, .framer-uBfHj .framer-1yirw2b, .framer-uBfHj .framer-1lgnxz6, .framer-uBfHj .framer-gw62i6, .framer-uBfHj .framer-ogrkzd, .framer-uBfHj .framer-2k6jye, .framer-uBfHj .framer-zuyhj, .framer-uBfHj .framer-cy9q2, .framer-uBfHj .framer-uiut4s, .framer-uBfHj .framer-1c2qyyf, .framer-uBfHj .framer-1kjjh1r, .framer-uBfHj .framer-1uvlwo, .framer-uBfHj .framer-10ulhmz, .framer-uBfHj .framer-1ebgo9e, .framer-uBfHj .framer-1qmvtw9, .framer-uBfHj .framer-oplvjt, .framer-uBfHj .framer-5qi5bu, .framer-uBfHj .framer-1kxtpg9, .framer-uBfHj .framer-1p38l6n, .framer-uBfHj .framer-10kazxs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uBfHj .framer-4dv4bv-container, .framer-uBfHj .framer-x1kh81-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-uBfHj .framer-thqds6 { align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 474px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; will-change: transform; }\",\".framer-uBfHj .framer-9chmyw { aspect-ratio: 2.8111273792093705 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 478px); overflow: visible; position: relative; width: 1344px; }\",\".framer-uBfHj .framer-1438xsk { aspect-ratio: 2.8111273792093705 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 479px); left: calc(50.00000000000002% - 1345px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 478px / 2); width: 1345px; z-index: 1; }\",\".framer-uBfHj .framer-lmx1p5 { aspect-ratio: 5.3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 253px; overflow: hidden; position: absolute; top: 100px; width: 159px; }\",\".framer-uBfHj .framer-1xld0d4 { aspect-ratio: 5.358695652173913 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-uBfHj .framer-nl9h1m { aspect-ratio: 4.829268292682927 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); overflow: hidden; position: absolute; right: -21px; top: 68px; width: 198px; }\",\".framer-uBfHj .framer-bkhjmx { aspect-ratio: 4.813953488372093 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: calc(50.00000000000002% - 99.4949494949495% / 2); position: absolute; top: 0px; width: 99%; }\",\".framer-uBfHj .framer-1aqrqm2 { aspect-ratio: 0.9206349206349206 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 63px); left: calc(48.02973977695169% - 58px / 2); overflow: visible; position: absolute; top: 152px; width: 58px; z-index: 2; }\",\".framer-uBfHj .framer-10zq8kv { aspect-ratio: 0.5660377358490566 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); left: calc(48.275862068965544% - 30px / 2); overflow: visible; position: absolute; top: calc(42.857142857142875% - 53px / 2); transform: perspective(1200px); width: 30px; }\",\".framer-uBfHj .framer-57vtdt { aspect-ratio: 0.5426356589147286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.056603773584925% - 53px / 2); width: 100%; }\",\".framer-uBfHj .framer-ekcnfd, .framer-uBfHj .framer-1fgg82t { aspect-ratio: 2.230769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: calc(50.00000000000002% - 58px / 2); overflow: visible; position: absolute; top: calc(79.36507936507938% - 26px / 2); width: 58px; }\",\".framer-uBfHj .framer-13nkaev { aspect-ratio: 2.2903225806451615 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 100%; }\",\".framer-uBfHj .framer-183mx4d { aspect-ratio: 0.95 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: calc(39.655172413793125% - 38px / 2); overflow: visible; position: absolute; top: calc(57.14285714285716% - 40px / 2); transform: perspective(1200px); width: 38px; }\",\".framer-uBfHj .framer-yq7gnl { aspect-ratio: 0.9479166666666666 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 100%; }\",\".framer-uBfHj .framer-1kei5nd { aspect-ratio: 0.9206349206349206 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: calc(44.39775910364148% - 44px / 2); overflow: visible; position: absolute; top: calc(40.9448818897638% - 48px / 2); width: 44px; z-index: 2; }\",\".framer-uBfHj .framer-kfxjpw { aspect-ratio: 0.5660377358490566 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); left: calc(48.275862068965544% - 22.92452830188679px / 2); overflow: visible; position: absolute; top: calc(42.857142857142875% - 40.5px / 2); transform: perspective(1200px); width: 23px; }\",\".framer-uBfHj .framer-kyqslh { aspect-ratio: 0.5426356589147286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 369px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.056603773584925% - 53px / 2); width: 100%; }\",\".framer-uBfHj .framer-1h6jrxz { aspect-ratio: 2.230769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: calc(50.00000000000002% - 44px / 2); overflow: visible; position: absolute; top: calc(79.36507936507938% - 19.72413793103448px / 2); width: 44px; }\",\".framer-uBfHj .framer-k9rxnc { aspect-ratio: 2.2903225806451615 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 87px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 100%; }\",\".framer-uBfHj .framer-qcaaxo { aspect-ratio: 0.95 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: calc(39.655172413793125% - 28.5px / 2); overflow: hidden; position: absolute; top: calc(57.14285714285716% - 30px / 2); transform: perspective(1200px); width: 29px; }\",\".framer-uBfHj .framer-1f4u6pn { aspect-ratio: 0.9479166666666666 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 211px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 100%; }\",\".framer-uBfHj .framer-2ygn3s, .framer-uBfHj .framer-1pwazwm, .framer-uBfHj .framer-1704ynf, .framer-uBfHj .framer-voxzxa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-qz8aw5, .framer-uBfHj .framer-985yte, .framer-uBfHj .framer-1oushs5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; padding: 40px 48px 80px 48px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-qsa7mo, .framer-uBfHj .framer-13dysnp, .framer-uBfHj .framer-1n2650j, .framer-uBfHj .framer-wvgjou { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-1okkd5q, .framer-uBfHj .framer-1hj1z64, .framer-uBfHj .framer-x9meo4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 720px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-uBfHj .framer-16inblv, .framer-uBfHj .framer-qad01q, .framer-uBfHj .framer-17bma7t, .framer-uBfHj .framer-1499eab, .framer-uBfHj .framer-8rgfk1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1szngje { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1104px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1blr500 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-rrniih-container, .framer-uBfHj .framer-1li6944-container, .framer-uBfHj .framer-16xp2nw-container, .framer-uBfHj .framer-13uy3fu-container, .framer-uBfHj .framer-3deqnk-container { flex: 1 0 0px; height: auto; max-width: 240px; min-width: 240px; position: relative; transform: perspective(1200px); width: 1px; }\",\".framer-uBfHj .framer-wry5yq, .framer-uBfHj .framer-adhu3m, .framer-uBfHj .framer-1y2q3qs, .framer-uBfHj .framer-1v1d1e8, .framer-uBfHj .framer-vq51iv { aspect-ratio: 1.1485148514851484 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 434px); opacity: 0.23; position: relative; width: 499px; }\",\".framer-uBfHj .framer-1lm62he { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; padding: 80px 48px 80px 48px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-s6wg2g { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; 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: 100%; will-change: transform; }\",\".framer-uBfHj .framer-1dtd7zx-container { flex: none; height: 540px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-pcl7w5-container { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-hszjrf { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 400px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1897px; }\",\".framer-uBfHj .framer-16vd2nu, .framer-uBfHj .framer-1e5o8c3, .framer-uBfHj .framer-1423sxm { flex: none; height: 400px; overflow: visible; position: relative; width: 474px; }\",\".framer-uBfHj .framer-1m5fljl { flex: none; height: 400px; overflow: visible; position: relative; width: 475px; }\",\".framer-uBfHj .framer-54iau7-container { flex: none; height: 280px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1deuqb2 { align-content: center; align-items: center; aspect-ratio: 4.7425 / 1; background-color: #ffffff; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 280px); justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1328px; }\",\".framer-uBfHj .framer-wukh7r, .framer-uBfHj .framer-zmcwpr, .framer-uBfHj .framer-1oq6ve7 { aspect-ratio: 1.185 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 280px); overflow: visible; position: relative; width: 332px; }\",\".framer-uBfHj .framer-4hwss2 { aspect-ratio: 1.18625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 280px); overflow: visible; position: relative; width: 332px; }\",\".framer-uBfHj .framer-1f1r9mb { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; will-change: transform; }\",\".framer-uBfHj .framer-bcf7ds { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-uBfHj .framer-k4ji68 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-x9o315 { align-content: flex-start; align-items: flex-start; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 48px 64px 48px; position: relative; width: 100%; will-change: transform; }\",\".framer-uBfHj .framer-1cut2cs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-uBfHj .framer-5psu0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-140sjou { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; will-change: transform; }\",\".framer-uBfHj .framer-bl1odm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 48px 48px 48px 48px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-aezv7a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uBfHj .framer-ju0vlm { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; max-width: 40%; padding: 48px 48px 48px 48px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-glqu9x, .framer-uBfHj .framer-180al6q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-i3l2im { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 40px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-yeqatv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-oo95dk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 720px; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-uBfHj .framer-1v3d264 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1237vzo { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-i36z4k { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 675px); overflow: visible; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1nsbroo { aspect-ratio: 0.9206349206349206 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 63px); left: calc(69.08333333333336% - 58px / 2); overflow: visible; position: absolute; top: calc(33.629629629629655% - 63px / 2); width: 58px; z-index: 2; }\",\".framer-uBfHj .framer-6xnlwu { aspect-ratio: 0.5660377358490566 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); left: calc(55.17241379310347% - 30px / 2); overflow: visible; position: absolute; top: calc(42.857142857142875% - 53px / 2); transform: perspective(1200px); width: 30px; }\",\".framer-uBfHj .framer-1fhtoj0 { aspect-ratio: 0.5426356589147286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-uBfHj .framer-1aksghi { aspect-ratio: 2.2903225806451615 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-uBfHj .framer-y7otz0 { aspect-ratio: 0.95 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: calc(63.793103448275886% - 38px / 2); overflow: visible; position: absolute; top: calc(57.14285714285716% - 40px / 2); transform: perspective(1200px); width: 38px; }\",\".framer-uBfHj .framer-13lxilu { aspect-ratio: 0.9479166666666666 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-uBfHj .framer-wsi2em { aspect-ratio: 4.666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: calc(74.91666666666669% - 14.000000000000002% / 2); overflow: hidden; position: absolute; top: calc(21.333333333333357% - 36px / 2); width: 14%; }\",\".framer-uBfHj .framer-1w68q9c { aspect-ratio: 4.813953488372093 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 35px / 2); width: 100%; }\",\".framer-uBfHj .framer-1tvt087 { aspect-ratio: 4.777777777777778 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: calc(88.00000000000003% - 14.333333333333334% / 2); overflow: hidden; position: absolute; top: calc(33.629629629629655% - 36px / 2); width: 14%; }\",\".framer-uBfHj .framer-1f2x54j { aspect-ratio: 4.827586206896552 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 35px / 2); width: 100%; }\",\".framer-uBfHj .framer-10c1nah { aspect-ratio: 0.9161290322580645 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 619px; opacity: 0.8; position: absolute; top: 138px; width: 44px; }\",\".framer-uBfHj .framer-w2uonr, .framer-uBfHj .framer-5y884i { align-content: center; align-items: center; background-color: var(--token-401d7431-1faa-4b96-8eea-bc47e1583a6a, #1a1f16); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-4k1gzl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 720px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1m33x9b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-uBfHj .framer-4px6p5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1m05h9i-container, .framer-uBfHj .framer-1oqbnke-container, .framer-uBfHj .framer-3yzsqg-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-uBfHj .framer-oy173o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 720px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uBfHj .framer-18nurui { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; padding: 120px 48px 120px 48px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-v0sxou { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-uBfHj .framer-9m493q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 720px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-uBfHj .framer-1vqj8mv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-uBfHj .framer-1uef7et-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uBfHj .framer-1qdq22s, .framer-uBfHj .framer-1xpl34a, .framer-uBfHj .framer-1owpkxr, .framer-uBfHj .framer-1fi65jt, .framer-uBfHj .framer-8vwt0l, .framer-uBfHj .framer-1o5mpla, .framer-uBfHj .framer-8dbloi, .framer-uBfHj .framer-ljhm3r, .framer-uBfHj .framer-1rj5ppj, .framer-uBfHj .framer-thqds6, .framer-uBfHj .framer-2ygn3s, .framer-uBfHj .framer-qz8aw5, .framer-uBfHj .framer-qsa7mo, .framer-uBfHj .framer-1okkd5q, .framer-uBfHj .framer-16inblv, .framer-uBfHj .framer-1szngje, .framer-uBfHj .framer-1blr500, .framer-uBfHj .framer-1pwazwm, .framer-uBfHj .framer-1lm62he, .framer-uBfHj .framer-13dysnp, .framer-uBfHj .framer-1hj1z64, .framer-uBfHj .framer-qad01q, .framer-uBfHj .framer-s6wg2g, .framer-uBfHj .framer-hszjrf, .framer-uBfHj .framer-1deuqb2, .framer-uBfHj .framer-1f1r9mb, .framer-uBfHj .framer-1704ynf, .framer-uBfHj .framer-985yte, .framer-uBfHj .framer-1n2650j, .framer-uBfHj .framer-x9meo4, .framer-uBfHj .framer-17bma7t, .framer-uBfHj .framer-bcf7ds, .framer-uBfHj .framer-k4ji68, .framer-uBfHj .framer-x9o315, .framer-uBfHj .framer-5psu0, .framer-uBfHj .framer-140sjou, .framer-uBfHj .framer-bl1odm, .framer-uBfHj .framer-ju0vlm, .framer-uBfHj .framer-glqu9x, .framer-uBfHj .framer-180al6q, .framer-uBfHj .framer-voxzxa, .framer-uBfHj .framer-i3l2im, .framer-uBfHj .framer-kmegv5, .framer-uBfHj .framer-yeqatv, .framer-uBfHj .framer-oo95dk, .framer-uBfHj .framer-1499eab, .framer-uBfHj .framer-1v3d264, .framer-uBfHj .framer-1237vzo, .framer-uBfHj .framer-w2uonr, .framer-uBfHj .framer-1oushs5, .framer-uBfHj .framer-wvgjou, .framer-uBfHj .framer-4k1gzl, .framer-uBfHj .framer-8rgfk1, .framer-uBfHj .framer-1m33x9b, .framer-uBfHj .framer-4px6p5, .framer-uBfHj .framer-5y884i, .framer-uBfHj .framer-18nurui, .framer-uBfHj .framer-v0sxou, .framer-uBfHj .framer-9m493q, .framer-uBfHj .framer-1vqj8mv, .framer-uBfHj .framer-hzygry, .framer-uBfHj .framer-puw3kx, .framer-uBfHj .framer-ugixep, .framer-uBfHj .framer-biovqp { gap: 0px; } .framer-uBfHj .framer-1qdq22s > *, .framer-uBfHj .framer-s6wg2g > *, .framer-uBfHj .framer-k4ji68 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uBfHj .framer-1qdq22s > :first-child, .framer-uBfHj .framer-1owpkxr > :first-child, .framer-uBfHj .framer-8vwt0l > :first-child, .framer-uBfHj .framer-ljhm3r > :first-child, .framer-uBfHj .framer-1rj5ppj > :first-child, .framer-uBfHj .framer-qsa7mo > :first-child, .framer-uBfHj .framer-1okkd5q > :first-child, .framer-uBfHj .framer-16inblv > :first-child, .framer-uBfHj .framer-13dysnp > :first-child, .framer-uBfHj .framer-1hj1z64 > :first-child, .framer-uBfHj .framer-qad01q > :first-child, .framer-uBfHj .framer-s6wg2g > :first-child, .framer-uBfHj .framer-1n2650j > :first-child, .framer-uBfHj .framer-x9meo4 > :first-child, .framer-uBfHj .framer-17bma7t > :first-child, .framer-uBfHj .framer-k4ji68 > :first-child, .framer-uBfHj .framer-5psu0 > :first-child, .framer-uBfHj .framer-bl1odm > :first-child, .framer-uBfHj .framer-ju0vlm > :first-child, .framer-uBfHj .framer-glqu9x > :first-child, .framer-uBfHj .framer-180al6q > :first-child, .framer-uBfHj .framer-kmegv5 > :first-child, .framer-uBfHj .framer-yeqatv > :first-child, .framer-uBfHj .framer-oo95dk > :first-child, .framer-uBfHj .framer-1499eab > :first-child, .framer-uBfHj .framer-wvgjou > :first-child, .framer-uBfHj .framer-4k1gzl > :first-child, .framer-uBfHj .framer-8rgfk1 > :first-child, .framer-uBfHj .framer-1m33x9b > :first-child, .framer-uBfHj .framer-v0sxou > :first-child, .framer-uBfHj .framer-9m493q > :first-child, .framer-uBfHj .framer-1vqj8mv > :first-child, .framer-uBfHj .framer-puw3kx > :first-child, .framer-uBfHj .framer-biovqp > :first-child { margin-top: 0px; } .framer-uBfHj .framer-1qdq22s > :last-child, .framer-uBfHj .framer-1owpkxr > :last-child, .framer-uBfHj .framer-8vwt0l > :last-child, .framer-uBfHj .framer-ljhm3r > :last-child, .framer-uBfHj .framer-1rj5ppj > :last-child, .framer-uBfHj .framer-qsa7mo > :last-child, .framer-uBfHj .framer-1okkd5q > :last-child, .framer-uBfHj .framer-16inblv > :last-child, .framer-uBfHj .framer-13dysnp > :last-child, .framer-uBfHj .framer-1hj1z64 > :last-child, .framer-uBfHj .framer-qad01q > :last-child, .framer-uBfHj .framer-s6wg2g > :last-child, .framer-uBfHj .framer-1n2650j > :last-child, .framer-uBfHj .framer-x9meo4 > :last-child, .framer-uBfHj .framer-17bma7t > :last-child, .framer-uBfHj .framer-k4ji68 > :last-child, .framer-uBfHj .framer-5psu0 > :last-child, .framer-uBfHj .framer-bl1odm > :last-child, .framer-uBfHj .framer-ju0vlm > :last-child, .framer-uBfHj .framer-glqu9x > :last-child, .framer-uBfHj .framer-180al6q > :last-child, .framer-uBfHj .framer-kmegv5 > :last-child, .framer-uBfHj .framer-yeqatv > :last-child, .framer-uBfHj .framer-oo95dk > :last-child, .framer-uBfHj .framer-1499eab > :last-child, .framer-uBfHj .framer-wvgjou > :last-child, .framer-uBfHj .framer-4k1gzl > :last-child, .framer-uBfHj .framer-8rgfk1 > :last-child, .framer-uBfHj .framer-1m33x9b > :last-child, .framer-uBfHj .framer-v0sxou > :last-child, .framer-uBfHj .framer-9m493q > :last-child, .framer-uBfHj .framer-1vqj8mv > :last-child, .framer-uBfHj .framer-puw3kx > :last-child, .framer-uBfHj .framer-biovqp > :last-child { margin-bottom: 0px; } .framer-uBfHj .framer-1xpl34a > *, .framer-uBfHj .framer-1fi65jt > *, .framer-uBfHj .framer-1o5mpla > *, .framer-uBfHj .framer-8dbloi > *, .framer-uBfHj .framer-thqds6 > *, .framer-uBfHj .framer-2ygn3s > *, .framer-uBfHj .framer-qz8aw5 > *, .framer-uBfHj .framer-1szngje > *, .framer-uBfHj .framer-1pwazwm > *, .framer-uBfHj .framer-1lm62he > *, .framer-uBfHj .framer-1704ynf > *, .framer-uBfHj .framer-985yte > *, .framer-uBfHj .framer-voxzxa > *, .framer-uBfHj .framer-i3l2im > *, .framer-uBfHj .framer-1237vzo > *, .framer-uBfHj .framer-w2uonr > *, .framer-uBfHj .framer-1oushs5 > *, .framer-uBfHj .framer-5y884i > *, .framer-uBfHj .framer-18nurui > *, .framer-uBfHj .framer-hzygry > *, .framer-uBfHj .framer-ugixep > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uBfHj .framer-1xpl34a > :first-child, .framer-uBfHj .framer-1fi65jt > :first-child, .framer-uBfHj .framer-1o5mpla > :first-child, .framer-uBfHj .framer-8dbloi > :first-child, .framer-uBfHj .framer-thqds6 > :first-child, .framer-uBfHj .framer-2ygn3s > :first-child, .framer-uBfHj .framer-qz8aw5 > :first-child, .framer-uBfHj .framer-1szngje > :first-child, .framer-uBfHj .framer-1blr500 > :first-child, .framer-uBfHj .framer-1pwazwm > :first-child, .framer-uBfHj .framer-1lm62he > :first-child, .framer-uBfHj .framer-hszjrf > :first-child, .framer-uBfHj .framer-1deuqb2 > :first-child, .framer-uBfHj .framer-1f1r9mb > :first-child, .framer-uBfHj .framer-1704ynf > :first-child, .framer-uBfHj .framer-985yte > :first-child, .framer-uBfHj .framer-bcf7ds > :first-child, .framer-uBfHj .framer-x9o315 > :first-child, .framer-uBfHj .framer-140sjou > :first-child, .framer-uBfHj .framer-voxzxa > :first-child, .framer-uBfHj .framer-i3l2im > :first-child, .framer-uBfHj .framer-1v3d264 > :first-child, .framer-uBfHj .framer-1237vzo > :first-child, .framer-uBfHj .framer-w2uonr > :first-child, .framer-uBfHj .framer-1oushs5 > :first-child, .framer-uBfHj .framer-4px6p5 > :first-child, .framer-uBfHj .framer-5y884i > :first-child, .framer-uBfHj .framer-18nurui > :first-child, .framer-uBfHj .framer-hzygry > :first-child, .framer-uBfHj .framer-ugixep > :first-child { margin-left: 0px; } .framer-uBfHj .framer-1xpl34a > :last-child, .framer-uBfHj .framer-1fi65jt > :last-child, .framer-uBfHj .framer-1o5mpla > :last-child, .framer-uBfHj .framer-8dbloi > :last-child, .framer-uBfHj .framer-thqds6 > :last-child, .framer-uBfHj .framer-2ygn3s > :last-child, .framer-uBfHj .framer-qz8aw5 > :last-child, .framer-uBfHj .framer-1szngje > :last-child, .framer-uBfHj .framer-1blr500 > :last-child, .framer-uBfHj .framer-1pwazwm > :last-child, .framer-uBfHj .framer-1lm62he > :last-child, .framer-uBfHj .framer-hszjrf > :last-child, .framer-uBfHj .framer-1deuqb2 > :last-child, .framer-uBfHj .framer-1f1r9mb > :last-child, .framer-uBfHj .framer-1704ynf > :last-child, .framer-uBfHj .framer-985yte > :last-child, .framer-uBfHj .framer-bcf7ds > :last-child, .framer-uBfHj .framer-x9o315 > :last-child, .framer-uBfHj .framer-140sjou > :last-child, .framer-uBfHj .framer-voxzxa > :last-child, .framer-uBfHj .framer-i3l2im > :last-child, .framer-uBfHj .framer-1v3d264 > :last-child, .framer-uBfHj .framer-1237vzo > :last-child, .framer-uBfHj .framer-w2uonr > :last-child, .framer-uBfHj .framer-1oushs5 > :last-child, .framer-uBfHj .framer-4px6p5 > :last-child, .framer-uBfHj .framer-5y884i > :last-child, .framer-uBfHj .framer-18nurui > :last-child, .framer-uBfHj .framer-hzygry > :last-child, .framer-uBfHj .framer-ugixep > :last-child { margin-right: 0px; } .framer-uBfHj .framer-1owpkxr > *, .framer-uBfHj .framer-5psu0 > *, .framer-uBfHj .framer-1m33x9b > *, .framer-uBfHj .framer-9m493q > *, .framer-uBfHj .framer-puw3kx > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-uBfHj .framer-8vwt0l > *, .framer-uBfHj .framer-biovqp > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-uBfHj .framer-ljhm3r > *, .framer-uBfHj .framer-qsa7mo > *, .framer-uBfHj .framer-13dysnp > *, .framer-uBfHj .framer-1n2650j > *, .framer-uBfHj .framer-kmegv5 > *, .framer-uBfHj .framer-wvgjou > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-uBfHj .framer-1rj5ppj > *, .framer-uBfHj .framer-1okkd5q > *, .framer-uBfHj .framer-1hj1z64 > *, .framer-uBfHj .framer-x9meo4 > *, .framer-uBfHj .framer-bl1odm > *, .framer-uBfHj .framer-ju0vlm > *, .framer-uBfHj .framer-oo95dk > *, .framer-uBfHj .framer-4k1gzl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-uBfHj .framer-16inblv > *, .framer-uBfHj .framer-qad01q > *, .framer-uBfHj .framer-17bma7t > *, .framer-uBfHj .framer-1499eab > *, .framer-uBfHj .framer-8rgfk1 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-uBfHj .framer-1blr500 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-uBfHj .framer-hszjrf > *, .framer-uBfHj .framer-1deuqb2 > *, .framer-uBfHj .framer-140sjou > *, .framer-uBfHj .framer-1v3d264 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-uBfHj .framer-1f1r9mb > *, .framer-uBfHj .framer-4px6p5 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-uBfHj .framer-bcf7ds > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-uBfHj .framer-x9o315 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-uBfHj .framer-glqu9x > *, .framer-uBfHj .framer-180al6q > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-uBfHj .framer-yeqatv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uBfHj .framer-v0sxou > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-uBfHj .framer-1vqj8mv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",\"@media (min-width: 1200px) { .framer-uBfHj .hidden-1qdq22s { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-uBfHj .hidden-1a4c3sl { display: none !important; } .${metadata.bodyClassName} { background: var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"Winter\"} */; } .framer-uBfHj .framer-1qdq22s { width: 810px; } .framer-uBfHj .framer-1xpl34a, .framer-uBfHj .framer-hzygry { max-width: 714px; } .framer-uBfHj .framer-1o5mpla { background: radial-gradient(50% 25% at 49.3% 59.8%, #fef5eb 0%, var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */ 100%); } .framer-uBfHj .framer-1rj5ppj { max-width: 580px; } .framer-uBfHj .framer-thqds6 { align-content: flex-start; align-items: flex-start; aspect-ratio: 2.2037037037037037 / 1; height: var(--framer-aspect-ratio-supported, 324px); } .framer-uBfHj .framer-1438xsk { bottom: 0px; height: var(--framer-aspect-ratio-supported, 324px); left: calc(50.00000000000002% - 127.59103641456582% / 2); top: 0px; width: 128%; } .framer-uBfHj .framer-lmx1p5 { height: var(--framer-aspect-ratio-supported, 21px); left: calc(21.84873949579834% - 11.904761904761903% / 2); top: calc(23.228346456692936% - 16px / 2); width: 12%; } .framer-uBfHj .framer-1xld0d4 { height: var(--framer-aspect-ratio-supported, 16px); } .framer-uBfHj .framer-nl9h1m { height: var(--framer-aspect-ratio-supported, 26px); left: calc(96.218487394958% - 13.445378151260504% / 2); right: unset; top: calc(18.897637795275614% - 20px / 2); width: 13%; } .framer-uBfHj .framer-bkhjmx { left: calc(50.00000000000002% - 100% / 2); width: 100%; } .framer-uBfHj .framer-kyqslh { height: var(--framer-aspect-ratio-supported, 53px); } .framer-uBfHj .framer-k9rxnc { height: var(--framer-aspect-ratio-supported, 26px); } .framer-uBfHj .framer-1f4u6pn { height: var(--framer-aspect-ratio-supported, 40px); } .framer-uBfHj .framer-1okkd5q, .framer-uBfHj .framer-1hj1z64, .framer-uBfHj .framer-x9meo4, .framer-uBfHj .framer-oo95dk, .framer-uBfHj .framer-4k1gzl, .framer-uBfHj .framer-oy173o { max-width: 560px; } .framer-uBfHj .framer-x9o315 { flex-direction: column; } .framer-uBfHj .framer-1cut2cs, .framer-uBfHj .framer-5psu0, .framer-uBfHj .framer-1m05h9i-container, .framer-uBfHj .framer-1oqbnke-container, .framer-uBfHj .framer-3yzsqg-container { flex: none; width: 100%; } .framer-uBfHj .framer-ju0vlm { padding: 24px 24px 24px 24px; } .framer-uBfHj .framer-i36z4k { height: var(--framer-aspect-ratio-supported, 456px); } .framer-uBfHj .framer-wsi2em { height: var(--framer-aspect-ratio-supported, 20px); left: calc(76.79012345679016% - 11.522633744855968% / 2); overflow: visible; top: calc(21.05263157894739% - 20px / 2); width: 12%; } .framer-uBfHj .framer-1w68q9c { aspect-ratio: 4.65 / 1; height: var(--framer-aspect-ratio-supported, 20px); left: calc(49.46236559139787% - 100% / 2); top: calc(50.00000000000002% - 20px / 2); } .framer-uBfHj .framer-1tvt087 { height: var(--framer-aspect-ratio-supported, 20px); left: calc(91.48148148148151% - 11.796982167352537% / 2); overflow: visible; top: calc(39.2543859649123% - 20px / 2); width: 12%; } .framer-uBfHj .framer-1f2x54j { height: var(--framer-aspect-ratio-supported, 20px); top: calc(50.00000000000002% - 20px / 2); } .framer-uBfHj .framer-4px6p5 { flex-direction: column; flex-wrap: nowrap; gap: 12px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uBfHj .framer-x9o315, .framer-uBfHj .framer-4px6p5 { gap: 0px; } .framer-uBfHj .framer-x9o315 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-uBfHj .framer-x9o315 > :first-child, .framer-uBfHj .framer-4px6p5 > :first-child { margin-top: 0px; } .framer-uBfHj .framer-x9o315 > :last-child, .framer-uBfHj .framer-4px6p5 > :last-child { margin-bottom: 0px; } .framer-uBfHj .framer-4px6p5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}`,`@media (max-width: 809px) { .framer-uBfHj .hidden-127uyiw { display: none !important; } .${metadata.bodyClassName} { background: var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"Winter\"} */; } .framer-uBfHj .framer-1qdq22s { width: 390px; } .framer-uBfHj .framer-1xpl34a, .framer-uBfHj .framer-hzygry { align-content: flex-start; align-items: flex-start; justify-content: flex-start; max-width: 342px; } .framer-uBfHj .framer-1owpkxr, .framer-uBfHj .framer-puw3kx { gap: 24px; } .framer-uBfHj .framer-gqtjiu-container, .framer-uBfHj .framer-16k94sc-container { height: 70vh; } .framer-uBfHj .framer-1o5mpla { background: radial-gradient(50% 25% at 50% 59.699999999999996%, #fef5eb 0%, var(--token-b4db3fe9-9a02-4ae1-97de-f742b004b7ac, rgb(251, 255, 254)) /* {\"name\":\"White\"} */ 100%); flex-direction: column; } .framer-uBfHj .framer-8dbloi { flex: none; padding: 140px 24px 80px 24px; width: 100%; } .framer-uBfHj .framer-ljhm3r, .framer-uBfHj .framer-13dysnp { gap: 48px; } .framer-uBfHj .framer-1rj5ppj { gap: 22px; max-width: 420px; } .framer-uBfHj .framer-thqds6 { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.368 / 1; height: var(--framer-aspect-ratio-supported, 250px); } .framer-uBfHj .framer-1438xsk { bottom: 0px; height: var(--framer-aspect-ratio-supported, 250px); left: calc(82.45614035087722% - 205.55555555555554% / 2); top: 0px; width: 206%; } .framer-uBfHj .framer-lmx1p5 { height: var(--framer-aspect-ratio-supported, 16px); left: calc(21.84873949579834% - 11.904761904761903% / 2); top: calc(23.228346456692936% - 16px / 2); width: 12%; } .framer-uBfHj .framer-1xld0d4 { height: var(--framer-aspect-ratio-supported, 16px); } .framer-uBfHj .framer-nl9h1m { height: var(--framer-aspect-ratio-supported, 20px); left: calc(96.218487394958% - 13.445378151260504% / 2); right: unset; top: calc(18.897637795275614% - 20px / 2); width: 13%; } .framer-uBfHj .framer-bkhjmx { left: calc(50.00000000000002% - 100% / 2); width: 100%; } .framer-uBfHj .framer-1kei5nd { left: calc(38.69132290184924% - 44px / 2); top: calc(40.80000000000002% - 48px / 2); } .framer-uBfHj .framer-kyqslh { height: var(--framer-aspect-ratio-supported, 53px); } .framer-uBfHj .framer-k9rxnc { height: var(--framer-aspect-ratio-supported, 26px); } .framer-uBfHj .framer-1f4u6pn { height: var(--framer-aspect-ratio-supported, 40px); } .framer-uBfHj .framer-2ygn3s, .framer-uBfHj .framer-1pwazwm, .framer-uBfHj .framer-1704ynf, .framer-uBfHj .framer-140sjou, .framer-uBfHj .framer-voxzxa, .framer-uBfHj .framer-1v3d264, .framer-uBfHj .framer-w2uonr, .framer-uBfHj .framer-5y884i { flex-direction: column; } .framer-uBfHj .framer-qz8aw5, .framer-uBfHj .framer-985yte, .framer-uBfHj .framer-1oushs5 { flex: none; padding: 40px 24px 80px 24px; width: 100%; } .framer-uBfHj .framer-1okkd5q, .framer-uBfHj .framer-1hj1z64 { align-content: flex-start; align-items: flex-start; gap: 22px; justify-content: flex-start; } .framer-uBfHj .framer-1blr500 { gap: 56px; } .framer-uBfHj .framer-1lm62he { flex: none; padding: 80px 24px 80px 24px; width: 100%; } .framer-uBfHj .framer-s6wg2g { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; } .framer-uBfHj .framer-1n2650j, .framer-uBfHj .framer-kmegv5, .framer-uBfHj .framer-wvgjou { gap: 40px; } .framer-uBfHj .framer-x9meo4, .framer-uBfHj .framer-4k1gzl { align-content: flex-start; align-items: flex-start; justify-content: flex-start; } .framer-uBfHj .framer-x9o315 { flex-direction: column; gap: 22px; padding: 64px 24px 64px 24px; } .framer-uBfHj .framer-1cut2cs, .framer-uBfHj .framer-5psu0, .framer-uBfHj .framer-i3l2im, .framer-uBfHj .framer-1237vzo, .framer-uBfHj .framer-1m05h9i-container, .framer-uBfHj .framer-1oqbnke-container, .framer-uBfHj .framer-3yzsqg-container { flex: none; width: 100%; } .framer-uBfHj .framer-ju0vlm { align-self: unset; flex: none; height: min-content; max-width: unset; padding: 24px 24px 24px 24px; width: 100%; } .framer-uBfHj .framer-oo95dk { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 0px 24px 0px 24px; } .framer-uBfHj .framer-i36z4k { height: var(--framer-aspect-ratio-supported, 220px); } .framer-uBfHj .framer-wsi2em { height: var(--framer-aspect-ratio-supported, 10px); left: calc(76.15384615384617% - 11.522633744855968% / 2); overflow: visible; top: calc(18.678815489749454% - 20px / 2); width: 12%; } .framer-uBfHj .framer-1w68q9c { aspect-ratio: 4.5 / 1; height: var(--framer-aspect-ratio-supported, 10px); left: calc(49.46236559139787% - 100% / 2); top: calc(50.00000000000002% - 10px / 2); } .framer-uBfHj .framer-1tvt087 { height: var(--framer-aspect-ratio-supported, 10px); left: calc(90.51282051282054% - 11.796982167352537% / 2); overflow: visible; top: calc(34.16856492027337% - 20px / 2); width: 12%; } .framer-uBfHj .framer-1f2x54j { aspect-ratio: 4.6 / 1; height: var(--framer-aspect-ratio-supported, 10px); top: calc(50.00000000000002% - 10px / 2); } .framer-uBfHj .framer-4px6p5 { flex-direction: column; gap: 12px; } .framer-uBfHj .framer-18nurui { flex: none; max-width: 390px; padding: 80px 24px 80px 24px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uBfHj .framer-1owpkxr, .framer-uBfHj .framer-1o5mpla, .framer-uBfHj .framer-ljhm3r, .framer-uBfHj .framer-1rj5ppj, .framer-uBfHj .framer-2ygn3s, .framer-uBfHj .framer-1okkd5q, .framer-uBfHj .framer-1blr500, .framer-uBfHj .framer-1pwazwm, .framer-uBfHj .framer-13dysnp, .framer-uBfHj .framer-1hj1z64, .framer-uBfHj .framer-1704ynf, .framer-uBfHj .framer-1n2650j, .framer-uBfHj .framer-x9o315, .framer-uBfHj .framer-140sjou, .framer-uBfHj .framer-voxzxa, .framer-uBfHj .framer-kmegv5, .framer-uBfHj .framer-1v3d264, .framer-uBfHj .framer-w2uonr, .framer-uBfHj .framer-wvgjou, .framer-uBfHj .framer-4px6p5, .framer-uBfHj .framer-5y884i, .framer-uBfHj .framer-puw3kx { gap: 0px; } .framer-uBfHj .framer-1owpkxr > *, .framer-uBfHj .framer-puw3kx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-uBfHj .framer-1owpkxr > :first-child, .framer-uBfHj .framer-1o5mpla > :first-child, .framer-uBfHj .framer-ljhm3r > :first-child, .framer-uBfHj .framer-1rj5ppj > :first-child, .framer-uBfHj .framer-2ygn3s > :first-child, .framer-uBfHj .framer-1okkd5q > :first-child, .framer-uBfHj .framer-1pwazwm > :first-child, .framer-uBfHj .framer-13dysnp > :first-child, .framer-uBfHj .framer-1hj1z64 > :first-child, .framer-uBfHj .framer-1704ynf > :first-child, .framer-uBfHj .framer-1n2650j > :first-child, .framer-uBfHj .framer-x9o315 > :first-child, .framer-uBfHj .framer-140sjou > :first-child, .framer-uBfHj .framer-voxzxa > :first-child, .framer-uBfHj .framer-kmegv5 > :first-child, .framer-uBfHj .framer-1v3d264 > :first-child, .framer-uBfHj .framer-w2uonr > :first-child, .framer-uBfHj .framer-wvgjou > :first-child, .framer-uBfHj .framer-4px6p5 > :first-child, .framer-uBfHj .framer-5y884i > :first-child, .framer-uBfHj .framer-puw3kx > :first-child { margin-top: 0px; } .framer-uBfHj .framer-1owpkxr > :last-child, .framer-uBfHj .framer-1o5mpla > :last-child, .framer-uBfHj .framer-ljhm3r > :last-child, .framer-uBfHj .framer-1rj5ppj > :last-child, .framer-uBfHj .framer-2ygn3s > :last-child, .framer-uBfHj .framer-1okkd5q > :last-child, .framer-uBfHj .framer-1pwazwm > :last-child, .framer-uBfHj .framer-13dysnp > :last-child, .framer-uBfHj .framer-1hj1z64 > :last-child, .framer-uBfHj .framer-1704ynf > :last-child, .framer-uBfHj .framer-1n2650j > :last-child, .framer-uBfHj .framer-x9o315 > :last-child, .framer-uBfHj .framer-140sjou > :last-child, .framer-uBfHj .framer-voxzxa > :last-child, .framer-uBfHj .framer-kmegv5 > :last-child, .framer-uBfHj .framer-1v3d264 > :last-child, .framer-uBfHj .framer-w2uonr > :last-child, .framer-uBfHj .framer-wvgjou > :last-child, .framer-uBfHj .framer-4px6p5 > :last-child, .framer-uBfHj .framer-5y884i > :last-child, .framer-uBfHj .framer-puw3kx > :last-child { margin-bottom: 0px; } .framer-uBfHj .framer-1o5mpla > *, .framer-uBfHj .framer-2ygn3s > *, .framer-uBfHj .framer-1pwazwm > *, .framer-uBfHj .framer-1704ynf > *, .framer-uBfHj .framer-voxzxa > *, .framer-uBfHj .framer-w2uonr > *, .framer-uBfHj .framer-5y884i > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uBfHj .framer-ljhm3r > *, .framer-uBfHj .framer-13dysnp > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-uBfHj .framer-1rj5ppj > *, .framer-uBfHj .framer-1okkd5q > *, .framer-uBfHj .framer-1hj1z64 > *, .framer-uBfHj .framer-x9o315 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-uBfHj .framer-1blr500 > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-uBfHj .framer-1blr500 > :first-child { margin-left: 0px; } .framer-uBfHj .framer-1blr500 > :last-child { margin-right: 0px; } .framer-uBfHj .framer-1n2650j > *, .framer-uBfHj .framer-kmegv5 > *, .framer-uBfHj .framer-wvgjou > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-uBfHj .framer-140sjou > *, .framer-uBfHj .framer-1v3d264 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uBfHj .framer-4px6p5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7114\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"h28QhCMKd\":{\"layout\":[\"fixed\",\"auto\"]},\"a1ACCmevm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerResponsiveScreen\n */ const FramervjC5ilw1r=withCSS(Component,css,\"framer-uBfHj\");export default FramervjC5ilw1r;FramervjC5ilw1r.displayName=\"Story Wingweave\";FramervjC5ilw1r.defaultProps={height:7114,width:1200};addFonts(FramervjC5ilw1r,[...NavbarFonts,...PhosphorFonts,...TypeformFonts,...ColourCardFonts,...TickerFonts,...ScoreCardFonts,...CTAFonts,...FooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts,...sharedStyle5.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervjC5ilw1r\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"7114\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h28QhCMKd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a1ACCmevm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isInView", "useInView", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "Component", "House_default", "React", "renderPathForWeight", "weight", "color", "pathsByWeight2", "pathsByWeight", "renderPath", "House", "props", "ref", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "Y5GSKuFRK", "l24rCDtgD", "vTOx5Q0d1", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "css", "FramerRatrWtpvo", "withCSS", "RatrWtpvo_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "aIe3cN3br", "n2rDPY8Xv", "yICQIIzau", "fECCAXraD", "DUXxnIjoJ", "OfA4pFA1p", "tMdNGXP1j", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "css", "FramerUywuiZdbB", "withCSS", "UywuiZdbB_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "NavbarFonts", "getFonts", "gSqORgEZP_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "PhosphorFonts", "Icon", "TypeformFonts", "Typeform", "MotionDivWithFX", "withFX", "motion", "ColourCardFonts", "UywuiZdbB_default", "ContainerWithFX", "Container", "TickerFonts", "Ticker", "ScoreCardFonts", "RatrWtpvo_default", "CTAFonts", "rVI4Nx11E_default", "FooterFonts", "QAKY8ka7V_default", "breakpoints", "isBrowser", "variantClassNames", "humanReadableVariantMap", "transitions", "Overlay", "children", "visible", "setVisible", "useOverlayState", "transformTemplate", "_", "transformTemplate1", "animation", "transition1", "animation1", "transformTemplate2", "transition2", "animation2", "transition3", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "transition7", "animation6", "animation7", "transition8", "animation8", "transition9", "animation9", "transition10", "animation10", "transition11", "animation11", "animation12", "animation13", "transition12", "animation14", "animation15", "animation16", "transition13", "metadata", "vjC5ilw1r_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap42m929", "overlay", "args", "onTapzn6atv", "ref1", "pe", "ref2", "id1", "useRouteElementId", "ref3", "router", "useRouter", "isDisplayed", "isDisplayed1", "id2", "id3", "ref4", "isDisplayed2", "isDisplayed3", "id4", "ref5", "id5", "ref6", "id6", "id7", "ref7", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "overlayvdoz72", "l", "Container", "PropertyOverrides2", "NavbarWithVariantAppearEffect", "AnimatePresence", "Ga", "x", "Icon", "Typeform", "MotionDivWithFX", "RichText2", "Image2", "SVG", "ContainerWithFX", "UywuiZdbB_default", "Ticker", "RatrWtpvo_default", "overlay1b6ztvy", "rVI4Nx11E_default", "QAKY8ka7V_default", "resolveLink", "css", "FramervjC5ilw1r", "withCSS", "addFonts", "NavbarFonts", "PhosphorFonts", "TypeformFonts", "ColourCardFonts", "TickerFonts", "ScoreCardFonts", "CTAFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
