{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/NevawKaGWbiJT6xqhHNd/BlurGradient.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.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.14.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/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/f1bnvVmrxIGsuTn1KCDn/Z5HmVMwSUIyyFeWsYO3C/wB0sToZiG.js"],
  "sourcesContent": ["import{jsx as r}from\"react/jsx-runtime\";import{addPropertyControls as t,ControlType as e}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 240\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function a({blur:t,borderRadius:e,direction:a}){let i=r=>{switch(r){case\"toBottom\":default:return\"to bottom\";case\"toTop\":return\"to top\";case\"toLeft\":return\"to left\";case\"toRight\":return\"to right\";}},o=[{blur:\"0.5px\",gradient:\"rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%\"},{blur:`${t/2/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%\"},{blur:`${t/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%\"},{blur:`${t/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%\"},{blur:`${t/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%\"},{blur:`${t/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%\"},{blur:`${t/2}px`,gradient:\"rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%\"},{blur:`${t}px`,gradient:\"rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%\"}];return /*#__PURE__*/r(\"div\",{style:{position:\"relative\",width:\"100%\",height:\"100%\",borderRadius:`${e}px`},children:o.map((t,o)=>/*#__PURE__*/r(\"div\",{style:{position:\"absolute\",inset:0,zIndex:o+1,backdropFilter:`blur(${t.blur})`,WebkitBackdropFilter:`blur(${t.blur})`,maskImage:`linear-gradient(${i(a)}, ${t.gradient})`,WebkitMaskImage:`linear-gradient(${i(a)}, ${t.gradient})`,borderRadius:`${e}px`,pointerEvents:\"none\"}},o))});}a.defaultProps={blur:10,borderRadius:0,direction:\"toBottom\"},t(a,{blur:{title:\"Blur\",type:e.Number,defaultValue:10,min:0,max:100,step:1,description:\"Large blur values (10<) can impact performance.\"},borderRadius:{title:\"Radius\",type:e.Number,defaultValue:0,min:0,max:100,step:1,description:\"Blur Gradient component's parent frame can't have border radius (it will break the component). If you need corner radius, apply it directly to the Blur Gradient component here.\"},direction:{title:\"Direction\",type:e.SegmentedEnum,options:[\"toBottom\",\"toTop\",\"toLeft\",\"toRight\"],optionTitles:[\"\u2193\",\"\u2191\",\"\u2190\",\"\u2192\"],defaultValue:\"toBottom\"}});export default a;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BlurGradient\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"240\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"240\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BlurGradient.map", "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 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 f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;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,isFunction,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{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.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,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.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=r.stiffness,damping:s=r.damping,mass:n=r.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/n)/1e3;const l=calcDampingRatio(e,s,n);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 a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/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,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;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;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);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=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);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(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.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 isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\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]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}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,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=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\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Image,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-gwwqn\";const variantClassNames={cZ1yRkXDu:\"framer-v-1mqkxnt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cZ1yRkXDu\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1mqkxnt\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cZ1yRkXDu\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lrgd3f-container\",layoutDependency:layoutDependency,layoutId:\"leBYaBuFs-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:10,fadeWidth:10,overflow:false},gap:64,height:\"100%\",hoverFactor:1,id:\"leBYaBuFs\",layoutId:\"leBYaBuFs\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ulryf1\",\"data-framer-name\":\"techstars_logo_vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XU74YX4dr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 205 37\"><path d=\"M 3.82 1.816 L 10.779 1.816 L 10.779 8.051 L 15.793 8.051 L 15.793 13.019 L 10.779 13.019 L 10.779 23.262 C 10.779 25.42 11.461 25.831 13.78 25.831 L 15.793 25.831 L 15.793 30.902 L 11.359 30.902 C 5.73 30.902 3.82 29.806 3.82 24.495 L 3.82 13.019 L 0.239 13.019 L 0.239 8.051 L 3.82 8.051 Z M 39.397 23.776 C 37.35 29.189 32.575 31.519 28.038 31.519 C 20.636 31.519 15.554 27.031 15.554 19.391 C 15.554 12.059 21.08 7.434 27.765 7.434 C 35.338 7.434 39.977 13.19 39.499 21.309 L 22.615 21.309 C 22.819 24.564 25.344 26.037 27.868 26.037 C 30.528 26.037 32.2 25.078 32.984 23.742 Z M 22.717 17.061 L 32.575 17.061 C 32.438 14.183 30.46 12.744 27.8 12.744 C 25.275 12.744 23.092 14.046 22.717 17.061 Z M 63.444 16.444 L 56.963 16.444 C 56.349 13.772 54.678 12.847 52.631 12.847 C 50.141 12.847 47.686 14.56 47.686 19.459 C 47.686 24.427 50.141 26.071 52.631 26.071 C 55.19 26.071 56.793 24.735 57.304 22.543 L 63.785 22.543 C 62.216 29.326 56.759 31.484 52.188 31.484 C 44.684 31.484 40.557 26.654 40.557 19.356 C 40.557 12.059 45.298 7.4 52.188 7.4 C 56.895 7.4 62.08 9.558 63.444 16.444 Z M 71.528 11.1 C 72.517 9.387 75.007 7.571 78.589 7.571 C 84.422 7.571 86.264 11.031 86.264 17.232 L 86.264 30.97 L 79.305 30.97 L 79.305 19.014 C 79.305 15.759 79.203 13.087 75.826 13.087 C 72.824 13.087 71.562 15.04 71.562 19.322 L 71.562 31.039 L 64.604 31.039 L 64.604 0.206 L 71.562 0.206 Z M 102.295 14.8 C 101.818 13.087 100.044 12.607 97.861 12.607 C 95.439 12.607 94.245 13.19 94.245 14.32 C 94.245 15.382 95.064 15.999 97.042 16.376 L 101.306 17.13 C 106.764 18.123 109.39 19.768 109.39 23.776 C 109.39 28.915 104.683 31.519 98.373 31.519 C 92.301 31.519 88.003 28.949 87.219 23.536 L 93.7 23.536 C 94.314 25.729 96.087 26.414 98.475 26.414 C 100.965 26.414 102.705 25.729 102.705 24.358 C 102.705 23.365 101.818 22.68 99.123 22.234 L 95.064 21.549 C 90.664 20.83 87.662 18.603 87.662 14.56 C 87.662 10.004 92.438 7.503 98.066 7.503 C 103.25 7.503 107.992 9.593 108.844 14.834 Z M 112.972 1.816 L 119.93 1.816 L 119.93 8.051 L 124.944 8.051 L 124.944 13.019 L 119.93 13.019 L 119.93 23.262 C 119.93 25.42 120.612 25.831 122.932 25.831 L 124.91 25.831 L 124.91 30.902 L 120.51 30.902 C 114.882 30.902 112.972 29.806 112.972 24.495 L 112.972 13.019 L 109.39 13.019 L 109.39 8.051 L 112.972 8.051 Z M 140.839 15.759 C 140.839 13.019 139.543 12.128 136.985 12.128 C 134.734 12.128 133.233 13.293 132.926 15.485 L 126.411 15.485 C 126.752 11.169 130.811 7.366 137.565 7.366 C 144.148 7.366 147.866 10.038 147.73 16.993 L 147.627 21.96 L 147.627 24.358 C 147.627 26.859 147.798 29.566 148.139 30.97 L 141.283 30.97 L 141.181 28.195 C 139.475 30.628 136.78 31.519 133.506 31.519 C 129.174 31.519 125.626 28.983 125.626 24.804 C 125.626 19.185 131.937 17.369 140.771 16.684 Z M 141.044 20.795 C 136.166 21.275 132.926 21.755 132.926 24.29 C 132.926 25.763 134.324 26.756 136.132 26.756 C 138.929 26.756 141.044 25.557 141.044 21.344 Z M 163.693 14.8 C 163.079 14.697 162.397 14.629 161.783 14.663 C 158.406 14.663 156.666 15.896 156.666 19.459 L 156.666 30.936 L 149.674 30.936 L 149.674 8.051 L 156.394 8.051 L 156.394 12.402 C 157.451 9.661 159.361 8.051 162.602 7.914 L 163.113 7.914 C 163.318 7.914 163.488 7.914 163.693 7.948 Z M 179.111 14.8 C 178.633 13.087 176.859 12.607 174.676 12.607 C 172.255 12.607 171.061 13.19 171.061 14.32 C 171.061 15.382 171.879 15.999 173.858 16.376 L 178.087 17.13 C 183.545 18.123 186.171 19.768 186.171 23.776 C 186.171 28.915 181.464 31.519 175.154 31.519 C 169.116 31.519 164.785 28.949 164 23.536 L 170.481 23.536 C 171.095 25.729 172.869 26.414 175.256 26.414 C 177.746 26.414 179.486 25.729 179.486 24.358 C 179.486 23.365 178.599 22.68 175.904 22.234 L 171.845 21.549 C 167.445 20.83 164.478 18.603 164.478 14.56 C 164.478 10.004 169.253 7.503 174.881 7.503 C 180.066 7.503 184.807 9.593 185.66 14.834 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 186.035 36.863 L 186.035 30.97 L 204.864 30.97 L 204.864 36.863 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:11267023791,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10rpaoe\",\"data-framer-name\":\"amazon_web_services_2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EW5LNltbz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 90 54\"><path d=\"M 25.351 19.612 C 25.351 20.723 25.471 21.624 25.68 22.285 C 25.92 22.945 26.219 23.666 26.638 24.447 C 26.787 24.687 26.847 24.928 26.847 25.138 C 26.847 25.438 26.668 25.739 26.279 26.039 L 24.393 27.3 C 24.124 27.481 23.854 27.571 23.615 27.571 C 23.316 27.571 23.016 27.42 22.717 27.15 C 22.298 26.7 21.939 26.219 21.64 25.739 C 21.34 25.228 21.041 24.657 20.712 23.967 C 18.377 26.73 15.444 28.111 11.912 28.111 C 9.398 28.111 7.393 27.39 5.926 25.949 C 4.46 24.507 3.711 22.585 3.711 20.182 C 3.711 17.63 4.609 15.557 6.435 13.996 C 8.261 12.434 10.685 11.653 13.768 11.653 C 14.786 11.653 15.833 11.743 16.94 11.893 C 18.048 12.043 19.185 12.284 20.382 12.554 L 20.382 10.362 C 20.382 8.079 19.904 6.487 18.976 5.556 C 18.018 4.625 16.402 4.175 14.097 4.175 C 13.05 4.175 11.972 4.295 10.865 4.565 C 9.757 4.835 8.68 5.166 7.632 5.586 C 7.153 5.796 6.794 5.917 6.585 5.977 C 6.375 6.037 6.225 6.067 6.106 6.067 C 5.687 6.067 5.477 5.766 5.477 5.136 L 5.477 3.664 C 5.477 3.184 5.537 2.823 5.687 2.613 C 5.836 2.403 6.106 2.192 6.525 1.982 C 7.572 1.442 8.829 0.991 10.296 0.631 C 11.763 0.24 13.319 0.06 14.965 0.06 C 18.527 0.06 21.131 0.871 22.807 2.493 C 24.453 4.115 25.291 6.577 25.291 9.881 L 25.291 19.612 Z M 13.199 24.177 C 14.187 24.177 15.205 23.997 16.282 23.636 C 17.359 23.276 18.317 22.615 19.125 21.714 C 19.604 21.143 19.963 20.513 20.143 19.792 C 20.323 19.071 20.442 18.2 20.442 17.179 L 20.442 15.918 C 19.574 15.707 18.646 15.527 17.689 15.407 C 16.731 15.287 15.803 15.227 14.875 15.227 C 12.87 15.227 11.403 15.617 10.416 16.428 C 9.428 17.239 8.949 18.38 8.949 19.882 C 8.949 21.294 9.308 22.345 10.057 23.066 C 10.775 23.816 11.822 24.177 13.199 24.177 Z M 37.233 27.42 C 36.694 27.42 36.335 27.33 36.096 27.12 C 35.856 26.94 35.647 26.519 35.467 25.949 L 28.434 2.733 C 28.254 2.132 28.164 1.742 28.164 1.532 C 28.164 1.051 28.404 0.781 28.883 0.781 L 31.816 0.781 C 32.384 0.781 32.774 0.871 32.983 1.081 C 33.222 1.261 33.402 1.682 33.582 2.253 L 38.61 22.135 L 43.279 2.253 C 43.429 1.652 43.608 1.261 43.848 1.081 C 44.087 0.901 44.506 0.781 45.045 0.781 L 47.439 0.781 C 48.008 0.781 48.397 0.871 48.637 1.081 C 48.876 1.261 49.085 1.682 49.205 2.253 L 53.934 22.375 L 59.112 2.253 C 59.292 1.652 59.501 1.261 59.711 1.081 C 59.95 0.901 60.339 0.781 60.878 0.781 L 63.661 0.781 C 64.14 0.781 64.41 1.021 64.41 1.532 C 64.41 1.682 64.38 1.832 64.35 2.012 C 64.32 2.192 64.26 2.433 64.14 2.763 L 56.927 25.979 C 56.748 26.58 56.538 26.97 56.299 27.15 C 56.059 27.33 55.67 27.451 55.161 27.451 L 52.587 27.451 C 52.019 27.451 51.63 27.36 51.39 27.15 C 51.151 26.94 50.941 26.549 50.821 25.949 L 46.182 6.577 L 41.573 25.919 C 41.423 26.519 41.244 26.91 41.004 27.12 C 40.765 27.33 40.346 27.42 39.807 27.42 Z M 75.693 28.231 C 74.137 28.231 72.581 28.051 71.084 27.691 C 69.588 27.33 68.42 26.94 67.642 26.489 C 67.163 26.219 66.834 25.919 66.714 25.648 C 66.595 25.378 66.535 25.078 66.535 24.808 L 66.535 23.276 C 66.535 22.645 66.774 22.345 67.223 22.345 C 67.403 22.345 67.582 22.375 67.762 22.435 C 67.941 22.495 68.211 22.615 68.51 22.735 C 69.528 23.186 70.635 23.546 71.802 23.786 C 73 24.027 74.167 24.147 75.364 24.147 C 77.25 24.147 78.716 23.816 79.734 23.156 C 80.752 22.495 81.29 21.534 81.29 20.303 C 81.29 19.462 81.021 18.771 80.482 18.2 C 79.943 17.63 78.926 17.119 77.459 16.638 L 73.119 15.287 C 70.934 14.596 69.318 13.575 68.331 12.224 C 67.343 10.902 66.834 9.43 66.834 7.869 C 66.834 6.607 67.103 5.496 67.642 4.535 C 68.181 3.574 68.899 2.733 69.797 2.072 C 70.695 1.382 71.713 0.871 72.91 0.511 C 74.107 0.15 75.364 0 76.681 0 C 77.34 0 78.028 0.03 78.686 0.12 C 79.375 0.21 80.003 0.33 80.632 0.451 C 81.23 0.601 81.799 0.751 82.338 0.931 C 82.877 1.111 83.296 1.291 83.595 1.472 C 84.014 1.712 84.313 1.952 84.493 2.222 C 84.672 2.463 84.762 2.793 84.762 3.214 L 84.762 4.625 C 84.762 5.256 84.523 5.586 84.074 5.586 C 83.834 5.586 83.445 5.466 82.936 5.226 C 81.23 4.445 79.315 4.055 77.19 4.055 C 75.484 4.055 74.137 4.325 73.209 4.895 C 72.281 5.466 71.802 6.337 71.802 7.568 C 71.802 8.409 72.102 9.13 72.7 9.701 C 73.299 10.271 74.406 10.842 75.993 11.353 L 80.243 12.704 C 82.398 13.395 83.954 14.356 84.882 15.587 C 85.81 16.819 86.259 18.23 86.259 19.792 C 86.259 21.083 85.989 22.255 85.481 23.276 C 84.942 24.297 84.223 25.198 83.296 25.919 C 82.368 26.67 81.26 27.21 79.973 27.601 C 78.627 28.021 77.22 28.231 75.693 28.231 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 81.35 42.828 C 71.503 50.126 57.197 54 44.895 54 C 27.655 54 12.122 47.603 0.389 36.971 C -0.539 36.13 0.299 34.989 1.407 35.65 C 14.097 43.038 29.751 47.513 45.943 47.513 C 56.867 47.513 68.869 45.23 79.914 40.545 C 81.56 39.794 82.966 41.626 81.35 42.828 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 85.451 38.142 C 84.194 36.521 77.13 37.362 73.928 37.752 C 72.97 37.872 72.82 37.031 73.688 36.4 C 79.315 32.436 88.563 33.577 89.641 34.899 C 90.718 36.25 89.342 45.531 84.074 49.976 C 83.266 50.666 82.488 50.306 82.847 49.405 C 84.044 46.432 86.708 39.734 85.451 38.142 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:9779358907,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14daw53\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cTWputLtC-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 201 39\"><path d=\"M 200.653 17.714 L 200.653 12.815 L 194.599 12.815 L 194.599 5.198 L 194.395 5.261 L 188.708 7.01 L 188.596 7.044 L 188.596 12.815 L 179.62 12.815 L 179.62 9.6 C 179.62 8.103 179.953 6.958 180.609 6.194 C 181.261 5.439 182.194 5.055 183.383 5.055 C 184.238 5.055 185.124 5.257 186.015 5.657 L 186.238 5.757 L 186.238 0.597 L 186.133 0.559 C 185.302 0.258 184.171 0.107 182.77 0.107 C 181.004 0.107 179.399 0.493 178 1.259 C 176.6 2.025 175.498 3.119 174.727 4.51 C 173.958 5.9 173.568 7.504 173.568 9.28 L 173.568 12.815 L 169.352 12.815 L 169.352 17.714 L 173.568 17.714 L 173.568 38.353 L 179.62 38.353 L 179.62 17.714 L 188.596 17.714 L 188.596 30.83 C 188.596 36.231 191.132 38.969 196.133 38.969 C 196.954 38.969 197.819 38.872 198.702 38.682 C 199.601 38.488 200.214 38.294 200.574 38.086 L 200.654 38.039 L 200.654 33.094 L 200.408 33.258 C 200.079 33.478 199.67 33.657 199.19 33.791 C 198.709 33.927 198.307 33.995 197.995 33.995 C 196.823 33.995 195.957 33.678 195.419 33.052 C 194.875 32.421 194.599 31.316 194.599 29.771 L 194.599 17.714 Z M 155.836 33.996 C 153.639 33.996 151.907 33.264 150.687 31.823 C 149.458 30.374 148.836 28.308 148.836 25.683 C 148.836 22.975 149.458 20.856 150.687 19.381 C 151.908 17.916 153.624 17.173 155.786 17.173 C 157.885 17.173 159.556 17.883 160.752 19.284 C 161.955 20.693 162.565 22.796 162.565 25.535 C 162.565 28.308 161.991 30.439 160.86 31.864 C 159.736 33.278 158.045 33.996 155.836 33.996 M 156.105 12.199 C 151.914 12.199 148.585 13.433 146.211 15.867 C 143.84 18.301 142.637 21.669 142.637 25.879 C 142.637 29.877 143.811 33.094 146.126 35.437 C 148.442 37.781 151.593 38.968 155.492 38.968 C 159.555 38.968 162.817 37.717 165.189 35.249 C 167.562 32.785 168.763 29.448 168.763 25.337 C 168.763 21.276 167.636 18.036 165.41 15.708 C 163.184 13.38 160.053 12.199 156.105 12.199 M 132.879 12.199 C 130.028 12.199 127.67 12.932 125.868 14.377 C 124.056 15.83 123.137 17.736 123.137 20.043 C 123.137 21.242 123.335 22.306 123.726 23.21 C 124.118 24.116 124.726 24.914 125.534 25.584 C 126.336 26.248 127.573 26.944 129.213 27.652 C 130.591 28.222 131.619 28.704 132.273 29.084 C 132.911 29.456 133.364 29.83 133.62 30.195 C 133.868 30.552 133.994 31.04 133.994 31.643 C 133.994 33.358 132.716 34.193 130.084 34.193 C 129.108 34.193 127.995 33.988 126.776 33.585 C 125.565 33.187 124.422 32.605 123.387 31.858 L 123.136 31.677 L 123.136 37.532 L 123.228 37.575 C 124.085 37.973 125.164 38.308 126.437 38.571 C 127.707 38.835 128.861 38.969 129.864 38.969 C 132.957 38.969 135.448 38.233 137.266 36.78 C 139.096 35.316 140.023 33.365 140.023 30.979 C 140.023 29.258 139.524 27.781 138.54 26.591 C 137.563 25.41 135.867 24.326 133.502 23.368 C 131.618 22.608 130.41 21.977 129.912 21.493 C 129.432 21.025 129.189 20.363 129.189 19.525 C 129.189 18.783 129.489 18.188 130.107 17.706 C 130.73 17.222 131.596 16.975 132.683 16.975 C 133.691 16.975 134.723 17.135 135.749 17.449 C 136.774 17.763 137.675 18.183 138.427 18.697 L 138.674 18.867 L 138.674 13.313 L 138.579 13.272 C 137.885 12.973 136.971 12.717 135.86 12.51 C 134.754 12.303 133.751 12.199 132.879 12.199 M 107.359 33.996 C 105.162 33.996 103.43 33.264 102.21 31.823 C 100.981 30.374 100.36 28.308 100.36 25.683 C 100.36 22.975 100.982 20.856 102.211 19.381 C 103.431 17.916 105.146 17.173 107.31 17.173 C 109.408 17.173 111.078 17.883 112.275 19.284 C 113.478 20.693 114.088 22.796 114.088 25.535 C 114.088 28.308 113.514 30.439 112.382 31.864 C 111.258 33.278 109.569 33.996 107.359 33.996 M 107.628 12.199 C 103.436 12.199 100.107 13.433 97.735 15.867 C 95.363 18.301 94.16 21.669 94.16 25.879 C 94.16 29.879 95.335 33.094 97.65 35.437 C 99.966 37.781 103.117 38.968 107.015 38.968 C 111.077 38.968 114.341 37.717 116.713 35.249 C 119.085 32.785 120.287 29.448 120.287 25.337 C 120.287 21.276 119.159 18.036 116.933 15.708 C 114.707 13.38 111.576 12.199 107.628 12.199 M 84.973 17.237 L 84.973 12.815 L 78.994 12.815 L 78.994 38.352 L 84.973 38.352 L 84.973 25.289 C 84.973 23.067 85.474 21.243 86.463 19.864 C 87.44 18.502 88.741 17.812 90.33 17.812 C 90.868 17.812 91.473 17.901 92.127 18.078 C 92.775 18.253 93.245 18.444 93.521 18.644 L 93.773 18.827 L 93.773 12.771 L 93.676 12.729 C 93.119 12.492 92.331 12.372 91.335 12.372 C 89.832 12.372 88.488 12.857 87.336 13.812 C 86.325 14.651 85.595 15.802 85.036 17.237 Z M 68.288 12.199 C 65.545 12.199 63.099 12.79 61.018 13.955 C 58.932 15.123 57.32 16.79 56.223 18.91 C 55.13 21.024 54.576 23.494 54.576 26.249 C 54.576 28.662 55.113 30.876 56.176 32.828 C 57.24 34.782 58.745 36.312 60.65 37.372 C 62.553 38.432 64.751 38.969 67.186 38.969 C 70.027 38.969 72.453 38.398 74.398 37.272 L 74.477 37.227 L 74.477 31.724 L 74.225 31.908 C 73.344 32.553 72.36 33.068 71.3 33.438 C 70.244 33.809 69.28 33.996 68.436 33.996 C 66.09 33.996 64.206 33.259 62.839 31.804 C 61.47 30.349 60.775 28.304 60.775 25.731 C 60.775 23.142 61.499 21.045 62.927 19.498 C 64.35 17.955 66.237 17.173 68.534 17.173 C 70.499 17.173 72.414 17.841 74.226 19.162 L 74.477 19.345 L 74.477 13.546 L 74.396 13.5 C 73.714 13.116 72.784 12.8 71.63 12.56 C 70.48 12.32 69.356 12.199 68.288 12.199 M 50.458 12.815 L 44.48 12.815 L 44.48 38.352 L 50.458 38.352 Z M 47.53 1.936 C 46.546 1.936 45.688 2.272 44.983 2.939 C 44.275 3.608 43.916 4.45 43.916 5.444 C 43.916 6.422 44.27 7.249 44.972 7.9 C 45.669 8.549 46.529 8.878 47.53 8.878 C 48.531 8.878 49.395 8.549 50.1 7.901 C 50.81 7.249 51.17 6.423 51.17 5.444 C 51.17 4.485 50.819 3.652 50.129 2.966 C 49.44 2.282 48.565 1.936 47.53 1.936 M 32.613 10.931 L 32.613 38.352 L 38.715 38.352 L 38.715 2.718 L 30.27 2.718 L 19.537 29.186 L 9.12 2.718 L 0.332 2.718 L 0.332 38.352 L 6.066 38.352 L 6.066 10.928 L 6.262 10.928 L 17.262 38.352 L 21.589 38.352 L 32.416 10.931 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:10303892115,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nedmcj\",\"data-framer-name\":\"Virgin_id9pqdKndL_4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XL7huMEBL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85 75\"><path d=\"M 72.667 16.833 C 73.333 16.5 74.167 16.333 75 16.667 L 75.167 16.667 C 75.333 16.667 75.5 17 75.667 17 C 75.833 17.167 75.833 17.333 76 17.667 C 76 17.833 76 18 76.333 18.167 C 76.167 18.333 76.167 18.333 76.167 18.5 C 76.167 18.667 76.333 18.667 76.333 18.833 L 76.333 19.333 C 76.167 19.333 76.167 19.5 76.167 19.667 L 76.167 20.167 L 76.333 20.167 L 76.333 21.667 C 76.333 21.667 76 21.667 76 21.833 C 76 22 76 22 76.167 22.167 C 76 22.333 76 22.333 76.167 22.5 L 76 22.667 L 76 24.167 C 76 24.333 76 24.333 76.167 24.667 C 76.167 24.667 76 24.833 76.167 25 L 76.167 25.167 C 76.167 25.333 76.167 25.5 76.333 25.5 L 76.333 26.5 C 76.167 26.667 76.333 26.667 76.5 26.667 L 76.333 27 L 76.5 27.167 C 76.333 27.333 76.333 27.333 76.333 27.5 L 76.333 27.833 C 76.167 28 76.5 28.167 76.5 28.167 C 76.5 28.167 76.5 28.333 76.333 28.333 C 76.167 28.5 76.167 28.5 76.333 28.5 L 76.333 28.667 C 76.333 28.833 76.333 29 76.5 29 L 76.667 29.167 C 76.833 29.5 77.167 29.5 77.5 29.333 C 78 29.167 78.5 28.833 79.167 28.667 C 80 28.333 80.667 27.833 81.5 27.5 C 82.333 27.167 83.167 27 84 27.167 L 84.5 27.167 C 84.667 27.167 84.833 27.333 85 27.333 C 85.333 27.667 85.5 28 85.667 28.333 L 85.667 28.667 C 85.5 28.833 85.5 28.833 85.667 29 L 85.667 29.167 L 85.5 29.167 C 85.333 29.333 85.333 29.5 85.167 29.667 C 84.833 30.5 84.167 31 83.333 31.5 C 82.667 32 81.833 32.167 81 32.333 C 80 32.667 79.167 33 78.167 33.333 C 77.167 33.667 76.167 34.167 75.333 34.5 C 74.667 34.833 74 35.167 73.5 35.5 C 72.833 35.833 72 36.333 71.333 36.667 C 70.333 37.167 69.5 37.667 68.5 38.167 C 67.167 39 65.667 39.667 64.333 40.5 C 63.333 41 62.5 41.5 61.5 42.167 C 60.667 42.667 59.833 43 59.167 43.5 C 58.5 44 57.833 44.333 57.167 44.833 C 56.833 45 56.667 45.333 56.333 45.5 C 55.5 45.833 54.833 46.333 54.167 46.833 C 53.833 47 53.5 47.333 53.167 47.5 L 53 47.5 C 53 47.833 52.667 47.833 52.5 48 C 52.333 48.167 52.167 48.333 52.167 48.5 L 52.167 49.667 C 52.333 49.833 52.167 49.833 52.167 50 L 52.167 50.167 C 52.333 50.333 52.167 50.5 52.167 50.833 C 52.333 51 52.333 51.167 52.333 51.333 C 52.333 51.5 52.167 51.833 52.333 52 L 52.167 52.167 L 52.167 52.333 C 52.333 52.5 52.333 52.667 52.167 52.833 L 52.167 53 C 52.333 53.167 52.167 53.333 52.167 53.5 L 52.167 55.5 C 52 55.667 52 55.833 52.167 55.833 L 52.167 60.167 C 52.167 60.333 52 60.333 52 60.5 L 52 60.833 L 52.167 61 L 52.167 61.167 L 51.833 61.167 L 51.667 61.667 L 51.667 61.833 C 51.833 62 51.667 62.167 51.667 62.167 C 51.667 62.333 51.5 62.5 51.5 62.667 C 51.5 62.833 51.667 63 51.667 63.333 L 51.667 63.5 C 51.333 63.667 51.5 64 51.667 64.167 L 51.667 64.333 C 51.5 64.333 51.333 64.667 51.5 64.833 C 51.667 64.833 51.667 65 51.833 65.167 L 51.667 65.333 C 51.833 65.667 51.833 65.667 51.667 66 L 52 66.333 L 51.667 66.667 L 51.833 66.667 C 51.667 66.833 51.667 67 51.833 67 C 51.833 67.167 52 67.333 51.833 67.667 L 51.667 67.833 C 51.833 68 51.833 68.167 51.667 68.333 C 51.667 68.5 51.667 68.667 51.833 68.667 C 52 68.667 52 68.833 52 68.833 C 52 69.167 52.167 69.5 52.333 69.667 C 52.167 69.833 52.167 70.167 51.833 70.167 L 52 70.167 L 51.833 70.333 L 51.833 70.833 C 51.833 71 52 71 52.167 71 C 52.333 71 52.5 71.167 52.5 71.167 C 52.5 71.333 52.5 71.333 52.667 71.5 C 52.5 71.667 52.667 72 52.333 72 L 52.5 72 L 52.333 72.333 C 52.5 72.5 52.5 72.5 52.667 72.833 C 52.667 72.833 52.833 73 53 73 C 52.833 73.167 52.833 73.167 52.833 73.5 L 52.833 73.667 C 52.833 73.667 52.833 73.833 52.667 73.833 L 53 74 L 52.667 74.333 C 52.667 74.5 52.5 74.667 52.5 74.667 L 52 75.167 C 51.667 75.333 51.5 75.5 51.167 75.667 C 51 75.833 50.833 75.833 50.667 75.833 L 49.833 75.833 C 49.333 75.667 49 75.5 48.667 75.167 C 48.333 74.833 48.333 74.5 48.167 74.167 C 47.833 73.167 47.833 72.167 47.833 71.333 L 47.833 61.167 C 48 61 48 60.833 48 60.5 L 48 51.333 L 47 51.833 C 46.5 52.167 45.833 52.667 45.333 53.167 C 44.833 53.667 44.167 54 43.667 54.5 L 42.5 55.5 C 42 55.833 41.667 56.167 41.167 56.5 C 40.5 57.167 39.667 57.667 39 58.333 C 38.5 58.667 38 59.167 37.5 59.5 L 35.333 61.333 C 34.833 61.833 34.333 62.167 33.667 62.667 L 32.833 63.5 C 32.667 63.667 32.667 63.833 32.5 64 C 32.167 64.333 31.833 64.5 31.5 64.833 L 30.5 65.833 C 30.333 66 30.167 66.167 29.833 66.333 L 29.5 66.667 L 29.167 67 L 28.667 67.5 L 26.5 69.667 L 26.167 70 L 25.5 70.833 C 25.5 71 25.333 71 25.167 71.167 L 24.667 71.667 L 24.5 71.833 L 23.667 72.667 L 22.833 73.5 C 22.5 73.667 22.333 73.833 22 73.833 C 21.333 73.833 20.833 73.833 20.167 73.5 C 19.833 73.333 19.667 73.167 19.5 72.833 C 19.333 72.5 19.167 72 19.167 71.667 C 19.167 71.333 19.167 71.167 19.333 70.833 C 19.667 70.5 19.833 70.167 20.167 69.833 C 20.833 69 21.667 68.167 22.5 67.5 C 23 67 23.667 66.5 24.333 65.833 C 24.833 65.333 25.333 65 25.833 64.5 C 26.333 64 26.833 63.5 27.5 63.167 C 28.167 62.667 28.667 62.167 29.333 61.667 C 29.833 61.167 30.333 60.833 30.833 60.5 C 31.167 60.167 31.667 59.833 32 59.5 C 32.333 59.333 32.5 59.167 32.833 58.833 L 34.333 57.667 L 35.667 56.667 C 36 56.5 36.333 56.167 36.5 56 C 36.667 55.833 36.833 55.667 37.167 55.5 C 37.333 55.333 37.5 55.167 37.667 55.167 L 39.667 53.667 C 40.167 53.333 40.667 52.833 41.333 52.5 L 42.833 51.5 C 43.333 51.167 43.667 50.833 44.167 50.5 C 45 50 45.667 49.333 46.5 48.833 C 47 48.5 47.5 48.167 48 47.667 C 48.167 47.667 48.167 47.5 48.167 47.333 L 48.167 45.5 C 48.167 45.5 48.167 45.333 48 45.333 C 48 45.333 47.833 45.333 47.833 45.5 C 47.5 45.833 47 46 46.667 46.333 L 46.5 46.333 C 46.167 46.333 46 46.5 45.667 46.667 C 45.667 46.667 45.5 46.667 45.5 46.833 L 44.833 46.833 C 44.333 47 43.833 47 43.333 47 C 42.5 47 41.667 46.667 41.167 45.833 C 40.833 45.5 40.833 45.167 40.667 44.667 C 40.5 43.833 40.5 43 40.5 42.167 L 40.5 40 C 40.667 39.333 40.667 38.667 40.667 38 C 40.833 37 41 35.833 41.333 34.833 C 41.667 33.833 42 33 42.667 32.167 C 43 31.833 43.167 31.5 43.5 31.167 C 43.833 30.833 44.167 30.5 44.667 30.333 C 44.667 30.333 44.833 30.333 44.833 30.167 C 45.333 29.667 45.833 29.667 46.5 29.5 L 47.333 29.5 C 47.5 29.5 47.667 29.667 47.667 29.833 C 47.667 30 47.833 30.167 47.667 30.5 C 47.667 30.667 47.667 30.833 47.5 31 C 47.5 31.333 47.167 31.667 47 32 C 47 32.167 46.833 32.167 46.667 32.167 C 46.5 32.333 46.333 32.5 46.333 32.667 C 46.333 32.667 46.333 32.833 46.167 32.833 C 46 33 46 33.167 45.833 33.333 C 45.833 33.5 45.667 33.667 45.5 33.833 C 45.5 34 45.333 34.167 45.333 34.167 C 45.333 34.333 45.333 34.5 45.167 34.667 C 45 34.833 45 34.833 45 35 C 44.833 35.333 44.833 35.667 44.667 36 C 44.5 36.333 44.5 36.667 44.5 36.833 L 44.5 37.333 C 44.667 37.5 44.667 37.667 44.5 37.833 L 44.5 38.167 C 44.5 38.333 44.5 38.667 44.333 38.833 L 44.333 39.5 C 44.167 40 44.333 40.667 44.333 41.167 C 44.333 41.5 44.5 41.667 44.667 42 C 44.833 42.333 45.167 42.5 45.5 42.5 C 46.167 42.5 46.833 42.167 47.333 41.667 C 47.833 41.167 48 40.667 48.167 40 C 48.333 39.167 48.5 38.167 48.5 37.333 C 48.5 36.833 48.667 36.333 48.667 35.667 C 48.667 35.333 48.833 35.167 48.667 34.833 C 48.833 34.5 48.833 34.333 48.833 34 C 48.833 33.5 49 33 49 32.5 C 49 31.667 49.167 31 49.167 30.167 C 49.167 29.667 49.167 29.167 49.333 28.667 C 49.5 28 50 27.5 50.5 27.333 C 51 27.167 51.333 27.167 51.833 27.167 C 52.167 27.167 52.5 27.333 52.667 27.5 C 53 27.833 53 28.167 53 28.5 L 53 29.5 C 53.167 29.833 52.833 30.333 53 30.667 C 52.833 31 53 31.333 52.833 31.833 C 52.667 32.167 52.667 32.667 52.667 33 C 52.667 33.667 52.667 34.5 52.5 35.167 C 52.5 35.833 52.333 36.667 52.333 37.333 L 52.333 44.833 C 52.5 44.833 52.5 44.667 52.667 44.667 C 53.167 44.333 53.5 44 54 43.833 L 56.5 42.333 C 57.167 42 57.833 41.5 58.5 41.167 C 59 40.833 59.333 40.667 59.833 40.333 C 60 40.167 60.333 40 60.5 40 C 60.833 39.833 61 39.667 61.333 39.5 L 61.5 39.5 C 61.667 39.5 61.833 39.5 61.833 39.333 C 62.667 38.833 63.5 38.333 64.167 38 C 64.833 37.667 65.5 37.167 66.167 36.833 L 69.667 34.833 L 72.167 33.5 C 72.333 33.333 72.667 33.167 72.833 33.167 C 72.833 33.167 73 33.167 73 33 C 73.167 32.833 73.167 32.833 73 32.667 C 72.833 32.5 72.667 32.5 72.5 32.333 C 72.167 32 72.167 31.667 72 31.333 L 72 30 C 72 29.5 72.167 28.833 72.167 28.333 L 72.167 28.167 C 72 27.833 72.167 27.333 72.167 27 L 72.167 26.833 C 72.167 26.667 72 26.5 72.167 26.167 C 72.167 25.5 72.5 25 72 24.333 C 71.833 24 71.833 23.5 72 23.167 C 72.333 22.667 72.167 22.333 71.833 22.167 L 71.667 22 C 71.333 22 70.833 21.833 70.5 22.167 C 70.167 22.333 70 22.5 69.667 22.667 C 69.5 22.833 69.333 23 69.333 23.167 C 69.333 23.333 69.167 23.333 69.167 23.5 C 69 23.667 68.833 23.833 68.667 24.167 C 68.667 24.333 68.5 24.333 68.333 24.5 C 68.333 24.667 68.333 25 68.167 25.167 L 68.167 25.333 C 68.167 25.5 68.167 25.833 68 26 L 68 26.167 C 68 26.333 68 26.333 67.833 26.333 L 67.667 25 L 67.833 25.167 L 67.833 25.5 C 67.833 25.5 67.667 25.5 67.667 25.667 L 67.667 26 C 67.667 26.167 67.667 26.333 67.833 26.333 L 67.833 26.667 L 67.5 27 L 67.5 27.167 C 67.667 27.333 67.667 27.5 67.667 27.667 L 67.667 27.833 C 67.667 27.833 67.5 28 67.5 27.833 C 67.5 28 67.333 28.167 67.5 28.333 C 67.333 28.667 67.5 29.167 67.333 29.667 C 67.333 29.833 67.5 29.833 67.5 29.833 C 67.333 30 67.167 30.167 67.5 30.5 L 67.333 30.667 L 67.5 30.833 C 67.5 31 67.333 31.167 67.333 31.333 L 67.333 31.667 C 67.167 31.833 67.333 31.833 67.333 32 L 67.333 32.333 C 67.167 32.667 67 32.833 67 33.167 C 67 33.667 66.5 33.833 66.167 34.167 L 65.167 34.667 C 64.833 34.833 64.333 34.833 64 34.833 C 63.5 34.667 63.333 34.333 63.167 33.833 L 63.167 33.167 C 63.167 32 63.333 30.833 63.333 29.833 L 63.333 28.333 C 63.333 27.5 63.5 26.667 63.5 25.833 C 63.5 25.167 63.5 24.5 63.667 24 L 63.667 22.833 C 63.833 22.167 64 21.333 64.667 20.833 C 65.333 20.167 66.167 19.833 67.167 20 L 67.5 20 C 67.667 19.833 67.833 19.833 68.167 20 C 68.5 20.167 68.833 20.167 69.167 20 C 69.667 19.833 70 19.5 70.333 19.167 C 70.333 19 70.5 19 70.667 18.833 L 71.5 18 C 71.5 18 71.667 17.833 71.833 17.833 C 71.833 17.167 72.167 17 72.667 16.833 Z M 30.667 0 L 31.333 0 C 31.667 0 31.833 0.167 32.167 0.167 C 33.167 0.5 33.833 1.167 34.167 2.167 C 34.333 2.5 34.333 3 34.333 3.5 C 34.333 4 34.167 4.5 33.833 4.833 C 33.667 5 33.5 5.333 33.333 5.5 L 33.333 5.667 C 33.333 5.833 33.167 6 33.167 6.167 L 33 6.167 C 32.833 6.167 32.667 6.333 32.5 6.5 C 32.5 6.667 32.5 6.667 32.333 6.5 C 32.167 6.667 31.833 6.833 31.667 7.167 C 31.167 7.833 30.5 8.5 30.167 9.167 C 30 9.333 29.833 9.667 29.667 10 C 28.833 11 28.5 12.333 28 13.333 C 27.667 14 27.333 14.667 27.167 15.333 C 27.167 15.5 27 15.667 27 16 L 27 16.333 C 27 16.5 26.833 16.667 26.833 16.833 C 26.667 17.333 26.333 17.667 26.167 18.167 C 26 18.333 26 18.667 26 18.833 C 26 19.167 25.833 19.333 25.667 19.5 C 25.5 19.667 25.5 20 25.333 20.167 C 25.167 20.5 25.167 20.833 25 21.167 C 24.833 21.5 24.833 21.833 24.667 22.167 C 24.667 22.5 24.5 22.667 24.5 23 C 24.333 23.5 24.333 24 24 24.5 L 24 25.167 C 23.833 25.5 23.667 25.667 23.667 26 C 23.5 26.5 23.5 26.833 23.333 27.333 C 23.167 27.5 23.167 27.833 23.167 28 C 23.167 28.5 23 28.833 23 29.333 L 23 29.667 C 23 30 22.833 30.167 22.833 30.5 C 22.833 30.5 22.833 30.667 22.667 30.667 C 22.5 30.833 22.333 31 22.333 31.167 L 22.167 31.667 L 22.167 31.833 C 22 32 22 32.333 21.833 32.5 C 21.833 32.667 21.667 32.833 21.667 32.833 C 21.5 33.167 21.333 33.667 21.333 34 L 21.167 34.833 C 21 35.667 20.833 36.5 20.667 37.167 C 20.5 37.833 20.333 38.333 20.167 39 L 20.167 39.667 C 20 39.833 20.167 39.833 20.167 40 C 20.167 40.167 20 40.167 20.167 40.333 L 20.167 40.667 C 20 41 19.833 41.333 19.833 41.667 C 20 42 20 42.5 19.667 42.833 C 19.667 43 19.5 43 19.5 43.167 C 19.667 43.5 19.5 43.833 19.333 44 C 19.333 44.167 19.167 44.333 19.167 44.5 L 19.167 45.333 C 19.167 45.333 19.167 45.5 19 45.5 C 18.833 45.667 18.833 45.667 18.833 45.833 L 18.833 46.167 C 18.667 46.667 18.667 47.167 18.5 47.667 C 18.5 47.833 18.5 48.167 18.333 48.333 C 18.333 48.5 18.5 48.667 18.667 48.667 L 18.667 49.5 C 18.5 49.833 18.667 50.167 18.333 50.333 C 18.167 50.5 18.167 50.667 18.167 51 C 18.167 51.333 18.167 51.667 18 52.167 L 18 52.5 C 18 52.667 18 52.833 18.167 52.833 C 18.333 53 18.333 53.167 18 53.333 C 18 53.667 17.833 54 17.833 54.167 C 17.667 54.5 17.667 54.833 17.667 55.167 C 17.5 56 17.5 57 17.333 57.833 C 17.167 58.833 17.167 59.833 17 60.833 C 16.833 61.833 16.667 62.833 16.667 63.667 C 16.5 64.333 16.5 65.167 16.333 65.833 C 16.167 66.333 16.167 67 16 67.5 C 15.833 68.333 15 68.833 14.333 68.833 C 13.5 69 12.667 68.167 12.667 67.5 C 12.5 66.667 12.333 66 12.167 65.167 C 12 64.5 12 63.833 11.833 63.167 C 11.667 62.5 11.667 62 11.5 61.333 L 11.5 61.167 C 11.5 61 11.333 61 11.5 60.833 L 11.5 60.667 C 11.333 60.167 11.333 59.5 11.167 59 C 11.167 58.833 11.167 58.833 11 58.833 C 11.167 58.5 11.167 58.333 10.833 58.167 L 10.833 57.333 L 10.667 56.833 C 10 56 9.833 55 9.667 54.167 C 9.5 53.5 9.5 52.833 9.333 52.333 L 9 49.833 C 8.833 49.167 8.833 48.5 8.667 48 C 8.5 47.333 8.5 46.667 8.333 46 L 8.333 45.833 C 8.167 45.5 8.167 45.167 8.167 44.833 L 8.167 44.333 C 8 43.5 7.833 42.667 7.833 41.833 C 7.833 41.5 7.833 41.333 7.667 41 C 7.667 40.833 7.5 40.833 7.5 40.667 C 7.333 40.5 7.333 40.5 7.333 40.333 L 7.333 39.167 C 7.167 39 7.167 39.167 7 39.167 L 7 39 C 7 38.833 7 38.667 6.833 38.667 C 6.833 38.5 6.667 38.333 6.5 38.333 C 6.5 38.333 6.333 38.333 6.333 38.5 C 6.333 38.667 6.167 38.833 6.167 39 C 6.167 39.167 6 39.167 6 39.167 L 5.833 39.167 C 5.833 39.333 5.667 39.333 5.667 39.5 C 5.667 39.833 5.667 40 5.5 40.167 C 5.333 40.333 5.167 40.667 5.167 40.833 C 5 41.333 5 41.667 5 42 L 5 42.167 L 4.833 42.5 C 4.833 42.833 4.667 43 4.5 43.167 C 4.5 43.167 4.333 43.333 4.5 43.333 C 4.333 43.5 4.333 43.667 4.333 43.667 C 4.333 44 4 44.167 4 44.5 C 3.833 44.833 3.833 45 3.667 45.333 C 3.667 45.5 3.333 45.667 3.5 45.833 L 3 46.333 C 2.5 46.667 1.833 46.833 1.167 46.667 C 0.5 46.333 0 45.667 0.167 45 C 0.167 44.833 0.333 44.667 0.333 44.5 C 0.5 43.833 0.833 43.167 1 42.333 C 1.167 41.667 1.5 41.167 1.667 40.5 L 1.667 40.167 C 1.833 39.833 1.833 39.667 2 39.5 C 2.167 39.333 2.167 39.167 2.167 38.833 C 2.167 38.667 2.167 38.5 2.333 38.333 C 2.5 38 2.667 37.667 2.667 37.333 C 2.833 36.833 3 36.333 3.167 36 L 3.5 35 C 3.667 34.667 3.667 34.333 3.667 34.167 C 3.833 33.833 4 33.5 4 33 C 4.5 32 4.667 30.833 5.167 29.833 C 5.333 29.5 5.333 29.167 5.5 28.833 C 5.667 28.333 6 27.833 6.5 27.667 C 7.333 27.167 8.667 27.333 9.167 28.167 C 9.5 28.5 9.667 29 9.667 29.333 C 9.833 30.5 10 31.5 10.167 32.667 C 10.333 33.167 10.333 33.667 10.333 34.167 C 10.333 34.333 10.333 34.5 10.5 34.667 L 10.5 35 C 10.667 35.333 10.667 35.667 10.667 36 L 10.667 36.333 C 10.833 36.5 10.833 36.667 10.833 36.833 L 10.833 37 C 10.667 37.5 10.833 37.833 11 38.333 C 11 38.833 11.167 39.167 11.167 39.667 C 11.167 40 11.167 40.167 11.333 40.5 C 11.333 40.667 11.5 40.667 11.5 40.833 L 11.5 41.167 C 11.667 41.667 11.833 42 11.833 42.5 C 11.833 42.667 12 42.833 12 43 C 11.833 43.333 12 43.5 12 43.833 C 12.167 44.167 12.167 44.333 12.167 44.667 C 12.167 45 12.333 45.333 12.5 45.667 L 12.5 45.833 C 12.667 46 12.667 46.333 12.5 46.5 C 12.333 46.833 12.333 47.167 12.333 47.333 C 12.333 47.667 12.333 48 12.667 48.167 C 12.667 48.167 12.833 48.333 12.833 48.5 L 12.833 49.5 C 13.333 49.667 13.167 50.167 13.333 50.5 C 13.333 50.667 13.333 50.667 13.5 50.833 L 13.5 51.667 C 13.5 51.833 13.5 51.833 13.667 52 C 13.667 52 13.833 52.167 14 52.167 C 14 52 14.167 51.833 14.167 51.667 C 14.333 51 14.333 50.5 14.333 49.833 L 14.833 46.833 C 14.833 46.333 15 46 15 45.5 L 15 44.5 L 15.5 42 C 15.667 41.167 15.833 40.167 16 39.333 C 16 39 16.167 38.667 16.167 38.333 L 16.5 36.167 C 16.5 36 16.667 35.667 16.667 35.5 L 17 34 C 17 33.833 17.167 33.667 17.167 33.5 L 18.167 30 C 18.333 29.667 18.333 29.333 18.5 29 C 18.5 28.667 18.5 28.5 18.667 28.167 L 19.167 26.667 C 19.333 26.167 19.5 25.5 19.667 25 C 19.833 24.667 19.833 24.333 20 24 L 20 22.833 C 20.167 22.5 20.333 22 20.333 21.667 C 20.5 21 20.667 20.5 21 20 C 21.167 19.667 21.333 19.333 21.333 19 C 21.333 18.667 21.5 18.5 21.667 18.167 C 21.833 18 21.833 17.833 21.833 17.667 C 22.333 16.167 22.833 15 23.333 13.833 C 23.5 13.333 23.667 12.667 24 12.167 C 24.333 11.333 24.667 10.333 25 9.5 C 25.333 8.5 25.667 7.667 26 6.667 C 26.167 6.333 26.333 6 26.333 5.667 C 26.5 5.167 26.667 4.833 26.833 4.333 C 27 3.667 27.333 3 27.667 2.5 C 28 2 28.333 1.5 28.833 1 C 29.5 0.5 30 0.167 30.667 0 Z M 26.333 37.167 L 26.5 37.167 C 26.833 37.167 27.167 37.5 27.167 37.667 C 27.167 37.833 27.333 38 27.333 38.333 C 27.333 38.5 27.5 38.5 27.5 38.667 C 27.333 38.833 27.167 38.833 27.333 39 C 27.333 39.167 27.5 39.333 27.5 39.667 C 27.5 39.833 27.333 40 27.5 40.167 L 27.5 40.5 C 27.333 40.667 27.333 40.833 27.333 41 L 27.333 41.667 C 27.333 42 27.333 42.333 27 42.667 L 27 44.167 C 27 44.333 27 44.667 26.833 44.833 C 26.667 45 26.667 45.167 26.667 45.333 C 26.667 45.5 26.667 45.833 26.5 46 C 26.5 46.167 26.333 46.5 26.333 46.667 C 26.333 47.167 26.167 47.667 26.167 48.167 L 26.167 49 C 26.167 49.333 26.333 49.833 26.167 50.333 C 26 50.667 26 51 26 51.167 C 26 51.333 26 51.333 25.833 51.5 L 25.833 51.833 L 26.167 51.833 L 26.167 52.167 C 26 52.167 25.833 52.167 25.833 52.333 L 25.667 52.333 C 25.5 52.333 25.333 52.5 25.333 52.5 C 24.833 52.833 24.5 53.167 24 53.333 C 23.667 53.5 23.5 53.5 23.167 53.5 C 22.5 53.5 22.167 53.167 22.167 52.5 L 22.167 50.5 C 22.167 49.833 22.167 49.333 22.333 48.667 C 22.333 48.167 22.333 47.667 22.5 47 L 22.5 46 C 22.667 46 22.667 45.833 22.667 45.833 L 22.667 45.667 L 22.833 43.833 L 22.833 42.5 C 22.833 42 23 41.333 23 40.833 C 23 40.167 23.333 39.5 23.5 38.833 C 23.833 38.167 24.333 37.667 24.833 37.333 C 25.167 37.167 25.667 36.833 26 36.833 C 26.167 36.833 26.5 36.667 26.667 36.833 Z M 37.333 33 C 37.667 33 38 33.167 38.167 33.5 C 38.333 33.667 38.333 34 38.5 34.167 L 38.5 34.667 C 38.5 35.333 38 35.833 37.5 36.167 C 37.167 36.5 36.833 36.667 36.5 37 C 36 37.333 35.5 38 35.167 38.5 C 35 38.667 35 38.833 35 39 C 35 39.167 34.833 39.167 34.833 39.333 C 34.833 39.5 34.833 39.833 34.667 40 L 34.667 40.5 C 34.5 40.667 34.5 40.833 34.5 41 C 34.5 41.333 34.333 41.667 34.5 42 L 34.5 42.667 C 34.5 43.5 34.5 44.333 34.333 45.167 C 34.333 45.833 34.333 46.333 34.167 46.833 C 34 47.333 33.833 47.833 33.5 48.167 C 32.833 48.833 32.167 49.167 31.5 49.167 C 31.167 49.167 30.833 49 30.5 48.667 C 30.333 48.5 30.333 48.167 30.333 47.833 L 30.333 46.667 C 30.333 46.333 30.5 46 30.333 45.667 C 30.333 45.333 30.5 44.833 30.333 44.5 L 30.333 42.667 C 30.333 42.333 30.333 42 30.5 41.667 L 30.5 41.167 C 30.5 40.833 30.5 40.5 30.667 40.167 C 30.667 39.667 30.667 39.167 30.833 38.5 L 30.833 36.833 C 30.833 36.167 31 35.667 31.333 35.167 C 31.667 34.667 32 34.333 32.5 34 C 33 33.667 33.5 33.667 34.167 33.5 C 34.5 33.5 34.833 33.333 35.167 33.167 C 35.333 33 35.5 33 35.833 33 C 36 32.833 36.167 32.833 36.5 32.667 C 36.667 33.167 37 33 37.333 33 Z M 59.5 22 L 59.667 22 C 60 22 60.167 22.167 60.167 22.5 C 60.167 22.667 60.333 22.833 60.333 23 C 60.5 23.167 60.333 23.333 60.333 23.5 C 60.333 23.667 60.333 23.833 60.167 24 C 60 24.167 60.167 24.333 60.167 24.5 C 60.167 24.833 60.167 25 60 25.333 L 60.167 25.5 C 60.167 25.667 60 25.833 60 26.167 L 60 29.333 C 60 29.667 60 29.833 59.833 30 C 59.667 30.167 59.833 30.333 59.833 30.5 C 59.833 30.667 59.833 30.833 60 30.833 C 60 30.833 60 31 60.167 31 L 59.833 31 C 59.833 31.167 59.833 31.167 60 31.167 C 60 31.167 60 31.333 60.167 31.333 L 59.833 31.333 L 59.833 31.833 C 59.833 32.5 59.833 33 59.667 33.667 L 59.667 34.667 C 59.667 35 59.5 35.167 59.167 35.5 C 59 35.833 58.667 36.167 58.333 36.333 C 58 36.5 57.5 36.667 57.167 36.833 C 56.833 37 56.5 37 56.167 37 C 55.333 37 55 36.667 55 36 C 55 35.5 55 35 55.167 34.5 C 55.167 33.667 55.333 32.833 55.5 32 C 55.667 30.833 55.667 29.667 55.833 28.667 C 56 27.667 56.167 26.667 56.167 25.667 L 56.167 25 C 56.167 24.5 56.5 23.833 56.833 23.333 C 57.167 22.833 57.667 22.5 58.167 22.167 C 58.667 22 59.167 22 59.667 22 Z M 27.833 27.5 C 28.333 27.5 28.5 27.667 28.5 27.833 C 28.5 28 28.5 28 28.667 28.167 C 28.833 28.5 28.833 29 28.667 29.333 C 28.5 29.5 28.333 29.833 28.167 30 C 27.833 30.5 27.333 30.833 26.833 31 C 26.667 31.167 26.333 31.333 26 31.333 C 25.667 31.5 25.333 31.333 25 31.167 C 24.667 31 24.667 30.667 24.667 30.333 C 24.667 30 24.667 29.833 24.833 29.5 C 25 29.333 25 29 25.167 28.833 L 25.667 28.333 C 26 28 26.333 27.833 26.667 27.5 C 27.167 27.667 27.5 27.5 27.833 27.5 Z M 60.167 15.167 C 60.5 15 60.833 15 61.167 15.167 L 61.5 15.167 C 61.667 15.333 61.833 15.667 61.833 16 L 61.833 16.5 C 61.667 17 61.5 17.333 61.167 17.667 L 61 17.833 C 60.667 18.333 60.167 18.667 59.667 19 C 59.333 19.167 59 19.167 58.667 19 C 58.5 19 58.333 18.833 58.167 18.667 C 58 18.5 58 18.5 58 18.333 C 57.667 17.5 58 16.667 58.667 16 C 59 15.667 59.5 15.333 60.167 15.167 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:12545525395,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ixe4y4\",\"data-framer-name\":\"Asset_23\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"asde0QUO9\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 170 57\"><g id=\"ss9165619350_1\"><path d=\"M 2.721 9.29 C 2.721 4.427 2.721 3.553 2.657 2.557 C 2.593 1.561 2.347 1.001 1.315 0.778 C 0.962 0.717 0.604 0.687 0.246 0.687 C 0.123 0.687 0 0.623 0 0.501 C 0 0.378 0.155 0.25 0.503 0.25 C 1.219 0.25 2.064 0.25 2.753 0.282 L 4.036 0.341 C 4.662 0.373 11.013 0.341 11.761 0.314 C 12.213 0.318 12.665 0.275 13.108 0.186 C 13.301 0.123 13.424 0 13.552 0 C 13.68 0 13.739 0.123 13.739 0.282 C 13.739 0.442 13.579 0.874 13.488 1.747 C 13.456 2.056 13.392 3.431 13.327 3.804 C 13.301 3.958 13.236 4.15 13.081 4.15 C 12.926 4.15 12.862 3.99 12.862 3.772 C 12.841 3.364 12.745 2.963 12.579 2.589 C 12.392 2.184 11.67 1.619 10.441 1.593 L 5.629 1.497 C 5.437 1.497 5.346 1.593 5.346 1.843 L 5.346 10.446 C 5.346 10.633 5.378 10.729 5.565 10.729 L 9.569 10.697 C 10.104 10.697 10.537 10.697 10.975 10.665 C 11.729 10.601 12.135 10.505 12.419 10.106 C 12.542 9.946 12.638 9.791 12.761 9.791 C 12.884 9.791 12.916 9.882 12.916 10.042 C 12.916 10.201 12.761 10.761 12.67 11.789 C 12.606 12.412 12.542 13.659 12.542 13.877 C 12.542 14.096 12.542 14.468 12.322 14.468 C 12.103 14.468 12.103 14.346 12.103 14.186 C 12.083 13.807 12.02 13.432 11.916 13.067 C 11.634 12.424 11.016 11.99 10.312 11.943 C 9.526 11.847 6.116 11.847 5.586 11.847 C 5.431 11.847 5.367 11.911 5.367 12.13 L 5.367 14.793 C 5.367 17.787 5.367 20.248 5.522 21.559 C 5.619 22.464 5.806 23.157 6.741 23.274 C 7.209 23.34 7.68 23.381 8.153 23.397 C 8.34 23.397 8.404 23.493 8.404 23.583 C 8.404 23.674 8.243 23.833 7.901 23.833 C 6.18 23.833 4.207 23.743 4.052 23.743 C 3.897 23.743 1.914 23.833 0.984 23.833 C 0.642 23.833 0.486 23.775 0.486 23.583 C 0.486 23.493 0.545 23.397 0.738 23.397 C 1.053 23.387 1.366 23.346 1.673 23.274 C 2.299 23.152 2.454 22.464 2.582 21.559 C 2.737 20.248 2.737 17.787 2.737 14.793 L 2.737 9.29 Z M 31.439 23.077 C 33.914 23.077 38.892 21.767 38.892 14.096 C 38.892 7.735 35.01 4.395 30.659 4.395 C 26.061 4.395 22.742 7.266 22.742 13.035 C 22.742 19.21 26.484 23.077 31.439 23.077 Z M 30.819 3.399 C 37.01 3.399 41.698 7.17 41.698 13.344 C 41.698 19.273 37.288 24.164 30.653 24.164 C 23.11 24.164 19.892 18.522 19.892 13.749 C 19.892 9.488 23.207 3.399 30.814 3.399 Z M 49.396 11.443 C 49.396 7.33 49.396 6.579 49.332 5.737 C 49.268 4.896 49.113 4.395 48.209 4.262 C 47.897 4.223 47.583 4.202 47.269 4.198 C 47.157 4.182 47.068 4.099 47.044 3.99 C 47.044 3.836 47.172 3.772 47.482 3.772 C 48.733 3.772 50.391 3.836 50.642 3.836 C 50.893 3.836 52.614 3.772 53.427 3.772 C 53.742 3.772 53.897 3.836 53.897 3.99 C 53.875 4.112 53.771 4.203 53.646 4.208 C 53.417 4.201 53.187 4.219 52.962 4.262 C 52.246 4.384 52.085 4.853 52.026 5.727 C 51.968 6.6 51.962 7.325 51.962 11.432 L 51.962 15.161 C 51.962 18.996 52.807 20.584 53.999 21.644 C 55.341 22.864 56.533 23.082 58.094 23.082 C 59.724 23.1 61.283 22.417 62.371 21.207 C 63.648 19.684 63.932 17.478 63.932 14.815 L 63.932 11.443 C 63.932 7.33 63.9 6.579 63.868 5.737 C 63.836 4.896 63.681 4.395 62.798 4.272 C 62.488 4.234 62.176 4.213 61.863 4.208 C 61.744 4.203 61.649 4.108 61.644 3.99 C 61.644 3.836 61.767 3.772 62.082 3.772 C 63.301 3.772 64.899 3.836 65.054 3.836 C 65.209 3.836 66.557 3.772 67.369 3.772 C 67.685 3.772 67.808 3.836 67.808 3.99 C 67.802 4.108 67.707 4.203 67.588 4.208 C 67.357 4.205 67.126 4.226 66.899 4.272 C 66.15 4.427 65.995 4.864 65.931 5.737 C 65.867 6.611 65.899 7.335 65.899 11.443 L 65.899 14.282 C 65.899 17.153 65.525 20.36 63.333 22.235 C 61.726 23.577 59.67 24.266 57.575 24.164 C 56.667 24.164 53.791 24.105 51.85 22.294 C 50.503 21.047 49.439 19.21 49.439 15.369 L 49.439 11.443 Z M 77.366 20.206 C 77.43 22.39 77.676 23.045 78.435 23.231 C 78.887 23.331 79.347 23.382 79.809 23.386 C 79.868 23.385 79.924 23.407 79.966 23.448 C 80.007 23.49 80.03 23.546 80.028 23.604 C 80.028 23.764 79.841 23.823 79.531 23.823 C 77.965 23.823 76.858 23.732 76.618 23.732 C 76.377 23.732 75.212 23.823 73.945 23.823 C 73.667 23.823 73.512 23.791 73.512 23.604 C 73.51 23.546 73.533 23.49 73.574 23.448 C 73.616 23.407 73.672 23.385 73.731 23.386 C 74.11 23.383 74.487 23.331 74.853 23.231 C 75.543 23.045 75.639 22.326 75.639 19.923 L 75.639 4.741 C 75.639 3.676 75.794 3.399 76.014 3.399 C 76.324 3.399 76.794 3.931 77.083 4.208 C 77.521 4.645 81.525 8.886 85.781 13.264 C 88.507 16.072 91.447 19.22 92.292 20.094 L 92.008 6.808 C 91.976 5.093 91.821 4.501 90.977 4.347 C 90.532 4.269 90.081 4.227 89.63 4.219 C 89.442 4.219 89.41 4.065 89.41 3.969 C 89.41 3.873 89.63 3.782 89.945 3.782 C 91.196 3.782 92.511 3.846 92.821 3.846 C 93.131 3.846 94.045 3.782 95.168 3.782 C 95.451 3.782 95.67 3.814 95.67 3.969 C 95.64 4.117 95.507 4.222 95.355 4.219 C 95.136 4.217 94.917 4.238 94.703 4.283 C 93.794 4.469 93.73 5.002 93.73 6.59 L 93.666 22.118 C 93.666 23.865 93.634 24.02 93.447 24.02 C 93.169 24.02 92.885 23.801 91.351 22.422 C 91.068 22.171 87.074 18.272 84.187 15.251 C 80.98 11.911 77.895 8.667 77.051 7.735 L 77.366 20.238 Z M 106.646 14.314 C 106.646 17.121 106.646 19.582 106.678 20.083 C 106.71 20.738 106.769 21.681 106.993 21.985 C 107.335 22.48 108.303 23.05 111.558 23.05 C 113.938 23.108 116.248 22.247 118.006 20.648 C 119.444 19.305 120.144 16.78 120.144 14.351 C 120.21 11.879 119.274 9.484 117.546 7.708 C 114.948 5.087 111.911 4.746 108.629 4.746 C 108.071 4.744 107.515 4.807 106.972 4.933 C 106.734 4.993 106.583 5.225 106.624 5.466 L 106.624 14.314 Z M 104.144 11.443 C 104.144 7.33 104.144 6.579 104.08 5.737 C 104.015 4.896 103.86 4.395 102.957 4.272 C 102.645 4.234 102.331 4.213 102.016 4.208 C 101.903 4.191 101.814 4.103 101.797 3.99 C 101.797 3.836 101.92 3.772 102.235 3.772 C 103.486 3.772 105.272 3.836 105.443 3.836 C 105.753 3.836 107.506 3.772 109.131 3.772 C 111.89 3.772 116.926 3.521 120.181 6.797 C 121.947 8.591 122.91 11.019 122.854 13.531 C 122.88 16.308 121.813 18.986 119.882 20.989 C 118.695 22.203 116.22 24.041 111.526 24.041 C 110.34 24.041 108.853 23.951 107.677 23.887 C 106.501 23.823 105.539 23.732 105.427 23.732 C 105.314 23.732 104.86 23.764 104.299 23.764 C 103.737 23.764 103.08 23.823 102.642 23.823 C 102.358 23.823 102.203 23.764 102.203 23.604 C 102.202 23.546 102.224 23.49 102.266 23.448 C 102.307 23.407 102.364 23.385 102.422 23.386 C 102.708 23.377 102.991 23.335 103.267 23.263 C 103.802 23.141 103.86 22.64 103.989 21.857 C 104.141 19.949 104.193 18.034 104.144 16.12 Z M 131.67 11.443 C 131.67 7.33 131.67 6.579 131.611 5.737 C 131.552 4.896 131.392 4.395 130.483 4.272 C 130.173 4.234 129.86 4.213 129.547 4.208 C 129.433 4.192 129.343 4.104 129.323 3.99 C 129.323 3.836 129.451 3.772 129.761 3.772 C 131.018 3.772 132.798 3.836 132.969 3.836 C 133.14 3.836 138.919 3.867 139.544 3.836 C 140.079 3.804 140.576 3.708 140.795 3.681 C 140.915 3.624 141.04 3.581 141.17 3.553 C 141.266 3.553 141.298 3.681 141.298 3.804 C 141.203 4.215 141.13 4.631 141.079 5.05 C 141.047 5.3 140.982 6.488 140.918 6.797 C 140.892 6.92 140.795 7.08 140.672 7.08 C 140.549 7.08 140.448 6.952 140.448 6.733 C 140.45 6.416 140.397 6.101 140.293 5.801 C 140.106 5.364 139.822 5.178 138.325 4.991 C 137.855 4.928 134.664 4.896 134.348 4.896 C 134.225 4.896 134.193 4.991 134.193 5.178 L 134.193 12.38 C 134.193 12.567 134.193 12.663 134.348 12.663 C 134.696 12.663 138.325 12.663 138.951 12.599 C 139.576 12.535 140.02 12.503 140.293 12.226 C 140.48 12.034 140.608 11.879 140.699 11.879 C 140.79 11.879 140.859 11.943 140.859 12.098 C 140.759 12.582 140.686 13.071 140.64 13.563 C 140.576 14.096 140.512 15.092 140.512 15.278 C 140.512 15.465 140.448 15.779 140.266 15.779 C 140.084 15.779 140.074 15.683 140.074 15.529 C 140.087 15.232 140.045 14.936 139.951 14.655 C 139.86 14.282 139.609 13.968 138.545 13.845 C 137.791 13.749 134.851 13.723 134.38 13.723 C 134.329 13.715 134.277 13.733 134.24 13.769 C 134.203 13.806 134.186 13.858 134.193 13.909 L 134.193 16.12 C 134.193 17.025 134.161 20.115 134.193 20.643 C 134.257 22.422 134.728 22.773 137.475 22.773 C 138.404 22.819 139.334 22.724 140.234 22.491 C 140.95 22.182 141.303 21.713 141.485 20.653 C 141.544 20.339 141.608 20.248 141.763 20.248 C 141.918 20.248 141.95 20.467 141.95 20.653 C 141.878 21.512 141.753 22.366 141.576 23.21 C 141.389 23.897 141.105 23.897 140.042 23.897 C 137.978 23.897 136.385 23.833 135.23 23.801 C 134.075 23.77 133.354 23.743 132.942 23.743 C 132.883 23.743 132.349 23.743 131.755 23.775 C 131.162 23.807 130.595 23.833 130.152 23.833 C 129.868 23.833 129.713 23.775 129.713 23.615 C 129.71 23.556 129.732 23.499 129.774 23.457 C 129.816 23.416 129.873 23.394 129.932 23.397 C 130.216 23.371 130.498 23.331 130.777 23.274 C 131.312 23.178 131.37 22.651 131.493 21.868 C 131.646 19.959 131.698 18.044 131.648 16.13 L 131.648 11.443 Z M 153.791 13.691 C 153.788 13.829 153.859 13.959 153.978 14.032 C 154.961 14.332 155.987 14.469 157.015 14.436 C 157.734 14.492 158.454 14.328 159.078 13.968 C 160.019 13.344 160.736 11.943 160.736 9.914 C 160.736 6.611 158.923 4.709 155.983 4.709 C 155.322 4.709 154.663 4.76 154.01 4.864 C 153.881 4.916 153.796 5.039 153.791 5.178 L 153.791 13.701 Z M 151.412 11.443 C 151.412 7.33 151.412 6.579 151.348 5.737 C 151.284 4.896 151.134 4.395 150.22 4.262 C 149.908 4.223 149.594 4.202 149.279 4.198 C 149.166 4.18 149.077 4.092 149.06 3.979 C 149.06 3.825 149.183 3.761 149.498 3.761 C 150.749 3.761 152.599 3.825 152.754 3.825 C 153.032 3.825 155.352 3.761 156.197 3.761 C 157.95 3.761 159.886 3.915 161.329 4.917 C 162.488 5.763 163.194 7.092 163.243 8.523 C 163.243 10.484 162.43 12.391 159.864 14.57 C 162.115 17.377 164.023 19.78 165.616 21.431 C 167.092 22.928 168.001 23.178 168.685 23.274 C 169.006 23.334 169.331 23.365 169.658 23.365 C 169.786 23.359 169.895 23.456 169.904 23.583 C 169.904 23.743 169.749 23.801 169.252 23.801 L 167.53 23.801 C 165.964 23.801 165.274 23.647 164.585 23.269 C 163.398 22.64 162.398 21.362 160.842 19.369 C 159.682 17.936 158.464 16.221 157.87 15.502 C 157.779 15.391 157.639 15.333 157.496 15.347 L 153.962 15.31 C 153.839 15.31 153.775 15.374 153.775 15.529 L 153.775 16.152 C 153.775 18.709 153.775 20.765 153.898 21.857 C 153.994 22.64 154.149 23.141 154.967 23.263 C 155.372 23.33 155.781 23.371 156.192 23.386 C 156.251 23.379 156.311 23.4 156.353 23.442 C 156.395 23.485 156.414 23.545 156.405 23.604 C 156.405 23.732 156.282 23.823 155.972 23.823 C 154.47 23.823 152.717 23.732 152.588 23.732 C 152.562 23.732 150.712 23.823 149.867 23.823 C 149.589 23.823 149.429 23.764 149.429 23.604 C 149.427 23.546 149.45 23.49 149.491 23.448 C 149.533 23.407 149.59 23.385 149.648 23.386 C 149.933 23.377 150.217 23.336 150.493 23.263 C 151.027 23.141 151.092 22.64 151.214 21.857 C 151.367 19.949 151.419 18.034 151.369 16.12 L 151.369 11.443 Z M 5.608 48.349 C 5.608 51.146 5.608 53.452 5.758 54.672 C 5.843 55.519 6.019 56.164 6.896 56.27 C 7.332 56.332 7.771 56.371 8.211 56.387 C 8.388 56.387 8.447 56.478 8.447 56.563 C 8.447 56.648 8.302 56.798 7.981 56.798 C 6.378 56.798 4.528 56.707 4.384 56.707 C 4.239 56.707 2.39 56.798 1.518 56.798 C 1.192 56.798 1.048 56.739 1.048 56.563 C 1.048 56.478 1.107 56.387 1.283 56.387 C 1.571 56.378 1.858 56.34 2.138 56.276 C 2.721 56.164 2.871 55.519 2.988 54.677 C 3.133 53.457 3.133 51.151 3.133 48.354 L 3.133 43.219 C 3.133 38.675 3.133 37.854 3.074 36.922 C 3.015 35.99 2.721 35.436 2.08 35.292 C 1.79 35.214 1.492 35.17 1.192 35.159 C 1.075 35.159 0.962 35.1 0.962 34.983 C 0.962 34.866 1.107 34.754 1.427 34.754 C 2.39 34.754 4.234 34.839 4.384 34.839 C 4.533 34.839 6.372 34.754 7.249 34.754 C 7.57 34.754 7.719 34.807 7.719 34.983 C 7.719 35.159 7.602 35.159 7.484 35.159 C 7.238 35.168 6.993 35.199 6.752 35.249 C 5.961 35.393 5.731 35.889 5.683 36.906 C 5.619 37.838 5.619 38.659 5.619 43.203 L 5.619 48.333 Z M 18.769 53.42 C 18.828 55.46 19.064 56.084 19.764 56.249 C 20.187 56.34 20.619 56.388 21.052 56.393 C 21.107 56.393 21.16 56.415 21.198 56.454 C 21.236 56.493 21.257 56.546 21.255 56.6 C 21.255 56.744 21.079 56.803 20.79 56.803 C 19.325 56.803 18.304 56.712 18.069 56.712 C 17.834 56.712 16.754 56.803 15.583 56.803 C 15.321 56.803 15.172 56.771 15.172 56.6 C 15.17 56.546 15.191 56.493 15.229 56.454 C 15.268 56.415 15.32 56.393 15.375 56.393 C 15.736 56.391 16.095 56.342 16.444 56.249 C 17.091 56.073 17.176 55.402 17.176 53.159 L 17.176 38.962 C 17.176 37.972 17.326 37.711 17.529 37.711 C 17.823 37.711 18.262 38.206 18.524 38.467 C 18.935 38.877 22.677 42.841 26.655 46.921 C 29.199 49.542 31.947 52.488 32.738 53.314 L 32.476 40.896 C 32.444 39.298 32.3 38.765 31.509 38.595 C 31.094 38.525 30.674 38.486 30.253 38.478 C 30.076 38.478 30.049 38.334 30.049 38.249 C 30.049 38.163 30.253 38.073 30.547 38.073 C 31.717 38.073 32.942 38.131 33.219 38.131 C 33.497 38.131 34.358 38.073 35.411 38.073 C 35.679 38.073 35.882 38.073 35.882 38.249 C 35.853 38.386 35.729 38.483 35.588 38.478 C 35.381 38.475 35.175 38.495 34.973 38.536 C 34.128 38.712 34.069 39.207 34.069 40.694 L 34.011 55.21 C 34.011 56.84 33.979 56.989 33.802 56.989 C 33.54 56.989 33.268 56.782 31.846 55.471 C 31.584 55.242 27.868 51.593 25.147 48.77 C 22.164 45.637 19.245 42.617 18.475 41.733 Z M 42.233 56.467 C 41.885 56.291 41.853 56.206 41.853 55.535 C 41.853 54.31 41.971 53.319 42.003 52.914 C 42.003 52.648 42.062 52.504 42.206 52.504 C 42.35 52.504 42.441 52.589 42.441 52.797 C 42.433 53.099 42.462 53.402 42.527 53.697 C 42.938 55.508 44.868 56.148 46.595 56.148 C 49.14 56.148 50.455 54.72 50.455 52.856 C 50.455 51.076 49.487 50.229 47.21 48.541 L 46.028 47.651 C 43.248 45.579 42.34 44.066 42.34 42.324 C 42.34 39.41 44.649 37.663 48.044 37.663 C 48.942 37.663 49.839 37.76 50.717 37.95 C 51.013 38.031 51.319 38.07 51.625 38.067 C 51.829 38.067 51.887 38.099 51.887 38.243 C 51.804 39.114 51.765 39.989 51.77 40.864 C 51.77 41.242 51.77 41.397 51.567 41.397 C 51.364 41.397 51.358 41.28 51.331 41.077 C 51.261 40.654 51.133 40.242 50.952 39.852 C 50.775 39.564 49.925 38.632 47.616 38.632 C 45.745 38.632 44.195 39.564 44.195 41.296 C 44.195 42.894 44.986 43.773 47.531 45.493 L 48.263 45.989 C 51.39 48.12 52.47 49.835 52.47 51.961 C 52.491 53.697 51.577 55.311 50.075 56.19 C 49.006 56.888 47.402 57.064 45.98 57.064 C 44.703 57.119 43.429 56.916 42.233 56.467 Z M 67.669 49.601 C 67.669 51.993 67.669 53.948 67.786 54.965 C 67.872 55.695 67.989 56.164 68.78 56.276 C 69.168 56.338 69.559 56.377 69.951 56.393 C 70.008 56.385 70.065 56.405 70.105 56.446 C 70.145 56.487 70.163 56.544 70.154 56.6 C 70.154 56.712 70.037 56.803 69.743 56.803 C 68.342 56.803 66.701 56.712 66.535 56.712 C 66.369 56.712 64.632 56.803 63.862 56.803 C 63.568 56.803 63.456 56.744 63.456 56.6 C 63.456 56.457 63.515 56.425 63.659 56.425 C 63.916 56.412 64.17 56.372 64.418 56.307 C 64.953 56.19 65.092 55.695 65.177 54.965 C 65.295 53.948 65.295 51.993 65.295 49.601 L 65.295 39.197 L 61.553 39.255 C 59.949 39.287 59.329 39.458 58.949 40.044 C 58.787 40.29 58.65 40.552 58.543 40.827 C 58.484 41.035 58.393 41.061 58.281 41.061 C 58.177 41.053 58.099 40.963 58.105 40.859 C 58.105 40.598 58.639 38.382 58.639 38.195 C 58.639 38.009 58.81 37.727 58.901 37.727 C 59.274 37.848 59.655 37.945 60.04 38.02 C 60.772 38.105 61.767 38.137 62.061 38.137 L 71.849 38.137 C 72.466 38.142 73.082 38.103 73.693 38.02 C 74.073 37.961 74.308 37.902 74.426 37.902 C 74.543 37.902 74.543 38.046 74.543 38.195 C 74.543 38.952 74.453 40.731 74.453 41.019 C 74.453 41.306 74.34 41.338 74.223 41.338 C 74.105 41.338 74.046 41.253 74.014 40.901 L 74.014 40.64 C 73.923 39.884 73.367 39.33 70.914 39.271 L 67.706 39.213 L 67.706 49.601 Z M 84.572 49.601 C 84.572 51.993 84.572 53.948 84.69 54.965 C 84.775 55.695 84.866 56.164 85.625 56.276 C 86.011 56.336 86.401 56.375 86.791 56.393 C 86.847 56.391 86.901 56.413 86.94 56.452 C 86.979 56.491 87.001 56.545 86.999 56.6 C 86.999 56.712 86.882 56.803 86.588 56.803 C 85.155 56.803 83.487 56.712 83.38 56.712 C 83.273 56.712 81.627 56.803 80.841 56.803 C 80.574 56.803 80.429 56.744 80.429 56.6 C 80.426 56.545 80.446 56.492 80.485 56.452 C 80.524 56.413 80.577 56.391 80.632 56.393 C 80.9 56.382 81.165 56.343 81.424 56.276 C 81.921 56.164 82.006 55.695 82.097 54.965 C 82.215 53.948 82.241 51.993 82.241 49.601 L 82.241 45.232 C 82.241 41.381 82.241 40.683 82.183 39.905 C 82.124 39.128 81.921 38.685 81.365 38.568 C 81.104 38.516 80.839 38.485 80.574 38.478 C 80.465 38.47 80.378 38.384 80.37 38.275 C 80.37 38.131 80.488 38.073 80.782 38.073 C 81.627 38.073 83.236 38.131 83.38 38.131 C 83.525 38.131 85.166 38.073 85.957 38.073 C 86.246 38.073 86.363 38.131 86.363 38.275 C 86.345 38.378 86.264 38.459 86.16 38.478 C 85.945 38.473 85.729 38.492 85.519 38.536 C 84.818 38.685 84.669 39.032 84.61 39.905 C 84.583 40.694 84.583 41.392 84.583 45.232 L 84.583 49.601 Z M 101.572 49.601 C 101.572 51.993 101.572 53.948 101.69 54.965 C 101.781 55.695 101.893 56.164 102.684 56.276 C 103.072 56.338 103.463 56.377 103.855 56.393 C 103.912 56.385 103.969 56.405 104.009 56.446 C 104.049 56.487 104.067 56.544 104.058 56.6 C 104.058 56.712 103.941 56.803 103.652 56.803 C 102.246 56.803 100.61 56.712 100.444 56.712 C 100.279 56.712 98.547 56.803 97.771 56.803 C 97.477 56.803 97.36 56.744 97.36 56.6 C 97.36 56.457 97.419 56.425 97.563 56.425 C 97.819 56.412 98.074 56.372 98.322 56.307 C 98.857 56.19 98.996 55.695 99.086 54.965 C 99.204 53.948 99.204 51.993 99.204 49.601 L 99.204 39.197 L 95.462 39.255 C 93.858 39.287 93.238 39.458 92.858 40.044 C 92.693 40.289 92.554 40.551 92.447 40.827 C 92.388 41.035 92.303 41.061 92.185 41.061 C 92.081 41.053 92.002 40.963 92.008 40.859 C 92.008 40.598 92.543 38.382 92.543 38.195 C 92.543 38.009 92.72 37.727 92.805 37.727 C 93.18 37.848 93.562 37.946 93.949 38.02 C 94.676 38.105 95.67 38.137 95.964 38.137 L 105.678 38.137 C 106.293 38.142 106.908 38.103 107.517 38.02 C 107.897 37.961 108.132 37.902 108.249 37.902 C 108.367 37.902 108.367 38.046 108.367 38.195 C 108.367 38.952 108.281 40.731 108.281 41.019 C 108.281 41.306 108.164 41.338 108.046 41.338 C 107.929 41.338 107.87 41.253 107.838 40.901 L 107.838 40.64 C 107.752 39.884 107.196 39.33 104.737 39.271 L 101.53 39.213 L 101.53 49.601 Z M 114.809 45.232 C 114.809 41.381 114.809 40.683 114.75 39.905 C 114.691 39.128 114.547 38.653 113.681 38.536 C 113.478 38.536 113.039 38.478 112.804 38.478 C 112.701 38.459 112.619 38.378 112.601 38.275 C 112.601 38.131 112.719 38.073 113.007 38.073 C 114.178 38.073 115.728 38.131 115.964 38.131 C 116.199 38.131 117.808 38.073 118.567 38.073 C 118.861 38.073 119.005 38.131 119.005 38.275 C 118.983 38.389 118.886 38.472 118.77 38.478 C 118.555 38.474 118.34 38.494 118.129 38.536 C 117.455 38.653 117.311 39.069 117.252 39.905 C 117.193 40.742 117.193 41.392 117.193 45.232 L 117.193 48.7 C 117.193 52.286 117.979 53.772 119.091 54.763 C 120.123 55.726 121.514 56.211 122.924 56.1 C 124.44 56.114 125.889 55.478 126.901 54.352 C 128.099 52.925 128.366 50.884 128.366 48.349 L 128.366 45.232 C 128.366 41.381 128.334 40.683 128.307 39.905 C 128.28 39.128 128.131 38.653 127.286 38.536 C 127.078 38.536 126.639 38.478 126.404 38.478 C 126.295 38.47 126.209 38.384 126.201 38.275 C 126.201 38.131 126.319 38.073 126.613 38.073 C 127.751 38.073 129.243 38.131 129.387 38.131 C 129.531 38.131 130.793 38.073 131.552 38.073 C 131.846 38.073 131.964 38.131 131.964 38.275 C 131.954 38.383 131.869 38.468 131.761 38.478 C 131.544 38.474 131.327 38.494 131.114 38.536 C 130.414 38.685 130.269 39.069 130.21 39.905 C 130.152 40.742 130.178 41.392 130.178 45.232 L 130.178 47.896 C 130.178 50.56 129.825 53.575 127.778 55.354 C 126.278 56.591 124.366 57.222 122.421 57.123 C 121.571 57.123 118.882 57.064 117.075 55.375 C 115.819 54.209 114.825 52.488 114.825 48.876 L 114.825 45.232 Z M 145.489 49.601 C 145.489 51.993 145.489 53.948 145.607 54.965 C 145.692 55.695 145.81 56.164 146.601 56.276 C 146.988 56.338 147.379 56.377 147.772 56.393 C 147.828 56.387 147.884 56.408 147.923 56.448 C 147.963 56.489 147.982 56.545 147.975 56.6 C 147.975 56.712 147.857 56.803 147.563 56.803 C 146.163 56.803 144.521 56.712 144.356 56.712 C 144.19 56.712 142.453 56.803 141.683 56.803 C 141.389 56.803 141.271 56.744 141.271 56.6 C 141.271 56.457 141.33 56.425 141.48 56.425 C 141.736 56.412 141.99 56.372 142.239 56.307 C 142.773 56.19 142.912 55.695 142.998 54.965 C 143.115 53.948 143.115 51.993 143.115 49.601 L 143.115 39.197 L 139.4 39.255 C 137.796 39.287 137.176 39.458 136.797 40.044 C 136.634 40.29 136.497 40.552 136.39 40.827 C 136.331 41.035 136.241 41.061 136.123 41.061 C 136.021 41.05 135.946 40.961 135.952 40.859 C 135.952 40.598 136.486 38.382 136.486 38.195 C 136.486 38.009 136.658 37.727 136.748 37.727 C 137.121 37.848 137.502 37.946 137.887 38.02 C 138.619 38.105 139.614 38.137 139.908 38.137 L 149.686 38.137 C 150.302 38.142 150.919 38.103 151.53 38.02 C 151.909 37.961 152.145 37.902 152.262 37.902 C 152.38 37.902 152.375 38.046 152.375 38.195 C 152.375 38.952 152.289 40.731 152.289 41.019 C 152.289 41.306 152.171 41.338 152.054 41.338 C 151.936 41.338 151.877 41.253 151.851 40.901 L 151.851 40.64 C 151.76 39.884 151.204 39.33 148.75 39.271 L 145.542 39.213 L 145.542 49.601 Z M 160.051 45.232 C 160.051 41.381 160.051 40.683 159.992 39.905 C 159.934 39.128 159.789 38.653 158.923 38.536 C 158.72 38.536 158.282 38.478 158.047 38.478 C 157.942 38.461 157.86 38.379 157.843 38.275 C 157.843 38.131 157.956 38.073 158.25 38.073 C 159.42 38.073 161.088 38.131 161.233 38.131 L 167.375 38.131 C 167.872 38.099 168.343 38.014 168.546 37.982 C 168.664 37.982 168.781 37.865 168.899 37.865 C 169.016 37.865 169.016 37.982 169.016 38.099 C 169.016 38.217 168.867 38.568 168.808 39.266 C 168.781 39.5 168.722 40.609 168.664 40.896 C 168.631 41.013 168.546 41.163 168.428 41.163 C 168.311 41.163 168.225 41.045 168.225 40.838 C 168.223 40.541 168.174 40.246 168.081 39.964 C 167.904 39.559 167.637 39.383 166.236 39.207 C 165.798 39.149 162.815 39.122 162.521 39.122 C 162.403 39.122 162.377 39.207 162.377 39.383 L 162.377 46.106 C 162.377 46.282 162.377 46.367 162.521 46.367 C 162.842 46.367 166.236 46.367 166.798 46.309 C 167.359 46.25 167.792 46.223 168.059 45.962 C 168.231 45.786 168.348 45.637 168.439 45.637 C 168.53 45.637 168.583 45.696 168.583 45.845 C 168.493 46.298 168.425 46.755 168.38 47.214 C 168.321 47.71 168.263 48.642 168.263 48.812 C 168.263 48.983 168.204 49.276 168.027 49.276 C 167.851 49.276 167.851 49.19 167.851 49.041 C 167.863 48.765 167.825 48.489 167.739 48.226 C 167.648 47.88 167.413 47.587 166.418 47.47 C 165.718 47.385 162.965 47.353 162.526 47.353 C 162.382 47.353 162.355 47.443 162.355 47.528 L 162.355 49.595 C 162.355 50.442 162.323 53.324 162.355 53.825 C 162.414 55.487 162.89 55.807 165.424 55.807 C 166.291 55.849 167.16 55.761 168.001 55.546 C 168.674 55.253 169.022 54.816 169.166 53.825 C 169.225 53.532 169.284 53.447 169.433 53.447 C 169.583 53.447 169.61 53.649 169.61 53.825 C 169.538 54.628 169.42 55.427 169.257 56.217 C 169.081 56.856 168.819 56.856 167.824 56.856 C 165.894 56.856 164.403 56.798 163.35 56.766 C 162.297 56.734 161.591 56.707 161.211 56.707 C 161.153 56.707 160.677 56.707 160.099 56.739 C 159.522 56.771 159.03 56.798 158.608 56.798 C 158.346 56.798 158.202 56.739 158.202 56.595 C 158.199 56.54 158.219 56.486 158.257 56.447 C 158.296 56.407 158.349 56.386 158.405 56.387 C 158.671 56.364 158.935 56.325 159.196 56.27 C 159.693 56.185 159.731 55.69 159.864 54.96 C 160.012 53.176 160.062 51.385 160.014 49.595 L 160.014 45.227 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></g></svg>',svgContentId:9165619350,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-x3s36i\",\"data-framer-name\":\"google_ar21\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"j8Loil1if\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 53\"><path d=\"M 39.403 18.994 L 20.752 18.994 L 20.752 24.532 L 33.981 24.532 C 33.325 32.283 26.871 35.61 20.775 35.61 C 16.874 35.627 13.13 34.075 10.384 31.302 C 7.638 28.53 6.121 24.769 6.173 20.866 C 6.173 12.483 12.659 6.029 20.793 6.029 C 27.067 6.029 30.764 10.031 30.764 10.031 L 34.638 6.015 C 34.638 6.015 29.662 0.474 20.59 0.474 C 9.038 0.474 0.101 10.231 0.101 20.768 C 0.101 31.093 8.508 41.163 20.882 41.163 C 31.767 41.163 39.735 33.7 39.735 22.667 C 39.735 20.339 39.397 18.994 39.397 18.994 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 54.682 14.983 C 47.029 14.983 41.544 20.971 41.544 27.951 C 41.544 35.038 46.862 41.136 54.772 41.136 C 61.931 41.136 67.796 35.661 67.796 28.103 C 67.796 19.458 60.973 14.981 54.682 14.981 Z M 54.757 20.119 C 58.52 20.119 62.086 23.165 62.086 28.07 C 62.086 32.87 58.535 36.004 54.739 36.004 C 50.568 36.004 47.291 32.662 47.291 28.032 C 47.291 23.5 50.538 20.119 54.769 20.119 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 83.255 14.983 C 75.602 14.983 70.117 20.971 70.117 27.951 C 70.117 35.038 75.435 41.136 83.345 41.136 C 90.504 41.136 96.369 35.661 96.369 28.103 C 96.369 19.458 89.546 14.981 83.255 14.981 Z M 83.33 20.119 C 87.093 20.119 90.659 23.165 90.659 28.07 C 90.659 32.87 87.108 36.004 83.312 36.004 C 79.141 36.004 75.864 32.662 75.864 28.032 C 75.864 23.5 79.111 20.119 83.342 20.119 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 111.28 14.998 C 104.255 14.998 98.734 21.154 98.734 28.064 C 98.734 35.935 105.136 41.155 111.158 41.155 C 114.882 41.155 116.864 39.675 118.309 37.977 L 118.309 40.556 C 118.309 45.068 115.571 47.77 111.438 47.77 C 107.446 47.77 105.444 44.8 104.735 43.115 L 99.712 45.202 C 101.493 48.973 105.08 52.904 111.48 52.904 C 118.481 52.904 123.787 48.502 123.787 39.269 L 123.787 15.783 L 118.329 15.783 L 118.329 17.998 C 116.646 16.18 114.34 14.998 111.283 14.998 Z M 111.787 20.125 C 115.231 20.125 118.767 23.068 118.767 28.093 C 118.767 33.201 115.237 36.015 111.711 36.015 C 107.966 36.015 104.482 32.975 104.482 28.14 C 104.482 23.12 108.101 20.124 111.787 20.124 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 148.182 14.966 C 141.556 14.966 135.992 20.243 135.992 28.024 C 135.992 36.261 142.194 41.146 148.803 41.146 C 154.333 41.146 157.741 38.12 159.752 35.407 L 155.234 32.399 C 154.062 34.218 152.101 35.999 148.832 35.999 C 145.158 35.999 143.469 33.987 142.422 32.034 L 159.944 24.76 L 159.051 22.628 C 157.358 18.454 153.409 14.966 148.184 14.966 Z M 148.41 19.996 C 150.798 19.996 152.515 21.266 153.245 22.789 L 141.543 27.683 C 141.036 23.894 144.626 19.996 148.395 19.996 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 127.625 40.371 L 133.381 40.371 L 133.381 1.828 L 127.625 1.828 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:8795802656,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i2dyw4\",\"data-framer-name\":\"Asset_24\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"N1xr__Eba\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 53 57\"><g transform=\"translate(-0.017 0)\" id=\"ss9504223492_1\"><path d=\"M 7.217 55.044 C 1.477 50.885 -0.19 45.224 0.017 38.294 C 0.392 26.44 0.198 14.574 0.017 2.707 C 0.017 0 0.96 -0.285 3.261 0.259 C 8.846 1.555 12.142 5.182 13.978 10.364 C 14.068 25.041 14.12 39.706 14.236 54.409 C 14.236 56.015 13.784 56.56 12.09 56.417 C 10.397 56.275 8.923 55.147 7.217 55.044 Z M 39.004 22.722 C 39.004 15.934 39.082 9.133 39.004 2.345 C 39.004 0.142 39.715 -0.246 41.706 0.194 C 48.149 1.395 52.87 6.958 53.017 13.525 C 53.133 27.114 53.017 40.729 53.12 54.292 C 53.12 56.508 52.138 56.56 50.535 56.313 C 44.07 55.221 39.291 49.681 39.146 43.113 C 39.056 39.667 39.146 36.221 39.146 32.749 C 39.146 29.277 39.004 26.077 39.004 22.722 Z M 19.523 0.622 C 19.588 0.415 19.653 0.207 19.704 0 C 28.042 0.44 33.523 6.115 33.627 14.457 C 33.73 22.8 33.562 31.298 33.691 39.732 C 33.691 42.323 32.864 42.569 30.653 42.076 C 24.325 40.794 19.752 35.255 19.678 28.785 C 19.536 19.432 19.549 10.014 19.523 0.622 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></g></svg>',svgContentId:9504223492,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nmbrcq\",\"data-framer-name\":\"$500logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Oq_uiRy_W\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 131 45\"><path d=\"M 67.757 2.107 C 62.407 0.769 57.27 9.183 54.47 20.447 C 51.668 31.71 52.263 41.557 57.615 42.894 C 62.967 44.232 68.102 35.818 70.903 24.555 C 73.704 13.292 73.109 3.445 67.757 2.107 Z M 84.572 22.5 C 83.945 34.927 74.279 45 61.553 45 C 48.827 45 40.177 34.927 40.802 22.5 C 41.427 10.073 51.093 0 63.819 0 C 76.544 0 85.196 10.073 84.571 22.5 Z M 114.155 2.107 C 108.804 0.769 103.668 9.183 100.867 20.447 C 98.067 31.71 98.661 41.557 104.012 42.894 C 109.363 44.232 114.5 35.818 117.3 24.555 C 120.101 13.292 119.506 3.445 114.155 2.107 Z M 130.968 22.5 C 130.343 34.927 120.677 45 107.951 45 C 95.226 45 86.574 34.927 87.199 22.5 C 87.824 10.073 97.49 0 110.216 0 C 122.942 0 131.593 10.073 130.968 22.5 Z M 38.622 29.482 C 38.274 39.462 28.935 44.875 19.322 44.875 C 11.176 44.875 3.57 40.507 0 37.852 L 4.016 26.662 L 4.256 26.749 C 10.861 36.647 16.473 43.464 22.34 42.934 C 26.221 42.583 28.525 40.211 28.689 35.512 C 28.917 28.973 23.939 20.868 5.212 24.213 L 4.931 24.112 L 13.362 0.624 L 41.618 0.624 L 37.824 11.193 L 11.353 11.193 L 8.857 18.148 C 23.815 10.445 39.002 18.571 38.622 29.482 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:10110954900,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fzgonx\",\"data-framer-name\":\"Tenity_idtb7Y_VV4_1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SOoTFBwBL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 152 43\"><path d=\"M 132.237 43 L 135.641 34.887 L 126.44 13.016 L 131.72 13.016 L 138.149 29.064 L 138.571 29.064 L 144.915 13.016 L 149.984 13.016 L 137.422 43 Z M 43.392 34.929 L 43.392 9.107 L 33.844 9.107 L 33.844 4.607 L 56.082 4.607 C 57.324 4.607 58.337 5.616 58.337 6.856 C 58.335 8.098 57.326 9.103 56.082 9.105 L 48.419 9.105 L 48.419 34.927 L 43.392 34.927 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 52.287 23.967 C 52.287 16.284 57.146 12.417 63.743 12.417 C 70.214 12.417 74.555 16.579 74.555 23.547 C 74.555 24.009 74.514 24.777 74.43 25.25 L 57.092 25.25 C 57.429 29.496 60.159 31.829 63.689 31.829 C 65.86 31.829 67.905 30.85 68.885 29.064 L 73.66 29.064 C 72.384 33.1 68.548 35.517 63.742 35.517 C 56.67 35.517 52.286 31.145 52.286 23.967 Z M 69.614 21.886 C 69.234 18.145 66.673 16.064 63.522 16.064 C 60.455 16.064 57.726 18.103 57.22 21.886 Z M 78.288 34.929 L 78.288 22.864 C 78.288 15.643 82.461 12.417 89.185 12.417 C 95.951 12.417 100.082 15.434 100.082 22.653 L 100.082 34.929 L 95.265 34.929 L 95.265 22.653 C 95.265 18.407 93.01 16.495 89.174 16.495 C 85.338 16.495 83.083 18.576 83.083 22.864 L 83.083 34.929 Z M 104.266 6.983 C 104.266 5.281 105.499 4.052 107.206 4.052 C 108.83 4.052 110.146 5.364 110.147 6.983 C 110.147 8.686 108.914 9.916 107.206 9.916 C 106.426 9.919 105.676 9.611 105.124 9.06 C 104.572 8.51 104.263 7.762 104.267 6.983 Z M 104.772 34.929 L 104.772 15.412 C 104.772 14.088 105.847 13.016 107.175 13.016 C 108.503 13.016 109.578 14.088 109.578 15.412 L 109.578 34.929 Z M 114.499 34.929 L 114.499 7.152 L 119.316 7.152 L 119.316 13.016 L 123.025 13.016 C 124.123 13.06 124.99 13.96 124.99 15.055 C 124.99 16.15 124.123 17.05 123.025 17.094 L 119.316 17.094 L 119.316 34.928 L 114.499 34.928 Z M 13.693 30.662 C 12.081 30.662 10.774 31.966 10.774 33.573 L 10.774 38.69 L 16.612 42.076 L 16.612 33.572 C 16.612 31.965 15.305 30.662 13.693 30.662 Z M 19.057 4.377 L 15.158 0.583 C 14.354 -0.195 13.075 -0.195 12.271 0.583 L 8.371 4.377 C 6.341 6.349 5.197 9.055 5.199 11.881 L 5.199 20.782 L 2.607 22.422 C 1.655 23.026 1.079 24.072 1.078 25.196 L 1.078 33.068 L 22.239 20.794 L 22.239 11.892 C 22.236 9.062 21.089 6.354 19.058 4.377 Z M 13.693 14.782 C 11.953 14.781 10.542 13.374 10.542 11.639 C 10.543 9.904 11.953 8.498 13.693 8.497 C 15.433 8.498 16.843 9.904 16.844 11.639 C 16.845 12.473 16.514 13.273 15.923 13.863 C 15.331 14.453 14.529 14.783 13.693 14.782 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 22.23 30.662 L 26.656 33.226 L 26.656 25.512 C 26.656 24.304 26.035 23.19 25.012 22.537 L 22.231 20.783 L 22.231 30.662 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:11661590302,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jf4c84\",\"data-framer-name\":\"Asset_25\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dVMgFch4O\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85 50\"><g transform=\"translate(0 -0.04)\" id=\"ss9200565588_1\"><path d=\"M 52.615 24.905 C 54.674 25.943 55.892 28.138 55.687 30.442 L 55.687 42.637 C 55.687 47.235 53.016 49.954 48.499 50.027 C 41.784 50.088 35.141 50.027 28.244 50.027 L 28.244 0.235 C 28.791 0.235 29.349 0.149 29.908 0.149 L 47.673 0.149 C 53.344 0.466 55.687 2.942 55.687 8.686 L 55.687 19.271 C 55.875 21.597 54.668 23.812 52.615 24.905 Z M 37.266 43.503 L 44.831 43.503 C 45.316 43.565 45.801 43.402 46.151 43.06 C 46.501 42.718 46.677 42.235 46.629 41.747 L 46.629 29.905 C 46.629 29.381 45.961 28.466 45.572 28.442 C 42.84 28.32 40.084 28.381 37.327 28.381 Z M 37.266 21.552 L 45.159 21.552 C 46.155 21.552 46.616 20.82 46.616 19.845 C 46.616 16.113 46.677 12.381 46.616 8.649 C 46.616 8.088 45.803 7.101 45.329 7.076 C 42.682 6.918 40.035 7.003 37.327 7.003 Z M 0.255 35.515 L 9.229 35.515 L 9.229 40.698 C 9.229 42.71 9.617 43.137 11.657 43.137 L 15.118 43.137 C 15.555 43.179 15.986 43.017 16.29 42.699 C 16.593 42.38 16.734 41.939 16.672 41.503 L 16.672 29.808 C 16.672 28.454 15.701 28.198 14.62 28.186 C 12.191 28.186 9.69 28.247 7.225 28.186 C 4.396 28.088 1.906 27.113 0.753 24.271 C 0.291 23.04 0.057 21.734 0.061 20.418 C 0 16.259 0 12.101 0 7.942 C 0 3.198 2.246 0.625 6.958 0.296 C 11.038 0.04 15.13 0.04 19.21 0.296 C 23.132 0.552 25.281 2.881 25.694 6.784 C 25.719 7.255 25.719 7.727 25.694 8.198 L 25.694 14.918 L 16.599 14.918 L 16.599 9.637 C 16.599 7.491 16.247 7.198 14.171 7.198 C 8.524 7.198 9.216 6.857 9.18 12.076 L 9.18 19.186 C 9.18 21.064 9.605 21.491 11.511 21.527 L 18.129 21.527 C 23.424 21.625 25.913 24.149 25.937 29.442 L 25.937 42.393 C 25.937 47.393 23.339 49.979 18.36 50.04 L 7.286 50.04 C 2.999 49.918 0.437 47.405 0.279 43.137 C 0.182 40.625 0.255 38.113 0.255 35.515 Z M 84.32 16.613 L 75.213 16.613 L 75.213 9.515 C 75.213 7.186 74.776 6.747 72.469 6.735 L 68.826 6.735 C 68.341 6.711 67.87 6.901 67.536 7.255 C 67.202 7.609 67.039 8.091 67.089 8.576 L 67.089 40.637 C 67.089 43.174 67.454 43.527 70.016 43.552 L 73.003 43.552 C 74.751 43.479 75.213 42.991 75.225 41.223 L 75.225 33.905 L 84.49 33.905 C 84.32 37.698 84.393 41.54 83.919 45.308 C 83.579 47.991 80.859 49.93 77.921 49.991 C 73.416 50.088 68.911 50.125 64.406 49.991 C 60.459 49.881 57.946 46.979 57.921 42.674 L 57.921 7.93 C 57.921 3.271 60.059 0.613 64.673 0.247 C 69.062 -0.082 73.47 -0.082 77.86 0.247 C 82.171 0.576 84.259 3.198 84.32 7.564 C 84.356 10.564 84.32 13.552 84.32 16.613 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></g></svg>',svgContentId:9200565588,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fyj0fg\",\"data-framer-name\":\"aceon_svg\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"T3Doadf7p\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 64\"><g transform=\"translate(0.002 -0.001)\" id=\"ss12113157236_1\"><g transform=\"translate(0 0)\" id=\"ss12113157236_2\"><path d=\"M 6.07 27.097 C 5.67 28.617 5.494 28.921 4.79 29.057 C 3.672 29.19 2.538 29.05 1.486 28.649 C 1.113 28.505 0.836 28.184 0.75 27.793 C 0.686 27.473 0.75 27.297 1.038 25.889 L 1.334 24.529 C 0.798 24.529 0.606 24.401 0.534 23.921 C 0.345 22.454 0.479 20.963 0.926 19.553 C 1.222 18.993 1.43 18.881 2.854 18.633 L 3.87 14.809 C 4.39 12.761 5.718 8.505 6.11 7.609 C 6.502 6.713 6.702 6.529 7.382 6.401 C 8.307 6.276 9.242 6.234 10.174 6.273 C 11.55 6.273 11.862 6.505 12.278 7.729 C 12.51 8.417 13.406 12.225 13.774 14.033 C 14.142 15.841 14.862 20.145 15.286 22.945 C 15.438 23.849 15.526 24.473 15.59 24.761 C 15.886 26.409 15.462 26.961 13.622 27.329 C 11.622 27.729 10.862 27.417 10.598 26.129 L 10.454 25.249 L 9.798 20.625 C 9.454 22.265 9.11 22.873 8.462 23.025 L 7.822 23.153 L 7.022 23.321 Z M 9.406 16.801 C 9.174 14.665 9.182 14.537 9.134 13.937 L 9.03 12.801 C 9.022 12.581 9 12.362 8.966 12.145 L 8.862 12.801 C 8.646 14.217 8.566 14.673 8.422 15.473 C 8.198 16.801 8.158 16.961 8.086 17.601 L 9.446 17.329 Z M 21.726 10.081 C 20.889 12.834 20.681 15.74 21.118 18.585 C 21.294 19.449 21.662 19.817 22.278 19.689 C 22.726 19.601 23.022 19.209 23.158 18.409 C 23.494 16.897 23.55 16.857 24.006 16.465 C 24.558 16.068 25.188 15.795 25.854 15.665 C 27.142 15.401 28.078 15.721 28.254 16.465 C 28.416 18.282 28.102 20.11 27.342 21.769 C 26.29 23.883 24.347 25.415 22.046 25.945 C 19.182 26.521 16.694 24.137 15.87 20.017 C 15.071 16.04 15.518 11.914 17.15 8.201 C 18.258 5.626 20.488 3.702 23.198 2.985 C 26.006 2.425 27.838 3.737 28.438 6.697 C 28.926 9.145 28.086 10.457 25.702 10.929 C 24.574 11.161 23.894 10.929 23.774 10.345 C 23.745 10.146 23.745 9.944 23.774 9.745 C 23.834 9.457 23.834 9.16 23.774 8.873 C 23.747 8.693 23.643 8.534 23.49 8.436 C 23.337 8.338 23.149 8.31 22.974 8.361 C 22.486 8.457 22.038 9.049 21.742 10.081\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 39.35 5.745 C 37.694 5.977 35.646 6.321 33.19 6.745 C 33.431 6.824 33.677 6.888 33.926 6.937 C 35.278 7.297 35.462 7.401 35.526 7.737 C 35.564 8.391 35.537 9.048 35.446 9.697 L 35.742 9.633 L 36.934 9.433 C 40.934 8.729 41.19 8.745 41.326 9.433 C 41.437 10.559 41.37 11.696 41.126 12.801 C 40.91 13.889 40.702 14.193 40.03 14.329 L 39.198 14.401 C 37.83 14.577 35.59 14.961 34.846 15.105 L 34.758 17.977 C 35.374 17.881 35.726 17.817 37.014 17.553 C 38.095 17.297 39.195 17.134 40.302 17.065 C 40.638 17.065 40.894 17.345 40.982 17.801 C 41.186 19.056 41.051 20.343 40.59 21.529 C 40.3 21.927 39.85 22.178 39.358 22.217 L 36.318 22.753 L 34.542 23.113 C 32.414 23.537 31.982 23.521 31.142 22.857 C 30.356 22.331 29.756 21.569 29.43 20.681 C 29.385 20.352 29.385 20.018 29.43 19.689 L 29.534 16.177 C 28.774 16.233 28.51 16.081 28.398 15.537 C 28.206 14.203 28.277 12.844 28.606 11.537 C 28.806 11.033 28.926 10.977 30.054 10.737 L 30.302 7.305 C 29.11 7.545 28.654 7.433 28.55 6.921 C 28.474 5.424 28.625 3.924 28.998 2.473 C 29.254 2.057 29.75 1.889 33.134 1.209 C 34.598 0.937 35.998 0.697 38.398 0.345 C 39.198 0.257 39.894 0.145 39.998 0.121 C 41.422 -0.135 41.79 0.001 41.918 0.673 C 42.043 1.943 41.973 3.224 41.71 4.473 C 41.636 5.051 41.164 5.496 40.582 5.537 Z M 9.086 34.337 C 10.886 31.937 11.11 31.721 11.59 31.625 C 12.878 31.361 14.494 34.025 15.198 37.601 C 15.998 41.657 15.486 46.889 14.006 49.873 C 12.59 52.665 10.51 54.489 8.19 54.953 C 6.65 55.227 5.064 54.885 3.774 54.001 C 1.902 52.653 0.658 50.603 0.326 48.321 C -0.626 43.521 0.55 38.225 3.262 35.033 C 4.341 33.689 5.803 32.707 7.454 32.217 C 8.166 32.073 8.494 32.217 8.614 32.825 C 8.724 33.483 8.757 34.151 8.71 34.817 Z M 8.654 36.737 C 8.659 37.013 8.601 37.286 8.486 37.537 C 8.343 37.773 8.159 37.981 7.942 38.153 C 6.871 39.214 6.16 40.586 5.91 42.073 C 5.547 43.68 5.493 45.341 5.75 46.969 C 6.022 48.321 6.878 49.257 7.686 49.097 C 9.598 48.721 10.534 43.561 9.598 38.985 C 9.429 38.024 9.119 37.094 8.678 36.225 C 8.658 36.384 8.658 36.545 8.678 36.705 M 21.774 38.297 C 22.094 41.081 22.118 41.545 21.838 46.489 C 21.766 47.777 21.71 48.889 21.726 49.593 C 21.678 51.513 21.446 51.897 20.19 52.145 C 19.315 52.301 18.418 52.301 17.542 52.145 C 16.806 51.985 16.454 51.729 16.366 51.273 C 16.321 51.03 16.321 50.78 16.366 50.537 C 16.366 49.801 16.454 48.609 16.51 47.593 C 16.862 40.625 16.998 38.145 17.566 32.105 C 17.662 30.913 17.966 30.417 18.67 30.273 C 19.865 30.117 21.078 30.204 22.238 30.529 C 23.35 30.881 23.91 31.505 24.982 33.665 C 25.891 35.57 26.614 37.557 27.142 39.601 C 26.957 36.847 26.957 34.083 27.142 31.329 C 27.286 28.681 27.334 28.609 28.27 28.417 C 29.202 28.266 30.154 28.304 31.07 28.529 C 31.95 28.721 32.23 28.969 32.334 29.481 C 32.566 30.801 31.998 42.153 31.366 47.201 C 31.35 47.424 31.35 47.649 31.366 47.873 C 31.43 48.088 31.518 48.295 31.63 48.489 C 31.675 48.579 31.705 48.677 31.718 48.777 C 31.846 49.417 31.382 49.777 30.118 50.033 C 28.983 50.238 27.815 50.186 26.702 49.881 C 26.022 49.649 25.902 49.497 24.886 46.825 C 23.67 43.753 23.67 43.753 21.982 38.825 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 16.558 64.313 C 12.572 64.291 8.636 63.418 5.014 61.753 C 4.748 61.633 4.542 61.41 4.446 61.135 C 4.349 60.859 4.369 60.557 4.502 60.297 L 5.598 58.137 C 5.859 57.626 6.476 57.41 6.998 57.649 C 11.379 59.649 16.28 60.209 20.998 59.249 C 24.867 58.52 28.437 56.67 31.262 53.929 C 34.302 50.897 35.478 47.529 37.11 42.929 C 37.99 40.431 38.661 37.865 39.118 35.257 C 39.228 34.691 39.765 34.313 40.334 34.401 L 42.734 34.761 C 43.017 34.806 43.271 34.962 43.437 35.195 C 43.604 35.428 43.671 35.718 43.622 36.001 C 43.124 38.884 42.386 41.721 41.414 44.481 C 39.726 49.281 38.262 53.433 34.486 57.201 C 31.038 60.572 26.672 62.851 21.934 63.753 C 20.166 64.124 18.365 64.312 16.558 64.313\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 35.806 38.737 L 33.91 37.257 C 33.646 37.076 33.487 36.777 33.487 36.457 C 33.487 36.137 33.646 35.837 33.91 35.657 L 40.366 30.601 C 40.826 30.276 41.458 30.356 41.822 30.785 L 43.198 32.265 C 43.369 32.45 43.457 32.697 43.443 32.948 C 43.43 33.199 43.316 33.435 43.126 33.601 L 37.598 38.625 C 37.105 39.073 36.368 39.119 35.822 38.737\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 45.902 39.393 L 47.918 37.649 C 48.31 36.457 48.294 35.585 47.678 35.049 L 40.75 28.961 C 40.52 28.774 40.222 28.691 39.927 28.732 C 39.633 28.773 39.369 28.934 39.198 29.177 L 37.806 30.937 C 37.44 31.396 37.461 32.053 37.854 32.489 L 43.814 38.553 C 44.436 38.991 45.151 39.279 45.902 39.393\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></g></g></svg>',svgContentId:12113157236,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18scugn\",\"data-framer-name\":\"IE University_logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EnAavKVXo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 57\"><path d=\"M 7.175 0 C 11.129 0 14.35 3.208 14.35 7.166 C 14.35 11.124 11.129 14.341 7.175 14.341 C 3.212 14.341 0 11.124 0 7.166 C 0 3.208 3.212 0 7.175 0\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 1.432 18.643 L 1.432 55.93 L 12.912 55.93 L 12.912 18.643 Z M 35.161 32.385 L 27.786 32.385 C 28.491 29.479 30.857 26.846 35.161 26.846 C 39.464 26.846 41.831 29.479 42.536 32.385 Z M 53.943 37.405 L 53.943 37.201 C 53.904 26.393 46.672 17.647 34.863 17.647 C 23.053 17.647 15.822 26.393 15.783 37.201 L 15.782 37.405 C 15.782 49.274 24.978 56.932 36.472 56.932 C 42.449 56.932 48.502 54.252 52.181 49.58 L 44.359 43.848 C 42.295 46.266 39.69 48.202 35.935 48.202 C 31.491 48.202 28.196 45.369 27.277 41.004 L 53.64 41.004 C 53.842 39.815 53.943 38.611 53.943 37.405 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:11509543114,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kkj83w\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bP9662qa2-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 237 57\"><path d=\"M 11.367 38.222 C 11.226 38.297 11.092 38.386 10.968 38.486 L 0.017 38.486 L 0.017 49.81 L 6.938 56.823 L 30.235 56.823 L 37.021 50.009 L 37.021 28.849 L 29.989 22.018 L 21.201 22.018 C 21.172 21.37 21.307 20.797 21.307 20.797 C 22.247 20.333 23.206 21.504 23.206 21.504 C 23.655 21.466 24.222 21.792 24.222 21.792 C 24.888 21.572 26.888 22.092 26.979 21.945 C 27.055 20.744 26.568 20.012 26.169 19.62 L 37.024 19.62 L 37.024 8.13 L 29.291 0.178 L 8.065 0.178 L 0 8.229 L 0 28.943 L 7.005 35.985 L 13.376 35.985 C 13.23 36.361 13.079 36.672 13.079 36.672 Z M 23.126 17.714 C 22.896 17.608 22.592 17.605 22.592 17.605 L 22.172 17.149 C 22.172 16.199 21.144 16.458 21.144 16.458 L 21.23 15.941 C 21.511 15.941 22.293 16.053 23.129 16.17 L 23.129 17.714 L 23.126 17.714 Z M 22.335 39.683 L 23.75 39.74 L 23.75 43.172 L 20.386 43.172 L 20.383 42.591 L 20.42 39.475 C 20.478 38.724 21.035 39.171 21.035 39.171 C 21.507 39.649 22.335 39.683 22.335 39.683 Z M 23.126 14.351 C 23.085 14.336 23.045 14.315 23.004 14.298 L 23.126 14.298 Z M 7.382 35.067 L 0.925 28.577 L 0.925 8.647 L 8.43 1.135 L 28.891 1.135 L 36.183 8.652 L 36.183 18.699 L 25.034 18.699 C 24.954 18.569 24.902 18.468 24.902 18.468 C 24.705 18.108 24.359 17.974 24.047 17.929 L 24.047 16.296 C 24.929 16.412 25.69 16.493 25.78 16.402 C 26.193 15.984 25.128 15.313 24.047 14.779 L 24.047 13.387 L 21.03 13.387 C 20.28 12.879 20.163 12.442 20.163 12.442 C 19.906 10.804 21.705 11.473 21.705 11.473 C 22.657 11.546 22.854 11.002 22.854 11.002 C 22.486 9.932 21.143 9.589 20.929 9.497 C 20.674 9.391 20.634 9.294 20.732 9.098 C 20.8 8.963 21.523 9.292 21.758 9.06 C 22.294 8.518 20.427 7.32 20.427 7.32 C 21.642 7.252 20.302 6.004 20.302 6.004 C 19.494 5.361 19.775 4.796 19.775 4.796 C 20.629 4.882 20.626 3.984 20.493 3.95 C 19.236 3.661 19.451 3.168 19.451 3.168 C 19.451 2.737 19.241 2.291 19.241 2.291 C 19.412 1.517 19.064 1.672 19.064 1.672 C 18.551 1.672 18.848 2.133 18.848 2.133 C 18.662 2.912 18.129 3.451 18.129 3.451 C 16.969 3.429 17.574 4.523 17.574 4.523 L 18.295 4.458 L 18.126 5.166 C 16.453 5.9 16.911 7.11 17.864 7.222 C 17.949 7.439 17.814 7.635 17.814 7.635 C 16.821 7.678 17.019 8.06 16.181 8.471 C 15.531 8.794 15.546 9.128 15.597 9.364 C 15.692 9.835 16.32 9.387 16.32 9.387 L 15.703 10.23 C 13.638 11.153 15.459 11.756 15.459 11.756 C 17.084 10.78 17.718 11.153 17.718 11.153 C 17.975 12.179 17.466 12.906 16.872 13.382 L 13.678 13.382 L 13.678 14.824 C 12.678 15.52 12.313 16.452 12.313 16.452 C 11.628 17.143 11.97 17.486 11.97 17.486 C 12.31 17.658 13.032 17.38 13.676 17.059 L 13.676 19.023 C 13.623 19.047 13.587 19.066 13.587 19.066 C 13.159 19.926 11.53 20.617 11.53 20.617 C 9.56 21.475 10.502 22.6 10.502 22.6 C 10.817 22.653 12.454 22.313 13.676 22.047 L 13.676 22.972 L 16.56 22.972 C 16.197 23.591 15.56 24.235 15.56 24.235 C 15.301 25.095 14.275 25.443 14.275 25.443 C 11.532 26.131 11.701 27.077 11.701 27.077 L 13.758 26.906 C 14.359 26.39 14.789 26.906 14.789 26.906 L 15.474 27.077 C 15.82 27.594 15.31 29.125 15.31 29.125 L 13.94 29.125 C 13.854 29.644 12.912 29.639 12.912 29.639 C 12.484 29.471 11.968 29.988 11.968 29.988 C 11.797 30.331 11.026 30.677 11.026 30.677 C 10.341 30.846 10.855 31.192 10.855 31.192 C 11.456 30.762 11.456 31.706 11.456 31.706 C 11.286 32.139 9.891 32.119 9.913 32.483 C 9.956 33.126 14.628 31.187 14.628 31.187 C 15.227 30.678 15.655 30.935 15.655 30.935 C 16.084 31.622 14.799 32.483 14.799 32.483 C 14.285 33.086 13.449 33.417 13.449 33.417 C 11.47 33.739 11.247 34.891 11.227 35.062 C 8.986 35.067 7.382 35.067 7.382 35.067 Z M 14.885 16.373 C 15.83 15.423 16.515 16.373 16.515 16.373 C 18.144 16.977 17.031 17.577 17.031 17.577 C 16.817 17.577 15.558 18.147 14.624 18.58 L 14.624 16.537 C 14.787 16.441 14.885 16.373 14.885 16.373 Z M 14.623 14.347 L 14.623 14.298 L 14.761 14.298 C 14.713 14.313 14.668 14.332 14.623 14.347 Z M 15.046 21.737 C 16.59 21.137 16.676 22 16.676 22 C 16.68 22.005 16.683 22.007 16.688 22.015 L 14.623 22.015 L 14.623 21.838 C 14.765 21.805 14.906 21.772 15.046 21.737 Z M 17.928 39.624 C 18.207 40.202 18.26 41.78 18.26 41.78 L 18.26 42.101 L 18.229 43.177 L 15.14 43.177 L 15.14 40.353 C 15.82 39.856 16.277 38.921 16.277 38.921 C 17.149 38.556 17.647 39.045 17.928 39.624 Z M 11.336 35.067 L 13.437 34.634 C 13.605 34.657 13.648 34.828 13.628 35.067 Z M 13.424 41.065 C 13.681 40.628 14.109 40.635 14.109 40.635 C 14.14 40.64 14.167 40.637 14.195 40.642 L 14.195 44.136 L 18.272 44.136 L 18.199 45.765 C 18.179 46.498 18.132 48.06 18.072 48.505 C 17.899 49.828 17.599 50.013 17.413 50.135 C 17.151 50.3 16.766 50.369 16.202 50.612 C 14.813 51.2 14.933 52.671 14.263 53.099 C 13.443 53.623 13.668 53.455 12.941 53.618 C 12.21 53.781 11.816 54.595 11.816 54.595 L 26.699 54.595 C 26.641 54.132 26.742 53.714 24.998 53.133 C 23.299 52.567 24.157 52.261 21.967 51.141 C 21.179 50.74 20.763 49.316 20.546 48.25 C 20.383 47.439 20.48 47.068 20.48 47.068 L 20.395 44.613 L 20.392 44.136 L 24.668 44.136 C 24.668 43.451 24.671 41.639 24.671 39.789 C 25.689 39.965 27.391 41.32 27.391 41.32 C 29.192 42.356 28.85 41.231 28.85 41.231 C 28.336 37.532 26.192 37.186 26.192 37.186 C 24.908 36.839 25.764 36.063 25.764 36.063 C 27.308 34.859 25.485 34.528 25.485 34.528 C 24.286 34.693 23.014 33.88 23.014 33.88 C 20.87 32.241 21.654 31.19 21.654 31.19 C 21.825 30.07 24.372 31.731 24.372 31.731 C 25.057 32.335 25.742 31.813 25.742 31.813 C 25.827 31.469 26.626 30.844 26.626 30.844 C 28.084 29.723 24.567 29.469 24.567 29.469 C 22.895 28.418 21.868 28.062 21.371 26.744 C 21.231 26.374 21.224 26.128 21.224 26.128 C 21.224 26.128 23.858 26.374 24.004 26.407 C 24.152 26.44 25.101 26.546 25.077 26.212 C 25.06 25.967 24.596 25.245 23.52 24.758 C 22.578 24.335 21.772 23.504 21.448 22.966 L 29.581 22.966 L 36.185 29.337 L 36.185 49.52 L 29.732 56.01 L 7.417 56.01 L 0.94 49.425 L 0.94 39.446 L 10.079 39.446 C 9.026 40.902 8.397 42.942 8.397 42.942 C 8.311 43.976 9.747 43.115 9.747 43.115 C 9.747 43.115 9.891 42.855 9.938 42.769 C 10.447 41.906 11.827 41.821 11.827 41.821 C 12.509 41.988 13.424 41.065 13.424 41.065 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 19.848 3.113 C 19.901 3.158 20.078 3.295 20.615 3.417 C 20.912 3.485 21.105 3.763 21.11 4.093 C 21.11 4.141 21.105 4.194 21.101 4.245 C 21.045 4.579 20.793 5.091 20.358 5.217 C 20.386 5.237 20.584 5.392 20.584 5.392 C 21.328 5.974 21.934 7.07 21.312 7.278 C 22.156 7.858 22.436 8.458 22.446 8.691 C 22.47 9.218 22.16 9.341 22.105 9.418 C 22.597 9.658 23.138 10.134 23.375 10.827 L 23.438 11.015 L 23.371 11.199 C 23.249 11.547 22.748 12.117 21.662 12.035 L 21.597 12.026 L 21.533 12.008 C 21.206 11.905 20.872 11.864 20.737 11.983 C 20.703 12.016 20.66 12.067 20.66 12.178 C 20.66 12.221 20.708 12.287 20.713 12.335 C 20.73 12.368 20.771 12.431 20.839 12.514 L 24.987 12.514 L 24.987 14.646 C 25.738 15.084 26.302 15.557 26.402 16.019 C 26.414 16.074 26.423 16.132 26.426 16.19 C 26.426 16.413 26.339 16.628 26.171 16.799 C 25.986 16.985 25.785 17.048 24.987 16.976 L 24.987 17.74 C 25.02 17.768 25.049 17.796 25.083 17.829 L 35.253 17.829 L 35.253 9.11 L 28.511 2.139 L 19.771 2.139 C 19.767 2.161 19.762 2.183 19.759 2.205 C 19.851 2.346 19.985 3.095 19.848 3.113 Z M 14.374 32.129 L 14.424 32.073 L 14.484 32.028 C 14.633 31.929 14.763 31.813 14.88 31.697 C 14.865 31.703 14.85 31.709 14.835 31.714 C 10.434 33.532 9.88 33.18 9.671 33.05 C 9.487 32.94 9.369 32.745 9.356 32.53 C 9.356 32.513 9.354 32.498 9.354 32.484 C 9.349 31.88 10.014 31.705 10.459 31.591 C 10.278 31.445 10.12 31.218 10.115 30.948 C 10.112 30.906 10.117 30.862 10.122 30.817 C 10.16 30.599 10.319 30.313 10.82 30.165 C 11.1 30.036 11.394 29.875 11.454 29.782 C 11.462 29.77 11.53 29.668 11.53 29.668 L 11.586 29.611 C 11.663 29.532 12.326 28.827 12.978 29.097 C 13.163 29.097 13.316 29.039 13.399 28.983 C 13.415 28.899 13.467 28.572 13.467 28.572 L 14.893 28.572 C 14.988 28.199 15.044 27.827 15.041 27.591 C 15.041 27.574 15.036 27.568 15.034 27.548 C 14.845 27.499 14.653 27.455 14.653 27.455 L 14.484 27.395 L 14.374 27.282 C 14.336 27.244 14.288 27.191 14.119 27.335 L 13.984 27.452 L 11.248 27.682 L 11.158 27.185 C 11.098 26.844 11.13 25.674 14.099 24.92 C 14.316 24.841 14.888 24.549 15.028 24.08 L 15.059 23.973 L 12.749 23.973 L 12.749 22.821 C 11.687 23.038 10.716 23.2 10.415 23.152 L 10.213 23.116 L 10.082 22.959 C 9.857 22.681 9.731 22.336 9.724 21.978 C 9.724 21.867 9.735 21.747 9.764 21.623 C 9.908 21.002 10.43 20.497 11.319 20.106 C 11.721 19.935 12.343 19.593 12.749 19.234 L 12.749 18.026 C 12.357 18.12 11.997 18.127 11.723 17.99 L 11.646 17.949 L 11.58 17.886 C 11.562 17.877 11.336 17.642 11.331 17.246 C 11.328 16.963 11.451 16.596 11.84 16.171 C 11.932 15.97 12.207 15.431 12.749 14.889 L 12.749 12.514 L 16.969 12.514 C 17.131 12.281 17.235 12.008 17.229 11.694 C 17.229 11.684 17.229 11.673 17.226 11.66 C 16.966 11.684 16.498 11.792 15.741 12.247 L 15.541 12.37 L 15.315 12.311 C 15.051 12.243 14.174 11.954 14.116 11.235 C 14.114 11.215 14.112 11.195 14.111 11.175 C 14.107 10.595 14.652 10.124 15.164 9.868 C 15.164 9.868 15.159 9.866 15.159 9.863 C 15.078 9.767 14.955 9.365 14.97 9.301 C 14.993 8.602 15.834 8.07 16.582 7.496 C 16.615 7.464 16.649 7.425 16.683 7.392 C 16.579 7.327 16.493 7.238 16.433 7.131 C 16.375 7.029 16.345 6.914 16.344 6.797 C 16.337 6.364 16.295 5.731 17.265 5.07 C 17.219 5.007 17.113 4.855 17.113 4.855 C 17.058 4.774 16.844 4.248 16.841 3.867 C 16.839 3.726 16.869 3.581 16.942 3.437 C 17.06 3.207 17.159 2.938 17.773 2.922 L 17.93 2.922 C 17.947 2.92 18.154 2.474 18.302 2.185 C 18.297 2.17 18.297 2.156 18.292 2.143 L 8.81 2.143 L 1.864 9.113 L 1.864 28.256 L 7.774 34.202 L 10.79 34.202 C 11.031 33.745 11.656 33.05 13.268 32.778 C 13.287 32.773 13.989 32.587 14.374 32.129 Z M 10.418 43.063 L 10.161 43.523 L 10.031 43.6 C 9.692 43.805 8.837 44.24 8.258 43.876 C 8.099 43.773 7.846 43.538 7.837 43.051 C 7.837 43.004 7.84 42.957 7.843 42.905 L 7.848 42.848 L 7.866 42.789 C 7.928 42.581 8.264 41.553 8.825 40.455 L 1.874 40.455 L 1.874 49.106 L 7.796 55.152 L 10.939 55.152 L 11.317 54.363 C 11.37 54.259 11.853 53.305 12.814 53.092 L 13.24 53.011 C 13.439 52.978 13.439 52.978 13.961 52.645 C 14.12 52.546 14.286 52.272 14.422 51.935 C 14.692 51.275 14.971 50.543 15.979 50.113 C 16.293 49.98 16.388 49.92 16.653 49.851 C 16.822 49.807 17.044 49.715 17.109 49.678 C 17.183 49.631 17.376 49.51 17.517 48.447 C 17.553 48.17 17.605 47.515 17.62 46.716 L 17.637 45.752 L 17.64 45.697 C 17.635 45.702 17.587 45.767 17.587 45.767 L 17.605 45.149 L 13.268 45.149 L 13.268 41.927 C 12.888 42.196 12.367 42.459 11.845 42.394 C 11.53 42.408 10.702 42.573 10.418 43.063 Z M 27.238 54.429 L 27.322 55.151 L 29.351 55.151 L 35.255 49.202 L 35.255 29.793 L 29.188 23.98 L 23.232 23.98 C 23.395 24.087 23.561 24.188 23.743 24.268 C 24.914 24.793 25.589 25.648 25.626 26.189 L 25.626 26.228 C 25.629 26.452 25.52 26.727 25.198 26.879 C 24.977 26.986 24.155 27.119 23.739 26.94 C 23.359 26.899 22.705 26.833 21.997 26.77 C 22.347 27.481 22.932 27.853 23.934 28.448 L 24.743 28.938 C 25.899 29.037 27.261 29.318 27.495 30.107 C 27.514 30.179 27.53 30.263 27.53 30.347 C 27.535 30.614 27.411 30.95 26.964 31.294 C 26.653 31.544 26.322 31.87 26.269 31.989 C 26.255 32.028 26.213 32.162 26.213 32.162 L 26.074 32.271 C 25.719 32.538 24.855 32.855 24.06 32.204 C 23.349 31.737 22.506 31.369 22.181 31.366 C 22.173 31.401 22.162 31.44 22.162 31.44 L 22.11 31.52 C 22.076 31.585 22.06 31.658 22.063 31.732 C 22.068 32.068 22.335 32.662 23.332 33.433 C 23.445 33.497 24.483 34.118 25.406 33.987 L 25.492 33.972 L 25.581 33.989 C 25.772 34.024 26.724 34.234 26.908 34.983 C 27.026 35.475 26.764 35.984 26.137 36.484 C 26.114 36.509 26.091 36.533 26.074 36.563 C 26.122 36.587 26.202 36.617 26.326 36.654 C 26.684 36.731 28.862 37.355 29.396 41.152 C 29.472 41.458 29.441 41.874 29.116 42.136 C 28.585 42.564 27.769 42.191 27.119 41.815 L 27.084 41.795 L 27.05 41.765 C 26.593 41.404 26.112 41.077 25.608 40.786 L 25.608 45.143 L 20.968 45.143 L 21.035 47.086 L 21.035 47.116 C 21.035 47.123 20.947 47.425 21.09 48.149 C 21.35 49.42 21.763 50.424 22.222 50.659 C 23.42 51.27 23.796 51.576 24.095 51.93 C 24.335 52.214 24.476 52.385 25.178 52.615 C 26.815 53.163 27.158 53.66 27.238 54.429 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 22.093 31.539 L 22.108 31.519 L 22.108 31.514 Z M 98.676 34.995 C 94.502 36.538 94.016 39.73 94.016 41.533 C 94.016 43.066 94.519 48.068 101.073 48.068 C 104.113 48.068 106.057 46.673 107.123 45.558 C 107.568 47.101 108.904 48.016 110.825 48.016 C 113.043 48.016 114.288 46.896 115.597 45.311 L 115.862 44.967 L 115.066 44.055 L 114.676 44.391 C 114.48 44.559 114.24 44.633 113.886 44.633 C 112.468 44.633 112.195 43.304 112.195 41.585 C 112.195 40.902 112.221 39.782 112.25 38.492 C 112.293 36.618 112.343 34.284 112.343 32.194 C 112.343 29.813 112.266 27.537 111.25 25.892 C 109.887 23.816 107.695 22.85 104.324 22.85 C 99.133 22.85 96.766 26.064 96.171 27.955 L 96.051 28.329 L 97.262 29.059 L 97.524 28.562 C 97.534 28.537 98.876 26.031 102.143 26.031 C 104.365 26.031 106.004 27.109 106.578 28.827 C 106.864 29.724 106.864 30.07 106.864 31.519 L 106.864 32.291 C 103.904 33.22 102.983 33.403 98.676 34.995 Z M 106.869 43.52 C 105.574 44.453 104.093 44.643 103.058 44.643 C 99.917 44.643 99.448 42.435 99.448 41.122 C 99.448 39.441 100.177 38.009 101.56 37.302 C 102.557 36.801 103.65 36.259 106.869 35.287 L 106.869 43.52 Z M 53.075 46.854 C 55.527 47.655 57.913 48 61.051 48 C 64.561 48 72.724 47.051 72.724 38.244 C 72.724 33.044 69.787 31.072 66.667 28.98 L 63.005 26.542 C 59.814 24.423 58.355 23.451 58.355 20.591 C 58.355 18.509 58.98 15.731 64.347 15.731 C 66.629 15.731 68.787 16.195 69.762 17.175 C 70.47 17.893 70.845 18.823 70.933 20.114 L 70.963 20.591 L 72.19 20.591 L 72.152 19.831 C 72.111 18.811 72.13 17.82 72.13 16.683 C 72.13 15.245 72.164 13.919 72.164 13.906 L 72.18 13.473 L 71.744 13.395 C 71.611 13.378 68.407 12.828 64.246 12.828 C 54.114 12.828 53.33 19.669 53.33 21.761 C 53.33 26.042 55.375 28.189 59.393 30.859 L 62.284 32.8 L 62.722 33.102 C 65.46 34.956 67.444 36.301 67.444 39.521 C 67.444 43.289 65.299 45.039 60.69 45.039 C 58.493 45.039 56.126 44.342 55.098 43.172 C 54.428 42.413 54.065 41.335 54.002 40.24 L 53.978 39.731 L 52.55 39.728 L 52.62 40.944 C 52.67 41.696 52.721 42.616 52.721 44.972 L 52.721 46.735 Z M 91.654 26.565 L 91.654 23.557 L 83.425 23.557 L 83.425 18.091 L 82.37 18.091 L 81.826 19.021 C 81.798 19.063 80.191 22.124 77.866 23.935 C 77.21 24.445 76.643 24.866 75.159 25.484 L 74.844 25.613 L 74.844 26.565 L 78.038 26.565 L 78.018 28.26 C 77.977 31.87 77.943 34.985 77.943 38.867 C 77.943 40.277 77.943 42.62 78.325 43.817 C 79.239 46.819 81.315 48.157 85.052 48.157 C 89.445 48.157 91.308 45.713 91.394 45.617 L 91.603 45.383 L 91.181 44.391 L 90.681 44.648 C 90.672 44.663 89.39 45.311 87.723 45.311 C 84.13 45.311 83.426 43.14 83.426 39.323 L 83.426 26.568 L 91.654 26.568 L 91.654 26.565 Z M 136.481 41.567 C 136.424 43.182 136.377 45.049 135.595 45.84 C 135.177 46.258 134.528 46.522 133.591 46.671 L 133.156 46.725 L 133.156 47.85 L 133.714 47.798 C 135.871 47.591 137.415 47.591 139.201 47.591 C 140.765 47.591 142.261 47.675 144 47.764 L 145.198 47.825 L 145.198 46.69 L 144.72 46.655 C 144.027 46.611 143.227 46.325 142.851 45.973 C 142.101 45.271 141.946 44.144 141.946 40.133 L 141.946 33.042 C 141.946 31.855 141.865 29.616 141.631 28.696 C 140.822 24.981 137.979 22.937 133.618 22.937 C 130.288 22.937 127.833 24.358 126.613 25.269 L 126.613 23.345 L 126.138 23.064 L 125.86 23.188 C 125.565 23.33 124.739 23.826 123.317 24.051 C 121.457 24.416 119.695 24.512 118.95 24.512 C 118.796 24.512 118.678 24.512 118.582 24.5 L 118.036 24.459 L 118.036 25.846 L 118.491 25.897 C 118.551 25.899 118.62 25.909 118.69 25.912 C 119.274 25.952 120.367 26.028 120.86 26.745 C 121.294 27.393 121.339 28.676 121.339 31.663 L 121.339 38.605 C 121.339 42.746 121.295 44.816 120.546 45.657 C 119.831 46.465 118.808 46.626 118.403 46.661 L 117.94 46.695 L 117.94 47.853 L 118.481 47.798 C 120.646 47.595 122.284 47.595 124.035 47.595 C 125.55 47.595 127.005 47.675 128.678 47.759 L 129.967 47.828 L 129.967 46.693 L 129.492 46.658 C 128.791 46.611 128.004 46.325 127.623 45.973 C 126.877 45.276 126.715 44.146 126.715 40.136 L 126.715 27.377 C 127.731 26.851 129.084 26.355 131.241 26.355 C 134.379 26.355 136.008 27.818 136.371 30.958 C 136.568 32.814 136.568 34.699 136.568 36.514 C 136.568 37.91 136.568 39.819 136.526 40.726 C 136.5 41.023 136.485 41.3 136.481 41.567 Z M 158.08 13.146 C 158.72 12.498 159.758 12.271 160.515 12.271 C 162.338 12.271 163.669 13.076 164.588 15.137 L 164.716 15.441 L 165.294 15.433 L 167.69 12.083 L 167.619 11.569 L 167.432 11.418 C 166.126 10.353 163.89 9.566 161.534 9.566 C 156.051 9.566 152.79 12.109 151.833 17.124 C 151.543 18.632 151.479 21.413 151.473 23.565 C 150.854 24.053 150.008 24.504 148.64 25.07 L 148.325 25.208 L 148.325 26.567 L 151.473 26.567 L 151.473 38.61 C 151.473 42.751 151.439 44.798 150.689 45.639 C 149.976 46.45 148.955 46.611 148.542 46.636 L 148.072 46.678 L 148.072 47.857 L 148.631 47.803 C 150.793 47.6 152.831 47.6 154.622 47.6 C 156.054 47.6 158.031 47.664 160.692 47.803 L 161.228 47.835 L 161.228 46.537 L 160.716 46.537 C 160.112 46.537 158.053 46.462 157.384 45.439 C 156.958 44.811 156.855 43.253 156.855 40.044 L 156.855 26.57 L 162.241 26.57 L 162.241 23.562 L 156.856 23.562 L 156.856 18.866 C 156.856 15.762 157.033 14.192 158.08 13.146 Z M 175.865 48.258 C 184.939 48.258 188.158 41.251 188.158 35.238 C 188.158 27.507 183.751 22.887 176.375 22.887 C 167.299 22.887 164.087 29.897 164.087 35.908 C 164.087 43.642 168.494 48.258 175.865 48.258 Z M 172.749 26.798 C 173.59 26.066 174.744 25.696 176.168 25.696 C 182.115 25.696 182.415 33.863 182.415 35.5 C 182.415 39.738 181.437 42.72 179.498 44.352 C 178.642 45.084 177.487 45.454 176.074 45.454 C 170.12 45.454 169.822 37.285 169.822 35.654 C 169.827 31.415 170.806 28.431 172.749 26.798 Z M 201.914 27.023 C 204.108 27.023 205.242 28.084 205.806 28.975 L 205.958 29.21 L 206.937 29.21 L 208.974 25.466 L 208.974 24.701 L 208.809 24.544 C 207.813 23.649 206.445 23.193 204.761 23.193 C 202.171 23.193 200.331 24.357 199.172 25.454 L 199.172 23.345 L 198.747 23.118 L 198.467 23.246 C 198.058 23.441 197.053 23.744 195.879 23.939 C 194.02 24.306 192.261 24.4 191.511 24.4 C 191.359 24.4 191.204 24.398 191.116 24.388 L 190.597 24.374 L 190.597 25.845 L 191.069 25.896 C 191.118 25.898 191.187 25.908 191.256 25.911 C 191.844 25.951 192.933 26.027 193.427 26.744 C 193.858 27.392 193.892 28.675 193.892 31.662 L 193.892 38.604 C 193.892 42.746 193.863 44.741 193.112 45.582 C 192.407 46.393 191.373 46.556 190.968 46.584 L 190.493 46.621 L 190.493 47.852 L 191.054 47.797 C 193.213 47.595 195.245 47.595 197.045 47.595 C 198.467 47.595 200.452 47.659 203.111 47.797 L 203.647 47.829 L 203.647 46.482 L 203.143 46.482 C 202.53 46.482 200.489 46.403 199.805 45.387 C 199.389 44.759 199.283 43.248 199.283 40.041 L 199.283 27.8 C 200.045 27.274 200.911 27.023 201.914 27.023 Z M 235.707 45.692 C 235.133 45.644 234.081 45.528 233.584 44.801 C 233.156 44.218 233.117 42.383 233.117 39.421 L 233.117 19.623 C 233.117 16.41 233.137 12.134 233.299 10.128 L 233.319 9.891 L 232.905 9.64 L 232.664 9.734 C 232.172 9.916 231.228 10.128 230.274 10.283 C 228.006 10.734 225.215 10.969 225.099 10.969 L 224.587 10.969 L 224.481 12.056 L 224.942 12.1 C 224.995 12.107 225.059 12.111 225.133 12.114 C 225.709 12.16 226.769 12.24 227.258 12.95 C 227.687 13.597 227.728 15.216 227.728 18.243 L 227.728 23.403 C 226.688 23.18 224.951 22.942 223.008 22.942 C 217.705 22.942 213.5 25.467 211.478 29.875 C 210.619 31.776 210.159 34.036 210.159 36.41 C 210.159 43.58 214.449 48.204 221.08 48.204 C 224.257 48.204 226.633 46.814 227.834 45.924 L 227.834 47.976 L 228.481 48.194 L 228.7 48.095 C 229.128 47.898 229.988 47.727 231.164 47.534 C 233.21 47.183 235.316 47.037 235.857 47.037 L 236.364 47.037 L 236.364 45.731 L 235.906 45.711 C 235.84 45.701 235.773 45.694 235.707 45.692 Z M 227.725 43.743 C 226.34 44.609 224.744 44.737 223.893 44.737 L 223.672 44.737 C 216.658 44.737 215.895 38.454 215.895 35.752 C 215.895 29.091 218.194 25.848 222.902 25.848 C 225.866 25.848 227.332 27.084 227.725 27.479 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></svg>',svgContentId:12671700099,withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Tailored EU-focused branding agency for competitive advantage\",fit:\"fill\",intrinsicHeight:468.8,intrinsicWidth:572,pixelHeight:586,pixelWidth:715,sizes:\"117px\",src:\"https://framerusercontent.com/images/yks7cuPHnSUc0RvptDCaPGuVM.png\",srcSet:\"https://framerusercontent.com/images/yks7cuPHnSUc0RvptDCaPGuVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/yks7cuPHnSUc0RvptDCaPGuVM.png 715w\"},className:\"framer-axs2nw\",\"data-framer-name\":\"Redbrick-logo-nega\",layoutDependency:layoutDependency,layoutId:\"bhYYcSZtv\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17oo6i2\",\"data-framer-name\":\"Asset 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"weQZNRzWY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 291 44\"><g transform=\"translate(-0.001 -0.008)\" id=\"ss9969031824_1\"><g transform=\"translate(0 0)\" id=\"ss9969031824_2\"><path d=\"M 201.579 2.782 C 197.961 0.754 193.999 0.063 189.89 0.124 C 189.274 0.124 188.61 0.087 187.976 0.124 C 180.661 0.619 174.675 3.699 170.196 9.444 C 166.133 14.613 164.257 21.152 164.967 27.673 C 165.551 34.273 168.75 39.199 174.927 42.004 C 179.099 43.904 183.54 44.326 188.038 43.904 C 194.497 43.444 200.462 40.303 204.47 35.251 C 209.257 29.335 210.942 22.479 209.909 15.035 C 209.318 9.843 206.206 5.267 201.579 2.782 Z M 194.947 31.584 C 191.145 35.33 184.82 36.284 180.304 33.815 C 177.271 32.159 175.739 29.537 175.284 26.182 C 175.229 25.754 175.21 25.314 175.161 24.789 C 175.161 18.757 178.151 12.267 184.34 9.792 C 188.431 8.154 192.492 8.362 196.134 11.075 C 198.65 12.951 199.739 15.677 199.825 18.714 C 199.948 23.634 198.546 28.04 194.947 31.584 Z M 252.599 1.139 L 243.746 1.139 C 243.346 1.139 243.254 1.316 243.192 1.64 C 242.054 8.014 240.934 14.387 239.759 20.755 C 239.236 23.579 238.886 26.432 238.055 29.195 C 236.653 33.87 232.924 35.984 227.929 35.336 C 226.821 35.219 225.762 34.821 224.853 34.181 C 222.828 32.69 222.299 30.557 222.447 28.223 C 222.644 25.167 223.394 22.216 223.917 19.221 C 224.933 13.373 225.997 7.525 227.049 1.682 C 227.123 1.273 227.049 1.126 226.594 1.139 L 217.814 1.139 C 217.402 1.139 217.242 1.23 217.162 1.682 C 215.717 9.926 214.24 18.182 212.782 26.414 C 212.276 28.704 212.188 31.066 212.524 33.387 C 213.379 37.97 216.215 40.897 220.478 42.554 C 224.631 44.191 228.956 44.387 233.312 43.684 C 236.939 43.186 240.311 41.552 242.94 39.021 C 246.016 36.045 247.536 32.299 248.317 28.205 C 249.197 23.566 249.978 18.91 250.778 14.259 L 252.993 1.676 C 253.085 1.34 253.097 1.132 252.599 1.139 Z M 129.044 4.206 C 126.605 2.256 123.562 1.203 120.431 1.224 C 115.103 1.084 109.763 1.163 104.435 1.145 C 104.06 1.145 103.925 1.273 103.875 1.634 C 103.137 6.93 102.395 12.226 101.648 17.522 L 99.667 31.786 L 98.166 42.419 C 98.111 42.792 98.129 43.03 98.615 43.03 L 103.408 43.03 C 103.808 43.03 103.9 42.877 103.943 42.535 C 104.054 41.661 104.201 40.8 104.324 39.932 C 105.026 34.913 105.723 29.895 106.416 24.88 C 106.472 24.459 106.65 24.324 107.087 24.33 L 114.094 24.33 C 114.435 24.286 114.758 24.493 114.857 24.819 C 115.472 26.231 116.087 27.624 116.74 29.024 L 122.775 42.419 C 122.91 42.731 122.984 43.03 123.464 43.03 L 129.616 43.03 L 126.811 37.011 C 124.842 32.794 122.869 28.579 120.892 24.367 C 120.671 23.896 120.702 23.707 121.249 23.634 C 121.758 23.552 122.261 23.44 122.756 23.297 C 128.293 21.861 131.628 18.317 132.256 13.049 C 132.662 9.584 131.831 6.516 129.044 4.206 Z M 119.231 19.179 C 116.963 19.47 114.675 19.572 112.39 19.484 C 110.895 19.484 109.394 19.454 107.893 19.484 C 107.278 19.484 107.167 19.289 107.247 18.732 C 107.733 15.432 108.188 12.132 108.656 8.826 C 108.742 8.215 108.828 7.574 108.902 6.944 C 108.939 6.608 109.062 6.431 109.455 6.437 C 112.796 6.51 116.143 6.296 119.477 6.577 C 120.606 6.666 121.71 6.951 122.738 7.421 C 124.891 8.417 125.882 10.232 125.814 12.597 C 125.679 16.869 122.43 18.629 119.231 19.179 Z M 290.435 1.132 L 257.687 1.132 C 257.127 1.132 256.899 1.224 256.826 1.847 C 256.555 4.072 256.21 6.284 255.866 8.496 C 255.767 9.107 255.866 9.321 256.58 9.315 C 260.142 9.272 263.71 9.315 267.272 9.285 C 267.887 9.285 268.158 9.327 268.01 10.091 C 267.684 11.809 267.487 13.556 267.235 15.292 C 265.927 24.349 264.621 33.405 263.316 42.462 C 263.261 42.877 263.316 43.012 263.772 43.006 L 272.323 43.006 C 272.735 43.006 272.852 42.884 272.938 42.492 C 273.344 39.596 273.781 36.711 274.169 33.821 C 275.321 25.872 276.466 17.928 277.602 9.987 C 277.682 9.444 277.891 9.297 278.438 9.303 L 289.426 9.303 C 289.9 9.303 290.091 9.217 290.158 8.692 C 290.448 6.425 290.774 4.157 291.143 1.902 C 291.204 1.304 291.087 1.126 290.435 1.132 Z M 91.159 25.675 C 89.108 17.726 87.076 9.782 85.062 1.841 C 84.914 1.279 84.699 1.108 84.127 1.126 C 82.896 1.175 81.617 1.187 80.362 1.126 C 79.802 1.058 79.264 1.364 79.039 1.878 C 74.388 9.651 69.722 17.412 65.043 25.161 C 61.597 30.894 58.146 36.622 54.688 42.346 C 54.375 42.871 54.381 43.018 55.051 43.006 C 56.651 42.969 58.248 42.969 59.844 43.006 C 60.285 43.045 60.702 42.798 60.877 42.395 C 62.68 39.376 64.513 36.375 66.298 33.35 C 66.504 32.91 66.968 32.648 67.454 32.696 C 73.606 32.721 79.759 32.721 85.911 32.696 C 86.631 32.696 86.871 32.922 87.031 33.576 C 87.744 36.51 88.507 39.431 89.264 42.352 C 89.338 42.627 89.264 43.006 89.781 43.006 L 95.582 43.006 C 95.514 42.694 95.465 42.437 95.398 42.181 Z M 84.81 27.563 L 70.5 27.563 C 70.167 27.563 69.724 27.673 70.093 27.062 C 73.625 21.207 77.144 15.353 80.774 9.34 C 81.389 11.735 82.004 13.984 82.552 16.233 C 83.462 19.796 84.367 23.359 85.289 26.915 C 85.419 27.398 85.406 27.587 84.81 27.581 Z M 29.077 1.909 C 24.358 -0.432 19.467 -0.536 14.551 1.139 C 9.451 2.856 6.215 6.254 5.655 11.754 C 5.323 15.011 6.178 17.865 8.694 20.15 C 10.681 21.941 13.124 22.906 15.579 23.854 C 17.205 24.405 18.762 25.141 20.217 26.047 C 21.509 26.827 22.491 28.025 22.998 29.439 C 23.916 32.518 22.623 35.824 19.854 37.481 C 15.708 40.097 8.633 39.846 5.089 34.664 C 4.874 34.359 4.726 34.291 4.406 34.511 C 3.022 35.452 1.662 36.351 0.284 37.243 C -0.103 37.487 -0.048 37.689 0.174 37.995 C 0.71 38.784 1.349 39.499 2.075 40.121 C 5.452 42.932 9.457 43.953 13.764 44.063 C 15.465 44.075 17.16 43.869 18.809 43.452 C 23.238 42.297 26.806 39.999 28.529 35.617 C 30.375 30.857 29.76 25.925 25.385 22.582 C 23.251 21.051 20.894 19.852 18.396 19.026 C 17.055 18.558 15.761 17.965 14.533 17.254 C 10.392 14.809 11.174 10.018 13.413 7.763 C 14.578 6.549 16.075 5.699 17.72 5.319 C 21.78 4.39 25.385 5.062 28.178 8.374 C 28.468 8.722 28.652 8.57 28.898 8.374 C 30.129 7.451 31.304 6.541 32.54 5.624 C 32.983 5.306 32.934 5.086 32.626 4.707 C 31.661 3.53 30.45 2.575 29.077 1.909 Z M 55.445 6.443 C 59.475 6.486 63.511 6.443 67.54 6.443 C 67.866 6.443 68.223 6.559 68.291 6.009 C 68.463 4.61 68.648 3.204 68.906 1.817 C 69.029 1.157 68.765 1.12 68.236 1.12 L 36.662 1.12 C 36.096 1.12 35.899 1.285 35.832 1.823 C 35.678 3.106 35.493 4.384 35.266 5.655 C 35.149 6.309 35.321 6.467 35.992 6.461 C 40.028 6.431 44.057 6.461 48.093 6.461 C 48.591 6.461 48.819 6.461 48.708 7.121 C 48.093 10.977 47.595 14.834 47.053 18.696 C 45.954 26.608 44.847 34.515 43.731 42.419 C 43.67 42.89 43.731 43.03 44.223 43.03 C 45.77 43.006 47.318 43.006 48.868 43.03 C 49.305 43.03 49.484 42.896 49.539 42.474 C 50.125 38.241 50.716 34.014 51.311 29.794 C 52.357 22.295 53.415 14.797 54.442 7.292 C 54.528 6.639 54.756 6.437 55.445 6.443 Z M 167.243 5.869 C 167.397 4.536 167.569 3.204 167.858 1.89 C 167.994 1.218 167.785 1.132 167.182 1.139 L 135.608 1.139 C 135.116 1.139 134.87 1.206 134.815 1.75 C 134.678 3.083 134.485 4.41 134.237 5.728 C 134.12 6.339 134.237 6.455 134.852 6.449 L 146.947 6.449 C 147.605 6.449 147.784 6.577 147.679 7.256 C 147.125 10.922 146.621 14.589 146.104 18.256 C 145.378 23.393 144.654 28.531 143.932 33.668 C 143.526 36.534 143.133 39.406 142.702 42.272 C 142.622 42.829 142.702 43.049 143.36 43.024 C 144.831 42.981 146.307 43.024 147.784 43.024 C 148.221 43.024 148.399 42.951 148.479 42.45 C 148.996 38.563 149.549 34.682 150.103 30.802 C 151.211 22.967 152.336 15.133 153.413 7.292 C 153.505 6.626 153.702 6.461 154.348 6.467 C 158.409 6.498 162.463 6.467 166.523 6.467 C 166.991 6.48 167.182 6.364 167.243 5.869 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path><path d=\"M 196.448 22.179 C 193.651 20.199 190.855 18.209 188.062 16.209 C 186.592 15.164 185.122 14.106 183.577 13 C 182.691 19.111 181.818 25.112 180.938 31.169 C 181.042 31.155 181.145 31.133 181.246 31.101 C 186.303 28.351 191.362 25.599 196.423 22.845 C 196.872 22.619 196.872 22.466 196.448 22.179 Z\" fill=\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(255, 248, 235)) /* {&quot;name&quot;:&quot;White Gold&quot;} */\"></path></g></g></svg>',svgContentId:9969031824,withExternalLayout:true})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gwwqn.framer-1ofrvce, .framer-gwwqn .framer-1ofrvce { display: block; }\",\".framer-gwwqn.framer-1mqkxnt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1072px; }\",\".framer-gwwqn .framer-1lrgd3f-container { flex: 1 0 0px; height: 85px; position: relative; width: 1px; }\",\".framer-gwwqn .framer-ulryf1 { height: 37px; position: relative; width: 205px; }\",\".framer-gwwqn .framer-10rpaoe { height: 54px; position: relative; width: 90px; }\",\".framer-gwwqn .framer-14daw53 { height: 39px; position: relative; width: 201px; }\",\".framer-gwwqn .framer-nedmcj { height: 75px; position: relative; width: 85px; }\",\".framer-gwwqn .framer-1ixe4y4 { height: 57px; position: relative; width: 170px; }\",\".framer-gwwqn .framer-x3s36i { height: 53px; position: relative; width: 160px; }\",\".framer-gwwqn .framer-i2dyw4 { height: 57px; position: relative; width: 53px; }\",\".framer-gwwqn .framer-nmbrcq { height: 45px; position: relative; width: 131px; }\",\".framer-gwwqn .framer-fzgonx { height: 43px; position: relative; width: 152px; }\",\".framer-gwwqn .framer-jf4c84 { height: 50px; position: relative; width: 85px; }\",\".framer-gwwqn .framer-1fyj0fg { height: 64px; position: relative; width: 48px; }\",\".framer-gwwqn .framer-18scugn { height: 57px; position: relative; width: 54px; }\",\".framer-gwwqn .framer-1kkj83w { height: 57px; position: relative; width: 237px; }\",\".framer-gwwqn .framer-axs2nw { height: 90px; overflow: visible; position: relative; width: 117px; }\",\".framer-gwwqn .framer-17oo6i2 { height: 44px; position: relative; width: 291px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gwwqn.framer-1mqkxnt { gap: 0px; } .framer-gwwqn.framer-1mqkxnt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gwwqn.framer-1mqkxnt > :first-child { margin-left: 0px; } .framer-gwwqn.framer-1mqkxnt > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 85\n * @framerIntrinsicWidth 1072\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwB0sToZiG=withCSS(Component,css,\"framer-gwwqn\");export default FramerwB0sToZiG;FramerwB0sToZiG.displayName=\"Logo List\";FramerwB0sToZiG.defaultProps={height:85,width:1072};addFonts(FramerwB0sToZiG,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwB0sToZiG\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1072\",\"framerIntrinsicHeight\":\"85\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wB0sToZiG.map"],
  "mappings": "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",
  "names": ["a", "i", "r", "p", "t", "o", "addPropertyControls", "ControlType", "BlurGradient_default", "clamp", "isNumber", "isEasingList", "wrap", "o", "getEasingForSegment", "mix", "noopReturn", "progress", "fillOffset", "o", "s", "mix", "defaultOffset", "interpolate", "f", "r", "clamp", "getEasingForSegment", "isString", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "l", "cubicBezier", "__rest", "e", "t", "r", "n", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "c", "h", "d", "f", "l", "g", "glide", "o", "i", "u", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "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", "Z", "createAxisInfo", "createScrollInfo", "X", "updateAxisInfo", "progress", "velocityPerSecond", "updateScrollInfo", "calcInset", "Y", "J", "resolveEdge", "isString", "isNumber", "Q", "resolveOffset", "ee", "resolveOffsets", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "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", "filteredSlots", "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", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "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", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "Ticker", "SVG", "Image2", "css", "FramerwB0sToZiG", "withCSS", "wB0sToZiG_default", "addFonts", "TickerFonts"]
}
