{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/lvxefrwAoLT8e4UGkH3x/CZezAnOOpeChSwx9g43R/c9WQhGygJ.js", "ssg:https://framerusercontent.com/modules/s80oDutWvtoI5ijT3l3a/odNak8RvQmGrxhPhm1PT/hKMP3ZcTE.js", "ssg:https://framerusercontent.com/modules/yDbzj6kD4me67Mjkt4ut/JNTMAfmgnWTg6kY9D3lM/KmRNjrUkT.js", "ssg:https://framerusercontent.com/modules/GT67wFaScsLdyl1mNuZc/FEAKDLyCKLYuWX77uC7R/NsoucH3gk.js", "ssg:https://framerusercontent.com/modules/3s3IPu0htmUYnDOfRr0q/BFRyFeoirhwkg026FNCT/Rblvgl0sB.js", "ssg:https://framerusercontent.com/modules/ascR5aDyPVSMdLoDKLYN/N1JlnurfKFyqtHAvUWce/xfKRMNxA7.js", "ssg:https://framerusercontent.com/modules/7Xj1kE39PHVRm7bZSop3/721nUVzh2clNpB9GChx6/XvU7MabFU.js", "ssg:https://framerusercontent.com/modules/UX771IJwf4NvlH7wDINd/MRh2T5v2VVlOUBJGK8c2/YQvI06VFg.js", "ssg:https://framerusercontent.com/modules/rhDggN31D0l9fopkNZFh/52eFDHDTicl4ObMBFW65/DlhlW_QA4.js", "ssg:https://framerusercontent.com/modules/uAodDQwToGPd8X8whFhf/kglg8OaExC44zuFHUgjN/l1fFd8Tsm.js", "ssg:https://framerusercontent.com/modules/q0kGz9O9eyfNKn4ImcaX/pymy8brsYqNJUo41d9Fn/weAEI1SIw.js", "ssg:https://framerusercontent.com/modules/utsFXK8wovPWGhvf6wkY/sUkVNdUADCqJZYsMa4hq/LncbDKmWM.js", "ssg:https://framerusercontent.com/modules/Hx5bKHUF6WFQOS2R2DbY/XBp1BJBcayIDriV3fmYs/uIrGCuu2K.js", "ssg:https://framerusercontent.com/modules/hfFriYOX5btPL8Ox6K6R/MpTZsTWULOjGGSI7C1HQ/kGtwZOuiM.js", "ssg:https://framerusercontent.com/modules/gqyi9ggSfeSaybXM9GSv/Q1hPCkLE83xTlLTT9Qoj/augiA20Il.js"],
  "sourcesContent": ["import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,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 (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"jZdCAMyq4\",\"eS6OtVIqJ\",\"q0IO8mZl5\"];const serializationHash=\"framer-zrM4m\";const variantClassNames={eS6OtVIqJ:\"framer-v-bzra8x\",jZdCAMyq4:\"framer-v-84terz\",q0IO8mZl5:\"framer-v-1etmga8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"jZdCAMyq4\",\"Variant 2\":\"eS6OtVIqJ\",\"Variant 3\":\"q0IO8mZl5\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"jZdCAMyq4\"};};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({cycleOrder,defaultVariant:\"jZdCAMyq4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1dxzevd=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"eS6OtVIqJ\"),3100);});const onAppear1rjh274=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"q0IO8mZl5\"),3100);});const onAppear1rayzgt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jZdCAMyq4\"),3100);});useOnVariantChange(baseVariant,{default:onAppear1dxzevd,eS6OtVIqJ:onAppear1rjh274,q0IO8mZl5:onAppear1rayzgt});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1002,pixelWidth:1432,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/6AT3U0vMbpIKxE56m7jy7BIkzU.jpg\",srcSet:\"https://framerusercontent.com/images/6AT3U0vMbpIKxE56m7jy7BIkzU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6AT3U0vMbpIKxE56m7jy7BIkzU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6AT3U0vMbpIKxE56m7jy7BIkzU.jpg 1432w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-84terz\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jZdCAMyq4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:3e3,borderBottomRightRadius:3e3,borderTopLeftRadius:3e3,borderTopRightRadius:3e3,rotate:30,...style},...addPropertyOverrides({eS6OtVIqJ:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1750,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/CuxD3H65VU7dvv0lfwL23o7ZUbc.jpg\",srcSet:\"https://framerusercontent.com/images/CuxD3H65VU7dvv0lfwL23o7ZUbc.jpg?scale-down-to=1024 684w,https://framerusercontent.com/images/CuxD3H65VU7dvv0lfwL23o7ZUbc.jpg 1170w\"}},q0IO8mZl5:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1142,pixelWidth:1185,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/PWm0L7eR6qClEabUlvmC4O6TE.jpg\",srcSet:\"https://framerusercontent.com/images/PWm0L7eR6qClEabUlvmC4O6TE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWm0L7eR6qClEabUlvmC4O6TE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWm0L7eR6qClEabUlvmC4O6TE.jpg 1185w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zrM4m.framer-ipqd6z, .framer-zrM4m .framer-ipqd6z { display: block; }\",\".framer-zrM4m.framer-84terz { height: 250px; overflow: hidden; position: relative; width: 250px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 250\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"eS6OtVIqJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"q0IO8mZl5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc9WQhGygJ=withCSS(Component,css,\"framer-zrM4m\");export default Framerc9WQhGygJ;Framerc9WQhGygJ.displayName=\"Animated Images 05\";Framerc9WQhGygJ.defaultProps={height:250,width:250};addPropertyControls(Framerc9WQhGygJ,{variant:{options:[\"jZdCAMyq4\",\"eS6OtVIqJ\",\"q0IO8mZl5\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerc9WQhGygJ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc9WQhGygJ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eS6OtVIqJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q0IO8mZl5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"250\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c9WQhGygJ.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"tq3aRapnY\",\"d725jQ4rb\",\"jNteXHo57\"];const serializationHash=\"framer-ZS64A\";const variantClassNames={d725jQ4rb:\"framer-v-1jc3sw6\",jNteXHo57:\"framer-v-qjov09\",tq3aRapnY:\"framer-v-gqwd70\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"tq3aRapnY\",\"Variant 2\":\"d725jQ4rb\",\"Variant 3\":\"jNteXHo57\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tq3aRapnY\"};};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({cycleOrder,defaultVariant:\"tq3aRapnY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearnfairw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"d725jQ4rb\"),3e3);});const onAppear1u1bdch=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jNteXHo57\"),3e3);});const onAppear1bylmpz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tq3aRapnY\"),3e3);});useOnVariantChange(baseVariant,{d725jQ4rb:onAppear1u1bdch,default:onAppearnfairw,jNteXHo57:onAppear1bylmpz});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:870,pixelWidth:1202,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/RLJgSMCjE6axR8i9p0MWA4IaO5c.jpg\",srcSet:\"https://framerusercontent.com/images/RLJgSMCjE6axR8i9p0MWA4IaO5c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RLJgSMCjE6axR8i9p0MWA4IaO5c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RLJgSMCjE6axR8i9p0MWA4IaO5c.jpg 1202w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-gqwd70\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tq3aRapnY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:2e3,borderBottomRightRadius:2e3,borderTopLeftRadius:2e3,borderTopRightRadius:2e3,rotate:30,...style},...addPropertyOverrides({d725jQ4rb:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1028,pixelWidth:940,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/pwPPifFAJFmuZF3LCuIEYUuxug.jpg\",srcSet:\"https://framerusercontent.com/images/pwPPifFAJFmuZF3LCuIEYUuxug.jpg?scale-down-to=1024 936w,https://framerusercontent.com/images/pwPPifFAJFmuZF3LCuIEYUuxug.jpg 940w\"}},jNteXHo57:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1154,pixelWidth:2056,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/ex57Risn3qOroplZSUkQu8lDdE.jpg\",srcSet:\"https://framerusercontent.com/images/ex57Risn3qOroplZSUkQu8lDdE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ex57Risn3qOroplZSUkQu8lDdE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ex57Risn3qOroplZSUkQu8lDdE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ex57Risn3qOroplZSUkQu8lDdE.jpg 2056w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZS64A.framer-n5jxew, .framer-ZS64A .framer-n5jxew { display: block; }\",\".framer-ZS64A.framer-gqwd70 { height: 312px; overflow: hidden; position: relative; width: 312px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 312\n * @framerIntrinsicWidth 312\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"d725jQ4rb\":{\"layout\":[\"fixed\",\"fixed\"]},\"jNteXHo57\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhKMP3ZcTE=withCSS(Component,css,\"framer-ZS64A\");export default FramerhKMP3ZcTE;FramerhKMP3ZcTE.displayName=\"Animated Images 03 Copy\";FramerhKMP3ZcTE.defaultProps={height:312,width:312};addPropertyControls(FramerhKMP3ZcTE,{variant:{options:[\"tq3aRapnY\",\"d725jQ4rb\",\"jNteXHo57\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhKMP3ZcTE,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhKMP3ZcTE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"312\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"312\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d725jQ4rb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jNteXHo57\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hKMP3ZcTE.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Ht8eTEsA0\",\"ECeq4q2TR\",\"h_YFCj8ef\"];const serializationHash=\"framer-EutUn\";const variantClassNames={ECeq4q2TR:\"framer-v-87dxnz\",h_YFCj8ef:\"framer-v-1bxbp6r\",Ht8eTEsA0:\"framer-v-111cluz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Ht8eTEsA0\",\"Variant 2\":\"ECeq4q2TR\",\"Variant 3\":\"h_YFCj8ef\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Ht8eTEsA0\"};};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({cycleOrder,defaultVariant:\"Ht8eTEsA0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearv6vygq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ECeq4q2TR\"),2600);});const onAppear1j1mx2x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"h_YFCj8ef\"),2600);});const onAppear41zmhe=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ht8eTEsA0\"),2600);});useOnVariantChange(baseVariant,{default:onAppearv6vygq,ECeq4q2TR:onAppear1j1mx2x,h_YFCj8ef:onAppear41zmhe});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1204,pixelWidth:1600,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/WsWAWco0KEnLvYP1KQnDnxj6BA.jpeg\",srcSet:\"https://framerusercontent.com/images/WsWAWco0KEnLvYP1KQnDnxj6BA.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/WsWAWco0KEnLvYP1KQnDnxj6BA.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WsWAWco0KEnLvYP1KQnDnxj6BA.jpeg 1600w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-111cluz\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ht8eTEsA0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:3e3,borderBottomRightRadius:3e3,borderTopLeftRadius:3e3,borderTopRightRadius:3e3,rotate:30,...style},...addPropertyOverrides({ECeq4q2TR:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1e3,pixelWidth:1794,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/DCHsTEWbcUNHVyp0QNDBtkD3dqE.jpg\",srcSet:\"https://framerusercontent.com/images/DCHsTEWbcUNHVyp0QNDBtkD3dqE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DCHsTEWbcUNHVyp0QNDBtkD3dqE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DCHsTEWbcUNHVyp0QNDBtkD3dqE.jpg 1794w\"}},h_YFCj8ef:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:900,pixelWidth:768,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/1FebKw4v0iCp46RUnMAeKUjUUw.jpg\",srcSet:\"https://framerusercontent.com/images/1FebKw4v0iCp46RUnMAeKUjUUw.jpg 768w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EutUn.framer-q5kjj8, .framer-EutUn .framer-q5kjj8 { display: block; }\",\".framer-EutUn.framer-111cluz { height: 400px; overflow: hidden; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ECeq4q2TR\":{\"layout\":[\"fixed\",\"fixed\"]},\"h_YFCj8ef\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKmRNjrUkT=withCSS(Component,css,\"framer-EutUn\");export default FramerKmRNjrUkT;FramerKmRNjrUkT.displayName=\"Animated Images 08\";FramerKmRNjrUkT.defaultProps={height:400,width:400};addPropertyControls(FramerKmRNjrUkT,{variant:{options:[\"Ht8eTEsA0\",\"ECeq4q2TR\",\"h_YFCj8ef\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKmRNjrUkT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKmRNjrUkT\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ECeq4q2TR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h_YFCj8ef\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KmRNjrUkT.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"u2uErjIcY\",\"kfRdgwoL2\",\"fHflIjLF4\"];const serializationHash=\"framer-ZXvye\";const variantClassNames={fHflIjLF4:\"framer-v-1wnqlo5\",kfRdgwoL2:\"framer-v-xadfrb\",u2uErjIcY:\"framer-v-1khdot7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"u2uErjIcY\",\"Variant 2\":\"kfRdgwoL2\",\"Variant 3\":\"fHflIjLF4\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"u2uErjIcY\"};};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({cycleOrder,defaultVariant:\"u2uErjIcY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1x36u1s=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kfRdgwoL2\"),3400);});const onAppear8pz4v4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fHflIjLF4\"),3400);});const onAppearn7zczy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"u2uErjIcY\"),3400);});useOnVariantChange(baseVariant,{default:onAppear1x36u1s,fHflIjLF4:onAppearn7zczy,kfRdgwoL2:onAppear8pz4v4});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:732,pixelWidth:710,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/QvolcWaS0g1z8mr8CipTXDZcr80.jpg\",srcSet:\"https://framerusercontent.com/images/QvolcWaS0g1z8mr8CipTXDZcr80.jpg 710w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1khdot7\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"u2uErjIcY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:3e3,borderBottomRightRadius:3e3,borderTopLeftRadius:3e3,borderTopRightRadius:3e3,rotate:30,...style},...addPropertyOverrides({fHflIjLF4:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1684,pixelWidth:2388,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/CdXm1OGtloaPiSOZ3Nhg2BquTo.jpg\",srcSet:\"https://framerusercontent.com/images/CdXm1OGtloaPiSOZ3Nhg2BquTo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CdXm1OGtloaPiSOZ3Nhg2BquTo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CdXm1OGtloaPiSOZ3Nhg2BquTo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CdXm1OGtloaPiSOZ3Nhg2BquTo.jpg 2388w\"}},kfRdgwoL2:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:944,pixelWidth:956,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/9nRY5RCfoss8JoitBw4Kj3w0.jpg\",srcSet:\"https://framerusercontent.com/images/9nRY5RCfoss8JoitBw4Kj3w0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9nRY5RCfoss8JoitBw4Kj3w0.jpg 956w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZXvye.framer-qvupaj, .framer-ZXvye .framer-qvupaj { display: block; }\",\".framer-ZXvye.framer-1khdot7 { height: 320px; overflow: hidden; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 320\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kfRdgwoL2\":{\"layout\":[\"fixed\",\"fixed\"]},\"fHflIjLF4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNsoucH3gk=withCSS(Component,css,\"framer-ZXvye\");export default FramerNsoucH3gk;FramerNsoucH3gk.displayName=\"Animated Images 06\";FramerNsoucH3gk.defaultProps={height:320,width:320};addPropertyControls(FramerNsoucH3gk,{variant:{options:[\"u2uErjIcY\",\"kfRdgwoL2\",\"fHflIjLF4\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNsoucH3gk,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNsoucH3gk\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"320\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kfRdgwoL2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fHflIjLF4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"320\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NsoucH3gk.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"y25VIZ8JT\",\"DuymYKE7p\",\"XFgmgB64F\"];const serializationHash=\"framer-fQjrl\";const variantClassNames={DuymYKE7p:\"framer-v-1q2u1zo\",XFgmgB64F:\"framer-v-1f8ttmc\",y25VIZ8JT:\"framer-v-wd6fng\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"y25VIZ8JT\",\"Variant 2\":\"DuymYKE7p\",\"Variant 3\":\"XFgmgB64F\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"y25VIZ8JT\"};};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({cycleOrder,defaultVariant:\"y25VIZ8JT\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearsky80x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DuymYKE7p\"),2800);});const onAppeargkmig=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"XFgmgB64F\"),2800);});const onAppeartlae28=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"y25VIZ8JT\"),2800);});useOnVariantChange(baseVariant,{default:onAppearsky80x,DuymYKE7p:onAppeargkmig,XFgmgB64F:onAppeartlae28});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1696,pixelWidth:2540,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/gSoX9Tux9QbE2WuJoX6WgY19nI.jpg\",srcSet:\"https://framerusercontent.com/images/gSoX9Tux9QbE2WuJoX6WgY19nI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gSoX9Tux9QbE2WuJoX6WgY19nI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gSoX9Tux9QbE2WuJoX6WgY19nI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gSoX9Tux9QbE2WuJoX6WgY19nI.jpg 2540w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-wd6fng\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"y25VIZ8JT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:3e3,borderBottomRightRadius:3e3,borderTopLeftRadius:3e3,borderTopRightRadius:3e3,rotate:30,...style},...addPropertyOverrides({DuymYKE7p:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1366,pixelWidth:2048,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/iQd7UZks0rn8aX2jVKEqLCh6Omk.jpg\",srcSet:\"https://framerusercontent.com/images/iQd7UZks0rn8aX2jVKEqLCh6Omk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iQd7UZks0rn8aX2jVKEqLCh6Omk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iQd7UZks0rn8aX2jVKEqLCh6Omk.jpg 2048w\"}},XFgmgB64F:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1502,pixelWidth:1060,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/1OXedObAXuF9kvYh62Gbr5WTE.jpg\",srcSet:\"https://framerusercontent.com/images/1OXedObAXuF9kvYh62Gbr5WTE.jpg?scale-down-to=1024 722w,https://framerusercontent.com/images/1OXedObAXuF9kvYh62Gbr5WTE.jpg 1060w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fQjrl.framer-lxr2m0, .framer-fQjrl .framer-lxr2m0 { display: block; }\",\".framer-fQjrl.framer-wd6fng { height: 400px; overflow: hidden; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DuymYKE7p\":{\"layout\":[\"fixed\",\"fixed\"]},\"XFgmgB64F\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRblvgl0sB=withCSS(Component,css,\"framer-fQjrl\");export default FramerRblvgl0sB;FramerRblvgl0sB.displayName=\"Animated Images 04 Copy\";FramerRblvgl0sB.defaultProps={height:400,width:400};addPropertyControls(FramerRblvgl0sB,{variant:{options:[\"y25VIZ8JT\",\"DuymYKE7p\",\"XFgmgB64F\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRblvgl0sB,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRblvgl0sB\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DuymYKE7p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XFgmgB64F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"400\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rblvgl0sB.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"NQPctVuZL\",\"vGRxbZHx9\",\"ujZMIpJul\"];const serializationHash=\"framer-iN6EY\";const variantClassNames={NQPctVuZL:\"framer-v-hwuuvj\",ujZMIpJul:\"framer-v-1k41kn1\",vGRxbZHx9:\"framer-v-omdgxw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"NQPctVuZL\",\"Variant 2\":\"vGRxbZHx9\",\"Variant 3\":\"ujZMIpJul\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NQPctVuZL\"};};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({cycleOrder,defaultVariant:\"NQPctVuZL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeargp2tjv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vGRxbZHx9\"),2700);});const onAppearojdy5i=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ujZMIpJul\"),2700);});const onAppear1wvo8mr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NQPctVuZL\"),2700);});useOnVariantChange(baseVariant,{default:onAppeargp2tjv,ujZMIpJul:onAppear1wvo8mr,vGRxbZHx9:onAppearojdy5i});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:822,pixelWidth:1006,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/dvVSqeZNTEAG5xHJr6fWS50Lv4.jpg\",srcSet:\"https://framerusercontent.com/images/dvVSqeZNTEAG5xHJr6fWS50Lv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dvVSqeZNTEAG5xHJr6fWS50Lv4.jpg 1006w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-hwuuvj\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NQPctVuZL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:2001,borderBottomRightRadius:2001,borderTopLeftRadius:2001,borderTopRightRadius:2001,rotate:30,...style},...addPropertyOverrides({ujZMIpJul:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:2076,pixelWidth:1542,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/8uvMhbNJIPbUlRKMNX5buqAVeg.jpg\",srcSet:\"https://framerusercontent.com/images/8uvMhbNJIPbUlRKMNX5buqAVeg.jpg?scale-down-to=1024 760w,https://framerusercontent.com/images/8uvMhbNJIPbUlRKMNX5buqAVeg.jpg?scale-down-to=2048 1521w,https://framerusercontent.com/images/8uvMhbNJIPbUlRKMNX5buqAVeg.jpg 1542w\"}},vGRxbZHx9:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1722,pixelWidth:2584,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/qRfWPXY8R8l3ps2zlNu3TxgmQ.jpg\",srcSet:\"https://framerusercontent.com/images/qRfWPXY8R8l3ps2zlNu3TxgmQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qRfWPXY8R8l3ps2zlNu3TxgmQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qRfWPXY8R8l3ps2zlNu3TxgmQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qRfWPXY8R8l3ps2zlNu3TxgmQ.jpg 2584w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iN6EY.framer-1s829xw, .framer-iN6EY .framer-1s829xw { display: block; }\",\".framer-iN6EY.framer-hwuuvj { height: 312px; overflow: hidden; position: relative; width: 312px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 312\n * @framerIntrinsicWidth 312\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vGRxbZHx9\":{\"layout\":[\"fixed\",\"fixed\"]},\"ujZMIpJul\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxfKRMNxA7=withCSS(Component,css,\"framer-iN6EY\");export default FramerxfKRMNxA7;FramerxfKRMNxA7.displayName=\"Animated Images 02\";FramerxfKRMNxA7.defaultProps={height:312,width:312};addPropertyControls(FramerxfKRMNxA7,{variant:{options:[\"NQPctVuZL\",\"vGRxbZHx9\",\"ujZMIpJul\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerxfKRMNxA7,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxfKRMNxA7\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"312\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vGRxbZHx9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ujZMIpJul\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"312\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xfKRMNxA7.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"MsLmIYnzc\",\"vh6PCuHtV\",\"k9aY7jw1m\"];const serializationHash=\"framer-9oUjl\";const variantClassNames={k9aY7jw1m:\"framer-v-n4lvoj\",MsLmIYnzc:\"framer-v-ee4fgo\",vh6PCuHtV:\"framer-v-vunpmd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"MsLmIYnzc\",\"Variant 2\":\"vh6PCuHtV\",\"Variant 3\":\"k9aY7jw1m\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"MsLmIYnzc\"};};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({cycleOrder,defaultVariant:\"MsLmIYnzc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1sszsg9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vh6PCuHtV\"),2500);});const onAppearn42mi4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"k9aY7jw1m\"),2500);});const onAppearkupkzt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MsLmIYnzc\"),2500);});useOnVariantChange(baseVariant,{default:onAppear1sszsg9,k9aY7jw1m:onAppearkupkzt,vh6PCuHtV:onAppearn42mi4});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1366,pixelWidth:1244,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/Gqy8yOyHS6CvAj7Sdwf8wm69qo0.jpg\",srcSet:\"https://framerusercontent.com/images/Gqy8yOyHS6CvAj7Sdwf8wm69qo0.jpg?scale-down-to=1024 932w,https://framerusercontent.com/images/Gqy8yOyHS6CvAj7Sdwf8wm69qo0.jpg 1244w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-ee4fgo\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MsLmIYnzc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:2e3,borderBottomRightRadius:2e3,borderTopLeftRadius:2e3,borderTopRightRadius:2e3,rotate:30,...style},...addPropertyOverrides({k9aY7jw1m:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1314,pixelWidth:1502,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/Kg7E51gLDJSnwW355c1BGCRIyNo.jpg\",srcSet:\"https://framerusercontent.com/images/Kg7E51gLDJSnwW355c1BGCRIyNo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Kg7E51gLDJSnwW355c1BGCRIyNo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Kg7E51gLDJSnwW355c1BGCRIyNo.jpg 1502w\"}},vh6PCuHtV:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1286,pixelWidth:2030,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/v722wbbIBc5xYyw0gDDsDyr3w.jpg\",srcSet:\"https://framerusercontent.com/images/v722wbbIBc5xYyw0gDDsDyr3w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/v722wbbIBc5xYyw0gDDsDyr3w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/v722wbbIBc5xYyw0gDDsDyr3w.jpg 2030w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9oUjl.framer-1i2r0qe, .framer-9oUjl .framer-1i2r0qe { display: block; }\",\".framer-9oUjl.framer-ee4fgo { height: 400px; overflow: hidden; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vh6PCuHtV\":{\"layout\":[\"fixed\",\"fixed\"]},\"k9aY7jw1m\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXvU7MabFU=withCSS(Component,css,\"framer-9oUjl\");export default FramerXvU7MabFU;FramerXvU7MabFU.displayName=\"Animated Images 01 Copy 2\";FramerXvU7MabFU.defaultProps={height:400,width:400};addPropertyControls(FramerXvU7MabFU,{variant:{options:[\"MsLmIYnzc\",\"vh6PCuHtV\",\"k9aY7jw1m\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXvU7MabFU,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXvU7MabFU\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vh6PCuHtV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k9aY7jw1m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XvU7MabFU.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"JEEQPE3hk\",\"m9EawUMpR\",\"pfNFw980A\"];const serializationHash=\"framer-lSEOq\";const variantClassNames={JEEQPE3hk:\"framer-v-czr37u\",m9EawUMpR:\"framer-v-kojc6i\",pfNFw980A:\"framer-v-8j93be\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"JEEQPE3hk\",\"Variant 2\":\"m9EawUMpR\",\"Variant 3\":\"pfNFw980A\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"JEEQPE3hk\"};};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({cycleOrder,defaultVariant:\"JEEQPE3hk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeartg1ydv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"m9EawUMpR\"),2900);});const onAppear1fnowu3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pfNFw980A\"),2900);});const onAppeareo4hx2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JEEQPE3hk\"),2900);});useOnVariantChange(baseVariant,{default:onAppeartg1ydv,m9EawUMpR:onAppear1fnowu3,pfNFw980A:onAppeareo4hx2});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1333,pixelWidth:1e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/dfpknevK57UoVOjqorf0azouNBE.jpg\",srcSet:\"https://framerusercontent.com/images/dfpknevK57UoVOjqorf0azouNBE.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/dfpknevK57UoVOjqorf0azouNBE.jpg 1000w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-czr37u\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JEEQPE3hk\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:3e3,borderBottomRightRadius:3e3,borderTopLeftRadius:3e3,borderTopRightRadius:3e3,rotate:30,...style},...addPropertyOverrides({m9EawUMpR:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1484,pixelWidth:2215,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/TKbPYKX715Z4rz1M720aRc9l4Vs.jpg\",srcSet:\"https://framerusercontent.com/images/TKbPYKX715Z4rz1M720aRc9l4Vs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TKbPYKX715Z4rz1M720aRc9l4Vs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TKbPYKX715Z4rz1M720aRc9l4Vs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TKbPYKX715Z4rz1M720aRc9l4Vs.jpg 2215w\"}},pfNFw980A:{\"data-framer-name\":\"Variant 3\",background:{alt:\"\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:3373,pixelWidth:5082,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/9g799GaKTsqxlZS18OXa0BnMkY.jpg\",srcSet:\"https://framerusercontent.com/images/9g799GaKTsqxlZS18OXa0BnMkY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9g799GaKTsqxlZS18OXa0BnMkY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9g799GaKTsqxlZS18OXa0BnMkY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9g799GaKTsqxlZS18OXa0BnMkY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/9g799GaKTsqxlZS18OXa0BnMkY.jpg 5082w\"}}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lSEOq.framer-185e2xm, .framer-lSEOq .framer-185e2xm { display: block; }\",\".framer-lSEOq.framer-czr37u { height: 280px; overflow: hidden; position: relative; width: 280px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 280\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"m9EawUMpR\":{\"layout\":[\"fixed\",\"fixed\"]},\"pfNFw980A\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYQvI06VFg=withCSS(Component,css,\"framer-lSEOq\");export default FramerYQvI06VFg;FramerYQvI06VFg.displayName=\"Animated Images 07\";FramerYQvI06VFg.defaultProps={height:280,width:280};addPropertyControls(FramerYQvI06VFg,{variant:{options:[\"JEEQPE3hk\",\"m9EawUMpR\",\"pfNFw980A\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYQvI06VFg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYQvI06VFg\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m9EawUMpR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pfNFw980A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"280\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YQvI06VFg.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}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\";import AnimatedImages05 from\"https://framerusercontent.com/modules/lvxefrwAoLT8e4UGkH3x/CZezAnOOpeChSwx9g43R/c9WQhGygJ.js\";import AnimatedImages03Copy from\"https://framerusercontent.com/modules/s80oDutWvtoI5ijT3l3a/odNak8RvQmGrxhPhm1PT/hKMP3ZcTE.js\";import AnimatedImages08 from\"https://framerusercontent.com/modules/yDbzj6kD4me67Mjkt4ut/JNTMAfmgnWTg6kY9D3lM/KmRNjrUkT.js\";import AnimatedImages06 from\"https://framerusercontent.com/modules/GT67wFaScsLdyl1mNuZc/FEAKDLyCKLYuWX77uC7R/NsoucH3gk.js\";import AnimatedImages04Copy from\"https://framerusercontent.com/modules/3s3IPu0htmUYnDOfRr0q/BFRyFeoirhwkg026FNCT/Rblvgl0sB.js\";import AnimatedImages02 from\"https://framerusercontent.com/modules/ascR5aDyPVSMdLoDKLYN/N1JlnurfKFyqtHAvUWce/xfKRMNxA7.js\";import AnimatedImages01Copy2 from\"https://framerusercontent.com/modules/7Xj1kE39PHVRm7bZSop3/721nUVzh2clNpB9GChx6/XvU7MabFU.js\";import AnimatedImages07 from\"https://framerusercontent.com/modules/UX771IJwf4NvlH7wDINd/MRh2T5v2VVlOUBJGK8c2/YQvI06VFg.js\";const MotionDivWithFX=withFX(motion.div);const AnimatedImages02Fonts=getFonts(AnimatedImages02);const AnimatedImages04CopyFonts=getFonts(AnimatedImages04Copy);const AnimatedImages03CopyFonts=getFonts(AnimatedImages03Copy);const AnimatedImages01Copy2Fonts=getFonts(AnimatedImages01Copy2);const TickerFonts=getFonts(Ticker);const AnimatedImages05Fonts=getFonts(AnimatedImages05);const AnimatedImages06Fonts=getFonts(AnimatedImages06);const AnimatedImages07Fonts=getFonts(AnimatedImages07);const AnimatedImages08Fonts=getFonts(AnimatedImages08);const cycleOrder=[\"igojVjuaa\",\"yZ3oEzXqC\"];const serializationHash=\"framer-e5kd3\";const variantClassNames={igojVjuaa:\"framer-v-1l4ankt\",yZ3oEzXqC:\"framer-v-qnxaxi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition2={delay:0,duration:1,ease:[.4,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:40};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"igojVjuaa\",Mobile:\"yZ3oEzXqC\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"igojVjuaa\"};};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({cycleOrder,defaultVariant:\"igojVjuaa\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"yZ3oEzXqC\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"yZ3oEzXqC\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1l4ankt\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"igojVjuaa\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({yZ3oEzXqC:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-11q4xfy\",\"data-framer-name\":\"Scroll Down\",layoutDependency:layoutDependency,layoutId:\"tHFOMrXHb\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-expajc\",layoutDependency:layoutDependency,layoutId:\"NgN3tiF4L\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sc3myo\",layoutDependency:layoutDependency,layoutId:\"Way9oH9jt\",style:{backgroundColor:\"rgb(224, 224, 224)\"}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ddg3de\",layoutDependency:layoutDependency,layoutId:\"Su84ydKu4\",style:{backgroundColor:\"var(--token-c9ca20ec-6cbf-406c-b7ee-0698890a2998, rgb(247, 119, 0))\"}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"SCROLL\"})}),className:\"framer-r2xb39\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"H5VxBawbt\",style:{\"--extracted-r6o4lv\":\"var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k9rujh\",\"data-framer-name\":\"Intro\",layoutDependency:layoutDependency,layoutId:\"rcMk411Ya\",style:{backgroundColor:\"var(--token-c2c61d25-00f3-41f2-808f-49f7a736bbac, rgb(253, 255, 235))\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yu1sgi-container\",layoutDependency:layoutDependency,layoutId:\"ClazE5EKC-container\",style:{rotate:-30},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"ClazE5EKC\",layoutId:\"ClazE5EKC\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-149waho\",\"data-framer-name\":\"Scrolling Image 1\",layoutDependency:layoutDependency,layoutId:\"bZj_tO3Fl\",style:{borderBottomLeftRadius:2e3,borderBottomRightRadius:2e3,borderTopLeftRadius:2e3,borderTopRightRadius:2e3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,width:\"160px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1idt82l-container\",layoutDependency:layoutDependency,layoutId:\"gvXtzh1L7-container\",children:/*#__PURE__*/_jsx(AnimatedImages02,{height:\"100%\",id:\"gvXtzh1L7\",layoutId:\"gvXtzh1L7\",style:{height:\"100%\",width:\"100%\"},variant:\"NQPctVuZL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6t7rsa\",\"data-framer-name\":\"Scrolling Image 2\",layoutDependency:layoutDependency,layoutId:\"DeuhLv0AH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s44n9m\",layoutDependency:layoutDependency,layoutId:\"Ie3qz67xP\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:192,width:\"192px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c1ro5k-container\",layoutDependency:layoutDependency,layoutId:\"tl9axOjC9-container\",children:/*#__PURE__*/_jsx(AnimatedImages04Copy,{height:\"100%\",id:\"tl9axOjC9\",layoutId:\"tl9axOjC9\",style:{height:\"100%\",width:\"100%\"},variant:\"y25VIZ8JT\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p4pxpl\",\"data-framer-name\":\"Scrolling Image 3\",layoutDependency:layoutDependency,layoutId:\"hHcOX0rB4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:194,width:\"194px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gmhq4y-container\",layoutDependency:layoutDependency,layoutId:\"oMN5FmoNZ-container\",children:/*#__PURE__*/_jsx(AnimatedImages03Copy,{height:\"100%\",id:\"oMN5FmoNZ\",layoutId:\"oMN5FmoNZ\",style:{height:\"100%\",width:\"100%\"},variant:\"tq3aRapnY\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wln68s\",\"data-framer-name\":\"Scrolling Image 4\",layoutDependency:layoutDependency,layoutId:\"KvuZSxY5p\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-139x2tl\",layoutDependency:layoutDependency,layoutId:\"rEI3oH2xc\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"180px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l0c5ka-container\",layoutDependency:layoutDependency,layoutId:\"hkjkPIb32-container\",children:/*#__PURE__*/_jsx(AnimatedImages01Copy2,{height:\"100%\",id:\"hkjkPIb32\",layoutId:\"hkjkPIb32\",style:{height:\"100%\",width:\"100%\"},variant:\"MsLmIYnzc\",width:\"100%\"})})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cbo4jq-container\",layoutDependency:layoutDependency,layoutId:\"iZnkjLlxa-container\",style:{rotate:-30},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"iZnkjLlxa\",layoutId:\"iZnkjLlxa\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vmins5\",\"data-framer-name\":\"Scrolling Image 5\",layoutDependency:layoutDependency,layoutId:\"sBUgS3zuO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:174,width:\"174px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1azdjn3-container\",layoutDependency:layoutDependency,layoutId:\"W_jCnlaiK-container\",children:/*#__PURE__*/_jsx(AnimatedImages05,{height:\"100%\",id:\"W_jCnlaiK\",layoutId:\"W_jCnlaiK\",style:{height:\"100%\",width:\"100%\"},variant:\"jZdCAMyq4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b3nk9q\",\"data-framer-name\":\"Scrolling Image 6\",layoutDependency:layoutDependency,layoutId:\"LRKPkee9O\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xka4e7\",layoutDependency:layoutDependency,layoutId:\"GlD4ptdLU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:\"148px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bgyfq4-container\",layoutDependency:layoutDependency,layoutId:\"bIK5EcyAN-container\",children:/*#__PURE__*/_jsx(AnimatedImages06,{height:\"100%\",id:\"bIK5EcyAN\",layoutId:\"bIK5EcyAN\",style:{height:\"100%\",width:\"100%\"},variant:\"u2uErjIcY\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13da79a\",layoutDependency:layoutDependency,layoutId:\"IjiLNeJFr\"})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-121j58y-container\",layoutDependency:layoutDependency,layoutId:\"bJSDpyoSw-container\",style:{rotate:-30},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"bJSDpyoSw\",layoutId:\"bJSDpyoSw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mbpx7p\",\"data-framer-name\":\"Scrolling Image 7\",layoutDependency:layoutDependency,layoutId:\"iQeR66eUe\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:186,width:\"186px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hn3o6x-container\",layoutDependency:layoutDependency,layoutId:\"ORZnp8hSW-container\",children:/*#__PURE__*/_jsx(AnimatedImages07,{height:\"100%\",id:\"ORZnp8hSW\",layoutId:\"ORZnp8hSW\",style:{height:\"100%\",width:\"100%\"},variant:\"JEEQPE3hk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lb2x7t\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"CDjBGVrwk\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgafke\",layoutDependency:layoutDependency,layoutId:\"DdmHW8WF4\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-muv2b5\",\"data-framer-name\":\"Scrolling Image 8\",layoutDependency:layoutDependency,layoutId:\"DcJBCwQhM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-s2wfzq\",layoutDependency:layoutDependency,layoutId:\"mxSuLKUuf\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rv7z3r\",\"data-framer-name\":\"Scrolling Image 8\",layoutDependency:layoutDependency,layoutId:\"KsXgf5o_A\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:166,width:\"166px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dlh0w9-container\",layoutDependency:layoutDependency,layoutId:\"NQEsoNh2R-container\",children:/*#__PURE__*/_jsx(AnimatedImages08,{height:\"100%\",id:\"NQEsoNh2R\",layoutId:\"NQEsoNh2R\",style:{height:\"100%\",width:\"100%\"},variant:\"Ht8eTEsA0\",width:\"100%\"})})})})]})],speed:10,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16pzud4-container\",layoutDependency:layoutDependency,layoutId:\"NXCBlacMD-container\",style:{rotate:-30},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:32,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"NXCBlacMD\",layoutId:\"NXCBlacMD\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9x93hd\",\"data-framer-name\":\"Scrolling Image 1\",layoutDependency:layoutDependency,layoutId:\"x4OpJNRyN\",style:{borderBottomLeftRadius:2e3,borderBottomRightRadius:2e3,borderTopLeftRadius:2e3,borderTopRightRadius:2e3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:312,width:\"312px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1euqgoy-container\",layoutDependency:layoutDependency,layoutId:\"Oc70P23G4-container\",children:/*#__PURE__*/_jsx(AnimatedImages02,{height:\"100%\",id:\"Oc70P23G4\",layoutId:\"Oc70P23G4\",style:{height:\"100%\",width:\"100%\"},variant:\"NQPctVuZL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vxo0oc\",\"data-framer-name\":\"Scrolling Image 2\",layoutDependency:layoutDependency,layoutId:\"h4Crxozg_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-61m097-container\",layoutDependency:layoutDependency,layoutId:\"Oj4CCw5d1-container\",children:/*#__PURE__*/_jsx(AnimatedImages04Copy,{height:\"100%\",id:\"Oj4CCw5d1\",layoutId:\"Oj4CCw5d1\",style:{height:\"100%\",width:\"100%\"},variant:\"y25VIZ8JT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h0di1m\",\"data-framer-name\":\"Scrolling Image 3\",layoutDependency:layoutDependency,layoutId:\"YYNW58In9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:312,width:\"312px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18v6k1f-container\",layoutDependency:layoutDependency,layoutId:\"ieJ7OGquI-container\",children:/*#__PURE__*/_jsx(AnimatedImages03Copy,{height:\"100%\",id:\"ieJ7OGquI\",layoutId:\"ieJ7OGquI\",style:{height:\"100%\",width:\"100%\"},variant:\"tq3aRapnY\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hjp7fv\",\"data-framer-name\":\"Scrolling Image 4\",layoutDependency:layoutDependency,layoutId:\"nhrZ3AGt1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1svlxy6-container\",layoutDependency:layoutDependency,layoutId:\"D6tocVDUL-container\",children:/*#__PURE__*/_jsx(AnimatedImages01Copy2,{height:\"100%\",id:\"D6tocVDUL\",layoutId:\"D6tocVDUL\",style:{height:\"100%\",width:\"100%\"},variant:\"MsLmIYnzc\",width:\"100%\"})})})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h308z8-container\",layoutDependency:layoutDependency,layoutId:\"mIy0dLejc-container\",style:{rotate:-30},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:32,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"mIy0dLejc\",layoutId:\"mIy0dLejc\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xi5n7m\",\"data-framer-name\":\"Scrolling Image 5\",layoutDependency:layoutDependency,layoutId:\"kFaZO0ozu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:250,width:\"250px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yyah86-container\",layoutDependency:layoutDependency,layoutId:\"va5eFz07o-container\",children:/*#__PURE__*/_jsx(AnimatedImages05,{height:\"100%\",id:\"va5eFz07o\",layoutId:\"va5eFz07o\",style:{height:\"100%\",width:\"100%\"},variant:\"jZdCAMyq4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7op2wx\",\"data-framer-name\":\"Scrolling Image 6\",layoutDependency:layoutDependency,layoutId:\"g1Lx7m3xq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ycibaq\",layoutDependency:layoutDependency,layoutId:\"fn4rmsEDB\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:\"320px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10nwb3t-container\",layoutDependency:layoutDependency,layoutId:\"CjlqhHuEz-container\",children:/*#__PURE__*/_jsx(AnimatedImages06,{height:\"100%\",id:\"CjlqhHuEz\",layoutId:\"CjlqhHuEz\",style:{height:\"100%\",width:\"100%\"},variant:\"u2uErjIcY\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cc3jn0\",layoutDependency:layoutDependency,layoutId:\"rXlXpsKAg\"})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zext64-container\",layoutDependency:layoutDependency,layoutId:\"JMOlQYkGE-container\",style:{rotate:-30},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:32,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"JMOlQYkGE\",layoutId:\"JMOlQYkGE\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m18mex\",\"data-framer-name\":\"Scrolling Image 7\",layoutDependency:layoutDependency,layoutId:\"sq9DlZD1h\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:280,width:\"280px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-177yprm-container\",layoutDependency:layoutDependency,layoutId:\"rUwq2RXwy-container\",children:/*#__PURE__*/_jsx(AnimatedImages07,{height:\"100%\",id:\"rUwq2RXwy\",layoutId:\"rUwq2RXwy\",style:{height:\"100%\",width:\"100%\"},variant:\"JEEQPE3hk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ng0ua4\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"gkoV73Uj0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e7aoq\",layoutDependency:layoutDependency,layoutId:\"J3SF63Yle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wx5koj\",\"data-framer-name\":\"Scrolling Image 8\",layoutDependency:layoutDependency,layoutId:\"zfPbpGM9t\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dl39et\",\"data-framer-name\":\"Scrolling Image 8\",layoutDependency:layoutDependency,layoutId:\"XPIQ8t8gi\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3vfwmw-container\",layoutDependency:layoutDependency,layoutId:\"cp5UkIhdg-container\",children:/*#__PURE__*/_jsx(AnimatedImages08,{height:\"100%\",id:\"cp5UkIhdg\",layoutId:\"cp5UkIhdg\",style:{height:\"100%\",width:\"100%\"},variant:\"Ht8eTEsA0\",width:\"100%\"})})})})})],speed:15,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e5kd3.framer-1tuf1y2, .framer-e5kd3 .framer-1tuf1y2 { display: block; }\",\".framer-e5kd3.framer-1l4ankt { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-e5kd3 .framer-11q4xfy { align-content: center; align-items: center; bottom: 50px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 3; }\",\".framer-e5kd3 .framer-expajc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 2px; }\",\".framer-e5kd3 .framer-1sc3myo { flex: none; height: 33px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 33px / 2); width: 2px; z-index: 1; }\",\".framer-e5kd3 .framer-ddg3de { flex: none; height: 14px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-e5kd3 .framer-r2xb39 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-e5kd3 .framer-k9rujh { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; justify-content: center; left: 0px; overflow: hidden; padding: 50px 0px 30px 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-e5kd3 .framer-yu1sgi-container, .framer-e5kd3 .framer-1cbo4jq-container, .framer-e5kd3 .framer-121j58y-container { flex: none; height: 200px; position: relative; width: 200%; z-index: 1; }\",\".framer-e5kd3 .framer-1lb2x7t, .framer-e5kd3 .framer-1ng0ua4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e5kd3 .framer-rgafke { flex: none; height: 10px; overflow: hidden; position: relative; width: 100px; }\",\".framer-e5kd3 .framer-149waho { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-e5kd3 .framer-1idt82l-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); position: relative; width: 160px; }\",\".framer-e5kd3 .framer-6t7rsa, .framer-e5kd3 .framer-1wln68s, .framer-e5kd3 .framer-1b3nk9q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e5kd3 .framer-1s44n9m, .framer-e5kd3 .framer-139x2tl, .framer-e5kd3 .framer-s2wfzq { align-self: stretch; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: auto; }\",\".framer-e5kd3 .framer-c1ro5k-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 192px); position: relative; width: 192px; }\",\".framer-e5kd3 .framer-1p4pxpl, .framer-e5kd3 .framer-vxo0oc, .framer-e5kd3 .framer-h0di1m, .framer-e5kd3 .framer-hjp7fv, .framer-e5kd3 .framer-7op2wx { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e5kd3 .framer-gmhq4y-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 194px); position: relative; width: 194px; }\",\".framer-e5kd3 .framer-1l0c5ka-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); position: relative; width: 180px; }\",\".framer-e5kd3 .framer-vmins5 { 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: min-content; }\",\".framer-e5kd3 .framer-1azdjn3-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 174px); position: relative; width: 174px; }\",\".framer-e5kd3 .framer-xka4e7, .framer-e5kd3 .framer-rv7z3r, .framer-e5kd3 .framer-1dl39et { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e5kd3 .framer-1bgyfq4-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 148px); position: relative; width: 148px; }\",\".framer-e5kd3 .framer-13da79a { align-self: stretch; flex: none; height: 29px; overflow: hidden; position: relative; width: auto; }\",\".framer-e5kd3 .framer-mbpx7p { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e5kd3 .framer-hn3o6x-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 186px); position: relative; width: 186px; }\",\".framer-e5kd3 .framer-muv2b5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e5kd3 .framer-1dlh0w9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 166px); position: relative; width: 166px; }\",\".framer-e5kd3 .framer-16pzud4-container { flex: none; height: 500px; left: calc(50.00000000000002% - 140% / 2); position: absolute; top: calc(53.75000000000002% - 500px / 2); width: 140%; }\",\".framer-e5kd3 .framer-3e7aoq { flex: none; height: 10px; overflow: hidden; position: relative; width: 370px; }\",\".framer-e5kd3 .framer-9x93hd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 312px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 312px; will-change: var(--framer-will-change-override, transform); }\",\".framer-e5kd3 .framer-1euqgoy-container, .framer-e5kd3 .framer-18v6k1f-container { flex: none; height: 312px; position: relative; width: 312px; }\",\".framer-e5kd3 .framer-61m097-container, .framer-e5kd3 .framer-1svlxy6-container, .framer-e5kd3 .framer-3vfwmw-container { flex: none; height: 400px; position: relative; width: 400px; }\",\".framer-e5kd3 .framer-1h308z8-container { flex: none; height: 500px; left: -662px; position: absolute; top: -125px; width: 140%; }\",\".framer-e5kd3 .framer-xi5n7m { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 250px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 250px; }\",\".framer-e5kd3 .framer-yyah86-container { flex: none; height: 250px; position: relative; width: 250px; }\",\".framer-e5kd3 .framer-1ycibaq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 320px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 320px; }\",\".framer-e5kd3 .framer-10nwb3t-container { flex: none; height: 320px; position: relative; width: 320px; }\",\".framer-e5kd3 .framer-cc3jn0 { flex: none; height: 77px; overflow: hidden; position: relative; width: 332px; }\",\".framer-e5kd3 .framer-zext64-container { bottom: -109px; flex: none; height: 500px; position: absolute; right: -930px; width: 148%; }\",\".framer-e5kd3 .framer-1m18mex { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 280px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 280px; }\",\".framer-e5kd3 .framer-177yprm-container { flex: none; height: 280px; position: relative; width: 280px; }\",\".framer-e5kd3 .framer-wx5koj { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e5kd3.framer-1l4ankt, .framer-e5kd3 .framer-11q4xfy, .framer-e5kd3 .framer-expajc, .framer-e5kd3 .framer-k9rujh, .framer-e5kd3 .framer-1lb2x7t, .framer-e5kd3 .framer-149waho, .framer-e5kd3 .framer-6t7rsa, .framer-e5kd3 .framer-1p4pxpl, .framer-e5kd3 .framer-1wln68s, .framer-e5kd3 .framer-vmins5, .framer-e5kd3 .framer-1b3nk9q, .framer-e5kd3 .framer-xka4e7, .framer-e5kd3 .framer-mbpx7p, .framer-e5kd3 .framer-muv2b5, .framer-e5kd3 .framer-rv7z3r, .framer-e5kd3 .framer-1ng0ua4, .framer-e5kd3 .framer-9x93hd, .framer-e5kd3 .framer-vxo0oc, .framer-e5kd3 .framer-h0di1m, .framer-e5kd3 .framer-hjp7fv, .framer-e5kd3 .framer-xi5n7m, .framer-e5kd3 .framer-7op2wx, .framer-e5kd3 .framer-1ycibaq, .framer-e5kd3 .framer-1m18mex, .framer-e5kd3 .framer-wx5koj, .framer-e5kd3 .framer-1dl39et { gap: 0px; } .framer-e5kd3.framer-1l4ankt > *, .framer-e5kd3 .framer-11q4xfy > *, .framer-e5kd3 .framer-expajc > *, .framer-e5kd3 .framer-1lb2x7t > *, .framer-e5kd3 .framer-1ng0ua4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-e5kd3.framer-1l4ankt > :first-child, .framer-e5kd3 .framer-11q4xfy > :first-child, .framer-e5kd3 .framer-expajc > :first-child, .framer-e5kd3 .framer-k9rujh > :first-child, .framer-e5kd3 .framer-1lb2x7t > :first-child, .framer-e5kd3 .framer-149waho > :first-child, .framer-e5kd3 .framer-6t7rsa > :first-child, .framer-e5kd3 .framer-1p4pxpl > :first-child, .framer-e5kd3 .framer-1wln68s > :first-child, .framer-e5kd3 .framer-1b3nk9q > :first-child, .framer-e5kd3 .framer-muv2b5 > :first-child, .framer-e5kd3 .framer-1ng0ua4 > :first-child, .framer-e5kd3 .framer-9x93hd > :first-child, .framer-e5kd3 .framer-vxo0oc > :first-child, .framer-e5kd3 .framer-h0di1m > :first-child, .framer-e5kd3 .framer-hjp7fv > :first-child, .framer-e5kd3 .framer-7op2wx > :first-child, .framer-e5kd3 .framer-wx5koj > :first-child { margin-top: 0px; } .framer-e5kd3.framer-1l4ankt > :last-child, .framer-e5kd3 .framer-11q4xfy > :last-child, .framer-e5kd3 .framer-expajc > :last-child, .framer-e5kd3 .framer-k9rujh > :last-child, .framer-e5kd3 .framer-1lb2x7t > :last-child, .framer-e5kd3 .framer-149waho > :last-child, .framer-e5kd3 .framer-6t7rsa > :last-child, .framer-e5kd3 .framer-1p4pxpl > :last-child, .framer-e5kd3 .framer-1wln68s > :last-child, .framer-e5kd3 .framer-1b3nk9q > :last-child, .framer-e5kd3 .framer-muv2b5 > :last-child, .framer-e5kd3 .framer-1ng0ua4 > :last-child, .framer-e5kd3 .framer-9x93hd > :last-child, .framer-e5kd3 .framer-vxo0oc > :last-child, .framer-e5kd3 .framer-h0di1m > :last-child, .framer-e5kd3 .framer-hjp7fv > :last-child, .framer-e5kd3 .framer-7op2wx > :last-child, .framer-e5kd3 .framer-wx5koj > :last-child { margin-bottom: 0px; } .framer-e5kd3 .framer-k9rujh > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-e5kd3 .framer-149waho > *, .framer-e5kd3 .framer-6t7rsa > *, .framer-e5kd3 .framer-1p4pxpl > *, .framer-e5kd3 .framer-1wln68s > *, .framer-e5kd3 .framer-1b3nk9q > *, .framer-e5kd3 .framer-muv2b5 > *, .framer-e5kd3 .framer-9x93hd > *, .framer-e5kd3 .framer-vxo0oc > *, .framer-e5kd3 .framer-h0di1m > *, .framer-e5kd3 .framer-hjp7fv > *, .framer-e5kd3 .framer-7op2wx > *, .framer-e5kd3 .framer-wx5koj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-e5kd3 .framer-vmins5 > *, .framer-e5kd3 .framer-xka4e7 > *, .framer-e5kd3 .framer-mbpx7p > *, .framer-e5kd3 .framer-rv7z3r > *, .framer-e5kd3 .framer-xi5n7m > *, .framer-e5kd3 .framer-1ycibaq > *, .framer-e5kd3 .framer-1m18mex > *, .framer-e5kd3 .framer-1dl39et > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-e5kd3 .framer-vmins5 > :first-child, .framer-e5kd3 .framer-xka4e7 > :first-child, .framer-e5kd3 .framer-mbpx7p > :first-child, .framer-e5kd3 .framer-rv7z3r > :first-child, .framer-e5kd3 .framer-xi5n7m > :first-child, .framer-e5kd3 .framer-1ycibaq > :first-child, .framer-e5kd3 .framer-1m18mex > :first-child, .framer-e5kd3 .framer-1dl39et > :first-child { margin-left: 0px; } .framer-e5kd3 .framer-vmins5 > :last-child, .framer-e5kd3 .framer-xka4e7 > :last-child, .framer-e5kd3 .framer-mbpx7p > :last-child, .framer-e5kd3 .framer-rv7z3r > :last-child, .framer-e5kd3 .framer-xi5n7m > :last-child, .framer-e5kd3 .framer-1ycibaq > :last-child, .framer-e5kd3 .framer-1m18mex > :last-child, .framer-e5kd3 .framer-1dl39et > :last-child { margin-right: 0px; } }\",\".framer-e5kd3.framer-v-qnxaxi.framer-1l4ankt { height: 844px; width: 390px; }\",\".framer-e5kd3.framer-v-qnxaxi .framer-11q4xfy { bottom: 100px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"yZ3oEzXqC\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDlhlW_QA4=withCSS(Component,css,\"framer-e5kd3\");export default FramerDlhlW_QA4;FramerDlhlW_QA4.displayName=\"Hero-Background\";FramerDlhlW_QA4.defaultProps={height:800,width:1200};addPropertyControls(FramerDlhlW_QA4,{variant:{options:[\"igojVjuaa\",\"yZ3oEzXqC\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDlhlW_QA4,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"}]},...AnimatedImages02Fonts,...AnimatedImages04CopyFonts,...AnimatedImages03CopyFonts,...AnimatedImages01Copy2Fonts,...TickerFonts,...AnimatedImages05Fonts,...AnimatedImages06Fonts,...AnimatedImages07Fonts,...AnimatedImages08Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDlhlW_QA4\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yZ3oEzXqC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"800\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CTAWithArrow from\"https://framerusercontent.com/modules/0exJwAKX5O1MpbxsjPpz/6Eb250185YT3VVlr3W0x/nFeAXANvp.js\";const CTAWithArrowFonts=getFonts(CTAWithArrow);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const cycleOrder=[\"A51LcxgH1\",\"OnOA3WOpB\",\"ex0pL52rr\",\"f9_c7rM01\",\"D8iCTEJMd\",\"qnJ1Hlalw\",\"GkoL6lYlk\",\"ehO1EIvh8\",\"I4RUXI0zj\",\"cZvf8vi8l\",\"V9dkl9lyQ\",\"tzE8uFJr4\",\"uNov2qv72\",\"pQdFEfRPl\",\"CS6fZrCMS\"];const serializationHash=\"framer-kfzZA\";const variantClassNames={A51LcxgH1:\"framer-v-1g9iau3\",CS6fZrCMS:\"framer-v-m4gvbi\",cZvf8vi8l:\"framer-v-w8rtv6\",D8iCTEJMd:\"framer-v-13ux6l1\",ehO1EIvh8:\"framer-v-1anb6c3\",ex0pL52rr:\"framer-v-votuwo\",f9_c7rM01:\"framer-v-sp5z3\",GkoL6lYlk:\"framer-v-1bjaa27\",I4RUXI0zj:\"framer-v-at3sq3\",OnOA3WOpB:\"framer-v-1fr2a58\",pQdFEfRPl:\"framer-v-gyfaw5\",qnJ1Hlalw:\"framer-v-1kz4izw\",tzE8uFJr4:\"framer-v-1wgivgk\",uNov2qv72:\"framer-v-kvoo69\",V9dkl9lyQ:\"framer-v-ylrgkv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop 1\":\"A51LcxgH1\",\"Desktop 2\":\"OnOA3WOpB\",\"Desktop 3\":\"ex0pL52rr\",\"Desktop 4\":\"f9_c7rM01\",\"Desktop 5\":\"D8iCTEJMd\",\"Mobile 1\":\"qnJ1Hlalw\",\"Mobile 2\":\"GkoL6lYlk\",\"Mobile 3\":\"ehO1EIvh8\",\"Mobile 4\":\"I4RUXI0zj\",\"Mobile 5\":\"cZvf8vi8l\",\"Tablet 1\":\"V9dkl9lyQ\",\"Tablet 2\":\"tzE8uFJr4\",\"Tablet 3\":\"uNov2qv72\",\"Tablet 4\":\"pQdFEfRPl\",\"Tablet 5\":\"CS6fZrCMS\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"A51LcxgH1\"};};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({cycleOrder,defaultVariant:\"A51LcxgH1\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"cZvf8vi8l\")return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"D8iCTEJMd\",\"CS6fZrCMS\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"D8iCTEJMd\",\"cZvf8vi8l\",\"CS6fZrCMS\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1g9iau3\",className,classNames),\"data-framer-name\":\"Desktop 1\",layoutDependency:layoutDependency,layoutId:\"A51LcxgH1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CS6fZrCMS:{\"data-framer-name\":\"Tablet 5\"},cZvf8vi8l:{\"data-framer-name\":\"Mobile 5\"},D8iCTEJMd:{\"data-framer-name\":\"Desktop 5\"},ehO1EIvh8:{\"data-framer-name\":\"Mobile 3\"},ex0pL52rr:{\"data-framer-name\":\"Desktop 3\"},f9_c7rM01:{\"data-framer-name\":\"Desktop 4\"},GkoL6lYlk:{\"data-framer-name\":\"Mobile 2\"},I4RUXI0zj:{\"data-framer-name\":\"Mobile 4\"},OnOA3WOpB:{\"data-framer-name\":\"Desktop 2\"},pQdFEfRPl:{\"data-framer-name\":\"Tablet 4\"},qnJ1Hlalw:{\"data-framer-name\":\"Mobile 1\"},tzE8uFJr4:{\"data-framer-name\":\"Tablet 2\"},uNov2qv72:{\"data-framer-name\":\"Tablet 3\"},V9dkl9lyQ:{\"data-framer-name\":\"Tablet 1\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QqOEkjukU\"},implicitPathVariables:undefined},{href:{webPageId:\"QqOEkjukU\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:700,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:2.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1sx8248-container\",layoutDependency:layoutDependency,layoutId:\"keQYVxedd-container\",children:/*#__PURE__*/_jsx(CTAWithArrow,{d0RnwOh0n:18,DglryK2Vg:16,height:\"100%\",HiK0a0CMz:20,id:\"keQYVxedd\",layoutId:\"keQYVxedd\",M93YAfyS5:\"text\",nSJFQ8aA6:\"CTA\",s70uMG0A2:\"var(--token-dd1cd27a-7f1c-4514-8fe9-85e1ecbdf122, rgb(247, 119, 0))\",Sc5d7wzia:resolvedLinks[0],variant:\"VXuMLTXkk\",width:\"100%\",wvtKJ9rWs:\"OUR INVESTMENTS\",...addPropertyOverrides({cZvf8vi8l:{Sc5d7wzia:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QqOEkjukU\"},implicitPathVariables:undefined},{href:{webPageId:\"QqOEkjukU\"},implicitPathVariables:undefined},{href:{webPageId:\"QqOEkjukU\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:700,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:2.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-h52xwp-container\",layoutDependency:layoutDependency,layoutId:\"YxYOSOvBS-container\",children:/*#__PURE__*/_jsx(CTAWithArrow,{d0RnwOh0n:22,DglryK2Vg:16,height:\"100%\",HiK0a0CMz:20,id:\"YxYOSOvBS\",layoutId:\"YxYOSOvBS\",M93YAfyS5:\"text\",nSJFQ8aA6:\"CTA\",s70uMG0A2:\"rgb(253, 255, 236)\",Sc5d7wzia:resolvedLinks1[0],variant:\"M4qmYNQHy\",width:\"100%\",wvtKJ9rWs:\"VIEW ALL COMPANIES\",...addPropertyOverrides({CS6fZrCMS:{Sc5d7wzia:resolvedLinks1[2],wvtKJ9rWs:\"OUR INVESTMENTS\"},D8iCTEJMd:{Sc5d7wzia:resolvedLinks1[1],wvtKJ9rWs:\"OUR INVESTMENTS\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:100,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:700,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:2.5,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Innovative\"})}),className:\"framer-hkxfdi\",fonts:[\"FS;Montserrat-bold\"],layoutDependency:layoutDependency,layoutId:\"hSElY1YV9\",style:{\"--extracted-gdpscs\":\"var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ehO1EIvh8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Impactful\"})})},ex0pL52rr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Impactful\"})})},f9_c7rM01:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Driven\"})})},GkoL6lYlk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Visionary\"})})},I4RUXI0zj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Driven\"})})},OnOA3WOpB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Visionary\"})})},pQdFEfRPl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Driven\"})})},qnJ1Hlalw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Innovative\"})})},tzE8uFJr4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Visionary\"})})},uNov2qv72:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Impactful\"})})},V9dkl9lyQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"Innovative\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kfzZA.framer-1m0n8mi, .framer-kfzZA .framer-1m0n8mi { display: block; }\",\".framer-kfzZA.framer-1g9iau3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 192px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 573px; }\",\".framer-kfzZA .framer-1sx8248-container, .framer-kfzZA .framer-h52xwp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kfzZA .framer-hkxfdi { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kfzZA.framer-1g9iau3 { gap: 0px; } .framer-kfzZA.framer-1g9iau3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kfzZA.framer-1g9iau3 > :first-child { margin-top: 0px; } .framer-kfzZA.framer-1g9iau3 > :last-child { margin-bottom: 0px; } }\",\".framer-kfzZA.framer-v-13ux6l1.framer-1g9iau3 { flex-direction: row; }\",\".framer-kfzZA.framer-v-13ux6l1 .framer-h52xwp-container, .framer-kfzZA.framer-v-m4gvbi .framer-h52xwp-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kfzZA.framer-v-13ux6l1.framer-1g9iau3 { gap: 0px; } .framer-kfzZA.framer-v-13ux6l1.framer-1g9iau3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kfzZA.framer-v-13ux6l1.framer-1g9iau3 > :first-child { margin-left: 0px; } .framer-kfzZA.framer-v-13ux6l1.framer-1g9iau3 > :last-child { margin-right: 0px; } }\",\".framer-kfzZA.framer-v-1kz4izw.framer-1g9iau3, .framer-kfzZA.framer-v-1bjaa27.framer-1g9iau3, .framer-kfzZA.framer-v-1anb6c3.framer-1g9iau3, .framer-kfzZA.framer-v-at3sq3.framer-1g9iau3, .framer-kfzZA.framer-v-w8rtv6.framer-1g9iau3 { height: 100px; width: min-content; }\",\".framer-kfzZA.framer-v-ylrgkv.framer-1g9iau3, .framer-kfzZA.framer-v-1wgivgk.framer-1g9iau3, .framer-kfzZA.framer-v-kvoo69.framer-1g9iau3, .framer-kfzZA.framer-v-gyfaw5.framer-1g9iau3 { height: 140px; width: min-content; }\",\".framer-kfzZA.framer-v-m4gvbi.framer-1g9iau3 { flex-direction: row; height: 140px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kfzZA.framer-v-m4gvbi.framer-1g9iau3 { gap: 0px; } .framer-kfzZA.framer-v-m4gvbi.framer-1g9iau3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kfzZA.framer-v-m4gvbi.framer-1g9iau3 > :first-child { margin-left: 0px; } .framer-kfzZA.framer-v-m4gvbi.framer-1g9iau3 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 192\n * @framerIntrinsicWidth 573\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"OnOA3WOpB\":{\"layout\":[\"fixed\",\"fixed\"]},\"ex0pL52rr\":{\"layout\":[\"fixed\",\"fixed\"]},\"f9_c7rM01\":{\"layout\":[\"fixed\",\"fixed\"]},\"D8iCTEJMd\":{\"layout\":[\"fixed\",\"fixed\"]},\"qnJ1Hlalw\":{\"layout\":[\"auto\",\"fixed\"]},\"GkoL6lYlk\":{\"layout\":[\"auto\",\"fixed\"]},\"ehO1EIvh8\":{\"layout\":[\"auto\",\"fixed\"]},\"I4RUXI0zj\":{\"layout\":[\"auto\",\"fixed\"]},\"cZvf8vi8l\":{\"layout\":[\"auto\",\"fixed\"]},\"V9dkl9lyQ\":{\"layout\":[\"auto\",\"fixed\"]},\"tzE8uFJr4\":{\"layout\":[\"auto\",\"fixed\"]},\"uNov2qv72\":{\"layout\":[\"auto\",\"fixed\"]},\"pQdFEfRPl\":{\"layout\":[\"auto\",\"fixed\"]},\"CS6fZrCMS\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerl1fFd8Tsm=withCSS(Component,css,\"framer-kfzZA\");export default Framerl1fFd8Tsm;Framerl1fFd8Tsm.displayName=\"wordbyword\";Framerl1fFd8Tsm.defaultProps={height:192,width:573};addPropertyControls(Framerl1fFd8Tsm,{variant:{options:[\"A51LcxgH1\",\"OnOA3WOpB\",\"ex0pL52rr\",\"f9_c7rM01\",\"D8iCTEJMd\",\"qnJ1Hlalw\",\"GkoL6lYlk\",\"ehO1EIvh8\",\"I4RUXI0zj\",\"cZvf8vi8l\",\"V9dkl9lyQ\",\"tzE8uFJr4\",\"uNov2qv72\",\"pQdFEfRPl\",\"CS6fZrCMS\"],optionTitles:[\"Desktop 1\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\",\"Desktop 5\",\"Mobile 1\",\"Mobile 2\",\"Mobile 3\",\"Mobile 4\",\"Mobile 5\",\"Tablet 1\",\"Tablet 2\",\"Tablet 3\",\"Tablet 4\",\"Tablet 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerl1fFd8Tsm,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"}]},...CTAWithArrowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl1fFd8Tsm\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"192\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OnOA3WOpB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ex0pL52rr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"f9_c7rM01\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D8iCTEJMd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qnJ1Hlalw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"GkoL6lYlk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ehO1EIvh8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"I4RUXI0zj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cZvf8vi8l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"V9dkl9lyQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"tzE8uFJr4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"uNov2qv72\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"pQdFEfRPl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"CS6fZrCMS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"573\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5235273)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-regular\",\"FS;Montserrat-bold\",\"FS;Montserrat-bold italic\",\"FS;Montserrat-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WVRVHC26IF7VQKSULH6U5DSAGCYOIAQ7/CPARYH2DVA55XB4ZSTA7WTMPVZAVMNA5/BOBO2BRVXZQHPXSPDS5WN3IZQ5SL56OZ.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CC6FT7O535LIU5P34T6V2W7R57LGKSDT/KUZZS4REMM64PV6S4GGM77HZQUVJPYU2/3ZPIFBJ6EZFOZSYT4ISIO7DHQQODA5IR.woff2\",weight:\"400\"}]}];export const css=['.framer-oOFwp .framer-styles-preset-1s3tszi:not(.rich-text-wrapper), .framer-oOFwp .framer-styles-preset-1s3tszi.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 19px; --framer-text-alignment: start; --framer-text-color: var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, #fdffeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-oOFwp\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7f69244)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/EZ1kXRLQf5e60S52XLDv/idTlqYKla5pvjFRnoN3i/BGLn9Vxvh.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/6UK2yLpi5xQf6E3IbNdy/J81gYobMbNhnFfPwtuiG/iT4xu_i7v.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/q0kGz9O9eyfNKn4ImcaX/pymy8brsYqNJUo41d9Fn/weAEI1SIw.js\";const cycleOrder=[\"UTk5Kjp0c\",\"Rq57DGciB\",\"Yb2QWUMKT\",\"vasfG9Jx9\",\"u3U9RTpwH\",\"fFtQM0qvU\"];const serializationHash=\"framer-8hVLC\";const variantClassNames={fFtQM0qvU:\"framer-v-1agpoxr\",Rq57DGciB:\"framer-v-1cydm23\",u3U9RTpwH:\"framer-v-ckgj95\",UTk5Kjp0c:\"framer-v-b51kcg\",vasfG9Jx9:\"framer-v-1p4z0m4\",Yb2QWUMKT:\"framer-v-1w187jh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Back\":\"Rq57DGciB\",\"Mobile Back\":\"fFtQM0qvU\",\"Tablet Back\":\"vasfG9Jx9\",Desktop:\"UTk5Kjp0c\",Mobile:\"u3U9RTpwH\",Tablet:\"Yb2QWUMKT\"};const getProps=({backLogo,backText,desktopLink,frontImage,height,id,investmentYear,location,uRL,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,BypPoxMbo:(_ref=frontImage!==null&&frontImage!==void 0?frontImage:props.BypPoxMbo)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png 1208w\"},D3cWIviny:(_ref1=uRL!==null&&uRL!==void 0?uRL:props.D3cWIviny)!==null&&_ref1!==void 0?_ref1:\"URL\",LMUmJGBzF:(_ref2=location!==null&&location!==void 0?location:props.LMUmJGBzF)!==null&&_ref2!==void 0?_ref2:\"Location\",OpRiE_Xz2:(_ref3=backLogo!==null&&backLogo!==void 0?backLogo:props.OpRiE_Xz2)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/n9uLDnDAtzYeQ8aH7C80pwEsLjY.svg\"},rtLlK8Wf6:(_ref4=investmentYear!==null&&investmentYear!==void 0?investmentYear:props.rtLlK8Wf6)!==null&&_ref4!==void 0?_ref4:\"Investment Year\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"UTk5Kjp0c\",vLq7B2cxi:desktopLink!==null&&desktopLink!==void 0?desktopLink:props.vLq7B2cxi,zxMnAXikb:(_ref6=backText!==null&&backText!==void 0?backText:props.zxMnAXikb)!==null&&_ref6!==void 0?_ref6:\"HealthNext is dedicated to advancing personalized healthcare through innovative technology solutions. They leverage data-driven insights and advanced medical technologies to improve patient outcomes, streamline healthcare delivery, and empower individuals to take control of their health.\"};};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,BypPoxMbo,OpRiE_Xz2,vLq7B2cxi,zxMnAXikb,rtLlK8Wf6,LMUmJGBzF,D3cWIviny,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UTk5Kjp0c\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterhwtsvt=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Rq57DGciB\");});const onMouseLeavepli9xo=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"UTk5Kjp0c\");});const onTapc7re63=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"vasfG9Jx9\");});const onTap1r18u22=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Yb2QWUMKT\");});const onTap1f2dsfg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"fFtQM0qvU\");});const onTaps1yfge=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"u3U9RTpwH\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Rq57DGciB\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"vasfG9Jx9\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"fFtQM0qvU\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"UTk5Kjp0c\",...addPropertyOverrides({Rq57DGciB:{href:vLq7B2cxi}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-b51kcg\",className,classNames)} framer-1jzp1kx`,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UTk5Kjp0c\",onMouseEnter:onMouseEnterhwtsvt,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fFtQM0qvU:{\"data-framer-name\":\"Mobile Back\",onMouseEnter:undefined,onTap:onTaps1yfge},Rq57DGciB:{\"data-framer-name\":\"Desktop Back\",onMouseEnter:undefined,onMouseLeave:onMouseLeavepli9xo},u3U9RTpwH:{\"data-framer-name\":\"Mobile\",onMouseEnter:undefined,onTap:onTap1f2dsfg},vasfG9Jx9:{\"data-framer-name\":\"Tablet Back\",onMouseEnter:undefined,onTap:onTap1r18u22},Yb2QWUMKT:{\"data-framer-name\":\"Tablet\",onMouseEnter:undefined,onTap:onTapc7re63}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1tdjhf5\",\"data-framer-name\":\"Card flip\",layoutDependency:layoutDependency,layoutId:\"dKf_UyThq\",style:{rotateY:0,transformPerspective:1200},transformTemplate:transformTemplate1,variants:{fFtQM0qvU:{rotateY:180},Rq57DGciB:{rotateY:180},vasfG9Jx9:{rotateY:180}},...addPropertyOverrides({fFtQM0qvU:{transformTemplate:undefined},u3U9RTpwH:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2hifp6\",\"data-framer-name\":\"Back\",layoutDependency:layoutDependency,layoutId:\"A5m2ZV5tk\",style:{backgroundColor:\"rgb(247, 119, 0)\",rotateY:180},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-163lso2\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"FSfidnEkd\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:35,intrinsicWidth:149,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+24+0),pixelHeight:35,pixelWidth:149,sizes:\"189px\",...toResponsiveImage(OpRiE_Xz2),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-88gi5r\",\"data-framer-name\":\"$1\",layoutDependency:layoutDependency,layoutId:\"Y6jw9bTtU\",...addPropertyOverrides({fFtQM0qvU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:35,intrinsicWidth:149,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+15+0),pixelHeight:35,pixelWidth:149,sizes:\"130px\",...toResponsiveImage(OpRiE_Xz2),...{positionX:\"center\",positionY:\"center\"}}},Rq57DGciB:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:35,intrinsicWidth:149,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+30+0),pixelHeight:35,pixelWidth:149,sizes:\"189px\",...toResponsiveImage(OpRiE_Xz2),...{positionX:\"center\",positionY:\"center\"}}},vasfG9Jx9:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:35,intrinsicWidth:149,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+25+0),pixelHeight:35,pixelWidth:149,sizes:\"189px\",...toResponsiveImage(OpRiE_Xz2),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tzw5ed\",\"data-styles-preset\":\"iT4xu_i7v\",children:\"HealthNext is dedicated to advancing personalized healthcare through innovative technology solutions. They leverage data-driven insights and advanced medical technologies to improve patient outcomes, streamline healthcare delivery, and empower individuals to take control of their health.\"})}),className:\"framer-tfk61e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x6DPNvBvW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:zxMnAXikb,variants:{fFtQM0qvU:{\"--extracted-r6o4lv\":\"var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, rgb(253, 255, 235))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fFtQM0qvU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10.5px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, rgb(253, 255, 235)))\"},children:\"HealthNext is dedicated to advancing personalized healthcare through innovative technology solutions. They leverage data-driven insights and advanced medical technologies to improve patient outcomes, streamline healthcare delivery, and empower individuals to take control of their health.\"})}),fonts:[\"FS;Montserrat-medium\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f46zm9\",\"data-styles-preset\":\"BGLn9Vxvh\",children:\"Investment Year\"})}),className:\"framer-phqcpu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lNuT2oXQt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rtLlK8Wf6,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f46zm9\",\"data-styles-preset\":\"BGLn9Vxvh\",children:\"Investment Year\"})}),className:\"framer-g7b01f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Sn07B87q4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LMUmJGBzF,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f46zm9\",\"data-styles-preset\":\"BGLn9Vxvh\",children:\"Investment Year\"})}),className:\"framer-1hrndpa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s9Nw2ZLZN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:D3cWIviny,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f46zm9\",\"data-styles-preset\":\"BGLn9Vxvh\",children:\"Investment Year\"})}),className:\"framer-dagbjg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TsJ8NzBT2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rtLlK8Wf6,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f46zm9\",\"data-styles-preset\":\"BGLn9Vxvh\",children:\"Investment Year\"})}),className:\"framer-1c7z0pa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Fyln_n1Lv\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LMUmJGBzF,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-f46zm9\",\"data-styles-preset\":\"BGLn9Vxvh\",children:\"Investment Year\"})}),className:\"framer-1xau8bl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xr08OUwL3\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:D3cWIviny,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1s3tszi\",\"data-styles-preset\":\"weAEI1SIw\",children:\"Investment Year\"})}),className:\"framer-1plw4a3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kBEV6rdQk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rtLlK8Wf6,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1s3tszi\",\"data-styles-preset\":\"weAEI1SIw\",children:\"Location\"})}),className:\"framer-1nqtgm5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HqnsQiTUd\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:LMUmJGBzF,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1s3tszi\",\"data-styles-preset\":\"weAEI1SIw\",children:\"URL\"})}),className:\"framer-1tjnn7c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sQipkquue\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:D3cWIviny,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||480)-0)*.5000000000000002-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||480)-0-0)*1/2)),pixelHeight:840,pixelWidth:1208,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(BypPoxMbo),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-wmssig\",\"data-framer-name\":\"Front\",layoutDependency:layoutDependency,layoutId:\"Nq9ICiQbO\",...addPropertyOverrides({fFtQM0qvU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*.5000000000000002-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-0)*1/2)),pixelHeight:840,pixelWidth:1208,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(BypPoxMbo),...{positionX:\"center\",positionY:\"center\"}}},u3U9RTpwH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*.5000000000000002-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-0)*1/2)),pixelHeight:840,pixelWidth:1208,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(BypPoxMbo),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8hVLC.framer-1jzp1kx, .framer-8hVLC .framer-1jzp1kx { display: block; }\",\".framer-8hVLC.framer-b51kcg { height: 480px; overflow: visible; position: relative; width: 400px; }\",\".framer-8hVLC .framer-1tdjhf5 { aspect-ratio: 0.8333333333333334 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 50%; overflow: visible; position: absolute; top: 0px; transform-style: preserve-3d; width: 100%; }\",\".framer-8hVLC .framer-2hifp6 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-8hVLC .framer-163lso2 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: flex-start; left: 0px; overflow: visible; padding: 24px; position: absolute; right: 0px; top: 0px; }\",\".framer-8hVLC .framer-88gi5r { flex: none; height: 81px; overflow: visible; position: relative; width: 189px; }\",\".framer-8hVLC .framer-tfk61e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-8hVLC .framer-phqcpu, .framer-8hVLC .framer-dagbjg { bottom: 65px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre-wrap; width: 340px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-8hVLC .framer-g7b01f, .framer-8hVLC .framer-1c7z0pa { bottom: 45px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre-wrap; width: 340px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-8hVLC .framer-1hrndpa, .framer-8hVLC .framer-1xau8bl { bottom: 25px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre-wrap; width: 340px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-8hVLC .framer-1plw4a3 { flex: none; height: auto; left: 18px; position: absolute; top: 83%; white-space: pre-wrap; width: 265px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-8hVLC .framer-1nqtgm5 { flex: none; height: auto; left: 18px; position: absolute; top: 88%; white-space: pre-wrap; width: 265px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-8hVLC .framer-1tjnn7c { flex: none; height: auto; left: 18px; position: absolute; top: 93%; white-space: pre-wrap; width: 265px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-8hVLC .framer-wmssig { backface-visibility: hidden; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hVLC .framer-163lso2 { gap: 0px; } .framer-8hVLC .framer-163lso2 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-8hVLC .framer-163lso2 > :first-child { margin-top: 0px; } .framer-8hVLC .framer-163lso2 > :last-child { margin-bottom: 0px; } }\",\".framer-8hVLC.framer-v-1cydm23.framer-b51kcg { text-decoration: none; }\",\".framer-8hVLC.framer-v-1cydm23 .framer-163lso2 { gap: 20px; padding: 30px 30px 25px 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hVLC.framer-v-1cydm23 .framer-163lso2 { gap: 0px; } .framer-8hVLC.framer-v-1cydm23 .framer-163lso2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-8hVLC.framer-v-1cydm23 .framer-163lso2 > :first-child { margin-top: 0px; } .framer-8hVLC.framer-v-1cydm23 .framer-163lso2 > :last-child { margin-bottom: 0px; } }\",\".framer-8hVLC.framer-v-1w187jh.framer-b51kcg, .framer-8hVLC.framer-v-1p4z0m4.framer-b51kcg { cursor: pointer; }\",\".framer-8hVLC.framer-v-1p4z0m4 .framer-163lso2 { gap: 20px; padding: 25px 32px 50px 32px; }\",\".framer-8hVLC.framer-v-1p4z0m4 .framer-88gi5r { height: 80px; order: 0; }\",\".framer-8hVLC.framer-v-1p4z0m4 .framer-tfk61e, .framer-8hVLC.framer-v-1agpoxr .framer-tfk61e { order: 1; }\",\".framer-8hVLC.framer-v-1p4z0m4 .framer-dagbjg { order: 5; }\",\".framer-8hVLC.framer-v-1p4z0m4 .framer-1c7z0pa { order: 6; }\",\".framer-8hVLC.framer-v-1p4z0m4 .framer-1xau8bl { order: 7; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hVLC.framer-v-1p4z0m4 .framer-163lso2 { gap: 0px; } .framer-8hVLC.framer-v-1p4z0m4 .framer-163lso2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-8hVLC.framer-v-1p4z0m4 .framer-163lso2 > :first-child { margin-top: 0px; } .framer-8hVLC.framer-v-1p4z0m4 .framer-163lso2 > :last-child { margin-bottom: 0px; } }\",\".framer-8hVLC.framer-v-ckgj95.framer-b51kcg, .framer-8hVLC.framer-v-1agpoxr.framer-b51kcg { cursor: pointer; height: 300px; width: 300px; }\",\".framer-8hVLC.framer-v-ckgj95 .framer-1tdjhf5, .framer-8hVLC.framer-v-1agpoxr .framer-1tdjhf5 { aspect-ratio: unset; bottom: 0px; left: 0px; right: 0px; width: unset; }\",\".framer-8hVLC.framer-v-1agpoxr .framer-163lso2 { gap: 10px; padding: 15px 18px 15px 18px; }\",\".framer-8hVLC.framer-v-1agpoxr .framer-88gi5r { height: 62px; order: 0; width: 130px; }\",\".framer-8hVLC.framer-v-1agpoxr .framer-1plw4a3 { order: 8; }\",\".framer-8hVLC.framer-v-1agpoxr .framer-1nqtgm5 { order: 9; }\",\".framer-8hVLC.framer-v-1agpoxr .framer-1tjnn7c { order: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8hVLC.framer-v-1agpoxr .framer-163lso2 { gap: 0px; } .framer-8hVLC.framer-v-1agpoxr .framer-163lso2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8hVLC.framer-v-1agpoxr .framer-163lso2 > :first-child { margin-top: 0px; } .framer-8hVLC.framer-v-1agpoxr .framer-163lso2 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 480\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Rq57DGciB\":{\"layout\":[\"fixed\",\"fixed\"]},\"Yb2QWUMKT\":{\"layout\":[\"fixed\",\"fixed\"]},\"vasfG9Jx9\":{\"layout\":[\"fixed\",\"fixed\"]},\"u3U9RTpwH\":{\"layout\":[\"fixed\",\"fixed\"]},\"fFtQM0qvU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"BypPoxMbo\":\"frontImage\",\"OpRiE_Xz2\":\"backLogo\",\"vLq7B2cxi\":\"desktopLink\",\"zxMnAXikb\":\"backText\",\"rtLlK8Wf6\":\"investmentYear\",\"LMUmJGBzF\":\"location\",\"D3cWIviny\":\"uRL\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLncbDKmWM=withCSS(Component,css,\"framer-8hVLC\");export default FramerLncbDKmWM;FramerLncbDKmWM.displayName=\"Card component\";FramerLncbDKmWM.defaultProps={height:480,width:400};addPropertyControls(FramerLncbDKmWM,{variant:{options:[\"UTk5Kjp0c\",\"Rq57DGciB\",\"Yb2QWUMKT\",\"vasfG9Jx9\",\"u3U9RTpwH\",\"fFtQM0qvU\"],optionTitles:[\"Desktop\",\"Desktop Back\",\"Tablet\",\"Tablet Back\",\"Mobile\",\"Mobile Back\"],title:\"Variant\",type:ControlType.Enum},BypPoxMbo:{__defaultAssetReference:\"data:framer/asset-reference,xUsV1XLnsWxkVYofAVZjGoDQw.png?originalFilename=GB+-+UI8+THUMBNAIL+%281%29.png&preferredSize=auto\",title:\"Front Image\",type:ControlType.ResponsiveImage},OpRiE_Xz2:{__defaultAssetReference:\"data:framer/asset-reference,n9uLDnDAtzYeQ8aH7C80pwEsLjY.svg?originalFilename=1.svg&preferredSize=auto\",title:\"Back Logo\",type:ControlType.ResponsiveImage},vLq7B2cxi:{title:\"Desktop Link\",type:ControlType.Link},zxMnAXikb:{defaultValue:\"HealthNext is dedicated to advancing personalized healthcare through innovative technology solutions. They leverage data-driven insights and advanced medical technologies to improve patient outcomes, streamline healthcare delivery, and empower individuals to take control of their health.\",displayTextArea:false,title:\"Back-text\",type:ControlType.String},rtLlK8Wf6:{defaultValue:\"Investment Year\",displayTextArea:false,title:\"Investment Year\",type:ControlType.String},LMUmJGBzF:{defaultValue:\"Location\",title:\"Location\",type:ControlType.String},D3cWIviny:{defaultValue:\"URL\",title:\"URL\",type:ControlType.String}});addFonts(FramerLncbDKmWM,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLncbDKmWM\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"480\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Rq57DGciB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Yb2QWUMKT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vasfG9Jx9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u3U9RTpwH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fFtQM0qvU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"BypPoxMbo\\\":\\\"frontImage\\\",\\\"OpRiE_Xz2\\\":\\\"backLogo\\\",\\\"vLq7B2cxi\\\":\\\"desktopLink\\\",\\\"zxMnAXikb\\\":\\\"backText\\\",\\\"rtLlK8Wf6\\\":\\\"investmentYear\\\",\\\"LMUmJGBzF\\\":\\\"location\\\",\\\"D3cWIviny\\\":\\\"uRL\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7f69244)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CardComponent from\"https://framerusercontent.com/modules/utsFXK8wovPWGhvf6wkY/sUkVNdUADCqJZYsMa4hq/LncbDKmWM.js\";import CTAWithArrow from\"https://framerusercontent.com/modules/0exJwAKX5O1MpbxsjPpz/6Eb250185YT3VVlr3W0x/nFeAXANvp.js\";const CardComponentFonts=getFonts(CardComponent);const CTAWithArrowFonts=getFonts(CTAWithArrow);const cycleOrder=[\"oXUVeaQls\",\"saNs9w_Mc\",\"RlnU2J0FP\"];const serializationHash=\"framer-BFKNS\";const variantClassNames={oXUVeaQls:\"framer-v-1gr4z5\",RlnU2J0FP:\"framer-v-pnvh3o\",saNs9w_Mc:\"framer-v-oej4q3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"oXUVeaQls\",Mobile:\"RlnU2J0FP\",Tablet:\"saNs9w_Mc\"};const getProps=({backLogo,backText,category,desktopLink,frontImage,height,id,investmentYear,location,tABLETMOBILELINK,tABLETMOBILELINKONOFF,title,uRL,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_humanReadableVariantMap_props_variant,_ref7,_ref8,_ref9;return{...props,DT00pk_im:(_ref=backLogo!==null&&backLogo!==void 0?backLogo:props.DT00pk_im)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/n9uLDnDAtzYeQ8aH7C80pwEsLjY.svg\"},eusc60biG:(_ref1=category!==null&&category!==void 0?category:props.eusc60biG)!==null&&_ref1!==void 0?_ref1:\"FRAMER DEVELOPMENT\",fzOtf6oWf:(_ref2=title!==null&&title!==void 0?title:props.fzOtf6oWf)!==null&&_ref2!==void 0?_ref2:\"GREEN BANK\",GkIkW7bqL:(_ref3=uRL!==null&&uRL!==void 0?uRL:props.GkIkW7bqL)!==null&&_ref3!==void 0?_ref3:\"URL\",JmuzXW7bo:(_ref4=frontImage!==null&&frontImage!==void 0?frontImage:props.JmuzXW7bo)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xUsV1XLnsWxkVYofAVZjGoDQw.png 1208w\"},nzOqrumVs:(_ref5=tABLETMOBILELINKONOFF!==null&&tABLETMOBILELINKONOFF!==void 0?tABLETMOBILELINKONOFF:props.nzOqrumVs)!==null&&_ref5!==void 0?_ref5:true,qHYXVly8U:(_ref6=investmentYear!==null&&investmentYear!==void 0?investmentYear:props.qHYXVly8U)!==null&&_ref6!==void 0?_ref6:\"Investment Year\",tc1iTezIl:desktopLink!==null&&desktopLink!==void 0?desktopLink:props.tc1iTezIl,variant:(_ref7=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref7!==void 0?_ref7:\"oXUVeaQls\",W0U3EAKt8:(_ref8=backText!==null&&backText!==void 0?backText:props.W0U3EAKt8)!==null&&_ref8!==void 0?_ref8:\"HealthNext is dedicated to advancing personalized healthcare through innovative technology solutions. They leverage data-driven insights and advanced medical technologies to improve patient outcomes, streamline healthcare delivery, and empower individuals to take control of their health.\",WXcgoAkwz:(_ref9=location!==null&&location!==void 0?location:props.WXcgoAkwz)!==null&&_ref9!==void 0?_ref9:\"Location\",ZjWmZ1EG8:tABLETMOBILELINK!==null&&tABLETMOBILELINK!==void 0?tABLETMOBILELINK:props.ZjWmZ1EG8};};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,fzOtf6oWf,eusc60biG,JmuzXW7bo,DT00pk_im,W0U3EAKt8,tc1iTezIl,ZjWmZ1EG8,nzOqrumVs,qHYXVly8U,WXcgoAkwz,GkIkW7bqL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oXUVeaQls\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gr4z5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"oXUVeaQls\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({RlnU2J0FP:{\"data-framer-name\":\"Mobile\"},saNs9w_Mc:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||592)-0-856)/2+0+0),...addPropertyOverrides({RlnU2J0FP:{height:Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||367)-0-125.6)/1)*1,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||367)-0-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||367)-0-125.6)/1)*1+109.6+16))/2+0+0)},saNs9w_Mc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-864)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-thoumr-container\",layoutDependency:layoutDependency,layoutId:\"jrMxKV3eY-container\",children:/*#__PURE__*/_jsx(CardComponent,{BypPoxMbo:toResponsiveImage(JmuzXW7bo),D3cWIviny:GkIkW7bqL,height:\"100%\",id:\"jrMxKV3eY\",layoutId:\"jrMxKV3eY\",LMUmJGBzF:WXcgoAkwz,OpRiE_Xz2:toResponsiveImage(DT00pk_im),rtLlK8Wf6:qHYXVly8U,style:{width:\"100%\"},variant:\"UTk5Kjp0c\",vLq7B2cxi:tc1iTezIl,width:\"100%\",zxMnAXikb:W0U3EAKt8,...addPropertyOverrides({RlnU2J0FP:{style:{height:\"100%\",width:\"100%\"},variant:\"u3U9RTpwH\"},saNs9w_Mc:{variant:\"Yb2QWUMKT\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12aqu6w\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"BIPf4uJ9N\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7q50hj\",layoutDependency:layoutDependency,layoutId:\"ovkfgTPJr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd21413-3b0a-4089-8680-3ad190177b47, rgb(247, 119, 0)))\",\"--framer-text-transform\":\"uppercase\"},children:\"GREEN BANK\"})}),className:\"framer-1156th6\",fonts:[\"FS;Montserrat-bold\"],layoutDependency:layoutDependency,layoutId:\"UUrreB8gM\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd21413-3b0a-4089-8680-3ad190177b47, rgb(247, 119, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fzOtf6oWf,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({RlnU2J0FP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd21413-3b0a-4089-8680-3ad190177b47, rgb(247, 119, 0)))\",\"--framer-text-transform\":\"uppercase\"},children:\"GREEN BANK\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55)))\"},children:\"FRAMER DEVELOPMENT\"})}),className:\"framer-7hqmbw\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"JCShXR9ju\",style:{\"--extracted-r6o4lv\":\"var(--token-0a63c4d8-b19d-4ecb-ad6d-7057c7d71a78, rgb(29, 40, 55))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:eusc60biG,verticalAlignment:\"top\",withExternalLayout:true}),nzOqrumVs&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||592)-0-856)/2+480+16)+0+0+324,...addPropertyOverrides({RlnU2J0FP:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||367)-0-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||367)-0-125.6)/1)*1+109.6+16))/2+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||367)-0-125.6)/1)*1+16)+0+0+73.6},saNs9w_Mc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-864)/2+480+16)+0+0+332}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-matqo7-container\",layoutDependency:layoutDependency,layoutId:\"wSsLTGeob-container\",children:/*#__PURE__*/_jsx(CTAWithArrow,{d0RnwOh0n:22,DglryK2Vg:2,height:\"100%\",HiK0a0CMz:20,id:\"wSsLTGeob\",layoutId:\"wSsLTGeob\",M93YAfyS5:\"text\",nSJFQ8aA6:\"VISIT WEBSITE\",s70uMG0A2:\"rgb(253, 255, 236)\",Sc5d7wzia:ZjWmZ1EG8,variant:\"ixQcYUBgx\",width:\"100%\",wvtKJ9rWs:\"CTA\",...addPropertyOverrides({RlnU2J0FP:{HiK0a0CMz:16}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BFKNS.framer-1ll80vd, .framer-BFKNS .framer-1ll80vd { display: block; }\",\".framer-BFKNS.framer-1gr4z5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-BFKNS .framer-thoumr-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BFKNS .framer-12aqu6w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BFKNS .framer-7q50hj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BFKNS .framer-1156th6, .framer-BFKNS .framer-7hqmbw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 400px; word-break: break-word; word-wrap: break-word; }\",\".framer-BFKNS .framer-matqo7-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BFKNS.framer-1gr4z5, .framer-BFKNS .framer-12aqu6w, .framer-BFKNS .framer-7q50hj { gap: 0px; } .framer-BFKNS.framer-1gr4z5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BFKNS.framer-1gr4z5 > :first-child, .framer-BFKNS .framer-7q50hj > :first-child { margin-top: 0px; } .framer-BFKNS.framer-1gr4z5 > :last-child, .framer-BFKNS .framer-7q50hj > :last-child { margin-bottom: 0px; } .framer-BFKNS .framer-12aqu6w > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-BFKNS .framer-12aqu6w > :first-child { margin-left: 0px; } .framer-BFKNS .framer-12aqu6w > :last-child { margin-right: 0px; } .framer-BFKNS .framer-7q50hj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-BFKNS.framer-v-oej4q3 .framer-12aqu6w { gap: 2px; }\",\".framer-BFKNS.framer-v-oej4q3 .framer-7q50hj { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BFKNS.framer-v-oej4q3 .framer-12aqu6w, .framer-BFKNS.framer-v-oej4q3 .framer-7q50hj { gap: 0px; } .framer-BFKNS.framer-v-oej4q3 .framer-12aqu6w > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-BFKNS.framer-v-oej4q3 .framer-12aqu6w > :first-child { margin-left: 0px; } .framer-BFKNS.framer-v-oej4q3 .framer-12aqu6w > :last-child { margin-right: 0px; } .framer-BFKNS.framer-v-oej4q3 .framer-7q50hj > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-BFKNS.framer-v-oej4q3 .framer-7q50hj > :first-child { margin-top: 0px; } .framer-BFKNS.framer-v-oej4q3 .framer-7q50hj > :last-child { margin-bottom: 0px; } }\",\".framer-BFKNS.framer-v-pnvh3o.framer-1gr4z5 { height: 367px; width: 300px; }\",\".framer-BFKNS.framer-v-pnvh3o .framer-thoumr-container { flex: 1 0 0px; height: 1px; }\",\".framer-BFKNS.framer-v-pnvh3o .framer-12aqu6w { gap: 0px; width: 100%; }\",\".framer-BFKNS.framer-v-pnvh3o .framer-7q50hj { flex: 1 0 0px; gap: 2px; width: 1px; }\",\".framer-BFKNS.framer-v-pnvh3o .framer-1156th6, .framer-BFKNS.framer-v-pnvh3o .framer-7hqmbw { white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BFKNS.framer-v-pnvh3o .framer-12aqu6w, .framer-BFKNS.framer-v-pnvh3o .framer-7q50hj { gap: 0px; } .framer-BFKNS.framer-v-pnvh3o .framer-12aqu6w > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BFKNS.framer-v-pnvh3o .framer-12aqu6w > :first-child { margin-left: 0px; } .framer-BFKNS.framer-v-pnvh3o .framer-12aqu6w > :last-child { margin-right: 0px; } .framer-BFKNS.framer-v-pnvh3o .framer-7q50hj > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-BFKNS.framer-v-pnvh3o .framer-7q50hj > :first-child { margin-top: 0px; } .framer-BFKNS.framer-v-pnvh3o .framer-7q50hj > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 592\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"saNs9w_Mc\":{\"layout\":[\"fixed\",\"auto\"]},\"RlnU2J0FP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"fzOtf6oWf\":\"title\",\"eusc60biG\":\"category\",\"JmuzXW7bo\":\"frontImage\",\"DT00pk_im\":\"backLogo\",\"W0U3EAKt8\":\"backText\",\"tc1iTezIl\":\"desktopLink\",\"ZjWmZ1EG8\":\"tABLETMOBILELINK\",\"nzOqrumVs\":\"tABLETMOBILELINKONOFF\",\"qHYXVly8U\":\"investmentYear\",\"WXcgoAkwz\":\"location\",\"GkIkW7bqL\":\"uRL\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruIrGCuu2K=withCSS(Component,css,\"framer-BFKNS\");export default FrameruIrGCuu2K;FrameruIrGCuu2K.displayName=\"Work Card\";FrameruIrGCuu2K.defaultProps={height:592,width:400};addPropertyControls(FrameruIrGCuu2K,{variant:{options:[\"oXUVeaQls\",\"saNs9w_Mc\",\"RlnU2J0FP\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},fzOtf6oWf:{defaultValue:\"GREEN BANK\",description:\"\",displayTextArea:false,title:\"Title\",type:ControlType.String},eusc60biG:{defaultValue:\"FRAMER DEVELOPMENT\",description:\"\",displayTextArea:false,title:\"Category\",type:ControlType.String},JmuzXW7bo:{__defaultAssetReference:\"data:framer/asset-reference,xUsV1XLnsWxkVYofAVZjGoDQw.png?originalFilename=GB+-+UI8+THUMBNAIL+%281%29.png&preferredSize=auto\",title:\"Front Image\",type:ControlType.ResponsiveImage},DT00pk_im:{__defaultAssetReference:\"data:framer/asset-reference,n9uLDnDAtzYeQ8aH7C80pwEsLjY.svg?originalFilename=1.svg&preferredSize=auto\",title:\"Back Logo\",type:ControlType.ResponsiveImage},W0U3EAKt8:{defaultValue:\"HealthNext is dedicated to advancing personalized healthcare through innovative technology solutions. They leverage data-driven insights and advanced medical technologies to improve patient outcomes, streamline healthcare delivery, and empower individuals to take control of their health.\",displayTextArea:false,title:\"Back Text\",type:ControlType.String},tc1iTezIl:{title:\"Desktop Link\",type:ControlType.Link},ZjWmZ1EG8:{title:\"TABLET/MOBILE LINK\",type:ControlType.Link},nzOqrumVs:{defaultValue:true,description:\"Off this in primary card (desktop) \",title:\"TABLET/MOBILE LINK ON/OFF\",type:ControlType.Boolean},qHYXVly8U:{defaultValue:\"Investment Year\",displayTextArea:false,placeholder:\"\",title:\"Investment Year\",type:ControlType.String},WXcgoAkwz:{defaultValue:\"Location\",title:\"Location\",type:ControlType.String},GkIkW7bqL:{defaultValue:\"URL\",title:\"URL\",type:ControlType.String}});addFonts(FrameruIrGCuu2K,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...CardComponentFonts,...CTAWithArrowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruIrGCuu2K\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"fzOtf6oWf\\\":\\\"title\\\",\\\"eusc60biG\\\":\\\"category\\\",\\\"JmuzXW7bo\\\":\\\"frontImage\\\",\\\"DT00pk_im\\\":\\\"backLogo\\\",\\\"W0U3EAKt8\\\":\\\"backText\\\",\\\"tc1iTezIl\\\":\\\"desktopLink\\\",\\\"ZjWmZ1EG8\\\":\\\"tABLETMOBILELINK\\\",\\\"nzOqrumVs\\\":\\\"tABLETMOBILELINKONOFF\\\",\\\"qHYXVly8U\\\":\\\"investmentYear\\\",\\\"WXcgoAkwz\\\":\\\"location\\\",\\\"GkIkW7bqL\\\":\\\"uRL\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"592\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"saNs9w_Mc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RlnU2J0FP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-regular\",\"FS;Montserrat-medium\",\"FS;Montserrat-bold italic\",\"FS;Montserrat-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WVRVHC26IF7VQKSULH6U5DSAGCYOIAQ7/CPARYH2DVA55XB4ZSTA7WTMPVZAVMNA5/BOBO2BRVXZQHPXSPDS5WN3IZQ5SL56OZ.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CC6FT7O535LIU5P34T6V2W7R57LGKSDT/KUZZS4REMM64PV6S4GGM77HZQUVJPYU2/3ZPIFBJ6EZFOZSYT4ISIO7DHQQODA5IR.woff2\",weight:\"400\"}]}];export const css=['.framer-I8imL .framer-styles-preset-gy7nzl:not(.rich-text-wrapper), .framer-I8imL .framer-styles-preset-gy7nzl.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 500; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, #fdffeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-I8imL .framer-styles-preset-gy7nzl:not(.rich-text-wrapper), .framer-I8imL .framer-styles-preset-gy7nzl.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 500; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, #fdffeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-I8imL .framer-styles-preset-gy7nzl:not(.rich-text-wrapper), .framer-I8imL .framer-styles-preset-gy7nzl.rich-text-wrapper h2 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 500; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, #fdffeb); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-I8imL\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7f69244)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Grain from\"https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/QT1T2E8wheNIIXpHephB/Smooth_Scroll.js\";import CustomCursor from\"#framer/local/canvasComponent/chwCmeuk7/chwCmeuk7.js\";import HeroBackground from\"#framer/local/canvasComponent/DlhlW_QA4/DlhlW_QA4.js\";import NavMenuOverlay from\"#framer/local/canvasComponent/FJgpS8PFT/FJgpS8PFT.js\";import Nav from\"#framer/local/canvasComponent/FJJw53xQx/FJJw53xQx.js\";import Footer from\"#framer/local/canvasComponent/GV18L6UvA/GV18L6UvA.js\";import Wordbyword from\"#framer/local/canvasComponent/l1fFd8Tsm/l1fFd8Tsm.js\";import CTAWithArrow from\"#framer/local/canvasComponent/nFeAXANvp/nFeAXANvp.js\";import WorkCard from\"#framer/local/canvasComponent/uIrGCuu2K/uIrGCuu2K.js\";import*as sharedStyle from\"#framer/local/css/DlBvnsAzu/DlBvnsAzu.js\";import*as sharedStyle1 from\"#framer/local/css/K3xDwprNG/K3xDwprNG.js\";import*as sharedStyle2 from\"#framer/local/css/kGtwZOuiM/kGtwZOuiM.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavFonts=getFonts(Nav);const NavMenuOverlayFonts=getFonts(NavMenuOverlay);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const HeroBackgroundFonts=getFonts(HeroBackground);const GrainFonts=getFonts(Grain);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const CTAWithArrowFonts=getFonts(CTAWithArrow);const ContainerWithFX=withFX(Container);const WordbywordFonts=getFonts(Wordbyword);const WordbywordWithVariantAppearEffect=withVariantAppearEffect(Wordbyword);const WorkCardFonts=getFonts(WorkCard);const FooterFonts=getFonts(Footer);const CustomCursorFonts=getFonts(CustomCursor);const breakpoints={jDv4wdeCJ:\"(max-width: 809px)\",Vvrg0vt42:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ow21e\";const variantClassNames={jDv4wdeCJ:\"framer-v-1xtx0rj\",Vvrg0vt42:\"framer-v-l292jv\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition2={damping:60,delay:.2,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={damping:40,delay:.075,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation2,startDelay:.2,tokenization:\"line\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const textEffect1={effect:animation2,threshold:.5,tokenization:\"word\",transition:transition3,trigger:\"onInView\",type:\"appear\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition4={damping:60,delay:.4,mass:1,stiffness:300,type:\"spring\"};const transition5={damping:60,delay:0,mass:1,stiffness:1e3,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition6={damping:30,delay:0,mass:1,stiffness:300,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"jDv4wdeCJ\",Tablet:\"Vvrg0vt42\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const cursor={alignment:\"start\",component:CustomCursor,offset:{x:-16,y:-16},placement:\"bottom\",transition:transition1,variant:\"DfPkaZnK7\"};const cursor1={alignment:\"start\",component:CustomCursor,offset:{x:-16,y:-16},placement:\"bottom\",transition:transition1,variant:\"eqZp76gXK\"};const cursor2={alignment:\"center\",component:CustomCursor,offset:{x:0,y:0},placement:\"bottom\",transition:transition5,variant:\"adpFuTQWU\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-ow21e`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-ow21e`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Fv5UOj18qwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const elementId=useRouteElementId(\"oYWByI0sC\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"BD2cR1SRi\");const ref3=React.useRef(null);const router=useRouter();const elementId2=useRouteElementId(\"qBfGeUzeP\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"jDv4wdeCJ\")return false;return true;};const elementId3=useRouteElementId(\"UicUx4DDH\");const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const elementId4=useRouteElementId(\"PLdQwo7H6\");const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"jDv4wdeCJ\")return true;return false;};const elementId5=useRouteElementId(\"OykxcoYn1\");const elementId6=useRouteElementId(\"CezsL8vWc\");const ref11=React.useRef(null);const elementId7=useRouteElementId(\"DaygtxeDK\");const elementId8=useRouteElementId(\"ZScn4gPN5\");const elementId9=useRouteElementId(\"njFg_ykdo\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({\"1kcy6p0\":cursor2,\"9cur3p\":cursor1,iw0vhu:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{\"data-framer-cursor\":undefined},Vvrg0vt42:{\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"iw0vhu\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-foun8u-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"IvmHhEgzx\",intensity:20,layoutId:\"IvmHhEgzx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1xjyvwg-container\",\"data-framer-appear-id\":\"1xjyvwg\",id:\"1xjyvwg\",initial:animation1,layoutScroll:true,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{HIYY8w9it:\"12px 16px 12px 16px\",variant:overlay.visible?\"LifHp_UdQ\":\"jicZJ82cQ\"},Vvrg0vt42:{HIYY8w9it:\"20px 40px 20px 40px\"}},children:/*#__PURE__*/_jsx(Nav,{Fv5UOj18q:Fv5UOj18qwelu7j({overlay}),height:\"100%\",HIYY8w9it:\"20px 50px 20px 50px\",id:\"guM9Zf6qF\",layoutId:\"guM9Zf6qF\",style:{width:\"100%\"},variant:overlay.visible?\"aRxHp9B_1\":\"usrnSyVCX\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-prjyfz\",\"data-framer-portal-id\":\"1xjyvwg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"us0FRQ7OW\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cv0cjy-container\",\"data-framer-cursor\":\"9cur3p\",\"data-framer-portal-id\":\"1xjyvwg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{variant:\"PqeIyB92X\"},Vvrg0vt42:{variant:\"EW2aLBLri\"}},children:/*#__PURE__*/_jsx(NavMenuOverlay,{height:\"100%\",id:\"aOgX58ECj\",layoutId:\"aOgX58ECj\",style:{height:\"100%\",width:\"100%\"},variant:\"uiHjTCvQW\",vFLr6XZMs:\"hgQlxdFpY\",width:\"100%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16si6v7\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ggewgb\",\"data-framer-name\":\"Hero-section\",name:\"Hero-section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8spx7h\",\"data-framer-name\":\"Hero-Content\",name:\"Hero-Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lzu352\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g4z1jq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-765czt\",\"data-styles-preset\":\"DlBvnsAzu\",children:[\"STAND OUT \",/*#__PURE__*/_jsx(\"br\",{}),\"FROM THE CROWD\"]})}),className:\"framer-1tsaqwn\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s80d2l-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{variant:\"yZ3oEzXqC\"}},children:/*#__PURE__*/_jsx(HeroBackground,{height:\"100%\",id:\"PSjfqj2dG\",layoutId:\"PSjfqj2dG\",style:{height:\"100%\",width:\"100%\"},variant:\"igojVjuaa\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14vi4n3\",\"data-framer-name\":\"Projects\",id:elementId,name:\"Projects\",ref:ref2,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:90,__perspectiveFX:false,__targetOpacity:1,className:\"framer-huz5fu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1180),pixelHeight:2303,pixelWidth:3500,sizes:\"calc(100vw + 136px)\",src:\"https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg\",srcSet:\"https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg 3500w\"}},Vvrg0vt42:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1180),pixelHeight:2303,pixelWidth:3500,sizes:\"calc(100vw + 136px)\",src:\"https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg\",srcSet:\"https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg 3500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1152),pixelHeight:2303,pixelWidth:3500,sizes:\"calc(100vw - 1px)\",src:\"https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg\",srcSet:\"https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/66jbpKVNXdHSiXeFo05P7qvGxIs.jpg 3500w\"},className:\"framer-6b0jh9\",\"data-framer-name\":\"Images\",name:\"Images\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ecqn37\",\"data-framer-name\":\"Black\",name:\"Black\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f0lzak-container\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"waOMTCl84\",layoutId:\"waOMTCl84\",opacity:.1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wh9kny\",\"data-framer-name\":\"About Me Container\",id:elementId1,name:\"About Me Container\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1di66y7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1abt4ug\",\"data-styles-preset\":\"K3xDwprNG\",children:\"We offer flexible, long-term capital to visionary entrepreneurs\"})}),className:\"framer-wsu4eg\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-gy7nzl\",\"data-styles-preset\":\"kGtwZOuiM\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Amrock invests across a range of industries, from early-lifecycle companies to the scale-up stage. We deploy capital through direct investments and partner with venture funds.\"})})}),className:\"framer-65akvn\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hePdh1zmJ\"},implicitPathVariables:undefined},{href:{webPageId:\"hePdh1zmJ\"},implicitPathVariables:undefined},{href:{webPageId:\"hePdh1zmJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{y:1756.3999999999999},Vvrg0vt42:{y:1762.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:1781.3999999999999,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9wvu2a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{d0RnwOh0n:32,DglryK2Vg:18,Sc5d7wzia:resolvedLinks[2],variant:\"tWE2NNqZw\"},Vvrg0vt42:{d0RnwOh0n:20,Sc5d7wzia:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(CTAWithArrow,{d0RnwOh0n:22,DglryK2Vg:16,height:\"100%\",HiK0a0CMz:20,id:\"B65Mfhyd9\",layoutId:\"B65Mfhyd9\",M93YAfyS5:\"text\",nSJFQ8aA6:\"CTA\",s70uMG0A2:\"rgb(253, 255, 236)\",Sc5d7wzia:resolvedLinks[0],variant:\"Yx7qk3VO2\",width:\"100%\",wvtKJ9rWs:\"OUR PERSPECTIVE\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1re3j9i\",\"data-framer-name\":\"Work\",id:elementId2,name:\"Work\",ref:ref4,children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-q2b0gp hidden-1xtx0rj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Vvrg0vt42:{height:192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"max(100vw - 80px, 1px)\",y:2320,children:/*#__PURE__*/_jsx(Container,{className:\"framer-esrpmo-container\",id:elementId3,ref:ref10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Vvrg0vt42:{__framer__targets:[{ref:ref5,target:\"V9dkl9lyQ\"},{offset:50,ref:ref6,target:\"tzE8uFJr4\"},{offset:50,ref:ref7,target:\"uNov2qv72\"},{offset:50,ref:ref8,target:\"pQdFEfRPl\"},{offset:-50,ref:ref9,target:\"CS6fZrCMS\"}],style:{width:\"100%\"},variant:\"V9dkl9lyQ\"}},children:/*#__PURE__*/_jsx(WordbywordWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"A51LcxgH1\"},{offset:50,ref:ref6,target:\"OnOA3WOpB\"},{offset:50,ref:ref7,target:\"ex0pL52rr\"},{offset:50,ref:ref8,target:\"f9_c7rM01\"},{offset:-50,ref:ref9,target:\"D8iCTEJMd\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"UicUx4DDH\",layoutId:\"UicUx4DDH\",style:{height:\"100%\",width:\"100%\"},variant:\"A51LcxgH1\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yfziec\",\"data-framer-name\":\"Work Cards Container\",name:\"Work Cards Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-galt1t\",\"data-framer-name\":\"Container 1\",id:elementId4,name:\"Container 1\",ref:ref5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{width:\"max(100vw - 32px, 1px)\",y:2492},Vvrg0vt42:{y:2642}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:592,y:2550,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined},Vvrg0vt42:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1toiyn4-container\",\"data-framer-cursor\":\"1kcy6p0\",\"data-framer-name\":\"Work Card 1\",name:\"Work Card 1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{nzOqrumVs:true,style:{width:\"100%\"},variant:\"RlnU2J0FP\"},Vvrg0vt42:{nzOqrumVs:true,variant:\"saNs9w_Mc\"}},children:/*#__PURE__*/_jsx(WorkCard,{DT00pk_im:addImageAlt({src:\"https://framerusercontent.com/images/rmzlhONjlLgDFoRPj5RWdWAZKFQ.png\",srcSet:\"https://framerusercontent.com/images/rmzlhONjlLgDFoRPj5RWdWAZKFQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rmzlhONjlLgDFoRPj5RWdWAZKFQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rmzlhONjlLgDFoRPj5RWdWAZKFQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/rmzlhONjlLgDFoRPj5RWdWAZKFQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/rmzlhONjlLgDFoRPj5RWdWAZKFQ.png 8000w\"},\"\"),eusc60biG:\"FITNESS\",fzOtf6oWf:\"Kabata\",GkIkW7bqL:\"kabatafitness.com\",height:\"100%\",id:\"PVi5ddocz\",JmuzXW7bo:addImageAlt({src:\"https://framerusercontent.com/images/JfRQzqQn5APrBm3VnFDeGj8NP4.png\",srcSet:\"https://framerusercontent.com/images/JfRQzqQn5APrBm3VnFDeGj8NP4.png?scale-down-to=1024 784w,https://framerusercontent.com/images/JfRQzqQn5APrBm3VnFDeGj8NP4.png 984w\"},\"\"),layoutId:\"PVi5ddocz\",name:\"Work Card 1\",nzOqrumVs:false,qHYXVly8U:\"Investment Year: 2023\",tc1iTezIl:\"https://www.kabatafitness.com/\",variant:\"oXUVeaQls\",W0U3EAKt8:\"Kabata is building the first social, immersive fitness platform using AI-powered, haptic dumbbells.\",width:\"100%\",WXcgoAkwz:\"Location: US\",ZjWmZ1EG8:\"https://www.kabatafitness.com/\"})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{height:192,width:\"calc(100vw - 32px)\",y:2240}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-exai9t-container hidden-72rtr7 hidden-l292jv\",children:/*#__PURE__*/_jsx(Wordbyword,{height:\"100%\",id:\"wrYMdt2r8\",layoutId:\"wrYMdt2r8\",style:{width:\"100%\"},variant:\"qnJ1Hlalw\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{height:192,width:\"calc(100vw - 32px)\",y:3144}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i4g5ua-container hidden-72rtr7 hidden-l292jv\",children:/*#__PURE__*/_jsx(Wordbyword,{height:\"100%\",id:\"Ja6TWpYGc\",layoutId:\"Ja6TWpYGc\",style:{width:\"100%\"},variant:\"GkoL6lYlk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a4mvcl\",\"data-framer-name\":\"Container 2\",id:elementId5,name:\"Container 2\",ref:ref6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{width:\"max(100vw - 32px, 1px)\",y:3396},Vvrg0vt42:{y:3404}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:592,width:\"400px\",y:3312,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined},Vvrg0vt42:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-ur7ngn-container\",\"data-framer-cursor\":\"1kcy6p0\",id:elementId6,ref:ref11,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{nzOqrumVs:true,variant:\"RlnU2J0FP\"},Vvrg0vt42:{nzOqrumVs:true,variant:\"saNs9w_Mc\"}},children:/*#__PURE__*/_jsx(WorkCard,{DT00pk_im:addImageAlt({src:\"https://framerusercontent.com/images/M9lN9W0WGglNe8AiUoWywtSwjYs.png\",srcSet:\"https://framerusercontent.com/images/M9lN9W0WGglNe8AiUoWywtSwjYs.png?scale-down-to=512 512w,https://framerusercontent.com/images/M9lN9W0WGglNe8AiUoWywtSwjYs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M9lN9W0WGglNe8AiUoWywtSwjYs.png 1200w\"},\"\"),eusc60biG:\"INNOVATION\",fzOtf6oWf:\"Decorte\",GkIkW7bqL:\"decorte.co.uk\",height:\"100%\",id:\"CezsL8vWc\",JmuzXW7bo:addImageAlt({src:\"https://framerusercontent.com/images/bOANnQGxQNRNmNSIpaqZ3Hsl1U.jpg\",srcSet:\"https://framerusercontent.com/images/bOANnQGxQNRNmNSIpaqZ3Hsl1U.jpg?scale-down-to=1024 879w,https://framerusercontent.com/images/bOANnQGxQNRNmNSIpaqZ3Hsl1U.jpg 1456w\"},\"\"),layoutId:\"CezsL8vWc\",nzOqrumVs:false,qHYXVly8U:\"Investment Year: 2022\",style:{width:\"100%\"},tc1iTezIl:\"https://decorte.co.uk/\",variant:\"oXUVeaQls\",W0U3EAKt8:\"Decorte is building the world\u2019s first AI engine extracting health data from sound using SoNUS. Their technology using Machine Learning algorithms is ground-breaking and opens various commercial avenues.\",width:\"100%\",WXcgoAkwz:\"Location: UK\",ZjWmZ1EG8:\"https://decorte.co.uk/\"})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{height:192,width:\"calc(100vw - 32px)\",y:4048}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1abg0da-container hidden-72rtr7 hidden-l292jv\",children:/*#__PURE__*/_jsx(Wordbyword,{height:\"100%\",id:\"ZNIeg3Bkj\",layoutId:\"ZNIeg3Bkj\",style:{width:\"100%\"},variant:\"ehO1EIvh8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1irqjtk\",\"data-framer-name\":\"Container 3\",id:elementId7,name:\"Container 3\",ref:ref7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{width:\"max(100vw - 32px, 1px)\",y:4300},Vvrg0vt42:{y:4166}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:592,width:\"400px\",y:4074,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined},Vvrg0vt42:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1nzd2f0-container\",\"data-framer-cursor\":\"1kcy6p0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{nzOqrumVs:true,variant:\"RlnU2J0FP\"},Vvrg0vt42:{nzOqrumVs:true,variant:\"saNs9w_Mc\"}},children:/*#__PURE__*/_jsx(WorkCard,{DT00pk_im:addImageAlt({src:\"https://framerusercontent.com/images/EEkBZz24Zj6tHWNOPFJNPEgzv0.png\",srcSet:\"https://framerusercontent.com/images/EEkBZz24Zj6tHWNOPFJNPEgzv0.png?scale-down-to=512 512w,https://framerusercontent.com/images/EEkBZz24Zj6tHWNOPFJNPEgzv0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EEkBZz24Zj6tHWNOPFJNPEgzv0.png 1688w\"},\"\"),eusc60biG:\"CLIMATE-TECH\",fzOtf6oWf:\"Sust Global\",GkIkW7bqL:\"sustglobal.com\",height:\"100%\",id:\"mzHovwl_p\",JmuzXW7bo:addImageAlt({src:\"https://framerusercontent.com/images/GjIHvpOh1ImJvMst36p3uWQ1lY.jpg\",srcSet:\"https://framerusercontent.com/images/GjIHvpOh1ImJvMst36p3uWQ1lY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GjIHvpOh1ImJvMst36p3uWQ1lY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GjIHvpOh1ImJvMst36p3uWQ1lY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GjIHvpOh1ImJvMst36p3uWQ1lY.jpg 2736w\"},\"\"),layoutId:\"mzHovwl_p\",nzOqrumVs:false,qHYXVly8U:\"Investment Year: 2023\",style:{width:\"100%\"},tc1iTezIl:\"https://www.sustglobal.com/\",variant:\"oXUVeaQls\",W0U3EAKt8:\"Sust Global is building geospatial AI solutions that will power their customers climate related strategy.\",width:\"100%\",WXcgoAkwz:\"Location: US & UK\",ZjWmZ1EG8:\"https://www.sustglobal.com/\"})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{height:192,width:\"calc(100vw - 32px)\",y:4952}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yxg62n-container hidden-72rtr7 hidden-l292jv\",children:/*#__PURE__*/_jsx(Wordbyword,{height:\"100%\",id:\"u6w589lLP\",layoutId:\"u6w589lLP\",style:{width:\"100%\"},variant:\"I4RUXI0zj\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z2nixv\",\"data-framer-name\":\"Container 4\",id:elementId8,name:\"Container 4\",ref:ref8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{width:\"max(100vw - 32px, 1px)\",y:5204},Vvrg0vt42:{y:4928}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:592,width:\"400px\",y:4836,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined},Vvrg0vt42:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,\"data-framer-cursor\":undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-1fa2wpq-container\",\"data-framer-cursor\":\"1kcy6p0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{nzOqrumVs:true,variant:\"RlnU2J0FP\"},Vvrg0vt42:{nzOqrumVs:true,variant:\"saNs9w_Mc\"}},children:/*#__PURE__*/_jsx(WorkCard,{DT00pk_im:addImageAlt({src:\"https://framerusercontent.com/images/bEMEzMcYuZZ5Ddqc9Z4OUFmo5oo.png\",srcSet:\"https://framerusercontent.com/images/bEMEzMcYuZZ5Ddqc9Z4OUFmo5oo.png?scale-down-to=512 512w,https://framerusercontent.com/images/bEMEzMcYuZZ5Ddqc9Z4OUFmo5oo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bEMEzMcYuZZ5Ddqc9Z4OUFmo5oo.png 1178w\"},\"\"),eusc60biG:\"WELLBEING\",fzOtf6oWf:\"GoJoe\",GkIkW7bqL:\"gojoe.com\",height:\"100%\",id:\"SnoOZElka\",JmuzXW7bo:addImageAlt({src:\"https://framerusercontent.com/images/anTcmA1g4HBpxqwJVp1XhRK2IY.jpg\",srcSet:\"https://framerusercontent.com/images/anTcmA1g4HBpxqwJVp1XhRK2IY.jpg?scale-down-to=1024 902w,https://framerusercontent.com/images/anTcmA1g4HBpxqwJVp1XhRK2IY.jpg 1000w\"},\"\"),layoutId:\"SnoOZElka\",nzOqrumVs:false,qHYXVly8U:\"Investment Year: 2024\",style:{width:\"100%\"},tc1iTezIl:\"https://www.gojoe.com/\",variant:\"oXUVeaQls\",W0U3EAKt8:\"GoJoe is here to fix the Corporate Wellness challenges that companies face. Their product boosts health by providing physical fitness activities while socialising with colleagues. The app has 40+ activity types and provides friendly competition while creating a strong sense of community.\",width:\"100%\",WXcgoAkwz:\"Location: UK\",ZjWmZ1EG8:\"https://www.gojoe.com/\"})})})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{height:100,width:\"358px\",y:5926}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2d9yd1-container hidden-72rtr7 hidden-l292jv\",children:/*#__PURE__*/_jsx(Wordbyword,{height:\"100%\",id:\"eFkXAqs3o\",layoutId:\"eFkXAqs3o\",style:{height:\"100%\",width:\"100%\"},variant:\"cZvf8vi8l\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-oohvkp hidden-1xtx0rj\",\"data-framer-name\":\"Helper Stack\",id:elementId9,name:\"Helper Stack\",ref:ref9})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f32gju\",\"data-framer-name\":\"Footer-spacer\",name:\"Footer-spacer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{width:\"100vw\",y:6066},Vvrg0vt42:{y:5980}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:540,width:\"max(100vw, 1px)\",y:5888,children:/*#__PURE__*/_jsx(Container,{className:\"framer-112l8dz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jDv4wdeCJ:{variant:\"LCQtJifgU\"},Vvrg0vt42:{variant:\"B8DUBVAM6\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"F8n2EhptB\",layoutId:\"F8n2EhptB\",style:{width:\"100%\"},variant:\"r2vN75zn_\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-ow21e { background: white; }`,\".framer-ow21e.framer-lux5qc, .framer-ow21e .framer-lux5qc { display: block; }\",\".framer-ow21e.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-ow21e .framer-foun8u-container, .framer-ow21e .framer-9wvu2a-container, .framer-ow21e .framer-1toiyn4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ow21e .framer-1xjyvwg-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",'.framer-ow21e .framer-prjyfz { background-color: var(--token-dd1cd27a-7f1c-4514-8fe9-85e1ecbdf122, #f77700) /* {\"name\":\"Primary Color\"} */; inset: 0px; position: fixed; user-select: none; z-index: 9; }',\".framer-ow21e .framer-1cv0cjy-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-ow21e .framer-16si6v7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-1ggewgb { align-content: center; align-items: center; background-color: var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, #fdffeb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-ow21e .framer-8spx7h { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-ow21e .framer-lzu352 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1050px; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-ow21e .framer-1g4z1jq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-1tsaqwn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ow21e .framer-s80d2l-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; z-index: 1; }\",\".framer-ow21e .framer-14vi4n3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 40px; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-huz5fu { background-color: rgba(5, 5, 5, 0.4); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-ow21e .framer-6b0jh9 { bottom: -11px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 1px; top: -48px; }\",\".framer-ow21e .framer-1ecqn37 { background-color: rgba(43, 42, 42, 0.42); bottom: -167px; flex: none; left: -192px; overflow: hidden; position: absolute; right: -192px; top: -167px; }\",\".framer-ow21e .framer-1f0lzak-container { flex: none; height: 100px; left: calc(50.00000000000002% - 1440px / 2); opacity: 0.35; position: absolute; top: calc(50.00000000000002% - 100px / 2); width: 1440px; }\",\".framer-ow21e .framer-wh9kny { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-1di66y7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-ow21e .framer-wsu4eg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-ow21e .framer-65akvn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ow21e .framer-1re3j9i { align-content: center; align-items: center; background-color: var(--token-82d29696-763e-4935-9d27-95dc59c06a6b, #fdffeb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 130px; height: min-content; justify-content: center; overflow: visible; padding: 120px 40px 50px 40px; pointer-events: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-q2b0gp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; mix-blend-mode: multiply; overflow: visible; padding: 0px; position: sticky; top: 240px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-ow21e .framer-esrpmo-container { flex: 1 0 0px; height: 100px; position: sticky; width: 1px; will-change: transform; }\",\".framer-ow21e .framer-yfziec { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 170px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-galt1t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-ow21e .framer-exai9t-container, .framer-ow21e .framer-1i4g5ua-container, .framer-ow21e .framer-1abg0da-container, .framer-ow21e .framer-yxg62n-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-a4mvcl, .framer-ow21e .framer-z2nixv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 40px 0px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-ow21e .framer-ur7ngn-container, .framer-ow21e .framer-1nzd2f0-container, .framer-ow21e .framer-1fa2wpq-container { flex: none; height: auto; position: relative; width: 400px; }\",\".framer-ow21e .framer-1irqjtk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 40px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-ow21e .framer-2d9yd1-container { flex: none; height: 100px; position: relative; width: 358px; z-index: 2; }\",\".framer-ow21e .framer-oohvkp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: 280px; justify-content: center; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 2; }\",\".framer-ow21e .framer-1f32gju { align-content: flex-end; align-items: flex-end; bottom: 1px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; width: 100%; will-change: transform; z-index: 1; }\",\".framer-ow21e .framer-112l8dz-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ow21e.framer-72rtr7, .framer-ow21e .framer-16si6v7, .framer-ow21e .framer-1ggewgb, .framer-ow21e .framer-8spx7h, .framer-ow21e .framer-lzu352, .framer-ow21e .framer-1g4z1jq, .framer-ow21e .framer-14vi4n3, .framer-ow21e .framer-wh9kny, .framer-ow21e .framer-1di66y7, .framer-ow21e .framer-1re3j9i, .framer-ow21e .framer-q2b0gp, .framer-ow21e .framer-yfziec, .framer-ow21e .framer-galt1t, .framer-ow21e .framer-a4mvcl, .framer-ow21e .framer-1irqjtk, .framer-ow21e .framer-z2nixv, .framer-ow21e .framer-oohvkp, .framer-ow21e .framer-1f32gju { gap: 0px; } .framer-ow21e.framer-72rtr7 > *, .framer-ow21e .framer-16si6v7 > *, .framer-ow21e .framer-14vi4n3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ow21e.framer-72rtr7 > :first-child, .framer-ow21e .framer-16si6v7 > :first-child, .framer-ow21e .framer-1ggewgb > :first-child, .framer-ow21e .framer-8spx7h > :first-child, .framer-ow21e .framer-lzu352 > :first-child, .framer-ow21e .framer-14vi4n3 > :first-child, .framer-ow21e .framer-wh9kny > :first-child, .framer-ow21e .framer-1di66y7 > :first-child, .framer-ow21e .framer-1re3j9i > :first-child, .framer-ow21e .framer-yfziec > :first-child, .framer-ow21e .framer-oohvkp > :first-child { margin-top: 0px; } .framer-ow21e.framer-72rtr7 > :last-child, .framer-ow21e .framer-16si6v7 > :last-child, .framer-ow21e .framer-1ggewgb > :last-child, .framer-ow21e .framer-8spx7h > :last-child, .framer-ow21e .framer-lzu352 > :last-child, .framer-ow21e .framer-14vi4n3 > :last-child, .framer-ow21e .framer-wh9kny > :last-child, .framer-ow21e .framer-1di66y7 > :last-child, .framer-ow21e .framer-1re3j9i > :last-child, .framer-ow21e .framer-yfziec > :last-child, .framer-ow21e .framer-oohvkp > :last-child { margin-bottom: 0px; } .framer-ow21e .framer-1ggewgb > *, .framer-ow21e .framer-8spx7h > *, .framer-ow21e .framer-lzu352 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ow21e .framer-1g4z1jq > *, .framer-ow21e .framer-q2b0gp > *, .framer-ow21e .framer-galt1t > *, .framer-ow21e .framer-a4mvcl > *, .framer-ow21e .framer-1irqjtk > *, .framer-ow21e .framer-z2nixv > *, .framer-ow21e .framer-1f32gju > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ow21e .framer-1g4z1jq > :first-child, .framer-ow21e .framer-q2b0gp > :first-child, .framer-ow21e .framer-galt1t > :first-child, .framer-ow21e .framer-a4mvcl > :first-child, .framer-ow21e .framer-1irqjtk > :first-child, .framer-ow21e .framer-z2nixv > :first-child, .framer-ow21e .framer-1f32gju > :first-child { margin-left: 0px; } .framer-ow21e .framer-1g4z1jq > :last-child, .framer-ow21e .framer-q2b0gp > :last-child, .framer-ow21e .framer-galt1t > :last-child, .framer-ow21e .framer-a4mvcl > :last-child, .framer-ow21e .framer-1irqjtk > :last-child, .framer-ow21e .framer-z2nixv > :last-child, .framer-ow21e .framer-1f32gju > :last-child { margin-right: 0px; } .framer-ow21e .framer-wh9kny > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-ow21e .framer-1di66y7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ow21e .framer-1re3j9i > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-ow21e .framer-yfziec > * { margin: 0px; margin-bottom: calc(170px / 2); margin-top: calc(170px / 2); } .framer-ow21e .framer-oohvkp > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-ow21e { background: white; } .framer-ow21e.framer-72rtr7 { width: 810px; } .framer-ow21e .framer-lzu352 { padding: 24px 40px 24px 40px; } .framer-ow21e .framer-14vi4n3 { padding: 0px 40px 0px 40px; } .framer-ow21e .framer-6b0jh9 { bottom: -20px; left: -68px; right: -68px; top: -20px; } .framer-ow21e .framer-wh9kny { gap: 32px; max-width: unset; } .framer-ow21e .framer-1di66y7 { width: 730px; } .framer-ow21e .framer-q2b0gp { top: 440px; } .framer-ow21e .framer-esrpmo-container { height: auto; } .framer-ow21e .framer-galt1t, .framer-ow21e .framer-a4mvcl, .framer-ow21e .framer-1irqjtk, .framer-ow21e .framer-z2nixv { padding: 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ow21e .framer-wh9kny { gap: 0px; } .framer-ow21e .framer-wh9kny > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ow21e .framer-wh9kny > :first-child { margin-top: 0px; } .framer-ow21e .framer-wh9kny > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-ow21e { background: white; } .framer-ow21e.framer-72rtr7 { width: 390px; } .framer-ow21e .framer-lzu352 { padding: 24px 16px 24px 16px; } .framer-ow21e .framer-14vi4n3 { padding: 0px 16px 0px 16px; } .framer-ow21e .framer-6b0jh9 { bottom: -20px; left: -68px; right: -68px; top: -20px; } .framer-ow21e .framer-wh9kny { gap: 36px; max-width: unset; } .framer-ow21e .framer-1di66y7 { gap: 16px; width: 100%; } .framer-ow21e .framer-1re3j9i { padding: 40px 16px 40px 16px; } .framer-ow21e .framer-yfziec { gap: 60px; max-width: unset; } .framer-ow21e .framer-galt1t { order: 1; padding: 0px; } .framer-ow21e .framer-1toiyn4-container, .framer-ow21e .framer-ur7ngn-container, .framer-ow21e .framer-1nzd2f0-container, .framer-ow21e .framer-1fa2wpq-container { flex: 1 0 0px; width: 1px; } .framer-ow21e .framer-exai9t-container { order: 0; } .framer-ow21e .framer-1i4g5ua-container { order: 2; } .framer-ow21e .framer-a4mvcl { order: 3; padding: 0px; } .framer-ow21e .framer-1abg0da-container { order: 4; } .framer-ow21e .framer-1irqjtk { order: 5; padding: 0px; } .framer-ow21e .framer-yxg62n-container { order: 6; } .framer-ow21e .framer-z2nixv { order: 7; padding: 0px; } .framer-ow21e .framer-1f32gju { flex-direction: column; } .framer-ow21e .framer-112l8dz-container { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ow21e .framer-wh9kny, .framer-ow21e .framer-1di66y7, .framer-ow21e .framer-yfziec, .framer-ow21e .framer-1f32gju { gap: 0px; } .framer-ow21e .framer-wh9kny > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-ow21e .framer-wh9kny > :first-child, .framer-ow21e .framer-1di66y7 > :first-child, .framer-ow21e .framer-yfziec > :first-child, .framer-ow21e .framer-1f32gju > :first-child { margin-top: 0px; } .framer-ow21e .framer-wh9kny > :last-child, .framer-ow21e .framer-1di66y7 > :last-child, .framer-ow21e .framer-yfziec > :last-child, .framer-ow21e .framer-1f32gju > :last-child { margin-bottom: 0px; } .framer-ow21e .framer-1di66y7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ow21e .framer-yfziec > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ow21e .framer-1f32gju > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5703\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Vvrg0vt42\":{\"layout\":[\"fixed\",\"auto\"]},\"jDv4wdeCJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-ow21e\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5703,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...SmoothScrollFonts,...NavFonts,...NavMenuOverlayFonts,...HeroBackgroundFonts,...GrainFonts,...CTAWithArrowFonts,...WordbywordFonts,...WorkCardFonts,...FooterFonts,...CustomCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"5703\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Vvrg0vt42\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jDv4wdeCJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "w/BAAyD,IAAMA,GAAW,CAAC,EAAEC,EAAEC,OAAO,EAAE,EAAEA,EAAE,EAAED,GAAG,GAAG,EAAEC,EAAE,EAAED,IAAI,EAAE,EAAEA,GAAG,EAAQC,GAAE,KAAWC,GAAE,GAAG,SAASC,GAAgB,EAAEH,EAAEI,EAAEC,EAAEC,EAAE,CAAC,IAAIC,EAAMC,EAAMC,EAAE,EAAE,GAAGD,EAAER,GAAGI,EAAEJ,GAAG,EAAEO,EAAER,GAAWS,EAAEH,EAAEC,CAAC,EAAE,EAAEC,EAAE,EAAEH,EAAEI,EAAER,EAAEQ,QAAQ,KAAK,IAAID,CAAC,EAAEN,IAAG,EAAEQ,EAAEP,IAAG,OAAOM,CAAC,CAAC,SAASE,GAAYV,EAAEC,EAAEC,EAAEE,EAAE,CAAC,GAAGJ,IAAIC,GAAGC,IAAIE,EAAE,OAAOO,GAAE,IAAMC,EAASC,GAAGV,GAAgBU,EAAE,EAAE,EAAEb,EAAEE,CAAC,EAAE,OAAOW,GAAOA,IAAJ,GAAWA,IAAJ,EAAMA,EAAEd,GAAWa,EAASC,CAAC,EAAEZ,EAAEG,CAAC,CAAC,CCApQ,IAAMU,GAAE,CAAC,KAAKC,GAAE,IAAI,GAAG,IAAI,CAAC,EAAE,UAAUA,GAAE,IAAI,EAAE,EAAE,CAAC,EAAE,cAAcA,GAAE,IAAI,EAAE,IAAI,CAAC,EAAE,WAAWA,GAAE,EAAE,EAAE,IAAI,CAAC,CAAC,ECA2d,SAASC,GAAOC,EAAEC,EAAE,CAAC,IAAIC,EAAE,CAAC,EAAE,QAAQC,KAAKH,EAAE,OAAO,UAAU,eAAe,KAAKA,EAAEG,CAAC,GAAGF,EAAE,QAAQE,CAAC,EAAE,IAAID,EAAEC,CAAC,EAAEH,EAAEG,CAAC,GAAG,GAASH,GAAN,MAAsB,OAAO,OAAO,uBAA3B,WAAiD,CAAC,IAAII,EAAE,EAAE,IAAID,EAAE,OAAO,sBAAsBH,CAAC,EAAEI,EAAED,EAAE,OAAOC,IAAIH,EAAE,QAAQE,EAAEC,CAAC,CAAC,EAAE,GAAG,OAAO,UAAU,qBAAqB,KAAKJ,EAAEG,EAAEC,CAAC,CAAC,IAAIF,EAAEC,EAAEC,CAAC,CAAC,EAAEJ,EAAEG,EAAEC,CAAC,CAAC,GAAG,OAAOF,CAAC,CCArkC,IAAIG,GAAE,CAAC,EAAE,OAAO,eAAeA,GAAE,aAAa,CAAC,MAAM,EAAI,CAAC,EAAEA,GAAE,QAAQ,UAAU,CAAC,EAAEA,GAAE,UAAU,UAAU,CAAC,EAAE,IAAMC,GAAED,GAAE,WAAWE,GAAEF,GAAE,QAAQG,GAAEH,GAAE,UCAlF,IAAMI,GAAE,EAAE,SAASC,GAAsB,EAAEC,EAAEC,EAAE,CAAC,IAAM,EAAE,KAAK,IAAID,EAAEF,GAAE,CAAC,EAAE,OAAOI,GAAED,EAAE,EAAE,CAAC,EAAED,EAAE,CAAC,CAAC,CAAC,IAAMA,GAAE,CAAC,UAAU,IAAI,QAAQ,GAAG,KAAK,CAAC,EAAQG,GAAiB,CAACC,EAAEJ,GAAE,UAAUK,EAAEL,GAAE,QAAQF,EAAEE,GAAE,OAAOK,GAAG,EAAE,KAAK,KAAKD,EAAEN,CAAC,GAAG,SAASQ,GAAiBF,EAAEC,EAAEP,EAAE,CAAC,OAAOM,EAAEC,GAAGP,GAAGO,GAAGD,EAAEC,GAAGP,GAAGO,CAAC,CAAC,IAAME,GAAO,CAAC,CAAC,UAAUH,EAAEJ,GAAE,UAAU,QAAQF,EAAEE,GAAE,QAAQ,KAAKC,EAAED,GAAE,KAAK,KAAK,EAAE,EAAE,GAAGQ,EAAE,EAAE,SAASC,EAAE,EAAE,UAAUC,EAAE,EAAE,aAAaC,EAAE,EAAE,EAAE,CAAC,IAAI,CAACF,EAAEA,EAAEL,GAAE,EAAEK,CAAC,EAAE,EAAE,IAAMG,EAAE,CAAC,KAAK,GAAM,iBAAiB,GAAM,QAAQ,EAAE,OAAOJ,CAAC,EAAQK,EAAEL,EAAE,EAAQM,EAAE,KAAK,KAAKV,EAAEH,CAAC,EAAE,IAAUc,EAAEZ,GAAiBC,EAAEN,EAAEG,CAAC,EAAMe,EAAE,GAAGD,EAAE,EAAE,CAAC,IAAMX,EAAEU,EAAE,KAAK,KAAK,EAAEC,EAAEA,CAAC,EAAEC,EAAEX,GAAGG,EAAE,KAAK,IAAI,CAACO,EAAED,EAAET,CAAC,IAAIU,EAAED,EAAED,EAAEJ,GAAGL,EAAE,KAAK,IAAIA,EAAEC,CAAC,EAAEQ,EAAE,KAAK,IAAIT,EAAEC,CAAC,QAAQW,EAAEZ,GAAGI,EAAE,KAAK,IAAI,CAACM,EAAEV,CAAC,GAAGS,GAAGC,EAAED,EAAEJ,GAAGL,GAAG,OAAOA,GAAG,CAACQ,EAAE,QAAQI,EAAEZ,CAAC,EAAE,IAAMC,EAAMD,IAAJ,EAAMK,EAAEV,GAAsBiB,EAAEZ,EAAEQ,EAAE,OAAO,EAAQd,EAAE,KAAK,IAAIO,CAAC,GAAGK,EAAQV,EAAE,KAAK,IAAIQ,EAAEI,EAAE,OAAO,GAAGD,EAAE,OAAAC,EAAE,KAAKd,GAAGE,EAAEY,EAAE,iBAAiBN,GAAiB,EAAEE,EAAEI,EAAE,OAAO,EAASA,CAAC,CAAC,EAAQK,GAAM,CAAC,CAAC,KAAKb,EAAE,EAAE,SAASN,EAAE,EAAE,MAAM,EAAE,GAAG,MAAMG,EAAE,KAAK,cAAciB,EAAE,gBAAgBV,EAAE,aAAaC,EAAE,IAAIC,EAAE,IAAIC,EAAE,aAAaC,EAAE,GAAG,UAAUC,CAAC,IAAI,CAACZ,EAAEG,GAAE,GAAGH,CAAC,EAAE,IAAMa,EAAE,CAAC,iBAAiB,GAAM,KAAK,GAAM,QAAQV,EAAE,OAAOA,CAAC,EAAQe,EAAcf,GAAYM,IAAT,QAAYN,EAAEM,GAAYC,IAAT,QAAYP,EAAEO,EAAQS,EAAgBhB,GAAYM,IAAT,OAAWC,EAAWA,IAAT,QAAY,KAAK,IAAID,EAAEN,CAAC,EAAE,KAAK,IAAIO,EAAEP,CAAC,EAAEM,EAAEC,EAAMI,EAAE,EAAEjB,EAAQkB,EAAEZ,EAAEW,EAAQM,EAAWZ,IAAT,OAAWO,EAAEP,EAAEO,CAAC,EAAEF,EAAE,OAAOO,EAAEA,IAAIL,IAAID,EAAEM,EAAEjB,GAAG,IAAMkB,EAAUlB,GAAG,CAACW,EAAE,KAAK,IAAI,CAACX,EAAEH,CAAC,EAAQsB,EAAWnB,GAAGiB,EAAEC,EAAUlB,CAAC,EAAQoB,EAAcpB,GAAG,CAAC,IAAMC,EAAEiB,EAAUlB,CAAC,EAAQN,EAAEyB,EAAWnB,CAAC,EAAEU,EAAE,KAAK,KAAK,IAAIT,CAAC,GAAGO,EAAEE,EAAE,QAAQA,EAAE,KAAKO,EAAEvB,CAAC,EAAM2B,EAAM,EAAQC,EAAmBtB,GAAG,CAAIe,EAAcL,EAAE,OAAO,IAAGW,EAAErB,EAAE,EAAEG,GAAO,CAAC,KAAKO,EAAE,QAAQ,GAAGM,EAAgBN,EAAE,OAAO,EAAE,SAASf,GAAsBwB,EAAWnB,EAAEU,EAAE,OAAO,EAAE,QAAQI,EAAE,UAAUV,EAAE,aAAaI,EAAE,UAAUC,CAAC,CAAC,EAAE,EAAE,OAAAa,EAAmB,CAAC,EAAStB,GAAG,CAAC,IAAIC,EAAE,GAAuE,MAA9D,CAAC,GAAYoB,IAAT,SAAYpB,EAAE,GAAKmB,EAAcpB,CAAC,EAAEsB,EAAmBtB,CAAC,GAAcqB,IAAT,QAAYrB,EAAEqB,GAAGX,EAAE,iBAAiB,GAAY,EAAEV,EAAEqB,CAAC,IAAEX,EAAE,iBAAiB,GAAM,CAACT,GAAGmB,EAAcpB,CAAC,EAASU,EAAC,CAAC,EAAQb,GAAE,GAASiB,GAAE,IAAI,SAASS,GAAqBvB,EAAE,CAAC,IAAIC,EAAMP,EAAEG,GAAMD,EAAEI,EAAE,CAAC,EAAQI,EAAE,CAACR,EAAE,OAAO,EAAE,KAAM,CAACA,EAAE,MAAMF,EAAEoB,IAAGlB,EAAEI,EAAEN,CAAC,EAAEU,EAAE,KAAKR,EAAE,KAAKA,EAAE,OAAOA,EAAE,OAAO,EAAWK,IAAT,QAAYL,EAAE,mBAAmBK,EAAEP,GAAGA,GAAGG,GAAE,IAAMQ,EAAEX,EAAEG,GAAE,OAAIO,EAAE,SAAN,GAAcA,EAAE,KAAKR,EAAE,OAAO,EAAQ,CAAC,UAAUQ,EAAE,SAASC,EAAE,IAAI,mBAA0BJ,GAAgBI,GAAG,GAAG,CAAC,CCA1jD,IAAMmB,GAAE,CAAC,GAAG,IAAI,IAAI,GAAG,EAAQC,GAAE,CAAC,YAAY,QAAQ,SAAS,MAAM,EAAyD,IAAMC,GAAE,CAAC,OAAO,UAAU,aAAa,OAAO,cAAcC,GAAGA,EAAE,KAAK,EAAQC,GAAE,CAAC,UAAU,CAAC,OAAO,sBAAsB,aAAa,MAAM,cAAcD,GAAGA,EAAE,IAAI,EAAE,OAAOD,GAAE,MAAM,CAAC,OAAO,WAAW,aAAa,EAAE,cAAcG,EAAC,EAAE,KAAKH,EAAC,EAAQI,GAAE,IAAI,IAAUC,GAAkBJ,GAAG,YAAYA,IAAUK,GAAE,CAAC,IAAI,IAAI,GAAG,EAAEC,GAAE,QAASN,GAAG,CAACO,GAAE,QAASC,GAAG,CAACH,GAAE,KAAKL,EAAEQ,CAAC,EAAEL,GAAE,IAAIC,GAAkBJ,EAAEQ,CAAC,EAAEP,GAAED,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,EAA+D,IAAMS,GAAE,IAAI,IAAIC,EAAC,EAA2tB,IAAMC,GAAcC,GAAG,SAAS,cAAc,KAAK,EAAE,QAAQA,EAAE,CAAC,SAAS,IAAI,CAAC,EAAQC,GAAE,CAAC,oBAAoB,IAAkB,OAAO,IAArB,KAA0B,OAAO,eAAe,KAAK,IAAI,kBAAkB,EAAE,MAAM,IAAI,OAAO,eAAe,KAAK,QAAQ,UAAU,SAAS,EAAE,iBAAiB,IAAI,CAAC,GAAG,CAACF,GAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,MAAC,CAAS,MAAO,EAAK,CAAC,MAAO,EAAI,EAAE,SAAS,IAAI,EAAQA,GAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,QAAS,EAAQG,GAAE,CAAC,EAAQC,GAAE,CAAC,EAAE,QAAUH,KAAKC,GAAEE,GAAEH,CAAC,EAAE,KAAcE,GAAEF,CAAC,IAAZ,SAAgBE,GAAEF,CAAC,EAAEC,GAAED,CAAC,EAAE,GAAUE,GAAEF,CAAC,GAA2kF,SAASI,GAAgBC,EAAEC,EAAE,CAAC,IAAI,EAAE,OAAc,OAAOD,GAAlB,SAAuBC,IAAW,EAAEA,EAAED,CAAC,KAAb,MAA0B,IAAT,SAAaC,EAAED,CAAC,EAAE,SAAS,iBAAiBA,CAAC,GAAEA,EAAEC,EAAED,CAAC,GAAOA,EAAE,SAAS,iBAAiBA,CAAC,EAAOA,aAAa,UAAUA,EAAE,CAACA,CAAC,GAAU,MAAM,KAAKA,GAAG,CAAC,CAAC,CAAC,CAAo7H,SAASE,GAAsBC,EAAE,CAAC,IAAMC,EAAE,IAAI,QAAQ,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,IAAMC,EAAE,IAAI,IAAUC,EAAa,CAACF,EAAE,EAAEG,EAAE,IAAIC,EAAE,EAAEC,EAAE,KAAQ,CAAC,IAAMC,EAAE,GAAGN,KAAKG,KAAKC,KAAKC,IAAI,OAAAJ,EAAE,IAAIK,CAAC,GAAGL,EAAE,IAAIK,EAAEP,EAAE,OAAO,OAAO,CAAC,KAAKC,EAAE,GAAGG,EAAE,SAASC,EAAE,UAAUC,EAAE,IAAI,EAAE,aAAaA,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,EAASJ,EAAE,IAAIK,CAAC,CAAC,EAAQC,EAAaR,IAAIC,EAAE,IAAID,CAAC,GAAGC,EAAE,IAAID,EAAES,GAAET,CAAC,CAAC,EAASC,EAAE,IAAID,CAAC,GAAG,MAAM,CAAC,gBAAgB,CAACA,EAAEC,EAAES,EAAER,EAAEE,IAAI,CAAC,IAAIC,EAAEC,EAAE,IAAIC,EAAQI,EAAEX,EAAE,OAA8C,GAAjCU,GAAGC,GAAG,GAAGX,EAAE,MAAMY,EAAc,EAAO,CAAC,IAAMF,EAAEV,EAAEW,EAAE,CAAC,EAAQE,EAAMF,IAAJ,EAAM,KAAKX,EAAE,CAAC,EAAMc,EAAE,EAAMC,EAAE,EAAQC,EAA8BZ,GAAE,UAAU,GAAGY,EAAE,CAAC,GAAK,CAAC,UAAUf,EAAE,mBAAmBS,CAAC,EAAEN,EAAQF,EAA+BD,GAAE,WAAYS,GAAG,EAAQJ,EAA+BL,GAAE,aAAc,YAAY,IAAI,EAAEC,EAAQK,EAAES,EAAEV,CAAC,EAAE,QAAQS,GAAUV,EAAEQ,KAAV,MAAuBR,IAAT,OAAWA,EAAEE,GAAOI,IAAJ,GAAWA,IAAJ,GAAcX,EAAE,CAAC,IAAV,QAAec,EAAEG,GAAGjB,GAAGgB,EAAEhB,CAAC,EAAE,QAASM,EAAEC,CAAC,QAAQQ,GAAUT,EAAEO,KAAV,MAAuBP,IAAT,OAAWA,EAAE,WAAWL,EAAE,CAAC,EAAE,IAAMiB,EAAEf,EAAaY,EAAEL,EAAEI,EAA8BZ,GAAE,SAAS,OAAO,CAAC,EAAQiB,EAAEX,EAAaU,CAAC,EAAEX,EAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEY,CAAC,EAAE,CAAC,OAAO,QAAQ,CAAC,EAAKf,IAAGA,EAAE,UAAUc,EAAEd,EAAE,mBAAmB,YAAY,IAAI,QAAkDG,EAAE,CAAC,OAAO,OAAO,SAAnDC,EAAaL,EAAa,EAAE,GAAG,CAAC,EAA8B,iBAAiB,EAAE,OAAOI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAMK,GAAeZ,GAAc,OAAOA,GAAlB,SAA0BoB,GAAErB,GAAsBsB,EAAC,EAAQC,GAAEvB,GAAsBwB,EAAC,EAAQC,GAAE,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,SAASC,GAASzB,EAAEC,EAAE,CAAC,KAAK,EAAE,OAAOC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,GAAiB,OAAO,qBAArB,IAA0C,MAAM,IAAI,CAAC,EAAE,IAAMG,EAAEqB,GAAgB1B,CAAC,EAAQM,EAAE,IAAI,QAAcqB,EAAqB3B,GAAG,CAACA,EAAE,QAASA,GAAG,CAAC,IAAMU,EAAEJ,EAAE,IAAIN,EAAE,MAAM,EAAE,GAAGA,EAAE,iBAAiB,EAAQU,EAAG,GAAGV,EAAE,eAAe,CAAC,IAAMU,EAAET,EAAED,CAAC,EAAe,OAAOU,GAApB,WAAsBJ,EAAE,IAAIN,EAAE,OAAOU,CAAC,EAAEH,EAAE,UAAUP,EAAE,MAAM,OAAUU,IAAGA,EAAEV,CAAC,EAAEM,EAAE,OAAON,EAAE,MAAM,EAAE,CAAE,CAAC,EAAQO,EAAE,IAAI,qBAAqBoB,EAAqB,CAAC,KAAK,EAAE,WAAWzB,EAAE,UAAqB,OAAO,GAAlB,SAAoB,EAAEsB,GAAE,CAAC,CAAC,CAAC,EAAE,OAAAnB,EAAE,QAASL,GAAGO,EAAE,QAAQP,CAAC,CAAE,EAAQ,IAAIO,EAAE,WAAW,CAAC,CAAC,IAAMqB,GAAE,IAAI,QAAYC,GAAE,SAASC,GAAe9B,EAAEC,EAAE,CAAC,GAAGA,EAAE,CAAC,GAAK,CAAC,WAAWD,EAAE,UAAUU,CAAC,EAAET,EAAE,CAAC,EAAE,MAAM,CAAC,MAAMD,EAAE,OAAOU,CAAC,EAAE,OAAOV,aAAa,YAAY,YAAYA,EAAEA,EAAE,QAAQ,EAAE,CAAC,MAAMA,EAAE,YAAY,OAAOA,EAAE,YAAY,CAAC,CAAC,SAAS+B,GAAa,CAAC,OAAO/B,EAAE,YAAYC,EAAE,cAAc,CAAC,EAAE,CAAC,IAAIC,GAAUA,EAAE0B,GAAE,IAAI5B,CAAC,KAAjB,MAA8BE,IAAT,QAAkBA,EAAE,QAASA,GAAG,CAACA,EAAE,CAAC,OAAOF,EAAE,YAAYC,EAAE,IAAI,MAAM,CAAC,OAAO6B,GAAe9B,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,SAASgC,GAAUhC,EAAE,CAACA,EAAE,QAAQ+B,EAAY,CAAC,CAAC,SAASE,IAAsB,CAAe,OAAO,eAArB,MAAsCJ,GAAE,IAAI,eAAeG,EAAS,EAAE,CAAC,SAASE,GAAclC,EAAEC,EAAE,CAAC4B,IAAGI,GAAqB,EAAE,IAAM,EAAEP,GAAgB1B,CAAC,EAAE,SAAE,QAASA,GAAG,CAAC,IAAIU,EAAEkB,GAAE,IAAI5B,CAAC,EAAMU,IAAGA,EAAE,IAAI,IAAIkB,GAAE,IAAI5B,EAAEU,CAAC,GAAEA,EAAE,IAAIT,CAAC,EAA8B4B,IAAE,QAAQ7B,CAAC,CAAC,CAAE,EAAQ,IAAI,CAAC,EAAE,QAASA,GAAG,CAAC,IAAMU,EAAEkB,GAAE,IAAI5B,CAAC,EAA8BU,GAAE,OAAOT,CAAC,EAA+BS,GAAE,MAAoCmB,IAAE,UAAU7B,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,IAAMmC,GAAE,IAAI,IAAQC,GAAE,SAASC,IAA2B,CAACD,GAAE,IAAI,CAAC,IAAMpC,EAAE,CAAC,MAAMsC,EAAO,WAAW,OAAOA,EAAO,WAAW,EAAQrC,EAAE,CAAC,OAAOqC,EAAO,KAAKtC,EAAE,YAAYA,CAAC,EAAEmC,GAAE,QAASnC,GAAGA,EAAEC,CAAC,CAAE,CAAC,EAAEqC,EAAO,iBAAiB,SAASF,EAAC,CAAC,CAAC,SAASG,GAAavC,EAAE,CAAC,OAAAmC,GAAE,IAAInC,CAAC,EAAEoC,IAAGC,GAA0B,EAAQ,IAAI,CAACF,GAAE,OAAOnC,CAAC,EAAE,CAACmC,GAAE,MAAMC,KAAIA,GAAE,OAAO,CAAC,CAAC,SAASI,GAAOxC,EAAEC,EAAE,CAAC,OAAmB,OAAOD,GAApB,WAAsBuC,GAAavC,CAAC,EAAEkC,GAAclC,EAAEC,CAAC,CAAC,CAA+hK,SAASwC,GAAqBC,EAAEC,EAAE,EAAE,CAACD,EAAE,cAAc,IAAI,YAAYC,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAASC,GAAkBF,EAAEC,EAAE,EAAE,CAACD,EAAE,cAAc,IAAI,YAAYC,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAME,GAAG,CAAC,SAASH,GAAG,EAAQA,EAAE,OAAQ,UAAU,CAACA,EAAE,CAAC,OAAOC,EAAE,QAAQ,CAAC,EAAE,CAAC,cAAcG,EAAE,CAAC,CAAC,IAAI,CAAC,GAAK,CAAC,KAAK,CAAC,EAAEA,EAAEC,EAAEC,GAAEF,EAAE,CAAC,MAAM,CAAC,EAAE,OAAOG,GAASP,EAAGI,GAAG,CAAwC,GAAvCH,EAAE,EAAEC,GAAkBF,EAAE,YAAYI,CAAC,EAAK,CAAC,EAAE,OAAOH,GAAG,CAAC,EAAE,EAAEC,GAAkBF,EAAE,YAAYC,CAAC,CAAC,CAAC,EAAGI,CAAC,CAAC,CAAC,EAAQG,GAAW,CAACR,EAAEC,EAAE,IAAIG,GAAG,EAAI,CAACA,EAAE,aAAuBA,EAAE,cAAZ,WAAyB,EAAE,EAAEL,GAAqBC,EAAEC,EAAEG,CAAC,EAAE,EAAQK,GAAG,CAAC,SAAST,GAAG,EAAQA,EAAE,MAAO,UAAU,CAACA,EAAE,CAAC,OAAOC,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAMG,EAAEI,GAAWR,EAAE,aAAaC,CAAC,EAAQ,EAAEO,GAAWR,EAAE,WAAW,CAAC,EAAE,OAAAA,EAAE,iBAAiB,eAAeI,CAAC,EAAEJ,EAAE,iBAAiB,eAAe,CAAC,EAAQ,IAAI,CAACA,EAAE,oBAAoB,eAAeI,CAAC,EAAEJ,EAAE,oBAAoB,eAAe,CAAC,CAAC,CAAC,CAAC,EAAQU,GAAG,CAAC,SAASV,GAAG,EAAQA,EAAE,MAAO,UAAU,CAACA,EAAE,CAAC,OAAOC,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAMU,EAAYV,GAAG,CAAC,EAAE,EAAEF,GAAqBC,EAAE,WAAWC,CAAC,EAAEW,EAAO,oBAAoB,YAAYD,CAAW,CAAC,EAAQE,EAAcC,GAAG,CAACb,EAAE,EAAEF,GAAqBC,EAAE,aAAac,CAAC,EAAEF,EAAO,iBAAiB,YAAYD,CAAW,CAAC,EAAE,OAAAX,EAAE,iBAAiB,cAAca,CAAa,EAAQ,IAAI,CAACb,EAAE,oBAAoB,cAAca,CAAa,EAAED,EAAO,oBAAoB,YAAYD,CAAW,CAAC,CAAC,CAAC,EAAQI,GAAG,CAAC,OAAOZ,GAAG,MAAMM,GAAG,MAAMC,EAAE,EAAQM,GAAG,CAAC,UAAU,UAAU,GAAG,OAAO,KAAKD,EAAE,EAAE,MAAM,ECA5klB,IAAME,GAAqB,IAAUC,GAAsB,CAAC,KAAKC,GAAQ,eAAeA,OAAY,MAAMA,GAAQ,cAAcA,OAAY,IAAIA,GAAQ,eAAeA,OAAY,OAAOA,GAAQ,cAAcA,MAAW,EAAQC,GAA8B,OAAO,UAAY,KAAa,OAAO,UAAU,UAAU,oBAAqB,WAS/rB,SAARC,GAAwBC,EAAM,CAAY,GAAG,CAAC,MAAAC,EAAM,IAAAC,EAAI,QAAAC,EAAQ,eAAAC,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,EAAc,YAAAC,EAAY,MAAAC,EAAM,YAAAC,EAAY,UAAAC,EAAU,UAAAC,EAAU,cAAAC,EAAc,YAAAC,EAAY,MAAAC,CAAK,EAAEf,EAAW,CAAC,YAAAgB,EAAY,SAAAC,EAAS,UAAAC,EAAU,UAAAC,EAAU,UAAAC,CAAS,EAAEN,EAAiB,CAAC,UAAAO,EAAU,WAAAC,CAAU,EAAET,EAAoBU,EAAanB,EAAe,GAAGC,OAAgBC,OAAkBC,OAAmBC,MAAgB,GAAGL,MAA8BqB,EAASC,GAAa,QAAQ,IAAIA,GAAa,OAC5fC,EAAczB,EAAM,OAAO,OAAO,EAAQ0B,EAAYC,GAAS,MAAMF,CAAa,EAAQG,EAAYF,EAAY,EAAKhB,IAAY,KAAMA,EAAU,QAAQ,IAAMmB,EAAanB,IAAY,QAAQA,IAAY,QAAcd,GAAOkC,GAAe,CAAC,EAAQC,GAAYpC,GAAsBe,CAAS,EAAQsB,GAAUC,GAAarC,GAAOmC,EAAW,EAA4BG,GAAUC,EAAO,IAAI,EAAQC,EAAYC,EAAQ,IAAW,CAAcC,GAAU,EAAeA,GAAU,CAAC,EAAI,CAAC,CAAC,EAAO,CAACC,GAAKC,EAAO,EAAEC,GAAS,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,EAAkBC,GAAe,CAAC,EAAMC,GAAc,CAAC,EAA2BC,GAAY,EAAMC,GAAQ,EAAKtB,IAAUqB,GAAYlB,EAAY,KAAK,MAAM,GAAGA,CAAW,EAAE,EAAEmB,GAAQ,GAAM,CAACtB,GAAUK,GAAaW,GAAK,SAAQK,GAAY,KAAK,MAAML,GAAK,OAAOA,GAAK,SAAS,CAAC,EAAE,EAAEK,GAAY,KAAK,IAAIA,GAAYlD,EAAoB,EAAEmD,GAAQ,GAAiC,IAAMC,EAAQC,GAAY,IAAI,CAAC,GAAGnB,GAAaM,GAAU,QAAQ,CAAC,IAAMc,EAAanB,EAAaK,GAAU,QAAQ,YAAYA,GAAU,QAAQ,aAAmBe,GAAMb,EAAY,CAAC,EAAE,QAAQP,EAAaO,EAAY,CAAC,EAAE,QAAQ,WAAWA,EAAY,CAAC,EAAE,QAAQ,UAAU,EAAkMc,IAAtLd,EAAY,CAAC,EAAE,QAAQP,EAAaO,EAAY,CAAC,EAAE,QAAQ,WAAWA,EAAY,CAAC,EAAE,QAAQ,YAAYA,EAAY,CAAC,EAAE,QAAQ,UAAUA,EAAY,CAAC,EAAE,QAAQ,aAAa,GAA2Ba,GAAMhD,EAAIuC,GAAQ,CAAC,OAAOQ,EAAa,SAASE,EAAc,CAAC,EAAG,EAAE,CAAC,CAAC,EAAQC,EAAe5B,EAAS,CAAC,kBAAkB,MAAM,EAAE,CAAC,EAAwC,GAAGK,EAAY,CAChkD,GAAG,CAACL,EAAS,CAGE,IAAI6B,EAAcjB,EAAO,EAAI,EAAEkB,GAAU,KAAKC,GAAM,KAAKR,CAAO,EAASS,GAAOrB,GAAU,QAAQ,CAAC,CAAC,YAAAsB,EAAW,IAAI,CAAI,CAACJ,EAAc,UAAUI,GAAY,OAAOA,GAAY,SAASF,GAAM,KAAKR,CAAO,EAAGM,EAAc,QAAQ,EAAM,CAAC,GAAI,CAAC,CAAC,EAAGV,GAAef,GAAS,IAAIF,EAAc,CAACgC,EAAMC,KAAQ,CAAC,IAAIC,GAAaC,GAAcC,GAAcC,GAAc,IAAIC,GAAOL,KAAQ,IAAGK,GAAI3B,EAAY,CAAC,GAAMsB,KAAQjC,EAAc,OAAO,IAAGsC,GAAI3B,EAAY,CAAC,GAAG,IAAMG,GAAK,CAAC,MAAMnB,GAAWuC,GAAaF,EAAM,SAAS,MAAME,KAAe,OAAO,OAAOA,GAAa,MAAM,OAAO,OAAOtC,GAAYuC,GAAcH,EAAM,SAAS,MAAMG,KAAgB,OAAO,OAAOA,GAAc,OAAO,MAAM,EAAE,OAAoBI,EAAKC,EAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,IAAID,GAAI,MAAMxB,GAAK,SAAsB2B,GAAaT,EAAM,CAAC,MAAM,CAAC,IAAII,GAAcJ,EAAM,SAAS,MAAMI,KAAgB,OAAO,OAAOA,GAAc,MAAM,GAAGtB,GAAK,WAAW,EAAE,GAAGY,CAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,aAAaC,GAAM,MAAS,GAAGI,GAAcL,EAAM,SAAS,MAAMK,KAAgB,OAAO,OAAOA,GAAc,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAG,GAAG,CAACvC,EAAU,QAAQ4C,EAAE,EAAEA,EAAEvB,GAAYuB,IAAKxB,GAAc,CAAC,GAAGA,GAAc,GAAGhB,GAAS,IAAIF,EAAc,CAACgC,GAAMW,KAAa,CAAC,IAAIT,GAAaC,GAAcC,GAAcC,GAAcO,GAAcC,GAAc,IAAM/B,GAAK,CAAC,MAAMnB,GAAWuC,GAAaF,GAAM,SAAS,MAAME,KAAe,OAAO,OAAOA,GAAa,MAAM,OAAO,OAAOtC,GAAYuC,GAAcH,GAAM,SAAS,MAAMG,KAAgB,OAAO,OAAOA,GAAc,OAAO,OAAO,WAAW,WAAW,EAAE,OAAoBI,EAAKC,EAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,MAAMzB,GAAK,cAAc,GAAK,SAAsB2B,GAAaT,GAAM,CAAC,IAAIU,EAAE,IAAIC,GAAW,MAAM,CAAC,IAAIP,GAAcJ,GAAM,SAAS,MAAMI,KAAgB,OAAO,OAAOA,GAAc,MAAM,MAAMzC,GAAW0C,GAAcL,GAAM,SAAS,MAAMK,KAAgB,OAAO,OAAOA,GAAc,MAAM,OAAO,OAAOzC,GAAYgD,GAAcZ,GAAM,SAAS,MAAMY,KAAgB,OAAO,OAAOA,GAAc,OAAO,OAAO,WAAW,EAAE,GAAGlB,CAAc,EAAE,SAASM,GAAM,MAAM,SAASA,GAAM,MAAM,SAAS,SAASU,EAAE,MAAS,GAAGG,GAAcb,GAAM,SAAS,MAAMa,KAAgB,OAAO,OAAOA,GAAc,QAAQ,CAAC,EAAEH,EAAE,KAAKC,EAAU,CAAC,EAAED,EAAE,KAAKC,EAAU,CAAE,CAAC,CAAC,EAAI,IAAMG,GAAehC,GAAK,SAASA,GAAK,SAAS,KAAK,MAAMA,GAAK,OAAOA,GAAK,QAAQ,EAAQiC,GAAYrC,EAAO,IAAI,EAAQsC,GAAStC,EAAO,IAAI,EAAQuC,GAAKvC,EAAO,CAAC,EAAQwC,GAAQxC,EAAO,EAAK,EAAQyC,GAAgBC,GAAiB,EAAQC,GAAQ3C,EAAO,IAAI,EAAQ4C,GAAa5C,EAAO,IAAI,EAE7lF,GAAG,CAACZ,EAAS,CAAC,IAAMyD,EAASC,GAAU/C,EAAS,EAEzCrC,IAA+BwD,GAAU,IAAI,CAAC,GAAG,EAAAuB,IAAiB,CAACL,IAAgB,CAAC/D,GAAe,OAAAuE,GAAa,QAAQD,GAAQ,QAAQ,QAAQ,CAAC,UAAU,CAAC/C,GAAY,CAAC,EAAEA,GAAYwC,EAAc,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAIA,EAAc,EAAE/D,EAAM,IAAI,WAAW,IAAS,OAAO,QAAQ,CAAC,EAAQ,IAAIuE,GAAa,QAAQ,OAAO,CAAE,EAAE,CAACtE,EAAY8D,GAAe/D,CAAK,CAAC,EACtX6C,GAAU,IAAI,CAAK0B,GAAa,UAAkBC,GAAUD,GAAa,QAAQ,YAAY,SAAUA,GAAa,QAAQ,KAAK,EAAW,CAACC,GAAUD,GAAa,QAAQ,YAAY,WAAWA,GAAa,QAAQ,MAAM,EAAG,EAAE,CAACC,CAAQ,CAAC,GAG9NE,GAAkBC,IAAG,CAAC,GAAG,CAACZ,IAAgBK,IAAiB/E,GAA+B,OAKnF2E,GAAY,UAAU,OAAMA,GAAY,QAAQW,IAAGA,GAAEA,GAAEX,GAAY,QAAqE,IAAIY,IAAjDX,GAAS,UAAU,KAAK,EAAEU,GAAEV,GAAS,UAA6BjE,EAAM,KAAQmE,GAAQ,UAASS,IAAO3E,GAAaiE,GAAK,SAASU,GAAMV,GAAK,QAAQW,GAAK,EAAEd,GAAeG,GAAK,OAAO,EAAED,GAAS,QAAQU,GAAMH,GAAgBpF,GAAO,IAAI8E,GAAK,OAAO,CAAE,CAAC,EAAe,IAAMY,GAAczD,EAAa,WAAW,YAAkB0D,GAAetE,EAAU,EAAQuE,GAAa,IAAIvE,EAAU,EAAQwE,GAAeC,GAAMxE,EAAU,EAAEqE,EAAc,EAAQI,GAAa,IAAIzE,EAAgB0E,GAAS,mBAAmBN,qBAAgCnE,MAAcsE,yBAAqCF,yBAAqCC,sBAAgCrE,MAAcwE,OAAkC,OAAI/D,EAAkWoC,EAAK,UAAU,CAAC,MAAM,CAAC,GAAG6B,GAAe,QAAQhD,GAAQ,gBAAgB9B,EAAY6E,GAAS,OAAU,aAAa7E,EAAY6E,GAAS,OAAU,UAAU7E,EAAY6E,GAAS,OAAU,SAAS5E,EAAS,UAAU,SAAS,QAAQM,CAAY,EAAE,IAAIY,GAAU,SAAsB4D,EAAMC,EAAO,GAAG,CAAC,IAAIjB,GAAQ,MAAM,CAAC,GAAGe,GAAe,IAAI5F,EAAI,IAAIS,IAAY,UAAUsF,GAAczB,EAAc,EAAE,CAACA,GAAe,OAAU,KAAK7D,IAAY,SAASsF,GAAczB,EAAc,EAAE,CAACA,GAAe,OAAU,WAAW5D,EAAU,SAAS,WAAW,cAAckB,EAAa,MAAM,SAAS,GAAGf,EAAM,WAAWS,EAAS,OAAO,YAAY,UAAU1B,GAA8BkC,GAAY,CAAC,EAAEC,EAAS,EAAE,aAAa,IAAI,CAAC2C,GAAQ,QAAQ,GAAQI,GAAa,UACz5DA,GAAa,QAAQ,aAAatE,EAAa,EAAE,aAAa,IAAI,CAACkE,GAAQ,QAAQ,GAASI,GAAa,UACzGA,GAAa,QAAQ,aAAa,EAAG,EAAE,SAAS,CAACrC,GAAeC,EAAa,CAAC,CAAC,CAAC,CAAC,EAF6wBmD,EAAM,UAAU,CAAC,MAAMG,GAAkB,SAAS,CAAcjC,EAAK,MAAM,CAAC,MAAMkC,GAAY,SAAS,QAAG,CAAC,EAAelC,EAAK,IAAI,CAAC,MAAMmC,GAAY,SAAS,oBAAoB,CAAC,EAAenC,EAAK,IAAI,CAAC,MAAMoC,GAAe,SAAS,2DAA2D,CAAC,CAAC,CAAC,CAAC,CAErjC,CAAyBtG,GAAO,aAAa,CAAC,IAAI,GAAG,QAAQ,GAAG,cAAc,CAAC,UAAU,GAAK,WAAW,EAAI,EAAE,YAAY,CAAC,YAAY,GAAK,SAAS,GAAM,UAAU,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,UAAU,EAAI,EAAyBuG,EAAoBvG,GAAO,CAAC,MAAM,CAAC,KAAKwG,EAAY,MAAM,MAAM,WAAW,QAAQ,CAAC,KAAKA,EAAY,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,IAAI,aAAa,IAAI,KAAK,IAAI,eAAe,GAAK,KAAK,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,YAAY,QAAQ,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,YAAY,CAAC,iBAAiB,kBAAkB,eAAe,gBAAgB,EAAE,aAAa,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,aAAa,OAAO,wBAAwB,EAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,QAAQ,QAAQ,CAAC,aAAa,SAAS,UAAU,EAAE,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,eAAe,cAAc,EAAE,KAAK,CAAC,YAAY,eAAe,cAAc,EAAE,IAAI,CAAC,aAAa,eAAe,aAAa,EAAE,OAAO,CAAC,aAAa,eAAe,aAAa,CAAC,CAAC,EAAE,aAAa,SAAS,wBAAwB,EAAI,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAa,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,CAAC,UAAU,CAAC,KAAKA,EAAY,QAAQ,MAAM,QAAQ,aAAa,OAAO,cAAc,UAAU,aAAa,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,UAAU,aAAa,EAAI,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,WAAW,SAAS,CAAC,YAAY,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,EAAI,EAAE,SAAS,CAAC,KAAKA,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,OAAO,aAAa,GAAM,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAK,CAAC,EAAE,UAAU,CAAC,KAAKuG,EAAY,OAAO,MAAM,QAAQ,aAAa,GAAG,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKuG,EAAY,OAAO,MAAM,QAAQ,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKuG,EAAY,OAAO,MAAM,UAAU,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKuG,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,aAAa,EAAE,KAAK,GAAG,eAAe,GAAK,YAAY,8CAA8C,CAAC,CAAC,EAA0B,IAAMT,GAAe,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,SAAS,OAAO,UAAU,OAAO,WAAW,SAAS,OAAO,EAAE,QAAQ,EAAE,cAAc,OAAO,WAAW,MAAM,EAAoBI,GAAkB,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,aAAa,SAAS,WAAW,SAAS,cAAc,SAAS,MAAM,OAAO,WAAW,0BAA0B,SAAS,GAAG,SAAS,SAAS,QAAQ,qBAAqB,EAAQC,GAAY,CAAC,SAAS,GAAG,aAAa,EAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,aAAa,GAAG,WAAW,IAAI,UAAU,QAAQ,EAAQC,GAAe,CAAC,OAAO,EAAE,QAAQ,GAAG,SAAS,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAgDV,GAAM,CAACa,EAAIC,EAAIC,IAAM,KAAK,IAAI,KAAK,IAAIF,EAAIC,CAAG,EAAEC,CAAG,EAAQT,GAAcU,GAAO,OAAOA,GAAQ,UAAU,CAAC,MAAMA,CAAK,EC5BhkG,IAAMC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAgBL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAgBN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAgB,UAAUE,EAAgB,UAAUC,CAAe,CAAC,EAAE,IAAME,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,gBAAgBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,qEAAqE,OAAO,gQAAgQ,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,gFAAgF,gKAAgK,EAQlyLC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,qBAAqBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRvI,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAeH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQQ,EAAgBL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQS,EAAgBN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,UAAUe,EAAgB,QAAQF,EAAe,UAAUG,CAAe,CAAC,EAAE,IAAME,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,gBAAgBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,sKAAsK,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,gFAAgF,gKAAgK,EAQt0LC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,0BAA0BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECR5I,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAeH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAgBL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAeN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAe,UAAUE,EAAgB,UAAUC,CAAc,CAAC,EAAE,IAAME,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,iBAAiBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,0EAA0E,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,gFAAgF,iKAAiK,EAQ1sLC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,qBAAqBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRvI,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAeL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAeN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAgB,UAAUG,EAAe,UAAUD,CAAc,CAAC,EAAE,IAAMG,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,iBAAiBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,oEAAoE,OAAO,iKAAiK,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,gFAAgF,iKAAiK,EAQ5rLC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,qBAAqBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRvI,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAeH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAcL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAeN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAe,UAAUE,EAAc,UAAUC,CAAc,CAAC,EAAE,IAAME,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,gBAAgBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,qEAAqE,OAAO,qKAAqK,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,gFAAgF,gKAAgK,EAQ13LC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,0BAA0BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECR5I,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAeH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAeL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAgBN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAe,UAAUG,EAAgB,UAAUD,CAAc,CAAC,EAAE,IAAMG,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,sKAAsK,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,gBAAgBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,KAAK,wBAAwB,KAAK,oBAAoB,KAAK,qBAAqB,KAAK,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,oQAAoQ,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,qEAAqE,OAAO,4VAA4V,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,kFAAkF,gKAAgK,EAQ53LC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,qBAAqBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRvI,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAeL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAeN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAgB,UAAUG,EAAe,UAAUD,CAAc,CAAC,EAAE,IAAMG,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,gBAAgBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,qEAAqE,OAAO,gQAAgQ,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,kFAAkF,gKAAgK,EAQnyLC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,4BAA4BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECR9I,IAAMM,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAeH,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQQ,EAAgBL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAQS,EAAeN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,IAAI,CAAE,CAAC,EAAEU,GAAmBjB,EAAY,CAAC,QAAQa,EAAe,UAAUE,EAAgB,UAAUC,CAAc,CAAC,EAAE,IAAME,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiD,GAAM,CAAC,GAAG3B,EAAU,GAAGI,EAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,IAAI,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAUK,EAAGpE,GAAkB,GAAG8D,EAAsB,gBAAgBzB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B0B,EAAK,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,OAAO,GAAG,GAAGtB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQiE,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,mBAAmB,YAAY,WAAW,CAAC,IAAI,GAAG,QAAQI,EAAuFJ,GAAkB,GAAI,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,6bAA6b,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,kFAAkF,gKAAgK,EAQ9jMC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,qBAAqBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRi8B,IAAMM,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAsBC,EAASC,EAAgB,EAAQC,GAA0BF,EAASG,EAAoB,EAAQC,GAA0BJ,EAASK,EAAoB,EAAQC,GAA2BN,EAASO,EAAqB,EAAQC,GAAYR,EAASS,EAAM,EAAQC,GAAsBV,EAASW,EAAgB,EAAQC,GAAsBZ,EAASa,EAAgB,EAAQC,GAAsBd,EAASe,EAAgB,EAAQC,GAAsBhB,EAASiB,EAAgB,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAS/C,EAAagD,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAM7B,IAAe6B,EAAM,iBAAwB7B,EAAS,KAAK,GAAG,EAAE6B,EAAM,iBAAwB7B,EAAS,KAAK,GAAG,EAAUiC,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,GAAGwC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlD,CAAQ,EAAEmD,GAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiBpB,GAAuBH,EAAM7B,CAAQ,EAAQqD,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQZ,IAAc,YAA6Ca,EAAa,IAAQb,IAAc,YAA6Cc,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBxC,EAAKyC,EAAY,CAAC,GAAGrB,GAA4CgB,EAAgB,SAAsBpC,EAAKC,GAAS,CAAC,QAAQtB,EAAS,QAAQ,GAAM,SAAsBqB,EAAKT,GAAW,CAAC,MAAMT,GAAY,SAAsB4D,EAAMxF,EAAO,IAAI,CAAC,GAAGmE,EAAU,GAAGI,EAAgB,UAAUkB,EAAGpE,GAAkB,GAAG+D,EAAsB,iBAAiBnB,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,GAAGd,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAS,CAAcgB,EAAM1F,GAAgB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiB8C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkB7C,GAAmB,SAAS,CAAcwD,EAAMxF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB6E,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oBAAoB,CAAC,CAAC,EAAe/B,EAAKhD,GAAgB,CAAC,eAAesC,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,gBAAgB,iBAAiB0C,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAK4C,GAAS,CAAC,sBAAsB,GAAK,SAAsB5C,EAAWE,EAAS,CAAC,SAAsBF,EAAK9C,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,oBAAoB,EAAE,iBAAiB6E,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAMxF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB6E,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,uEAAuE,EAAE,SAAS,CAACG,EAAY,GAAgBlC,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/B,EAAKnC,GAAO,CAAC,UAAU,SAAS,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcmC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK3C,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeW,EAAMxF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,EAAe/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKzC,GAAqB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKvC,GAAqB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeW,EAAMxF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,EAAe/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKrC,GAAsB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuE,EAAY,GAAgBlC,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/B,EAAKnC,GAAO,CAAC,UAAU,SAAS,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcmC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKjC,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeW,EAAMxF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK/B,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEG,EAAY,GAAgBlC,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/B,EAAKnC,GAAO,CAAC,UAAU,SAAS,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcmC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK7B,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeW,EAAMxF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK3B,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8D,EAAa,GAAgBnC,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/B,EAAKnC,GAAO,CAAC,UAAU,aAAa,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,EAAE,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcmC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK3C,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKzC,GAAqB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKvC,GAAqB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKrC,GAAsB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwE,EAAa,GAAgBnC,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/B,EAAKnC,GAAO,CAAC,UAAU,aAAa,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,EAAE,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcmC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKjC,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAeW,EAAMxF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK/B,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEI,EAAa,GAAgBnC,EAAK6C,EAA0B,CAAC,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsB/B,EAAKnC,GAAO,CAAC,UAAU,aAAa,UAAU,QAAQ,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,EAAE,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcmC,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK7B,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6E,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAe/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB6E,EAAiB,SAAS,YAAY,SAAsB/B,EAAK6C,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsB7C,EAAK9C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6E,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAK3B,GAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyE,GAAI,CAAC,kFAAkF,kFAAkF,+PAA+P,4TAA4T,uQAAuQ,gNAAgN,gJAAgJ,gHAAgH,qTAAqT,uMAAuM,0SAA0S,iHAAiH,sUAAsU,sKAAsK,iUAAiU,qMAAqM,qKAAqK,kYAAkY,qKAAqK,sKAAsK,uQAAuQ,sKAAsK,gVAAgV,sKAAsK,sIAAsI,iQAAiQ,qKAAqK,2QAA2Q,sKAAsK,gMAAgM,iHAAiH,yTAAyT,oJAAoJ,2LAA2L,qIAAqI,2PAA2P,0GAA0G,wQAAwQ,2GAA2G,iHAAiH,wIAAwI,4PAA4P,2GAA2G,iRAAiR,k5IAAk5I,gFAAgF,kEAAkE,EAQv9sCC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,kBAAkBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5F,GAAsB,GAAGG,GAA0B,GAAGE,GAA0B,GAAGE,GAA2B,GAAGE,GAAY,GAAGE,GAAsB,GAAGE,GAAsB,GAAGE,GAAsB,GAAGE,EAAqB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRxW,IAAMiF,GAAkBC,EAASC,EAAY,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAeF,GAAOG,EAAQ,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAStB,EAAauB,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,YAAY,WAAW,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMrB,IAAeqB,EAAM,iBAAwBrB,EAAS,KAAK,GAAG,EAAEqB,EAAM,iBAAwBrB,EAAS,KAAK,GAAG,EAAUyB,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA/B,EAAQ,GAAGgC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA1C,CAAQ,EAAE2C,GAAgB,CAAC,WAAAhD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ+C,EAAiBpB,GAAuBH,EAAMrB,CAAQ,EAAQ6C,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQZ,IAAc,YAA6Ca,EAAOC,GAAU,EAAQC,EAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASf,CAAW,EAAmCgB,EAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAAShB,CAAW,EAAmCiB,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB3C,EAAK4C,EAAY,CAAC,GAAGxB,GAA4CmB,EAAgB,SAAsBvC,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBuD,EAAMlE,EAAO,IAAI,CAAC,GAAG0C,EAAU,GAAGI,EAAgB,UAAUqB,EAAG/D,GAAkB,GAAG0D,EAAsB,iBAAiBtB,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,GAAGd,CAAK,EAAE,GAAGjC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,EAAE,UAAU,CAAC,mBAAmB,UAAU,CAAC,EAAEqC,EAAYI,CAAc,EAAE,SAAS,CAACQ,EAAY,GAAgBlC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BhD,EAAKiD,EAA0B,CAAC,SAAsBjD,EAAKvB,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,2BAA2B,iBAAiBsD,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKxB,GAAa,CAAC,UAAU,GAAG,UAAU,GAAG,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,UAAU,MAAM,UAAU,sEAAsE,UAAUwE,EAAc,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,kBAAkB,GAAG/D,GAAqB,CAAC,UAAU,CAAC,UAAU+D,EAAc,CAAC,CAAC,CAAC,EAAE1B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEW,EAAa,GAAgBrC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BlD,EAAKiD,EAA0B,CAAC,SAAsBjD,EAAKvB,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,0BAA0B,iBAAiBsD,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKxB,GAAa,CAAC,UAAU,GAAG,UAAU,GAAG,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,UAAU,MAAM,UAAU,qBAAqB,UAAU0E,EAAe,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,qBAAqB,GAAGjE,GAAqB,CAAC,UAAU,CAAC,UAAUiE,EAAe,CAAC,EAAE,UAAU,iBAAiB,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,iBAAiB,CAAC,EAAE5B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEY,EAAa,GAAgBtC,EAAKpB,GAAe,CAAC,iBAAiB,CAAC,QAAQ,IAAI,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,WAAW,sBAAsB,GAAK,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,SAAsBoB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBoD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG9C,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBqB,EAAWE,EAAS,CAAC,SAAsBF,EAAKrB,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,kFAAkF,8PAA8P,iJAAiJ,4HAA4H,+WAA+W,yEAAyE,gIAAgI,mbAAmb,iRAAiR,iOAAiO,2GAA2G,8aAA8a,EAQ9hgBC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,WAAW,WAAW,WAAW,WAAW,WAAW,WAAW,WAAW,WAAW,UAAU,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG9E,EAAiB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECR78BoF,GAAU,UAAU,CAAC,wBAAwB,qBAAqB,4BAA4B,sBAAsB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,mnCAAmnC,EAAeC,GAAU,eCA/kD,IAAMC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAmB,CAACJ,EAAEC,IAAI,oBAAoBA,IAAUI,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWP,GAAmCI,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,eAAe,YAAY,cAAc,YAAY,cAAc,YAAY,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,SAAAC,EAAS,SAAAC,EAAS,YAAAC,EAAY,WAAAC,EAAW,OAAAC,EAAO,GAAAC,EAAG,eAAAC,EAAe,SAAAC,EAAS,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAM,MAAM,CAAC,GAAGR,EAAM,WAAWC,EAAKR,GAAkDO,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,CAAC,IAAI,uFAAuF,OAAO,gQAAgQ,EAAE,WAAWC,EAAMJ,GAA6BE,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,MAAM,WAAWC,EAAMN,GAA4CG,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,WAAW,WAAWC,EAAMd,GAA4CU,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,CAAC,IAAI,sEAAsE,EAAE,WAAWC,EAAMT,GAA8DI,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,kBAAkB,SAASE,GAAOD,EAAuClB,GAAwBY,EAAM,OAAO,KAAK,MAAMM,IAAyC,OAAOA,EAAuCN,EAAM,WAAW,MAAMO,IAAQ,OAAOA,EAAM,YAAY,UAAUf,GAAqDQ,EAAM,UAAU,WAAWQ,EAAMjB,GAA4CS,EAAM,aAAa,MAAMQ,IAAQ,OAAOA,EAAM,kSAAkS,CAAE,EAAQC,GAAuB,CAACT,EAAMlC,IAAekC,EAAM,iBAAwBlC,EAAS,KAAK,GAAG,EAAEkC,EAAM,iBAAwBlC,EAAS,KAAK,GAAG,EAAU4C,GAA6BC,EAAW,SAASX,EAAMY,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAlD,EAAQ,UAAAmD,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAErC,GAASW,CAAK,EAAO,CAAC,YAAA2B,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApE,CAAQ,EAAEqE,GAAgB,CAAC,WAAA1E,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyE,EAAiB3B,GAAuBT,EAAMlC,CAAQ,EAAO,CAAC,sBAAAuE,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAmBH,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAmBL,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAYN,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAaP,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQW,GAAaR,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQY,EAAYT,EAAsB,SAASI,IAAO,CAACR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQtB,IAAc,YAA6CuB,GAAa,IAAQvB,IAAc,YAA6CwB,GAAa,IAAQxB,IAAc,YAA6CyB,GAAsBC,EAAM,EAAQC,GAAsB,CAAarC,GAAuBA,GAAuBA,EAAS,EAAQsC,EAAkBC,GAAqB,EAAE,OAAoBxE,EAAKyE,EAAY,CAAC,GAAGvC,GAA4CkC,GAAgB,SAAsBpE,EAAKC,GAAS,CAAC,QAAQnB,EAAS,QAAQ,GAAM,SAAsBkB,EAAKR,GAAW,CAAC,MAAMP,GAAY,SAAsBe,EAAK0E,GAAK,CAAC,OAAO,YAAY,GAAG9F,GAAqB,CAAC,UAAU,CAAC,KAAKyD,CAAS,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/C,EAAKE,EAAO,EAAE,CAAC,GAAGwC,EAAU,GAAGI,EAAgB,UAAU,GAAG6B,EAAGjG,GAAkB,GAAG4F,GAAsB,gBAAgBrC,EAAUW,CAAU,mBAAmB,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,EAAmB,IAAI5B,GAA6BmC,GAAK,MAAM,CAAC,GAAG/B,CAAK,EAAE,GAAGpD,GAAqB,CAAC,UAAU,CAAC,mBAAmB,cAAc,aAAa,OAAU,MAAMkF,CAAW,EAAE,UAAU,CAAC,mBAAmB,eAAe,aAAa,OAAU,aAAaJ,EAAkB,EAAE,UAAU,CAAC,mBAAmB,SAAS,aAAa,OAAU,MAAMG,EAAY,EAAE,UAAU,CAAC,mBAAmB,cAAc,aAAa,OAAU,MAAMD,EAAY,EAAE,UAAU,CAAC,mBAAmB,SAAS,aAAa,OAAU,MAAMD,EAAW,CAAC,EAAEhB,EAAYI,CAAc,EAAE,SAAsB6B,EAAM1E,EAAO,IAAI,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,EAAE,qBAAqB,IAAI,EAAE,kBAAkBlE,GAAmB,SAAS,CAAC,UAAU,CAAC,QAAQ,GAAG,EAAE,UAAU,CAAC,QAAQ,GAAG,EAAE,UAAU,CAAC,QAAQ,GAAG,CAAC,EAAE,GAAGN,GAAqB,CAAC,UAAU,CAAC,kBAAkB,MAAS,EAAE,UAAU,CAAC,kBAAkB,MAAS,CAAC,EAAE+D,EAAYI,CAAc,EAAE,SAAS,CAAc/C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,QAAQ,GAAG,EAAE,SAAsBwB,EAAM1E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBkD,EAAiB,SAAS,YAAY,SAAS,CAAcpD,EAAK6E,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQC,GAAwFP,GAAkB,GAAI,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,MAAM,QAAQ,GAAGlF,GAAkB+C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,gBAAgB,mBAAmB,KAAK,iBAAiBgB,EAAiB,SAAS,YAAY,GAAGxE,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQkG,GAAwFP,GAAkB,GAAI,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,MAAM,QAAQ,GAAGlF,GAAkB+C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQ0C,GAAwFP,GAAkB,GAAI,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,MAAM,QAAQ,GAAGlF,GAAkB+C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,GAAG,eAAe,IAAI,QAAQ0C,GAAwFP,GAAkB,GAAI,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,MAAM,QAAQ,GAAGlF,GAAkB+C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,EAAe/C,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kSAAkS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKd,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG1D,GAAqB,CAAC,UAAU,CAAC,SAAsBoB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,qDAAqD,qBAAqB,SAAS,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,kSAAkS,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,sBAAsB,CAAC,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,EAAEkB,GAAY,GAAgBjE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKb,EAAU,kBAAkBrD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE+E,GAAY,GAAgBjE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkBtD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE+E,GAAY,GAAgBjE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKX,EAAU,kBAAkBvD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEgF,GAAa,GAAgBlE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKb,EAAU,kBAAkBrD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEgF,GAAa,GAAgBlE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkBtD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEgF,GAAa,GAAgBlE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKX,EAAU,kBAAkBvD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEiF,GAAa,GAAgBnE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKb,EAAU,kBAAkBhD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE4E,GAAa,GAAgBnE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkBjD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE4E,GAAa,GAAgBnE,EAAK+E,GAAS,CAAC,sBAAsB,GAAK,SAAsB/E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBkD,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKX,EAAU,kBAAkBlD,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAK6E,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAAwFP,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,GAAG,oBAAiFA,GAAkB,QAAS,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,GAAGlF,GAAkB8C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBiB,EAAiB,SAAS,YAAY,GAAGxE,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQkG,GAAwFP,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,GAAG,oBAAiFA,GAAkB,QAAS,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,GAAGlF,GAAkB8C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ2C,GAAwFP,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,GAAG,oBAAiFA,GAAkB,QAAS,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,YAAY,IAAI,WAAW,KAAK,MAAmEA,GAAkB,OAAQ,QAAQ,GAAGlF,GAAkB8C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQiC,GAAI,CAAC,kFAAkF,kFAAkF,sGAAsG,gPAAgP,mIAAmI,0SAA0S,kHAAkH,oKAAoK,wOAAwO,yOAAyO,0OAA0O,wMAAwM,wMAAwM,wMAAwM,kOAAkO,mXAAmX,0EAA0E,8FAA8F,ubAAub,kHAAkH,8FAA8F,4EAA4E,6GAA6G,8DAA8D,+DAA+D,+DAA+D,ubAAub,8IAA8I,2KAA2K,8FAA8F,0FAA0F,+DAA+D,+DAA+D,gEAAgE,ubAAub,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAS7svBC,GAAgBC,EAAQxD,GAAUsD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,iBAAiBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,eAAe,SAAS,cAAc,SAAS,aAAa,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,+HAA+H,MAAM,cAAc,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,wBAAwB,wGAAwG,MAAM,YAAY,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,eAAe,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,mSAAmS,gBAAgB,GAAM,MAAM,YAAY,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,kBAAkB,gBAAgB,GAAM,MAAM,kBAAkB,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,WAAW,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,MAAM,MAAM,MAAM,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTr9F,IAAMC,GAAmBC,EAASC,EAAa,EAAQC,GAAkBF,EAASG,EAAY,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAW,CAAC,CAAC,MAAAD,EAAM,SAAAE,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWN,GAAmCG,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,SAAAC,EAAS,SAAAC,EAAS,SAAAC,EAAS,YAAAC,EAAY,WAAAC,EAAW,OAAAC,EAAO,GAAAC,EAAG,eAAAC,EAAe,SAAAC,EAAS,iBAAAC,EAAiB,sBAAAC,EAAsB,MAAAC,EAAM,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAMC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGX,EAAM,WAAWC,EAAKf,GAA4Cc,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,CAAC,IAAI,sEAAsE,EAAE,WAAWC,EAAMd,GAA4CY,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,qBAAqB,WAAWC,EAAMN,GAAmCG,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,aAAa,WAAWC,EAAMN,GAA6BE,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,MAAM,WAAWC,EAAMf,GAAkDU,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,CAAC,IAAI,wFAAwF,OAAO,gQAAgQ,EAAE,WAAWC,EAAMV,GAAmFI,EAAM,aAAa,MAAMM,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMd,GAA8DO,EAAM,aAAa,MAAMO,IAAQ,OAAOA,EAAM,kBAAkB,UAAUlB,GAAqDW,EAAM,UAAU,SAASS,GAAOD,EAAuCxB,GAAwBgB,EAAM,OAAO,KAAK,MAAMQ,IAAyC,OAAOA,EAAuCR,EAAM,WAAW,MAAMS,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMvB,GAA4Ca,EAAM,aAAa,MAAMU,IAAQ,OAAOA,EAAM,mSAAmS,WAAWC,EAAMjB,GAA4CM,EAAM,aAAa,MAAMW,IAAQ,OAAOA,EAAM,WAAW,UAAUhB,GAAoEK,EAAM,SAAS,CAAE,EAAQY,GAAuB,CAACZ,EAAMlC,IAAekC,EAAM,iBAAwBlC,EAAS,KAAK,GAAG,EAAEkC,EAAM,iBAAwBlC,EAAS,KAAK,GAAG,EAAU+C,GAA6BC,EAAW,SAASd,EAAMe,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArD,EAAQ,UAAAsD,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEhD,GAASe,CAAK,EAAO,CAAC,YAAAkC,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3E,CAAQ,EAAE4E,GAAgB,CAAC,WAAAjF,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgF,GAAiB/B,GAAuBZ,EAAMlC,CAAQ,EAAQ8E,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBtE,EAAKuE,EAAY,CAAC,GAAG9B,GAA4CyB,GAAgB,SAAsBlE,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKR,GAAW,CAAC,MAAMH,GAAY,SAAsBmF,EAAMtE,EAAO,IAAI,CAAC,GAAGmD,EAAU,GAAGI,EAAgB,UAAUgB,EAAG3F,GAAkB,GAAGsF,GAAsB,gBAAgB5B,EAAUe,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,GAAiB,SAAS,YAAY,IAAI5B,GAA6B6B,GAAK,MAAM,CAAC,GAAGzB,CAAK,EAAE,GAAGvD,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEsE,EAAYI,CAAc,EAAE,SAAS,CAAc1D,EAAK0E,EAA0B,CAAC,OAAO,IAAI,MAAmEL,GAAkB,OAAQ,QAAQ,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAGrF,GAAqB,CAAC,UAAU,CAAC,OAAO,KAAK,IAAI,IAAiEqF,GAAkB,QAAS,KAAK,EAAE,OAAO,CAAC,EAAE,EAAE,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,GAAG,KAAK,IAAI,IAAiEA,GAAkB,QAAS,KAAK,EAAE,OAAO,CAAC,EAAE,EAAE,MAAM,KAAK,EAAE,EAAE,EAAE,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAsB1D,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6D,GAAiB,SAAS,sBAAsB,SAAsB/D,EAAKtB,GAAc,CAAC,UAAUY,GAAkBsD,CAAS,EAAE,UAAUQ,EAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUD,EAAU,UAAU7D,GAAkBuD,CAAS,EAAE,UAAUK,EAAU,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUH,EAAU,MAAM,OAAO,UAAUD,EAAU,GAAG9D,GAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEsE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB6D,GAAiB,SAAS,YAAY,SAAsBS,EAAMtE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB6D,GAAiB,SAAS,YAAY,SAAS,CAAc/D,EAAK2E,GAAS,CAAC,sBAAsB,GAAK,SAAsB3E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,+FAA+F,0BAA0B,WAAW,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,oBAAoB,EAAE,iBAAiB6D,GAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,sEAAsE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKrB,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAG1D,GAAqB,CAAC,UAAU,CAAC,SAAsBgB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,+FAA+F,0BAA0B,WAAW,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoD,EAAYI,CAAc,CAAC,CAAC,EAAe1D,EAAK2E,GAAS,CAAC,sBAAsB,GAAK,SAAsB3E,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,qDAAqD,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6FAA6F,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,uBAAuB,EAAE,iBAAiB6D,GAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKpB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEM,GAAwBjD,EAAK0E,EAA0B,CAAC,OAAO,GAAG,GAAgEL,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,GAAGrF,GAAqB,CAAC,UAAU,CAAC,GAAgEqF,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,GAAG,KAAK,IAAI,IAAiEA,GAAkB,QAAS,KAAK,EAAE,OAAO,CAAC,EAAE,EAAE,MAAM,KAAK,EAAE,KAAK,IAAI,IAAiEA,GAAkB,QAAS,KAAK,EAAE,OAAO,CAAC,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,KAAkEA,GAAkB,QAAS,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,EAAE,EAAE,GAAG,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAsB1D,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB6D,GAAiB,SAAS,sBAAsB,SAAsB/D,EAAKpB,GAAa,CAAC,UAAU,GAAG,UAAU,EAAE,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,UAAU,gBAAgB,UAAU,qBAAqB,UAAUoE,EAAU,QAAQ,YAAY,MAAM,OAAO,UAAU,MAAM,GAAGhE,GAAqB,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC,EAAEsE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,kFAAkF,oQAAoQ,wGAAwG,2RAA2R,8RAA8R,oMAAoM,wGAAwG,81BAA81B,8DAA8D,6DAA6D,8vBAA8vB,+EAA+E,yFAAyF,2EAA2E,wFAAwF,iIAAiI,6vBAA6vB,EASnmfC,GAAgBC,EAAQ7C,GAAU2C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,aAAa,YAAY,GAAG,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,qBAAqB,YAAY,GAAG,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,wBAAwB,+HAA+H,MAAM,cAAc,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,wBAAwB,wGAAwG,MAAM,YAAY,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,mSAAmS,gBAAgB,GAAM,MAAM,YAAY,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,eAAe,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,qBAAqB,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,YAAY,sCAAsC,MAAM,4BAA4B,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,kBAAkB,gBAAgB,GAAM,YAAY,GAAG,MAAM,kBAAkB,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,WAAW,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,MAAM,MAAM,MAAM,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGrG,GAAmB,GAAGG,EAAiB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTr8EwG,GAAU,UAAU,CAAC,wBAAwB,uBAAuB,4BAA4B,sBAAsB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,aAAa,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,wnCAAwnC,8qCAA8qC,0qCAA0qC,EAAeC,GAAU,eCAp8F,IAAMC,GAAkBC,EAASC,EAAY,EAAQC,GAASF,EAASG,EAAG,EAAQC,GAAoBJ,EAASK,EAAc,EAAQC,GAAmCC,GAA0BC,EAAS,EAAQC,GAAoBT,EAASU,EAAc,EAAQC,GAAWX,EAASY,EAAK,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAeF,GAAOG,EAAQ,EAAQC,GAAkBlB,EAASmB,EAAY,EAAQC,GAAgBN,GAAON,EAAS,EAAQa,GAAgBrB,EAASsB,EAAU,EAAQC,GAAkCC,GAAwBF,EAAU,EAAQG,GAAczB,EAAS0B,EAAQ,EAAQC,GAAY3B,EAAS4B,EAAM,EAAQC,GAAkB7B,EAAS8B,EAAY,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,KAAK,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,OAAOF,GAAW,WAAW,GAAG,aAAa,OAAO,WAAWC,GAAY,QAAQ,UAAU,KAAK,QAAQ,EAAQE,GAAY,CAAC,OAAOH,GAAW,UAAU,GAAG,aAAa,OAAO,WAAWC,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAASA,GAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAO,CAAC,UAAU,QAAQ,UAAUrC,GAAa,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,SAAS,WAAWK,GAAY,QAAQ,WAAW,EAAQiC,GAAQ,CAAC,UAAU,QAAQ,UAAUtC,GAAa,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,SAAS,WAAWK,GAAY,QAAQ,WAAW,EAAQkC,GAAQ,CAAC,UAAU,SAAS,UAAUvC,GAAa,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,SAAS,WAAWuB,GAAY,QAAQ,WAAW,EAAQiB,GAA6BC,EAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEpB,GAASI,CAAK,EAAQiB,GAAU,IAAI,CAAC,IAAMC,EAAUxB,GAAiB,OAAUe,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,GAAU,SAAS,cAAc,qBAAqB,EAAKA,GAAWA,GAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,GAAU,SAAS,cAAc,MAAM,EAAEA,GAAU,aAAa,OAAO,QAAQ,EAAEA,GAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,EAAS,GAAI,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,GAAmB,IAAI,CAAC,IAAMF,EAAUxB,GAAiB,OAAUe,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,IAAyBA,GAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,KAA0B,QAAcA,GAAwB,aAAa,UAAUH,EAAU,QAAQ,EAAG,IAAMI,GAAQJ,EAAU,cAAc,GAAGI,GAAQ,CAAC,IAAMC,GAAK,SAAS,KAAKA,GAAK,UAAU,QAAQC,IAAGA,GAAE,WAAW,cAAc,GAAGD,GAAK,UAAU,OAAOC,EAAC,CAAC,EAAED,GAAK,UAAU,IAAI,GAAGL,EAAU,4BAA4B,EAAG,MAAM,IAAI,CAAII,IAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,4BAA4B,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,CAAmB,EAAEC,GAA8BZ,EAAQhD,GAAY,EAAK,EAAQ6D,EAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,CAAK,EAAEC,GAAyB,MAAS,EAAQC,EAAgB,CAAC,CAAC,QAAAC,EAAQ,eAAAC,EAAc,IAAIL,EAAsB,SAASM,KAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,EAAWC,EAAO,IAAI,EAAQC,EAAUC,GAAkB,WAAW,EAAQC,EAAWH,EAAO,IAAI,EAAQI,EAAWF,GAAkB,WAAW,EAAQG,EAAWL,EAAO,IAAI,EAAQM,EAAOC,GAAU,EAAQC,EAAWN,GAAkB,WAAW,EAAQO,EAAWT,EAAO,IAAI,EAAQU,EAAY,IAAS/E,GAAU,EAAiByD,IAAc,YAAtB,GAAmEuB,EAAWT,GAAkB,WAAW,EAAQU,EAAWZ,EAAO,IAAI,EAAQa,EAAWb,EAAO,IAAI,EAAQc,EAAWd,EAAO,IAAI,EAAQe,EAAWf,EAAO,IAAI,EAAQgB,GAAWhB,EAAO,IAAI,EAAQiB,GAAYjB,EAAO,IAAI,EAAQkB,GAAWhB,GAAkB,WAAW,EAAQiB,GAAa,IAAQ,CAACxF,GAAU,GAAiByD,IAAc,YAA6CgC,EAAWlB,GAAkB,WAAW,EAAQmB,GAAWnB,GAAkB,WAAW,EAAQoB,GAAYtB,EAAO,IAAI,EAAQuB,GAAWrB,GAAkB,WAAW,EAAQsB,GAAWtB,GAAkB,WAAW,EAAQuB,GAAWvB,GAAkB,WAAW,EAAQwB,GAAsBC,EAAM,EAAQC,EAAsB,CAAapD,GAAuBA,GAAuBA,EAAS,EAAE,OAAAqD,GAAiB,CAAC,UAAU7D,GAAQ,SAASD,GAAQ,OAAOD,EAAM,CAAC,EAAsBgE,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAlG,EAAiB,EAAE,SAAsBmG,EAAMC,EAAY,CAAC,GAAGxD,GAA4CiD,GAAgB,SAAS,CAAcI,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,qBAAqB,MAAS,EAAE,UAAU,CAAC,qBAAqB,MAAS,CAAC,EAAE,SAAsB4C,EAAMtH,EAAO,IAAI,CAAC,GAAGiE,EAAU,UAAUwD,EAAGvG,GAAkB,GAAGgG,EAAsB,gBAAgBpD,CAAS,EAAE,qBAAqB,SAAS,IAAIL,GAA6B4B,EAAK,MAAM,CAAC,GAAGxB,CAAK,EAAE,SAAS,CAAcuD,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,0BAA0B,SAAsB2H,EAAKlI,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekI,EAAK5F,GAAQ,CAAC,SAAS0D,GAAsBkC,EAAKO,GAAU,CAAC,SAAsBP,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBJ,EAAM/H,GAAmC,CAAC,QAAQ+B,GAAU,UAAU,2BAA2B,wBAAwB,UAAU,GAAG,UAAU,QAAQC,GAAW,aAAa,GAAK,UAAU,GAAK,SAAS,CAAc6F,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,sBAAsB,QAAQQ,EAAQ,QAAQ,YAAY,WAAW,EAAE,UAAU,CAAC,UAAU,qBAAqB,CAAC,EAAE,SAAsBkC,EAAKhI,GAAI,CAAC,UAAU6F,EAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,UAAU,sBAAsB,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQA,EAAQ,QAAQ,YAAY,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAekC,EAAKQ,GAAgB,CAAC,SAAS1C,EAAQ,SAAsBkC,EAAKO,GAAU,CAAC,SAA+BE,GAA0BP,EAAYQ,EAAS,CAAC,SAAS,CAAcV,EAAKpH,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIkF,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAekC,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,EAAE,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,2BAA2B,qBAAqB,SAAS,wBAAwB,UAAU,SAAsB2H,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAK9H,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,cAAc,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegI,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,KAAK,eAAe,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,eAAe,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKlH,GAAS,CAAC,sBAAsB,GAAK,SAAsBkH,EAAWU,EAAS,CAAC,SAAsBR,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,aAA0BF,EAAK,KAAK,CAAC,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,OAAOnF,GAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemF,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,IAAI,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,0BAA0B,SAAsB2H,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAKzH,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2H,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,GAAG/B,EAAU,KAAK,WAAW,IAAIE,EAAK,SAAS,CAAc6B,EAAMxH,GAAgB,CAAC,yBAAyB,GAAM,iBAAiB,EAAE,mCAAmC,GAAK,gBAAgB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,SAAS,CAAcsH,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQqD,EAA0B,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,sBAAsB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQA,EAA0B,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,sBAAsB,IAAI,uEAAuE,OAAO,oWAAoW,CAAC,CAAC,EAAE,SAAsBX,EAAKY,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,EAA0B,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,oBAAoB,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAeX,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,QAAQ,SAAsBA,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,2BAA2B,SAAsB2H,EAAKvH,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyH,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,GAAG5B,EAAW,KAAK,qBAAqB,IAAIC,EAAK,SAAS,CAAc2B,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKlH,GAAS,CAAC,sBAAsB,GAAK,SAAsBkH,EAAWU,EAAS,CAAC,SAAsBV,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iEAAiE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,OAAOlF,GAAY,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAekF,EAAKnH,GAAe,CAAC,kBAAkB,CAAC,WAAWoB,EAAW,EAAE,sBAAsB,GAAK,gBAAgBc,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBiF,EAAWU,EAAS,CAAC,SAAsBV,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAK,SAAS,CAAC,SAAS,iLAAiL,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,QAAQ,YAAY,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKa,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4Bd,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,kBAAkB,EAAE,UAAU,CAAC,EAAE,kBAAkB,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,GAAG,EAAE,mBAAmB,SAAsBN,EAAK/G,GAAgB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,SAAsBgF,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,GAAG,UAAU,GAAG,UAAUwD,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAG,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBd,EAAKhH,GAAa,CAAC,UAAU,GAAG,UAAU,GAAG,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,OAAO,UAAU,MAAM,UAAU,qBAAqB,UAAU8H,EAAc,CAAC,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeZ,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,GAAGxB,EAAW,KAAK,OAAO,IAAIC,EAAK,SAAS,CAACC,EAAY,GAAgBoB,EAAK,MAAM,CAAC,UAAU,+BAA+B,SAAsBA,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,yBAAyB,EAAE,KAAK,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,0BAA0B,GAAGwG,EAAW,IAAIM,GAAM,SAAsBa,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,IAAIwB,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,GAAG,IAAIC,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,GAAG,IAAIC,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,GAAG,IAAIC,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,IAAI,IAAIC,GAAK,OAAO,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBc,EAAK5G,GAAkC,CAAC,sBAAsB,GAAM,kBAAkB,CAAC,CAAC,IAAI0F,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,GAAG,IAAIC,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,GAAG,IAAIC,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,GAAG,IAAIC,EAAK,OAAO,WAAW,EAAE,CAAC,OAAO,IAAI,IAAIC,GAAK,OAAO,WAAW,CAAC,EAAE,oBAAoB,GAAG,qCAAqC,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,KAAK,uBAAuB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAGZ,GAAW,KAAK,cAAc,IAAIN,EAAK,SAAsBkB,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,yBAAyB,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,IAAI,EAAE,KAAK,SAAsBN,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,WAAWhC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,EAAE,UAAU,CAAC,kBAAkB,CAAC,WAAWO,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,CAAC,EAAE,SAAsBiF,EAAK/G,GAAgB,CAAC,UAAU,2BAA2B,qBAAqB,UAAU,mBAAmB,cAAc,KAAK,cAAc,SAAsB+G,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAKzG,GAAS,CAAC,UAAU4B,GAAY,CAAC,IAAI,uEAAuE,OAAO,kcAAkc,EAAE,EAAE,EAAE,UAAU,UAAU,UAAU,SAAS,UAAU,oBAAoB,OAAO,OAAO,GAAG,YAAY,UAAUA,GAAY,CAAC,IAAI,sEAAsE,OAAO,sKAAsK,EAAE,EAAE,EAAE,SAAS,YAAY,KAAK,cAAc,UAAU,GAAM,UAAU,wBAAwB,UAAU,iCAAiC,QAAQ,YAAY,UAAU,sGAAsG,MAAM,OAAO,UAAU,eAAe,UAAU,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,GAAa,GAAgBW,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,sDAAsD,SAAsB2H,EAAK7G,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkG,GAAa,GAAgBW,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,uDAAuD,SAAsB2H,EAAK7G,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAGV,EAAW,KAAK,cAAc,IAAIP,EAAK,SAAsBiB,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,yBAAyB,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBN,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,WAAWhC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,EAAE,UAAU,CAAC,kBAAkB,CAAC,WAAWO,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,CAAC,EAAE,SAAsBiF,EAAK/G,GAAgB,CAAC,UAAU,0BAA0B,qBAAqB,UAAU,GAAGsG,GAAW,IAAIC,GAAM,SAAsBQ,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAKzG,GAAS,CAAC,UAAU4B,GAAY,CAAC,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,UAAU,aAAa,UAAU,UAAU,UAAU,gBAAgB,OAAO,OAAO,GAAG,YAAY,UAAUA,GAAY,CAAC,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,EAAE,EAAE,SAAS,YAAY,UAAU,GAAM,UAAU,wBAAwB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,QAAQ,YAAY,UAAU,kNAA6M,MAAM,OAAO,UAAU,eAAe,UAAU,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,GAAa,GAAgBW,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,uDAAuD,SAAsB2H,EAAK7G,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6G,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,GAAGP,GAAW,KAAK,cAAc,IAAIT,EAAK,SAAsBgB,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,yBAAyB,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBN,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,WAAWhC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,EAAE,UAAU,CAAC,kBAAkB,CAAC,WAAWO,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,CAAC,EAAE,SAAsBiF,EAAK/G,GAAgB,CAAC,UAAU,2BAA2B,qBAAqB,UAAU,SAAsB+G,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAKzG,GAAS,CAAC,UAAU4B,GAAY,CAAC,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,EAAE,EAAE,UAAU,eAAe,UAAU,cAAc,UAAU,iBAAiB,OAAO,OAAO,GAAG,YAAY,UAAUA,GAAY,CAAC,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,EAAE,EAAE,SAAS,YAAY,UAAU,GAAM,UAAU,wBAAwB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,8BAA8B,QAAQ,YAAY,UAAU,4GAA4G,MAAM,OAAO,UAAU,oBAAoB,UAAU,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,GAAa,GAAgBW,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,sDAAsD,SAAsB2H,EAAK7G,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAGN,GAAW,KAAK,cAAc,IAAIT,EAAK,SAAsBe,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,yBAAyB,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBN,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,CAAC,WAAWhC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,EAAE,UAAU,CAAC,kBAAkB,CAAC,WAAWO,EAAW,EAAE,sBAAsB,GAAK,gBAAgBP,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,qBAAqB,MAAS,CAAC,EAAE,SAAsBiF,EAAK/G,GAAgB,CAAC,UAAU,2BAA2B,qBAAqB,UAAU,SAAsB+G,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAU,GAAK,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAKzG,GAAS,CAAC,UAAU4B,GAAY,CAAC,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,EAAE,EAAE,UAAU,YAAY,UAAU,QAAQ,UAAU,YAAY,OAAO,OAAO,GAAG,YAAY,UAAUA,GAAY,CAAC,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,EAAE,EAAE,SAAS,YAAY,UAAU,GAAM,UAAU,wBAAwB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,yBAAyB,QAAQ,YAAY,UAAU,mSAAmS,MAAM,OAAO,UAAU,eAAe,UAAU,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,GAAa,GAAgBW,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,sDAAsD,SAAsB2H,EAAK7G,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyF,EAAY,GAAgBoB,EAAK,MAAM,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,GAAGL,GAAW,KAAK,eAAe,IAAIT,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAec,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,KAAK,gBAAgB,SAAsBA,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsB0C,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,kBAAkB,EAAE,KAAK,SAAsBN,EAAK3H,GAAU,CAAC,UAAU,2BAA2B,SAAsB2H,EAAKI,EAAkB,CAAC,WAAW9C,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB0C,EAAKvG,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuG,EAAK,MAAM,CAAC,UAAUK,EAAGvG,GAAkB,GAAGgG,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQiB,GAAI,CAAC,kFAAkF,IAAIxF,GAAS,oDAAoD,gFAAgF,mSAAmS,yLAAyL,uIAAuI,4MAA4M,wIAAwI,gSAAgS,qYAAqY,wSAAwS,oSAAoS,yRAAyR,oPAAoP,sHAAsH,+SAA+S,qLAAqL,uIAAuI,0LAA0L,mNAAmN,qVAAqV,0RAA0R,6PAA6P,iPAAiP,mZAAmZ,qVAAqV,iIAAiI,gTAAgT,8RAA8R,8OAA8O,mVAAmV,2LAA2L,wTAAwT,sHAAsH,4SAA4S,iUAAiU,uHAAuH,s+GAAs+G,wDAAwDA,GAAS,w/BAAw/B,gCAAgCA,GAAS,+zEAA+zE,GAAewF,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAS789CC,GAAgBC,EAAQ9E,GAAU4E,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGpJ,GAAkB,GAAGG,GAAS,GAAGE,GAAoB,GAAGK,GAAoB,GAAGE,GAAW,GAAGO,GAAkB,GAAGG,GAAgB,GAAGI,GAAc,GAAGE,GAAY,GAAGE,GAAkB,GAAG0H,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAChpH,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,OAAO,sBAAwB,OAAO,6BAA+B,OAAO,uBAAyB,GAAG,oCAAsC,4JAA0L,yBAA2B,OAAO,sBAAwB,IAAI,yBAA2B,OAAO,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "checkCatchBoundary", "pregenerateKeyframes", "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", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "se", "o", "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", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1dxzevd", "args", "onAppear1rjh274", "onAppear1rayzgt", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "Framerc9WQhGygJ", "withCSS", "c9WQhGygJ_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearnfairw", "args", "onAppear1u1bdch", "onAppear1bylmpz", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerhKMP3ZcTE", "withCSS", "hKMP3ZcTE_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearv6vygq", "args", "onAppear1j1mx2x", "onAppear41zmhe", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerKmRNjrUkT", "withCSS", "KmRNjrUkT_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1x36u1s", "args", "onAppear8pz4v4", "onAppearn7zczy", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerNsoucH3gk", "withCSS", "NsoucH3gk_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearsky80x", "args", "onAppeargkmig", "onAppeartlae28", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerRblvgl0sB", "withCSS", "Rblvgl0sB_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppeargp2tjv", "args", "onAppearojdy5i", "onAppear1wvo8mr", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerxfKRMNxA7", "withCSS", "xfKRMNxA7_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1sszsg9", "args", "onAppearn42mi4", "onAppearkupkzt", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerXvU7MabFU", "withCSS", "XvU7MabFU_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppeartg1ydv", "args", "onAppear1fnowu3", "onAppeareo4hx2", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerYQvI06VFg", "withCSS", "YQvI06VFg_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "AnimatedImages02Fonts", "getFonts", "xfKRMNxA7_default", "AnimatedImages04CopyFonts", "Rblvgl0sB_default", "AnimatedImages03CopyFonts", "hKMP3ZcTE_default", "AnimatedImages01Copy2Fonts", "XvU7MabFU_default", "TickerFonts", "Ticker", "AnimatedImages05Fonts", "c9WQhGygJ_default", "AnimatedImages06Fonts", "NsoucH3gk_default", "AnimatedImages07Fonts", "YQvI06VFg_default", "AnimatedImages08Fonts", "KmRNjrUkT_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transformTemplate1", "_", "t", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerDlhlW_QA4", "withCSS", "DlhlW_QA4_default", "addPropertyControls", "ControlType", "addFonts", "CTAWithArrowFonts", "getFonts", "nFeAXANvp_default", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "Framerl1fFd8Tsm", "withCSS", "l1fFd8Tsm_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "transformTemplate2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backLogo", "backText", "desktopLink", "frontImage", "height", "id", "investmentYear", "location", "uRL", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "BypPoxMbo", "OpRiE_Xz2", "vLq7B2cxi", "zxMnAXikb", "rtLlK8Wf6", "LMUmJGBzF", "D3cWIviny", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterhwtsvt", "args", "onMouseLeavepli9xo", "onTapc7re63", "onTap1r18u22", "onTap1f2dsfg", "onTaps1yfge", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerLncbDKmWM", "withCSS", "LncbDKmWM_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardComponentFonts", "getFonts", "LncbDKmWM_default", "CTAWithArrowFonts", "nFeAXANvp_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backLogo", "backText", "category", "desktopLink", "frontImage", "height", "id", "investmentYear", "location", "tABLETMOBILELINK", "tABLETMOBILELINKONOFF", "title", "uRL", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_humanReadableVariantMap_props_variant", "_ref7", "_ref8", "_ref9", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fzOtf6oWf", "eusc60biG", "JmuzXW7bo", "DT00pk_im", "W0U3EAKt8", "tc1iTezIl", "ZjWmZ1EG8", "nzOqrumVs", "qHYXVly8U", "WXcgoAkwz", "GkIkW7bqL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FrameruIrGCuu2K", "withCSS", "uIrGCuu2K_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll", "NavFonts", "FJJw53xQx_default", "NavMenuOverlayFonts", "FJgpS8PFT_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "HeroBackgroundFonts", "DlhlW_QA4_default", "GrainFonts", "Grain", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "CTAWithArrowFonts", "nFeAXANvp_default", "ContainerWithFX", "WordbywordFonts", "l1fFd8Tsm_default", "WordbywordWithVariantAppearEffect", "withVariantAppearEffect", "WorkCardFonts", "uIrGCuu2K_default", "FooterFonts", "GV18L6UvA_default", "CustomCursorFonts", "chwCmeuk7_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "animation1", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation2", "transition3", "textEffect", "textEffect1", "animation3", "animation4", "transition4", "transition5", "addImageAlt", "image", "alt", "transition6", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "cursor1", "cursor2", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Fv5UOj18qwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "router", "useRouter", "elementId2", "ref4", "isDisplayed", "elementId3", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "elementId4", "isDisplayed1", "elementId5", "elementId6", "ref11", "elementId7", "elementId8", "elementId9", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "cx", "ComponentViewportProvider", "l", "AnimatePresence", "Ga", "x", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
