{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/MyhSiQh2qtCjNn8OQBnT/y1J7YqVZjp5YfXnOlXut/C70x_TOiF-0.js", "ssg:https://framerusercontent.com/modules/MyhSiQh2qtCjNn8OQBnT/y1J7YqVZjp5YfXnOlXut/C70x_TOiF-1.js", "ssg:https://framerusercontent.com/modules/MyhSiQh2qtCjNn8OQBnT/y1J7YqVZjp5YfXnOlXut/C70x_TOiF.js", "ssg:https://framerusercontent.com/modules/CvEfrpuBtEc8q5Jzx976/8zMUVJhhyzNnEtkwvoOl/GKqsff84H.js", "ssg:https://framerusercontent.com/modules/ETYAuqKnILI0Ux9tye84/BwenJIht6khwOGjKnOhW/D4y8ZqsuH.js", "ssg:https://framerusercontent.com/modules/fW60rJnPgOZpxETeeV1G/a6WUMa6olzXYdAUQWYWX/Q6Y_GNvhO.js"],
  "sourcesContent": ["var t,e=Object.create,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,s=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(t,e,n)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,u=(t,e)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},l=(t,e,s,o)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let u of i(e))a.call(t,u)||u===s||r(t,u,{get:()=>e[u],enumerable:!(o=n(e,u))||o.enumerable});return t;},h=(t,n,i)=>(i=null!=t?e(s(t)):{},l(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !n&&t&&t.__esModule?i:r(i,\"default\",{value:t,enumerable:!0}),t)),c=(t,e,r)=>o(t,\"symbol\"!=typeof e?e+\"\":e,r),f=u({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),g=h(f()),d={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},y=class{getOffset(){return this.offset;}ensureLength(t){let e=this.bytes.length;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=d.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=d.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=d.Uint32;this.ensureLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=d.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=d.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=d.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=d.Int32;this.ensureLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=d.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=d.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=d.Float64;this.ensureLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBytes(t){let e=this.offset,r=e+t,n=this.bytes.subarray(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBytes(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.bytes=t,c(this,\"offset\",0),c(this,\"view\"),c(this,\"decoder\",new TextDecoder),this.view=p(this.bytes);}};function p(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as v}from\"framer\";// ../../library/src/utils/utils.ts\nvar m=\"undefined\"!=typeof window,w=m&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction I(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function b(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar U=1024,S=1.5,k=t=>2**t-1,L=t=>-(2**(t-1)),B=t=>2**(t-1)-1,E={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:L(8),Int16:L(16),Int32:L(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},M={Uint8:k(8),Uint16:k(16),Uint32:k(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:B(8),Int16:B(16),Int32:B(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function T(t,e,r,n){I(t>=e,t,\"outside lower bound for\",n),I(t<=r,t,\"outside upper bound for\",n);}var F=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.bytes.slice(t,e);}subarray(t=0,e=this.offset){return this.bytes.subarray(t,e);}ensureLength(t){let e=this.bytes.length;if(this.offset+t<=e)return;let r=new Uint8Array(Math.ceil(e*S)+t);r.set(this.bytes),this.bytes=r,this.view=p(r);}writeUint8(t){T(t,E.Uint8,M.Uint8,\"Uint8\");let e=d.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){T(t,E.Uint16,M.Uint16,\"Uint16\");let e=d.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){T(t,E.Uint32,M.Uint32,\"Uint32\");let e=d.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){T(t,E.Uint64,M.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){T(t,E.BigUint64,M.BigUint64,\"BigUint64\");let e=d.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){T(t,E.Int8,M.Int8,\"Int8\");let e=d.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){T(t,E.Int16,M.Int16,\"Int16\");let e=d.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){T(t,E.Int32,M.Int32,\"Int32\");let e=d.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){T(t,E.Int64,M.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){T(t,E.BigInt64,M.BigInt64,\"BigInt64\");let e=d.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=d.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=d.Float64;this.ensureLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBytes(t){let e=t.length;this.ensureLength(e),this.bytes.set(t,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.length;this.writeUint32(r),this.writeBytes(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){c(this,\"offset\",0),c(this,\"bytes\",new Uint8Array(U)),c(this,\"view\",p(this.bytes)),c(this,\"encoder\",new TextEncoder),c(this,\"encodedStrings\",/* @__PURE__ */new Map);}};// src/utils/typeChecks.ts\nfunction N(t){return Number.isFinite(t);}function A(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar O=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return I(N(r),\"Invalid chunkId\"),I(N(n),\"Invalid offset\"),I(N(i),\"Invalid length\"),new t(r,n,i);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(e){let r=e.readUint16(),n=e.readUint32(),i=e.readUint32();return new t(r,n,i);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(I(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as x}from\"framer\";function P(t){if(A(t))return 0/* Null */;switch(t.type){case x.Array:return 1/* Array */;case x.Boolean:return 2/* Boolean */;case x.Color:return 3/* Color */;case x.Date:return 4/* Date */;case x.Enum:return 5/* Enum */;case x.File:return 6/* File */;case x.ResponsiveImage:return 10/* ResponsiveImage */;case x.Link:return 7/* Link */;case x.Number:return 8/* Number */;case x.Object:return 9/* Object */;case x.RichText:return 11/* RichText */;case x.String:return 12/* String */;default:b(t);}}function R(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:x.Array,value:n};}function q(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function _(e,r,n){let i=e.value.length,s=r.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=e.value[s],a=r.value[s],o=t.compare(i,a,n);if(0!==o)return o;}return 0;}function D(t){return{type:x.Boolean,value:0!==t.readUint8()};}function j(t,e){t.writeUint8(e.value?1:0);}function C(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function J(t){return{type:x.Color,value:t.readString()};}function W(t,e){t.writeString(e.value);}function $(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function z(t){let e=t.readInt64(),r=new Date(e);return{type:x.Date,value:r.toISOString()};}function G(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function K(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function H(t){return{type:x.Enum,value:t.readString()};}function V(t,e){t.writeString(e.value);}function X(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Q(t){return{type:x.File,value:t.readString()};}function Y(t,e){t.writeString(e.value);}function Z(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function tt(t){return{type:x.Link,value:t.readJson()};}function te(t,e){t.writeJson(e.value);}function tr(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tn(t){return{type:x.Number,value:t.readFloat64()};}function ti(t,e){t.writeFloat64(e.value);}function ts(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ta(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:x.Object,value:n};}function to(e,r){let n=Object.entries(r.value);for(let[r,i]of(e.writeUint16(n.length),n))e.writeString(r),t.write(e,i);}function tu(e,r,n){let i=Object.keys(e.value).sort(),s=Object.keys(r.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(o<u)return -1;if(o>u)return 1;let l=e.value[o]??null,h=r.value[u]??null,c=t.compare(l,h,n);if(0!==c)return c;}return 0;}function tl(t){return{type:x.ResponsiveImage,value:t.readJson()};}function th(t,e){t.writeJson(e.value);}function tc(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function tf(t){return{type:x.RichText,value:t.readUint32()};}function tg(t,e){t.writeUint32(e.value);}function td(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function ty(t){return{type:x.String,value:t.readString()};}function tp(t,e){t.writeString(e.value);}function tv(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return R(t);case 2/* Boolean */:return D(t);case 3/* Color */:return J(t);case 4/* Date */:return z(t);case 5/* Enum */:return H(t);case 6/* File */:return Q(t);case 7/* Link */:return tt(t);case 8/* Number */:return tn(t);case 9/* Object */:return ta(t);case 10/* ResponsiveImage */:return tl(t);case 11/* RichText */:return tf(t);case 12/* String */:return ty(t);default:b(e);}},t.write=function(t,e){let r=P(e);if(t.writeUint8(r),!A(e))switch(e.type){case x.Array:return q(t,e);case x.Boolean:return j(t,e);case x.Color:return W(t,e);case x.Date:return G(t,e);case x.Enum:return V(t,e);case x.File:return Y(t,e);case x.Link:return te(t,e);case x.Number:return ti(t,e);case x.Object:return to(t,e);case x.ResponsiveImage:return th(t,e);case x.RichText:return tg(t,e);case x.String:return tp(t,e);default:b(e);}},t.compare=function(t,e,r){let n=P(t),i=P(e);if(n<i)return -1;if(n>i)return 1;if(A(t)||A(e))return 0;switch(t.type){case x.Array:return I(e.type===x.Array),_(t,e,r);case x.Boolean:return I(e.type===x.Boolean),C(t,e);case x.Color:return I(e.type===x.Color),$(t,e);case x.Date:return I(e.type===x.Date),K(t,e);case x.Enum:return I(e.type===x.Enum),X(t,e);case x.File:return I(e.type===x.File),Z(t,e);case x.Link:return I(e.type===x.Link),tr(t,e);case x.Number:return I(e.type===x.Number),ts(t,e);case x.Object:return I(e.type===x.Object),tu(t,e,r);case x.ResponsiveImage:return I(e.type===x.ResponsiveImage),tc(t,e);case x.RichText:return I(e.type===x.RichText),td(t,e);case x.String:return I(e.type===x.String),tv(t,e,r);default:b(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar tm=class e{sortEntries(){this.entries.sort((e,r)=>{for(let n=0;n<this.fieldNames.length;n++){let i=e.values[n],s=r.values[n],a=t.compare(i,s,this.options.collation);if(0!==a)return a;}return e.pointer.compare(r.pointer);});}static deserialize(r){let n=new y(r),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new e(a,{collation:i}),u=n.readUint32();for(let e=0;e<u;e++){let e=[];for(let r=0;r<s;r++){let r=t.read(n);e.push(r);}let r=O.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new F;for(let t of(e.writeJson(this.options.collation),e.writeUint8(this.fieldNames.length),this.fieldNames))e.writeString(t);for(let r of(this.sortEntries(),e.writeUint32(this.entries.length),this.entries)){let{values:n,pointer:i}=r;for(let r of n)t.write(e,r);i.write(e);}return e.subarray();}addItem(t,e){let r=this.fieldNames.map(e=>t.getField(e)??null);this.entries.push({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,c(this,\"entries\",[]);}},tw=3,tI=250,tb=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tU=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tb.includes(n.status)||++r>tw)return n;}catch(t){if(e?.signal?.aborted||++r>tw)throw t;}await tS(r);}};async function tS(t){let e=Math.floor(tI*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tk(t,e){let r=tE(e),n=[],i=0;for(let t of r)n.push(`${t.from}-${t.to-1}`),i+=t.to-t.from;let s=new URL(t),a=n.join(\",\");s.searchParams.set(\"range\",a);let o=await tU(s);if(200!==o.status)throw Error(`Request failed: ${o.status} ${o.statusText}`);let u=await o.arrayBuffer(),l=new Uint8Array(u);if(l.length!==i)throw Error(\"Request failed: Unexpected response length\");let h=new tL,c=0;for(let t of r){let e=t.to-t.from,r=c+e,n=l.subarray(c,r);h.write(t.from,n),c=r;}return e.map(t=>h.read(t.from,t.to-t.from));}var tL=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(I(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tB(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(I(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tB(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){c(this,\"chunks\",[]);}};function tB(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tE(t){I(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}return r;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar tM=class{async loadModel(){let[t]=await tk(this.options.url,[this.options.range]);return I(t,\"Failed to load model\"),tm.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){I(t.length===this.fields.length,\"Invalid query length\");let e=await this.getModel(),r=t.reduce((t,e,r)=>t.flatMap(t=>{switch(e.type){case\"All\"/* All */:return[t];case\"Equals\"/* Equals */:return this.queryEquals(t,e,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(t,e,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(t,e,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(t,e,r);case\"Contains\"/* Contains */:return this.queryContains(t,e,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(t,e,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(t,e,r);default:b(e);}}),[e.entries]),n=[];for(let t of r)for(let e of t){let t={};for(let r=0;r<this.options.fieldNames.length;r++){let n=this.options.fieldNames[r],i=e.values[r];t[n]=i;}n.push({pointer:e.pointer.toString(),data:t});}return n;}queryEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=t.slice(n,i+1);return s.length>0?[s]:[];}queryNotEquals(t,e,r){let n=this.getLeftMost(t,r,e.value),i=this.getRightMost(t,r,e.value),s=[],a=t.slice(0,n);a.length>0&&s.push(a);let o=t.slice(i+1);return o.length>0&&s.push(o),s;}queryLessThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getRightMost(t,r,e.value),i=t.slice(0,n+1);return i.length>0?[i]:[];}let i=this.getLeftMost(t,r,e.value),s=t.slice(0,i);return s.length>0?[s]:[];}queryGreaterThan(t,e,r){let n=this.getRightMost(t,r,null);if(t=t.slice(n+1),e.inclusive){let n=this.getLeftMost(t,r,e.value),i=t.slice(n);return i.length>0?[i]:[];}let i=this.getRightMost(t,r,e.value),s=t.slice(i+1);return s.length>0?[s]:[];}queryContains(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==v.String||e.value?.type!==v.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.includes(n);});}queryStartsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==v.String||e.value?.type!==v.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.startsWith(n);});}queryEndsWith(t,e,r){return this.findItems(t,r,t=>{if(t?.type!==v.String||e.value?.type!==v.String)return!1;let r=t.value,n=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(r=r.toLowerCase(),n=n.toLowerCase()),r.endsWith(n);});}/**\n   * Returns the index of the left most entry that is equal to the target.\n   *\n   * ```text\n   *   Left most\n   *       \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the left most entry that is equal to the target.\n   */getLeftMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];0>t.compare(u,n,this.collation)?i=a+1:s=a;}return i;}/**\n   * Returns the index of the right most entry that is equal to the target.\n   *\n   * ```text\n   *              Right most\n   *                   \u2193\n   * \u250C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u252C\u2500\u2500\u2500\u2510\n   * \u2502 1 \u2502 2 \u2502 2 \u2502 2 \u2502 2 \u2502 3 \u2502\n   * \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518\n   * ```\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param target The target value to search for.\n   * @returns The index of the right most entry that is equal to the target.\n   */getRightMost(e,r,n){let i=0,s=e.length;for(;i<s;){let a=i+s>>1,o=e[a],u=o.values[r];t.compare(u,n,this.collation)>0?s=a:i=a+1;}return s-1;}/**\n   * Finds all items that are matching the predicate and groups adjacent items together.\n   *\n   * @param entries The entries array to search in.\n   * @param position The position of the value in the entry.\n   * @param predicate The predicate to match the values against.\n   * @returns An array of chunks that match the predicate.\n   */findItems(t,e,r){let n=[],i=0;for(let s=0;s<t.length;s++){let a=t[s],o=a.values[e],u=r(o);if(!u){if(i<s){let e=t.slice(i,s);n.push(e);}i=s+1;}}if(i<t.length){let e=t.slice(i);n.push(e);}return n;}constructor(t){this.options=t,c(this,\"schema\"),c(this,\"fields\"),c(this,\"supportedLookupTypes\",[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */]),c(this,\"modelPromise\"),c(this,\"model\"),c(this,\"collation\");let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];I(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r,this.collation=this.options.collation;}},tT=class e{static read(r){let n=new e,i=r.readUint16();for(let e=0;e<i;e++){let e=r.readString(),i=t.read(r);n.setField(e,i);}return n;}write(e){for(let[r,n]of(e.writeUint16(this.fields.size),this.fields))e.writeString(r),t.write(e,n);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){c(this,\"fields\",/* @__PURE__ */new Map);}},tF=class{scanItems(){return this.itemsPromise??=tU(this.url).then(async t=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer(),r=new Uint8Array(e),n=new y(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tT.read(n),r=n.getOffset()-t,s=new O(this.id,t,r),a=s.toString(),o={pointer:a,data:e.getData()};this.itemLoader.prime(a,o),i.push(o);}return i;}),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}constructor(t,e){this.id=t,this.url=e,c(this,\"itemsPromise\"),c(this,\"itemLoader\",new g.default(async t=>{let e=t.map(t=>{let e=O.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tk(this.url,e);return r.map((e,r)=>{let n=new y(e),i=tT.read(n),s=t[r];return I(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});}));}},tN=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=O.fromString(t),r=this.chunks[e.chunkId];return I(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=O.fromString(t.pointer),n=O.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,c(this,\"schema\"),c(this,\"indexes\"),c(this,\"resolveRichText\"),c(this,\"chunks\"),this.chunks=this.options.chunks.map((t,e)=>new tF(e,t)),this.schema=t.schema,this.indexes=t.indexes,this.resolveRichText=t.resolveRichText;}};export{tN as DatabaseCollection,tM as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let t=(t,e)=>async()=>{let i=await t();return i[e];},e=()=>import(\"./C70x_TOiF-2.js\"),i=[t(e,\"richText\"),t(e,\"richText1\"),t(e,\"richText2\"),t(e,\"richText3\"),t(e,\"richText4\"),t(e,\"richText5\"),t(e,\"richText6\"),t(e,\"richText7\"),t(e,\"richText8\"),t(e,\"richText9\"),t(e,\"richText10\"),t(e,\"richText11\"),t(e,\"richText12\"),t(e,\"richText13\"),t(e,\"richText14\"),t(e,\"richText15\"),t(e,\"richText16\"),t(e,\"richText17\"),t(e,\"richText18\"),t(e,\"richText19\"),t(e,\"richText20\"),t(e,\"richText21\"),t(e,\"richText22\"),t(e,\"richText23\"),t(e,\"richText24\")];export async function resolveRichText(t){let e=i[t];if(e)return await e();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as i}from\"framer\";import{DatabaseCollection as a}from\"./C70x_TOiF-0.js\";import{resolveRichText as r}from\"./C70x_TOiF-1.js\";let n={aALKtKcAA:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},nextItemId:{isNullable:!0,type:t.String},previousItemId:{isNullable:!0,type:t.String},VCa40yUPW:{isNullable:!0,type:t.String},yV1aGgaLF:{isNullable:!0,type:t.RichText}},o=new i,y=new l(o),u={collectionByLocaleId:{default:new a({chunks:[new URL(\"./C70x_TOiF-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/MyhSiQh2qtCjNn8OQBnT/y1J7YqVZjp5YfXnOlXut/C70x_TOiF.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:r,schema:n})},displayName:\"History\"};export default u;e(u,{aALKtKcAA:{defaultValue:\"\",title:\"Date\",type:t.String},VCa40yUPW:{title:\"Slug\",type:t.String},yV1aGgaLF:{defaultValue:\"\",title:\"Content\",type:t.RichText},previousItemId:{dataIdentifier:\"local-module:collection/C70x_TOiF:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/C70x_TOiF:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await y.get({from:{data:u,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"VCa40yUPW\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.VCa40yUPW;},async getRecordIdBySlug(e,t){let[l]=await y.get({from:{data:u,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"VCa40yUPW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerSlug\":\"VCa40yUPW\",\"framerColorSyntax\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerData\":\"\",\"framerRecordIdKey\":\"id\",\"framerCollectionUtils\":\"1\",\"framerContractVersion\":\"1\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerCollectionId\":\"C70x_TOiF\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7d51cf8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ControlType,cx,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as componentPresets from\"https://framerusercontent.com/modules/jCabl7Yx6mqvpN3hZHW8/P32fOrwEyTQ7nlQCBDKy/componentPresets.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/jikRRGMYxaPSXllzN08Q/brgvdKny4J6QjlCKFeW4/A9FA556dW.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pFnfBLdPBBOjTED24DJe/jtw2blRg3grGftIWawFT/Ay_NmTyId.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/0ORAzCE8eyZLX9GOPyV1/njgQkIAtsjPiMZFgnnkK/Cc2iZiijO.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/4pUVvBIw2pgnYt8O2Cgg/gTGLSdGi6iJbBGQoO3nc/eqmOd0icg.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/lMyWhhwjY2xYvINcvzJZ/49zpCV0vtku9fDQMX8O6/flTtZcyBt.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/H2GC0xhw9Sd62wfEe4e8/c8rt6lCGgw1diYacJES6/L6gDaEaIe.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/9R3AJf2H0nd6nCz7W92e/Gib0aMKNTphKhmmAe0Jb/md8i2N0bV.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/jjado34ZBAccFDiHEw81/0ovKhHPJgTGm4KuiojXZ/rh7lLhDF8.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/eHZhkSzDI4TULabWM15U/11eX2rQ6mU916bNpoJck/rUOaZyeg1.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/AW7baZqWs2csBrStw2JA/G8BN0wZClmLdZNF3sPbg/X9y530AFr.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/ukgkZe1IR3atEQZPbIdq/SDtVIhzevFFVdMtZF6cq/yFaLT5IKu.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/hSBeeaQR8WkBFJ2FUDPU/StoJp383wd0l0ySp4h9L/ytrO_6WiQ.js\";const cycleOrder=[\"h9STS1W3B\",\"BCgCkzuqA\"];const serializationHash=\"framer-90SsL\";const variantClassNames={BCgCkzuqA:\"framer-v-45osne\",h9STS1W3B:\"framer-v-u6yd47\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Bottom:\"BCgCkzuqA\",Top:\"h9STS1W3B\"};const getProps=({height,id,text,width,year,...props})=>{return{...props,UIy1cIqqd:text??props.UIy1cIqqd??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Founding of CARDIABASE By Dr Pascal Voirot, M.D\"})}),variant:humanReadableVariantMap[props.variant]??props.variant??\"h9STS1W3B\",yZpq2it4C:year??props.yZpq2it4C??\"2025\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,yZpq2it4C,UIy1cIqqd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"h9STS1W3B\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:600,pixelWidth:600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Y0vdbPZ7329cvMnKQ9RHeFbs.png\",srcSet:\"https://framerusercontent.com/images/Y0vdbPZ7329cvMnKQ9RHeFbs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y0vdbPZ7329cvMnKQ9RHeFbs.png 600w\"},className:cx(scopingClassNames,\"framer-u6yd47\",className,classNames),\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"h9STS1W3B\",ref:refBinding,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({BCgCkzuqA:{\"data-framer-name\":\"Bottom\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:600,pixelWidth:600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZxgyZOHWfoOYVBz9QF9dtNONpw.png\",srcSet:\"https://framerusercontent.com/images/ZxgyZOHWfoOYVBz9QF9dtNONpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZxgyZOHWfoOYVBz9QF9dtNONpw.png 600w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1b63fu5\",\"data-styles-preset\":\"Ay_NmTyId\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, rgb(255, 255, 255)))\"},children:\"2025\"})}),className:\"framer-1qlxcm6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AZCh5Hyg2\",style:{\"--extracted-1eung3n\":\"var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:yZpq2it4C,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/RezGgC4kMg0LcralWp4R/YouTube.js:Youtube\":componentPresets.props[\"s6z7e49qK\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"COwIiZQh_\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:UIy1cIqqd,className:\"framer-10vy8fo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Cdwib8mDb\",style:{\"--extracted-r6o4lv\":\"var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, rgb(255, 255, 255))\"},stylesPresetsClassNames:{a:\"framer-styles-preset-1fam4q\",blockquote:\"framer-styles-preset-1d66ujt\",code:\"framer-styles-preset-f5cqku\",h1:\"framer-styles-preset-u9wkma\",h2:\"framer-styles-preset-1c48v07\",h3:\"framer-styles-preset-dsf0r4\",h4:\"framer-styles-preset-1b63fu5\",h5:\"framer-styles-preset-11lp1nh\",h6:\"framer-styles-preset-mi7rmq\",img:\"framer-styles-preset-tzr4be\",p:\"framer-styles-preset-et6wdb\",table:\"framer-styles-preset-ccw03\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-90SsL.framer-17n5wut, .framer-90SsL .framer-17n5wut { display: block; }\",\".framer-90SsL.framer-u6yd47 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; min-height: 310px; overflow: hidden; padding: 40px 48px 48px 48px; position: relative; width: 300px; will-change: var(--framer-will-change-override, transform); }\",\".framer-90SsL .framer-1qlxcm6 { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-90SsL .framer-10vy8fo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-90SsL.framer-u6yd47 { gap: 0px; } .framer-90SsL.framer-u6yd47 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-90SsL.framer-u6yd47 > :first-child { margin-top: 0px; } .framer-90SsL.framer-u6yd47 > :last-child { margin-bottom: 0px; } }\",\".framer-90SsL.framer-v-45osne.framer-u6yd47 { justify-content: flex-end; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 310\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"310px\",null]},\"BCgCkzuqA\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"310px\",null]}}}\n * @framerVariables {\"yZpq2it4C\":\"year\",\"UIy1cIqqd\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGKqsff84H=withCSS(Component,css,\"framer-90SsL\");export default FramerGKqsff84H;FramerGKqsff84H.displayName=\"Cards/Date\";FramerGKqsff84H.defaultProps={height:310,width:300};addPropertyControls(FramerGKqsff84H,{variant:{options:[\"h9STS1W3B\",\"BCgCkzuqA\"],optionTitles:[\"Top\",\"Bottom\"],title:\"Variant\",type:ControlType.Enum},yZpq2it4C:{defaultValue:\"2025\",displayTextArea:false,title:\"Year\",type:ControlType.String},UIy1cIqqd:{defaultValue:\"<p>Founding of CARDIABASE By Dr Pascal Voirot, M.D</p>\",title:\"Text\",type:ControlType.RichText}});addFonts(FramerGKqsff84H,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"COwIiZQh_\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"COwIiZQh_\"]):[],...componentPresets.fonts?.[\"s6z7e49qK\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"s6z7e49qK\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGKqsff84H\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"310px\\\",null]},\\\"BCgCkzuqA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"310px\\\",null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"yZpq2it4C\\\":\\\"year\\\",\\\"UIy1cIqqd\\\":\\\"text\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"310\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"300\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GKqsff84H.map", "// Generated by Framer (7d51cf8)\nimport{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import History from\"https://framerusercontent.com/modules/MyhSiQh2qtCjNn8OQBnT/y1J7YqVZjp5YfXnOlXut/C70x_TOiF.js\";import CardsDate from\"https://framerusercontent.com/modules/CvEfrpuBtEc8q5Jzx976/8zMUVJhhyzNnEtkwvoOl/GKqsff84H.js\";const CardsDateFonts=getFonts(CardsDate);const SlideshowFonts=getFonts(Slideshow);const serializationHash=\"framer-uRXSu\";const variantClassNames={eIBRHhVB7:\"framer-v-cvflpn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const query=prequery=>prequery({from:{alias:\"z3FXCsPBw\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"z3FXCsPBw\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"z3FXCsPBw\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"z3FXCsPBw\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"z3FXCsPBw\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"z3FXCsPBw\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"ks1wTCQPv\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"ks1wTCQPv\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"ks1wTCQPv\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"ks1wTCQPv\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"ks1wTCQPv\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"ks1wTCQPv\",name:\"id\",type:\"Identifier\"}]});const query2=prequery=>prequery({from:{alias:\"vcJfCroj0\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"vcJfCroj0\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"vcJfCroj0\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"vcJfCroj0\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"vcJfCroj0\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"vcJfCroj0\",name:\"id\",type:\"Identifier\"}]});const query3=prequery=>prequery({from:{alias:\"DI8bhoVH9\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"DI8bhoVH9\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"DI8bhoVH9\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"DI8bhoVH9\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"DI8bhoVH9\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"DI8bhoVH9\",name:\"id\",type:\"Identifier\"}]});const query4=prequery=>prequery({from:{alias:\"tXOAHQIuS\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"tXOAHQIuS\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"tXOAHQIuS\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"tXOAHQIuS\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"tXOAHQIuS\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"tXOAHQIuS\",name:\"id\",type:\"Identifier\"}]});const query5=prequery=>prequery({from:{alias:\"jJZaqVfZT\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"jJZaqVfZT\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"jJZaqVfZT\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"jJZaqVfZT\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"jJZaqVfZT\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"jJZaqVfZT\",name:\"id\",type:\"Identifier\"}]});const query6=prequery=>prequery({from:{alias:\"rs6KX1JXW\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},orderBy:[{collection:\"rs6KX1JXW\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"rs6KX1JXW\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"rs6KX1JXW\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"rs6KX1JXW\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"rs6KX1JXW\",name:\"id\",type:\"Identifier\"}]});const query7=prequery=>prequery({from:{alias:\"GBXlJIFwG\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},orderBy:[{collection:\"GBXlJIFwG\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"GBXlJIFwG\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"GBXlJIFwG\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"GBXlJIFwG\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"GBXlJIFwG\",name:\"id\",type:\"Identifier\"}]});const query8=prequery=>prequery({from:{alias:\"nfaRZJwZR\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},orderBy:[{collection:\"nfaRZJwZR\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"nfaRZJwZR\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"nfaRZJwZR\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"nfaRZJwZR\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"nfaRZJwZR\",name:\"id\",type:\"Identifier\"}]});const query9=prequery=>prequery({from:{alias:\"sT46SNix6\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:9},orderBy:[{collection:\"sT46SNix6\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"sT46SNix6\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"sT46SNix6\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"sT46SNix6\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"sT46SNix6\",name:\"id\",type:\"Identifier\"}]});const query10=prequery=>prequery({from:{alias:\"jfcyZYqs4\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:10},orderBy:[{collection:\"jfcyZYqs4\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"jfcyZYqs4\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"jfcyZYqs4\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"jfcyZYqs4\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"jfcyZYqs4\",name:\"id\",type:\"Identifier\"}]});const query11=prequery=>prequery({from:{alias:\"SQAgUokmV\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:11},orderBy:[{collection:\"SQAgUokmV\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"SQAgUokmV\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"SQAgUokmV\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"SQAgUokmV\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"SQAgUokmV\",name:\"id\",type:\"Identifier\"}]});const query12=prequery=>prequery({from:{alias:\"uDdo4faAY\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:12},orderBy:[{collection:\"uDdo4faAY\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"uDdo4faAY\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"uDdo4faAY\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"uDdo4faAY\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"uDdo4faAY\",name:\"id\",type:\"Identifier\"}]});const query13=prequery=>prequery({from:{alias:\"odJ938mwY\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:13},orderBy:[{collection:\"odJ938mwY\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"odJ938mwY\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"odJ938mwY\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"odJ938mwY\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"odJ938mwY\",name:\"id\",type:\"Identifier\"}]});const query14=prequery=>prequery({from:{alias:\"h0VLk6zii\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:14},orderBy:[{collection:\"h0VLk6zii\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"h0VLk6zii\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"h0VLk6zii\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"h0VLk6zii\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"h0VLk6zii\",name:\"id\",type:\"Identifier\"}]});const query15=prequery=>prequery({from:{alias:\"mIGScbyug\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:15},orderBy:[{collection:\"mIGScbyug\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"mIGScbyug\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"mIGScbyug\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"mIGScbyug\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"mIGScbyug\",name:\"id\",type:\"Identifier\"}]});const query16=prequery=>prequery({from:{alias:\"qjAAzTM_M\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:16},orderBy:[{collection:\"qjAAzTM_M\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"qjAAzTM_M\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"qjAAzTM_M\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"qjAAzTM_M\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"qjAAzTM_M\",name:\"id\",type:\"Identifier\"}]});const query17=prequery=>prequery({from:{alias:\"WrtcceKzu\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:17},orderBy:[{collection:\"WrtcceKzu\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"WrtcceKzu\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"WrtcceKzu\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"WrtcceKzu\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"WrtcceKzu\",name:\"id\",type:\"Identifier\"}]});const query18=prequery=>prequery({from:{alias:\"kHl4kSjQW\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:18},orderBy:[{collection:\"kHl4kSjQW\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"kHl4kSjQW\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"kHl4kSjQW\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"kHl4kSjQW\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"kHl4kSjQW\",name:\"id\",type:\"Identifier\"}]});const query19=prequery=>prequery({from:{alias:\"V1q7lxsHA\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:19},orderBy:[{collection:\"V1q7lxsHA\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"V1q7lxsHA\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"V1q7lxsHA\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"V1q7lxsHA\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"V1q7lxsHA\",name:\"id\",type:\"Identifier\"}]});const query20=prequery=>prequery({from:{alias:\"teNc1lvo7\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:20},orderBy:[{collection:\"teNc1lvo7\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"teNc1lvo7\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"teNc1lvo7\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"teNc1lvo7\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"teNc1lvo7\",name:\"id\",type:\"Identifier\"}]});const query21=prequery=>prequery({from:{alias:\"FKRzKJUxT\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:21},orderBy:[{collection:\"FKRzKJUxT\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"FKRzKJUxT\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"FKRzKJUxT\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"FKRzKJUxT\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"FKRzKJUxT\",name:\"id\",type:\"Identifier\"}]});const query22=prequery=>prequery({from:{alias:\"tTejW1FWt\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:22},orderBy:[{collection:\"tTejW1FWt\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"tTejW1FWt\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"tTejW1FWt\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"tTejW1FWt\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"tTejW1FWt\",name:\"id\",type:\"Identifier\"}]});const query23=prequery=>prequery({from:{alias:\"fE1GIYDGX\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:23},orderBy:[{collection:\"fE1GIYDGX\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"fE1GIYDGX\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"fE1GIYDGX\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"fE1GIYDGX\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"fE1GIYDGX\",name:\"id\",type:\"Identifier\"}]});const query24=prequery=>prequery({from:{alias:\"ZWkHiGnL9\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:24},orderBy:[{collection:\"ZWkHiGnL9\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"ZWkHiGnL9\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"ZWkHiGnL9\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"ZWkHiGnL9\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"ZWkHiGnL9\",name:\"id\",type:\"Identifier\"}]});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,items,width,...props})=>{return{...props,iKwg7FhMU:items??props.iKwg7FhMU??3};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,iKwg7FhMU,aALKtKcAAz3FXCsPBw,yV1aGgaLFz3FXCsPBw,VCa40yUPWz3FXCsPBw,idz3FXCsPBw,aALKtKcAAks1wTCQPv,yV1aGgaLFks1wTCQPv,VCa40yUPWks1wTCQPv,idks1wTCQPv,aALKtKcAAvcJfCroj0,yV1aGgaLFvcJfCroj0,VCa40yUPWvcJfCroj0,idvcJfCroj0,aALKtKcAADI8bhoVH9,yV1aGgaLFDI8bhoVH9,VCa40yUPWDI8bhoVH9,idDI8bhoVH9,aALKtKcAAtXOAHQIuS,yV1aGgaLFtXOAHQIuS,VCa40yUPWtXOAHQIuS,idtXOAHQIuS,aALKtKcAAjJZaqVfZT,yV1aGgaLFjJZaqVfZT,VCa40yUPWjJZaqVfZT,idjJZaqVfZT,aALKtKcAArs6KX1JXW,yV1aGgaLFrs6KX1JXW,VCa40yUPWrs6KX1JXW,idrs6KX1JXW,aALKtKcAAGBXlJIFwG,yV1aGgaLFGBXlJIFwG,VCa40yUPWGBXlJIFwG,idGBXlJIFwG,aALKtKcAAnfaRZJwZR,yV1aGgaLFnfaRZJwZR,VCa40yUPWnfaRZJwZR,idnfaRZJwZR,aALKtKcAAsT46SNix6,yV1aGgaLFsT46SNix6,VCa40yUPWsT46SNix6,idsT46SNix6,aALKtKcAAjfcyZYqs4,yV1aGgaLFjfcyZYqs4,VCa40yUPWjfcyZYqs4,idjfcyZYqs4,aALKtKcAASQAgUokmV,yV1aGgaLFSQAgUokmV,VCa40yUPWSQAgUokmV,idSQAgUokmV,aALKtKcAAuDdo4faAY,yV1aGgaLFuDdo4faAY,VCa40yUPWuDdo4faAY,iduDdo4faAY,aALKtKcAAodJ938mwY,yV1aGgaLFodJ938mwY,VCa40yUPWodJ938mwY,idodJ938mwY,aALKtKcAAh0VLk6zii,yV1aGgaLFh0VLk6zii,VCa40yUPWh0VLk6zii,idh0VLk6zii,aALKtKcAAmIGScbyug,yV1aGgaLFmIGScbyug,VCa40yUPWmIGScbyug,idmIGScbyug,aALKtKcAAqjAAzTM_M,yV1aGgaLFqjAAzTM_M,VCa40yUPWqjAAzTM_M,idqjAAzTM_M,aALKtKcAAWrtcceKzu,yV1aGgaLFWrtcceKzu,VCa40yUPWWrtcceKzu,idWrtcceKzu,aALKtKcAAkHl4kSjQW,yV1aGgaLFkHl4kSjQW,VCa40yUPWkHl4kSjQW,idkHl4kSjQW,aALKtKcAAV1q7lxsHA,yV1aGgaLFV1q7lxsHA,VCa40yUPWV1q7lxsHA,idV1q7lxsHA,aALKtKcAAteNc1lvo7,yV1aGgaLFteNc1lvo7,VCa40yUPWteNc1lvo7,idteNc1lvo7,aALKtKcAAFKRzKJUxT,yV1aGgaLFFKRzKJUxT,VCa40yUPWFKRzKJUxT,idFKRzKJUxT,aALKtKcAAtTejW1FWt,yV1aGgaLFtTejW1FWt,VCa40yUPWtTejW1FWt,idtTejW1FWt,aALKtKcAAfE1GIYDGX,yV1aGgaLFfE1GIYDGX,VCa40yUPWfE1GIYDGX,idfE1GIYDGX,aALKtKcAAZWkHiGnL9,yV1aGgaLFZWkHiGnL9,VCa40yUPWZWkHiGnL9,idZWkHiGnL9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"eIBRHhVB7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cvflpn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"eIBRHhVB7\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yeok5p-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FC7yzSifQ-container\",nodeId:\"FC7yzSifQ\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",arrowGap:10,arrowPadding:-20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:48,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",id:\"FC7yzSifQ\",intervalControl:3,itemAmount:iKwg7FhMU,layoutId:\"FC7yzSifQ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",dotsGap:10,dotsInset:-37,dotSize:7,dotsOpacity:.3,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1khxu4o\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"z3FXCsPBw\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"z3FXCsPBw\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"z3FXCsPBw\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"z3FXCsPBw\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"z3FXCsPBw\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"z3FXCsPBw\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"z3FXCsPBw\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aALKtKcAA:aALKtKcAAz3FXCsPBw,id:idz3FXCsPBw,VCa40yUPW:VCa40yUPWz3FXCsPBw,yV1aGgaLF:yV1aGgaLFz3FXCsPBw},index)=>{aALKtKcAAz3FXCsPBw??=\"\";yV1aGgaLFz3FXCsPBw??=\"\";VCa40yUPWz3FXCsPBw??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`z3FXCsPBw-${idz3FXCsPBw}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWz3FXCsPBw},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cmvavp\",layoutDependency:layoutDependency,layoutId:\"tSU5ahVTN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cj4p13-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"h44lvqlrB-container\",nodeId:\"h44lvqlrB\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"h44lvqlrB\",layoutId:\"h44lvqlrB\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFz3FXCsPBw,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAz3FXCsPBw})})})})})},idz3FXCsPBw);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m8zu29\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"ks1wTCQPv\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ks1wTCQPv\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"ks1wTCQPv\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"ks1wTCQPv\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"ks1wTCQPv\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"ks1wTCQPv\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"ks1wTCQPv\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aALKtKcAA:aALKtKcAAks1wTCQPv,id:idks1wTCQPv,VCa40yUPW:VCa40yUPWks1wTCQPv,yV1aGgaLF:yV1aGgaLFks1wTCQPv},index1)=>{aALKtKcAAks1wTCQPv??=\"\";yV1aGgaLFks1wTCQPv??=\"\";VCa40yUPWks1wTCQPv??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ks1wTCQPv-${idks1wTCQPv}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWks1wTCQPv},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2pbx8\",layoutDependency:layoutDependency,layoutId:\"azXckZ2jz\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tdgu3j-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NAIJ9L10X-container\",nodeId:\"NAIJ9L10X\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"NAIJ9L10X\",layoutId:\"NAIJ9L10X\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFks1wTCQPv,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAks1wTCQPv})})})})})},idks1wTCQPv);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11afrlq\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"vcJfCroj0\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"vcJfCroj0\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"vcJfCroj0\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"vcJfCroj0\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"vcJfCroj0\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"vcJfCroj0\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"vcJfCroj0\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({aALKtKcAA:aALKtKcAAvcJfCroj0,id:idvcJfCroj0,VCa40yUPW:VCa40yUPWvcJfCroj0,yV1aGgaLF:yV1aGgaLFvcJfCroj0},index2)=>{aALKtKcAAvcJfCroj0??=\"\";yV1aGgaLFvcJfCroj0??=\"\";VCa40yUPWvcJfCroj0??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`vcJfCroj0-${idvcJfCroj0}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWvcJfCroj0},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17kmfcy\",layoutDependency:layoutDependency,layoutId:\"EGq8gzL5V\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4ncswu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"j1STblXYF-container\",nodeId:\"j1STblXYF\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"j1STblXYF\",layoutId:\"j1STblXYF\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFvcJfCroj0,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAvcJfCroj0})})})})})},idvcJfCroj0);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdy8nz\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"DI8bhoVH9\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"DI8bhoVH9\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"DI8bhoVH9\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"DI8bhoVH9\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"DI8bhoVH9\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"DI8bhoVH9\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"DI8bhoVH9\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({aALKtKcAA:aALKtKcAADI8bhoVH9,id:idDI8bhoVH9,VCa40yUPW:VCa40yUPWDI8bhoVH9,yV1aGgaLF:yV1aGgaLFDI8bhoVH9},index3)=>{aALKtKcAADI8bhoVH9??=\"\";yV1aGgaLFDI8bhoVH9??=\"\";VCa40yUPWDI8bhoVH9??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`DI8bhoVH9-${idDI8bhoVH9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWDI8bhoVH9},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uudbzk\",layoutDependency:layoutDependency,layoutId:\"oRiILJMrn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p1w2yi-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NeEM35NB_-container\",nodeId:\"NeEM35NB_\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"NeEM35NB_\",layoutId:\"NeEM35NB_\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFDI8bhoVH9,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAADI8bhoVH9})})})})})},idDI8bhoVH9);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rv0wti\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"tXOAHQIuS\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"tXOAHQIuS\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"tXOAHQIuS\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"tXOAHQIuS\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"tXOAHQIuS\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"tXOAHQIuS\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"tXOAHQIuS\",name:\"id\",type:\"Identifier\"}]},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({aALKtKcAA:aALKtKcAAtXOAHQIuS,id:idtXOAHQIuS,VCa40yUPW:VCa40yUPWtXOAHQIuS,yV1aGgaLF:yV1aGgaLFtXOAHQIuS},index4)=>{aALKtKcAAtXOAHQIuS??=\"\";yV1aGgaLFtXOAHQIuS??=\"\";VCa40yUPWtXOAHQIuS??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`tXOAHQIuS-${idtXOAHQIuS}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWtXOAHQIuS},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8bozgo\",layoutDependency:layoutDependency,layoutId:\"klneax4Rt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nxlpr0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"VXk3salMa-container\",nodeId:\"VXk3salMa\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"VXk3salMa\",layoutId:\"VXk3salMa\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFtXOAHQIuS,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAtXOAHQIuS})})})})})},idtXOAHQIuS);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s28p6f\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"jJZaqVfZT\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"jJZaqVfZT\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"jJZaqVfZT\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"jJZaqVfZT\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"jJZaqVfZT\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"jJZaqVfZT\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"jJZaqVfZT\",name:\"id\",type:\"Identifier\"}]},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({aALKtKcAA:aALKtKcAAjJZaqVfZT,id:idjJZaqVfZT,VCa40yUPW:VCa40yUPWjJZaqVfZT,yV1aGgaLF:yV1aGgaLFjJZaqVfZT},index5)=>{aALKtKcAAjJZaqVfZT??=\"\";yV1aGgaLFjJZaqVfZT??=\"\";VCa40yUPWjJZaqVfZT??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`jJZaqVfZT-${idjJZaqVfZT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWjJZaqVfZT},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gvxn0\",layoutDependency:layoutDependency,layoutId:\"lp1I137Mi\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2d2qw9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"bP3m_J9qJ-container\",nodeId:\"bP3m_J9qJ\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"bP3m_J9qJ\",layoutId:\"bP3m_J9qJ\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFjJZaqVfZT,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAjJZaqVfZT})})})})})},idjJZaqVfZT);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7fftmh\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"rs6KX1JXW\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rs6KX1JXW\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},orderBy:[{collection:\"rs6KX1JXW\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"rs6KX1JXW\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"rs6KX1JXW\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"rs6KX1JXW\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"rs6KX1JXW\",name:\"id\",type:\"Identifier\"}]},children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6?.map(({aALKtKcAA:aALKtKcAArs6KX1JXW,id:idrs6KX1JXW,VCa40yUPW:VCa40yUPWrs6KX1JXW,yV1aGgaLF:yV1aGgaLFrs6KX1JXW},index6)=>{aALKtKcAArs6KX1JXW??=\"\";yV1aGgaLFrs6KX1JXW??=\"\";VCa40yUPWrs6KX1JXW??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`rs6KX1JXW-${idrs6KX1JXW}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWrs6KX1JXW},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-elza9\",layoutDependency:layoutDependency,layoutId:\"tuOlTQDdF\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wxvsrf-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"yfxYAEqxn-container\",nodeId:\"yfxYAEqxn\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"yfxYAEqxn\",layoutId:\"yfxYAEqxn\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFrs6KX1JXW,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAArs6KX1JXW})})})})})},idrs6KX1JXW);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aitd2c\",\"data-framer-name\":\"8\",layoutDependency:layoutDependency,layoutId:\"GBXlJIFwG\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"GBXlJIFwG\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},orderBy:[{collection:\"GBXlJIFwG\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"GBXlJIFwG\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"GBXlJIFwG\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"GBXlJIFwG\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"GBXlJIFwG\",name:\"id\",type:\"Identifier\"}]},children:(collection7,paginationInfo7,loadMore7)=>/*#__PURE__*/_jsx(_Fragment,{children:collection7?.map(({aALKtKcAA:aALKtKcAAGBXlJIFwG,id:idGBXlJIFwG,VCa40yUPW:VCa40yUPWGBXlJIFwG,yV1aGgaLF:yV1aGgaLFGBXlJIFwG},index7)=>{aALKtKcAAGBXlJIFwG??=\"\";yV1aGgaLFGBXlJIFwG??=\"\";VCa40yUPWGBXlJIFwG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`GBXlJIFwG-${idGBXlJIFwG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWGBXlJIFwG},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k9e8un\",layoutDependency:layoutDependency,layoutId:\"k67KOEThO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w9wzl9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"CNoVWcxKC-container\",nodeId:\"CNoVWcxKC\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"CNoVWcxKC\",layoutId:\"CNoVWcxKC\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFGBXlJIFwG,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAGBXlJIFwG})})})})})},idGBXlJIFwG);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q8opmy\",\"data-framer-name\":\"9\",layoutDependency:layoutDependency,layoutId:\"nfaRZJwZR\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"nfaRZJwZR\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},orderBy:[{collection:\"nfaRZJwZR\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"nfaRZJwZR\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"nfaRZJwZR\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"nfaRZJwZR\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"nfaRZJwZR\",name:\"id\",type:\"Identifier\"}]},children:(collection8,paginationInfo8,loadMore8)=>/*#__PURE__*/_jsx(_Fragment,{children:collection8?.map(({aALKtKcAA:aALKtKcAAnfaRZJwZR,id:idnfaRZJwZR,VCa40yUPW:VCa40yUPWnfaRZJwZR,yV1aGgaLF:yV1aGgaLFnfaRZJwZR},index8)=>{aALKtKcAAnfaRZJwZR??=\"\";yV1aGgaLFnfaRZJwZR??=\"\";VCa40yUPWnfaRZJwZR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`nfaRZJwZR-${idnfaRZJwZR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWnfaRZJwZR},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xcuzyq\",layoutDependency:layoutDependency,layoutId:\"YVQ4RRpQP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12dnv06-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ffIPZ5lZ9-container\",nodeId:\"ffIPZ5lZ9\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"ffIPZ5lZ9\",layoutId:\"ffIPZ5lZ9\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFnfaRZJwZR,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAnfaRZJwZR})})})})})},idnfaRZJwZR);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-149nweq\",\"data-framer-name\":\"10\",layoutDependency:layoutDependency,layoutId:\"sT46SNix6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sT46SNix6\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:9},orderBy:[{collection:\"sT46SNix6\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"sT46SNix6\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"sT46SNix6\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"sT46SNix6\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"sT46SNix6\",name:\"id\",type:\"Identifier\"}]},children:(collection9,paginationInfo9,loadMore9)=>/*#__PURE__*/_jsx(_Fragment,{children:collection9?.map(({aALKtKcAA:aALKtKcAAsT46SNix6,id:idsT46SNix6,VCa40yUPW:VCa40yUPWsT46SNix6,yV1aGgaLF:yV1aGgaLFsT46SNix6},index9)=>{aALKtKcAAsT46SNix6??=\"\";yV1aGgaLFsT46SNix6??=\"\";VCa40yUPWsT46SNix6??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sT46SNix6-${idsT46SNix6}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWsT46SNix6},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1heocrm\",layoutDependency:layoutDependency,layoutId:\"eAQTtri3G\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eoyf6k-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"CR09Bv3nA-container\",nodeId:\"CR09Bv3nA\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"CR09Bv3nA\",layoutId:\"CR09Bv3nA\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFsT46SNix6,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAsT46SNix6})})})})})},idsT46SNix6);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pl3go2\",\"data-framer-name\":\"11\",layoutDependency:layoutDependency,layoutId:\"jfcyZYqs4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"jfcyZYqs4\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:10},orderBy:[{collection:\"jfcyZYqs4\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"jfcyZYqs4\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"jfcyZYqs4\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"jfcyZYqs4\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"jfcyZYqs4\",name:\"id\",type:\"Identifier\"}]},children:(collection10,paginationInfo10,loadMore10)=>/*#__PURE__*/_jsx(_Fragment,{children:collection10?.map(({aALKtKcAA:aALKtKcAAjfcyZYqs4,id:idjfcyZYqs4,VCa40yUPW:VCa40yUPWjfcyZYqs4,yV1aGgaLF:yV1aGgaLFjfcyZYqs4},index10)=>{aALKtKcAAjfcyZYqs4??=\"\";yV1aGgaLFjfcyZYqs4??=\"\";VCa40yUPWjfcyZYqs4??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`jfcyZYqs4-${idjfcyZYqs4}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWjfcyZYqs4},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ctqto2\",layoutDependency:layoutDependency,layoutId:\"NY8w9Pl_B\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sg585j-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"O3Gw23xkn-container\",nodeId:\"O3Gw23xkn\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"O3Gw23xkn\",layoutId:\"O3Gw23xkn\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFjfcyZYqs4,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAjfcyZYqs4})})})})})},idjfcyZYqs4);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b4pha3\",\"data-framer-name\":\"12\",layoutDependency:layoutDependency,layoutId:\"SQAgUokmV\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"SQAgUokmV\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:11},orderBy:[{collection:\"SQAgUokmV\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"SQAgUokmV\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"SQAgUokmV\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"SQAgUokmV\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"SQAgUokmV\",name:\"id\",type:\"Identifier\"}]},children:(collection11,paginationInfo11,loadMore11)=>/*#__PURE__*/_jsx(_Fragment,{children:collection11?.map(({aALKtKcAA:aALKtKcAASQAgUokmV,id:idSQAgUokmV,VCa40yUPW:VCa40yUPWSQAgUokmV,yV1aGgaLF:yV1aGgaLFSQAgUokmV},index11)=>{aALKtKcAASQAgUokmV??=\"\";yV1aGgaLFSQAgUokmV??=\"\";VCa40yUPWSQAgUokmV??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`SQAgUokmV-${idSQAgUokmV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWSQAgUokmV},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7sa8b\",layoutDependency:layoutDependency,layoutId:\"BlTKHggGY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1035unx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"gZunRBtJX-container\",nodeId:\"gZunRBtJX\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"gZunRBtJX\",layoutId:\"gZunRBtJX\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFSQAgUokmV,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAASQAgUokmV})})})})})},idSQAgUokmV);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e8pgbr\",\"data-framer-name\":\"13\",layoutDependency:layoutDependency,layoutId:\"uDdo4faAY\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uDdo4faAY\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:12},orderBy:[{collection:\"uDdo4faAY\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"uDdo4faAY\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"uDdo4faAY\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"uDdo4faAY\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"uDdo4faAY\",name:\"id\",type:\"Identifier\"}]},children:(collection12,paginationInfo12,loadMore12)=>/*#__PURE__*/_jsx(_Fragment,{children:collection12?.map(({aALKtKcAA:aALKtKcAAuDdo4faAY,id:iduDdo4faAY,VCa40yUPW:VCa40yUPWuDdo4faAY,yV1aGgaLF:yV1aGgaLFuDdo4faAY},index12)=>{aALKtKcAAuDdo4faAY??=\"\";yV1aGgaLFuDdo4faAY??=\"\";VCa40yUPWuDdo4faAY??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uDdo4faAY-${iduDdo4faAY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWuDdo4faAY},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2xgz22\",layoutDependency:layoutDependency,layoutId:\"d21vTYmGY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gscxqo-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hBxH6qTBd-container\",nodeId:\"hBxH6qTBd\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"hBxH6qTBd\",layoutId:\"hBxH6qTBd\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFuDdo4faAY,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAuDdo4faAY})})})})})},iduDdo4faAY);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7qshdf\",\"data-framer-name\":\"14\",layoutDependency:layoutDependency,layoutId:\"odJ938mwY\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"odJ938mwY\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:13},orderBy:[{collection:\"odJ938mwY\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"odJ938mwY\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"odJ938mwY\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"odJ938mwY\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"odJ938mwY\",name:\"id\",type:\"Identifier\"}]},children:(collection13,paginationInfo13,loadMore13)=>/*#__PURE__*/_jsx(_Fragment,{children:collection13?.map(({aALKtKcAA:aALKtKcAAodJ938mwY,id:idodJ938mwY,VCa40yUPW:VCa40yUPWodJ938mwY,yV1aGgaLF:yV1aGgaLFodJ938mwY},index13)=>{aALKtKcAAodJ938mwY??=\"\";yV1aGgaLFodJ938mwY??=\"\";VCa40yUPWodJ938mwY??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`odJ938mwY-${idodJ938mwY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWodJ938mwY},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w89087\",layoutDependency:layoutDependency,layoutId:\"CZfkouwM6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xhhcbb-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"cbBFdJtYM-container\",nodeId:\"cbBFdJtYM\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"cbBFdJtYM\",layoutId:\"cbBFdJtYM\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFodJ938mwY,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAodJ938mwY})})})})})},idodJ938mwY);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5rh2cg\",\"data-framer-name\":\"15\",layoutDependency:layoutDependency,layoutId:\"h0VLk6zii\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"h0VLk6zii\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:14},orderBy:[{collection:\"h0VLk6zii\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"h0VLk6zii\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"h0VLk6zii\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"h0VLk6zii\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"h0VLk6zii\",name:\"id\",type:\"Identifier\"}]},children:(collection14,paginationInfo14,loadMore14)=>/*#__PURE__*/_jsx(_Fragment,{children:collection14?.map(({aALKtKcAA:aALKtKcAAh0VLk6zii,id:idh0VLk6zii,VCa40yUPW:VCa40yUPWh0VLk6zii,yV1aGgaLF:yV1aGgaLFh0VLk6zii},index14)=>{aALKtKcAAh0VLk6zii??=\"\";yV1aGgaLFh0VLk6zii??=\"\";VCa40yUPWh0VLk6zii??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`h0VLk6zii-${idh0VLk6zii}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWh0VLk6zii},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eu2dj8\",layoutDependency:layoutDependency,layoutId:\"p8n7mdagh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-orlhhc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"A3xKFMHqX-container\",nodeId:\"A3xKFMHqX\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"A3xKFMHqX\",layoutId:\"A3xKFMHqX\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFh0VLk6zii,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAh0VLk6zii})})})})})},idh0VLk6zii);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-krg59i\",\"data-framer-name\":\"16\",layoutDependency:layoutDependency,layoutId:\"mIGScbyug\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"mIGScbyug\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:15},orderBy:[{collection:\"mIGScbyug\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"mIGScbyug\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"mIGScbyug\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"mIGScbyug\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"mIGScbyug\",name:\"id\",type:\"Identifier\"}]},children:(collection15,paginationInfo15,loadMore15)=>/*#__PURE__*/_jsx(_Fragment,{children:collection15?.map(({aALKtKcAA:aALKtKcAAmIGScbyug,id:idmIGScbyug,VCa40yUPW:VCa40yUPWmIGScbyug,yV1aGgaLF:yV1aGgaLFmIGScbyug},index15)=>{aALKtKcAAmIGScbyug??=\"\";yV1aGgaLFmIGScbyug??=\"\";VCa40yUPWmIGScbyug??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`mIGScbyug-${idmIGScbyug}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWmIGScbyug},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lubo0j\",layoutDependency:layoutDependency,layoutId:\"yDGH4esBB\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yzidus-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"PBcNdY224-container\",nodeId:\"PBcNdY224\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"PBcNdY224\",layoutId:\"PBcNdY224\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFmIGScbyug,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAmIGScbyug})})})})})},idmIGScbyug);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gbttqv\",\"data-framer-name\":\"17\",layoutDependency:layoutDependency,layoutId:\"qjAAzTM_M\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"qjAAzTM_M\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:16},orderBy:[{collection:\"qjAAzTM_M\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"qjAAzTM_M\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"qjAAzTM_M\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"qjAAzTM_M\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"qjAAzTM_M\",name:\"id\",type:\"Identifier\"}]},children:(collection16,paginationInfo16,loadMore16)=>/*#__PURE__*/_jsx(_Fragment,{children:collection16?.map(({aALKtKcAA:aALKtKcAAqjAAzTM_M,id:idqjAAzTM_M,VCa40yUPW:VCa40yUPWqjAAzTM_M,yV1aGgaLF:yV1aGgaLFqjAAzTM_M},index16)=>{aALKtKcAAqjAAzTM_M??=\"\";yV1aGgaLFqjAAzTM_M??=\"\";VCa40yUPWqjAAzTM_M??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`qjAAzTM_M-${idqjAAzTM_M}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWqjAAzTM_M},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n2mk2z\",layoutDependency:layoutDependency,layoutId:\"ko9RfweHw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iubokf-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zknrvuSLx-container\",nodeId:\"zknrvuSLx\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"zknrvuSLx\",layoutId:\"zknrvuSLx\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFqjAAzTM_M,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAqjAAzTM_M})})})})})},idqjAAzTM_M);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ord5pw\",\"data-framer-name\":\"18\",layoutDependency:layoutDependency,layoutId:\"WrtcceKzu\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"WrtcceKzu\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:17},orderBy:[{collection:\"WrtcceKzu\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"WrtcceKzu\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"WrtcceKzu\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"WrtcceKzu\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"WrtcceKzu\",name:\"id\",type:\"Identifier\"}]},children:(collection17,paginationInfo17,loadMore17)=>/*#__PURE__*/_jsx(_Fragment,{children:collection17?.map(({aALKtKcAA:aALKtKcAAWrtcceKzu,id:idWrtcceKzu,VCa40yUPW:VCa40yUPWWrtcceKzu,yV1aGgaLF:yV1aGgaLFWrtcceKzu},index17)=>{aALKtKcAAWrtcceKzu??=\"\";yV1aGgaLFWrtcceKzu??=\"\";VCa40yUPWWrtcceKzu??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`WrtcceKzu-${idWrtcceKzu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWWrtcceKzu},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-69eys1\",layoutDependency:layoutDependency,layoutId:\"eyNVlPGno\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tv8ikn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"MA4McdU8g-container\",nodeId:\"MA4McdU8g\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"MA4McdU8g\",layoutId:\"MA4McdU8g\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFWrtcceKzu,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAWrtcceKzu})})})})})},idWrtcceKzu);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uyumd4\",\"data-framer-name\":\"19\",layoutDependency:layoutDependency,layoutId:\"kHl4kSjQW\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"kHl4kSjQW\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:18},orderBy:[{collection:\"kHl4kSjQW\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"kHl4kSjQW\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"kHl4kSjQW\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"kHl4kSjQW\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"kHl4kSjQW\",name:\"id\",type:\"Identifier\"}]},children:(collection18,paginationInfo18,loadMore18)=>/*#__PURE__*/_jsx(_Fragment,{children:collection18?.map(({aALKtKcAA:aALKtKcAAkHl4kSjQW,id:idkHl4kSjQW,VCa40yUPW:VCa40yUPWkHl4kSjQW,yV1aGgaLF:yV1aGgaLFkHl4kSjQW},index18)=>{aALKtKcAAkHl4kSjQW??=\"\";yV1aGgaLFkHl4kSjQW??=\"\";VCa40yUPWkHl4kSjQW??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`kHl4kSjQW-${idkHl4kSjQW}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWkHl4kSjQW},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gbfac8\",layoutDependency:layoutDependency,layoutId:\"WQ9VHlmEC\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-660z68-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"JEw6wsj38-container\",nodeId:\"JEw6wsj38\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"JEw6wsj38\",layoutId:\"JEw6wsj38\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFkHl4kSjQW,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAkHl4kSjQW})})})})})},idkHl4kSjQW);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3mpswm\",\"data-framer-name\":\"20\",layoutDependency:layoutDependency,layoutId:\"V1q7lxsHA\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"V1q7lxsHA\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:19},orderBy:[{collection:\"V1q7lxsHA\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"V1q7lxsHA\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"V1q7lxsHA\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"V1q7lxsHA\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"V1q7lxsHA\",name:\"id\",type:\"Identifier\"}]},children:(collection19,paginationInfo19,loadMore19)=>/*#__PURE__*/_jsx(_Fragment,{children:collection19?.map(({aALKtKcAA:aALKtKcAAV1q7lxsHA,id:idV1q7lxsHA,VCa40yUPW:VCa40yUPWV1q7lxsHA,yV1aGgaLF:yV1aGgaLFV1q7lxsHA},index19)=>{aALKtKcAAV1q7lxsHA??=\"\";yV1aGgaLFV1q7lxsHA??=\"\";VCa40yUPWV1q7lxsHA??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`V1q7lxsHA-${idV1q7lxsHA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWV1q7lxsHA},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tnzpjj\",layoutDependency:layoutDependency,layoutId:\"WJFh6fqwD\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i1dvmg-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"HIbF188kY-container\",nodeId:\"HIbF188kY\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"HIbF188kY\",layoutId:\"HIbF188kY\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFV1q7lxsHA,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAV1q7lxsHA})})})})})},idV1q7lxsHA);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-746r89\",\"data-framer-name\":\"21\",layoutDependency:layoutDependency,layoutId:\"teNc1lvo7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"teNc1lvo7\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:20},orderBy:[{collection:\"teNc1lvo7\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"teNc1lvo7\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"teNc1lvo7\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"teNc1lvo7\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"teNc1lvo7\",name:\"id\",type:\"Identifier\"}]},children:(collection20,paginationInfo20,loadMore20)=>/*#__PURE__*/_jsx(_Fragment,{children:collection20?.map(({aALKtKcAA:aALKtKcAAteNc1lvo7,id:idteNc1lvo7,VCa40yUPW:VCa40yUPWteNc1lvo7,yV1aGgaLF:yV1aGgaLFteNc1lvo7},index20)=>{aALKtKcAAteNc1lvo7??=\"\";yV1aGgaLFteNc1lvo7??=\"\";VCa40yUPWteNc1lvo7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`teNc1lvo7-${idteNc1lvo7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWteNc1lvo7},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14p8ejz\",layoutDependency:layoutDependency,layoutId:\"hL5Iqxnr8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bov6xz-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"DXCH5fxqM-container\",nodeId:\"DXCH5fxqM\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"DXCH5fxqM\",layoutId:\"DXCH5fxqM\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFteNc1lvo7,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAteNc1lvo7})})})})})},idteNc1lvo7);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4314r7\",\"data-framer-name\":\"22\",layoutDependency:layoutDependency,layoutId:\"FKRzKJUxT\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"FKRzKJUxT\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:21},orderBy:[{collection:\"FKRzKJUxT\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"FKRzKJUxT\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"FKRzKJUxT\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"FKRzKJUxT\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"FKRzKJUxT\",name:\"id\",type:\"Identifier\"}]},children:(collection21,paginationInfo21,loadMore21)=>/*#__PURE__*/_jsx(_Fragment,{children:collection21?.map(({aALKtKcAA:aALKtKcAAFKRzKJUxT,id:idFKRzKJUxT,VCa40yUPW:VCa40yUPWFKRzKJUxT,yV1aGgaLF:yV1aGgaLFFKRzKJUxT},index21)=>{aALKtKcAAFKRzKJUxT??=\"\";yV1aGgaLFFKRzKJUxT??=\"\";VCa40yUPWFKRzKJUxT??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`FKRzKJUxT-${idFKRzKJUxT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWFKRzKJUxT},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fpv2re\",layoutDependency:layoutDependency,layoutId:\"xIVHEi0GU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hxsp8g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"qj5cGdYNB-container\",nodeId:\"qj5cGdYNB\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"qj5cGdYNB\",layoutId:\"qj5cGdYNB\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFFKRzKJUxT,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAFKRzKJUxT})})})})})},idFKRzKJUxT);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9eap0q\",\"data-framer-name\":\"23\",layoutDependency:layoutDependency,layoutId:\"tTejW1FWt\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"tTejW1FWt\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:22},orderBy:[{collection:\"tTejW1FWt\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"tTejW1FWt\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"tTejW1FWt\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"tTejW1FWt\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"tTejW1FWt\",name:\"id\",type:\"Identifier\"}]},children:(collection22,paginationInfo22,loadMore22)=>/*#__PURE__*/_jsx(_Fragment,{children:collection22?.map(({aALKtKcAA:aALKtKcAAtTejW1FWt,id:idtTejW1FWt,VCa40yUPW:VCa40yUPWtTejW1FWt,yV1aGgaLF:yV1aGgaLFtTejW1FWt},index22)=>{aALKtKcAAtTejW1FWt??=\"\";yV1aGgaLFtTejW1FWt??=\"\";VCa40yUPWtTejW1FWt??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`tTejW1FWt-${idtTejW1FWt}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWtTejW1FWt},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15foebs\",layoutDependency:layoutDependency,layoutId:\"lcGINHiD4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1873gwy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"iJpFkYBxH-container\",nodeId:\"iJpFkYBxH\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"iJpFkYBxH\",layoutId:\"iJpFkYBxH\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFtTejW1FWt,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAtTejW1FWt})})})})})},idtTejW1FWt);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10egbsb\",\"data-framer-name\":\"24\",layoutDependency:layoutDependency,layoutId:\"fE1GIYDGX\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"fE1GIYDGX\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:23},orderBy:[{collection:\"fE1GIYDGX\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"fE1GIYDGX\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"fE1GIYDGX\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"fE1GIYDGX\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"fE1GIYDGX\",name:\"id\",type:\"Identifier\"}]},children:(collection23,paginationInfo23,loadMore23)=>/*#__PURE__*/_jsx(_Fragment,{children:collection23?.map(({aALKtKcAA:aALKtKcAAfE1GIYDGX,id:idfE1GIYDGX,VCa40yUPW:VCa40yUPWfE1GIYDGX,yV1aGgaLF:yV1aGgaLFfE1GIYDGX},index23)=>{aALKtKcAAfE1GIYDGX??=\"\";yV1aGgaLFfE1GIYDGX??=\"\";VCa40yUPWfE1GIYDGX??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`fE1GIYDGX-${idfE1GIYDGX}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWfE1GIYDGX},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jfu2tb\",layoutDependency:layoutDependency,layoutId:\"YLs4q8IyB\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wqpayq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"idSEj9ot9-container\",nodeId:\"idSEj9ot9\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"idSEj9ot9\",layoutId:\"idSEj9ot9\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFfE1GIYDGX,variant:\"BCgCkzuqA\",width:\"100%\",yZpq2it4C:aALKtKcAAfE1GIYDGX})})})})})},idfE1GIYDGX);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m0cbhw\",\"data-framer-name\":\"25\",layoutDependency:layoutDependency,layoutId:\"ZWkHiGnL9\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ZWkHiGnL9\",data:History,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:24},orderBy:[{collection:\"ZWkHiGnL9\",direction:\"desc\",name:\"aALKtKcAA\",type:\"Identifier\"}],select:[{collection:\"ZWkHiGnL9\",name:\"aALKtKcAA\",type:\"Identifier\"},{collection:\"ZWkHiGnL9\",name:\"yV1aGgaLF\",type:\"Identifier\"},{collection:\"ZWkHiGnL9\",name:\"VCa40yUPW\",type:\"Identifier\"},{collection:\"ZWkHiGnL9\",name:\"id\",type:\"Identifier\"}]},children:(collection24,paginationInfo24,loadMore24)=>/*#__PURE__*/_jsx(_Fragment,{children:collection24?.map(({aALKtKcAA:aALKtKcAAZWkHiGnL9,id:idZWkHiGnL9,VCa40yUPW:VCa40yUPWZWkHiGnL9,yV1aGgaLF:yV1aGgaLFZWkHiGnL9},index24)=>{aALKtKcAAZWkHiGnL9??=\"\";yV1aGgaLFZWkHiGnL9??=\"\";VCa40yUPWZWkHiGnL9??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ZWkHiGnL9-${idZWkHiGnL9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VCa40yUPW:VCa40yUPWZWkHiGnL9},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dym5hd\",layoutDependency:layoutDependency,layoutId:\"VBh0Sw1QQ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:370,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1osa9l5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dhYJQgWyZ-container\",nodeId:\"dhYJQgWyZ\",rendersWithMotion:true,scopeId:\"D4y8ZqsuH\",children:/*#__PURE__*/_jsx(CardsDate,{height:\"100%\",id:\"dhYJQgWyZ\",layoutId:\"dhYJQgWyZ\",style:{height:\"100%\",width:\"100%\"},UIy1cIqqd:yV1aGgaLFZWkHiGnL9,variant:\"h9STS1W3B\",width:\"100%\",yZpq2it4C:aALKtKcAAZWkHiGnL9})})})})})},idZWkHiGnL9);})})})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uRXSu.framer-dbl58j, .framer-uRXSu .framer-dbl58j { display: block; }\",\".framer-uRXSu.framer-cvflpn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1046px; }\",\".framer-uRXSu .framer-1yeok5p-container { flex: 1 0 0px; height: 386px; position: relative; width: 1px; }\",\".framer-uRXSu .framer-1khxu4o, .framer-uRXSu .framer-1m8zu29, .framer-uRXSu .framer-11afrlq, .framer-uRXSu .framer-rdy8nz, .framer-uRXSu .framer-1rv0wti, .framer-uRXSu .framer-s28p6f, .framer-uRXSu .framer-7fftmh, .framer-uRXSu .framer-aitd2c, .framer-uRXSu .framer-q8opmy, .framer-uRXSu .framer-149nweq, .framer-uRXSu .framer-pl3go2, .framer-uRXSu .framer-b4pha3, .framer-uRXSu .framer-e8pgbr, .framer-uRXSu .framer-7qshdf, .framer-uRXSu .framer-5rh2cg, .framer-uRXSu .framer-krg59i, .framer-uRXSu .framer-1gbttqv, .framer-uRXSu .framer-ord5pw, .framer-uRXSu .framer-1uyumd4, .framer-uRXSu .framer-3mpswm, .framer-uRXSu .framer-746r89, .framer-uRXSu .framer-4314r7, .framer-uRXSu .framer-9eap0q, .framer-uRXSu .framer-10egbsb, .framer-uRXSu .framer-m0cbhw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 370px; justify-content: center; padding: 0px; position: relative; width: 400px; }\",\".framer-uRXSu .framer-cmvavp, .framer-uRXSu .framer-x2pbx8, .framer-uRXSu .framer-17kmfcy, .framer-uRXSu .framer-1uudbzk, .framer-uRXSu .framer-8bozgo, .framer-uRXSu .framer-gvxn0, .framer-uRXSu .framer-elza9, .framer-uRXSu .framer-1k9e8un, .framer-uRXSu .framer-1xcuzyq, .framer-uRXSu .framer-1heocrm, .framer-uRXSu .framer-1ctqto2, .framer-uRXSu .framer-a7sa8b, .framer-uRXSu .framer-2xgz22, .framer-uRXSu .framer-w89087, .framer-uRXSu .framer-1eu2dj8, .framer-uRXSu .framer-1lubo0j, .framer-uRXSu .framer-n2mk2z, .framer-uRXSu .framer-69eys1, .framer-uRXSu .framer-1gbfac8, .framer-uRXSu .framer-tnzpjj, .framer-uRXSu .framer-14p8ejz, .framer-uRXSu .framer-1fpv2re, .framer-uRXSu .framer-15foebs, .framer-uRXSu .framer-1jfu2tb, .framer-uRXSu .framer-1dym5hd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-uRXSu .framer-cj4p13-container, .framer-uRXSu .framer-1tdgu3j-container, .framer-uRXSu .framer-4ncswu-container, .framer-uRXSu .framer-p1w2yi-container, .framer-uRXSu .framer-nxlpr0-container, .framer-uRXSu .framer-2d2qw9-container, .framer-uRXSu .framer-1wxvsrf-container, .framer-uRXSu .framer-w9wzl9-container, .framer-uRXSu .framer-12dnv06-container, .framer-uRXSu .framer-1eoyf6k-container, .framer-uRXSu .framer-sg585j-container, .framer-uRXSu .framer-1035unx-container, .framer-uRXSu .framer-gscxqo-container, .framer-uRXSu .framer-xhhcbb-container, .framer-uRXSu .framer-orlhhc-container, .framer-uRXSu .framer-yzidus-container, .framer-uRXSu .framer-1iubokf-container, .framer-uRXSu .framer-tv8ikn-container, .framer-uRXSu .framer-660z68-container, .framer-uRXSu .framer-1i1dvmg-container, .framer-uRXSu .framer-1bov6xz-container, .framer-uRXSu .framer-1hxsp8g-container, .framer-uRXSu .framer-1873gwy-container, .framer-uRXSu .framer-1wqpayq-container, .framer-uRXSu .framer-1osa9l5-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uRXSu.framer-cvflpn, .framer-uRXSu .framer-1khxu4o, .framer-uRXSu .framer-cmvavp, .framer-uRXSu .framer-1m8zu29, .framer-uRXSu .framer-x2pbx8, .framer-uRXSu .framer-11afrlq, .framer-uRXSu .framer-17kmfcy, .framer-uRXSu .framer-rdy8nz, .framer-uRXSu .framer-1uudbzk, .framer-uRXSu .framer-1rv0wti, .framer-uRXSu .framer-8bozgo, .framer-uRXSu .framer-s28p6f, .framer-uRXSu .framer-gvxn0, .framer-uRXSu .framer-7fftmh, .framer-uRXSu .framer-elza9, .framer-uRXSu .framer-aitd2c, .framer-uRXSu .framer-1k9e8un, .framer-uRXSu .framer-q8opmy, .framer-uRXSu .framer-1xcuzyq, .framer-uRXSu .framer-149nweq, .framer-uRXSu .framer-1heocrm, .framer-uRXSu .framer-pl3go2, .framer-uRXSu .framer-1ctqto2, .framer-uRXSu .framer-b4pha3, .framer-uRXSu .framer-a7sa8b, .framer-uRXSu .framer-e8pgbr, .framer-uRXSu .framer-2xgz22, .framer-uRXSu .framer-7qshdf, .framer-uRXSu .framer-w89087, .framer-uRXSu .framer-5rh2cg, .framer-uRXSu .framer-1eu2dj8, .framer-uRXSu .framer-krg59i, .framer-uRXSu .framer-1lubo0j, .framer-uRXSu .framer-1gbttqv, .framer-uRXSu .framer-n2mk2z, .framer-uRXSu .framer-ord5pw, .framer-uRXSu .framer-69eys1, .framer-uRXSu .framer-1uyumd4, .framer-uRXSu .framer-1gbfac8, .framer-uRXSu .framer-3mpswm, .framer-uRXSu .framer-tnzpjj, .framer-uRXSu .framer-746r89, .framer-uRXSu .framer-14p8ejz, .framer-uRXSu .framer-4314r7, .framer-uRXSu .framer-1fpv2re, .framer-uRXSu .framer-9eap0q, .framer-uRXSu .framer-15foebs, .framer-uRXSu .framer-10egbsb, .framer-uRXSu .framer-1jfu2tb, .framer-uRXSu .framer-m0cbhw, .framer-uRXSu .framer-1dym5hd { gap: 0px; } .framer-uRXSu.framer-cvflpn > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-uRXSu.framer-cvflpn > :first-child, .framer-uRXSu .framer-cmvavp > :first-child, .framer-uRXSu .framer-x2pbx8 > :first-child, .framer-uRXSu .framer-17kmfcy > :first-child, .framer-uRXSu .framer-1uudbzk > :first-child, .framer-uRXSu .framer-8bozgo > :first-child, .framer-uRXSu .framer-gvxn0 > :first-child, .framer-uRXSu .framer-elza9 > :first-child, .framer-uRXSu .framer-1k9e8un > :first-child, .framer-uRXSu .framer-1xcuzyq > :first-child, .framer-uRXSu .framer-1heocrm > :first-child, .framer-uRXSu .framer-1ctqto2 > :first-child, .framer-uRXSu .framer-a7sa8b > :first-child, .framer-uRXSu .framer-2xgz22 > :first-child, .framer-uRXSu .framer-w89087 > :first-child, .framer-uRXSu .framer-1eu2dj8 > :first-child, .framer-uRXSu .framer-1lubo0j > :first-child, .framer-uRXSu .framer-n2mk2z > :first-child, .framer-uRXSu .framer-69eys1 > :first-child, .framer-uRXSu .framer-1gbfac8 > :first-child, .framer-uRXSu .framer-tnzpjj > :first-child, .framer-uRXSu .framer-14p8ejz > :first-child, .framer-uRXSu .framer-1fpv2re > :first-child, .framer-uRXSu .framer-15foebs > :first-child, .framer-uRXSu .framer-1jfu2tb > :first-child, .framer-uRXSu .framer-1dym5hd > :first-child { margin-left: 0px; } .framer-uRXSu.framer-cvflpn > :last-child, .framer-uRXSu .framer-cmvavp > :last-child, .framer-uRXSu .framer-x2pbx8 > :last-child, .framer-uRXSu .framer-17kmfcy > :last-child, .framer-uRXSu .framer-1uudbzk > :last-child, .framer-uRXSu .framer-8bozgo > :last-child, .framer-uRXSu .framer-gvxn0 > :last-child, .framer-uRXSu .framer-elza9 > :last-child, .framer-uRXSu .framer-1k9e8un > :last-child, .framer-uRXSu .framer-1xcuzyq > :last-child, .framer-uRXSu .framer-1heocrm > :last-child, .framer-uRXSu .framer-1ctqto2 > :last-child, .framer-uRXSu .framer-a7sa8b > :last-child, .framer-uRXSu .framer-2xgz22 > :last-child, .framer-uRXSu .framer-w89087 > :last-child, .framer-uRXSu .framer-1eu2dj8 > :last-child, .framer-uRXSu .framer-1lubo0j > :last-child, .framer-uRXSu .framer-n2mk2z > :last-child, .framer-uRXSu .framer-69eys1 > :last-child, .framer-uRXSu .framer-1gbfac8 > :last-child, .framer-uRXSu .framer-tnzpjj > :last-child, .framer-uRXSu .framer-14p8ejz > :last-child, .framer-uRXSu .framer-1fpv2re > :last-child, .framer-uRXSu .framer-15foebs > :last-child, .framer-uRXSu .framer-1jfu2tb > :last-child, .framer-uRXSu .framer-1dym5hd > :last-child { margin-right: 0px; } .framer-uRXSu .framer-1khxu4o > *, .framer-uRXSu .framer-1m8zu29 > *, .framer-uRXSu .framer-11afrlq > *, .framer-uRXSu .framer-rdy8nz > *, .framer-uRXSu .framer-1rv0wti > *, .framer-uRXSu .framer-s28p6f > *, .framer-uRXSu .framer-7fftmh > *, .framer-uRXSu .framer-aitd2c > *, .framer-uRXSu .framer-q8opmy > *, .framer-uRXSu .framer-149nweq > *, .framer-uRXSu .framer-pl3go2 > *, .framer-uRXSu .framer-b4pha3 > *, .framer-uRXSu .framer-e8pgbr > *, .framer-uRXSu .framer-7qshdf > *, .framer-uRXSu .framer-5rh2cg > *, .framer-uRXSu .framer-krg59i > *, .framer-uRXSu .framer-1gbttqv > *, .framer-uRXSu .framer-ord5pw > *, .framer-uRXSu .framer-1uyumd4 > *, .framer-uRXSu .framer-3mpswm > *, .framer-uRXSu .framer-746r89 > *, .framer-uRXSu .framer-4314r7 > *, .framer-uRXSu .framer-9eap0q > *, .framer-uRXSu .framer-10egbsb > *, .framer-uRXSu .framer-m0cbhw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-uRXSu .framer-1khxu4o > :first-child, .framer-uRXSu .framer-1m8zu29 > :first-child, .framer-uRXSu .framer-11afrlq > :first-child, .framer-uRXSu .framer-rdy8nz > :first-child, .framer-uRXSu .framer-1rv0wti > :first-child, .framer-uRXSu .framer-s28p6f > :first-child, .framer-uRXSu .framer-7fftmh > :first-child, .framer-uRXSu .framer-aitd2c > :first-child, .framer-uRXSu .framer-q8opmy > :first-child, .framer-uRXSu .framer-149nweq > :first-child, .framer-uRXSu .framer-pl3go2 > :first-child, .framer-uRXSu .framer-b4pha3 > :first-child, .framer-uRXSu .framer-e8pgbr > :first-child, .framer-uRXSu .framer-7qshdf > :first-child, .framer-uRXSu .framer-5rh2cg > :first-child, .framer-uRXSu .framer-krg59i > :first-child, .framer-uRXSu .framer-1gbttqv > :first-child, .framer-uRXSu .framer-ord5pw > :first-child, .framer-uRXSu .framer-1uyumd4 > :first-child, .framer-uRXSu .framer-3mpswm > :first-child, .framer-uRXSu .framer-746r89 > :first-child, .framer-uRXSu .framer-4314r7 > :first-child, .framer-uRXSu .framer-9eap0q > :first-child, .framer-uRXSu .framer-10egbsb > :first-child, .framer-uRXSu .framer-m0cbhw > :first-child { margin-top: 0px; } .framer-uRXSu .framer-1khxu4o > :last-child, .framer-uRXSu .framer-1m8zu29 > :last-child, .framer-uRXSu .framer-11afrlq > :last-child, .framer-uRXSu .framer-rdy8nz > :last-child, .framer-uRXSu .framer-1rv0wti > :last-child, .framer-uRXSu .framer-s28p6f > :last-child, .framer-uRXSu .framer-7fftmh > :last-child, .framer-uRXSu .framer-aitd2c > :last-child, .framer-uRXSu .framer-q8opmy > :last-child, .framer-uRXSu .framer-149nweq > :last-child, .framer-uRXSu .framer-pl3go2 > :last-child, .framer-uRXSu .framer-b4pha3 > :last-child, .framer-uRXSu .framer-e8pgbr > :last-child, .framer-uRXSu .framer-7qshdf > :last-child, .framer-uRXSu .framer-5rh2cg > :last-child, .framer-uRXSu .framer-krg59i > :last-child, .framer-uRXSu .framer-1gbttqv > :last-child, .framer-uRXSu .framer-ord5pw > :last-child, .framer-uRXSu .framer-1uyumd4 > :last-child, .framer-uRXSu .framer-3mpswm > :last-child, .framer-uRXSu .framer-746r89 > :last-child, .framer-uRXSu .framer-4314r7 > :last-child, .framer-uRXSu .framer-9eap0q > :last-child, .framer-uRXSu .framer-10egbsb > :last-child, .framer-uRXSu .framer-m0cbhw > :last-child { margin-bottom: 0px; } .framer-uRXSu .framer-cmvavp > *, .framer-uRXSu .framer-x2pbx8 > *, .framer-uRXSu .framer-17kmfcy > *, .framer-uRXSu .framer-1uudbzk > *, .framer-uRXSu .framer-8bozgo > *, .framer-uRXSu .framer-gvxn0 > *, .framer-uRXSu .framer-elza9 > *, .framer-uRXSu .framer-1k9e8un > *, .framer-uRXSu .framer-1xcuzyq > *, .framer-uRXSu .framer-1heocrm > *, .framer-uRXSu .framer-1ctqto2 > *, .framer-uRXSu .framer-a7sa8b > *, .framer-uRXSu .framer-2xgz22 > *, .framer-uRXSu .framer-w89087 > *, .framer-uRXSu .framer-1eu2dj8 > *, .framer-uRXSu .framer-1lubo0j > *, .framer-uRXSu .framer-n2mk2z > *, .framer-uRXSu .framer-69eys1 > *, .framer-uRXSu .framer-1gbfac8 > *, .framer-uRXSu .framer-tnzpjj > *, .framer-uRXSu .framer-14p8ejz > *, .framer-uRXSu .framer-1fpv2re > *, .framer-uRXSu .framer-15foebs > *, .framer-uRXSu .framer-1jfu2tb > *, .framer-uRXSu .framer-1dym5hd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 386\n * @framerIntrinsicWidth 1046\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iKwg7FhMU\":\"items\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerD4y8ZqsuH=withCSS(Component,css,\"framer-uRXSu\");export default FramerD4y8ZqsuH;FramerD4y8ZqsuH.displayName=\"Slider History\";FramerD4y8ZqsuH.defaultProps={height:386,width:1046};addPropertyControls(FramerD4y8ZqsuH,{iKwg7FhMU:{defaultValue:3,displayStepper:true,max:10,min:1,title:\"Items\",type:ControlType.Number}});addFonts(FramerD4y8ZqsuH,[{explicitInter:true,fonts:[]},...CardsDateFonts,...SlideshowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerD4y8ZqsuH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"iKwg7FhMU\\\":\\\"items\\\"}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"386\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1046\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Solutions from\"#framer/local/canvasComponent/b0zhT0zZV/b0zhT0zZV.js\";import SliderHistory from\"#framer/local/canvasComponent/D4y8ZqsuH/D4y8ZqsuH.js\";import Overline from\"#framer/local/canvasComponent/eSgkW1mH_/eSgkW1mH_.js\";import KeyFigure from\"#framer/local/canvasComponent/HN3J9YEIR/HN3J9YEIR.js\";import NavPage from\"#framer/local/canvasComponent/HZ0CTHMTD/HZ0CTHMTD.js\";import Shape from\"#framer/local/canvasComponent/vsPAVuyRp/vsPAVuyRp.js\";import HerobannerDefault from\"#framer/local/canvasComponent/vVpfIuJdF/vVpfIuJdF.js\";import Push from\"#framer/local/canvasComponent/yKEREDcYA/yKEREDcYA.js\";import*as sharedStyle1 from\"#framer/local/css/Ay_NmTyId/Ay_NmTyId.js\";import*as sharedStyle from\"#framer/local/css/CNy_si5rz/CNy_si5rz.js\";import*as sharedStyle2 from\"#framer/local/css/wn7H5WfEl/wn7H5WfEl.js\";import metadataProvider from\"#framer/local/webPageMetadata/Q6Y_GNvhO/Q6Y_GNvhO.js\";const HerobannerDefaultFonts=getFonts(HerobannerDefault);const NavPageFonts=getFonts(NavPage);const KeyFigureFonts=getFonts(KeyFigure);const SolutionsFonts=getFonts(Solutions);const OverlineFonts=getFonts(Overline);const RichTextWithFX=withFX(RichText);const ShapeFonts=getFonts(Shape);const ContainerWithFX=withFX(Container);const SliderHistoryFonts=getFonts(SliderHistory);const PushFonts=getFonts(Push);const breakpoints={bMiLo6CyH:\"(min-width: 1200px)\",oEvw_0haj:\"(max-width: 809px)\",rzNocPThW:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xCPVk\";const variantClassNames={bMiLo6CyH:\"framer-v-1u1tsu6\",oEvw_0haj:\"framer-v-10m92my\",rzNocPThW:\"framer-v-m4cauv\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"bMiLo6CyH\",Phone:\"oEvw_0haj\",Tablet:\"rzNocPThW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bMiLo6CyH\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"iTKMVajIG\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"VvRuPEcWD\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"xQ15_8a6h\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"oEvw_0haj\")return false;return true;};const elementId3=useRouteElementId(\"KNieCNHdn\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"Z7UjHEQti\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"CR_89FMRO\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"bMiLo6CyH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1u1tsu6\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ulwjas\",\"data-framer-name\":\"ScrollTop\",id:elementId,ref:ref1}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:514,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ez0wih-container\",nodeId:\"tLuFpTEyU\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{variant:\"HdCSkmnlN\"}},children:/*#__PURE__*/_jsx(HerobannerDefault,{fpOtGIqW1:addImageAlt({pixelHeight:3584,pixelWidth:5376,src:\"https://framerusercontent.com/images/9JZq0IPr6T3iQNV0QOoKkzYxMo0.webp\",srcSet:\"https://framerusercontent.com/images/9JZq0IPr6T3iQNV0QOoKkzYxMo0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/9JZq0IPr6T3iQNV0QOoKkzYxMo0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/9JZq0IPr6T3iQNV0QOoKkzYxMo0.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/9JZq0IPr6T3iQNV0QOoKkzYxMo0.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/9JZq0IPr6T3iQNV0QOoKkzYxMo0.webp 5376w\"},\"smiling office lady\"),height:\"100%\",hlwgeLNU5:\"Banook at a glance\",id:\"tLuFpTEyU\",jMqGfSrna:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"      \"}),\"Over the past 25 years, the company has evolved significantly, but its core values remain unchanged. What began as a small family business continues to grow with determination.\"]})}),l05Rh1dxK:\"About\",layoutId:\"tLuFpTEyU\",r3nTMths3:true,style:{width:\"100%\"},variant:\"tsBxT3C_E\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rf00tt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wqr5ie\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":VvRuPEcWD\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":xQ15_8a6h\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":KNieCNHdn\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":Z7UjHEQti\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":CR_89FMRO\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":iTKMVajIG\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":VvRuPEcWD\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":xQ15_8a6h\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":KNieCNHdn\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":Z7UjHEQti\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":CR_89FMRO\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":iTKMVajIG\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":VvRuPEcWD\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":xQ15_8a6h\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":KNieCNHdn\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":Z7UjHEQti\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":CR_89FMRO\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined},{href:{hash:\":iTKMVajIG\",webPageId:\"Q6Y_GNvhO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,y:(componentViewport?.y||0)+0+515+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k8n608-container\",nodeId:\"JyK3o1DPl\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{aNwAbB4Ps:resolvedLinks[17],BchNlTAdc:resolvedLinks[14],bj5CpUn1I:resolvedLinks[16],UfcPRrc67:resolvedLinks[13],variant:\"hUYeHnEXp\",Xu1BvlSXT:resolvedLinks[15],yXbDX_smU:resolvedLinks[12]},rzNocPThW:{aNwAbB4Ps:resolvedLinks[11],BchNlTAdc:resolvedLinks[8],bj5CpUn1I:resolvedLinks[10],UfcPRrc67:resolvedLinks[7],Xu1BvlSXT:resolvedLinks[9],yXbDX_smU:resolvedLinks[6]}},children:/*#__PURE__*/_jsx(NavPage,{aNwAbB4Ps:resolvedLinks[5],b_MzkQ5Tr:\"var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, rgb(255, 255, 255))\",BchNlTAdc:resolvedLinks[2],bj5CpUn1I:resolvedLinks[4],BvAMVLpm8:\"\",dA8HTH0ET:\"Manifesto\",G1ft5eSFV:\"\",gDMuchgyq:\"\",gzFcrNAgB:\"DQWfGMtNa\",height:\"100%\",id:\"JyK3o1DPl\",layoutId:\"JyK3o1DPl\",MiECW3afb:\"Gz0WuGELl\",OIyBcHy2k:\"Values\",oodY0EtrE:\"Solutions\",style:{maxWidth:\"100%\",width:\"100%\"},UfcPRrc67:resolvedLinks[1],uv5MfgecW:\"Offices\",variant:\"CFJhEuQkz\",w2ffFfkAC:\"History\",width:\"100%\",Xu1BvlSXT:resolvedLinks[3],yXbDX_smU:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ebl3z9\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-i4qr3m\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l5a91u\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 48px, 50px)`},rzNocPThW:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 104px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:241,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 232px) / 4, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vzgiok-container\",nodeId:\"W9S43Rbgq\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{style:{width:\"100%\"},variant:\"rZgaEqOs9\"},rzNocPThW:{variant:\"rZgaEqOs9\"}},children:/*#__PURE__*/_jsx(KeyFigure,{aF6JrAYpK:0,c0W95Aygq:\"+\",FmyMgcCg5:0,height:\"100%\",id:\"W9S43Rbgq\",layoutId:\"W9S43Rbgq\",QCfTIFj_p:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",style:{height:\"100%\",width:\"100%\"},TWhrcr6GV:25,variant:\"lZjbfmbM1\",vyxlSGXMS:\"years of experience\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 48px, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+265},rzNocPThW:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 104px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:241,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 232px) / 4, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rxf79o-container\",nodeId:\"Trq8SxaSw\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{style:{width:\"100%\"},variant:\"rZgaEqOs9\"},rzNocPThW:{variant:\"rZgaEqOs9\"}},children:/*#__PURE__*/_jsx(KeyFigure,{aF6JrAYpK:0,c0W95Aygq:\"+\",FmyMgcCg5:0,height:\"100%\",id:\"Trq8SxaSw\",layoutId:\"Trq8SxaSw\",QCfTIFj_p:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",style:{height:\"100%\",width:\"100%\"},TWhrcr6GV:120,variant:\"lZjbfmbM1\",vyxlSGXMS:\"employees\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 48px, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+530},rzNocPThW:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 104px) / 2, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+265}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:241,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 232px) / 4, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yvn7ks-container\",nodeId:\"pZypll5Gn\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{style:{width:\"100%\"},variant:\"rZgaEqOs9\"},rzNocPThW:{variant:\"rZgaEqOs9\"}},children:/*#__PURE__*/_jsx(KeyFigure,{aF6JrAYpK:0,c0W95Aygq:\"\",FmyMgcCg5:0,height:\"100%\",id:\"pZypll5Gn\",layoutId:\"pZypll5Gn\",QCfTIFj_p:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",style:{height:\"100%\",width:\"100%\"},TWhrcr6GV:6,variant:\"lZjbfmbM1\",vyxlSGXMS:\"offices all over the world\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 48px, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+795},rzNocPThW:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 104px) / 2, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+265}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:241,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 232px) / 4, 50px)`,y:(componentViewport?.y||0)+0+515+0+72+0+56+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a6u0c4-container\",nodeId:\"FSjJGUnAa\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{style:{width:\"100%\"},variant:\"rZgaEqOs9\"},rzNocPThW:{variant:\"rZgaEqOs9\"}},children:/*#__PURE__*/_jsx(KeyFigure,{aF6JrAYpK:0,c0W95Aygq:\"K\",FmyMgcCg5:0,height:\"100%\",id:\"FSjJGUnAa\",layoutId:\"FSjJGUnAa\",QCfTIFj_p:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",style:{height:\"100%\",width:\"100%\"},TWhrcr6GV:2.3,variant:\"lZjbfmbM1\",vyxlSGXMS:\"participation in Clinical Trials\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{y:(componentViewport?.y||0)+0+515+0+1244},rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+714}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:700,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+515+0+473,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k8914z-container\",id:elementId1,nodeId:\"VvRuPEcWD\",ref:ref2,scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{variant:\"dWR_3e5Dm\"},rzNocPThW:{XpMJoBUHJ:\"0px 24px 0px 24px\"}},children:/*#__PURE__*/_jsx(Solutions,{height:\"100%\",id:\"VvRuPEcWD\",layoutId:\"VvRuPEcWD\",style:{width:\"100%\"},variant:\"bB17_KEKr\",width:\"100%\",XpMJoBUHJ:\"0px 48px 0px 48px\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wx5v0d\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-l8o9q3\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1itir0l\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e2n4pg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{y:(componentViewport?.y||0)+0+515+0+1944+0+0+64+0+0},rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+2719+0+0+64+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+515+0+1173+0+0+64+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9za9iv-container\",nodeId:\"GrNWQigtR\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Overline,{BsOxxC_nd:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",El9j67beE:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",fcDwlw39l:\"Our manifesto\",height:\"100%\",id:\"GrNWQigtR\",layoutId:\"GrNWQigtR\",variant:\"eg6FagKud\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oc1hvx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kkiwhd\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yvirxd\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-nssjnh\",\"data-styles-preset\":\"CNy_si5rz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:[\"In the world of clinical research, time is precious.\",/*#__PURE__*/_jsx(\"br\",{}),\"Every day counts.\",/*#__PURE__*/_jsx(\"br\",{}),\"Every piece of data is crucial.\",/*#__PURE__*/_jsx(\"br\",{}),\"And all the while, science waits.\",/*#__PURE__*/_jsx(\"br\",{}),\"Patients are waiting.\"]})}),className:\"framer-1cnzlhe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-nssjnh\",\"data-styles-preset\":\"CNy_si5rz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:[\"We fundamentally believe that science can transform,\",/*#__PURE__*/_jsx(\"br\",{}),\"faster, human health.\",/*#__PURE__*/_jsx(\"br\",{}),\"Not tomorrow. Today.\\xa0\"]})}),className:\"framer-1tp4x4z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-nssjnh\",\"data-styles-preset\":\"CNy_si5rz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:[\"When industry standardizes, patients become mere data.\",/*#__PURE__*/_jsx(\"br\",{}),\"When processes become rigid, innovation falters.\",/*#__PURE__*/_jsx(\"br\",{}),\"When delays drag on, hope fades.\",/*#__PURE__*/_jsx(\"br\",{}),\"This is not how science should move forward.\",/*#__PURE__*/_jsx(\"br\",{}),\"That's not how we want to work.\\xa0That's why we've chosen a different path.\",/*#__PURE__*/_jsx(\"br\",{}),\"The one where 500 scientific experts work tirelessly.\",/*#__PURE__*/_jsx(\"br\",{}),\"The one where an ECG is analyzed in 30 minutes, not days.\",/*#__PURE__*/_jsx(\"br\",{}),\"The one where a study starts in less than a month, not in quarters.\"]})}),className:\"framer-1ontzh6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-nssjnh\",\"data-styles-preset\":\"CNy_si5rz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:[\"Where 99% of commitments are kept on time.\",/*#__PURE__*/_jsx(\"br\",{}),\"Where every promise becomes a concrete result.\"]})}),className:\"framer-1fuv85y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-nssjnh\",\"data-styles-preset\":\"CNy_si5rz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:[\"We are the guardians of this vision.\",/*#__PURE__*/_jsx(\"br\",{}),\"The artisans of a more agile science.\",/*#__PURE__*/_jsx(\"br\",{}),\"Architects of a future where research moves at the pace of innovation.\"]})}),className:\"framer-tzqmoz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-nssjnh\",\"data-styles-preset\":\"CNy_si5rz\",style:{\"--framer-text-alignment\":\"center\"},children:[\"We are BANOOK.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Where others promise, we deliver.\"})]})}),className:\"framer-1hhjt52\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+2719+0+0+64+62+81}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:182,width:\"182px\",y:(componentViewport?.y||0)+0+515+0+1173+0+0+64+62+207,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8csoca-container hidden-10m92my\",nodeId:\"ooxGSthPF\",rendersWithMotion:true,scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Shape,{height:\"100%\",id:\"ooxGSthPF\",layoutId:\"ooxGSthPF\",qHbtuO7Bt:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",style:{height:\"100%\",width:\"100%\"},variant:\"a3_Pfqpog\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+2719+0+0+64+62+81}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:166,width:\"166px\",y:(componentViewport?.y||0)+0+515+0+1173+0+0+64+62+41,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:105,__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:30,rotateX:0,rotateY:0,scale:1,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:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kbam3z-container hidden-10m92my\",nodeId:\"NVLb1GLzL\",rendersWithMotion:true,scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Shape,{height:\"100%\",id:\"NVLb1GLzL\",layoutId:\"NVLb1GLzL\",qHbtuO7Bt:\"var(--token-2398c0c8-4550-40b1-be12-c544597df3af, rgb(255, 253, 101))\",style:{height:\"100%\",width:\"100%\"},variant:\"pxvUT3Fy2\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+2719+0+0+64+62+1040-96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:\"144px\",y:(componentViewport?.y||0)+0+515+0+1173+0+0+64+62+1040-162,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dai6zt-container hidden-10m92my\",nodeId:\"NUwDvzvuZ\",rendersWithMotion:true,scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Shape,{height:\"100%\",id:\"NUwDvzvuZ\",layoutId:\"NUwDvzvuZ\",qHbtuO7Bt:\"var(--token-aa3906f1-cdb3-40ea-9323-fa9b418b5ad6, rgb(130, 232, 159))\",style:{height:\"100%\",width:\"100%\"},variant:\"BbC1u4nqQ\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+2719+0+0+64+62+1040-323}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:\"144px\",y:(componentViewport?.y||0)+0+515+0+1173+0+0+64+62+1040-389,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-b9airl-container hidden-10m92my\",nodeId:\"nb__C_FYh\",rendersWithMotion:true,scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Shape,{height:\"100%\",id:\"nb__C_FYh\",layoutId:\"nb__C_FYh\",qHbtuO7Bt:\"var(--token-abb3f67a-0171-42f1-a7e2-59cebac1b622, rgb(253, 208, 243))\",style:{height:\"100%\",width:\"100%\"},variant:\"PHTXcuS2r\",width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17jr3za\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dbntb1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19j7agd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{y:(componentViewport?.y||0)+0+515+0+3190+0+0+0+0},rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+1414+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+515+0+2419+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-135hm7l-container\",nodeId:\"KGlXFz7bw\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Overline,{BsOxxC_nd:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",El9j67beE:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",fcDwlw39l:\"Values\",height:\"100%\",id:\"KGlXFz7bw\",layoutId:\"KGlXFz7bw\",variant:\"eg6FagKud\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4w84j\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{background:{alt:\"professional, confident woman\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:223,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+515+0+3190+0+0+62+0+0),pixelHeight:836,pixelWidth:1254,positionX:\"79.4%\",positionY:\"44.3%\",sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 48px)`,src:\"https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg 1254w\"}},rzNocPThW:{background:{alt:\"professional, confident woman\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:223,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+515+0+1414+0+0+62+0),pixelHeight:836,pixelWidth:1254,positionX:\"79.4%\",positionY:\"44.3%\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 104px) / 2, 1px)`,src:\"https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg 1254w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"professional, confident woman\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:223,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+515+0+2419+0+0+62+0),pixelHeight:836,pixelWidth:1254,positionX:\"79.4%\",positionY:\"44.3%\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 240px) / 2, 1px)`,src:\"https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UufWRqoYdylqjXvw6ERL5Q9Sttc.jpg 1254w\"},className:\"framer-w2ndbu\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{y:(componentViewport?.y||0)+0+515+0+3190+0+0+62+0+0+478-261},rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+1414+0+0+62+0+478-261}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:420,width:\"420px\",y:(componentViewport?.y||0)+0+515+0+2419+0+0+62+0+478-261,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ocmzwf-container\",nodeId:\"BiSyNdO75\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Shape,{height:\"100%\",id:\"BiSyNdO75\",layoutId:\"BiSyNdO75\",qHbtuO7Bt:\"var(--token-abb3f67a-0171-42f1-a7e2-59cebac1b622, rgb(253, 208, 243))\",style:{height:\"100%\",width:\"100%\"},variant:\"pxvUT3Fy2\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16mn46a\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uxdhc0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u04h0w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1b63fu5\",\"data-styles-preset\":\"Ay_NmTyId\",style:{\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Growing together through people, passion, and expertise\"})})}),className:\"framer-popl0l\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85cdz0\",\"data-styles-preset\":\"wn7H5WfEl\",style:{\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:\"People are at the heart of everything we do.\\xa0Their passion, expertise, and dedication are what drive our success.\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85cdz0\",\"data-styles-preset\":\"wn7H5WfEl\",style:{\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:\"We believe in creating a workplace where knowledge is shared, skills are continuously developed, and every team member feels valued.\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85cdz0\",\"data-styles-preset\":\"wn7H5WfEl\",style:{\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:\"This human-centered approach fosters loyalty, long-term collaboration, and a deep well of expertise that benefits our partners every day.\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-85cdz0\",\"data-styles-preset\":\"wn7H5WfEl\",style:{\"--framer-text-color\":\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\"},children:\"Behind each project, there is a team committed not just to excellence\u2014but to making a real difference in clinical research.\"})]}),className:\"framer-1bzen5q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e4aaxh\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ssmvwa\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x8ezjf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{y:(componentViewport?.y||0)+0+515+0+4485+0+0+0+0},rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+2191+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+515+0+3196+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2zg1tq-container\",nodeId:\"kasxOW8W4\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Overline,{BsOxxC_nd:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",El9j67beE:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",fcDwlw39l:\"Time (really) flies\",height:\"100%\",id:\"kasxOW8W4\",layoutId:\"kasxOW8W4\",variant:\"eg6FagKud\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 48px)`,y:(componentViewport?.y||0)+0+515+0+4485+0+0+62},rzNocPThW:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 64px)`,y:(componentViewport?.y||0)+0+515+0+2191+0+0+62}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:386,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 160px)`,y:(componentViewport?.y||0)+0+515+0+3196+0+0+62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9x5nfa-container\",nodeId:\"zcuUvYk9s\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{iKwg7FhMU:1}},children:/*#__PURE__*/_jsx(SliderHistory,{height:\"100%\",id:\"zcuUvYk9s\",iKwg7FhMU:3,layoutId:\"zcuUvYk9s\",style:{width:\"100%\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fszgmq\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-181sqxm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15b5evm\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12cajov\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{y:(componentViewport?.y||0)+0+515+0+5013+0+0+0+0+0},rzNocPThW:{y:(componentViewport?.y||0)+0+515+0+3965+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+515+0+3724+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pk0n3v-container\",nodeId:\"RwJFR0ilE\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(Overline,{BsOxxC_nd:\"var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, rgb(8, 53, 32))\",El9j67beE:\"var(--token-2f6c7440-b9d6-4f98-9cc5-09896b5cbb7f, rgb(246, 129, 197))\",fcDwlw39l:\"Our offices\",height:\"100%\",id:\"RwJFR0ilE\",layoutId:\"RwJFR0ilE\",variant:\"eg6FagKud\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{background:{alt:\"banook offices map\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:223,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+515+0+5013+0+0+0+62),pixelHeight:703,pixelWidth:1510,sizes:`calc(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px), 1px), 1440px) - 48px)`,src:\"https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=512 512w,https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png 1510w\"}},rzNocPThW:{background:{alt:\"banook offices map\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:223,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+515+0+3965+0+0+0+62),pixelHeight:703,pixelWidth:1510,sizes:`calc(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px), 1px), 1440px) - 64px)`,src:\"https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=512 512w,https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png 1510w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"banook offices map\",fit:\"fill\",intrinsicHeight:224,intrinsicWidth:223,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+515+0+3724+0+0+0+62),pixelHeight:703,pixelWidth:1510,sizes:`calc(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px), 1px), 1440px) - 160px)`,src:\"https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=512 512w,https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/acbq4AU52nmmFeOgmJiiQqqWUY.png 1510w\"},className:\"framer-vfffsa\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1divogr\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wXBXMi2zi\"},implicitPathVariables:undefined},{href:{webPageId:\"wXBXMi2zi\"},implicitPathVariables:undefined},{href:{webPageId:\"wXBXMi2zi\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{width:`min(max(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px), 1px), 1440px) - 48px, 1px), 1440px)`,y:(componentViewport?.y||0)+0+515+0+5013+0+0+0+442+48},rzNocPThW:{width:`min(max(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px), 1px), 1440px) - 64px, 1px), 1440px)`,y:(componentViewport?.y||0)+0+515+0+3965+0+0+0+677+48}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132,width:`min(max(min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px), 1px), 1440px) - 160px, 1px), 1440px)`,y:(componentViewport?.y||0)+0+515+0+3724+0+0+0+677+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2iguya-container\",nodeId:\"wwW59E7d3\",scopeId:\"Q6Y_GNvhO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEvw_0haj:{FxupjhQq5:resolvedLinks1[2],variant:\"QeP8S999W\"},rzNocPThW:{FxupjhQq5:resolvedLinks1[1],variant:\"QeP8S999W\"}},children:/*#__PURE__*/_jsx(Push,{FxupjhQq5:resolvedLinks1[0],height:\"100%\",id:\"wwW59E7d3\",jqDwPnWHq:\"Careers\",layoutId:\"wwW59E7d3\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"z3u1Glo8c\",width:\"100%\",X6X7XC2AG:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Would you like to join us? You can apply here:\"})}),YA8EXULdb:\"Join us\"})})})})})})})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xCPVk.framer-1xjcy3u, .framer-xCPVk .framer-1xjcy3u { display: block; }\",\".framer-xCPVk.framer-1u1tsu6 { 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: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-xCPVk .framer-1ulwjas { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-xCPVk .framer-ez0wih-container, .framer-xCPVk .framer-9x5nfa-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xCPVk .framer-rf00tt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-wqr5ie { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 5; }\",\".framer-xCPVk .framer-k8n608-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; z-index: 5; }\",\".framer-xCPVk .framer-ebl3z9 { align-content: center; align-items: center; background-color: var(--token-7868933d-e4cb-4c9e-8e2b-47b1fc4e1cf4, #083520); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-i4qr3m { align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 56px 80px 80px 80px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xCPVk .framer-l5a91u { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: 265px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-vzgiok-container, .framer-xCPVk .framer-1rxf79o-container, .framer-xCPVk .framer-yvn7ks-container, .framer-xCPVk .framer-1a6u0c4-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-xCPVk .framer-1k8914z-container { flex: none; height: auto; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-xCPVk .framer-1wx5v0d { align-content: center; align-items: center; background-color: var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-l8o9q3 { align-content: center; align-items: center; background-color: var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, #ffffff); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 124px; width: 1px; }\",\".framer-xCPVk .framer-1itir0l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 64px 80px 80px 80px; position: relative; width: 1px; }\",\".framer-xCPVk .framer-1e2n4pg, .framer-xCPVk .framer-19j7agd, .framer-xCPVk .framer-x8ezjf, .framer-xCPVk .framer-12cajov { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-9za9iv-container, .framer-xCPVk .framer-135hm7l-container, .framer-xCPVk .framer-2zg1tq-container, .framer-xCPVk .framer-pk0n3v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xCPVk .framer-1oc1hvx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-1kkiwhd, .framer-xCPVk .framer-16mn46a { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xCPVk .framer-yvirxd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-1cnzlhe, .framer-xCPVk .framer-1tp4x4z, .framer-xCPVk .framer-1ontzh6, .framer-xCPVk .framer-1fuv85y, .framer-xCPVk .framer-tzqmoz, .framer-xCPVk .framer-1hhjt52, .framer-xCPVk .framer-1bzen5q { --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-xCPVk .framer-8csoca-container { flex: none; height: 182px; position: absolute; right: 0px; top: 207px; width: 182px; z-index: 1; }\",\".framer-xCPVk .framer-1kbam3z-container { flex: none; height: 166px; left: 18px; position: absolute; top: 41px; width: 166px; z-index: 1; }\",\".framer-xCPVk .framer-1dai6zt-container { bottom: 29px; flex: none; height: 133px; position: absolute; right: 0px; width: 144px; z-index: 1; }\",\".framer-xCPVk .framer-b9airl-container { bottom: 256px; flex: none; height: 133px; left: 20px; position: absolute; width: 144px; z-index: 1; }\",\".framer-xCPVk .framer-17jr3za, .framer-xCPVk .framer-1e4aaxh, .framer-xCPVk .framer-fszgmq { align-content: center; align-items: center; background-color: var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-xCPVk .framer-dbntb1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 80px 80px 80px; position: relative; width: 1px; }\",\".framer-xCPVk .framer-s4w84j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-w2ndbu { aspect-ratio: 1.0050251256281406 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 199px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xCPVk .framer-1ocmzwf-container { bottom: -159px; flex: none; height: 420px; position: absolute; right: -194px; width: 420px; z-index: 1; }\",\".framer-xCPVk .framer-1uxdhc0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 520px; overflow: hidden; padding: 0px 32px 40px 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-1u04h0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-popl0l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xCPVk .framer-1ssmvwa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 80px 80px 80px; position: relative; width: 1px; }\",\".framer-xCPVk .framer-181sqxm { align-content: center; align-items: center; background-color: var(--token-470b7d6b-4fa1-4c0e-b7dd-c55d2e1cdd75, #ffffff); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xCPVk .framer-15b5evm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 80px 124px 80px; position: relative; width: 1px; }\",\".framer-xCPVk .framer-vfffsa { aspect-ratio: 1.808695652173913 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 111px); position: relative; width: 100%; }\",\".framer-xCPVk .framer-1divogr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-xCPVk .framer-2iguya-container { flex: 1 0 0px; height: auto; max-width: 1440px; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-xCPVk.framer-1u1tsu6 { width: 810px; } .framer-xCPVk .framer-wqr5ie { order: 0; } .framer-xCPVk .framer-ebl3z9 { order: 1; } .framer-xCPVk .framer-i4qr3m { padding: 56px 40px 80px 40px; } .framer-xCPVk .framer-l5a91u { grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; } .framer-xCPVk .framer-1k8914z-container { order: 2; } .framer-xCPVk .framer-1wx5v0d { order: 5; } .framer-xCPVk .framer-1itir0l { padding: 64px 32px 80px 32px; } .framer-xCPVk .framer-8csoca-container { top: 81px; } .framer-xCPVk .framer-1kbam3z-container { left: 0px; top: 81px; } .framer-xCPVk .framer-1dai6zt-container { bottom: -37px; } .framer-xCPVk .framer-b9airl-container { bottom: 190px; left: 0px; } .framer-xCPVk .framer-17jr3za { order: 3; } .framer-xCPVk .framer-dbntb1, .framer-xCPVk .framer-1ssmvwa { padding: 0px 32px 80px 32px; } .framer-xCPVk .framer-s4w84j { gap: 40px; } .framer-xCPVk .framer-1e4aaxh { order: 4; } .framer-xCPVk .framer-fszgmq { order: 6; } .framer-xCPVk .framer-15b5evm { padding: 0px 32px 124px 32px; }}\",\"@media (max-width: 809px) { .framer-xCPVk.framer-1u1tsu6 { width: 390px; } .framer-xCPVk .framer-i4qr3m { padding: 56px 24px 80px 24px; } .framer-xCPVk .framer-l5a91u { grid-template-columns: repeat(1, minmax(50px, 1fr)); height: min-content; } .framer-xCPVk .framer-vzgiok-container, .framer-xCPVk .framer-1rxf79o-container, .framer-xCPVk .framer-yvn7ks-container, .framer-xCPVk .framer-1a6u0c4-container { height: auto; } .framer-xCPVk .framer-1itir0l { padding: 64px 24px 80px 24px; } .framer-xCPVk .framer-1oc1hvx, .framer-xCPVk .framer-s4w84j { flex-direction: column; gap: 40px; } .framer-xCPVk .framer-1kkiwhd { flex: none; order: 0; width: 100%; } .framer-xCPVk .framer-dbntb1, .framer-xCPVk .framer-1ssmvwa { padding: 0px 24px 80px 24px; } .framer-xCPVk .framer-w2ndbu, .framer-xCPVk .framer-16mn46a { flex: none; width: 100%; } .framer-xCPVk .framer-15b5evm { padding: 0px 24px 124px 24px; } .framer-xCPVk .framer-vfffsa { aspect-ratio: 1.0058823529411764 / 1; height: var(--framer-aspect-ratio-supported, 199px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5480\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rzNocPThW\":{\"layout\":[\"fixed\",\"auto\"]},\"oEvw_0haj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"iTKMVajIG\":{\"pattern\":\":iTKMVajIG\",\"name\":\"scrolltop\"},\"VvRuPEcWD\":{\"pattern\":\":VvRuPEcWD\",\"name\":\"solutions\"},\"xQ15_8a6h\":{\"pattern\":\":xQ15_8a6h\",\"name\":\"manifesto\"},\"KNieCNHdn\":{\"pattern\":\":KNieCNHdn\",\"name\":\"values\"},\"Z7UjHEQti\":{\"pattern\":\":Z7UjHEQti\",\"name\":\"history\"},\"CR_89FMRO\":{\"pattern\":\":CR_89FMRO\",\"name\":\"offices\"}}\n * @framerResponsiveScreen\n */const FramerQ6Y_GNvhO=withCSS(Component,css,\"framer-xCPVk\");export default FramerQ6Y_GNvhO;FramerQ6Y_GNvhO.displayName=\"About / People\";FramerQ6Y_GNvhO.defaultProps={height:5480,width:1200};addFonts(FramerQ6Y_GNvhO,[{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\"}]},...HerobannerDefaultFonts,...NavPageFonts,...KeyFigureFonts,...SolutionsFonts,...OverlineFonts,...ShapeFonts,...SliderHistoryFonts,...PushFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ6Y_GNvhO\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"5480\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rzNocPThW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oEvw_0haj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"iTKMVajIG\\\":{\\\"pattern\\\":\\\":iTKMVajIG\\\",\\\"name\\\":\\\"scrolltop\\\"},\\\"VvRuPEcWD\\\":{\\\"pattern\\\":\\\":VvRuPEcWD\\\",\\\"name\\\":\\\"solutions\\\"},\\\"xQ15_8a6h\\\":{\\\"pattern\\\":\\\":xQ15_8a6h\\\",\\\"name\\\":\\\"manifesto\\\"},\\\"KNieCNHdn\\\":{\\\"pattern\\\":\\\":KNieCNHdn\\\",\\\"name\\\":\\\"values\\\"},\\\"Z7UjHEQti\\\":{\\\"pattern\\\":\\\":Z7UjHEQti\\\",\\\"name\\\":\\\"history\\\"},\\\"CR_89FMRO\\\":{\\\"pattern\\\":\\\":CR_89FMRO\\\",\\\"name\\\":\\\"offices\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "e", "r", "n", "i", "s", "a", "o", "u", "l", "h", "c", "f", "g", "d", "y", "p", "m", "window", "w", "I", "b", "k", "t", "L", "B", "E", "M", "N", "t", "A", "O", "e", "r", "n", "i", "I", "P", "ControlType", "b", "R", "q", "_", "s", "a", "o", "D", "j", "C", "J", "W", "$", "z", "G", "K", "H", "V", "X", "Q", "Y", "Z", "tt", "te", "tr", "tn", "ti", "ts", "ta", "to", "tu", "u", "l", "h", "c", "tl", "th", "tc", "tf", "tg", "td", "ty", "tp", "tv", "tw", "tI", "tb", "tU", "t", "e", "r", "n", "tS", "tk", "tE", "i", "s", "a", "o", "u", "l", "h", "tL", "c", "I", "tB", "tT", "e", "r", "n", "i", "t", "c", "tF", "tU", "y", "s", "O", "a", "o", "g", "tk", "I", "tN", "t", "e", "i", "resolveRichText", "n", "ControlType", "o", "QueryEngine", "y", "QueryCache", "u", "tN", "resolveRichText", "C70x_TOiF_default", "addPropertyControls", "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", "text", "width", "year", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yZpq2it4C", "UIy1cIqqd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "ComponentPresetsProvider", "css", "FramerGKqsff84H", "withCSS", "GKqsff84H_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "CardsDateFonts", "getFonts", "GKqsff84H_default", "SlideshowFonts", "Slideshow", "serializationHash", "variantClassNames", "transition1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "items", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "iKwg7FhMU", "aALKtKcAAz3FXCsPBw", "yV1aGgaLFz3FXCsPBw", "VCa40yUPWz3FXCsPBw", "idz3FXCsPBw", "aALKtKcAAks1wTCQPv", "yV1aGgaLFks1wTCQPv", "VCa40yUPWks1wTCQPv", "idks1wTCQPv", "aALKtKcAAvcJfCroj0", "yV1aGgaLFvcJfCroj0", "VCa40yUPWvcJfCroj0", "idvcJfCroj0", "aALKtKcAADI8bhoVH9", "yV1aGgaLFDI8bhoVH9", "VCa40yUPWDI8bhoVH9", "idDI8bhoVH9", "aALKtKcAAtXOAHQIuS", "yV1aGgaLFtXOAHQIuS", "VCa40yUPWtXOAHQIuS", "idtXOAHQIuS", "aALKtKcAAjJZaqVfZT", "yV1aGgaLFjJZaqVfZT", "VCa40yUPWjJZaqVfZT", "idjJZaqVfZT", "aALKtKcAArs6KX1JXW", "yV1aGgaLFrs6KX1JXW", "VCa40yUPWrs6KX1JXW", "idrs6KX1JXW", "aALKtKcAAGBXlJIFwG", "yV1aGgaLFGBXlJIFwG", "VCa40yUPWGBXlJIFwG", "idGBXlJIFwG", "aALKtKcAAnfaRZJwZR", "yV1aGgaLFnfaRZJwZR", "VCa40yUPWnfaRZJwZR", "idnfaRZJwZR", "aALKtKcAAsT46SNix6", "yV1aGgaLFsT46SNix6", "VCa40yUPWsT46SNix6", "idsT46SNix6", "aALKtKcAAjfcyZYqs4", "yV1aGgaLFjfcyZYqs4", "VCa40yUPWjfcyZYqs4", "idjfcyZYqs4", "aALKtKcAASQAgUokmV", "yV1aGgaLFSQAgUokmV", "VCa40yUPWSQAgUokmV", "idSQAgUokmV", "aALKtKcAAuDdo4faAY", "yV1aGgaLFuDdo4faAY", "VCa40yUPWuDdo4faAY", "iduDdo4faAY", "aALKtKcAAodJ938mwY", "yV1aGgaLFodJ938mwY", "VCa40yUPWodJ938mwY", "idodJ938mwY", "aALKtKcAAh0VLk6zii", "yV1aGgaLFh0VLk6zii", "VCa40yUPWh0VLk6zii", "idh0VLk6zii", "aALKtKcAAmIGScbyug", "yV1aGgaLFmIGScbyug", "VCa40yUPWmIGScbyug", "idmIGScbyug", "aALKtKcAAqjAAzTM_M", "yV1aGgaLFqjAAzTM_M", "VCa40yUPWqjAAzTM_M", "idqjAAzTM_M", "aALKtKcAAWrtcceKzu", "yV1aGgaLFWrtcceKzu", "VCa40yUPWWrtcceKzu", "idWrtcceKzu", "aALKtKcAAkHl4kSjQW", "yV1aGgaLFkHl4kSjQW", "VCa40yUPWkHl4kSjQW", "idkHl4kSjQW", "aALKtKcAAV1q7lxsHA", "yV1aGgaLFV1q7lxsHA", "VCa40yUPWV1q7lxsHA", "idV1q7lxsHA", "aALKtKcAAteNc1lvo7", "yV1aGgaLFteNc1lvo7", "VCa40yUPWteNc1lvo7", "idteNc1lvo7", "aALKtKcAAFKRzKJUxT", "yV1aGgaLFFKRzKJUxT", "VCa40yUPWFKRzKJUxT", "idFKRzKJUxT", "aALKtKcAAtTejW1FWt", "yV1aGgaLFtTejW1FWt", "VCa40yUPWtTejW1FWt", "idtTejW1FWt", "aALKtKcAAfE1GIYDGX", "yV1aGgaLFfE1GIYDGX", "VCa40yUPWfE1GIYDGX", "idfE1GIYDGX", "aALKtKcAAZWkHiGnL9", "yV1aGgaLFZWkHiGnL9", "VCa40yUPWZWkHiGnL9", "idZWkHiGnL9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "ComponentViewportProvider", "SmartComponentScopedContainer", "Slideshow", "ChildrenCanSuspend", "QueryData", "C70x_TOiF_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "GKqsff84H_default", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "collection4", "paginationInfo4", "loadMore4", "index4", "collection5", "paginationInfo5", "loadMore5", "index5", "collection6", "paginationInfo6", "loadMore6", "index6", "collection7", "paginationInfo7", "loadMore7", "index7", "collection8", "paginationInfo8", "loadMore8", "index8", "collection9", "paginationInfo9", "loadMore9", "index9", "collection10", "paginationInfo10", "loadMore10", "index10", "collection11", "paginationInfo11", "loadMore11", "index11", "collection12", "paginationInfo12", "loadMore12", "index12", "collection13", "paginationInfo13", "loadMore13", "index13", "collection14", "paginationInfo14", "loadMore14", "index14", "collection15", "paginationInfo15", "loadMore15", "index15", "collection16", "paginationInfo16", "loadMore16", "index16", "collection17", "paginationInfo17", "loadMore17", "index17", "collection18", "paginationInfo18", "loadMore18", "index18", "collection19", "paginationInfo19", "loadMore19", "index19", "collection20", "paginationInfo20", "loadMore20", "index20", "collection21", "paginationInfo21", "loadMore21", "index21", "collection22", "paginationInfo22", "loadMore22", "index22", "collection23", "paginationInfo23", "loadMore23", "index23", "collection24", "paginationInfo24", "loadMore24", "index24", "css", "FramerD4y8ZqsuH", "withCSS", "D4y8ZqsuH_default", "addPropertyControls", "ControlType", "addFonts", "CardsDateFonts", "SlideshowFonts", "HerobannerDefaultFonts", "getFonts", "vVpfIuJdF_default", "NavPageFonts", "HZ0CTHMTD_default", "KeyFigureFonts", "HN3J9YEIR_default", "SolutionsFonts", "b0zhT0zZV_default", "OverlineFonts", "eSgkW1mH_default", "RichTextWithFX", "withFX", "RichText", "ShapeFonts", "vsPAVuyRp_default", "ContainerWithFX", "Container", "SliderHistoryFonts", "D4y8ZqsuH_default", "PushFonts", "yKEREDcYA_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "animation", "transition1", "animation1", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "Image2", "resolvedLinks1", "css", "FramerQ6Y_GNvhO", "withCSS", "Q6Y_GNvhO_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
