{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus-0.js", "ssg:https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus-1.js", "ssg:https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus.js", "ssg:https://framerusercontent.com/modules/zZOXqm5zHdG5PdGQnnzC/ioJDdtFNiygSDPxTjXxh/fhuHnNrJ6.js", "ssg:https://framerusercontent.com/modules/xBNfQS5YHj3lQGdAUseX/X3IKTOQ1GIKBnMIAX7wz/izfUD1bp3.js", "ssg:https://framerusercontent.com/modules/7KVIbUjB2pNcAoPHEoUn/sMNonlbkao3smprCax8C/pQk0AkgzH.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)=>function(){return e||(0,t[i(t)[0]])((e={exports:{}}).exports,e),e.exports;},u=(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;},l=(t,n,i)=>(i=null!=t?e(s(t)):{},u(// 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)),h=o({\"../../../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;}}),c=l(h()),f={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},g=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=f.Uint8;this.ensureLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=f.Uint16;this.ensureLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=f.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=f.BigUint64;this.ensureLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=f.Int8;this.ensureLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=f.Int16;this.ensureLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=f.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=f.BigInt64;this.ensureLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=f.Float32;this.ensureLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=f.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,this.offset=0,this.view=d(this.bytes),this.decoder=new TextDecoder;}};function d(t){return new DataView(t.buffer,t.byteOffset,t.byteLength);}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as p}from\"framer\";// ../../library/src/utils/utils.ts\nvar y=\"undefined\"!=typeof window,v=y&&\"function\"==typeof window.requestIdleCallback;// src/code-generation/components/cms/bundled/assert.ts\nfunction w(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function m(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferWriter.ts\nvar I=1024,b=1.5,U=t=>2**t-1,S=t=>-(2**(t-1)),k=t=>2**(t-1)-1,L={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:S(8),Int16:S(16),Int32:S(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},B={Uint8:U(8),Uint16:U(16),Uint32:U(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:k(8),Int16:k(16),Int32:k(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function E(t,e,r,n){w(t>=e,t,\"outside lower bound for\",n),w(t<=r,t,\"outside upper bound for\",n);}var M=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*b)+t);r.set(this.bytes),this.bytes=r,this.view=d(r);}writeUint8(t){E(t,L.Uint8,B.Uint8,\"Uint8\");let e=f.Uint8;this.ensureLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){E(t,L.Uint16,B.Uint16,\"Uint16\");let e=f.Uint16;this.ensureLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){E(t,L.Uint32,B.Uint32,\"Uint32\");let e=f.Uint32;this.ensureLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){E(t,L.Uint64,B.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){E(t,L.BigUint64,B.BigUint64,\"BigUint64\");let e=f.BigUint64;this.ensureLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){E(t,L.Int8,B.Int8,\"Int8\");let e=f.Int8;this.ensureLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){E(t,L.Int16,B.Int16,\"Int16\");let e=f.Int16;this.ensureLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){E(t,L.Int32,B.Int32,\"Int32\");let e=f.Int32;this.ensureLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){E(t,L.Int64,B.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){E(t,L.BigInt64,B.BigInt64,\"BigInt64\");let e=f.BigInt64;this.ensureLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=f.Float32;this.ensureLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=f.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(){this.offset=0,this.bytes=new Uint8Array(I),this.view=d(this.bytes),this.encoder=new TextEncoder,this.encodedStrings=/* @__PURE__ */new Map;}};// src/utils/typeChecks.ts\nfunction F(t){return Number.isFinite(t);}function T(t){return null===t;}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar N=class t{static fromString(e){let[r,n,i]=e.split(\"/\").map(Number);return w(F(r),\"Invalid chunkId\"),w(F(n),\"Invalid offset\"),w(F(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:(w(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 A}from\"framer\";function O(t){if(T(t))return 0/* Null */;switch(t.type){case A.Array:return 1/* Array */;case A.Boolean:return 2/* Boolean */;case A.Color:return 3/* Color */;case A.Date:return 4/* Date */;case A.Enum:return 5/* Enum */;case A.File:return 6/* File */;case A.ResponsiveImage:return 10/* ResponsiveImage */;case A.Link:return 7/* Link */;case A.Number:return 8/* Number */;case A.Object:return 9/* Object */;case A.RichText:return 11/* RichText */;case A.String:return 12/* String */;default:m(t);}}function x(e){let r=e.readUint16(),n=[];for(let i=0;i<r;i++){let r=t.read(e);n.push(r);}return{type:A.Array,value:n};}function P(e,r){for(let n of(e.writeUint16(r.value.length),r.value))t.write(e,n);}function q(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 R(t){return{type:A.Boolean,value:0!==t.readUint8()};}function _(t,e){t.writeUint8(e.value?1:0);}function D(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function j(t){return{type:A.Color,value:t.readString()};}function C(t,e){t.writeString(e.value);}function J(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function W(t){let e=t.readInt64(),r=new Date(e);return{type:A.Date,value:r.toISOString()};}function $(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);}function z(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}function G(t){return{type:A.Enum,value:t.readString()};}function K(t,e){t.writeString(e.value);}function H(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function V(t){return{type:A.File,value:t.readString()};}function X(t,e){t.writeString(e.value);}function Q(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function Y(t){return{type:A.Link,value:t.readJson()};}function Z(t,e){t.writeJson(e.value);}function tt(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function te(t){return{type:A.Number,value:t.readFloat64()};}function tr(t,e){t.writeFloat64(e.value);}function tn(t,e){return t.value<e.value?-1:t.value>e.value?1:0;}function ti(e){let r=e.readUint16(),n={};for(let i=0;i<r;i++){let r=e.readString();n[r]=t.read(e);}return{type:A.Object,value:n};}function ts(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 ta(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 to(t){return{type:A.ResponsiveImage,value:t.readJson()};}function tu(t,e){t.writeJson(e.value);}function tl(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}function th(t){return{type:A.RichText,value:t.readUint32()};}function tc(t,e){t.writeUint32(e.value);}function tf(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}function tg(t){return{type:A.String,value:t.readString()};}function td(t,e){t.writeString(e.value);}function tp(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 x(t);case 2/* Boolean */:return R(t);case 3/* Color */:return j(t);case 4/* Date */:return W(t);case 5/* Enum */:return G(t);case 6/* File */:return V(t);case 7/* Link */:return Y(t);case 8/* Number */:return te(t);case 9/* Object */:return ti(t);case 10/* ResponsiveImage */:return to(t);case 11/* RichText */:return th(t);case 12/* String */:return tg(t);default:m(e);}},t.write=function(t,e){let r=O(e);if(t.writeUint8(r),!T(e))switch(e.type){case A.Array:return P(t,e);case A.Boolean:return _(t,e);case A.Color:return C(t,e);case A.Date:return $(t,e);case A.Enum:return K(t,e);case A.File:return X(t,e);case A.Link:return Z(t,e);case A.Number:return tr(t,e);case A.Object:return ts(t,e);case A.ResponsiveImage:return tu(t,e);case A.RichText:return tc(t,e);case A.String:return td(t,e);default:m(e);}},t.compare=function(t,e,r){let n=O(t),i=O(e);if(n<i)return -1;if(n>i)return 1;if(T(t)||T(e))return 0;switch(t.type){case A.Array:return w(e.type===A.Array),q(t,e,r);case A.Boolean:return w(e.type===A.Boolean),D(t,e);case A.Color:return w(e.type===A.Color),J(t,e);case A.Date:return w(e.type===A.Date),z(t,e);case A.Enum:return w(e.type===A.Enum),H(t,e);case A.File:return w(e.type===A.File),Q(t,e);case A.Link:return w(e.type===A.Link),tt(t,e);case A.Number:return w(e.type===A.Number),tn(t,e);case A.Object:return w(e.type===A.Object),ta(t,e,r);case A.ResponsiveImage:return w(e.type===A.ResponsiveImage),tl(t,e);case A.RichText:return w(e.type===A.RichText),tf(t,e);case A.String:return w(e.type===A.String),tp(t,e,r);default:m(t);}};})(t||(t={}));// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar ty=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 g(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=N.read(n);o.entries.push({values:e,pointer:r});}return o;}serialize(){let e=new M;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,this.entries=[];}},tv=3,tw=250,tm=[408,// Request Timeout\n429,// Too Many Requests\n500,// Internal Server Error\n502,// Bad Gateway\n503,// Service Unavailable\n504],tI=async(t,e)=>{let r=0;for(;;){try{let n=await fetch(t,e);if(!tm.includes(n.status)||++r>tv)return n;}catch(t){if(e?.signal?.aborted||++r>tv)throw t;}await tb(r);}};async function tb(t){let e=Math.floor(tw*(Math.random()+1)*2**(t-1));await new Promise(t=>{setTimeout(t,e);});}// src/code-generation/components/cms/bundled/rangeRequest.ts\nasync function tU(t,e){let r=tL(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 tI(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 tS,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 tS=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(w(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=tk(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(w(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=tk(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function tk(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function tL(t){w(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 tB=class{async loadModel(){let[t]=await tU(this.options.url,[this.options.range]);return w(t,\"Failed to load model\"),ty.deserialize(t);}async getModel(){return this.modelPromise??=this.loadModel(),this.model??=await this.modelPromise,this.model;}async lookupItems(t){w(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:m(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!==p.String||e.value?.type!==p.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!==p.String||e.value?.type!==p.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!==p.String||e.value?.type!==p.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,this.supportedLookupTypes=[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */],this.collation=this.options.collation;let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];w(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r;}},tE=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(){this.fields=/* @__PURE__ */new Map;}},tM=class{scanItems(){return this.itemsPromise??=tI(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 g(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),e=tE.read(n),r=n.getOffset()-t,s=new N(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,this.itemLoader=new c.default(async t=>{let e=t.map(t=>{let e=N.fromString(t);return{from:e.offset,to:e.offset+e.length};}),r=await tU(this.url,e);return r.map((e,r)=>{let n=new g(e),i=tE.read(n),s=t[r];return w(s,\"Missing pointer\"),{pointer:s,data:i.getData()};});});}},tF=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=N.fromString(t),r=this.chunks[e.chunkId];return w(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=N.fromString(t.pointer),n=N.fromString(e.pointer);return r.compare(n);}compareValues(e,r,n){return t.compare(e,r,n);}constructor(t){this.options=t,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText,this.chunks=this.options.chunks.map((t,e)=>new tM(e,t));}};export{tF as DatabaseCollection,tB as DatabaseDictionaryIndex};\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let t=(t,e)=>async()=>{let r=await t();return r[e];},e=()=>import(\"./zZRQaFVus-2.js\"),r=[t(e,\"richText\"),t(e,\"richText1\"),t(e,\"richText2\"),t(e,\"richText3\")];export async function resolveRichText(t){let e=r[t];if(e)return await e();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{addPropertyControls as e,ControlType as t,QueryCache as l,QueryEngine as a}from\"framer\";import{DatabaseCollection as i}from\"./zZRQaFVus-0.js\";import{resolveRichText as r}from\"./zZRQaFVus-1.js\";let n={aADxjsJth:{isNullable:!0,type:t.String},f7Y3cecVs:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},jV8aDHC8m:{isNullable:!0,type:t.ResponsiveImage},mSlcTsWh_:{isNullable:!0,type:t.Color},nextItemId:{isNullable:!0,type:t.String},nMphGw5RD:{isNullable:!0,type:t.RichText},previousItemId:{isNullable:!0,type:t.String}},o=new a,s=new l(o),u={collectionByLocaleId:{default:new i({chunks:[new URL(\"./zZRQaFVus-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus.js\").href.replace(\"/modules/\",\"/cms/\")],indexes:[],resolveRichText:r,schema:n})},displayName:\"Testimonial\"};export default u;e(u,{jV8aDHC8m:{title:\"Parent Photo\",type:t.ResponsiveImage},nMphGw5RD:{defaultValue:\"\",title:\"Testimonial\",type:t.RichText},aADxjsJth:{defaultValue:\"\",title:\"Name of parent\",type:t.String},f7Y3cecVs:{title:\"Slug\",type:t.String},mSlcTsWh_:{defaultValue:'var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)) /* {\"name\":\"Nebula green\"} */',title:\"Tint\",type:t.Color},previousItemId:{dataIdentifier:\"local-module:collection/zZRQaFVus:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/zZRQaFVus:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await s.get({from:{data:u,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"f7Y3cecVs\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.f7Y3cecVs;},async getRecordIdBySlug(e,t){let[l]=await s.get({from:{data:u,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"f7Y3cecVs\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t).readAsync();return l?.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerCollectionId\":\"zZRQaFVus\",\"framerColorSyntax\":\"false\",\"framerCollectionUtils\":\"1\",\"framerRecordIdKey\":\"id\",\"framerContractVersion\":\"1\",\"framerSlug\":\"f7Y3cecVs\",\"framerData\":\"\",\"framerAutoSizeImages\":\"true\",\"framerEnumToDisplayNameUtils\":\"2\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (aba0f78)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Testimonial from\"https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus.js\";import*as componentPresets from\"https://framerusercontent.com/modules/g80LWqsq2lclHuV70kc0/Zj4UN0ydhZmfimBbF8Ec/componentPresets.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/5WD6SP7XCiXLbmke3zPd/wJixL4rAP6e2MhEbGKq8/CVkyezkMY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pMHL8ByH0nyXCdXWg2lb/zQlvx702KyrobyYoA6N9/hHsIfsCYN.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/aPon5StaX8H3dJATR08o/mJZLh3y7BzsoqLCELPZx/JCq7MRJ3b.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/nVbeoruMjQ5vcaj1PkoC/ZBz1P3TsXsyKA28B6rQ3/JftXXIuwg.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/icmTT7rkNQu9EvS1C3do/VChgEa6Ulpdh9hd05PIz/jr3tXZn4i.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/gvn3HREoiwQK9vkn4diC/hjNbWtsGvqZEh5836AtW/KA75q9g4H.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/BfpM66lE58IsXTYUZK49/IJFsGCdfyKguCtcJ71nS/kEeWTFB5n.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/8Vr9mLls6QHRs42sJEa0/JDreeZMvqv4rjxo4jGQI/N4cH5VlsQ.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/nffEnSknpmGVwAje1eIJ/QpVL2Tw1uu23L7f4xxfC/U8eGnqdyY.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/eFvyco03nT49cWqU1Vvz/zTwFZ7g2FXJ5wwpeyPvO/V5nk717xE.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/92HDxIf6MFmSD23SzkZF/Pdfji9gRYRxaez8yNSJr/ZQdrSMSI5.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"Jl5p48eS9\",\"ePEMg7FIB\",\"ck6OPSx5b\",\"zs17fjTGr\"];const serializationHash=\"framer-PWdN7\";const variantClassNames={ck6OPSx5b:\"framer-v-1g4kpy5\",ePEMg7FIB:\"framer-v-1ymm771\",Jl5p48eS9:\"framer-v-174djfn\",zs17fjTGr:\"framer-v-hfv6iz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const query=prequery=>prequery({from:{alias:\"wALV92Qsx\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"wALV92Qsx\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"wALV92Qsx\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Kalpana\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"LWqP6Qm8P\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"LWqP6Qm8P\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"LWqP6Qm8P\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Mohammed\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const query2=prequery=>prequery({from:{alias:\"rAN8e40eb\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"rAN8e40eb\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"rAN8e40eb\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Lakshmi\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const query3=prequery=>prequery({from:{alias:\"LQZ_z4fqN\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"LQZ_z4fqN\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"LQZ_z4fqN\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Sohan\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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={\"Variant 1\":\"Jl5p48eS9\",\"Variant 2\":\"ePEMg7FIB\",\"Variant 3\":\"ck6OPSx5b\",\"Variant 4\":\"zs17fjTGr\"};const getProps=({click,click2,height,id,width,...props})=>{return{...props,EnrARVJzk:click??props.EnrARVJzk,variant:humanReadableVariantMap[props.variant]??props.variant??\"Jl5p48eS9\",ZqvSAnC0C:click2??props.ZqvSAnC0C};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EnrARVJzk,ZqvSAnC0C,jV8aDHC8mwALV92Qsx,nMphGw5RDwALV92Qsx,aADxjsJthwALV92Qsx,f7Y3cecVswALV92Qsx,idwALV92Qsx,jV8aDHC8mLWqP6Qm8P,nMphGw5RDLWqP6Qm8P,aADxjsJthLWqP6Qm8P,f7Y3cecVsLWqP6Qm8P,idLWqP6Qm8P,jV8aDHC8mrAN8e40eb,nMphGw5RDrAN8e40eb,aADxjsJthrAN8e40eb,f7Y3cecVsrAN8e40eb,idrAN8e40eb,jV8aDHC8mLQZ_z4fqN,nMphGw5RDLQZ_z4fqN,aADxjsJthLQZ_z4fqN,f7Y3cecVsLQZ_z4fqN,idLQZ_z4fqN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Jl5p48eS9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11jlikz=activeVariantCallback(async(...args)=>{setVariant(\"Jl5p48eS9\");});const onClick176u3v6=activeVariantCallback(async(...args)=>{if(EnrARVJzk){const res=await EnrARVJzk(...args);if(res===false)return false;}setVariant(\"zs17fjTGr\");});const onClicktcmqj8=activeVariantCallback(async(...args)=>{if(EnrARVJzk){const res=await EnrARVJzk(...args);if(res===false)return false;}setVariant(\"Jl5p48eS9\");});const onClickkitxwo=activeVariantCallback(async(...args)=>{if(EnrARVJzk){const res=await EnrARVJzk(...args);if(res===false)return false;}setVariant(\"ePEMg7FIB\");});const onClickvarwz6=activeVariantCallback(async(...args)=>{if(EnrARVJzk){const res=await EnrARVJzk(...args);if(res===false)return false;}setVariant(\"ck6OPSx5b\");});const onClick1ogacyi=activeVariantCallback(async(...args)=>{if(ZqvSAnC0C){const res=await ZqvSAnC0C(...args);if(res===false)return false;}setVariant(\"ePEMg7FIB\");});const onClick1m2pg5i=activeVariantCallback(async(...args)=>{if(ZqvSAnC0C){const res=await ZqvSAnC0C(...args);if(res===false)return false;}setVariant(\"ck6OPSx5b\");});const onClick1aktysb=activeVariantCallback(async(...args)=>{if(ZqvSAnC0C){const res=await ZqvSAnC0C(...args);if(res===false)return false;}setVariant(\"zs17fjTGr\");});const onClick1f3xbxs=activeVariantCallback(async(...args)=>{if(ZqvSAnC0C){const res=await ZqvSAnC0C(...args);if(res===false)return false;}setVariant(\"Jl5p48eS9\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-174djfn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Jl5p48eS9\",ref:ref??ref1,style:{...style},...addPropertyOverrides({ck6OPSx5b:{\"data-framer-name\":\"Variant 3\"},ePEMg7FIB:{\"data-framer-name\":\"Variant 2\"},zs17fjTGr:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6m9m05\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"Fp9igji6R\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ca5bb1\",layoutDependency:layoutDependency,layoutId:\"wALV92Qsx\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"wALV92Qsx\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"wALV92Qsx\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"wALV92Qsx\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"wALV92Qsx\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Kalpana\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aADxjsJth:aADxjsJthwALV92Qsx,f7Y3cecVs:f7Y3cecVswALV92Qsx,id:idwALV92Qsx,jV8aDHC8m:jV8aDHC8mwALV92Qsx,nMphGw5RD:nMphGw5RDwALV92Qsx},index)=>{nMphGw5RDwALV92Qsx??=\"\";aADxjsJthwALV92Qsx??=\"\";f7Y3cecVswALV92Qsx??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`wALV92Qsx-${idwALV92Qsx}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVswALV92Qsx},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sy7qia\",layoutDependency:layoutDependency,layoutId:\"O5hfwWhQR\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0),pixelHeight:1200,pixelWidth:900,sizes:\"360px\",...toResponsiveImage(jV8aDHC8mwALV92Qsx)},className:\"framer-12d2nby\",layoutDependency:layoutDependency,layoutId:\"Pka_Cur7t\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgx7ty\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z1mQgPfJi\",onTap:onTap11jlikz,style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72,scale:.8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0+277-85+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1sb2mwr\",layoutDependency:layoutDependency,layoutId:\"TKQnekiz2\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmj5jp\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"SkzFgxuiG\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y79b6w\",layoutDependency:layoutDependency,layoutId:\"ohEk6ztOL\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDwALV92Qsx,className:\"framer-1sw4gvx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W4bVOo5kI\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-m2k7pp\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-1ozb5r3\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"IBrHbeuMg\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthwALV92Qsx,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})},idwALV92Qsx);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12mbvsp\",layoutDependency:layoutDependency,layoutId:\"LWqP6Qm8P\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LWqP6Qm8P\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"LWqP6Qm8P\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"LWqP6Qm8P\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"LWqP6Qm8P\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Mohammed\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aADxjsJth:aADxjsJthLWqP6Qm8P,f7Y3cecVs:f7Y3cecVsLWqP6Qm8P,id:idLWqP6Qm8P,jV8aDHC8m:jV8aDHC8mLWqP6Qm8P,nMphGw5RD:nMphGw5RDLWqP6Qm8P},index1)=>{nMphGw5RDLWqP6Qm8P??=\"\";aADxjsJthLWqP6Qm8P??=\"\";f7Y3cecVsLWqP6Qm8P??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LWqP6Qm8P-${idLWqP6Qm8P}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsLWqP6Qm8P},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-th3jj0\",layoutDependency:layoutDependency,layoutId:\"yWm1gkKsz\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0),pixelHeight:1200,pixelWidth:900,sizes:\"360px\",...toResponsiveImage(jV8aDHC8mLWqP6Qm8P)},className:\"framer-xxy7ka\",layoutDependency:layoutDependency,layoutId:\"aQlXuszkI\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u0emmb\",layoutDependency:layoutDependency,layoutId:\"vIea2k24E\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72,scale:.8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0+277-85+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1oz9g1u\",layoutDependency:layoutDependency,layoutId:\"CXefQrZS8\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4maqg\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"g75kBHEGm\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wwqhmj\",layoutDependency:layoutDependency,layoutId:\"TFZ0uP5om\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDLWqP6Qm8P,className:\"framer-fs9czc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MZOQakvxM\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-m2k7pp\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Mohammed Zaveri\"})}),className:\"framer-1yp7tmm\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"A48en7EUi\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthLWqP6Qm8P,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})},idLWqP6Qm8P);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lzd7ha\",layoutDependency:layoutDependency,layoutId:\"rAN8e40eb\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rAN8e40eb\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"rAN8e40eb\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"rAN8e40eb\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"rAN8e40eb\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Lakshmi\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({aADxjsJth:aADxjsJthrAN8e40eb,f7Y3cecVs:f7Y3cecVsrAN8e40eb,id:idrAN8e40eb,jV8aDHC8m:jV8aDHC8mrAN8e40eb,nMphGw5RD:nMphGw5RDrAN8e40eb},index2)=>{nMphGw5RDrAN8e40eb??=\"\";aADxjsJthrAN8e40eb??=\"\";f7Y3cecVsrAN8e40eb??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`rAN8e40eb-${idrAN8e40eb}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsrAN8e40eb},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13td7zh\",layoutDependency:layoutDependency,layoutId:\"DWH5i0riM\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0),pixelHeight:1200,pixelWidth:900,sizes:\"360px\",...toResponsiveImage(jV8aDHC8mrAN8e40eb)},className:\"framer-1vr4fws\",layoutDependency:layoutDependency,layoutId:\"N2K6NGj36\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9hmry\",layoutDependency:layoutDependency,layoutId:\"jcyuqo9K0\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72,scale:.8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0+277-85+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1xj24ww\",layoutDependency:layoutDependency,layoutId:\"u1Ut4OXCk\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tqhk2i\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"j9vx88zSo\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15a1kev\",layoutDependency:layoutDependency,layoutId:\"gdpnkX133\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDrAN8e40eb,className:\"framer-grjylp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ylsQHXIAO\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-m2k7pp\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Rumana Latif\"})}),className:\"framer-1dzjw2g\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"K36_LcW7G\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthrAN8e40eb,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})},idrAN8e40eb);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12j1yy4\",layoutDependency:layoutDependency,layoutId:\"LQZ_z4fqN\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LQZ_z4fqN\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"LQZ_z4fqN\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"LQZ_z4fqN\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"LQZ_z4fqN\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Sohan\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({aADxjsJth:aADxjsJthLQZ_z4fqN,f7Y3cecVs:f7Y3cecVsLQZ_z4fqN,id:idLQZ_z4fqN,jV8aDHC8m:jV8aDHC8mLQZ_z4fqN,nMphGw5RD:nMphGw5RDLQZ_z4fqN},index3)=>{nMphGw5RDLQZ_z4fqN??=\"\";aADxjsJthLQZ_z4fqN??=\"\";f7Y3cecVsLQZ_z4fqN??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LQZ_z4fqN-${idLQZ_z4fqN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsLQZ_z4fqN},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g0k4nx\",layoutDependency:layoutDependency,layoutId:\"F1B4K5Pov\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0),pixelHeight:1200,pixelWidth:900,sizes:\"360px\",...toResponsiveImage(jV8aDHC8mLQZ_z4fqN)},className:\"framer-8hn76z\",layoutDependency:layoutDependency,layoutId:\"N9KyUQHQm\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxzgez\",layoutDependency:layoutDependency,layoutId:\"rwgAja0in\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72,scale:.8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+10+0+277-85+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1xrjdop\",layoutDependency:layoutDependency,layoutId:\"zSddShr4X\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bw86ag\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"hwu0USENN\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sjynbo\",layoutDependency:layoutDependency,layoutId:\"ZiSZf2wcZ\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDLQZ_z4fqN,className:\"framer-9t6sld\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"n3nw5HLGP\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-m2k7pp\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Sohan Shetty\"})}),className:\"framer-1onwyqx\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"lJ_6K3eC5\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthLQZ_z4fqN,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})},idLQZ_z4fqN);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-142e0lw\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"vy3qQUeAc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m0310t-container\",layoutDependency:layoutDependency,layoutId:\"jnn29JTni-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleLeft\",id:\"jnn29JTni\",layoutId:\"jnn29JTni\",mirrored:false,onClick:onClick176u3v6,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({ck6OPSx5b:{onClick:onClickkitxwo},ePEMg7FIB:{onClick:onClicktcmqj8},zs17fjTGr:{onClick:onClickvarwz6}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1unj86v-container\",layoutDependency:layoutDependency,layoutId:\"UbOxo9bPj-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"UbOxo9bPj\",layoutId:\"UbOxo9bPj\",mirrored:false,onClick:onClick1ogacyi,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({ck6OPSx5b:{onClick:onClick1aktysb},ePEMg7FIB:{onClick:onClick1m2pg5i},zs17fjTGr:{onClick:onClick1f3xbxs}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PWdN7.framer-3x7g4j, .framer-PWdN7 .framer-3x7g4j { display: block; }\",\".framer-PWdN7.framer-174djfn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 804px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 414px; }\",\".framer-PWdN7 .framer-6m9m05 { align-content: flex-start; align-items: flex-start; bottom: 267px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 1580px; z-index: 1; }\",\".framer-PWdN7 .framer-1ca5bb1, .framer-PWdN7 .framer-12mbvsp, .framer-PWdN7 .framer-1lzd7ha { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-PWdN7 .framer-1sy7qia, .framer-PWdN7 .framer-13td7zh, .framer-PWdN7 .framer-g0k4nx { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(360px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 380px; }\",\".framer-PWdN7 .framer-12d2nby, .framer-PWdN7 .framer-xxy7ka, .framer-PWdN7 .framer-8hn76z { align-self: start; flex: none; height: 277px; justify-self: start; position: relative; width: 100%; }\",\".framer-PWdN7 .framer-qgx7ty { aspect-ratio: 1 / 1; bottom: 13px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 72px); left: 13px; overflow: visible; position: absolute; width: 72px; }\",\".framer-PWdN7 .framer-1sb2mwr, .framer-PWdN7 .framer-1oz9g1u, .framer-PWdN7 .framer-1xj24ww, .framer-PWdN7 .framer-1xrjdop { aspect-ratio: 1.36 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 50%; position: absolute; top: 24px; width: 34px; }\",\".framer-PWdN7 .framer-1fmj5jp, .framer-PWdN7 .framer-4maqg, .framer-PWdN7 .framer-tqhk2i { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 420px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 24px 10px 16px 10px; position: relative; width: 100%; }\",\".framer-PWdN7 .framer-y79b6w, .framer-PWdN7 .framer-wwqhmj, .framer-PWdN7 .framer-15a1kev, .framer-PWdN7 .framer-1sjynbo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PWdN7 .framer-1sw4gvx, .framer-PWdN7 .framer-1ozb5r3, .framer-PWdN7 .framer-fs9czc, .framer-PWdN7 .framer-1yp7tmm, .framer-PWdN7 .framer-grjylp, .framer-PWdN7 .framer-1dzjw2g, .framer-PWdN7 .framer-9t6sld, .framer-PWdN7 .framer-1onwyqx { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PWdN7 .framer-th3jj0 { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(1, 360px); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 380px; }\",\".framer-PWdN7 .framer-1u0emmb, .framer-PWdN7 .framer-1m9hmry, .framer-PWdN7 .framer-yxzgez { bottom: 13px; flex: none; height: 72px; left: 13px; overflow: visible; position: absolute; width: 72px; }\",\".framer-PWdN7 .framer-1vr4fws { align-self: start; flex: none; grid-column: auto / span 1; height: 277px; justify-self: start; position: relative; width: 100%; }\",\".framer-PWdN7 .framer-12j1yy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 380px; }\",\".framer-PWdN7 .framer-bw86ag { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 420px; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 24px 10px 16px 10px; position: relative; width: 100%; }\",\".framer-PWdN7 .framer-142e0lw { align-content: center; align-items: center; bottom: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px 0px 0px 20px; position: absolute; width: 100%; z-index: 1; }\",\".framer-PWdN7 .framer-m0310t-container, .framer-PWdN7 .framer-1unj86v-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 63px); position: relative; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PWdN7 .framer-6m9m05, .framer-PWdN7 .framer-1ca5bb1, .framer-PWdN7 .framer-1fmj5jp, .framer-PWdN7 .framer-y79b6w, .framer-PWdN7 .framer-12mbvsp, .framer-PWdN7 .framer-4maqg, .framer-PWdN7 .framer-wwqhmj, .framer-PWdN7 .framer-1lzd7ha, .framer-PWdN7 .framer-tqhk2i, .framer-PWdN7 .framer-15a1kev, .framer-PWdN7 .framer-12j1yy4, .framer-PWdN7 .framer-bw86ag, .framer-PWdN7 .framer-1sjynbo, .framer-PWdN7 .framer-142e0lw { gap: 0px; } .framer-PWdN7 .framer-6m9m05 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-PWdN7 .framer-6m9m05 > :first-child, .framer-PWdN7 .framer-142e0lw > :first-child { margin-left: 0px; } .framer-PWdN7 .framer-6m9m05 > :last-child, .framer-PWdN7 .framer-142e0lw > :last-child { margin-right: 0px; } .framer-PWdN7 .framer-1ca5bb1 > *, .framer-PWdN7 .framer-1fmj5jp > *, .framer-PWdN7 .framer-12mbvsp > *, .framer-PWdN7 .framer-4maqg > *, .framer-PWdN7 .framer-1lzd7ha > *, .framer-PWdN7 .framer-tqhk2i > *, .framer-PWdN7 .framer-12j1yy4 > *, .framer-PWdN7 .framer-bw86ag > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PWdN7 .framer-1ca5bb1 > :first-child, .framer-PWdN7 .framer-1fmj5jp > :first-child, .framer-PWdN7 .framer-y79b6w > :first-child, .framer-PWdN7 .framer-12mbvsp > :first-child, .framer-PWdN7 .framer-4maqg > :first-child, .framer-PWdN7 .framer-wwqhmj > :first-child, .framer-PWdN7 .framer-1lzd7ha > :first-child, .framer-PWdN7 .framer-tqhk2i > :first-child, .framer-PWdN7 .framer-15a1kev > :first-child, .framer-PWdN7 .framer-12j1yy4 > :first-child, .framer-PWdN7 .framer-bw86ag > :first-child, .framer-PWdN7 .framer-1sjynbo > :first-child { margin-top: 0px; } .framer-PWdN7 .framer-1ca5bb1 > :last-child, .framer-PWdN7 .framer-1fmj5jp > :last-child, .framer-PWdN7 .framer-y79b6w > :last-child, .framer-PWdN7 .framer-12mbvsp > :last-child, .framer-PWdN7 .framer-4maqg > :last-child, .framer-PWdN7 .framer-wwqhmj > :last-child, .framer-PWdN7 .framer-1lzd7ha > :last-child, .framer-PWdN7 .framer-tqhk2i > :last-child, .framer-PWdN7 .framer-15a1kev > :last-child, .framer-PWdN7 .framer-12j1yy4 > :last-child, .framer-PWdN7 .framer-bw86ag > :last-child, .framer-PWdN7 .framer-1sjynbo > :last-child { margin-bottom: 0px; } .framer-PWdN7 .framer-y79b6w > *, .framer-PWdN7 .framer-wwqhmj > *, .framer-PWdN7 .framer-15a1kev > *, .framer-PWdN7 .framer-1sjynbo > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PWdN7 .framer-142e0lw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-PWdN7.framer-v-1ymm771 .framer-6m9m05 { left: -400px; }\",\".framer-PWdN7.framer-v-1g4kpy5 .framer-6m9m05 { left: -800px; }\",\".framer-PWdN7.framer-v-hfv6iz .framer-6m9m05 { left: -1200px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 804\n * @framerIntrinsicWidth 414\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ePEMg7FIB\":{\"layout\":[\"fixed\",\"fixed\"]},\"ck6OPSx5b\":{\"layout\":[\"fixed\",\"fixed\"]},\"zs17fjTGr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"EnrARVJzk\":\"click\",\"ZqvSAnC0C\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfhuHnNrJ6=withCSS(Component,css,\"framer-PWdN7\");export default FramerfhuHnNrJ6;FramerfhuHnNrJ6.displayName=\"Slider Mobile testimonial\";FramerfhuHnNrJ6.defaultProps={height:804,width:414};addPropertyControls(FramerfhuHnNrJ6,{variant:{options:[\"Jl5p48eS9\",\"ePEMg7FIB\",\"ck6OPSx5b\",\"zs17fjTGr\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},EnrARVJzk:{title:\"Click\",type:ControlType.EventHandler},ZqvSAnC0C:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerfhuHnNrJ6,[{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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...PhosphorFonts,...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),...componentPresets.fonts?.[\"Tl2WEZN8E\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Tl2WEZN8E\"]):[],...componentPresets.fonts?.[\"hfSDBNMO2\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"hfSDBNMO2\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfhuHnNrJ6\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ePEMg7FIB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ck6OPSx5b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zs17fjTGr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"EnrARVJzk\\\":\\\"click\\\",\\\"ZqvSAnC0C\\\":\\\"click2\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"804\",\"framerIntrinsicWidth\":\"414\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (aba0f78)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,Image,PathVariablesContext,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Testimonial from\"https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus.js\";import*as componentPresets from\"https://framerusercontent.com/modules/g80LWqsq2lclHuV70kc0/Zj4UN0ydhZmfimBbF8Ec/componentPresets.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/5WD6SP7XCiXLbmke3zPd/wJixL4rAP6e2MhEbGKq8/CVkyezkMY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pMHL8ByH0nyXCdXWg2lb/zQlvx702KyrobyYoA6N9/hHsIfsCYN.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/aPon5StaX8H3dJATR08o/mJZLh3y7BzsoqLCELPZx/JCq7MRJ3b.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/icmTT7rkNQu9EvS1C3do/VChgEa6Ulpdh9hd05PIz/jr3tXZn4i.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/gvn3HREoiwQK9vkn4diC/hjNbWtsGvqZEh5836AtW/KA75q9g4H.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/BfpM66lE58IsXTYUZK49/IJFsGCdfyKguCtcJ71nS/kEeWTFB5n.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/8Vr9mLls6QHRs42sJEa0/JDreeZMvqv4rjxo4jGQI/N4cH5VlsQ.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/u0Q0E7q3MQ1KiC7SmMRk/PHmgPgkTMLnFqiKerqBB/N74N_0q9y.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/nffEnSknpmGVwAje1eIJ/QpVL2Tw1uu23L7f4xxfC/U8eGnqdyY.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/eFvyco03nT49cWqU1Vvz/zTwFZ7g2FXJ5wwpeyPvO/V5nk717xE.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/oEjxheXQhUOUBn4sOg6e/etBr69i5RH37Vnrghnby/yA7fVgwLn.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/92HDxIf6MFmSD23SzkZF/Pdfji9gRYRxaez8yNSJr/ZQdrSMSI5.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"i7HFc1VRc\",\"lg2qnkCEg\",\"IOkPucPmg\",\"GRFhaGAV6\"];const serializationHash=\"framer-T9MI4\";const variantClassNames={GRFhaGAV6:\"framer-v-19l69t6\",i7HFc1VRc:\"framer-v-1w1uvb6\",IOkPucPmg:\"framer-v-1b7qj59\",lg2qnkCEg:\"framer-v-oooy6r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:120,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const query=prequery=>prequery({from:{alias:\"JL3QVzkwm\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"JL3QVzkwm\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"JL3QVzkwm\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Kalpana\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"hnUxKEaCA\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"hnUxKEaCA\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"hnUxKEaCA\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Mohammed\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const query2=prequery=>prequery({from:{alias:\"lGeK52xDR\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lGeK52xDR\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"lGeK52xDR\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Lakshmi\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const query3=prequery=>prequery({from:{alias:\"b_0RXdnM3\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"b_0RXdnM3\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"b_0RXdnM3\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Sohan\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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={\"Variant 1\":\"i7HFc1VRc\",\"Variant 2\":\"lg2qnkCEg\",\"Variant 3\":\"IOkPucPmg\",\"Variant 4\":\"GRFhaGAV6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"i7HFc1VRc\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,jV8aDHC8mJL3QVzkwm,nMphGw5RDJL3QVzkwm,aADxjsJthJL3QVzkwm,f7Y3cecVsJL3QVzkwm,idJL3QVzkwm,jV8aDHC8mhnUxKEaCA,nMphGw5RDhnUxKEaCA,aADxjsJthhnUxKEaCA,f7Y3cecVshnUxKEaCA,idhnUxKEaCA,jV8aDHC8mlGeK52xDR,nMphGw5RDlGeK52xDR,aADxjsJthlGeK52xDR,f7Y3cecVslGeK52xDR,idlGeK52xDR,jV8aDHC8mb_0RXdnM3,nMphGw5RDb_0RXdnM3,aADxjsJthb_0RXdnM3,f7Y3cecVsb_0RXdnM3,idb_0RXdnM3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"i7HFc1VRc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickl5gmva=activeVariantCallback(async(...args)=>{setVariant(\"GRFhaGAV6\");});const onClickgu9gbs=activeVariantCallback(async(...args)=>{setVariant(\"i7HFc1VRc\");});const onClickgb4a2q=activeVariantCallback(async(...args)=>{setVariant(\"lg2qnkCEg\");});const onClick3kot6c=activeVariantCallback(async(...args)=>{setVariant(\"IOkPucPmg\");});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);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1w1uvb6\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"i7HFc1VRc\",ref:ref??ref1,style:{...style},...addPropertyOverrides({GRFhaGAV6:{\"data-framer-name\":\"Variant 4\"},IOkPucPmg:{\"data-framer-name\":\"Variant 3\"},lg2qnkCEg:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14txd5r\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"I4k7E6vjH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ug2idy\",layoutDependency:layoutDependency,layoutId:\"JL3QVzkwm\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"JL3QVzkwm\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"JL3QVzkwm\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"JL3QVzkwm\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"JL3QVzkwm\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Kalpana\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aADxjsJth:aADxjsJthJL3QVzkwm,f7Y3cecVs:f7Y3cecVsJL3QVzkwm,id:idJL3QVzkwm,jV8aDHC8m:jV8aDHC8mJL3QVzkwm,nMphGw5RD:nMphGw5RDJL3QVzkwm},index)=>{nMphGw5RDJL3QVzkwm??=\"\";aADxjsJthJL3QVzkwm??=\"\";f7Y3cecVsJL3QVzkwm??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`JL3QVzkwm-${idJL3QVzkwm}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsJL3QVzkwm},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5uw38j\",layoutDependency:layoutDependency,layoutId:\"uKCq2Aew_\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:900,sizes:\"454px\",...toResponsiveImage(jV8aDHC8mJL3QVzkwm)},className:\"framer-12xg5y8\",layoutDependency:layoutDependency,layoutId:\"BfTYq4RSL\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yp82sj\",layoutDependency:layoutDependency,layoutId:\"rhd41ZWHw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-t7hao3\",layoutDependency:layoutDependency,layoutId:\"yFEefO0FA\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-t3w9z8\",layoutDependency:layoutDependency,layoutId:\"C9XvIek8d\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cr85rh\",layoutDependency:layoutDependency,layoutId:\"v_UOCfDnZ\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDJL3QVzkwm,className:\"framer-82t05r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zpHg2rlH7\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-po9ocu\",\"data-styles-preset\":\"N74N_0q9y\",children:\"\u2013 Kalpana G\"})}),className:\"framer-qe0x25\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q8yTiXOcU\",text:aADxjsJthJL3QVzkwm,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},idJL3QVzkwm);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jnmbnp\",layoutDependency:layoutDependency,layoutId:\"hnUxKEaCA\",style:{backgroundColor:\"rgb(238, 237, 228)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"hnUxKEaCA\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"hnUxKEaCA\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"hnUxKEaCA\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"hnUxKEaCA\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Mohammed\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aADxjsJth:aADxjsJthhnUxKEaCA,f7Y3cecVs:f7Y3cecVshnUxKEaCA,id:idhnUxKEaCA,jV8aDHC8m:jV8aDHC8mhnUxKEaCA,nMphGw5RD:nMphGw5RDhnUxKEaCA},index1)=>{nMphGw5RDhnUxKEaCA??=\"\";aADxjsJthhnUxKEaCA??=\"\";f7Y3cecVshnUxKEaCA??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`hnUxKEaCA-${idhnUxKEaCA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVshnUxKEaCA},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zinxad\",layoutDependency:layoutDependency,layoutId:\"z5H50tzKt\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:900,sizes:\"454px\",...toResponsiveImage(jV8aDHC8mhnUxKEaCA)},className:\"framer-1bjxf16\",layoutDependency:layoutDependency,layoutId:\"RFTXc7BV5\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y8enos\",layoutDependency:layoutDependency,layoutId:\"imNI9ne1C\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p08brb\",layoutDependency:layoutDependency,layoutId:\"VRMUZaVn2\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-12cc4jf\",layoutDependency:layoutDependency,layoutId:\"nZvS3dbN2\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l015fk\",layoutDependency:layoutDependency,layoutId:\"Nt5ii35qH\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDhnUxKEaCA,className:\"framer-1d8zdeo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jbfufyZ6Q\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-12j6juq\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"C8H2k3pe3\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthhnUxKEaCA,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},idhnUxKEaCA);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sjpesi\",layoutDependency:layoutDependency,layoutId:\"lGeK52xDR\",style:{backgroundColor:\"rgb(238, 237, 228)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lGeK52xDR\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lGeK52xDR\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"lGeK52xDR\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"lGeK52xDR\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Lakshmi\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({aADxjsJth:aADxjsJthlGeK52xDR,f7Y3cecVs:f7Y3cecVslGeK52xDR,id:idlGeK52xDR,jV8aDHC8m:jV8aDHC8mlGeK52xDR,nMphGw5RD:nMphGw5RDlGeK52xDR},index2)=>{nMphGw5RDlGeK52xDR??=\"\";aADxjsJthlGeK52xDR??=\"\";f7Y3cecVslGeK52xDR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lGeK52xDR-${idlGeK52xDR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVslGeK52xDR},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qz7vnb\",layoutDependency:layoutDependency,layoutId:\"NcCp0bHKY\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:900,sizes:\"454px\",...toResponsiveImage(jV8aDHC8mlGeK52xDR)},className:\"framer-18s0gtv\",layoutDependency:layoutDependency,layoutId:\"snqsar8qi\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sufgbh\",layoutDependency:layoutDependency,layoutId:\"dS0R5b6RO\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qwoc7m\",layoutDependency:layoutDependency,layoutId:\"sien_yTcs\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1c2yjup\",layoutDependency:layoutDependency,layoutId:\"ICnathmaP\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hs99jf\",layoutDependency:layoutDependency,layoutId:\"gAsGa5GZG\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDlGeK52xDR,className:\"framer-1oao239\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YLT3PUkmZ\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-h6t5ci\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"OS032KfER\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthlGeK52xDR,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},idlGeK52xDR);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d533yf\",layoutDependency:layoutDependency,layoutId:\"b_0RXdnM3\",style:{backgroundColor:\"rgb(238, 237, 228)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"b_0RXdnM3\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"b_0RXdnM3\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"b_0RXdnM3\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"b_0RXdnM3\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Sohan\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({aADxjsJth:aADxjsJthb_0RXdnM3,f7Y3cecVs:f7Y3cecVsb_0RXdnM3,id:idb_0RXdnM3,jV8aDHC8m:jV8aDHC8mb_0RXdnM3,nMphGw5RD:nMphGw5RDb_0RXdnM3},index3)=>{nMphGw5RDb_0RXdnM3??=\"\";aADxjsJthb_0RXdnM3??=\"\";f7Y3cecVsb_0RXdnM3??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`b_0RXdnM3-${idb_0RXdnM3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsb_0RXdnM3},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gsmxvm\",layoutDependency:layoutDependency,layoutId:\"klyhtHF8V\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:900,sizes:\"454px\",...toResponsiveImage(jV8aDHC8mb_0RXdnM3)},className:\"framer-1uqvb13\",layoutDependency:layoutDependency,layoutId:\"RZ6Y2XPtm\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dl0pvl\",layoutDependency:layoutDependency,layoutId:\"JIfRo0rIf\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ztkpq\",layoutDependency:layoutDependency,layoutId:\"lqGKIbE76\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-gyran3\",layoutDependency:layoutDependency,layoutId:\"C3yFIwijk\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-145vtta\",layoutDependency:layoutDependency,layoutId:\"R1jw5NldN\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDb_0RXdnM3,className:\"framer-1s0tmeh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FVuukG_x1\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-1vdca2a\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"RdkzcUYsq\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthb_0RXdnM3,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},idb_0RXdnM3);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l5f3f7\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"inn8Kb97_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fwzw4i-container\",layoutDependency:layoutDependency,layoutId:\"vM3BYXZzw-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleLeft\",id:\"vM3BYXZzw\",layoutId:\"vM3BYXZzw\",mirrored:false,onClick:onClickl5gmva,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({GRFhaGAV6:{onClick:onClick3kot6c},IOkPucPmg:{onClick:onClickgb4a2q},lg2qnkCEg:{onClick:onClickgu9gbs}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1em9z09-container\",layoutDependency:layoutDependency,layoutId:\"K7AZjBsRH-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"K7AZjBsRH\",layoutId:\"K7AZjBsRH\",mirrored:false,onClick:onClickgb4a2q,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({GRFhaGAV6:{onClick:onClickgu9gbs},IOkPucPmg:{onClick:onClickl5gmva},lg2qnkCEg:{onClick:onClick3kot6c}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T9MI4.framer-1w4w3x3, .framer-T9MI4 .framer-1w4w3x3 { display: block; }\",\".framer-T9MI4.framer-1w1uvb6 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 680px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1132px; }\",\".framer-T9MI4 .framer-14txd5r { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: min-content; z-index: 1; }\",\".framer-T9MI4 .framer-ug2idy, .framer-T9MI4 .framer-1jnmbnp, .framer-T9MI4 .framer-sjpesi, .framer-T9MI4 .framer-1d533yf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: 1132px; }\",\".framer-T9MI4 .framer-5uw38j, .framer-T9MI4 .framer-zinxad, .framer-T9MI4 .framer-1qz7vnb, .framer-T9MI4 .framer-1gsmxvm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 562px; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-T9MI4 .framer-12xg5y8, .framer-T9MI4 .framer-1bjxf16, .framer-T9MI4 .framer-18s0gtv, .framer-T9MI4 .framer-1uqvb13 { flex: none; height: 562px; position: relative; width: 454px; }\",\".framer-T9MI4 .framer-1yp82sj, .framer-T9MI4 .framer-y8enos, .framer-T9MI4 .framer-1sufgbh, .framer-T9MI4 .framer-dl0pvl { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-T9MI4 .framer-t7hao3, .framer-T9MI4 .framer-1p08brb, .framer-T9MI4 .framer-1qwoc7m, .framer-T9MI4 .framer-16ztkpq { flex: none; height: 72px; overflow: visible; position: relative; width: 72px; }\",\".framer-T9MI4 .framer-t3w9z8, .framer-T9MI4 .framer-12cc4jf, .framer-T9MI4 .framer-1c2yjup, .framer-T9MI4 .framer-gyran3 { aspect-ratio: 1.36 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 50%; position: absolute; top: 24px; width: 34px; }\",\".framer-T9MI4 .framer-1cr85rh, .framer-T9MI4 .framer-l015fk, .framer-T9MI4 .framer-hs99jf, .framer-T9MI4 .framer-145vtta { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-T9MI4 .framer-82t05r, .framer-T9MI4 .framer-qe0x25, .framer-T9MI4 .framer-1d8zdeo, .framer-T9MI4 .framer-12j6juq, .framer-T9MI4 .framer-1oao239, .framer-T9MI4 .framer-h6t5ci, .framer-T9MI4 .framer-1s0tmeh, .framer-T9MI4 .framer-1vdca2a { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-T9MI4 .framer-1l5f3f7 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-T9MI4 .framer-1fwzw4i-container, .framer-T9MI4 .framer-1em9z09-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 67px); position: relative; width: 64px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-T9MI4.framer-1w1uvb6, .framer-T9MI4 .framer-14txd5r, .framer-T9MI4 .framer-ug2idy, .framer-T9MI4 .framer-5uw38j, .framer-T9MI4 .framer-1cr85rh, .framer-T9MI4 .framer-1jnmbnp, .framer-T9MI4 .framer-zinxad, .framer-T9MI4 .framer-l015fk, .framer-T9MI4 .framer-sjpesi, .framer-T9MI4 .framer-1qz7vnb, .framer-T9MI4 .framer-hs99jf, .framer-T9MI4 .framer-1d533yf, .framer-T9MI4 .framer-1gsmxvm, .framer-T9MI4 .framer-145vtta, .framer-T9MI4 .framer-1l5f3f7 { gap: 0px; } .framer-T9MI4.framer-1w1uvb6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-T9MI4.framer-1w1uvb6 > :first-child, .framer-T9MI4 .framer-1cr85rh > :first-child, .framer-T9MI4 .framer-l015fk > :first-child, .framer-T9MI4 .framer-hs99jf > :first-child, .framer-T9MI4 .framer-145vtta > :first-child { margin-top: 0px; } .framer-T9MI4.framer-1w1uvb6 > :last-child, .framer-T9MI4 .framer-1cr85rh > :last-child, .framer-T9MI4 .framer-l015fk > :last-child, .framer-T9MI4 .framer-hs99jf > :last-child, .framer-T9MI4 .framer-145vtta > :last-child { margin-bottom: 0px; } .framer-T9MI4 .framer-14txd5r > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-T9MI4 .framer-14txd5r > :first-child, .framer-T9MI4 .framer-ug2idy > :first-child, .framer-T9MI4 .framer-5uw38j > :first-child, .framer-T9MI4 .framer-1jnmbnp > :first-child, .framer-T9MI4 .framer-zinxad > :first-child, .framer-T9MI4 .framer-sjpesi > :first-child, .framer-T9MI4 .framer-1qz7vnb > :first-child, .framer-T9MI4 .framer-1d533yf > :first-child, .framer-T9MI4 .framer-1gsmxvm > :first-child, .framer-T9MI4 .framer-1l5f3f7 > :first-child { margin-left: 0px; } .framer-T9MI4 .framer-14txd5r > :last-child, .framer-T9MI4 .framer-ug2idy > :last-child, .framer-T9MI4 .framer-5uw38j > :last-child, .framer-T9MI4 .framer-1jnmbnp > :last-child, .framer-T9MI4 .framer-zinxad > :last-child, .framer-T9MI4 .framer-sjpesi > :last-child, .framer-T9MI4 .framer-1qz7vnb > :last-child, .framer-T9MI4 .framer-1d533yf > :last-child, .framer-T9MI4 .framer-1gsmxvm > :last-child, .framer-T9MI4 .framer-1l5f3f7 > :last-child { margin-right: 0px; } .framer-T9MI4 .framer-ug2idy > *, .framer-T9MI4 .framer-5uw38j > *, .framer-T9MI4 .framer-1jnmbnp > *, .framer-T9MI4 .framer-zinxad > *, .framer-T9MI4 .framer-sjpesi > *, .framer-T9MI4 .framer-1qz7vnb > *, .framer-T9MI4 .framer-1d533yf > *, .framer-T9MI4 .framer-1gsmxvm > *, .framer-T9MI4 .framer-1l5f3f7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-T9MI4 .framer-1cr85rh > *, .framer-T9MI4 .framer-l015fk > *, .framer-T9MI4 .framer-hs99jf > *, .framer-T9MI4 .framer-145vtta > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-T9MI4.framer-v-oooy6r .framer-14txd5r { left: -1152px; }\",\".framer-T9MI4.framer-v-oooy6r .framer-ug2idy, .framer-T9MI4.framer-v-oooy6r .framer-12xg5y8, .framer-T9MI4.framer-v-1b7qj59 .framer-ug2idy, .framer-T9MI4.framer-v-1b7qj59 .framer-12xg5y8, .framer-T9MI4.framer-v-19l69t6 .framer-ug2idy, .framer-T9MI4.framer-v-19l69t6 .framer-12xg5y8 { order: 0; }\",\".framer-T9MI4.framer-v-oooy6r .framer-1yp82sj, .framer-T9MI4.framer-v-oooy6r .framer-1jnmbnp, .framer-T9MI4.framer-v-1b7qj59 .framer-1yp82sj, .framer-T9MI4.framer-v-1b7qj59 .framer-1jnmbnp, .framer-T9MI4.framer-v-19l69t6 .framer-1yp82sj, .framer-T9MI4.framer-v-19l69t6 .framer-1jnmbnp { order: 1; }\",\".framer-T9MI4.framer-v-oooy6r .framer-sjpesi, .framer-T9MI4.framer-v-1b7qj59 .framer-sjpesi, .framer-T9MI4.framer-v-19l69t6 .framer-sjpesi { order: 2; }\",\".framer-T9MI4.framer-v-oooy6r .framer-1d533yf, .framer-T9MI4.framer-v-1b7qj59 .framer-1d533yf, .framer-T9MI4.framer-v-19l69t6 .framer-1d533yf { order: 3; }\",\".framer-T9MI4.framer-v-1b7qj59 .framer-14txd5r { left: -2304px; }\",\".framer-T9MI4.framer-v-19l69t6 .framer-14txd5r { left: -3456px; }\",...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 680\n * @framerIntrinsicWidth 1132\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lg2qnkCEg\":{\"layout\":[\"fixed\",\"fixed\"]},\"IOkPucPmg\":{\"layout\":[\"fixed\",\"fixed\"]},\"GRFhaGAV6\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerizfUD1bp3=withCSS(Component,css,\"framer-T9MI4\");export default FramerizfUD1bp3;FramerizfUD1bp3.displayName=\"Slider testimonial\";FramerizfUD1bp3.defaultProps={height:680,width:1132};addPropertyControls(FramerizfUD1bp3,{variant:{options:[\"i7HFc1VRc\",\"lg2qnkCEg\",\"IOkPucPmg\",\"GRFhaGAV6\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerizfUD1bp3,[{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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...PhosphorFonts,...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?.[\"Tl2WEZN8E\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Tl2WEZN8E\"]):[],...componentPresets.fonts?.[\"hfSDBNMO2\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"hfSDBNMO2\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerizfUD1bp3\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lg2qnkCEg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IOkPucPmg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GRFhaGAV6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1132\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"680\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (aba0f78)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Testimonial from\"https://framerusercontent.com/modules/gFF8GEbxfgdRfxD0HeJE/dP2SUroOCfDZemwq1aij/zZRQaFVus.js\";import*as componentPresets from\"https://framerusercontent.com/modules/g80LWqsq2lclHuV70kc0/Zj4UN0ydhZmfimBbF8Ec/componentPresets.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/5WD6SP7XCiXLbmke3zPd/wJixL4rAP6e2MhEbGKq8/CVkyezkMY.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pMHL8ByH0nyXCdXWg2lb/zQlvx702KyrobyYoA6N9/hHsIfsCYN.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/aPon5StaX8H3dJATR08o/mJZLh3y7BzsoqLCELPZx/JCq7MRJ3b.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/icmTT7rkNQu9EvS1C3do/VChgEa6Ulpdh9hd05PIz/jr3tXZn4i.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/gvn3HREoiwQK9vkn4diC/hjNbWtsGvqZEh5836AtW/KA75q9g4H.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/BfpM66lE58IsXTYUZK49/IJFsGCdfyKguCtcJ71nS/kEeWTFB5n.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/8Vr9mLls6QHRs42sJEa0/JDreeZMvqv4rjxo4jGQI/N4cH5VlsQ.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/nffEnSknpmGVwAje1eIJ/QpVL2Tw1uu23L7f4xxfC/U8eGnqdyY.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/eFvyco03nT49cWqU1Vvz/zTwFZ7g2FXJ5wwpeyPvO/V5nk717xE.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/oEjxheXQhUOUBn4sOg6e/etBr69i5RH37Vnrghnby/yA7fVgwLn.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/92HDxIf6MFmSD23SzkZF/Pdfji9gRYRxaez8yNSJr/ZQdrSMSI5.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"O05MY1kVr\",\"SGhcOnmF6\",\"I62EoPHkh\",\"mhRJirI0b\"];const serializationHash=\"framer-sOTuP\";const variantClassNames={I62EoPHkh:\"framer-v-qz21vx\",mhRJirI0b:\"framer-v-h8af4\",O05MY1kVr:\"framer-v-1tqszqc\",SGhcOnmF6:\"framer-v-ea3uyh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const query=prequery=>prequery({from:{alias:\"RKcnpXHcp\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"RKcnpXHcp\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"RKcnpXHcp\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Kalpana\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"d_TaFhSmu\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"d_TaFhSmu\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"d_TaFhSmu\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Mohammed\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const query2=prequery=>prequery({from:{alias:\"e97JJGvMN\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"e97JJGvMN\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"e97JJGvMN\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Lakshmi\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const query3=prequery=>prequery({from:{alias:\"uqJwyetlc\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"uqJwyetlc\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"uqJwyetlc\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Sohan\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}});const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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={\"Variant 1\":\"O05MY1kVr\",\"Variant 2\":\"SGhcOnmF6\",\"Variant 3\":\"I62EoPHkh\",\"Variant 4\":\"mhRJirI0b\"};const getProps=({click,click2,height,id,width,...props})=>{return{...props,a2cmDs5pl:click2??props.a2cmDs5pl,variant:humanReadableVariantMap[props.variant]??props.variant??\"O05MY1kVr\",Vfg8PHWVn:click??props.Vfg8PHWVn};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Vfg8PHWVn,a2cmDs5pl,jV8aDHC8mRKcnpXHcp,nMphGw5RDRKcnpXHcp,aADxjsJthRKcnpXHcp,f7Y3cecVsRKcnpXHcp,idRKcnpXHcp,jV8aDHC8md_TaFhSmu,nMphGw5RDd_TaFhSmu,aADxjsJthd_TaFhSmu,f7Y3cecVsd_TaFhSmu,idd_TaFhSmu,jV8aDHC8me97JJGvMN,nMphGw5RDe97JJGvMN,aADxjsJthe97JJGvMN,f7Y3cecVse97JJGvMN,ide97JJGvMN,jV8aDHC8muqJwyetlc,nMphGw5RDuqJwyetlc,aADxjsJthuqJwyetlc,f7Y3cecVsuqJwyetlc,iduqJwyetlc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"O05MY1kVr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickmr2ck9=activeVariantCallback(async(...args)=>{if(Vfg8PHWVn){const res=await Vfg8PHWVn(...args);if(res===false)return false;}setVariant(\"mhRJirI0b\");});const onClick1qgadls=activeVariantCallback(async(...args)=>{if(Vfg8PHWVn){const res=await Vfg8PHWVn(...args);if(res===false)return false;}setVariant(\"O05MY1kVr\");});const onClickzy5cme=activeVariantCallback(async(...args)=>{if(Vfg8PHWVn){const res=await Vfg8PHWVn(...args);if(res===false)return false;}setVariant(\"SGhcOnmF6\");});const onClick1ertrb8=activeVariantCallback(async(...args)=>{if(Vfg8PHWVn){const res=await Vfg8PHWVn(...args);if(res===false)return false;}setVariant(\"I62EoPHkh\");});const onClickouc33t=activeVariantCallback(async(...args)=>{if(a2cmDs5pl){const res=await a2cmDs5pl(...args);if(res===false)return false;}setVariant(\"SGhcOnmF6\");});const onClick10f55sn=activeVariantCallback(async(...args)=>{if(a2cmDs5pl){const res=await a2cmDs5pl(...args);if(res===false)return false;}setVariant(\"I62EoPHkh\");});const onClickvls075=activeVariantCallback(async(...args)=>{if(a2cmDs5pl){const res=await a2cmDs5pl(...args);if(res===false)return false;}setVariant(\"mhRJirI0b\");});const onClickp8bu4n=activeVariantCallback(async(...args)=>{if(a2cmDs5pl){const res=await a2cmDs5pl(...args);if(res===false)return false;}setVariant(\"O05MY1kVr\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tqszqc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"O05MY1kVr\",ref:ref??ref1,style:{...style},...addPropertyOverrides({I62EoPHkh:{\"data-framer-name\":\"Variant 3\"},mhRJirI0b:{\"data-framer-name\":\"Variant 4\"},SGhcOnmF6:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18v9260\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"qtpYuoAcy\",style:{scale:.9},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ggaiu5\",layoutDependency:layoutDependency,layoutId:\"RKcnpXHcp\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RKcnpXHcp\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"RKcnpXHcp\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"RKcnpXHcp\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"RKcnpXHcp\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Kalpana\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aADxjsJth:aADxjsJthRKcnpXHcp,f7Y3cecVs:f7Y3cecVsRKcnpXHcp,id:idRKcnpXHcp,jV8aDHC8m:jV8aDHC8mRKcnpXHcp,nMphGw5RD:nMphGw5RDRKcnpXHcp},index)=>{nMphGw5RDRKcnpXHcp??=\"\";aADxjsJthRKcnpXHcp??=\"\";f7Y3cecVsRKcnpXHcp??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RKcnpXHcp-${idRKcnpXHcp}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsRKcnpXHcp},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-et49ex\",layoutDependency:layoutDependency,layoutId:\"f5U5MPePy\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+0),pixelHeight:1200,pixelWidth:900,sizes:\"520px\",...toResponsiveImage(jV8aDHC8mRKcnpXHcp)},className:\"framer-oyb9ji\",layoutDependency:layoutDependency,layoutId:\"Vhr0oDOpU\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8okwhs\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"AaxavRJx_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wvwozk\",layoutDependency:layoutDependency,layoutId:\"SmnxF3cTu\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+414+60+0+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1i94xeo\",layoutDependency:layoutDependency,layoutId:\"juQn64shX\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wfj746\",layoutDependency:layoutDependency,layoutId:\"dWcemoz0O\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDRKcnpXHcp,className:\"framer-f80led\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SruBebWvv\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-11x2v7o\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"cl0A6qaEy\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthRKcnpXHcp,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},idRKcnpXHcp);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n7iuw0\",layoutDependency:layoutDependency,layoutId:\"d_TaFhSmu\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"d_TaFhSmu\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"d_TaFhSmu\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"d_TaFhSmu\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"d_TaFhSmu\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Mohammed\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aADxjsJth:aADxjsJthd_TaFhSmu,f7Y3cecVs:f7Y3cecVsd_TaFhSmu,id:idd_TaFhSmu,jV8aDHC8m:jV8aDHC8md_TaFhSmu,nMphGw5RD:nMphGw5RDd_TaFhSmu},index1)=>{nMphGw5RDd_TaFhSmu??=\"\";aADxjsJthd_TaFhSmu??=\"\";f7Y3cecVsd_TaFhSmu??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`d_TaFhSmu-${idd_TaFhSmu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsd_TaFhSmu},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z3y2ru\",layoutDependency:layoutDependency,layoutId:\"wKmrURck4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+0),pixelHeight:1200,pixelWidth:900,sizes:\"520px\",...toResponsiveImage(jV8aDHC8md_TaFhSmu)},className:\"framer-37zewe\",layoutDependency:layoutDependency,layoutId:\"zKG3Ax5EW\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qx89cw\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"gLIiDqGVK\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ysql42\",layoutDependency:layoutDependency,layoutId:\"EWJCvzKEk\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+414+60+0+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-yvo86t\",layoutDependency:layoutDependency,layoutId:\"mlOPw8wbC\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cljrwj\",layoutDependency:layoutDependency,layoutId:\"c8gQ9QCyw\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDd_TaFhSmu,className:\"framer-1ea699b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vqjD9VIHE\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-r0224x\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"Y5jSXiYLX\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthd_TaFhSmu,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},idd_TaFhSmu);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uoh13s\",layoutDependency:layoutDependency,layoutId:\"e97JJGvMN\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"e97JJGvMN\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"e97JJGvMN\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"e97JJGvMN\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"e97JJGvMN\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Lakshmi\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({aADxjsJth:aADxjsJthe97JJGvMN,f7Y3cecVs:f7Y3cecVse97JJGvMN,id:ide97JJGvMN,jV8aDHC8m:jV8aDHC8me97JJGvMN,nMphGw5RD:nMphGw5RDe97JJGvMN},index2)=>{nMphGw5RDe97JJGvMN??=\"\";aADxjsJthe97JJGvMN??=\"\";f7Y3cecVse97JJGvMN??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`e97JJGvMN-${ide97JJGvMN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVse97JJGvMN},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11f38b3\",layoutDependency:layoutDependency,layoutId:\"z1KbX_NxS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+0),pixelHeight:1200,pixelWidth:900,sizes:\"520px\",...toResponsiveImage(jV8aDHC8me97JJGvMN)},className:\"framer-51tdne\",layoutDependency:layoutDependency,layoutId:\"FMnMLSss5\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13jfwm5\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"Rc8ynw1Ob\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pokld2\",layoutDependency:layoutDependency,layoutId:\"qZfCcPiyo\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+414+60+0+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-1f8v9wu\",layoutDependency:layoutDependency,layoutId:\"WSWUl0J9S\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17giaks\",layoutDependency:layoutDependency,layoutId:\"nmucLuyyS\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDe97JJGvMN,className:\"framer-g5niba\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z3NpHMsWS\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-nzaezr\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"MHeUOw64E\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthe97JJGvMN,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},ide97JJGvMN);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10tmmhl\",layoutDependency:layoutDependency,layoutId:\"uqJwyetlc\",style:{backgroundColor:\"var(--token-2f536bee-0a79-43b4-a032-6a84a99a6181, rgb(246, 244, 239))\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uqJwyetlc\",data:Testimonial,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"uqJwyetlc\",name:\"jV8aDHC8m\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"nMphGw5RD\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"aADxjsJth\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"f7Y3cecVs\",type:\"Identifier\"},{collection:\"uqJwyetlc\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"uqJwyetlc\",name:\"aADxjsJth\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Sohan\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({aADxjsJth:aADxjsJthuqJwyetlc,f7Y3cecVs:f7Y3cecVsuqJwyetlc,id:iduqJwyetlc,jV8aDHC8m:jV8aDHC8muqJwyetlc,nMphGw5RD:nMphGw5RDuqJwyetlc},index3)=>{nMphGw5RDuqJwyetlc??=\"\";aADxjsJthuqJwyetlc??=\"\";f7Y3cecVsuqJwyetlc??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uqJwyetlc-${iduqJwyetlc}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{f7Y3cecVs:f7Y3cecVsuqJwyetlc},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9oee08\",layoutDependency:layoutDependency,layoutId:\"rbXYxydHZ\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+0),pixelHeight:1200,pixelWidth:900,sizes:\"520px\",...toResponsiveImage(jV8aDHC8muqJwyetlc)},className:\"framer-1lohwwn\",layoutDependency:layoutDependency,layoutId:\"Vr9CNa8iJ\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g8ka4r\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"K953A7WQ4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1in8erp\",layoutDependency:layoutDependency,layoutId:\"Omx6dGgSF\",style:{backgroundColor:\"rgb(254, 254, 251)\",borderBottomLeftRadius:72,borderBottomRightRadius:72,borderTopLeftRadius:72,borderTopRightRadius:72},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Talking mark icon representing  a spoken quote\",fit:\"fill\",intrinsicHeight:25,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-49+0+10+0+0+414+60+0+24),pixelHeight:25,pixelWidth:34,src:\"https://framerusercontent.com/images/RHjJPVqyYFVSgxL2K9XT1t0geT0.svg\"},className:\"framer-n7rxhl\",layoutDependency:layoutDependency,layoutId:\"mtCu8Dvij\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cwylzc\",layoutDependency:layoutDependency,layoutId:\"jDWsRHlF7\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"hfSDBNMO2\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Tl2WEZN8E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:nMphGw5RDuqJwyetlc,className:\"framer-1eo8334\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xJZndVaTC\",stylesPresetsClassNames:{a:\"framer-styles-preset-1sbcrqm\",blockquote:\"framer-styles-preset-1r4mv68\",code:\"framer-styles-preset-1fczzu0\",h1:\"framer-styles-preset-hr5s57\",h2:\"framer-styles-preset-1cimk5v\",h3:\"framer-styles-preset-1pz4uok\",h4:\"framer-styles-preset-rr2b19\",h5:\"framer-styles-preset-1a32giy\",h6:\"framer-styles-preset-1j9lxei\",img:\"framer-styles-preset-1nw0ovb\",p:\"framer-styles-preset-1nhr962\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28)))\"},children:\"\u2013 Kalpana G\"})}),className:\"framer-ib90m6\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"ZWw1PssAR\",style:{\"--extracted-r6o4lv\":\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\"},text:aADxjsJthuqJwyetlc,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})},iduqJwyetlc);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tc9kd8\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"t00EVDNWB\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gneafy-container\",layoutDependency:layoutDependency,layoutId:\"aGLZyiwZz-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleLeft\",id:\"aGLZyiwZz\",layoutId:\"aGLZyiwZz\",mirrored:false,onClick:onClickmr2ck9,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({I62EoPHkh:{onClick:onClickzy5cme},mhRJirI0b:{onClick:onClick1ertrb8},SGhcOnmF6:{onClick:onClick1qgadls}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5wacwn-container\",layoutDependency:layoutDependency,layoutId:\"DM29dpS98-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6886f49c-e59a-4956-8f40-1455d206b667, rgb(15, 61, 28))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"DM29dpS98\",layoutId:\"DM29dpS98\",mirrored:false,onClick:onClickouc33t,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\",...addPropertyOverrides({I62EoPHkh:{onClick:onClickvls075},mhRJirI0b:{onClick:onClickp8bu4n},SGhcOnmF6:{onClick:onClick10f55sn}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sOTuP.framer-5f9nvm, .framer-sOTuP .framer-5f9nvm { display: block; }\",\".framer-sOTuP.framer-1tqszqc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1059px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 810px; }\",\".framer-sOTuP .framer-18v9260 { align-content: flex-start; align-items: flex-start; bottom: 133px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; left: -69px; overflow: visible; padding: 0px; position: absolute; top: -49px; width: min-content; z-index: 1; }\",\".framer-sOTuP .framer-ggaiu5, .framer-sOTuP .framer-1n7iuw0, .framer-sOTuP .framer-1uoh13s, .framer-sOTuP .framer-10tmmhl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: min-content; }\",\".framer-sOTuP .framer-et49ex { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(450px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 520px; }\",\".framer-sOTuP .framer-oyb9ji, .framer-sOTuP .framer-37zewe, .framer-sOTuP .framer-51tdne, .framer-sOTuP .framer-1lohwwn { align-self: start; flex: none; height: 414px; justify-self: start; position: relative; width: 100%; }\",\".framer-sOTuP .framer-8okwhs { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; justify-self: start; overflow: hidden; padding: 60px 32px 50px 32px; position: relative; width: 100%; }\",\".framer-sOTuP .framer-1wvwozk, .framer-sOTuP .framer-1ysql42, .framer-sOTuP .framer-1pokld2, .framer-sOTuP .framer-1in8erp { flex: none; height: 72px; overflow: visible; position: relative; width: 72px; }\",\".framer-sOTuP .framer-1i94xeo, .framer-sOTuP .framer-yvo86t, .framer-sOTuP .framer-1f8v9wu, .framer-sOTuP .framer-n7rxhl { aspect-ratio: 1.36 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 50%; position: absolute; top: 24px; width: 34px; }\",\".framer-sOTuP .framer-1wfj746, .framer-sOTuP .framer-1cljrwj, .framer-sOTuP .framer-17giaks, .framer-sOTuP .framer-cwylzc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sOTuP .framer-f80led, .framer-sOTuP .framer-11x2v7o, .framer-sOTuP .framer-1ea699b, .framer-sOTuP .framer-r0224x, .framer-sOTuP .framer-g5niba, .framer-sOTuP .framer-nzaezr, .framer-sOTuP .framer-1eo8334, .framer-sOTuP .framer-ib90m6 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-sOTuP .framer-z3y2ru { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(450px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; padding: 0px; position: relative; width: 520px; }\",\".framer-sOTuP .framer-qx89cw, .framer-sOTuP .framer-13jfwm5, .framer-sOTuP .framer-g8ka4r { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 540px; justify-content: space-between; justify-self: start; overflow: hidden; padding: 60px 32px 60px 32px; position: relative; width: 100%; }\",\".framer-sOTuP .framer-11f38b3, .framer-sOTuP .framer-9oee08 { display: grid; flex: none; gap: 0px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(450px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; padding: 0px; position: relative; width: 520px; }\",\".framer-sOTuP .framer-tc9kd8 { align-content: center; align-items: center; bottom: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-sOTuP .framer-1gneafy-container, .framer-sOTuP .framer-5wacwn-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 83px); position: relative; width: 80px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sOTuP.framer-1tqszqc, .framer-sOTuP .framer-18v9260, .framer-sOTuP .framer-ggaiu5, .framer-sOTuP .framer-1wfj746, .framer-sOTuP .framer-1n7iuw0, .framer-sOTuP .framer-1cljrwj, .framer-sOTuP .framer-1uoh13s, .framer-sOTuP .framer-17giaks, .framer-sOTuP .framer-10tmmhl, .framer-sOTuP .framer-cwylzc, .framer-sOTuP .framer-tc9kd8 { gap: 0px; } .framer-sOTuP.framer-1tqszqc > *, .framer-sOTuP .framer-ggaiu5 > *, .framer-sOTuP .framer-1n7iuw0 > *, .framer-sOTuP .framer-1uoh13s > *, .framer-sOTuP .framer-10tmmhl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-sOTuP.framer-1tqszqc > :first-child, .framer-sOTuP .framer-ggaiu5 > :first-child, .framer-sOTuP .framer-1wfj746 > :first-child, .framer-sOTuP .framer-1n7iuw0 > :first-child, .framer-sOTuP .framer-1cljrwj > :first-child, .framer-sOTuP .framer-1uoh13s > :first-child, .framer-sOTuP .framer-17giaks > :first-child, .framer-sOTuP .framer-10tmmhl > :first-child, .framer-sOTuP .framer-cwylzc > :first-child { margin-top: 0px; } .framer-sOTuP.framer-1tqszqc > :last-child, .framer-sOTuP .framer-ggaiu5 > :last-child, .framer-sOTuP .framer-1wfj746 > :last-child, .framer-sOTuP .framer-1n7iuw0 > :last-child, .framer-sOTuP .framer-1cljrwj > :last-child, .framer-sOTuP .framer-1uoh13s > :last-child, .framer-sOTuP .framer-17giaks > :last-child, .framer-sOTuP .framer-10tmmhl > :last-child, .framer-sOTuP .framer-cwylzc > :last-child { margin-bottom: 0px; } .framer-sOTuP .framer-18v9260 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-sOTuP .framer-18v9260 > :first-child, .framer-sOTuP .framer-tc9kd8 > :first-child { margin-left: 0px; } .framer-sOTuP .framer-18v9260 > :last-child, .framer-sOTuP .framer-tc9kd8 > :last-child { margin-right: 0px; } .framer-sOTuP .framer-1wfj746 > *, .framer-sOTuP .framer-1cljrwj > *, .framer-sOTuP .framer-17giaks > *, .framer-sOTuP .framer-cwylzc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-sOTuP .framer-tc9kd8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-sOTuP.framer-v-ea3uyh .framer-18v9260 { left: -430px; }\",\".framer-sOTuP.framer-v-qz21vx .framer-18v9260 { left: -980px; }\",\".framer-sOTuP.framer-v-h8af4 .framer-18v9260 { left: -1540px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1059\n * @framerIntrinsicWidth 810\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SGhcOnmF6\":{\"layout\":[\"fixed\",\"fixed\"]},\"I62EoPHkh\":{\"layout\":[\"fixed\",\"fixed\"]},\"mhRJirI0b\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Vfg8PHWVn\":\"click\",\"a2cmDs5pl\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpQk0AkgzH=withCSS(Component,css,\"framer-sOTuP\");export default FramerpQk0AkgzH;FramerpQk0AkgzH.displayName=\"Slider tablet testimonial\";FramerpQk0AkgzH.defaultProps={height:1059,width:810};addPropertyControls(FramerpQk0AkgzH,{variant:{options:[\"O05MY1kVr\",\"SGhcOnmF6\",\"I62EoPHkh\",\"mhRJirI0b\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},Vfg8PHWVn:{title:\"Click\",type:ControlType.EventHandler},a2cmDs5pl:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerpQk0AkgzH,[{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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...PhosphorFonts,...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),...componentPresets.fonts?.[\"Tl2WEZN8E\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"Tl2WEZN8E\"]):[],...componentPresets.fonts?.[\"hfSDBNMO2\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"hfSDBNMO2\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpQk0AkgzH\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SGhcOnmF6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I62EoPHkh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mhRJirI0b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"810\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1059\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Vfg8PHWVn\\\":\\\"click\\\",\\\"a2cmDs5pl\\\":\\\"click2\\\"}\"}},\"__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", "window", "v", "w", "m", "U", "t", "S", "k", "L", "B", "F", "t", "T", "N", "e", "r", "i", "w", "O", "ControlType", "m", "x", "n", "P", "q", "s", "a", "o", "R", "_", "D", "j", "C", "J", "W", "$", "z", "G", "K", "H", "V", "X", "Q", "Y", "Z", "tt", "te", "tr", "tn", "ti", "ts", "ta", "u", "l", "h", "c", "to", "tu", "tl", "th", "tc", "tf", "tg", "td", "tp", "tv", "tw", "tm", "tI", "t", "e", "r", "tb", "tU", "tL", "i", "s", "a", "o", "u", "l", "h", "tS", "c", "n", "w", "tk", "tE", "e", "r", "n", "i", "t", "tM", "tI", "g", "s", "N", "a", "o", "c", "tU", "w", "tF", "t", "e", "r", "resolveRichText", "n", "ControlType", "o", "QueryEngine", "s", "QueryCache", "u", "tF", "resolveRichText", "zZRQaFVus_default", "addPropertyControls", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "click2", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "EnrARVJzk", "ZqvSAnC0C", "jV8aDHC8mwALV92Qsx", "nMphGw5RDwALV92Qsx", "aADxjsJthwALV92Qsx", "f7Y3cecVswALV92Qsx", "idwALV92Qsx", "jV8aDHC8mLWqP6Qm8P", "nMphGw5RDLWqP6Qm8P", "aADxjsJthLWqP6Qm8P", "f7Y3cecVsLWqP6Qm8P", "idLWqP6Qm8P", "jV8aDHC8mrAN8e40eb", "nMphGw5RDrAN8e40eb", "aADxjsJthrAN8e40eb", "f7Y3cecVsrAN8e40eb", "idrAN8e40eb", "jV8aDHC8mLQZ_z4fqN", "nMphGw5RDLQZ_z4fqN", "aADxjsJthLQZ_z4fqN", "f7Y3cecVsLQZ_z4fqN", "idLQZ_z4fqN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11jlikz", "args", "onClick176u3v6", "onClicktcmqj8", "onClickkitxwo", "onClickvarwz6", "onClick1ogacyi", "onClick1m2pg5i", "onClick1aktysb", "onClick1f3xbxs", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ChildrenCanSuspend", "QueryData", "zZRQaFVus_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "transformTemplate1", "ComponentPresetsProvider", "RichText2", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "ComponentViewportProvider", "Icon", "css", "FramerfhuHnNrJ6", "withCSS", "fhuHnNrJ6_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "jV8aDHC8mJL3QVzkwm", "nMphGw5RDJL3QVzkwm", "aADxjsJthJL3QVzkwm", "f7Y3cecVsJL3QVzkwm", "idJL3QVzkwm", "jV8aDHC8mhnUxKEaCA", "nMphGw5RDhnUxKEaCA", "aADxjsJthhnUxKEaCA", "f7Y3cecVshnUxKEaCA", "idhnUxKEaCA", "jV8aDHC8mlGeK52xDR", "nMphGw5RDlGeK52xDR", "aADxjsJthlGeK52xDR", "f7Y3cecVslGeK52xDR", "idlGeK52xDR", "jV8aDHC8mb_0RXdnM3", "nMphGw5RDb_0RXdnM3", "aADxjsJthb_0RXdnM3", "f7Y3cecVsb_0RXdnM3", "idb_0RXdnM3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickl5gmva", "args", "onClickgu9gbs", "onClickgb4a2q", "onClick3kot6c", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ChildrenCanSuspend", "QueryData", "zZRQaFVus_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Image2", "toResponsiveImage", "transformTemplate1", "ComponentPresetsProvider", "RichText2", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "ComponentViewportProvider", "Icon", "css", "FramerizfUD1bp3", "withCSS", "izfUD1bp3_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "click2", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Vfg8PHWVn", "a2cmDs5pl", "jV8aDHC8mRKcnpXHcp", "nMphGw5RDRKcnpXHcp", "aADxjsJthRKcnpXHcp", "f7Y3cecVsRKcnpXHcp", "idRKcnpXHcp", "jV8aDHC8md_TaFhSmu", "nMphGw5RDd_TaFhSmu", "aADxjsJthd_TaFhSmu", "f7Y3cecVsd_TaFhSmu", "idd_TaFhSmu", "jV8aDHC8me97JJGvMN", "nMphGw5RDe97JJGvMN", "aADxjsJthe97JJGvMN", "f7Y3cecVse97JJGvMN", "ide97JJGvMN", "jV8aDHC8muqJwyetlc", "nMphGw5RDuqJwyetlc", "aADxjsJthuqJwyetlc", "f7Y3cecVsuqJwyetlc", "iduqJwyetlc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickmr2ck9", "args", "onClick1qgadls", "onClickzy5cme", "onClick1ertrb8", "onClickouc33t", "onClick10f55sn", "onClickvls075", "onClickp8bu4n", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ChildrenCanSuspend", "QueryData", "zZRQaFVus_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "transformTemplate1", "ComponentPresetsProvider", "RichText2", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "collection3", "paginationInfo3", "loadMore3", "index3", "ComponentViewportProvider", "Icon", "css", "FramerpQk0AkgzH", "withCSS", "pQk0AkgzH_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset"]
}
